<?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>Sat, 18 Apr 2026 15:30:47 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami robotics competition aims to inspire future tech careers for youth]]></title><link>https://www.local10.com/tech/2026/04/18/miami-robotics-competition-aims-to-inspire-future-tech-careers-for-youth/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/18/miami-robotics-competition-aims-to-inspire-future-tech-careers-for-youth/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[The competition is heating up at the Overtown Youth Center, where students are putting their skills to the test at the Do Good 4-1 Robotics Spring Showdown on Saturday.]]></description><pubDate>Sat, 18 Apr 2026 15:24:43 +0000</pubDate><content:encoded><![CDATA[<p>The competition is heating up at the Overtown Youth Center, where students are putting their skills to the test at the Do Good 4-1 Robotics Spring Showdown on Saturday.</p><p>But organizers say the event is about more than wins and losses on the battlefield.</p><p>It’s about exposing young people to opportunities in technology and showing them what they can achieve.</p><p>“It’s a battle of bots,” said 13-year-old Genesis Madrid, who is competed at he event. “I like to win. I’m super competitive.”</p><p>Before the matches even begin, students are working together to troubleshoot issues and fine-tune their machines.</p><p>“We’re trying to see what’s wrong with it because it’s not connecting,” Madrid said. “I like our teamwork.”</p><p>The event is organized by <a href="https://dogood41.org/" target="_self" rel="" title="https://dogood41.org/">Do Good 4-1</a>, a nonprofit founded last year by Max Joseph. He said the program focuses on more than robotics.</p><p>“We’re building confidence, we’re building character and we’re building community,” Joseph said.</p><p>Many of the students started with no prior experience, but the program has quickly expanded to 18 teams. Participants have designed, built and coded their own robots.</p><p>Joseph said he hopes the experience helps put students on a path toward careers in technology, particularly for those from high-need communities.</p><p>“It means a lot to me personally because I’m from this community and I didn’t have this opportunity,” he said. “Now they have access to scholarships to go to college. And now they’re on a career track to be a part of this tech system, where they’re not just consumers, but they’re also producers.”</p><p>Organizers say that while trophies are on the line, the bigger takeaway is the experience students gain — from coding and engineering to teamwork and problem-solving.</p><p>Do Good 4-1 also offers summer programs for students interested in robotics and technology.</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[Activists focused on Cuban regime change while demanding release of political prisioners]]></title><link>https://www.local10.com/news/local/2026/04/17/activists-focused-on-cuban-regime-change-while-demanding-release-of-political-prisioners/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/activists-focused-on-cuban-regime-change-while-demanding-release-of-political-prisioners/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Cubans and Cuban exiles are marking 65 years since the Bay of Pigs Invasion. ]]></description><pubDate>Fri, 17 Apr 2026 22:49:10 +0000</pubDate><content:encoded><![CDATA[<p>Cubans and Cuban exiles are marking 65 years since the Bay of Pigs Invasion. </p><p><a href="https://www.local10.com/espanol/2026/04/18/activistas-enfocados-en-cambio-de-regimen-en-cuba-mientras-exigen-liberacion-de-presos-politicos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/activistas-enfocados-en-cambio-de-regimen-en-cuba-mientras-exigen-liberacion-de-presos-politicos/">Leer en español</a></p><p>It was a failed operation that attempted to overthrow Fidel Castro’s communist government.</p><p>Decades later, the U.S. is still trying to usher in regime change in Cuba as many demand for the release of political prisoners.</p><p>As uncertainty grows over what comes next for Cuba, activists say the number of Cubans being jailed for protesting against their government is on the rise.</p><p>Prisoners Defenders, a nonprofit legal network, is on the ground tracking the number of political prisoners in the communist island.</p><p>In March, the group verified at least 44 Cubans were arrested after taking part in protests.</p><p>The organization’s President Javier Larrondo Calafat says over 1,200 are currently jailed for showing their opposition to the regime.</p><p>One of the most notable is rapper Maykel Osorbo.</p><p>He was arrested after taking part in the historic 2021Island Protests and collaborating in the Grammy winning Cuban protest anthem Patria y Vida.</p><p>Cuban President Miguel Diaz-Canel recently denied all of it in an interview with Meet the Press, claiming Cubans don’t get jailed for political reasons.</p><p>Activists are also sounding the alarm.</p><p>Cuban content creators and influencers like Anna Bensi, who lives in Havana, say they’re being targeted and threatened by authorities.</p><p>Earlier this month, Cuba released around 2000 from its jails.</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[Activistas enfocados en cambio de régimen en Cuba mientras exigen liberación de presos políticos ]]></title><link>https://www.local10.com/espanol/2026/04/18/activistas-enfocados-en-cambio-de-regimen-en-cuba-mientras-exigen-liberacion-de-presos-politicos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/activistas-enfocados-en-cambio-de-regimen-en-cuba-mientras-exigen-liberacion-de-presos-politicos/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Cubanos y exiliados cubanos conmemoran 65 años de la invasión de Bahía de Cochinos.]]></description><pubDate>Sat, 18 Apr 2026 15:25:34 +0000</pubDate><content:encoded><![CDATA[<p>Cubanos y exiliados cubanos conmemoran 65 años de la invasión de Bahía de Cochinos.</p><p>Fue una operación fallida que intentó derrocar al gobierno comunista de Fidel Castro.</p><p>Décadas después, Estados Unidos aún intenta impulsar un cambio de régimen en Cuba mientras muchos exigen la liberación de presos políticos.</p><p>A medida que crece la incertidumbre sobre lo que sigue para Cuba, activistas dicen que el número de cubanos encarcelados por protestar contra su gobierno va en aumento.</p><p>Prisoners Defenders, una red legal sin fines de lucro, está sobre el terreno monitoreando la cantidad de presos políticos en la isla comunista.</p><p>En marzo, el grupo verificó que al menos 44 cubanos fueron arrestados tras participar en protestas.</p><p>El presidente de la organización, Javier Larrondo Calafat, dice que más de 1,200 actualmente están encarcelados por mostrar su oposición al régimen.</p><p>Uno de los casos más notorios es el del rapero Maykel Osorbo.</p><p>Fue arrestado después de participar en las históricas protestas de la isla en 2021 y colaborar en el himno de protesta cubano ganador del Grammy “Patria y Vida”.</p><p>El presidente cubano Miguel Díaz-Canel negó recientemente todo eso en una entrevista con Meet the Press, afirmando que los cubanos no son encarcelados por razones políticas.</p><p>Los activistas también están dando la voz de alarma.</p><p>Creadores de contenido e influencers cubanos como Anna Bensi, quien vive en La Habana, dicen que están siendo perseguidos y amenazados por las autoridades.</p><p>A principios de este mes, Cuba liberó a alrededor de 2,000 personas de sus cárceles.</p>]]></content:encoded></item><item><title><![CDATA[Pickup driver airlifted after colliding with semi-truck on Sawgrass Expressway in Weston]]></title><link>https://www.local10.com/traffic/2026/04/18/driver-airlifted-after-colliding-pickup-with-semi-truck-on-sawgrass-expressway-in-weston/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/18/driver-airlifted-after-colliding-pickup-with-semi-truck-on-sawgrass-expressway-in-weston/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A driver was airlifted Saturday morning after a serious crash on the Sawgrass Expressway near Indian Trace Boulevard in Weston, causing major traffic delays in the area, authorities confirmed. ]]></description><pubDate>Sat, 18 Apr 2026 14:53:21 +0000</pubDate><content:encoded><![CDATA[<p>A driver was airlifted Saturday morning after a serious crash on the Sawgrass Expressway near Indian Trace Boulevard in Weston, causing major traffic delays in the area, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/04/18/trasladan-en-helicoptero-a-conductor-de-camioneta-tras-chocar-con-camion-en-sawgrass-expressway-en-weston/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/trasladan-en-helicoptero-a-conductor-de-camioneta-tras-chocar-con-camion-en-sawgrass-expressway-en-weston/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, rescue crews responded just after 9 a.m. and found a pickup truck had slammed into the rear of a semi-truck and became wedged underneath the trailer.</p><p>Deputies said at least one person was trapped inside the pickup and had to be extricated by technical rescue teams. </p><p>They said the individual was airlifted by Broward Sheriff Fire Rescue’s Air Rescue team to Broward Health Medical Center for treatment. Deputies said the person was in stable condition at the time of transport.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Air Rescue has left the scene and the highway is partially reopened <a href="https://t.co/f3KyoFUcLJ">https://t.co/f3KyoFUcLJ</a> <a href="https://t.co/FYpqc5nAAJ">pic.twitter.com/FYpqc5nAAJ</a></p>&mdash; City of Weston (@CityofWeston) <a href="https://twitter.com/CityofWeston/status/2045503942151283008?ref_src=twsrc%5Etfw">April 18, 2026</a></blockquote><p>Emergency crews remained at the scene Saturday morning as investigators worked to determine what led to the crash. A city of Weston spokesperon wrote in a post on X that the Sawgrass Expressway “partially reopened” at 10:05 a.m. </p><p>Authorities said the Florida Highway Patrol is leading the investigation into the crash.</p><p>No other details about the crash were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trasladan en helicóptero a conductor de camioneta tras chocar con camión en Sawgrass Expressway en Weston ]]></title><link>https://www.local10.com/espanol/2026/04/18/trasladan-en-helicoptero-a-conductor-de-camioneta-tras-chocar-con-camion-en-sawgrass-expressway-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/trasladan-en-helicoptero-a-conductor-de-camioneta-tras-chocar-con-camion-en-sawgrass-expressway-en-weston/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un conductor fue trasladado en helicóptero la mañana del sábado tras un choque grave en la autopista Sawgrass Expressway cerca de Indian Trace Boulevard en Weston, lo que provocó importantes demoras de tráfico en el área, confirmaron las autoridades.]]></description><pubDate>Sat, 18 Apr 2026 15:19:36 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor fue trasladado en helicóptero la mañana del sábado tras un choque grave en la autopista Sawgrass Expressway cerca de Indian Trace Boulevard en Weston, lo que provocó importantes demoras de tráfico en el área, confirmaron las autoridades.</p><p>Según la Oficina del Sheriff de Broward, equipos de rescate respondieron poco después de las 9 a.m. y encontraron que una camioneta se había estrellado contra la parte trasera de un camión y quedó atrapada debajo del remolque.</p><p>Los agentes dijeron que al menos una persona quedó atrapada dentro de la camioneta y tuvo que ser rescatada por equipos especializados.</p><p>Indicaron que la persona fue trasladada en helicóptero por el equipo Air Rescue de Broward Sheriff Fire Rescue al Broward Health Medical Center para recibir tratamiento. Los agentes dijeron que la persona estaba en condición estable al momento del traslado.</p><p>Los equipos de emergencia permanecieron en la escena la mañana del sábado mientras los investigadores trabajaban para determinar qué provocó el choque. Un portavoz de la ciudad de Weston escribió en una publicación en X que la Sawgrass Expressway “reabrió parcialmente” <a href="https://t.co/f3KyoFUcLJ" rel="">https://t.co/f3KyoFUcLJ</a><a href="https://x.com/CityofWeston/status/2045503942151283008/photo/1" target="_self" rel="" title="https://x.com/CityofWeston/status/2045503942151283008/photo/1">pic.twitter.com/FYpqc5nAAJ</a></p><p>— City of Weston (@CityofWeston)<a href="https://twitter.com/CityofWeston/status/2045503942151283008?ref_src=twsrc%5Etfw" target="_self" rel="" title="https://twitter.com/CityofWeston/status/2045503942151283008?ref_src=twsrc%5Etfw">April 18, 2026</a></p><p>Las autoridades dijeron que la Patrulla de Carreteras de Florida encabeza la investigación del choque.</p><p>No se divulgaron de inmediato más detalles sobre el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Didn’t pass the sniff test: Feds seize $1 million in fake fragrances at Port Everglades]]></title><link>https://www.local10.com/news/local/2026/04/17/didnt-pass-the-sniff-test-feds-seize-1-million-in-fake-fragrances-at-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/didnt-pass-the-sniff-test-feds-seize-1-million-in-fake-fragrances-at-port-everglades/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[U.S. Customs and Border Protection officers recently seized counterfeit luxury fragrances that would have been valued at over $1 million had they been real.]]></description><pubDate>Fri, 17 Apr 2026 22:18:27 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Customs and Border Protection officers recently seized counterfeit luxury fragrances that would have been valued at over $1 million had they been real. </p><p><a href="https://www.local10.com/espanol/2026/04/18/no-pasaron-la-prueba-del-olfato-federales-decomisan-1-millon-usd-en-fragancias-falsas-en-port-everglades/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/no-pasaron-la-prueba-del-olfato-federales-decomisan-1-millon-usd-en-fragancias-falsas-en-port-everglades/">Leer en español</a></p><p>Officers found them in a shipping container that arrived in Port Everglades from Singapore. </p><p>“It was actually a full container of perfume and it was mixed in with legitimate products,” Assistant Port Director Bonney Vitta said.</p><p>Local 10 was given access inside a warehouse in Broward County where the haul is being stored. The boxes and bottles of colognes looked like well-known brands such as Gucci, Armani, Burberry and Lancome.</p><p>Vitta said CBP works diligently to identify dupes and fakes. Officers also collaborate with import specialists, sometimes sending photos for image comparisons. </p><p>“They are looking for discrepancies. They’re looking at the product itself, the packaging,” Vitta said. “Where things come from is also a red flag.”</p><p>According to CBP, Singapore is a top exporter of counterfeit goods. China is still the steady number one. </p><p>“Number one is China; we get more than 80% of our counterfeit merchandise from China,” Vitta said. </p><p>In collaboration with CBP Headquarters Intellectual Property Enforcement Branch, CBP officers determined, on April 2, that the goods were counterfeit.</p><p>“Counterfeit goods not only undermine legitimate businesses and the U.S. economy but can also pose potentially serious health and safety risks to consumers,” Acting Port Director John Rico wrote in a statement. </p><p>According to CBP, the Miami/Tampa region is one of the busiest in the country for counterfeit goods seizures; $1.7 billion dollars worth of it last fiscal year. </p><p>The CBP has a website called <a href="https://www.cbp.gov/trade/fakegoodsrealdangers" target="_self" rel="" title="https://www.cbp.gov/trade/fakegoodsrealdangers">Fake Goods Real Dangers</a> highlighting what it says is “the truth behind counterfeits.”</p><p>The investigation continues into who is responsible for the fake fragrances, Vitta said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[California bear-suit luxury car scam ends in insurance fraud sentences for 3]]></title><link>https://www.local10.com/news/weird-news/2026/04/18/california-bear-suit-luxury-car-scam-ends-in-insurance-fraud-sentences-for-3/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/18/california-bear-suit-luxury-car-scam-ends-in-insurance-fraud-sentences-for-3/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 15:10:49 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Three people in California have been sentenced for insurance fraud in a bizarre scam that involved someone dressed in a bear costume damaging luxury cars.</p><p>The California Insurance Department said the three used a person in a bear suit to stage fake attacks inside a Rolls-Royce and two Mercedes in 2024, then submitted fraudulent claims seeking nearly $142,000 in payouts from insurance companies. The department called it “Operation Bear Claw.”</p><p>Two Los Angeles-area men and a woman pleaded no contest to felony insurance fraud and were sentenced to a weekend jail program, followed by probation, the department said in a news release Thursday. Two off them were ordered to pay over $50,000 in restitution.</p><p>A fourth person faces a court hearing in September.</p><p>The group is accused of providing several videos from the San Bernardino Mountains of a bear moving inside the vehicles to the insurance companies as part of their damage claims, the department said. Photos provided by the insurance department show what appeared to be scratches on the seats and doors.</p><p>A California Department of Fish and Wildlife biologist reviewed the footage and concluded it was “clearly a human in a bear suit,” the insurance department said.</p><p>After executing a search warrant, detectives found the bear costume in the suspects’ home, the department said.</p><p>Bears breaking into homes or trash cans in search of food have become a problem in California from Lake Tahoe in the Sierra down to the foothill suburbs of Los Angeles, where some have been known to raid refrigerators and take dips in backyard pools and hot tubs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPRMLA7SZ5VVMYR4O5GTJBAHBE.jpg?auth=382fb8ae1d32802d6885f12331a5a0360b128dd47a33a13e1d506a57bbfd377b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo provided by the California Department of Insurance shows a bear costume allegedly worn by suspects with the aim to commit insurance fraud. (California Department of Insurance via AP, File)]]></media:description></media:content></item><item><title><![CDATA[No pasaron la prueba del olfato: federales decomisan $1 millón USD en fragancias falsas en Port Everglades ]]></title><link>https://www.local10.com/espanol/2026/04/18/no-pasaron-la-prueba-del-olfato-federales-decomisan-1-millon-usd-en-fragancias-falsas-en-port-everglades/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/no-pasaron-la-prueba-del-olfato-federales-decomisan-1-millon-usd-en-fragancias-falsas-en-port-everglades/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Agentes de la Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP) decomisaron recientemente fragancias de lujo falsificadas con valor equivalente a $1 millón USD si fueran auténticas.]]></description><pubDate>Sat, 18 Apr 2026 15:09:43 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina de Aduanas y Protección Fronteriza de Estados Unidos (CBP) decomisaron recientemente fragancias de lujo falsificadas que habrían tenido un valor de más de $1 millón USD si fueran auténticas.</p><p>Los agentes las encontraron en un contenedor de carga que llegó a Port Everglades desde Singapur.</p><p>“En realidad era un contenedor completo de perfume y estaba mezclado con productos legítimos”, dijo la subdirectora del puerto Bonney Vitta.</p><p>Local 10 obtuvo acceso al interior de un almacén en el condado Broward donde se guarda el decomiso. Las cajas y botellas de colonias parecían de marcas reconocidas como Gucci, Armani, Burberry y Lancome.</p><p>Vitta dijo que la CBP trabaja diligentemente para identificar imitaciones y productos falsos. Los agentes también colaboran con especialistas en importaciones, a veces enviando fotos para comparaciones de imágenes.</p><p>“Están buscando discrepancias. Están observando el producto en sí, el empaque”, dijo Vitta. “De dónde vienen las cosas también es una señal de alerta”.</p><p>Según la CBP, Singapur es uno de los principales exportadores de productos falsificados. China sigue ocupando firmemente el primer lugar.</p><p>“El número uno es China; recibimos más del 80% de nuestra mercancía falsificada de China”, dijo Vitta.</p><p>En colaboración con la Rama de Cumplimiento de Propiedad Intelectual de la sede de la CBP, los agentes determinaron el 2 de abril que la mercancía era falsificada.</p><p>“Los productos falsificados no solo perjudican a los negocios legítimos y a la economía de Estados Unidos, sino que también pueden representar riesgos potencialmente graves para la salud y seguridad de los consumidores”, escribió en un comunicado el director interino del puerto John Rico.</p><p>Según la CBP, la región Miami/Tampa es una de las más activas del país en decomisos de productos falsificados; el año fiscal pasado se incautaron mercancías valoradas en $1.7 mil millones USD.</p><p>La CBP tiene un sitio web llamado <a href="https://www.cbp.gov/trade/fakegoodsrealdangers" target="_self" rel="" title="https://www.cbp.gov/trade/fakegoodsrealdangers">Fake Goods Real Dangers</a> que destaca lo que describe como “la verdad detrás de las falsificaciones”.</p><p>La investigación continúa para determinar quién es responsable de las fragancias falsas, dijo Vitta.</p>]]></content:encoded></item><item><title><![CDATA[Lawmakers approve $16M for drone detection ahead of World Cup in South Florida]]></title><link>https://www.local10.com/news/local/2026/04/17/lawmakers-approve-16m-for-drone-detection-ahead-of-world-cup-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/lawmakers-approve-16m-for-drone-detection-ahead-of-world-cup-in-south-florida/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[In a matter of minutes during a budget hearing in Tallahassee, lawmakers signed off on a $16 million advance for FIFA security equipment for the Florida Department of Law Enforcement -- not for drones, but for the ability to detect them.]]></description><pubDate>Fri, 17 Apr 2026 22:26:04 +0000</pubDate><content:encoded><![CDATA[<p>In a matter of minutes during a budget hearing in Tallahassee, lawmakers signed off on a $16 million advance for FIFA security equipment for the Florida Department of Law Enforcement -- not for drones, but for the ability to detect them.</p><p><a href="https://www.local10.com/espanol/2026/04/18/aprueban-16-millones-usd-para-deteccion-de-drones-antes-del-mundial-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/aprueban-16-millones-usd-para-deteccion-de-drones-antes-del-mundial-en-el-sur-de-florida/">Leer en español</a></p><p>“Detect RF signals, to detect drones -- unlawful drones,” said Tim Fitzgerald of the FDLE.</p><p>Law enforcement has identified unmanned aerial attacks as a significant threat for the FIFA World Cup games, including the seven matches set to be played at Hard Rock Stadium in June and July.</p><p>The FDLE funding is the latest addition to a growing pool of public money and resources tied to the World Cup in South Florida.</p><p>Miami-Dade, the host county, is on track to commit between $38 million and $46 million -- split between cash and public safety services like police and paramedics. Broward County is contributing $2 million in marketing funds.</p><p>The $16 million from FDLE comes on top of more than $5 million in federal funding -- highlighted by a large check presented to the Miami-Dade sheriff about a week and a half ago.</p><p>“Projections for the income is a lot greater than the money we are investing,” Miami Dade Commissioner Oliver Gilbert said.</p><p>That’s been the key argument for county leaders backing the spending -- with FIFA projections estimating an economic impact of 10 times or more the public investment, even as some remain skeptical.</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/SHA7YG6YSZCZ3FFYCQ73YEHB2E.png?auth=584ed020e29c4d628bbc17861ba1d405a17258a657ea663e62d759f8465e0107&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Aprueban $16 millones USD para detección de drones antes del Mundial en el sur de Florida ]]></title><link>https://www.local10.com/espanol/2026/04/18/aprueban-16-millones-usd-para-deteccion-de-drones-antes-del-mundial-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/aprueban-16-millones-usd-para-deteccion-de-drones-antes-del-mundial-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[En cuestión de minutos durante una audiencia presupuestaria en Tallahassee, los legisladores aprobaron un adelanto de $16 millones USD para equipos de seguridad de la FIFA para el Departamento de Cumplimiento de la Ley de Florida (FDLE).]]></description><pubDate>Sat, 18 Apr 2026 14:59:00 +0000</pubDate><content:encoded><![CDATA[<p>En cuestión de minutos durante una audiencia presupuestaria en Tallahassee, los legisladores aprobaron un adelanto de $16 millones USD para equipos de seguridad de la FIFA para el Departamento de Cumplimiento de la Ley de Florida (FDLE), no para drones, sino para la capacidad de detectarlos.</p><p>“Detectar señales de radiofrecuencia, para detectar drones, drones ilegales”, dijo Tim Fitzgerald, del FDLE.</p><p>Las agencias del orden han identificado los ataques aéreos no tripulados como una amenaza significativa para los partidos de la Copa Mundial de la FIFA, incluidos los siete encuentros programados para jugarse en el Hard Rock Stadium en junio y julio.</p><p>Los fondos del FDLE son la más reciente adición a un creciente fondo de dinero público y recursos vinculados al Mundial en el sur de Florida.</p><p>Miami-Dade, el condado anfitrión, está encaminado a comprometer entre $38 millones USD y $46 millones USD, divididos entre efectivo y servicios de seguridad pública como Policía y paramédicos. El condado Broward está aportando $2 millones USD en fondos de mercadeo.</p><p>Los $16 millones USD del FDLE se suman a más de $5 millones USD en fondos federales, destacados por un gran cheque entregado al sheriff de Miami-Dade hace aproximadamente una semana y media.</p><p>“Las proyecciones de ingresos son mucho mayores que el dinero que estamos invirtiendo”, dijo el comisionado de Miami-Dade Oliver Gilbert.</p><p>Ese ha sido el argumento clave de los líderes del condado que respaldan el gasto, con proyecciones de la FIFA que estiman un impacto económico de 10 veces o más la inversión pública, aunque algunos siguen escépticos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHA7YG6YSZCZ3FFYCQ73YEHB2E.png?auth=584ed020e29c4d628bbc17861ba1d405a17258a657ea663e62d759f8465e0107&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Woman facing attempted murder charge after allegedly shooting ex-boyfriend]]></title><link>https://www.local10.com/news/local/2026/04/17/woman-facing-attempted-murder-charge-after-allegedly-shooting-ex-boyfriend/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/woman-facing-attempted-murder-charge-after-allegedly-shooting-ex-boyfriend/</guid><description></description><pubDate>Sat, 18 Apr 2026 01:24:01 +0000</pubDate><content:encoded><![CDATA[<p>A woman is behind bars for a shooting that occurred in Lauderhill.</p><p><a href="https://www.local10.com/espanol/2026/04/18/acusan-a-mujer-de-intento-de-asesinato-tras-presuntamente-disparar-a-ex-novio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/acusan-a-mujer-de-intento-de-asesinato-tras-presuntamente-disparar-a-ex-novio/">Leer en español</a> </p><p>It happened on March 27 along the 1800 block of 31st Avenue in Lauderhill.</p><p>According to police, Melneisha Oliver, 32, is facing an attempted first-degree murder charge after shooting an ex-boyfriend. </p><p>Police said Oliver obtained a gun from a friend, then later observed her ex in a car, walked up to it and opened fire.</p><p>The victim survived and told police he wished to prosecute Oliver, authorities said. </p><p>She is also facing a charge of possession of a weapon by a felon. </p><p>Oliver is being held at the Paul Rein Detention Facility on no bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a mujer de intento de asesinato tras presuntamente disparar a ex novio ]]></title><link>https://www.local10.com/espanol/2026/04/18/acusan-a-mujer-de-intento-de-asesinato-tras-presuntamente-disparar-a-ex-novio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/acusan-a-mujer-de-intento-de-asesinato-tras-presuntamente-disparar-a-ex-novio/</guid><description><![CDATA[Una mujer está tras las rejas por una balacera ocurrida en Lauderhill el pasado 27 de marzo.]]></description><pubDate>Sat, 18 Apr 2026 14:50:35 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer está tras las rejas por una balacera ocurrida en Lauderhill.</p><p>Ocurrió el 27 de marzo en la cuadra 1800 de la avenida 31 en Lauderhill.</p><p>Según la Policía, Melneisha Oliver, de 32 años, enfrenta un cargo de intento de asesinato en primer grado tras dispararle a un ex novio.</p><p>La Policía dijo que Oliver obtuvo un arma de una amiga y luego vio a su ex dentro de un auto, se acercó y abrió fuego.</p><p>La víctima sobrevivió y dijo a la Policía que desea presentar cargos contra Oliver, indicaron las autoridades.</p><p>También enfrenta un cargo de posesión de arma por una delincuente convicta.</p><p>Oliver permanece detenida en el Centro de Detención Paul Rein sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[Humane Society of Broward seeks loving, permanent home for Rowie, kittens]]></title><link>https://www.local10.com/pets/2026/04/18/humane-society-of-broward-seeks-loving-permanent-home-for-rowie-kittens/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/18/humane-society-of-broward-seeks-loving-permanent-home-for-rowie-kittens/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Rowie is winning over hearts and cameras at the Humane Society of Broward County, where staff say the 5-year-old mixed-breed dog is ready for a forever home.]]></description><pubDate>Sat, 18 Apr 2026 14:35:03 +0000</pubDate><content:encoded><![CDATA[<p>Rowie is winning over hearts and cameras at the Humane Society of Broward County, where staff say the 5-year-old mixed-breed dog is ready for a forever home.</p><p><a href="https://www.local10.com/espanol/2026/04/18/humane-society-of-broward-busca-hogar-amoroso-y-permanente-para-rowie-y-gatitos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/humane-society-of-broward-busca-hogar-amoroso-y-permanente-para-rowie-y-gatitos/">Leer en español</a></p><p>“Rowie is super smiley and now she’s just trying to get a belly rub,” said Cherie Wachter with the Humane Society of Broward County. “She’s a lovely dog who just wants to snuggle, cuddle and get belly rubs.”</p><p>Rowie weighs about 45 pounds and staff describe her as an easygoing walker who doesn’t pull on a leash. She is also reportedly good with other dogs and cats, though introductions should be done slowly.</p><p>“If you’re looking for a dog to go for walks that’s not going to pull you down the sidewalk, this is the girl for you,” Wachter said.</p><p>Rowie was previously in a home but was surrendered after the family had to move and could not take her along. Staff say she would likely do best with older children and a calm home environment.</p><p>In addition to Rowie, the shelter is also caring for tiny kittens during “kitten season” in South Florida. One kitten, about 2.5 weeks old, is among those needing round-the-clock foster care as staff look for volunteers willing to bottle-feed and help raise them.</p><p>Those interested in adopting Rowie or fostering kittens can visit the HSBC, with adoption hours beginning at 11 a.m. </p><p><a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">Click here</a> for more information. </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[Humane Society of Broward busca hogar amoroso y permanente para Rowie y gatitos ]]></title><link>https://www.local10.com/espanol/2026/04/18/humane-society-of-broward-busca-hogar-amoroso-y-permanente-para-rowie-y-gatitos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/humane-society-of-broward-busca-hogar-amoroso-y-permanente-para-rowie-y-gatitos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Rowie está conquistando corazones y cámaras en la Humane Society of Broward County, donde el personal dice que la perra mestiza de 5 años está lista para un hogar permanente.]]></description><pubDate>Sat, 18 Apr 2026 14:43:52 +0000</pubDate><content:encoded><![CDATA[<p>Rowie está conquistando corazones y cámaras en la Humane Society of Broward County, donde el personal dice que la perra mestiza de 5 años está lista para un hogar permanente.</p><p>“Rowie siempre está sonriendo y ahora solo está tratando de conseguir que le rasquen la barriga”, dijo Cherie Wachter, de la Humane Society of Broward County. “Es una perra encantadora que solo quiere acurrucarse, abrazar y que le rasquen la barriga”.</p><p>Rowie pesa alrededor de 45 libras y el personal la describe como una perra tranquila para caminar que no hala de la correa. También, según informes, se lleva bien con otros perros y gatos, aunque las presentaciones deben hacerse lentamente.</p><p>“Si está buscando una perra para salir a caminar que no lo vaya a arrastrar por la acera, esta es la indicada para usted”, dijo Wachter.</p><p>Rowie anteriormente vivía en un hogar, pero fue entregada después de que la familia tuvo que mudarse y no pudo llevarla consigo. El personal dice que probablemente estaría mejor con niños mayores y en un ambiente tranquilo en casa.</p><p>Además de Rowie, el refugio también está cuidando pequeños gatitos durante la “temporada de gatitos” en el sur de Florida. Un gatito, de aproximadamente 2.5 semanas de nacido, está entre los que necesitan cuidado temporal las 24 horas mientras el personal busca voluntarios dispuestos a alimentarlos con biberón y ayudar a criarlos.</p><p>Quienes estén interesados en adoptar a Rowie o servir como hogar temporal para gatitos pueden visitar la HSBC, con horario de adopciones a partir de las 11 a.m.</p><p>Haga clic aquí para más información.</p>]]></content:encoded></item><item><title><![CDATA[UK police investigate an arson attempt on a building once used by the Jewish community]]></title><link>https://www.local10.com/news/world/2026/04/18/uk-police-investigate-an-arson-attempt-on-a-building-once-used-by-the-jewish-community/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/18/uk-police-investigate-an-arson-attempt-on-a-building-once-used-by-the-jewish-community/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:42:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — British counterterrorism police are investigating an attempted arson attack in London, one of a string of recent incidents targeting Jewish and Iranian premises in the city.</p><p>Police said Saturday that they aren't currently linking the incident to recent attacks on Jewish charity ambulances and a Persian-language media organization.</p><p>The Metropolitan Police force said that detectives weren't treating the incidents as acts of terror, but Counter Terrorism Policing London is leading the investigation “due to the similarities of each attack.”</p><p>Police said that on Friday night a man was spotted leaving a bag containing three bottles of fluid outside a building, which was previously used by the Jewish community. He attempted to light the contents, which failed to ignite fully, and then fled. No arrests have been made.</p><p>Friday’s incident in the Hendon area is close to Golders Green, where four ambulances belonging to a Jewish charity were torched on March 23. Four people have been charged over that attack.</p><p>Police are also investigating an attempted arson attack on a synagogue in northwest London on Wednesday. On the same day, what police called an “ignited container” was thrown into a Persian media organization’s premises in Wembley, another part of northwest London. Two men and a teenage boy have been charged with arson.</p><p>No one has been injured in any of the incidents.</p><p>One line of investigation is whether the incidents are linked to Iran. The U.K. has accused Iran of using criminal proxies to conduct attacks on European soil targeting opposition media outlets and the Jewish community. Britain’s MI5 domestic intelligence service says that more than 20 “potentially lethal” Iran-backed plots were disrupted in the year to October.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PDPGKFHPS4ZRXWFC5MUKFSP5JI.jpg?auth=28b0fc29bee97f52dd526246ec26595e91b5d52c14bf18135a611005c7dc5137&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign stands in front of the New Scotland Yard, the headquarters of the London Metropolitan Police, in London, Sept. 25, 2023. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Miami Film Festival honors Adam Scott with Vanguard Award]]></title><link>https://www.local10.com/news/local/2026/04/17/miami-film-festival-honors-adam-scott-with-vanguard-award/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/miami-film-festival-honors-adam-scott-with-vanguard-award/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[This weekend, the Miami Film Festival will draw to a close.]]></description><pubDate>Sat, 18 Apr 2026 01:52:04 +0000</pubDate><content:encoded><![CDATA[<p>This weekend, the Miami Film Festival will draw to a close.</p><p><a href="https://www.local10.com/espanol/2026/04/18/festival-de-cine-de-miami-honra-a-adam-scott-con-premio-vanguard/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/festival-de-cine-de-miami-honra-a-adam-scott-con-premio-vanguard/">Leer en español</a></p><p>Friday night, the festival recognized an actor whose career has really been one of so many layers: Adam Scott.</p><p>The festival presented him with its prestigious Vanguard Award. </p><p>Recipients of the award are those who have championed cinema through bold storytelling. </p><p>Scott spoke exclusively with Local 10’s Jason Carter, 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[Up for Debate: Solo vs. group workouts on National Exercise Day]]></title><link>https://www.local10.com/health/2026/04/18/up-for-debate-solo-vs-group-workouts-on-national-exercise-day/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/18/up-for-debate-solo-vs-group-workouts-on-national-exercise-day/</guid><dc:creator><![CDATA[Yarden Ben-David ]]></dc:creator><description><![CDATA[Saturday marks National Exercise Day, and a familiar fitness question is back in focus: do people prefer working out alone or in groups?]]></description><pubDate>Sat, 18 Apr 2026 13:52:55 +0000</pubDate><content:encoded><![CDATA[<p>Saturday marks National Exercise Day, and a familiar fitness question is back in focus: do people prefer working out alone or in groups?</p><p><a href="https://www.local10.com/espanol/2026/04/18/entrenamiento-solo-o-en-grupo-en-el-dia-nacional-del-ejercicio/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/entrenamiento-solo-o-en-grupo-en-el-dia-nacional-del-ejercicio/">Leer en español</a></p><p>Some say group workouts provide extra motivation and accountability. Others say solo exercise offers focus and mental clarity without distractions.</p><p>Some say group settings help push effort higher. </p><p>Others prefer going solo or keeping to themselves even in a gym setting, saying earbuds and personal space help maintain focus and independence during workouts.</p><p>Research cited in wellness studies suggests group exercise may reduce stress levels by about 26% and improve overall quality of life. </p><p>Solo workouts, meanwhile, are often linked to higher individual effort but less measurable improvement in stress reduction or life satisfaction.</p><p>As fitness trends continue to evolve, many say the choice comes down to personal preference — and what helps them stay consistent.</p><p>We want to know what you think: solo workouts or group fitness?</p><p>Let us know in the poll or comment section below. </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[Festival de Cine de Miami honra a Adam Scott con Premio Vanguard ]]></title><link>https://www.local10.com/espanol/2026/04/18/festival-de-cine-de-miami-honra-a-adam-scott-con-premio-vanguard/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/festival-de-cine-de-miami-honra-a-adam-scott-con-premio-vanguard/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[El Festival de Cine de Miami que este fin de semana llegará a su fin, reconoció a un actor cuya carrera realmente ha tenido muchas facetas: Adam Scott.]]></description><pubDate>Sat, 18 Apr 2026 14:36:03 +0000</pubDate><content:encoded><![CDATA[<p>Este fin de semana llegará a su fin el Festival de Cine de Miami.</p><p>La noche del viernes, el festival reconoció a un actor cuya carrera realmente ha tenido muchas facetas: Adam Scott.</p><p>El festival le entregó su prestigioso Premio Vanguard.</p><p>Los recipientes del premio son quienes han impulsado el cine mediante narrativas audaces.</p><p>Scott habló en exclusiva con Jason Carter de Local 10, y la conversación puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[Menor resulta herido tras choque de Audi contra negocio en North Miami]]></title><link>https://www.local10.com/espanol/2026/04/17/menor-resulta-herido-tras-choque-de-audi-contra-negocio-en-north-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/menor-resulta-herido-tras-choque-de-audi-contra-negocio-en-north-miami/</guid><dc:creator><![CDATA[Jackie Pascale, Terrell Forney]]></dc:creator><description><![CDATA[Un conductor se estrelló contra una tienda de artículos básicos para el hogar en el norte de Miami la madrugada del viernes tras un accidente, causando daños importantes y provocando que un niño fuera hospitalizado, según confirmaron las autoridades.]]></description><pubDate>Fri, 17 Apr 2026 15:00:15 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor estrelló su vehículo contra una tienda de artículos para el hogar en North Miami la madrugada del viernes tras un accidente, causando daños significativos y enviando a un menor al hospital, confirmaron las autoridades.</p><p>El accidente ocurrió alrededor de las 6:15 a.m.</p><p>Un Audi salía de un Burger King en Northwest Seventh Avenue cuando el conductor realizó un “cambio de carril inseguro”, según la Policía de North Miami.</p><p>Los investigadores indicaron que el conductor del Audi rozó un Dodge gris antes de estrellarse contra la fachada de una tienda Arona Home Essentials, ubicada en el 12550 de NW 7th Ave., cerca de Northwest 126th Street.</p><p>Indicaron que había tres personas dentro del Audi al momento del accidente.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que un menor fue trasladado al Jackson North Medical Center con dolor en un brazo que no pone en peligro su vida. Las autoridades dijeron que no se reportaron otras personas heridas, incluido el conductor del Dodge.</p><p>El conductor del Dodge, quien no quiso ser identificado, dijo a Local 10 que el impacto le hizo perder el control y desviarse hacia un árbol, dejando su vehículo como pérdida total.</p><p>“(Yo fui) directo contra el poste y golpeé el costado del árbol”, dijo. “Primero trataba de asegurarme de que estaba a salvo. Estoy bien. Estoy un poco molesto, pero realmente no hay mucho que pueda hacer al respecto”.</p><p>Según el conductor del Dodge, un transeúnte también resultó herido en el incidente, describiendo la lesión como un golpe en la rodilla, aunque la Policía y los equipos de rescate no han confirmado que esa lesión haya sido resultado del choque.</p><p>El vehículo que impactó el edificio ya fue retirado, pero los daños extensos permanecen y se espera que las labores de limpieza continúen.</p><p>El tráfico en Northwest Seventh Avenue ya fue reabierto.</p><p>No se revelaron de inmediato más detalles sobre el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Brentford's unlikely Champions League hopes hit by 5th straight draw in Premier League]]></title><link>https://www.local10.com/sports/2026/04/18/brentfords-unlikely-champions-league-hopes-hit-by-5th-straight-draw-in-premier-league/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/18/brentfords-unlikely-champions-league-hopes-hit-by-5th-straight-draw-in-premier-league/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:25:23 +0000</pubDate><content:encoded><![CDATA[<p>Brentford failed to boost its unlikely Champions League qualification hopes by drawing a fifth straight game in the Premier League, this time 0-0 at home to Fulham on Saturday.</p><p>Brentford could have climbed above Chelsea, which plays Manchester United later, and into sixth place with a win but missed a slew of chances.</p><p>Top scorer Igor Thiago hit the goal frame, Keane Lewis-Potter blazed a glorious chance over and Fulham goalkeeper Bernd Leno made a stunning last-minute save from Dango Ouattara.</p><p>Seventh-placed Brentford still remains in outside contention for a finish in the Champions League positions as the top five will qualify for the Champions League.</p><p>Former Brentford manager Thomas Frank was in the stands. It was his first visit to his old club since being fired by Tottenham in February.</p><p>Later Saturday, Tottenham has a chance to climb out of the relegation zone by beating Brighton at home, while Newcastle hosts Bournemouth and Leeds hosts last-placed Wolverhampton.</p><p>Leicester heading for third tier</p><p>Ten years after winning the Premier League, Leicester looks to be heading to the third tier of English soccer.</p><p>A 1-0 loss at Portsmouth on Saturday left Leicester in second-to-last place in the Championship.</p><p>___</p><p>Steve Douglas is at https://twitter.com/sdouglas80</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXT47D2XAL3KYV6JIJ5ACNTRYI.jpg?auth=96157d57603190d6c1b89bc23826b9932f33cdf93b82fcf05df1340b1f35964e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fulham's Sasa Lukic, left, and Brentford's Kevin Schade battle for the ball during the English Premier League soccer match between Brentford and Fulham in Brentford, England, Saturday April 18, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z36DWIZW7GA7M6IVJJJTUNX6CQ.jpg?auth=1edfd529e87c1ca571b97428c3d0757a9a450f9be13ef8fe370c4a019720458f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Brentford and Tottenham manger Thomas Frank in the stands during the English Premier League soccer match between Brentford and Fulham in Brentford, England, Saturday, April 18, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZBY3NGWA6633LS2YGM3QRKLYY.jpg?auth=1b30eb63e1818da3a9d68db6b557b4ff37d20cb0ef03c1445cd670b83454153f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fulham's Calvin Bassey, left, and Brentford's Dango Ouattara battle for the ball during the English Premier League soccer match between Brentford and Fulham in Brentford, England, Saturday April 18, 2026. (John Walton/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Walton</media:credit></media:content></item><item><title><![CDATA[Entrenamiento: solo o en grupo en el Día Nacional del Ejercicio ]]></title><link>https://www.local10.com/espanol/2026/04/18/entrenamiento-solo-o-en-grupo-en-el-dia-nacional-del-ejercicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/entrenamiento-solo-o-en-grupo-en-el-dia-nacional-del-ejercicio/</guid><dc:creator><![CDATA[Yarden Ben-David ]]></dc:creator><description><![CDATA[El sábado se celebra el Día Nacional del Ejercicio y una típica pregunta vuelve a estar en foco: ¿la gente prefiere ejercitarse sola o en grupo?]]></description><pubDate>Sat, 18 Apr 2026 14:19:46 +0000</pubDate><content:encoded><![CDATA[<p>El sábado se celebra el Día Nacional del Ejercicio y una típica pregunta sobre el acondicionamiento físico vuelve a estar en foco: ¿la gente prefiere ejercitarse sola o en grupo?</p><p>Algunos dicen que los entrenamientos en grupo brindan motivación adicional y responsabilidad.</p><p>Otros dicen que el ejercicio en solitario ofrece concentración y claridad mental sin distracciones.</p><p>Algunos afirman que los entornos grupales ayudan a elevar más el esfuerzo.</p><p>Otros prefieren entrenar solos o mantenerse apartados incluso en un gimnasio, señalando que los audífonos y el espacio personal ayudan a mantener la concentración y la independencia durante los ejercicios.</p><p>Investigaciones citadas en estudios de bienestar sugieren que el ejercicio en grupo puede reducir los niveles de estrés en alrededor de un 26% y mejorar la calidad de vida en general.</p><p>Los entrenamientos en solitario, mientras tanto, suelen estar vinculados a un mayor esfuerzo individual, pero a una menor mejoría medible en la reducción del estrés o la satisfacción con la vida.</p><p>A medida que las tendencias de acondicionamiento físico continúan evolucionando, muchos dicen que la elección depende de la preferencia personal y de lo que les ayude a mantenerse constantes.</p><p>Queremos saber qué piensa usted: ¿entrenamientos en solitario o ejercicio en grupo?</p><p>Déjenos saber en la encuesta o en la sección de comentarios abajo.</p>]]></content:encoded></item><item><title><![CDATA[Trump signs order to speed review of psychedelics, including the controversial drug ibogaine]]></title><link>https://www.local10.com/news/2026/04/18/trump-signs-order-to-speed-review-of-psychedelics-including-the-controversial-drug-ibogaine/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/18/trump-signs-order-to-speed-review-of-psychedelics-including-the-controversial-drug-ibogaine/</guid><dc:creator><![CDATA[By MATTHEW PERRONE and SEUNG MIN KIM, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 15:05:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Saturday directed his administration to speed up reviews of certain psychedelic drugs, including ibogaine, which recently has been embraced by combat veterans and conservative lawmakers despite having serious safety risks.</p><p>Ibogaine and other psychedelics remain banned under the federal government's most restrictive category for illegal, high-risk drugs. But the administration is taking steps to ease restrictions and spur research on using the drugs for medical purposes, including conditions like severe depression.</p><p>“Today’s order will ensure that people suffering from debilitating symptoms might finally have a chance to reclaim their lives and lead a happier life,” Trump said as he signed an executive order on the drugs. The Republican president said his directive will help “dramatically accelerate” access to potential treatments. "If these turn out to be as good as people are saying, it's going to have a tremendous impact,” he said.</p><p>Veteran organizations and psychedelic advocates have long contended that the ibogaine, which is made from a shrub native to West Africa, has great promise for hard-to-treat conditions such as post-traumatic stress disorder and opioid addiction.</p><p>Trump’s announcement follows pledges by Health Secretary Robert F. Kennedy Jr. and other administration officials to ease access to psychedelics for medical use, an issue that has won rare bipartisan support.</p><p>Joining Trump in the Oval Office were his top health officials, conservative podcaster Joe Rogan and Marcus Luttrell, the former Navy SEAL whose memoir about a deadly mission in Afghanistan was the basis of the film “Lone Survivor.” Rogan said he texted Trump information on ibogaine and the president responded: “Sounds great. Do you want FDA approval? Let's do it.”</p><p>“You’re going to save a lot of lives through it,” Luttrell told Trump during the ceremony. “It absolutely changed my life for the better.”</p><p>The Food and Drug Administration next week will issue national priority vouchers for three psychedelics, which the agency's commissioner, Marty Makary, said will allow certain drugs to be approved quickly “if they are in line with our national priorities.” The vouchers can cut review times from several months to a period of weeks. It is the first time the FDA has offered that fast-tracking to any psychedelics.</p><p>The FDA is also taking steps to clear the way for the first-ever human trials of ibogaine in the U.S.</p><p>Trump's action surprised many longtime advocates and researchers in the psychedelic field, given that ibogaine is known to sometimes trigger potentially fatal heart problems. The National Institutes of Health briefly funded research on the drug in the 1990s, but discontinued the work due to ibogaine's "cardiovascular toxicity.”</p><p>“It’s been incredibly difficult to study ibogaine in the U.S. because of its known cardiotoxicity,” said Frederick Barrett, director of the Johns Hopkins Center for Psychedelic and Consciousness Research. “If the executive order can pave the way for doing objective, scientific research with this compound, it would help us understand whether it is truly a better psychedelic therapy than others.”</p><p>No psychedelic has been approved in the United States, but a number of them are being studied in large trials for various mental health conditions, including psilocybin, MDMA and LSD. All those drugs remain illegal, classified as Schedule I substances alongside drugs such as heroin. Two states — Oregon and Colorado — have legalized psychedelic therapy with psilocybin.</p><p>Ibogaine was first used by members of the Bwiti religion in African nations like Gabon during their religious ceremonies.</p><p>In recent years, U.S. veterans have reported benefiting from the drug after traveling to clinics in Mexico that administer it.</p><p>Backing from veterans groups and former Texas Gov. Rick Perry led to a law last year providing $50 million for ibogaine research in that state. Perry, who co-founded a group called Americans for Ibogaine, recently appeared on Rogan’s podcast, making the case for reducing federal limits on the drug. It was his second time talking about ibogaine on the popular podcast in the past two years.</p><p>The drug is known to cause irregular heart rhythms and has been linked to more than 30 deaths in the medical literature, according to the Multidisciplinary Association for Psychedelic Studies, a nonprofit that conducted some early studies in patients outside the U.S.</p><p>The group's co-executive director, Ismail Lourido Ali, said Trump's order might encourage other states to follow the Texas model.</p><p>“The stigma around Schedule I drugs is significant,” Ali said. “It feels like this would give pretty substantial cover for Republican governors and legislatures to step into the ring in terms of funding research programs at their universities.”</p><p>Owners of ibogaine clinics said the impact of the order will not be immediate.</p><p>“There will be no insurance coverage, it will still be considered unapproved and non-covered care,” said Tom Feegel of Beond Ibogaine, which operates a clinic in Cancun, Mexico. “But what it does mean is that ibogaine shifts from being fringe and underground to being federally acknowledged.”</p><p>Feegel says his clinic treated 2,000 people with ibogaine last year for between $15,000 and $20,000 per person. The company also gave free treatment to about 100 veterans.</p><p>Clinics that use the drug typically monitor patients’ heart readings and have emergency medical equipment on hand.</p><p>One of the only recent studies conducted by U.S. researchers found that veterans treated with ibogaine showed improvements in symptoms of traumatic brain injury, including PTSD, depression and anxiety. The Stanford University study was small — enrolling 30 veterans who received the drug in Mexico. It did not include a placebo group for comparison, an essential feature of rigorous medical research. Patients in the study received a combination of ibogaine mixed with magnesium intended to reduce heart risks.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLDCH67XIFYG3DQHQYHGOAFSW4.jpg?auth=99c54fffecf493c19486a68ddf68d9a1001208b05485a98059cfb5596525d418&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump holds up a signed executive order in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2AVVLP2ABRQ3OYXIX4F4QIJQD4.jpg?auth=a905f3307ebca0ac9016fc216c4e50859d3beaaea823fb2aefab51a84732799a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with U.S. Secretary of Health and Human Services Robert Kennedy Jr. in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ST5LCPABXU3EVWNQYSYMFVIOM4.jpg?auth=a8ef87f6d2ddc75f328c8899d6f64b4c0e37bab0e31adbba532ed6a18ae7692b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUXHIRQ23KKEPFY6VFOOCIC3LE.jpg?auth=27441d62fe310b911d20edcf49caf0a55ab783b56d069622211b8e7b0a841ee8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Rogan laughs as President Donald Trump speaks in the Oval Office of the White House, Saturday, April 18, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3CCBZBLB3UEM3HWR2RGMBKPABE.jpg?auth=dfafd5618d836bcd095f1cc980cf91d6165efd0d870aa81b50c3c9cc0862f9e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marcus Luttrell, a retired U.S. Navy Seal, and his brother, Rep. Morgan Luttrell, R-Texas, listen to President Donald Trump speak in the Oval Office of the White House, Saturday, April 18, 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[E-bike rider killed in Coral Springs crash involving police vehicle]]></title><link>https://www.local10.com/news/local/2026/04/18/e-bike-rider-killed-in-coral-springs-crash-involving-police-vehicle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/18/e-bike-rider-killed-in-coral-springs-crash-involving-police-vehicle/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man riding an e-bike was killed Friday night after colliding with a marked Coral Springs police vehicle, authorities confirmed. ]]></description><pubDate>Sat, 18 Apr 2026 13:21:51 +0000</pubDate><content:encoded><![CDATA[<p>A man riding an e-bike was killed Friday night after colliding with a marked Coral Springs police vehicle, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/04/18/muere-conductor-de-bicicleta-electrica-en-coral-springs-tras-choque-con-vehiculo-policial/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/muere-conductor-de-bicicleta-electrica-en-coral-springs-tras-choque-con-vehiculo-policial/">Leer en español</a></p><p>The crash happened at 9:41 p.m. in the 4300 block of Riverside Drive, according to the Coral Springs Police Department.</p><p>Police said officers and the Coral Springs-Parkland Fire Department responded to the scene and found that a man who was riding an e-bike had struck a marked CSPD vehicle. Officers said they immediately began rendering aid.</p><p>They said the man was taken by fire rescue crews to Broward Health North, where he was pronounced dead. Investigators on Saturday confirmed that the officer involved was not injured and that the victim’s identity cannot be released at this time.</p><p>Anyone who witnessed the crash or has information is urged to contact Officer Xavier Reinoso at <a href="" rel="">xreinoso@coralsprings.gov</a> or 954-346-1268.</p><p>No other details about the crash were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Fort Lauderdale parks worker accused of dumping alcohol on senior in unprovoked attack ]]></title><link>https://www.local10.com/news/local/2026/04/18/fort-lauderdale-parks-worker-accused-of-throwing-alcohol-in-face-of-senior-in-unprovoked-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/18/fort-lauderdale-parks-worker-accused-of-throwing-alcohol-in-face-of-senior-in-unprovoked-attack/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Fort Lauderdale parks worker was arrested earlier this week after police say she threw alcohol on a 72-year-old woman during an altercation at a city park.]]></description><pubDate>Sat, 18 Apr 2026 12:21:33 +0000</pubDate><content:encoded><![CDATA[<p>A Fort Lauderdale parks worker was arrested earlier this week after police say she threw alcohol on a 72-year-old woman during an altercation at a city park.</p><p><a href="https://www.local10.com/espanol/2026/04/18/acusan-a-empleado-de-parques-de-fort-lauderdale-de-arrojar-alcohol-a-adulto-mayor-en-ataque-no-provocado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/acusan-a-empleado-de-parques-de-fort-lauderdale-de-arrojar-alcohol-a-adulto-mayor-en-ataque-no-provocado/">Leer en español</a></p><p>Jail records show Adrienne Michelle James is facing a charge of aggravated battery on a person 65 years of age or older. </p><p>Officers with the Fort Lauderdale Police Department on Tuesday evening said they responded to a reported battery and located James at the scene. </p><p>Police said she showed signs of intoxication, including slurred speech, bloodshot eyes and the smell of alcohol on her breath.</p><p>Authorities said the victim told officers that around 5:15 p.m., she was sitting on a bench near the concessions area at Holiday Park, located at 1150 G. Harold Martin Dr., with a friend when she saw James, whom she recognized as a park employee from prior interactions.</p><p>The woman said she greeted James, who then began cursing at her and calling her a liar and a “Trump sympathizer,” according to the report.</p><p>Police confirmed that a short time later, James sat behind the victim, then stood up, walked in front of her, and began pouring what the victim believed to be vodka onto her chest and head from a plastic container, the report states.</p><p>The victim told police the liquid was then thrown into her face, causing a burning sensation, particularly in her eyes, according to investigators. </p><p>Officers said they observed that the woman’s clothing and hair were wet and that her eyes were red. They said she was taken to Holy Cross Health for treatment.</p><p>A witness told police he saw James pour alcohol on the victim, corroborating her account, though he said it was from a plastic cup rather than a bottle, the report states, according to the report. </p><p>Investigators said the victim told them that she wants to press charges.</p><p>Records show James was being held at the Broward County Main Jail but has since posted a $2,500 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Acusan a empleado de parques de Fort Lauderdale de arrojar alcohol a adulto mayor en ataque no provocado ]]></title><link>https://www.local10.com/espanol/2026/04/18/acusan-a-empleado-de-parques-de-fort-lauderdale-de-arrojar-alcohol-a-adulto-mayor-en-ataque-no-provocado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/acusan-a-empleado-de-parques-de-fort-lauderdale-de-arrojar-alcohol-a-adulto-mayor-en-ataque-no-provocado/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una empleada de parques de Fort Lauderdale fue arrestada a principios de esta semana tras arrojar alcohol sobre una mujer de 72 años durante un altercado en un parque de la ciudad.]]></description><pubDate>Sat, 18 Apr 2026 14:08:08 +0000</pubDate><content:encoded><![CDATA[<p>Una empleada de parques de Fort Lauderdale fue arrestada a principios de esta semana luego de que la Policía dijera que arrojó alcohol sobre una mujer de 72 años durante un altercado en un parque de la ciudad.</p><p>Los registros de la cárcel muestran que Adrienne Michelle James enfrenta un cargo de agresión agravada contra una persona de 65 años o mayor.</p><p>Agentes del Departamento de Policía de Fort Lauderdale dijeron que el martes por la noche respondieron a un reporte de agresión y localizaron a James en la escena.</p><p>La Policía dijo que mostraba señales de intoxicación, incluyendo dificultad para hablar, ojos enrojecidos y olor a alcohol en el aliento.</p><p>Las autoridades dijeron que la víctima informó a los agentes que alrededor de las 5:15 p.m. estaba sentada en una banca cerca del área de concesiones en Holiday Park, ubicado en 1150 G. Harold Martin Dr., con una amiga cuando vio a James, a quien reconoció como empleada del parque por interacciones previas.</p><p>La mujer dijo que saludó a James, quien entonces comenzó a insultarla y a llamarla mentirosa y “simpatizante de Trump”, según el reporte.</p><p>La Policía confirmó que poco después James se sentó detrás de la víctima, luego se levantó, caminó frente a ella y comenzó a verter lo que la víctima creía que era vodka sobre su pecho y cabeza desde un recipiente plástico, indica el reporte.</p><p>La víctima dijo a la Policía que luego el líquido fue lanzado a su rostro, causándole una sensación de ardor, particularmente en los ojos, según los investigadores.</p><p>Los agentes dijeron que observaron que la ropa y el cabello de la mujer estaban mojados y que sus ojos estaban rojos. Indicaron que fue trasladada a Holy Cross Health para recibir tratamiento.</p><p>Un testigo dijo a la Policía que vio a James arrojar alcohol sobre la víctima, corroborando su versión, aunque señaló que fue desde un vaso plástico y no una botella, según el reporte.</p><p>Los investigadores dijeron que la víctima les informó que desea presentar cargos.</p><p>Los registros muestran que James permanecía detenida en la cárcel principal del condado Broward, pero desde entonces pagó una fianza de $2,500 USD.</p>]]></content:encoded></item><item><title><![CDATA[You can put beef tallow and salmon sperm on your face. But should you?]]></title><link>https://www.local10.com/business/2026/04/18/you-can-put-beef-tallow-and-salmon-sperm-on-your-face-but-should-you/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/18/you-can-put-beef-tallow-and-salmon-sperm-on-your-face-but-should-you/</guid><dc:creator><![CDATA[By AYA DIAB, AMY TAXIN and MELINA WALLING, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:00:22 +0000</pubDate><content:encoded><![CDATA[<p>Bryan Vander Dussen spent years as a dairy farmer before shifting to selling farm-raised beef. In the past year, he and his wife have been making another transition: Cooking up recipes in their kitchen that turn organ fat from his animals into tallow balm that buyers are eager to slather on their skin.</p><p>One tricky bit: Coming up with formulas that don’t smell like pot roast.</p><p>“You see it everywhere, so we were like, ‘Why don’t we do this?’” he said. “Some of the feedback is, ‘We don’t want to smell like beef,’ so we add things like lavender and wild orange to kind of counter that potential beef smell.”</p><p>From moisturizers made with beef tallow to salmon sperm facials, consumers have become more interested in animal-based skin care products in recent years. Promoted as natural alternatives to synthetics, they're gaining popularity across social media and high-end spas as well as at farmers’ markets and in home kitchens.</p><p>Some experts connect the products' rise to an increased focus on the health impact of chemicals, as well as pro-meat messaging from the Make America Healthy Again movement.</p><p>“There’s been a movement in the last couple of years to embrace animal-based foods,” said Norah MacKendrick, an associate professor of sociology at Rutgers University who has studied why consumers are worried about chemicals in their personal care products. “I think some of that is probably spilling over into the cosmetic world.”</p><p>Natalee Keenan, 31, said she was looking for natural skin care products when she decided to give tallow a try. The first product she purchased felt beefy and heavy on her skin, but the western Pennsylvania woman said she recently found a whipped tallow balm scented with coconut that feels much lighter.</p><p>“I use it sparingly,” she said, adding a tiny bit has been enough to keep her skin feeling smooth.</p><p>Here’s what experts have to say about animal-based skin care, including cautions about a lack of medical evidence for their effectiveness.</p><p>Chemists, farmers say animal byproducts can be a way to use industry waste</p><p>The cosmetics industry moved away from many animal-derived ingredients decades ago amid concerns about animal testing and disease outbreaks like mad cow, said Perry Romanowski, an independent cosmetic chemist who studies how skin care ingredients are formulated.</p><p>For years, those concerns, along with the rise of vegan beauty products, pushed many brands to avoid animal-based ingredients altogether. But recently, some of those materials have started to reappear in skin care products and are often marketed as natural alternatives.</p><p>Jamie Moody, founder of Sonoma Mountain Beef in Northern California, said she started making tallow products in an effort to reduce waste. “Since the trend toward clean products remains strong, I believe the market will continue to grow,” she said.</p><p>Vander Dussen, the California rancher, said he and his wife are “just kind of jumping onto the fad that’s already there.” He added: “In today’s world, it’s very important not only what you are putting on your face but where it comes from.”</p><p>Kelly Pratt, who owns a spa in Tampa, Florida, said demand for treatments like salmon sperm DNA facials have surged because clients report improvements over time. Cassandra Hutchison, an aesthetician who gives the treatments at the spa, said the ingredient is intended to repair skin and keep inflammation down. She said it helps in hydration, making skin look healthier and repairing damage to the outer layer of skin that keeps moisture in and irritants out.</p><p>Prices vary, but a tub of tallow balm at Target costs about $15 more than a tub of petroleum jelly. And while there are some salmon sperm products like masks you can apply at home, many have to be applied at a spa, which comes with its own costs. Still, that hasn't deterred some consumers, whose searches for terms like “beef tallow for skin” have jumped in recent years and remained higher than ever before, according to Google Trends.</p><p>Experts say these may not be best choices</p><p>Turning waste from an animal product into something people use is certainly an example of sustainability, experts said.</p><p>But neither beef tallow nor salmon sperm have robust medical data to support their effectiveness, said Dr. Angelo Landriscina, a New York City dermatologist who has taken to social media to debunk what he sees as skin care misinformation.</p><p>Dr. Heather Rogers, a Seattle dermatologist, agreed there’s no medical evidence that tallow on your skin is helpful. She said it can be rancid and hard to use, and additives to make it smell more pleasant can be irritants.</p><p>Romanowski, the cosmetic chemist, said consumers should keep their expectations realistic. He said only a few skin care ingredients, including retinol, a vitamin A-derived ingredient commonly used to reduce fine lines and wrinkles, and niacinamide, a form of vitamin B3 that helps with redness and strengthens the skin, have strong evidence behind them. Others, he said, may offer only modest benefits that are difficult for consumers to notice.</p><p>How the politics of meat and chemicals weigh in</p><p>Corrin Dial, 32, owns Lowcountry Family Farms with her husband in South Carolina. Neither of them grew up farming, she said, but decided to try it after he got out of the Marine Corps.</p><p>Dial said she was looking for a natural balm for her baby about two years ago and decided to try whipping tallow. She said she thinks many people are coming to it to avoid chemical products, citing one customer who had cancer and was told by her doctor to be careful of anything she puts on her skin. “A lot of people are moving away from the chemical stuff, they’re trying to get into healthy eating and using more products where they know exactly where it came from,” she said.</p><p>MacKendrick, the sociologist from Rutgers, speculated that mothers, who as a demographic have become increasingly aware of how chemical substances affect children, are driving some of the move toward animal-based cosmetic products.</p><p>“We find that mothers are making these decisions for the household,” MacKendrick said. “Buying cosmetics for children or personal care products for children is considered high-stakes work.”</p><p>Landriscina pointed out that ingredients like salmon-based skin care getting touted as “the hottest new thing” can be rooted in an idea that other cultures, especially in places like Korea, are somehow ahead of the curve or have more innovation in their skin care. That's a bit different than the “back to basics” mentality that can draw people to ingredients like beef tallow. But he said whether people are interested in something old or something new, their skin care choices should be rooted in evidence.</p><p>Romanowski said the beauty industry is under pressure to constantly introduce something new.</p><p>“You should think of the cosmetic industry more like the fashion industry because you can only do so much with the shirt, right?” said Romanowski. “You can change the color, you can do some aesthetics thing, but it’s still a shirt and it’s the same thing with cosmetics.”</p><p>___</p><p>Diab reported from Tampa, Fla., Taxin reported from Santa Ana, Calif. and Walling reported from Chicago.</p><p>___</p><p>Follow Melina Walling on X @MelinaWalling and Bluesky @melinawalling.bsky.social.</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/3YEO4B3SUMCWPSB46X5KA23TBQ.jpg?auth=e72d7a0ea316bfbca94fac036084581b1113118cd82e2ea55debe8aedb017b20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skincare products made from salmon DNA are displayed Friday, March 6, 2026, in Cincinnati. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQZK4SMFJL4SDYUWRCSSCZXMC4.jpg?auth=fadf61dfdfb714ed888d782968c4ccc2d698432ed6d381b07938488bef15b3e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skincare products made from salmon DNA are displayed Friday, March 6, 2026, in Cincinnati. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Detectives creen que conductor cuyo camión cayó desde un muro hacia la autopista Palmetto se quitó la vida]]></title><link>https://www.local10.com/espanol/2026/04/17/mdso-muere-conductor-tras-accidente-que-lanzo-camioneta-sobre-muro-hacia-autopista-palmetto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/mdso-muere-conductor-tras-accidente-que-lanzo-camioneta-sobre-muro-hacia-autopista-palmetto/</guid><dc:creator><![CDATA[Amanda Batchelor, Brett Knese]]></dc:creator><description><![CDATA[Un conductor falleció este viernes por la mañana tras un accidente en el noroeste de Miami-Dade que provocó que una camioneta cayera por encima de una barrera de seguridad hacia los carriles en dirección sur de la autopista Palmetto, según informaron las autoridades.]]></description><pubDate>Fri, 17 Apr 2026 14:44:10 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor murió la mañana del viernes tras un choque en el noroeste de Miami-Dade que provocó que una camioneta se elevara sobre un muro de contención y cayera a los carriles en dirección sur de la autopista Palmetto, y ahora los detectives creen que se trató de un suicidio, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade (MDSO), el choque fue reportado a las 6:24 a.m. en el área de Northwest 54th Street y 77th Court.</p><p>“Según los investigadores, una camioneta circulaba hacia el este por la NW 54 Street cuando continuó a través de la intersección y chocó contra un muro de concreto”, indicó la MDSO en un comunicado. “El vehículo pasó por encima del muro de contención e ingresó a los carriles en dirección sur de la carretera estatal 826 (autopista Palmetto), donde impactó a otro vehículo”.</p><p>Agentes confirmaron que el conductor de la camioneta fue declarado muerto en la escena.</p><p>El conductor del otro vehículo fue trasladado a un hospital cercano en condición estable.</p><p>Según el detective Argemis “AC” Colome, se recuperó un arma en la escena y los detectives creen que el conductor de la camioneta se quitó la vida.</p><p>“Obviamente vio que la pared estaba destruida y los autos unos encima de otros, y luego vio que empezaban a llegar los rescatistas”, dijo Mercy McClusky, quien trabaja cerca. “El detective que vino a hablar con nosotros dijo que también había casquillos de bala”.</p><p>Todos los carriles en dirección sur de la autopista Palmetto fueron cerrados tras el choque, pero ya han sido reabiertos.</p><p>La Unidad de Homicidios de Tránsito de la MDSO investiga las circunstancias del choque.</p>]]></content:encoded></item><item><title><![CDATA[Pope Leo XIV says ‘not in my interest at all’ to debate Trump but will keep preaching peace]]></title><link>https://www.local10.com/news/world/2026/04/18/pope-leo-xiv-says-not-in-my-interest-at-all-to-debate-trump-but-will-keep-preaching-peace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/18/pope-leo-xiv-says-not-in-my-interest-at-all-to-debate-trump-but-will-keep-preaching-peace/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:55:42 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD THE PAPAL PLANE (AP) — Pope Leo XIV said Saturday that it was “not in my interest at all” to debate U.S. President Donald Trump about the Iran war, but that he would continue preaching the Gospel message of peace.</p><p>Leo spoke to reporters aboard the papal plane flying from Cameroon to Angola as part of his 11-day tour of Africa.</p><p>He addressed the spiraling back-and-forth saga of Trump’s critiques of his peace message, which have dominated news headlines this week. But the American pope also sought to set the record straight, insisting that his preaching isn’t directed at Trump, but reflects the broader Gospel message of peace.</p><p>“There’s been a certain narrative that has not been accurate in all of its aspects, but because of the political situation created when, on the first day of the trip, the president of the United States made some comments about myself,” he said.</p><p>“Much of what has been written since then has been more commentary on commentary, trying to interpret what has been said.”</p><p>Trump launched the criticism on his social media platform Truth Social on the night of April 12, when he criticized Leo’s preaching about peace as the war, which began with joint U.S.-Israeli strikes on Feb. 28 and was followed by Iran’s retaliation, raged on. Trump accused Leo of being soft on crime, cozy with the left and said that the first American pontiff owed his election to Trump.</p><p>Leo has issued consistent calls for peace and dialogue, and has denounced the use of religious justification for war. Specifically, he called Trump’s threat to annihilate Iranian civilization “truly unacceptable.”</p><p>The Vatican has stressed that when Leo preaches about peace, he is referring to all wars ravaging the planet, not just the Iran conflict. The Russian Orthodox Church, for example, has justified Moscow’s invasion of Ukraine as a “holy war.”</p><p>Speaking to reporters on Saturday, Leo referred specifically to his remarks earlier this week to a peace meeting in Bamenda, Cameroon. The city is the epicenter of a separatist conflict that has been raging in the western, Anglophone region of the country for nearly a decade.</p><p>Leo said that his remarks, in which he blasted the “handful of tyrants” who were ravaging Earth with war and exploitation, were written two weeks ago, long before Trump’s criticisms began.</p><p>“And yet as it happens, it was looked at as if I was trying to debate again the president, which is not in my interest at all,” he said.</p><p>Looking ahead, however, he said that he would continue preaching the Gospel.</p><p>“I primarily come to Africa as a pastor, as the head of the Catholic Church to be with, to celebrate with, to encourage and accompany all the Catholics throughout Africa,” he said.</p><p>He drew attention to some upcoming liturgical readings about what it means to be Christian and to follow Christ, promote fraternity and brotherhood, “but also looking for ways to promote justice in our world, promote peace in our world,” he said.</p><p>Leo arrived later Saturday in Angola, the third stop on his four-nation tour. A message of peace would be especially relevant for the southern African country, which was ravaged by a 27-year civil war that ended in 2002 but has left deep scars.</p><p>Leo will meet with Angolan President Joao Lourenco and deliver his first speech before government authorities, when he hopes to bring joy and encouragement to Angola's long-suffering people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQ2SZJMQIE5U6R3GNOFDYE5BNU.jpg?auth=42e536427a8c6bbad6c0ba894e529af2c67daeda747bc4509a7e50916a57c8bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives in procession to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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/EWORLX7URVDB2LKLMX4GVBKMAE.jpg?auth=f642189401286525c0e8f5a7c30c3db762b461dd7026b6faa700852435fe352e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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/ZUUSRH6M3V7LQAGXG57SIMAPNY.jpg?auth=01e081d5c25fa90c193b8ed9411446dd02c3e9b75006098942d5e774098d89bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives in procession with cardinals and bishops to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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/5EDZ7MMLRJF26GEWEQECLOXFKQ.jpg?auth=adb58aade2f5231796ead13702f8d565fa57dc802deeb256d8aa2a31817480aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- This combination file photos show on left, President Donald Trump listening during a meeting with North Korean defectors where he talked with reporters about allowing the release of a secret memo on the F.B.I.'s role in the Russia inquiry, in the Oval Office of the White House, on Feb. 2, 2018, in Washington and on right, Pope Leo XIV arriving for his weekly general audience in St. Peter's Square, at the Vatican, on Aug. 6, 2025. (AP Photos/Evan Vucci and Gregorio Borgia, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/S42EWZ7HB6AHDA4RRLFPSARXOU.jpg?auth=503b1bc8296074b9f0352dace427e30b34da1d3640a287df116ec959d5f26986&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves to reporters as he walks on the South Lawn upon his arrival to the White House, Friday, April 17, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Muere conductor de bicicleta eléctrica en Coral Springs tras choque con vehículo policial ]]></title><link>https://www.local10.com/espanol/2026/04/18/muere-conductor-de-bicicleta-electrica-en-coral-springs-tras-choque-con-vehiculo-policial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/muere-conductor-de-bicicleta-electrica-en-coral-springs-tras-choque-con-vehiculo-policial/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre que conducía una bicicleta eléctrica murió la noche del viernes tras chocar con un vehículo policial identificado de Coral Springs.]]></description><pubDate>Sat, 18 Apr 2026 13:43:02 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que conducía una bicicleta eléctrica murió la noche del viernes tras chocar con un vehículo policial identificado de Coral Springs, confirmaron las autoridades.</p><p>El choque ocurrió a las 9:41 p.m. en la cuadra 4300 de Riverside Drive, según el Departamento de Policía de Coral Springs.</p><p>La Policía dijo que agentes y el Departamento de Bomberos de Coral Springs-Parkland respondieron a la escena y encontraron que un hombre que conducía una bicicleta eléctrica había impactado un vehículo identificado de la CSPD. Los agentes dijeron que de inmediato comenzaron a prestarle ayuda.</p><p>Indicaron que el hombre fue trasladado por equipos de rescate a Broward Health North, donde fue declarado muerto.</p><p>Las autoridades dijeron que el choque continúa bajo investigación.</p><p>Se exhorta a cualquier persona que haya presenciado el choque o tenga información a comunicarse con el agente Xavier Reinoso al correo xreinoso@coralsprings.gov o al 954-346-1268.</p><p>No se divulgaron de inmediato más detalles sobre el choque.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BBCJC5COYVHYLEJ7KIIMHM6V2I.png?auth=49b94feab66c21fad4f040b31d0e1d4f2ec3fea2d7d3131e7425e25f0d3b79aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[BSO: Teen, 17, arrested for alleged attempted sexual battery of woman in Weston]]></title><link>https://www.local10.com/news/local/2026/04/17/bso-teen-17-arrested-for-alleged-attempted-sexual-battery-of-woman-in-weston/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/bso-teen-17-arrested-for-alleged-attempted-sexual-battery-of-woman-in-weston/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Broward County have arrested a suspect wanted for exposing himself in public.]]></description><pubDate>Fri, 17 Apr 2026 22:06:06 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County have arrested a suspect wanted for <a href="https://www.local10.com/news/local/2026/04/10/video-shows-man-exposing-himself-grabbing-unsuspecting-woman-from-behind-in-weston/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/10/video-shows-man-exposing-himself-grabbing-unsuspecting-woman-from-behind-in-weston/">grabbing a woman before allegedly exposing himself in public last week</a>. </p><p><a href="https://www.local10.com/espanol/2026/04/18/bso-arrestan-a-adolescente-de-17-anos-por-presunto-intento-de-agresion-sexual-contra-mujer-en-weston/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/18/bso-arrestan-a-adolescente-de-17-anos-por-presunto-intento-de-agresion-sexual-contra-mujer-en-weston/">Leer en español</a></p><p>On Friday, detectives in Broward County announced the arrest of a 17-year-old suspect wanted in connection to an attempted sexual battery.</p><p>He has been identified as Anthony Alejandro Gonzalez Tovar. </p><p>The incident happened around 4:39 p.m. on April 8 along the 16300 block of Golf Club Road in Weston. </p><p>The victim told police she was sitting on the grass when authorities said she was grabbed from behind by an unknown subject, struggling with her attacker before he got up and fled after putting his shoes on. </p><p>Video footage was obtained by investigators, who said it showed the light-skinned suspect wearing a khaki-colored hoodie and distinctive red and black pants “exposing and pleasuring himself in an adjacent parking lot” before he was seen “slowly approaching the victim, surveying his surroundings and removing his shoes before grabbing her from behind,” according to deputies. </p><p>“It’s sad because he’s 17 years old,” said neighbor Abigail Lopez. “It’s sad on both ends ... the victim of course.” </p><p>Deputies said Gonzalez Tovar was taken to the Juvenile Assessment Center for processing. </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[BSO: Arrestan a adolescente de 17 años por presunto intento de agresión sexual contra mujer en Weston ]]></title><link>https://www.local10.com/espanol/2026/04/18/bso-arrestan-a-adolescente-de-17-anos-por-presunto-intento-de-agresion-sexual-contra-mujer-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/bso-arrestan-a-adolescente-de-17-anos-por-presunto-intento-de-agresion-sexual-contra-mujer-en-weston/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Autoridades del condado Broward, arrestaron a un sospechoso buscado por sujetar a una mujer antes de antes de presuntamente exhibirse en público la semana pasada. ]]></description><pubDate>Sat, 18 Apr 2026 13:32:23 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado Broward, arrestaron a un sospechoso buscado por <a href="https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/">sujetar a una mujer antes de antes de presuntamente exhibirse en público la semana pasada. </a></p><p>El viernes, detectives del condado Broward anunciaron el arresto de un sospechoso de 17 años buscado en relación con un intento de agresión sexual.</p><p>Ha sido identificado como Anthony Alejandro Gonzalez Tovar.</p><p>El incidente ocurrió alrededor de las 4:39 p.m. del 8 de abril en la cuadra 16300 de Golf Club Road en Weston.</p><p>La víctima dijo a la Policía que estaba sentada sobre el césped cuando, según las autoridades, fue sujetada por detrás por un individuo desconocido. La mujer forcejeó con su atacante antes de que este se levantara y huyera tras ponerse los zapatos.</p><p>Los investigadores obtuvieron video de vigilancia que, según dijeron, muestra al sospechoso de piel clara usando una sudadera color caqui y pantalones distintivos rojos y negros, “exhibiéndose y complaciéndose a sí mismo en un estacionamiento adyacente” antes de ser visto “acercándose lentamente a la víctima, observando sus alrededores y quitándose los zapatos antes de sujetarla por detrás”, según los agentes.</p><p>“Es triste porque tiene 17 años”, dijo la vecina Abigail Lopez. “Es triste por ambos lados... la víctima, por supuesto”.</p><p>Los agentes dijeron que Gonzalez Tovar fue llevado al Centro de Evaluación Juvenil para su procesamiento.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a maestra de escuela cristiana de Hialeah de “azotar contra el suelo” a estudiante con necesidades especiales]]></title><link>https://www.local10.com/espanol/2026/04/17/acusan-a-maestra-de-escuela-cristiana-de-hialeah-de-azotar-contra-el-suelo-a-estudiante-con-necesidades-especiales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/acusan-a-maestra-de-escuela-cristiana-de-hialeah-de-azotar-contra-el-suelo-a-estudiante-con-necesidades-especiales/</guid><dc:creator><![CDATA[Ryan Mackey, Christina Vazquez]]></dc:creator><description><![CDATA[Una maestra que trabaja en una escuela cristiana de Hialeah fue arrestada después de que la policía dijo que abusó de un estudiante con necesidades especiales durante múltiples incidentes captados en video de vigilancia del salón de clases.]]></description><pubDate>Fri, 17 Apr 2026 15:30:49 +0000</pubDate><content:encoded><![CDATA[<p>Una maestra de 29 años que trabaja en una escuela cristiana de Hialeah fue arrestada después de que la policía dijo que abusó de un estudiante con necesidades especiales durante múltiples incidentes captados en video de vigilancia del salón de clases el mes pasado.</p><p>La policía de Hialeah indicó que Nikol Marie Rodriguez, de Miramar, fue detenida antes de la 1:30 p.m. del jueves.</p><p>Dijeron que los incidentes ocurrieron el 4 de marzo en Peace Christian Academy, ubicada en 490 E. 50th St.</p><p>Según un informe de arresto, la víctima, que tenía 8 años en ese momento, tiene diagnóstico de autismo y TDAH y “puede comprender instrucciones simples, pero tiene dificultad para articular más que una solicitud sencilla”.</p><p>La policía dijo que el niño no es conocido por ser violento y vive con su madre.</p><p>Rodriguez había sido la educadora principal del niño desde agosto de 2024 y era responsable del “cuidado, supervisión y servicios esenciales para la salud física y mental del menor”, indica el informe.</p><p>Los investigadores señalaron que el video de vigilancia muestra una interacción poco antes de las 11 a.m. cuando Rodriguez “parece asistir físicamente a la víctima al sujetar su brazo izquierdo” y luego “agarrar el brazo derecho y el área del bíceps, girando a la víctima de manera agresiva”.</p><p>Indicaron que las acusaciones más graves se derivan de un incidente posterior alrededor de las 12:45 p.m. de ese día, cuando el niño estaba sentado tranquilamente en el suelo y “no mostraba de ninguna manera un comportamiento físicamente amenazante”.</p><p>A pesar de eso, el informe establece que Rodriguez presuntamente sujetó al niño al colocarle los brazos detrás de la espalda, causándole dolor. La policía dijo que el niño “fue observado luchando contra la técnica de restricción, aparentando estar en agonía”, mientras otro estudiante cercano se cubría los ojos y los oídos.</p><p>Señalaron que la situación se agravó aún más cuando se vio a Rodriguez “azotar con fuerza la parte superior del cuerpo y la cabeza de la víctima contra el suelo del salón” y continuó sujetándolo al inmovilizar sus brazos y aplicar presión en la parte superior de su cuerpo.</p><p>El informe describe al niño intentando escapar mientras Rodriguez permanecía en control, en un momento presionando su cabeza contra una esquina del salón y montándose sobre su torso.</p><p>Tras el forcejeo, la policía indicó que Rodriguez es acusada de empujar al menor contra una mesa cuando intentaba ponerse de pie.</p><p>Dijeron que Rodriguez no buscó asistencia médica ni brindó atención posteriormente.</p><p>Más tarde esa noche, la madre del niño descubrió lesiones, incluyendo “una pequeña herida punzante” en su bíceps, junto con moretones y rasguños en el pecho y el brazo, según el informe.</p><p>Un informe interno de la escuela describió el incidente como un esfuerzo de “intervención de apoyo para desescalar” con la intención de prevenir daño, indicando que Rodriguez “colocó sus manos en los costados del menor para brindar apoyo físico”. Sin embargo, los investigadores dijeron que el video de vigilancia contradice esa versión.</p><p>La policía dijo que Rodriguez se negó a dar una declaración a través de su abogado.</p><p>Christopher Pracitto, abogado defensor de Rodriguez, pidió que su cliente recibiera una fianza más baja.</p><p>“Es una menor que estaba actuando mal, y ella estaba en el proceso de sujetarla”, dijo en la corte. La solicitud fue denegada.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de abuso infantil sin causar gran daño corporal.</p><p>Hasta el viernes, permanecía detenida en el Centro Correccional Turner Guilford Knight, donde su fianza fue fijada en $5,000 USD. También se le ordenó mantenerse alejada de la víctima.</p><p>Local 10 News solicitó una declaración a la escuela sobre el incidente y si ella continúa empleada.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Tirador en Coral Springs dejó de disparar tras “aparentemente creer” que su ex estaba muerta]]></title><link>https://www.local10.com/espanol/2026/04/17/policia-tirador-en-coral-springs-dejo-de-disparar-tras-aparentemente-creer-que-su-ex-estaba-muerta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/policia-tirador-en-coral-springs-dejo-de-disparar-tras-aparentemente-creer-que-su-ex-estaba-muerta/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Abdul Pérez renunció a su primera comparecencia ante el tribunal el viernes, un día después de que los fiscales afirmaran que intentó asesinar a su exnovia en un ataque premeditado en Coral Springs.]]></description><pubDate>Fri, 17 Apr 2026 21:48:34 +0000</pubDate><content:encoded><![CDATA[<p>Abdul Perez renunció a su primera comparecencia ante el tribunal este viernes, un día después de que las autoridades dijeran que intentó matar a su exnovia en un <a href="https://www.local10.com/espanol/2026/04/16/reportan-mujer-baleada-multiples-veces-en-coral-springs-fue-trasladada-al-hospital-con-heridas-graves/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/16/reportan-mujer-baleada-multiples-veces-en-coral-springs-fue-trasladada-al-hospital-con-heridas-graves/">ataque dirigido</a> en Coral Springs.</p><p>La Policía indicó que Perez, de 49 años, embistió intencionalmente con su camioneta de jardinería el Lexus que conducía Mirtha Sanchez-Teran el jueves, empujándolo contra un edificio detrás de un centro comercial en la cuadra 7600, dejándola atrapada y provocando que se activaran las bolsas de aire del vehículo.</p><p>Las autoridades dijeron que un video muestra a Perez, vestido de color naranja brillante, acercándose al auto de la víctima, apuntando con un arma y disparando un solo tiro antes de que el video termine.</p><p>En otro video se escuchan más disparos. Un informe de arresto del Departamento de Policía de Coral Springs indica que Sanchez-Teran, madre de dos hijos, recibió múltiples impactos en ambos hombros, el pecho, el abdomen y el rostro.</p><p>Tras “aparentemente creer que estaba muerta”, huyó desesperadamente y saltó a un canal cercano para escapar del lugar, según el informe.</p><p>Pero los agentes dijeron que Sanchez-Teran sobrevivió a los disparos e identificó a su presunto atacante.</p><p>La Policía localizó a Perez en un vecindario cercano. Inicialmente negó conocer a su exnovia.</p><p>Sin embargo, tras ser detenido, la Policía indicó que se mostró emocional cuando los agentes mencionaron a la víctima y a sus dos hijas.</p><p>Varios testigos también lo identificaron, y su empleador confirmó que la camioneta de trabajo le pertenecía.</p><p>Ahora enfrenta varios cargos graves, incluido intento de asesinato.</p><p>Las autoridades informaron que Sanchez-Teran permanecía en condición grave hasta el viernes.</p>]]></content:encoded></item><item><title><![CDATA[Record US drought sparks worries about fires, water supply and food prices]]></title><link>https://www.local10.com/business/2026/04/18/record-us-drought-sparks-worries-about-fires-water-supply-and-food-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/18/record-us-drought-sparks-worries-about-fires-water-supply-and-food-prices/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 12:58:49 +0000</pubDate><content:encoded><![CDATA[<p>Drought in the contiguous United States has reached record levels for this time of year, weather data shows. Meteorologists said it's a bad sign for the upcoming wildfire season, food prices and western water issues.</p><p>More than 61% of the Lower 48 states is in moderate to exceptional drought — including 97% of the Southeast and two-thirds of the West — according to the U.S. Drought Monitor. It's the highest levels for this time of year since the drought monitor began in 2000.</p><p>The National Oceanic and Atmospheric Administration's comprehensive Palmer Drought Severity Index not only hit its highest level for March since records started in 1895, but last month was the third-driest month recorded regardless of time of year. It trailed only the famed Dust Bowl months of July and August 1934.</p><p>Because of record heat, much of the West has had exceptionally low levels of snow in the first few months of the year, which is usually how the region stores water for the summer. A different drought — connected to the jet stream keeping storms further north — has put the South from Texas all the way to the East Coast into a separate drought that just happens to coincide with what's going on in the West, said Brian Fuchs, a climatologist with the National Drought Mitigation Center.</p><p>It would take 19 inches of rain in one month to break the drought in eastern Texas and more than a foot of rain to solve the deficit for most of the Southeast, NOAA calculated.</p><p>“Right now 61% of the country is in drought and that’s steadily been going up for the calendar year,” Fuchs said. “We just haven’t seen too many springs where this amount of the country has been in this kind of shape.”</p><p>Sticking out like a sore thumb is a highly technical but crucial measurement of “the sponginess'' of the atmosphere — or how much moisture the hot, dry air is sucking up from the land it's baking. It's called vapor pressure deficit. It's 77% above normal and more than 25% higher than the previous record for January through March in the West, said UCLA hydroclimatologist Park Williams.</p><p>That level of moisture-sucking from the ground “wouldn't have appeared possible” before now, Williams said.</p><p>Drought usually peaks in summer, not spring, and that's what worries meteorologists.</p><p>“Fire tends to respond to heat and drought in an exponential manner,” Williams said. “For each degree of warming, you get a bigger bang in terms of fire than you got from the previous degree of warming.”</p><p>In Arizona, cacti are blooming months early and the worry about water has already started, said Kathy Jacobs, director of the Center for Climate Adaptation Science and Solutions at the University of Arizona.</p><p>“Those of us who are dependent on the Colorado River, of course, are very concerned about the fact that we don’t have a negotiated path forward in the middle of what appears to be possibly the worst year of drought that we’ve all experienced,” Jacobs said. “We have lots of reservoirs that are not full.”</p><p>Yale Climate Connections meteorologist Jeff Masters said his biggest concern is what drought will do to agriculture and then food prices. If America has a poor crop year because of the drought, it could be a global problem. A strong natural El Nino weather oscillation is predicted, which often reduces crop yield in other places across the globe, such as India.</p><p>UCLA's Williams said the drought and hotter weather are driven by both natural variability and human-caused climate change with randomness a slightly bigger factor.</p><p>“All weather is now affected by climate change,” Arizona's Jacobs said. “There is no such thing as weather that's divorced from climate trends. But this extreme event is extreme in the way that we’ve been expecting: extreme heat waves, intense drought.”</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/SNSJXP6HZ4MG7BZP5BZQ47LAA4.jpg?auth=8d2b3b9ff3f5407323ef883a618dc2de4bb1f32af43cdce7a3d0f6d4f9120f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philip Anderson walks across a dry stock pond March 31, 2026, in Walden, Colo. (AP Photo/Brittany Peterson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brittany Peterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2ZQUKTOSKM7UMMMMYT3LWTRFM.jpg?auth=df9591a62fa72acc41a77a4f8f91850aa15072119d97b2eff52ba2d2a448c39e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter battles the Canyon Fire on Aug. 7, 2025, in Hasley Canyon, Calif. (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[A big midterms year in Arizona kicks off with the state's largest county embroiled in election drama]]></title><link>https://www.local10.com/news/politics/2026/04/18/a-big-midterms-year-in-arizona-kicks-off-with-the-states-largest-county-embroiled-in-election-drama/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/18/a-big-midterms-year-in-arizona-kicks-off-with-the-states-largest-county-embroiled-in-election-drama/</guid><dc:creator><![CDATA[By JOSH KELETY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 12:49:32 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Arizona is expected to have at least two competitive U.S. House races in November while Democrats will be defending their seats for governor, attorney general and secretary of state.</p><p>Yet so far, it’s been the office running elections in the state’s most populous county that has commanded much of the spotlight.</p><p>Republican Justin Heap is an election skeptic who will be overseeing his first statewide election in Maricopa County. He has been engaged in a bitter legal feud with the county board of supervisors over election procedures, has put in place a controversial system for checking signatures on mail ballots and has run voter records through a federal system to check for noncitizens despite questions about its accuracy. Heap also has made overtures to the Trump administration in its quest for voter and election records.</p><p>His actions have drawn heated comments from members of that board, which splits election oversight with Heap’s office, and rebukes from the attorney general and secretary of state. A ruling this week in the legal case will give Heap more authority over election operations.</p><p>The turmoil has created an air of uncertainty about how the midterm elections will go in a county that has been a regular target of election conspiracy theorists and is pivotal for deciding statewide races in one of the nation’s most important political battlegrounds.</p><p>State Sen. Lauren Kuby, a Democrat who sits on a legislative elections committee and represents part of Phoenix, said the discord between the recorder and county board is sowing confusion and distrust.</p><p>“We’re one of the biggest counties in the country, and we have all of our election administrators fighting right now," she said. "So I imagine if you’re a voter, you’re pretty confused and worried.”</p><p>The Maricopa County Recorder’s Office, which Heap runs, did not provide a response to questions despite multiple requests for comment. Heap did issue a statement in response to the court ruling, saying it “restores both the authority and the resources necessary for my office to do its job.”</p><p>A power struggle and heated accusations</p><p>Heap took office after defeating the incumbent in the 2024 Republican primary. He quickly began challenging the board of supervisors, which is majority Republican.</p><p>He sued them in June 2025 with the backing of America First Legal, a conservative group founded by Stephen Miller, now a deputy chief of staff in the White House. The lawsuit accused the board of negotiating an agreement with Heap's predecessor to transfer money, information technology staff and certain election functions away from his office, including management of ballot drop boxes, processing of early arriving ballots and placement of sites used for early voting.</p><p>A Maricopa County Superior Court judge ended up largely siding with Heap in the case. The board's chair, Kate Brophy McGee, said the board will consider an appeal.</p><p>Before the ruling, supervisors had called Heap's lawsuit frivolous and “full of falsehoods” as part a power struggle that at times has boiled over. A budget meeting in January devolved into heated accusations, with Supervisor Thomas Galvin, a Republican, saying Heap “continues to lie over and over again.” In a statement issued afterward, Heap dismissed the incident as a “juvenile temper tantrum.”</p><p>The board proposed a settlement earlier this year but did not receive a counteroffer from Heap.</p><p>New way to check voter signatures</p><p>Once in the job, Heap changed the process for checking voters’ signatures on their mail ballot envelopes.</p><p>The new procedure involves workers of both political parties reviewing signatures and more workers conducting additional reviews of signatures deemed to be questionable, Heap told the board during a meeting last fall.</p><p>But some elected officials and observers say they are concerned the new policy could lead to otherwise eligible ballots being rejected. Galvin said the rejection rate in the November 2025 local election was “huge” relative to past elections.</p><p>He has said he worries the new signature verification process is a “looming disaster” and expressed concern that many people “who legally and validly voted last November saw their ballots be rejected for arbitrary reasons.”</p><p>Heap says the new policy is faster and more secure. “In the end, the signatures either match or they don’t,” he told the board.</p><p>Checking citizenship, but accuracy is a question</p><p>Heap has promoted his office’s use of the U.S. Department of Homeland Security’s SAVE system to identify people on the voter rolls who may not be citizens.</p><p>The office said that through the system, it found “137 registered voters who are not U.S. citizens” and that 60 of those “voted in prior elections.” The Maricopa County attorney’s office has said it received 207 names from the recorder’s office to review for voting eligibility.</p><p>Voting by people who are not U.S. citizens is rare, and the SAVE system has been criticized by some election officials and experts who say it frequently identifies eligible voters as noncitizens. Arizona's secretary of state, Democrat Adrian Fontes, said in an interview that the program is unreliable.</p><p>“The SAVE system is notoriously inaccurate,” he said. “You can’t depend on that to take somebody off the voter rolls or to start the removal proceeding.”</p><p>The recorder’s office announced its use of the SAVE system the same day Heap attended a news conference outside Phoenix, where then-DHS Secretary Kristi Noem was promoting a congressional bill that would require documented proof of citizenship to register and vote.</p><p>Fontes said his office has not received any additional information from the recorder about the alleged noncitizen voters and that the timing of the announcement makes it seem like “more of a headline grab than anything without more information.”</p><p>Fears of undermining confidence in elections</p><p>Heap’s presence at Noem’s February news conference was not the only instance when the recorder has appeared close with the Trump administration.</p><p>Correspondence obtained from the recorder’s office through a public records request shows a willingness to defer to the U.S. Department of Justice. This year the department seized ballots and other records related to the 2020 election from Georgia’s Fulton County, which includes Atlanta.</p><p>Meanwhile, the FBI subpoenaed similar Maricopa County records from the state Senate president.</p><p>Harmeet Dhillon, who oversees the department's Civil Rights Division, wrote to Fontes, Heap and county officials in September seeking preservation of county election records. Heap replied the next day, stressing in his letter that his office is “committed to full cooperation with the Department of Justice as it conducts its investigation," before adding: “We share your goal of safeguarding election integrity.”</p><p>As it has done in other states, the department sued Arizona months later for failing to comply with its request for detailed voter information.</p><p>The state’s attorney general, Democrat Kris Mayes, told a local media outlet that Heap is “trying to undermine Arizonans’ trust in our election system” and warned him not to provide voter lists to the federal government.</p><p>With the state’s July primary approaching, some observers are concerned that Heap’s feuding with the board and other actions could undermine public confidence in elections.</p><p>“The voters need to have a sense that this county is well-run, that the recorder and the board of supervisors have the best interest of every voter,” said Pinny Sheoran, state advocacy chair with the League of Women Voters of Arizona. “And that is frayed with this discord.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKETPBHXAZQYZ4TTSNHVGHL3PA.jpg?auth=d7b7bf6bd65c4ff9b0f5e9670cf0ac1b1e03f9ad6bb8fdd1f779e3298a75d48a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maricopa County Recorder candidate Arizona state Rep. Justin Heap, R-Phoenix, speaks during a campaign event, Oct. 22, 2024, in Peoria, Ariz. (AP Photo/Ross D. Franklin, File)]]></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/WIBXLVBOFS2JWW6MV3GPGTEBOA.jpg?auth=85cd512e3abe351191f008933ff43599ae3e2a0a0a26aca5f8c0eb26418951a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Republican supporters stand outside the Maricopa County Recorder's Office to protest what they allege is an unfair election in Phoenix on Nov. 12, 2022. (AP Photo/Alberto Mariani, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Mariani</media:credit></media:content></item><item><title><![CDATA[April 18: Warm weekend ahead with highs near 90]]></title><link>https://www.local10.com/weather/2026/04/18/april-18-warm-weekend-ahead-with-highs-near-90/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/18/april-18-warm-weekend-ahead-with-highs-near-90/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The heat is on this weekend as highs climb into the upper 80s, with some spots reaching 90 degrees, mainly in western suburbs away from the coast.]]></description><pubDate>Sat, 18 Apr 2026 10:10:39 +0000</pubDate><content:encoded><![CDATA[<p>The heat is on this weekend as highs climb into the upper 80s, with some spots reaching 90 degrees, mainly in western suburbs away from the coast. A beach breeze will keep temperatures in the lower to middle 80s, making the coast the place to be.</p><p>Rain chances are about 10% Saturday, increasing to 30% Sunday and 50% by Monday as a cold front approaches South Florida. After Monday, temperatures will fall back closer to 80 degrees through the rest of next week, so this brief burst of heat won’t last long.</p><p>If you’ve been itching to get to the beach, conditions look favorable, with lighter winds and plenty of sunshine.</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[Macron says a French soldier was killed and 3 were wounded in attack on peacekeepers in Lebanon]]></title><link>https://www.local10.com/news/2026/04/18/macron-says-a-french-soldier-was-killed-and-3-were-wounded-in-attack-on-peacekeepers-in-lebanon/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/18/macron-says-a-french-soldier-was-killed-and-3-were-wounded-in-attack-on-peacekeepers-in-lebanon/</guid><dc:creator><![CDATA[By BASSEM MROUE and SAMUEL PETREQUIN, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:50:46 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — A U.N. peacekeeping force in southern Lebanon came under attack with small arms fire Saturday morning leaving one French peacekeeper dead and three wounded, two of them seriously, France's president and the force known as UNIFIL said.</p><p>The attack near the southern Lebanese village of Ghandouriyeh came after a 10-day ceasefire went into effect at midnight Thursday between Israel and Lebanon's militant Hezbollah group.</p><p>The latest Israel-Hezbollah war began on March 2 when the Iran-backed group launched rockets into Israel after the U.S. and Israel attacked Iran, killing top officials including the country's supreme leader, Ayatollah Ali Khamenei.</p><p>The war, in which Israel invaded parts of Lebanon, left nearly 2,300 people dead in Lebanon, more than 1 million people displaced and caused wide destruction.</p><p>“Everything suggests that responsibility for this attack lies with Hezbollah,” French President Emmanuel Macron wrote on social media. “France demands that the Lebanese authorities immediately arrest those responsible and assume their responsibilities alongside UNIFIL,” the U.N. mission in southern Lebanon.</p><p>Investigation launched as Hezbollah denies responsibility</p><p>In Beirut, three judicial officials said the country's Military Tribunal opened an investigation over the incident and is in contact with the army's intelligence department to work on identifying the attackers. The officials spoke on condition of anonymity in line with regulations.</p><p>Hezbollah denied links to the attack calling in a statement for caution in assigning blame and judgment until the Lebanese army completes its investigation to determine the full circumstances of the incident. Hezbollah said peacekeepers should coordinate with the Lebanese army in their operations.</p><p>Hezbollah expressed surprise in the statement at the hasty accusations leveled against it, especially given the silence of these same parties “when the Israeli enemy attacks UNIFIL forces.”</p><p>Macron identified the dead soldier as Staff Sgt. Florian Montorio of the 17th Parachute Engineer Regiment from Montauban. He added that three of Montorio’s “comrades in arms were injured and evacuated.”</p><p>“The nation bows in respect and extends its support to the families of our soldiers and to all our military personnel engaged for peace in Lebanon,” he said.</p><p>His death came nearly a month after a drone attack on March 12 targeted a Kurdish military base in Iraq's Erbil region, killing French Chief Warrant Officer Arnaud Frion and wounding six others.</p><p>French Armed Forces Minister Catherine Vautrin said Saturday that the soldier was killed during an ambush. She said he was on a mission to open a route toward a UNIFIL post that had been isolated for several days due to fighting in the area between Hezbollah and Israeli forces.</p><p>A 10-day ceasefire took effect in Lebanon on Friday, but it wasn't clear to what extent Hezbollah would abide by a truce it did not play a role in negotiating.</p><p>“He was caught in an ambush by an armed group at very close range,” she said on X. “Immediately hit by a direct shot from a light weapon, he was pulled back under fire by his comrades, who were unable to resuscitate him.”</p><p>UNIFIL said a patrol clearing explosive ordnance along a road in the village of Ghandouriyeh on Saturday to re-establish links with isolated UNIFIL positions came under small-arms fire from non-state actors. UNIFIL said one peacekeeper succumbed to his injuries and three others were injured, two of them seriously.</p><p>Macron demands clarification of the incident</p><p>Macron spoke with Lebanese President Joseph Aoun and Prime Minister Nawaf Salam following the attack “in order to call on the Lebanese authorities to shed full light on this incident, to identify and prosecute those responsible without delay, and to do everything possible to ensure the safety of UNIFIL soldiers, who must under no circumstances be targeted,” Macron's office said.</p><p>Salam posted on X that he has ordered an investigation into the attack and to bring the perpetrators to justice. Aoun and Lebanon's Parliament Speaker Nabih Berri condemned the attack.</p><p>The Lebanese army condemned the attack in a statement adding that it will continue its “close coordination” with UNIFIL. The army added that it is investigating the attack to detain the perpetrators.</p><p>Macron also reiterated “the importance of full respect for the ceasefire by all parties and reaffirmed France’s commitment to Lebanon’s sovereignty, for the benefit of all Lebanese people and regional stability.</p><p>Israel confirms it carried out strikes in Lebanon</p><p>Earlier Saturday, the Israeli military said it had conducted aerial and ground strikes in southern Lebanon adding after it identified several incidents in which militants “violated the ceasefire understanding” by approaching areas close to where Israeli troops are located.</p><p>The military mentioned for the first time what it called a “Yellow Line,” saying militants tried to approach it from the north.</p><p>There is no mention of a “Yellow Line” in the 10-day ceasefire agreement that was announced by President Donald Trump and went into effect this week.</p><p>The U.S. State Department said Thursday that according to the ceasefire agreement, Israel reserves the right to defend itself “at any time, against planned, imminent or ongoing attacks.”</p><p>Senior Hezbollah official Mahmoud Qammati told Lebanon’s Al-Jadeed TV Saturday that the group will not tolerate any Israeli strikes similar to what happened after the November 2024 truce, when Israel continued to carry out almost daily airstrikes.</p><p>“This time we will not practice the strategic patience policy,” Qammati said.</p><p>_____</p><p>Petrequin reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXGK2MRWTMA4PDUZJ6TZ3TNXH4.jpg?auth=983ad93bdd2e9a28ec19f01aa5a71f131c67a970e9703a7b1c3d74c2a54809e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barber Mohammad Mehdi cuts the hair of his client Ayman Al Zein inside his shop, which was damaged in an Israeli airstrike that also damaged Al Zein's shop, in Dahiyeh, Beirut's southern suburbs, Lebanon, Saturday, April 18, 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/IF2HPZDSAPL4M6XB3SXI3XCH6U.jpg?auth=57933a113ad0d1b1a8942dbca99e14c0183d7cfcb56c66e0437a50d898fd0dca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks between destroyed buildings on the second day of a ceasefire between Hezbollah and Israel in Nabatiyeh town, south Lebanon, Saturday, April 18, 2026.(AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJVLVC2K4L67LSIGZCCSI7N7SI.jpg?auth=76360c4337541ab1e4a3515e28a2bae321ef3e4d83a3e8b27ba512537310153f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents remove rubble from their destroyed house on the second day of a ceasefire between Hezbollah and Israel in Jibchit village, south Lebanon, Saturday, April 18, 2026.(AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWZP7LWLYVHX3IQL6HJT6QTE74.jpg?auth=122ca27ca71425b9fbaf0ccd225198ea17d0e5ec54bf4d26c9d35cd043d1c097&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents remove rubble from their destroyed house on the second day of a ceasefire between Hezbollah and Israel in Nabatiyeh town, south Lebanon, Saturday, April 18, 2026.(AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AAHDAJOXM5AODTQMEY4OMTKTBQ.jpg?auth=b094ab2ce00aec00b9b7ac9cf8e5a45202bdbf70fbf6cddd24740eb945735df5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A French U.N peacekeeper sits on an armored personnel carrier at a road used by displaced people to return to their villages on the second day of a ceasefire between Hezbollah and Israel in Qasmiyeh, near Tyre city, southern Lebanon, Saturday, April 18, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[Son of 85-year-old French widow home after 16 days in US immigration custody says she needs rest]]></title><link>https://www.local10.com/news/national/2026/04/18/son-of-85-year-old-french-widow-home-after-16-days-in-us-immigration-custody-says-she-needs-rest/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/18/son-of-85-year-old-french-widow-home-after-16-days-in-us-immigration-custody-says-she-needs-rest/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 11:55:48 +0000</pubDate><content:encoded><![CDATA[<p>ORVAULT, France (AP) — The son of an 85-year-old French widow who married an American military veteran but was later detained for overstaying her visa says she now needs rest after the ordeal.</p><p>Speaking to reporters Friday after Marie-Thérèse Ross returned to France, Hervé Goix, said the family's “absolute priority” is to protect her.</p><p>"To preserve her health and her rest, and for her to be able to rebuild herself,” Goix told a press conference alongside his two siblings in the town of Orvault, in western France.</p><p>“We are particularly relieved today to see our mother again, to have her back," he said. “She has necessarily gone through a difficult ordeal.”</p><p>Ross returned to France after a harrowing 16 days spent in federal immigration custody, French Foreign Minister Jean-Noël Barrot said on Friday. Without elaborating, Barrot said U.S. Immigration and Customs Enforcement methods were “not in line” with French standards and “not acceptable to us.”</p><p>Ross entered the U.S. last June after marrying a retired U.S. soldier who had been stationed in her home country in the 1960s, court records show. But after her husband died of natural causes in January, a dispute arose over his estate. Ross’ stepson — a U.S. federal employee — allegedly intervened to have her taken into immigration custody, an Alabama judge found.</p><p>Federal immigration agents detained Ross in Alabama on April 1 after she overstayed her 90-day visa, according to the U.S. Department of Homeland Security. She was then held at a detention facility in Louisiana as French officials expressed concern about her well-being.</p><p>Goix, who told The Associated Press that she had been in the process of applying for a green card when she was taken into custody, added during the press conference that “the essential thing is that she is truly safe, that she regains her comfort, that she is surrounded by her children and grandchildren."</p><p>The mayor of Orvault, Sébastien Arrouët, told French media he spoke with Ross and said “she is delighted, she is happy, she is relieved.”</p><p>“Put yourselves in her place, in a country she knows a little bit, it all happened to her so suddenly,” he said. “We don’t realize the psychological violence. She needs to process all this, and the most important thing is that she is back with us.”</p><p>Ross was taken into custody in her nightgown and was unable to bring her phone, passport and other identification with her, records show.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4Y756U4UEWLSOAZSZSWXJD4WEU.jpg?auth=5c3de7672f1aa859920d7b0c631f812309abef90a9e43fdfdab5af0c88466dc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Anniston, Ala., home where Marie Therese Ross, 85, who has returned to France after being held in U.S. immigration custody, had lived with her late husband, U.S. military veteran William Ross, on Friday, April 17, 2026. (AP Photo/Safiyah Riddle)]]></media:description><media:credit role="author" scheme="urn:ebu">Safiyah Riddle</media:credit></media:content></item><item><title><![CDATA[Trump's dyslexia barbs stir anguish and anger, perpetuating a myth about the learning disability]]></title><link>https://www.local10.com/news/politics/2026/04/18/trumps-dyslexia-barbs-stir-anguish-and-anger-perpetuating-a-myth-about-the-learning-disability/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/18/trumps-dyslexia-barbs-stir-anguish-and-anger-perpetuating-a-myth-about-the-learning-disability/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 11:46:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Lauryn Muller was scrolling on social media when she saw a clip of President Donald Trump belittling California Gov. Gavin Newsom for having dyslexia. It stirred a well of emotion for the 18-year-old Muller, bringing back memories of her own struggles learning to read and the times she felt something was wrong with her.</p><p>Trump called Newsom "stupid,” “low IQ,” “mentally disabled” and unfit to become president. Muller knew it was part of a political feud — Trump is a Republican and Newsom is a Democrat who is expected to run for the White House in 2028 — but Trump’s words felt personal.</p><p>“We’ve had to overcome so many deficits, and for someone to, on a national stage, say, yeah, they will never be like us — that definitely came as an emotional sting to me,” said Muller, an incoming student at Auburn University whose dyslexia was identified as a child.</p><p>It was one more entry in Trump’s history of denigrating the intelligence of his foes and mocking those with disabilities. Yet this time he was maligning tens of millions of people, calling their abilities into question and undermining years of progress fighting stigma around dyslexia.</p><p>Among those with dyslexia, his remarks aroused feelings from anguish and anger to dismay. It cut across politics, drawing a rebuke from supporters and critics alike.</p><p>Muller's mother, Marilyn, voted for Trump three times and says she still supports his politics. But she was hurt when Trump linked dyslexia with low intelligence — a dated myth that she has spent years trying to dispel.</p><p>“It works against everything I do on a daily basis,” said Marilyn Muller, a literacy advocate in Florida. “It was probably one of the more ignorant comments I have ever heard come from his mouth.”</p><p>A learning disability often misunderstood</p><p>Trump’s comments clash with a large body of research finding that dyslexia and IQ are unrelated. They also conflict with statements he issued during his first term for national awareness months, heaping praise on the “extraordinary contributions” of those with dyslexia and noting that their ranks include top industry executives and inventors.</p><p>Often misunderstood, dyslexia affects the link between the brain and printed language, making it difficult for people to read. Dyslexia often emerges in childhood as kids learn to read and write. It is estimated to affect up to 20% of the world population.</p><p>“All of a sudden, you’re not doing so well in school and then people will tell you, oh, you’re not trying, you’re not smart or whatever, and none of that’s accurate. You just have this difference in that bridge from language to print,” said John Gabrieli, a neuroscientist at the Massachusetts Institute of Technology.</p><p>Newsom has for years discussed his dyslexia, including in a children's book he wrote in 2021 as well as a new memoir. On his recent book tour, he talked about memorizing speeches because he is unable to read them. He described it as a struggle and a gift, saying it forced him to develop other skills.</p><p>Trump latched on to some of Newsom's comments. “He can’t read a speech, he can’t do almost anything,” Trump said during a Cabinet meeting in March. “He’s actually a very stupid person.”</p><p>He added: “I think a president should not have learning disabilities.”</p><p>Trump acknowledged his departure from decorum, saying it’s “highly controversial to say such a horrible thing.” He went on to say it at least four more times.</p><p>Newsom's office declined to comment for this story and referred to the governor's social media posts. “Learning differences don’t define your limits, they shape your strengths,” Newsom wrote in one post. “And no one, not even the President of the United States, gets to decide your worth.”</p><p>Little GOP pushback to Trump's comments</p><p>In Utah, Lia Beatty said she has become inured to Trump's brash behavior, but she still sees danger in his latest tirades. People listen to the president, and young people with dyslexia might hear those comments and believe they count for less, said Beatty, 27, who has dyslexia and runs a university neurology lab.</p><p>“The harm isn’t necessarily in the headline. It’s what happens quietly,” she said. “It’s the student in the classroom who stops raising their hand, the college applicant who hides how they learn, the employee who doesn’t pursue a promotion that they’re more than qualified for.”</p><p>Until she saw his comments circulating on social media, Beatty had been keeping quiet about her acceptance to a doctoral neurology program at Dartmouth College. She made it public in a social media post aiming to undercut Trump.</p><p>“I think it’s important to acknowledge that, yeah, the rooms — they weren’t made for us, but we’re still getting in them,” Beatty said.</p><p>On Capitol Hill, there is a strong history of bipartisan support for people with dyslexia. A House caucus is devoted to the issue, with vocal champions from both parties. Yet there has been little Republican pushback to Trump’s comments.</p><p>Trump's remarks did not come up Wednesday at a congressional roundtable on dyslexia, organized by Sen. Bill Cassidy, R-La., whose daughter has dyslexia and whose wife runs a school for children with dyslexia. After the event, Cassidy refused to respond directly to Trump's remarks.</p><p>“All I can say is that a child with dyslexia will grow to be, often times, a very talented adult,” Cassidy, who is up for reelection but did not get Trump's endorsement, told The Associated Press. “There’s people who have self-identified as dyslexic who have become CEOs of hospitals and of great businesses.”</p><p>There has been no comment from Rep. Bruce Westerman, R-Ark., co-chair of the dyslexia caucus.</p><p>Some in Trump's circles have detailed struggles with dyslexia</p><p>Advocates have noted that some past presidents probably did have dyslexia.</p><p>Woodrow Wilson wrote about his difficulty learning to read and he became an early adopter of the typewriter as one of many workarounds, said John M. Cooper, a presidential historian and Wilson biographer.</p><p>Some in Trump’s circles have spoken about difficulties with dyslexia.</p><p>Gary Cohn, the architect of Trump’s signature tax bill from his first term, has talked at length about struggling with dyslexia as a child. He went on to become a business titan and president of Goldman Sachs.</p><p>Advocates say Trump’s words threaten to reverse years of progress unwinding stereotypes. His comments also raise questions about promises his administration has made to protect students with disabilities even as Trump dismantles the Department of Education, which oversees the Individuals with Disabilities Education Act.</p><p>Jacqueline Rodriguez, CEO of the National Center for Learning Disabilities, said it will be hard for families to trust Trump's education appointees “when their boss is making these really stigmatizing and really inaccurate statements.”</p><p>In Decatur, Georgia, Meagan Swingle said Trump’s comments made her sick to her stomach. She brought it up with her 15-year-old son, Enrique, who has dyslexia, knowing he might hear about the remarks at school. Enrique, who excels in math and science, brushed it off, she said.</p><p>But it stuck with her.</p><p>“I don’t know that he remembers a time like I do when, whether you were a Democrat or a Republican or an independent, you could expect a higher standard from the president of the United States,” she said. “ We build people up, we don’t tear them down.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3OXEDURBJAWXXJJLYCBJVUVZJU.jpg?auth=f263baaa029783c9dab7e38ce8d81a65b2cf52a75083da1769add1daa30806fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauryn Muller sits at her home Monday, April 13, 2026, in Coral Springs, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BF2EDACBNTSPK2XWN5KXWI7DEE.jpg?auth=c803efd55061d0303325ceabb102f7e74faf44b44da3eedb3b69f84bef755907&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump talks to the media on the South Lawn before departing on Marine One at the White House, Saturday, April 11, 2026, in Washington. (AP Photo/Jose Luis Magana)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3SOPF7JIHP53WGXOV7NUJJUNFA.jpg?auth=ca8aff950adc6a41685e93e6a7eef489a08524599d6a17bd895354dee427da96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauryn Muller sits with her mother, Marylin, at their home Monday, April 13, 2026, in Coral Springs, Fla. (AP Photo/Marta Lavandier)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[Indiana primary will test Trump's control over Republican Party after redistricting defiance]]></title><link>https://www.local10.com/news/politics/2026/04/18/indiana-primary-will-test-trumps-control-over-republican-party-after-redistricting-defiance/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/18/indiana-primary-will-test-trumps-control-over-republican-party-after-redistricting-defiance/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 11:37:47 +0000</pubDate><content:encoded><![CDATA[<p>WEST LAFAYETTE, Ind. (AP) — The only thing standing between President Donald Trump and his revenge on Indiana state senators are people like Julie Wise.</p><p>She’s 48 years old, works at a hospital, describes herself as a conservative and voted for Trump in the last election. But that doesn't mean she's going to vote out her Republican state senator just because he defied the president's demand to redraw Indiana's congressional map.</p><p>“I’m not going to say that ‘because this is what the president wants, this is how I’m going to vote,’" Wise said from her front step on a sunny, springtime afternoon.</p><p>Indiana's primary on May 5 has become an unlikely test of Trump's grip on the Republican Party. After state senators defied White House pressure by opposing redistricting, Trump has endorsed seven primary challengers in races that rarely attract any attention from Washington.</p><p>The campaign, backed by national organizations such as Turning Point Action and pro-Trump groups that have spent more than $4.2 million on advertising, has no precedent in recent memory. Gov. Mike Braun and U.S. Sen Jim Banks, both Republicans, are also working against incumbent state senators in a display of deference to Trump.</p><p>One of their targets is Spencer Deery, a first-term state senator who knocked on Wise's door while canvassing her West Lafayette neighborhood via electric scooter.</p><p>“This is about one thing only,” he told The Associated Press. “And that’s control.”</p><p>An avalanche of campaign spending</p><p>Deery represents the 23rd Senate District, a seven-county swath of farmland that borders Illinois to the west, runs north to West Lafayette and touches the outskirts of Terre Haute to the south.</p><p>Four years ago, Deery's campaign spent $142,000 to win his seat in a race where fewer than 11,000 people voted. One of the primary candidates he defeated was Paula Copenhaver, a veteran Republican activist and local party chair.</p><p>Now Trump has endorsed Copenhaver, an aide to Lt. Gov. Micah Beckwith, and Deery is facing a nearly $1 million avalanche of spending. One television advertisement declared that “State Sen. Spencer Deary voted against President Trump’s agenda.”</p><p>“It’s about sending a message that any state that does not get in line or any lawmakers that do not get in line with the political forces in D.C. should be on the lookout,” Deery said. “That should concern you in a constitutional democracy.”</p><p>Deery has spent $167,000 so far, and he hasn't had any help from outside groups.</p><p>A Trump-backed opponent</p><p>Copenhaver declined to respond to telephone calls and text messages from The Associated Press after originally saying she was willing to discuss the campaign. Trump endorsed her in January by calling her a “MAGA Warrior” — a reference to Trump's “Make America Great Again” movement — and “a terrific Candidate for Indiana’s 23rd State Senate District.”</p><p>He wrote on social media that Copenhaver was “running against an incompetent and ineffective RINO incumbent named Spencer Deery who, for whatever reason, betrayed his voters by voting against Redistricting in Indiana.” RINO means “Republican in name only.”</p><p>The White House leaned heavily on Indiana lawmakers last year to break with precedent and adopt a new congressional map, part of an unusual nationwide cascade of redistricting that Trump hopes will help Republicans protect their thin U.S. House majority in November's elections. Vice President JD Vance met with Indiana politicians in Washington and Indianapolis, and Trump weighed in by conference call.</p><p>Some opponents of the proposal faced threats. Deery was targeted by a false police report intended to provoke a dangerous situation by sending a SWAT team racing to his home.</p><p>But the Republican-controlled state Senate voted against redistricting in December, a defeat for the president.</p><p>Trump tried to brush it off afterward, telling reporters in the Oval Office that “I wasn't working on it very hard.”</p><p>Making the rounds on the campaign trail</p><p>As Deery moved from door to door in the neatly manicured suburb at the edge of a clover field in northwest West Lafayette, a pair of motorcyclists out on a Saturday ride stopped to encourage him.</p><p>“I wanted to thank you for having the courage to vote against the redistricting,” one of them said.</p><p>Annette and Curtis Williams politely chatted with Deery at their door. Curtis said Trump’s threat to unseat Deery is “inappropriate.” Neither he nor his wife would say how they planned to vote.</p><p>Beckie Eikenberg, a quality assurance associate at an Indiana pharmaceutical company, has seen the advertisements targeting Deery, but she does not trust them. The 47-year-old who calls herself “libertarian on the conservative side,” spoke with the state senator at the end of her cul-de-sac.</p><p>She voted for Trump but wrinkled her brow when asked if the president should have a say in Indiana’s congressional map.</p><p>“He doesn’t necessarily know what’s going on within our state. He’s not here. He doesn’t see the day to day,” she said.</p><p>Governor stays allied with Trump</p><p>The campaign to oust incumbents is also intended to dislodge Indiana Senate President Pro Tem Rodrick Bray, who helped block redistricting and has faced criticism from Trump.</p><p>Bray is not up for reelection this year, but Braun wanted primary challengers to commit to opposing him as Senate leader, according to three people familiar with the demand. The people were not authorized to publicly discuss private conversations and spoke on condition of anonymity.</p><p>Trump political aides said they were monitoring the campaigns. Representatives for Banks, the U.S. senator allied with the White House, did not return messages seeking comment.</p><p>Braun, the Republican governor, said he is backing the primary challengers not because of redistricting but because he needs help to advance his agenda. For example, he was at odds with Bray over property taxes earlier in his term.</p><p>Braun is putting $500,000 from his political action committee into state senate races.</p><p>“Whether you supported this or that, my goal is to get enterprising senators and representatives,” Braun said Monday. “So when it comes to what you do to either support or not support certain legislators, for me, it’s going to mostly based on, ‘Are you willing to help me take Indiana into places that all states would want to be?’”</p><p>One of Braun's predecessors is working against him in the primary. Former Gov. Mitch Daniels Daniels, a Republican who stepped away from politics after leaving office in 2015, has been quietly working to protect incumbents targeted by Trump.</p><p>Daniels recorded a video and helped raise money for Deery, who was chief of staff to the former governor when he became president of Purdue University.</p><p>Deery said his vote against redistricting was not about defying Trump or the president's allies.</p><p>“I don’t work for them,” Deery said. “I work for my voters, my constituents.”</p><p>_____</p><p>Associated Press videojournalist Obed Lamy in Indianapolis contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/327LUJE7Y4LXET4DFFJ6B6DQUI.jpg?auth=68ac6087b5b9d63654d95345670d1134b0b2f8fdf1afb0c5c6e6eb4f94b183c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Julie Wise, 48, speaks with Indiana state Sen. Spencer Deery, R-West Lafayette, who represents District 23, as he canvasses a neighborhood, Saturday, April 11, 2026, in West Lafayette, Ind. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ATIE54DNNN5TJLBBNGTMDH7ZW4.jpg?auth=740ed5faccffd25f0836a242b7c21c07813c904067df1a7c645da012a530b87b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Retired couple Annette Williams, and her husband, Curtis Williams, speak with Indiana state Sen. Spencer Deery, R-West Lafayette, who represents District 23, after he stops at their home while canvassing a neighborhood, Saturday, April 11, 2026, in West Lafayette, Ind. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4RKZPZ2MXIGQL6FP2EB73BQSV4.jpg?auth=9f5dc08aedfd42a0da52ad3851166f8dc59ba2f0e53c713d995a62b32350f216&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana state Sen. Spencer Deery, R-West Lafayette, who represents District 23, is stopped by passersby while canvassing a neighborhood, Saturday, April 11, 2026, in West Lafayette, Ind. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGD7BRLDDAFJEVEHLAQBTWVS6M.jpg?auth=6c037cf5478018689eb47d01f604135b24a88db574964655171ad906539e1349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana state Sen. Spencer Deery, R-West Lafayette, who represents District 23, canvasses a neighborhood on an electric scooter, Saturday, April 11, 2026, in West Lafayette, Ind. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIR3N6BBXAKV4PMTFGOUUPXWLQ.jpg?auth=19be7b7154381dc0174dc8c30adf46aa9d1426f115838b3fb63b7a7beef960f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana state Sen. Spencer Deery, R-West Lafayette, who represents District 23, canvasses a neighborhood, Saturday, April 11, 2026, in West Lafayette, Ind. (AP Photo/Doug McSchooler)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug McSchooler</media:credit></media:content></item><item><title><![CDATA[Detectives believe driver whose pickup truck went over barrier wall onto Palmetto Expressway took his own life ]]></title><link>https://www.local10.com/traffic/2026/04/17/mdso-driver-dies-after-crash-sends-pickup-truck-over-barrier-wall-onto-palmetto-expressway/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/17/mdso-driver-dies-after-crash-sends-pickup-truck-over-barrier-wall-onto-palmetto-expressway/</guid><dc:creator><![CDATA[Amanda Batchelor, Brett Knese]]></dc:creator><description><![CDATA[A driver died Friday morning after a crash in northwest Miami-Dade sent a pickup truck over a barrier wall, onto the southbound lanes of the Palmetto Expressway, and now detectives believe the victim’s death was an act of suicide, authorities said.]]></description><pubDate>Fri, 17 Apr 2026 13:44:54 +0000</pubDate><content:encoded><![CDATA[<p>A driver died Friday morning after a crash in northwest Miami-Dade sent a pickup truck over a barrier wall, onto the southbound lanes of the Palmetto Expressway, and now detectives believe the victim’s death was an act of suicide, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/17/mdso-muere-conductor-tras-accidente-que-lanzo-camioneta-sobre-muro-hacia-autopista-palmetto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/mdso-muere-conductor-tras-accidente-que-lanzo-camioneta-sobre-muro-hacia-autopista-palmetto/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the crash was reported at 6:24 a.m. in the area of Northwest 54<sup>th</sup> Street and 77<sup>th</sup> Court.</p><p>“According to investigators, a pickup truck was traveling eastbound on NW 54 Street when it continued through the intersection and collided with a concrete barrier wall,” MDSO said in a news release. “The vehicle went over the barrier wall and entered the southbound lanes of State Road 826 (Palmetto Expressway), where it struck another vehicle.”</p><p>Deputies confirmed that the driver of the pickup truck, who they identified as 26-year-old Reinerio De La Torre Toledo, was pronounced dead at the scene.</p><p>The driver of the other vehicle was transported to a nearby hospital in stable condition. Detectives said they will not be releasing his name. </p><p>According to Detective Argemis “AC” Colome, a gun was recovered at the scene and detectives believe De La Torre Toledo took his own life. </p><p>“He saw obviously the wall was broken and cars on top of each other and then he saw the rescue starting to arrive,” said Mercy McClusky, who works nearby. “The detective that came to talk to us said that there were bullet casings also.” </p><p>All southbound lanes of the Palmetto Expressway were shut down after the crash, but have since reopened. </p><p>MDSO’s Traffic Homicide Unit is investigating the circumstances surrounding the crash.</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[Hialeah Christian school teacher accused of ‘forcefully slamming’ special needs student]]></title><link>https://www.local10.com/news/local/2026/04/17/hialeah-christian-school-teacher-accused-of-forcefully-slamming-special-needs-student/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/hialeah-christian-school-teacher-accused-of-forcefully-slamming-special-needs-student/</guid><dc:creator><![CDATA[Ryan Mackey, Christina Vazquez]]></dc:creator><description><![CDATA[A 29-year-old teacher who works at a Hialeah Christian school has been arrested after police said she abused a special needs student during multiple incidents captured on classroom surveillance video last month.]]></description><pubDate>Fri, 17 Apr 2026 15:08:49 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old teacher who works at a Hialeah Christian school has been arrested after police said she abused a special needs student during multiple incidents captured on classroom surveillance video last month.</p><p><a href="https://www.local10.com/espanol/2026/04/17/acusan-a-maestra-de-escuela-cristiana-de-hialeah-de-azotar-contra-el-suelo-a-estudiante-con-necesidades-especiales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/17/acusan-a-maestra-de-escuela-cristiana-de-hialeah-de-azotar-contra-el-suelo-a-estudiante-con-necesidades-especiales/">Leer en español</a></p><p>Hialeah police said Nikol Marie Rodriguez, of Miramar, was taken into custody before 1:30 p.m. Thursday. </p><p>They said the incidents occurred March 4 at Peace Christian Academy, located at 490 E. 50th St.</p><p>According to an arrest report, the victim, who was 8 years old at the time, is diagnosed with autism and ADHD and “is able to comprehend simple instructions, but has difficulty articulating more than a simple request.” </p><p>Police said the boy is not known to be violent and lives with his mother.</p><p>Rodriguez had been the boy’s primary educator since August 2024 and was responsible for “care, supervision, and services essential for the child’s physical and mental health,” the report states.</p><p>Investigators said surveillance video shows an interaction just before 11 a.m. when Rodriguez “appears to physically assist the victim by grabbing hold of the victim’s left arm” and then “grabbing the victim’s right arm and bicep area, spinning the victim in an aggressive manner.”</p><p>They said more serious allegations stem from a later incident around 12:45 p.m. that day when the boy was sitting calmly on the floor and “was not in any way displaying physically threatening behavior.”</p><p>Despite that, the report states that Rodriguez allegedly restrained the boy by pulling his arms behind his back, causing him to have pain. Police said the boy “was observed struggling with the restraint technique, appearing to be in agony,” while another student nearby covered his eyes and ears.</p><p>They said the situation escalated further when Rodriguez was seen “forcefully slamming the victim’s upper body and head onto the classroom floor” and continued to restrain him by pinning his arms and applying pressure to his upper body.</p><p>The report describes the boy attempting to escape while Rodriguez remained in control, at one point pinning his head into a classroom corner and mounting his torso. </p><p>After the struggle, police said Rodriguez is accused of pushing the child into a table as he tried to stand.</p><p>They said Rodriguez did not seek medical assistance or provide care afterward.</p><p>Later that evening, the boy’s mother discovered injuries, including “a small puncture wound” on his bicep, along with bruising and scratches to his chest and arm, according to the report.</p><p>An internal school report described the incident as a “supportive de-escalation” effort intended to prevent harm, stating Rodriguez “placed her hands on his sides in order to provide physical support.” However, investigators said surveillance video contradicted that account.</p><p>Police said Rodriguez declined to provide a statement through her attorney.</p><p>Jail records show she is facing one count of child abuse without great bodily harm.</p><p>Christopher Pracitto, Rodriguez’s defense attorney, asked that his client receive a lower bond.</p><p>“It is a child that was acting out, and she was in the process of restraining (the child),” he said in court. The request was denied.</p><p>Rodriguez posted her $5,000 bond on Saturday morning after being held at the Turner Guilford Knight Correctional Center. She was also ordered to stay away from the victim. </p><p>Local 10 News has requested a statement from the school about the incident and whether she is still employed.</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[Child hurt after Audi driver slams into North Miami business]]></title><link>https://www.local10.com/news/local/2026/04/17/child-hurt-after-audi-slams-into-north-miami-business/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/child-hurt-after-audi-slams-into-north-miami-business/</guid><dc:creator><![CDATA[Jackie Pascale, Terrell Forney]]></dc:creator><description><![CDATA[A driver slammed into a home essentials store in North Miami early Friday morning after a crash, causing significant damage and sending a child to the hospital, authorities confirmed. ]]></description><pubDate>Fri, 17 Apr 2026 13:58:43 +0000</pubDate><content:encoded><![CDATA[<p>A driver slammed their vehicle into a home essentials store in North Miami early Friday morning after a crash, causing significant damage and sending a child to the hospital, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/04/17/menor-resulta-herido-tras-choque-de-audi-contra-negocio-en-north-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/menor-resulta-herido-tras-choque-de-audi-contra-negocio-en-north-miami/">Leer en español</a></p><p>The crash happened around 6:15 a.m. </p><p>An Audi was leaving a Burger King along Northwest Seventh Avenue when the driver made an “unsafe lane change,” according to North Miami police.</p><p>Investigators said the driver of the Audi sideswiped a gray Dodge before crashing into the front of an Arona Home Essentials store, located at 12550 NW 7th Ave., near Northwest 126th Street.</p><p>They said there were three people inside the Audi at the time of the crash.</p><p>Miami-Dade Fire Rescue officials confirmed that a child was transported to Jackson North Medical Center with non-life-threatening arm pain. Authorities said no other injuries were reported, including to the driver of the Dodge.</p><p>The driver of the Dodge, who did not want to be identified, told Local 10’s Jackie Pascale that the impact caused him to lose control and veer into a tree, totaling his vehicle.</p><p>“(I went) straight through the pole and hit the side of the tree,” he said. “I was trying to make sure I was safe first. I’m alright. I’m a little upset, but there’s really nothing much I can do about that.”</p><p>A bystander was also injured in the incident, according to the Dodge driver, who described the injury as a bruised knee, although police and fire rescue crews have not confirmed that injury was a result of the collision.</p><p>The vehicle that struck the building has since been removed, but extensive damage remains, and cleanup efforts are expected to continue. </p><p>The building has since been deemed an unsafe structure, forcing the business to temporarily close. Local 10 was at the scene as the business was boarded up.</p><p>Traffic along Northwest Seventh Avenue has since reopened.</p><p>No other details about the crash were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[While Trump lashes out at Spain, progressive leaders rally in Barcelona to defend democracy]]></title><link>https://www.local10.com/news/world/2026/04/18/while-trump-lashes-out-at-spain-progressive-leaders-rally-in-barcelona-to-defend-democracy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/18/while-trump-lashes-out-at-spain-progressive-leaders-rally-in-barcelona-to-defend-democracy/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:21:03 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Progressive leaders from around the globe gathered in Barcelona on Saturday trying to galvanize their forces and defend the multilateral rules-based order in a world turning to the right and violently torn by superpowers.</p><p>Spanish Prime Minister Pedro Sánchez, an outspoken critic of President Donald Trump and the U.S.-Israeli war against Iran, hosted two overlapping events about democracy and progressive politics at a convention center in Spain’s second city.</p><p>While no leader mentioned Trump in the part of the first gathering that was open to the press, the staunchly unilateral position of the American president that breaks with decades of U.S. foreign policy, including his derision of NATO and the United Nations, hung over the meetings.</p><p>“We all see the attacks against the multilateral system, the repeated attempts to undermine international law and the dangerous normalization of the use of force,” Sánchez said.</p><p>“The far right is international, so we must be too,” German Vice Chancellor and Finance Minister Lars Klingbeil told a crowd of activists.</p><p>Trump again lashed out on Saturday on social media at Sánchez, who has faced Trump’s scorn for not allowing the U.S. to use jointly operated military bases in Spain for operations related to the Iran war and for refusing to raise military spending from 2% to 5% of GDP.</p><p>“Has anybody looked at how badly the country of Spain is doing. Their financial numbers, despite contributing almost nothing to NATO and their military defense, are absolutely horrendous. Sad to watch!!!” Trump posted on Truth Social.</p><p>Spain, like the U.S. and other developed countries, is in debt, but it has one of the world’s leading economies under Sánchez.</p><p>Brazilian President Luiz Inácio Lula da Silva, Mexican President Claudia Sheinbaum, South African President Cyril Ramaphosa and Colombian President Gustavo Petro, and other leaders and officials were in attendance at the IV Meeting in Defense of Democracy. Later in the day, Sánchez, Lula and Ramaphosa stayed put at the convention center to attend the inaugural Global Progressive Mobilization, where some 3,000 left-leaning elected officials, policy analysts and activists exchanged ideas.</p><p>Former U.S. presidential candidate Hillary Clinton sent a short video message to the rally, saying “we can shape a better future no matter what the odds may be against that promise.”</p><p>Reforming the U.N.</p><p>Ramaphosa said South Africa will present a draft resolution to establish an International Panel on Inequality, aiming to tackle the growing wealth gap both within and between nations, to the U.N. General Assembly in September.</p><p>He also urged a rethink of the Security Council of the U.N., pointing to the wars started by permanent Security Council members — Russia against Ukraine, and the U.S. against Iran.</p><p>“The United Nations has now become a toothless organization because those who are members of the Security Council are the ones who continue to violate all the laws and the rights,” Ramaphosa said at the gathering of socialists and progressives.</p><p>More trees, less inequality</p><p>Among concrete proposals, Sheinbaum plugged her idea that governments commit to spending the equivalent of 10% of their military budgets on reforestation projects.</p><p>“Each year, instead of planting the seeds of war, we will plant the seeds of life,” she said.</p><p>Sheinbaum also said she wants to propose a declaration, without specifying if she referred to the U.N., against a military intervention in Cuba. Trump has said that he believes he will “ have the honor of taking Cuba” soon, though it wasn't clear exactly what he meant.</p><p>Sánchez argued for the importance of regulating social media to stop the spread of hate speech and disinformation. His government also said that it is working with Brazil on a tax for the ultrarich.</p><p>Defending core values</p><p>The gatherings come a day after Sánchez and Lula held a summit at a former royal palace in Barcelona.</p><p>Lula and Sánchez are among the few progressive leaders who have withstood a shift to the right and remain popular in their countries while defending multilateral agreements, human rights, environmental protections and gender equality — values often challenged by Trump; Lula’s neighbor in Argentina, libertarian President Javier Milei; and Europe’s far right.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/USUOTC3Q6JYJGPMF6NVMXG326Q.jpg?auth=d2eabf0783175c3509c56367bcabe7f4e2ffb3b0d892a708dca88e5d1494ee1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez, center, poses with attendees, at the Meeting in Defence of Democracy summit in Barcelona, Spain, Saturday, April 18, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MWJNVCETNI534V6E5ZXBTKQQXA.jpg?auth=ed36c34309cf7a870f01db15bd8df4b4f422f1db46290648041be36ba9a93e48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez, center, poses for a photo next to Brazil's President Luiz Inacio Lula da Silva, left, and his wife wife Rosangela Lula da Silva, at the Meeting in Defence of Democracy summit, in Barcelona, Spain, Saturday, April 18, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/54TOKG7BWIMC65N6FIU7V6BMOE.jpg?auth=322728724b281ac82ab3db77fdf3aec1eae9dbe99acee8b0c783f0436d82b39b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez, center, Brazil's President Luiz Inacio Lula da Silva, center left, Colombia's President Gustavo Petro, second right, Uruguay's President Yamandu Orsi, left, and Chile's former President Gabriel Boric, right, attend the Meeting in Defence of Democracy summit in Barcelona, Spain, Saturday, April 18, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COXQWIM6N5SDWEM2FFCMTH5BMU.jpg?auth=444786321a6bb2e043258b25483494644ce19750c1b68679c471c8e79af72444&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez, right, greets Mexican President Claudia Sheinbaum at the Meeting in Defence of Democracy summit in Barcelona, Spain, Saturday, April 18, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVU3U34TF7WJLPU5QIG4QRL5PQ.jpg?auth=55162dc74f803da24681d8c7d39c39228a3c89fd4d071481d2ad05aeaff4859a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Prime Minister Pedro Sanchez, right, greets Colombia's President Gustavo Petro at the Meeting in Defence of Democracy summit in Barcelona, Spain, Saturday, April 18, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content></item><item><title><![CDATA[Pope hopes to bring a message of joy to long-suffering Angolans on the third leg of his Africa tour]]></title><link>https://www.local10.com/news/world/2026/04/18/pope-hopes-to-bring-a-message-of-joy-to-long-suffering-angolans-on-the-third-leg-of-his-africa-tour/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/18/pope-hopes-to-bring-a-message-of-joy-to-long-suffering-angolans-on-the-third-leg-of-his-africa-tour/</guid><dc:creator><![CDATA[By NICOLE WINFIELD and GERALD IMRAY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:57:26 +0000</pubDate><content:encoded><![CDATA[<p>LUANDA, Angola (AP) — Pope Leo XIV arrived in Angola on Saturday, hoping to bring a message of joy and encouragement to its long-suffering people, as he opened the third leg of his four-nation trip through Africa.</p><p>Leo’s plane touched down at Luanda’s international airport after the flight from Yaounde, Cameroon, where he celebrated a morning Mass before an estimated 200,000 people.</p><p>En route, he had further comments about his ongoing back-and-forth with U.S. President Donald Trump over the Iran war, which began on Feb. 28 with joint U.S.-Israeli strikes followed by Tehran's retaliation. Leo said that it was “not in my interest at all” to debate the president, but that he would continue preaching the Gospel message of peace.</p><p>In Cameroon, Leo sought to encourage young people to have hope and demanded that elites stop exploiting the land and its people for profit. It’s a message he was expected to echo in Angola, another mineral-rich former European colony where many of the people live in poverty.</p><p>In his homily Saturday, delivered in French, Leo said that the respect for human dignity was a cornerstone of every society.</p><p>“For this reason, every community has the obligation to create and sustain structures of solidarity and mutual aid in which, when faced with crises — be they social, political, medical or economic — everyone can give and receive assistance according to their own capacity and needs,” he said.</p><p>A scarred Angola welcomes the pope</p><p>In Angola, Leo will meet with President Joao Lourenco and deliver his first speech before Angolan government authorities.</p><p>Angola, a southern African country of around 38 million, gained independence from Portugal in 1975. But it still bears the scars of a devastating civil war that began straight after independence, and raged on and off for 27 years before finally ending in 2002. More than 500,000 people are believed to have been killed.</p><p>For years, the civil war was a Cold War proxy conflict, with the United States and apartheid South Africa backing one side and the Soviet Union and Cuba backing the other.</p><p>“I would like to hear a message of peace, a message of reconciliation," Luanda resident Sergio Jose said. "I would also like to hear good political messages, and I would also like to hear that the pope would also talk about the upcoming elections in Angola.”</p><p>Angola today is the fourth-largest oil producer in Africa and among the world’s top 20 producers, according to the International Energy Agency. It’s also the world’s No. 3 diamond producer and has significant deposits of gold and highly sought after critical minerals.</p><p>But despite its varied natural resources, the World Bank estimated in 2023 that more than 30% of the population lived on less than $2.15 a day.</p><p>In Cameroon, Leo had railed against the “chains of corruption” that were hindering development, as well as the “handful of tyrants” who were ravaging Earth with war and exploitation. He's expected to raise similar points in Angola.</p><p>Late former President Jose Eduardo dos Santos, who led Angola for 38 years from 1979 to 2017, was accused of diverting billions of dollars of public money to his family, largely from the country’s oil revenue, as millions struggled in poverty.</p><p>After Lourenco took over as president, his administration estimated that at least $24 billion was stolen or misappropriated by dos Santos. Lourenco's administration has vowed to crack down on corruption and has worked to recover funds allegedly stolen during the dos Santos era.</p><p>But critics note that Angola still has deep problems with corruption and have questioned if Lourenco’s actions were more aimed at political rivals so as to consolidate his power.</p><p>A legacy of slavery</p><p>Angola, on the southwest coast of Africa, was considered to be the epicenter of the trans-Atlantic slave trade as a Portuguese colony. More than 5 million of the roughly 12.5 million enslaved Africans were sent across the ocean on ships departing from Angola, more than any other country, though not all of them were Angolans.</p><p>The highlight of Leo’s visit to Angola is expected to be his visit Sunday to Muxima, south of Luanda. It's a popular Catholic shrine in a country where around 58% of the population is Catholic.</p><p>The Church of Our Lady of Muxima was built by Portuguese colonizers at the end of the 16th century as part of a fortress complex and became a hub in the slave trade. It remains a reminder of the inextricable link hundreds of years ago between Roman Catholicism and the exploitation of the African continent.</p><p>Leo, history's first U.S.-born pope, has Black and white ancestors who included both enslaved people and slave owners, according to genealogical research. He's going to Muxima to pray the Rosary, in recognition of the site becoming a popular pilgrimage destination, after believers reported an appearance by the Virgin Mary around 1833.</p><p>___</p><p>Gerald Imray reported from Cape Town, South Africa.</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/YRQMLDS3WBTQX6AUM54N7GX4UM.jpg?auth=5bff3091f61c880f8e27c38299c53013f76ca3320aa8a6ba10f4a1b4a53701b6&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 after arriving in Luanda, Angola, Saturday, April 18, 2026 on the sixth day of his 11-day pastoral visit to Africa. (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/FRBJWIQX4VRKWTR3FNPHYR54RM.jpg?auth=9762823c37ec5c298483f4b392a5e853c916fabdd23a2a996c0473ab446f1111&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The plane carrying Pope Leo XIV arrives in Luanda, Angola, Saturday, April 18, 2026 on the sixth day of his 11-day pastoral visit to Africa. (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/II43MOH27QES2LTNSDZA54QMCE.jpg?auth=67849e8435eac9535f5c5102f4492c37ea70acc9dcab9d6e79c4985ed17ecffa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives in procession to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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/EWORLX7URVDB2LKLMX4GVBKMAE.jpg?auth=f642189401286525c0e8f5a7c30c3db762b461dd7026b6faa700852435fe352e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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/4LLSGHVFTFSTHSBO5IWVN44JRA.jpg?auth=453c43a42c768fae952c54287f98e51dbb997f33bc9d5b82c80187f4403c4c05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate Mass at Yaounde Ville Airport, Cameroon, Saturday, April 18, 2026 on the sixth 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[Iran closes Strait of Hormuz again over US blockade and fires on ships]]></title><link>https://www.local10.com/news/world/2026/04/18/iran-says-it-has-closed-strait-of-hormuz-again-over-us-blockade/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/18/iran-says-it-has-closed-strait-of-hormuz-again-over-us-blockade/</guid><dc:creator><![CDATA[By SAM METZ and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:44:45 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The standoff over the Strait of Hormuz escalated again Saturday as Iran reversed its reopening of the crucial waterway and fired on ships attempting to pass, in retaliation after the United States pressed ahead with its blockade of Iranian ports.</p><p>New attacks on the strait, through which roughly one-fifth of the world’s oil normally passes, threatened to deepen the global energy crisis and push the countries into renewed conflict eight weeks after the war began.</p><p>Their fragile ceasefire is due to run out by Wednesday. Iran said it had received new proposals from the United States, and Pakistani mediators were working to arrange another round of direct negotiations.</p><p>Iran’s joint military command said “control of the Strait of Hormuz has returned to its previous state ... under strict management and control of the armed forces.” It warned it would continue to block transits while the U.S. blockade remained in effect.</p><p>Revolutionary Guard gunboats opened fire on a tanker transiting the strait and an unknown projectile hit a container vessel, damaging some containers, the British military’s United Kingdom Maritime Trade Operations center said, without identifying the vessels. TankerTrackers.com said two Indian-flagged vessels, including a supertanker carrying Iraqi oil, were forced to turn around after being fired on by Iran.</p><p>For Iran, the strait's closure — imposed after the U.S. and Israel launched the war on Feb. 28 during talks over Tehran's nuclear program — is perhaps its most powerful weapon, threatening the world economy and inflicting political pain on President Donald Trump. For the United States, the blockade keeps up pressure and could strangle Iran's already weakened economy.</p><p>Iran’s new supreme leader, Ayatollah Mojtaba Khamenei, issued defiant remarks on Saturday, saying the navy stands “ready to inflict bitter defeats on its enemies.” He has not been seen in public since being elevated to the post following his father's death in Israel’s opening barrage.</p><p>A turnaround a day after Iran said the strait was open</p><p>On Friday, Iran announced the strait's reopening to commercial vessels after a 10-day truce was announced between Israel and the Iranian-backed Hezbollah militant group in Lebanon. The reopening caused oil prices to fall.</p><p>Trump, however, said the U.S. blockade of Iran's ports “will remain in full force” until Tehran reaches a deal with the United States. Trump had imposed the blockade after a round of historic face-to-face talks in Pakistan between the countries ended without an agreement.</p><p>U.S. forces have sent 23 ships back to Iran since the blockade began on Monday, U.S. Central Command said Saturday. Trump's comments triggered an outcry.</p><p>“Americans are risking the international community, risking the global economy through these, I can say, miscalculations,” Iranian Deputy Foreign Minister Saeed Khatibzadeh told The Associated Press, adding that the U.S. is “risking the whole ceasefire package.”</p><p>Iran’s Supreme National Security Council issued a statement calling the blockade a violation of the ceasefire and said Iran would prevent “any conditional and limited reopening” of the strait.</p><p>Since most supplies to U.S. military bases in the Gulf region come through the strait, “Iran is determined to maintain oversight and control over traffic through the strait until the war fully ends,” the council said. That means Iran-designated routes, payment of fees and issuance of transit certificates.</p><p>Pakistan pushes for progress toward a new deal</p><p>The renewed standoff over the strait came hours after Pakistani Foreign Minister Ishaq Dar said his country was working to “bridge” differences between the U.S. and Iran. Pakistan is expected to host a second round of negotiations early next week.</p><p>Iran’s Supreme National Security Council said “new proposals” from the U.S. had been put forward during a visit to Iran by Pakistan’s army chief and were being reviewed.</p><p>But Khatibzadeh said the Iranians were not ready for a new round of face-to-face talks because the Americans “have not abandoned their maximalist position.”</p><p>He also said Iran will not hand over its stock of 970 pounds (440 kilograms) of enriched uranium to the United States, calling the idea “a nonstarter.” Khatibzadeh did not address other proposals for the enriched uranium, saying only that “we are ready to address any concerns.”</p><p>Trump said Saturday that Iran “got a little cute” but that “very good” conversations were happening, and more information would come by day's end. “They can’t blackmail us,” he added.</p><p>On Friday, Trump said the U.S. will go into Iran and “get all the nuclear dust,” referring to the enriched uranium, which is believed to be buried under nuclear sites badly damaged by U.S. military strikes last year.</p><p>French peacekeeper is killed in Lebanon</p><p>French President Emmanuel Macron said a French soldier was killed and three others were wounded Saturday during an attack on U.N. peacekeepers in southern Lebanon. “Everything suggests that responsibility for this attack lies with Hezbollah,” Macron wrote on social media.</p><p>There was no immediate comment from Hezbollah.</p><p>Pakistani Foreign Minister Dar said fighting between Israel and Hezbollah had been a key sticking point in U.S.-Iran talks last weekend, and the declaration of a ceasefire in Lebanon was seen as a boost to efforts for an Iran agreement.</p><p>It was unclear to what extent Hezbollah would abide by a truce it didn't play a role in negotiating, especially with Israeli troops still occupying a stretch of southern Lebanon.</p><p>In Beirut, displaced families began moving toward southern Lebanon and the capital's southern suburbs despite warnings by officials not to return home until it was clear whether the ceasefire would hold.</p><p>The Iran war has killed at least 3,000 people in Iran, more than 2,290 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states. Thirteen U.S. service members have been killed.</p><p>__ Metz reported from Ramallah, West Bank. Associated Press writers Munir Ahmed in Islamabad and Suzan Frazer and Andrew Wilks in Antalya, Turkey, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIVXVDPYIYJBRR4I7CRDD3WKHI.jpg?auth=17deb531795d476035fca5ff1e5e9be361c519cae8c4c3198c585d7cacf42448&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun rises behind a tanker anchored in the Strait of Hormuz off the coast of Qeshm Island, Iran, Saturday, April 18, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XWAQ5QO3IMUWM4NS66PO65SWDE.jpg?auth=ababc9b4f193cdd76fe2916c36f49a62cc67e9947862105b95a4d46428cfcabf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tankers anchored in the Strait of Hormuz off the coast of Qeshm Island, Iran, Saturday, April 18, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVZRKZD5OKBFOFXPIIWDMA5LY4.jpg?auth=9fefead8d0059f6174efb96722c14a481e8151ca21c52b90461157e87103fd50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's Deputy Foreign Minister Saeed Khatibzadeh talks during an interview with Associated Press at the Antalya Diplomacy Forum, in Antalya, southern Turkey, Saturday, April 18, 2026. (AP Photo/Riza Ozel)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QHNQ52PCKKKMCJDYMDXYVAXG3Q.jpg?auth=3b390dfd562f1d06f01f6cc994b6b69efe05f57ee47b50e68deca3553291d6de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bulk carrier ship anchored in the Strait of Hormuz, Saturday, April 18, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZW7LEELPKBGGSKVY7Q4ST64LWI.jpg?auth=a47a06fcdfe24e53b2ab22a7cca497d6819ce6331935a2c15852debf5790b627&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A container ship is seen in the Strait of Hormuz off the coast of Qeshm Island, Iran, Saturday, April 18, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content></item><item><title><![CDATA[Inside the Numbers: Some notes going into the NBA playoffs]]></title><link>https://www.local10.com/news/2026/04/18/inside-the-numbers-some-notes-going-into-nba-playoffs/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/18/inside-the-numbers-some-notes-going-into-nba-playoffs/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 13:34:22 +0000</pubDate><content:encoded><![CDATA[<p>A winning season usually gets you to the NBA playoffs. Not this year.</p><p>There were a record-tying three teams — Charlotte at 44-38, Miami at 43-39 and the Los Angeles Clippers at 42-40 — that finished over .500 this season but failed to qualify for the playoffs.</p><p>The only other years when that happened were 1971 and 2022.</p><p>In NBA history, teams with records over the .500 mark have gone to the playoffs just over 95% of the time. For teams going at least 43-39 (or the equivalent in shorter seasons), that in-the-playoffs rate was 97.3%, until this season.</p><p>Miami now has finished over .500 in 25 of its 38 seasons. Of the first 24 Heat teams with winning records, 100% wound up going to the playoffs.</p><p>“My first year as a head coach, we won 43 games and we were the fifth seed,” Heat coach Erik Spoelstra said. “We were the 10th seed this year with 43.”</p><p>If playoff teams only counted ...</p><p>If the playoff teams were their own 16-team league, counting only their games against one another in the standings, the top overall seed in these playoffs would be Detroit.</p><p>The Pistons went 30-12 against the other playoff clubs, just ahead of Oklahoma City (31-14) and San Antonio (29-14).</p><p>The Thunder had the biggest point differential in games against other playoff teams (8.4 per game), while the Thunder and the Spurs both had the most double-digit wins (18 apiece).</p><p>The money matters</p><p>The playoff pool for this season is the most in NBA history, with $35,740,226 to be divided up among the 16 teams.</p><p>As the team with the NBA’s best record, the Oklahoma City Thunder are already assured $2,161,408 from that pool. If the Thunder win the NBA title, they will claim more than one-third of the pool — $12,805,503.</p><p>Teams get shares for finishing with a top-six record in their conference, plus for making the playoffs and the size of the shares increase for advancing to later rounds. There’s about a $5 million difference between winning and losing the NBA Finals.</p><p>Hawks hit 50</p><p>Atlanta is in the playoffs for the 50th time, the Hawks becoming the fourth franchise to hit that total.</p><p>The other three? The Los Angeles Lakers (66), Boston (63) and Philadelphia (55).</p><p>It’ll be at least four more years before the 50-playoff-appearance club grows. New York has made 46 appearances, including this year’s.</p><p>It's 17 and counting for James Harden</p><p>James Harden has yet to win an NBA championship. But at least he gets into the playoffs — every single year.</p><p>That's right: 17 years in the league, 17 playoff trips for Harden.</p><p>He and the Cleveland Cavaliers will take on the Toronto Raptors in Round 1 of the Eastern Conference playoffs. The Cavs will be the sixth team that Harden appears with in the postseason, after stints with Oklahoma City, Houston, Brooklyn, Philadelphia, the Los Angeles Clippers and now Cleveland.</p><p>Harden enters the series with the Raptors 14th on the league's career playoff scoring list, two points behind No. 13 Larry Bird. He's 59 points behind No. 12 Dwyane Wade, and if the Cavs make any sort of deep run would figure to have a chance to reach the top 10 in playoff scoring sometime this spring.</p><p>Lots of minutes</p><p>Houston had three players (Amen Thompson, Kevin Durant and Jabari Smith Jr.) finish among the top five in minutes played during the regular season. Thompson was first, Durant second, Smith fifth.</p><p>— It was the first time that a team had three of the top five in minutes played.</p><p>— It was the fourth time in the last decade that teammates finished first and second on that list. New York’s Mikal Bridges and Josh Hart finished in those spots last year, the Knicks’ Julius Randle and RJ Barrett did in 2020-21 and Minnesota’s Andrew Wiggins and Karl-Anthony Towns did in 2016-17.</p><p>— Durant played more minutes this season than he has in any season since 2013-14.</p><p>Milestones await</p><p>Some stat milestones that could await in these playoffs:</p><p>— Houston's Kevin Durant is 15 points shy of 5,000 for his playoff career. He'll be the seventh player to hit that number.</p><p>— The Los Angeles Lakers' LeBron James — who already holds league records for playoff games, games won, games lost, points scored, field goals made, field goals attempted and steals, among other things — needs seven more steals to get to 500. Nobody else even has 400.</p><p>— If New York gets to the Eastern Conference finals, Mike Brown (who has 50 playoff wins) would pass Tyronn Lue (57) and move into the top 20 all-time for coaching playoff victories.</p><p>Nuggets playing? Take the over. Celtics? Take the under</p><p>When the Denver Nuggets play, you're going to see a lot of points.</p><p>How many points? Well, probably more than what oddsmakers tell you to expect.</p><p>Denver's games went over the Vegas over-under total — the number of total points expected in the game from both teams — 63.4% of the time this season. That's the second-highest rate in the last 12 seasons, topped only by Indiana's games going over the total 65.3% of the time in the 2020-21 season.</p><p>Other betting nuggets from this season:</p><p>— Among the 16 playoff teams, Boston (59.8%) covered more often than any other team, followed by San Antonio (57.3%). Charlotte covered in 61% of its games but missed the playoffs.</p><p>— Speaking of the Celtics, only 36.6% of their games went over the total. That's the lowest rate in the NBA in at least 12 years.</p><p>— Oklahoma City was favored in 78 of its 82 games, as would probably be expected.</p><p>A Game 1, in Detroit</p><p>It's been a long time since Pistons fans can say this: Game 1 is at home.</p><p>The opener of the Detroit-Orlando series on Sunday will be the first time the Pistons open any playoff series on their home floor since 2008 — an Eastern Conference semifinal matchup, also against the Magic.</p><p>Detroit wound up winning in five games before falling to Boston in that season's East finals.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FVLPO2GP3B27THRWRFGAQS35BQ.jpg?auth=e03f9e0295c39b4c2237dfeb87986f0d863f0de63aaa9fa118fb961becf2bd81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Suns guard Devin Booker (1) gets fouled by Portland Trail Blazers forward Deni Avdija (8) during the second half of an NBA play-in tournament basketball game, Tuesday, April 14, 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/W7KBQ76MUYQOKNQXG2IQ3GAMDE.jpg?auth=2b83694de996eff723229e0d84aa32135ea4481609396f7030440089595a26aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Pacers center Micah Potter (11) goes over the back of Detroit Pistons forward Paul Reed (7) during the second half of an NBA basketball game in Indianapolis, Sunday, April 12, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TBA2ARNF7RYYZ5OPKCRHIO7C7M.jpg?auth=a9b109537734ca4cd3ba9db3f36afec45b68ae6d8258c595871442f0724d4a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic forward Franz Wagner, center, shoots as he gets caught between Minnesota Timberwolves guard Terrence Shannon Jr., left, and guard Jaylen Clark during the second half of an NBA basketball game, Wednesday, April 8, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J56INF6XY6GPFXV6QB5JNKWAUU.jpg?auth=35debe858839c7e9d4ea8fcde0dfca2bc57cfd7e9a09e7b1170b0a3dcd2cc66c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portland Trail Blazers center Donovan Clingan dunks during the first half of an NBA basketball game against the Los Angeles Clippers, Friday, April 10, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Angels ace José Soriano has an 0.28 ERA, 39 Ks after 5 phenomenal starts to begin the season]]></title><link>https://www.local10.com/sports/2026/04/18/angels-ace-jose-soriano-has-an-028-era-39-ks-after-5-phenomenal-starts-to-begin-the-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/18/angels-ace-jose-soriano-has-an-028-era-39-ks-after-5-phenomenal-starts-to-begin-the-season/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 05:57:31 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — In just five starts, José Soriano's season with the Los Angeles Angels has gone from good to great — to historic.</p><p>Soriano pitched two-hit ball into the sixth inning of the Angels' 8-0 victory over the Padres on Friday night, ending San Diego's eight-game winning streak with yet another dominant outing by Los Angeles' right-handed Dominican ace.</p><p>Soriano (5-0) has an ERA of 0.28 after allowing just one run in his first 32 2/3 innings this season. He leads the majors with 39 strikeouts while allowing only 11 hits, and he's tied with Milwaukee's Aaron Ashby for the lead with five wins.</p><p>Except for occasional control problems, Soriano has been overwhelming every lineup he faces — and Drake Baldwin's first-inning homer for Atlanta on April 6 is still the only run he has allowed all season. His 17-inning scoreless streak is the second-longest in the majors this season, and opponents are batting .104 against his 0.73 WHIP — both the best in baseball.</p><p>“It's like a hot knife through butter,” Angels slugger Jo Adell said. “It's pretty crazy. It's really special, and he's a special talent. He's always had the stuff to compete at this level, and he's doing what an ace does. Whatever he's done, just keep doing it.”</p><p>And after five straight dominant starts, Soriano has reached rare company.</p><p>The most recent pitcher to allow one earned run or fewer in each of his first five starts in a season with at least 15 total innings pitched was the Dodgers’ Fernando Valenzuela in 1981, when he won the NL Cy Young award in his groundbreaking rookie season. Walter Johnson also did it in 1913 — and nobody else.</p><p>Soriano is also the only pitcher in major league history to go at least five innings while yielding one or fewer earned runs and three or fewer hits in each of his first five starts to a season.</p><p>“I just feel confident to keep pitching like that,” Soriano said. “I believe in my catcher, and we’re on the same page. I think that’s a big part of the results we’re having.”</p><p>While Soriano dazzled his previous two opponents with back-to-back, 10-strikeout outings over 15 combined innings to win the AL Player of the Week award, he actually didn't overwhelm the Padres' veteran lineup.</p><p>San Diego drew four walks and forced Soriano to throw 99 pitches. The Padres loaded the bases in the third before Soriano got Jackson Merrill to ground out, but San Diego eventually chased him with a single and a walk with two outs in the sixth.</p><p>“The thing that impressed was that to us, he had to grind a little bit tonight,” Angels manager Kurt Suzuki said. “I think that's the maturity showing up, where he's learning how to pitch — and I say this lightly — without his best stuff. He learned how to navigate a great lineup over there without his best stuff ... and it was pretty incredible. You can't say enough.”</p><p>Soriano has a 99-mph fastball and a sinker that ranks among the best in baseball, but he's also mixing in a curve that has flummoxed his opponents. The combination has been too much for any opponent through his first five starts.</p><p>“Knowing him from the past, you always thought of the high-90s sinker, and then he comes in breaking out the curveball,” Padres manager Craig Stammen said. “That pitch was very impressive from the dugout. Gave our guys trouble at the beginning. It's really hard to lay off that pitch, and it complements his sinker. He did a great job tonight mixing his pitches. ... He's just a really good pitcher.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WTNYD7FILDWIQ2RMUABVUHG3LY.jpg?auth=70c131bf1fedb9ae6c6a2bdda89722c68fa568fb339e9c567574f7f266e63e47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels pitcher José Soriano throws to the plate during the first inning of a baseball game against the San Diego Padres, Friday, April 17, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVJQDXSSELEMJUILDBBMEMSOSI.jpg?auth=0f37ad153c2717e8c2d632c5c606775e7ec3b49992261051d69e8a1f546fb7d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels pitcher José Soriano gestures after finishing the top of the first inning of a baseball game against the San Diego Padres, Friday, April 17, 2026, in Anaheim, Calif. (AP Photo/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[States eulogize Charlie Kirk with new laws promoting religion and free speech]]></title><link>https://www.local10.com/news/national/2026/04/18/states-eulogize-charlie-kirk-with-new-laws-promoting-religion-and-free-speech/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/18/states-eulogize-charlie-kirk-with-new-laws-promoting-religion-and-free-speech/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 05:42:31 +0000</pubDate><content:encoded><![CDATA[<p>A new Kansas law will allow college students to sue their schools for free-speech violations. In Tennessee, a new law will encourage teachers and professors to include “the positive impacts of religion” in American history courses.</p><p>The common factor: Both are being done in the name of Charlie Kirk.</p><p>The laws are among the first of what could become multiple state tributes to the conservative activist who was killed while speaking at a Utah university last year. More than 60 Kirk-themed bills have been proposed in over 20 states seeking to promote his ideology, establish official days of remembrance or affix his name to roads and public places, according to an Associated Press analysis using the bill-tracking software Plural.</p><p>Just like Kirk, who was known for his provocative campus debates, the measures are not without controversy.</p><p>Republican lawmakers in Kansas overrode the veto of Democratic Gov. Laura Kelly to enact a law that she said would “cause confusion for courts and schools.”</p><p>In Tennessee, where Republicans firmly control state government, some Democrats denounced the pro-Kirk legislation by recounting what they described as racist remarks he made about Black pilots and Black women in government positions.</p><p>“How many times have we sat here and endured this? The Charlie Kirk Saves America Act, whatever the heck it is? Come on guys. Ladies and gentlemen, let’s move on,” Democratic state Rep. Sam McKenzie said during a committee meeting where Republicans endorsed the “Charlie Kirk American Heritage Act.”</p><p>That's not to be confused with Tennessee's “Charlie Kirk Act,” which Republicans also recently passed. That bill addresses campus free speech, including a ban on attendee walkouts that intentionally disrupt a speaker.</p><p>The variety of bills in Kirk's name “shows just how deeply his influence is being felt, especially in the fight to restore intellectual diversity and core American values in education,” said Matt Shupe, a spokesperson for Turning Point USA, which Kirk founded.</p><p>Tennessee touts Christian values in Kirk's name</p><p>A Kirk-named law signed this week by Republican Tennessee Gov. Bill Lee extols the historical “influence of Judeo-Christian values on the freedom and liberties ingrained in our culture.”</p><p>It gives permission for public schools and higher education institutions to teach about religion's positive role in American history. And it lists 19 examples, beginning with the organization of the Pilgrims as a church and including George Washington's direction for Army chaplains, Benjamin Franklin's appeal for prayer at the constitutional convention and the impact of Christian evangelist Billy Graham.</p><p>Tennessee is one of several Republican-led states to partner with Turning Point USA to promote its high school chapters, called Club America. Dozens of club leaders from Tennessee attended a state Senate committee hearing last month to support the religion-in-history legislation.</p><p>Ben Mason, a junior from Providence Academy in Johnson City, said Kirk helped him “to understand that America began with Judeo-Christian values.”</p><p>“This, of course, does not mean that you must be a Christian or even believe in God to be in America, but you will hear about our roots," Mason told lawmakers.</p><p>But Senate Democratic Leader Raumesh Akbari raised concerns.</p><p>“Our public schools are really not the place to push one religion over another," she said. "I know that is not the stated intent of the bill, but I think that ends up being the result.”</p><p>Kansas cites Kirk to promote free speech</p><p>Lawmakers turned Kirk's name into an acronym for the “Kansas intellectual rights and knowledge” act, which deems outdoor areas on college campuses as forums for free expression. The bill's preamble praises Kirk and cites a 2024 incident at Kansas State University in which Kirk's microphone was shut off at the end of his allotted time, leading Kirk to wade into the crowd to continue taking questions.</p><p>The measure limits security fees charged to student organizations for events and bans designated “free speech zones” that restrict the location of such activities. The attorney general — or any who believe their rights were infringed — can sue an institution seeking damages of at least $500 per violation, and $50 for each day it continues.</p><p>The bill is similar to the Campus Free Expression Act, promoted by the Foundation for Individual Rights and Expression. About half the states already have campus free-speech laws, according to the foundation.</p><p>“Charlie Kirk was assassinated for exercising his right to free speech and introducing young people to conservative values,” Kansas Senate President Ty Masterson said after Kelly’s veto was recently overridden. “His mission and legacy will live on and protect the free speech rights of all college students in Kansas for decades to come.”</p><p>Democrats, while decrying Kirk's assassination, were unified in opposing the bill. Democratic state Rep. Jerry Stogsdill said legislators should not honor an activist whose statements promoted “hate, bigotry, misogyny and racism.”</p><p>More Kirk bills are pending in state capitols</p><p>In Louisiana, Republicans have proposed a bill dubbed the “Charlie Kirk Success Sequence Act.” The measure would require public schools to teach that the keys to success include earning a high school diploma, immediately entering the workforce after high school or college, and marrying before having children.</p><p>A Senate committee advanced the bill this week after overcoming objections.</p><p>“Why muddy this bill up by putting a controversial political figure’s name on it?” asked Democratic Sen. Katrina Jackson-Andrews, whose attempt to remove Kirk's name failed in the Republican-dominated committee.</p><p>“In the last 20 years, I cannot think of anyone that’s had the type of impact on our students, on our campuses and in our cities as Charlie Kirk,” said Republican Sen. Rick Edmonds, who authored the bill.</p><p>___</p><p>Associated Press writers Sara Cline, John Hanna and Jonathan Mattise contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFWVDTSTKQLZZRE6ZHFFSS5SEU.jpg?auth=11385a4ffe289de1d842439da80f6992c7a82c828705fcde8053a01b9fab9286&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A well-wisher places flowers at a makeshift memorial set up for Charlie Kirk at Turning Point USA headquarters, Sept. 11, 2025, in Phoenix. (AP Photo/Ross D. Franklin, File)]]></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/WU4G2IC26HRMMHBGF27XHFGHZQ.jpg?auth=336b2026fc6f266cba164ab06ebb8aab1afccedd443aba89c8baeb9d68a02255&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Turning Point USA Founder Charlie Kirk speaks during a campaign rally, Oct. 24, 2024, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HUG4K4WSL2XMTRQJDJWMZUU3AQ.jpg?auth=f646632ea7abc24feeb20cdfbcdc5a50dd51e14c741ac0e75cf23e4f2b21d05f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Posters with Charlie Kirk's image are placed on seats for attendees take home at The Turning Point Tour, Thursday, April 2, 2026, in Washington. (AP Photo/Tallulah Brown Van Zee)]]></media:description><media:credit role="author" scheme="urn:ebu">Tallulah Brown Van Zee</media:credit></media:content></item><item><title><![CDATA[Warriors coach Steve Kerr uncertain about his future, notes 'these jobs all have an expiration date']]></title><link>https://www.local10.com/sports/2026/04/18/warriors-coach-steve-kerr-uncertain-about-his-future-notes-these-jobs-all-have-an-expiration-date/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/18/warriors-coach-steve-kerr-uncertain-about-his-future-notes-these-jobs-all-have-an-expiration-date/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 13:59:03 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Golden State coach Steve Kerr is contemplating his future, the four-time NBA champion coach suggesting after the Warriors' season ended that there is a chance he might not be back with the club next season.</p><p>“It might still go on. It may not,” Kerr said after the Warriors lost in Phoenix and were eliminated from the play-in tournament.</p><p>He shared an embrace with Stephen Curry and Draymond Green, the team's two constants from the Warriors' title runs with Kerr, near the team's bench in the game's final moments and appeared to mouth the words “thank you.”</p><p>Kerr wouldn't reveal what he said in that moment.</p><p>“None of your business,” he said, smiling.</p><p>Green and Curry both made clear that they want him back. Kerr's future has been the subject of speculation for some time, fueled in part by him coaching this year on the final season of his existing contract. The Warriors missed the playoffs this season for the fourth time in the last seven years.</p><p>“I want Coach to be happy. I want him to be excited about the job. I want him to believe you know he’s the right guy for the job,” Curry said. "I want him to have an opportunity to again enjoy what he does. So, whatever that means for him, you know, everybody’s plan is their own. And I’m not going to try to tell anybody what to do. He knows how I feel about him. That shouldn’t even need to be said.”</p><p>Added Green, when asked if he could even fathom the Warriors without Kerr on the sideline: "I just don’t deal with change well. I don’t love it. So, I don’t want to think about that. I hope that’s not the case. but we’ll see what happens.”</p><p>The 60-year-old Kerr just finished his 12th season with the Warriors. He's 604-353 in that span, led Golden State to the NBA Finals in each of his first five seasons — and once since then as well — plus guided the U.S. to Olympic gold at the Paris Games in 2024.</p><p>His playoff record of 104-48 is nearly unmatched; among coaches with at least 100 playoff games in their career, his .684 playoff winning percentage is second only — and barely — to Phil Jackson, who went 229-104 (.688).</p><p>Kerr said he'll meet with Warriors owner Joe Lacob and general manager Mike Dunleavy to chart a path for what's next. He suggested that might come in a week or two.</p><p>“We'll talk about what’s next for the Warriors, what the plan is this offseason,” Kerr said. "And we will come to a collaborative decision on what’s next. I don’t know what’s going to happen. I still love coaching. But I get it. These jobs all have an expiration date. there’s a run that happens, and when the run ends, sometimes it’s time for new blood and new ideas and all that.</p><p>"And, if that’s the case, then I will be just nothing but grateful for the most amazing opportunity any person could have to coach this franchise, in front of our fans in the Bay and to coach Steph Curry, to coach Dray and the whole group.”</p><p>Kerr wouldn't say what some of the factors are that might sway his decision, calling those private.</p><p>“If it’s right, it’s right," Kerr said. “And if it's not, it's not.”</p><p>There will be talks with Curry as well; the greatest 3-point shooter in NBA history, who just finished his 17th season — all with Golden State — said he plans to play for “multiple” seasons after this and would be interested in an extension.</p><p>“It'll be a busy summer for the Warriors,” Curry said, smiling.</p><p>The Warriors were 37-45 this season, dealing with injuries the entire way. They rallied Wednesday from a 13-point fourth-quarter deficit to beat the Los Angeles Clippers and move into Friday's play-in finale, only to fall short against the Suns.</p><p>And now, the Warriors wait to see what's next.</p><p>“This was as tough a season as you can have, with the injuries, with all kinds of adversity," Kerr said. "And they battled, and they battled the entire season. They kept going the other night just to, you know, continue the season, to show that kind of fight. And then tonight, we just didn’t have it. But the competitive desire was there. And I’m proud of the group for finishing the season the right way by continuing to fight and trying to win every game.”</p><p>Kerr — who won five championships as a player, to go along with his four rings as a coach — has spoken often of his good fortunes within the game. He played for Lute Olson at Arizona, played with Michael Jordan and Scottie Pippen in Chicago, played with David Robinson and Tim Duncan in San Antonio and played for Jackson and Gregg Popovich as a pro.</p><p>And coaching Curry — the greatest face of a franchise he's ever seen, he said — is another honor, Kerr has insisted.</p><p>“The only thing I’ve learned is that I’m the luckiest guy in the NBA’s history," Kerr said.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHK6MNJI576UTOIEXIAUQY45IQ.jpg?auth=0ef69dac679285e967b2f03c2ff3a159fb23732f3878c2545b15459b957f508b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Warriors head coach Steve Kerr reacts during the first half of an NBA basketball game against the Sacramento Kings, Tuesday, April 7, 2026, in San Francisco. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LKVSU6KPK3V75IX4CFNM4SEQ6M.jpg?auth=a1aa1ba62e17249d0b615dfdf29c6a57bd0b70b400ac456794b729812a23be33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Warriors head coach Steve Kerr, right, looks on from the bench during the first half of an NBA basketball game against the Sacramento Kings, Friday, April 10, 2026, in Sacramento, Calif. (AP Photo/Scott Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ABR5UV543BUT7F6RRTSEHKZNWM.jpg?auth=27144a52df80f5adf21df9d06e22f47cd218af7bed58a5b98b2905e62887c448&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Warriors head coach Steve Kerr gestures during the first half of an NBA basketball game against the Los Angeles Lakers in San Francisco, Thursday, April 9, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Green scores 36 points, Suns lock down Warriors, Curry in 111-96 win in NBA's play-in tourney]]></title><link>https://www.local10.com/sports/2026/04/18/green-scores-36-points-suns-lock-down-warriors-curry-in-111-96-win-in-nbas-play-in-tourney/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/18/green-scores-36-points-suns-lock-down-warriors-curry-in-111-96-win-in-nbas-play-in-tourney/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 04:56:45 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Jalen Green scored 36 points, Devin Booker added 20 and the Phoenix Suns locked down Stephen Curry and the Golden State Warriors, winning 111-96 in the NBA's play-in tournament Friday night.</p><p>The Suns took the No. 8 seed in the Western Conference playoffs and will face the defending NBA champion Oklahoma City Thunder on Sunday in Game 1. The Warriors' season is over.</p><p>Green shot 14 of 20 from the field, including 8 of 14 on 3-pointers. Jordan Goodwin scored 19 points, had nine rebounds and was a menace on defense with six steals.</p><p>Booker and Golden State's Draymond Green were both assessed two technical fouls late in the fourth quarter after exchanging words multiple times and were ejected.</p><p>The 38-year-old Curry couldn't get many clean looks and finished with 17 points on 4-of-16 shooting. Brandin Podziemski led the Warriors with 23 points.</p><p>Phoenix led by five at the break and built a 69-53 advantage with 5:12 left in third after a fast-break layup by Royce O'Neale. It was 85-72 with 10:12 remaining.</p><p>There was reason to believe the lead wasn't safe. Phoenix blew an 11-point, fourth-quarter lead in a loss to Portland on Tuesday night, while Golden State clawed back from a 13-point fourth-quarter hole to beat the Los Angeles Clippers on Wednesday night, which led to the winner-take-all matchup Friday.</p><p>The Warriors looked as if they might have another comeback brewing — Curry hit a 3-pointer that cut the margin to 85-78 with 9:30 left — but the Suns responded with the next seven points.</p><p>The Suns avoided becoming the first team to lose both play-in tournament games on their home floor. The current format was established in 2021.</p><p>Golden State's Kristaps Porzingis played through right ankle soreness, the result of an injury Wednesday against the Clippers. The 7-foot-3 center played just 15 minutes and finished with 11 points.</p><p>The Suns built an early 13-2 lead after the Warriors turned the ball over four times. Phoenix pushed the advantage to 33-15 through one quarter after Golden State shot just 30%, including 1 of 9 from 3-point range.</p><p>But the Warriors recovered, cutting it to 50-45 by halftime.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCEM7QYKEV6LHNVUMFGWEED5NU.jpg?auth=552b8c608d5d1e9438c0fb73d3a74ec43f0ee7cbe2c1cf982a3577101949de68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoenix Suns forward Dillon Brooks, left, shields the ball from Golden State Warriors guard Stephen Curry, right, during the first half of an NBA basketball play-in tournament game, Friday, April 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D75XMB3USYCM2XJ22TV3L4ZHYY.jpg?auth=cda43a85cf72f8e2d945659c0380f0b473dc6ec6967c62e2baee6b0427380f09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Warriors guard De'anthony Melton (8) shields the ball from Phoenix Suns center Khaman Maluach, right, during the first half of an NBA basketball play-in tournament game, Friday, April 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7FGRR5S62624X572GPSEBVCKZ4.jpg?auth=4829359cf59861861f3527fe595c36202c9f330133e118d56f3f9206d87943ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Golden State Warriors guard Stephen Curry, front left, drives against Phoenix Suns forward Dillon Brooks (3) during the first half of an NBA basketball play-in tournament game, Friday, April 17, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[The Latest: Iranian gunboats fire on tanker in Strait of Hormuz as Iran reimposes restrictions]]></title><link>https://www.local10.com/news/2026/04/18/the-latest-iranian-gunboats-fire-on-tanker-in-strait-of-hormuz-as-iran-reimposes-restrictions/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/18/the-latest-iranian-gunboats-fire-on-tanker-in-strait-of-hormuz-as-iran-reimposes-restrictions/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 15:03:49 +0000</pubDate><content:encoded><![CDATA[<p>Iran rowed back on its decision to reopen the Strait of Hormuz and fired on a tanker attempting to pass the waterway on Saturday. It warned that it would continue to block transit through the strait as long as the U.S. blockade of Iranian ports remained in effect.</p><p>Confusion over the critical chokepoint threatened to deepen the energy crisis roiling the global economy and push the two countries toward renewed conflict, even as mediators expressed confidence a new deal was within reach.</p><p>Iran’s joint military command said on Saturday that “control of the Strait of Hormuz has returned to its previous state ... under strict management and control of the armed forces.”</p><p>Two gunboats from Iran’s Revolutionary Guard opened fire on a tanker transiting the Strait of Hormuz, the British military’s United Kingdom Maritime Trade Operations center said. It reported the tanker and crew as safe, without identifying the vessel or its destination. TankerTrackers.com reported vessels were forced to turn around in the strait, including an Indian-flagged super tanker, after they were fired on by Iran.</p><p>Saturday's developments came after U.S. President Donald Trump said the blockade “will remain in full force” until Tehran reaches a deal with the U.S. that includes its nuclear program. Tehran had reopened the strait Friday to commercial vessels.</p><p>Roughly one-fifth of the world’s oil passes through the strait and further limits would squeeze already constrained supply, driving prices higher once again. Iran’s Friday announcement about the opening of the crucial body of water, through which 20% of the world’s oil is shipped, came as a 10-day truce between Israel and the Iranian-backed Hezbollah militant group in Lebanon appeared to hold.</p><p>Despite the escalation, Pakistani officials say the United States and Iran are still moving closer to a deal ahead of the April 22 ceasefire deadline.</p><p>The fighting has killed at least 3,000 people in Iran, nearly 2,300 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states. Thirteen U.S. service members have also been killed.</p><p>Here is the latest:</p><p>Pakistan prime minister returns home after regional visits ahead of expected US-Iran talks</p><p>Pakistan’s Prime Minister Shehbaz Sharif returned home Saturday after visiting Saudi Arabia, Qatar and Turkey ahead of an expected second round of talks between the United States and Iran.</p><p>Sharif’s office said in a statement that he was received by Interior Minister Mohsin Naqvi upon arrival in the eastern city of Lahore.</p><p>It said Naqvi, who visited Iran earlier this week along with army chief Field Marshal Asim Munir and other officials, later met Sharif and briefed him on their talks with the Iranian leadership.</p><p>Hezbollah denies links to attack that left one French peacekeeper dead in south Lebanon</p><p>The Iran-backed group in a statement called for caution when assigning blame and judgment, until the Lebanese army completes its investigation of the incident.</p><p>Hezbollah said the peacekeeping forces should coordinate with the Lebanese army in their operations.</p><p>Hezbollah expressed surprise at the hasty accusations leveled against it, especially given the silence of these same parties “when the Israeli enemy attacks UNIFIL forces.”</p><p>Iran says it is reviewing new US proposals</p><p>Iran’s Supreme National Security Council said in a statement that Pakistan’s army chief, serving as an intermediary, presented the proposals to Iran when he recently visited Tehran, and they were still under review.</p><p>It was not revealed what was in the proposals.</p><p>The council said Iran has yet to respond, but further talks would require the U.S. to abandon “excessive demands and adjust its requests to the realities on the ground.”</p><p>It also said that Iran will maintain full control over traffic through the Strait of Hormuz until “the war fully ends and lasting peace is achieved in the region,” adding that it would collect detailed information on passing vessels, issue transit certificates and impose tolls.</p><p>The council added that it considered the U.S. naval blockade a violation of the ceasefire, and there would be no reopening of the Strait of Hormuz until that was lifted.</p><p>Trump says Iran ‘got a little cute,’ but there are good conversations happening</p><p>President Donald Trump says that U.S. talks with Iran are going well and that he expects to have more information “by the end of the day.”</p><p>Trump made the comments Saturday morning during a White House event where he signed an executive order directing the Food and Drug Administration to expedite review of certain psychedelic drugs designed as breakthrough therapy for mental illness.</p><p>Trump declined to take reporters’ questions about Iran but said, “We have very good conversations going on.”</p><p>He says Iran “got a little cute,” later adding, “They wanted to close up the strait again,” referring to the Strait of Hormuz.</p><p>“They can’t blackmail us,” Trump said.</p><p>Pope Leo XIV says ‘not in my interest at all’ to debate Trump but will keep preaching peace</p><p>Pope Leo XIV said Saturday that it was “not in my interest at all” to debate U.S. President Donald Trump about the Iran war, but that he would continue preaching the Gospel message of peace.</p><p>Leo spoke to reporters aboard the papal plane flying from Cameroon to Angola.</p><p>He addressed the spiraling back-and-forth saga of Trump’s critiques of his peace message, which have dominated news headlines this week. But the American pope also sought to set the record straight, insisting that his preaching isn’t directed at Trump, but reflects the broader Gospel message of peace.</p><p>“There’s been a certain narrative that has not been accurate in all of its aspects, but because of the political situation created when, on the first day of the trip, the president of the United States made some comments about myself,” he said.</p><p>▶ Read more</p><p>Turkish Vice President says US-Iran negotiations will take time to conclude</p><p>Cevdet Yilmaz, whose country has been supporting Pakistan’s efforts to bring the sides together, told The Associated Press there are many “complex issues” on the table.</p><p>Yilmaz said he still believes talks between Iran and the United States would continue.</p><p>“We would all like these talks to end all at once, in a very short time. But we need to be realistic. These comprehensive negotiations will take some time,” Yilmaz said.</p><p>The vice president also said that a comprehensive settlement between Iran and the United States would be a prerequisite for free navigation through the Strait of Hormuz.</p><p>“What is the root cause here? The ongoing war. Therefore, the end of this war will provide the greatest guarantee,” he said.</p><p>US says 23 ships turned back since Iran blockade started</p><p>The U.S. military says it has forced 23 ships to turn around near the Strait of Hormuz since it imposed a naval blockade of Iranian ports.</p><p>In a post on X, the Central Command said U.S. forces are still enforcing the blockade “against ships entering or exiting Iranian ports and coastal areas.”</p><p>The blockade ordered by President Donald Trump started April 13 as part of U.S. pressure on Iran to reopen the Strait of Hormuz.</p><p>In response to the continued blockade, Iran reimposed restrictions on transit through the strait.</p><p>British military say container vessel attacked near the Strait of Hormuz</p><p>The United Kingdom Maritime Trade Operations center said an unknown projectile hit the vessel, 25 nautical miles (46 kilometers) northeast of Oman.</p><p>Some containers on the vessel were damaged, it said.</p><p>The attack is the second on Saturday, after two gunboats from Iran’s Revolutionary Guard opened fire on a tanker transiting the key waterway.</p><p>Iran’s supreme leader sends defiant message</p><p>Iran’s “valiant navy” is “ready to inflict new bitter defeats on its enemies,” Supreme Leader Ayatollah Mojtaba Khamenei said.</p><p>Khamenei’s defiant remarks came as Iran swiftly reimposed restrictions on the Strait of Hormuz.</p><p>In a message celebrating the anniversary of the establishment of Iran’s army, he hailed Iran’s drone strikes that targeted Israel and the U.S. interests across the region during the war.</p><p>Indian ships reverse course in Hormuz strait, vessel tracker says</p><p>Two Indian vessels have had to reverse course in the Strait of Hormuz following reports of gunfire from Iran’s Revolutionary Guard, a vessel-tracker said.</p><p>TankerTrackers.com said the vessels include an Indian-flagged super tanker, carrying 2 million barrels of Iraqi oil.</p><p>Iranian gunboats fire on tanker, British military says</p><p>The British military says two gunboats from Iran’s Revolutionary Guard opened fire on a tanker transiting the Strait of Hormuz after Iran said it had reimposed restrictions on the vital waterway.</p><p>The United Kingdom Maritime Trade Operations Centre said the tanker and crew were reported safe, without identifying the vessel or its destination.</p><p>Iran said earlier it was reimposing restrictions on the strait in response to a U.S. blockade on Iranian shipping and ports. Iran has prevented vessels from crossing throughout the seven-week-long war, except for ones it authorizes.</p><p>Iran says it won’t hand over enriched uranium to US</p><p>Iranian Deputy Foreign Minister Saeed Khatibzadeh dismissed claims from U.S. President Donald Trump over the uranium and sounded a note of caution with regard to future talks between the two countries.</p><p>Speaking to the Associated Press in the Turkish city of Antalya, Khatibzadeh said the Iranians were not ready for a new round of face-to-face talks with the U.S. because the Americans “have not abandoned their maximalist position.”</p><p>On Friday, Trump said the U.S. will go into Iran and “get all the nuclear dust,” referring to the 970 pounds (440 kilograms) of enriched uranium believed to be buried under nuclear sites badly damaged by U.S. military strikes last year.</p><p>Lebanese leaders discuss future talks with Israel</p><p>The meeting between President Joseph Aoun and Prime Minister Nawaf Salam came during a 10-day ceasefire between Israel and Lebanon’s Iran-backed Hezbollah group.</p><p>According to a statement from Aoun’s office, the pair discussed Lebanon’s “readiness for negotiations” with Israel. Lebanon and Israel have been in a state of war since 1948.</p><p>Earlier this week, the two countries’ ambassadors to the U.S. held a meeting, in the first direct talks in decades.</p><p>U.S. President Donald Trump has invited Aoun and Israeli Prime Minister Benjamin Netanyahu to the White House, although no date has been set yet.</p><p>Aoun has said he is ready to go anywhere to “liberate my country, protect my people and save my nation.”</p><p>Iran reimposes restrictions in Strait of Hormuz</p><p>Iran has reversed course on reopening the Strait of Hormuz, reimposing restrictions on the critical waterway after the U.S. said the move would not end its blockade.</p><p>The country’s joint military command said “control of the Strait of Hormuz has returned to its previous state ... under strict management and control of the armed forces.”</p><p>It warned that it would continue to block transit through the strait as long as the U.S. blockade of Iranian ports remained in effect.</p><p>The announcement came the morning after U.S. President Donald Trump said the U.S. blockade “will remain in full force” until Tehran reaches a deal with the U.S., including on its nuclear program.</p><p>Pakistani leader heads home from Turkey ahead of U.S.-Iran talks</p><p>Pakistani Prime Minister Shehbaz Sharif has left for home after visiting Turkey, where he attended a diplomacy forum in Antalya.</p><p>Whiie there, he met Turkish President Recep Tayyip Erdogan and Qatari Emir Sheikh Tamim bin Hamad Al Thani ahead of the second round of U.S.-Iran talks in Islamabad.</p><p>While at the forum, Sharif discussed recent regional developments and ongoing diplomatic efforts between Tehran and Washington with Erdogan and the Qatari emir.</p><p>Pakistan is expected to host the second round of talks between Iran and the United States early next week</p><p>Iran announces partial reopening of its airspace</p><p>Iran has announced a partial reopening of its airspace after a seven-week hiatus because of the war, state media reported.</p><p>The Civil Aviation Organization said air routes over eastern Iran were reopened at 7 a.m. (0330 GMT), according to the state-owned IRAN newspaper. It said flights at the country’s airports would gradually resume but did not give a timeframe.</p><p>Iran’s airspace had been closed since the U.S. and Israel began striking Iran on Feb. 28. The partial reopening has come more than a week into a ceasefire between Iran and the U.S.</p><p>Iranian lawmaker clarifies conditions for transit through Hormuz</p><p>A senior Iranian lawmaker said only commercial vessels authorized by the Revolutionary Guard are allowed to transit through the Strait of Hormuz.</p><p>Ebrahim Azizi, head of Iran’s parliamentary National Security Commission, said in a social media post late Friday that commercial vessels must pay “required tolls” before transiting the strait, using a route set by Iran last month.</p><p>“The time has come to comply with the new Maritime Regime of the Strait of Hormuz,” he said. “These regulations are determined by Iran, not by social media posts!”</p><p>He warned that the mechanism could change “if the U.S. attempts to create any disturbance for Iranian ships.”</p><p>Strait of Hormuz only open during ceasefire, Iranian military official says</p><p>Iran’s Defense Ministry spokesperson said the Strait of Hormuz is only open during a ceasefire and conditionally, two Iranian semiofficial news agencies reported.</p><p>Brig. Gen. Reza Talaei-Nik said “military vessels and those linked to hostile forces have no right” of transit, according to the ISNA and Mehr news agencies.</p><p>Pakistani army chief leaves Tehran after meeting senior Iranian leaders</p><p>Field Marshal Asim Munir has concluded a visit to Tehran, where he met senior Iranian leaders in an effort to ease tensions between Iran and the United States, the Pakistani military said Saturday.</p><p>It said the visit reflects Pakistan’s commitment to promoting peace, stability and a negotiated settlement to regional conflicts.</p><p>Interior Minister Mohsin Naqvi accompanied Munir.</p><p>The delegation met Iranian President Masoud Pezeshkian and held talks with Parliament Speaker Bagher Qalibaf, Foreign Minister Abbas Araghchi and senior military officials.</p><p>Discussions focused on regional security, ongoing diplomatic efforts and steps to promote lasting peace.</p><p>Munir emphasized dialogue, de-escalation and resolving disputes through sustained engagement.</p><p>He also conveyed goodwill messages from Pakistan’s leadership and reaffirmed Islamabad’s desire to strengthen longstanding ties with Iran.</p><p>Trump rejects notion of tolls by Iran on Strait of Hormuz</p><p>President Donald Trump flatly rejected the idea when a reporter asked about the prospect of restrictions or tolls managed by Iran on the Strait of Hormuz.</p><p>“Nope. No way. No. Nope,” Trump said. He said there can’t be tolls along with restrictions. “No, they’re not going to be tolls.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SXECUPWRVGQ7V7T4MZSHFU7TJQ.jpg?auth=7e3e8e14d371eec09cc00794326578726c2b66efa16737f7200a62914a4e68c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A local resident walks among debris inside a mosque destroyed in an Israeli airstrike in Jibchit, southern Lebanon, Friday, April 17, 2026, following a ceasefire between Israel and Hezbollah. (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/NIWRUEOT72PKYHQWJHLWA45254.jpg?auth=8839681062725633e0ba3bd9ebc1c1cbeba396ad7d6cfac016df58fa3610ac5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters while in flight aboard Air Force One, Friday, April 17, 2026, while in route to Joint Base Andrews, Md. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTSQZS6YZKKR54EXAW5UQ5TA2Y.jpg?auth=5f601acd7c11e584260e39e087e32656bef9cc80c4ee9903ffc2d52e0bd4ca45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers search for victims in the rubble of a destroyed building that was struck in Israeli airstrikes in the city of Tyre, south Lebanon, Friday, April 17, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VUMQNHRJSGPK7NI4Z4EEHNK2AM.jpg?auth=0e7fdba689d02c020187aa6be8ab3168b63e66bebd6429e4baf9e31750d103c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy plays with a toy gun on the sidelines of a state-organized rally supporting the supreme leader, marking National Girls' Day, in Tehran, Iran, Friday, April 17, 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/TFISFFU4BS64JAIEX4NHTR37VU.jpg?auth=ba58fa9c4c122ad35a039f305af085f41e19d6bad1168743da17ffee960a17e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Israeli soldier directs a military vehicle in northern Israel, on the border with Lebanon following a ceasefire between Israel and Hezbollah, Friday, April 17, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content></item><item><title><![CDATA[Stories of Black and Indigenous patriots come into focus as US remembers the American Revolution]]></title><link>https://www.local10.com/news/national/2026/04/18/stories-of-black-and-indigenous-patriots-come-into-focus-as-us-remembers-the-american-revolution/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/18/stories-of-black-and-indigenous-patriots-come-into-focus-as-us-remembers-the-american-revolution/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 12:59:59 +0000</pubDate><content:encoded><![CDATA[<p>LEXINGTON, Mass. (AP) — Charlie Price says he didn't learn much about the American Revolution in school. He knew about George Washington, the Battle of Bunker Hill and that the patriots won. It wasn't until he joined the Lexington Minutemen — a group of Revolutionary War reenactors — that he realized there's so much more to the story.</p><p>The Lexington Minutemen are marking the anniversary of the Battle of Lexington in Massachusetts on Saturday, as they do every year. Thousands of people — some in colonial costumes, gathered on the Lexington Green to witness the historic clash, many booing the British troops and cheering on the patriots. The battle, which marked the start of the American Revolution 251 years ago, ended with eight Americans killed and 10 wounded — the dead scattered on the grounds as the British marched off.</p><p>Among the soldiers represented there was Prince Estabrook, an enslaved man who joined his white neighbors on Lexington Green in April 19, 1775, as British troops approached. He was wounded that day but went on to serve in multiple deployments throughout the war.</p><p>“I wasn’t surprised that we didn’t know about it,” said Price, a 95-year-old Black Korean War veteran who played the role of Estabrook for 50 years. “I was surprised that there was one Black soldier out here.”</p><p>As America prepares to celebrate its 250th anniversary, Estabrook and other patriots of color are being celebrated through programs nationwide that aim to tell a more complete story of the birth of the nation.</p><p>Telling the whole story</p><p>Museum exhibits, documentary films and lectures have traditionally focused on the white leaders of the American Revolution, such as Washington, Benjamin Franklin and Paul Revere.</p><p>Christopher Brown, a British Empire historian at Columbia University, said the Revolution has long been portrayed as a “simple story and a moral story that celebrates American origins and that looks to the American past in a kind of idealized version of what the present is.”</p><p>But in recent decades, “a more accurate view of the past” has emerged that showcases the diverse collection of men and women who played critical roles in the fight for freedom.</p><p>“There were Black men in the ranks who were fighting in Concord and Lexington and fought on Bunker Hill,” he said. “They knew all of the work that women were doing to support the revolutionary effort. The fact that we didn’t know that is more of a sign of our lack of curiosity and the need for greater research.”</p><p>The National Park Service estimates that by the end of the Revolution more than 5,500 patriots of color — including Black and Indigenous people — served on the colonial side, while many runaway slaves fought for the British.</p><p>“Finding this out, I was very proud,” said Jason Roomes, a descendant of three formerly enslaved men from Rhode Island, Cato, Pero and Ceasar Rome. Roomes learned in his 40s all three Black men fought in the American Revolution for the colonial side.</p><p>“Proud that my family has been here and fought for the creation of this United States,” he said.</p><p>The stories of Black patriots cannot be told without mentioning slavery, which was legal at the time in all 13 Colonies. Some Blacks who fought were enslaved and others fought in the hopes of gaining freedom. Indigenous soldiers made similar calculations, even as tribes fought for their very survival.</p><p>But despite the documented military diversity of that time, efforts to promote such stories are under pressure. The Trump administration has ordered the removal or censorship of some exhibits highlighting the history of slavery and enslaved people, the Civil Rights Movement and the mistreatment of Indigenous people.</p><p>Roger Davidson, Jr. an associate professor of history at Bowie State University, said failure to recognize that important part of history can impact communities of color today.</p><p>“If you’re not seen as having contributed to society, to the military, to any of it, then people can sort of overlook you,” Davidson said. “It plays into, and I hate to put it this way, but it plays into some people’s biases. Why should we pay any attention to you in the present day, politically, socially, economically, if you have not contributed?”</p><p>Remembering patriots of color</p><p>MA250 has handed out millions of dollars in grants to commemorate the battles across Massachusetts that helped lead to America's independence. Among the beneficiaries is the Black Heritage Trail in Concord that highlights the lives of Black residents in the town during the Revolution.</p><p>Museum exhibitions celebrating Black patriots have also received grants. Among those highlighted is Crispus Attucks, a sailor of African and Indigenous ancestry who died on March 5, 1770, when British troops fired on a crowd in what is known as the Boston Massacre. Another, Salem Poor, was born enslaved but purchased his freedom before fighting at Bunker Hill.</p><p>American Ancestors, a nonprofit history and heritage center in Boston that also received MA250 funding, opens its “Patriots of Color” exhibit next week, throwing a spotlight on the lives of 26 Black and Indigenous men and women who played a role in the American Revolution. They include: Prince Ames, a Black and Narragansett man from Andover, who was forced to join the Continental Army in place of his enslaver; and Paul Cuffe, a Black and Wampanoag businessman, who petitioned the Massachusetts government to reject taxation without representation.</p><p>Some of their descendants will attend the opening of the exhibition.</p><p>“By telling these lesser known stories, we want to highlight that ordinary people made a tremendous difference in the arc of the country’s history,” Ryan Woods, president and CEO of American Ancestors, said.</p><p>The details of Estabrook’s life</p><p>Records about Prince Estabrook's life are scant, but according to the National Park Service, he was likely born in the Lexington area around 1740. His father was enslaved by landowner Benjamin Estabrook, so Prince was born into slavery.</p><p>It is unclear what his life was like before he trained as a soldier in the Lexington militia. The Park Service says he was serving under the command of Colonel John Parker on April 19, 1775, when his left shoulder was struck by a musket ball. He recovered from that injury and went on to serve eight years with the militia and the Continental Army.</p><p>After the Revolution, he was granted freedom and returned to Lexington, where tax records from 1790 indicate he joined Benjamin Estabrook’s payroll as ‘a non-white freeman.’ It is unclear if he ever married, had children or owned property.</p><p>According to family records, he died in 1830, around the age of 90, and was buried in the same cemetery as Benjamin's son, Nathan, in Ashby, Massachusetts.</p><p>Price, who has handed reenactment duties to a younger colleague but still attends the early morning reenactment every year, says it is important to know about the soldier's life.</p><p>“Keep the story alive to make sure that everybody knows, everybody that we can get in touch with, everybody knows that Prince Estabrook was here,” Price said. “He was a viable person. He did his role, he did his part in fighting for the country.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CF6MLM7K6ELRJHQIVPMSZ7L3MA.jpg?auth=79421a35fb7dd15704dbb1e52e40298178ad6528d6616d278766e1ef88dc4e2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Revolutionary War re-enactor Charles Price, 95, who for decades portrayed enslaved Minuteman Prince Estabrook, poses for a portrait near the Minute Man statue, Monday, April 13, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2E5VNN5N55U6QQNRPF2QNHIRCI.jpg?auth=f518ee4f5c9dfb51ff4c2d644d9acc50d04a3a11ff1aef9755c2368a128de808&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A British red coat soldier, at left, stabs a colonial minute man with a bayonet during a historic re-enactment of the Battle of Lexington, Saturday, April 18, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWQIAKQLRJJJEXGPFXPFQGBN24.jpg?auth=9fd1d51e139caf0e6a3f499c138367895351616cdd351ca2b1bb4abe58e78bb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British red coat soldiers march past a fallen colonial minute man during the historic re-enactment of the Battle of Lexington, Saturday, April 18, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S2QNDL6FEM36NJBEQ66VG4RE3Y.jpg?auth=ebd5c0ceb786ab7d2ee469071d80e08296710f687e440f9147f5240896bab3c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British red coat soldiers fire on the colonial minute men during the historic re-enactment of the Battle of Lexington, Saturday, April 18, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHYI3DM27FVY3IHBN54S2UVHFE.jpg?auth=fd515bc02564efb7866ac50456c626371e510596c8ee174357d990e95290d305&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colonial minute men muster inside the Buckman Tavern prior to a historic re-enactment of the Battle of Lexington, Saturday, April 18, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJSVZR2LH2YQ2M5LS2MFYEZGWA.jpg?auth=8c953191dba841abbfd794ada01bdf9722869493e79fd4552f21f7c0b78808fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colonial minute man Charlie Price, 95, takes a perch in a window of the Buckman Tavern prior to a historic re-enactment of the Battle of Lexington, Saturday, April 18, 2026, in Lexington, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Weapons-grade chemical carfentanil surges as dangerous substitute for fentanyl]]></title><link>https://www.local10.com/health/2026/04/17/weapons-grade-chemical-carfentanil-surges-as-dangerous-substitute-for-fentanyl/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/17/weapons-grade-chemical-carfentanil-surges-as-dangerous-substitute-for-fentanyl/</guid><dc:creator><![CDATA[By HALLIE GOLDEN and JIM MUSTIAN, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 03:57:52 +0000</pubDate><content:encoded><![CDATA[<p>Nearly two decades after drug addiction sent him to rehab as a teenager, 36-year-old Michael Nalewaja had settled into a quiet life in Alaska where he worked as an electrician.</p><p>That all came crashing down days before Thanksgiving 2025, when he and a mutual friend unknowingly took a lethal cocktail of fentanyl and carfentanil they may have mistaken for cocaine.</p><p>“I heard the word ‘autopsy’ and I literally just collapsed to the floor,” his mother, Kelley Nalewaja said, recalling the call she received from his wife. “Even if somebody had been there prepared with Narcan — even if somebody had called 911 in time — he was not going to survive.”</p><p>Carfentanil, a weapons-grade chemical that authorities say is 10,000 times more potent than morphine and 100 times stronger than fentanyl, has seen a drastic resurgence across the U.S., killing hundreds of unsuspecting drug users.</p><p>The rise coincides with a recent crackdown by the Chinese government on the sale of precursors used to make fentanyl. Those regulations are likely prompting traffickers in Mexico to use carfentanil to boost the potency of a weakened version of fentanyl, according to U.S. Drug Enforcement Administration intelligence bulletins reviewed by The Associated Press.</p><p>The surge of a drug so deadly that less than a poppy seed-sized amount can kill a person comes as fentanyl seizures and overall drug overdose deaths continue a multiyear decline.</p><p>“You’re talking about not even a grain of salt that could be potentially lethal,” said Frank Tarentino, the DEA's chief of operations for its northeast region, which stretches from Maine to Virginia. “This presents an extremely frightening proposition for substance abuse dependent people who seek opioids on the street today.”</p><p>Carfentanil surge</p><p>A decade ago, carfentanil exploded into the North American drug supply, causing hundreds of unsuspecting drug users to overdose, only to see a major dip after China banned it, closing a key regulatory loophole in the U.S.</p><p>But the situation has shifted dramatically in recent years.</p><p>In 2025, DEA labs identified carfentanil 1,400 times in U.S. drug seizures, compared with 145 in 2023 and only 54 in 2022, according to DEA records viewed by AP.</p><p>Traffickers in Mexico may be experimenting with producing carfentanil themselves, authorities say, while others could be procuring it from China-based vendors skirting the country's regulations by spamming online forums in other countries with ads for the drug.</p><p>Complicating matters for the cartels are the extreme dangers associated with manufacturing carfentanil, Tarentino said.</p><p>“You can't just dabble in this,” he said. “This is not some mad scientist on Reddit you’re going to get to go out to a rudimentary laboratory in Mexico to make carfentanil.”</p><p>Dip in overdose deaths and fentanyl seizures</p><p>U.S. overdose deaths have fallen for more than two years — the longest drop in decades. Experts point to several possible explanations, including the overdose-reversing drug naloxone being more widely available and the expansion of addiction treatment. Some have also tied it to the regulatory changes the U.S. has pressed for in China.</p><p>Experts say that even multiple high doses of naloxone might not be enough to reverse an overdose when carfentanil is involved.</p><p>Fentanyl seizures, along with several other illicit drugs, have also dipped. U.S. Customs and Border Protection reported that fentanyl seizures plunged to about 12,000 pounds (5,443 kilograms) in 2025 — less than half the amount seized in 2023.</p><p>But even as fentanyl numbers fall, it remains a major focus of the DEA. Just recently, the agency's proposed budget included a $362 million increase centered on cartel-driven fentanyl trafficking.</p><p>“Anyone who takes a pill that is not prescribed to them by their doctor is playing a game of Russian roulette with their life,” said Sara Carter, President Donald Trump's drug czar. “But if those terrorists think they can continue this chemical warfare without consequences, they are wrong.”</p><p>Researched as a chemical weapon</p><p>While the prevalence of carfentanil still pales in comparison to fentanyl, experts are nevertheless alarmed by the increase of a substance researched for years as a chemical weapon and deployed by Russian forces on Chechen separatists in 2002.</p><p>The DEA's annual quota for lawfully manufactured carfentanil — veterinarians use it to tranquilize elephants and other large animals — is just 20 grams, an amount that can fit in the palm of your hand.</p><p>“It’s like a biological weapon,” said Michael King Jr., founder of the Opioid Awareness Foundation. “If the world thinks we had a problem with fentanyl, that’s minute compared to what we’re going to be dealing with with carfentanil.”</p><p>In 2024, overdose deaths involving carfentanil nearly tripled compared to the previous year, with 413 deaths across 42 states and Washington, D.C., according to the most recent data available by the Centers for Disease Control and Prevention.</p><p>“Carfentanil definitely has that potential of spreading throughout the United States unless law enforcement really focuses in on carfentanil and they develop intelligence as to how these drug addicts are getting it,” said Mike Vigil, a former chief of international operations at the DEA.</p><p>In recent months, the DEA has documented several large seizures of carfentanil. In October, the DEA Los Angeles Field Division found 628,000 pills containing carfentanil, while in September, officials seized more than 50,000 counterfeit M30 pills from a person at a gas station in Washington state that turned out to be a mixture of carfentanil and acetaminophen.</p><p>‘All about money’</p><p>In some cases, frequent drug users have become tolerant to fentanyl and are seeking out carfentanil, despite the danger, because of the sudden euphoria it promises, explained Rob Tanguay, senior medical lead for addiction services with Recovery Alberta, a health agency in Canada. It appeals to the drug market, he said, because so little of it goes such a long way toward supply.</p><p>“The toughest part about all of this,” he said, “is that this is all about money.”</p><p>After Michael Nalewaja's death, his mother decided against a large funeral.</p><p>Instead, she organized a town hall in her hometown of El Dorado Hills, California, bringing together local officials along with mothers who had gone through something similar.</p><p>As she grieves her son, an adept salesman full of charisma who had recently gotten a national award by the electrical union, she's pushing for major legislative and judicial changes so others don't go through what she did because of a drug she said was never meant for humans.</p><p>“It’s not an OD; it’s not an overdose,” she said. “It’s a murder weapon.”</p><p>___</p><p>Associated Press writer Joshua Goodman in Miami contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KXTP6SBJATZT6YN53TLSOOEMJQ.jpg?auth=b20abd3d8e80954159371313dea6b54a0f3954ca9be9f8984407758650fd279f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kelley Nalewaja stands by a memorial for her son, Michael Nalewaja, seen in the photo, who died after unknowingly taking a lethal cocktail of fentanyl and carfentanil in November 2025, at her home in El Dorado Hills, Calif., Thursday, April 16, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QF6N4ELAYZ5FZLJOYHME362C7Q.jpg?auth=256b71dca413d7689feabb6ed524bd88aa44e289de0b5dce275ea19c1c104018&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kelley Nalewaja, right, looks over photos of her son, Michael Nalewaja, who died after unknowingly taking a lethal cocktail of fentanyl and carfentanil in November 2025, with her daughter, Caroline Bendel, at her home in El Dorado Hills, Calif., Thursday, April 16, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CVO2XQZCLDBBUJF3LJ2SU5KOQY.jpg?auth=fa73d4c6f101482629d1ab24b55b7fffe03fe230f7136caa5cb9e5ba84ea3321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kelley Nalewaja sits at the memorial for her son, Michael Nalewaja, who died after unknowingly taking a lethal cocktail of fentanyl and carfentanil in November 2025, at her home in El Dorado Hills, Calif., Thursday, April 16, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[Fuertes vientos y tornados dejan graves daños en centro-norte de EEUU; no se reportan muertes]]></title><link>https://www.local10.com/espanol/2026/04/18/fuertes-vientos-y-tornados-dejan-graves-danos-en-centro-norte-de-eeuu-no-se-reportan-muertes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/18/fuertes-vientos-y-tornados-dejan-graves-danos-en-centro-norte-de-eeuu-no-se-reportan-muertes/</guid><dc:creator><![CDATA[Por FREIDA FRISARO, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:37:23 +0000</pubDate><content:encoded><![CDATA[<p>Una destructiva ráfaga de fuertes vientos y tornados reportados en toda la parte superior de la región del centro-norte de Estados Unidos dejó el sábado a los pobladores de comunidades rurales revisando la destrucción que quedó atrás.</p><p>Los daños fueron severos en algunas comunidades —techos arrancados de viviendas, líneas eléctricas enredadas y caminos intransitables por los escombros. Sin embargo, no se reportaron muertes.</p><p>“Somos sumamente afortunados de que esta tormenta no haya provocado pérdida de vidas ni lesiones graves”, declaró el jefe policial del condado Stephenson, Steve Stovall, sobre la tormenta que azotó Lena, Illinois, el viernes.</p><p>Autoridades de Wisconsin y Minnesota hicieron declaraciones similares.</p><p>Un tornado arrasó Kronenwetter y Ringle, en el centro de Wisconsin, el viernes por la tarde, dejando viviendas dañadas y a algunos residentes brevemente atrapados en sus sótanos, dijo a reporteros el jefe de bomberos de Ringle, Chris Kielman.</p><p>El jefe de la policía del condado Marathon, Chad Billeb, indicó durante una conferencia de prensa la noche del viernes que no había visto tanta devastación durante sus 34 años en las fuerzas del orden.</p><p>“Mucha gente va a necesitar mucha ayuda”, afirmó Billeb sobre las tormentas en Wisconsin.</p><p>La recuperación tras la tormenta tomará mucho tiempo, subrayó Brent Jacobson, un congresista estatal de Wisconsin, en una publicación en redes sociales la mañana del sábado.</p><p>“A medida que siguen llegando las fotos y los videos, está claro que partes de Ringle y Kronenwetter sufrieron daños devastadores”, señaló el comunicado de Jacobson.</p><p>En el condado Olmsted, Minnesota, funcionarios del jefe policial dijeron que los tornados causaron “múltiples niveles” de daños. Al menos 30 viviendas resultaron afectadas en Marion Township, y varias de ellas sufrieron daños “significativos”.</p><p>Personal de Seguridad Nacional y Manejo de Emergencias de Minnesota, el Departamento de Bomberos de Rochester y la jefatura policial del condado Olmsted fueron de puerta en puerta revisando a los residentes, detalló el comunicado del jefe de policía.</p><p>El Servicio Meteorológico Nacional señaló que los daños probablemente fueron provocados por tornados y que se llevarán a cabo inspecciones de las zonas afectadas durante el fin de semana.</p><p>En Illinois, Leo Zach, de 14 años, acababa de llegar al auditorio de la escuela secundaria local para una competencia de bandas musicales cuando el edificio comenzó a estremecerse y se fue la luz. Contó que la sala estaba llena de estudiantes y que algunos estaban muy asustados y sufrieron ataques de pánico.</p><p>“Definitivamente tuve mucha suerte, considerando lo que pudo haber pasado", comentó. "Sólo traté de mantener la calma y ayudar a otras personas”.</p><p>Cuando salieron, encontraron algunas ventanas reventadas del gimnasio y parte del techo de la escuela arrancado.</p><p>Fotos y videos publicados en internet mostraban una cochera destruida, edificios que perdieron ladrillos y cercas demolidas.</p><p>Lena es una localidad de unos 3.000 habitantes, ubicada a unos 188 kilómetros (117 millas) al noroeste de Chicago.</p><p>Rachel Nemon se dirigía a la escuela secundaria de la localidad para recoger a su hijastro cuando tuvo que meterse en un autolavado para resguardarse de la tormenta. Vio cómo un árbol de gran tamaño era arrancado de raíz y cómo saltaban chispas a pocos metros de ella.</p><p>“Es algo que ves en internet, no en la vida real, especialmente en un pequeño poblado de Illinois”, subrayó.</p><p>El gobernador JB Pritzker señaló en la red social X que ya recibió un informe de los daños y que la Agencia de Manejo de Emergencias de Illinois se encuentra en el lugar.</p><p>___</p><p>Frisaro reportó desde Fort Lauderdale, Florida.</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/PVPN6FF53EEJ2KKAQXSK5IV2C4.jpg?auth=6621e3afe3b4a4fc5032b9cd94dfce97140a20c4a50b170c5880d4dc6f004ff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daños causados por una fuerte tormenta en Lena, Illinois, el viernes 17 de abril de 2026. (Rachel Nemon vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rachel Nemon</media:credit></media:content></item><item><title><![CDATA[The Magic found the formula for making the playoffs. For them, it was called desperation]]></title><link>https://www.local10.com/sports/2026/04/17/the-magic-found-the-formula-for-making-the-playoffs-for-them-it-was-called-desperation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/the-magic-found-the-formula-for-making-the-playoffs-for-them-it-was-called-desperation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 03:35:03 +0000</pubDate><content:encoded><![CDATA[<p>ORLANDO, Fla. (AP) — The Orlando Magic found their winning formula. Desperation works.</p><p>Works wonders, actually.</p><p>Facing elimination and clearly wanting no part of it, the Magic might have put together one of their best performances of the season Friday night. They rolled past the Charlotte Hornets 121-90 in an Eastern Conference play-in game, moving into the playoffs for the third straight season and getting a matchup with top-seeded Detroit as their reward.</p><p>“When you play with a sense of desperation and urgency, when you know you’re either going home or extending your season, that’s what it looks like,” Magic coach Jamahl Mosley said. “There (are) no second chances.”</p><p>Mosley is the first coach to lead the Magic to three consecutive playoff appearances since Stan Van Gundy took Orlando there in five straight years. Van Gundy was at Friday's game as an analyst for Amazon Prime Video.</p><p>“I've got to be honest. Charlotte is shrinking from the competition,” Van Gundy said on the broadcast, as the Magic were running away in the second quarter — building what became a 35-point lead shortly before halftime. “They look like they don't want any part of this.”</p><p>That's exactly how Orlando wanted it. It was bully ball, and it worked.</p><p>“We’re going to need more of that in the playoffs,” Magic forward Franz Wagner said.</p><p>Added Magic forward Paolo Banchero: “We were just relentless with that tonight. ... It was just a complete effort from the whole team.”</p><p>Charlotte coach Charles Lee, who has engineered quite a turnaround over his first two seasons with the Hornets, said he hopes his team doesn't forget the lessons that Orlando taught them in this one.</p><p>“I hope that this fuels us this offseason, because we’ve done a ton of really good things and gave ourselves an opportunity,” Lee said. “You’re one step away from being in the playoffs. I don’t want to discredit that. But this has got to hurt a little bit.”</p><p>Orlando dealt with injuries all season, and going 2-8 in a 10-game stretch late in the regular season could have absolutely sunk any postseason hopes. But the Magic — even with a loss in Wednesday's play-in opener at Philadelphia — have now won six of their last eight, heading into a no-pressure matchup against heavily favored Detroit.</p><p>“We did what we were supposed to do,” Mosley said. “There’s a reason we can be happy tonight. But at the end of the day, we still have more work to do.”</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2JVLAV63PEH5GOYRM2D2KQXOYA.jpg?auth=c727efbe8513f85c3f6951df6b64319861e406a0a53ef9b50403605985c97cf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic forward Jamal Cain, left, celebrates a big play against the Charlotte Hornets with forward Franz Wagner (22) during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ASPMZDPATIDQJOPYTZNIAFSNXI.jpg?auth=35ead235fcb818966ca7a358fc080396fd5e32d5ea39925cb66dc70468aafa91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlotte Hornets guard Coby White (3) loses control of the ball as he tries to drive between Orlando Magic guard Desmond Bane, left, and center Wendell Carter Jr. (34) during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BUZL22LP6GIMAMCP4HHNO34KFQ.jpg?auth=02dd51236c5da1fcb001dab0a6b7c1df3655b5cfc3ad4039e6f487e10b2ca466&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlotte Hornets forward Xavier Tillman (26) and Orlando Magic guard Desmond Bane (3) during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BMKA4WHBEP3CDCXY2XYN676UQ.jpg?auth=9dd6c125f493458dd88566c3af2b1af2caa85f184398e8556712ad59f8a2a868&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic head coach Jamahl Mosley shouts to playersduring the first half of an NBA play-in tournament basketball game against the Charlotte Hornets, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5UJEWJMRXSDHGNA5HSTKGR5MWQ.jpg?auth=1c5c03550dbe4aca6fcb8412fdcf18526b6c533987775a432d8b4e97cb9c9a17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic center Wendell Carter Jr. (34) smiles to teammates after sinking a 3-point shot against the Charlotte Hornets during the first half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content></item><item><title><![CDATA[Sloppy defense in 4th and 10th innings costs Marlins in 7-5 loss]]></title><link>https://www.local10.com/sports/local/2026/04/17/sloppy-defense-in-4th-and-10th-innings-costs-marlins-in-7-5-loss/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/17/sloppy-defense-in-4th-and-10th-innings-costs-marlins-in-7-5-loss/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[After a 5-1 start, the Miami Marlins went 1-5 on a recent road trip and returned home at 9-10 to open a six-game homestand Friday against the Milwaukee Brewers at loanDepot park.]]></description><pubDate>Sat, 18 Apr 2026 03:33:43 +0000</pubDate><content:encoded><![CDATA[<p>After a 5-1 start, the Miami Marlins went 1-5 on a recent road trip and returned home at 9-10 to open a six-game homestand Friday against the Milwaukee Brewers at loanDepot park.</p><p>Scoreless entering the fourth inning, the Marlins were undone by defensive miscues, notably when catcher Agustín Ramírez airmailed a throw to Graham Pauley on an attempted pickoff at third, allowing a run that proved costly in a 7-5 loss in 10 innings.</p><p>Miami has now dropped three straight games for the second time this season.</p><p>Although Ramírez had a shaky night behind the plate, he doubled home Xavier Edwards in the bottom of the eighth inning to tie the game at 4-4.</p><p>The Marlins trailed 3-0 and 4-1 earlier in the game.</p><p>With the score tied 4-4 in the 10th inning, Milwaukee had the bases loaded with no outs against Marlins reliever Calvin Faucher.</p><p>Luis Rengifo hit a slow grounder that Edwards fielded and threw home to Ramírez, but the throw never reached his glove, allowing the Brewers to score and take a 5-4 lead.</p><p>Making his Major League debut, Brewers right-hander Coleman Crow was efficient over 5 1/3 innings, surrendering four hits, two earned runs, one via a sacrifice fly, one walk and striking out four.</p><p>“I want him to understand that he can pitch here; he can pitch in the big leagues,” Brewers manager Pat Murphy said.</p><p>Taking the loss in his last outing against the Detroit Tigers, Marlins right-hander Janson Junk threw 93 pitches over 5 2/3 innings, allowing four runs, three of them earned, while not allowing a home run.</p><p>He finished with a no-decision.</p><p>Otto Lopez tripled in the fourth inning, added a two-run home run to straightaway center field in the sixth, and singled in the eighth for a three-hit night, finishing a double shy of the cycle.</p><p>He now carries a .347 batting average.</p><p>Third baseman Graham Pauley was removed from the game with two outs in the seventh inning after he moved to avoid a pitch that would have hit him.</p><p>According to the Marlins, Pauley exited with right oblique discomfort.</p><p>Right-hander Sandy Alcantara (2-1, 2.67 ERA) will start for the Marlins (9-11) on Saturday at 4:10 p.m. ET.</p><p>Alcantara will look to bounce back after allowing seven earned runs, three home runs, and 10 hits over six innings in a loss to the Tigers on April 12.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GQMMHMQA5JK5LISOTMBGYCEFJE.jpg?auth=54d7aed514074ab97b7782251610cddb40cc969137ad40df7ec09dacfa130422&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins Otto Lopez hits a home run during the eighth inning of a baseball game against the Chicago White Sox, Wednesday, April 1, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Powerful winds and reported tornadoes rip through the Midwest, leaving heavy damage but no deaths]]></title><link>https://www.local10.com/news/2026/04/18/powerful-winds-and-reported-tornadoes-rip-through-the-midwest-leaving-heavy-damage-but-no-deaths/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/18/powerful-winds-and-reported-tornadoes-rip-through-the-midwest-leaving-heavy-damage-but-no-deaths/</guid><dc:creator><![CDATA[FREIDA FRISARO, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 14:07:31 +0000</pubDate><content:encoded><![CDATA[<p>A destructive burst of strong winds and reported tornadoes across the Upper Midwest left rural communities Saturday sifting through the destruction that was left behind.</p><p>Damage was severe in some communities — roofs ripped off homes, power lines tangled, and roads impassable because of debris. However, no deaths were reported.</p><p>“We are extremely fortunate that this storm did not result in loss of life or serious injury,” Stephenson County Sheriff Steve Stovall said of the storm that hit Lena, Illinois, on Friday.</p><p>Officials in Wisconsin and Minnesota echoed those sentiments.</p><p>A tornado tore through Kronenwetter and Ringle in central Wisconsin on Friday afternoon, leaving damaged homes and some residents briefly trapped in their basements, Ringle Fire Chief Chris Kielman told reporters.</p><p>Marathon County Sheriff Chad Billeb said during a Friday night news conference that he had not seen this much devastation during his 34 years in law enforcement.</p><p>“A lot of people are going to need a lot of help,” Billeb said of the Wisconsin storms.</p><p>Recovery from the storm will take a long time, Brent Jacobson, a Wisconsin state representative, said in a Saturday morning social media post.</p><p>“As the photos and videos continue to come in, it is clear that parts of Ringle and Kronenwetter suffered devastating damage,” Jacobson's statement said.</p><p>In Olmsted County, Minnesota, sheriff's officials said tornadoes caused “multiple levels” of damage. At least 30 homes were damaged in Marion Township, with a number of those sustaining "significant'' damage.</p><p>Personnel from Minnesota Homeland Security and Emergency Management, Rochester Fire and Olmsted County Sheriff’s Office went door-to-door checking on residents, the sheriff's statement said.</p><p>The National Weather Service said the damage was likely caused by tornadoes and that surveys of the affected areas would be conducted over the weekend.</p><p>In Illinois, Leo Zach, 14, had just gotten to the high school band room for a music competition when the building started shaking and the power went out. He said the room was packed with students and some were very scared and had panic attacks.</p><p>“I’m definitely on the luckier side of how that could’ve happened," he said. “I was just trying to stay calm, help other people.”</p><p>When they got outside, they found some of the windows blown out in the gym and part of the school's roof ripped off.</p><p>Photos and video posted online showed a garage totaled, bricks torn off of buildings and fences demolished.</p><p>Lena is a village of nearly 3,000 people, located about 117 miles (188 kilometers) northwest of Chicago.</p><p>Rachel Nemon had been going to pick up her stepson from Lena's middle school when she had to pull into a car wash to take cover from the storm. She watched a large tree get ripped from the ground and sparks fly feet in front of her.</p><p>“This is something that you see online, not in real life, especially in a small town in Illinois,” she said.</p><p>Gov. JB Pritzker said in a post on the social platform X that he's been briefed on the damage and that the Illinois Emergency Management Agency is on the ground.</p><p>____</p><p>Frisaro reported from Fort Lauderdale, Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QV62F5HA5ECWLFVJJRLRJWZOHM.jpg?auth=c271d4dea9ec292aca573a7fe0558f50b00ef2b65c2cc41976e5a380c4144a9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage from a major storm in Lena, Illinois, is shown on Friday, April 17, 2026 in Lena, Ill. (Rachel Nemon via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rachel Nemon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FTBCN2ZYM4DLJWTQEUHLE4GHMI.jpg?auth=0c1558b8dc445c7484f62d1b939deeaf4ac18db156784838d476c0bfff86e6da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage from a major storm in Lena, Illinois, is shown on Friday, April 17, 2026 in Lena, Ill. (Rachel Nemon via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Rachel Nemon</media:credit></media:content></item><item><title><![CDATA[Magic rout Hornets 121-90 in play-in game, advance to face Pistons in 1st round of playoffs]]></title><link>https://www.local10.com/sports/2026/04/17/magic-rout-hornets-121-90-in-play-in-game-advance-to-face-pistons-in-1st-round-of-playoffs/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/magic-rout-hornets-121-90-in-play-in-game-advance-to-face-pistons-in-1st-round-of-playoffs/</guid><dc:creator><![CDATA[By DICK SCANLON, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 03:14:38 +0000</pubDate><content:encoded><![CDATA[<p>ORLANDO, Fla. (AP) — Paolo Banchero scored 25 points and the Orlando Magic rolled to a 35-point first-half lead, taking full control on the way to a 121-90 rout of Charlotte Hornets in a play-in tournament elimination game on Friday night.</p><p>The Magic earned the No. 8 seed in the Eastern Conference playoffs. Their reward is a matchup with top-seeded Detroit, a best-of-seven that begins Sunday on the Pistons' home floor.</p><p>The Magic were physical from the outset, and the Hornets were never in the game. Franz Wagner had 18 points for the Magic, along with seven rebounds and six assists.</p><p>Wendell Carter Jr. finished with 16 points on 6-for-7 shooting, while Desmond Bane scored 13 and Jalen Suggs added 12 for the Magic.</p><p>Orlando led by 31 at halftime, the biggest midpoint lead in the play-in tournament’s seven-year history. It has been utilized in this format — four teams qualifying from each conference, playing to decide the final two playoff spots on each half of the bracket — since 2021.</p><p>LaMelo Ball — who the NBA said should have been ejected from Tuesday’s season-extending win over Miami for an uncalled flagrant foul against Bam Adebayo -- led the Hornets with 23 points, 21 of them coming in the third quarter.</p><p>But the game was long decided at that point. Orlando raced out to a 27-10 lead, stretched it to 68-33 late in the first half, and the Hornets never even got within 20 points the rest of the way.</p><p>Miles Bridges, who has played more games than any other active player without a playoff appearance, scored 15 for the Hornets. Brandon Miller scored 14 and Kon Knueppel added 11.</p><p>The Hornets, who have now missed the playoffs in 10 straight seasons, were outrebounded 49-34 and shot only 34%. Orlando shot 50%.</p><p>The Magic were eliminated in the first round of the playoffs in each of the last two postseasons and have not won a playoff round since 2010. But they went 2-2 against the Pistons this season.</p><p>The Hornets, who beat the Magic in their last three regular-season games, have not been in the playoffs since 2016. It's the longest active drought in the NBA.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7K5G767TSAU67MVGRFYQLWOTM.jpg?auth=5780660229a32387c53307f7c5e53fb3181f93091eee22f932f0b1f8be2c39d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic guard Anthony Black (0) drives around Charlotte Hornets guard Coby White (3) during the first half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BYTBWRKEQYY4F65VBFOIQWRTY.jpg?auth=5ebc8bd631e24344869313702acc0837c4c5bdf07edb2bad93e35cfcb03cca57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlotte Hornets guard LaMelo Ball, right, goes to the basket against Orlando Magic forward Tristan da Silva (23) during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FA34NDNGLSRFHEHO5EFHTZFNEM.jpg?auth=acee0ef6ccc038473be9ad379c5db82c27896ee989bef94d7ef225cd3f8dd1b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic forward Paolo Banchero (5) shoots over Charlotte Hornets forward Moussa Diabate, left, during the first half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2JVLAV63PEH5GOYRM2D2KQXOYA.jpg?auth=c727efbe8513f85c3f6951df6b64319861e406a0a53ef9b50403605985c97cf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic forward Jamal Cain, left, celebrates a big play against the Charlotte Hornets with forward Franz Wagner (22) during the second half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HLQK26OTATKG43XLWNL4V5ZWSM.jpg?auth=289d092a22885fbf97cc7216b287d2ec6c8937d9d42fbfc0f3ff30b37eda719f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Orlando Magic guard Jalen Suggs (4) drives around Charlotte Hornets guard LaMelo Ball during the first half of an NBA play-in tournament basketball game, Friday, April 17, 2026, in Orlando, Fla. (AP Photo/John Raoux)]]></media:description><media:credit role="author" scheme="urn:ebu">John Raoux</media:credit></media:content></item><item><title><![CDATA[US extends waiver on Russian oil sanctions to ease Iran war shortages despite Bessent denial]]></title><link>https://www.local10.com/business/2026/04/17/us-extends-waiver-on-russian-oil-sanctions-to-ease-iran-war-shortages-despite-bessent-denial/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/17/us-extends-waiver-on-russian-oil-sanctions-to-ease-iran-war-shortages-despite-bessent-denial/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 02:45:11 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Treasury Department on Friday extended its pause on sanctions on Russian oil shipments to ease shortages from the Iran war, days after Secretary Scott Bessent ruled out such a move.</p><p>The so-called general license means U.S. sanctions will not apply for 30 days on deliveries of Russian oil that has been loaded on tankers as of Friday. It extended a similar 30-day license issued in March for Russian oil that had been loaded by March 11. The extension underscores how the fallout from the Iran war has boosted Moscow’s ability to profit from its energy exports, which had been restrained since the invasion of Ukraine.</p><p>Speaking at the White House on Wednesday, Bessent ruled out extending the license. “We will not be renewing the general license on Russian oil, and we will not be renewing the general license on Iranian oil,” he said. The administration did not immediately explain the reversal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/53IDXEIX5LIGNYNTCJG7IRMCZQ.jpg?auth=065b4b663abb0d9aa2ade0325ebdbf1dc3deb078f2f2920fd3bf5268507f48f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a roundtable event with President Donald Trump about no tax on tips, Thursday, April 16, 2026, in Las Vegas. (AP Photo/Lucas Peltier)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucas Peltier</media:credit></media:content></item><item><title><![CDATA[Rapper Tory Lanez sues California prison system for $100 million over stabbing by inmate]]></title><link>https://www.local10.com/entertainment/2026/04/17/rapper-tory-lanez-sues-california-prison-system-for-100-million-over-stabbing-by-inmate/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/17/rapper-tory-lanez-sues-california-prison-system-for-100-million-over-stabbing-by-inmate/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 02:24:27 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Rapper Tory Lanez has sued the California prison system, saying he never should have been housed with a fellow inmate who stabbed him 16 times last year.</p><p>Lanez, 33, whose legal name is Daystar Peterson, filed the federal lawsuit seeking $100 million in damages on Tuesday against the California Department of Corrections and Rehabilitation and the warden and guards at the prison in Tehachapi where he was being held.</p><p>The suit says he was stabbed 16 times in the back, torso, head and face in an “unprovoked life-threatening attack” by inmate Santino Casio, who used a homemade “shank.” Lanez had a collapsed lung and had to be airlifted to a hospital, it says.</p><p>Lanez is serving a 10-year sentence for shooting hip-hop star Megan Thee Stallion in the feet after a dramatic and high-profile 2022 trial in Los Angeles.</p><p>Prison officials say he was attacked May 12, 2025, by Casio, who is serving a life sentence for second-degree murder and first-degree attempted murder. Casio had another 2008 conviction for assault by a prisoner with a deadly weapon and another in 2018 for manufacturing a deadly weapon.</p><p>“The choice to house Casio with Peterson was known or should have been a known danger,” the lawsuit says. It alleges that correctional officers' response was slow, and no special measures like flash grenades or smoke bombs were used to stop Casio. It says the institution housed the men together despite the rapper's “high-profile celebrity status,” which made him a target.</p><p>There is no record of Casio being charged in the assault. An attorney who represented him previously did not respond to messages seeking comment at the time.</p><p>Lanez was transferred to another prison, the California Men's Colony, in San Luis Obispo County.</p><p>The lawsuit also says the defendants unlawfully seized his songbooks with unpublished lyrics that are of great future commercial value and refused to return them.</p><p>In response to a request for comment, Department of Corrections spokesperson Ike Dodson said the agency does not comment on pending litigation.</p><p>The lawsuit was first reported by TMZ.</p><p>Lanez was convicted of three felonies in December 2022: assault with a semiautomatic firearm; having a loaded, unregistered firearm in a vehicle; and discharging a firearm with gross negligence.</p><p>A California court rejected his appeal in November.</p><p>Megan, whose legal name is Megan Pete, testified at trial that in July 2020, after they left a party at Kylie Jenner’s Hollywood Hills home, Lanez fired the gun at the back of her feet and shouted for her to dance as she walked away from an SUV in which they had been riding.</p><p>She had bullet fragments surgically removed from both feet. It was not until months after the incident that she publicly identified Lanez as the person who fired the gun.</p><p>The 32-year-old Canadian Lanez began releasing mixtapes in 2009 and saw a steady rise in popularity, moving on to major label albums, two of which reached the top 10 on Billboard’s charts.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GN5YKGBPPUP63ZHJCT5CUK342I.jpg?auth=c8b4fd86603c38ed02c1dcbcf9f3629a680540979f76ef96ca58d5b69635e416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Singer Tory Lanez returns to the Clara Shortridge Foltz Criminal Justice Center for his trial, Dec. 13, 2022, in Los Angeles. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[A mid-April snowstorm coats Coors Field as Dodgers-Rockies series gets off to frosty start]]></title><link>https://www.local10.com/sports/2026/04/17/surprise-mid-april-snow-coats-coors-field-as-dodgers-rockies-series-gets-off-to-frosty-start/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/surprise-mid-april-snow-coats-coors-field-as-dodgers-rockies-series-gets-off-to-frosty-start/</guid><dc:creator><![CDATA[By CRAIG MEYER, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 04:26:47 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Play ball! And watch out for snowballs.</p><p>The Los Angeles Dodgers and Colorado Rockies were greeted by 3 inches of snow that blanketed Coors Field as their four-game series got off to a frigid start Friday.</p><p>Dodgers pitcher Emmett Sheehan took advantage of the frosty mid-April day when he came out on the field in shorts to make a snowman about four hours before the game's scheduled first pitch.</p><p>The snow stopped about three hours before the game began and Colorado’s grounds crew, which placed a tarp over the infield to shield it from the snowfall, used a plow to clear snow from the outfield. By the first pitch, it was 35 degrees and sunny — with the only remnants of snow on the pine trees behind the wall in center field.</p><p>It was the coldest first pitch in Dodgers history.</p><p>“It was a dry cold,” Dodgers manager Dave Roberts said with a laugh after the game.</p><p>The bats were back out and the white stuff gave way to green grass after the shovels slugged at the snow, which came one day after the high temperature in Denver was 75 degrees.</p><p>In front of a crowd of 28,783, the Dodgers won 7-1 behind a pair of home runs from Max Muncy and a strong outing from starter Tyler Glasnow, who gave up two hits and one run in seven innings.</p><p>The start of the game didn’t mark the end of the teams’ weather-related woes. The National Weather Service issued a freeze warning for the Denver area that will be in effect from 8 p.m. locally Friday until 8 a.m. Saturday, with sub-freezing temperatures dropping down into the 18-to-24 degree range overnight.</p><p>“There was still ice on the field and it was only getting colder, but you can’t complain about it,” Muncy said. “You’ve got to go out there and they have to play through it also.”</p><p>The projected high is 57 on Saturday, according to the weather service, and 74 on Sunday before reaching 79 on Monday for the series finale.</p><p>The Dodgers come in from wrapping up a six-game homestand on Wednesday in Los Angeles, where the high was 73 on Friday.</p><p>“We were told right from the start the game was going to start on time,” Muncy said. “When you know you have to go out there and play, obviously the weather sucks, but if there’s no question of you may not play or may get delayed or you may play a doubleheader, when there’s no question of that, it’s easier to just kind of block out the noise, go out there and get ready. Today was thankfully one of those days.”</p><p>—</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OAKDIZIQTN4BUQZS5GFA76P6G4.jpg?auth=895d0b9640f404429eb8b718a3b3ef1d4869622e61375dda96306d03b7b2ad6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[As the grounds crew works around him, Los Angeles Dodgers third baseman Santiago Espinal tosses a snowball at a coach while warming up to face the Colorado Rockies in a baseball game after a spring storm blanketed the intermountain West with a light covering of snow Friday, April 17, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6A5A7KOREUMJSXUEJEJFZQQJU4.jpg?auth=a2d833ba8de9fe9400635386655959129afffce80e0163c63f594e1cef0e1a51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A grounds crew member clears snow from the outfield of Coors Field after a spring storm blanketed the intermountain West before the Colorado Rockies host the Los Angeles Dodgers Friday, April 17, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJXG7KZX2Q6YLYJTL5W36DKGDE.jpg?auth=5510198b6bcec692c1c55ff313f477c406fe2b4698860623d208d3fa8f33f030&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grounds crew members toil to clear snow from the outfield of Coors Field after a spring storm blanketed the intermountain West before the Colorado Rockies host the Los Angeles Dodgers in a baseball game Friday, April 17, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KSYUZFWSJRGP2D6LZSOAGNJCI4.jpg?auth=fcd73f1f92e7f566a3280c6ee123a13314824fd4221e28a2a10b58807fbf15a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mark Razum, head groundskeeper at Coors Field, surveys the covering of snow on the field after a spring storm blanketed the intermountain West before the Colorado Rockies host the Los Angeles Dodgers in a baseball game Friday, April 17, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WL4VGLPLKR4K5BPPAEMY4MD26Y.jpg?auth=41c03f0790f02921dcaa3dd587b54a7bea3267eb26ad646bb13a96dfb161ecbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grounds crew members toil to clear the outfield of Coors Field after a spring storm blanketed the intermountain West with a light covering of snow before the Colorado Rockies host the Los Angeles Dodgers in a baseball game Friday, April 17, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[US and Cuban officials met recently in Havana amid new diplomatic push]]></title><link>https://www.local10.com/news/politics/2026/04/17/us-and-cuban-officials-met-recently-in-havana-amid-new-diplomatic-push/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/us-and-cuban-officials-met-recently-in-havana-amid-new-diplomatic-push/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 01:41:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An American delegation recently met with Cuban government officials in the island nation, marking a renewed diplomatic push even as U.S. President Donald Trump has threatened to intervene and Cuba's leader said this week that his country is prepared to fight if that should happen.</p><p>A senior State Department official met with the grandson of retired Cuban leader Raúl Castro last week during the trip, according to a department official, who was not authorized to comment publicly and spoke Friday on condition of anonymity to discuss the sensitive matter.</p><p>The official did not say who from the U.S. met with Raúl Guillermo Rodríguez Castro, whose grandfather is believed to play an influential role in the Cuban government despite not holding an official post. A second U.S. official said Secretary of State Marco Rubio was not part of the delegation that visited Havana.</p><p>U.S. officials have previously said Rubio, the son of Cuban immigrants and a longtime Cuba hawk, met the younger Castro in the Caribbean island nation of St. Kitts and Nevis in February.</p><p>During last week's extraordinary diplomatic push, which was reported earlier by Axios, the U.S. delegation urged Cuba to make major changes to its economy and way of governing because it would not let the island nation become a national security threat in the region, the State Department official said.</p><p>It marked the first U.S. government flight to land in Cuba other than at the U.S. Naval Base at Guantanamo Bay since 2016.</p><p>Cuba’s crises have deepened following a U.S. energy blockade, coming as the Trump administration has described its government as ineffective and abusive. In return for easing sanctions, U.S. demands have included an end to political repression, a release of political prisoners and a liberalization of the island’s ailing economy.</p><p>Along with those similar topics, the sides last week also discussed a U.S. proposal to provide free and reliable internet to the island through a Starlink satellite connection, the State Department official said.</p><p>The talks were revealed after Trump said earlier this week that his administration could focus on Cuba after the war in Iran ends.</p><p>“We may stop by Cuba after we finish with this,” he said. He described it as a “failing nation” and asserted that it has “been a terribly run country for a long time.”</p><p>In response, Cuban President Miguel Díaz-Canel said the U.S. has no valid reason to carry out a military attack against the island or attempt to depose him but that the country was ready to fight back if needed.</p><p>“The moment is extremely challenging and calls upon us once again, as on April 16, 1961, to be ready to confront serious threats, including military aggression. We do not want it, but it is our duty to prepare to avoid it and, if it becomes inevitable, to defeat it,” Díaz-Canel said.</p><p>He was speaking during a rally that drew hundreds of people to commemorate the 65th anniversary of the declaration of the Cuban Revolution’s socialist essence.</p><p>The Cuban Foreign Ministry didn't immediately respond to messages seeking comment about the talks last week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJSUJWC3OAOPTNQMSCDL2PRRAE.jpg?auth=0be07ac33772fc4427d6e2cb2b5f4cc64a829cc8f2412d4418d09744468534f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a celebration marking the 65th anniversary of the proclamation declaring the Cuban Revolution socialist, in Havana, Cuba, Thursday, April 16, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Coral Springs gunman only stopped firing after ‘apparently believing’ ex was dead, cops say]]></title><link>https://www.local10.com/news/local/2026/04/17/coral-springs-gunman-only-stopped-firing-after-apparently-believing-ex-was-dead-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/coral-springs-gunman-only-stopped-firing-after-apparently-believing-ex-was-dead-cops-say/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Abdul Perez waived his first court appearance Friday, one day after prosecutors say he tried to kill his ex-girlfriend in a targeted attack in Coral Springs.]]></description><pubDate>Fri, 17 Apr 2026 21:43:38 +0000</pubDate><content:encoded><![CDATA[<p>Abdul Perez waived his first court appearance Friday, one day after authorities say he tried to kill his ex-girlfriend <a href="https://www.local10.com/news/local/2026/04/16/woman-shot-multiple-times-in-coral-springs-rushed-to-hospital-in-serious-condition/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/16/woman-shot-multiple-times-in-coral-springs-rushed-to-hospital-in-serious-condition/">in a targeted attack</a> in Coral Springs.</p><p><a href="https://www.local10.com/espanol/2026/04/17/policia-tirador-en-coral-springs-dejo-de-disparar-tras-aparentemente-creer-que-su-ex-estaba-muerta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/policia-tirador-en-coral-springs-dejo-de-disparar-tras-aparentemente-creer-que-su-ex-estaba-muerta/">Leer en español</a></p><p>Police say Perez, 49, of Tamarac, intentionally rammed his landscaping van into the Lexus Mirtha Sanchez-Teran was driving Thursday, pushing it into a building behind a strip mall in the 7600 block of West, trapping the victim and causing the vehicle’s airbags to deploy. </p><p>Authorities said video shows Perez in bright orange, approaching the victim’s car, aiming a gun and firing a single shot before the video ends. </p><p>More shots ring out in another video. An arrest report from the Coral Springs Police Department states Sanchez-Teran, a mother of two, was hit multiple times in both shoulders, her chest, abdomen and face. </p><p>After “apparently believing she was deceased,” he desperately ran off and jumped into a nearby canal to get away from the scene, the report states.</p><p>But officers say Sanchez-Teran survived the gunfire and identified her accused attacker. </p><p>Police caught up with Perez in a nearby neighborhood. He initially denied knowing his ex-girlfriend.</p><p>But after being taken into custody, police say he became emotional when officers mentioned the victim and her two daughters.</p><p>Several witnesses also identified him, and his employer also identified the work van as Perez’s</p><p>He now faces several felony charges, including attempted murder.</p><p>Authorities said Sanchez-Teran remained in serious condition as of Friday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Federal judge blocks Nexstar-Tegna TV station merger until antitrust lawsuit is settled]]></title><link>https://www.local10.com/business/2026/04/17/federal-judge-blocks-nexstar-tegna-tv-station-merger-until-antitrust-lawsuit-is-settled/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/17/federal-judge-blocks-nexstar-tegna-tv-station-merger-until-antitrust-lawsuit-is-settled/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 02:09:46 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge has blocked a $6.2 billion merger of local television giants Nexstar Media Group and rival Tegna until an antitrust lawsuit is resolved.</p><p>U.S. District Court Chief Judge Troy L. Nunley in Sacramento, California, made the ruling late Friday afternoon, finding that eight attorneys general and DirecTV were likely to prevail in their legal bid to stop the merger. The attorneys general, all Democrats, and DirecTV contend the merger will lead to higher prices for consumers, stifle local journalism and that the deal runs afoul of federal laws designed to protect against monopolies.</p><p>The deal, announced last year and approved by the Federal Communications Commission, would create a company that owns 265 television stations in 44 states and the District of Columbia, most of them local affiliates of one of the “Big Four” national networks: ABC, CBS, Fox and NBC.</p><p>That would likely give Nexstar the power to raise the retransmission fees it charges to video programming distributors like DirecTV, which means higher bills for consumers, Nunley wrote. The company also has a track record of consolidating local television news stations when it owns more than one station in a market, the judge said, meaning viewers “will lose options for where to get their local news.”</p><p>The deal could also force distributors like DirecTV to comply with Nexstar’s demands for higher broadcast fees or risk leaving subscribers potentially unable to watch things like Sunday NFL football games, the judge said.</p><p>Stopping the merger for now is “in the public interest,” Nunley wrote.</p><p>Attorneys representing Nexstar and Tegna did not immediately respond to a request for comment.</p><p>Nexstar’s attorneys told the court the deal has already been reviewed and cleared by the FCC and the Department of Justice. They said the FCC order commits the company to expand local journalism and programming, not shrink it.</p><p>The merger needed the approval of the Republican Trump administration’s FCC because the government had to waive rules that limit how many local stations one company can own. FCC Chairman Brendan Carr said in March that the company had agreed to divest itself of six stations.</p><p>The judge said the FCC clearance process for the deal was “unusual,” and that the regulatory oversight “did not curb the manifest anticompetitive effects of this acquisition.”</p><p>The Department of Justice, which is tasked with conducting antitrust reviews of these types of mergers, announced it was closing its investigation of the deal in March through “early termination,” the judge noted, ending the review process sooner than is normally required by statute.</p><p>“In unusual circumstances — with the FCC’s quasi-adjudicatory licensing proceeding still pending — the President himself weighed in publicly in February and urged federal regulators to approve the deal to ‘knock out the Fake News,’” Nunley wrote.</p><p>The preliminary injunction is designed to keep things as they are until the lawsuit is fully decided, Nunley said.</p><p>New York Attorney General Letitia James called the ruling a “critical victory” in a statement released Friday evening.</p><p>“Consolidating hundreds of local TV stations under one corporate owner would mean higher prices and lower quality programming for consumers,” she wrote. She later continued, “We will keep fighting our case to ensure fair competition among local TV stations that serve communities across the country.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OI2J2R2LPDQX3GWD4X453GFP4Q.jpg?auth=8943d2391f18969e51fe0a4fa1c13100a886123efbfe0a3675570cca11e306dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CORRECTION: Name corrected to Sook, instead of Snook - FILE - Chairman, President and CEO of Nexstar Broadcasting Group Perry Sook attends the 24th Annual Broadcasting and Cable Hall of Fame Awards at the Waldorf-Astoria in New York on Oct. 29, 2014. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Key prosecutor in John Brennan investigation has been removed from case, AP source says]]></title><link>https://www.local10.com/news/politics/2026/04/17/a-lead-prosecutor-in-john-brennan-investigation-has-been-removed-from-case-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/a-lead-prosecutor-in-john-brennan-investigation-has-been-removed-from-case-ap-source-says/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 01:45:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A lead prosecutor in the John Brennan investigation has been removed from the case after expressing concerns to Justice Department officials about the legal strength of a potential criminal prosecution of the former CIA director, a person familiar with the matter said Friday.</p><p>Maria Medetis Long told defense lawyers involved in the investigation that she was no longer participating in the Brennan investigation. Her departure from the investigation came after she conveyed doubt that there was sufficient evidence for a criminal case against Brennan, said the person, who spoke on condition of anonymity to The Associated Press to discuss internal Justice Department conversations.</p><p>The Justice Department did not dispute that Medetis Long was no longer part of the investigation but also did not elaborate on the circumstances of her departure. The department said in a statement that “as a matter of routine practice, attorneys are moved around on cases so offices can most effectively allocate resources. It is completely healthy and normal to change members of legal teams.”</p><p>CNN first reported Medetis Long's departure from the investigation. She referred a request for comment to a spokesperson for her office, who did not immediately provide a statement.</p><p>Medetis Long heads the national security section at the U.S. Attorney's office for the Southern District of Florida, which for months has been scrutinizing Brennan in connection with one of President Donald Trump's chief grievances — the U.S. government's years-old investigation into potential ties between Russia and Trump's 2016 campaign for the White House.</p><p>Brennan served as CIA director under President Barack Obama and was in the position when the intelligence community published a detailed assessment of Russian interference in the 2016 presidential election. The Justice Department last year received a referral from Rep. Jim Jordan, the Republican chairman of the House Judiciary Committee, asserting that Brennan had given false testimony about the preparation of that assessment — a claim Brennan and his lawyers have vigorously denied.</p><p>Investigators who in recent months have issued a flurry of subpoenas have been preparing for additional interviews in the probe, though it remains unclear whether any charges will be brought or what impact Medetis Long's departure will have on the case or on witnesses' willingness to cooperate.</p><p>Trump this month replaced Pam Bondi as his attorney general, frustrated by the lack of progress in criminal investigations against political opponents like Brennan.</p><p>Her deputy, Todd Blanche, is now acting attorney general and has said that Trump has the right and duty to be involved in seeking investigations against people he has had “issues with.”</p><p>Last year, Trump effectively forced out the acting U.S. attorney in the Eastern District of Virginia, Erik Siebert, after Siebert did not push forward with criminal charges against two other Trump foes, former FBI Director James Comey and New York Attorney General Letitia James. A hastily installed loyalist prosecutor, Lindsey Halligan, subsequently secured indictments against Comey and James but the cases were thrown out after a judge concluded that Halligan was unlawfully appointed.</p><p>_____</p><p>Associated Press writer Alanna Durkin Richer in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TUWFBFEP4DYPKKFGDDVVMHSBAY.jpg?auth=0e03d89c2ee7640131b4bc6301b173f6cde7fe63895cd85683ff6ff2e544c6d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former CIA Director John Brennan arrives for a meeting at the Capitol in Washington, May 21, 2019. (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[Petro dice que Ecuador "está pasando al fascismo" por presunta tortura e insiste en caso Glas]]></title><link>https://www.local10.com/espanol/2026/04/17/petro-dice-que-ecuador-esta-pasando-al-fascismo-por-presunta-tortura-e-insiste-en-caso-glas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/petro-dice-que-ecuador-esta-pasando-al-fascismo-por-presunta-tortura-e-insiste-en-caso-glas/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 00:10:32 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Gustavo Petro advirtió el viernes que Ecuador “está pasando al fascismo” por presuntos casos de tortura denunciados e insistió en que están “dejando morir de hambre” al exvicepresidente encarcelado Jorge Glas.</p><p>“Ecuador está pasando al fascismo, ha decidido ilegalizar la oposición y criminalizar la política, dejando morir de hambre al ciudadano colombiano ex vicepresidente de la república de Ecuador: Jorge Glas”, aseguró Petro en la red social X.</p><p>El mandatario reaccionó a una noticia que refería recientes denuncias de la Organización Mundial Contra la Tortura, con sede central en Ginebra, que advierten presuntos “actos de tortura, así como amenazas y hostigamientos contra población civil campesina” en operaciones militares en la comunidad de San Martín, provincia de Sucumbíos, así como malas condiciones para los privados de la libertad.</p><p>The Associated Press consultó sin obtener respuesta de inmediato a la Cancillería ecuatoriana y al Ministerio de Defensa.</p><p>El gobierno ecuatoriano ha dicho que el operativo en la provincia fronteriza de Sucumbíos está dirigido a combatir al crimen organizado, incluido el bombardeo del 6 de marzo en el que, con apoyo de Estados Unidos, aseguró que se destruyó un campamento del grupo armado ilegal Comandos de la Frontera, que servía como sitio de descanso de uno de sus cabecillas.</p><p>Aunque no se ha referido al caso particular de la comunidad San Martín, desmintió versiones de The New York Times sobre la supuesta afectación a una finca que, según el medio, no era un campamento.</p><p>Los dichos de Petro ocurren en medio de tensiones bilaterales que iniciaron en enero y se han agudizado con imposición recíproca de aranceles, la suspensión de venta de energía para Ecuador y el incremento de la tarifa de transporte de petróleo colombiano.</p><p>El presidente ecuatoriano Daniel Noboa inició con la imposición de aranceles con una tasa “de seguridad” del 30% a todos los productos colombianos, los aumentó al 50% en marzo y en mayo llegarán al 100%. Alegó que Colombia no combate eficazmente la criminalidad en la frontera común.</p><p>Mientras que Colombia busca, según un decreto en borrador publicado la víspera, establecer un arancel recíproco a mercancías provenientes de Ecuador del 35%, 50% y 75%, en una metodología que selecciona productos sin llegar a imponer a ninguno el 100%, como lo hará Ecuador. La medida entraría en vigencia luego de recibir comentarios de ciudadanos, un procedimiento usual en el país.</p><p>Las tensiones políticas han incluido la situación de Glas, condenado por corrupción, a quien Petro ha denominado un “preso político”. Noboa ha rechazado el calificativo y ha dicho que Petro atenta contra la soberanía de su país.</p><p>Petro le concedió la nacionalidad colombiana a Glas el año pasado y ha pedido a Ecuador que lo entregue a Colombia.</p><p>———</p><p>La periodista Gabriela Molina contribuyó a este reporte desde Quito.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SLKEJA6PNLS4DT4UX4PIFCHNTA.jpg?auth=f98dde57c520a90fca1fda3b639d4013e6de2ad5969efccf933b040372bfb0b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente colombiano Gustavo Petro tras votar en las elecciones legislativas colombianas en Bogotá, el 8 de marzo del 2026. (AP foto/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Roommates of man accused of killing 2 say a dispute preceded the Atlanta-area attacks]]></title><link>https://www.local10.com/news/national/2026/04/17/roommates-of-man-accused-of-killing-2-say-a-dispute-preceded-the-atlanta-area-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/17/roommates-of-man-accused-of-killing-2-say-a-dispute-preceded-the-atlanta-area-attacks/</guid><dc:creator><![CDATA[By R.J. RICO and JOHN HANNA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 23:52:57 +0000</pubDate><content:encoded><![CDATA[<p>DECATUR, Ga. (AP) — A U.S. Navy veteran accused of killing two people and critically injuring another in a series of attacks in the Atlanta area had, shortly before the shootings, stormed out of his communal house after getting into an intense argument over the air conditioning in the home, according to his roommates.</p><p>Authorities have not offered a potential motive for Monday morning's attacks. Among the victims was an auditor for the Department of Homeland Security who was walking her dog near the suspect's home.</p><p>The suspect in the shootings, Olaolukitan Adon Abel, a 26-year-old U.K. native, is charged in state court in DeKalb County with two counts of malice murder, aggravated assault and firearms counts. He also is facing a federal firearms charge, along with another man who is accused of buying the gun used in the shootings for him, prosecutors announced Friday.</p><p>Adon Abel lived with six others in separate units of a home listed on PadSplit, a platform offering low-cost shared housing. He was granted U.S. citizenship in 2022 while serving in the Navy and stationed in the San Diego area.</p><p>Long-running issues inside a communal home</p><p>Three roommates told The Associated Press that Adon Abel and a male roommate were screaming at each other late Sunday night over how cold Adon Abel kept the house in Panthersville, a suburb southeast of Atlanta.</p><p>“He (kept) the house freezing,” roommate Angela Britton said Friday. "It’s not the first time they got into it about the AC. But that time was a real big argument.”</p><p>Another roommate, Lakisha Mckinzie, said the fight scared her so much that she called her mother before bed and asked her to pray for her and her roommates' safety, telling her there had been a lot of “chaos and tension” in the home.</p><p>Mckinzie said she had been afraid of Adon Abel ever since he inappropriately touched her last month after asking her on a date. Mckinzie said he frequently knocked on her door late at night, but she never answered. She said she complained to her landlord multiple times, but no action was taken. PadSplit did not respond to a request for comment about whether it knew about Adon Abel's alleged behavior in the home.</p><p>After the argument, the roommates said Adon Abel packed up a large duffel bag and drove off shortly after midnight Monday morning.</p><p>Around 12:50 a.m., and about 5 miles (8 kilometers) away, 31-year-old Prianna Weathers was fatally shot outside a Decatur-area fast food restaurant, investigators said.</p><p>Then, around 2 a.m., a 49-year-old homeless man was shot multiple times while sleeping outside a grocery store in Brookhaven, about 12 miles (19 kilometers) northwest of the first attack, Brookhaven Police Chief Brandon Gurley said. The man, whose name hasn’t been released, remains hospitalized in stable but critical condition, authorities said Thursday.</p><p>DHS worker Lauren Bullis, who was out walking her dog a few hundred feet from Adon Abel's home, was found around 7 a.m. with gunshot and stab wounds.</p><p>Authorities have linked Adon Abel to all three attacks, though it is unclear whether he knew any of the victims — police have said they believe at least one victim was targeted at random.</p><p>Georgia State Patrol troopers stopped Adon Abel’s car around 11 a.m. Monday in Troup County, not far from the Georgia-Alabama border. Inside the vehicle, investigators said they found ammunition and shell casings matching those at the scene of Weathers’ killing. Police found the gun and shell casings on the ground near Bullis, Hertzberg said.</p><p>Federal charges have now been filed</p><p>Adon Abel is now also facing prosecution in federal court for illegally possessing a firearm, officials announced Friday.</p><p>He was charged with a firearms violation along with a 35-year-old homeless man, Damon Marquis Yarns. U.S. Attorney Theodore S. Hertzberg, the top federal prosecutor for northern Georgia, said Yarns acknowledged buying the gun used in the shootings for Adon Abel and falsely stating on a federal form that he was the owner.</p><p>Adon Abel is accused of illegally possessing the gun as a person previously convicted of a felony.</p><p>Monday's crimes led Homeland Security Secretary Markwayne Mullin to issue a statement raising concerns that Adon Abel was granted U.S. citizenship when Joe Biden was president. Mullin has catalogued a litany of the defendant’s previous alleged crimes, but it is unclear whether any of them happened before he became a citizen.</p><p>Adon Abel pleaded guilty in October 2024 in San Diego County, California, to charges of assault with a deadly weapon and criminal vandalism over what authorities there said was an attack on two police officers and another person, according to California court records.</p><p>Online court records show that someone listed with a similar name and the same birth date pleaded guilty last June in Chatham County, Georgia, to four misdemeanor counts of sexual battery.</p><p>Yarns is accused of buying the 9 mm pistol used in the shootings at a federally licensed firearms dealer in Atlanta on Feb. 20. Hertzberg said that a special agent with the Bureau of Alcohol, Tobacco, Firearms and Explosives interviewed Yarns on Thursday, and Yarns said he had purchased the gun for a Nigerian or British man he knew only as “Abdul or Obie,” then identified Adon Abel from a photo.</p><p>___</p><p>Hanna reported from Topeka, Kansas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NANANGTCTW7RDQYQECQQ2DDZSY.jpg?auth=fdcbd0c39efe3135b6f729cc122e0646af4e314c7ba0c0ccb98fe55d54373864&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lakisha Mckinzie discusses her ex-housemate, Olaolukitan Adon Abel, who is charged in a string of deadly shootings, in Decatur, Ga., on Friday, April 17, 2026. (AP Photo/Ron Harris)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JOUXUDX63K65OMS7WYWXQVNE44.jpg?auth=abac93a21181ffb314e30cf7bd602fbe677743481c3d1f3c34bf8e224bedb0d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angela Britton, right, discusses her ex-housemate, Olaolukitan Adon Abel, who is charged in a string of deadly shootings, in Decatur, Ga., on Friday, April 17, 2026. (AP Photo/Ron Harris)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQHYEAF4XYTXJ5IWPVH66FYXUM.jpg?auth=796cc3511a133cc05033d01e744b0071730ba9f047ec384b935e60e99275c009&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lakisha Mckinzie discusses her ex-housemate, Olaolukitan Adon Abel, who is charged in a string of deadly shootings, in Decatur, Ga., on Friday, April 17, 2026. (AP Photo/Ron Harris)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMRMLSQBYRJ2P2N4D3CPF4NQAM.jpg?auth=37c1e04fad976f7b4a998561bec3f13f33de4dad120cbef7063678168fb42690&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 Georgia's Chatham County Sheriff's Office shows Olaolukitan Adon Abel on April 20, 2025. (Chatham County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/Y5H5ZG7LYNL352BTLKL3B3BVXE.jpg?auth=58e79f903287e1b0dc2a4d24249ac7351579f6ec172392cca370f25dc11879e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This 2025 photo provided by Sunisa Kim Kipe shows Lauren Bullis at the Green Meadows Preserve in Cobb County, Ga. (Sunisa Kim Kipe via AP)]]></media:description></media:content></item><item><title><![CDATA[Presidenta encargada venezolana descarta plan de ayuda financiera tras reanudar relación con el FMI]]></title><link>https://www.local10.com/espanol/2026/04/17/presidenta-encargada-venezolana-descarta-plan-de-ayuda-financiera-tras-reanudar-relacion-con-el-fmi/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/presidenta-encargada-venezolana-descarta-plan-de-ayuda-financiera-tras-reanudar-relacion-con-el-fmi/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 23:03:56 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La presidenta encargada de Venezuela, Delcy Rodríguez, afirmó el viernes que el país no tiene plan alguno de activar un programa de apoyo financiero con el Fondo Monetario Internacional (FMI), luego de la reanudación de relaciones con ese organismo de crédito tras siete años de interrupción.</p><p>Rodríguez indicó que, en su lugar, aspira utilizar los “activos congelados” en ese organismo una vez estén disponibles para mejorar los servicios públicos del país sudamericano.</p><p>La “recuperación de nuestra representación ante este organismo internacional es muy importante, es una gran noticia para Venezuela”, dijo la presidenta en funciones en una declaración difundida por la estatal Venezolana de Televisión.</p><p>“Estamos recuperando no solamente las responsabilidades que tenemos dentro del organismo, sino también los derechos y activos congelados que tiene nuestro país en este organismo, que nos permitirán invertir de manera inmediata en servicios públicos”, entre los que se incluye la obsoleta red eléctrica nacional, que genera frecuentes apagones, y la “recuperación del sistema de distribución de agua”, acotó.</p><p>El FMI ​y el Banco ​Mundial anunciaron ​paralelamente en la víspera que reanudaron las relaciones ​con ​Venezuela que habían estado suspendidas desde 2019 debido a problemas relacionados ​con ‌el reconocimiento del gobierno del entonces presidente Nicolás Maduro.</p><p>En 2019, el líder opositor Juan Guaidó, entonces titular de la Asamblea Nacional, quien en enero de ese año se declaró presidente interino de Venezuela, fue reconocido por Estados Unidos y otras varias decenas de países como el gobernante legítimo de Venezuela, ya que consideraron que los comicios de 2018 en los que Maduro fue reelecto para un segundo mandato fueron fraudulentos.</p><p>La legitimidad de Maduro siguió en duda tras los polémicos comicios presidenciales del 28 de julio de 2024. Maduro fue declarado ganador sin presentar evidencias de que obtuvo 6.4 millones de votos frente a los 5.3 millones del opositor Edmundo González. El opositor fue reconocido como presidente electo de Venezuela por varios gobiernos tras mostrar pruebas creíbles de su victoria electoral ante Maduro.</p><p>En contraste, ahora la administración del presidente estadounidense Donald Trump ha dado una serie de pasos, entre ellos levantar las sanciones de vieja data impuestas a Rodríguez, una clara señal de que Estados Unidos la reconoce como una autoridad legítima en Venezuela desde que el ejército de Estados Unidos capturó a Maduro y a su esposa, Cilia Flores, en la capital venezolana, el pasado 3 de enero.</p><p>La entonces vicepresidenta era, de acuerdo con la Constitución, la primera en la línea de sucesión.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6GQA3MS2LEEVTIYWPV3RLXO7MM.jpg?auth=865dca765a19c2cd1b731112454ef0c5062eaf13c93551148426ee74c5df10b5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - La presidenta interina de Venezuela, Delcy Rodríguez, sonríe durante una reunión con una delegación encabezada por el secretario de Energía de Estados Unidos, Chris Wright, en el Palacio de Miraflores en Caracas, Venezuela, el 11 de febrero de 2026. (Foto AP/Ariana Cubillos, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Victim of VIN swapping scam lost purchased car, money spent on vehicle]]></title><link>https://www.local10.com/news/local/2026/04/17/victim-of-vin-swapping-scam-lost-purchased-car-money-spent-on-vehicle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/victim-of-vin-swapping-scam-lost-purchased-car-money-spent-on-vehicle/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A South Florida man thought he was getting a good deal on a sleek SUV only for police to confiscate his new car days later. ]]></description><pubDate>Fri, 17 Apr 2026 21:00:29 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man thought he was getting a good deal on a sleek SUV only for police to confiscate his new car days later. </p><p><a href="https://www.local10.com/espanol/2026/04/17/victima-de-fraude-con-cambio-de-vin-pierde-auto-comprado-y-dinero-invertido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/victima-de-fraude-con-cambio-de-vin-pierde-auto-comprado-y-dinero-invertido/">Leer en español</a></p><p>It turns out the car he bought was stolen. </p><p>It was fall of last year when Adrian Blejdea was in the market for a new ride. </p><p>He came across a black chevy suburban on Facebook Marketplace that was listed for $45,000 dollars. </p><p>Blejdea ran the vehicle’s VIN number and it came back clean, and the title matched. </p><p>The seller’s registration and paperwork seemed legit.</p><p>“I did my research, everything seemed fine so I bought the car and registered it,” said Blejdea. </p><p>They negotiated a deal and Blejdea gave the seller $35,000. </p><p>He drove off in the SUV and thought all was well, until three days later. </p><p>“The radio wasn’t working, so when I hooked up the GPS to the car the next day, Hollywood police found me,” said Blejdea. </p><p>According to a Hollywood police incident report provided by Blejdea, an officer ran the license plate and there were big red flags on a Carfax report. </p><p>The incident report says during the traffic stop the officer “Inspected the public VIN plate of the vehicle which I immediately identified as being fraudulent.” </p><p>Police found there was no real dealership history for the SUV, and the paperwork was fake too. </p><p>The title was linked to a car from a dealership in Kentucky, but that VIN was never in their inventory. </p><p>But that’s not all.</p><p>During officers’ inspection of the SUV, they found another fraudulent VIN that “appears to be a clone of a legitimate Canadian vehicle.”</p><p>Hollywood police determined Blejdea was the victim of something called VIN swapping, where crooks take a legitimate VIN number and place it on a stolen car. </p><p>When police dug deeper, they discovered the car was originally reported stolen in Oklahoma and somehow made it to South Florida and eventually sold to Blejdea. </p><p>It’s an elaborate scheme happening from coast to coast, one so sophisticated the FBI does not have precise nationwide statistics.</p><p>For Blejdea, the car he thought was his, was seized by Hollywood Police. </p><p>Now he is out of a car and thousands of dollars. </p><p>“I don’t trust anything anymore,” said Blejdea. “I’m always double checking and searching and I just want to make sure that whoever I’m talking to or they tell me something it’s not fraud because you hear a lot of stories but you don’t think it would happen to you.”</p><p>Blejdea had a take out a loan, which he is still paying back, and on top of that he bought another car to get around and work for Uber. </p><p>He is hoping somehow he will get his money back. </p><p>Ways to protect yourself include running a Carfax and try into cross reference the VIN numbers in multiple locations, while looking into professional inspection services is also an option. </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[Matt Fitzpatrick rides a good bounce and great golf to a 63 to lead Viktor Hovland at Hilton Head]]></title><link>https://www.local10.com/sports/2026/04/17/matt-fitzpatrick-rides-a-good-bounce-and-great-golf-to-a-63-to-lead-viktor-hovland-at-hilton-head/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/matt-fitzpatrick-rides-a-good-bounce-and-great-golf-to-a-63-to-lead-viktor-hovland-at-hilton-head/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 22:54:30 +0000</pubDate><content:encoded><![CDATA[<p>HILTON HEAD ISLAND, S.C. (AP) — Matt Fitzpatrick had one good break and a lot of great golf for an 8-under 63 to take a one-shot lead Friday over Viktor Hovland on a blistering day of heat and big numbers in the RBC Heritage.</p><p>Fitzpatrick was cruising along when his tee shot on the par-3 14th turned hard to the left, headed for sand and trees when it caught what appeared to be the edge of a cart path that sent the ball back down a slope onto the green and headed for the water.</p><p>It was slowed just enough by a sprinkler to stay dry, and he holed a 30-footer for a most unlikely birdie. Fitzpatrick birdied two of the next three and completed a bogey-free round.</p><p>“Yeah, it was lucky, there's no two ways about it,” Fitzpatrick said. “Sometimes you need that in a week, so it's nice to get, and then even nicer to take advantage of it.”</p><p>Hovland had it far tougher in the afternoon when the wind got stronger, and it doesn't take much around tree-lined Harbour Town for players to get indecisive or catch the wrong gust.</p><p>Hovland got the right club on the exposed par-3 17th to 12 feet for his eighth birdie of the day and a hard-earned 65. That included a birdie on the par-5 fifth when he was still 205 yards out for his third shot and wound up holing a 30-footer.</p><p>“I wouldn’t say I striped it today, but at least I kind of kept the ball in front of me, and that’s what you’re trying to do on this golf course,” Hovland said.</p><p>Fitzpatrick, who won the RBC Heritage in a playoff over Jordan Spieth in 2023, was at 14-under 128.</p><p>Harris English got the wrong gust on the 11th hole and went from scrambling for par to figuring out how to escape with double bogey from a plugged lie in the sand. He overcame that, had a 68 and was three shots behind.</p><p>Scottie Scheffler, who played alongside Fitzpatrick, hit all 14 fairways for only the fourth time in his career — two of those were on the runway-wide fairways of Kapalua — and had a steady diet of birdie chances in the 18-foot range. He managed a bogey-free 67 and was seven behind.</p><p>Fitzpatrick and Scheffler both hit the ball so well it looked they were playing a Tuesday money game, with birdie chances on every hole and exchanging birdies early on before the wind acted up.</p><p>On the par-4 eighth, Scheffler hit enough of the left corner of the green that it hopped right to 7 feet. Fitzpatrick followed on the same line and was 6 inches closer, and Scheffler looked back at the Englishman and smiled.</p><p>But it was Fitzpatrick who surged ahead with a batch of three straight birdies on the front and three straight birdies on the back. The longest par putt he had was 4 feet on the final hole.</p><p>He called it a continuation of good iron play that began when he finished one shot behind Cameron Young at The Players Championship, then won the following week at Innisbrook in the Valspar Championship.</p><p>Patrick Cantlay, who took a big step last week with consecutive bogey-free rounds at the Masters after opening with a 77, shot 64 and was four shots behind along with Sepp Straka (67) and Ludvig Aberg, who was closing in on Fitzpatrick until three bogeys on the back nine led to a 71.</p><p>Robert MacIntyre also was in the mix, three shots behind, until the wind died enough to keep his ball from finding the 17th green, and then he took two to get out of a bunker for a double bogey. That wiped out a lot of good work, and a bogey on the 18th dropped him to a 68, six behind.</p><p>There were 20 double bogeys on the day from the 82-man field on 11 of the holes at Harbour Town. Spieth made three of them and scratched out a 73.</p><p>Akshay Bhatia had 11 birdies to offset his double bogey in a round of 63.</p><p>“Man, it got tricky there on the back nine, as it can here at Hilton Head,” English said. “Gusty winds. You don’t really know what direction it’s coming from.”</p><p>Fitzpatrick has a history at Hilton Head Island beyond winning three years ago. His family used to come over on holiday. He suspects his father typed in the words “tennis” and “golf” and “nice weather” and off they went. He recalls going to the tournament, even getting a golf ball signed by Boo Weekley. And now here is, a major champion looking for another plaid jacket for the winner.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZFBJKRRBNREENCMFF6UJTAVHY.jpg?auth=8fe213f60a5d311d14ad3c63ad3b5833d42597a5a88a10ab8e2a8696dd950aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Fitzpatrick, of England, prepares to putt on the 18th hole during the second round at the RBC Heritage golf tournament Friday, April 17, 2026, in Hilton Head, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRLWZI52YR6JQNPRAAQEV2AQOQ.jpg?auth=90f0c55102250609f1581a85b3a3d590fdfd3970467199cefdd497210c3eeb0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt Fitzpatrick, of England, hits from the 18th tee during the second round at the RBC Heritage golf tournament Friday, April 17, 2026, in Hilton Head, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JO5AMP2XGJSGIKRQDRBEUW52GQ.jpg?auth=fdb94f2bd7aafbed3b092d6b982216866e136391edbe3630d13765757883d7cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Viktor Hovland, of Norway, hits from the waste area on the 10th hole during the second round at the RBC Heritage golf tournament Friday, April 17, 2026, in Hilton Head, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7EPWKEP6CYP3HQIIOZGAR3VX2U.jpg?auth=47af849c73186e5e4aec69023bb15a13d6ccd7d95835286aedfa3dc9cfb91828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler inspects his ball in a bunker on the 18th hole during the second round at the RBC Heritage golf tournament Friday, April 17, 2026, in Hilton Head, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LOQFNUKQH6WZYUZOBSKQAMDSUQ.jpg?auth=f4de11862337a1dd76aa5f9a654983ec15de221beb5b9cf1129db287ffd03c25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sungjae Im, of South Korea, prepares to putt on the 17th hole during the second round at the RBC Heritage golf tournament Friday, April 17, 2026, in Hilton Head, S.C. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[Dallas Stars and Minnesota Wild finally set for Game 1 in long-expected 1st-round NHL playoff series]]></title><link>https://www.local10.com/sports/2026/04/17/dallas-stars-and-minnesota-wild-finally-set-for-game-1-in-long-expected-1st-round-nhl-playoff-series/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/dallas-stars-and-minnesota-wild-finally-set-for-game-1-in-long-expected-1st-round-nhl-playoff-series/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 22:53:07 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The Dallas Stars and Minnesota Wild have expected this first-round playoff matchup for months, and the Central Division rivals really set a tone for the series in a physical game just over a week ago in the same building.</p><p>“I think it's exactly what it was,” Stars forward Mikko Rantanen said Friday.</p><p>Dallas won 5-4 in that game April 9, when there were 12 roughing penalties — six on each side. Each team won twice in the regular-season series in which both scored 13 goals.</p><p>“They got the best of us for sure, but it was a great hockey game for the end of a regular season,” Minnesota forward Matt Boldy said.</p><p>Now, the teams that were in second and third place in the Central throughout most of the season behind Presidents' Trophy winner Colorado play a best-of-seven series. Game 1 is Saturday in Dallas.</p><p>The Wild missed a chance that night to match the Stars in the standings. Instead, Dallas pretty much locked up home-ice advantage with the second of five consecutive wins to end the regular season.</p><p>“We learned some lessons last time we played them," Wild forward Marcus Foligno said. “We know that they’re a really, really good team, and so are we. They have some lethal weapons. We’re just more educated, more experienced going into this series than we were before. We always like our chances. We’re positive.”</p><p>40-40 duos for both teams</p><p>Both teams have a pair of 40-goal scorers in the same season for the first time. Kirill Kaprizov (45 goals) and Boldy (42) did it for the Wild. Jason Robertson and Wyatt Johnston, the 22-year-old center already in his fourth postseason, each scored 45 goals for the Stars.</p><p>“That’s a legit number,” Stars veteran forward Matt Duchene said.</p><p>Injuries and ills</p><p>Dallas defenseman Miro Heiskanen skated with the team Friday for the first time since a lower-body injury sustained when he was knocked hard into the boards by Ryan Hartman in the last game against the Wild.</p><p>Stars coach Glen Gulutzan said Heiskanen, who missed the start of last year's playoffs, made it through practice with no issues and felt good.</p><p>“I would think that as long as everything goes good, he should be in,” Gulutzan said. “He means everything on both sides of the puck for us. Power play, penalty kill, he touches all parts of the game.”</p><p>Stars top-line center Roope Hintz, who last played March 6, will miss the start of the playoffs after a setback in his recovery from a lower-body injury.</p><p>Wild defenseman Quinn Hughes, who has been dealing with an illness since last playing Saturday, traveled to Dallas on his own Friday after not going with the team Thursday.</p><p>“With the illness, I think more rest for him and just not having him on the plane,” coach John Hynes said. “The expectation is for him to play."</p><p>Between the pipes</p><p>Jake Oettinger is going into his 11th playoff series as the starting goalie for the Stars, and second for the Minnesota native against the Wild — he grew up about 30 miles from their arena. His first playoff series win was in six games against the Wild in the first round of the 2023 postseason.</p><p>The Wild are going with rookie Jesper Wallstedt over playoff-experienced Filip Gustavsson, though Hynes emphasized that is a decision for Game 1 and not the entire series.</p><p>“His overall body work has been really solid. He's played really well coming down the stretch,” Hynes said of the 23-year-old rookie. “We're confident in both guys.”</p><p>Gustavsson made his playoff debut three years ago with 51 saves in a double-overtime win over the Stars during Game 1. Wallstedt made 33 starts in his NHL debut this season, ranking second in the league with a .916 save percentage while setting franchise rookie records with 18 wins and four shutouts.</p><p>Tarasenko gives the Wild a wild-card scorer</p><p>While the Stars will be plenty focused on trying to keep Kaprizov and Boldy off the scoresheet, the Wild have a trusty scorer on their third line with plenty of playoff experience in Vladimir Tarasenko. The longtime St. Louis star, who has won the Stanley Cup twice in his 14-year career, has 49 goals in 121 career playoff games. Tarasenko had 23 goals and 24 assists in his first season with Minnesota.</p><p>“He’s a big-game player," Hynes said. “I think that leadership and the way he plays is certainly a playoff-style of game.”</p><p>Some playoff history</p><p>The Stars won both previous postseason series against Minnesota in six games, in 2016 and 2023. ... Dallas was the Minnesota North Stars before the franchise moved south in 1993. ... The Wild's 12 postseason appearances in 14 years are the most in the NHL during that span. They have lost nine straight series, since beating St. Louis in the first round in 2015. .... Dallas is in its fifth consecutive postseason, the last three ending in the West final. ... Gulutzan, part of 83 playoff games as an Edmonton assistant, including trips to the Stanley Cup Final the last two seasons, is looking for his first postseason win as a head coach. Calgary was swept in the first round by Anaheim with Gulutzan in 2017.</p><p>___</p><p>AP Sports Writer Dave Campbell contributed from St. Paul, Minnesota.</p><p>___</p><p>AP NHL: https://apnews.com/hub/NHL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HRKJIKCHPNPMYEOXUTWKTAJUGI.jpg?auth=5e2b6c4af736d57e44cbe3564eef353fbb20f396fe3dd3baca424d67121253a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Wild left wing Matt Boldy (12) and Dallas Stars center Wyatt Johnston (53) slam into the boards chasing after the puck in the first period of an NHL hockey game Thursday, April 9, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JU76KAAVHXUL4LMBPTPKRT7MBY.jpg?auth=53128d0276e7a477c8c98d56368e4ce212a3110e6036867bb21c8f8cc69f24ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Wild's Quinn Hughes, left, Dallas Stars' Mikko Rantanen, center, and Joel Eriksson Ek (14) fight in the third period of an NHL hockey game Thursday, April 9, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YE6DBCLYBCU4BIVQ57C7OO7LMY.jpg?auth=752caeefa766d2c6acfce85ef14d3aeabf01826f38f4599525c3631562373c08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars left wing Jason Robertson (21) and Ilya Lyubushkin (46) celebrate after Robertson scored in the third period of an NHL hockey game against the Minnesota Wild Thursday, April 9, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWDTZJESLVLZVYMJD2MNAWLQSI.jpg?auth=d6058811e5631ad271c16c347eca08ac0795c83922bc157c64e638f188d0ca67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Wild left wing Kirill Kaprizov (97) celebrates with the team after scoring against the Dallas Stars in the first period of an NHL hockey game Thursday, April 9, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6H435ICUNIULQSADC4BYT7TGY.jpg?auth=83982171e71f6540cd2199813bf7a52c699d06e79d73a6948604b1294db5a5e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Stars head coach Glen Gulutzan talks with his players during the second period of an NHL hockey game against the Boston Bruins, Tuesday, March 31, 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[April 17: Very warm weekend, maybe some April showers]]></title><link>https://www.local10.com/weather/2026/04/17/april-17-very-warm-weekend-maybe-some-april-showers/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/17/april-17-very-warm-weekend-maybe-some-april-showers/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[This April weekend starts on a nice note for South Florida. 
Miami-Dade and Broward counties can expect partly cloudy skies Friday night. Temperatures will be quite mild with lows forecast in the low 70s.]]></description><pubDate>Fri, 17 Apr 2026 22:42:14 +0000</pubDate><content:encoded><![CDATA[<p>This April weekend starts on a nice note for South Florida. </p><p>Miami-Dade and Broward counties can expect partly cloudy skies Friday night. Temperatures will be quite mild with lows forecast in the low 70s.</p><p>Saturday will feature sunshine and scattered clouds-- can’t rule out a stray shower. As east-southeast winds stir, temperatures will make a run for the mid and upper 80s.</p><p>Sunday will offer light winds and partly cloudy skies along with a slightly better chance for showers compared to Saturday, especially during the afternoon.</p><p>Should Miami achieve its forecast high temperature of 89°, it would be the warmest so far this year.</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[Kevin Durant, LeBron James meet in playoffs for 4th time when Rockets visit short-handed Lakers]]></title><link>https://www.local10.com/sports/2026/04/17/kevin-durant-lebron-james-meet-in-playoffs-for-4th-time-when-rockets-visit-short-handed-lakers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/kevin-durant-lebron-james-meet-in-playoffs-for-4th-time-when-rockets-visit-short-handed-lakers/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 22:09:37 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — LeBron James and Kevin Durant first faced each other in the playoffs way back in 2012, when the Miami Heat beat the Oklahoma City Thunder to win James' first NBA championship.</p><p>The superstars met again in 2017 and 2018, and Durant's Golden State Warriors beat James' Cleveland Cavaliers to win Durant's two rings.</p><p>The two greatest scorers of this generation are matched up once again in the postseason this weekend when Durant and his Houston Rockets visit James' Los Angeles Lakers. Game 1 is Saturday night in the latest chapter of this friendly rivalry, and the basketball world will be watching.</p><p>“It’s prime time,” Rockets coach Ime Udoka said. “Two of the best, and still doing it at this stage in their careers. And they have had some battles in the playoffs, but not a ton being in the East and the West a lot. So that part alone has a lot of storylines, a lot of history. I’m sure this will add to their chapters.”</p><p>The 41-year-old James is the top scorer in NBA history, and the 37-year-old Durant is fifth. While this fourth engagement might turn out to be their final spring meeting — and maybe even James' final playoff appearance, who knows? — they're both thinking mostly about the task before them, not the history behind them.</p><p>“It’s always great playing against great players,” Durant said. “You feel their presence on the floor, even if you’re not matched up with them. But it’s just like all basketball players know, it’s much more than just one player. You need a whole group of guys to go out there and win ... but yeah, the matchup is definitely fun. Two great players who’ve been in the league for a long time. But everybody who’s involved in this series knows it’s much deeper than that.”</p><p>Indeed, their shared playoff history only underlines the importance of a supporting cast, even for players of their stature.</p><p>James' Heatles were too much for a young Thunder group led by Durant, James Harden and Russell Westbrook. The Warriors then became arguably the most loaded team in recent NBA history when Durant chose to join Stephen Curry, and it was too much even for James, who moved to the Lakers a few weeks after his Cavs fell to Golden State for the third time in four years.</p><p>The importance of a supporting cast is the reason fifth-seeded Houston is the prohibitive favorite in this series, of course.</p><p>The Lakers lost NBA scoring champion Luka Doncic and prolific guard Austin Reaves to injuries two weeks ago, and they're both out indefinitely.</p><p>So while James is once again attempting to carry an inferior roster to places it would never otherwise go, the hard-working Rockets are healthier around Durant, who wants his first postseason with Houston to be memorable.</p><p>“Obviously, we know that’s the head of the snake,” James said of Durant. “But it’s the Houston Rockets, and they have some damn good players on their team. It’s not just a KD team. It’s the whole group. Like I said, KD is gonna do what KD does. He’s a Hall of Famer. We know that. So we have to prepare not only for him, but for the whole group.”</p><p>Hanging in</p><p>The Lakers aren't publicly predicting when their top two scorers will return, if at all. The injuries to Doncic (Grade 2 hamstring strain) and Reaves (Grade 2 oblique strain) typically take several weeks to heal. The first-round schedule has a few extra days off, but that's no guarantee.</p><p>“We’re going try to make this season as long as possible so that we can get those guys back at some point,” Lakers coach JJ Redick said. “We don’t know what that is, but that’s just our job. And their job is to do everything they can to be in a position to come back at some point. It may not work, but that’s what we’re trying to do.”</p><p>Tough out</p><p>Hard-working, resourceful Houston would be a tough matchup even under ideal circumstances for the Lakers, but the Rockets know they're facing a competent opponent playing with extra fire from the widespread perception that this short-handed team can't hang with them.</p><p>The Lakers have home-court advantage because they won 53 games, including two in Houston last month.</p><p>“Even though they got injuries, we’re not looking at this team like they’re not a good team,” Durant said. “We have to show the proper respect to them as NBA players and then into the game as well. We’ve got to come out and respect these guys, because they can have that impact if we let them.”</p><p>Fifth starter?</p><p>Udoka wouldn’t say this week who will join Durant, Alperen Sengun, Jabari Smith Jr. and Amen Thompson as his team’s fifth starter in this series. Down the stretch, Udoka started Tari Eason, Josh Okogie and Reed Sheppard, depending on the matchup. Okogie could be the top option in this series for his defense, but he is averaging just 4.5 points a game, making him a less desirable option offensively than Sheppard (13.5 points a game) or Eason (10.5).</p><p>Hit the boards</p><p>Redick is aware of the Rockets' historic dominance as a rebounding team, so he addressed it from the first day of practice this week by putting the Lakers through fundamental rebounding and boxing-out drills that reminded his players of junior high.</p><p>“Taking care of the basketball and boxing out. That’s the series,” Redick said. “Scheme, personnel, obviously important. But if we don’t take care of the basketball and we don’t box out, we’re not going to win the series.”</p><p>Houston led the NBA in total rebounds (48.1 per game) and offensive rebounds (15.0), That proficiency powered much of the Rockets' offensive production, while the Lakers obviously depended on Doncic's brilliance for a big chunk of their scoring.</p><p>___</p><p>AP Sports Writer Kristie Rieken in Houston contributed.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHNDW4UIBFCD2FC6EGGMNRRHYI.jpg?auth=9cbf5d81bfd7bb1c52ccff50f5ab2174fae473f3ad037980b8ed03e81fc9f18c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets' Kevin Durant (7) dunks the ball as Los Angeles Lakers' LeBron James (23) defends during the second half of an NBA basketball game Wednesday, March 18, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVL7H3ZA4KXSCPDZYSSYXHFURA.jpg?auth=f01f2a5d13f25ac76123cdd3816231b9ceef7b9a5c0e3d33d95f7e203776f921&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets forward Kevin Durant (7) reacts late in the game during the second half of an NBA basketball game against the Minnesota Timberwolves, Friday, April 10, 2026, in Houston. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PRPCJG2WZ4EAQHZGQ4NLAWWRAU.jpg?auth=9f092159d8eb546538836fab8801e97017f2134d3515aa427a809792e3f21818&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers forward LeBron James (23) dunks against the Phoenix Suns during the second half of an NBA basketball game, Friday, April 10, 2026, in Los Angeles. (AP Photo/Jessie Alcheh)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessie Alcheh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T6UZOLFWEBIQNIMJPZ3EJ2VLU4.jpg?auth=5bee09672ab967550ec27acaeea1139ca92c4c58c2b00674a2dc80e77e3c19d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets head coach Ime Udoka, center, talks with guard Reed Sheppard (15) and forward Kevin Durant, right, in the second half of an NBA basketball game against the Memphis Grizzlies Friday, March 27, 2026, in Memphis, Tenn. (AP Photo/Brandon Dill)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Dill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WIUUFCHYQUIR2MASBA6H266XIU.jpg?auth=91ce6abd04e5d956b9118c8223f7482794a295dd4b5e74545c2ef0880955dd90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers head coach JJ Redick, center, reacts near forwards Jake LaRavia, left, and Dalton Knecht during the second half of an NBA basketball game Monday, March 30, 2026, in Los Angeles. (AP Photo/Ryan Sun)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Celebration of life held for Coral Springs Vice Mayor Nancy Metayer Bowen]]></title><link>https://www.local10.com/news/local/2026/04/17/coral-springs-vice-mayor-nancy-metayer-to-be-laid-to-rest-flags-lowered-to-half-staff/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/coral-springs-vice-mayor-nancy-metayer-to-be-laid-to-rest-flags-lowered-to-half-staff/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[A viewing and funeral were held Friday as loved ones and members of the community say their final goodbye to Coral Springs Vice Mayor Nancy Metayer Bowen, who police said was fatally shot by her husband earlier this month.]]></description><pubDate>Fri, 17 Apr 2026 12:02:30 +0000</pubDate><content:encoded><![CDATA[<p>A viewing and funeral were held Friday as loved ones and members of the community say their final goodbye to Coral Springs Vice Mayor <a href="https://www.local10.com/topic/Nancy_Metayer_Bowen/" target="_self" rel="" title="https://www.local10.com/topic/Nancy_Metayer_Bowen/">Nancy Metayer Bowen</a>, who police said was fatally shot by her husband earlier this month.</p><p><a href="https://www.local10.com/espanol/2026/04/17/realizaran-homenaje-postumo-a-vicealcaldesa-de-coral-springs-nancy-metayer-bowen-bajan-banderas-a-media-asta/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/realizaran-homenaje-postumo-a-vicealcaldesa-de-coral-springs-nancy-metayer-bowen-bajan-banderas-a-media-asta/">Leer en español</a></p><p><b>WATCH CELEBRATION OF LIFE LIVE BELOW: </b></p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/vYi8aKG9vfs?si=GlXzJ9UiYQ_sX-PN" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p>The vice mayor was honored in a procession, with Coral Springs police and Broward Sheriff’s Office deputies leading the way as the community came together to remember her life. </p><p>The viewing, which was open to the public, began at 11:30 a.m. at the Church by the Glades in Coral Springs.</p><p>A celebration of life was then held at 12:30 p.m.</p><p>“The city encourages all who wish to honor Vice Mayor Metayer to do so not only in remembrance but by carrying forward the values she embodied, uplifting others, making space at the table, serving with compassion, and working toward a more sustainable future,” city officials said in a news release.</p><p>On Thursday, Gov. Ron DeSantis ordered that all flags in Tallahassee and Coral Springs be lowered to half-staff from sunrise to sunset Friday in honor of Metayer Bowen.</p><p>The vice mayor’s husband, Stephen Bowen, 40, <a href="https://www.local10.com/news/local/2026/04/02/vice-mayors-husband-told-uncle-he-couldnt-take-it-anymore-when-asked-why-he-killed-her-docs/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/02/vice-mayors-husband-told-uncle-he-couldnt-take-it-anymore-when-asked-why-he-killed-her-docs/">faces first-degree murder and evidence tampering charges </a>after being captured in Plantation.</p><p>He is accused of shooting Metayer Bowen inside their Coral Springs home, where Metayer Bowen’s body was found on the morning of April 1 wrapped in a comforter and garbage bags. She was 38 years old. </p><p>Those close to her say that if there were signs of trouble, she kept them private.</p><p>“What we see is the escalation happens between rounds of these different incidents of abuse, so the quicker we can get law enforcement to the scene to understand what the issue is, the more seriously we can deal with the perpetrator and the abuser,” State Sen. Alexis Calatayud said. </p><p>“She was the best of us,” said an attendee at the memorial. “Kind, brilliant, graceful, dignified, and that beautiful smile — this is our Nancy.”</p><p>Lawmakers are now pushing for more protections, including tools that could silently alert police.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[2 Alaska-based soldiers injured in encounter with brown bear during training exercise]]></title><link>https://www.local10.com/news/national/2026/04/17/2-alaska-based-soldiers-injured-in-encounter-with-brown-bear-during-training-exercise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/17/2-alaska-based-soldiers-injured-in-encounter-with-brown-bear-during-training-exercise/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 23:23:09 +0000</pubDate><content:encoded><![CDATA[<p>ANCHORAGE, Alaska (AP) — Two U.S. Army soldiers have been injured after encountering a brown bear in a mountainous training area in Anchorage, the military said Friday.</p><p>The incident happened Thursday as the soldiers were participating in a “land navigation training event” in Arctic Valley, part of the Joint Base Elmendorf-Richardson’s training area.</p><p>The soldiers were receiving medical care as of Friday, a military official told the Anchorage Daily News. Messages sent to base spokespersons were not immediately returned to The Associated Press on Friday.</p><p>The soldiers’ conditions were not released pending notification of relatives.</p><p>Both soldiers used pepper spray on the bear, the official said. Few other details were available about the incident because it was still under investigation.</p><p>“The safety and well-being of our personnel is our highest priority,” Lt. Col. Jo Nederhoed, a spokesperson for the U.S. Army 11th Airborne Division, said in an email to the Anchorage Daily News.</p><p>The Alaska Department of Fish and Game is investigating what it says appears to have been “a defensive attack" by a bear that had recently emerged from a den. The area near where the incident occurred has been closed to recreational activity by base officials, the department said.</p><p>Samples were collected by investigators with the aim of positively identifying the species and gender of bear involved, the department said.</p><p>The base encompasses 100 square miles (259 square kilometers) within the Municipality of Anchorage, where up to 350 black bears and 75 brown bears roam freely.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R55XXLXYXF4MEC34QYVFZVSUQY.jpg?auth=8971e412c4b285f19093ffdb86c6f4ab82df11b71284b441d77bb06c09ff5e62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign marks the entrance to Joint Base Elmendorf-Richardson in Anchorage, Alaska, Wednesday, Aug. 13, 2025. (AP Photo/Mark Thiessen,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content></item><item><title><![CDATA[Video shows suspects stealing GPS units from boats at southwest Miami-Dade dealership]]></title><link>https://www.local10.com/news/local/2026/04/17/video-shows-suspects-stealing-gps-units-from-boats-at-southwest-miami-dade-dealership/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/video-shows-suspects-stealing-gps-units-from-boats-at-southwest-miami-dade-dealership/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Newly obtained surveillance video exclusively obtained by Local 10 News shows two suspects arriving at a powersports dealership and stealing high-end GPS units from boats in southwest Miami-Dade earlier this year. ]]></description><pubDate>Fri, 17 Apr 2026 21:32:22 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video exclusively obtained by Local 10 News on Friday shows two suspects who deputies say arrived at a powersports dealership and <a href="https://www.local10.com/news/local/2026/01/20/boat-gps-thieves-busted-in-tesla-escape-car-miami-dade-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/20/boat-gps-thieves-busted-in-tesla-escape-car-miami-dade-deputies-say/">stole high-end GPS units from boats</a> in southwest Miami-Dade earlier this year. </p><p>The video, shared by the Miami-Dade State Attorney’s Office, captures the incident that occurred just after 1 a.m. on Jan. 17 at Gables Motorsports in the 7300 block of Bird Road.</p><p>Video shows a person wearing a hooded sweatshirt walking up to the boats before climbing inside one vessel, then moving to another.</p><p>Deputies said the man was cutting GPS units off the boats.</p><p>They said a second person, wearing a black jacket, later arrived in a Tesla and is seen approaching the boats. Investigators said he was acting as a lookout.</p><p>The two men, identified as James Briggs-Stanford, of Atlanta, and Shavonte Malone, of southwest Miami-Dade, were later arrested on grand theft, burglary and criminal mischief charges. </p><p>Investigators said the surveillance video played a key role in tracking down the suspects.</p><p>Police said the theft caused thousands of dollars in damage, but the GPS units were ultimately recovered.</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[Traffic and trepidation in the Persian Gulf could keep gasoline prices from dropping quickly]]></title><link>https://www.local10.com/business/2026/04/17/traffic-and-trepidation-in-the-persian-gulf-could-keep-gasoline-prices-from-dropping-quickly/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/17/traffic-and-trepidation-in-the-persian-gulf-could-keep-gasoline-prices-from-dropping-quickly/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 21:30:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After U.S. President Donald Trump and Iran’s foreign minister said the Strait of Hormuz was fully open to commercial vessels after almost seven weeks of war, oil prices plunged 10% and the stock market rallied Friday.</p><p>Motorists, hoping for relief at the pump, wondered how quickly gasoline prices might fall once oil tankers stuck in the Persian Gulf were moving again. A gallon of regular gasoline cost $4.08 on average in the U.S. Friday, which was 37% more than before U.S. and Israel attacked Iran but down a few cents from a week ago.</p><p>But when gas prices spike, they don’t typically drop as quickly as the cost of crude. Even if Iran keeps the waterway open in the face of a U.S. blockade of its vessels, it still could take months for fuel prices to return to levels resembling those enjoyed before the war began Feb. 28, energy experts said.</p><p>The slow speed at which oil tankers travel from ports to refineries, lingering security concerns, traffic in the strait and damage to energy infrastructure in the Middle East are all playing a role in the elevated price of gasoline.</p><p>“The historical observation is that gasoline prices rise quickly but fall slowly, regardless of the particular causes of the increase,” said Mark Barteau, a professor in the department of chemical engineering at Texas A&M University.</p><p>“In this case, one has to take into account the time it takes for the steps that have to happen once tankers sail through the straits – for example, sailing time to refineries on other continents, time to ramp up refinery operations, and time to transport some refined products by tanker to the continent where they will be used,” Barteau said. “There is also tendency to hedge bets because of doubts about whether and how quickly that restoration might occur, and whether further disruptions are possible along the way.”</p><p>Nevertheless, some energy analysts were optimistic that gas prices would gradually decline.</p><p>Hope for lower gasoline prices</p><p>Gasoline prices were already falling slightly after last week’s announcement of a two-week ceasefire between the U.S. and Iran, according to motor club federation AAA.</p><p>Following the Strait of Hormuz announcement, oil prices fell by $10 to $12 per barrel, which generally translates into a decrease of 25 or 30 cents per gallon of gas, said Michael Lynch, distinguished fellow at Energy Policy Research Foundation, a non-partisan research institution focused on energy and economics.</p><p>“That doesn’t happen overnight, but within a week or two, we could be down 50 cents a gallon easily, if this holds,” Lynch said. “And part of it is, there’s a lot of tankers ready to go. And if they all come out, then that balances the market very quickly.”</p><p>In the wake of Friday's news, “every state will start seeing gas price decreases accelerate at a pace of probably 1 to 3 cents a gallon for every day or two,” said Patrick De Haan, head of petroleum analysis at GasBuddy, in a webcast. “And that could continue for at least a couple of weeks.”</p><p>DeHaan estimated that the national average for a gallon of regular gas could reach $3.45 to $3.65 by Memorial Day. But he acknowledged that returning to lower prices could take a while.</p><p>“It might take until later this year or early next year to really fully normalize and for some of these surcharges and impacts to reverse and disappear," De Haan said.</p><p>Traffic and trepidation</p><p>If an agreement to end the war is reached, it could take at least four months for shipping through the Strait of Hormuz to go back to normal, said Patrick Penfield, professor of supply chain practice at Syracuse University.</p><p>“Right now, you still have potential mines that have to be removed or detonated, you have over 150 tankers that have been anchored in and around the strait, which is causing a traffic jam, and we still have shipping rates that are still high because of lack of shipping capacity and war rate insurance,” he said.</p><p>The leaders of France and the U.K. welcomed word of the strait's reopening but said they would keep pushing for a way to permanently restore freedom of navigation for vessels that rely on the narrow passage off Iran's coast, through which about one-fifth of the world's oil typically travels.</p><p>Ship owners would have to be convinced to trust the Americans and Iranians, "and that seems like it’s a hard hill to climb,” Lynch, of the Energy Policy Research Foundation, said. “I certainly wouldn’t want to do it. I wouldn’t wanna be the first ship through or even the first five ships through, but somebody will do it. There’s a lot of money on the table and somebody’s going to grab it.”</p><p>If the Iranians are cooperating, the mines should not be a problem, because Iran has a sense of where the mines are, Lynch said.</p><p>"Now, that raises the issue, are the Iranians going to cooperate, or what do they want to cooperate?” he asked. “Are they going to demand a couple-million dollars a ship, as is talked about? Or is Trump going to say ‘that’s not acceptable,’ and then what’s the next step after that?”</p><p>If the strait remains open, and ships loaded with oil leave the Persian Gulf, it could take weeks for those heavy, slow-moving ships to reach their destinations.</p><p>“People think that once the strait opens, it’s fine. We’re done. It’ll be better really fast,” said Richard Joswick, global head of near-term oil analysis at S&P Global Energy. “If you open the strait today to get a ship and bring it around and take it to Europe and run a refinery, turn it into products, you’re talking 10 weeks of a lag time here. It will be two to three months before things can start to get back to normal after the straight re-opens.”</p><p>Damage to energy infrastructure in the Middle East</p><p>Many oil production facilities were damaged in the Middle East, including refineries in Saudi Arabia and Kuwait and oil tanker terminals in the United Arab Emirates and Iran. Some repairs has been made, but damage remains.</p><p>In addition, some countries slowed down or halted production during the war, because without the ability to ship crude through the Strait of Hormuz, their ships and storage tanks filled up with stranded oil.</p><p>“It’s not a light switch. Everyone’s impatient and saying, ‘Go, go go,’” De Haan said. “But it will take time to get these flows of oil through the Middle East fired back up again.”</p><p>Once an oil well is turned off, the pressure within the well could change, and it can take time to restart the flow. But that might not be a problem in some Middle East oil fields, where production can be resumed quickly, Lynch said.</p><p>“The Saudis have done that a bunch of times. They ramp up by 2 or 3 million barrels a day, almost overnight, and there’s no problem with the wells that have been shut in for months and sometimes years,” Lynch said.</p><p>___</p><p>Mae Anderson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LX4BJTMYL5UPIEP23N46FBSI3M.jpg?auth=d3d8502d9bba4894105d9d2f15d444112286e633bebf418c2cfbc8a186de5001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Backdropped by ships in the Strait of Hormuz, damage, according to local witnesses caused by several recent airstrikes during the U.S.-Israel military campaign, is seen on a fishing pier in the port of Qeshm island, Iran, Monday, April 13, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L7FYFR4WDA4SNNHWMG2KHJOB6U.jpg?auth=320a3821c01baf77d00feb5fc34537c86bea9d193ebbe39b5a2f4f2d65592720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Backdropped by ships in the Strait of Hormuz, damage, according to local witnesses caused by several recent airstrikes during the U.S.-Israel military campaign, is seen on a fishing pier in the port of Qeshm island, Iran, Monday, April 13, 2026. (AP Photo/Asghar Besharati)]]></media:description><media:credit role="author" scheme="urn:ebu">Asghar Besharati</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7AXELWZBQROTAWL5UGFT2FKRII.jpg?auth=a546aeece46917ae8279eec39195d1bef8d67526abdd0032d25cec373902a3da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jeepney drivers walk on portraits of U.S. President Donald Trump, Israeli Prime Minister Benjamin Netanyahu and Philippine President Ferdinand Marcos Jr. as they hold a rally during a strike of some transport groups to denounce the high prices of oil on Wednesday, April 15, 2026, in Manila, Philippines. (AP Photo/Aaron Favila)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNE6DDMNPSGJOK3H5HBDGCTMJM.jpg?auth=1ad656a35ef0b69bab664ae3a8b8036b55c44281acd40c2a494e7acf3324e6de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Neer Malik fills up just one gallon of gasoline to ride approximately 100 miles on his motorcycle at a gas station in Los Angeles on Friday, April 17, 2026. (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/I54RB53KLVTD5L5PSEV7TWNUPM.jpg?auth=12bbcd91300c835517a1bdc5ea6bd5c0032b61f5988469c9fd5a52c9871e6845&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorist fills up his truck for over a $100 at a gas station in Los Angeles on Friday, April 17, 2026. (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/46IM5PZWOON5UHL3HLFD44S2FY.jpg?auth=258b415bd45ce07389c2801c6e71fb06e6c3a1e9423b7450c971b21d22cbcd5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fuel is filled from a fuel tanker to a gas station in Frankfurt, Germany, Thursday, April 16, 2026. (AP Photo/Michael Probst)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Probst</media:credit></media:content></item><item><title><![CDATA[Now with Atlanta, Angel Reese says she is grateful for her 2 years in Chicago but wanted more]]></title><link>https://www.local10.com/sports/2026/04/17/now-with-atlanta-angel-reese-says-she-is-grateful-for-her-2-years-in-chicago-but-wanted-more/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/now-with-atlanta-angel-reese-says-she-is-grateful-for-her-2-years-in-chicago-but-wanted-more/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 21:26:54 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Angel Reese was surrounded by the love — and the talent — during her first news conference with the Atlanta Dream she felt was missing in her two years in Chicago.</p><p>The Dream acquired Reese from the Sky on April 6. Chicago obtained first-round draft picks in 2027 and 2028. Atlanta also received the right to swap second-round picks with Chicago in 2028.</p><p>One of the WNBA's most recognizable stars, Reese led the league in rebounds in each of her two seasons with the Sky.</p><p>“I’m always gonna be grateful for that because I did experience a lot of great things,” Reese said Friday of her time in Chicago. “I enjoyed being able to grow within my first two years but I wanted more. I love to win, I love to compete and I wanted to be surrounded by people that can make me better.</p><p>“And I am not satisfied with what I am as a player and I felt like being around these kinds of players would help me be better. I can help them in different ways to help them win and that’s all I ever wanted. I don’t care about anything else that comes with it. I want to win and being able to come to an organization that really cared about their players.”</p><p>Reese was joined at the news conference by the five players Atlanta has re-signed this offseason. Guard Rhyne Howard said Reese, a two-time All-Star forward, could help Atlanta win a championship.</p><p>“Angel, I think is special for us because she could be exactly what we were missing,” Howard said.</p><p>Reese averaged 14.7 points and a league-best 12.6 rebounds last season. She joins a team that won a franchise-record 30 games last season under coach Karl Smesko before losing to Indiana in the playoffs.</p><p>Atlanta also re-signed Allisha Gray, Brionna Jones, Jordin Canada and Naz Hillmon.</p><p>Gray finished fourth in MVP voting last season. Howard became the fastest player in WNBA history to make 300 3-pointers. Hillmon was named Sixth Player of the Year and Jones was an All-Star.</p><p>The trade to Atlanta came after Reese expressed frustration late last season, with Chicago on the way to a 10-34 finish. She told the Chicago Tribune the Sky needed to improve their roster and added she “might have to move in a different direction and do what’s best for me” if that didn't happen. She later apologized to the team for the comments.</p><p>The Sky suspended Reese for half a game for comments deemed “detrimental to the team.” The team held her out for its final three games with a back injury, raising speculation about her future in Chicago.</p><p>Reese said the interest from the Dream “was mutual on both sides and I was able to choose a destination I really wanted to go to.”</p><p>General manager Dan Padover said adding Reese capped a successful offseason.</p><p>“When we went into this offseason, we had two main priorities,” Padover said. “That was retain our core. And to remain opportunistic. And over the last week, I’m thrilled to say we did both. Keeping these players in Atlanta was just so important to us. And the most special thing is that they want to stay here.</p><p>“And then to have someone like Angel come in and say ‘Hey guys, I love what you’re doing. I love that city. Let me jump in here.’ And to have this whole group as well as the others that are here today come together to try to build something and win a championship. That’s what sports is all about.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IMTXNSPJDQWDQANQY2OVRNEN54.jpg?auth=50e3e5a183218734c482a150734f457b9dc8b6da79e6984a8b3871fef1b2500c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angel Reese speaks during her introduction during a news conference by the Atlanta Dream on Friday, April 17, 2026, in Atlanta. The Dream acquired Reese for first-round draft picks in 2027 and 2028. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IUWPZCK4AVTWQ2SKR2JKK3CQD4.jpg?auth=c0850f2775dd0a435be735c55e5d2f896b5ad6ec573b2d1b5b54254d2f454349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream's Jordin Canada, Angel Reese And Rhyne Howard hold up their jerseys during a news conference by the Atlanta Dream on Friday, April 17, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ONR5X3FIR4MTODBVODFSNK6V6I.jpg?auth=2c5fc161653782959ce8c6ceede2044daf73021164359be2c75a0915604e2847&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angel Reese is introduced during a news conference by the Atlanta Dream on Friday, April 17, 2026, in Atlanta. The Dream acquired Reese for first-round draft picks in 2027 and 2028. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNF7VI7SL3EGLTGULCJOYRTTWM.jpg?auth=5cbac92bde71d1ee633046c7441fb51a5a1a663bcb356db09d3fe7e01c632971&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Dream's Allisha Gray, Brionna Jones, Naz Hillmon, Jordin Canada, Angel Reese And Rhyne Howard hold up their jerseys during a news conference by the Atlanta Dream on Friday, April 17, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUXD4DNE4APATHXBSS7U3TF3YQ.jpg?auth=8fb483ecdd680f42a2ea85c2d45719e866598feea5449f8b4bcc8f6e8df5cfad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Angel Reese is introduced by the Atlanta Dream on Friday, April 17, 2026, in Atlanta. The Dream acquired Reese for first-round draft picks in 2027 and 2028. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Florida woman survives rollover crash after hitting alligator on Easter morning]]></title><link>https://www.local10.com/news/florida/2026/04/17/florida-woman-survives-rollover-crash-after-hitting-alligator-on-easter-morning/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/17/florida-woman-survives-rollover-crash-after-hitting-alligator-on-easter-morning/</guid><dc:creator><![CDATA[Jenise Fernandez]]></dc:creator><description><![CDATA[A 25-year-old woman is recovering after her authorities said her SUV struck a nearly 9-foot alligator and rolled several times before crashing into a pole in a rural part of Sarasota County before sunrise on Easter Sunday.]]></description><pubDate>Fri, 17 Apr 2026 21:25:57 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old woman is recovering after her authorities said her SUV struck a nearly 9-foot alligator and rolled several times before crashing into a pole in a rural part of Sarasota County before sunrise on Easter Sunday.</p><p>Maslin Kurtz said she initially believed she had blown a tire when her vehicle veered off the road along Fruitville Road near Cowpen Lane.</p><p>“I thought I hit something and blew a tire just because it ripped my car off of the road,” Kurtz said.</p><p>Authorities said Kurtz’s Toyota 4Runner hit the alligator, causing the vehicle to overturn multiple times. Photos show extensive damage to the SUV.</p><p>Kurtz said she became trapped inside the vehicle after the crash.</p><p>“I just remember being stuck in my car like I was crushed between the roof and the steering wheel,” she said. “I’m just kind of stuck there, not sure what happened.”</p><p>She said she prayed for help as cars passed by, unsure where she had landed off the roadway.</p><p>“I was just praying that somebody would see me,” she said. “I saw lights go by and thought I was behind a bush or something. I didn’t know where I had ended up.”</p><p>A couple stopped and called 911, helping Kurtz out of the wreckage, she said.</p><p>Kurtz was hospitalized for four days at Sarasota Memorial Hospital, including two days in the intensive care unit. She suffered multiple injuries, including fractures to her spine, sternum and left scapula.</p><p>“I have a few fractures on my spine. My sternum is fractured and then my left scapula,” she said.</p><p>She is expected to make a full recovery but must wear a brace for four to six weeks and undergo physical therapy.</p><p>Kurtz said she feels fortunate to have survived the crash. Her home is now filled with balloons and cards, and she said the couple who helped rescue her later visited and brought her a stuffed alligator.</p><p>“It was very emotional,” she said. “I’m just grateful that I’m here and I give all the glory to God,” Kurtz. </p><p>Authorities said the alligator did not survive the crash and was removed from the roadway. A GoFundMe has been started to help Kurtz with her medical expenses.</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[Woman suing Orlando restaurant after being injured by part of ceiling]]></title><link>https://www.local10.com/news/local/2026/04/17/woman-suing-orlando-restaurant-after-being-injured-by-part-of-ceiling/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/woman-suing-orlando-restaurant-after-being-injured-by-part-of-ceiling/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A woman is taking legal action after she says part of a celling at an Orlando restaurant fell on top of her.]]></description><pubDate>Fri, 17 Apr 2026 21:12:48 +0000</pubDate><content:encoded><![CDATA[<p>A woman is taking legal action after she says part of a celling at an Orlando restaurant fell on top of her.</p><p><a href="https://www.local10.com/espanol/2026/04/17/demanda-a-restaurante-en-orlando-tras-resultar-herida-por-caida-de-parte-del-techo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/17/demanda-a-restaurante-en-orlando-tras-resultar-herida-por-caida-de-parte-del-techo/">Leer en español</a></p><p>It’s just the latest safety issue discovered by inspectors. </p><p>“I know we don’t have earthquakes and stuff, but it felt like an earthquake or a sinkhole or something everything just started coming down on me,” said Dajah Stover. </p><p>Stover, her father and attorneys think most people would never believe a ceiling and the air conditioning system in a restaurant would suddenly come crashing down.</p><p>But it happened on Oct. 6 at Flyers Wings and Grill in Orlando.</p><p>“I just saw so much blood pouring from my head,” Stover said. “The ambulance came and they basically saw the situation, how it happened, and they saw the deep cut I had in my head, and they just I need to go to the hospital to get staples.”</p><p>Stover wasn’t alone in the restaurant, she was eating with her daughter, who was not quite two years old at the time.</p><p>“I had walked over there to sit next to her and scooted her over,” she said. “So if I had not walked there and scooted her over, everything would have hit her instead of me. And that was just by the grace of God, that she didn’t get hit.”</p><p>Stover is now suing the restaurant, claiming negligence and lingering health problems from the collapse.</p><p>“It’s definitely traumatic for the family, myself and the family, to know that my daughter and granddaughter were in a situation like that,” said Torrence Stover, Dajaj’s father. </p><p>According to state inspection reports, the restaurant has been cited for violations involving “ceiling tiles and vents soiled with accumulated food debris” since 2023, and just days after the ceiling collapse was given a “repeat violation warning” for lack of ceiling maintenance.</p><p>The lawsuit also alleges in “2024, a customer was injured when a piece of ceiling fell.”</p><p>“It wasn’t until after Dajaj got hit in the head and her daughter narrowly escaping injury or death that they closed down the restaurant, partially, to fix this,” said Ryan Fletcher, who is representing Dajaj Stover. </p><p>The restaurant also had multiple violations of the FDA food code and the lawsuit highlights a repeat violation for damaged or missing ceiling tiles.</p><p>So far, the business has not commented on the lawsuit.</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[Demanda a restaurante en Orlando tras resultar herida por caída de parte del techo]]></title><link>https://www.local10.com/espanol/2026/04/17/demanda-a-restaurante-en-orlando-tras-resultar-herida-por-caida-de-parte-del-techo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/demanda-a-restaurante-en-orlando-tras-resultar-herida-por-caida-de-parte-del-techo/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[Una mujer ha emprendido acciones legales después de que, según ella, parte del techo de un restaurante en Orlando se derrumbara sobre ella.]]></description><pubDate>Fri, 17 Apr 2026 21:18:29 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer está tomando acciones legales después de afirmar que parte del techo de un restaurante en Orlando le cayó encima.</p><p>Es el más reciente problema de seguridad detectado por inspectores.</p><p>“Sabemos que no tenemos terremotos ni cosas así, pero se sintió como un terremoto o un socavón, todo empezó a caer sobre mí”, dijo Dajah Stover.</p><p>Stover, su padre y sus abogados creen que la mayoría de las personas no imaginarían que un techo y el sistema de aire acondicionado de un restaurante colapsarían repentinamente.</p><p>Pero ocurrió el 6 de octubre en Flyers Wings and Grill en Orlando.</p><p>“Vi mucha sangre saliendo de mi cabeza”, dijo Stover. “La ambulancia llegó y básicamente vieron la situación, cómo ocurrió, y vieron el corte profundo que tenía en la cabeza, y dijeron que necesitaba ir al hospital para recibir grapas”.</p><p>Stover no estaba sola en el restaurante, estaba comiendo con su hija, que en ese momento tenía menos de dos años.</p><p>“Me acerqué para sentarme a su lado y la moví”, dijo. “Si no hubiera hecho eso, todo le habría caído a ella en lugar de a mí. Fue por la gracia de Dios que no resultó herida”.</p><p>Stover ahora demanda al restaurante, alegando negligencia y problemas de salud persistentes tras el colapso.</p><p>“Es definitivamente traumático para la familia, para mí y para todos, saber que mi hija y mi nieta estuvieron en una situación así”, dijo Torrence Stover, padre de Dajah.</p><p>Según informes de inspección estatal, el restaurante ha sido citado por violaciones relacionadas con “losetas del techo y ventilaciones sucias con acumulación de residuos de alimentos” desde 2023, y días después del colapso recibió una “advertencia por violación repetida” por falta de mantenimiento del techo.</p><p>La demanda también alega que en 2024 un cliente resultó herido cuando una parte del techo cayó.</p><p>“No fue hasta que Dajah recibió el golpe en la cabeza y su hija estuvo a punto de resultar herida o morir que cerraron parcialmente el restaurante para hacer reparaciones”, dijo Ryan Fletcher, quien representa a Dajah Stover.</p><p>El restaurante también tenía múltiples violaciones del código alimentario de la FDA y la demanda destaca una infracción reiterada por losetas del techo dañadas o faltantes.</p><p>Hasta el momento, el negocio no ha comentado sobre la demanda.</p>]]></content:encoded></item><item><title><![CDATA[Ballesteros, Hoerner and Happ homer as Cubs hand Mets their 9th straight loss in 12-4 romp]]></title><link>https://www.local10.com/sports/2026/04/17/ballesteros-hoerner-and-happ-homer-as-cubs-hand-mets-their-9th-straight-loss-in-12-4-romp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/ballesteros-hoerner-and-happ-homer-as-cubs-hand-mets-their-9th-straight-loss-in-12-4-romp/</guid><dc:creator><![CDATA[By ANDREW SELIGMAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 21:53:13 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Moisés Ballesteros, Nico Hoerner and Ian Happ homered, and the Chicago Cubs handed the Mets their ninth straight loss, pounding New York 12-4 on Friday.</p><p>The Mets' skid is their worst since the 2004 team dropped 11 straight. They’ve been outscored 56-16 during the streak.</p><p>Chicago scored in double digits for the third straight game and major league-leading fourth time this season.</p><p>Ballesteros made it 4-0 in the first with a three-run homer.</p><p>Hoerner had three hits and drove in two runs after setting a career high with five RBIs in Wednesday’s 11-2 win at Philadelphia. His two-run shot in the second against Kodai Senga (0-3) made it 6-3. The two-time Gold Glove second baseman also made a diving stop to rob Bo Bichette of a hit in the fifth.</p><p>Happ added a two-run drive in the eighth.</p><p>Edward Cabrera (2-0) went six innings, allowing three runs and eight hits, as the Cubs rolled to their third straight win.</p><p>Senga got tagged for seven runs in his second straight start.</p><p>The Japanese right-hander gave up six earned to go with six hits in 3 1/3 innings after lasting just 2 1/3 in a loss to the Athletics last week. His ERA through four starts is 8.83.</p><p>After outscoring Philadelphia by a combined 21-6 in their previous two games, the Cubs jumped on Senga.</p><p>Seiya Suzuki singled in a run in the first and Ballesteros made it 4-0 when he drove the next pitch to the left-field basket.</p><p>The Mets cut it to 4-3 in the second on an RBI double by Marcus Semien and two-run single by Tyrone Taylor off the center-field wall. Taylor got thrown out at second by Pete Crow-Armstrong.</p><p>Up next</p><p>The series continues with the Mets sending RHP Freddy Peralta (1-1, 3.86 ERA) to the mound and the Cubs going with RHP Jameson Taillon (0-1, 4.86). ___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDUSBSJ54AYLI4RVIMQH6GVAQQ.jpg?auth=9b13285af4143eca8ac9bb2d06a46f828cb45fe309d9a5e5310a6243220fafb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Dansby Swanson (7) and Seiya Suzuki (27) celebrate their team's win over the New York Mets in a baseball game Friday, April 17, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KW42233UJX2PHSMVN4UBJGQKI.jpg?auth=ebe32ada60342edd9e03aa473652af30389f41a88c3eb04da5e38819c7efd405&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets starter Kodai Senga leaves the mound after a pitching change during the fourth inning of a baseball game against the Chicago Cubs, Friday, April 17, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLM6H4EH4ENSX4TJFEYHDY7F3I.jpg?auth=22ca6744d51866a4a111dd56341e1bdd07dfafc2cb0c26aae93f2399114cd516&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs designated hitter Moises Ballesteros (25) runs the bases after hitting a three-run home run during the first inning of a baseball game against the New York Mets, Friday, April 17, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRZUR3A6UZNC6EBAPASQNGHG24.jpg?auth=119270bbe3aa3da1b2634ca0e57f6442a402b44545dae8fcfbb5d68e2f35eb27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets manager Carlos Mendoza stands stands in the dugout during the fifth inning of a baseball game against the Chicago Cubs, Friday, April 17, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHKGPJ2TGFZCG2L4PRAZP2DWBI.jpg?auth=8f78d27bbe2a529a1d7a3b7327ad1e61ef8c0bbabbb8747d1cd79446eb1673b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Nico Hoerner (2) runs the bases after hitting a two-run home run during the second inning of a baseball game against the New York Mets, Friday, April 17, 2026, in Chicago. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Víctima de fraude con cambio de VIN pierde auto comprado y dinero invertido]]></title><link>https://www.local10.com/espanol/2026/04/17/victima-de-fraude-con-cambio-de-vin-pierde-auto-comprado-y-dinero-invertido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/victima-de-fraude-con-cambio-de-vin-pierde-auto-comprado-y-dinero-invertido/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Un hombre del sur de Florida pensó que estaba consiguiendo una buena oferta en un elegante SUV, pero la policía le confiscó su coche nuevo días después.]]></description><pubDate>Fri, 17 Apr 2026 21:10:15 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida pensó que estaba obteniendo una buena oferta por un SUV moderno, solo para que la Policía confiscara su nuevo vehículo días después.</p><p>Resultó que el auto que compró era robado.</p><p>Fue en el otoño del año pasado cuando Adrian Blejdea estaba buscando un nuevo vehículo.</p><p>Encontró una Chevrolet Suburban negra en Facebook Marketplace que estaba listada por $45,000 USD.</p><p>Blejdea verificó el número VIN del vehículo y no arrojó problemas, y el título coincidía.</p><p>El registro y la documentación del vendedor parecían legítimos.</p><p>“Hice mi investigación, todo parecía estar bien, así que compré el auto y lo registré”, dijo Blejdea.</p><p>Negociaron un acuerdo y Blejdea entregó $35,000 USD al vendedor.</p><p>Se fue conduciendo el SUV pensando que todo estaba bien, hasta tres días después.</p><p>“La radio no funcionaba, así que cuando conecté el GPS al auto al día siguiente, la Policía de Hollywood me encontró”, dijo Blejdea.</p><p>Según un informe policial de Hollywood proporcionado por Blejdea, un agente verificó la placa y encontró señales de alerta en un reporte de Carfax.</p><p>El informe indica que durante la parada de tráfico el agente “inspeccionó la placa VIN pública del vehículo, la cual identifiqué de inmediato como fraudulenta”.</p><p>La Policía encontró que no existía un historial real de concesionario para el SUV, y que la documentación también era falsa.</p><p>El título estaba vinculado a un auto de un concesionario en Kentucky, pero ese VIN nunca estuvo en su inventario.</p><p>Pero eso no fue todo.</p><p>Durante la inspección del SUV, los agentes encontraron otro VIN fraudulento que “parece ser un clon de un vehículo legítimo de Canadá”.</p><p>La Policía de Hollywood determinó que Blejdea fue víctima de un fraude conocido como cambio de VIN, donde delincuentes toman un número VIN legítimo y lo colocan en un auto robado.</p><p>Cuando la Policía investigó más a fondo, descubrió que el vehículo había sido reportado como robado originalmente en Oklahoma y de alguna manera llegó al sur de Florida, donde finalmente fue vendido a Blejdea.</p><p>Se trata de un esquema elaborado que ocurre en todo el país, tan sofisticado que el FBI no tiene estadísticas precisas a nivel nacional.</p><p>Para Blejdea, el auto que creía suyo fue incautado por la Policía de Hollywood.</p><p>Ahora se quedó sin vehículo y sin miles de dólares.</p><p>“Ya no confío en nada”, dijo Blejdea. “Siempre estoy verificando todo dos veces y buscando, y solo quiero asegurarme de que con quien estoy hablando o lo que me dicen no sea un fraude, porque escuchas muchas historias pero no crees que te pasará a ti”.</p><p>Blejdea tuvo que sacar un préstamo, el cual aún está pagando, y además compró otro auto para poder movilizarse y trabajar para Uber.</p><p>Espera poder recuperar su dinero de alguna manera.</p><p>Algunas formas de protegerse incluyen verificar un reporte de Carfax e intentar cruzar los números VIN en múltiples lugares, así como considerar servicios de inspección profesional.</p>]]></content:encoded></item><item><title><![CDATA[Natalie Portman is pregnant with her third child, her first with Tanguy Destable]]></title><link>https://www.local10.com/entertainment/2026/04/17/natalie-portman-is-pregnant-with-her-third-child-her-first-with-tanguy-destable/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/17/natalie-portman-is-pregnant-with-her-third-child-her-first-with-tanguy-destable/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 02:43:40 +0000</pubDate><content:encoded><![CDATA[<p>Natalie Portman is expecting her third child at age 44.</p><p>The actor told Harper’s Bazaar she is “very grateful” to be welcoming a child with partner Tanguy Destable, 45, a French electronic music producer known by his stage name, Tepr.</p><p>“Tanguy and I are very excited,” she told the outlet. “I’m just very grateful. I know it’s such a privilege and a miracle.”</p><p>The actor shares two older children, son Aleph, 14, and daughter Amalia, 9, with ex-husband Benjamin Millepied. Portman and Millepied divorced in 2024.</p><p>A publicist for Portman, Keleigh Morgan, confirmed news of the pregnancy but did not give further details.</p><p>Portman has spoken about how she grew up the child of a fertility doctor.</p><p>“I grew up hearing about how hard it is to get pregnant,” she told Harper's Bazaar. “I have so many people I love who’ve had such a hard time with it that I want to be respectful around that as well. It’s such a beautiful, joyous thing, and it’s also not an easy thing.”</p><p>She also said she is feeling good physically, with “more energy than I thought I might.”</p><p>Portman's upcoming projects include Cathy Yan's “The Gallerist,” about an unusual art world caper, and Lena Dunham's “Good Sex” on Netflix.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3NPP2ECID3VXR65PA6NMLKGZLI.jpg?auth=ccd94f6549820541353d43d32676e27492eafb71fec75d46041c06c3082e1e1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Natalie Portman appears at the photocall for the film "Arco" at the 78th international film festival, Cannes, southern France on May 16, 2025. (Photo by Scott A Garfitt/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[Sue Bird and Megan Rapinoe are breaking up and phasing out their podcast]]></title><link>https://www.local10.com/sports/2026/04/17/sue-bird-and-megan-rapinoe-are-breaking-up-and-phasing-out-their-podcast/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/sue-bird-and-megan-rapinoe-are-breaking-up-and-phasing-out-their-podcast/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 21:01:33 +0000</pubDate><content:encoded><![CDATA[<p>Sue Bird and Megan Rapinoe are splitting up.</p><p>The sports power couple announced Friday that they are ending their 10-year relationship and phasing out their popular podcast, “A Touch More.” They dropped the news together on the podcast.</p><p>“I hope you all know we put a lot of thought and care into this,” said Rapinoe, who rose to fame as a member of the Women’s World Cup team in 2011, 2015 and 2019. “It’s a decision that we made together. We’re still going to be there for all of you and for each other. It’s just going to look and feel a little bit different.</p><p>“We truly are evolving into something new to each other, to ourselves and to all of you, and we just wanted to say thank you for sharing this space with us and giving us this space for us to find ourselves in a different way through this podcast.”</p><p>Bird is considered one of the greatest women’s basketball players in history. She won four WNBA championships and was a 13-time All-Star over a 20-year career.</p><p>“We have shared so much of our life, so much of our relationship with you, so that’s why we wanted to come on here and share this, too,” Bird said. “These past 10 years have given us so much, and launching this podcast and sharing this space has been one of our favorite things that we’ve done together.”</p><p>Rapinoe is planning to start her own podcast, and Bird is committed to a second season of her own venture, “Bird’s Eye View.”</p><p>“It’s gonna look a little bit different moving forward,” Rapinoe said. “Obviously, our relationship was such a huge part of this podcast for you guys, but also for us. … We are both really sad to be losing this space. It’s been so meaningful to us, especially post-retirement, to be able to have this space to share, not just together, but with you as well.”</p><p>Bird said they will host six more special episodes of “A Touch More” as a “farewell to you all and to this space.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZM2KEEFW7STUSWVIKUJO3SOYYY.jpg?auth=121d5b335db251e0be9da8e588b121ca21a70cf5699db96409c5aa94a4e68cce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Megan Rapinoe, left, and Sue Bird pose for photographs before a WNBA basketball game between the Storm and the Washington Mystics, Sunday, June 11, 2023, in Seattle. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Former Wisconsin man sentenced to 20 months in federal prison for illegal campaign contributions]]></title><link>https://www.local10.com/news/politics/2026/04/17/former-wisconsin-man-sentenced-to-20-months-in-federal-prison-for-illegal-campaign-contributions/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/former-wisconsin-man-sentenced-to-20-months-in-federal-prison-for-illegal-campaign-contributions/</guid><dc:creator><![CDATA[By TODD RICHMOND, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 22:19:41 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — A federal judge has sentenced a former Wisconsin man to 20 months in prison for funneling hundreds of thousands of dollars into domestic political campaigns after moving to another country and renouncing his U.S. citizenship.</p><p>Court records show U.S. District Judge James Peterson sentenced Roger Hoffman on Wednesday. He also ordered Hoffman to pay a $150,000 fine. Hoffman's attorney, Mark Maciolek, didn't immediately return a message Friday seeking comment.</p><p>Hoffman, a 70-year-old self-employed investor originally from Madison, became a citizen of the Caribbean nation Saint Kitts and Nevis in January 2009, according to a grand jury indictment handed down in 2021. He renounced his U.S. citizenship in July of that year.</p><p>But he still moved more than $400,000 to state and federal elections in the U.S. over more than a decade, using an assistant identified in court documents only as M.W. as a conduit to circumvent laws prohibiting foreign nationals from making donations in U.S. elections.</p><p>He pleaded guilty in September to a single count of making illegal donations in a deal with prosecutors, agreeing that they would be able to prove he made about $345,000 in illegal federal campaign contributions between 2010 and 2020, according to court records.</p><p>Court documents state that Hoffman made donations to federal and Wisconsin candidates and political parties, with most of the dollars directed toward the federal side, but does not list specific recipients. It's not clear which candidates or political parties received money from him.</p><p>A message left at the U.S. attorney's office in Madison seeking those details was not immediately returned.</p><p>The office said in a news release Friday that Peterson admonished Hoffman during the sentencing hearing for demonstrating “a resolute pattern of dishonesty.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IMQKMQE44JEOVCNOLFK6IUEK2M.jpg?auth=7b4061837f9d4ff8c33f484865bf0202b56bb7216185d4e9f4d6d95204390db7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People vote in Oak Creek, Wis., on Nov. 5, 2024. (AP Photo/Morry Gash, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre de 22 años por triple balacera en Karnival que dejó una persona muerta]]></title><link>https://www.local10.com/espanol/2026/04/17/arrestan-a-hombre-de-22-anos-por-triple-balacera-en-karnival-que-dejo-una-persona-muerta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/arrestan-a-hombre-de-22-anos-por-triple-balacera-en-karnival-que-dejo-una-persona-muerta/</guid><dc:creator><![CDATA[Pablo Hernandez, Roy Ramos]]></dc:creator><description><![CDATA[Un hombre de 22 años fue arrestado tras una balacera en el evento Taste of Miami Karnival en Little Haiti que dejó una persona muerta y otras dos heridas, informaron las autoridades.]]></description><pubDate>Fri, 17 Apr 2026 17:10:51 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años fue arrestado en relación con una balacera mortal <a href="https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/">durante el evento Taste of Miami Karnival </a>que dejó una persona muerta y otras dos heridas, informaron las autoridades.</p><p>Las autoridades identificaron al sospechoso como Jamesly Mezime.</p><p>La balacera ocurrió cerca del escenario principal del evento en Northeast 62nd Street y Second Avenue, en el vecindario de Little Haiti en Miami.</p><p>Según el informe de arresto, agentes que trabajaban en el evento escucharon múltiples disparos, mientras que una alerta de ShotSpotter también detectó disparos en el área. Cuando los agentes respondieron, encontraron a un hombre inconsciente en el suelo con una herida de bala en el pecho.</p><p>Ese hombre fue identificado posteriormente como Kitchner Cyrille, de 23 años.</p><p>Cyrille fue trasladado al Ryder Trauma Center del Jackson Memorial Hospital, donde luego murió.</p><p>Un segundo hombre fue encontrado cerca del escenario central con múltiples heridas de bala y fue hospitalizado en estado crítico.</p><p>Una tercera víctima, una mujer, recibió disparos en las piernas y fue llevada al hospital en condición estable, donde luego fue dada de alta.</p><p>Según el informe de arresto, cámaras de vigilancia muestran una pelea en la multitud poco después de las 11:20 p.m. del domingo antes de que Mezime disparara contra dos personas y luego huyera a pie.</p><p>La policía dijo que el video también muestra a asociados de Mezime tomando objetos de los bolsillos de Cyrille mientras estaba en el suelo antes de “dispersarse entre la multitud”.</p><p>Un video obtenido por la policía mostró a Mezime, de North Miami Beach, regresando a un estacionamiento cercano. Fue visto caminando cerca de un Dodge Charger negro antes de subir al vehículo con otras personas y abandonar el área.</p><p>La policía indicó que lectores de matrículas y cámaras de vigilancia captaron el mismo vehículo circulando por la zona antes de la balacera.</p><p>El jueves, detectives encontraron el Dodge Charger en una residencia en Pembroke Pines y comenzaron vigilancia. Las autoridades siguieron el vehículo mientras transitaba por los condados Broward y Miami-Dade, eventualmente dirigiéndose hacia el sur por la Interestatal 95 y luego por la Interestatal 195.</p><p>Poco antes de las 11:45 a.m., los agentes realizaron una parada de tráfico por delito grave. Ordenaron a Mezime y a otras dos personas que salieran del vehículo y los detuvieron.</p><p>Los agentes trasladaron a los tres al departamento de homicidios de la Policía de Miami para interrogarlos mientras la investigación continúa.</p><p>Según el informe de arresto, Mezime dijo a los detectives que caminaba entre la multitud cuando sintió que alguien lo empujó o tiró de él por detrás y se dio la vuelta para ver qué ocurría. Dijo que un hombre vestido completamente de negro y con un sombrero negro lo golpeó en la cara, y otro hombre con una sudadera azul intentó sacar un arma de su cintura. Mezime afirmó que disparó contra ambos hombres en defensa propia antes de huir.</p><p>Mezime enfrenta un cargo de asesinato en segundo grado y dos cargos de intento de asesinato.</p><p>Hasta la mañana del viernes, los registros muestran que permanecía detenido en el Centro Correccional Turner Guilford Knight, con una fianza “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[Realizan celebración de vida para vicealcaldesa de Coral Springs Nancy Metayer Bowen]]></title><link>https://www.local10.com/espanol/2026/04/17/realizaran-homenaje-postumo-a-vicealcaldesa-de-coral-springs-nancy-metayer-bowen-bajan-banderas-a-media-asta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/realizaran-homenaje-postumo-a-vicealcaldesa-de-coral-springs-nancy-metayer-bowen-bajan-banderas-a-media-asta/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[El viernes se celebrará un velatorio y un funeral en los que seres queridos y miembros de la comunidad darán su último adiós a la vicealcaldesa de Coral Springs, Nancy Metayer Bowen, quien, según la policía, fue asesinada a tiros por su marido a principios de este mes.]]></description><pubDate>Fri, 17 Apr 2026 13:17:37 +0000</pubDate><content:encoded><![CDATA[<p>Se realizan velorio y funeral este viernes mientras seres queridos y miembros de la comunidad dan el último adiós a la vicealcaldesa de Coral Springs, <a href="https://www.local10.com/topic/Nancy_Metayer_Bowen/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Nancy_Metayer_Bowen/">Nancy Metayer Bowen</a>, quien, según la Policía, fue asesinada a tiros por su esposo a principios de este mes.</p><p><b>VEA EN VIVO LA CELEBRACIÓN DE VIDA A CONTINUACIÓN:</b></p><p><iframe width="560" height="315" src="https://www.youtube.com/embed/vYi8aKG9vfs?si=3kSgIGYugFPLcDDA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p>La vicealcaldesa fue honrada en una procesión, con la Policía de Coral Springs y agentes de la Oficina del Sheriff de Broward encabezando el recorrido mientras la comunidad se unía para recordar su vida.</p><p>El velorio, abierto al público, comenzó a las 11:30 a.m. en la iglesia Church by the Glades en Coral Springs.</p><p>Luego se llevó a cabo una celebración de vida a las 12:30 p.m.</p><p>“La ciudad alienta a todos los que deseen honrar a la vicealcaldesa Metayer a hacerlo no solo en recuerdo, sino continuando los valores que ella encarnó, apoyando a otros, dando espacio en la mesa, sirviendo con compasión y trabajando hacia un futuro más sostenible”, informaron funcionarios de la ciudad en un comunicado.</p><p>El jueves, el gobernador Ron DeSantis ordenó que todas las banderas en Tallahassee y Coral Springs ondeen a media asta desde el amanecer hasta el atardecer del viernes en honor a Metayer Bowen.</p><p>El esposo de la vicealcaldesa, Stephen Bowen, de 40 años, <a href="https://www.local10.com/news/local/2026/04/02/vice-mayors-husband-told-uncle-he-couldnt-take-it-anymore-when-asked-why-he-killed-her-docs/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/02/vice-mayors-husband-told-uncle-he-couldnt-take-it-anymore-when-asked-why-he-killed-her-docs/">enfrenta cargos de asesinato en primer grado y manipulación de evidencia</a> tras ser capturado en Plantation.</p><p>Está acusado de dispararle a Metayer Bowen dentro de su casa en Coral Springs, donde su cuerpo fue encontrado la mañana del 1 de abril. Tenía 38 años.</p><p>Personas cercanas a ella dicen que, si había señales de problemas, las mantenía en privado.</p><p>“Lo que vemos es que la escalada ocurre entre distintos episodios de abuso, por lo que mientras más rápido podamos llevar a las fuerzas del orden al lugar para entender cuál es el problema, más seriamente podremos tratar con el agresor”, dijo la senadora estatal Alexis Calatayud.</p><p>Los legisladores ahora impulsan mayores protecciones, incluidas herramientas que podrían alertar a la Policía de forma silenciosa.</p>]]></content:encoded></item><item><title><![CDATA[Man, 22, arrested in Karnival triple shooting that left 1 dead]]></title><link>https://www.local10.com/news/local/2026/04/17/man-22-arrested-in-karnival-triple-shooting-that-left-1-dead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/17/man-22-arrested-in-karnival-triple-shooting-that-left-1-dead/</guid><dc:creator><![CDATA[Pablo Hernandez, Roy Ramos]]></dc:creator><description><![CDATA[A 22-year-old man has been arrested in connection with a deadly shooting at the Taste of Miami Karnival event that left one person dead and two others injured, police said.]]></description><pubDate>Fri, 17 Apr 2026 15:39:52 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man has been arrested in connection with a <a href="https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/">deadly shooting at the Taste of Miami Karnival event</a> that left one person dead and two others injured, police said.</p><p><a href="https://www.local10.com/espanol/2026/04/17/arrestan-a-hombre-de-22-anos-por-triple-balacera-en-karnival-que-dejo-una-persona-muerta/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/17/arrestan-a-hombre-de-22-anos-por-triple-balacera-en-karnival-que-dejo-una-persona-muerta/">Leer en español</a></p><p>Authorities identified the suspect as Jamesly Mezime.</p><p>The shooting happened near the main stage of the event off Northeast 62nd Street and Second Avenue in Miami’s Little Haiti neighborhood.</p><p>According to the arrest form, officers working the event heard multiple shots fired, while a ShotSpotter alert also detected gunfire in the area. When the officers responded, they found a man unresponsive on the ground with a gunshot wound to his chest. </p><p>That man was later identified by officials as 23-year-old Kitchner Cyrille. </p><p>Cyrille was taken to Jackson Memorial Hospital’s Ryder Trauma Center, where he later died.</p><p>A second man was found near the center stage with multiple gunshot wounds and was hospitalized in critical condition. </p><p>A third victim, a woman, was shot in the legs and taken to the hospital in stable condition, where she later was released.</p><p>According to the arrest report, surveillance cameras show a fight occurring in the crowd just after 11:20 p.m. Sunday before Mezime shot at two people and then fled on foot. </p><p>Police said the video also shows Mezime’s associates taking items from Cyrille’s pockets as he was laying on the ground before “dispersing in the crowd.”</p><p>Video obtained by police showed Mezime, of North Miami Beach, returning to a nearby parking lot. He was seen pacing near a black Dodge Charger before getting inside with others and leaving the area.</p><p>Police said license plate readers and surveillance cameras captured the same car circling the area before the shooting. </p><p>On Thursday, detectives found the Dodge Charger at a residence in Pembroke Pines and began surveillance. Authorities followed the vehicle as it traveled through Broward and Miami-Dade counties, eventually heading south on Interstate 95 and onto Interstate 195.</p><p>Just before 11:45 a.m., officers conducted a felony traffic stop. They ordered Mezime and two others in the car out of the vehicle and detained them.</p><p>Officers took all three to the Miami Police Department’s homicide office for questioning as the investigation continues.</p><p>According to the arrest form, Mezime told detectives he was walking through the crowd when he felt someone push or tug him from behind and turned around to see what was going on. He said a man wearing all black and a black hat punched him in the face, and another man wearing a blue hoodie reached into his waistband to take out a gun. Mezime said he shot both men in self-defense before fleeing.</p><p>Witnesses said otherwise, saying the violence stemmed from a dispute involving an ex-girlfriend.</p><p>“They say that they had a girlfriend in common at one time and this is what led to this incident,” said Mike Vega, officer of the City of Miami Police.</p><p>Mezime is facing one count of second degree murder and two counts of attempted murder.</p><p>As of Friday morning, records show he was being held in the Turner Guilford Knight Correctional Center, with a bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Oscar Schmidt, Basketball Hall of Famer from Brazil, dies at 68]]></title><link>https://www.local10.com/sports/2026/04/17/oscar-schmidt-basketball-hall-of-famer-from-brazil-dies-at-68/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/oscar-schmidt-basketball-hall-of-famer-from-brazil-dies-at-68/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 02:01:34 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Oscar Schmidt, the Basketball Hall of Famer known to his Brazilian compatriots as the “Holy Hand,” died Friday. He was 68.</p><p>Schmidt’s family said in a statement that he fought a brain tumor for 15 years “with courage, dignity and resilience . . . while remaining a role model of determination, generosity and love of life. Oscar leaves a legacy that transcends sport and inspires generations of athletes and admirers in Brazil and worldwide.”</p><p>Schmidt is beloved in Brazil for committing to the national team for 19 years and becoming one of the most prolific scorers in basketball history. He also starred in a historic victory over the United States in the final of the 1987 Pan American Games.</p><p>“The biggest player of Brazilian basketball history bids farewell as an absolute symbol of sport, the holder of a trajectory that redefined the boundaries of what was possible in a court,” the Brazil Basketball Confederation said in a statement. “His death closes an era. But his greatness remains.”</p><p>Chose Brazil over NBA</p><p>Schmidt, who never played in the NBA, began his professional career in 1974 and most of it was at home and Italy, where he became a childhood idol of future great Kobe Bryant.</p><p>In 1984 the NBA’s New Jersey Nets drafted him in the sixth round and he trained with them but declined a contract. At the time NBA players were not allowed to play for national teams. Schmidt said he had no regrets at his Hall of Fame induction.</p><p>“I was the choice (No,) 144,” he said. His idol Larry Bird laughed next to him. “They came to offer me a no-cut contract to play for the New Jersey Nets. I said thank you very much but if I play one game here I will never again play for my national team.</p><p>“Three years later we beat the Americans here in the U.S. Sorry, that was the greatest thing I did in basketball.”</p><p>Bird released a statement Friday, saying: “I always admired Oscar and considered him a friend. He was, without a doubt, one of the greatest players to ever play the game. It was an honor of a lifetime when Oscar asked me to present him at his well deserved induction into the Naismith Memorial Basketball Hall of Fame. My sincere condolences to Oscar’s family.”</p><p>Kerr compares Schmidt to Steph Curry</p><p>Golden State coach Steve Kerr said in comments before the Warriors played the Phoenix Suns on Friday that Schmidt “was one of the greatest shooters I’ve ever seen in my life.”</p><p>“Just no conscience, just a little bit, you know, of a Steph Curry mentality,” Kerr added. "Never, ever thought twice about letting it fly, just a beautiful player with an incredible mentality.”</p><p>Kerr played against Schmidt at the 1986 world championships and tore his ACL during the game.</p><p>“He literally picked me up, carried me off the floor,” Kerr said. "It was an incredible gesture on his part. And over the next few years, he really exploded.”</p><p>"I was so sad to hear about the news today. Only 68 and the guy was absolutely beloved in Brazil. So to all our Brazilian fans, I just want to say my condolences, and from the Warriors, we’re feeling for you.”</p><p>Portland Trail Blazers coach Tiago Splitter and NBA champion Anderson Varejao, two Brazilians in the league, praised Schmidt while passing along their condolences on social media.</p><p>Holy Hand</p><p>Standing 2.03 meters (6-foot-8), he was a keen 3-point shooter in the 1980s when many coaches advised against it. That earned him the nickname “Mão Santa” (Holy Hand). Schmidt didn’t believe he was worthy of the tag.</p><p>“I don’t have a holy hand. I have a trained hand,” Schmidt used to say in interviews.</p><p>He debuted for Brazil at 19 in 1977 and made 326 appearances, averaging 23.6 points per game.</p><p>He played in a record-tying five Olympics and four World Cups. He’s the all-time leading scorer in both tournaments. He still has seven of the 10 highest scoring games in Olympic history and he holds the single-game records for points scored in the Olympics (55 vs. Spain in 1988) and World Cup (52 vs. Australia in 1990).</p><p>“More than results and medals, Oscar represented values that define the Olympic spirit; dedication, resilience and respect to the opponents,” Brazil’s Olympic committee said in a statement.</p><p>The 1987 Pan Am Games victory in Indianapolis marked the first time a U.S. team lost a major international tournament on home soil. Brazil won 120-115 and Schmidt led with 46 points.</p><p>Schmidt retired in 2003 at 45. He passed Kareem Abdul-Jabbar to be the unofficial career highest scorer and his known tally of 49,737 points for club and country was eclipsed by LeBron James in 2024.</p><p>Hall of Fame honors</p><p>Schmidt was inducted into the FIBA Hall of Fame in 2010, the Naismith Memorial Basketball Hall of Fame in 2013, and the Italian Basketball Hall of Fame in 2017.</p><p>After retirement, Schmidt became one of his country’s most popular motivational speakers. He often talked about his battle with the brain tumor diagnosed in 2011, his love for Brazil and basketball.</p><p>Schmidt is survived by wife Maria Cristina Victorino, whom he married in 1981, and two children. One of them, Filipe, spoke about his father’s death on social media.</p><p>“Now you rest in peace, dad. You are in the hall of fame of life,” he said.</p><p>—-</p><p>AP Sports Writer David Brandt contributed from Phoenix.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P3VEOUCLXIC7PGU7ZPDSARKW7M.jpg?auth=08ccbb03b2db79c14eaaa0c31f42a5f5848a411435885b99f06f889d29426adc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Inductee Oscar Schmidt, of Brazil, speaks during the enshrinement ceremony for this year's class of the Basketball Hall of Fame, at Symphony Hall in Springfield, Mass., Sept. 8, 2013. Schmidt, whom his Brazil compatriots know as the “Holy Hand,” died. Friday, April 17, 2026. He was 68. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBKZDW7BDU77Y7YAFPVQF5VTW4.jpg?auth=68338ce21aeece8c3c33e6f5d09e5823ee5f5742e604107f4fa8fd9c9acc69ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brazil's former basketball player Oscar Schmidt shows a miniature basketball containing the name of a country during the draw for the London 2012 Olympic men's basketball tournament in Rio de Janeiro, April 30, 2012. Schmidt, whom his Brazil compatriots know as the “Holy Hand,” died. Friday, April 17, 2026. He was 68. (AP Photo/Victor R. Caivano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXYIGRQGGDHI5OH45H33CTCDB4.jpg?auth=daff92b334474240dff2eb6481796011bb2681007c3a5b423455b76630770d9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brazil's Oscar Schmidt (14) drives past Scottie Pipen (8) of the United States during the quarterfinals of basketball competition at the Centennial Summer Olympic Games in Atlanta, July 30, 1996. Schmidt, whom his Brazil compatriots know as the “Holy Hand,” died. Friday, April 17, 2026. He was 68. (AP Photo/Hans Deryk, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Hans Deryk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OO65ISYFBJVPSDJR5LPOVEAIQQ.jpg?auth=df9d8086c8f452b28d8c7dbc67a49b8898d2d95be1a67acd06477931014b3ecc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Inductee Oscar Schmidt, of Brazil, speaks during the enshrinement ceremony for the 2013 class of the Naismith Memorial Basketball Hall of Fame at Symphony Hall in Springfield, Mass., Sept. 8, 2013. Schmidt, whom his Brazil compatriots know as the “Holy Hand,” died. Friday, April 17, 2026. He was 68. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[1 million bees make for bumper-to-buzzer traffic on a Tennessee highway ramp]]></title><link>https://www.local10.com/news/weird-news/2026/04/17/1-million-bees-make-for-bumper-to-buzzer-traffic-on-a-tennessee-highway-ramp/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/17/1-million-bees-make-for-bumper-to-buzzer-traffic-on-a-tennessee-highway-ramp/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 20:23:17 +0000</pubDate><content:encoded><![CDATA[<p>KNOXVILLE, Tenn. (AP) — Travelers on an East Tennessee interstate were forced to brake for workers — and drones, perhaps even a queen — when a truck carrying about 1 million bees crashed Friday.</p><p>The swarm shut down an exit of Interstate 40 in Knoxville, said Mark Nagi, Tennessee Department of Transportation regional spokesperson. There were no injuries, he said.</p><p>“The ramp from I-40 East to Henley Street is back open but the truck is destroyed and the bees are… well… buzzing," Nagi posted, along with a photo of a person in beekeeper garb. "Unless you are dressed in this outfit please stay in your vehicles in this area.”</p><p>Later Friday, Nagi confirmed that all of the bees had been moved from the area and the truck was removed.</p><p>What could not be as easily quelled were the puns.</p><p>“So, this is the buzz around town?" U.S. Rep. Tim Burchett wrote on social media. "This stuff just writes itself.”</p><p>The Virginia Department of Transportation commiserated on social media. Its northern division reminisced about a 2018 crash that similarly released a swarm of bees on Interstate 495, prompting the advice, “Please roll up your windows.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMF2P2JECQTLE3K2LDR23BGYKA.jpg?auth=77110795c6f8b3d1e4abcbb1c5daa91acaeafc21a284cff2d848cc10d1f44fc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Tennessee Department of Transportation, beekeepers work to contain a swarm of bees that escaped from a crashed truck on Interstate 40 in Knoxville, Tenn., on Friday, April 17, 2026. (TDOT via AP)]]></media:description></media:content></item><item><title><![CDATA[Organismos de crédito multilaterales ayudan a Argentina para hacer frente a los pagos de deuda]]></title><link>https://www.local10.com/espanol/2026/04/17/organismos-de-credito-multilaterales-ayudan-a-argentina-para-hacer-frente-a-los-pagos-de-deuda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/organismos-de-credito-multilaterales-ayudan-a-argentina-para-hacer-frente-a-los-pagos-de-deuda/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 19:30:19 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — En el marco de la estrategia de Argentina para hacer frente a los próximos vencimientos de deuda, el Banco Interamericano de Desarrollo anunció el viernes que prevé otorgar al país una garantía de 550 millones de dólares para la negociación de créditos privados que se sumaría a la que busca brindarle el Banco Mundial.</p><p>El anuncio se produjo luego de una reunión del ministro de Economía argentino Luis Caputo con el presidente del BID, Ilan Goldfajn, en Washington, donde tiene lugar la Asamblea de Primavera del Banco Mundial (BM) y el Fondo Monetario Internacional (FMI).</p><p>Supuso otro gesto de apoyo de los organismos de crédito al gobierno del mandatario ultraliberal luego de que el FMI aprobó el miércoles la segunda revisión del programa de facilidades extendidas firmado con Argentina hace un año, lo que activa un desembolso de 1.000 millones de dólares para el país sudamericano.</p><p>Las buenas noticias en materia de financiación se producen en momentos en que surgen contratiempos en la macroeconomía debido a una aceleración de la inflación en marzo de 3,4%, la más alta en un año, y una caída de la recaudación tributaria.</p><p>El Grupo Banco Interamericano de Desarrollo dijo que prevé "la provisión una garantía por 550 millones de dólares, que se sumará a las aportadas por otros organismos multilaterales” en un comunicado en el que afirmó que busca “acelerar su respaldo a la Argentina con un financiamiento récord que podría superar los 7.200 millones de dólares en 2026” y más de 5.000 millones en operaciones con el sector público que incluyen financiamiento a proyectos.</p><p>El organismo destacó que Argentina ha hecho “un gran esfuerzo para estabilizar su economía”.</p><p>El gobierno de Milei apuesta a recabar préstamos privados con garantías de organismos internacionales para cubrir los próximos vencimientos de deuda de julio por unos 4.200 millones de dólares. Aspira a hacerlo a tasas más bajas que las disponibles en los mercados internacionales y sin emplear reservas del Banco Central.</p><p>“Nuevo respaldo a Argentina, esta vez por parte del BID. Esto nos permitirá refinanciar deuda más cara por deuda más barata, reduciendo el costo financiero para todos los argentinos”, celebró Caputo en su cuenta de X.</p><p>En tanto el Banco Mundial señaló la víspera que “está trabajando en una garantía de hasta 2.000 millones de dólares para ayudar a refinanciar una porción relevante de la deuda de Argentina", reducir costos de financiamiento y crear mejores condiciones para un mayor flujo de inversión privada.</p><p>Según indicó Caputo a medios de prensa “ellos nos proveen el financiamiento con su garantía... buscan los recursos”.</p><p>Las operaciones están sujetas a la aprobación de los directorios ejecutivos de ambos organismos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BY76HAYENIFSPJJCOPYV3UNX5A.jpg?auth=a8ef3dd82a502faa0d01398a4c1bb2d17b4add1b4e0aeb312802f6fca3e9ac23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Argentina, Javier Milei, posa junto a unos estudiantes y al presidente de la Universidad Yeshiva, el rabino Dr. Ari Berman, el lunes 9 de marzo de 2026 en Nueva York. (Foto AP/Kena Betancur)]]></media:description><media:credit role="author" scheme="urn:ebu">Kena Betancur</media:credit></media:content></item><item><title><![CDATA[Texans' Will Anderson Jr. lands a record $150M extension, top-paid non-QB in NFL]]></title><link>https://www.local10.com/sports/2026/04/17/texans-will-anderson-jr-lands-a-record-150m-extension-top-paid-non-qb-in-nfl/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/17/texans-will-anderson-jr-lands-a-record-150m-extension-top-paid-non-qb-in-nfl/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 19:26:20 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Houston Texans defensive end Will Anderson Jr. agreed to a three-year, $150 million contract extension making him the highest paid non-quarterback in NFL history, two people with knowledge of the deal told The Associated Press on Friday.</p><p>The people spoke on condition of anonymity because the deal had not yet been announced.</p><p>The extension includes $134 million in guaranteed money.</p><p>The $50 million per year Anderson will earn surpasses the $46.5 million per year defensive end Micah Parsons got when he signed a four-year extension with the Packers after a trade from Dallas last year.</p><p>Anderson started each game last season and had 12 sacks and 20 tackles for loss — both career highs — to lead a Houston defense that was among the best in the NFL.</p><p>The Texans selected Anderson with the third pick in the 2023 draft, trading up to nab the Alabama standout after selecting quarterback C.J. Stroud second in that draft.</p><p>In three seasons with the Texans, Anderson has piled up 30 sacks and 136 tackles, including 46 for loss. He also has 64 quarterback hits in his career and has forced four fumbles and recovered three.</p><p>The Texans exercised his fifth-year player option earlier this month so this deal will keep him in Houston through the 2030 season.</p><p>___</p><p>AP Pro Football Writer Rob Maaddi contributed to this report.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QIY54NBIZICUVAVYQP5DQ4HN3Q.jpg?auth=79808d9951cae00286d5eee38c243fd4ba11915d500199800296bef072eec74a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Texans defensive end Will Anderson Jr. (51) walks on the field after an NFL football game against the Indianapolis Colts Sunday, Jan. 4, 2026, in Houston. (AP Photo/Maria Lysaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maria Lysaker</media:credit></media:content></item><item><title><![CDATA[Tentative contract deal holds off strike by New York City apartment building workers]]></title><link>https://www.local10.com/business/2026/04/17/tentative-contract-deal-holds-off-strike-by-new-york-city-apartment-building-workers/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/17/tentative-contract-deal-holds-off-strike-by-new-york-city-apartment-building-workers/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 21:09:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Union leaders representing thousands of New York City apartment house doorpersons, superintendents and other workers said Friday that they had reached a tentative contract agreement with building owners, averting a strike at the homes of an estimated 1.5 million people.</p><p>The deal came just days before nearly 34,000 workers’ contract with an array of private building owners would have expired at midnight Monday. A strike would have been the first in 35 years, and some apartment-dwellers across the city had been bracing to haul trash, postpone renovations and major deliveries and volunteer to staff lobby doors, sort packages and mop hallways.</p><p>“Our goals were simple: to raise the wage to a level that our members can live in this city,” to protect health benefits and to improve pensions, union President Manny Pastreich said at a news conference. He called the proposed contract “an incredibly good deal for both sides.”</p><p>Workers will vote by May 28 on the tentative agreement, which includes pay raises and a 15% pension boost. Average annual wages for a doorperson or porter, for example, would rise from about $62,000 now to $71,000 in four years, and a new training program would offer future hires a faster route up the wage scale.</p><p>Building owners also retreated from proposals to have employees start paying health insurance premiums and to create a new job classification for future hires. The union said the newcomers would be lower-paid.</p><p>At the same time, the tentative deal gives building owners a break on some payments into a health fund that has built up a reserve, said Howard Rothschild, the president of the Realty Advisory Board on Labor Relations, which represents the owners.</p><p>“Ultimately, both sides thought carefully about the current economic situation and how to make contract improvements that we can all agree with,” Rothschild said at the news conference.</p><p>Negotiations had grown tense in recent days, and thousands of union members thronged Manhattan's ritzy Park Avenue on Wednesday to authorize a strike if a deal wasn't reached. The rally drew Mayor Zohran Mamdani and other New York Democratic officials.</p><p>The union said then that members were straining to pay New York-area bills, while employers have reaped sharply rising rents for market-rate apartments in buildings that the workers maintain, safeguard and make welcoming.</p><p>The Realty Advisory Board said the union was being unrealistic at a time when owners’ costs also are rising and landlords face a potential rent freeze on 1 million rent-stabilized apartments, an idea championed by Mamdani.</p><p>The union’s last strike, in 1991, lasted 12 days.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GECK6IMWL3XI4OZPYNIVP5DLX4.jpg?auth=615e7f57aa09ec74e04b7da97a670fc3895859f9ec61e4a0402f2231bb3cbc59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the 32BJ SEIU union and their supporters rally on Park Avenue, in New York, Wednesday, April 15, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Federal judge dismisses DOJ lawsuit seeking detailed information about Rhode Island voters]]></title><link>https://www.local10.com/news/politics/2026/04/17/federal-judge-dismisses-doj-lawsuit-seeking-detailed-information-about-rhode-island-voters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/federal-judge-dismisses-doj-lawsuit-seeking-detailed-information-about-rhode-island-voters/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 19:15:04 +0000</pubDate><content:encoded><![CDATA[<p>PROVIDENCE, R.I. (AP) — A federal judge on Friday dismissed a Trump administration lawsuit demanding detailed voter data from Rhode Island, a decision that follows similar rulings in a handful of other states.</p><p>U.S. District Court Judge Mary McElroy sided with Rhode Island's top election officials and civil rights advocates, writing that federal law does not permit the U.S. Department of Justice “to conduct the kind of fishing expedition it seeks here.”</p><p>In an emailed response, the Justice Department said it would not comment on ongoing litigation.</p><p>McElroy's decision is similar to other rejections by federal judges across country since the Justice Department began seeking detailed voter data from the states. The information includes dates of birth, addresses, driver’s license numbers and partial Social Security numbers.</p><p>Federal officials say they need the voter data to ensure election security, but Democratic and some Republican officials have objected to the requests and said such a demand violates state and federal privacy laws.</p><p>“The executive branch seems to have no problem taking actions that are clear Constitutional overreaches, regularly meddling in responsibilities that are the rights of the states,” Rhode Island Secretary of State Gregg M. Amore said in a statement. "But the power of our democratic republic, built on three, coequal branches of government, is clearer than ever before.”</p><p>Some election officials have raised concerns that federal officials will use the sensitive data for other purposes, such as searching for potential noncitizens. Those concerns were raised again after the DOJ's attorneys acknowledged in the Rhode Island case that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status.</p><p>At least 12 states have either provided or promised to provide their detailed voter registration lists to the department, according to the Brennan Center: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Dakota, Tennessee, Texas and Wyoming.</p><p>Meanwhile, the DOJ has sued at least 30 states and the District of Columbia seeking to force release of the data. In addition to Rhode Island, judges have rejected those attempts in California, Massachusetts, Michigan and Oregon. In Georgia, a judge dismissed a DOJ lawsuit because it had been filed in the wrong city, prompting the government to refile elsewhere.</p><p>In Rhode Island, McElroy sided with the federal judge's decision in Oregon. That ruling said the federal government was not entitled to unredacted voter registration lists containing sensitive data and said the Justice Department had failed to identify a basis or a purpose for requesting the voter records.</p><p>“Absent from the demand are any factual allegations suggesting that Rhode Island may be violating the list maintenance requirements,” McElroy wrote.</p>]]></content:encoded><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></item><item><title><![CDATA[Judge declines to dismiss case in 1979 disappearance of Etan Patz, setting up 3rd trial]]></title><link>https://www.local10.com/news/national/2026/04/17/judge-declines-to-dismiss-case-in-1979-disappearance-of-etan-patz-setting-up-3rd-trial/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/17/judge-declines-to-dismiss-case-in-1979-disappearance-of-etan-patz-setting-up-3rd-trial/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Sat, 18 Apr 2026 01:01:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The murder case surrounding the 1979 disappearance of 6-year-old Etan Patz is on track for a third trial, after a judge declined Friday to dismiss charges against the onetime New York shop clerk charged with abducting and killing the boy on his way to school.</p><p>The man, Pedro Hernandez, 65, has been behind bars since his 2012 arrest. He is due back in court in June for a status update. A trial date has not yet been set.</p><p>Etan vanished on a two-block walk to his school bus stop on the first day his mom let him go unaccompanied. He was among the first vanished kids to be pictured on milk cartons, and the May 25 anniversary of his disappearance became National Missing Children’s Day.</p><p>New York Judge Michele Rodney turned away his lawyers' arguments that prosecutors waited too long to charge Hernandez and that he can’t get a fair trial now, after decades of media coverage.</p><p>“The court will carefully work, together with the parties, to ensure that jurors are selected who promise to be fair and to consider only the evidence and the law, despite what they have learned about the case from the media,” Rodney wrote.</p><p>Hernandez's lawyers declined to comment afterward. Prosecutors had no immediate comment.</p><p>Hernandez was a 19-year-old corner store clerk in Etan’s neighborhood, but the man didn't become a suspect until investigators got a 2012 tip that he had told various people in his life years ago that he’d killed a child or young man in New York.</p><p>Hernandez then told police — after seven hours of questioning and before being told he had a right to remain silent — that he had strangled Etan in the shop basement after enticing him there with the offer of a soda. Hernandez later was read his rights and recapped his statement on video, telling authorities: “Something just took over me.”</p><p>Defense lawyers said all of Hernandez’ admissions amounted to the imaginings of a mentally ill and intellectually limited man, haunted and confused by a highly publicized tragedy that had happened near his workplace.</p><p>Hernandez' 2015 trial ended in a jury deadlock, a 2017 retrial yielded a conviction, and then a federal appeals court overturned the verdict. The court said the 2017 trial judge mishandled a jury question about determining the validity of Hernandez’ confessions.</p><p>The Manhattan district attorney’s office pledged to retry the case but also asked the U.S. Supreme Court to restore Hernandez’ conviction. The high court isn’t obliged to hear the case and hasn’t yet said whether it will.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMIVUPLF5FE7VRH7HKUIXNMWOE.jpg?auth=a51437c5224ce9837c1994539963ad30db505fec63cba7a56d3eb6177c9f472a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A photograph of Etan Patz hangs on an angel figurine, as part of a makeshift memorial in New York, May 28, 2012. (AP Photo/Mark Lennihan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Lennihan</media:credit></media:content></item><item><title><![CDATA[Trump's lawyers are in talks with the IRS to resolve president's $10B lawsuit]]></title><link>https://www.local10.com/news/politics/2026/04/17/trumps-lawyers-are-in-talks-with-the-irs-to-resolve-presidents-10b-lawsuit/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/trumps-lawyers-are-in-talks-with-the-irs-to-resolve-presidents-10b-lawsuit/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 19:01:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Lawyers for President Donald Trump are engaged in talks with the IRS to resolve a $10 billion lawsuit the president filed against his own tax collection agency over the leak of his tax information to news outlets between 2018 and 2020.</p><p>In a federal court filing Friday, Trump asks a judge to pause the case for 90 days while the two sides work to reach a settlement or resolution.</p><p>“This limited pause will neither prejudice the parties nor delay ultimate resolution," the filing says. "Rather, the extension will promote judicial economy and allow the Parties to explore avenues that could narrow or resolve the issues efficiently.”</p><p>Tax and ethics experts say the lawsuit raises a plethora of legal and ethical questions, including the propriety of the leader of the executive branch pursuing scorched-earth litigation against the very government he oversees.</p><p>Earlier this year, Trump filed a lawsuit in a Florida federal court, alleging that a previous leak of his and the Trump Organization’s confidential tax records caused “reputational and financial harm, public embarrassment, unfairly tarnished their business reputations, portrayed them in a false light, and negatively affected President Trump, and the other Plaintiffs’ public standing.”</p><p>The president’s sons, Donald Trump Jr. and Eric Trump, are also plaintiffs in the suit.</p><p>In 2024, former IRS contractor Charles Edward Littlejohn, of Washington, D.C. — who worked for Booz Allen Hamilton, a defense and national security tech firm — was sentenced to five years in prison after pleading guilty to leaking tax information about President Trump and others to two news outlets between 2018 and 2020.</p><p>The outlets were not named in the charging documents, but the description and time frame align with stories about Trump’s tax returns in The New York Times and reporting about wealthy Americans’ taxes in the nonprofit investigative journalism organization ProPublica. The 2020 New York Times report found Trump paid $750 in federal income tax the year he first entered the White House, and no income tax at all some years, thanks to reported colossal losses.</p><p>When asked in February how he would handle any potential damages from the case, Trump said, “I think what we’ll do is do something for charity."</p><p>“We could make it a substantial amount," he said at the time. "Nobody would care because it’s going to go to numerous very good charities.”</p><p>Several ethics watchdog groups have filed friend-of-the-court briefs challenging the president’s lawsuit.</p><p>The watchdog group Democracy Forward's February filing states that the case is “extraordinary because the President controls both sides of the litigation, which raises the prospect of collusive litigation tactics," and “the conflicts of interest make it uncertain whether the Department of Justice will zealously defend the public fisc in the same way that it has against other plaintiffs claiming damages for related events.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTEQPTYVLUQV7FOJH4YOPJ6EZU.jpg?auth=24b2c2974228151d764924c087a83f75d7ea3f653b79f2a07916f0ad885fd9cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters before departing on Marine One from the South Lawn of the White House, Thursday, April 16, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X7EBYVM2IVZUG6DL54CLO2PBUI.jpg?auth=e582f44d08bdb10344d855de516a942993664c2100efb5585addff227d5fa1f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with Treasury Secretary Scott Bessent at a roundtable event about no tax on tips, Thursday, April 16, 2026, in Las Vegas. (AP Photo/Lucas Peltier)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucas Peltier</media:credit></media:content></item><item><title><![CDATA[Judge sides with Arizona election official in ruling that has implications for midterms voting]]></title><link>https://www.local10.com/news/politics/2026/04/17/judge-sides-with-arizona-election-official-in-ruling-that-has-implications-for-midterms-voting/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/17/judge-sides-with-arizona-election-official-in-ruling-that-has-implications-for-midterms-voting/</guid><dc:creator><![CDATA[JOSH KELETY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 19:41:10 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The top election official in Arizona's most populous county will get more authority in running elections after a judge sided with his office in a prolonged legal fight with the local board that shares responsibility for overseeing the vote.</p><p>The decision could have broad implications in one of the nation’s most prominent battleground states, which will have several high-profile races this fall. Maricopa County, which includes Phoenix, has been roiled by election conspiracy theorists ever since President Donald Trump lost the state to Democrat Joe Biden during his bid for reelection in 2020.</p><p>Justin Heap, the Republican recorder in Maricopa County, sued the predominantly Republican county board of supervisors last summer alleging it had illegally taken control of certain aspects of election administration. Heap claimed the board transferred funding, IT staff and some key functions — including management of ballot drop boxes and establishing early voting sites — away from his office through an agreement negotiated with his predecessor, whom he had recently defeated in a GOP primary.</p><p>Maricopa County Superior Court Judge Scott Blaney mostly sided with Heap's office in his ruling, which was filed Thursday but appeared on the public docket Friday. The board of supervisors “acted unlawfully and exceeded its statutory authority by seizing the Recorder's personnel, systems and equipment and refusing to return them” to the recorder, he wrote.</p><p>Blaney also ruled that the recorder's office is responsible for overseeing in-person early voting, among other duties, while the board is responsible for other operations, such as selecting Election Day voting locations, supplying polling locations and hiring poll workers.</p><p>“The Board's assertion of plenary authority over election administration through its general supervisory powers is inconsistent with Arizona law,” the judge wrote.</p><p>Board Chairwoman Kate Brophy McGee said the board will consider an appeal.</p><p>“I disagree with other portions of the ruling, and I will explore all options with the Board of Supervisors, including an expeditious appeal,” McGee, a Republican, said in a statement. "From day one, the Board of Supervisors has provided Recorder Heap the resources and staffing needed to fulfill his statutory duties. We will continue to do so because voters always come first.”</p><p>In a statement, Heap praised the ruling as a “clear and decisive victory for the rule of law and for the voters of Maricopa County.”</p><p>“The court confirmed that the Board cannot override state law, use funding as leverage, or take control of election duties assigned to the Recorder,” Heap said. "This ruling restores both the authority and the resources necessary for my office to do its job.”</p><p>Heap, a former Republican state lawmaker, was elected in 2024 after unseating incumbent Stephen Richer in the GOP primary and defeating a Democratic candidate in the general election. In the past, Heap has stopped short of repeating false claims that the 2020 and 2022 elections were stolen, but has said voters don’t trust the state’s voting system and that it’s poorly run.</p><p>False claims of fraud since the 2020 presidential election led to threats of violence against Richer and others in the Maricopa County elections office. Richer blamed Heap for contributing to an atmosphere of distrust and vitriol directed toward the office.</p><p>“He catered to the really ugly stuff that the people in that office had to live through,” Richer said of Heap, in an interview last month. “And he allied with people who were very much in the eye of the storm in terms of creating it.”</p><p>Once he took office, Heap terminated a previous agreement that was reached between Richer and the board that had revised how election operations were divided between the two offices. Heap filed his lawsuit with the backing of America First Legal, a conservative public interest group founded by Stephen Miller, now a deputy chief of staff in the White House.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MXLZ66BN5U7LJQGHK547C7V35Y.jpg?auth=b454c526c55614a056e214d1e914965d3dfd9c97cee0cbc4ddef6147437e0609&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maricopa County Recorder candidate Arizona state Rep. Justin Heap, R-Phoenix, speaks during a campaign event, Oct. 22, 2024, in Peoria, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Milei dispone por decreto que Argentina y EEUU realicen ejercicios militares conjuntos]]></title><link>https://www.local10.com/espanol/2026/04/17/milei-dispone-por-decreto-que-argentina-y-eeuu-realicen-ejercicios-militares-conjuntos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/17/milei-dispone-por-decreto-que-argentina-y-eeuu-realicen-ejercicios-militares-conjuntos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 17 Apr 2026 18:41:32 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El gobierno del presidente argentino Javier Milei, el mayor aliado de Estados Unidos en la región, dispuso el viernes mediante un decreto y sin la autorización necesaria del Congreso el ingreso al país de personal de las Fuerzas Armadas estadounidenses para su participación en ejercicios militares conjuntos.</p><p>El decreto de necesidad y urgencia, firmado por Milei y publicado en el Boletín Oficial, anunció que el ejercicio militar “DAGA ATLÁNTICA” tendrá lugar entre el próximo martes y el 12 de junio en la Base Naval Puerto Belgrano, la Guarnición Militar Córdoba y la VII Brigada Aérea de la Fuerza Aérea situada en la provincia de Buenos Aires.</p><p>En tanto el ejercicio naval “PASSEX” se llevará a cabo en la Zona Económica Exclusiva de Argentina entre el 26 y 30 de abril y contará con el destructor “Gridley” y el portaaviones “Nimitz" de Estados Unidos.</p><p>El Congreso argentino autorizó la participación de fuerzas argentinas en ejercicios conjuntos con Estados Unidos en 2024, lo que incluyó el despliegue del portaaviones “USS George Washington” en aguas argentinas.</p><p>Las entrada de tropas extranjeras a territorio argentino debe contar con el aval del Parlamento, según establece la Constitución.</p><p>La alianza estratégica entre Argentina y Estados Unidos desde que el ultraderechista mandatario argentino asumió a fines de diciembre se ha traducido en el férreo apoyo del país sudamericano a la política exterior de Donald Trump, acuerdos bilaterales en materia comercial y una generosa asistencia financiera norteamericana en momentos en que su socio sufrió un periodo de alta volatilidad cambiaria.</p><p>En el decreto, el gobierno argumentó que había enviado un proyecto de ley para autorizar “la entrada de tropas extranjeras al territorio nacional y la salida fuera de él de fuerzas nacionales" para participar en los ejercicios entre 1 de septiembre de 2025 y el 31 de agosto de 2026, sin que haya sido tratado aún.</p><p>“La naturaleza excepcional de la situación planteada hace imposible seguir los trámites ordinarios previstos en la Constitución Nacional para la sanción de las leyes”, indicó.</p><p>El decreto destacó que el ejercicio “DAGA ATLÁNTICA” muestra el compromiso del país sudamericano con la estabilidad regional y la seguridad internacional “mejorando su reputación como socio confiable”.</p><p>La no participación, según aseguró, privaría a las fuerzas argentinas de “interoperar con fuerzas de operaciones especiales de mayor experiencia y trayectoria a nivel mundial”.</p><p>El ejercicio “PASSEX” —agregó— surge de acuerdos bilaterales para realizar ejercicios básicos de adiestramiento naval.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QGN3AFUXTGZJX2VBV7DA4ZXAGE.jpg?auth=b0ee397d7c8850bcc24194841c020d1ae6f76760bc21c1212a37de57998431f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente Donald Trump saluda al presidente argentino Javier Milei en la Casa Blanca, el 14 de octubre de 2025, en Washington. (Foto AP/Alex Brandon, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item></channel></rss>