<?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>Mon, 06 Apr 2026 13:23:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man accused of fleeing scene after striking woman with personal watercraft in Biscayne Bay ]]></title><link>https://www.local10.com/news/local/2026/04/06/man-accused-of-fleeing-scene-after-striking-woman-with-personal-watercraft-in-biscayne-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/man-accused-of-fleeing-scene-after-striking-woman-with-personal-watercraft-in-biscayne-bay/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 34-year-old California man was arrested over the weekend by Florida Fish and Wildlife Conservation Commission officers after he struck a woman who was swimming in Biscayne Bay with a personal watercraft, authorities said.]]></description><pubDate>Mon, 06 Apr 2026 12:58:10 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old California man was arrested over the weekend by Florida Fish and Wildlife Conservation Commission officers after he struck a woman who was swimming in Biscayne Bay with a personal watercraft, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/04/06/atropello-a-mujer-con-moto-acuatica-y-en-vez-de-ayudarla-huyo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/06/atropello-a-mujer-con-moto-acuatica-y-en-vez-de-ayudarla-huyo/"><b>Leer en español</b></a></p><p>According to the FWC, the incident happened at about 7 p.m. Saturday near Miami Marine Stadium.</p><p>Officers said the 21-year-old woman was swimming when she was struck by a personal watercraft being operated by Andy Vences. </p><p>Officers said Vences fled the scene without first trying to help the victim or calling 911.</p><p>Video and witnesses, however, were able to help identify Vences as the operator of the personal watercraft to officers, authorities said. </p><p>“There is no excuse for leaving the scene of an accident,” Miami-Dade County<i> </i>Area Captain Rafael Almagro said in a statement. “I am pleased our officers were able to quickly apprehend the subject so that he can be held accountable.”</p><p>The victim’s condition has not yet been released. </p><p>Vences was arrested Saturday evening on a charge of leaving the scene of a vessel accident involving injury without reporting it. </p><p>Vences was booked at the Turner Guilford Knight Correctional Center after his arrest, but was no longer appearing in the online jail database Monday morning. </p><p>FWC officers encourage anyone who witnesses a boating violation to report it by calling the FWC’s Wildlife Alert Hotline at 888-404-FWCC (888-404-3922) or submitting a tip online at <a href="https://urldefense.com/v3/__http:/www.myfwc.com/WildlifeAlert__;!!FfvXB3Q!nMFam2rFFYP2HQjLydvPpgjzlhAolmW49aeAbSfwdxV_S_yTd5so1GTPPHwKRV5oy4X84nclgt63h3l4fWdL61NP9Ojr$" rel="">MyFWC.com/WildlifeAlert</a>.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XJSH67AW5E6HLJ56OA7ES2AXI.jpg?auth=90abf6f591677ba8373ffdefffde4734a3aef3196156d5ae080e7a0122cb7273&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Atropelló a mujer con moto acuática, y en vez de ayudarla huyó]]></title><link>https://www.local10.com/espanol/2026/04/06/atropello-a-mujer-con-moto-acuatica-y-en-vez-de-ayudarla-huyo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/atropello-a-mujer-con-moto-acuatica-y-en-vez-de-ayudarla-huyo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Andy Vences, de 34 años, fue arrestado el sábado tras arrollar a una mujer que nadaba cerca del Miami Marine Stadium y huir sin auxiliarla ni llamar al 911.]]></description><pubDate>Mon, 06 Apr 2026 13:04:10 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de California de 34 años fue arrestado el fin de semana por oficiales de la Comisión de Conservación de Pesca y Vida Silvestre de Florida tras arrollar con una moto acuática a una mujer que nadaba en la Bahía Biscayne, dijeron las autoridades.</p><p>Según la FWC, el incidente ocurrió alrededor de las 7 p.m. del sábado cerca del Miami Marine Stadium.</p><p>Los oficiales dijeron que la mujer de 21 años nadaba cuando fue golpeada por una moto acuática operada por Andy Vences.</p><p>Los oficiales dijeron que Vences huyó de la escena sin intentar ayudar a la víctima ni llamar al 911.</p><p>Sin embargo, videos y testigos pudieron ayudar a identificar a Vences como el operador de la moto acuática, dijeron las autoridades.</p><p>“No hay excusa para abandonar la escena de un accidente”, dijo el capitán del área de Miami-Dade, Rafael Almagro, en un comunicado. “Me complace que nuestros oficiales hayan podido aprehender rápidamente al sujeto para que pueda rendir cuentas.”</p><p>El estado de salud de la víctima aún no ha sido dado a conocer.</p><p>Vences fue arrestado el sábado por la noche bajo el cargo de abandonar la escena de un accidente de embarcación con lesiones sin reportarlo.</p><p>Vences fue registrado en el Centro Correccional Turner Guilford Knight tras su arresto, pero el lunes por la mañana ya no aparecía en la base de datos de reclusos en línea.</p><p>Los oficiales de la FWC animan a cualquier persona que sea testigo de una infracción náutica a reportarla llamando a la Línea de Alerta de Vida Silvestre de la FWC al 888-404-FWCC (888-404-3922) o enviando un reporte en línea en MyFWC.com/WildlifeAlert.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XJSH67AW5E6HLJ56OA7ES2AXI.jpg?auth=90abf6f591677ba8373ffdefffde4734a3aef3196156d5ae080e7a0122cb7273&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO firefighter-paramedic dies after medical emergency at Fort Lauderdale airport]]></title><link>https://www.local10.com/news/local/2026/04/05/bso-firefighter-paramedic-dies-after-medical-emergency-at-fort-lauderdale-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/bso-firefighter-paramedic-dies-after-medical-emergency-at-fort-lauderdale-airport/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Broward Sheriff Dr. Gregory Tony announced the unexpected loss of a Broward Sheriff Fire Rescue firefighter/paramedic who suffered a medical emergency while on duty Easter Sunday morning.]]></description><pubDate>Mon, 06 Apr 2026 02:25:45 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff Gregory Tony announced the unexpected loss of a Broward Sheriff Fire Rescue firefighter/paramedic who suffered a medical emergency while on duty Easter Sunday morning.</p><p><a href="https://www.local10.com/news/local/2026/04/05/bso-firefighter-paramedic-dies-after-medical-emergency-at-fort-lauderdale-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/05/bso-firefighter-paramedic-dies-after-medical-emergency-at-fort-lauderdale-airport/"><b>Leer en español</b></a></p><p>Around 6:55 a.m., BSO deputies and fire rescue personnel responded to a medical call inside the Palm Garage at Fort Lauderdale-Hollywood International Airport. </p><p>When they arrived, they found firefighter/paramedic Steven Lepselter unresponsive on the ground. He was transported to Broward Health Medical Center, where he was pronounced dead.</p><p>Lepselter, 54, was ending his fire watch at the airport and preparing to head to his regular shift in Weston when he was found unresponsive in the parking garage.</p><p>He served Broward County for more than 19 years. He began his fire rescue career with the Broward Sheriff’s Office Department of Fire Rescue and Emergency Services in January 2007. </p><p>During his career, he worked in multiple specialized divisions, including the Airport, Seaport, Hazardous Materials, Air Rescue and the Training Division.</p><p>Lepselter’s cause of death has not yet been released. </p><blockquote><p>“This loss of Firefighter/Paramedic Lepselter is deeply felt across our entire organization. Moments like this affect each of us in different ways. Throughout his career, he exemplified the values of BSO, consistently putting the needs of the community and his fellow team members above all else. He will be remembered not only for his commitment to the mission, but also for the lasting impact he had on those who had the privilege of working alongside him.”</p><p class="citation">Broward Sheriff Gregory Tony</p></blockquote><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Video shows vehicle crashing into Oakland Park business]]></title><link>https://www.local10.com/news/local/2026/04/05/video-shows-vehicle-crash-into-oakland-park-business/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/video-shows-vehicle-crash-into-oakland-park-business/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A vehicle slammed into a Broward County business early Sunday morning.]]></description><pubDate>Sun, 05 Apr 2026 21:19:35 +0000</pubDate><content:encoded><![CDATA[<p>A vehicle slammed into a Broward County business early Sunday morning.</p><p><a href="https://www.local10.com/espanol/2026/04/05/vehiculo-se-estrella-contra-negocio-de-alfombras-en-oakland-park/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/05/vehiculo-se-estrella-contra-negocio-de-alfombras-en-oakland-park/"><b>Leer en español</b></a></p><p>It happened just before 7 a.m. at Oriental Rug Care, located at 3027 NW 12th Terrace in Oakland Park. </p><p>Video obtained by Local 10 News shows smoke coming from the vehicle after the collision. </p><p>In the video, someone gets out of the passenger side of the vehicle before pulling out what appears to be the driver. </p><p>Another video from inside the business’ break room shows a refrigerator busting open and flying across the room. </p><p>Business owner Hassan Ashwas said he received a call from police early Sunday morning, and they were stunned by what they saw in the surveillance footage. </p><p>“We looked at our video camera from the house and it showed an accident and cops,” he said. </p><p>The business cleans and repairs rugs for customers and wholesalers. </p><p>“We wash it here, we put it outside to dry in the sun and we hang it,” said Ashwas. </p><p>The area of the business where the rug cleaning happens wasn’t affected, but their garage door and front door were heavily damaged. </p><p>“There’s a little bit of structural damage,” said Ashwas. “Our front entrance is right here. It’s destroyed. The window here. And our garage door is bent. We can’t even open it.”</p><p>Ashwas worked throughout the afternoon to secure the building and board up the front, but he says they remain open for business. </p><p>A police investigation into the cause of the crash remains open. </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[FHP: Motorcyclist killed in crash on Turnpike in Cutler Bay ]]></title><link>https://www.local10.com/traffic/2026/04/06/fhp-motorcyclist-killed-in-crash-on-turnpike-in-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/06/fhp-motorcyclist-killed-in-crash-on-turnpike-in-cutler-bay/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Florida Highway Patrol troopers are investigating a crash that occurred early Monday morning on Florida’s Turnpike in Cutler Bay.]]></description><pubDate>Mon, 06 Apr 2026 11:01:51 +0000</pubDate><content:encoded><![CDATA[<p>Florida Highway Patrol troopers are investigating a crash that occurred early Monday morning on Florida’s Turnpike in Cutler Bay.</p><p><a href="https://www.local10.com/espanol/2026/04/06/motociclista-muere-al-chocar-contra-un-sedan-en-el-turnpike-a-la-altura-de-cutler-bay/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/06/motociclista-muere-al-chocar-contra-un-sedan-en-el-turnpike-a-la-altura-de-cutler-bay/"><b>Leer en español</b></a></p><p>According to FHP, the crash was reported at about 4:25 a.m. in the northbound lanes of the highway near Mile Marker 12.</p><p>Troopers said a Suzuki motorcycle collided with a red Nissan sedan. </p><p>The motorcyclist, identified only as an adult male, was ejected from his motorcycle and fell into the roadway, troopers said.</p><p>Authorities said he was pronounced dead at the scene.</p><p>All northbound lanes on the Turnpike are closed in the area with traffic being diverted onto Southwest 216<sup>th</sup> Street.</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/RHN4YNQH3REJ5GZPT4L6RVHUL4.jpg?auth=85a538503ca1749c5ad808fe9519533b73895f15091da12a5d215fa6410716f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Muere bombero por emergencia médica mientras estaba de servicio]]></title><link>https://www.local10.com/espanol/2026/04/05/muere-bombero-por-emergencia-medica-mientras-estaba-de-servicio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/muere-bombero-por-emergencia-medica-mientras-estaba-de-servicio/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 21:42:04 +0000</pubDate><content:encoded><![CDATA[<p>Los primeros respondedores del condado de Broward están de luto por la pérdida de uno de los suyos.</p><p>Stephen Lepselter, un veterano empleado del BSO, bombero y paramédico, falleció el domingo por la mañana.</p><p>Las autoridades dijeron que sufrió una emergencia médica mientras estaba de servicio.</p><p>En una publicación en redes sociales, las autoridades dijeron que Lepselter aportó una pasión incomparable a su trabajo.</p><p>Llevaba trabajando para el condado desde 2007.</p>]]></content:encoded></item><item><title><![CDATA[Corrientes de resaca obligan a rescatar a 33 bañistas en Hollywood en un solo fin de semana]]></title><link>https://www.local10.com/espanol/2026/04/06/corrientes-de-resaca-obligan-a-rescatar-a-33-banistas-en-hollywood-en-un-solo-fin-de-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/corrientes-de-resaca-obligan-a-rescatar-a-33-banistas-en-hollywood-en-un-solo-fin-de-semana/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor]]></dc:creator><description><![CDATA[En medio de fuertes corrientes de resaca y banderas rojas activas, Ocean Rescue realizó 20 operaciones de rescate que involucraron a 33 personas en las playas de Hollywood durante el fin de semana.]]></description><pubDate>Mon, 06 Apr 2026 12:53:28 +0000</pubDate><content:encoded><![CDATA[<p>Ocean Rescue realizó un total de 20 rescates que involucraron a 33 personas en Hollywood durante el fin de semana en medio de fuertes corrientes de resaca, dijo un portavoz de Hollywood Fire Rescue and Beach Safety.</p><p>Según el portavoz, el personal de Ocean Rescue permaneció en la playa hasta las 7:30 p.m. del domingo para mantener seguros a los bañistas.</p><p>El domingo, banderas rojas de advertencia se alineaban en las playas del sur de Florida, y con razón.</p><p>“Es bastante poderosa, sin duda”, dijo Ethan Jacobson, visitante de la playa. “Si te adentras un poco, definitivamente te empujan con mucha facilidad.”</p><p>El peligro de corrientes de resaca a lo largo de la costa ha puesto en alerta a los visitantes de la playa.</p><p>“No soy nadador, así que me quedo cerca de la orilla”, dijo Ken Harris.</p><p>En varios momentos, se podía escuchar a los salvavidas hacer sonar sus silbatos para llamar la atención de los bañistas que se alejaban demasiado hacia el agua.</p><p>“Definitivamente hay que estar atento”, dijo Jacobson. “No puedes meterte ahí a ciegas. Las cosas malas pueden pasar rápido.”</p><p>El viernes, funcionarios de Fort Lauderdale Fire Rescue dijeron que realizaron más de 50 rescates acuáticos y trasladaron a dos personas al hospital.</p>]]></content:encoded></item><item><title><![CDATA[Corrientes causan más de 50 rescates en playas de Fort Lauderdale en un solo día]]></title><link>https://www.local10.com/espanol/2026/04/05/corrientes-causan-mas-de-50-rescates-en-playas-de-fort-lauderdale-en-un-solo-dia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/corrientes-causan-mas-de-50-rescates-en-playas-de-fort-lauderdale-en-un-solo-dia/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Durante el fin de semana festivo, fuertes corrientes de resaca obligaron a Fort Lauderdale Fire Rescue a realizar más de 50 rescates acuáticos el viernes; banderas rojas permanecen activas en las playas del sur de Florida.]]></description><pubDate>Sun, 05 Apr 2026 14:53:38 +0000</pubDate><content:encoded><![CDATA[<p>Las corrientes de resaca han provocado decenas de rescates en las playas del sur de Florida durante el fin de semana festivo.</p><p>El domingo por la mañana, banderas rojas de advertencia se alineaban a lo largo de la playa, y con razón.</p><p>“Es bastante poderosa, sin duda”, dijo Ethan Jacobson, visitante de la playa. “Si te adentras un poco, definitivamente te empujan con mucha facilidad.”</p><p>El peligro de corrientes de resaca a lo largo de la costa ha puesto en alerta a los visitantes de la playa.</p><p>“No soy nadador, así que me quedo cerca de la orilla”, dijo Ken Harris.</p><p>En varios momentos, se podía escuchar a los salvavidas hacer sonar sus silbatos para llamar la atención de los bañistas que se alejaban demasiado hacia el agua.</p><p>“Definitivamente hay que estar atento”, dijo Jacobson. “No puedes meterte ahí a ciegas. Las cosas malas pueden pasar rápido.”</p><p>El viernes, Fort Lauderdale Fire Rescue informó que realizó más de 50 rescates acuáticos y trasladó al menos a dos personas al hospital.</p><p>Según FLFR, los salvavidas advirtieron a personas en áreas peligrosas más de mil veces.</p><p>Quienes desean disfrutar del océano dicen que quizás tomar el sol y construir castillos de arena es una mejor idea este fin de semana.</p><p>“Las banderas, les prestamos atención”, dijo Harris. “Lo entiendo, todos quieren divertirse, pero es algo serio.”</p>]]></content:encoded></item><item><title><![CDATA[Motociclista muere al chocar contra un sedán en el Turnpike a la altura de Cutler Bay]]></title><link>https://www.local10.com/espanol/2026/04/06/motociclista-muere-al-chocar-contra-un-sedan-en-el-turnpike-a-la-altura-de-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/motociclista-muere-al-chocar-contra-un-sedan-en-el-turnpike-a-la-altura-de-cutler-bay/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 12:49:35 +0000</pubDate><content:encoded><![CDATA[<p>Los troopers de la Patrulla de Carreteras de Florida investigan un accidente ocurrido en la madrugada del lunes en Florida’s Turnpike en Cutler Bay.</p><p>Según el FHP, el accidente fue reportado aproximadamente a las 4:25 a.m. en los carriles en dirección norte de la autopista, cerca de la Milla 12.</p><p>Los troopers dijeron que una motocicleta Suzuki colisionó con un sedán Nissan de color rojo.</p><p>El motociclista, identificado únicamente como un hombre adulto, fue proyectado de su moto y cayó sobre la calzada, dijeron los troopers.</p><p>Las autoridades dijeron que fue declarado muerto en la escena.</p><p>Todos los carriles en dirección norte del Turnpike están cerrados en el área y el tráfico está siendo desviado hacia Southwest 216th Street.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHN4YNQH3REJ5GZPT4L6RVHUL4.jpg?auth=85a538503ca1749c5ad808fe9519533b73895f15091da12a5d215fa6410716f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[33 beachgoers in Hollywood rescued by Ocean Rescue over weekend amid rip currents ]]></title><link>https://www.local10.com/news/local/2026/04/06/33-beachgoers-in-hollywood-rescued-by-ocean-rescue-over-weekend-amid-rip-currents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/33-beachgoers-in-hollywood-rescued-by-ocean-rescue-over-weekend-amid-rip-currents/</guid><dc:creator><![CDATA[Isabella Martin, Amanda Batchelor]]></dc:creator><description><![CDATA[A total of 20 rescues involving 33 people were made by Ocean Rescue in Hollywood over the weekend amid strong rip currents, a spokesperson for Hollywood Fire Rescue and Beach Safety said.]]></description><pubDate>Mon, 06 Apr 2026 12:38:19 +0000</pubDate><content:encoded><![CDATA[<p>A total of 20 rescues involving 33 people were made by Ocean Rescue in Hollywood over the weekend amid strong rip currents, a spokesperson for Hollywood Fire Rescue and Beach Safety said.</p><p>According to the spokesperson, Ocean Rescue personnel stayed at the beach until 7:30 p.m. Sunday to keep beachgoers safe.</p><p>On Sunday, <a href="https://www.local10.com/news/local/2026/04/05/beachgoers-taking-caution-over-warnings-for-powerful-rip-currents/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/05/beachgoers-taking-caution-over-warnings-for-powerful-rip-currents/">red flag warnings lined South Florida beaches</a>, and for good reason.</p><p>“It’s pretty powerful, for sure,” said beachgoer Ethan Jacobson. “If you get out there a little bit, you definitely get pushed around pretty easily.”</p><p>The rip current danger along the coast has put beach visitors on notice.</p><p>“I’m not a swimmer, so I stay close to shore,” said Ken Harris. </p><p>At times, lifeguards could be heard blowing their whistles to get the attention of swimmers who strayed too far into the water.</p><p>“Definitely gotta be aware,” said Jacobson. “You can’t go out there just blindly. Bad things can happen quick.”</p><p>On Friday, Fort Lauderdale Fire Rescue officials said they performed over 50 water rescues, and transported two people to the hospital. </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[How a blind man made it possible for others with low vision to build Lego sets]]></title><link>https://www.local10.com/news/national/2026/04/06/how-a-blind-man-made-it-possible-for-others-with-low-vision-to-build-lego-sets/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/how-a-blind-man-made-it-possible-for-others-with-low-vision-to-build-lego-sets/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:18:19 +0000</pubDate><content:encoded><![CDATA[<p>NEWTON, Mass. (AP) — Like a lot of young children, Matthew Shifrin loved building Lego sets. But because he was blind, Shifrin had to rely on friends and family to help him complete his creations — sometimes bribing them with tea to get them to come by his house.</p><p>That all changed when he was 13. A family friend and babysitter came over to his house in Newton, Massachusetts and handed him a binder filled with accessible instructions for building a Middle Eastern palace. The instructions, written in braille, allowed him to complete the set without having to rely on the brightly colored pictures that typically come with Lego sets.</p><p>“This was the first time that I was able to build a Lego set on my own,” Shifrin said at his home, surrounded by sets he has built including a Statue of Liberty figurine and NASA's Apollo Saturn V rocket. “It was truly an amazing experience because I was completely in control of the whole building process. I knew where the pieces went and I was able to learn about the world around me.”</p><p>Inspired to reach more blind Lego builders</p><p>After Shifrin's babysitter died, he wanted to honor her memory. So he set about fine-tuning the instructions the two had posted online to reach other blind builders.</p><p>Three years ago, Shifrin launched Bricks for the Blind. The 28-year-old now works with a team of 30 sighted writers and blind testers. His website makes the downloadable instructions available for free to anyone who's blind or visually impaired. They can either print the step-by-step instructions in braille, use braille computers or turn to screen readers, which are software applications that convert the text into speech.</p><p>The instructions allow a blind person to build on their own, but Shifrin's website also says a sighted person might be needed to sort Lego bricks. Otherwise, the blind builder could turn to one of several apps that identify bricks using artificial intelligence.</p><p>So far, the nonprofit has created instructions for more than 540 Lego sets, ranging from a 100-piece car to a 4,000-piece bridge. About 3,000 builders have used their instructions across the United States and as far away as Australia.</p><p>Shifrin also approached the Denmark-based Lego Group in 2017 about making their products more accessible, which inspired the company to create audio and braille instructions for a growing number of Lego sets. That launched in 2019.</p><p>Separately, the company also introduced Lego Braille Bricks in 2020, which are available in French, English and Spanish, and feature studs on the bricks that correspond to letters, numbers and symbols. It also has introduced several characters in their sets with vision loss.</p><p>Blind parents, children and their families find connection</p><p>Shifrin, who also is an actor, composer and opera singer, said he has gotten messages from many people who couldn't build Lego until now.</p><p>He's heard from grandparents who are blind and say they're now able to build with their grandkids. “We couldn’t build with our kids. They didn’t want our help, but now we can teach our grandkids about Lego,’” Shifrin said. “Or blind parents who say, ‘My kids are sighted, they don’t want my help, but it’s amazing to really understand what all this hype about Lego is about because now I can build on my own</p><p>Daniel Millan, who lost his sight in 2024, turned to Bricks for the Blind after a tumor crushed his optic nerves. The 31-year-old master's student from San Diego, who's studying to be an assisted technology instructor, first completed a Lego ornament set. Then on his anniversary, he completed a Lego rose set with his wife.</p><p>“Being able to do it independently, it’s freedom,” he said, adding that his sudden vision loss left him wondering about what he wouldn't be able to do again.</p><p>But after building Lego sets, he soon learned that “It’s not about what I can’t do anymore. It’s more about what I can do,” he said.</p><p>Building with their children</p><p>For Natalie Charbonneau, who is blind, the instructions have allowed her to complete sets without relying on her sighted husband. It's also allowed her to have fun with her 5-year-old son — and build many fire trucks and other vehicles.</p><p>“If he has questions, I have the ability to check his work or to follow along instead of saying, ’You have to wait for your dad' or ‘You have to ask your dad.’ It’s something that I can now do with him as well, which is empowering,” she said. Charbonneau, a tester for Bricks for the Blind, is a doctoral student who lives in Bellingham, Washington.</p><p>Teri Turgeon, the education director for community programs at Perkins School for the Blind in Watertown, Massachusetts — where Shifrin went as a baby — said the accessible instructions allow blind children to experience the same pleasure as their sighted peers. It also helps them visualize a wider world and develop “fine motor and tactile skills.”</p><p>“He’s created a space around innovation and accessibility that was otherwise not there prior and he’s done so with a toy that children play with every day,” she said.</p><p>In the founder's Lego room</p><p>Back at his house, Shifrin helped fellow blind builder Minh Ha to build a go-kart. Ha grabbed Lego bricks and elements from two bowls and began to first put together a driver figurine.</p><p>“It’s just legs, torso, head, helmet. You’ve built this before. It’s a piece of cake. I believe in you,” Shifrin told her.</p><p>“Awesome,” she said with a smile. “All right, I’m gonna put the helmet on the head. And then … put the legs on the body.”</p><p>She reflected on a journey that began two years ago when she built a lotus flower.</p><p>“A lot of blind people have been left out of this cultural and kind of childhood phenomenon of being able to build Lego, play with Lego,” Ha said. “There is something incredibly satisfying and also relaxing to be able to put together these very intricate, very beautiful and architecturally complex builds.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AMYBBPGB57LJHPBJKNZ5WELBNM.jpg?auth=63bd46cd7ac78cc35957f0d100696c540130a633b4e40fe0724f08cc3e54e800&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Shifrin, the founder of Bricks for the Blind, feels for specific pieces while building a LEGO gum ball machine at his family's home, Friday, March 20, 2026, in Newton, 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/GJ5D3HV6PMQ4IH2R56PSYBJB2E.jpg?auth=f92e6b199e2c0619c4bb6ce5a1397389b7a49f3b9be6eb09d06d423fa84367ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Shifrin, the founder of Bricks for the Blind, reads from a braille terminal while building a LEGO gum ball machine at his family's home, Friday, March 20, 2026, in Newton, 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/OTVFFHTKNLEIOA6R4RQPGBT7OU.jpg?auth=7281a975c73c15a279c17368f9a7c48f17e6743721cb7ca84e3f59452a25e7e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Shifrin, the founder of Bricks for the Blind, listens to directions on his phone while building a LEGO gum ball machine at his family's home, Friday, March 20, 2026, in Newton, 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/YM72IDT2TATT4SHELYVYKQSL7Y.jpg?auth=c66d81890bdad949085684fa4b8a66705394cdb15c236d9e864874917ef89d8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Shifrin, the founder of Bricks for the Blind, reads from a braille terminal while building a LEGO gum ball machine at his family's home, Friday, March 20, 2026, in Newton, 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/SH5ZFLRU6EFPKGOCZIUS7DOK74.jpg?auth=bfb8af254ccd6be30a43a105ed6203b3566e1989cc16e3c9b40bc4899d735b4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Shifrin, the founder of Bricks for the Blind, reads from a braille terminal while building a LEGO project at his family's home, Friday, March 20, 2026, in Newton, Mass. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Miami-Dade’s Operation Green Light returns, waiving fees to help drivers reinstate licenses]]></title><link>https://www.local10.com/news/local/2026/04/05/miami-dades-operation-green-light-returns-waiving-fees-to-help-drivers-reinstate-licenses/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/miami-dades-operation-green-light-returns-waiving-fees-to-help-drivers-reinstate-licenses/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[Hundreds of thousands of drivers in Miami-Dade County have suspended licenses -- but some will soon get a chance to get back on the road.]]></description><pubDate>Sun, 05 Apr 2026 22:25:59 +0000</pubDate><content:encoded><![CDATA[<p>Hundreds of thousands of drivers in Miami-Dade County have suspended licenses -- but some will soon get a chance to get back on the road.</p><p>An annual program called Operation Green Light returns to Miami-Dade starting Monday, running for a limited time.</p><p>The program is designed to help people reinstate their driver’s licenses by making it easier and cheaper to pay off outstanding debts.</p><p>During the program, the county will waive collection fees on overdue traffic tickets, parking fines and court cases. </p><p>Those fees can add up to about 30% of the overall balance, so drivers could see a good amount of their total balance wiped out.</p><p>Many suspensions in Miami-Dade are tied to unpaid traffic fines or toll violations, not dangerous driving.</p><p>When the program last ran in September 2023, the county says drivers saved nearly $300,000 in collection fees.</p><p>Officials say the goal is to help people who are struggling financially get back on their feet.</p><p>Operation Green Light runs through April 19.</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[A 12-hour drive through Iran offers glimpses of destruction, defiance and daily life]]></title><link>https://www.local10.com/news/world/2026/04/06/a-12-hour-drive-through-iran-offers-glimpses-of-destruction-defiance-and-daily-life/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/a-12-hour-drive-through-iran-offers-glimpses-of-destruction-defiance-and-daily-life/</guid><dc:creator><![CDATA[By BASSEM MROUE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 11:53:30 +0000</pubDate><content:encoded><![CDATA[<p>ZANJAN, Iran (AP) — A black banner hangs over the border crossing and portraits of Iran's slain Supreme Leader Ayatollah Ali Khamenei stare down, promising vengeance against the United States and Israel.</p><p>But on the 12-hour drive south to the capital, Tehran, daily life continued, with only occasional signs of the ongoing war, including a Shiite religious center that officials say was damaged by a recent airstrike.</p><p>Associated Press reporters made the journey on Saturday after crossing into Iran from Turkey. They gained a glimpse of the country at the center of a regional war that has jolted the world economy and shows no sign of ending five weeks after Khamenei was killed in the opening U.S. and Israeli salvo.</p><p>The Associated Press has been granted permission by the Iranian government to send an additional team into the country for a brief reporting trip. AP already operates in Iran. The visiting team must be accompanied by a fixer from a government-affiliated company. AP retains full editorial control of its content.</p><p>A religious center damaged by an airstrike</p><p>The first major sign of the war's destruction came in the northwestern city of Zanjan, about six hours' drive from the border.</p><p>Iranian officials say an airstrike hit a religious community center, known as a husseiniyah, killing two people and destroying a clinic and a library. Other parts of the compound, some of which is centuries old, suffered damage, including its golden dome.</p><p>When asked about the strike, the Israeli military said it had hit “a military headquarters,” and that it tries to avoid harming civilian facilities, without elaborating.</p><p>“It has hurt me a lot and distressed me a lot,” said Somayeh Shojaei, a local resident who has attended religious and cultural events at the center. “With these airstrikes, (the U.S. and Israel) are showing their malicious intent to the whole world,” she said.</p><p>The strike killed the library's caretaker and a volunteer with the Iranian Red Crescent first responders, according to Jaafar Mohammadi, the provincial director of cultural and Islamic guidance.</p><p>He said poor people had received free treatment at the clinic and students had made use of the library that housed more than 35,000 books, including antique manuscripts.</p><p>He said he did not know why the complex was targeted.</p><p>“Iran wanted to negotiate for peace with (U.S. President Donald) Trump, but Trump responded with war,” Mohammadi said. “He started the war, but we will definitely be the victorious side.”</p><p>Life goes on in much of Iran despite fear and uncertainty</p><p>The U.S. and Israel have carried out thousands of strikes across the country, and Trump has threatened to bomb Iran “ back to the Stone Ages, where they belong.” Over the weekend, he reiterated a Monday deadline for Iran to reopen the Strait of Hormuz, a vital waterway for oil and gas.</p><p>Iran's surviving leaders have remained defiant and in control, rejecting what they say are unreasonable U.S. peace proposals. Israel has given no indication it plans to let up on its strikes, and has called on Iranians to overthrow their leaders.</p><p>Even as the war generates global turmoil — and fear and anxiety within Iran — daily life goes on.</p><p>In city after city on the road to Tehran, AP reporters saw normal traffic, businesses open and people walking the streets. A restaurant served Iranian delicacies like grilled lamb and rice, barley soup and saffron drinks as R.E.M.'s “Losing my religion” played on loudspeakers.</p><p>Many women could be seen going about their day without wearing the theocracy's mandatory head covering, the enforcement of which has eased in recent years.</p><p>The team passed through two checkpoints on the approach to Tehran without being stopped.</p><p>Destroyed government buildings and police stations in Tehran</p><p>The city was eerily quiet after midnight. There had been heavy airstrikes on the mountains overlooking the capital the previous night.</p><p>Tehran is on the front lines, having seen wave after wave of strikes that the U.S. and Israel say are aimed at the military and internal security forces. Authorities in Iran say over 1,900 people have been killed. It's unclear how many were soldiers or civilians.</p><p>The AP reporters saw several government buildings and police stations that had been destroyed. They passed a number of checkpoints operated by plainclothes Basij, an internal security force, and uniformed members of the paramilitary Revolutionary Guard.</p><p>They were stopped once and asked to open the car and show press cards before being waved onward.</p><p>Fuel is heavily subsidized, such that a gallon (4 liters) of gasoline costs around 15 U.S. cents. But people are only allowed to purchase around 5 gallons (20 liters) at a time. There were no signs of gas lines.</p><p>Back in Zanjan, Mohamoud Maasoumi, a retired soldier, said the conflict with the U.S. — “the world's arrogance” — goes back to a 1953 CIA-backed coup that is seared into the minds of many Iranians. He expressed hope that Iran's leaders would defend the country.</p><p>“The enemy sees that we are not ever succumbing,” he said.</p><p>___</p><p>Associated Press writer Sam Metz in Ramallah, West Bank, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6ECBS4M3N2COSBGVXGLKJ3KV5A.jpg?auth=e0ad0ae976ba4d4dbb829f6ed89164f5417b13853fc0b2676b27d58f47bafd80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Travelers approach on foot the border crossing with Turkey at the Razi crossing in Razi, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZBJKZSRSORKEZ65PTOAZLUUOI.jpg?auth=8d127d3477d7822ba24b43ab92ba05fd0ff683d295bc37adaf461a6c5509fb01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck loaded with logs and other vehicles drive along a road toward Tehran near the Turkish border on the outskirts of Razi, northwestern Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFEORKB3E7VSCXB7F2DGK2U2PM.jpg?auth=c24fe37e0dd977efde6b8319a655c5edea1a8aa5d6ffe4442c8fbb772e35730c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker cleans an area within the Grand Hosseiniyeh complex, with the mosque visible in the background, that officials say was hit by U.S.-Israeli airstrikes Tuesday in Zanjan, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J66MWZZIPHMCHRM3J5R3SKWCJI.jpg?auth=66e9709720acd5ad3bfffdad50c056b23a7b6e1551dfd3be226d55cbb9bb3b5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pedetrians walk by a destroyed building within the Grand Hosseiniyeh, with the mosque visible in the background, which officials at the site say was hit by U.S.-Israeli airstrikes Tuesday, in Zanjan, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4CXGJR772LW6RATHQELKCTQXTE.jpg?auth=eb5f73d88a5c42819a9fca420f8d89e6c9e68392cbeea109fd7a504ecc51988a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A picture of the late Iranian Supreme Leader Ayatollah Ali Khamenei hangs on the side of the road in the outskirts of Tehran, Iran, early Sunday, April 5, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Fresh Face: Owner of Nofar Method helps people transform lives through Pilates ]]></title><link>https://www.local10.com/features/2026/04/06/fresh-face-owner-of-nofar-method-helps-people-transform-lives-through-pilates/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/06/fresh-face-owner-of-nofar-method-helps-people-transform-lives-through-pilates/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[The founder of Nofar Method has been a Pilates instructor for nearly two decades, and she recently opened a studio in Miami Beach.]]></description><pubDate>Mon, 06 Apr 2026 11:36:52 +0000</pubDate><content:encoded><![CDATA[<p>If you didn’t know, Pilates was originally created by a man for men.</p><p>Eventually, it was picked up by women, who took over Pilates for years.</p><p>But as our “Fresh Face” of the week explains, there’s a comeback stretching into South Florida.</p><p>The founder of Nofar Method has been a Pilates instructor for nearly two decades, and she recently opened a studio in Miami Beach.</p><p>“Really before I end up with school, I was so sure I would be a doctor... My dream was to work in the ER,” Nofar Hagag said.</p><p>But that’s not what life had in store for her.</p><p>Nofar was a great swimmer and played water polo in college.</p><p>It took her all the way from Israel to New York.</p><p>“I was a student-athlete and I got injured so many times during my career as an athlete, so Pilates actually helped me to find a balance between recovery between the season,” Nofar explained.</p><p>Pilates was actually created for recovery and healing through movement.</p><p>In the early 1900’s, a man named Joseph Pilates treated injured soldiers during World War I by using springs attached to hospital beds.</p><p>That mission is one Nofar still carries today, and one she built her entire method around.</p><p>“I love my clients,” she said. “They teach me to create those exercises because of all the issues they have.”</p><p>You might think most of those people she helps are women, but think again.</p><p>“The men really had a misconception about the benefit of Pilates,” she said.</p><p>But through Nofar Method, more men are stepping into the studio, and she says they’re there to stay.</p><p>“The nature of Nofar Method is athletic, unlike the classical Pilates, so the movement we are doing there – they speak more to the men’s body because they feel the change to the body,” Nofar said.</p><p>So far, she says her studio has seen a 40-percent increase in men from 2025 to 2026, and she believes that number will keep on climbing.</p><p>But for Nofar, it’s not about who you are, it’s about how you move.</p><p>“A 70-year-old person, a 20-year-old, a pregnant person, two guys that they want me to kill them and look for a challenge, how you can find exercise that make everyone in all levels happy and make everyone feel successful and want to come back?” she said. “It took me 10 years.”</p><p>So we had to ask, what would you say to someone who’s never tried Pilates before?</p><p>“Give me just one shot and I will change your life,” Nofar said.</p><p>Nofar says business is booming, and because of that, she’s expanding with a new studio location coming to Bay Harbor Islands.</p><p>For more information on how to join a class, <a href="https://nofarmethod.com/" target="_self" rel="" title="https://nofarmethod.com/">click here.</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Beachgoers taking caution over warnings for powerful rip currents]]></title><link>https://www.local10.com/news/local/2026/04/05/beachgoers-taking-caution-over-warnings-for-powerful-rip-currents/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/beachgoers-taking-caution-over-warnings-for-powerful-rip-currents/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[Rip currents have prompted dozens of rescues along South Florida beaches over the holiday weekend. ]]></description><pubDate>Sun, 05 Apr 2026 14:10:33 +0000</pubDate><content:encoded><![CDATA[<p>Rip currents have prompted dozens of rescues along South Florida beaches over the holiday weekend. </p><p>On Sunday morning, red flag warnings lined the beach, and for good reason.</p><p>“It’s pretty powerful for sure,” said beachgoer Ethan Jacobson. “If you get out there a little bit, you definitely get pushed around pretty easily.”</p><p>The rip current danger along the coast has put beach visitors on notice.</p><p>“I’m not a swimmer so I stay close to shore,” said Ken Harris. </p><p>At times, lifeguards could be heard blowing their whistles to get the attention of swimmers who strayed too far into the water.</p><p>“Definitely gotta be aware,” said Jacobson. “You can’t go out there just blindly. Bad things can happen quick.”</p><p>On Friday, Fort Lauderdale Fire Rescue said they performed over 50 water rescues, sending at least two people to the hospital. </p><p>According to FLFR, lifeguards warned people about dangerous areas over 1,000 times. </p><p>Those looking to enjoy the ocean say maybe tanning and building a sand castle is a better idea this weekend. </p><p>“The flags, we pay attention,” said Harris. “I get it, everybody wants to have a good time, but it’s serious stuff.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Police investigate bomb threat at Dolphin Mall]]></title><link>https://www.local10.com/news/local/2026/04/05/police-investigate-bomb-threat-at-dolphin-mall/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/police-investigate-bomb-threat-at-dolphin-mall/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County responded to a popular South Florida shopping mall Sunday to investigate a bomb threat.]]></description><pubDate>Sun, 05 Apr 2026 15:01:13 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County responded to a popular South Florida shopping mall Sunday to investigate a bomb threat.</p><p>According to Sweetwater police, officers were doing a sweep of Dolphin Mall after being notified of the threat.</p><p>After what officers called a “cursory search,” the mall was deemed safe and reopened to employees and patrons just before 11 a.m. </p><p>Sweetwater police said they will “continue to remain vigilant and maintain a high-visibility presence in the area” in order to provide an additional layer of public safety. </p><p>Additionally, the Miami-Dade Sheriff’s Office released a statement Sunday afternoon, emphasizing that making false threats is not a prank, it’s a crime. The statement read, in part: </p><p>“These actions place innocent people, first responders, and entire communities at risk by diverting emergency resources from real emergencies. The Miami-Dade Sheriff’s Office takes these incidents seriously and will investigate and pursue charges against those responsible.”</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/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[AP Decision Notes: What to expect in Wisconsin's spring election]]></title><link>https://www.local10.com/news/national/2026/04/06/ap-decision-notes-what-to-expect-in-wisconsins-spring-election/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/ap-decision-notes-what-to-expect-in-wisconsins-spring-election/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 11:02:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Wisconsin voters will choose a new state Supreme Court justice in a Tuesday election that will either maintain or expand the court’s liberal majority. Meanwhile, the city of Waukesha will hold its first open-seat mayoral race in 20 years.</p><p>The contests are among the notable highlights of Wisconsin’s spring election, where races for judicial, municipal, educational and other traditionally nonpartisan offices will be decided beyond the din of the more explicitly partisan November elections.</p><p>In the race for the high court, state Appeals Court judges Chris Taylor and Maria Lazar are running to replace retiring Justice Rebecca Bradley from the court’s conservative bloc. Taylor is a former Democratic state representative who has endorsements from the court’s four sitting liberal justices. Lazar served as assistant state attorney general under former Republican Gov. Scott Walker. She is endorsed by conservative Justice Annette Ziegler, who announced in March she will not seek a third term in 2027.</p><p>This year’s contest has not generated the same level of attention as recent Wisconsin Supreme Court races, since the ideological balance of the bench is not at stake. But the winner will be a part of a panel that could be at the center of a political firestorm if there are any disputes related to either the 2028 presidential election or the next round of congressional redistricting in the early 2030s. Justices are elected to 10-year terms.</p><p>Liberals are looking for their fourth consecutive state Supreme Court victory. Liberal justices gained a 4-3 majority on the court in 2023 for the first time in 15 years after Justice Janet Protasiewicz won a seat previously held by a conservative. In 2025, Justice Susan Crawford joined the court and preserved the liberal majority after a campaign where Elon Musk and groups associated with him spent millions in support of a conservative candidate.</p><p>In any statewide election in Wisconsin, Democrats tend to win by large margins in the populous counties of Milwaukee and Dane (home to Madison), while Republicans win by wide margins in the smaller, more rural counties that stretch across most of the state. Republican candidates also tend to rely on strong showings in the “WOW” counties — Waukesha, Ozaukee and Washington in suburban Milwaukee — which help counter Democratic advantages in urban areas. Victory is determined by how big those margins are in the respective party strongholds, as well as which side can win over the more competitive swing areas.</p><p>In the 2024 presidential election, then-Vice President Kamala Harris won Milwaukee County with 68% of the vote and Dane County with 75%, while narrowly losing statewide. In comparison, Protasiewicz and Crawford in their successful state Supreme Court races received 73% and 75% of the vote in Milwaukee County and 82% of the vote in Dane County. They both won statewide with double-digit margins of victory.</p><p>Protasiewicz and Crawford each also won more than 10 swing counties that voted for Trump in 2024, most notably in Brown County, home to Green Bay, which Trump carried in all three of his White House campaigns.</p><p>In the race for Waukesha mayor, Common Council President Alicia Halvensleben and state Rep. Scott Allen are running to replace Mayor Shawn Reilly, who is not seeking a fourth term. Allen has been one of the most conservative Republicans in the Legislature since his election in 2014. Halvensleben is the preferred candidate of the Waukesha County Democratic Party.</p><p>Reilly is an independent who left the Republican Party after the Jan. 6, 2021, insurrection at the U.S. Capitol. He has endorsed Halvensleben.</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>Recounts are not automatic in Wisconsin, but a trailing candidate may request one if the winning vote margin is less than a percentage point. The AP may declare a winner in a race that is eligible for a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. local time, which is 9 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in the races for state Supreme Court and Waukesha mayor.</p><p>Who gets to vote?</p><p>Any registered voter in Wisconsin may participate in the spring election.</p><p>What do turnout and advance vote look like?</p><p>As of April 1, there were about 3.6 million active registered voters in Wisconsin out of about 4.5 million eligible voting-age adults. Voters in the state do not register by party.</p><p>Nearly 2.4 million votes were cast in the 2025 spring election for state Supreme Court, which was about 62% of registered voters. About 29% of voters cast their ballots before election day.</p><p>As of Friday, nearly 281,000 ballots had already been cast.</p><p>How long does vote-counting usually take?</p><p>In the 2025 spring election, the AP first reported results in the race for state Supreme Court at 9:09 p.m. ET, or nine minutes after polls closed. The last vote update of the night was at 2:12 a.m. ET with about 99% of total votes counted. The race was called at 10:16 p.m. ET.</p><p>When are early and absentee votes released?</p><p>In previous Wisconsin elections, counties varied in terms of when and how they released results from early and absentee voting. In the 2024 general election, roughly a third of the counties released all or most of their early and absentee voting results in the first vote update, while the rest released them throughout the night along with results from in-person Election Day voting.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 210 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHKJCZF2PBOVL7WVMTQYCZFUBA.jpg?auth=c5b7fbe627c02150ecef861b4e1107d682d3539303b0eff855f37c9686105632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Poll workers sort ballots at the Kenosha Municipal Building on Election Day, Nov. 3, 2020, in Kenosha, Wis. (AP Photo/Wong Maye-E, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Wong Maye-E</media:credit></media:content></item><item><title><![CDATA[Low-voltage utility elections face surge of attention as electricity bills rise]]></title><link>https://www.local10.com/news/national/2026/04/06/low-voltage-utility-elections-face-surge-of-attention-as-electricity-bills-rise/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/low-voltage-utility-elections-face-surge-of-attention-as-electricity-bills-rise/</guid><dc:creator><![CDATA[By MARC LEVY, KIM CHANDLER and JONATHAN J. COOPER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 11:04:53 +0000</pubDate><content:encoded><![CDATA[<p>TEMPE, Ariz. (AP) — Rising household electricity prices and controversy over data centers are reshaping low-profile elections for control over utilities that build power plants and power lines — and then bill people for the cost.</p><p>The tensions played a prominent role during last year's elections in Georgia, New Jersey and Virginia, and now they're sweeping through Arizona and Alabama, where once-sleepy contests are becoming political brawls.</p><p>Even national groups like Turning Point Action — better known for its role mobilizing young conservatives behind President Donald Trump — are getting involved by knocking on doors and texting campaign messages. The organization wants to curb environmentalists' influence over the Phoenix-area Salt River Project, the largest public utility in the country, in a Tuesday election.</p><p>The skirmishes are a preview for more campaigns later this year, when at least a half-dozen states will hold elections for utility regulators. That includes Georgia, where a second-straight hotly contested campaign is anticipated.</p><p>The burst of attention is dragging the behind-the-scenes politics of elected utility commissioners — long dominated by power brokers or monopolistic companies, critics say — into an intensely national debate over how to power artificial intelligence without driving up electricity costs.</p><p>"And that means suddenly there’s all this pressure,” said Dave Pomerantz of the Energy and Policy Institute, which pushes utilities to keep rates low and use renewable energy sources.</p><p>Arizona race draws massive players</p><p>In Tuesday's election that will determine control of Salt River Project, more than three times as many people requested early ballots than two years ago. Yard signs pepper street corners and ratepayers — they must own land to vote — are getting text messages, fliers and door-knockers.</p><p>The utility has already been under pressure to reduce its reliance on fossil fuels like coal and natural gas that emit planet-warming greenhouse gases. But now campaign organizations are converging on the race as the fast-growing Phoenix area becomes a destination for data centers and semiconductor factories. The utility projects that it will need to double its power capacity within a decade.</p><p>Two rival slates are vying for the board's majority. One is backed by Turning Point Action, which wants to stop “radical environmentalists.” The other is supported by the Jane Fonda Climate PAC, which is opposing “oil-loving candidates.” Also involved are local chapters of progressive groups, energy interests, construction firms and data center developers.</p><p>“If they want to just overnight switch us to solar, there’s a reliability issue, there’s a cost issue there, and we just can’t keep up," said Jimmy Lindblom, a construction executive who formed the business-backed Arizonans for Responsible Growth. “We’d have blackouts. And so these things are really important to the growth of Arizona.”</p><p>Turning Point Action is putting its muscle behind the Arizonans for Responsible Growth slate. They're also using the election to build momentum ahead of this year's midterms in the battleground state.</p><p>The slate running as the “clean energy” team said Salt River Project's current majority is too eager to hook up to natural gas, raise rates and embrace data centers. They also said the board is too dismissive of clean energy technologies to meet spiking demand and offers no incentives to install solar panels.</p><p>“It’s insane, especially now,” said Randy Miller, a clean energy advocate on SRP's board.</p><p>About a dozen supporters gathered around picnic tables last week at a park in Tempe, arriving as the sun set to canvass for voters who had requested ballots but not returned them. After a brief pep talk, they fanned out.</p><p>Some voters were bothered by Turning Point's involvement.</p><p>“Very, very, very troublesome,” said Laura Kajfez, a 66-year-old retiree from Tempe. “We don’t need that intervention in our local politics. We have enough problems as it is."</p><p>In the last two elections, an average of 7,500 ballots were turned in. As of Thursday, with five days of voting remaining, turnout had already topped 22,000, according to SRP.</p><p>Campaigning for the Salt River Project board is a complex puzzle. The utility has more than 2 million power and water customers and is governed by byzantine rules. Votes for most positions are weighted by acreage, so large landowners carry outsized sway.</p><p>Rising bills fuels push to reshape Alabama commission</p><p>In the heavily Republican state of Alabama, anxiety over rising power bills is spilling into the statehouse and onto the campaign trail, fueling a push to reshape the Alabama Public Service Commission. Alabama has some of the highest power rates in the South, according to the U.S. Energy Information Administration.</p><p>State lawmakers this week voted to overhaul the commission, effectively shifting more authority to the governor. Supporters described it as a way to address affordability. But it comes ahead of this year's elections, which some candidates are seeking to make a referendum on electricity prices — similar to how Georgia Democrats won blowout victories in two races for their state's commission in 2025.</p><p>Former U.S. Sen. Doug Jones, who is a Democratic candidate for Alabama governor, called the bill a “first-rate con job” on voters.</p><p>“Republicans in the Alabama Legislature want to completely revamp the PSC because all of the sudden after two wins in Georgia, they realize that maybe the people don't like what's going on with the PSC,” Jones said on social media.</p><p>The legislation, which was signed by Gov. Kay Ivey, will expand the three-member commission to seven elected members. The four new members will be initially appointed by the governor. In addition, utilities will be forbidden from raising retail base rates until 2029.</p><p>Republican legislative leaders said the bill was a significant step forward for consumer protection.</p><p>“The Alabama Legislature passed HB475 to put a freeze on electric rates and to give the people of Alabama broader representation on the Public Service Commission," Ivey said. House Speaker Nathaniel Ledbetter and Senate President Pro Tem Garlan Gudger said in a joint statement that lawmakers “stood united to reform how utilities are regulated and demand an unprecedented amount of accountability for consumers across the state.”</p><p>Two of the current three seats on the commission are up for election this year, and Republican incumbents face both primary challengers and Democratic opponents running on the message of affordability.</p><p>Democrats are pointing to Georgia’s election as a model for how the party can be successful, even in a GOP-dominated state like Alabama.</p><p>“What happened in Georgia could happen in Alabama,” said Tabitha Isner, vice chair of the Alabama Democratic Party. “That’s why the alarm bells are going off and so much money is being poured into maintaining the status quo.”</p><p>___</p><p>Levy reported from Harrisburg, Pa., and Chandler from Montgomery, Ala.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ERQN6UD6SH7AMK7OB5VTBZMS6M.jpg?auth=0679ceb9637e4b771bf56f1c1ab5d5550292323b7500463d00d6310ca4957fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign directing voters sits outside the headquarters of Salt River Project on Monday, March 30, 2026, in Tempe, Ariz. (AP Photo/Jonathan J. Cooper)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan J. Cooper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSG3LUROGQM32MW6M25L7AULQY.jpg?auth=d60d9d7c8a19b704362bb685c7c59b2605d08a41bde4188286826df7769c5ecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign supporting candidates for the Salt River Project board sits next to an intersection Monday, March 30, 2026 in Tempe, Ariz. (AP Photo/Jonathan J. Cooper)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan J. Cooper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7WWVICQJYD6OLJ62XVQZFEKI4.jpg?auth=91e9ee87a465fb5e64b1b077ff26968364699bc0c8ee7785762130699b61e687&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Kajfez, left, speaks with Casey Clowes, center and Sandra Kennedy, candidates for the Salt River Project governing board, outside her home in Tempe, Ariz., on Wednesday, April 1, 2026. (AP Photo/Jonathan J. Cooper)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan J. Cooper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PFWRZES645GLB4PTR5E7TIHEWY.jpg?auth=bdf37ed7f08e446dd9326aceffccc26b86463bcbbac76e916c4b832d87c64dd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandra Kennedy, left, and Casey Clowes, candidates for the Salt River Project governor board, speak while canvassing in Tempe, Ariz., on Wednesday, April 1, 2026. (AP Photo/Jonathan J. Cooper)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan J. Cooper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGJ7AD67X4F5WVE2ESAFF5KLMY.jpg?auth=0fe7af2932d537eb6a0a009a31f1da990ef9691571905cf925ae2ea2e672d695&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign supporting candidates for the Salt River Project board sits next to an intersection Monday, March 30, 2026 in Tempe, Ariz. (AP Photo/Jonathan J. Cooper)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan J. Cooper</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Georgia's special congressional runoff]]></title><link>https://www.local10.com/news/national/2026/04/06/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 11:01:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Three months after Republican Marjorie Taylor Greene resigned from Congress following a public rift with President Donald Trump, voters in the northwest Georgia congressional district she once represented will pick a replacement to serve out the remainder of her term.</p><p>Tuesday’s special congressional runoff marks the second time in less than a month that voters in Georgia’s 14th Congressional District cast ballots for their representative in Washington. None of the 17 contenders in a March 10 special election received a majority of the vote, triggering Tuesday’s contest between the top two vote-getters.</p><p>The outcome will almost immediately affect the fragile balance of power in the closely divided U.S. House, where Republicans cling to a 217-214 majority. An additional seat is held by a former Republican who became an independent in March, while twoseats remain vacant.</p><p>Democrat Shawn Harris received the most votes in the Georgia special election, where all candidates ran on the same ballot regardless of party affiliation. Harris edged Republican Clay Fuller by about 2 percentage points, aided in part by the fact that the district’s sizable Republican vote was split among a dozen Republican candidates.</p><p>Harris is a retired Army brigadier general who lost to Greene in the 2024 general election. Fuller is a district attorney who has Trump’s endorsement. Both are also seeking their parties’ nominations for a full term in the May 19 primary ahead of the November midterm elections.</p><p>The district has a history of heavily favoring Republican candidates in general elections. Trump carried the district in 2024 with 68% of the vote. The 37% Harris received in March was slightly better than the roughly 36% of the vote he notched in his head-to-head matchup with Greene in 2024.</p><p>Harris modestly improved his vote share in nine of the district’s 10 counties since 2024. He also outperformed former Vice President Kamala Harris' 2024 presidential vote share in all 10 counties. But to win the seat, he needs to far surpass the overall mid-30% range that Democrats have received in the district in recent general elections.</p><p>His best performances in the special election were in Cobb and Paulding counties, two metro Atlanta counties that are the two most populous in the northwest Georgia district. But Greene still carried every county in the election that year.</p><p>Harris, who did not face major Democratic opposition in the special election, raised a total of $6.4 million for his campaign, compared to about $1.3 million for Fuller. As of March 18, Harris had about $745,000 in the bank, while Fuller had about $53,000.</p><p>Trump’s endorsement should be a boost for Fuller, considering the president outperformed Greene districtwide. But turnout in special elections is typically much lower than in presidential elections, and turnout for runoffs tends to be even lower.</p><p>Elsewhere in Georgia on Tuesday, runoffs will also be held in state Senate District 53 and state House District 94. Republicans control both chambers of the General Assembly, and the outcome of the two special runoffs will not threaten their majorities.</p><p>The Associated Press does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>There is no automatic recount provision in Georgia, but a losing candidate may request a recount if the margin is less than or equal to 0.5% of the total vote. The AP may declare a winner in a race that is eligible for a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The AP will provide vote results and declare winners in the special runoff elections for the 14th Congressional District, state Senate District 53 and state House District 94.</p><p>Who gets to vote?</p><p>Any registered voter may participate in the special runoff election in their district, regardless of whether they voted in the March 10 special election.</p><p>What do turnout and advance vote look like?</p><p>As of Friday, there were about 571,000 total registered voters in the 14th Congressional District, including about 524,000 active voters. Georgia voters do not register by party.</p><p>About 116,000 votes were cast in the March 10 U.S. House special election, roughly 52% of which was cast before Election Day.</p><p>Nearly 47,000 ballots had already been cast in the U.S. House special runoff election as of Friday.</p><p>How long does vote-counting usually take?</p><p>In the March 10 special election, the AP first reported results in the 14th Congressional District at 7:05 p.m. ET, or five minutes after polls closed. The last vote update of the night was from Paulding County at 9:51 p.m. ET with about 99.9% of total votes counted.</p><p>When are early and absentee votes released?</p><p>All 10 counties in the 14th Congressional District tend to release some or all of their absentee voting results in the first vote update of the night. Four counties, including the two largest, Paulding and Cobb, also tend to include all of their results from early voting in the first vote update. Since the 2020 election, Democrats have been more likely to cast their votes early or by mail. In jurisdictions that release mail and early vote results at the start of the night, this could result in the Democratic candidate taking an initial lead in the vote count until votes from in-person Election Day ballots are tallied.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 210 days until this seat is up again in the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D7DLEGQOLIRET5WDVLQ5B2H6PA.jpg?auth=ef3d5f70268c9fbda9e4fccbe3587da918f06b86ecbb46ebe27f7fb394b60ffe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Marjorie Taylor Greene, R-Ga., speaks during a news conference on the Epstein Files Transparency Act, Nov. 18, 2025, outside the U.S. Capitol in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></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/NF4TNSEYPKGBOUCPY5C4SOMD24.jpg?auth=8179a1bdb3233a8169eb6fbc7d26aa512738386957f20464cad960e0ac4c713a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic House candidate Shawn Harris talks with voters in Rome, Ga., on Thursday, March 26, 2026. (AP Photo/Charlotte Kramon)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlotte Kramon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X43SXKNEMCUNF46T4TBBLYR36Y.jpg?auth=04d5a7f0e5fa661645d633e4114a5eb6e2f1a61f559f6a257ea6fec40a7faf81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican Clay Fuller speaks to supporters after learning he would advance to a runoff election during an election night watch party, Tuesday, March 10, 2026, in Rome, Ga. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z4UI753HRJJ46N6R2SF76HEOOY.jpg?auth=b72c87f3ef20a87b028c835ce8297b1ae9dd6da46ffaa66a3ea82bcf4cf8e481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[American flags are on display outside the Office of the 14th Congressional District of Georgia in the Rayburn House Office Building, Thursday, March 5, 2026, on Capitol Hill in Washington. The office most recently was occupied for former Rep. Marjorie Taylor Greene, R-Ga., who resigned in January. (AP Photo/Robert Yoon)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Yoon</media:credit></media:content></item><item><title><![CDATA[April 6: Scattered showers today; rain chances increase overnight ]]></title><link>https://www.local10.com/weather/2026/04/06/april-6-scattered-showers-today-rain-chances-increase-overnight/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/06/april-6-scattered-showers-today-rain-chances-increase-overnight/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[A stalled front stretching across Central Florida will keep South Florida in an unsettled weather pattern for the next few days. ]]></description><pubDate>Mon, 06 Apr 2026 10:44:00 +0000</pubDate><content:encoded><![CDATA[<p>A stalled front stretching across Central Florida will keep South Florida in an unsettled weather pattern for the next few days. Expect scattered showers today, with rain chances increasing overnight, especially inland. By Tuesday and Wednesday, rain chances increase significantly across the East Coast metros, where repeated rounds of showers and thunderstorms could bring localized urban flooding.</p><p>At the same time, winds will strengthen out of the northeast, becoming breezy Tuesday before turning windy Wednesday.</p><p>Rainfall totals could reach 4 to 6 inches across Broward County, 2 to 4 inches across Miami-Dade, and up to 1 inch across the Florida Keys through Friday.</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[Artemis II astronauts race to set a new distance record from Earth and behold the moon's far side]]></title><link>https://www.local10.com/news/national/2026/04/06/artemis-ii-astronauts-race-to-set-a-new-distance-record-from-earth-and-behold-the-moons-far-side/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/artemis-ii-astronauts-race-to-set-a-new-distance-record-from-earth-and-behold-the-moons-far-side/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 10:05:47 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — With the moon looming ever larger, the Artemis II astronauts raced to set a new distance record Monday from Earth on a lunar fly-around promising magnificent views of the far side never seen before by eye.</p><p>The six-hour flyby is the highlight of NASA's first return to the moon since the Apollo era with three Americans and one Canadian — a step toward landing boot prints near the moon's south pole in just two years.</p><p>A prize — and bragging rights — awaits Artemis II.</p><p>Less than an hour before kicking off the fly-around and intense lunar observations, the four astronauts were set to become the most distant humans in history, surpassing the distance record of 248,655 miles (400,171 kilometers) set by Apollo 13 in April 1970.</p><p>Mission Control expected Artemis II to surpass that record by more than 4,100 miles (6,600 kilometers).</p><p>Artemis II is using the same maneuver that Apollo 13 did after its “Houston, we’ve had a problem” oxygen tank explosion wiped out any hope of a moon landing.</p><p>Known as a free-return lunar trajectory, this no-stopping-to-land route takes advantage of Earth and the moon’s gravity, reducing the need for fuel. It’s a celestial figure-eight that will put the astronauts on course for home, once they emerge from behind the moon Monday evening.</p><p>Commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada’s Jeremy Hansen were on track to pass as close as 4,070 miles (6,550 kilometers) to the moon, as their Orion capsule whips past it, hangs a U-turn and then heads back toward Earth. It will take them four days to get back, with a splashdown in the Pacific concluding their test flight on Friday.</p><p>Wiseman and his crew spent years studying lunar geography to prepare for the big event, adding solar eclipses to their repertoire during the past few weeks. By launching last Wednesday, they ensured themselves of a total solar eclipse from their vantage point behind the moon, courtesy of the cosmos.</p><p>Topping their science target list: Orientale Basin, a sprawling impact basin with three concentric rings, the outermost of which stretches nearly 600 miles (950 kilometers) across.</p><p>Other sightseeing goals: the Apollo 12 and 14 landing sites from 1969 and 1971, respectively, as well as fringes of the south polar region, the preferred locale for future touchdowns. Farther afield, Mercury, Venus, Mars and Saturn — not to mention Earth — will be visible.</p><p>Their moon mentor, NASA geologist Kelsey Young, expects thousands of pictures.</p><p>“People all over the world connect with the moon. This is something that every single person on this planet can understand and connect with,” she said on the eve of the flyby, wearing eclipse earrings.</p><p>Artemis II is NASA’s first astronaut moonshot since Apollo 17 in 1972. It sets the stage for next year’s Artemis III, which will see another Orion crew practice docking with lunar landers in orbit around Earth. The culminating moon landing by two astronauts near the moon’s south pole will follow on Artemis IV in 2028.</p><p>While Artemis II may be taking Apollo 13’s path, it’s most reminiscent of Apollo 8 and humanity’s first lunar visitors who orbited the moon on Christmas Eve 1968 and read from the Book of Genesis.</p><p>Glover said flying to the moon during Christianity’s Holy Week brought home for him “the beauty of creation.” Earth is an oasis amid “a whole bunch of nothing, this thing we call the universe” where humanity exists as one, he observed over the weekend.</p><p>“This is an opportunity for us to remember where we are, who we are, and that we are the same thing and that we’ve got to get through this together,” Glover said, clasping hands with his crewmates.</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/BPSO24OZUWV6H4LC6DO5CFXAY4.jpg?auth=dc4ed24a789608806db267f19033c7fdb5b2344ec6680c44e29d2b9b87c0be01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NASA on Monday, April 6, 2026, shows a view of the moon taken by the Artemis II crew before going to sleep on flight day 5. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/BVFSZTVKLSXUZ4SOW4SU2TRGZM.jpg?auth=53252e7467db3a376267c5f13f9a2d6a47df5631fb7e305612a21ac42a3d8cca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NASA shows the moon from a photo taken by The Artemis II crew on day 4 of their journey to the Moon on Saturday, April 4, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5B6YWZ2D2OMABIJW2X4IJ7KEUE.jpg?auth=d4bb8dfce6b90a57730c3356a83227492cc6b0335239bb1c56cdf928005827eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NASA shows the Earth seen from a window on the Orion spacecraft Integrity during the Artemis II mission, Sunday, April 5, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/OUHRFGZSHRFNIJHXI7QLHSWVYA.jpg?auth=ad27d1f068fc54f995e5a9ce5353521ac4ae9d96c6ff394538db883f745aa4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by NASA shows the Orion spacecraft with the Moon in the distance, as captured by a camera on the tip of one of its solar array wings, April 3, 2026. (NASA via AP)]]></media:description></media:content></item><item><title><![CDATA[Russian attacks kill 4 as Ukraine drones target oil infrastructure]]></title><link>https://www.local10.com/news/world/2026/04/06/a-russian-attack-kills-3-in-odesa-while-ukraine-targets-russian-oil-infrastructure-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/a-russian-attack-kills-3-in-odesa-while-ukraine-targets-russian-oil-infrastructure-officials-say/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and VOLODYMR YURCHUK, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 11:41:17 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — A Russian drone attack on Ukraine’s southern port city of Odesa killed two women and a toddler, authorities said Monday, while Ukrainian long-range drones targeted Russia’s key Black Sea port for oil exports.</p><p>The nighttime attack on Odesa heavily damaged an apartment block, killing the women and a 2-year-old child, officials said. Rescuers working under floodlights pulled four people from the rubble.</p><p>Eleven people were hospitalized, including a pregnant woman and two children — the youngest less than a year old, Ukrainian President Volodymyr Zelenskyy said in a post on X.</p><p>Russia has pounded civilian areas of Ukraine since it invaded its neighbor just over four years ago, killing more than 15,000 people, according to the United Nations.</p><p>Over the past week, Russia has launched at Ukraine more than 2,800 attack drones, nearly 1,350 powerful glide bombs and more than 40 missiles of various types, according to Zelenskyy.</p><p>In the southern city of Kherson, Russian shelling killed an elderly woman and three other women, 86, 79 and 44, were hospitalized, according to Oleksandr Prokudin, head of the regional military administration. The injured women sustained shrapnel wounds, concussion, blast injuries and head trauma, he said.</p><p>Russia has also taken aim at Ukraine’s power grid, and overnight barrages hit energy infrastructure in Chernihiv, Sumy, Kharkiv and Dnipro regions, Zelenskyy said.</p><p>More than 300,000 households were without electricity in northern Chernihiv after distribution facilities were damaged in the attacks, according to the regional power utility.</p><p>Zelenskyy expressed concern in a weekend interview with The Associated Press that the war in the Middle East is draining stockpiles of weapons that Ukraine needs to defend itself, especially American-made Patriot air defense systems that can stop missiles.</p><p>Zelenskyy said Monday that the country’s partners “need to strengthen air defense together so that the interception rate of drones and missiles continues to increase.”</p><p>With U.S.-led peace efforts stalled, Zelenskyy added: “Russia has no intention of stopping” its invasion.</p><p>Ukraine has fought back by developing its own long-range drones, which now reach targets some 1,500 kilometers (900 miles) inside Russia.</p><p>Ukraine has used them recently to hammer Russian oil facilities as Moscow looks to boost its exports after the Trump administration gave it a temporary waiver from sanctions to ease supply constraints. Kyiv officials complain that Russia will use the additional revenue on new weapons to hit Ukraine harder.</p><p>Russia’s Defense Ministry said that air defenses downed 50 Ukrainian drones overnight.</p><p>Krasnodar Gov. Veniamin Kondratyev said that eight people, including two children, were injured in a series of Ukrainian drone attacks on Novorossiysk, one of Russia’s largest Black Sea ports. The attack damaged six apartment buildings and two private houses, he said.</p><p>Unconfirmed media reports said the drones targeted the Sheskharis oil terminal at the Black Sea port.</p><p>Last week, Ukraine’s drones struck oil facilities in the Gulf of Finland, in northwest Russia.</p><p>___</p><p>Follow AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJRQVU2C5VYAEAR7KTYJJ3XW7M.jpg?auth=aebba01e53045700bd4e1bff36112e9ad2c64ad101cb13e68970cc7f6f9d320a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker walks in front of residential building which was heavily damaged after a Russian strike in Odesa, Ukraine, Monday, April 6, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3DFVA7OF3NZLWWCTGUFX4FYZU.jpg?auth=3b2f25cf694536a795fe63a4f99ff169829aa572f7373c5862395c7545d840a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker walks in front of residential building which was heavily damaged after a Russian strike in Odesa, Ukraine, Monday, April 6, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AAQ53RGCKXN53BSR2DMZXC476E.jpg?auth=03e059f3a0080640e1d59bb7e510274fdf205b4ea89129d5303399e9090615c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker walks in front of residential building which was heavily damaged after a Russian strike in Odesa, Ukraine, Monday, April 6, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3446PQTAJ6MGEHAK56GHXR5W24.jpg?auth=4a6e2a6837da00e7363164bfeca5a8e1525a5887930673ed079f72bf720a74fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A local man stands in front of residential building which was heavily damaged after a Russian strike in Odesa, Ukraine, Monday, April 6, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUXD2XT3U43ARKQ54VVS76XFD4.jpg?auth=63df5242cf33f08cb588af5eccad85851cbc1b5f0d5c16b8f0dfcfcb536760ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A residential building is seen heavily damaged after a Russian strike in Odesa, Ukraine, Monday, April 6, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content></item><item><title><![CDATA[De extraer carbón a vender fideos: los mineros de China enfrentan cambios]]></title><link>https://www.local10.com/espanol/2026/04/06/de-extraer-carbon-a-vender-fideos-los-mineros-de-china-enfrentan-cambios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/de-extraer-carbon-a-vender-fideos-los-mineros-de-china-enfrentan-cambios/</guid><dc:creator><![CDATA[Por HUIZHONG WU, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 07:57:12 +0000</pubDate><content:encoded><![CDATA[<p>DATONG, China (AP) — Yang Haiming no dejó de trabajar cuando se jubiló de las minas de carbón a los 60 años. En lugar de eso, se lanzó a una nueva industria.</p><p>Yang forma parte de una generación de trabajadores que impulsó el crecimiento de China extrayendo carbón de minas subterráneas en Datong, una ciudad conocida como la capital del carbón de China en la provincia norteña de Shanxi. Ahora, mientras China prioriza la energía renovable por encima del carbón, Yang se ha adelantado al cambio al que sus compañeros de trabajo se ven obligados a enfrentarse.</p><p>Ahora dirige un restaurante que vende brochetas de cordero a los turistas que visitan las Grutas de Yungang, unas cuevas de importancia histórica del siglo VI que albergan tallas budistas y atraen a millones de visitantes al año.</p><p>Si fuera un país, la provincia de Shanxi sería el mayor productor de carbón del mundo. Sus aproximadamente 800.000 mineros extrajeron 1.300 millones de toneladas en 2025, o casi un tercio del carbón de China. Unos pocos millones de personas más trabajan en empleos que dependen indirectamente del carbón, desde la logística hasta los restaurantes. La provincia asistirá un cambio crucial en un momento en el que China incorpora energía renovable tan rápido que el año pasado cubrió casi todo el crecimiento de la demanda nacional de electricidad, y el aumento del turismo es un objetivo importante.</p><p>Los expertos dicen que es vital asegurarse de que los trabajadores del carbón no se queden atrás, una preocupación para muchos.</p><p>“No se siente como si estuviera entrando dinero en esta industria”, comentó Zhou Hongfei, un minero de carbón.</p><p>Evolución de una ciudad carbonífera</p><p>Como es típico de las empresas estatales de China, la compañía carbonífera construyó la aldea de Yang justo al lado de la mina —llamada la N.º 9— en la que trabajarían sus residentes. El lugar prosperaba con miles de trabajadores y sus familias, con una escuela, una guardería y un centro deportivo. Una línea ferroviaria elevada pasa por allí para transportar carbón al resto del país.</p><p>Hoy en día, la mina N.º 9 es en su mayor parte un museo, aunque todavía se trabaja una sección. La escuela está vacía, con las rejas cerradas. Muchos de los bloques de apartamentos de poca altura están solo parcialmente ocupados, a menudo no por mineros sino por personas atraídas por la vivienda barata.</p><p>Yang recuerda años prósperos antes de que las aldeas de los alrededores fueran desmanteladas.</p><p>“Había mucha gente, especialmente durante el Año Nuevo”, relató. “Había multitudes en todas partes. Ahora las escenas bulliciosas se han ido, y también esa sensación”.</p><p>Quienes se quedaron atrás, como Yang, han intentado sacar provecho de los visitantes a las Grutas de Yungang. El día en que reporteros de The Associated Press visitaron el lugar, un minero de carbón jubilado caminaba por la calle entablando conversaciones con la esperanza de llevar clientes a su local de fideos. En su mayoría, personas mayores caminaban por la calle, disfrutando del sol.</p><p>Pasarse al turismo es difícil</p><p>Yang está en la minoría de trabajadores que ha logrado hacer la transición.</p><p>Hay muchos “que no saben qué hacer, que dicen que no tienen las habilidades adecuadas para nadie más. Lo único que saben es ser mineros de carbón, o la alternativa más fácil para ellos es volver a la agricultura”, explicó Tom Wang, oriundo de Shanxi, activista ambiental y fundador de People of Asia for Climate Solutions.</p><p>Zhou, de 36 años, contó que pensó en cambiarse al turismo, pero no sabía cómo. Y le preocupa mantener a su esposa y a su hija de 8 años.</p><p>“Poder realmente establecer contacto y luego pasarse a una nueva industria es muy difícil, y la verdad es que no me atrevo”, manifestó. “Si dejas esta industria, no sabes si va a funcionar. ¿Puedo adaptarme? ¿Y si esto termina siendo una carga para mi familia?”.</p><p>Los salarios mineros suben y bajan con la demanda. Antes de que Yang se jubilara hace ocho años, ganaba hasta 10.000 renminbi (unos 1.450 dólares) en un buen mes. Dijo que ahora gana más con su restaurante.</p><p>La provincia intenta desarrollar varias industrias alternativas, desde invertir en proyectos de conversión de carbón a hidrógeno hasta promover su “youmai” nativo, un tipo de avena que los locales usan para hacer un tipo especial de fideos.</p><p>Pero la principal apuesta de Shanxi y su mayor éxito para la vida después del carbón ha sido el turismo. Hang Kan, quien dirige el Instituto de Investigación de Yungang que supervisa las grutas y es representante en la Asamblea Popular Nacional, pidió el año pasado acelerar el desarrollo de la industria cultural y turística hasta convertirla en “un pilar estratégico” que “promueva el bienestar de la gente” en Shanxi.</p><p>Sus declaraciones se produjeron después de que el exitoso videojuego Black Myth: Wukong, en el que el personaje principal visita las grutas y muchos sitios cercanos, provocara un aumento de visitantes. La cifra saltó a 4,5 millones en 2024, frente a 3 millones el año anterior, según medios estatales.</p><p>Yan Jiali, guía turística en la región, dijo que ese auge ha generado un interés creciente por empleos como el suyo, que requiere aprobar un examen gubernamental para obtener la licencia.</p><p>“Hasta las amigas de mi mamá venían a preguntarme sobre presentarse a este examen”, contó.</p><p>Wang, el activista, espera que las industrias de alta tecnología que ahora son la prioridad nacional ayuden a la transición de Shanxi al aportar empleos. Al fin y al cabo, señaló, el carbón de la provincia impulsó la transformación de China en una potencia económica.</p><p>“¿Y si DeepSeek llega a Shanxi y dice: OK, vamos a iniciar aquí un centro de datos? ¿Y si Baidu llega a Shanxi?”, planteó, en referencia a empresas tecnológicas chinas.</p><p>El carbón sigue siendo importante</p><p>Pocos creen que Shanxi pueda dejar atrás por completo las minas de carbón. Los expertos ven el carbón como una red de seguridad crítica para las necesidades de seguridad de China, y la guerra con Irán ha vuelto a poner de relieve lo vulnerables que son las cadenas de suministro energético a las interrupciones.</p><p>El gobierno recientemente rechazó poner un tope a cuánto carbón puede usarse, dando marcha atrás a su compromiso de reducir gradualmente el consumo de carbón, según analistas del Centre for Research on Energy and Clean Air.</p><p>“La confianza no ha crecido hasta el punto de que puedan depender por completo de la energía renovable”, afirmó Qi Qin, analista de CREA.</p><p>De hecho, China ha seguido ampliando las centrales eléctricas de carbón a una escala masiva, incorporando 78 gigavatios en 2025, más de lo que India incorporó en toda una década. Un gigavatio puede abastecer de electricidad a unos 320.000 hogares chinos durante un año.</p><p>Incluso si la demanda no cae, los trabajadores también deben preocuparse de que sus minas se agoten. Algunas de las minas más antiguas de Datong están cerca del final de su vida útil. Cuando eso ocurre, los trabajadores pueden ser reasignados a otras minas que pueden estar lejos y pagar menos.</p><p>Otro trabajador de una mina de carbón, Xu, ha tomado un segundo empleo como conductor de una aplicación de transporte, y pasa unas 5 horas al día al volante después de que termina su jornada principal. Xu —quien se negó a dar su nombre completo por temor a represalias de la mina estatal— dijo que dudaba que los beneficios de las industrias que reemplacen al carbón se distribuyan de manera uniforme, ya sea el turismo o la energía renovable.</p><p>“Esta industria del turismo, ¿cómo entro ahí?”, preguntó. “Para Datong, quienes pueden disfrutar de los beneficios de este auge turístico son sobre todo los grandes hoteles y quizá algunos restaurantes, locales de fideos, pero ¿qué cree que puede obtener la gente común?”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YJWORD27QKNW4T4UNEJRYYHD6U.jpg?auth=2128fe71088ab7c3502676a1baa2dba9360800a47e36e13cc3ae8f7f9814a42d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turistas visitan las cuevas Yungang en Datong, China, el viernes 13 de marzo de 2026. (AP Foto/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q65M32T3H4VN7LWZMA76SD64LE.jpg?auth=0e91639c6b1646c6c74839411138ff34b41d0907460c8fb001e56ac3c6547ee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El minero retirado Yang Haiming prepara brochetas de carne a la parrilla en un restaurante en Datong, China, el viernes 13 de marzo de 2026. (AP Foto/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGUAVWOT2E4UOJNJDHURVWOR6U.jpg?auth=041a1b03675a8b79b8ff6a74e25589bce50763fd677ac35e406b5afadadc537a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Montones de carbón se ven cerca de una planta química en Datong, China, el sábado 14 de marzo de 2026. (AP Foto/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[UCLA faces a massive rebuild after a historic NCAA title run as the transfer portal opens]]></title><link>https://www.local10.com/sports/2026/04/06/ucla-faces-a-massive-rebuild-after-a-historic-ncaa-title-run-as-the-transfer-portal-opens/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/ucla-faces-a-massive-rebuild-after-a-historic-ncaa-title-run-as-the-transfer-portal-opens/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 10:00:09 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Cori Close and the UCLA Bruins are going to have to work hard to repeat as champions.</p><p>They lose their top six players to graduation after putting on one of the most dominant performances in championship history to win their first NCAA title and second overall, routing South Carolina by 28 points Sunday.</p><p>But with the transfer portal open now, the UCLA coach can build a new team quickly. Close has said that the school will be very active, looking to add five players.</p><p>“Transfer portal just got easier,” Close said smiling.</p><p>Challenging the Bruins will be the runner-up Gamecocks and coach Dawn Staley. They look to get over the loss and reach a seventh consecutive Final Four next season and win a fourth national championship. With young stars Joyce Edwards and Agot Makeer returning along with a strong complementary crew they will be one of the favorites for the title when the Final Four moves to Columbus, Ohio.</p><p>Joining them should be other Final Four participants UConn and Texas, who have two of the best players in the country with Sarah Strong and Madison Booker. Each will have to replace a key player with Azzi Fudd for UConn and Rori Harmon for Texas gone to the WNBA.</p><p>After the four Final Four teams, it could be interesting to see who the women's basketball powers will be in 2027.</p><p>So much can change through the transfer portal. Over the past few years so many big name players have changed their schools by entering it. TCU, which reached the Elite Eight the last two seasons has added a half dozen players each of the past two years.</p><p>Michigan and Duke also reached the regional final this year and each has potentially a strong nucleus of players coming back.</p><p>A few teams have already been hit hard by the portal with many players announcing on social media they were transferring.</p><p>Iowa State has lost most of its top players, including the nation's second-leading scorer in Audi Crooks.</p><p>Stanford and Tennessee, which had been two of the women's basketball staples in the sport over the past 40 years have been hit hard already with so many of their players announcing on social media that they will enter the portal.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EQW67MQI7FCI23LAMJZTBCIPBE.jpg?auth=1591752a5c181d2d266f09be990658f8a83437f66a06281e3c44703e6afffeb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA players celebrate after defeating South Carolina in the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/F7DMPQCWDUEHE7ER27ZZXPXAW4.jpg?auth=cb0407e22096ac12c2a869c17b844e7bf4d1e84973b6437a77c5e32738905e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina head coach Dawn Staley motions towards the court during the first half of the women's National Championship Final Four NCAA college basketball tournament game against UCLA, Sunday, April 5, 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/DMJSB7ACVUNFKKBVDFNASB6HGA.jpg?auth=fa184d59a316c435b7483f5303b8b0f32dbf840dbfeedc9e02b97a6635c741e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn head coach Geno Auriemma reacts during the second half of a woman's NCAA college basketball tournament semifinal game between UConn and South Carolina at the Final Four, Friday, April 3, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Dodgers and Yankees off to impressive starts, and Ohtani and Judge are just starting to hit]]></title><link>https://www.local10.com/sports/2026/04/06/dodgers-and-yankees-off-to-impressive-starts-and-ohtani-and-judge-are-just-starting-to-hit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/dodgers-and-yankees-off-to-impressive-starts-and-ohtani-and-judge-are-just-starting-to-hit/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 10:00:10 +0000</pubDate><content:encoded><![CDATA[<p>The Los Angeles Dodgers and New York Yankees are off to good starts — and their MVPs are finally starting to hit.</p><p>Shohei Ohtani hadn't driven in a run until Friday, then homered in that game and again Sunday. He and Aaron Judge each have three straight multihit games.</p><p>Judge hasn't needed to carry the Yankees, who are 7-2. They had allowed a paltry 15 runs on the season before a 7-6 loss to Miami on Sunday. Cam Schlittler has made two scoreless starts and New York ran wild against the Marlins — with even Giancarlo Stanton stealing a base.</p><p>It wasn't a great first week for the Dodgers' quartet of sluggers — Ohtani, Kyle Tucker, Mookie Betts and Freddie Freeman — but then they broke out in a big way as Los Angeles posted 31 runs in three games at Washington. The Dodgers are 7-2 with Andy Pages off to a 16-for-34 start at the plate, so they can afford to be patient with their stars.</p><p>That includes Betts, who went on the injured list with an oblique strain.</p><p>Los Angeles now heads to Toronto for a three-game series — the first meeting between the teams since the Dodgers beat the Blue Jays in Game 7 of the World Series in Canada last year.</p><p>Battling Bucs</p><p>On the topic of teams succeeding while waiting for stars to get untracked, Pittsburgh swept three straight from Baltimore to improve to 6-3. The Pirates have won five straight, although Paul Skenes has allowed six runs in 5 2/3 innings through his first two starts.</p><p>They haven't needed much from top prospect Konnor Griffin either. The infielder is 1 for 9 since being called up, but he has yet to play in a loss. The Pirates have 10 of their next 13 games at home, with Skenes expected to take the mound Tuesday when they host San Diego.</p><p>Trivia time</p><p>When is the last time the NCAA men's basketball champion and baseball's World Series champion came from the same state in a given year?</p><p>Performance of the week</p><p>Jo Adell went 1 for 3 at the plate Saturday, but it's what he did defensively that made a real impact. The Angels' outfielder made three home run-robbing catches to help Los Angeles to a 1-0 win over Seattle.</p><p>Adell made spectacular catch while crashing into the seats when J.P. Crawford led off the ninth with a drive to right. Adell also denied Cal Raleigh what would have been the catcher's first homer of the season.</p><p>Comeback of the week</p><p>Arizona trailed Detroit by four Tuesday night before scoring six times in the bottom of the eighth to win 7-5. The Tigers had a win probability of 96.4% after seven, according to Baseball Savant.</p><p>Corbin Carroll hit a bases-loaded double that scored two runs, and Jose Fernandez added a three-run homer. It was the second home run of the game for Fernandez, who was making his major league debut.</p><p>Trivia answer</p><p>In 1973, UCLA won the national title and the Oakland Athletics won the World Series. That pairing also won in 1972.</p><p>There was a recent near-miss in 2021 when Baylor won the NCAA Tournament and the Houston Astros lost to the Atlanta Braves in the World Series. The only way this double can happen this year is if Michigan wins in basketball and the Tigers prevail in baseball.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X6XW57NUAFIOR63TYSQRY2XX34.jpg?auth=3143353a8f4d10ac77f6fe19956785b28ddd4c4e18dca92441afd96bd3653c3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers' Shohei Ohtani (17) walks in the dugout before a baseball game against the Washington Nationals, Sunday, April 5, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NPVDGFBH24NBGEYTTYBLHQMC6M.jpg?auth=c25b165d8294e7db4155539e62d0876f01787fda6a9301cbfa2da19111861e71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Giancarlo Stanton, left, greets Aaron Judge as he scores during the third inning of a baseball game against the Miami Marlins, Sunday, April 5, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[The Latest: Israel says it attacked South Pars plant as Trump amps up threats against Iran]]></title><link>https://www.local10.com/news/world/2026/04/06/the-latest-israel-says-it-attacked-south-pars-plant-as-trump-amps-up-threats-against-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/the-latest-israel-says-it-attacked-south-pars-plant-as-trump-amps-up-threats-against-iran/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:15:45 +0000</pubDate><content:encoded><![CDATA[<p>Israeli Defense Minister Israel Katz said Monday that Israel attacked the South Pars petrochemical plant at Asaluyeh in Iran. He made the announcement after Iran said the facility had been attacked. An Israeli attack in March on South Pars facilities sparked major Iranian attacks targeting oil and gas infrastructure across the Gulf Arab states.</p><p>Also, the head of intelligence for Iran’s paramilitary Revolutionary Guard, Maj. Gen. Majid Khademi, was killed, according to Iranian state media. Israel claimed the killing Monday.</p><p>Meanwhile, Israel and the United States carried out a wave of attacks on Iran on Monday, killing more than 25 people. Iran responded with missile fire on Israel and its Gulf Arab neighbors.</p><p>And U.S. President Donald Trump’s deadline for Tehran to reopen the Strait of Hormuz loomed. Trump gave Tehran a deadline that expires Monday night Washington time, saying if no deal was reached to reopen the strait, the U.S. would hit Iran’s power plants and other infrastructure targets and set the country “back to the stone ages.” Following Trump’s expletive-laced threat on Easter Sunday, Iran’s parliamentary Speaker Mohammad Bagher Qalibaf called the threats of targeting Iran’s infrastructure “reckless.”</p><p>Here is the latest:</p><p>Iran confirms communication with mediators</p><p>Iran’s foreign ministry spokesperson, Esmail Baghaei, has told journalists in Tehran that messages are being exchanged, but “negotiations are entirely incompatible with ultimatums, crimes and threats of war crimes.”</p><p>Loud booms and sounds of air defenses heard in Jerusalem</p><p>It comes after Israel’s military said Iran had launched missiles toward the country.</p><p>Israeli military and Mossad helped rescue downed American airman in Iran, Huckabee says</p><p>U.S. Ambassador to Israel Mike Huckabee wrote in a social media post on Monday that Israel’s military and Mossad secret service had assisted in the U.S. effort to rescue an airman whose plane was downed by Iran.</p><p>Huckabee thanked Israel for helping the U.S. military and intelligence agencies in the post to X.</p><p>Israeli officials have said Israel provided support, including intelligence, in the rescue, but troops weren’t actively involved on the ground.</p><p>Iranian adviser warns the Mideast will go ‘dark’ if Iran’s power plants are attacked</p><p>A former Iranian foreign minister and adviser to the supreme leader called for Arab countries to discourage U.S. President Donald Trump from striking Iran’s power plants.</p><p>Ali Akbar Velayati warned the entire region would go “dark” if Trump fulfilled his threat and bombed Iran’s power plants.</p><p>“The rulers of #Arab_countries should, in order to prevent the region from going dark, make Trump understand that the #Persian_Gulf is not a place for gambling,” he wrote on social media.</p><p>UN watchdog confirms strikes close to Bushehr nuclear facility</p><p>The United Nations nuclear watchdog on Monday confirmed recent strikes struck close to Iran’s Bushehr nuclear power plant, with one hitting just 75 meters (82 yards) from the facility’s perimeter.</p><p>The International Atomic Energy Agency said in a social media post that its own analysis showed the plant was not damaged as of Sunday.</p><p>IAEA Director General Rafael Grossi called for ceasing such attacks, which cause “a very real danger to nuclear safety.”</p><p>Iran’s Atomic Energy Organization has reported four attacks close to the facility since the war started Feb. 28. The last strike Saturday killed a security guard and damaged a support building, the organization said.</p><p>The Bushehr nuclear power plant uses low-enriched uranium from Russia, along with Russian technicians, to supply about 1,000 megawatts of power for Iran.</p><p>Israeli military says 4 people killed in Haifa strike were members of same family</p><p>Israel’s military confirmed four people found dead at the site of a missile strike in Haifa were members of the same family.</p><p>Search and rescue teams found two bodies underneath the rubble Sunday. After 18 hours digging they found two more “deep under the debris” Monday,” Lt. Col. Nadav Shoshani said.</p><p>He said the warhead that hit the building had not exploded on impact, complicating rescue efforts and posing a continued threat.</p><p>They were found after hours of overnight rescue efforts, the military said.</p><p>Israeli military says it killed leader of Quds Force undercover unit</p><p>Israel’s military said Monday it killed the leader of the paramilitary Revolutionary Guard’s undercover unit in its expeditionary Quds Force.</p><p>Lt. Col. Nadav Shoshani, a military spokesman, confirmed the killing of Asghar Bakeri in a briefing to reporters.</p><p>He said Bakeri had planned attacks on Israeli and American targets as well as operations in Israel, Syria and Lebanon.</p><p>Israeli strike kills anti-Hezbollah politician in Lebanon</p><p>The hilly Christian town of Ain Saadeh, east of Beirut, was in shock Monday after an Israeli missile crashed into an apartment building, killing an anti-Hezbollah politician, his wife and another woman.</p><p>Israel said it targeted a Hezbollah militant, but the third-story apartment was empty.</p><p>The strike blew out the walls and windows of the floor below, killing Pierre Mouawad, an official in the Lebanese Forces, a Christian political party opposed to the Iran-backed Hezbollah group, and his wife, Flavia Mouawad.</p><p>“This is the first time something like this has happened here,” family friend Nadine Naameh said. “We had always felt safe here.”</p><p>Neighbors wept outside the collapsed apartments as crews swept away the rubble.</p><p>“The people who live here are against violence. They don’t want this war,” according to municipal official Pierre Said.</p><p>Israel said it was investigating “reports that several uninvolved individuals were harmed.”</p><p>Israel says it attacked South Pars plant at Asaluyeh</p><p>Israel’s defense minister said Monday that Israel attacked the South Pars petrochemical plant at Asaluyeh.</p><p>Israel Katz made the announcement in a statement after Iran said the facility had been attacked.</p><p>Katz said Israel had “just carried out a powerful strike on the largest petrochemical facility in Iran, located in Asaluyeh, a central target responsible for about 50% of the country’s petrochemical production.”</p><p>An Israeli attack in March on South Pars facilities sparked major Iranian attacks targeting oil and gas infrastructure across the Gulf Arab states.</p><p>When asked about the South Pars strike, Lt. Col. Nadav Shoshani, Israel’s military spokesperson, said only that there would be “no immunity” for Iran as talks progress.</p><p>The White House did not immediately respond when asked about the South Pars strike Monday morning.</p><p>Iranian media says attacks target South Pars natural gas field</p><p>Attacks targeted facilities Monday at Iran’s South Pars natural gas field, Iranian media outlets reported.</p><p>The semiofficial Fars news agency and the judicary’s Mizan news agency both reported the attack, blaming the U.S. and Israel.</p><p>Neither country immediately claimed any attack at Asaluyeh in Iran’s southern Bushehr province.</p><p>Iran condemned the first Israeli strike on South Pars in March, with Iranian President Masoud Pezeshkian warning of “uncontrollable consequences” that “could engulf the entire world.” The attack on South Pars saw Iran increasingly target Gulf Arab oil and natural gas sites.</p><p>U.S. President Donald Trump has warned of possible attacks on power plants and bridges this week if the Strait of Hormuz is not opened.</p><p>After Israel’s earlier attack, Trump said Israel would not attack South Pars again, but warned on social media that if Iran continued striking Qatar’s energy infrastructure, the United States would retaliate and “massively blow up the entirety” of the field.</p><p>Iran shares the South Pars field with Qatar, which refers to its part of the massive offshore field as the North Field.</p><p>The field is the world’s largest gas field and sits under the waters of the Persian Gulf.</p><p>Pakistan foreign minister calls for ‘urgent de-escalation’</p><p>Pakistan Foreign Minister Ishaq Dar spoke with his Japanese counterpart Toshimitsu Motegi by phone and called for “urgent de-escalation.”</p><p>A Pakistan Foreign Ministry statement said Dar “reaffirmed Pakistan’s commitment to supporting all initiatives aimed at de-escalation and the achievement of lasting peace and stability.”</p><p>Motegi appreciated and supported Pakistan’s “constructive role” in facilitating dialogue and diplomacy for regional peace and stability, the ministry said, adding that the leaders agreed to maintain contact.</p><p>Israel warns public against new Iranian missile barrage</p><p>Israel’s military warned the public Monday morning of another missile barrage coming from Iran, the fifth such alert of the day.</p><p>4 victims found at site of Haifa strike</p><p>Israel’s military said four people were found dead at the site of a missile strike in Haifa.</p><p>They had been trapped under rubble and were found after hours of overnight rescue efforts, the military said.</p><p>European Council president says escalation will not achieve ceasefire</p><p>European Council President António Costa said Monday that an “escalation will not achieve a ceasefire and peace,” which was likely a warning aimed at U.S. President Donald Trump.</p><p>“Only negotiations will, namely the ongoing efforts led by regional partners,” he added in the statement posted on X.</p><p>Costa’s call comes as Trump has threatened to begin bombing power plants and bridges this week if Iran does not open the Strait of Hormuz.</p><p>He wrote that “any targeting of civilian infrastructure, namely energy facilities, is illegal and unacceptable.”</p><p>“The Iranian civilian population is the main victim of the Iranian regime,” Costa wrote. “It would also be the main victim of a widening of the military campaign.”</p><p>Death toll rises in strike on Iranian residential building</p><p>The death toll in an airstrike on an Iranian residential building has risen to at least 15 people, authorities said Monday</p><p>The strike hit near Eslamshar, a city southwest of Iran’s capital Tehran.</p><p>Professor says airstrike hit Tehran’s Sharif University of Technology</p><p>An airstrike hit an information and communication technology building at Tehran’s Sharif University of Technology on Monday morning, according to Mohammed Vesal, an economics professor at the university.</p><p>Vesal, who spoke to a team from The Associated Press that had traveled to Iran from abroad to report there, said the attack disrupted online learning for the university.</p><p>All students have left the campus because of the war.</p><p>“All web services of the university are down now because of this violent attack on our infrastructure,” Vesal said. “This is a purely academic institution.”</p><p>Sharif University of Technology is considered Iran’s top engineering school.</p><p>Multiple countries over the years have sanctioned the university for its work with the military, particularly on Iran’s ballistic missile program, which is controlled by the country’s paramilitary Revolutionary Guard.</p><p>Responding to the attack, Iranian Foreign Minister Abbas Araghchi called the university “the MIT of Iran.”</p><p>“Aggressors will see our might,” Araghchi wrote on X.</p><p>Israel claims killing of Revolutionary Guard intelligence head</p><p>Israel claimed the killing of the intelligence chief of Iran’s Revolutionary Guard on Monday.</p><p>Defense Minister Israel Katz made the announcement.</p><p>The Israeli military later confirmed the airstrike that killed Maj. Gen. Majid Khademi took place in Iran’s capital Tehran.</p><p>“The Revolutionary Guard are shooting at civilians and we are eliminating the leaders of the terrorists,” Katz said. “Iran’s leaders live with a sense of being targeted. We will continue to hunt them down one by one.”</p><p>Katz added Israel had “severely damaged” Iran’s steel and petrochemical industries, as well.</p><p>“We will continue to crush the Iranian national infrastructure and lead to the erosion and collapse of the terrorist regime, and its capabilities to promote terror and fire at the state of Israel,” he said.</p><p>Iran Revolutionary Guard intelligence head killed</p><p>The head of intelligence for Iran’s paramilitary Revolutionary Guard was killed Monday in an attack targeting him, Iranian state media said.</p><p>Maj. Gen. Majid Khademi died in the attack, which the Guard blamed on the United States and Israel.</p><p>It did not elaborate on where Khademi was killed. However, multiple airstrikes targeted residential areas around Iran’s capital, Tehran, early Monday morning.</p><p>Khademi took over for Gen. Mohammad Kazemi, who Israel killed in the 12-day war in June.</p><p>The Guard’s intelligence organization wields vast powers within Iran and answers only to the country’s supreme leader. It often has been linked to the detention of Western nationals or those with ties abroad. It also has been accused of carrying out extraterritorial killings and attacks targeting opponents of the country’s theocracy.</p><p>Iran and US receive draft proposal for war ceasefire</p><p>Iran and the United States have received a draft proposal that calls for a 45-day ceasefire and the reopening of the Strait of Hormuz as a possible way to end the war, two Mideast officials told The Associated Press.</p><p>The proposal comes from Egyptian, Pakistani and Turkish mediators working to halt the fighting, according to two officials who spoke on condition of anonymity to discuss private negotiations.</p><p>They hope the 45-day window would provide enough time for extensive talks between the countries to reach a permanent ceasefire.</p><p>Iran and the U.S. have not responded to the proposal, which was sent late Sunday night to Iranian Foreign Minister Abbas Araghchi and U.S. Mideast envoy Steve Witkoff, the officials said.</p><p>It remains unclear whether the sides would agree to such terms. Iran has insisted it will keep fighting until it receives financial reparations and a promise it won’t be attacked again. U.S. President Donald Trump has threatened to bomb Iranian bridges and power stations this week.</p><p>The news website Axios first reported terms of the proposal.</p><p>Iranian drone strikes UAE telecommunications building</p><p>An Iranian drone attack damaged a telecommunications building in Fujairah in the United Arab Emirates on Monday, the state-run WAM news agency reported.</p><p>The attack targeted a building of the state-funded du telecom company.</p><p>No one was injured, WAM reported, quoting officials in Fujairah.</p><p>South Korea spy agency sees no signs of North Korea supplying Iran</p><p>South Korea’s National Intelligence Service says there are no signs North Korea is providing Iran with weapons or other war-related supplies.</p><p>The spy agency’s officials told lawmakers Monday that North Korea may be taking a cautious approach to preserve the possibility of dialogue with the Trump administration, according to two lawmakers who attended the closed-door briefing.</p><p>North Korea’s Foreign Ministry has condemned the U.S.-Israeli attacks on Iran as illegal, but the NIS said Pyongyang has not sent an official condolence message over the death of Ayatollah Ali Khamenei, Iran’s late supreme leader.</p><p>North Korean leader Kim Jong Un in recent years has embraced the idea of a “new Cold War” and attempted to expand cooperation with countries confronting the U.S., including an economic delegation sent to Iran in April 2024.</p><p>South Korea plans to send ships and special envoys to Saudi Arabia</p><p>South Korea plans to send at least five ships to Saudi Arabia’s Yanbu port in the coming weeks to establish new oil transport routes in the Red Sea.</p><p>The Ministry of Trade, Industry and Resources said Monday the ships will be deployed in phases beginning in mid-April and the number of vessels could increase depending on contracts with Saudi partners.</p><p>Officials did not disclose the companies involved but said some domestic refiners may use non-Korean shipping firms.</p><p>South Korea also plans to send special envoys to Saudi Arabia, Oman and Algeria to step up diplomatic efforts to secure alternative fuel supplies, ruling party lawmaker Ahn Do-geol said.</p><p>The foreign ministry did not immediately reveal when the envoys would be sent.</p><p>Iran executes man over January protests</p><p>Iran has executed another man convicted over charges stemming from the nationwide protests that swept Iran in January.</p><p>The judiciary’s Mizan news agency identified the man hanged as Ali Fahim in a report Monday.</p><p>It was unclear when he was executed.</p><p>Fahim had been convicted of allegedly storming a military base to seize weapons.</p><p>Amnesty International said Fahim and others convicted in the case “were subjected to torture and other ill-treatment in detention, including beatings, floggings, prolonged solitary confinement, and death threats at gunpoint before being convicted in grossly unfair trials that relied on forced ‘confessions’ extracted under torture and lasted only a few hours.”</p><p>The Human Rights Activist News Agency had said Fahim and others had entered a Tehran base of the all-volunteer Basij militia, an arm of the Revolutionary Guard, after it had been burned, then had been forced into confessions.</p><p>Iranian missiles hit central Israel</p><p>Israel rescue services reported Monday morning several sites were hit by missiles launched from Iran toward multiple cities in the center of Israel.</p><p>In Petah Tikva, paramedics provided medical treatment to an injured woman in serious condition with a chest injury from shrapnel and evacuated her to the Beilinson Hospital.</p><p>Fire fighters in that city are handling cars on fire and continue searching to ensure there are no people trapped in the rubble.</p><p>In Tel Aviv, a man slightly injured by glass shrapnel was evacuated to the Ichilov Hospital.</p><p>Footage provided by rescue service Magen David Adom shows damage to residential buildings due to the attack.</p><p>Meanwhile, Israel’s military warned the public Monday morning of another missile barrage coming from Iran, the fourth-such alert of the day.</p><p>Iranian missiles strike several locations in Haifa</p><p>Israel’s Magen David Adom and Fire and Rescue services said early Monday that there are several reported sites of Iranian missile hits in the northern city of Haifa.</p><p>In one site, four people were slightly injured, including two children.</p><p>The missile attacks hit residential areas and a factory in the city.</p><p>The factory was hit by shrapnel from an interception.</p><p>It is unclear if all the reported hits were caused by shrapnel from interception or direct hits.</p><p>Video footage provided by Magen David Adom of the affected sites show active fire and bombed cars in what appears to be a residential area.</p><p>The missile strikes come a day after another attack from Iran also hit a Haifa residential area, killing two people and injuring others.</p><p>Two other people remain missing under the rubble caused by Sunday's strike and their fate is still unknown.</p><p>1 person wounded in UAE after missile interception</p><p>In the United Arab Emirates’ capital of Abu Dhabi, authorities said a Ghanaian man suffered wounds from shrapnel after the interception of an Iranian missile over the city’s Musaffah neighborhood.</p><p>That’s near Al Dhafra Air Base, which hosts U.S. forces and has been repeatedly targeted by Iran in the war.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MZA7J33RYQBI5N5WWILVNSDBEM.jpg?auth=533126a3e1258253912f10921e91dca4d3bb102584e74e3ba7b3e31da8242b25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli security forces and rescue teams work amid the rubble of a residential building struck by an Iranian missile in Haifa, Israel, Sunday, April 5, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J3VAYRZ2EEX77GNSUPCDULXO74.jpg?auth=69aaf533f714ced058411489a47015007fe7d608d7f180e582a2c5432eccdec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A commercial plane is preparing to land at Beirut Airport as smoke rises from Israeli airstrikes in Dahiyeh, a southern suburb of Beirut, Lebanon, Sunday, April 5, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RCIEAIDJG4MGOTWZJZEJBCBTK4.jpg?auth=5856501530392eec3c1cc8e75b3dcfeeb76d6760f7a98c12be4c080735ee885e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims at the site of an Israeli airstrike that hit a crowded neighbourhood south of Beirut, Lebanon, Sunday, April 5, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4CXGJR772LW6RATHQELKCTQXTE.jpg?auth=eb5f73d88a5c42819a9fca420f8d89e6c9e68392cbeea109fd7a504ecc51988a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A picture of the late Iranian Supreme Leader Ayatollah Ali Khamenei hangs on the side of the road in the outskirts of Tehran, Iran, early Sunday, April 5, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UB5DJNIYISLG5FWQPDAHPXZ4RY.jpg?auth=2cd3541671f6eaf9d55ba6aa714657dbfd0dccd204c13016bd10311f5d9b4eeb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women hold Iranian flags during a pro-government gathering in a square in Tehran, Iran, Sunday, April 5, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[After harsh winter, Ukrainians find joy in releasing bats rescued from war]]></title><link>https://www.local10.com/news/world/2026/04/06/after-harsh-winter-ukrainians-find-joy-in-releasing-bats-rescued-from-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/after-harsh-winter-ukrainians-find-joy-in-releasing-bats-rescued-from-war/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and VASILISA STEPANENKO, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:13:49 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — As night falls over a nature park on the edge of Kyiv, children crowd around volunteers who carefully open cloth bags and release bats into the twilight.</p><p>As each one takes flight, snapping through the air, more than 1,000 spectators cheer and applaud — families, off-duty soldiers, and bat enthusiasts, a few dressed in Goth outfits.</p><p>Hundreds of bats, many rescued from war-torn areas in the east of the country, were released late Saturday at one of multiple events around Ukraine planned to coincide with the arrival of spring.</p><p>“This is important for us as an organization because these are on a red list of endangered animals. Preserving them is very important,” said Anastasiia Vovk, a volunteer at the Ukrainian Bat Rehabilitation Center, which organized the release.</p><p>All 28 bat species in Ukraine are listed as protected animals due to declining populations.</p><p>For many attendees, the event offered welcome relief and an excuse for a family outing after a harsh winter marked by subzero temperatures, nightly Russian drone and missile attacks and crippling power cuts.</p><p>Late Saturday, children, many wearing bat-themed T-shirts and hats, watched as volunteers fed the animals mealworms with tweezers before letting them go. Some were allowed to wear gloves and handle the bats themselves.</p><p>“Life goes on despite the war,” said Oleksii Beliaiev, a 54-year-old Kyiv resident who attended with his family. “The war is the main thing right now, but there has to be something else as well.”</p><p>Beliaiev runs a small printing business and spends time volunteering for army projects.</p><p>The war has displaced animals as well as people. Buildings destroyed by shelling damage bats’ shelters, and explosions terrify the tiny mammals, experts say.</p><p>“In winter, bats hibernate, and if they are disturbed, they can die. They reproduce slowly — one or two offspring per year — so populations recover very slowly,” said Alona Shulenko, who headed Saturday’s release.</p><p>“As natural hibernation sites disappear, bats move into cities, into cracks in buildings and balconies. But repairs or destruction of these places can kill entire colonies,” she said.</p><p>All Ukrainian bat species are insect-eating and legally protected, while the country lies on an important east European migratory route.</p><p>The charity says it has rescued more than 30,000 in total, including 4,000 bats last winter.</p><p>“We are all living in wartime, and everyone has their own struggles,” Shulenko said. “But we are doing what we know best. … If we stop what we are doing, thousands of bats will die.”</p><p>–––</p><p>Associated Press writers Volodymyr Yurchuk and Dan Bashakov contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L33PCW4T7FYI2KVEPED4K567GM.jpg?auth=e6f0a67b8da5a144a3e49898b754ff818e851fdb3db35fbc9f068d487ccda81e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescued bat sits on a hand during a ceremony of returning bats to the wild in Kyiv, Ukraine, Saturday, April 4, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPVKPPQEYMPO2MAMMB3W66IHDA.jpg?auth=12405656fbe2de8ee13b67f88f1588f9f1d6fd30c71a27579cd4d7943d6ff6bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy releases a rescued bat during a ceremony of returning bats to the wild in Kyiv, Ukraine, Saturday, April 4, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAAOEHAV6XRYQNLSPNH2VLCGIA.jpg?auth=b6564a5d85267298af18c1515e2a8cb20980ffc879582678c7f76268782cae1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A volunteer of the Ukrainian bat rehabilitation center shows the wing of a rescued bat to people before returning bats to the wild in Kyiv, Ukraine, Saturday, April 4, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRLMDN4N3KCYSVCSU4DP3IQGPE.jpg?auth=0d866a604883a30b89d39301d67a09b2b6892f46f680c51053be8c88f929206b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl releases a rescued bat during a ceremony of returning bats to the wild in Kyiv, Ukraine, Saturday, April 4, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBKORMV44IDYL67UYIEUIXRTKE.jpg?auth=5715eb4c4f47336cdbac8fa358c28c52975c1ec763538cb23172ac0366eb789d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman helps a rescued bat take off during a ceremony of returning bats to the wild in Kyiv, Ukraine, Saturday, April 4, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content></item><item><title><![CDATA[Israel hits Iranian petrochemical plant in massive gas field as mediators float ceasefire proposal]]></title><link>https://www.local10.com/news/world/2026/04/06/israel-hits-irans-south-pars-petrochemical-plant-as-mediators-float-new-ceasefire-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/israel-hits-irans-south-pars-petrochemical-plant-as-mediators-float-new-ceasefire-proposal/</guid><dc:creator><![CDATA[By JON GAMBRELL, DAVID RISING and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 12:51:28 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Israel struck a key petrochemical plant at Iran’s massive South Pars natural gas field and killed two paramilitary Revolutionary Guard commanders on Monday, putting into question a new 45-day ceasefire proposal for Tehran and the United States.</p><p>Israel said the attack on the gas field was aimed at eliminating a major source of revenue for Iran. The field is critical to Iran’s electricity production, but the strike appeared to be separate from U.S. President Donald Trump’s threats to target power plants and bridges if Tehran doesn't reopen the Strait of Hormuz to all traffic.</p><p>Iran’s grip on the strait has caused oil prices to surge and shaken the world economy.</p><p>Israel's Defense Minister Israel Katz confirmed what he called “a powerful strike on the largest petrochemical facility in Iran." The gas field shared with Qatar is the world’s largest and sits under the Persian Gulf.</p><p>The White House did not immediately comment. After Israel’s attack on the field in March, Trump said Israel would not attack it again but warned that if Iran continued striking Qatar’s energy infrastructure, the United States would “massively blow up" the field.</p><p>Trump’s deadline for Tehran to reopen the Strait of Hormuz is set for Monday night Washington time.</p><p>Israel threatens Iranian officials as mediators try to buy time</p><p>Egyptian, Pakistani and Turkish mediators have sent Iranian Foreign Minister Abbas Araghchi and U.S. Mideast envoy Steve Witkoff a proposal calling for a 45-day ceasefire and the reopening of the strait, two Mideast officials told The Associated Press.</p><p>Iran and the U.S. have not responded to the proposal sent late Sunday, the officials said, speaking on condition of anonymity to discuss the private negotiations.</p><p>In Islamabad, two senior officials said Pakistan’s efforts for a ceasefire are at an advanced stage but “several spoilers and detractors” are trying to sow confusion through disinformation. They spoke on condition of anonymity because they’re not authorized to speak publicly about the talks.</p><p>Meanwhile, explosions boomed in Tehran and low-flying jets could be heard for hours.</p><p>Among those killed was the head of intelligence for Iran’s paramilitary Revolutionary Guard, Maj. Gen. Majid Khademi, according to Iranian state media and Israel’s defense minister.</p><p>Israel’s military said it also killed the leader of the Revolutionary Guard’s undercover unit in its expeditionary Quds Force, Asghar Bakeri.</p><p>Israel’s defense minister vowed to keep targeting top-ranking officials. “Iran’s leaders live with a sense of being targeted,” Katz said. “We will continue to hunt them down one by one.”</p><p>Kuwait, the United Arab Emirates and Saudi Arabia activated air defenses to intercept Iranian missiles and drones as Tehran kept up the pressure on Gulf neighbors. In Israel, Iranian missiles hit the northern city of Haifa, where four people from one family were found dead in the rubble of a residential building.</p><p>Oil prices rise as pressure grows</p><p>Iran’s attacks on regional energy infrastructure and its grip on the Strait of Hormuz, through which a fifth of the world’s oil is shipped in peacetime, have sent global energy prices soaring.</p><p>Brent crude oil, the international standard, rose to $109 in Monday spot trading, about 50% higher than when the war started.</p><p>Under pressure at home as consumers worry, Trump has warned Iran that if no deal is reached to reopen the strait, the U.S. would hit power plants and other infrastructure and set the country “back to the stone ages.”</p><p>“Tuesday will be Power Plant Day, and Bridge Day, all wrapped up in one,” he threatened Sunday.</p><p>Trump has given multiple deadlines to Iran, and later Sunday he posted a single line saying “Tuesday, 8:00 P.M. Eastern Time!” It was not clear whether he had extended his deadline.</p><p>Former Iranian foreign minister Ali Akbar Velayatir urged Arab countries to discourage Trump from striking power plants, warning on social media that the entire region would go “dark” if that happens.</p><p>Following Trump’s expletive-laced post Sunday, Iran’s parliamentary Speaker Mohammad Bagher Qalibaf called threats of targeting Iran’s infrastructure “reckless.”</p><p>Iran has let some vessels through the strait since the war began with U.S. and Israeli attacks on Feb. 28, but none belong to those countries or ones perceived as helping them. Some have paid Iran for passage but the flow of traffic is down more than 90% over the same period last year.</p><p>Airstrikes kill more than 25 across Iran</p><p>Thick smoke rose near Tehran’s Azadi Square after an airstrike hit the grounds of the Sharif University of Technology. Multiple countries have sanctioned the university for its work with the military, particularly on Iran’s ballistic missile program.</p><p>Araghchi called university “the MIT of Iran,” posting on social media that “Aggressors will see our might.”</p><p>Iranian media reported damage to buildings and a natural gas distribution site next to campus. The university is empty as the war has forced all schools into online classes.</p><p>A strike near Eslamshar, southwest of Tehran, killed at least 15 people, authorities said. Five were killed in a residential area in Qom, and six were killed in strikes on other cities, the state-run IRAN daily newspaper reported. Three people were killed at a home in Tehran, state television reported.</p><p>In Lebanon, where Israel has launched air attacks and a ground invasion that it says target the Iran-linked Hezbollah militia, an airstrike hit an apartment in Ain Saadeh town east of Beirut. It killed an official in the Lebanese Forces, a Christian political party strongly opposed to Hezbollah, his wife and another woman.</p><p>War’s death toll in the thousands</p><p>More than 1,900 people have been killed in Iran since the war began, but the government has not updated the toll for days.</p><p>More than 1,400 people have been killed in Lebanon and more than 1 million people have been displaced. Eleven Israeli soldiers have died there.</p><p>In Gulf Arab states and the occupied West Bank, more than two dozen people have died, while 23 have been reported dead in Israel and 13 U.S. service members have been killed.</p><p>___</p><p>Rising reported from Bangkok and Magdy from Cairo. Munir Ahmed in Islamabad and Isabel DeBre in Ain Saadeh, Lebanon, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMINTPVOWS5OFBFWTJRBUJ24I.jpg?auth=af692c229fe0976736d8e9c7107d4b345c0f136e32c6600956686223572e17c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sits beside an Iranian flag banner during a government-sponsored protest attended by medical workers against the U.S.-Israeli military campaign outside Imam Khomeini Hospital in Tehran, Iran, Monday, April 6, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AGETDLKIYUONYRZKPC4FAADP6M.jpg?auth=d3d1f2797e56e8f34a83b6254e14b0b29cc3d2792672b96a06564e4548a71389&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pedestrians look at a destroyed building within the Grand Hosseiniyeh, with the mosque visible in the background, which officials at the site say was hit by U.S.-Israeli airstrikes Tuesday, in Zanjan, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRITZUHRDYDFX6YND4QME37ZBI.jpg?auth=10a3e895d91dae2b0ef06f8b6447d7262c1d3f8edc6ca786fd2d3fea5e33a263&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers and military personnel carry a body of a victim from the rubble of a residential building a day after it was struck by an Iranian missile in Haifa, Israel, Monday, April 6, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VFXBMFWE4HE5X3PZQRUAFM6FQE.jpg?auth=4e3e38acceee9b394d5c1e5ced31b769d2f08e24e3522cc44ccde2cdfc3856fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man works at the site of Sunday's Israeli strike on a building in Beirut's Jnah neighborhood, Lebanon, Monday, April 6, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content></item><item><title><![CDATA[Menopause products are having a hot minute. But doctors urge women to be wary of the marketing surge]]></title><link>https://www.local10.com/health/2026/04/06/menopause-products-are-having-a-hot-minute-but-doctors-urge-women-to-be-wary-of-the-marketing-surge/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/06/menopause-products-are-having-a-hot-minute-but-doctors-urge-women-to-be-wary-of-the-marketing-surge/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 04:14:58 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Women suffering through the hot flashes, night sweats, mood changes and sleep problems that can come with menopause — all while looking in the mirror and noticing signs of aging — are being bombarded with products.</p><p>More open conversations about menopause and the period leading up to it — called perimenopause — are happening at the same time that marketing has been supercharged by social media. Women are being confronted by lotions and serums and light masks that promise to rejuvenate their faces and necks, dietary supplements claiming to do everything from boost moods to ease hot flashes and gadgets promising to help with symptoms.</p><p>“The marketing has gotten very, very aggressive. It's pervasive," said Dr. Nanette Santoro, an OB-GYN professor at the University of Colorado Anschutz.</p><p>Santoro and other physicians say that before spending lots of money on products that make big promises, it's important for women to talk to their doctors about what has actually been proven to help — and what could be harmful.</p><p>“It really pays to be very, very, very skeptical,” Santoro said.</p><p>A flood of marketing</p><p>As menstruation winds down, women's levels of estrogen and progesterone drop. In some women, the symptoms can include hot flashes, night sweats, mood changes, vaginal dryness and sleep problems.</p><p>Dr. Angela Angel, an OB-GYN with Texas Health Presbyterian Hospital Dallas, said that in the past, doctors would ask women around the age of 50 during their yearly exam if they were noticing any symptoms. But now, she said, patients are making separate appointments and initiating the conversations.</p><p>And at those appointments, she said, many patients tell her they've already tried something. "They’re coming to see me because it’s not effective or because it’s caused some other side effect,” Angel said.</p><p>Her hospital has recently started a menopause support group led by doctors and, at the request of participants, an upcoming session will focus on helping women navigate through the marketing onslaught.</p><p>Products aimed at women in that stage of life include everything from bracelets and rings claiming to help ease hot flashes to cooling blankets and bedding.</p><p>Santoro said her advice to patients is to “balance what you’re going to spend over whether this might help you.”</p><p>“If it’s a bracelet that’s going to cost you $20, it’s not a big expenditure. It might provide some improvement," Santoro said. "Things that are not well tested might still work but if you want something that works — come back, I’m not going anywhere and I’ll give you evidence based treatment.”</p><p>Santoro said dietary supplements have not been proven in multiple, well-done studies to alleviate hot flashes, but many are low cost with a low potential for harm. She said if a patient wants to try something they see online, it’s important to at least tell their doctor so they can be monitored while taking it — or warned off.</p><p>Doctors note that most of the time over-the-counter products like dietary supplements, shampoos or skin care that are advertised for menopausal women aren't different from regular products for that purpose ingredient-wise.</p><p>And some products could have side effects.</p><p>Advice from doctors</p><p>Dr. Monica Christmas, director of the menopause program at the University of Chicago Medicine, said there’s not one symptom everyone gets. Some women get few or none, she said, while others are extremely impacted by a variety of symptoms. What’s most important, she said, is seeking medical help.</p><p>Doctors say that hormone therapy prescribed by a doctor can help with symptoms, as can prescriptions for nonhormonal medication. Some women are advised to avoid hormone therapy because they have had certain medical issues.</p><p>“Not everybody needs hormone therapy, not everyone is a candidate for hormone therapy, not everybody should be on hormone therapy,” Angel said.</p><p>Regular exercise and a healthy diet can help a lot, doctors say. That can help with weight loss, which is associated with reducing hot flashes and night sweats.</p><p>And Santoro notes that avoiding alcohol is a good step for someone with hot flashes since it can make them worse.</p><p>“Many of the symptoms actually get better over time, so sometimes it really is just a matter of lifestyle modifications and self-care and getting through this most tumultuous time frame,” Christmas said.</p><p>For Brandi McGruder, a 49-year-old school librarian from Dallas, it clicked that she was in perimenopause last year when she went out to dinner for her birthday. When she and her friends entered the steakhouse, she was freezing cold. About 20 minutes later, she was burning up.</p><p>She said she made an appointment with her doctor, who prescribed an estrogen patch, which helped. McGruder said she’s seen the advertisements for products aimed at women her age, but her first stop was her doctor.</p><p>McGruder said that while she doesn’t like the way the symptoms have driven home that she’s getting older, she’s also embracing this time in her life. Her advice: “Laugh. It’s OK. Reach out to others experiencing what you are going through, don’t take it so serious.”</p><p>Concerns about skin</p><p>There are changes with skin that come both with time as one ages, and during menopause as skin gets less thick because of a loss of collagen and some of the hyaluronic acid that supports skin, said Dr. Melissa Mauskar, a dermatologist and associate professor at UT Southwestern Medical Center in Dallas.</p><p>Mauskar said using a prescribed retinoid or an over-the-counter retinol can help. Both assist with the production of collagen and reduce the appearance of wrinkles.</p><p>She said good over-the-counter moisturizers can be found at drugstores. Her advice is to look for ones with ceramides, which help keep skin hydrated.</p><p>“But you don’t want to have anything that has too many additive ingredients — just because it’s natural and a botanical does not mean it’s better,” Mauskar said. “A lot of those actually are contact allergens that can make people more sensitive.”</p><p>Ingestible collagen is among the products being marketed to women, but she warns that studies are mixed and ingesting it “doesn’t mean that it’s going to make its way to your skin and plump up your face” — even though products claim it will. Light masks, she said, won’t hurt and some studies show they could help, but they won’t make a difference overnight. She said seeing any improvements from them would likely take daily use for many years.</p><p>She said sun damage is one of the biggest reasons patients have more wrinkles, so consistent use of sunscreen is a must for all ages.</p><p>“I think there's a lot of new fancy things coming out and targeted to perimenopause, menopause patients," Mauskar said, "but sometimes the tried and true things that we at least have the science for I think still are my kind of gold standard for my patients.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3QH7Y2RTBBLWW45DIULUHEGX3I.jpg?auth=7ebb0fc1f672c176bc0cdafea52a4eb9b1cee0c4d0c49f7bf354ca93584b11e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Savannah Guthrie returns to 'Today' anchor desk for first time since mother's disappearance]]></title><link>https://www.local10.com/entertainment/2026/04/06/savannah-guthrie-back-at-today-anchor-desk-for-the-first-time-since-her-mothers-disappearance/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/savannah-guthrie-back-at-today-anchor-desk-for-the-first-time-since-her-mothers-disappearance/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:13:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Savannah Guthrie was back and almost all business at NBC's “Today” show anchor desk on Monday, marking a return for the first time in more than two months since her mother's disappearance. “Here we go, ready or not," Guthrie said as the show opened. “Let’s do the news.”</p><p>After running through a series of news headlines, Guthrie said that “we are so glad that you started our week with us and it's good to be home.” Her co-host, Craig Melvin said that “it's good to have you back at home.”</p><p>She greeted longtime co-worker Al Roker with “Good morning, Sunshine,” when he noted that it was good to see her on the set. At the end of the first 25-minute portion of the show, she offered Melvin a high-five.</p><p>Emotions got the better of her before the last half hour, when she joined her colleagues in front of fans gathered at the show's Rockefeller Center studio. She fought back tears when one fan was seen with a “Welcome home Savannah” shirt, and clutched colleague Jenna Bush Hager's arm and thanked people for their support.</p><p>Guthrie says it's hard to go forward not knowing what happened</p><p>Guthrie, one of morning television's most recognizable faces, has been a “Today” host since 2012. She has acknowledged that she's a changed person and that it's hard to go forward not knowing what happened to Nancy Guthrie, who authorities believe was taken against her will from her Arizona home.</p><p>Despite an intense search involving thousands of federal and local officers and volunteers, there has been no sign of the 84-year-old mother of three since she was reported missing Feb. 1.</p><p>The “Today” show has followed the story closely for the past two months, but it wasn't mentioned during the first hour of her return on Monday. Bringing things back to normal was clearly intentional: Her return wasn't referenced during interviews with NBC's Gabe Gutierrez at the White House and military analyst Steve Warren on the show's set.</p><p>Hoda Kotb, the former anchor who had filled in for Guthrie for much of the past two months and interviewed her former colleague, wasn't on set Monday.</p><p>“Today” has seen a ratings boost over the past two months and has even eclipsed ABC's “Good Morning America” as the leader in the morning show ratings. The shows aren't the profit generators they once were for the networks, but the rivalry is still intense.</p><p>“Today” averaged 3.1 million viewers for the first three months of the year, up nearly 9% in an era most broadcast programs lose viewers. It's hard to tell how much the Guthrie story had to do with that: NBC also aired the Super Bowl and the Winter Olympics in February, and both events tend to help a morning show's ratings.</p><p>“Good Morning America” averaged 2.93 million viewers, up 2% over 2025 while “CBS Mornings” plunged 17% to 1.76 million, according to the Nielsen company.</p><p>As part of a video message released by her New York church on Easter Sunday, Guthrie spoke about feeling “moments of deep disappointment with God, the feeling of utter abandonment.” But she said the resurrection is not fully celebrated “if we do not acknowledge the feelings of loss, pain, and yes, death.”</p><p>In announcing her return to NBC's flagship morning show, Guthrie said she was uncertain whether she'll feel like she still belongs.</p><p>“It’s hard to imagine doing it because it’s such a place of joy and lightness,” she said just over a week ago on “Today” during her first interview since the disappearance. “I can’t come back and try to be something that I’m not. But I can’t not come back because it’s my family.”</p><p>She didn't anticipate faking her way through the show, which is normally light-hearted with a mix of serious, breaking news.</p><p>Guthrie's mom had made occasional visits to show's set</p><p>There had been a great deal of speculation about whether she would return.</p><p>“I want to smile, and when I do it will be real,” she told Hoda Kotb, who came back to “Today” to fill in while Guthrie focused on the search. “Being there is joyful, and when it's not I'll say so.”</p><p>Nancy Guthrie made occasional appearances on “Today” over the years, once taking part in a cooking demonstration and surprising her daughter on the set. When Savannah Guthrie returned to her hometown of Tucson in 2025 for a segment recorded for the show, the two visited one of their favorite restaurants and talked about their love of Arizona.</p><p>The Guthrie family has offered a $1 million reward for information leading to the recovery of their mother.</p><p>Authorities believe Nancy Guthrie was kidnapped, abducted or otherwise taken against her will after finding blood near the doorstep of her home in the foothills outside Tucson. The FBI later released surveillance videos showing a masked man on the porch that night. Volunteers and search teams scoured the nearby desert terrain filled with cactuses, bushes and boulders in the first weeks after she vanished.</p><p>But attention has faded from an investigation that was declared to be a top priority for the FBI and local authorities. Investigators have not released new evidence in weeks and say the number of tips has slowed. The FBI and the Pima County Sheriff’s Department both said late last week that they had no updates.</p><p>Early on, some media outlets reported receiving ransom messages tied to the case. Guthrie said she and her siblings responded to two that they believed were real and offered to pay.</p><p>Guthrie said her celebrity status might be the reason her mother was taken, but said that possibility was “too much to bear.”</p><p>___</p><p>Associated Press correspondents John Seewer in Toledo, Ohio, and Sarah Brumfield in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ROUA6PE6MJFTMGZGYQOPRS7VGQ.jpg?auth=f90e0f5c0adc4b729835086e14fa184687bc33b923cbcb4c031c00f2a1a3dc96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Savannah Guthrie visits the Today show at Rockefeller Plaza in New York on Thursday, March 5, 2026. (Photo by Charles Sykes/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Sykes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MEHCHDLDBIZELCZ6V7CADHKHBM.jpg?auth=722ed7c23331d89099475e08fe1486c10ae68831ee165f299b9dcd4218cfb4b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A banner with notes from hundreds of well-wishers for Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, is displayed outside of KVOA Newsroom on March 6, 2026, in Tucson, Ariz. (AP Photo/Rebecca Noble, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHSKJH4VK4KMCAZF47SKS5DNBA.jpg?auth=8e77531703981f2e1c90f8069dadef6cc38e60afb9a05839fbff0cb731955a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An aerial view shows the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, on Friday, March 6, 2026, in Tucson, Ariz. (AP Photo/Rebecca Noble)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJGQ24YNQG644H4YLZEPP4QRVA.jpg?auth=7b2ccd3b1f605e567ea5387d4396bb8429aea5150930fbd527d881ce97c9b51c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Religious cards left by a well-wisher are seen outside the home of Nancy Guthrie, the missing mother of "Today" show host Savannah Guthrie, in Tucson, Ariz., Friday, March 6, 2026. (AP Photo/Rebecca Noble)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Noble</media:credit></media:content></item><item><title><![CDATA[Pauley’s go-ahead, 2-run double in 4-run 8th lifts Marlins over Yankees 7-6]]></title><link>https://www.local10.com/sports/local/2026/04/05/pauleys-go-ahead-2-run-double-in-4-run-8th-lifts-marlins-over-yankees-7-6/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/05/pauleys-go-ahead-2-run-double-in-4-run-8th-lifts-marlins-over-yankees-7-6/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Pinch-hitter Graham Pauley had a go-ahead, two-run double in a four-run eighth inning, and the Miami Marlins held off the Yankees 7-6 on Sunday to stop New York’s four-game winning streak.]]></description><pubDate>Mon, 06 Apr 2026 03:18:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Pinch-hitter Graham Pauley had a go-ahead, two-run double in a four-run eighth inning, and the Miami Marlins held off the Yankees 7-6 on Sunday to stop New York’s four-game winning streak.</p><p>In a game that started after a 3-hour, 35-minute rain delay, Max Fried handed a 4-3 lead to the Yankees’ bullpen with the help of two overturned calls on sixth-inning video reviews.</p><p>Fernando Cruz and Jake Bird (1-1) walked consecutive batters with one out in the eighth and Bird loaded the bases when he plunked pinch-hitter Griffin Conine with a pitch. Pauley pulled a sweeper for a 5-4 lead and Xavier Edwards followed with a two-run single off Ryan Yarbrough through a drawn-in infield.</p><p>John King (1-0) escaped a two-on jam in the seventh and Anthony Bender allowed Jazz Chisholm Jr.’s two-run double with two outs in the ninth before striking out pinch-hitter J.C. Escarra with two on for his second save.</p><p>New York dropped to 7-2 while the Marlins (6-3) salvaged the finale of a three-game series.</p><p>Yankees closer David Bednar (33 pitches on Saturday) and setup men Tim Hill and Brent Headrick (pitched Friday and Saturday) weren’t used.</p><p>Miami was successful on 10 of 11 ABS challenges in the series before losing two in the ninth inning.</p><p>New York was 2 for 12 with runners in scoring position, dropping to 6 for 38 in the series. The Yankees walked 30 times, two more than the previous franchise record for a three-game series set against the Chicago White Sox from May 10-12, 1934.</p><p>Fried, who entered with 13 1/3 scoreless innings, allowed three runs, five hits and three walks over 6 2/3 innings.</p><p>Ben Rice homered for the third time in four games, a three-run drive in the first off closer Pete Fairbanks, who made his first start since 2020 so he could <a href="https://apnews.com/article/pete-fairbanks-marlins-wife-labor-8653de6cd08c38f8a6dfdf7be3aef950" rel="">head home for the birth of a child Monday</a>.</p><p>New York right-hander Luis Gil allowed three runs, four hits and four walks over 4 2/3 innings for Triple-A Scranton/Wilkes-Barre. He is expected to rejoin the Yankees for his next start. Spencer Jones hit a grand slam for the RailRiders.</p><h4>Up next</h4><p>Marlins: RHP Janson Junk (0-0) is on the mound for a homestand opener Monday against Cincinnati LHP Brandon Williamson (0-1).</p><p>Yankees: RHP Cam Schlittler (2-0) starts Tuesday night’s series opener against the Athletics and RHP Aaron Civale (1-0).</p><p>___</p><p>AP MLB: <a href="https://apnews.com/MLB" rel="">https://apnews.com/MLB</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ENX3JWH4HD2UOQ5EVHBPEVO6ME.jpg?auth=23cc9a5ca118116519f61a0eff3e0fe048c6d7b7994158ef313ce6ad26674957&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins' Xavier Edwards (9) rounds the bases after hitting a home run during the first inning of the New York Yankees' home-opener baseball game, Friday, April 3, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Miami Beach spring break ends with 200+ firearm investigations, police say]]></title><link>https://www.local10.com/news/local/2026/04/05/miami-beach-spring-break-ends-with-200-firearm-investigations-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/miami-beach-spring-break-ends-with-200-firearm-investigations-police-say/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[The busiest spring break weekends in Miami Beach have come and gone.]]></description><pubDate>Sun, 05 Apr 2026 22:37:24 +0000</pubDate><content:encoded><![CDATA[<p>The busiest spring break weekends in Miami Beach have come and gone.</p><p>“I thought it was more peaceful than it was last year. I really didn’t mind it,” a resident said.</p><p>Now that it’s over, the Miami Beach Police Department is sharing its end-of-spring break numbers.</p><p>Officers report more than 200 firearm-related investigations.</p><p>The department also released photos of guns now locked up in evidence. Some were reported stolen, others were taken from convicted felons during arrests, and one had an obliterated serial number.</p><p>Police say officers also seized drugs, including cannabis, MDMA and promethazine hydrochloride.</p><p>“Less drugs is always better on the streets. The more you take off, the safer it’s going to be,” a resident said.</p><p>In 2024, the city began cracking down with stricter rules and enforcement after previous spring breaks brought violence, including shootings.</p><p>This year, the city shifted toward a more health-focused approach instead of a party-heavy atmosphere.</p><p>Visitors appeared to embrace that change, making use of the beach gym.</p><p>Police credit their Operation Trigger Lock program for helping officers target people with bad intentions. The operation includes specialized units such as robbery, human trafficking and special investigations.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[US markets are mixed, oil prices fall as Trump's deadline for Iran to open Strait of Hormuz looms]]></title><link>https://www.local10.com/business/2026/04/06/asian-shares-mostly-gain-while-european-trading-stays-closed-for-a-holiday/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/asian-shares-mostly-gain-while-european-trading-stays-closed-for-a-holiday/</guid><dc:creator><![CDATA[By YURI KAGEYAMA and MATT OTT, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 12:09:08 +0000</pubDate><content:encoded><![CDATA[<p>Trading on Wall Street was subdued and oil prices retreated modestly as Israel and the United States carried out a wave of attacks that killed 25 people in Iran on Monday ahead of U.S. President Donald Trump's deadline for Tehran to reopen the Strait of Hormuz.</p><p>Futures for the S&P 500 ticked up 0.1%, while futures for the Dow Jones Industrial Average fell 0.2%. Nasdaq futures gained 0.3%.</p><p>Iran's South Pars natural gas field was among the targets hit Monday. Iran responded with missile fire on Israel and its Gulf Arab neighbors while mediators circulated a new ceasefire proposal.</p><p>Among those killed in one of the attacks on Tehran was the head of intelligence for Iran’s paramilitary Revolutionary Guard, Maj. Gen. Majid Khademi, according to Iranian state media and Israel’s defense minister.</p><p>Trump, whose deadline expires Monday night Washington time, said that if no deal was reached to reopen the strait, the U.S. would hit Iran’s power plants and other infrastructure targets and send the country “back to the stone ages.”</p><p>“Tuesday will be Power Plant Day, and Bridge Day, all wrapped up in one, in Iran,” he threatened in a social media post on Easter Sunday, adding that if Iran did not open the strait “you’ll be living in Hell.”</p><p>In an effort to stop the fighting, Egyptian, Pakistani and Turkish mediators have sent Iran and the U.S. a proposal calling for a 45-day ceasefire and the reopening of the Strait of Hormuz to give time to try and find a way to end the war, two Mideast officials have told The Associated Press.</p><p>Iran and the U.S. have not responded to the proposal, sent late Sunday night to both Iranian Foreign Minister Abbas Araghchi and U.S. Mideast envoy Steve Witkoff, the officials said.</p><p>Despite the new attacks, threats and Trump's looming deadline, oil prices fell early Monday.</p><p>Benchmark U.S. crude dropped $1.40 to $110.14 a barrel. Brent crude, the international standard, lost 45 cents to $108.58 a barrel. Energy markets were closed Friday, but prices have been surging for weeks on fears that the Iran war will drag on longer than expected. U.S. crude is up more than 60% since the war started five weeks ago, while Brent is up close to 50%.</p><p>Japan's benchmark Nikkei 225 finished 0.6% higher at 53,413.68. South Korea's Kospi gained 1.4% to 5,450.33. Trading was closed in Australia for Easter; in Hong Kong and Shanghai for a traditional Chinese holiday, and in France, Germany and Britain in observance of Easter.</p><p>The U.S. relies on the Persian Gulf for only a fraction of the oil it imports, but oil is a commodity and prices are set in a global market. Some nations, like resource-poor Japan, import a large portion of their energy needs and rely heavily on access to the Strait of Hormuz.</p><p>Japan's Prime Minister Sanae Takaichi told lawmakers recently that Japan was releasing its reserves and was working on alternative routes. South Korea's trade ministry said it plans to send at least five ships to Saudi Arabi in the coming weeks to establish new oil transport routes in the Red Sea.</p><p>“As we kick off the first full trading week of April, the word uncertainty is paramount. Last year it was centered on the impact of ‘Liberation Day’ tariffs, this year it's uncertainty surrounding the ongoing Iranian War,” said Jay Woods, analyst at Freedom Capital Markets in New York.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PL5KAGFPZL7IYN7OQ327N45X3Y.jpg?auth=a55ab40965124ce3991d641ec0769a32ddc14edb0ac41494e40f2afb6182baa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Screens display financial information on the floor at the New York Stock Exchange in New York, Tuesday, March 31, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GB6MJ7O6WZRLWE444FXHCTALSI.jpg?auth=c414cec27807fa926fac3fce56764311adc5811da46a88f40ce4cefe25991643&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump is seen on a screen as traders work at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Monday, April 6, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Miami-Dade County Fair wraps 74th year with crowds, food and final-day fun]]></title><link>https://www.local10.com/news/local/2026/04/05/miami-dade-county-fair-wraps-74th-year-with-crowds-food-and-final-day-fun/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/miami-dade-county-fair-wraps-74th-year-with-crowds-food-and-final-day-fun/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[The Miami-Dade County Fair is wrapping up its 74th year.]]></description><pubDate>Sun, 05 Apr 2026 22:27:34 +0000</pubDate><content:encoded><![CDATA[<p>The Miami-Dade County Fair is wrapping up its 74th year.</p><p>“Just the culture. The ethnicities -- everybody’s out here vibing and it’s all type of people out here. All type of food out here to eat. It’s a really nice time,” a person at the fair said.</p><p>For more than three weeks, people have come from across the state and country to ride attractions, play games and try a wide variety of food.</p><p>Some families are getting in on the fun on the final day of the fair, making memories that are sure to last.</p><p>“It’s awesome. It’s the first chance we got to do it so I’m glad we made it in time. It sucks it’s on Easter Sunday. I got the family together, but I’ll meet up with them after here,” another person said.</p><p>Youth Fair President Eddie Cora says the organization has already awarded more than $500,000 in scholarships and prizes.</p><p>“That’s why we do it,” Cora said. “At the end of the day everything behind me right now is a fundraiser for those kids.”</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[Cooper Flagg scores 45 points and Mavs beat LeBron James and injury-depleted Lakers 134-128]]></title><link>https://www.local10.com/sports/2026/04/05/cooper-flagg-scores-45-points-and-mavs-beat-lebron-james-and-injury-depleted-lakers-134-128/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/cooper-flagg-scores-45-points-and-mavs-beat-lebron-james-and-injury-depleted-lakers-134-128/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 02:23:30 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Cooper Flagg scored 45 points and the Dallas Mavericks ended their longest home losing streak in 32 years at 14 games with a 134-128 victory over the depleted Los Angeles Lakers on Sunday night.</p><p>LeBron James had 30 points and 15 assists for the playoff-bound Lakers, who led for just 13 seconds in the opening minutes of their first game since injuries sidelined Luka Doncic and Austin Reaves for the rest of the regular season.</p><p>Doncic, the NBA scoring leader, has a left hamstring strain, and Reaves, LA's No. 2 scorer, is out with a left oblique strain. Both were injured in a blowout loss at Oklahoma City on Thursday.</p><p>Flagg, who had nine assists and eight rebounds, recorded consecutive 40-point games for the first time two nights after the 19-year-old rookie No. 1 pick scored 51 to become the first NBA teenager with a 50-point outing. Flagg is the first rookie with back-to-back games scoring at least 40 points since Allen Iverson (1996-97 season).</p><p>Luke Kennard had his first career triple-double with 15 points, a career-high 16 rebounds and 11 assists for the Lakers, who dropped into a tie for third in the Western Conference with Denver, although LA holds the tiebreaker on the Nuggets. Houston has a chance to get into the third-place mix in the final week of the regular season.</p><p>P.J. Washington Jr. scored 13 of his 15 points after halftime for the Mavericks, whose home skid was their longest at 25-year-old American Airlines Center. They lost the first 19 games of the 1993-94 season at since-demolished Reunion Arena.</p><p>James scored 16 points in the second quarter, when the Lakers cut a 22-point deficit to six at halftime.</p><p>The 41-year-old in his record 23rd season had back-to-back dunks before the break, then a soaring alley-oop slam from Kennard to get the Lakers within 72-70 early in the third quarter. But LA never got closer.</p><p>Up next</p><p>Lakers: Host Oklahoma City on Tuesday.</p><p>Mavericks: Visit the Los Angeles Clippers on Tuesday.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CM5N6VV67LF3HSDKLPJJQWRPZQ.jpg?auth=283372b87957658f72479cac8567268926e0a248076f38a5013bb5549a446c05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Mavericks forward Cooper Flagg (32) reacts to a score during the first half of an NBA basketball game against the Los Angeles Lakers in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPEIPLWUIPSRQLP5AX675MGONU.jpg?auth=882ba34f527c487c8aeb8918d8d22c1e4446cd07589678c2457a7de7bfb39d47&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) drives to the basket against Dallas Mavericks defenders John Poulakidas (1), Max Christie (00) and Naji Marshall during the first half of an NBA basketball game in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CQU74AUTDKAG7CBFEAIGZGBHBM.jpg?auth=ff7e28adbbcd605fee3ec6f4b9cd1fe12d76a66577c9227c994afee0230bab4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Mavericks forward Cooper Flagg (32) runs past Los Angeles Lakers forward LeBron James (23) during the first half of an NBA basketball game in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JH54FAGW5J4BKI5CWQEHVP3FCQ.jpg?auth=4ff4fa17a0559264f82efc98e769f0c5387638575e4b3bcb0007ba4c5e6909b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers guard Luke Kennard (10) dribbles against Dallas Mavericks guard Max Christie (00) during the first half of an NBA basketball game in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LA523WRBPFQMHDAX2PZYYW2X4A.jpg?auth=f3e983b7f86e8b218e9f1ab62c3fcec95c66c9fb9e732ff8263aef4b7e928f28&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) dribbles against Dallas Mavericks forward Cooper Flagg (32) during the first half of an NBA basketball game in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[WNBA free agency set to open Monday, with a fast-track window for offers]]></title><link>https://www.local10.com/sports/2026/04/05/wnba-free-agency-set-to-open-monday-with-a-fast-track-window-for-offers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/wnba-free-agency-set-to-open-monday-with-a-fast-track-window-for-offers/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 01:59:36 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The WNBA and its players’ union agreed to start free agency on Monday, the league announced Sunday.</p><p>Teams will have two days to send qualifying offers to players who they have reserved rights for. Teams will also have a chance to offer a franchise tag to one player who is eligible to be cored.</p><p>Then, starting Wednesday, teams can begin meeting with unrestricted free agents, with the ability to offer them contracts starting Saturday.</p><p>More than 80% of the league’s players are free agents this year, as players had signed deals that expired at the end of last season.</p><p>There are only two veteran players who aren’t under rookie contracts that are signed for this season — Seattle's Lexie Brown and Phoenix's Kalani Brown.</p><p>Usually teams have a few weeks to court free agents to join their franchise. There’s a chance that many players may just re-sign with their current teams for a year and revisit free agency after the season.</p><p>Players could also go after the money and accept a bigger contract from a team they might not know as much about.</p><p>The college draft is scheduled for April 13 in New York.</p><p>The WNBA and its players’ union agreed on a new collective bargaining agreement last month. The new seven-year CBA, which begins this season and runs through 2032, represents a transformational landmark labor deal for the league. The deal was unanimously ratified by the WNBA Board of Governors and approved through a players’ vote.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5BOQNDF3I64JFI6I2ESZAYUDPY.jpg?auth=9198253277ed2bad6ed5e12c7e1d378ddf4d9c707f00abc7a8094e90c158dff5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -WNBA commissioner Cathy Engelbert speaks prior to Game 1 of a WNBA basketball final playoff series between the Las Vegas Aces and the Phoenix Mercury, Oct. 3, 2025, in Las Vegas. (AP Photo/John Locher), File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Lauren Coughlin wins the Aramco Championship by 5 shots at Shadow Creek]]></title><link>https://www.local10.com/sports/2026/04/05/lauren-coughlin-wins-the-aramco-championship-by-5-shots-at-shadow-creek/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/lauren-coughlin-wins-the-aramco-championship-by-5-shots-at-shadow-creek/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 02:14:32 +0000</pubDate><content:encoded><![CDATA[<p>NORTH LAS VEGAS, Nev. (AP) — After coming oh so close to winning at Shadow Creek last year, Lauren Coughlin made sure victory was never truly in doubt Sunday in the Aramco Championship.</p><p>She rolled to a five-shot win over Nelly Korda and the rest of the star-studded field for her first win in two years.</p><p>Coughlin shot an even-par 72 for a 7-under total, earning the 33-year-old from Virginia $600,000. She won her third LPGA Tour title and first in the United States, after winning in Canada and Scotland in 2024.</p><p>“I think it just means more because after 2024 and not winning is hard,” Coughlin said. “I didn’t get it done earlier in the year last year when I had a couple chances and that really bothered me. I was like, ‘What if I don’t ever get to do it again? What if that’s the best golf I every played in 2024?’ Those thoughts were hard not to think last year.”</p><p>Korda was runner-up yet again after shooting a 75 and finishing at 2 under. She made her one birdie on the par-5 18th, avoiding going without one in a round for the first time since the first day of The ANNIKA last November in the Tampa Bay area.</p><p>This was her third consecutive second-place finish after opening her season by winning in Orlando, Florida, moving Korda up a spot to No. 1 in the world ranking.</p><p>“I’m just going to stick to what I’m doing,” Korda said. “I’m really happy with the way that my game is trending, and sometimes when you work too hard and you exhaust yourself, you can go the other way.”</p><p>Leona Maguire (71) also finished at 2 under, and the only other player with an under-par score was Miyu Yamashita (74) at 1 under.</p><p>Korda wasn’t the only tough competitor for Coughlin to overcome. The $4 million prize money in the event organized by Golf Saudi and co-sanctioned by the LPGA and Ladies European Tour drew 38 of the top 40 players. It’s the first such event in the United States, and more appear to be coming to North America.</p><p>Players compared this tournament to a major because Shadow Creek because birdies were so difficult to come by. Only four players wound up under par for the tournament.</p><p>Coughlin, the former two-time Atlantic Coast Conference player of the year at Virginia, showed why she feels comfortable at Shadow Creek, even though the format for this year's tournament switched from match to stroke play. She made the final pairing last year before a 1-up loss to Madelene Sagstrom.</p><p>“It left a sour taste in my mouth,” Coughlin said. “Second is a good consolation, but winning is really fun.”</p><p>Her comfort was evident all four days around the 6,765-yard tract that makes players pay dearly for putting the ball in poor locations. Coughlin was in a three-way tie for the lead after the first round and never relinquished that position as others fell off.</p><p>She came close to turning the tournament into a laugher at times Friday and Saturday, but going into the final round, Coughlin enjoyed just a two-shot margin over Korda, the 2024 LPGA Tour Player of the Year. Korda ended the third round with back-to-back birdies and an apparent message she wasn't going anywhere.</p><p>But then the final round began, and it became clear fairly quickly which direction the tournament was heading. Coughlin began to pull away and all but ensured at the eighth green she would be the one to place her hands on the trophy.</p><p>Coughlin rolled in a downhill right-to-left 45-footer for birdie on the par 3. Korda then preceded to three-putt, including missing a 2-footer for par.</p><p>Suddenly, Coughlin was at 9 under and Korda at 3 under — and the rest of the round all but a formality. Korda got within four shots when Coughlin opened the back nine by bogeying the 10th and 12th holes, but Korda did the same on Nos. 13 and 15 to again make it a six-shot difference.</p><p>“Not even just bogeys, but you can make a lot of big numbers out there,” Coughlin said. “So I was sticking to my game plan and trying to focus on staying in my routine as much as I could and make as many pars as I possibly could.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDYRH22A6KVM7PMEUT54NY52VE.jpg?auth=1f983e90412197482005d3f393ec7ab4a9f980aa82d11fe85178f5f912ecc918&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauren Coughlin kisses the trophy after winning the Aramco Championship golf tournament Sunday, April 5, 2026, in North Las Vegas, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERD3ZPHQ35W52FYSBPDYHSQNSU.jpg?auth=2c7cf766a9fad0af9ee0a594a572a10e931ab11fbb5c6225b22fef0dcc86948e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauren Coughlin gets sprayed with water after winning the Aramco Championship golf tournament Sunday, April 5, 2026, in North Las Vegas, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJBYQ2SVWYMQ73WWP3PHRMLFCU.jpg?auth=18d7cbae7ff22da94356d77aa90c0874bfd39f8f5b638cfb6f9cdf2b1a3467b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lauren Coughlin hits a tee shot on the fourth hole during the final round of the Aramco Championship golf tournament Sunday, April 5, 2026, in North Las Vegas, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/77NXYYY2JIQCUTWI4A7RHHSHMA.jpg?auth=8d54d4806fc8092a64a5767d6a63e39005cd8204c6fb62b52939971636252bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda hits an approach shot on the fourth hole during the final round of the Aramco Championship golf tournament Sunday, April 5, 2026, in North Las Vegas, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D2YY7U7D5QJ5BPXM3XNADRWVLA.jpg?auth=e0b5c0788aef4fa56c55d5e6aaeb0ecf1b3dc6aa814d3307efc37de4acf21d10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelly Korda putts on the fourth green during the final round of the Aramco Championship golf tournament Sunday, April 5, 2026, in North Las Vegas, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content></item><item><title><![CDATA[After missing more than 2 months with right knee injury, Stephen Curry returns for Warriors]]></title><link>https://www.local10.com/sports/2026/04/06/after-missing-more-than-2-months-with-right-knee-injury-stephen-curry-returns-for-warriors/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/after-missing-more-than-2-months-with-right-knee-injury-stephen-curry-returns-for-warriors/</guid><dc:creator><![CDATA[By JANIE McCAULEY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 05:37:54 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Stephen Curry swished a 3-pointer on his second shot from deep and raised his arms in delight when the ball went through.</p><p>He was looking to do the same on the last possession with Golden State down a point, but missed a long, straightaway 3-pointer.</p><p>No matter the result, Curry is back and healthy at long last for the Warriors after a right knee injury, and everyone at Chase Center celebrated right along with him in Golden State’s 117-116 loss to the Houston Rockets on Sunday night.</p><p>With Curry back, the Warriors hope to make it out of the play-in tournament.</p><p>"There were a lot of nerves all day, my family supporting me at home when I was a nervous wreck trying to pass the hours before I got to the arena but once you get back into your routine I've been doing it so long muscle memory takes over and the adrenalin takes over," Curry said. "I appreciate the fans and the reception and just the buzz that was in the arena because you know at a certain point you won't be able to tap into that. So very grateful, it was a beautiful day and now I can kind of settle in to how we're going to finish the year.”</p><p>Coming off the bench in the regular season for the first time in 14 years, Curry was greeted by a warm standing ovation and greetings on the big screen — he also expressed his gratitude on video — when he entered with 4:54 left in the opening quarter.</p><p>He immediately passed off for an assist on a dunk by Charles Bassey, who just signed with Golden State earlier in the day. Curry made a 3-pointer with 34 seconds remaining in the period.</p><p>“You can just feel it, we're back in the mix, we're back in the fight with Steph,” coach Steve Kerr said.</p><p>Curry finished with 29 points on 11-for-21 shooting and became the 26th player in NBA history with 9,000 field goals. He was 5 of 10 on 3s, playing 26 minutes.</p><p>Fans chanted “We want Steph! We want Steph!” during the fourth quarter, seemingly unaware of his minutes restriction.</p><p>This marked the first time he has come off the bench in a regular-season game since March 7, 2012, against Memphis. He last was a reserve in Game 4 of the first round of the 2022 playoffs during the Warriors’ last championship run.</p><p>Curry's pregame warmup is always a must-see show long before the main event, and the cheers were extra loud for his latest session now that he's finally back on the floor.</p><p>He was cheered before tipoff, too, and was supposed to play 24 minutes following a two-plus-month absence and 27 straight games sidelined because of a right knee injury.</p><p>He signed a few autographs after his shooting routine then missed his full-court heave before disappearing into the tunnel.</p><p>“He's one of the most beloved players in league history, Bay Area history in any sport and I think a long absence like this reminds everybody how lucky we are to see him, to watch him, to coach him, to play with him,” Kerr said. “So tonight's a special night because we're reminded of how lucky we've been and how lucky we still are.”</p><p>Kerr said before the game that it's still unclear how many of the remaining games Curry will play given Golden State has five contests in eight days with a back-to-back the rest of the way — and the expectation is he wouldn't play on consecutive nights.</p><p>The schedule will be determined by how Curry feels and input from Vice President of Player Health and Performance Rick Celebrini.</p><p>Soon, Curry will be starting again.</p><p>Rockets coach Ime Udoka knew Houston would have its hands full with No. 30 back.</p><p>“One of the best movers in the game,” Udoka said. "... Obviously, we’ve seen him enough and know some things that have hurt us in the past.”</p><p>Curry scrimmaged several times this past week to test his injured right knee, and he said Saturday it was never a consideration to shut it down for the rest of the season. Kerr hoped to have Curry and younger brother Seth finally play together.</p><p>At the 6:19 mark of the second quarter, they did — the first time brothers played together in Warriors franchise history, according to Elias. Seth Curry also has been injured much of the season.</p><p>Seth Curry did appear in six preseason games for Golden State in 2013 then played for the team’s G League Santa Cruz Warriors that year — with the brothers playing all of 100 seconds together during the fourth quarter of two games during that ’13 preseason.</p><p>“That was special,” Curry said. “We both had very difficult years, honestly him more than me with injuries. I was joking calling us the rehab brothers. It's been like that all year but to have that moment coming out of a timeout, talking about our matchups, I was having flashbacks to Charlotte Christian in high school my senior year, his sophomore year was the last time in an actual game. ... That was a dream come true to be honest, it hasn't really sunk in yet.”</p><p>Their mother, Sonya, was in the stands for the moment.</p><p>Curry warmed up in Kevin Durant's “Scoring Title” Nike KD 4s with former teammate Durant playing for the Rockets.</p><p>After Saturday's practice, Curry said dealing with the pain is part of his “new normal” and the offseason will require a significant reset.</p><p>The 38-year-old Curry initially expected to be playing right after the All-Star break, but the recovery was prolonged by some difficult moments when he would feel good, push hard then pay for it the following day.</p><p>The Warriors (36-42) lost their fourth straight game. They were 13-25 this season without Curry — including 9-18 during the recent stretch with him sidelined by patellofemoral pain syndrome.</p><p>Curry was thrilled to battle Durant again — knowing these moments won't last forever. The feeling was mutual.</p><p>“Amazing,” Durant said about Curry’s comeback night.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAHT6FBUT7GXVXXOGBHOSQMBNM.jpg?auth=d0048a59dc8d429480f13e189149d2e783f0437c3e319ec21caf69549bd9b308&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 celebrates after making a 3-point basket during the first half of an NBA basketball game against the Houston Rockets, Sunday, April 5, 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/MBTZYBJLECJJBJWQJGB7EF5MXE.jpg?auth=1fb583f701f4265b70e123ab70cc54d2c8cae02e06f798cfc2a4beab50a45184&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 looks toward the Houston Rockets bench during the second half of an NBA basketball game, Sunday, April 5, 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/DF7OWC76TF3UHLTN5KYXM6DMBY.jpg?auth=16d5a69abad24ffa85e47df06eb43d42f5d7e66aff00164f5285afe2041b796e&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 (30) reacts after making a 3-point basket during the second half of an NBA basketball game against the Houston Rockets, Sunday, April 5, 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/T74MHY2WWVY5CYVYLWVTDK3V5I.jpg?auth=a7c23e63fce69abebc60b5b10c3bab06857ca75078df97ebc3647a8d55dd187c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets center Alperen Sengun (28) is hugged by Golden State Warriors guard Stephen Curry (30) after an NBA basketball game, Sunday, April 5, 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/55A4TYFRQOUXEODMHGPQUKSUR4.jpg?auth=7fe74f84e62981abce4293cc1d8282551f4e3d16f362aa38ed0ba6eec99a0e91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Rockets guard Reed Sheppard, left, kicks a pass by Golden State Warriors guard Stephen Curry, center, during the first half of an NBA basketball game, Sunday, April 5, 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></item><item><title><![CDATA[Miami teacher walks 120 miles in Spain to give students their first school dance]]></title><link>https://www.local10.com/news/local/2026/04/05/miami-teacher-walks-120-miles-in-spain-to-give-students-their-first-school-dance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/miami-teacher-walks-120-miles-in-spain-to-give-students-their-first-school-dance/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A Miami woman took a leap of faith on Easter Sunday.]]></description><pubDate>Mon, 06 Apr 2026 00:20:33 +0000</pubDate><content:encoded><![CDATA[<p>A Miami woman took a leap of faith on Easter Sunday.</p><p>As a teacher in Spain, she learned her students have never had a real school dance -- so she decided to change that.</p><p>In 10 days, she walked more than 120 miles -- all for a beloved group of teens who have never had a school dance.</p><p>Roxana Rauseo is a Miami native living in Guardo, a small mountain town in northern Spain, where she works as an English teaching assistant at a local public high school.</p><p>In her classroom, Rauseo teaches American culture alongside conversational English. </p><p>She told Local 10 News one topic always seemed to light her students up.</p><p>“We go through a lot of American culture,” Rauseo said. “So what do schools look like in the US, right? How does the day to day work? How is it different? What’s good? What’s bad? And one of the themes that kept coming up is prom and homecoming.”</p><p>So she decided to do something about it -- taking on one of the routes in the Camino de Santiago, the ancient pilgrimage route across Spain, and turning every kilometer into a fundraising opportunity.</p><p>On Easter Sunday, Rauseo crossed the finish line at the iconic Santiago de Compostela Cathedral, raising roughly 2,500 euros so far.</p><p>“Although I’m mentally, physically, emotionally exhausted -- it really means the world to me and to my students,” she said during her arrival.</p><p>And her students? They still don’t know any of this happened.</p><p>Rauseo plans to surprise them Tuesday and hopes to throw them a proper end-of-year dance by late June.</p><p>You can donate to the cause by clicking <a href="https://gofund.me/5a90aae5d" target="_self" rel="" title="https://gofund.me/5a90aae5d">here.</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Un zoológico chileno organiza búsqueda de huevos de Pascua para animales]]></title><link>https://www.local10.com/espanol/2026/04/05/un-zoologico-chileno-organiza-busqueda-de-huevos-de-pascua-para-animales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/un-zoologico-chileno-organiza-busqueda-de-huevos-de-pascua-para-animales/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 00:17:52 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO, Chile (AP) — Háganse a un lado, niños: esta búsqueda de huevos de Pascua es sólo para animales del zoológico.</p><p>En el zoológico privado más grande de Chile, varios de sus residentes —suricatas, monos, lémures y otros— buscaron el domingo su comida, presentada como golosinas con temática de huevos de Pascua.</p><p>La “búsqueda de huevos” es un evento anual en el Bioparque Buinzoo, en la capital del país, Santiago, pensado para entretener a los visitantes y estimular el comportamiento natural de búsqueda de alimento en diversas especies.</p><p>Los cuidadores colocaron pequeñas bolsas decoradas como huevos de Pascua, pero rellenas de carne, en los recintos de pequeños felinos, tales como los caracales, que saltaron a las ramas de los árboles para conseguir sus bocadillos.</p><p>Una suricata tenía una canasta con huevos colocada entre unas rocas en su recinto. A los monos y lémures se les dieron frutas escondidas en bolsas de papel marrón decoradas con orejas de conejo.</p><p>El director del zoológico, Ignacio Idalsoaga, explicó que en la naturaleza, estos animales pasan gran parte de su vida buscando comida, por lo que el zoológico quiso recrear ese comportamiento.</p><p>Los premios y bocadillos no eran huevos de chocolate, añadió en tono tranquilizador, sino alimentos que los animales comerían en su hábitat natural.</p><p>El evento anual se ha llevado a cabo en los últimos 16 años, agregó Idalsoaga. Este año, las ovejas también tuvieron que buscar sus bolitas de alimento dentro de una esfera colorida con agujeros.</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/VIYSTPMJNYUCD7XNJE4PVK5WVU.jpg?auth=79ebe40bf9f0054f14ce40f2756cb2bc27df13b12d7cb61076c6163c6333f845&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una suricata inspecciona una canasta con dulces con forma de huevo de Pascua en el zoológico Buinzoo, el domingo 5 de abril de 2026, en Santiago de Chile. (AP Foto/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MAENSDEUB2LAQOJTFVY4QNC7LY.jpg?auth=1b80146e7a41c828d2e0fbb909d8039d77f946b5539a339f83621b3d5aacfff3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un cuidador le entrega un obsequio con forma de huevo de Pascua a un mono en el zoológico Buinzoo, el domingo 5 de abril de 2026, en Santiago, Chile. (AP Foto/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[UCLA great Ann Meyers Drysdale filled with pride watching Bruins win NCAA title]]></title><link>https://www.local10.com/sports/2026/04/05/ucla-great-ann-meyers-drysdale-filled-with-pride-watching-bruins-win-ncaa-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/ucla-great-ann-meyers-drysdale-filled-with-pride-watching-bruins-win-ncaa-title/</guid><dc:creator><![CDATA[By ALANIS THAMES, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 23:43:41 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Ann Meyers Drysdale will always be a Bruin.</p><p>The UCLA great and women's basketball pioneer smiled as she was honored with other members of the 1976 U.S. women’s Olympic basketball team at Sunday’s national championship game.</p><p>They all wore matching bright red Team USA shirts. But when Meyers Drysdale was introduced, she waved to the crowd at Mortgage Matchup Center in Phoenix, and then lifted up her red shirt to reveal a blue UCLA top celebrating the team she won a national championship with as a player.</p><p>That title was nearly 50 years ago in the now dissolved AIAW — the postseason tournament for women's college basketball before the NCAA took over in 1982 — but Meyers Drysdale was filled with the same joy watching UCLA defeat South Carolina for its first NCAA-era title on Sunday.</p><p>“You know, there’s so much pride wearing USA across your jersey,” Meyers Drysdale said. "There’s no question that I am once a Bruin, aways a Bruin. And there’s no way I was not going to wear a UCLA shirt under my USA shirt, just to show the fans that all of us are so supportive of this team.”</p><p>Meyers Drysdale was the first woman to receive a full athletic scholarship at UCLA and helped the Bruins beat Maryland in the 1978 AIAW national championship game.</p><p>A lot has changed besides the sport’s governing body in the five decades since she and her teammates hoisted that trophy, but Meyers Drysdale's presence within the Bruins program has remained the same.</p><p>She has often been a guiding voice, always making herself available to players and coaches for advice and encouragement.</p><p>“It’s been spectacular to have Annie. I got a text from her last night,” UCLA coach Cori Close said Saturday afternoon. “I’ve known Annie a long time. She’s never wavered in terms of what she’s been to me, as a young coach all the way through to my being a head coach at UCLA. I am just so grateful for that.”</p><p>Close has said that sharing a UCLA championship with Meyers Drysdale and other pioneers who paved the way for her program would be special.</p><p>During UCLA's title run, Close often corrected anyone who mentioned the Bruins were chasing their first national championship — making sure no one forgets that 1978 team.</p><p>“She is also giving these young women the history of the game themselves,” said Meyers Drysdale, now a basketball analyst and vice president with the WNBA’s Phoenix Mercury, “because they are part of history. This is their win. This is their game. This is their championship. And we are just part of the history of it.”</p><p>UCLA used its size, shooting, and the experience and chemistry of its six starting seniors — including 6-foot-7 star Lauren Betts — to completely shut down South Carolina in the national championship game and complete a yearslong climb to the top.</p><p>After losing to UConn in their first Final Four appearance last year, the Bruins ran through their opponents this season, with their only loss coming to Texas in a November tournament.</p><p>“Just pride, pride,” Meyers Drysdale said of her emotions, one quarter before the Bruins' title became official, "and knowing the journey they’ve been on, not just the last two years, but before that.</p><p>“Cori with the players that she’s brought in and the seniors and grad seniors on this team. ... We all love UCLA.”</p><p>For Close, who has a deep connection with UCLA, the support of pioneers like Meyers Drysdale is especially meaningful.</p><p>Close has coached the Bruins for 15 seasons, but before that she was mentored by Bruins men’s coach John Wooden, who won 10 national championships at the school. Close visited Wooden bi-weekly, adopting his “Pyramid of Success” and focus on character.</p><p>It paid off with her team.</p><p>“Cori Close and her staff have done such a terrific job," Meyers Drysdale said, ”preaching competitive greatness and being your best when the best is needed. You love the joy that they play with, and they sacrifice for each other. They don’t care who scores. They don’t care who gets what recognition. They’re just all about winning.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O5O2FEVQ4CIZSHSLM234KSB5W4.jpg?auth=8b7a877858788f7cfabf2896522ba0837cfcf9bb88021c670e80ccfb844ec8aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA guard Gabriela Jaquez (11) celebrates with teammates after UCLA defeated South Carolina in the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/DDTPNJFMGJKDVK744RTAJNQN4U.jpg?auth=88c9493a2a2b6bb8f038352a79c1705afc89841024af41d06cce31f4604ba309&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Basketball player Ann Meyers Drysdale, left, speaks beside former basketball player Cheryl Miller, center, and Julie Church, Delta State women's basketball assistant coach, during an event Thursday, April 2, 2026, in Phoenix. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K5SZOCWVCWH2ECIGUH433W6K54.jpg?auth=a457325cc90d3bae2dda7a9c66fd4468055116a01d09e476d3f49e9193a996f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ann Meyers drives during practice at the NBA rookie basketball camp for the Indiana Pacers in Indianapolis, Sept. 10, 1978. (AP Photo/File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOQRTVRCB25FY6UXXC3T3LMWGI.jpg?auth=f63f5f4b33d6227aab0275d48571033b8ce89e4e0b128103b73043d0060d5ae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA head coach Cori Close celebrates after cutting down the net after UCLA defeated South Carolina in the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[A gray whale that swam 20 miles up a Washington state river is found dead]]></title><link>https://www.local10.com/news/national/2026/04/05/a-gray-whale-that-swam-20-miles-up-a-washington-state-river-is-found-dead/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/05/a-gray-whale-that-swam-20-miles-up-a-washington-state-river-is-found-dead/</guid><dc:creator><![CDATA[By MARK THIESSEN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 00:02:30 +0000</pubDate><content:encoded><![CDATA[<p>A juvenile gray whale that amazed Washington state residents after it swam 20 miles up a small river was found dead, and an official with a marine mammal research group suspects hunger may have driven the whale to new hunting grounds as the species' population declines.</p><p>The whale was discovered Saturday near Raymond, Washington, in the Willapa River, which feeds into the ocean at Willapa Bay. A number of gray whales are currently in the bay on their 5,000-mile (8,000-kilometer) spring migration from birthing grounds in Baja California, Mexico, north to feeding grounds in Alaska.</p><p>The larger issue that the population of gray whales in the eastern part of the Pacific Ocean has faced since 2019 is reduced food availability in the northern Bering and Chukchi seas off Alaska’s coast, John Calambokidis, a research biologist with the Cascadia Research Collective, told The Associated Press on Sunday.</p><p>“Gray whales are facing a major crisis and the heart of it does seem to be feeding on their prey in the Arctic,” he said.</p><p>The National Oceanic and Atmospheric Administration Fisheries agency declared an unusual mortality event for eastern gray whales — meaning those in the eastern Pacific — from late 2018 to late 2023. It involved 690 gray whale strandings during that time, stretching from Alaska to Mexico.</p><p>NOAA Fisheries investigators concluded the preliminary cause was “localized ecosystem changes in the whales’ sub-Arctic and Arctic feeding areas that led to changes in food, malnutrition, decreased birth rates and increased mortality.”</p><p>Officials believed the population was rebounding, but the most recent count from 2025 instead showed a continuing decline. The federal agency estimated there were about 13,000 gray whales, the lowest count since the 1970s.</p><p>“A lot of these gray whales are looking very emaciated, very thin,” Calambokidis said.</p><p>Their migration north is typically the most challenging period for gray whales, the longest they’ve gone without eating, forcing the animals to use up their nutritional reserves.</p><p>“When that happens, you often see gray whales in a more desperate search for new areas to feed,” Calambokidis said. "That’s the most likely context for this whale.”</p><p>Researchers will attempt to examine the whale, possibly as soon as Monday.</p><p>It entered the north fork of the Willapa River on Wednesday, via a bay about 185 miles (298 kilometers) southwest of Seattle. Residents gathered on bridges along the river just to catch glimpses of the massive mammal and flooded social media with photos and video of it expelling air through its blowhole.</p><p>While the gray whale appeared thin, it was behaving normally and didn’t appear to have any injuries, the nonprofit Cascadia Research Collective said in a Facebook post.</p><p>The organization was giving the whale time and space to leave the river on its own, but when researchers attempted to find it Friday, the animal had traveled further upriver into waters that were unnavigable by boat, Calambokidis said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34Q5FHOFIFLMAETGSC3CSC45WU.jpg?auth=132e56306a43e49bbb1c8f9a7bcf131f583a0fb30801ed43b7c2e6c4ba3b69b7&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 Cascadia Research Collective shows a gray whale swimming in the Willapa River near Willapa Bay, Wash., Wednesday, April 1, 2026. (Cascadia Research Collective via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cascadia Research Group</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LJUIY3AH3DAGYABX4RECKL7YT4.jpg?auth=8c7d722edd890658a95106ed56654c44c0b473b927dba69b327234e626b5d8b6&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 Cascadia Research Collective shows a gray whale swimming in the Willapa River near Willapa Bay, Wash., Wednesday, April 1, 2026. (Cascadia Research Collective via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cascadia Research Group</media:credit></media:content></item><item><title><![CDATA[April 5: Rain chances rise this week in South Florida as cold front approaches]]></title><link>https://www.local10.com/weather/2026/04/05/april-5-rain-chances-rise-this-week-in-south-florida-as-cold-front-approaches/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/05/april-5-rain-chances-rise-this-week-in-south-florida-as-cold-front-approaches/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[As we get ready for the start of the workweek, expect rain chances to increase. Watch for isolated showers, especially Monday morning. Highs will reach around 84 degrees.]]></description><pubDate>Sun, 05 Apr 2026 22:48:41 +0000</pubDate><content:encoded><![CDATA[<p>As we get ready for the start of the workweek, expect rain chances to increase. Watch for isolated showers, especially Monday morning. Highs will reach around 84 degrees.</p><p>By Tuesday, a cold front will approach the region, bringing enough moisture for more widespread showers. Some could produce periods of heavy rain.</p><p>As the front stalls on Wednesday, additional showers are expected across the area. Temperatures will stay in the lower 80s.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[J.J. Spaun rallies to win Texas Open for first title since US Open]]></title><link>https://www.local10.com/sports/2026/04/05/jj-spaun-rallies-to-win-texas-open-for-first-title-since-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/jj-spaun-rallies-to-win-texas-open-for-first-title-since-us-open/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 01:12:36 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — J.J. Spaun came up with two big shots at the end of a long, wet Sunday, one leading to birdie and the other for eagle that carried him to a 5-under 67 and a one-shot victory in the Valero Texas Open for his first title since the U.S. Open last summer.</p><p>Spaun won for the second time at the TPC San Antonio, with one big difference. His victory four years ago got him into the Masters. Now he is the U.S. Open champion who already had his spot at Augusta National secured. But this was an important win.</p><p>He had yet to finish in the top 20 in seven starts this year — his best was a tie for 24th in The Players Championship — and now the 35-year-old Californian has a validating win in tough conditions as he heads into the first major of the year.</p><p>“It’s just — this game is so crazy,” Spaun said. “I haven’t been feeling at the form I wanted to be based on last season, and just trying to take each day as it comes, and accepting what I have."</p><p>“There’s just so much that comes with winning big events like that, a U.S. Open or any other major," he said. "I put a lot of pressure on me to start the year, a lot of expectations. I went into the last few weeks starting at the Players trying to be freed up, and put less pressure on myself, and it’s been trying. But sticking to that mantra has really helped me.”</p><p>Robert MacIntyre, who had led for so much of the tournament, completed 12 holes Sunday morning in the storm-delayed tournament for an even-par 72 to stay ahead by one shot going into the final round. The groups didn't change for the final round in a bid to finish amid more rain — but no lightning that caused any delays.</p><p>Spaun was in the mix with a dozen other players when he hit his tee shot to 3 feet on the par-3 16th for birdie, and then drove the green on the 306-yard 17th hole to 10 feet for eagle.</p><p>He finished with a par to set the target at 17-under 271, finishing about an hour before MacIntyre and the final group. He was on the range when MacIntyre, three shots behind with two to play, drove the 17th and holed an eagle putt just outside 15 feet to get within one shot.</p><p>But the Scot hooked his second shot from a wet fairway on the 609-yard closing hole — a par 5 that yielded only 10 birdies in the final round — and even after getting relief from temporary immovable obstructions, MacIntyre could only hit wedge to 30 feet.</p><p>His birdie putt to force a playoff was short all the way. MacIntyre closed with a 70 to share second place with Matt Wallace (68) and Michael Kim (69).</p><p>He won for the third time on the PGA Tour, two of them at the Texas Open.</p><p>Ludvig Aberg had his third straight top 10 — including The Players Championship where he gave up the lead on the back nine — going into the Masters. He closed with a 70 and tied for fifth with Andrew Putnam, who needed birdie on the 18th to force a playoff and hit wedge into a back bunker, making bogey for a 70.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTFNKKX2EPWW5YRYDJGO7QJAG4.jpg?auth=af0c8a2870d2f1f0011a6b5dfa8016d5a7a07caad5f89bad57cbb49f499f92cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun waves to fans after winning the Valero Texas Open golf tournament in San Antonio, Sunday, April 5, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KFUWSLXIXGIVLQCCZW3FWJI2ZA.jpg?auth=2abaf051cc9249a73ef5db4b4834038ddf9bc00267abca296999a063bedaa34b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun waves to fans on the 18th hole after the fourth round of the Valero Texas Open golf tournament in San Antonio, Sunday, April 5, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3SVYCK4I7PHA5USIP6SUBBBM4.jpg?auth=dc67ba12b1cc3d67013ae8d13e23dd6c1f502ef96941bc97a7d9d1dc2f6257ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun holds the championship trophy after winning the Valero Texas Open golf tournament in San Antonio, Sunday, April 5, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBYKFPFIXSAIZ3EQB3DZZKCO3U.jpg?auth=509502e11d22da10bc56afaa9b1e9a196eebe59ed5720bbc152a4c2523d28b00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun walks off of the 18th hole after the fourth round of the Valero Texas Open golf tournament in San Antonio, Sunday, April 5, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GKDQU23KHVXMZDH5JS6U35GBI.jpg?auth=7246c34e51aaa82f3e86d2e88b06741067ff3691e8418941c755031df8fd92e4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[J.J. Spaun waves to fans after winning the Valero Texas Open golf tournament in San Antonio, Sunday, April 5, 2026. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content></item><item><title><![CDATA[Mullins family shifts longtime allegiance from Michigan to UConn for national championship game]]></title><link>https://www.local10.com/sports/2026/04/05/mullins-family-shifts-longtime-allegiance-from-michigan-to-uconn-for-national-championship-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/mullins-family-shifts-longtime-allegiance-from-michigan-to-uconn-for-national-championship-game/</guid><dc:creator><![CDATA[By MICHAEL MAROT and EDDIE PELLS, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 22:32:15 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Even though he hails from a state where Peyton Manning ruled the sports world, the Fab Five and Tom Brady turned Indiana native Josh Mullins into a dedicated Michigan fan.</p><p>Just how big of a Wolverines fan? He named his oldest son after star Michigan receiver Braylon Edwards.</p><p>Now, UConn's breakout star, Braylon Mullins, will try to take down the family's favorite program with the national title on the line Monday night. But there's no doubt where the family's allegiance lies.</p><p>“It's UConn all the way,” Josh Mullins told The Associated Press, who was seated near the front row with his wife and twin sons for Friday's open practice. “I tried to get all of them to buy in on (Michigan). When I was growing up, you know, the Fab Five. I was a huge football fan, that's why I like Brady.”</p><p>The eldest member of the Mullins family has been in high demand this week from both sides of this March Madness finale.</p><p>He did a podcast this week with Edwards, though he’s never met the ex-receiver in person, and was hopeful of meeting Jalen Rose, Chris Webber and the rest while they were in Indianapolis doing some TV work over the weekend.</p><p>UConn (34-5) fans are excited to meet him, too, since the Huskies likely wouldn't be here without the sensational play of his oldest son.</p><p>Braylon Mullins made the long 3-pointer with 0.4 seconds left to take down Duke, the tourney's top seed, in the East Region final, then made another crucial 3 with 52 seconds left Saturday to beat Illinois 71-62.</p><p>It was his only basket of the second half, setting up the clash — and potential family feud — against Michigan.</p><p>"In my household, growing up, it was Michigan football, Michigan basketball,” Braylon Mullins said Sunday. “That's what my family and friends were watching. So having people around me who are probably going to be rooting for Michigan means a little more in this game, just to be fun. But at the end of the day, it's just another game.”</p><p>Cadeau and the art of missing on purpose</p><p>Michigan guard Elliot Cadeau controlled a lot of Saturday night's win over Arizona despite shooting only 5 for 17. Coach Dusty May says those shot stats aren't as bad as they look because, at least once, Cadeau was missing on purpose.</p><p>In a twist of coaching genius, May instructed Cadeau to bounce the ball high off the backboard as a way to get it to 7-foot-3 center Aday Mara, who was dealing with Arizona's 7-4 Motiejus Krivas for much of the evening.</p><p>“When you look at the stat sheet it says a missed shot and a put-back,” May said of his guard's stats line, which also included 10 assists, five rebounds and four steals.</p><p>Cadeau confirmed this. On Michigan's first possession, he drove to the hoop and Krivas came over to try to stop him, so Cadeau threw the ball high off the glass to set up an easy put-back for a then-wide-open Aday. The center finished with a career-high 26 points.</p><p>“You've got to learn new tricks and stuff to get the ball,” Cadeau said. “It's pretty hard. Something I've never done before, never been taught before, but I think me and Aday got established connections on those type of passes now.”</p><p>A Big Ten drought could come to an end</p><p>Michigan could end a Big Ten drought without the national title that dates to 2000, when Michigan State's "Flintstones” team — led by Mateen Cleaves out of Flint — beat Florida to win the championship.</p><p>The Wolverines, of course, are more focused on bringing the second title back to campus — the first since 1989.</p><p>But May said he's well aware of what a win would mean to the conference, which has ballooned from 11 to 18 teams since it last cut down the nets at the Final Four — as good a sign as any about the changes that have enveloped college sports over the last quarter century.</p><p>“We’re competing against the SEC, the Big 12, the Big East, all these other leagues,” May said. “The better we can do as a group, as a league, and it also helps financially as TV contracts are renegotiated and things like that. So, we have to do well for us and for the Big Ten if we want to continue to be on the cutting edge and hopefully be in the premier basketball league in the country.”</p><p>The Big Ten has won the last three national titles in football.</p><p>Michigan's May learned from Bob Knight</p><p>This marks the 50th anniversary of the last undefeated team in college basketball — Bob Knight's 1975-76 team at Indiana.</p><p>Some two decades after that Hoosiers team made history, May served as a student manager for Knight in Bloomington.</p><p>The Michigan coach said there was a planning-and-preparation aspect to Knight's work that he has tried to emulate.</p><p>“You’re figuring out solutions or contingencies in advance, and if those become a problem you’re ready, as opposed to just always being shocked at what’s in front of you,” he said.</p><p>Part of the equation, May said, is related to an emotion commonly associated with Knight.</p><p>“Obviously there’s a fear element and a fear of disappointing him, that you wanted to be thinking ahead, you wanted to be on your toes,” May said. “You’re always anticipating what’s next.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EPMGX7ANCUYT2VU2PR7TFK4G3Q.jpg?auth=918f1eaec82adb9512b968d500378b672e7922b3cb24b6331127c2cc802c212c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn guard Braylon Mullins (24) rebounds against Illinois during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ISUTEOFDKRPQIE6SKDELAEZJU.jpg?auth=01e5a92461d83123dc36db57640d7a312af76e3b5578dfdc881d191d54e2d628&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn's Alex Karaban (11) laughs alongside teammate Braylon Mullins (24) and Jaylin Stewart (3) during practice ahead of a national semifinal NCAA college basketball tournament game against Illinois at the Final Four, Friday, April 3, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUJH7UPHN44BW4H7VWSMYQ7XJY.jpg?auth=c03bbb42ee8b8cadc15413e403242168432383ccac2a4ea901a961dfd775aa8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan guard Elliot Cadeau (3) celebrates a basket against Arizona during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Pastor at Weston church hopes message resonated with parishioners on Easter Sunday]]></title><link>https://www.local10.com/news/local/2026/04/05/pastor-at-weston-church-hopes-message-resonated-with-parishioners-on-easter-sunday/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/pastor-at-weston-church-hopes-message-resonated-with-parishioners-on-easter-sunday/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[It was standing room only at St. Katherine Drexel Church in Weston on Easter Sunday. ]]></description><pubDate>Sun, 05 Apr 2026 22:27:51 +0000</pubDate><content:encoded><![CDATA[<p>It was standing room only at St. Katherine Drexel Church in Weston on Easter Sunday. </p><p>The church’s pastor, Father Omar Ayubi, said he’s hoping that what he had to say really sticks with people when they leave. </p><p>“We have gotten too hard, everybody is always grouchy, everyone is nasty with each other,” he said. </p><p>The sacred service was not lost on Emilo Cucciniello, who admitted his worship had drifted, and he strayed from the church.</p><p>“I didn’t go to church for a few years, (but I’m) finally coming back,” he said. “It’s very important to just be present in the moment, care about your community, care about your elders, respect your elders, something we have kind of lost.”</p><p>Easter is one of the more popular religious holidays within the Catholic religion. </p><p>Ayubi said he planned to deliver three masses on Sunday. </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[Lauren Betts used lessons learned to lead UCLA to its 1st NCAA national championship]]></title><link>https://www.local10.com/sports/2026/04/05/lauren-betts-used-lessons-learned-to-lead-ucla-to-its-1st-ncaa-national-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/lauren-betts-used-lessons-learned-to-lead-ucla-to-its-1st-ncaa-national-championship/</guid><dc:creator><![CDATA[By JOHN MARSHALL, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 00:57:27 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Lauren Betts forced herself to repeatedly watch last season's Final Four debacle against UConn, using the lessons learned in this year's return trip to the national semifinals.</p><p>The two-time All-American did her homework following a season-low points in UCLA's only loss of the season, applying what she gleaned from the game film to help take down Texas in the rematch.</p><p>Betts opened up about her mental health issues, the honesty taking a weight off her shoulders while, hopefully, helping others facing their own darkness.</p><p>This life of hers has been a pursuit of perfection — or at least the best version of herself — and Betts capped the college basketball portion of it by reaching the pinnacle of her sport with one final dominating performance.</p><p>UCLA won its first NCAA national championship with a 79-51 blowout of South Carolina on Sunday and Betts, as she’s been throughout her career, was the catalyst at both ends of the floor.</p><p>“I showed up with zero confidence and wasn’t sure if I wanted to really play basketball for that much longer,” Betts said. "Coach Cori (Close) really believed in me and wanted to see me accomplish everything that I’d ever dreamed of. They wanted me to see myself the way they all see me and and I feel like now at this point I can finally, truly do that.”</p><p>The 6-foot-7 senior shook off a first-half coughing fit — the dry desert air got to her — to finish with 14 points, 11 rebounds and two blocked shots. She altered and prevented even the thought of several others at the rim to give UCLA its first national championship since taking the 1978 AIAW title.</p><p>“She’s a very dominant player,” South Carolina's Tessa Johnson said. “She's consistent and effective. It's hard to scout that.”</p><p>Betts had a similar impact in UCLA's 51-44 shutdown of Texas in the national semifinals, a 16-point, 11-rebound, three-block performance that set the stage for her to be selected as the Final Four's most outstanding player.</p><p>So what if there wasn't a trophy at the announcement.</p><p>Betts got to share a national championship with her younger sister, Sienna, a freshman on the team, along with friends and family in the stands.</p><p>“They were crying more than I was because they’ve seen me since my sophomore year, just how I matured and it has been really special for them,” Betts said. "They mean so much to me.”</p><p>The closing flourish capped a rocky-at-times career.</p><p>Betts was the nation's No. 1 high school recruit out of Grandview High School, in Aurora, Colorado, and chose to play at perennial powerhouse Stanford. She had a solid freshman season, but the building mental health issues she had been struggling with began to bubble closer to the surface even after she transferred to UCLA.</p><p>Betts opened up about her struggles last year and expounded upon it in a recent first-person story, in which she detailed the brutal hospital conditions and the epiphany once she got out — that she wanted to be here.</p><p>“I just feel like for me, basketball and this platform that I’ve been given, I was put on this earth to do more than play basketball,” Betts said. “I think the journey I’ve had, the hardships I’ve went through are to help other people.”</p><p>Betts dedicated herself to getting better, on and off the court, and became one of the nation's best college basketball players.</p><p>She was UCLA's first Associated Press All-American a year ago and backed that up with another All-American nod after averaging 18.5 points and 7.6 rebounds while shooting 60.1% from the field and leading the Bruins with 71 blocked shots.</p><p>With Betts anchoring the middle, the Bruins (37-1) one-upped the program's first trip the Final Four last year with the best season in history.</p><p>UCLA reeled off a school-record 31 straight wins following the 76-65 loss to Texas, including the payback win in the national semifinals. The Bruins then erased memories of last year's blowout Final Four loss to UConn with its first NCAA national championship.</p><p>Betts, as usual, was at the center of it all, the best version of herself leading to the greatest moment of her and her teammates' lives.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UAII466FOJG34F4OHR3GMGMMSY.jpg?auth=949f58ac16d4fa18019e3742bebc5ef6116faa599cc725ce315673b97880470b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA head coach Cori Close, left, hugs UCLA center Lauren Betts (51) during the second half of the women's National Championship Final Four NCAA college basketball tournament game against South Carolina, Sunday, April 5, 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/2NUGXCK2KIWDTTNYKHWE7RP3MI.jpg?auth=dc9246a039ca2439da62b61bfd9d4b4e1edfc67d5d4361953cb31179ffb4b76d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina forward Joyce Edwards (8) shoots around UCLA center Lauren Betts (51) during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/IY5TLJNWHTKGZQRQL6ITFPYESA.jpg?auth=7b6c4ec1e7cd294c2bb245430cf954331bb33b98f31d4b738af4c5f7437ce391&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA center Lauren Betts (51) shoots over South Carolina center Madina Okot (11) during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/DZJZAH6ZQHLKIWQIIALBVT52MQ.jpg?auth=93e19e669c58104920636aad16048aa0361458beb37485f9906b5196b520f174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA center Lauren Betts (51) celebrates after a play against South Carolina during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Trump administration agencies post Easter messages celebrating Christ’s resurrection]]></title><link>https://www.local10.com/news/politics/2026/04/05/trump-administration-agencies-post-easter-messages-celebrating-christs-resurrection/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/05/trump-administration-agencies-post-easter-messages-celebrating-christs-resurrection/</guid><dc:creator><![CDATA[By DAVID CRARY, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 22:06:39 +0000</pubDate><content:encoded><![CDATA[<p>Numerous previous presidents have issued statements in recognition of Easter Sunday. This year, the Trump administration went a step farther, with several key Cabinet departments heralding Christ’s resurrection on their official social media accounts.</p><p>“He is risen,” declared the Department of Homeland Security and the State Department.</p><p>The Defense Department shared a post on X from Defense Secretary Pete Hegseth: “The tomb is empty. The promise is fulfilled. Through His sacrifice, we are redeemed. We stand firm in faith, courage, and truth.”</p><p>The Justice Department also chimed in on X.</p><p>“Today, as millions of Christians gather in their churches across the nation to celebrate the resurrection of Christ, this Department —- is proud to protect and defend religious liberty,” it said.</p><p>The posts drew thousands of comments. Some people expressed joy at the departments’ open embrace of Christianity; others were outraged, saying government agencies should not be promoting the doctrine of a particular faith.</p><p>Hegseth frequently invokes his evangelical faith as head of the armed forces, depicting a Christian nation trying to vanquish its foes with military might.</p><p>Last week, Hegseth hosted his first monthly Christian worship service at the Pentagon since the Iran war began.</p><p>“Let every round find its mark against the enemies of righteousness and our great nation,” Hegseth prayed during the livestreamed service. “Give them wisdom in every decision, endurance for the trial ahead, unbreakable unity, and overwhelming violence of action against those who deserve no mercy.”</p><p>Trump, in a statement issued on Good Friday, evoked the Iran war only indirectly.</p><p>“From the Christian patriots who won and secured our liberty on the battlefield and every generation since, the love of Christ has unfailingly guided our Nation through calm waters and dark storms,” he said.</p><p>On Easter Sunday morning, his tone was harsher. In a profanity-laced post on Truth Social, he demanded that Iran open the Strait of Hormuz by Tuesday, “or you’ll be living in Hell – JUST WATCH! Praise be to Allah.”</p><p>The Council on American-Islamic Relations, a nationwide advocacy group, responded by assailing Trump's “deranged mocking of Islam.”</p><p>Statements of faith are common in American public life, across political parties and religious traditions. Pentagon aides and Hegseth’s defenders cite examples from history, such as President Franklin D. Roosevelt’s support for issuing Bibles to troops.</p><p>But the overall tradition, widely adhered to over the decades, has been for presidents and their administrations to honor the constitutional separation of church and state, and avoid a clearcut favoring of one faith over others.</p><p>Past presidents had various tones in their Easter messages. Republican George W. Bush, in 2003, explicitly celebrated the resurrection of Christ. Republican Ronald Reagan and Democrat Barack Obama sometimes issued messages recognizing both Easter and Passover.</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/XA3UZQFP3L4HI2Y7O5X6QEST2M.jpg?auth=077b21a90c1a13cb777a3e445c28b1dc0bdf901872019accdbf8be14982fe9fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This screenshot taken from social media site X shows a post about Easter by the Department of Homeland Security’s official account. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/F3KQWCYAUWY6BNLTWF7HKVAPGA.jpg?auth=f015e1efd4a406fceb25ab2922cc75369fabdd7283547c4c712679b50c3b2b03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People make their departure following an Easter Sunday sunrise prayer service at the Lincoln Memorial, Sunday, April 5, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TIOPDWH4I6XC2HO6WBU7252W2U.jpg?auth=7747634f3020ec759b09ae3a4a8c11d44bfaaafaecede04b89aa7fbb378fc729&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This screenshot taken from social media site X shows a post about Easter by the Department of State's official account. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Longtime BSO firefighter dies after suffering medical emergency]]></title><link>https://www.local10.com/news/local/2026/04/05/longtime-bso-firefighter-dies-after-suffering-medical-emergency/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/longtime-bso-firefighter-dies-after-suffering-medical-emergency/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Broward County first responders are mourning the loss of one of their own.]]></description><pubDate>Sun, 05 Apr 2026 21:16:37 +0000</pubDate><content:encoded><![CDATA[<p>Broward County first responders are mourning the loss of one of their own.</p><p>Stephen Lepselter, a longtime BSO employee, firefighter and paramedic, passed away Sunday morning. </p><p>Authorities said he suffered a medical emergency while on duty. </p><p><a href="https://www.instagram.com/bsosherifftony/reel/DWw0nQNkQMG/" target="_blank" rel="" title="https://www.instagram.com/bsosherifftony/reel/DWw0nQNkQMG/">In a post on social media</a>, Broward Sheriff Gregory Tony said Lepselter brought unmatched passion to his work. </p><p>He had been working for the county since 2007. </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[Astros place ace right-hander Hunter Brown on the 15-day injured list with a right shoulder strain]]></title><link>https://www.local10.com/sports/2026/04/05/astros-place-ace-right-hander-hunter-brown-on-the-15-day-injured-list-with-a-right-shoulder-strain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/astros-place-ace-right-hander-hunter-brown-on-the-15-day-injured-list-with-a-right-shoulder-strain/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 22:00:23 +0000</pubDate><content:encoded><![CDATA[<p>WEST SACRAMENTO, Calif. (AP) — The Houston Astros placed ace right-hander Hunter Brown on the 15-day injured list Sunday with a right shoulder strain.</p><p>Brown, who won 12 games with a 2.43 ERA in 2025, pitched six strong innings to lead Houston to a 9-2 victory over the Boston Red Sox on Tuesday night. He earned the win by allowing only one hit with two walks and eight strikeouts.</p><p>Brown reported shoulder discomfort during a routine throwing session on Friday, according to manager Joe Espada. Brown then flew to Houston to be examined by team doctors.</p><p>Espada told MLB.com a timetable for Brown's return is pending further examinations.</p><p>The Astros recalled right-hander Christian Roa from Triple-A Sugar Land in a corresponding roster move before Sunday's game against the Athletics. The move with Brown was made retroactive to Thursday.</p><p>Brown, 27, has won 11 or more games in three consecutive seasons and has a 3.44 career ERA in 102 games, including 94 starts, over five seasons.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZDLZZVXYED4ZB7XAHWYZBTTNNU.jpg?auth=fb43598b6c73cb06ff427c195b958f5ecfa238ea6cfe62493da64e1f041605f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros starting pitcher Hunter Brown delivers during the first inning of a baseball game against the Boston Red Sox in Houston, Tuesday, March 31, 2026. (AP Photo/Jon Shapley)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Shapley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YNHWGFX74FBXWBVE2W3UGFZ7QA.jpg?auth=c185ef7ed9f9e90611c88ddafd4f794fd954e0adbef6c0d618bb3a5c931d7f1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros starting pitcher Hunter Brown reacts after striking out Boston Red Sox's Roman Anthony during the third inning of a baseball game in Houston, Tuesday, March 31, 2026. (AP Photo/Jon Shapley)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Shapley</media:credit></media:content></item><item><title><![CDATA[After getting 'smacked' again in title game, South Carolina's Staley plots program's next moves]]></title><link>https://www.local10.com/sports/2026/04/05/another-lopsided-title-game-loss-stings-south-carolina-but-gamecocks-should-be-good-again-next-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/another-lopsided-title-game-loss-stings-south-carolina-but-gamecocks-should-be-good-again-next-year/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 23:12:05 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — South Carolina's quest to win a fourth national title ended in ugly fashion for a second straight season when the Gamecocks lost to UCLA 79-51 in the NCAA women's basketball title game on Sunday.</p><p>Even so, the monster program that Dawn Staley has built over the past 15 years doesn't look like it's going anywhere.</p><p>“Obviously, we got smacked today,” Staley said. “We got to figure out how we smack back and put ourselves in the position where we’re hoisting the trophy at the end of the day."</p><p>South Carolina should be one of the top contenders to make a seventh straight Final Four in 2027 and will have plenty of motivation after Sunday's miserable performance. The Gamecocks shot just 29% from the field and the 28-point margin was among the biggest in championship game history.</p><p>It's the second straight year South Carolina has fallen flat in the title game. The Gamecocks lost 82-59 to UConn in the 2025 final.</p><p>“To get here is hard,” Staley said. “To win here is harder, right? We just have to keep getting here and make adjustments when we don’t win.”</p><p>Staley will undoubtedly stew over this loss for a while, but once she focuses on next season, there are lots of reasons for optimism. Leading scorer Joyce Edwards and Tessa Johnson are expected to return, while Madina Okot is seeking a fifth year of eligibility from the NCAA.</p><p>Veteran forward Chloe Kitts has said she’ll be back after missing this year with a torn ACL. There’s also the possibility that forward Ashlyn Watkins could return after recovering from a knee injury and taking a year away from the program to focus on personal growth.</p><p>On top of that, there's a group of promising young players who were reserves on this year's team and a highly-rated recruiting class that includes guard Jerzy Robinson.</p><p>Staley will still have work to do. The Gamecocks have to identify a new leader to replace Raven Johnson, who excelled as a floor general during his five-year career.</p><p>“Raven was the last of the core group of players that had been together that actually had taken our program to the very top,” Staley said. “I just think we just need players who are committed to team, committed to getting better as individuals, creating pro habits so when they are challenged to perform at a high level, it won’t be something that they wrestle with. It is a norm.”</p><p>Johnson had a dream career with the Gamecocks — even if it ended with a loss — never missing a Final Four and winning a pair of national championships.</p><p>She was sidelined most of the 2022 title run after tearing her ACL early in the season but was an important part of South Carolina's undefeated title in 2024, when the Gamecocks topped Caitlin Clark and Iowa in the championship game.</p><p>Johnson became more of an offensive threat this season, averaging 10 points, but it's her leadership and defense that made her an indispensable part of this Gamecocks title run. In the semifinals, the 5-foot-8 guard matched up with UConn's 6-foot-2 Sarah Strong, stifling the AP Player of the Year for most of the night.</p><p>Now, the Gamecocks have to move on without her.</p><p>If recent history is any indication, as long as Staley is in charge, South Carolina will be well-equipped for the challenge.</p><p>“There’s going to be a lot of highs and a lot of lows, but believe in Coach Staley,” Johnson said. “She wants the best for you. You might not get what you want in that moment, but you just believe in the process and trust the process, everything will turn out good.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F7DMPQCWDUEHE7ER27ZZXPXAW4.jpg?auth=cb0407e22096ac12c2a869c17b844e7bf4d1e84973b6437a77c5e32738905e3d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina head coach Dawn Staley motions towards the court during the first half of the women's National Championship Final Four NCAA college basketball tournament game against UCLA, Sunday, April 5, 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/KEPDBXBQR7CTL7SVD6HHVZGUEU.jpg?auth=7a4f94065612f841d3ce67a775dace847ec9cd02663033769e521f7f46065499&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina guard Tessa Johnson (5) reacts after a play against UCLA during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/AYCS3THLMTUGV73UAM3KMMOVJM.jpg?auth=71f03aa5fc19ffa991283e8ba9d9aa453dff9a068951964dc66c2dbcc49583ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina head coach Dawn Staley motions towards the court against UCLA during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Amenaza de bomba obliga a revisar Dolphin Mall en Sweetwater; autoridades lo declaran seguro]]></title><link>https://www.local10.com/espanol/2026/04/05/amenaza-de-bomba-obliga-a-evacuar-dolphin-mall-autoridades-lo-declaran-seguro-tras-revision/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/amenaza-de-bomba-obliga-a-evacuar-dolphin-mall-autoridades-lo-declaran-seguro-tras-revision/</guid><description><![CDATA[Una amenaza de bomba obligó a las autoridades a revisar Dolphin Mall en Sweetwater el domingo por la mañana; el centro comercial fue declarado seguro y reabrió poco antes de las 11 a.m.]]></description><pubDate>Sun, 05 Apr 2026 18:12:22 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado de Miami-Dade respondieron para investigar una amenaza de bomba en un popular centro comercial del sur de Florida.</p><p>Según la policía de Sweetwater, los agentes realizaron un barrido de Dolphin Mall tras ser notificados de una amenaza de bomba.</p><p>Tras lo que los agentes describieron como una “revisión preliminar”, el centro comercial fue declarado seguro y reabrió a empleados y clientes poco antes de las 11 a.m.</p><p>La policía de Sweetwater dijo que continuará “manteniéndose vigilante y con una presencia de alta visibilidad en el área” para brindar una capa adicional de seguridad pública.</p><p>Además, la Oficina del Sheriff de Miami-Dade publicó un comunicado el domingo por la tarde enfatizando que hacer amenazas falsas no es una broma, sino un delito. El comunicado señaló, en parte:</p><p>“Estas acciones ponen en riesgo a personas inocentes, a los primeros respondedores y a comunidades enteras al desviar recursos de emergencia de situaciones reales. La Oficina del Sheriff de Miami-Dade toma estos incidentes en serio e investigará y presentará cargos contra los responsables.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Vehículo se estrella contra negocio de alfombras en Oakland Park]]></title><link>https://www.local10.com/espanol/2026/04/05/vehiculo-se-estrella-contra-negocio-de-alfombras-en-oakland-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/vehiculo-se-estrella-contra-negocio-de-alfombras-en-oakland-park/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Un vehículo impactó contra Oriental Rug Care en Oakland Park poco antes de las 7 a.m. del domingo; el video muestra a ocupantes escapando del auto y un refrigerador saliendo disparado dentro del local.]]></description><pubDate>Sun, 05 Apr 2026 21:39:10 +0000</pubDate><content:encoded><![CDATA[<p>Un vehículo se estrelló contra un negocio del condado de Broward en la madrugada del domingo.</p><p>El incidente ocurrió poco antes de las 7 a.m. en Oriental Rug Care, ubicado en 3027 NW 12 Terr. en Oakland Park.</p><p>Un video obtenido por Local 10 News muestra humo saliendo del vehículo tras la colisión.</p><p>En el video, alguien sale por el lado del pasajero antes de sacar a quien parece ser el conductor.</p><p>Otro video desde el interior del cuarto de descanso del negocio muestra un refrigerador que se abre de golpe y sale volando por el cuarto.</p><p>El dueño del negocio, Hassan Ashwas, dijo que recibió una llamada de la policía temprano el domingo por la mañana, y quedaron atónitos al ver las imágenes de las cámaras de vigilancia.</p><p>“Miramos la cámara de video desde la casa y mostró un accidente y policías”, dijo.</p><p>El negocio limpia y repara alfombras para clientes y distribuidores mayoristas.</p><p>“Las lavamos aquí, las ponemos afuera a secar al sol y las colgamos”, dijo Ashwas.</p><p>El área del negocio donde se lavan las alfombras no resultó afectada, pero la puerta del garaje y la entrada principal sufrieron graves daños.</p><p>“Hay un poco de daño estructural”, dijo Ashwas. “Nuestra entrada principal está aquí. Está destruida. La ventana aquí. Y la puerta de nuestro garaje está doblada. Ni siquiera podemos abrirla.”</p><p>Ashwas trabajó durante la tarde para asegurar el edificio y cubrir la entrada con tablas, pero asegura que el negocio permanece abierto.</p><p>La investigación policial sobre la causa del accidente sigue abierta.</p>]]></content:encoded></item><item><title><![CDATA[It's a boy! Scottie Scheffler arrives at Masters with 9-day-old son and a game he hopes is ready]]></title><link>https://www.local10.com/sports/2026/04/05/its-a-boy-scottie-scheffler-arrives-at-masters-with-9-day-old-son-and-a-game-he-hopes-is-ready/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/its-a-boy-scottie-scheffler-arrives-at-masters-with-9-day-old-son-and-a-game-he-hopes-is-ready/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 00:42:07 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Two-time Masters champion Scottie Scheffler arrived at Augusta National on Sunday, and he brought the whole family with him. All four of them.</p><p>Scheffler, who tends to keep his golf separate from his home life, had not shared any information since withdrawing from the Houston Open two weeks ago because of the impending birth of his second child. He said wife Meredith gave birth to a boy on March 27. They named him Remy.</p><p>“We just liked it,” Scheffler said about the name. His first son, Bennett, was born in 2024 before the PGA Championship. "We didn’t have very many good boy names, to be honest with you.”</p><p>There he was, in a stroller Meredith was pushing under the famous oak tree by the clubhouse, 9 days old and already at his first Masters.</p><p>It added to the sights rarely seen anywhere else on the Sunday before a major. That holds true with so much about the Masters.</p><p>Defending champion Rory McIlroy has been at the club all weekend, watching the Augusta National Women's Amateur on Saturday and handing out trophies to a group of boys in the annual Drive, Chip and Putt National Finals on Sunday.</p><p>McIlroy has talked about how much he looked forward to returning as the Masters champion and enjoying all the perks that go with it. He was in his green jacket during the Drive, Chip and Putt, and posed with Maria Jose Marin, the ANWA winner and first Colombian to join the roll call of Augusta National winners.</p><p>Then he headed out to the golf course with his father, Gerry, and Augusta member Jimmy Dunne. Next up is the Masters Club dinner Tuesday and the elaborate menu he has put together.</p><p>“It is the most exclusive dinner club in all of sport, and I think we should all feel very fortunate that we are there,” he told Golf Channel after his part in the trophy presentation Sunday. “But we’re there because of the hard work and the good play that we’ve been able to produce.”</p><p>He also mentioned two players who won't be at the dinner — Tiger Woods, arrested and briefly jailed for suspicion of driving under the influence during a March 27 car crash, and Phil Mickelson, who is tending to a personal health matter at home.</p><p>“Unfortunately, there will be a couple of guys that won’t be in that room, which is a shame, but I want to make sure that they’re acknowledged as well,” McIlroy said. "They’ve been two of the greatest champions that the Masters has ever seen. But it’s going to be a really cool night. I can’t wait. I hope everyone enjoys the dinner and enjoys everything that I’ve selected.”</p><p>Bryson DeChambeau also was at Augusta National on Saturday for the end of the ANWA, consoling Asterisk Talley after the 17-year-old hit two shots into Rae's Creek for a quadruple-bogey 7 on the par-3 12th hole that cost her a chance to win.</p><p>DeChambeau grew up about 45 minutes away from where Talley lives in the central valley of California. They know each other well.</p><p>“Obviously, I’ve had difficult moments in my career, and if there’s anything I can do to support her, that’s what I’m here for. That’s why I’m here to support,” DeChambeau told reporters Saturday.</p><p>He teed off Sunday by himself after the DC&P was over, walking to slap hands and pose for photos with kids and spectators some 100 yards down the right side of the tee. “I've got to go play,” he told them before running to catch up with his caddie. There are exceptions for running at Augusta National.</p><p>Also there was Gary Player, the three-time Masters champion who will be hitting the honorary tee shot on Thursday. The Black Knight was on the putting green as the Boys 7-9 division was preparing for its putting competition on the 18th green.</p><p>There was 8-year-old Landyn Kelly from Henderson, Nevada, rapping 40-foot putts toward the hole with 90-year-old Player watching with amazement.</p><p>“What a touch! What a touch he has, man!” Player exclaimed.</p><p>Scheffler took this Sunday to play with Blake Smith, his longtime manager, who had never played Augusta National. Scheffler and McIlroy are fighting some history this week. Adam Scott in 2013 is the last player to win the Masters after having three weeks off.</p><p>“I've been practicing,” Scheffler said. “I've been able to do a good amount at home.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E376SCE62QJWJYH74IIYENARCI.jpg?auth=996e221d88fec1f745d7ce4d4360a1870dc8a59464095b5ce543fa292018e039&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scottie Scheffler walks off the green on the 18th hole during the final round at the Masters golf tournament, Sunday, April 13, 2025, in Augusta, Ga. (AP Photo/David J. Phillip, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KC3KIHTI6XAYVVEGOAPASQICY.jpg?auth=291ee09e4874398c28c6e4dbb7e73a9601b6a580cf28bd842c44bbdc3971f769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sophia Eagan lines up a putt in the Drive Chip & Putt National Finals at the Augusta National Golf Club, Sunday, April 5, 2026, in Augusta, Ga. (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/WTCOOL5PGJQRZRJ2PHC35SMYII.jpg?auth=a164820d15b3c4c9bed89186351be1ab1dec246006ad381b4fa725ff3e7c7d28&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas Terry hugs his dad Jim, after winning the boys 12-13 bracket in the Drive Chip & Putt National Finals at the Augusta National Golf Club, Sunday, April 5, 2026, in Augusta, Ga. (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/6QRYAUP3KEUEXLONR32H7QQU5A.jpg?auth=97f19e46cd6f883ed0266ddb0e506709c983c48faa7b0672d9f178f91352380d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Scottie Scheffler puts the green Jacket on winner, Rory McIlroy, of Northern Ireland, at the Masters golf tournament, April 13, 2025, in Augusta, Ga. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Staley embraces UCLA's Close ahead of title game, then smirks to the crowd after handshake drama]]></title><link>https://www.local10.com/sports/2026/04/05/staley-embraces-uclas-close-ahead-of-title-game-then-smirks-to-the-crowd-after-handshake-drama/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/staley-embraces-uclas-close-ahead-of-title-game-then-smirks-to-the-crowd-after-handshake-drama/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 20:09:40 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — It seems there will be no pregame handshake drama at the women's national championship game.</p><p>Two days ago in a March Madness Final Four game, UConn's Geno Auriemma confronted South Carolina's Dawn Staley over what he viewed was a failure to properly follow pregame handshake protocol. The moment blew up on social media as two of the faces of women's college basketball got into a brief heated exchange in the closing seconds of the Gamecocks' win over the Huskies.</p><p>Before UCLA and South Carolina tipped off for Sunday's title game, Staley embraced and shook hands with UCLA coach Cori Close, and the two chatted briefly. Staley also shook hands with other Bruins assistants. She then turned to the crowd and lifted her hands — with a smirk on her face, as if making sure everyone in attendance documented the moment.</p><p>That was before pregame introductions, and neither coach walked to halfcourt to shake hands again after lineups were announced.</p><p>According to the NCAA’s policy in its operations manual for the tournament, after starting lineups are announced for both teams, the two coaches typically meet at midcourt and shake hands. Staley and Auriemma shook hands earlier in the pregame on Friday, but not after introductions.</p><p>That frustrated Auriemma, and he called out Staley after the game.</p><p>“For 41 years I’ve been coaching and, I don’t know, 25 Final Fours,” Auriemma said in his postgame press conference Friday. “The protocol is before the game you meet at halfcourt. Anybody see that before? Two coaches meet at halfcourt and they shake hands, correct? Ever see it? They announce it on the loudspeaker.</p><p>“I waited there for like three minutes. So it is what it is.”</p><p>He later issued an apology, but Staley said she was disappointed the drama gained so much traction during her team's quest for a third national title in five seasons.</p><p>“That’s a little disheartening," she said. "This is sports, sometimes things like this happen. Continue to focus on my team and ability to advance in this tournament and hopefully win another national championship.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TYR4QB2XIGV5AGB7VRQV4AEMAM.jpg?auth=b6fc57456c243cf45b5279fbb2098d40b5c67eb3a6c455f6a20a8b0bc0bd6292&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA center Lauren Betts, right, and South Carolina center Madina Okot (11) battle for a rebound during the first half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Leeds beats West Ham in penalty shootout to reach FA Cup semifinals for first time since 1987]]></title><link>https://www.local10.com/sports/2026/04/05/leeds-beats-west-ham-in-penalty-shootout-to-reach-fa-cup-semifinals-for-first-time-since-1987/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/leeds-beats-west-ham-in-penalty-shootout-to-reach-fa-cup-semifinals-for-first-time-since-1987/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 00:21:04 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Leeds threw away a two-goal lead in second-half injury time and had a double scare in extra time before going on to beat West Ham in a penalty shootout on Sunday and reach the FA Cup semifinals for the first time since 1987.</p><p>Mateus Fernandes and Axel Disasi struck in the 93rd and 96th minutes as West Ham leveled the score at 2-2 at London Stadium and forced extra time — where two goals for West Ham were chalked off for offside — before Leeds won the quarterfinal shootout 4-2. West Ham debutant Finlay Herrick saved a penalty from Joel Piroe but Leeds eventually prevailed with Pascal Struijk scoring the winning penalty.</p><p>“At least I’m old enough that I was already born when there was the last semifinal for Leeds United in the FA Cup in the '80s," Leeds manager Daniel Farke said. “It was a crazy game."</p><p>The thousands of West Ham fans who had left early were trying, and failing, to get back in when Taty Castellanos thought he had put the Hammers ahead in the opening seconds of extra time after a bad error from Leeds goalkeeper Lucas Perri, only for VAR to rule Castellanos offside.</p><p>Then Jarrod Bowen crashed a shot against the crossbar, with Pablo offside when he rolled in the rebound.</p><p>The 20-year-old Herrick came on as a replacement for Alphonse Areola, who left the field to receive treatment with five minutes of extra time remaining.</p><p>Ao Tanaka and Dominic Calvert-Lewin's penalty had previously built a 2-0 lead for Leeds in a classic FA Cup game between two relegation-threatened teams in the Premier League.</p><p>FA Cup semifinal draw</p><p>Leeds will play Chelsea in the semifinals in a repeat of the 1970 FA Cup final, which Chelsea won after a replay.</p><p>Manchester City and second-tier Southampton meet in the other semifinal match with games to be played April 25-26 at Wembley.</p><p>The draw was held after Leeds’ victory.</p><p>Penalty shootout controversy</p><p>West Ham averted some controversy after it backed down on a decision, reportedly taken by the safety officer before the match, that a penalty shootout would not be taken in front of the end housing 9,000 Leeds fans because of “safety concerns.”</p><p>As it was, the coin toss went West Ham’s way.</p><p>Farke said: “You could imagine what I think about such a situation."</p><p>Absent fans</p><p>Stoppage time, extra time and the shootout were played in front of a half-empty stadium after the exodus of home fans.</p><p>“What I saw on the pitch was more important than anything,” West Ham manager Nuno Espirito Santo said.</p><p>“What I saw was a group of players, a group of boys that didn’t give up. This is the major lesson that we have to take from today.”</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLTNX6UMLGSPIAHVDWKKK7DQBM.jpg?auth=a804767bfc604adc93ae3664e879d571b4bf7f8b86376469aecc4edfbbf59c62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leeds United goalkeeper Lucas Perri celebrates saving West Ham United's Jarrod Bowen penalty in the shoot-out during the English FA Cup quarterfinal soccer match between West Ham United and Leeds United, in London, Sunday April 5, 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/P2TUFLDNX22PZNPKGJV4BRGEVE.jpg?auth=176670124b816a058635ff46692d140c5f554128dd81c8917d1c6ec8b5220d25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leeds United's Dominic Calvert-Lewin, third right, and teammates celebrate in the penalty shoot-out during the English FA Cup quarterfinal soccer match between West Ham United and Leeds United, in London, Sunday April 5, 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/JDUNXVYKBMZHEQSRI2N6ISAZY4.jpg?auth=706c59b22bc8d40c541fba80eb9b6b0a64f621a226f799eb4afc76135953f0ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[West Ham United's Axel Disasi, center right, scores their side's second goal during their English FA Cup, quarter-final soccer match against Leeds United in London, Sunday, April 5, 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/7RJW2BM3BIB7RTDWKLIJHKGQQM.jpg?auth=195de81a13076af1922c0f83378d9b3eee21b6aeb8062e2c31b3290af20804bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leeds United's Dominic Calvert-Lewin celebrates scoring their side's second goal from a penalty during the English FA Cup quarterfinal soccer match between West Ham United and Leeds United in London, Sunday April 5, 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/5XVY5NZDURT6ZL7G6X7EYJMJCA.jpg?auth=b626009629b8f0507a07c2d7c9cf6e6f43eabae2a1d19499276ac9f3e56daba3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Leeds United manager Daniel Farke celebrates after the English FA Cup quarterfinal soccer match between West Ham United and Leeds United, in London, Sunday April 5, 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[AP national player of the year Cameron Boozer is recovering physically, emotionally from UConn loss]]></title><link>https://www.local10.com/sports/2026/04/05/ap-national-player-of-the-year-cameron-boozer-is-recovering-physically-emotionally-from-uconn-loss/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/ap-national-player-of-the-year-cameron-boozer-is-recovering-physically-emotionally-from-uconn-loss/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 19:23:03 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Duke star freshman and top NBA prospect Cameron Boozer is still healing, both emotionally after the Blue Devils' devastating March Madness loss to UConn and physically after suffering a facial injury in that game.</p><p>The 6-foot-9, 250-pound forward said Sunday he sustained “a couple of fractures” during the Blue Devils' loss in the Elite Eight.</p><p>Boozer, who on Friday became only the fifth freshman named as The Associated Press men's national player of the year, was hurt in the first half last Sunday when he went up for a shot against 7-foot-1 center Eric Reibe. Reibe's left elbow struck Boozer near his right eye as Reibe contested the shot, leading to significant swelling around and under the eye.</p><p>The swelling around his right eye was down Sunday, though the white part was still bright red. Boozer said he opted against having surgery in favor of giving it time to heal.</p><p>“I have a couple of fractures, but I’m all good,” Boozer said during Sunday’s award presentation for winning the AP national honor, along with another from the U.S. Basketball Writers Association. “Just going through the healing process.”</p><p>Boozer fought through the injury the rest of the way and finished with 27 points, including a tough spinning basket into the paint against traffic with Duke leading by just one in the final minute. It was one of multiple examples this season of Boozer playing through bumps, blows and hard fouls, such as a late-season win at N.C. State in which Boozer had gnarly long scratches near his right shoulder after being scratched by a Wolfpack defender.</p><p>The Huskies went on to win on Braylon Mullins' last-second 3-pointer to complete a stunning comeback from 19 down. Boozer's twin brother, Cayden, received torrents of online abuse after committing Duke's last turnover before Mullins' winner.</p><p>Cameron pointed out that “that one play isn't the reason we lost.”</p><p>“There’s not really that much I can say to make him feel better," Boozer said. "We're all hurting as a team, but we’re going to get through it together. We're a super-connected group.</p><p>"It's definitely a hard moment. But he’s a tough guy. We're all tough, it’s going to make us so much better going forward. It's something you’ve got to take on the chin and learn and grow from.”</p><p>UConn went on to beat Illinois in Saturday's national semifinal and will face a Michigan team that has rolled through the tournament, scoring 90-plus points in every game and winning each by at least 13 points. Duke, the NCAA Tournament’s No. 1 overall seed, was one of three teams to beat Michigan all year.</p><p>Boozer’s award presentation came on the same stage where UConn and Michigan were holding news conferences ahead of playing Monday for the national title.</p><p>“It’s a lot of emotions going into it,” Boozer said of being at Lucas Oil Stadium. “But yeah, it’s definitely tough being here for sure.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3SGOYR4ZQ2LIDOI3J46NGTTSF4.jpg?auth=cd7edea41efc3cba539f7941790feebca96c34a2a388fbb2d082bf9576bf4f1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duke forward Cameron Boozer speaks after winning the Oscar Robertson Player of the Year awarded by the Associated Press and the U.S. Basketball Writers Association during a news conference at the Final Four NCAA basketball tournament, Sunday, April 5, 2026, in Indianapolis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QFY77VBLZ3H5N2J4QWGSIAL54I.jpg?auth=fe372c840720282eeebee1fd56605317ec37704d78749efbdca490e23842acd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Associated Press Director of Global Text & Communication Production Barry Bedlan, right, and Duke forward Cameron Boozer listen as USBWA representative Matt Norlander, left, speaks after announcing the Oscar Robertson Player of the Year awarded by the Associated Press and the U.S. Basketball Writers Association during a news conference at the Final Four NCAA basketball tournament, Sunday, April 5, 2026, in Indianapolis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4PTIIHOD4R76HOTAYLLGKXFNUM.jpg?auth=ea10ead9fa3dae5dfc04d7bc8851bcd31a966a67b9be11dbf48cfb76236004a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Associated Press Director of Global Text & Communication Production Barry Bedlan, right, hands Duke forward Cameron Boozer a trophy after winning the Oscar Robertson Player of the Year awarded by the Associated Press and the U.S. Basketball Writers Association during a news conference at the Final Four NCAA basketball tournament, Sunday, April 5, 2026, in Indianapolis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMCI4KQIHZT2LIHSYSVJG7KDQY.jpg?auth=5bebc4be68fe61acb33c3fea98d08f10d5db1d629411705159257e367037e13b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Duke forward Cameron Boozer (12) reacts after scoring during the second half in the second round of the NCAA college basketball tournament against TCU, Saturday, March 21, 2026, in Greenville, S.C. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Police car chases result in 8 deaths around US in less than a week]]></title><link>https://www.local10.com/news/national/2026/04/05/police-car-chases-result-in-8-deaths-around-us-in-less-than-a-week/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/05/police-car-chases-result-in-8-deaths-around-us-in-less-than-a-week/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 22:13:43 +0000</pubDate><content:encoded><![CDATA[<p>TROY, Ala. (AP) — A series of police pursuits have led to at least eight deaths around the country in less than a week amid ongoing calls from some law enforcement experts to curb risky high speed car chases.</p><p>In Texas, a man fleeing from police died Sunday. In Alabama, four people died when a car being pursued by a state trooper went off a road and hit a tree Friday. And in California, three people were killed in vehicle crashes during police pursuits in separate incidents last week.</p><p>The deadly incidents are among the hundreds of fatalities that occur during police chases each year.</p><p>In 2023, a report from the Police Executive Research Forum, a national think tank on policing standards, called for police to put the brakes on car chases unless a violent crime has been committed and the suspect poses an imminent threat. The report noted a spike in fatalities and an increase in pursuits by some departments, including in Houston and New York City.</p><p>In the case in Alabama, a driver was trying to elude the Alabama Law Enforcement Agency's highway patrol on a rural road in southeast Alabama's Pike County when the crash occurred late Friday night, agency spokeswoman Amanda Wasden said in an email Sunday. No other vehicles were involved.</p><p>The driver and two passengers, one of them a 17-year-old, were not wearing seat belts and were thrown from the sedan. A third passenger was not ejected, but all four were pronounced dead at the scene.</p><p>Wasden said the crash was under investigation, and no additional information was available. Her email did not say what prompted the pursuit.</p><p>In Fort Worth, Texas, police had been pursuing a car which had been driving without headlights on Interstate 35 when the car hit multiple other vehicles and eventually crashed, killing the driver, according to the Fort Worth Police Department.</p><p>In southern California, the Pomona Police Department said in a statement that its officers were pursuing a fleeing domestic violence suspect Wednesday when his car hit another vehicle, killing the couple inside. The two were days away from the birth of their child, according to KCBS-TV.</p><p>In another case, the Orange County Sheriff's Department said that deputies had attempted to stop a stolen U-Haul truck before it slammed into an SUV, killing the SUV's driver and critically injuring her three passengers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2FBHQRQKXNEWOT2MF67L2DVDWI.jpg?auth=377b743133fcf46906bdb8d1a3f43dfef1ea8dffce76693d470312991e070600&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lights flash on top of a police car in Philadelphia, Jan. 17, 2022. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Yankees-Marlins game takes 3 hours, 49 minutes for 9 innings, longest in pitch clock era]]></title><link>https://www.local10.com/sports/2026/04/05/yankees-marlins-game-takes-3-hours-49-minutes-for-9-innings-longest-in-pitch-clock-era/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/yankees-marlins-game-takes-3-hours-49-minutes-for-9-innings-longest-in-pitch-clock-era/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 17:12:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Major League Baseball's pitch clock was no match for the New York Yankees and Miami Marlins.</p><p>New York's 9-7 win Saturday night lasted 3 hours, 49 minutes, the longest nine-inning game since the pitch clock was instituted for the 2023 season, according to the Elias Sports Bureau.</p><p>MLB had not had a nine-inning game that long since Boston's 13-9 with over Baltimore went 3:57 on Sept. 27, 2022, according to Elias.</p><p>The previous high for a nine-inning game since the pitch clock started in 2023 was 3:45 for the Oakland Athletics' 7-6 win at the New York Mets on Aug. 15, 2024.</p><p>New York and Miami combined for 379 pitches by 13 pitchers, and Marlins pitchers walked 10, increasing their total to 21 in the first two games of the series. There were 21 runners left on base, including 12 by Miami.</p><p>MLB's average time of a nine-inning game dropped from 3:04 in 2022 to 2:40 the following year when the clock was instituted and decreased to 2:36 in 2024, its lowest since 1984’s 2:35. It rose to 2:38 last year.</p><p>The average game time passed 3 hours for the first time in 2016. It reached a record 3:10 in 2021 before the introduction of the PitchCom electronic pitch-calling device helped bring it down to 3:04 in 2022.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZCPUUXRLPQZSCGO63N4CNOE5M.jpg?auth=ace259324a5be43657a6a576bf4152a72b8779e47b04b975a4df3801191d1d53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees catcher Austin Wells (28) checks on home plate umpire Ron Kulpa during the fourth inning of a baseball game against the Miami Marlins, Saturday, April 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBMQJNR7OARLF6WQN7CKWLN7NM.jpg?auth=0fde36c5b83b85448d7e68cab37b0fb4b307679cbd0d23d15c88753b4ef23baf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher Ryan Weathers gets a visit on the mound during the first inning of a baseball game against the Miami Marlins, Saturday, April 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P3UUKMCA73HEVNZZ3RZ5INQVDE.jpg?auth=11d95630390546069ff5b4d5d06f9b9824a33f492b2bc11a038b4ec2c8d45159&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees pitcher David Bednar reacts after a strikeout to end the game in the ninth inning of a baseball game against the Miami Marlins, Saturday, April 4, 2026, in New York. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida Full Episode: April 5, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-full-episode-april-5-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-full-episode-april-5-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed U.S. Senate candidate Alexander Vindman, State Rep. Ashley Gantt and her aunt, Janette Gantt Palmer, Former U.S. Ambassador to the Organization of American States Frank Mora, and New York Times journalist Carol Rosenberg.]]></description><pubDate>Sun, 05 Apr 2026 16:51:53 +0000</pubDate><content:encoded><![CDATA[<p>On the latest episode of “This Week in South Florida” host Glenna Milberg welcomed U.S. Senate candidate Alexander Vindman, State Rep. Ashley Gantt and her aunt, Janette Gantt Palmer, Former U.S. Ambassador to the Organization of American States Frank Mora, and New York Times journalist Carol Rosenberg.</p><p>The full episode can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[Islanders fire coach Patrick Roy after losing 4 in a row, name Peter DeBoer his replacement]]></title><link>https://www.local10.com/sports/2026/04/05/islanders-fire-coach-patrick-roy-after-losing-4-in-a-row-name-peter-deboer-his-replacement/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/islanders-fire-coach-patrick-roy-after-losing-4-in-a-row-name-peter-deboer-his-replacement/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:10:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Patrick Roy was fired as coach of the New York Islanders on Sunday, another late-season change in the NHL that comes with the team in the middle of a spring tailspin that has put its playoff chances in jeopardy.</p><p>First-year general manager Mathieu Darche announced the abrupt decision to part ways with Roy and name Peter DeBoer his replacement with four games left in the season. The Islanders have lost four in a row and seven of their past 10 games, going from comfortably in a playoff spot to needing help down the stretch in a competitive Eastern Conference race.</p><p>Getting outshot 40-16 and losing 4-3 at division-leading Carolina on Saturday night in another must-win game was the final straw for Darche, who took over last summer and decided at the time to keep Roy behind the bench.</p><p>Roy is the second head coach fired over the past eight days. The Vegas Golden Knights fired Bruce Cassidy and hired John Tortorella on an interim basis a week ago.</p><p>This is not an interim move. DeBoer is taking the job full time.</p><p>The 57-year-old is fresh off serving as an assistant on coach Jon Cooper's Canada's staff at the Milan Cortina Olympics, serving as an advanced scout and helping a talented group reach the final before losing to the U.S. in overtime.</p><p>“More of preparation was just when everybody arrived here and you’ve got basically three days to prepare, that a lot of the grunt work is done,” DeBoer said in Milan. “I was involved in the scouting selection process. That was totally different for me and an exciting kind of wrinkle in what we usually normally do as coaches.”</p><p>DeBoer has taken two teams to the Stanley Cup Final and most recently coached the Dallas Stars to three consecutive trips to the Western Conference final before being fired last year following their latest exit.</p><p>Internationally, DeBoer was an assistant for Canada at the 4 Nations Face-Off last year and has filled that role at multiple world championships. He called it a great opportunity for learning and perspective, even if being a head coach suits him better.</p><p>“Oh yeah, I’m a head coach,” DeBoer said. “I’m a short-term assistant coach. ... You always come back a better head coach for, I think, doing that.”</p><p>Roy, a Hall of Fame goaltender considered one of the best to ever play the position, was hired by former GM Lou Lamoriello in January 2024 as a midseason replacement for fired coach Lane Lambert. Sparked by his arrival, the team made the playoffs that year and lost in the first round to Carolina. Regression has followed since, though players in recent days still had praise for Roy.</p><p>“He cares about the guys in the room,” captain Anders Lee said last week. “I think his messaging this season has been on point and he’s been able to read the room in a really good place and done his best to continue us on this journey of an 82-game hockey season.”</p><p>Roy did not make it to game No. 82, nor did he have the kind of public outbursts during games that were part of his first NHL gig with Colorado.</p><p>“I heard (about) his temper and stuff, or I’ve seen it over the years, like everybody,” said winger Ondrej Palat, who joined New York in a trade from New Jersey in late January. “He seems very calm. On the bench, he could get heated with all the circumstances that happen in a game. But in the room and around the boys, he’s pretty calm and positive.”</p><p>Parting ways with Roy comes at crucial point for the organization. Rookie of the year front-runner Matthew Schaefer has been a revelation in his first NHL season at the age of 18, and several other top prospects are on their way.</p><p>Roy was in his second job running a team in the league, following a three-year tenure with the Avalanche from 2013-16 that included winning the Jack Adams Award as coach of the year and abruptly resigning in the middle of the summer. They hired Jared Bednar, who then coached them to the Stanley Cup in 2022.</p><p>Darche and the Islanders are hoping for the same trajectory after making this change.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZAUBMQES7ZG5B55INU6SYD7HC4.jpg?auth=59aa3f8aea13a4443b28179d30ec8135523a341047e4528ee1aded7667b1a346&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Islanders head coach Patrick Roy speaks to members of the media before an NHL hockey game against the Buffalo Sabres, Saturday, Jan. 24, 2026, in Elmont, N.Y. (AP Photo/Heather Khalifa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZCJYW3VABESDTXWFH3NAHMLDYE.jpg?auth=28f8d69e2adf95ed7b03b1c6956abd2d6156868c4fc20f00c7f50ba3775b73b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Stars head coach Peter DeBoer looks on during the third period in Game 2 of the Western Conference finals in the NHL hockey Stanley Cup playoffs, Friday, May 23, 2025, in Dallas. (AP Photo/LM Otero, File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[UConn's Solo Ball, Michigan's Yaxel Lendeborg both dealing with injuries heading into title game]]></title><link>https://www.local10.com/sports/2026/04/05/uconns-solo-ball-michigans-yaxel-lendeborg-both-dealing-with-injuries-heading-into-title-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/uconns-solo-ball-michigans-yaxel-lendeborg-both-dealing-with-injuries-heading-into-title-game/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 19:06:09 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — UConn starting guard Solo Ball limped from room to room Sunday at Lucas Oil Stadium, a protective boot on his sprained left foot. Michigan forward Yaxel Lendeborg didn't even do that much because of an injured left ankle and an injured left knee.</p><p>Just one day before the teams meet in Monday night's national championship game, the big question for both was the health of two key playmakers.</p><p>Neither was expected to practice Sunday as they focused instead on getting as much treatment as possible, even as teammates and the players themselves insisted the stars would play Monday night. The coaches, Dan Hurley and Dusty May, also tried to lighten the mood before college basketball's biggest game of the season.</p><p>“I’m sure he’ll give it a go tomorrow, but that will be entirely up to him and the medical staff,” May said as he updated the playing status of Lendeborg, a first team All-American. “He’ll tell me if he can go and we were laughing because he played the second half, but he played the second half like a 38-year-old at the YMCA — a really good 38-year-old at the YMCA. So whatever version we get of Yaxel we get, it’s going to be somebody that helps us play better basketball.”</p><p>Lendeborg played just five minutes of the first half before getting hurt in Saturday's 91-73 victory over Arizona, which sent Michigan (36-3) to its first title game since 2018. He finished with 11 points and three rebounds in 15 minutes and made two 3-pointers in the second half.</p><p>But he hardly resembled the guy who was named the Big Ten's Player of the Year.</p><p>When Lendeborg was asked whether missing Monday night's game was a possibility, Lendeborg emphatically told reporters in the locker room, “absolutely not.” He reinjured the ankle he initially hurt in the Big Ten Tournament championship game. The knee injury was a new one and Lendeborg said, at worst, he was told it was a sprained medial collateral ligament. May said MRI results came back clean Sunday.</p><p>Still, the combination prevented him from doing the traditional between-games media circuit.</p><p>While everyone saw Lendeborg's injury Saturday's, Ball's injury seemed to surprise everyone including Hurley, who said he saw Ball in a walking boot before being told what happened.</p><p>Ball has played a key role in helping UConn (34-5) reach its third title game in four years, averaging 12.9 points and starting all 38 games he appeared in this season.</p><p>He scored 10 of his 13 points in the second half of Saturday’s 91-72 victory over Illinois — after getting hurt in the first half — and told reporters played through the injury on pure adrenaline. The injury occurred when Ball and teammate Tarris Reed Jr. got tangled.</p><p>“I've just been doing everything I can to take care of it,” Ball said Sunday. “It's just a bump in the road, so you've got to keep moving forward. Pain is temporary. People say it pushes you through your toughest performance, so it's only what you're made of. This is the championship game.”</p><p>Hurley had other questions, though, as UConn attempts to win its third national championship in four years and the seventh in school history. The Huskies are tied with North Carolina for the third-highest total of national championships, behind UCLA (11) and Kentucky (eight).</p><p>UConn has won all six of its titles since 1999 and remains hopeful Ball will be a go on Monday.</p><p>“I think we’ll see whether this turns into — it’s going to be tough to get an MRI on Easter, on a Sunday,” Hurley said. “I don’t know what the hospitals are like in Indiana. Hospitals stay open.”</p><p>Michigan, apparently, had already resolved that issue.</p><p>But the Wolverines don't expect Lendeborg's injury to change their mission, snapping a four-game losing streak in NCAA Tournament title games and capturing the school's first national title since 1989 and the second in program history. Nor do they expect it to change their game plan.</p><p>“I'll still play the four outs,” Michigan forward Morez Johnson Jr. said. “And Yax is fine.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F5CLG4KOFB5LY3YTHFICVDOBZM.jpg?auth=19481ffd7adcea45c9f4ae724d60bd8dfc18f3bbd5b5807c6cb816f86686eb58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn's Solo Ball (1) dunks as Illinois' Andrej Stojakovic, left, watches during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/YQWVHSWUB66K6ZLXIF4O3U3ZS4.jpg?auth=4ba996215952616177c1cdc123c908a3f692d399e0e42a960e7fe26f2df2d9f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg reacts after an injury on the court during the first half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S25RZNLGDXJGIJ3RC3OL23H23M.jpg?auth=a8958c9ff0694ec8153642d81b8089d8c276c50021486abe8db5b17ec9fac878&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn guard Solo Ball (1) celebrates his basket as Illinois guard Andrej Stojakovic (2) looks on during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUM45KCTOZIVKLQ2FJEQ7S42KM.jpg?auth=510aabef2503cb1b44d85e17457d690418326d7604d208edcaf009e962e39339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg (23) falls after play against Arizona during the first half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Carol Rosenberg]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-carol-rosenberg/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-carol-rosenberg/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[New York Times journalist Carol Rosenberg joined the latest episode of “This Week in South Florida” with host Glenna Milberg. ]]></description><pubDate>Sun, 05 Apr 2026 16:05:50 +0000</pubDate><content:encoded><![CDATA[<p>New York Times journalist Carol Rosenberg joined the latest episode of “This Week in South Florida” with host Glenna Milberg. </p><p>Their full conversation can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Frank Mora]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-frank-mora/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-frank-mora/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Former U.S. Ambassador to the Organization of American States Frank Mora joined the latest episode of “This Week in South Florida” with host Glenna Milberg. ]]></description><pubDate>Sun, 05 Apr 2026 16:05:40 +0000</pubDate><content:encoded><![CDATA[<p>Former U.S. Ambassador to the Organization of American States Frank Mora joined the latest episode of “This Week in South Florida” with host Glenna Milberg. </p><p>Their full conversation can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[Pressure mounts on Ye to be pulled from his headline role at a summer festival in London]]></title><link>https://www.local10.com/entertainment/2026/04/05/pressure-mounts-on-kanye-west-to-be-pulled-from-his-headline-role-at-a-summer-festival-in-london/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/05/pressure-mounts-on-kanye-west-to-be-pulled-from-his-headline-role-at-a-summer-festival-in-london/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 18:44:41 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Pressure was mounting Sunday on American rapper Ye to be pulled from his headline role at a London music festival this summer, after criticism from U.K. Prime Minister Keir Starmer.</p><p>Pepsi already has withdrawn its lead sponsorship role of the Wireless Festival at Finsbury Park in north London between July 10-12. Other sponsors of the event, including Budweiser and PayPal, are being urged to follow suit.</p><p>Pepsi didn't provide an explicit reason for its decision to pull out of the event, even though publicity for the festival promoted the event under the branding “Pepsi presents Wireless.”</p><p>“Pepsi has decided to withdraw its sponsorship of Wireless Festival," the company said in a statement Sunday.</p><p>Ye was booked perform in front of around 150,000 revellers over the course of the festival’s three nights.</p><p>Ye, formerly known as Kanye West, changed his name in 2021, and he has drawn widespread controversy in recent years for a series of antisemitic remarks, and has voiced admiration for Adolf Hitler. Last year, he released a song called “Heil Hitler” — a few months after advertising a swastika T-shirt for sale on his website.</p><p>The 48-year-old musician apologized in January for his antisemitic remarks in a letter published as a full-page advert in the Wall Street Journal. He said his bipolar disorder led him to fall into “a four-month long, manic episode of psychotic, paranoid and impulsive behavior that destroyed my life.”</p><p>Fans of his at a sold-out concert Friday at SoFi Stadium in Los Angeles, his first major U.S. performance in nearly five years, appeared to separate his personal beliefs and public statements from his music — and were ready to forgive after his January apology letter.</p><p>However, Starmer said it was “deeply concerning” that the rapper was booked to perform at the long-established festival,</p><p>“Antisemitism in any form is abhorrent and must be confronted clearly and firmly wherever it appears," he said in remarks published by The Sun on Sunday newspaper. "Everyone has a responsibility to ensure Britain is a place where Jewish people feel safe and secure.”</p><p>Ye's scheduled appearance follows signs of growing antisemitism in the U.K.</p><p>Two men and a 17-year-old boy were ordered to remain in custody on Saturday on charges of torching four ambulances run by a Jewish community-service in northwest London. And last October, two men died in an attack on a Manchester synagogue.</p><p>Phil Rosenberg, president of the board of deputies of British Jews, said it was “absolutely the wrong decision” to allow Ye to play.</p><p>Wireless Festival didn't immediately comment when contacted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XA4TF7LCU4RTVASZBPR5OSAE2E.jpg?auth=2b209ca11bd2d7275c4f4ccbcf466a0ed3251b620d0b9f7556b019726bef8395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kanye West, known as Ye, watches the first half of an NBA basketball game between the Washington Wizards and the Los Angeles Lakers, on March 11, 2022, in Los Angeles. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[This Week in South Florida: Ashley Gantt and Jeanette Gantt Palmer]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-ashley-gantt-and-jeanette-gantt-palmer/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-ashley-gantt-and-jeanette-gantt-palmer/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[State Rep. Ashley Gantt and her aunt, Jeanette Gantt Palmer, joined the latest episode of “This Week in South Florida” with host Glenna Milberg. ]]></description><pubDate>Sun, 05 Apr 2026 15:42:58 +0000</pubDate><content:encoded><![CDATA[<p>State Rep. Ashley Gantt and her aunt, Jeanette Gantt Palmer, joined the latest episode of “This Week in South Florida” with host Glenna Milberg. </p><p>Their full conversation can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[This Week in South Florida: Alexander Vindman]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-alexander-vindman/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/05/this-week-in-south-florida-alexander-vindman/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[U.S. Senate candidate Alexander Vindman joined the latest episode of “This Week in South Florida” with host Glenna Milberg. ]]></description><pubDate>Sun, 05 Apr 2026 15:30:41 +0000</pubDate><content:encoded><![CDATA[<p>U.S. Senate candidate Alexander Vindman joined the latest episode of “This Week in South Florida” with host Glenna Milberg. </p><p>Their full conversation can be seen at the top of this page. </p>]]></content:encoded></item><item><title><![CDATA[It’s-a-hit: ‘The Super Mario Galaxy Movie’ box office blasts off with $372.5 million globally]]></title><link>https://www.local10.com/entertainment/2026/04/05/its-a-hit-the-super-mario-galaxy-movie-box-office-blasts-off-with-3725-million-globally/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/05/its-a-hit-the-super-mario-galaxy-movie-box-office-blasts-off-with-3725-million-globally/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 15:58:15 +0000</pubDate><content:encoded><![CDATA[<p>Mixed reviews didn’t dissuade mass audiences from buying tickets to the “The Super Mario Galaxy Movie,” which scored the biggest opening of the year for a Hollywood movie. The Illumination and Nintendo co-production earned $130.9 million over the weekend and a massive $190.1 million in its first five days in North American theaters, according to studio estimates Sunday.</p><p>Universal Pictures released the sequel globally on Wednesday, capitalizing on kids’ spring break vacations in the week leading up to the Easter holiday. With an estimated $182.4 million from 80 overseas markets, the film is looking at an astronomical $372.5 million debut — the latest hit for the PG rating. Mexico is leading the international bunch with $29.1 million from 5,136 screens, followed by the U.K. and Ireland with $19.7 million.</p><p>The animated sequel, Illumination CEO Christopher Meledandri's 16th movie in 16 years, is the industry’s biggest debut since “Avatar: Fire and Ash” launched over Christmas. The Chinese movie “Pegasus 3,” which was not a Motion Picture Association release, has the slight edge for the 2026 global record, however.</p><p>It’s also a dip from the first film, which opened to $204 million domestically during the same five-day time frame in 2023 ($147 of that was from Friday, Saturday and Sunday). “The Super Mario Bros. Movie” went on to be the second biggest movie of 2023, with over $1.3 billion in box office receipts.</p><p>“The Super Mario Galaxy Movie,” which features returning voice actors Chris Pratt, Jack Black, Anya Taylor-Joy and Charlie Day, had a massive footprint in the U.S. and Canada, where it played in 4,252 theaters, including 421 IMAX and 1,345 premium large format screens. It made $15 million from the IMAX screens alone.</p><p>“It’s exactly the kind of broad, crowd-pleasing release that brings people into theatres,” AMC Chairman and CEO Adam Aron said in a statement.</p><p>It also cost around $110 million to make, not including marketing and promotion expenses. But it arrived on a wave of less-than-stellar reviews. Its Rotten Tomatoes score is currently sitting at a lousy 40%. Ticket buyers were more enthusiastic, however.</p><p>The family audience gave the movie five out of five stars according to PostTrak exit polls, while general audiences gave it four stars and an A- on CinemsScore. Audiences skewed male (61%) overall, although when it came to families attending there were slightly more moms (52%) than dads.</p><p>“These kind of audience reaction scores just point to a ridiculously strong run, not only throughout the spring, but likely into the summer as well,” said Jim Orr, Universal's president of domestic distribution.</p><p>“The Super Mario Galaxy Movie” will open in Japan later this month.</p><p>Last year, the first weekend in April hosted the launch of another video game blockbuster, “A Minecraft Movie,” which had a bigger three-day debut ($162.8 million) but didn’t have a “Project Hail Mary” in a strong second place, meaning the weekend overall is still up around 5%.</p><p>As expected, “The Super Mario Galaxy Movie” ended the two-week reign of the Ryan Gosling-led sci-fi hit “Project Hail Mary,” which landed in second its third weekend in theaters where it added $30.7 million, bringing its running domestic total to $217.2 million. Worldwide, it's made $420.7 million to date.</p><p>Third place went to A24’s provocative new movie “The Drama,” starring Zendaya and Robert Pattinson, which made an estimated $14.4 million from 3,087 theaters. The film’s stars have been on a massive and charming press blitz to promote their R-rated movie about a engaged couple grappling with an unnerving revelation, which cost a reported $28 million to produce. The reveal has drummed up a fair amount of cultural discourse. While reviews have been more positive than not (82% on Rotten Tomatoes), it got a less promising B CinemaScore.</p><p>“Hoppers” and “Reminders of Him” rounded out the top five. And the box office outlook looks bright overall, up around 30% from last year.</p><p>“There’s no better opening act for a great summer than a huge month of April powered by a mega blockbuster like the 'The Super Mario Galaxy Movie,'" said Paul Dergarabedian, comscore's head of marketplace trends.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Comscore:</p><p>1.“The Super Mario Galaxy Movie,” $130.9 million.</p><p>2.“Project Hail Mary,” $30.7 million.</p><p>3.“The Drama,” $14.4 million.</p><p>4.“Hoppers,” $5.8 million.</p><p>5.“Reminders of Him,” $2.2 million.</p><p>6.“A Great Awakening,” $2.1 million.</p><p>7.“They Will Kill You,” $1.9 million.</p><p>8.“Dhurandhar The Revenge,” $1.9 million.</p><p>9.“Ready or Not 2: Here I Come,” $1.8 million.</p><p>10.“Scream 7,” 915,000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZHL574LGM4KOQMSTN4O2GBDT4E.jpg?auth=cfe4840dd044159c63d41710e49913eb3e1f64a7102ac2e4f8d4b5a02538bb5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Yoshi, voiced by Donald Glover, left, Mario, voiced by Chris Pratt, center, and Luigi, voiced by Charlie Day, in a scene from "The Super Mario Galaxy Movie." (Nintendo and Illumination/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nintendo and Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VIU3YI2A6DUOZYNTWTUMBYOSTU.jpg?auth=038da04b052aa6c9a765295a70847f9ec4eb06fa36562cc26d3b0b1b677e50b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Princess Peach, voiced by Anya Taylor-Joy, in a scene from "The Super Mario Galaxy Movie." (Nintendo and Illumination/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nintendo and Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILLCU5JPSFXC76Y53OCCMMK4KY.jpg?auth=478085a1e4016b40034a3d7a2c1d46600a73f6e094974c19ff2d62f59c65410b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Bowser Jr., voiced by Benny Safdie, in a scene from "The Super Mario Galaxy Movie." (Nintendo and Illumination/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nintendo and Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAL4P2AHGICM6PFQNEXD4X4R6E.jpg?auth=e8c72666c4ea7e013549c7b54e12588ca47b7bead0e91366a98abba75784fc37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Robert Pattinson, top, and Zendaya in a scene from "The Drama." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/4T2MHA2ESCMQ63AR56REFCMPTY.jpg?auth=7fde6ed4015d2aaa6cf62c249fcb9e4d27c098d96cf7301852a8d7c4e667ead9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actress Zendaya, left, and actor Robert Pattinson pose for photographers as they arrive for the Italian premiere of the movie "The Drama," in Rome, Thursday, March 26, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Hallan a hombre asesinado a tiros en plena calle en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/04/05/hallan-a-hombre-asesinado-a-tiros-en-plena-calle-en-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/05/hallan-a-hombre-asesinado-a-tiros-en-plena-calle-en-pompano-beach/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 14:50:32 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado de Broward investigan una muerte.</p><p>Según la Oficina del Sheriff de Broward, los agentes respondieron a la cuadra 1600 de North Dixie Highway en Pompano Beach tras recibir reportes de un cuerpo en la vía.</p><p>Al llegar, los agentes encontraron a un hombre que había recibido disparos. El hombre fue declarado muerto en la escena, dijeron las autoridades.</p><p>Las unidades de Homicidios y de la Escena del Crimen del BSO fueron convocadas para investigar la muerte.</p><p>Las autoridades no han identificado a la persona hallada sin vida.</p><p>La cuadra 1600 de North Dixie Highway estuvo cerrada durante aproximadamente cuatro horas durante la noche, pero la vía ya fue reabierta.</p><p>Cualquier persona con información está instada a comunicarse con Broward Crime Stoppers al 954-493-TIPS.</p>]]></content:encoded></item><item><title><![CDATA[UCLA storms past South Carolina to claim its 1st NCAA women's basketball title]]></title><link>https://www.local10.com/sports/2026/04/05/ucla-storms-past-south-carolina-to-claim-its-1st-ncaa-womens-basketball-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/ucla-storms-past-south-carolina-to-claim-its-1st-ncaa-womens-basketball-title/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:12:41 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — It’s mission accomplished for UCLA.</p><p>Gabriela Jaquez, Lauren Betts and the rest of the UCLA seniors secured the first NCAA women's basketball national championship in school history — a goal that was set after losing in the first Final Four last season.</p><p>Jaquez scored 21 points, Betts added 16 and UCLA routed South Carolina 79-51 Sunday in the title game.</p><p>“I knew we were going to do it. Coming to UCLA we all set out for a goal, and I imagined this moment,” Jaquez said. "I imagined it so many times, and I am just so, so proud. ... Crying a lot, the confetti, all of the fans being here to support us, my family being here, it just means everything. Celebrating with this group, like ... I’m so happy.”</p><p>The near-record lopsided victory completed the Bruins’ journey through this year’s March Madness. The Bruins ran through their opponents this season with their only loss coming in November, to Texas in a Thanksgiving tournament.</p><p>“It’s immeasurably more than I could ask or imagine,” UCLA coach Cori Close said. “It’s beyond my wildest dreams.”</p><p>UCLA (37-1) was led by Betts and her fellow seniors and graduate students, like Jaquez — who played all four years with the Bruins. She also had 10 rebounds and five assists in front of her brother Jaime, who plays for the Miami Heat and flew in to attend the game to watch his alma mater win.</p><p>The group that coach Close put together through a combination of high school commitments and transfer portal players capped off their stellar careers with a championship, scoring all the points in the title game.</p><p>“Connectivity. Attention to detail. You know I looked them in the eyes before in the locker room, before the game, and I said, ‘I’m so proud to be able to say this,” Close said. "Because all year we’ve been saying the talent is our floor, but our character will determine our ceiling.’”</p><p>The title is UCLA’s first since winning the 1978 AIAW championship, which was the postseason tournament for women’s basketball before the NCAA took over in 1982.</p><p>The championship game loss was the second straight for the Gamecocks, who won the title in 2024. Dawn Staley and her Gamecocks (36-4) will be favored to return to the game’s biggest stage with a talented group of expected returnees, led by Joyce Edwards and Agot Makeer.</p><p>Like their 51-44 semifinal win over Texas, the Bruins were locked in defensively, anchored by Betts. She finished with 11 rebounds and exited the game with 3:45 left, giving Close a huge hug. The 6-foot-7 senior earned Most Outstanding Player honors of the Final Four.</p><p>“UCLA is a quality team with very experienced players who got a taste of being in the Final Four last year, and you make adjustments,” South Carolina's Staley said. "From last year to this year -- they played determined last year, but they played more determined this year because they were so close.”</p><p>Offensively, the Bruins had a much easier time than in the semifinal game that saw the team score only 20 points in the first half. The Bruins surpassed that total in the opening 10 minutes against South Carolina. Kiki’s Rice 3-pointer just before the first-quarter buzzer made it 21-10 as the Bruins got off to a strong start and South Carolina struggled with 17% shooting, it’s poorest quarter of the season.</p><p>The Bruins extended the lead to 15 points in the second quarter by clogging up the paint on defense and working the ball inside on offense for a 36-23 lead at the half.</p><p>UCLA put the game away in the third quarter, opening the period with a 12-3 run. Jaquez had five points during the spurt. South Carolina never threatened again as the Bruins outscored them 25-9 in the period.</p><p>“We just didn’t have it today. We tried, but we just didn’t have it today,” Staley said. "They were the better team.”</p><p>South Carolina avoided the most lopsided loss in championship history of 33 points, set in 2013 when UConn defeated Louisville. The Gamecocks also surpassed the title game record low of 44 points by Louisiana Tech in 1987 against Tennessee.</p><p>The Gamecocks were trying to cement their name as the premiere program in the sport with a fourth championship and third in the past five seasons. It just wasn’t meant to be Sunday as they had their worst shooting game of the season against a talented UCLA team.</p><p>“This is not the ending we wanted, but we got here. No one thought we would, and we did it,” said Tessa Johnson, who led South Carolina with 14 points.</p><p>Makeer added 11 for the Gamecocks.</p><p>“The score speaks for itself.” said Gamecocks senior Raven Johnson, who played in five Final Fours in her career.</p><p>Close has been at UCLA for 15 seasons, but her connections go deeper with the school as she was mentored by the legendary Bruins men’s coach John Wooden, who won 10 national championships at the school.</p><p>Their bond began when she was 22 years old and he was 83. She shares the same first name with one of his great-granddaughters. Close visited Wooden bi-weekly, adopting his “Pyramid of Success” and focus on character and its paid off with her team.</p><p>“Coach Wooden always said, ‘You got to do it the way you’re wired to do it, not the way anyone else did.’ And I just tried imperfectly to stay true to that," Close said.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-womens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJFUK3OV2IFMENALOQOA2PWLJQ.jpg?auth=0c9b3624034c77981e3606e9754ebdfc47e3ea9acc5e4ab8e5e002b83ad976bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA players celebrate after defeating South Carolina in the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/LH2WAAA6SV542QYYDA2AS4RCA4.jpg?auth=309fc88a10977b88ba0b8c9d733385b9d20c7d3282b8cc0d018a69f3014b3655&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA players celebrate after defeating South Carolina in the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/6GA4VWMLKWMBUYTSSYEOKJLNKI.jpg?auth=6281f5c876980172e6081051c961046eaa53cee7bb3bbc51098f642925ac8b24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA guard Gabriela Jaquez (11) grabs a rebound over South Carolina guard Tessa Johnson (5) during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/DRIVF3ZRLT6KPCQXAGCNOTFOLU.jpg?auth=ad5d09a1ed083428855331db9ba6b090fd9ab90f7685122c09e6c1ea3f4cd581&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UCLA guard Gabriela Jaquez (11) grabs a rebound over South Carolina guard Tessa Johnson (5) during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 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/AYCS3THLMTUGV73UAM3KMMOVJM.jpg?auth=71f03aa5fc19ffa991283e8ba9d9aa453dff9a068951964dc66c2dbcc49583ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Carolina head coach Dawn Staley motions towards the court against UCLA during the second half of the women's National Championship Final Four NCAA college basketball tournament game, Sunday, April 5, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Investigation ongoing after man found fatally shot in Pompano Beach]]></title><link>https://www.local10.com/news/local/2026/04/05/investigation-ongoing-after-man-found-fatally-shot-in-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/investigation-ongoing-after-man-found-fatally-shot-in-pompano-beach/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Authorities in Broward County are investigating a death.]]></description><pubDate>Sun, 05 Apr 2026 14:11:44 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating a death.</p><p>According to the Broward Sheriff’s Office, deputies responded to the 1600 block of North Dixie Highway in Pompano Beach after receiving reports of a body in the road. </p><p>Upon arrival, deputies found a man who had been shot. That man was pronounced deceased at the scene, authorities said. </p><p>BSO’s Homicide and Crime Scene units were called to investigate the death.</p><p>Authorities have not identified the person who was found dead. </p><p>The 1600 block of North Dixie Highway had been shut down for around four hours overnight, but the roadway has since reopened. </p><p>Anyone with information is urged to contact Broward Crime Stoppers at 954-493-TIPS. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Lauderhill 5K caps health and wellness campaign with community run/walk]]></title><link>https://www.local10.com/community/2026/04/04/lauderhill-5k-caps-wellness-campaign-with-community-runwalk/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/04/lauderhill-5k-caps-wellness-campaign-with-community-runwalk/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[A free community 5K run/walk on Saturday morning marked the culmination of Lauderhill’s 60-day wellness campaign aimed at encouraging residents to adopt healthier lifestyles.]]></description><pubDate>Sat, 04 Apr 2026 17:02:36 +0000</pubDate><content:encoded><![CDATA[<p>A free community 5K run/walk on Saturday morning marked the culmination of Lauderhill’s 60-day wellness campaign aimed at encouraging residents to adopt healthier lifestyles.</p><p><a href="https://www.local10.com/espanol/2026/04/04/carreracaminata-5k-de-lauderhill-cierra-campana-de-bienestar-con-evento-comunitario/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/04/carreracaminata-5k-de-lauderhill-cierra-campana-de-bienestar-con-evento-comunitario/">Leer en español</a></p><p>City of Lauderhill commissioner Melissa P. Dunn said in a news release that the effort reflects a growing awareness of the importance of personal health.</p><p>“I believe that people care about their health now more than ever because life is short and we really have to make every single second count and this body is the only body we have,” she said. </p><p>She also pointed to ongoing health challenges in the community and the need for continued focus on wellness.</p><p>“Unfortunately in the city of Lauderhill, we have a high incidence of diabetes and other chronic disease and so for me it’s critical that our residents eat better, move more and really take care of their health and well-being including their mental wellness and their financial wellness,”Dunn said.</p><p>The <a href="https://www.lauderhill-fl.gov/commission/commissioner-melissa-p-dunn/get-active-lauderhill" target="_self" rel="" title="https://www.lauderhill-fl.gov/commission/commissioner-melissa-p-dunn/get-active-lauderhill">Get Active Lauderhill campaign</a>, led by Dunn, launched Jan. 31 and encouraged participants to take simple, consistent steps toward improving their physical, emotional and overall well-being. </p><p>Organizers said the initiative emphasized accessibility, community engagement and sustainable habits for residents of all ages and fitness levels.</p><p>The event concluded with the community-wide 5K Run/Walk event Saturday at Lauderhill Sports Park at 7500 W. Oakland Park Blvd. </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[MASTERS '26: Augusta's 'beautiful little hole' at No. 7 has turned much nastier]]></title><link>https://www.local10.com/sports/2026/04/05/masters-26-augustas-beautiful-little-hole-at-no-7-has-turned-much-nastier/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/masters-26-augustas-beautiful-little-hole-at-no-7-has-turned-much-nastier/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 18:16:49 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Go back through 89 previous editions of the Masters, every shot on every hole, and no one will ever match what Byron Nelson did on the par-4 seventh hole at Augusta National. Nelson drove the green and two-putted for birdie in 1937 on his way to his first Masters victory.</p><p>Share that with any of the 91 players in the field, and some explaining is required.</p><p>The hole was 340 yards and had no bunkers, only a gully in front of the green. Alister MacKenzie wanted it be similar to the “Valley of Sin” on the 18th hole at St. Andrews, so the best approach would be to run shots up to the green.</p><p>That shot by Nelson changed everything.</p><p>Horton Smith, who won two of the first three Masters, suggested the green be elevated and moved some 20 yards back and to the right, with several deep bunkers guarding the front. Augusta National's co-founders, Bobby Jones and Clifford Roberts, agreed. They hired Perry Maxwell, renowned for his work at Southern Hills and Prairie Dunes, to do the work at a cost of $2,500.</p><p>Trees were planted on the left side to along along with those on the right, creating a tight drive. And then in a span of five Masters from 2002 to 2006, the tees twice were moved back some 40 yards. That puts it at 450 yards on the scorecard now.</p><p>Nelson wouldn't recognize it.</p><p>“You have to hit it in the fairway,” two-time Masters champion Scottie Scheffler said. When it was suggested that such strategy would hold true on many holes at Augusta National, he stopped walking to emphasize his point.</p><p>“No,” he said. “There's certain holes you don't have to be in the fairway. If you hit a really good tee shot (on No. 7), it's not a difficult hole. But if you miss the fairway, you can't hit it on the green.”</p><p>The par-4 seventh is called “Pampas" for the grass bush native to Argentina that grows just left of the members' tee box. No. 7 was never a favorite of Roberts and Jones. Roberts once referred to it as “the only weak hole of the 18."</p><p>It was inspired by the 18th on the Old Course, a short hole with a boomerang-shaped green that gave players the option to run the ball through the gully in front. Nelson drove the seventh at Augusta in 1937. Players still drive onto the 18th at St. Andrews, most recently Cameron Young.</p><p>With the first change, it became a tight drive that was typically a 2-iron and a wedge. That led Jack Nicklaus to once call the seventh "a beautiful little hole — a little, short par 4. You got to be pretty precise with your tee shot. Then it’s a very demanding little second shot. It’s very difficult to recover from if you get off track.”</p><p>Throw in an additional 100 yards, and it's no longer a hole where players can build some scoring momentum. Par is more than acceptable. The all-time scoring average is 4.156, the 10th-toughest hole at Augusta National.</p><p>“You're not licking your chops unless you're in the fairway,” Xander Schauffele said. “Even then, you're conceding a 20-foot putt as a really good golf shot. Maybe even before I was on tour, you could think, ‘If I birdie this, I get some momentum.’ Now it's, ‘Oh boy, I need to hit a good drive or I’m going to have to make a tough par.'”</p><p>It's not as simple as hitting a straight drive on a straight hole. The fairway cants to the right. And the trees have grown, so a tee shot too far to the right means the approach is blocked by trees.</p><p>According to the Elias Sports Bureau, only 20% of players have hit the seventh green after missing the fairway in the last five years. Only No. 5 and No. 11 have a lower percentage. It can be done.</p><p>There have been some remarkable recoveries from the trees. Jon Rahm once holed out after chipping out from the trees. Joaquin Niemann once threaded a running shot through two bunkers. Those shots are rare.</p><p>“If you get out of position, it's like No. 10 at Riviera — you're trying to put it in a spot to get the next one on the green,” Harris English said. “You can get in some bad spots. But if you hit a good tee shot, it could be a birdie hole.”</p><p>Still fresh was Rory McIlroy in the left trees last year, hitting a 9-iron because of a tiny gap he saw.</p><p>His caddie, Harry Diamond, wasn't seeing it.</p><p>“He wasn't for it at all, but I just kept seeing this gap up in the trees,” McIlroy said, referring to the shot as “achievable.”</p><p>“That's when Harry does a great job and says, ‘Look, if you feel like you can see it, go ahead and hit it,’” McIlroy said. “My mindset was this is the final round of the Masters, and I have a chance to win the only tournament that ... I've wanted to win for such a long time. If that isn't the time to take a risk, I don't know when the time is.”</p><p>It doesn't decide the tournament being on the front nine. But it's no longer the “beautiful little hole” Nicklaus once described.</p><p>“Missing it left is no good. Missing it right is no good,” Brooks Koepka said. “If you get slightly out of position, it becomes a scramble for par. If I hit the fairway, I’m pretty excited about it.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BVBUMVYDFK7BORMMKITODSOOAE.jpg?auth=7aa2bc8397a22e5809ae70695bc6e57aadb24d4e867381bd017398122935db8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Brooks Koepka hits from the fairway on the seventh hole during the second round of the Masters golf tournament at Augusta National Golf Club on Friday, April 7, 2023, in Augusta, Ga. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVKKZDXELKPTE4SHKC64PVDXKA.jpg?auth=4f686e296f3047dd93267556fbe238f4e05d291d769ef82458b700c487ef996e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soomin Oh, of South Korea, hits her tee shot near a patch of pampas grass on the seventh hole during the Augusta National Women's Amateur golf tournament, Saturday, April 4, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Beachside sunrise service among several South Florida Easter celebrations]]></title><link>https://www.local10.com/news/local/2026/04/05/beachside-sunrise-service-among-several-south-florida-easter-celebrations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/05/beachside-sunrise-service-among-several-south-florida-easter-celebrations/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[As the night loosened its grip and light, quiet as a secret, began to breathe across the easter Sunday sky along Hollywood Beach. ]]></description><pubDate>Sun, 05 Apr 2026 13:58:01 +0000</pubDate><content:encoded><![CDATA[<p>As the night loosened its grip and light, quiet as a secret, began to breathe across the easter Sunday sky along Hollywood Beach. </p><p>Observers started showing up just after 5 a.m. for the sacred service on Easter Sunday, a tradition that’s been happening for more than 30 years. </p><p>This sunrise service has brought out hundreds of people for decades now. </p><p>Dave Bass said he’s been coming to the beachside ceremony for more than 10 years.</p><p>He said being there with the wind and the sun in the sand does something to your soul.</p><p>It was just one of many Easter services and celebrations held across South Florida. </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[Inter Miami fans celebrate long-awaited stadium opening]]></title><link>https://www.local10.com/news/local/2026/04/04/inter-miami-fans-celebrate-long-awaited-stadium-opening/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/04/inter-miami-fans-celebrate-long-awaited-stadium-opening/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Nu Stadium is finally open, and fans are ready to kick off a new era.]]></description><pubDate>Sun, 05 Apr 2026 02:18:51 +0000</pubDate><content:encoded><![CDATA[<p>Nu Stadium is finally open, and fans are ready to kick off a new era.</p><p>“Amazing stadium. I can’t wait to see what’s to come,” said Sebastian Munoz, an Inter Miami fan.</p><p>Inter Miami CF fans have been waiting years to be a part of this moment -- and now, the team finally has a place to call home turf.</p><p>In the fan zone, supporters are getting others hyped and game-ready after a long build-up.</p><p>“We just love the team. So we’re giving out team calendars, encouraging everyone to come out and see the games,” said Christian Benavides.</p><p>“We’re privileged to have been able to be along the journey and see the team grow, both before and after the arrival of Messi. It’s been nothing but incredible,” said Vincenzo Hid Arida.</p><p>Fans are even traveling from out of town to be part of the experience.</p><p>“I’m really excited to see Stuver, the goalie. Oscar -- who else are we excited for? Messi,” said Jeremy Landa, an Austin FC fan. “Clearly they are ready for Miami.”</p><p>Construction is still ongoing around the stadium, but that’s not a concern for fans who have waited a long time to see this become reality.</p><p>Another plus for fans -- the drive to see their favorite soccer team won’t be as long.</p><p>“What’s good about it being so close -- even if you’re not at the game, you’re downtown. The environment is still there. People are wanting to watch the game and go out. Being close is nice,” said David Merced.</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[April 5: Possible showers on otherwise pleasant Easter Sunday]]></title><link>https://www.local10.com/weather/2026/04/05/april-5-possible-showers-on-otherwise-pleasant-easter-sunday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/05/april-5-possible-showers-on-otherwise-pleasant-easter-sunday/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Happy Easter! High pressure over the Atlantic has weakened a bit and the winds are coming down slowly but the risk of rip currents remains very high through our Easter Sunday so enjoy the beach but stay out of the water! ]]></description><pubDate>Sun, 05 Apr 2026 13:46:55 +0000</pubDate><content:encoded><![CDATA[<p>Happy Easter! High pressure over the Atlantic has weakened a bit and the winds are coming down slowly but the risk of rip currents remains very high through our Easter Sunday so enjoy the beach but stay out of the water! Radar will pick up a few passing showers today but look for plenty of dry time too so outside of a brief interruption or two your outdoor plans should be fine. Rain chances will go up heading into the upcoming week as a front moves in and stalls for a few days around midweek leaving us with the risk of several inches of rain mainly between Tuesday and Thursday.</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[Congo to receive third-country deportees from the US under new deal]]></title><link>https://www.local10.com/news/world/2026/04/05/congo-to-receive-third-country-deportees-from-the-us-under-new-deal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/05/congo-to-receive-third-country-deportees-from-the-us-under-new-deal/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 13:05:51 +0000</pubDate><content:encoded><![CDATA[<p>KINSHASA, Congo (AP) — Congo will receive some migrants as part of a new deal under the Trump administration’s third-country program, its government said Sunday, the latest such African nation to receive migrants being deported from the U.S.</p><p>The deportees will start arriving in Congo this month, the Congolese Ministry of Communications said in a statement, without further details on the date or the number of deportees expected.</p><p>It described the arrangement as a “temporary” one that reflects Congo’s “commitment to human dignity and international solidarity.” It would come with zero costs to the government with the U.S. covering the needed logistics, it said.</p><p>The U.S. has struck such third-country deportation deals with at least seven other African nations, many of them among countries hit the most by the Trump administration’s policies that have restricted trade, aid and migration.</p><p>The Trump administration has spent at least $40 million to deport about 300 migrants to countries other than their own, according to a report released recently by the Democratic staff of the Senate Foreign Relations Committee.</p><p>Lawyers and activists have raised questions over the nature of the deals with countries in Africa and elsewhere. Several of the African nations that have signed such deals have notoriously repressive governments and poor human rights records — including Eswatini, South Sudan and Equatorial Guinea.</p><p>A key bone of contention in many such agreements is that they involve many migrants with protection orders from a U.S. immigration judge not to be returned to their home countries over major safety concerns.</p><p>Congo’s government said no automatic transfer of the deportees is planned, adding: “Each situation will be subject to individual review in accordance with the laws of the Republic and national security requirements.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NBONPQFUFNUZUSEAV5AMQIQOY4.jpg?auth=80a9c5d0f3c5c4db74cb6e271b14bac682865a3899b80f767a376286d5492cf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A U.S. Immigration and Customs Enforcement flight operates out of King County International Airport-Boeing Field, Aug. 23, 2025, 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[Secret Service investigates reports of gunfire near Lafayette Park across from the White House]]></title><link>https://www.local10.com/news/politics/2026/04/05/secret-service-investigates-reports-of-gunfire-near-lafayette-park-across-from-the-white-house/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/05/secret-service-investigates-reports-of-gunfire-near-lafayette-park-across-from-the-white-house/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 12:07:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Secret Service said Sunday it was investigating reports of overnight gunfire near Lafayette Park, which is across the street from the White House.</p><p>No injuries were reported and no suspect was found after a search of the park and the surrounding area after midnight, the agency said in an online post.</p><p>President Donald Trump was spending the weekend at the White House, which had no immediate comment on the incident. White House operations remained as normal but security in the area was increased, according to the Secret Service.</p><p>The park has been fenced off for weeks of renovations.</p><p>The Secret Service said it was working with District of Columbia police and U.S. Park Police.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SFYLYDGSGDJ5KRXSUXN3REML6A.jpg?auth=a6a2197bd7975ed0b3612c7feac1e501a32669e113ed7e4c87b066283aeb1363&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cranes being used to construct the new White House ballroom are seen around the White House, Saturday, April 4, 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[Screenwriters union and Hollywood studios reach four-year tentative agreement]]></title><link>https://www.local10.com/entertainment/2026/04/05/screenwriters-union-and-hollywood-studios-reach-four-year-tentative-agreement/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/05/screenwriters-union-and-hollywood-studios-reach-four-year-tentative-agreement/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 16:16:04 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — The screenwriters union and Hollywood studios reached a surprise four-year tentative agreement after roughly three weeks of negotiation.</p><p>The Writers Guild of America West said on X that its negotiating committee unanimously approved a tentative agreement with The Alliance of Motion Picture and Television Producers, which represents studios. The alliance confirmed the deal in a separate statement on its website Saturday.</p><p>“We look forward to building on this progress as we continue working toward agreements that support long-term industry stability,” read the alliance statement.</p><p>The precise terms of the deals were not immediately announced, but it is expected to include several writers’ priorities such as better health care plans and more protections against artificial intelligence. The union said on X that the deal protects the writers’ health plan builds on gains from 2023 and “helps address free work challenges.”</p><p>The contract agreement, a year longer than a typical three-year deal, must be approved by the guild’s board and members before it is ratified.</p><p>The surprise agreement came within weeks of negotiation — a stark contrast to the contentious contract negotiation three years ago when Hollywood writers went on a historic strike that partially brought the industry to a standstill.</p><p>The screenwriters voted almost unanimously to approve that agreement, which provided them with more compensation, length of employment and control of artificial intelligence. The current contract was set to expire in May.</p><p>The studios were also working on new deals with union leaders representing actors and directors, whose contracts are set to expire at the end of June. Sean Astin, president of the SAG-AFTRA, said in a February interview with The Associated Press that he has seen signs that the studios want “to work as partners again.” Hollywood actors also walked out of their jobs for months in 2023 demanding for a better contract.</p><p>The writers' tentative deal with studios came as the Writers Guild of America West faces an ongoing strike by its own staff union that started in February. More than 100 people working in legal, events and residuals departments went on strike over allegations of unfair labor practice, according to the Los Angeles Times.</p><p>It is not clear how, or whether, the weekslong strike would have an impact on the tentative deal with the studios. The union announced last month it canceled its annual award ceremony because of the staff union strike.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNXSOFF5SXXT3AQOFJ54BAPCIU.jpg?auth=d349838c1c8a3308dc6566e02dceebf6a796806217f974412aadc7c5e9d8252c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A picketer carries a sign on the picket line outside Netflix on Wednesday, Sept. 27, 2023, in Los Angeles. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Eulogy for the CIA Factbook: The free standard for world facts, long an educational staple, is gone]]></title><link>https://www.local10.com/entertainment/2026/04/05/eulogy-for-the-cia-factbook-the-free-standard-for-world-facts-long-an-educational-staple-is-gone/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/05/eulogy-for-the-cia-factbook-the-free-standard-for-world-facts-long-an-educational-staple-is-gone/</guid><dc:creator><![CDATA[By LAURIE KELLMAN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 11:35:27 +0000</pubDate><content:encoded><![CDATA[<p>If you attended school any time after the Nixon administration, then you likely beheld at some point the CIA World Factbook, a map and reference manual of Planet Earth and its inhabitants upon which nearly everyone could agree.</p><p>Maybe you read parts of it from a floppy disk or a CD-ROM for that social studies project due tomorrow. Or scanned its list of countries for Latvia, because that is the country you are representing next week in Model U.N. Even better, you wandered the earth in your imagination as you held the physical Factbook in your own hands, unfolding its maps and understanding, perhaps for the first time, that the thumbs-up gesture your friends flash each other is considered an obscene insult in parts of the Middle East, Europe and Argentina.</p><p>Who knew? The Factbook and its readers did, for more than six decades.</p><p>Its authors — some of the world's best intelligence-gatherers, who contributed thousands of their own photos — kept the curated database updated and online for public use at no charge. The reasons stated were geopolitical and philosophical. But since we are talking about facts, it also is true that the Factbook went public in 1975 with lofty statements of purpose at a time when Congress was revealing abuses by U.S. intelligence agencies, including the CIA.</p><p>“We share these facts with the people of all nations in the belief that knowledge of the truth underpins the functioning of free societies,” the CIA itself explained in its pages.</p><p>The spy agency is not sharing them anymore.</p><p>On Feb. 4, the Trump administration abruptly shuttered this widely accepted account of humanity and its flags, nations, customs, militaries and borders. The CIA framed the move as one of progress for an agency whose core mission has changed.</p><p>A great wave of grief rose from Factbook fans. Many said they mourned an America that valued knowledge for its own sake. Some saw darker forces at work under a president whose administration has promoted — in times of war and peace — “alternative facts.”</p><p>“Stay curious,” the CIA advised in its “fond farewell" to the Factbook.</p><p>And, it might have added: Good luck figuring out what's true from the wild and frequentlyinaccurate world of the internet and artificial intelligence.</p><p>The Factbook's origin story</p><p>Decades before Google became an everyday verb, there was the Factbook.</p><p>Its origin story is rooted in the Japanese surprise attack on Pearl Harbor in 1941, a U.S. intelligence failure that inspired a more coordinated approach to gathering and organizing information on America's enemies. The Joint Army Navy Intelligence Studies was born, the country's first interdepartmental basic intelligence program. But by 1946, national security experts agreed that “the conduct of peace involves all countries, all human activities — not just the enemy and his war production,” in the words of one, George S. Pettee.</p><p>The job of gathering basic intelligence on other countries was assigned to the newly minted CIA in 1947, according to the agency's website.</p><p>The Cold War exposed the ongoing need for a one-stop source of basic intelligence — and an opportunity for what in 1971 became the unclassified Factbook. It was released to the public four years later.</p><p>In addition to becoming useful to students, it held geopolitical influence. The Factbook showed off American intelligence capabilities to the former Soviet Union and other enemies. Being included in it could confer legitimacy upon a nation or an opposition party. And it was ironic that an agency founded on the need to know and keep secrets was sharing so much data — called “basic intelligence” — with the public.</p><p>The Factbook also likely served as a boost to the CIA's public image and put distance between it and other intelligence agencies tarnished by congressional investigations. In 1975, U.S. Sen. Frank Church, D-Idaho, convened a panel that held more than 100 public hearings, many televised, of the most significant oversight of intelligence agencies since World War II.</p><p>In 1976, the Church Committee reported widespread abuse by the CIA, IRS, the National Security Agency and FBI, including the revelation of the CIA's “Family Jewels.” That was an internal account of illegal CIA activities, such as spying on American activists and an assassination plot against Cuba's Fidel Castro.</p><p>Also in 1975, what would become the CIA World Factbook went public, ascending as a reliable research tool often recommended in class projects. There was never confirmation that the bad press inspired the wide release of the Factbook, but doing so around the same time fit the CIA's need to rehab its brand.</p><p>In 1981, the CIA renamed the publication The World Factbook, and in 1997, it leapt online. The CIA has described it as representing “a tremendous culmination of efforts from some of our country's brightest analytic minds."</p><p>The jolt of its Trump-era demise</p><p>News of the Factbook's end shocked more than just U.S. students and researchers. It was picked up by news outlets abroad. The story shot across social media, with Reddit users pointing each other to archived Factbooks and racing to set up and identify other sources of unbiased information that might suffice.</p><p>Isabel Altamirano, chemistry librarian assistant professor at Auburn University in Alabama, said the information is still out there, but “it'll be harder to find.” University libraries, for example, offer similar resources to students, who get access through their tuition.</p><p>“It was so easy, because it was all in one place,” she said in an interview, noting that on Feb. 4, when she saw the news, she rushed to delete the Factbook from a list of resources for her students in a business communications class.</p><p>Fundamentally, one analyst said, a Factbook assembled by a government agency with secret agendas and shadowy methods might never have been unbiased in the first place.</p><p>“The compilers aren't, nor can they be expected to be, neutral,” said Binoy Kampmark, a professor of global, urban and social studies at Royal Melbourne Institute of Technology in Australia. Mourning its loss, he wrote in an email, would be “misplaced.”</p><p>The Factbook, he added, might be better saved as a historical document. Its last publication on Feb. 4 is already outdated, according to an archived version: Under Iran, the country's head of government is still listed as Supreme Leader Ayatollah Ali Khamenei.</p><p>Khamenei was reported killed March 1 in U.S. and Israeli strikes. And the world changed once again, this time without the Factbook to note it.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KJSTYS5EO45TN35Z7GKME6Q5OA.jpg?auth=566d6dab3bb8b7a259e04789b09faaf7a0b2b0768db9262058027f7457d1545e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The seal of the Central Intelligence Agency at CIA headquarters in Langley, Va., April 13, 2016. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CDRZ6LJRK4J6Y6CZJDKRLYDU7E.jpg?auth=16eadbca6370fab6dcb8cc2bb4c0ea0d7921e97298b86e310fa7225649d6e3fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CIA Director John Ratcliffe listens during a House Permanent Select Committee on Intelligence hearing to examine worldwide threats, Thursday, March 19, 2026, on Capitol Hill in Washington. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content></item><item><title><![CDATA[How Graham Platner is using trivia games and happy hours to help power his Maine Senate campaign]]></title><link>https://www.local10.com/news/politics/2026/04/05/how-graham-platner-is-using-trivia-games-and-happy-hours-to-help-power-his-maine-senate-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/05/how-graham-platner-is-using-trivia-games-and-happy-hours-to-help-power-his-maine-senate-campaign/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and KIMBERLEE KRUESI, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 11:19:42 +0000</pubDate><content:encoded><![CDATA[<p>KITTERY, Maine (AP) — There are lots of questions about Graham Platner, a first-time Democratic candidate running for U.S. Senate in Maine. Now they are also part of a trivia game.</p><p>“What was the nature of the controversy of Graham’s tattoo he received while in the Marines?” an emcee recently asked at a local community center.</p><p>The answer? “It was claimed to be a Neo-Nazi tattoo (totenkopf).”</p><p>This was not a new way of delivering opposition research, but an official campaign event for Platner's supporters. And it showed how the 41-year-old oyster farmer and military veteran has capitalized on voters' willingness to forgive past transgressions and embrace a populist message.</p><p>Platner is facing Gov. Janet Mills, 78, in the June 9 primary, with the winner taking on five-term Republican Sen. Susan Collins, 73, in a race that could help determine Senate control.</p><p>“Graham Platner’s campaign gave me a place to put my energy in a positive way,” said Beth Knight, a 63-year-old teacher who attended the trivia night in Kittery, a small seaside town on the border with New Hampshire. “I believe he has a true redemption story.”</p><p>Participants drank soda and ate cookies while listening to Dropkick Murphys, a Boston punk band that Platner likes. Some seemed to know a lot about a candidate who was practically unknown just last year, from his dog's name to the name of a bar where he once worked in the nation's capital.</p><p>Among the questions was “what characteristics make Graham the best candidate to beat Susan Collins?” One of the options was “he is handsome and has a deep voice,” but the correct answer in the game was "he has grown as an individual and is honest.”</p><p>Mills, now in her second term, is backed by the party leader in the Senate, Chuck Schumer of New York, and other Democrats who say it is too risky to support an untested candidate such as Platner. Maine has one of the oldest voting populations in the country, and voters often elect politicians with a reputation for being moderate.</p><p>But Platner has excited some supporters with an antiestablishment message that his campaign believes could carry him to victory.</p><p>“What specific group did Graham identify as the primary enemy in his campaign launch video?” the emcee asked at trivia night. The answer was "the oligarchy and the billionaires.”</p><p>Increased visibility</p><p>Platner has centered his campaign on affordability issues such as housing and health care, but much of the news coverage has focused on his past behavior. He has been dogged by questions about the skull-and-crossbones tattoo reminiscent of a Nazi symbol that he said he got during a night of drinking while on military leave in Croatia.</p><p>Platner has maintained that he was unaware at the time that the image had been associated with Nazis, and he has since covered the tattoo with a different design. But there also have been lingering questions about inflammatory comments he made in old online postings, which he has since disavowed. More recently, he has been questioned for being a guest on a podcast hosted by Nate Cornacchia, a retired Green Beret who has been accused of antisemitism.</p><p>All the while, Platner keeps filling theaters, meeting halls and rallies. From his August campaign announcement to the end of March, Platner had hosted 50 town halls throughout Maine. His campaign accused Mills and Collins of holding none.</p><p>The events include traditional canvassing and phone-banking training, as well as happy hours at breweries and poster-making before No Kings protests. That wide footprint has increased Platner's visibility. For example, on the same night that the campaign hosted the recent trivia game in Kittery, Platner was more than 350 miles away at a town hall in Fort Kent, in the state's far north.</p><p>“He’s bringing an energy of wanting to create something in this race, win or lose. He wants to create a lasting connection in communities where people can get together and can actually talk to their neighbors face to face again,” said Megan Smith, a community organizer with the Maine People’s Alliance, an advocacy group that has endorsed Platner.</p><p>The Mills and Collins campaigns both rejected the idea that Platner is more accessible to voters, and both cited their candidate’s busy workload as an elected official.</p><p>“As the only Democrat to have won statewide in 20 years, voters trust Janet Mills, they know she is the only candidate who has delivered progress for Maine people, and they see her leading our state every single day,” Mills campaign spokesperson Tommy Garcia said.</p><p>Collins spokesperson Blake Kernen said that “town halls are often organized by partisan or dark money groups."</p><p>“She prefers smaller group meetings, rather than holding town halls where very few people get to speak, and the level of civility is often not that high,” she said.</p><p>Spending and scrutiny ramp up</p><p>To date, Platner has significantly outspent Mills on advertising since jumping into the race in August, $4.8 million compared with Mills’ $1.5 million according to a recent analysis by AdImpact.</p><p>The spending comes as the campaign intensifies as the primary nears. Mills recently released a video in which women read some of Platner’s old social media posts that were dismissive of sexual assault.</p><p>Platner's defenders do not appear worried about that increased attention, arguing that Democrats are more willing to elect candidates who are honest about past mistakes as long as they make an effort to show how they have changed.</p><p>“In this environment, you know, where we have people like Donald Trump in public office who have done terrible things, there is more appetite in the Democratic Party to have people that are not just purely polished and have been on an election track their whole lives,” said Sen. Martin Heinrich, a New Mexico Democrat who has endorsed Platner.</p><p>Questioning the establishment</p><p>Smith, the community organizer, said some voters bristle at the assumption that outsiders such as Schumer know better than Mainers.</p><p>“Mainers are kind of stubborn and we don’t like to be told what to do,” she said. “They’re not thrilled to have D.C. Democrats weighing in on our primaries.”</p><p>Still, Platner will have to overcome historical precedent to beat Mills.</p><p>“Historically, there’s been an inclination of Democratic primary voters in Maine to pick the known candidate,” said Michael Franz, a government professor with Bowdoin College. “Oftentimes, that is an older candidate who’s been in office for a while.”</p><p>Franz described Platner as “a high-risk, high-reward type of candidate.”</p><p>“He might end up being the new national figure that captures everyone’s attention if he’s elected to the Senate," he said. "Or he might just be the candidate that everyone thought could come out of nowhere but ended up only getting 42% of the vote.”</p><p>___</p><p>Kruesi reported from Providence, R.I. Associated Press writer Joey Cappelletti in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFULM6NC5GKTQ5EALM5VHYI6FM.jpg?auth=208fc531eb040eff9ccddfbb9885834289a59651a78b1caafaf1bca4de9ba30a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dave Harvey participates in a trivia night for supporters of U.S. Senate candidate Graham Platner, Thursday, March 26, 2026, in Kittery, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZN2CCCCUBY2J22LEEKN7DZVUCU.jpg?auth=4ff7940e638900905dc014438e2c78ccc65ae40d5b98d94887642bde8b4da1ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joanie Monteith leads a trivia night for supporters of U.S. Senate candidate Graham Platner, Thursday, March 26, 2026, in Kittery, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VSMEX4QATWWRABFSI3JECJWSJ4.jpg?auth=090bce8daa2d41c9f678332efa0450d7d4ff1cf65af503d5c51fabd26cdf4bd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Avery Seuter talks with a fellow supporter of US Senate candidate Graham Platner during a Platner-themed trivia night, Thursday, March 26, 2027, in Kittery, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PAYI5ICJZP66MEQZRVFX4RMNMM.jpg?auth=1c4188c91521a3083aa0cfe55affa6fe0fec2cc9d6ec4427051e61f3ecb4e0d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of photos shows Democratic Gov. Janet Mills on Jan. 30, 2024, in Augusta, Maine, left, Democratic candidate for U.S. Senate Graham Platner on Nov. 3, 2025, in Sullivan, Maine, center, and Sen. Susan Collins, R-Maine, on March 26, 2026, in Washington, right. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Pope Leo urges peace in first Easter Mass as Christians celebrate in Jerusalem, Gaza and Tehran]]></title><link>https://www.local10.com/news/world/2026/04/05/pope-leo-urges-peace-in-first-easter-mass-as-christians-celebrate-in-jerusalem-gaza-and-tehran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/05/pope-leo-urges-peace-in-first-easter-mass-as-christians-celebrate-in-jerusalem-gaza-and-tehran/</guid><dc:creator><![CDATA[By COLLEEN BARRY and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 17:40:34 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — Pope Leo XIV celebrated his first Easter Mass as pontiff with a call Sunday to lay down arms and seek peace to global conflicts through dialogue, but he departed from a tradition of listing the world's woes by name in the Urbi et Orbi blessing from the loggia of St. Peter’s Basilica.</p><p>Leo, the first U.S.-born pope, emphasized Easter’s message of hope as a celebration of Jesus’ resurrection after being crucified.</p><p>“Let us allow our hearts to be transformed by his immense love for us! Let those who have weapons lay them down! Let those who have the power to unleash wars choose peace! Not a peace imposed by force, but through dialogue! Not with the desire to dominate others, but to encounter them!” the pope implored.</p><p>With the U.S.-Israeli war on Iran in its second month and Russia’s ongoing campaign in Ukraine, Leo acknowledged a sense of indifference “to the deaths of thousands of people ... to the repercussions of hatred and division that conflicts sow … to the economic and social consequences they produce.’’</p><p>Without mentioning the wars by name, Leo quoted his predecessor, Pope Francis, who during his last public appearance from the same loggia last Easter reminded the faithful of the “great thirst for death, for killing, we witness each day.’’</p><p>Francis, weakened by a long illness, died the next day on Easter Monday.</p><p>The Urbi et Orbi blessing, Latin for “to the city and the world,’’ has traditionally included a litany of the world’s woes. Leo followed that formula during his Christmas blessing. There was no immediate explanation for the shift.</p><p>Earlier, Leo addressed some 50,000 faithful from an open-air altar in St. Peter’s Square flanked with white roses, while the steps leading down to the piazza where the faithful gathered were filled with spring perennials, symbolically resonating with the pope’s words.</p><p>He implored the faithful in his homily to keep their hope in the face of death, which lurks "in the abuses that crush the weakest among us, because of the idolatry of profit that plunders the earth’s resources, because of the violence of war that kills and destroys.’’</p><p>Speaking from the loggia, the pope announced a prayer vigil for peace April 11 in the basilica.</p><p>Small shifts in traditions</p><p>Leo greeted the global faithful in 10 languages, including Arabic, Chinese and Latin, reviving a practice that his predecessor Pope Francis had let lapse.</p><p>Before retreating into the basilica, Leo stepped forward out of the loggia’s shadow and waved to the cheering crowd below. He later greeted people in the piazza from the popemobile that took him all the way down Via della Conciliazione toward the Tiber River and back.</p><p>During the marathon that is Holy Week, Leo also reclaimed the tradition of washing priests’ feet on Holy Thursday, a gesture of encouragement toward clergy, after Francis had chosen a more inclusive path, traveling to prisons and homes for the disabled to wash the feet of women, non-Christians and prisoners.</p><p>The 70-year-old pontiff also became the first pope in decades to carry the light wooden cross for the entire 14 stations during the Way of the Cross on Good Friday.</p><p>Christians in the Holy Land mark a subdued Easter</p><p>Traditional ceremonies at the Church of the Holy Sepulchre, revered by Christians as the traditional site of Jesus’ crucifixion and resurrection, were scaled back under an agreement with Israeli police. Authorities have put limits on the sizes of public gatherings due to ongoing missile attacks.</p><p>The restrictions also dampened the recent Muslim holy month of Ramadan and Eid al-Fitr holiday, as well as the current weeklong Jewish festival of Passover. On Sunday, the Jewish priestly blessing at the Western Wall — normally attended by tens of thousands — was limited to just 50 people.</p><p>The restrictions have strained relations between Israeli authorities and Christian leaders. Police last week prevented two of the church’s top religious leaders, including Latin Patriarch Pierbattista Pizzaballa, from celebrating Palm Sunday at the Church of the Holy Sepulchre.</p><p>Gaza’s tiny Palestinian Christian community celebrates first Easter since ceasefire</p><p>At the Holy Family church in Gaza City, Catholics young and old gathered for a traditional Easter Mass. Singing, they formed a queue in the aisle, waiting for their chance to kiss a sketch of Jesus held by a member of the clergy who wiped the glass frame between turns.</p><p>“There is great joy, especially after the ceasefire and after nearly three years of suffering and being unable to celebrate all the holy holidays,” said George Anton from Gaza City. “People are somewhat relieved and more stable.”</p><p>Armenian Christians try to show normalcy by celebrating in Iran</p><p>Armenian Christians observed Easter at a church in Iran’s capital on Sunday, striving to maintain a sense of normalcy five weeks into the war.</p><p>Families embraced and children exchanged painted eggs at the St. Sarkis Cathedral in central Tehran. Iran’s capital has been targeted by daily airstrikes since the United States and Israel launched the war on Feb. 28.</p><p>“Whether we like it or not, we have young children who do not understand what’s going on,” said Juanita Arakel, 40, an English language teacher. “They just need to feel normal.”</p><p>The Islamic Republic, with a population of around 90 million, is home to some 300,000 Christians, mostly Armenians, and three seats in parliament are reserved for Christians.</p><p>“Our calls and prayers are that we will be able to end this war,” said Sepuh Sargsyan, the archbishop of the Armenian Diocese of Tehran. “Our calls and prayers are that we will be able to end this war.”</p><p>____</p><p>Barry reported from Milan. Associated Press journalists Josef Federman in Jerusalem, Wafaa Shurafa in Deir al-Balah, Gaza Strip, and Bassem Mroue in Tehran, Iran, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQYOBUKWPUOV6RD6VVD5FZ3IIE.jpg?auth=2d0d4982da172f4b4136a3137c9987f54ffa8fafb6d6dc1a9a227924fa3f0f4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV addresses the faithful after delivering the Urbi et Orbi blessing - Latin for "to the city of Rome and to the world" - from the central loggia of St. Peter's Basilica at the end of Easter Mass he presided over in St. Peter's Square at the Vatican, Sunday, April 5, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OB5ZEI74RPHW7PV6R55UDVPMI4.jpg?auth=a8ecd9ef9f1966023db1fd8b79dada06798a621c9c07ac9124c6cd2d91180afd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV greets the faithful at the end of Easter Mass he presided over in St. Peter's Square at the Vatican, Sunday, April 5, 2026. (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/5TFXEBPO2UXMSAWPVD6T7FDR4Y.jpg?auth=1febc8824dd12dc5f18d9e07623bdb3ff2ef7142bc459e59c4e5fa576a31d668&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV delivers the Urbi et Orbi blessing - Latin for "to the city of Rome and to the world" - from the central loggia of St. Peter's Basilica at the end of Easter Mass he presided over in St. Peter's Square at the Vatican, Sunday, April 5, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOR6TSR2QUNNNZFHKXOPJVCSWU.jpg?auth=ab81591c24dba54a9596adec349f0dcb639f8bc5a4ccdffd2829801989ea5aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV sprinkles holy water with a bunch of hyssop sprigs as he presides over Easter Mass in St. Peter’s Square at the Vatican, Sunday, April 5, 2026. (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/65CFYFLIGVBIUIMAUNEETKK6NM.jpg?auth=1f734df145ea5a65ffb994abb2e60b81442810493a48eed855a383c9392cd007&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV addresses the faithful after delivering the Urbi et Orbi blessing - Latin for "to the city of Rome and to the world" - from the central loggia of St. Peter's Basilica at the end of Easter Mass he presided over in St. Peter's Square at the Vatican, Sunday, April 5, 2026. (AP Photo/Alessandra Tarantino)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Rays are eager to return to Tropicana Field for the first game since hurricane damaged the roof]]></title><link>https://www.local10.com/sports/2026/04/05/rays-are-eager-to-return-to-tropicana-field-for-the-first-game-since-hurricane-damaged-the-roof/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/rays-are-eager-to-return-to-tropicana-field-for-the-first-game-since-hurricane-damaged-the-roof/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 13:36:11 +0000</pubDate><content:encoded><![CDATA[<p>A sellout crowd will welcome the Tampa Bay Rays back to renovated Tropicana Field on Monday for the first time in 18 1/2 months.</p><p>The quirky stadium with the tilted roof and unique catwalks underwent major repairs after Hurricane Milton swept through downtown St. Petersburg on Oct. 9, 2024, and caused extensive damage.</p><p>High wind ripped sections of the original roof, allowing rain to fall into the stadium bowl for months. Water caused mold and damage to electrical, sound and broadcast systems.</p><p>There was thought initially the Rays would never play another game at the only ballpark they had called home since the franchise’s debut in 1998. Instead, nearly $60 million was spent to replace the roof and rebuild the Trop.</p><p>While the Rays played their 2025 home games across the bay in Tampa at Steinbrenner Field — the spring training home of the New York Yankees — their stadium got a makeover.</p><p>The new roof was installed last August, and the final panel was put in place Nov. 21. Luxury suites and the stadium video board were upgraded. The stadium has new artificial turf, home-plate club seats, clubhouse carpet and lockers, and new flooring on the outfield deck.</p><p>“I think guys are excited, and rightfully so,” Rays manager Kevin Cash said about the team’s return home. “Our organization has worked incredibly hard and the city and the county, to get it back up to speed. I briefly walked through there, couldn’t be more impressed with the way it looks, and excited to see our fans. I think our guys are going to appreciate just having our fans in the building, cheering us on for our opening day.”</p><p>It’ll be the 20th consecutive season the Rays have sold out their home opener, excluding 2020 when fans weren’t allowed inside the stadium because of the COVID-19 pandemic.</p><p>“I’m just really excited to get back in the Trop,” said reliever Griffin Jax, who joined the team last July. “I always enjoy going there as a visitor. It’ll be cool to see all the new renovations and upgrades they made along the way. We’ve seen it a handful of times walking through and seeing pictures and stuff. It looks great. It’ll be good to be back in our home.”</p><p>After spending a season playing in a minor league ballpark, the Rays are looking forward to going back to big league amenities.</p><p>“It was difficult,” Jax said about playing at Steinbrenner Field. “I don’t think anybody expects to play in a situation like that. It’s just one of those things you have to make any adjustment you can and get ready to play because there is still baseball to be played that night. The situation isn’t great. The environment wasn’t awesome, but it’s still baseball. You just have to roll with it. I was only there for two months. Shout out to all these guys who were there for an entire year because it was not ideal.”</p><p>Tropicana Field may not be home for the Rays for much longer. The Rays are under lease to play there through at least the 2028 season, but the team's new ownership group is pursuing a new ballpark that would be built in Tampa, in the shadows of the Yankees’ spring training complex and across the street from Raymond James Stadium, home to the NFL’s Tampa Bay Buccaneers.</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KL26OCXYONAHLZUHXUBBAM5YR4.jpg?auth=88d61f038ed3e7155dcb4f794abb113ab8a9a138c057be4fec8489530ae05f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The roof of the Tropicana Field is damaged the morning after Hurricane Milton hit the region, Oct. 10, 2024, in St. Petersburg, Fla. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Jo Adell robs 3 homers in what Torii Hunter calls the greatest defensive game he's ever seen]]></title><link>https://www.local10.com/sports/2026/04/05/jo-adell-robs-3-homers-in-what-torii-hunter-calls-the-greatest-defensive-game-ive-ever-seen/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/jo-adell-robs-3-homers-in-what-torii-hunter-calls-the-greatest-defensive-game-ive-ever-seen/</guid><dc:creator><![CDATA[By MIKE DiGIOVANNA, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 19:48:52 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — You’ve done something special when Torii Hunter, a nine-time Gold Glove Award winner known for his acrobatic catches, calls what you just did “probably the greatest defensive game I’ve ever seen.”</p><p>That was the praise Hunter heaped on the Los Angeles Angels' Jo Adell after the right fielder made three home run-robbing catches, the last a spectacular leaping grab while crashing into the seats near the right-field foul pole in the ninth inning of a 1-0 victory over the Seattle Mariners on Saturday night.</p><p>“I’ve never seen three home run robberies in one game, and I’ve never seen a guy on the third one fall into the stands, catch the ball and keep his feet in like he’s a wide receiver,” said the 50-year-old Hunter, a special assistant to the general manager who watched the game from the bench. “I was jumping up and down. I almost passed out.”</p><p>Adell, who struggled on defense for several years before transforming into a Gold Glove finalist in 2024, leaped high above the yellow line on the wall in straight-way right field to deny Cal Raleigh of a solo homer in the first inning, and he made a nearly identical catch to deny Josh Naylor in the eighth.</p><p>J.P. Crawford then led off the ninth with a drive toward the right-field corner, where Adell raced toward the ball, leaped to glove it, flipped over the low wall and fell into the first row of seats before holding his glove up to present the catch, which was upheld after a replay review.</p><p>“After the first one, I was pretty fired up,” Adell said. “When I got to the second one, which looked identical to the first, I thought, ‘Wow, my routes are on point tonight.’ The third one was just grit. Top of the ninth, you have to get it done. It was crazy.</p><p>“You just get there, then it’s decision-making. The ball was hit high enough to where I could get there. I watched it (into my glove), fell over and ended up in somebody’s lap. I don’t know who it was, but it was a softer landing than I expected. The fans were as fired up as me.”</p><p>According to Inside Edge, Adell has 10 home run robberies since 2020, tied with Kyle Tucker of the Dodgers for the most in the big leagues. The outfielders with the most home run robberies in the entire 2025 season were Jacob Young of the Nationals and Fernando Tatis of the Padres, both of whom had four.</p><p>Adell was the first player in baseball history to rob three homers in one game since tracking began in 2004, according to Sports Info Solutions.</p><p>“It was like a movie scene,” Hunter said about Adell’s third catch. “It was like the music was playing, then he caught the ball, then he went down and we didn’t see him anymore. The music paused, he came up and said, ‘Yeah!’ I started cheering and almost blacked out.”</p><p>Hunter, the former Minnesota Twins, Angels and Detroit Tigers star, has worked extensively with Adell on defense during the past few years. Adell famously had a ball squirt out of his glove and over the fence for a home run in Texas as a rookie in 2020.</p><p>“His impact has been huge,” Adell said of Hunter. “It’s mental when you’re out there — it’s a mindset of going to get the baseball, being aggressive. Early, I was caught in between on some plays, and sometimes that happens.</p><p>“When you err on the side of being aggressive and trying to make the plays, you’d be surprised at how many plays you make. That’s the mindset Torii had all those years, winning all those Gold Gloves.”</p><p>The Mariners were so impressed with Adell's glove work that someone scrawled this message on a whiteboard in their Angel Stadium clubhouse before Sunday's series finale: “Game plan — Don't hit the ball to Joseph Adell.”</p><p>Adell's birth name is actually Jordon, but point taken.</p><p>“You know, we’re still very, very early in the season," Mariners manager Dan Wilson said, when asked about the importance of keeping a light touch before such a frustrating loss. "We’ve got a long way to go, and that was something that’s probably never been done in a game before. So move on, and you flush it, and come back today.”</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BAMPCQ26ZZVHQHHOWNMBDXE2UI.jpg?auth=e1309a6ddcefffccb74013cab9414d2a401a374259569ed09091be1716148468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels left fielder Jo Adell (7) catches a ball hit by Seattle Mariners' J.P. Crawford during the ninth inning of a baseball game Saturday, April 4, 2026, in Anaheim, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6FU4P6M2PTE6J7LUIZTRSAA2VU.jpg?auth=82b8049dc2b60d0cd581a57080dd2d0349ed31a0dc694d06576722df3daa129d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels left fielder Jo Adell (7) catches a ball hit by Seattle Mariners' J.P. Crawford during the ninth inning of a baseball game Saturday, April 4, 2026, in Anaheim, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y5XMVV455H5452UUB23MO2ZZ3A.jpg?auth=309ef6159b66a55a8d952909f8f2bd4925da7686cdd2b1d67c9b4de492f535c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels Jo Adell (7) is greeted by teammates at the end of a baseball game against the Seattle Mariners, Saturday, April 4, 2026, in Anaheim, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UUPCFDTSCRLJRINBSGVP7ZVV3U.jpg?auth=0246aa722e7d1b8166170013d5f93d25e711bdb8c41bced952f5751d599c3401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels catcher Logan O'Hoppe (14) and left fielder Jo Adell (7) embrace at the end of a baseball game against the Seattle Mariners, Saturday, April 4, 2026, in Anaheim, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AOBKPSBBVSPO6ALO5SD33WX3QQ.jpg?auth=6ecd6398ddd1d04c54398eaadaf565babd14f84e19a0b3a616d1c23e708a372d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels left fielder Jo Adell (7) jumps up to catch a ball hit by Seattle Mariners' Josh Naylor (12) during the eighth inning of a baseball game Saturday, April 4, 2026, in Anaheim, Calif. (AP Photo/Caroline Brehman)]]></media:description><media:credit role="author" scheme="urn:ebu">Caroline Brehman</media:credit></media:content></item><item><title><![CDATA[Aid groups warn Iran war is hindering food and medicine from reaching millions]]></title><link>https://www.local10.com/news/world/2026/04/05/aid-groups-warn-iran-war-is-hindering-food-and-medicine-from-reaching-millions/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/05/aid-groups-warn-iran-war-is-hindering-food-and-medicine-from-reaching-millions/</guid><dc:creator><![CDATA[By SAM MEDNICK and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 12:42:11 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Aid groups are warning that the war in the Middle East has upended their ability to get food and medicine to millions of people around the world in need, and that the suffering will deepen if the violence continues.</p><p>Not only has the conflict cut off vital shipping routes, creating a global energy crisis, it’s also disrupting supply chains for aid groups, forcing them to use costlier, more time-consuming routes.</p><p>Key pathways such as the Strait of Hormuz have been effectively shuttered and routes from strategic hubs such as Dubai, Doha and Abu Dhabi have also been impacted. Transport costs have spiked with higher fuel and insurance rates, meaning less supplies can be delivered with the same amount of money.</p><p>The World Food Program says it has tens of thousands of metric tons of food heavily delayed in transit. The International Rescue Committee has $130,000 worth of pharmaceuticals intended for war-torn Sudan stranded in Dubai and nearly 670 boxes of therapeutic food meant for severely malnourished children in Somalia stuck in India. The U.N. Population Fund says it's delayed sending equipment to 16 countries.</p><p>Steep U.S. cuts to foreign aid already had hobbled many aid groups, who say the war is exacerbating the problem.</p><p>The United Nations says this is the most significant supply chain disruption since COVID, with up to a 20% cost increase on shipments and delays as goods are rerouted. And the war is creating new emergencies, such as in Iran, and also in Lebanon where at least one million people have been displaced.</p><p>“The war on Iran and disruption to the Strait of Hormuz risk pushing humanitarian operations beyond their limits," said Madiha Raza, associate director for public affairs and communications for Africa for the International Rescue Committee.</p><p>Even when the fighting stops, the shock to global supply chains could continue to delay lifesaving aid for months, she said.</p><p>Longer and more costly routes</p><p>The war has forced organizations to find new ways to transport goods, with some bypassing the Strait of Hormuz and the Suez Canal and rerouting vessels around Africa, adding weeks to the delivery.</p><p>Others are using a hybrid of methods, including land, sea and air, increasing costs.</p><p>Jean-Cedric Meeus, chief of global transport and logistics for UNICEF, said his agency is using a mix of land and air routes to send vaccines to Nigeria and Iran in order to get them there in time for the vaccination campaigns, but the costs have soared.</p><p>Before the war, UNICEF sent vaccines to Iran by plane directly from vendors around the world. Now it’s flying the vaccines to Turkey and driving them into Iran, which has increased costs by 20% and has added 10 days to the delivery time, he said.</p><p>Save the Children International, which would normally send supplies by ocean freight from Dubai to Port Sudan, will now have to truck the goods from Dubai through Saudi Arabia and then by barge across the Red Sea, it said. The route adds 10 days and increases costs by about 25%, at a time when over 19 million Sudanese face acute food insecurity. The delay puts more than 90 primary health care facilities across Sudan at risk of running out of essential medicines, it said.</p><p>The spike in prices also means organizations have to choose what to prioritize.</p><p>“In the end, you sacrifice either the number of children that you serve ... or you sacrifice the number of items that you can afford to buy,” said Janti Soeripto, president of Save the Children for the United States. The group said it has stockpiles in countries where it works but some of those could run out within weeks.</p><p>Rising costs are also impacting people's ability to seek help within their countries.</p><p>Doctors Without Borders said rising fuel prices across Somalia — where some 6.5 million people are experiencing acute food insecurity — have driven up transport and food costs, making it harder for people to get care. In Nigeria, the IRC says fuel prices have surged by 50% and clinics are struggling to power equipment, such as generators and mobile health teams have scaled back operations.</p><p>Hunger crisis could deepen</p><p>One of the biggest concerns is the impact the war will have on global hunger.</p><p>WFP warns that if the conflict continues through June, 45 million more people will be acutely hungry, adding to nearly 320 million people facing hunger around the world.</p><p>Some 30% of the world's fertilizer comes through the Strait of Hormuz and with planting season ahead in areas like East Africa and South Asia, small farmers in poor countries will be hard hit. Sudan imports more than half its fertilizer from the Gulf and Kenya approximately 40% from there, aid groups say.</p><p>The U.N. secretary-general has established a task force to facilitate fertilizer trade — modeled on the Black Sea Grain Initiative. But aid groups say that won't be enough. If there's no ceasefire, governments need to provide more funding for organizations to respond to the rising costs, they say.</p><p>Humanitarian experts say there's been a slower international response to fund aid during this war compared to previous conflicts like Ukraine, which could reflect growing pressure to invest in security over aid at a time when the world is in turmoil.</p><p>“They’re making hard choices between defense security and humanitarian aid,” said Sam Vigersky, an international affairs fellow at the Council on Foreign Relations who has written about the war’s impact on aid.</p><p>He said when the U.S. goes to war, it normally has provisions for aid, but hasn't been “activating” those provisions. “It’s not a capacity issue, it’s a policy decision,” he said.</p><p>Tommy Pigott, principal deputy spokesperson for the U.S. State Department, said that the U.S. has been the “most generous country in the world" when it comes to humanitarian aid.</p><p>The department said it's releasing an additional $50 million in emergency assistance to Lebanon, including to the World Food Program and working closely with the United Nations and others to address the humanitarian needs.</p><p>—</p><p>Associated Press writer Edith M. Lederer contributed from the United Nations</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/POIT7JA67JVVXVM3EPM7LWPFNQ.jpg?auth=9a1d76dd30066f54b491bbf653cf38fff878391e51c1354228eb6b1b9249dc64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman stands beside her food ration after distribution of aid, in Nalemkais Village, Turkana County, Kenya, Feb. 8, 2026. (AP Photo/Patrick Ngugi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Ngugi</media:credit></media:content></item><item><title><![CDATA[The Latest: Trump threatens to strike Iran's infrastructure if Strait of Hormuz isn't reopened]]></title><link>https://www.local10.com/news/world/2026/04/05/the-latest-trump-threatens-to-strike-irans-infrastructure-if-strait-of-hormuz-isnt-reopened/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/05/the-latest-trump-threatens-to-strike-irans-infrastructure-if-strait-of-hormuz-isnt-reopened/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 03:57:36 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump on Sunday stepped up his threat to hit Iran's critical infrastructure hard if the country's government doesn’t reopen the Strait of Hormuz by his Monday deadline.</p><p>Trump punctuated his threat with profanity in a social media post Sunday, saying that Tuesday will be “Power Plant Day, and Bridge Day, all wrapped up in one, in Iran.”</p><p>He also offered details of the rescue of a “seriously wounded and really brave” U.S. service member he identified as a “respected colonel” who was missing since Iran shot down a U.S. F-15E Strike Eagle on Friday.</p><p>The U.S. president said the rescue was a rarely attempted type of operation because of the potential dangers. A second crew member was rescued earlier in “broad daylight” after seven hours over Iran.</p><p>The war began with joint U.S.-Israel strikes on Feb. 28 and has killed thousands, shaken global markets, cut off key shipping routes and spiked fuel prices. Both sides have threatened and hit civilian targets, bringing warnings of possible war crimes.</p><p>Here is the latest:</p><p>Strikes in Iran kill at least 9 people</p><p>From Sunday into Monday across Iran, local media and activists reported strikes on Ahvaz, Bandar Lengeh, Karaj and Shiraz.</p><p>The strikes in Bandar Lengeh and Kong killed at least six people and wounded 17 others, the state-run IRAN newspaper said.</p><p>Another airstrike in southeastern Tehran hit a home, killing at least three people, Iranian state TV reported.</p><p>Iranian strikes hit Haifa</p><p>Israel’s Magen David Adom and Fire and Rescue services said early Monday that there are two reported sites of Iranian missile hits in the northern city of Haifa.</p><p>Video footage provided by Magen David Adom of the affected sites show active fire and bombed cars in what appears to be a residential area.</p><p>It is still unclear whether those were direct hits or damage from falling shrapnel from interceptions.</p><p>The missile strikes comes a day after another attack from Iran also hit a Haifa residential area, killing two people and injuring others.</p><p>Two people were still trapped in the rubble caused by the Sunday attack and their fate is unknown.</p><p>Meanwhile, Israel’s military warned the public Monday morning of another missile barrage coming from Iran, the third-such alert of the day.</p><p>Airstrike on Iranian city of Eslamshar kills at least 13</p><p>An airstrike early Monday struck a residential building in a city southwest of Iran’s capital, Tehran, killing at least 13 people, Iranian media reported.</p><p>The semiofficial Fars news agency and Nour News reported the strike near Eslamshar.</p><p>It wasn’t clear why the building had been struck.</p><p>Neither Israel nor the United States claimed the strikes early Monday, but they came after Trump issued a profanity-laced threat to Iran that it must reopen the Strait of Hormuz.</p><p>Airstrikes hit Tehran university linked to weapons work</p><p>Airstrikes early Monday morning on Iran’s capital targeted the Sharif University of Technology.</p><p>Iranian media reported the strikes and damage to buildings there, as well as a natural gas distribution site next to the campus.</p><p>It wasn’t immediately clear what had been targeted on the grounds of the university, which is empty of students as the war has forced all schools in the country into online classes.</p><p>However, multiple countries over the years have sanctioned the university for its work with the military, particularly on Iran’s ballistic missile program, which is controlled by the country’s paramilitary Revolutionary Guard.</p><p>Meanwhile, the Guard and other security forces have been using secondary sites as rally points as their bases have come under repeated attack during the war.</p><p>Airstrike in the Irani city of Qom kills at least 5</p><p>The state-run IRAN daily newspaper said in an online message that an airstrike in a residential area of Qom killed at least five people. Qom is a holy Shiite seminary city just south of Tehran.</p><p>It wasn’t unclear what the target of the strike was.</p><p>Iran has not provided overall casualty figures from the war in days. It also hasn’t discussed its materiel losses.</p><p>Airstrikes hit Iran's capital</p><p>Before dawn Monday, a series of airstrikes hit Iran’s capital, Tehran. Explosions rang out into the night, though it wasn’t immediately clear what had been struck. The sound of low-flying fighter jets could be heard off and on for hours.</p><p>In Israel, authorities sounded one missile alert. In Dubai in the United Arab Emirates, two such alerts went off with air defenses firing, but it wasn’t immediately clear what had been targeted by Iran. Kuwait also said its air defenses worked multiple times overnight to intercept incoming.</p><p>Crude oil prices jump in early trading after Trump threats</p><p>Crude oil prices jumped sharply in early trading Sunday after U.S. President Donald Trump issued fresh, heightened threats against Iran and its infrastructure.</p><p>The price of Brent crude, the international standard, rose more than 2% to $111.25. U.S. crude oil prices were up nearly 3% to $114.54 a barrel.</p><p>The last time front-month prices for U.S. crude oil prices were above $115 a barrel was the summer of 2022, in the aftermath of Russia’s invasion of Ukraine and during a period of high inflation across the globe.</p><p>Trump on social media vowed to hit Iran’s power plants and bridges and said the country would be “living in Hell” if the Strait of Hormuz, crucial for global trade, isn’t opened by Tuesday.</p><p>Official with Lebanese Christian party killed in Israeli strike</p><p>Pierre Mouawad, an official with the Lebanese Forces party, was killed along with his wife in an Israeli strike Sunday on an apartment building in the village of Ain Saadeh in the mountains east of Beirut, the state-run National News Agency reported.</p><p>Another woman was killed and three women were wounded, Lebanon’s health ministry said.</p><p>The Israeli military has made no statement about the strike, and its intended target remains unclear.</p><p>The Lebanese Forces party is opposed to Hezbollah and has blamed the Shiite militant group for dragging Lebanon into a new war with Israel.</p><p>Israeli strikes in Christian-majority areas have led to sectarian tensions, with local residents fearing that Hezbollah members may be hiding among displaced Shiite civilians taking refuge there.</p><p>Doctors Without Borders condemns Israeli strike in Beirut neighborhood</p><p>The international aid group, known by its French acronym MSF, said the strike in Beirut’s Jnah neighborhood on Sunday hit “a densely populated residential area … only meters from Rafik Hariri Public Hospital.”</p><p>Lebanon’s Health Ministry said the strike, which came without a warning, killed four people and wounded 39.</p><p>“We are seeing elderly people and adolescents arriving with critical injuries to the head, chest, and abdomen, including shrapnel wounds,” Luna Hammad, MSF medical coordinator working in the hospital, said in a statement. “When strikes hit crowded residential areas without warning, the consequences are severe, both in human casualties and in hospitals’ capacity to respond.”</p><p>MSF said that “strikes this close to a hospital spread fear and can stop people from seeking lifesaving care.”</p><p>The Israeli military has not named the intended target of the strike, which comes five weeks into the renewed Israel-Hezbollah war in Lebanon.</p><p>Iran says US bombarded its own aircraft, personnel</p><p>Iran’s joint military command spokesperson said Sunday that the U.S. had to bombard its own military aircraft and personnel that were struck and downed by Iranian fighters to “prevent embarrassment for President Trump and the hollow image of its military.”</p><p>Ebrahim Zolfaghari added that several U.S. military aircraft entered Iranian airspace to carry out a rescue operation for the pilot of a downed U.S. fighter jet, but said Iranian fighters and air defense systems struck the aircraft and forced them to make an emergency landing in an area south of Isfahan.</p><p>A regional intelligence official, who was briefed on the covert mission and who spoke on condition of anonymity to discuss it, said the U.S. military blew up two transport planes due to a technical malfunction that forced them to bring in additional aircraft to complete the rescue.</p><p>Over the weekend, the United States pulled off a daring rescue of two aviators whose fighter jet was shot down by Iran, plucking the pilot from behind enemy lines before setting off a complicated extraction of the second service member who hid deep in the mountains as Tehran called for Iranians to help capture him.</p><p>___</p><p>— Associated Press reporter Toqa Ezzidin contributed to this report.</p><p>Bahrain’s foreign minister urges action on Strait of Hormuz</p><p>Abdullatif bin Rashid al-Zayani wrote in a statement Sunday that Iran’s weekslong chokehold on the critical waterway has created an “escalating crisis that threatens global stability, food security, and the foundational principles of international law.”</p><p>He urged action by the United Nations Security Council on a Bahrain draft proposal, which has faced crucial opposition from Russia, China and France over several issues, including language authorizing the use of force to open the strait. All three countries wield veto power over any resolution in the 15-member council.</p><p>The vote on the heavily revised and watered-down draft was scheduled to take place last week, but has been postponed due to lack of consensus.</p><p>Al-Zayani noted that the “window of opportunity is narrowing day by day” and failure by the international community to act “sends a dangerous message that vital arteries of the global economy can be threatened without consequence.”</p><p>Iranian negotiators have ‘immunity from death,’ Trump says</p><p>The U.S. president made the comments during an off-camera interview with Fox News.</p><p>“We’ve given them immunity from death. And we’ve told the people that we’re dealing with, who are the top people,” the president said.</p><p>Trump contended that the Iranians had already conceded on having a nuclear weapon.</p><p>“They’re not even negotiating that point, it’s so easy,” Trump told Fox News. “That’s already been conceded. Most of the points are conceded.”</p><p>4 wounded in fire at UAE’s Khor Fakkan port</p><p>The United Arab Emirates’ Sharjah government said that one Nepali and three Pakistani nationals were wounded Sunday in a fire caused by falling debris from an intercepted Iranian projectile at Khor Fakkan port, according to a statement posted on the social platform X.</p><p>One individual was severely wounded and had to be hospitalized, while the others suffered mild and moderate injuries, the statement said.</p><p>The statement did not specify whether the intercepted projectile was a missile or a drone.</p><p>3 missing in Haifa apartment building strike</p><p>Israel’s Fire and Rescue Authority said Sunday they were searching for three people in the northern Israeli city of Haifa after an Iranian missile strike.</p><p>Paramedics said they rushed to the scene and searched through the rubble to dig out the injured, finding an older man in serious condition. They added that three other people were mildly injured, including a baby.</p><p>Associated Press video filmed at the scene showed much of the multistory building reduced to rubble.</p><p>The rescuers described the damage as resulting from a direct hit, but it was not immediately clear if the building had been struck by a missile or shrapnel from an interception.</p><p>Israeli fire kills 1 Palestinian in Gaza City, health officials say</p><p>The strike on a group of people also wounded others, according to health officials at the Shifa hospital, where the casualties arrived.</p><p>The Israeli military did not immediately respond to a request for comment.</p><p>The Gaza Strip has seen near-daily Israeli fire and strikes since a fragile ceasefire was reached in October, and more than 700 Palestinians have been killed since then, according to figures from the Gaza Health Ministry.</p><p>The ministry, which is part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. But it does not give a breakdown of civilians and militants.</p><p>Since the Iran war began over a month ago, Gaza militants have sat out the conflict and haven’t claimed any attacks against Israel.</p><p>Iran’s head of parliament lashes back at Trump</p><p>In a social media post on Sunday, Iran’s parliamentary Speaker Mohammad Bagher Qalibaf dismissed Trump’s recent threats of targeting Iran’s infrastructure as “reckless.”</p><p>“You won’t gain anything through war crimes,” Qalibaf wrote on X. “The only real solution is respecting the rights of the Iranian people and ending this dangerous game.”</p><p>Top Iranian official threatens closure of the Bab al-Mandeb Strait</p><p>A former foreign minister and adviser to the supreme leader warned Sunday that “the resistance front” could target the Bab el-Mandeb Strait off the Red Sea, through which about 12% of the world’s trade typically passes.</p><p>“If the White House thinks of repeating its stupid mistakes, it will quickly realize that the flow of global energy and trade can be disrupted with a single signal,” Ali Akbar Velayati said on social media, signaling possible closure of the vital waterway if the U.S. escalates attacks.</p><p>Iran leads the so-called “Axis of Resistance,” which includes armed groups in Lebanon, Iraq and Yemen, where Houthi rebels had in the past cut off transit through Bab el-Mandeb with attacks on vessels.</p><p>Iran has effectively stopped cargo traffic through the Strait of Hormuz during the conflict, leading to higher oil and gas prices globally.</p><p>Iran floats a new condition for Strait of Hormuz reopening</p><p>Seyyed Mohammad Mehdi Tabatabaei, a presidential spokesperson, wrote Sunday on the social platform X that the reopening of the vital waterway can only happen if transit revenues are partially earmarked to compensate Iran for war damages.</p><p>There has been growing alarm over Iran’s grip on the Strait of Hormuz, critical for shipments of oil and gas from the Persian Gulf to Europe and Asia. Trump has threatened to attack Iran’s infrastructure if it fails to reopen the strait by Monday.</p><p>Oil-producing countries decide on symbolic output increase</p><p>Eight countries from the OPEC+ oil cartel say they will increase production again in May to ensure stability on the oil market — a decision overshadowed by the effective closure of the Strait of Hormuz to tanker traffic due to the Iran war.</p><p>The countries said in a statement carried Sunday on the Organization of the Petroleum Exporting Countries website that production would be increased by 206,000 barrels per day.</p><p>That, however, remains largely on paper due to the loss of an estimated 12 million barrels a day from Persian Gulf producers due to the Hormuz closure.</p><p>The countries — Saudi Arabia, Russia, Iraq, the United Arab Emirates, Kuwait, Kazakhstan, Algeria and Oman — warned that damage from attacks on oil infrastructure will take “a long time” to repair and return supply to previous levels.</p><p>Such attacks, as well as disruption of navigation, undermine efforts to support stable prices “for the benefit of producers, consumers and the global economy,” they said.</p><p>Iranian government minister dismisses Trump threat in AP interview</p><p>Iran’s culture minister has dismissed President Donald Trump’s latest threats, calling the U.S. leader an “unstable, delusional figure.”</p><p>“Iranian society generally does not pay attention to his statements, as it believes he lacks personal, behavioral and verbal balance, and constantly shifts between contradictory positions,” Sayed Reza Salihi-Amiri told The Associated Press in an interview Sunday.</p><p>Trump on Sunday said he would strike Iran’s power plants and bridges this Tuesday if the Strait of Hormuz remains closed to marine traffic. In an expletive-laden post, Trump promised the Iranians would be “living in Hell” if the waterway isn’t opened.</p><p>“It seems Trump has become a phenomenon that neither Iranians nor Americans are able to fully analyze,” said Salihi-Amiri.</p><p>He said the Strait of Hormuz is “open to the world but closed to Iran’s enemies.”</p><p>Latest attack from Iran hits Haifa apartment building, Israel’s rescue services say</p><p>Paramedics say they rushed to the scene and searched through the rubble to dig out the injured, finding an older man in serious condition. They say three other people were mildly injured, including a baby.</p><p>Photos and video showed much of the multistory building reduced to rubble.</p><p>The rescuers described the damage as resulting from a direct hit. It was not immediately clear if the building had been struck by an Iranian missile or shrapnel from a missile interception.</p><p>2 Black Hawk helicopters were hit during the rescue, but got to safety</p><p>The two helicopters were able to navigate to safe airspace, according to a person familiar with the situation who spoke on condition of anonymity to discuss the sensitive information.</p><p>It was not clear where the Black Hawks landed or if their crew members were injured.</p><p>Iran’s joint military command has claimed it struck two U.S. Black Hawk helicopters.</p><p>___</p><p>— Associated Press reporter Lisa Mascaro contributed to this report.</p><p>Kuwait and Qatar report further aerial attacks</p><p>The Kuwaiti army said Sunday that Iran had fired a total of nine ballistic missiles, four cruise missiles and 31 drones at Kuwaiti territory over the past 24 hours.</p><p>That brings the total number of projectiles that have targeted Kuwait since the war erupted to 740 drones, 336 ballistic missiles and 13 cruise missiles, according to an official statement posted on the social platform X.</p><p>Also, the Qatari army reported that it had on Sunday intercepted several drones and two cruise missiles fired by Iran, according to another statement on X.</p><p>Muslim civil rights group accuses Trump of mocking Islam</p><p>The Council on American-Islamic Relations, a nationwide advocacy group, assailed Trump for invoking Allah in his Truth Social post threatening Iran.</p><p>“President Trump’s deranged mocking of Islam and his threats to attack civilian infrastructure in Iran are reckless, dangerous, and indicative of a mindset that shows indifference to human life and contempt for religious beliefs,” CAIR said in a statement.</p><p>Trump, in his post on Easter Sunday, demanded that Iran open the Strait of Hormuz by Tuesday, “or you’ll be living in Hell – JUST WATCH! Praise be to Allah.”</p><p>“The casual use of ‘Praise be to Allah’ in the context of violent threats reflects a disturbing willingness to weaponize religious language while simultaneously denigrating Islam and its followers,” CAIR said.</p><p>Iranians say Trump’s threats to strike infrastructure is ‘intent to commit war crime’</p><p>Hours after Trump’s expletive-laden post promising Iran will be “living in Hell” over the Strait of Hormuz closure, Tehran’s mission to the U.N. called the open threats to target civilian infrastructure “a direct and public incitement to terrorise civilians and clear evidence of intent to commit war crime.”</p><p>“The international community and all States have legal obligations to prevent such atrocious acts of war crimes,” the mission said in a post on the social platform X. “They must act now. Tomorrow is too late.”</p><p>Iran says Ahvaz Shahid Soleimani airport hit</p><p>Iran state-run television IRIB quoted a security official as saying that so far, no casualties were reported in the aftermath of a US-Israeli strike on Sunday.</p><p>Also on Sunday, the United Arab Emirates’ Sharjah government said that Khor Fakkan port was targeted and that no casualties were reported so far, according to a post on the social platform X by the government’s media office.</p><p>Earlier, UKMTO said that a captain had witnessed multiple splashes from unknown projectiles near his vessel while conducting loading operations at the same port.</p><p>Border crossing between Lebanon and Syria awaits threatened Israeli strikes</p><p>The main border crossing between Lebanon and Syria was closed Sunday after the Israeli military warned of plans to strike it the night before, alleging that Hezbollah was using it to smuggle military equipment.</p><p>Samir Abdelkhaleq from the Lebanese border town of Majdal Anjar said the closure is an economic blow to many.</p><p>“These are real losses for people and for business owners,” he said. “Everyone is just waiting for the strike to be over.”</p><p>Syrian authorities, who have a hostile relationship with Hezbollah, have denied that the crossing is being used for smuggling. In recent days, Syria announced the discovery and closure of several tunnels they said were being used by Hezbollah for smuggling.</p><p>More than 200,000 people have crossed from Lebanon into Syria in the five weeks since the outbreak of renewed war between Israel and Hezbollah.</p><p>US official says CIA launched ‘deception campaign’ to find second crew member</p><p>Details about the rescue of a second U.S. crew member in Iran, who was a weapons systems officer, are trickling out hours after Trump’s announcement.</p><p>A senior U.S. administration official said Sunday that before locating the crew member, the CIA spread word inside Iran that U.S. forces had already found him and were moving him on the ground for exfiltration.</p><p>The official, who spoke on the condition of anonymity to discuss details not yet made public, said the campaign managed to confuse Iranian officials while the agency conducted its search-and-rescue operations.</p><p>___</p><p>— Associated Press reporter Matthew Lee contributed to this report.</p><p>Over 1,400 people in Lebanon have been killed in war between Israel and Hezbollah militant group</p><p>Among the 1,461 killed are 97 women, 129 children, and 54 paramedics, according to Lebanon’s Health Ministry.</p><p>4,430 people have been wounded since the latest fighting began on March 2.</p><p>After Hezbollah fired rockets toward northern Israel, the Israeli military launched an intense military operation with daily strikes across the country and a ground invasion into southern Lebanon.</p><p>Top satellite imagery provider says US asked it to suspend access to Mideast imagery</p><p>The U.S. government has asked top providers of satellite imagery to stop publishing photos from parts of the Middle East because of the Iran war, says the company Planet Labs.</p><p>Planet Labs and companies like it provide near-daily imagery crucial to reporting on regions where on-the-ground access for journalists is impossible, limited or unsafe. That has made it an especially key tool for reporting on the Iran war, which has impacted nearly all Middle Eastern countries.</p><p>In a Saturday email to users, including the AP, Planet Labs said it was complying with the U.S. government’s requests and would indefinitely delay publication of imagery taken after March 9, 2026. It said it would release new imagery on a “case-by-case basis and for urgent, mission-critical requirements or in the public interest.”</p><p>The company said the new measures would be in place until the end of the conflict.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYKCCTXBWERK7H5SK4I5EIM3DM.jpg?auth=53d1df729c1c177871cc9a1a63f06aee47c999493a173f87f86aff28e4259e30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hole is seen in the dome of the Grand Hosseiniyeh mosque that officials say was hit by U.S.-Israeli airstrikes Tuesday in Zanjan, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HFL3FQ5HPNXBDHKYK7GT7BZX4E.jpg?auth=084047545860c6b1275cbd696533df573cccf429b4a6a2728eb55386f6245f01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pedestrians look at a destroyed building within the Grand Hosseiniyeh, with the mosque visible in the background, which officials at the site say was hit by U.S.-Israeli airstrikes Tuesday, in Zanjan, Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KQQNJYQKLXBGPAS4T722Q7K32U.jpg?auth=a3ae92b78394520b463b2696ddb92b7971ec1f43695cd96101c6ddade6f82666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mohammad Qubaisi, 53, with burn wounds from an Israeli airstrike on southern Lebanon, undergoes surgery by Dr. Mohammed Ziara, left, and his team, at the Sidon Government Hospital, in Sidon, Lebanon, Thursday, April 2, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OXUGE4PMLAJIQPAVAUW6SD5KWM.jpg?auth=cfc24ba8542ef7f6a422e55d5a630ca4f586ce4418276413ca1a9bb64d69d9e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tamara and her sister Amal color pictures on the floor as their parents, Sara and Ahmed, who fled their village of Khiyam in southern Lebanon due to Israeli bombardment, sit inside a tent used as a shelter in Beirut, Lebanon, Friday, April 3, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WFIWXKWHTB5AO3YLLTEAUB5OW4.jpg?auth=71e4b8b9c00bc1c75ad343e649e469b5ad8f2a2f4d0c86d589e754604077abff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinian Muslims attend Friday prayers outside Jerusalem's Old City due to restrictions linked to the Iran war, April 3, 2026. (AP Photo/Mahmoud Illean)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Illean</media:credit></media:content></item><item><title><![CDATA[Michigan installed as early favorite over UConn in national title game despite Lendeborg injury]]></title><link>https://www.local10.com/sports/2026/04/05/michigan-installed-as-early-favorite-over-uconn-in-national-title-game-despite-lendeborg-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/michigan-installed-as-early-favorite-over-uconn-in-national-title-game-despite-lendeborg-injury/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 04:18:55 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — UConn knows what it will take to become the first team in more than half a century to win three national championships in four seasons. The Huskies will rely on the same physical play that helped them win the first two, along with perhaps a bit more offensive efficiency.</p><p>Michigan still might need a healthy Yaxel Lendeborg to end the Big Ten's 26-year title drought.</p><p>It's a Monday night title tilt between two loaded teams that have peaked during March Madness. The Wolverines have been installed as 7 1/2-point favorites, according to BetMGM Sportsbook.</p><p>“There’s no better feeling than being on that bus on Monday night, just being one of the last two teams standing,” Huskies coach Dan Hurley said after Saturday's 71-62 victory over Illinois. “It’s just a cool experience. I look forward to obviously the ability to max out the season to get to the last game.”</p><p>Hurley has grown accustomed to playing into April. Three years ago, his team beat surprise finalist San Diego State 76-59 to win the school's fifth title. Two years ago, UConn beat Purdue 75-60 to become the first back-to-back champ since Florida in 2006-07.</p><p>After making an early exit against the Gators last season, UConn is back with a chance to celebrate Hurley's 200th win with the Huskies by becoming just the third Division I school to win seven national titles. North Carolina and the UConn are tied at six, behind only UCLA (11) and Kentucky (eight).</p><p>No school has won three crowns in four seasons since the UCLA dynasty won eight in nine (1967-75), with only N.C. State's 1974 title preventing a clean sweep. Alex Karaban can become the first player since those Bruins squads to win three titles during his career.</p><p>Behind 7-foot-3 center Aday Mara, coach Dusty May's Wolverines have looked virtually unbeatable in the tournament, winning four games by 17 or more points, including the last two. They are the first team to reach the 90-point mark five times in a single March Madness.</p><p>The good news for UConn: Hurley faced a similar predicament in 2024, when the Huskies had to contend with Purdue and 7-4 Zach Edey, the two-time national player of the year.</p><p>The Wolverines could be even more formidable. After losing starting point guard L.J. Cason to a season-ending torn ACL in late February, Michigan has steamrolled through its schedule, with the exception of an 80-72 loss to Purdue in the Big Ten Tournament championship game.</p><p>The biggest question for Michigan: What's the status of Lendeborg, a first-team All-American who averages a team best 15.2 points per game? He reinjured his left ankle and sprained the MCL in his left knee against Arizona.</p><p>“I’m going to bust through,” Lendeborg said. “There’s no way I’m missing the game on Monday night no matter what goes on.”</p><p>Michigan also has some unfinished business.</p><p>The program's only title came in 1989, when it beat another Big East foe, Seton Hall, 80-79 in overtime after coach Steve Fisher replaced Bill Frieder for the tourney. Since then, Michigan has lost four straight title games — with the Fab Five in 1992 and 1993 against Duke and North Carolina, respectively, to Louisville in 2013 and to Villanova in 2018.</p><p>Michigan State was the last Big Ten team to win the title in 2000, and that came in Indianapolis.</p><p>Move over, Sparty. Big Blue could cut down the nets in Indy on Monday night.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHXGGBIMDFE5E26EMSXNFZT7JQ.jpg?auth=640f83d1fc745287166832afb9bd32a3a9a018d0fa9c202c1bf98d554debc3e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Will Tschetter (42) celebrates after an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAHRVALMD76T2SSH2IMVGFRBTM.jpg?auth=83bed86e6cb565901f4c7dfc4dc8bec4ba46ed1a89fefe301ce5b681069f7b99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn forward Tarris Reed Jr., center, celebrates after the second half of an NCAA college basketball tournament semifinal game against Illinois at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VTHJXCVWVK3JVF3HCKUIYBQTLY.jpg?auth=49ff9b8b577768f4ee82d1618a52dd552f9f328d8618e4cb78499981a5f04f67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan's Aday Mara (15) reacts during the second half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/OAXVP77N7OSWY34S3FQHPX3ZLI.jpg?auth=d76be624fc26cc33500d70b03ad6f7669d8be983f844be156505f3c053e19970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn players celebrates their win after the second half of an NCAA college basketball tournament semifinal game against Illinois at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHTOTASQ2BTAFSVLM46F2YU67I.jpg?auth=c89e700406d6319df30779c6566680cbcd8076cea86e5802f4dc79797d927c70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg (23) falls after play against Arizona during the first half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Trump issues an expletive-filled threat against Iran as details of US aviator's rescue emerge]]></title><link>https://www.local10.com/business/2026/04/05/trump-issues-an-expletive-filled-threat-against-iran-as-details-of-us-aviators-rescue-emerge/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/05/trump-issues-an-expletive-filled-threat-against-iran-as-details-of-us-aviators-rescue-emerge/</guid><dc:creator><![CDATA[By MATTHEW LEE, BASSEM MROUE, KONSTANTIN TOROPIN and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 03:22:47 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — U.S. President Donald Trump on Sunday made expletive-filled threats against Iran and its infrastructure if it doesn't open the Strait of Hormuz by his Tuesday deadline, after American forces rescued a wounded aviator whose Iran-downed plane fell behind enemy lines.</p><p>A defiant Iran struck infrastructure targets in neighboring Gulf Arab countries and threatened to restrict another heavily used waterway, the Bab el-Mandeb Strait off the Arabian Peninsula.</p><p>Trump on social media vowed to hit Iran’s power plants and bridges and said the country would be “living in Hell” if the Strait of Hormuz, crucial for global trade, isn’t opened. He ended with “Praise be to Allah.”</p><p>Trump has issued such deadlines before but extended them when mediators have claimed progress toward ending the war, which has killed thousands, shaken global markets and spiked fuel prices in just over five weeks.</p><p>“It seems Trump has become a phenomenon that neither Iranians nor Americans are able to fully analyze,” Iranian Culture Minister Sayed Reza Salihi-Amiri told visiting Associated Press journalists in an interview in Tehran, adding that the U.S. president “constantly shifts between contradictory positions.”</p><p>Both sides have threatened and hit civilian targets like oil fields and desalination plants that provide drinking water. Iran’s U.N. mission called Trump’s threat “clear evidence of intent to commit war crime.”</p><p>Iran’s joint military command warned of stepped-up attacks on regional oil and civilian infrastructure if the U.S. and Israel attack such targets there, according to state television.</p><p>The laws of armed conflict allow attacks on civilian infrastructure only if the military advantage outweighs the civilian harm, legal scholars say. It’s considered a high bar to clear, and causing excessive suffering to civilians can constitute a war crime.</p><p>The US describes a dramatic rescue</p><p>An intense search followed Friday's crash of the F-15E Strike Eagle, while Iran promised a reward for the “enemy pilot.” It was the first known American aircraft to crash in Iranian territory since the U.S. and Israel launched the war on Feb. 28.</p><p>Trump said that the service member was “seriously wounded and really brave” and rescued from “deep inside the mountains" in an operation involving dozens of armed aircraft. He said a second crew member was rescued in “broad daylight” within hours of the crash.</p><p>A senior U.S. administration official said that before locating the second aviator, the CIA spread word inside Iran that U.S. forces had found him and were moving him out, creating confusion for Iranians. The official spoke on the condition of anonymity to discuss details not yet made public.</p><p>Iran also shot down another U.S. military plane Friday, demonstrating the perils of the bombing campaign and the ability of Iran's degraded military to hit back. Neither the status of the A-10 attack aircraft's crew nor where it crashed is known.</p><p>On Sunday, Iran’s state television aired a video showing what it claimed were parts of U.S. aircraft — a transport plane and two helicopters — shot down by Iranian forces during the rescue operation.</p><p>However, a regional intelligence official briefed on the mission told the AP that the U.S. military blew up two transport planes because of a technical malfunction and brought in additional aircraft to complete the rescue. The official spoke on condition of anonymity to discuss the covert mission.</p><p>Iran’s joint military command later said the U.S. bombarded its own aircraft to “prevent embarrassment for President Trump."</p><p>Two Black Hawk helicopters were hit but navigated to safe airspace, according to a person familiar with the situation who spoke on condition of anonymity to discuss the sensitive information.</p><p>Diplomatic efforts continue</p><p>Trump's deadline centers on alarm over Iran's grip on the Strait of Hormuz, critical for global shipments of oil and gas from the Persian Gulf as well as humanitarian supplies. Some ships have paid Iran for passage.</p><p>An Iranian presidential spokesperson, Seyyed Mohammad Mehdi Tabatabaei, said on social media that the strait can reopen only if some transit revenues compensate Iran for war damages.</p><p>A top Iranian adviser, Ali Akbar Velayati, warned on social media that Tehran also could disrupt trade on the Bab el-Mandeb, a key chokepoint to and from the Red Sea.</p><p>Diplomatic efforts continued. Oman's Foreign Ministry said that deputy foreign ministers and experts from Iran and Oman met to discuss proposals to ensure “smooth transit” through the strait.</p><p>Egypt said that Foreign Minister Badr Abdelatty had spoken with U.S. envoy Steve Witkoff and Iranian Foreign Minister Abbas Araghchi, and with Turkish and Pakistani counterparts. Russia said that Araghchi also spoke with Russian Foreign Minister Sergey Lavrov.</p><p>Bahrain urged the U.N. Security Council to act on its draft proposal with language authorizing defensive action to ensure safe passage through the strait.</p><p>Airstrikes hit Iran</p><p>An airstrike early Monday struck a residential building near Eslamshar, southwest of Tehran, killing at least 13 people, the semiofficial Fars news agency and Nour News reported.</p><p>Airstrikes also damaged buildings at the Sharif University of Technology in Tehran as well as a natural gas distribution site next to the campus, Iranian media reported. It wasn’t immediately clear what was targeted at the university campus, which has switched to online classes because of the war.</p><p>Elsewhere in Iran, an airstrike killed at least five people in a residential area of Qom, the state-run IRAN daily newspaper said in an online message. Qom is a Shiite seminary city just south of Tehran.</p><p>It wasn't clear why the buildings were struck. Neither Israel nor the United States claimed the strikes early Monday</p><p>In the United Arab Emirates, authorities said one Nepali and three Pakistanis were hurt in fires caused by debris from the interception of an Iranian projectile at Khor Fakkan port, and interception debris caused fires at a petrochemical plant in Ruwais, halting operations.</p><p>In Kuwait, Iranian drone attacks caused significant damage to power plants and a petrochemical plant. They also put a water desalination station out of service, according to the Ministry of Electricity.</p><p>In Bahrain, a drone attack caused a fire at a national oil company storage facility and a state-run petrochemical plant, the kingdom’s official news agency said.</p><p>In Israel, rescue authorities searched for three people in the northern city of Haifa after an apartment building was hit. It wasn't immediately clear what struck it.</p><p>More than 1,900 people have been killed in Iran since the war began, but its government has not updated the toll for days.</p><p>In Lebanon, whose health ministry said an Israeli strike without warning killed four people in Beirut, more than 1,400 people have been killed and more than 1 million people have been displaced. Eleven Israeli soldiers have died there while targeting Iranian-backed Hezbollah militants.</p><p>In Gulf Arab states and the occupied West Bank, more than two dozen people have died, while 19 have been reported dead in Israel and 13 U.S. service members have been killed.</p><p>___</p><p>Lee and Toropin reported from Washington, Metz from Jerusalem and Magdy from Cairo. Associated Press writers Jon Gambrell in Dubai, United Arab Emirates; Lisa Mascaro and Seung Min Kim in Washington; Munir Ahmed in Islamabad; Farnoush Amiri in New York; and Christopher Weber in Los Angeles contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RCIEAIDJG4MGOTWZJZEJBCBTK4.jpg?auth=5856501530392eec3c1cc8e75b3dcfeeb76d6760f7a98c12be4c080735ee885e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims at the site of an Israeli airstrike that hit a crowded neighbourhood south of Beirut, Lebanon, Sunday, April 5, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ORNQA64ALJRD2VT2QORTPEUL74.jpg?auth=297aebd0745b81a8f6b75a10b188e55ed2e4232410e9050b32400105c1e2f590&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli security forces and rescue teams work amid the rubble of a residential building struck by an Iranian missile in Haifa, Israel, Sunday, April 5, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDSL5RYS352OG5MAKGN7UZCAUI.jpg?auth=78032706537fc04b5bbb8c43755fd0429cfac43b1103d39c013932325660f710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yemeni soldiers patrol the strategic Bab el-Mandeb Strait, Yemen, Sunday, April 5, 2026. (AP Photo/Abdulnasser Alseddik)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdulnasser Alseddik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZBJKZSRSORKEZ65PTOAZLUUOI.jpg?auth=8d127d3477d7822ba24b43ab92ba05fd0ff683d295bc37adaf461a6c5509fb01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck loaded with logs and other vehicles drive along a road toward Tehran near the Turkish border on the outskirts of Razi, northwestern Iran, Saturday, April 4, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Can a single therapy session make a difference? Experts say yes, with the right mindset]]></title><link>https://www.local10.com/news/national/2026/04/05/can-a-single-therapy-session-make-a-difference-experts-say-yes-with-the-right-mindset/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/05/can-a-single-therapy-session-make-a-difference-experts-say-yes-with-the-right-mindset/</guid><dc:creator><![CDATA[By ALBERT STUMM, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 04:05:05 +0000</pubDate><content:encoded><![CDATA[<p>Just before the holidays in 2025, Julie Hart felt stuck. A nagging problem she had struggled with for years left her ruminating all day and questioning nearly everything she had ever said, done or could do.</p><p>She was considering traditional therapy but decided instead to try single-session counseling. Rather than committing to weekly therapy sessions, she would get only 60 minutes to tackle the problem. It worked.</p><p>“It helped me get unstuck, is how I would describe it, in a very positive, meaningful and effective way,” said Hart, of Springfield, Virginia.</p><p>Hart joined what experts say is an increasing number of people who, at least for now, have decided to forgo the weeks, months or even years that traditional therapy implies in favor of a more targeted approach.</p><p>The therapy is what it sounds like: one session, typically an hour, where a counselor helps the client identify concrete steps toward relieving a specific problem. The intention is not to completely solve a problem, but rather to help clients walk away with a toolbox of strategies on how to approach it.</p><p>“Those strategies made all kinds of sense,” Hart said. “But you can’t identify them when you’re in it.”</p><p>Where single-session therapy comes from</p><p>It’s not new. Sigmund Freud notably offered it.</p><p>But it has become increasingly common as a way to fill gaps in access to mental health care, and the need is greater than ever, said Jessica Schleider, a Northwestern University psychology professor and the founding director of the Lab for Scalable Mental Health.</p><p>The cost of traditional therapy has risen to several hundred dollars a month, and even those who can afford it or have insurance encounter long waiting lists.</p><p>“Even if we doubled miraculously the number of trained mental health professionals overnight, we still wouldn’t come anywhere close to meeting the need for mental health support,” Schleider said.</p><p>That doesn’t factor in other barriers, such as people who can’t take time off work to attend weekly sessions.</p><p>Besides, data show that the most common number of sessions people are likely to receive is just one because many people start and don't come back, Schleider said.</p><p>“It’s a really elegant solution to get people support they need at the moment that need arises,” she said.</p><p>How it differs from traditional therapy</p><p>Sharon Thomas, a psychologist and director of signal-session therapy at the Ross Center in Washington, D.C., said both counselor and client enter the session with expectations: “That the client will be able to have meaningful change in their life, and that we’ll see an improvement in both their self-efficacy and a decline in their symptoms in just one visit.”</p><p>Rather than do a full assessment of the client’s past and current circumstances, the counselor targets a specific problem. By the end of the session, the client walks away with a written plan of steps toward alleviating it.</p><p>“Not everyone wants to discuss childhood trauma,” Thomas said. “It’s very much focused on what the client wants to focus on in that moment.”</p><p>Who it’s for</p><p>Most people can benefit from single-session therapy, whether they are struggling with a difficult circumstance like a work problem or something more persistent, such as anxiety, said Arnold Slive, a psychology professor at Our Lady of the Lake University in Texas, who helped pioneer walk-in single-session therapy clinics in Canada in the 1990s.</p><p>Slive said counselors still have an obligation to screen for risk of self-harm, and many people with chronic mental health issues could still benefit from traditional therapy or medication.</p><p>“It’s not meant to replace all those other things that mental health professionals do, but it can help people feel better,” Slive said.</p><p>Another expectation is that every client already walks in with strengths that will help them address their issue. Single sessions also often attract a different type of client, such as someone who might be skeptical about whether traditional therapy is right for them.</p><p>“It’s like putting a toe in the water,” Slive said.</p><p>Experts point to research that it works</p><p>Schleider said research on single-session intervention has “blossomed in the past five or 10 years to where this has become a more well-established form of mental health support.”</p><p>Her lab conducted a meta-analysis of 415 clinical trials and found that in most cases, single-session approaches reduced mental health difficulties across various problems, including depression and anxiety, for both youth and adults, she said.</p><p>For Hart, she has continued to feel better months later, and she said she felt more confident because she knew she could come back.</p><p>“I left feeling so optimistic,” Hart said.</p><p>EDITOR’S NOTE: Albert Stumm writes about wellness, food and travel. Find his work at https://www.albertstumm.com</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VPZV6U4Y2ZCSP5GIC26FK2XGQM.jpg?auth=e96af2def0f55ad61783137b691a3c82d84e330c0db88c83c734ddee97c83d3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[English choirs seek to protect a musical tradition little changed since Queen Elizabeth I]]></title><link>https://www.local10.com/news/world/2026/04/05/english-choirs-seek-to-protect-a-musical-tradition-little-changed-since-queen-elizabeth-i/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/05/english-choirs-seek-to-protect-a-musical-tradition-little-changed-since-queen-elizabeth-i/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 05:07:15 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — On a gray afternoon in the days before Easter, a dozen or so schoolchildren straggled into a side building at Rochester Cathedral and began their transformation.</p><p>Off went the jackets and backpacks, on came burgundy cassocks and white surplices. Then they trooped into the cathedral, opened their mouths and sang as one. The youthful gaggle had become a choir, giving voice to a tradition of choral music in the Church of England that has survived largely unchanged for almost 500 years.</p><p>“I think for me, it’s one of the sounds of our country,’’ said Adrian Bawtree, the choir’s music director. “All of our cathedrals are beautiful, sacred spaces where you can come and just sit and be and you can be immersed, bathed, nourished, sent out back into the world transformed by an experience in 30 minutes.”</p><p>The epitome of that tradition is Choral Evensong, an evening service of hymns, psalms and prayers laid out by Archbishop Thomas Cranmer, the first Protestant archbishop of the Church of England, in 1549. The service is performed by the choir, with the congregation participating simply by listening.</p><p>But that tradition is under threat as the demands of modern life, declining church attendance and tight funding make it harder to find and train the next generation of choristers.</p><p>Enthusiasts are trying to reverse that, launching a campaign for the government to recognize English choral services as an important part of Britain’s culture under a U.N. program that seeks to protect “intangible cultural heritage,” as well as historic buildings and natural wonders.</p><p>Traditions strengthen identity</p><p>The U.K. government is seeking nominations for a nationwide inventory of cultural traditions — from Morris dancing to the craft of building dry stone walls — that should be preserved. Protecting such traditions is crucial to strengthen community identity and bolster the U.K. economy as heritage tourism generates billions of pounds in annual spending, the government says.</p><p>While many people have been introduced to English choral services through the angelic voices of the choristers in flowing robes and Elizabethan ruffs who sing at royal weddings and carol services, choirs perform every day in much more humble settings.</p><p>And many are struggling, according to the Cathedral Music Trust, which was founded in 1956 to stem the decline of church music after World War II. Last year it gave 500,000 pounds ($661,000) to 28 cathedrals and churches around the country.</p><p>It can be a lot. Rochester, for example, spends about 250,000 pounds ($330,000) a year on music, a substantial outlay for a provincial cathedral but less than some.</p><p>The trust hopes recognition of the English choral tradition will bring attention and much-needed funding to choirs, which it says are an important training ground for the musicians of tomorrow, both religious and secular.</p><p>“Whilst it happens every day, it is actually quite fragile,” trust CEO Jonathan Mayes said. “It takes an awful lot of work and it takes a lot of funding to actually make it happen and that doesn’t come without effort.’’</p><p>Evensong links the present day to the Protestant Reformation</p><p>Preserving Evensong is important historically because the service was instrumental in the development and spread of the modern English language, said Diarmaid MacCulloch, an expert on Christianity and an emeritus professor at the University of Oxford.</p><p>The service is based on the Book of Common Prayer, compiled by Cranmer to make English the language of the Church of England after it broke away from the Latin-dominated Catholic Church during the Protestant Reformation.</p><p>The idea was to create services everyone could be part of.</p><p>“It is very much a drama, and it is a drama which has been performed by the people of England from 1549 through to the present day,” MacCulloch said. “It’s far more a vehicle of public consciousness performance than any play of Shakespeare.’’</p><p>And while a growing number of choirs including Rochester now take girls as well as boys, in other respects it hasn't changed much since then.</p><p>“The service would be really quite recognizable to Queen Elizabeth I as much as Queen Elizabeth II," MacCulloch said. "And that’s quite remarkable.”</p><p>The power of music to transform lives</p><p>Bawtree, the music director at Rochester Cathedral, is one of those working to preserve the tradition as he oversees the youngest singers, aged 9-13, known as choristers, as well as a youth choir for older children. All are backed by professional adult singers.</p><p>Bawtree said he was captured by church music the first time he heard an organ play and a choir sing when he was about 9 years old. Now he wants people to know that services like Evensong make it possible for anyone to turn up and listen to beautiful choral music, regardless of their beliefs.</p><p>“When I heard it, it was like big octopus arms came and grabbed me and said, ‘You’ve got to be part of this.’ So I think I am trying to speak to that 9-year-old child and saying actually this is something that could speak to most people, if not everyone.</p><p>“And because I had that experience, I would like to share that with future generations and be passionate about that," he said. "We talk in the world of mindfulness and the power of music to transform lives. This is an extraordinary arena where that can happen.”</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/JJ5HTDAHKN7DZPW3EX6D45YK7E.jpg?auth=10f2cecfbda2a508098421ef1814ddf2bc63b5242258448e9f0d0c646079c3f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain Choral Music Choristers sing during Evensong at Rochester Cathedral in Rochester, England, Friday, March 27, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KOPPMSJFXEVKTWKTVBUGBHCRZY.jpg?auth=3106c42e444a3d97143417340bbdd82b99ed9fcb24386c22ac60a398d1c702ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain Choral Music Choristers sing during Evensong at Rochester Cathedral in Rochester, England, Friday, March 27, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRHMISXAF6F22GFPC5NBEYJCAU.jpg?auth=ba33a40a305d67035aa416a46492fa96ab0ee88c4d7ff635362952083cbf4803&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain Choral Music Choristers sing during Evensong at Rochester Cathedral in Rochester, England, Friday, March 27, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6UX2ENQIWVMUB6JNLYAIFP7RSA.jpg?auth=cf888c5d45d11e5ec53545839712add8e2edc047f4ebe5232772e3b73e13042f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain Choral Music Choristers put on their garments for Evensong at Rochester Cathedral in Rochester, England, Friday, March 27, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IAKUSNK5G5VG7VOEYXCKYUJIWE.jpg?auth=953fa6a767c32effd04962668f8905b41896ee2248bf0c062f4773f7844af375&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain Choral Music Choristers sing during Evensong at Rochester Cathedral in Rochester, England, Friday, March 27, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[3-year-old immigrant suffered alleged sexual abuse during months in federal custody, family says]]></title><link>https://www.local10.com/news/politics/2026/04/05/3-year-old-immigrant-suffered-alleged-sexual-abuse-during-months-in-federal-custody-family-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/05/3-year-old-immigrant-suffered-alleged-sexual-abuse-during-months-in-federal-custody-family-says/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 04:03:38 +0000</pubDate><content:encoded><![CDATA[<p>McALLEN, Texas (AP) — For five months, the young father waited for his 3-year-old daughter’s release from federal custody after she crossed the U.S.-Mexico border with her mother, hoping through delays for their safe reunion.</p><p>Only when he turned to the courts as a last resort did he learn that the girl had suffered alleged sexual abuse at the foster home where she’d been placed after immigration officials separated her from her mother.</p><p>“She was so long in there,” said her father, who is a legal permanent resident in the United States. “I just think that if they would have moved faster, nothing like that would have happened.” He spoke to The Associated Press on condition of anonymity to prevent identifying his daughter as a victim of sexual abuse.</p><p>President Donald Trump’s administration began targeting detained immigrant children, like the man’s daughter, last year when it implemented new rules and procedures, which were immediately followed by a dramatic jump in detention times. The federal government intensified efforts to expand family detention indefinitely by motioning to terminate a cornerstone policy ensuring the protection of immigrant children in federal custody.</p><p>For months after the girl was placed in foster care, her father’s attempts to be reunited stalled as the government told him it couldn't make an appointment to take his fingerprints.</p><p>During that time, according to court documents, the girl said she was sexually abused by an older child staying with her in foster care in Harlingen, Texas. A caregiver noticed the child’s underwear was on backward, according to the lawsuit. The girl then told the caregiver she was abused multiple times and it caused bleeding. Federal Office of Refugee Resettlement officials told the father that there had been an “accident” and his daughter would be examined, he told the AP in an interview.</p><p>“I asked them, ‘What happened? I want to know. I’m her father. I want to know what’s going on,’ and they just told me that they couldn’t give me more information, that it was under investigation," the father said.</p><p>The girl underwent a forensic exam and interview. Although the father wasn't told of the outcome, the older child accused of the abuse was removed from that foster program, according to the lawsuit.</p><p>The girl was forensically examined and interviewed, according to the lawsuit. The abuse allegations were reported to local law enforcement, said Lauren Fisher Flores, the lawyer representing the girl. The Associated Press does not typically name people who have said they were sexually abused.</p><p>“To have your child abused while in the government’s care, to not understand what has happened or how to protect them, to not even be told about the abuse, it is unimaginable,” Fisher Flores said. “Children deserve safety and they belong with their parents.”</p><p>The ORR and its parent agency, the Department of Health and Human Services, were named in the child's lawsuit but did not respond to emails seeking comment.</p><p>Trump administration changes release policies</p><p>The girl and her mother illegally crossed the border near El Paso on Sept. 16 of last year. When her mother was charged with making false statements and they were separated, the toddler was sent to the custody of the ORR, which cares for immigrant children in shelter or foster settings.</p><p>Children in ORR's care are released to parents or sponsors who submit to a rigorous process that has grown more extensive under the Trump administration.</p><p>Stricter rules were imposed on documentation required for sponsors, border agents started pressuring unaccompanied children to self-deport before transferring them to shelters and Immigration and Customs Enforcement started arresting some sponsors in the middle of the release process.</p><p>Legal advocates filed lawsuits challenging the policy changes, anticipating that they would result in prolonged detention.</p><p>Average custody times for children cared for by ORR grew from 37 days when Trump took office in January 2025 to almost 200 days this February. The total number of children in ORR custody fell by about half during the same time period.</p><p>Attorneys are now turning to habeas petitions, which function as emergency lawsuits, to expedite the release of children to their parents and sponsors.</p><p>Fisher Flores, legal director of the American Bar Association’s ProBar project, said that this year the organization has worked on eight habeas corpus petitions representing children who have been held in federal custody for an average of 225 days. They had not filed these kinds of petitions for children before the start of this Trump administration.</p><p>Fisher Flores said that legal intervention helped prompt the federal government to respond to the father’s sponsorship application.</p><p>Alleged abuse wasn't immediately disclosed to the father</p><p>After the monthslong delay, attorneys sent the government a letter in February and prompted them to allow the father to receive appointments for a fingerprinting background check, a home visit and a DNA test. Then ORR stalled again, offering no timeline on her expected release.</p><p>Attorneys filed the habeas petition in federal court and two days later, ORR released the girl to her father.</p><p>It was while the attorneys prepared the lawsuit that the father realized that the “accident” officials had told him about was alleged sexual abuse.</p><p>“Increasingly, we have to turn to the federal courts to challenge these harmful legal violations and demand that children be released,” Fisher Flores said.</p><p>The fingerprinting policy was challenged during the first Trump administration by legal advocates including the National Center for Youth Law. Other nationwide lawsuits are opposing more recent changes affecting the custody and care of immigrant children.</p><p>“This represents yet another version of family separation,” Neha Desai, managing director at Children’s Human Rights and Dignity at the National Center for Youth Law, said of the 3-year-old girl’s case.</p><p>“A bipartisan Congress designed protections around the simple principle that children should be released to their family quickly and safely. This administration has been consistently flouting its legal obligations to release children to their families, profoundly jeopardizing children’s health and well-being,” Desai added.</p><p>When the father finally reunited with his daughter, he cried. His daughter was happy to see him, too.</p><p>But after her five months in detention, he started noticing changes: She had nightmares and was easily upset. “She was never like that” before, her father said.</p><p>The pair now live in Chicago with the girl's grandparents while her case moves through the immigration court.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V6KQBUMUXKA2RGMY4M2CQJMILY.jpg?auth=deebd12b1851c768c4b0efed4950bfa112effb524a7f236dddebbd03186e859c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - As the sun sets, migrants wait outside a gate in the border fence to enter into El Paso, Texas, to be processed by Border Patrol, May 11, 2023. (AP Photo/Andres Leighton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Leighton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/URJGALZKYDQ7KHWEPZMN2FNXAA.jpg?auth=1ed43a21875a41386e34410fd0f05b2b2b9f83b43a2eb336659b10ce994a0911&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pigeons fly over the Rio Grande river and the Paso del Norte bridge that connects Ciudad Juarez, Mexico, and El Paso, Texas, Jan. 19, 2025, in Ciudad Juarez, Mexico. (AP Photo/Andres Leighton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Leighton</media:credit></media:content></item><item><title><![CDATA[Michigan rolls to national title game with its latest double-digit March win, 91-73 over Arizona]]></title><link>https://www.local10.com/sports/2026/04/05/michigan-rolls-to-national-title-game-with-its-latest-double-digit-march-win-91-73-over-arizona/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/michigan-rolls-to-national-title-game-with-its-latest-double-digit-march-win-91-73-over-arizona/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 04:43:18 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Game of the year? This wasn’t even the game of the night.</p><p>Michigan overpowered Arizona early and humbled the ’Cats for 40 long minutes Saturday, turning their highly anticipated Final Four matchup into a 91-73 Wolverines dunkfest-slash-highlight reel.</p><p>Junior center Aday Mara scored a career-high 26 points and grabbed nine rebounds. About the only question in this one concerned the health of Wolverines forward Yaxel Lendeborg, a first-team All-American who landed on an Arizona player's foot, rolled his ankle and sprained his knee, but still had 11 points over 14 minutes.</p><p>He vowed he'd be ready for Monday's title matchup against UConn, a 71-62 winner over Illinois in the early semifinal that was billed — wrongly — as the undercard to this battle of No. 1 seeds.</p><p>“It’s going to take a full 40 minutes of fighting,” Lendeborg said.</p><p>This one was over in about five.</p><p>The Blue blew through their fifth straight March Madness opponent by double digits while becoming the first team to break 90 points five times in a single tournament.</p><p>It was all quite a shock, considering Michigan and Arizona came in with the nation’s top two defenses, a pair of top-five offenses and somewhere between eight and a dozen NBA stars between them.</p><p>But it was the Wolverines (36-3) who looked like pros, running to a double-digit lead only 5:31 into the contest, then swatting (three blocks) and slamming (nine dunks) Arizona into oblivion.</p><p>“These guys have such, I guess, extensive background in playing high-profile basketball games,” said Michigan coach Dusty May, who was spotted at courtside earlier in the evening, scouting UConn-Illinois for a Monday night game he sensed he'd be part of. “We just felt like we are battle-tested.”</p><p>The game plan against the Big 12 champion Wildcats (36-3) couldn't have worked any better.</p><p>Michigan packed the paint on defense, basically giving the team that averaged the fifth-fewest 3-point attempts in the country this year free rein from long distance, then daring Arizona to create inside. The Wildcats failed at both.</p><p>Koa Peat had a quiet 16 points and 11 rebounds for Arizona, which shot 6 for 17 from 3, 36% overall and had two assists and nine turnovers over a first half that ended with them trailing 48-32. Sparkplug Jaden Bradley got his fourth foul 94 seconds into the second half and finished with 13 points, most in extended garbage time.</p><p>Arizona’s only two losses before this were by four and by three back in February. The Wildcats trailed by nine less than 2:30 into this one.</p><p>“No one has been able to do that to us all year,” said Arizona coach Tommy Lloyd, who got a contract extension over the weekend, presumably to keep him from going to North Carolina.</p><p>Making it all the more impressive for Michigan was that it started this runaway without Lendeborg, who committed two fouls within five seconds of each other less than 90 seconds into the game, then landed on Motiejus Krivas’ foot a little later and went to the locker room for ice.</p><p>Lendeborg called the injury “a weird feeling” but promised, “there’s no way I’m missing the game on Monday no matter what goes on.”</p><p>In fact, he returned for the second half and made two quick 3s to push Michigan's lead past 20. He was on the bench — and the stationary bike — for good with 5:19 left, enough time for rest and ice to get ready for UConn, which is going for its third title in four seasons.</p><p>Michigan is going for only the program’s second championship (1989), though its most famous team — the Fab Five, which made the final twice in the early ’90s — was in the building to helm an “alt-cast” of this Michigan celebration.</p><p>Some of this — the dunks, the alley-oops, the rim hanging and jersey tugging (but no baggy shorts) — might have reminded them of them.</p><p>Freshman Trey McKenney made four 3s and had 16 points for the Wolverines. Elliot Cadeau overcame a bout with his nut allergy to compile a crazy stat line: 13 points, 10 assists, six turnovers, five rebounds and four steals on 5-for-17 shooting. Even with that, Michigan finished 47.8% from the floor and 12 for 27 from 3.</p><p>Asked why he kept Lendeborg in for as long as he did, May recalled UConn’s second-half comeback from 19 down against Duke in the Elite Eight.</p><p>“We felt like the game was still in hand,” May said.</p><p>Not really.</p><p>What sufficed for drama down the stretch was whether May’s team would join Jerry Tarkanian’s 1990 UNLV juggernaut as only the second team to hit triple digits at the Final Four in the modern era.</p><p>The Wolverines emptied the bench with a few minutes left and came up short, but no matter. Everybody knew who the better team was in this one. That it got figured out so early was the real shock.</p><p>“It's tough for me to process this right now,” Peat said.</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G5WCOWU4XM4PEI6MFQ2CQSA7EE.jpg?auth=6de3ed8b6cfdbdf46a18e1b9925f5a724717e12fdab851037234fe6dbaa639a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan's Nimari Burnett, left, and Will Tschetter (42) celebrate during the second half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/EPKAHA7ZUFXLVRKY3ZF2MU3WF4.jpg?auth=9f934da601b55cf55ef30a418b08b2731bec86192145c37b5cc80e106b068d91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan's Will Tschetter (42) and Elliot Cadeau (3) celebrate during the second half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/VTHJXCVWVK3JVF3HCKUIYBQTLY.jpg?auth=49ff9b8b577768f4ee82d1618a52dd552f9f328d8618e4cb78499981a5f04f67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan's Aday Mara (15) reacts during the second half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/GUJH7UPHN44BW4H7VWSMYQ7XJY.jpg?auth=c03bbb42ee8b8cadc15413e403242168432383ccac2a4ea901a961dfd775aa8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan guard Elliot Cadeau (3) celebrates a basket against Arizona during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3JJYMGY5ASIPVRN4U2F7WWRIQ.jpg?auth=84683f3a1541c89c5a52e7f7281785104f840a48f7d24ae447b9cc5f2d287c9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona's Koa Peat, right, hugs head coach Tommy Lloyd near the end of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Vigil shines light on life, legacy of Nancy Metayer]]></title><link>https://www.local10.com/news/local/2026/04/04/vigil-shines-light-on-life-legacy-of-nancy-metayer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/04/vigil-shines-light-on-life-legacy-of-nancy-metayer/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[One by one, those who knew Nancy Metayer remembered her life and the lasting legacy she leaves behind.]]></description><pubDate>Sun, 05 Apr 2026 03:15:56 +0000</pubDate><content:encoded><![CDATA[<p>One by one, those who knew Nancy Metayer remembered her life and the lasting legacy she leaves behind.</p><p>“She was such a power. And she’s just gonna be so greatly missed,” said Tray Johns, a colleague.</p><p>At the Freedom Lab Saturday night, a Miami community center Metayer was a part of, loved ones laid down flowers and lit candles in her honor.</p><p>“As an abolitionist, I hope they put him up under the jail. Yes,” Johns added.</p><p>The vigil aimed to shine a light on Metayer’s life. She was a community organizer dedicated to showing up for her neighbors.</p><p>“Have anybody ever came to you and said anything bad about her? Never. You never heard anything bad,” said one organizer.</p><p>Metayer also went above and beyond for racial and environmental justice.</p><p>“Nancy’s just been a rising, shining star in the state of Florida with such a gentle, beautiful spirit,” Johns said.</p><p>In Coral Springs, her community came together earlier Saturday for a peace walk led by the city’s mayor alongside neighbors and friends.</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[Messi scores, but Inter Miami only gets 2-2 tie with Austin FC in opener of new stadium]]></title><link>https://www.local10.com/sports/local/2026/04/04/messi-scores-but-inter-miami-only-gets-2-2-tie-with-austin-fc-in-opener-of-new-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/04/messi-scores-but-inter-miami-only-gets-2-2-tie-with-austin-fc-in-opener-of-new-stadium/</guid><dc:creator><![CDATA[TIM REYNOLDS AP Sports Writer]]></dc:creator><description><![CDATA[Lionel Messi scored on the long-awaited opening night in his new home stadium. And Luis Suarez found a way to tie things up late in the second half.]]></description><pubDate>Sun, 05 Apr 2026 02:44:53 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi scored on the long-awaited opening night <a href="https://apnews.com/article/messi-inter-miami-stadium-f7fb0269895b838c7055fdbf1a21893f" rel="">in his new home stadium.</a> And Luis Suarez found a way to tie things up late in the second half.</p><p>It was good enough to salvage a point for Inter Miami.</p><p><a href="https://x.com/InterMiamiCF/status/2040586551910957086?s=20" rel="">Messi scored on a header</a> in the 10th minute, Suarez hammered home a volley in the 82nd minute and Inter Miami escaped with a 2-2 tie against Austin FC in the defending MLS champions’ first match at their still-under-construction stadium near Miami International Airport on Saturday night.</p><p>Inter Miami (3-1-2) is now unbeaten in its last five MLS matches, and Austin (1-2-3) is now winless in its last four contests.</p><p>MLS Commissioner Don Garber was at the match, lauding the work that David Beckham — who picked Miami 13 years ago — did to get to this day. Inter Miami is in its seventh MLS season, its third with Messi, but has played home matches in Fort Lauderdale until now.</p><p>Garber touted the stadium opening as the latest sign of growth for MLS.</p><p>“I think our best days are still ahead,” Garber said. ”David shined a light on our league, and Leo’s taking that torch, and he’s showing it around. And we’re getting calls from players around the world.”</p><p>The Herons never led; Austin took a 1-0 lead on Guilherme Biro’s goal — the first ever at Nu Stadium — in the sixth minute, and the visitors went up 2-1 when speedy reserve Jayden Nelson scored in the 53rd minute.</p><p>Messi and Suarez both got tying goals, and Inter Miami missed some chances for a potential winner in the final minutes. Maybe the best of the lot: Mateo Silvetti’s chance in the 87th minute, when he accepted a cross from the right wing and tried to one-time the ball but sent it sailing high.</p><p>“We already know what Leo is capable of and the trouble he causes for the opposition, and even without the ball as well,” Inter Miami defender Maxi Falcon told Apple TV after the match. “And Luis, too — whenever he’s inside the box, he’s lethal, and he proved that once again.”</p><p>Suarez thought he scored in the 90th minute after a free kick from Messi, but the play was called offside. And Messi had a chance about three minutes later from inside the box, but Brad Stuver got low for a save diving to his left to keep the game knotted at 2-2.</p><p>Stuver said it was a great result, especially given the circumstances — against the MLS champs, who were opening their new stadium.</p><p>“We got to be the villains,” Stuver said.</p><p>Austin led much of the second half, after Nelson came on at intermission and gave his club a spark.</p><p>Nelson — who played for Vancouver against Inter Miami in last season’s MLS Cup final — got behind the defense, avoided going offside and took a pass from Myrto Uzuni in the middle of the field about 30 yards from the goal.</p><p>He sent a low shot that got past charging Inter Miami goalie Dayne St. Clair and kissed off the inside of the left goalpost before settling into the net.</p><h4>Up next</h4><p>Austin: Host LA Galaxy on April 11.</p><p>Inter Miami: Host New York Red Bulls on April 11.</p><p>___</p><p>AP soccer: <a href="https://apnews.com/hub/soccer" rel="">https://apnews.com/hub/soccer</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRUFR7IIXZHXTJXPRFASGJV4Z4.jpg?auth=84b42ad7a89895b3ebf138af0fb6f0d1a0c6fe1e0bd9d34209bf7834eb22387b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi, third left, celebrates with teammates after scoring a goal against Austin FC during the first half of an MLS soccer match, Saturday, April 4, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Michigan star Yaxel Lendeborg turns left ankle and injures knee in Wolverines' Final Four win]]></title><link>https://www.local10.com/sports/2026/04/05/michigan-star-yaxel-lendeborg-turns-left-ankle-and-injures-knee-in-wolverines-final-four-win/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/05/michigan-star-yaxel-lendeborg-turns-left-ankle-and-injures-knee-in-wolverines-final-four-win/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 05:03:21 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Yaxel Lendeborg stood at midcourt with a Michigan staffer, going through the paces of a halftime warmup at the giant Final Four midcourt logo. He jogged lightly forward, backward, then shuffled side to side before hopping around.</p><p>He spent much of that time grimacing or biting his lip. And he didn't look much more comfortable when he did return to start the second half Saturday night against Arizona.</p><p>The good news is Michigan didn't need much from the first-team All-American as it cruised to an unexpectedly lopsided 91-73 win in a matchup of the NCAA Tournament's last two No. 1 seeds, not with the Wolverines' depth simply overwhelming the Wildcats. The question now is how Lendeborg's injuries might affect him for Monday night's NCAA title game against UConn.</p><p>Lendeborg said he rolled his left ankle and sprained his MCL. He also was emphatic when asked if there was any chance he would miss the Wolverines' first appearance in the championship game since 2018.</p><p>“Absolutely not,” he said at his locker, surrounded by multiple rows of reporters. “Unless I wake up and I get up and fall off my feet, I'm going to be in that game.”</p><p>Lendeborg was effective even when hobbled</p><p>The 6-foot-9, 240-pound Lendeborg entered the game averaging 15.2 points, 7.0 rebounds and 3.3 assists, offering strength and size with versatility to chase on the perimeter. He finished with 11 points on 3-of-4 shooting in 14 minutes, including a pair of 3-pointers in his hobbled post-halftime minutes.</p><p>For much of the second half, he rode an exercise bike behind the Michigan bench, clapping for baskets or screaming with glee as the Wolverines made big play after big play.</p><p>He also spent time late in the game sitting on the court near the end of the bench and almost alongside the photographers on the baseline before having an ice pack wrapped around his left knee. He wore that for the final minutes and still had it on as he carefully made his way through the postgame handshake line with the Wildcats.</p><p>But he stayed engaged throughout, climbing to the raised court to greet teammates with high-fives as coach Dusty May emptied the bench in the final minute.</p><p>“Our team has extreme depth,” guard Roddy Gayle Jr., said. “We have the ability to feel happy when other people are being successful. Then, even when you're having a bad night, you're able to lean on your teammates for extra help.”</p><p>Lendeborg had to count on his entire team to carry the load without him.</p><p>Injury leads to a scary moment</p><p>Lendeborg had a rough start with two quick fouls and then exited after he stepped on the foot of Arizona big man Motiejus Krivas and twisted his left ankle, the same one he had tweaked during the loss to Purdue in the Big Ten Tournament championship game.</p><p>Fear hit hard in that moment.</p><p>“I tried my best to get up as quickly as possible to try to not dwell on that feeling. I tried to walk it off,” Lendeborg said, adding with a chuckle: “It didn't get walked off.”</p><p>Lendeborg left the bench for trainers to retape his ankle and treat it with ice, returned briefly, then went back to the locker room again.</p><p>“I was going to give it a go but there was like five minutes left (before halftime) so they advised it was best to get treatment right away,” he said. “I sat there, got treatment, got ice. I did the best I could to analyze the situation. I was watching the game and trying to make it feel better.”</p><p>Lendeborg wore a brace on his left knee when he returned for the second half.</p><p>Getting ready for Monday</p><p>Lendeborg checked out at the 13:02 mark and headed to the bike. He returned again at the 7:10 mark after Arizona had cut a 30-point deficit to 20, saying he wanted to be a secondary ballhandler.</p><p>Why did May put him back in with the big lead?</p><p>“Well, apparently you missed the UConn-Duke game,” May said, referencing the Huskies' rally from 19 points down to stun the tournament's No. 1 overall seed in the Elite Eight.</p><p>Lendeborg said he told his teammates he would largely work around the arc and avoid crashing into the interior to raise the risk of aggravating the injury. He also said he wanted to get a feel for how he might be able to function with the Wolverines headed for one more game.</p><p>Michigan had more than enough to put away Arizona, notably with 7-foot-3 center Aday Mara going for 26 points to lead five players in double figures. Michigan shot 47.8% and made 12 of 27 3-pointers. Now, Lendeborg will race to be ready for the shot at leading Michigan to its first national title since 1989, as well as the first by a Big Ten school since 2000.</p><p>“For me, it's a lot of treatment, a lot of time with the trainer, a lot of time away from my teammates which I'm not going to like,” Lendeborg said.</p><p>Whatever it takes.</p><p>“I'm playing,” he said. “I have to.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YQWVHSWUB66K6ZLXIF4O3U3ZS4.jpg?auth=4ba996215952616177c1cdc123c908a3f692d399e0e42a960e7fe26f2df2d9f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg reacts after an injury on the court during the first half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DUM45KCTOZIVKLQ2FJEQ7S42KM.jpg?auth=510aabef2503cb1b44d85e17457d690418326d7604d208edcaf009e962e39339&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg (23) falls after play against Arizona during the first half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L2AQSHVUVK4IZIWMG3HY7KKTFM.jpg?auth=ca020decc7ccdb18dbac06d1765859e16b2c8997094a4077aa6dc35341a10691&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg reacts after an injury on the court during the first half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GXVU4PDC77X4Y532NVVC5X7G5Q.jpg?auth=2859faf088be4375f0d478d381646b0a34d3634d61cb063782ddc0f776b949c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg, center, is injured on a play as Arizona center Motiejus Krivas (13) and forward Koa Peat (10) defend during the first half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XBDUBJAXDHLRIZ5LMXY7VJU3DQ.jpg?auth=127e0ccbeed180f58eecdda1e2798cdc573636c7072bdedead49f6f5640340d8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan forward Yaxel Lendeborg (23) high fives forward Will Tschetter (42) during the second half of an NCAA college basketball tournament semifinal game against Arizona at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content></item><item><title><![CDATA[Smooth traffic surprises fans, police during first game at Nu stadium]]></title><link>https://www.local10.com/news/local/2026/04/04/smooth-traffic-surprises-fans-police-during-first-game-at-nu-stadium/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/04/smooth-traffic-surprises-fans-police-during-first-game-at-nu-stadium/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Even before the big match kicked off, Miami Police were already blowing their whistles, directing cars and managing the surge of fans heading to the stadium.]]></description><pubDate>Sun, 05 Apr 2026 02:23:05 +0000</pubDate><content:encoded><![CDATA[<p>Even before the big match kicked off, Miami Police were already blowing their whistles, directing cars and managing the surge of fans heading to Nu Stadium.</p><p>Many worried game day could turn into a gridlock nightmare.</p><p>“I had a lot of anxiety, that’s why I brought my scooter,” said Alex Valle.</p><p>On two wheels, Valle zipped past slow but steadily moving cars driving into Freedom Park.</p><p>“You know what, I’m actually pretty surprised how clear the traffic is, because it’s a first game for a new stadium -- right next to the airport, people catching their flights, but you know the traffic is not that bad,” he said.</p><p>It was a welcomed surprise after days of traffic warnings from law enforcement and the nearby airport. Miami Police said conditions have been very positive overall.</p><p>“That’s why we came early -- five hours before -- so we can see how it is. But so far it’s pretty much very smooth,” said Javier Jaramillo.</p><p>“I thought it was going to be a mess to get here, but to be honest it took 15 minutes from my place in downtown to here,” said Santiago.</p><p>Officers were ready to reroute drivers and deploy drones to spot congestion hotspots. Neither was needed.</p><p>“For Miami traffic, yeah it was good,” Santiago added.</p><p>“Everything seems nice. Super organized. Better than I expected,” said David.</p><p>There were restrictions for parking in residential areas. Police say no citations were issued.</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[Workers plan to halt strike at major US meatpacking plant and resume negotiations]]></title><link>https://www.local10.com/business/2026/04/04/workers-plan-to-halt-strike-at-major-us-meatpacking-plant-and-resume-negotiations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/04/workers-plan-to-halt-strike-at-major-us-meatpacking-plant-and-resume-negotiations/</guid><dc:creator><![CDATA[By MORGAN LEE, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 02:16:04 +0000</pubDate><content:encoded><![CDATA[<p>Workers at one of the nation's largest meatpacking plants have agreed to return to work and halt a three-week strike after plant owner JBS USA agreed to resume negotiations, labor union representatives announced Saturday.</p><p>The strike by thousands of workers at the Swift Beef Co. plant in Greeley, Colorado, began on March 16 in coordination with the United Food and Commercial Workers Local 7 union in a bid for higher wages and better health care.</p><p>The strike came as U.S. cattle numbers hit a 75-year-old low this year, a decline driven in part by drought and low prices offered to ranchers. Meanwhile, beef prices have soared to record levels, adding to economic anxiety in the U.S.</p><p>The union said in a statement that workers will return to work Tuesday morning after plant owner JBS USA agreed to reopen talks later in the week.</p><p>“Workers remain united and will continue to fight,” said local union president Kim Cordova in a statement.</p><p>JBS USA spokesperson Nikki Richardson said the company is “preparing to resume and ramp up operations at the Greeley plant next week.”</p><p>“Our Last, Best and Final offer remains on the table,” Richardson said in an email that did not include terms. “We hope employees will have the opportunity to review and vote on it soon.”</p><p>The strike at Greeley is the first strike at a U.S. slaughterhouse since workers walked out at a Hormel plant in Minnesota in 1985. That strike lasted more than a year and included violent confrontations between police and protesters.</p><p>JBS is the world’s largest meatpacking company with a market capitalization of $17 billion. It is the top employer in Greeley, a city 50 miles (80 kilometers) northeast of Denver with a population of about 114,000 people.</p><p>The strike at Greeley was launched on accusations by union officials that management at Swift Beef Co. retaliated against workers and committed other unfair labor practices.</p><p>The union said the company had offered less than 2% more a year in wages, which is less than inflation in Colorado. JBS USA has denied any labor law violations and said its contract offer was fair.</p><p>The Greeley plant has about 6% of the total U.S. beef slaughterhouse capacity, said Abby Greiman, a livestock market adviser for industry consultant Ever.Ag.</p><p>An extended strike threatened to disrupt the industry, which could ultimately drive up prices, said Jennifer Martin at Colorado State University’s animal sciences department.</p><p>The price for 100% ground chuck beef more than doubled over the past two decades from $2.55 to $6.07 per pound, according to the Bureau of Labor Statistics.</p><p>The Colorado walkout followed the January closure of a meatpacking plant in Lexington, Nebraska, which was expected to ripple through the local economy and community. Tyson Foods cited the smaller herd and millions of dollars in expected losses this year.</p><p>JBS shares were approved for trading on the New York Stock Exchange last May despite environmental opposition and a federal probe that led to its guilty plea in October to bribing Brazilian officials for the financing it used for its U.S. expansion.</p><p>At the Greeley plant, union officials said the company tried to intimidate workers to quit the union in one-on-one meetings, union general counsel Matt Shechter said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTVVFWX4B7BTIHM6ISAG6IRJN4.jpg?auth=21be45f8c739961fcb78424ef41fde25ae42e525370741f5d6456928851f7413&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Employees walk in front of the entrance to the JBS meat processing plant, July 23, 2021, in Greeley, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Heat look to continue home success vs. slumping Wizards ]]></title><link>https://www.local10.com/sports/local/2026/04/04/heat-look-to-continue-home-success-vs-slumping-wizards/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/04/heat-look-to-continue-home-success-vs-slumping-wizards/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Washington Wizards (17-59, 15th in the Eastern Conference) vs. Miami Heat (40-37, 10th in the Eastern Conference)]]></description><pubDate>Sat, 04 Apr 2026 16:42:27 +0000</pubDate><content:encoded><![CDATA[<p>Washington Wizards (17-59, 15th in the Eastern Conference) vs. Miami Heat (40-37, 10th in the Eastern Conference)</p><p>Miami; Saturday, 3 p.m. EDT</p><p><b>BOTTOM LINE: </b></p><p>Washington will try to stop its three-game road slide when the Wizards face Miami.</p><p>The Heat are 24-23 in Eastern Conference games. Miami is fifth in the Eastern Conference with 12.0 offensive rebounds per game led by Kel’el Ware averaging 2.9.</p><p>The Wizards are 11-35 in conference matchups. Washington is 2-2 in games decided by less than 4 points.</p><p>The Heat score 120.4 points per game, 3.9 fewer points than the 124.3 the Wizards give up. The Heat average 112.7 points per game, 5.5 fewer points than the 118.2 the Heat allow to opponents.</p><p>The teams square off for the third time this season. The Heat won the last matchup 150-129 on March 10, with Bam Adebayo scoring 83 points in the victory.</p><p><b>TOP PERFORMERS: </b></p><p>Adebayo is scoring 20.3 points per game with 10.0 rebounds and 3.0 assists for the Heat. Tyler Herro is averaging 20.2 points and 4.8 rebounds while shooting 44.4% over the past 10 games.</p><p>Bub Carrington is averaging 10.2 points and 4.6 assists for the Wizards. Will Riley is averaging 17.0 points over the last 10 games.</p><p><b>LAST 10 GAMES: </b></p><p>Heat: 2-8, averaging 119.6 points, 41.6 rebounds, 27.8 assists, 7.0 steals and 3.8 blocks per game while shooting 46.3% from the field. Their opponents have averaged 129.3 points per game.</p><p>Wizards: 1-9, averaging 113.2 points, 36.6 rebounds, 24.6 assists, 7.6 steals and 3.8 blocks per game while shooting 48.0% from the field. Their opponents have averaged 128.6 points.</p><p><b>INJURIES: </b></p><p>Heat: Norman Powell: day to day (illness).</p><p>Wizards: Anthony Davis: out (finger), Cam Whitmore: out for season (shoulder), Alex Sarr: day to day (toe), Kyshawn George: out for season (elbow), D’Angelo Russell: out (not injury related), Trae Young: out (quad).</p><p>___</p><p>The Associated Press created this story using technology provided by <a href="https://www.dataskrive.com/" rel="">Data Skrive</a> and data from <a href="https://www.sportradar.com/" rel="">Sportradar</a>.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MWMIBKRZELW4OVBD53NWQPRG5Y.jpg?auth=1021476a815f74212174196c4a7d9c6d456ffb4066278f208ac447d71a909d69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Heat center Bam Adebayo (13) shoots a free throw to reach 83 points, the second-highest single game total in NBA history, in the second half of an NBA basketball game against the Washington Wizards, Tuesday, March 10, 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[Freshmen Braylon Mullins and Keaton Wagler shine as others struggle in UConn's win over Illinois]]></title><link>https://www.local10.com/sports/2026/04/04/freshmen-braylon-mullins-and-keaton-wagler-shine-as-others-struggle-in-uconns-win-over-illinois/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/04/freshmen-braylon-mullins-and-keaton-wagler-shine-as-others-struggle-in-uconns-win-over-illinois/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Sun, 05 Apr 2026 02:38:05 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — The horn sounded, signaling UConn's return to the national championship game for the third time in four seasons. And freshman Braylon Mullins raised his arms in triumph, a huge smile on his face as he trotted over to join his celebrating Huskies teammates.</p><p>Not far away, Illinois freshman Keaton Wagler headed dejectedly to his bench, pulling his jersey over his face. He disappeared into the arms of consoling teammates, then emerged with his head covered by a towel as the handshake line formed.</p><p>Only one of the two fantastic freshmen could end the night in triumph, but both led their teams on a rough offensive night for the Huskies and the Illini in UConn's 71-62 win Saturday in the Final Four.</p><p>Mullins — the home-state hero who hit an incredible shot to send UConn to Indianapolis — got off to a fast start and finished with four 3-pointers and 15 points. Wagler, a second-team All-American, had a game-high 20 points to go with eight rebounds while the Illini never found the groove that had brought them to their first Final Four since 2005.</p><p>Both hit key 3s as UConn fought to maintain its tenuous late lead. And by the final horn, Mullins and Wagler had become the first opposing freshmen with at least 15 points in a Final Four game since 1982 — when a couple of kids named Michael Jordan (North Carolina) and Patrick Ewing (Georgetown) were squaring off for the national title.</p><p>Only Mullins will have a chance to add to his March run.</p><p>“We’re so ready for the national championship game,” Mullins said after exchanging an exuberant hug with coach Dan Hurley. “This is what I came here for. Let’s get it on Monday.”</p><p>Mullins is an Indiana star and the face of March Madness</p><p>Mullins was a prep star out of Greenfield, roughly 30 miles from Lucas Oil Stadium, the cavernous home of the Indianapolis Colts that hosted the Final Four. He was already the star of the week in Indianapolis after hitting the 3-pointer that capped UConn's stunning comeback from 19 points down to beat No. 1 overall tournament seed Duke in the Elite Eight last weekend.</p><p>This time, he faced an opponent that had elevated its defense to go with its season-long efficiency. The Illini allowed just 0.976 points per possession through four NCAA Tournament wins to lead the four remaining teams while leaning on their paint-controlling size advantage.</p><p>That only magnified the importance of Mullins, a 6-foot-6 wing who came armed with a fearless look — whether shaking off a second half full of misses or ending up on the floor after getting stuffed at the rim on a baseline drive before halftime.</p><p>He set the tone during the opening three minutes, when he knocked down his first two 3-point tries, the second after losing Jake Davis around a screen then backpedaling and clapping with a big grin. He even banked in a straightaway 3 for a 37-27 lead, prompting him to grin sheepishly and stick out his tongue.</p><p>“The shot clock was winding down and I was just trying to find a pick and pop,” Mullins told reporters huddled around his locker. “I knew when I saw that separation I was going to put it up. But I did not expect to hit glass. You’ve got to have a smile on your face when that happens because those shots do happen.”</p><p>He saved his biggest moment for the second half. Mullins was 0 for 5 since halftime when Illinois had trimmed a 14-point deficit to four. Alex Karaban missed a 3-pointer, but Silas Demary Jr. outfought Illinois’ Ben Humrichous for the rebound to set up Mullins’ 3 with 52.1 seconds left.</p><p>It was his only second-half basket as UConn shot just 28.6% after halftime in a rock fight of a game.</p><p>Wagler has raw emotions after loss</p><p>It was a harder night for Wagler, the former four-star recruit who rose to prominence this season as part of a stellar freshman class nationally. He finished 7 for 16 from the floor but went just 2 for 10 from 3-point range — he entered shooting 40.7% from behind the arc — on a night when Illinois shot just 33.9% overall.</p><p>“I felt like I was settled in, it was just my shot was off, which happens,” Wagler said. “So I was just trying to stay confident throughout the game and keep shooting them. I felt like I'm a good shooter so I kept shooting them.”</p><p>He came through with a big one to answer Mullins' late 3, hitting a step-back against Demary with 43.5 seconds left to keep Illinois within four. But he missed another one moments later, slapping his right thigh in frustration as it became clear the game was finally out of reach.</p><p>By the end of the night, he sat his locker with teammate Ty Rodgers' left arm wrapped around him.</p><p>“Every day when you go through something like this with a group for this long, and you love them, it's hard when it ends,” Wagler said, pausing to fight back tears as Rodgers patted him on the shoulder. “You know, when it ends, it's just sad.”</p><p>___</p><p>AP March Madness bracket: https://apnews.com/hub/ncaa-mens-bracket and coverage: https://apnews.com/hub/march-madness</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EPMGX7ANCUYT2VU2PR7TFK4G3Q.jpg?auth=918f1eaec82adb9512b968d500378b672e7922b3cb24b6331127c2cc802c212c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn guard Braylon Mullins (24) rebounds against Illinois during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGZZAKDRAQCOJVLJHXH6CD4ZTE.jpg?auth=0492fa4ae8eedc2d9785e3d8500a18f11b67ba9197c938f7ff0773e60d422ed5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Illinois' David Mirkovic (0) and Keaton Wagler reacts after losing to UConn in an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/6P2OMSNP7QHKGZ3C5EEAPAFQRA.jpg?auth=9d1d2c229acb79533e8b95fad13e65734e3424e3147ca530853b7d3851e8fd24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn's Braylon Mullins (24) and head coach Dan Hurley celebrate after defeating Illinois in an an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (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/ZBE43JQQTCVFIZUPV5OIHOC34Q.jpg?auth=1e315d1c928ba3628951c3f204eedc18ea5b9608d47c28f2e360216b4286c107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn guard Braylon Mullins (24) celebrates a basket against Illinois during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7TV4AQL5IKR2MUUNDOHLO5CF2M.jpg?auth=00775bd3a5861595ad4c2495eee23da3720282199ecbe90e2738c1285bec26e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Illinois' Keaton Wagler (23) drives around UConn's Malachi Smith during the second half of an NCAA college basketball tournament semifinal game at the Final Four, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Feeding South Florida hosts Outrun Hunger 5K during 45th anniversary year]]></title><link>https://www.local10.com/community/2026/04/04/feeding-south-florida-hosts-outrun-hunger-5k-during-45th-anniversary-year/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/04/feeding-south-florida-hosts-outrun-hunger-5k-during-45th-anniversary-year/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Feeding South Florida hosted its 15th annual Outrun Hunger 5K in Davie on Saturday, drawing hundreds of participants to Vista View Park as the organization continues its yearlong 45th anniversary celebration.]]></description><pubDate>Sat, 04 Apr 2026 14:23:21 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://feedingsouthflorida.org/" target="_self" rel="" title="https://feedingsouthflorida.org/">Feeding South Florida</a> hosted its 15th annual Outrun Hunger 5K on Saturday, drawing hundreds of participants to Vista View Park in Davie as the organization continues its yearlong 45th anniversary celebration.</p><p><a href="https://www.local10.com/espanol/2026/04/04/feeding-south-florida-organiza-carrera-outrun-hunger-5k-en-su-45-aniversario/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/04/feeding-south-florida-organiza-carrera-outrun-hunger-5k-en-su-45-aniversario/">Leer en español</a></p><p>The signature event raised funds to support the nonprofit’s mission of providing food and resources to families across Palm Beach, Broward, Miami-Dade and Monroe counties. An awards ceremony followed the walk/run.</p><p>Paco Velez, president and CEO of Feeding South Florida, said the organization remains focused on addressing growing food insecurity in the region.</p><p>He said the event helps fund programs that provide immediate access to nutritious food and support advocacy and education efforts. He also noted that for every $1 donated, the organization can provide about four meals.</p><p>“Everybody was happy. They were excited. They were motivated. They were eager to run, and it showed in the times,” Velez said. “But the most important part is that we are able to help a lot of families here today.”</p><p>He also emphasized the role of volunteers, saying more than 36,000 people assist the organization each year across food distribution and events.</p><p>“Our volunteers are the lifeblood of our organization,” Velez said.</p><p>Organizers said more than 1.2 million people in South Florida are food insecure, with one in nine residents unsure where their next meal will come from due to rising costs for housing, groceries, fuel and other expenses.</p><p>The organization also highlighted recent donations, including eggs from partners Cal-Maine and Morningstar Farms, which Velez said are a high-demand protein source for families.</p><p>Participants could register as individuals or teams, and those not running were encouraged to support the effort through personalized fundraising pages by <a href="https://secure.qgiv.com/event/fy26_outrunbroward" target="_self" rel="" title="https://secure.qgiv.com/event/fy26_outrunbroward">clicking here</a>. </p><p><a href="https://secure.qgiv.com/event/fy26_outrunbroward" target="_self" rel="" title="https://secure.qgiv.com/event/fy26_outrunbroward">Registration is currently open</a> to all four counties that Feeding South Florida serves, including Palm Beach, Broward, Miami-Dade and Monroe counties. </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></channel></rss>