<?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 15:43:41 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Florida Vintage: Talk radio wars of the 1980’s ]]></title><link>https://www.local10.com/features/2026/04/06/florida-vintage-talk-radio-wars-of-the-1980s/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/06/florida-vintage-talk-radio-wars-of-the-1980s/</guid><description><![CDATA[Who remembers the talk radio wars of the 80’s? The era of Neil Rogers, Steve Kane, Al Rantel, Sandy Payton and more.]]></description><pubDate>Mon, 06 Apr 2026 15:33:13 +0000</pubDate><content:encoded><![CDATA[<p>Who remembers the talk radio wars of the 80’s? The era of Neil Rogers, Steve Kane, Al Rantel, Sandy Payton and more. Take a look back at the rivalries South Florida just couldn’t stop listening to.</p>]]></content:encoded></item><item><title><![CDATA[Man, 19, seriously hurt in Allapattah shooting]]></title><link>https://www.local10.com/news/local/2026/04/06/man-19-seriously-hurt-in-allapattah-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/man-19-seriously-hurt-in-allapattah-shooting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Medics rushed a 19-year-old man to Jackson Memorial Hospital Monday morning after a shooting in Miami’s Allapattah neighborhood.]]></description><pubDate>Mon, 06 Apr 2026 15:24:15 +0000</pubDate><content:encoded><![CDATA[<p>Medics rushed a 19-year-old man to Jackson Memorial Hospital Monday morning after a shooting in Miami’s Allapattah neighborhood.</p><p>The shooting happened just after 10:45 a.m. in the area of Northwest 25th Avenue and 38th Street.</p><p>Video from Sky 10 showed police officers and crime scene tape in the industrial area.</p><p>According to Miami Fire Rescue, medics took the victim to JMH’s Ryder Trauma Center in “serious but stable condition.”</p><p>Officer Kiara Delva, a spokesperson for the Miami Police Department, said investigators are looking into “the circumstances surrounding the shooting” as of around 11 a.m.</p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4087.382878747268!2d-80.23986530023265!3d25.810693572255595!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b0d38dd63919%3A0x7ab651cecd5faf5b!2sNW%2038th%20St%20%26%20NW%2025th%20Ave%2C%20Miami%2C%20FL%2033142!5e1!3m2!1sen!2sus!4v1775488911127!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XDJEHDEOGZGI3CSXLUJF6SABZU.jpeg?auth=c5c2b3408cc6947472d45348c8e7a3bd7e0a1b8362e323c92a640a71f684a54c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Medics rushed a 19-year-old man to Jackson Memorial Hospital Monday morning after a shooting in Miami’s Allapattah neighborhood.]]></media:description></media:content></item><item><title><![CDATA[Multiple rounds of showers, storms to roll across South Florida this week ]]></title><link>https://www.local10.com/weather/2026/04/06/multiple-rounds-of-showers-storms-to-roll-across-south-florida-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/06/multiple-rounds-of-showers-storms-to-roll-across-south-florida-this-week/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[Over the next few days, multiple rounds of showers and storms are forecast to roll across South Florida.]]></description><pubDate>Mon, 06 Apr 2026 15:17:02 +0000</pubDate><content:encoded><![CDATA[<p>Over the next few days, multiple rounds of showers and storms are forecast to roll across South Florida.</p><p>Widespread severe weather is <i>not </i>expected, but a few storms may briefly become strong or severe with high wind gusts and heavy downpours. </p><p>There is a low-end threat — Level 1 out of 4 — for flooding on Tuesday and Wednesday. This is mostly for localized urban flooding — isolated incidents in city areas that are low-lying in elevation or have poor drainage.</p><p><u><b>MONDAY</b></u></p><p>The East Coast metros should stay mostly dry through Monday afternoon, aside from a few pop-up showers. We will be watching later to see how a cluster of thunderstorms develops over the Everglades Monday evening and overnight.</p><p><u><b>TUESDAY</b></u></p><p>Models are signaling that this cluster of storms will eventually migrate eastward and be centered over the I-95 corridor early Tuesday morning (roughly 4 a.m. to 8 a.m.) This could cause some morning commute issues. After this round of storms Tuesday morning, there will be some breaks in the rain around midday. </p><p>Additional sunshine and heating will refuel the atmosphere for another round of storms Tuesday afternoon/evening (around 2 p.m. to 8 p.m.) These will be pop-up storms and scattered, so it will be difficult to pinpoint the timing for specific communities until they begin developing.</p><p><u><b>WEDNESDAY</b></u></p><p>We should see a general break in the rain late Tuesday night through the first half of the day Wednesday, but a brief shower will still be possible at any given time. Then, another round of heavy showers and thunderstorms is likely mid-afternoon Wednesday until a couple hours after sunset (around 1 p.m. to 8 p.m., +/- an hour).</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><i><b>CLICK HERE</b></i></a><i><b> for the latest weather updates from Local 10’s Weather Authority. </b></i></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[NCAA champion UCLA finishes No. 1 in women's AP Top 25 ahead of South Carolina, UConn, Texas, Duke]]></title><link>https://www.local10.com/sports/2026/04/06/ncaa-champion-ucla-finishes-no-1-in-womens-ap-top-25-ahead-of-south-carolina-uconn-texas-duke/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/ncaa-champion-ucla-finishes-no-1-in-womens-ap-top-25-ahead-of-south-carolina-uconn-texas-duke/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:15:59 +0000</pubDate><content:encoded><![CDATA[<p>UCLA finished the season at No. 1 in The Associated Press women's basketball Top 25 on Monday after routing South Carolina to win its first NCAA championship.</p><p>The Bruins were a unanimous choice from the 31-member national media panel, ending the season as the top choice for the first time in school history. Their first No. 1 ranking came after they also beat South Carolina in November 2024.</p><p>The Gamecocks were second behind the Bruins with Final Four participants UConn and Texas third and fourth, respectively. The Huskies, who have finished in the top 10 of the final poll for 33 straight years, had been the No. 1 team all season until Monday. They had been unbeaten until a loss to South Carolina on Friday.</p><p>No. 5 Duke, No. 6 TCU and No. 7 Michigan, which all reached the Elite Eight, followed the Longhorns. LSU was eighth and Notre Dame ninth. The Fighting Irish made the biggest leap in the poll, climbing 13 spots after reaching the regional final with an upset of Vanderbilt in the Sweet 16.. The Commodores were 10th.</p><p>Celebrating history</p><p>The Bruins are one of only three teams that were in both the first women’s basketball poll 50 years ago and the final Top 25 this season. Maryland and Baylor are the other two. The Terrapins ended the season ranked 20th and the Bears were 23rd.</p><p>Ranked Cavaliers</p><p>No. 19 Virginia earned its first ranking since 2011 after reaching the Sweet 16 for the first time in 26 years. They also became the first team that played in the First Four to reach the regional semifinals.</p><p>Even with their success, the Cavaliers made a coaching change over the weekend, firing Amaka Agugua-Hamilton. The Cavaliers had been a mainstay in the poll until dropping out on Nov. 10, 2011.</p><p>Conference supremecy</p><p>The SEC and the Big Ten each had eight teams in the final Top 25 of the season. The ACC had five and The Big 12 three. The Big East had one.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here. AP women’s college basketball: https://apnews.com/hub/ap-top-25-womens-college-basketball-poll and https://apnews.com/hub/womens-college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FS4Q7HRRJHNDWBVC7XEEO73RMU.jpg?auth=0557abeb20732f5e380c211a89ee30e939a6e13a687a38462418c62b49871c44&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/IJ7JZCHSA4OO4TGZIJ33YOEXLQ.jpg?auth=0a5045b814ec10c4604771c651ec7a13be3e13642faa99e942b865c341945bf2&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 over UCLA guard Gianna Kneepkens (8) 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/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/IETFVURBPJQAXWBIPZQUJBNEJE.jpg?auth=97c7151c13526d81a4f07b250cb90a4d37ea081f000782b5744733d841ca5dd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn players celebrate after UConn guard Azzi Fudd, left, made a 3-point shot against South Carolina during the second half of a woman's NCAA college basketball tournament semifinal game 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><media:content url="https://www.local10.com/resizer/v2/FUC5JKQYQTWEJ3QQ5XBLILY6ZE.jpg?auth=651ba9444a88213598d1ec784db19aed83ae98e3aa4664de094a8f5f11a2049c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas forward Madison Booker (35) and Texas guard Ashton Judd (21) celebrate against UCLA during the second half of a women's NCAA college basketball tournament semifinal game 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[In NCAA title game, a Michigan team on a roll tries to derail a UConn dynasty]]></title><link>https://www.local10.com/sports/2026/04/06/in-ncaa-title-game-a-michigan-team-on-a-roll-tries-to-derail-a-uconn-dynasty/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/in-ncaa-title-game-a-michigan-team-on-a-roll-tries-to-derail-a-uconn-dynasty/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:14:41 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Michigan has been scoring over and swatting down opponents at a record rate during March Madness.</p><p>For the Wolverines to go down as one of college basketball's best ever, they'll have to do it one more time by taking down a UConn program seeking its third national title in four seasons.</p><p>The teams meet Monday night in the NCAA championship game, bringing down the curtain on a March Madness full of surprises and fun — and highlighted by two finalists that have been shooting for history in their own distinct ways.</p><p>At Michigan, a roster freshly constructed out of last year's transfer portal, has become the first team to score 90-plus points in five straight tournament games in the same season. On the other end, 7-foot-3 center Aday Mara leads a defense that amassed eight or more blocks in the first four games of the tournament — the first time that's happened since blocks became an official stat in the 1980s.</p><p>The Wolverines (36-3) had only three swats against Arizona, but that was a 91-73 win in a game that was supposed to be the best of the tournament but turned into something else. Michigan is trying to become the fifth team to win six tournament games by a dozen or more. The last two: the UConn title teams in 2023 and '24.</p><p>“We have a team that we think is elite,” coach Dusty May said. “But we also know that means nothing. You still have to do all the things that got you to this point, and you have to weather storms. You have to handle success.”</p><p>No program has done that better over the past four years than UConn (34-5) — a feat made more impressive by the landscape it must navigate.</p><p>Coach Dan Hurley has used the transfer portal in a more targeted way than Michigan — for instance, he nabbed Tarris Reed Jr. from the Wolverines but also has a UConn lifer in Alex Karaban — to keep the program near the top in an era of quick change.</p><p>“We want to have a lot of continuity,” Hurley said. “Our culture is unique. It’s specific. It takes a certain type of player to play for me.”</p><p>UConn comes into the game as a 6 1/2-point underdog, according to BetMGM Sportsbook, the third straight game the oddsmakers have picked the Huskies to lose. Bad bet, so far. Braylon Mullins produced the moment of the tournament so far with his 3-pointer to cap UConn's 19-point comeback against Duke to get the Huskies to the Final Four.</p><p>If they defy the odds again, they'll become the first program to win three titles in four years since the UCLA dynasty of the 1960s and '70s.</p><p>“The last thing we’re thinking about now, as we prepare for one of these teams, is dynasty,” Hurley said after the Arizona win. “We’re gonna go watch this one and go through the preparation and focus on just ... trying to — whoever we play — try to win the game.”</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/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/D67V4A4KEMM3NNIYSJLIGGHL5I.jpg?auth=dcc866f4db169b9d36e6336d75f8256cc0f2f7c3ae376c5fc79c4244b429fe0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UConn guard Silas Demary Jr. 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></item><item><title><![CDATA[Woman accused of attacking ex-girlfriend with knife for consuming last ‘mushroom chocolate’]]></title><link>https://www.local10.com/news/local/2026/04/06/woman-accused-of-attacking-ex-girlfriend-with-knife-for-consuming-last-mushroom-chocolate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/woman-accused-of-attacking-ex-girlfriend-with-knife-for-consuming-last-mushroom-chocolate/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 28-year-old woman was arrested last week by Miami-Dade sheriff’s deputies after she attacked her ex-girlfriend with a knife – all over the last piece of a “mushroom chocolate,” authorities said.]]></description><pubDate>Mon, 06 Apr 2026 15:03:55 +0000</pubDate><content:encoded><![CDATA[<p>A 28-year-old woman was arrested last week by Miami-Dade sheriff’s deputies after she attacked her ex-girlfriend with a knife – all over the last piece of a “mushroom chocolate,” authorities said.</p><p>According to an arrest report, the incident happened Feb. 26 in the 12300 block of Southwest 283<sup>rd</sup> Street, and the suspect, Keisha Dotson Dardy, was arrested last Thursday.</p><p>Deputies said Dardy and the victim are ex-girlfriends who have dated on and off for several years.</p><p>According to deputies, on the night of Feb. 26, the two women got into a “heated dispute” after Dardy accused the victim of eating the last mushroom chocolate.</p><p>The arrest report states that the verbal altercation quickly escalated when Dardy pulled out a knife and “made a stabbing motion towards the victim, causing her injury.”</p><p>Deputies said the victim sustained a laceration to the left side of her head from the attack and was transported by Miami-Dade Fire Rescue to Jackson South Medical Center.</p><p>Authorities said Dardy fled the scene after 911 was called. </p><p>According to the report, Dardy was initially arrested Thursday on unrelated charges, but now faces charges of aggravated battery with a weapon.</p><p>A deputy noted in the arrest report that Dardy was “highly intoxicated and erratic” at the time of her arrest.</p><p>As of Monday morning, Dardy was being held at the Turner Guilford Knight Correctional Center. </p><p>Online jail records show she also faces a charge of battery/domestic violence in a separate case and is being held without bond on a probation warrant for interference with custody and contributing to the delinquency of a child. </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/5WJ2VKIWD5HV5FAVMWUWJ72FBM.jpg?auth=bbafacbeaeadf83bafdf56bf144dae40a1d1088e98006c67d119c076d86bd840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[From book bans to basement makeovers: 10 win I Love My Librarian Award for making a difference]]></title><link>https://www.local10.com/entertainment/2026/04/06/from-book-bans-to-basement-makeovers-10-win-i-love-my-librarian-award-for-making-a-difference/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/from-book-bans-to-basement-makeovers-10-win-i-love-my-librarian-award-for-making-a-difference/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:00:39 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — There are many ways to win an I Love My Librarian Award.</p><p>You might be a fighter against book bans, like Valerie Byrd Fort at the University of South Carolina; or a mentor for graduate students researching biomedicine, like Joanne Doucette at the Massachusetts College of Pharmacy and Health Sciences, or transform a dark basement into a gathering space for families, like Mary Anne Russo at the Hubbard Public Library in Ohio.</p><p>They are among 10 recipients of the I Love My Librarian Award, which comes with a $5,000 cash prize and a $750 stipend for the American Library Association's annual convention, held this year in Chicago from June 25-29. The winners were selected from a pool of more than 1,300 submissions by library patrons who explain how a “librarian made a difference in your life or gone above and beyond to serve your community.”</p><p>“We recognize the remarkable contributions these 10 librarians make for our communities, for learning, for our health and for the public good,” ALA President Sam Helmick said in a statement Monday. “These librarians are people who power possibility in our neighborhoods, our schools, and our places of higher learning. Their leadership, creativity, and innovation strengthen the communities they serve, and we are proud to honor them.”</p><p>Other winners include Tracy Fitzmaurice from Jackson County, North Carolina, praised by the ALA as a “transformative leader for rural libraries”; Deb Sica of the Alameda County Library, in Fremont, California, a champion of diversity and intellectual freedom; Zachary Stier, who has worked for years on literacy projects at the Ericson Public Library, in Boone, Iowa; and Christine Szeluga of New Jersey's Cranford High School, where she secured grants for a podcast studio and history archive.</p><p>Also cited were Mahasin Ameen, whose initiatives at Indiana University cover everything from health literacy to information literacy; Mia Gittlen, who transformed the shuttered library at California's Milpitas High School; and Jenny Cox of South Carolina's Georgetown Middle School who worked to boost funding for thousands of new books.</p><p>The awards, established in 2008, are presented by the ALA, the New York Public Library and Carnegie Corporation of New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6BN3LBOYV65CZMLUD75N3QWIQ.jpg?auth=278f925cf77a0cf8e1ea1148cd5aa0cda25ccdc89e8c5af564ea7da59a96563e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Books are displayed on shelves in an elementary school library in suburban Atlanta on Aug. 18, 2023. (AP Photo/Hakim Wright Sr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Harkim Wright Sr.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOTPJJE6YAEG7QV745VLSK7XJA.jpg?auth=6106e532cfde2708405079993f35e569381da1525d0f3379636ad1ebc9a51697&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mother and daughter read at the Josephine Community Library in Grants Pass, Ore., on May 18, 2023. (AP Photo/Lindsey Wasson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Samsung is discontinuing its texting app, tells impacted users to switch to Google Messages]]></title><link>https://www.local10.com/business/2026/04/06/samsung-is-discontinuing-its-texting-app-tells-impacted-users-to-switch-to-google-messages/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/samsung-is-discontinuing-its-texting-app-tells-impacted-users-to-switch-to-google-messages/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:59:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Samsung is saying goodbye its namesake texting app.</p><p>According to an end of service announcement published on the tech giant's U.S. support website, Samsung Messages will be discontinued in July. Impacted owners of Samsung smartphones and other gadgets are being asked to switch to Google Messages in the meantime, “to maintain a consistent messaging experience on Android.”</p><p>All Samsung Galaxy phones run on Google's Android operating system. To switch to Google Messages, Samsung's website gives users instructions to download the app from the Play Store, if not already on their phone, and set it as the default. Some people may also receive an in-app notification to guide them through the process.</p><p>Samsung says switching to Google Messages will give users access to updates like the latest artificial intelligence features from Google's Gemini — which includes an experimental feature called “Remix” to generate images during conversations and AI-powered reply suggestions — and the ability to share higher quality photos between Android and Apple iOS devices through RCS-enabled messages.</p><p>Users of older Android operating systems (dating back to Android 11 or older) will not be impacted by the end of Samsung Messages, the company noted. To check what Android OS you have on a Samsung device, open the settings app, click on “software information” and scroll to “Android version.”</p><p>Meanwhile, owners of Samsung's latest Galaxy 26 lineup and other newer phones cannot download the Samsung Messages app from the Galaxy Store today.</p><p>All devices will no longer be able to download Samsung Messages after it's officially discontinued in July, the company noted. Samsung said users can check their app for the exact date for when service will go offline.</p><p>Beyond the U.S., Samsung did not immediately respond to a request for further information about whether its guidance for Samsung Messages was the same globally.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QABXCDNUWB2JD3UCYJM7SCOWGM.jpg?auth=d64f61afc433465926f6916411464961ab3b9307b0f549b2b16d1b25111c26d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Samsung unveils its latest Galaxy smartphones during a showcase in San Francisco, Feb. 25, 2026. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content></item><item><title><![CDATA[Fake contractor scams southwest Miami-Dade church school out of $223K, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/06/fake-contractor-scams-southwest-miami-dade-church-school-out-of-223k-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/fake-contractor-scams-southwest-miami-dade-church-school-out-of-223k-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man running a company called Creed Metal was arrested one day before Easter for scamming a religious school out of more than $223,000, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Mon, 06 Apr 2026 14:58:28 +0000</pubDate><content:encoded><![CDATA[<p>A man running a company called Creed Metal was arrested one day before Easter for scamming a religious school out of more than $223,000, according to the Miami-Dade Sheriff’s Office.</p><p>Deputies said St. Kevin Catholic School, located at 4001 SW 127th Ave., contracted with Nestor Olivares in September 2024 to install 13 aluminum roof structures.</p><p>But an MDSO arrest report states that Olivares, 50, “failed to fulfill the terms of the agreement, neglecting to provide the agreed-upon materials or perform the work as outlined.”</p><p>On top of that, deputies said he didn’t even have a license.</p><p>Authorities said in February 2026, Olivares promised the school a full refund by Feb. 25, but never paid up. They said he also gave the church false bank paperwork claiming he had initiated a wire transfer.</p><p>Deputies arrested Olivares at his home on Southwest 126th Avenue, about a half-mile from the church in the county’s Tamiami area, on Saturday.</p><p>He faces charges of first-degree grand theft and forgery and a county ordinance violation of contracting without a license.</p><p>As of Monday, the Venezuelan national remained in the Turner Guilford Knight Correctional Center on a $30,150 bond. Records show he’ll have to prove that any bond money came from a legitimate source before authorities will let him out of jail.</p><p>The same church made headlines last November after deputies <a href="https://www.local10.com/news/local/2025/11/24/miami-dade-priest-arrested-after-fight-over-photos-of-politically-inclined-poster-at-church-cops/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/24/miami-dade-priest-arrested-after-fight-over-photos-of-politically-inclined-poster-at-church-cops/">arrested a priest</a> after an alleged dispute over a “politically-inclined poster.” But his case no longer appears in Miami-Dade court records.</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/QHEKRFGO2BH3NJLGF5MFNQSRFM.jpg?auth=6725a569b5b04e0b3f3bc3ed1bed4f753522d68cf25cc55b9d8f9b67e6d9a57a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nestor Olivares]]></media:description></media:content></item><item><title><![CDATA[FIFA president says he has full confidence in Mexico as World Cup host despite cartel violence]]></title><link>https://www.local10.com/sports/2026/02/27/fifa-president-says-he-has-full-confidence-in-mexico-as-world-cup-host-despite-cartel-violence/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/02/27/fifa-president-says-he-has-full-confidence-in-mexico-as-world-cup-host-despite-cartel-violence/</guid><dc:creator><![CDATA[By CARLOS RODRIGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:52:21 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — FIFA president Gianni Infantino said Thursday he spoke with Mexican President Claudia Sheinbaum and that he has “full confidence” in Mexico as a host country for this year’s World Cup soccer tournament despite violent incidents following the death of a powerful drug lord that left at least 70 people dead.</p><p>Last Sunday, the Mexican army killed Nemesio Oseguera Cervantes “El Mencho”, the leader of the Jalisco New Generation Cartel (CNGJ) sparking several days of violence. Cartel members burned cars and blocked roads in nearly a dozen Mexican states.</p><p>“I had an excellent conversation earlier today with Mexico president, Claudia Sheinbaum,” Infantino said. “I reiterated our full confidence in the host country and look forward to it staging all scheduled matches there at what will be the most inclusive and the greatest FIFA World Cup ever.”</p><p>Mexico is set to host 13 World Cup matches, four of them in the western city of Guadalajara, in the Jalisco state, the central hub for the Jalisco cartel.</p><p>“I spoke by phone with FIFA President Gianni Infantino; we continue working as usual to successfully host the 2026 FIFA World Cup,” Sheinbaum posted on X. “We reaffirm our confidence in the country.”</p><p>Sheinbaum has vowed this week there was “no risk” for visitors, but on Thursday the World Cup diving event set to be held in a Guadalajara suburb next week was canceled over security concerns.</p><p>Earlier in the week the Portuguese soccer federation said it was “closely monitoring the delicate situation” ahead of a friendly match against Mexico’s national team in Mexico City.</p><p>Infantino said earlier this week in Colombia that he was convinced that “everything will go as smoothly as possible.”</p><p>Besides the four World Cup matches, the western city of Guadalajara is scheduled to host an international playoff in late March. New Caledonia will play Jamaica and the winner will face Congo for a spot in the tournament.</p><p>The president of the Jamaica Football Federation, Michael Ricketts, said this week that his organization is closely monitoring the situation in Mexico ahead of the Reggae Boyz’ scheduled international matches next month.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded></item><item><title><![CDATA[Man faces charges after videos show him terrifying ex-girlfriend at her Miami-Dade home: Deputies ]]></title><link>https://www.local10.com/news/local/2026/04/06/man-faces-charges-after-videos-show-him-terrifying-ex-girlfriend-at-her-miami-dade-home-deputies/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/man-faces-charges-after-videos-show-him-terrifying-ex-girlfriend-at-her-miami-dade-home-deputies/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A romantic relationship that lasted about a year recently ended with a 42-year-old man facing criminal charges in Miami-Dade County, records show. ]]></description><pubDate>Mon, 06 Apr 2026 14:30:29 +0000</pubDate><content:encoded><![CDATA[<p>A romantic relationship that lasted about two years recently ended with a 42-year-old man facing criminal charges in Miami-Dade County, records show. </p><p>Surveillance video showed Dionisio Oliva trying to break into a woman’s home on March 21 and March 29 along Southwest 126 Court, near 211 Street, records show. </p><p>Before the first burglary, Oliva claimed he wanted to take possession of a scooter that was at the woman’s house, according to M-DSO deputies. </p><p>“Tked the defendant to leave, and when she turned around to shut the door, the defendant attempted to gain entry to the residence,” a deputy wrote, according to the arrest report. </p><p>Oliva left the house with the scooter, but not before throwing rocks at the woman’s house, according to M-DSO deputies’ arrest report. </p><p>“One of the rocks shattered the glass and landed on her kitchen floor,” a M-DSO deputy wrote, according to the arrest report. </p><p>Oliva returned to the woman’s home on March 29 armed with a machete to try to break “the door handle,” according to the arrest report. </p><p>Deputies arrested Oliva at 7:50 p.m. on April 3 at his home in the area of Southwest 112 Place and 222 Street, according to the arrest report. </p><p>Oliva faced three charges: Two counts of armed attempted burglary and shooting or throwing a deadly missile. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKPRIELO6RETXMYCYMQYEUG56Y.jpg?auth=c80ad7d5f19dc41282464c3132967d9282b26876f8212147ebf71c370ddebbe5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Dionisio Oliva on April 3 in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Man arrested after fleeing from cops in Lamborghini SUV, Miami Gardens police say ]]></title><link>https://www.local10.com/news/local/2026/04/06/man-arrested-after-fleeing-from-cops-in-lamborghini-suv-miami-gardens-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/man-arrested-after-fleeing-from-cops-in-lamborghini-suv-miami-gardens-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 25-year-old man was arrested Friday by Miami Gardens police after he fled from officers while driving an orange Lamborghini SUV, authorities said.]]></description><pubDate>Mon, 06 Apr 2026 14:16:38 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old man was arrested Friday by Miami Gardens police after he fled from officers while driving an orange Lamborghini SUV, authorities said.</p><p>According to an arrest report, Kimani Kirk Simons, of Miramar, was arrested Friday afternoon after the Miami Gardens Police Department’s Stolen Vehicle Unit was notified that a vehicle fled from Miramar police.</p><p>The arrest report, however, does not state whether the Lamborghini was stolen nor does it state why police were initially trying to conduct a traffic stop. &nbsp;&nbsp;</p><p>According to the report, the SUV, which had a New Jersey tag, fled south from Palm Avenue and Miramar Parkway before making an “aggressive U-turn” from the southbound lane to continue northbound from Northwest 187th Street and 47th Avenue.</p><p>A Miami Gardens police officer then activated their vehicle’s lights and sirens, but Simons refused to stop, authorities said.</p><p>Police said Simons was traveling at a high rate of speed and ran a red light before eventually crashing into another vehicle in the area of Northwest 199<sup>th</sup> Street and 37<sup>th</sup> Avenue.</p><p>According to the report, Simons and his passenger bailed out of the SUV, but Simons was detained a short distance away.</p><p>He was arrested on charges of aggravated fleeing/eluding police, leaving the scene of a crash without serious injury, resisting an officer without violence and reckless driving causing damage to property or a person. </p><p>The Lamborghini was towed from the scene.</p><p>As of Monday morning, Simons was no longer appearing in the online jail database. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFOOUW3TMND2TMBO7R3DCX7GAE.jpg?auth=4f673a15cb9f81c49f15b09b872c489e2dc300b6c5aa1bc5ac5b63bd87e83089&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[AP says it will offer buyouts as part of pivot away from newspaper journalism]]></title><link>https://www.local10.com/news/national/2026/04/06/ap-says-it-will-offer-buyouts-as-part-of-pivot-away-from-newspaper-journalism/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/ap-says-it-will-offer-buyouts-as-part-of-pivot-away-from-newspaper-journalism/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:35:26 +0000</pubDate><content:encoded><![CDATA[<p>The Associated Press said Monday it is offering buyouts to an unspecified number of its U.S.-based journalists as part of an acceleration away from the focus on newspaper journalism that sustained the company since the mid-1800s.</p><p>The news organization is becoming more focused on visual journalism and developing new revenue sources, particularly through companies investing in artificial intelligence, to cope with the economic collapse of many legacy news outlets. Once the lion’s share of AP’s revenue, big newspaper companies now account for 10% of its income.</p><p>“We’re not a newspaper company and we haven’t been for quite some time,” Julie Pace, executive editor and senior vice president of the AP, said in an interview.</p><p>Despite changes – the company has doubled the number of video journalists it employs in the United States since 2022 – remnants of a staffing structure built largely to provide stories to newspapers and broadcasters in individual states have remained.</p><p>That has its roots well back in American history; the AP was started in the mid-19th century by New York newspapers looking to share the costs of reporting outside their immediate territory.</p><p>Exact numbers of staff reduction unclear</p><p>The number of AP journalists who will lose jobs is murky, in part intentionally. The AP does not say how many journalists it employs, though it has a large international presence as well as its U.S. staff.</p><p>Pace said the AP’s goal is to reduce its global staff by less than 5%. The Marketing and Media Alliance estimated the AP had 3,700 staffers, but it was not clear when that estimate was made.</p><p>Since buyouts are being offered now to only U.S. journalists, it stands to reason that the cut among that workforce will be more than 5%. Whether there are layoffs depends on how many people take the offer, Pace said.</p><p>Reached on Monday, the News Media Guild, which represents AP journalists, had no immediate comment on the plan.</p><p>Over the past four years, the AP’s revenue from newspapers has declined by 25%. Gannett and McClatchy, two of the largest traditional newspaper publishers, dropped AP in 2024.</p><p>In recent days, the company learned that Lee Enterprises — publishers of newspapers like The Buffalo News, the St. Louis Post-Dispatch and the Richmond Times-Dispatch — is seeking an early exit from a contract due to expire at the end of 2026.</p><p>Pace said the buyout plan was in the works before learning about Lee Enterprises. “We made a decision earlier this year that we needed to be bolder in this transformation,” she said.</p><p>An even higher focus on the day’s biggest stories</p><p>Besides the transition to more video capabilities, the AP is deploying rapid-response teams where staff members, no matter their geographic base, contribute to the day’s big stories, she said. The AP is putting more journalists on beats to break news on topics of known customer interest. But it is committed to maintaining a presence in all 50 states.</p><p>“The AP is not in trouble,” Pace said. “We’re making these changes from a position of strength but we’re doing so now to recognize our changing customer base.”</p><p>Those customers now are dominated by broadcast, digital and technology companies, an illustration of where people are getting news. The AP has seen 200% growth in revenue from technology companies over the last four years, said Kristin Heitmann, senior vice president and chief revenue officer.</p><p>The AP was among the first news outlets to make a deal with an AI company, agreeing in 2023 to lease part of its text archive to OpenAI as it built out its capabilities. The AP launched on Snowflake Marketplace last year to license data directly to enterprises building their own system. It has launched AP Intelligence, a division designed to sell data to financial and advertising sectors, for example.</p><p>Google contracted with AP last year to deliver news through the Gemini chatbot, the tech giant’s first deal with a news publisher.</p><p>“If you can think of a large technology company,” Heitmann said, “they are a customer of ours.”</p><p>Predictions markets now part of the picture for AP</p><p>Last month, the AP agreed to sell U.S. elections data to Kalshi, the world’s largest predictions market.</p><p>AP’s long tradition in counting and analyzing elections data is another growth area; the company saw a 30% increase in customers between the 2020 and 2024 cycles. It got an additional boost last year when ABC, CBS, NBC and CNN signed on to the service.</p><p>The company, traditionally a wholesaler of news to other companies, has also seen growing interest in its direct-to-consumer product, apnews.com, which provides revenue through advertising and donations.</p><p>The new business frontiers do not indicate a weakening in the AP’s standards of providing fast, accurate, non-biased news, leaders said. “It anything, it makes it more important that we retain these values as we make the transition,” Pace said.</p><p>The AP is trying new forms of fact-checking, including use of video, and more often putting its journalists in public to explain how they got particular stories, she said.</p><p>“I think that authenticity, and the fact that you can associate a real person who is often quite experienced and quite deep on their beats … it builds more credibility,” she said. “We’re really trying to embrace that because I do think it’s vital when there is so much misinformation out there.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCJRWYWFN5GQYXAV26LJBZSHUA.jpg?auth=d74330a27cfb8f93c78af6dee5f602f8abc3cc2a4295f55eb88efb8eb9f8e47a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Associated Press logo is shown at the entrance to the news organization's office in New York, July 13, 2023. (AP Photo/Aaron Jackson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Jackson</media:credit></media:content></item><item><title><![CDATA[Trump endorses Republican Steven Hilton for California governor, reordering wide-open race]]></title><link>https://www.local10.com/news/politics/2026/04/06/trump-endorses-republican-steven-hilton-for-california-governor-reordering-wide-open-race/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/trump-endorses-republican-steven-hilton-for-california-governor-reordering-wide-open-race/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:02:59 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — President Donald Trump has endorsed Republican Steve Hilton for California governor, reordering a crowded, wide-open race to lead the nation's most populous state.</p><p>Trump posted late Sunday on his social media platform Truth Social that he has known Hilton for years and called the conservative commentator “a truly fine man” who could turn around a state beset with notoriously high taxes. California, Trump wrote, “has gone to hell.”</p><p>“With Federal help, and a Great Governor, like Steve Hilton, California can be better than ever before!” Trump added.</p><p>The endorsement — coming about a month before mail ballots go to voters in advance of the June 2 primary — will help Hilton coalesce conservative support in a race with no clear leader. However, Trump is widely unpopular in heavily Democratic California outside his conservative base and Trump's backing would become a liability if Hilton faces a Democrat in the November election.</p><p>With a large field, Democrats have been fearful that a quirk in the state's unusual “top two” primary system could allow only two Republicans to reach the November general election ballot — Hilton and GOP rival Chad Bianco, the Riverside County sheriff. Trump's decision — a strong signal to undecided conservative voters — will make that outcome less likely by helping Hilton lure additional support.</p><p>There are more than 50 candidates on the ballot — including eight established Democrats and along with Hilton and Bianco, the two leading Republicans. An all-GOP general election is possible in California, which puts all candidates on one primary ballot and only the top two vote-getters advance to November, regardless of party.</p><p>Polling in early February by the nonpartisan Public Policy Institute of California found the field had broken into two distinct groups, with Bianco, Hilton and three Democrats — U.S. Rep. Eric Swalwell, former Rep. Katie Porter and billionaire climate activist Tom Steyer — in close competition, with other candidates trailing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KTJ5DZ4T4Z5UAQYTKGFQK5EVCM.jpg?auth=747e6a8e926cd050a49ea3547b176fa98b41c56865851f2f931fd26221f91ebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Steve Hilton speaks during the California gubernatorial candidate debate, Feb. 3, 2026, in San Francisco. (AP Photo/Laure Andrillon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Laure Andrillon</media:credit></media:content></item><item><title><![CDATA[Congresistas de EEUU que viajaron a Cuba dicen que diálogo bilateral no es todavía una negociación]]></title><link>https://www.local10.com/espanol/2026/04/06/congresistas-de-eeuu-que-viajaron-a-cuba-dicen-que-dialogo-bilateral-no-es-todavia-una-negociacion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/congresistas-de-eeuu-que-viajaron-a-cuba-dicen-que-dialogo-bilateral-no-es-todavia-una-negociacion/</guid><dc:creator><![CDATA[Por CRISTIANA MESQUITA y ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:41:06 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Dos congresistas estadounidenses que viajaron a Cuba para observar la situación humanitaria en la isla aseguraron que, aunque hay un contacto entre los dos gobiernos, aún no se puede hablar de una negociación formal.</p><p>Los representantes demócratas Pramila Jayapal, por Washington, y Jonathan Jackson, por Illinois, se entrevistaron con el presidente Miguel Díaz-Canel, el canciller Bruno Rodríguez y miembros del Parlamento de la isla. También fueron a hospitales y hablaron con religiosos locales, informaron durante un encuentro con un reducido grupo de periodistas el fin de semana.</p><p>A su vez mantuvieron encuentros con disidentes como Manuel Cuesta Murúa, líder de el Consejo para la Transición Democrática, uno de los grupos opositores más importantes en la isla, confirmó The Associated Press con el activista. La visita se inició el miércoles y terminó el domingo.</p><p>“Pudimos constatar de primera mano los efectos exactos de nuestra política y de lo que consideramos un bloqueo ilegal al suministro energético de esta isla”, expresó Jayapal.</p><p>“Queremos asegurarnos de que nuestra política exterior en Estados Unidos no sea ajena a nuestros propios valores. Por ello, estamos aquí para ejercer nuestra labor de supervisión y para escuchar a la gente”, agregó Jackson. “Esta es, en la actualidad, la región más sancionada del planeta".</p><p>El presidente Donald Trump impuso en enero un cerco energético a la isla luego de su ataque a Venezuela –un aliado estratégico de Cuba—, lo que obligó a países como México y Rusia a cortar sus envíos de petróleo Cuba.</p><p>La semana pasada y por primera vez en el año el buque ruso Anatoly Kolodkin llegó a la isla con 730.000 barriles de crudo luego de que Trump no impidiera su paso. La isla apenas produce el 40% del combustible que consume.</p><p>Las consecuencias de la falta de combustible se hicieron sentir rápidamente en la población, que ya sufría un lustro de crisis económica: apagones nacionales, desabastecimiento de gasolina y racionamiento, ausencia de transporte público, recortes en las jornadas laborales, hospitales y cirugías paralizadas y suspensión de vuelos, entre otros.</p><p>El congresista Jackson dijo que se alegraba de que Trump no se interpusiera en el paso del petrolero Anatoly Kolodkin permitiendo un “alivio” a la tensa situación.</p><p>La Habana y Washington reconocieron en las semanas pasadas que hubo contactos al más alto nivel, pero no trascendieron los detalles.</p><p>Consultada sobre su alcance, la congresista Jayapal indicó que esos acercamientos son incipientes.</p><p>“Ha habido diálogo o al menos, creo que los inicios de un diálogo”, expresó Jayapal. “No creo que se alcanzara la etapa de negociación de la que se nos habló, pero sí creo que existe el deseo de asegurar que haya una negociación real, que se produzca una discusión y negociación”.</p><p>El lunes la cuenta en X del presidente Miguel Díaz-Canel publicó fotos del encuentro con los legisladores y aseguró que habían hablado sobre el impacto de las sanciones estadounidenses y las “amenazas de acciones aun más agresivas” por parte de Trump.</p><p>“Reiteré la voluntad de nuestro gobierno para sostener un diálogo bilateral serio y responsable y encontrar soluciones a las diferencias existentes”, escribió Díaz-Canel.</p><p>Los legisladores indicaron que a su regreso harán un informe y continuarán trabajando en las iniciativas de otros colegas en la Cámara de Representantes para levantar la sanciones a la isla.</p><p>“O bien ayudamos a estas personas a permanecer en sus hogares y a llevar una vida sana y normal, o bien se producirá una migración masiva hacia Estados Unidos. Lo que la gente no hará es quedarse aquí simplemente a sufrir y morir”, dijo Jackson.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QXQ2VDT4VVVLHM7VHQOUHNJ7XE.jpg?auth=6f20b5d964de819d1792a8493763ebd4642b3db9a06644c5c903a4a323a310aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los legisladores estadounidenses Pramila Jayapal, demócrata por Washington, y Jonathan Jackson, demócrata por Illinois, posan para los fotoperiodistas en el Malecón de La Habana, el sábado 4 de abril de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[MDSO: Drunken driver strikes deputy’s vehicle following fatal crash]]></title><link>https://www.local10.com/news/local/2026/04/06/mdso-drunken-driver-strikes-deputys-vehicle-following-fatal-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/mdso-drunken-driver-strikes-deputys-vehicle-following-fatal-crash/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An alleged drunken driver was arrested over the weekend after he struck a deputy’s vehicle with his car as the deputy was blocking off an intersection near where a fatal crash had occurred, authorities said.]]></description><pubDate>Mon, 06 Apr 2026 13:24:51 +0000</pubDate><content:encoded><![CDATA[<p>An alleged drunken driver was arrested over the weekend after he struck a deputy’s vehicle with his car as the deputy was blocking off an intersection near where a fatal crash had occurred, authorities said.</p><p>The incident occurred just before 2:45 a.m. Saturday in the area of Northwest 135<sup>th</sup> Street and 47<sup>th</sup> Avenue.</p><p>According to an arrest report, Yovany Izquierdo, 53, who was not involved in the fatal crash, was driving a red pickup truck west on Northwest 135<sup>th</sup> Street when he failed to stop and crashed into the right side of the deputy’s vehicle.</p><p>The deputy said she made contact with Izquierdo, of Miami, and noticed that he had bloodshot, watery eyes, slurred speech and his breath smelled of an alcoholic beverage.</p><p>According to the report, another deputy then responded to the scene and Izquierdo agreed to perform a field sobriety test, which he failed.</p><p>He was then placed under arrest.</p><p>Deputies said while sitting inside the backseat of an MDSO vehicle, Izquierdo agreed to provide two breath samples, which showed he had a breath-alcohol level of .245 and .251, well above Florida’s legal limit of 0.08. </p><p>Izquierdo faces charges of DUI and DUI involving damage to property or a person.</p><p>MDSO confirmed that the deputy involved in the incident sustained minor injuries and was treated at the scene.</p><p>As of Monday morning, Izquierdo was no longer appearing in the online jail database. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DNPY4XQ6ZJHI7JKMOTJU5BDB54.jpg?auth=df231aab23f622260a446a9bd33127cea7873af376fc53bdc3f5f0217d2f06b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[70 violations! The most of any restaurant all year]]></title><link>https://www.local10.com/food/dirty-dining/2026/04/06/70-violations-the-most-of-any-restaurant-all-year/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/04/06/70-violations-the-most-of-any-restaurant-all-year/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[One restaurant stood out for all the wrong reasons, racking up a staggering 70 violations, the most we’ve seen in a long time and the highest of any restaurant in South Florida so far in 2026. ]]></description><pubDate>Mon, 06 Apr 2026 13:43:31 +0000</pubDate><content:encoded><![CDATA[<p>One restaurant stood out for all the wrong reasons, racking up a staggering 70 violations, the most we’ve seen in a long time and the highest of any restaurant in South Florida so far in 2026. </p><p>It’s Peking One on North Kendall Drive. </p><p>Inspectors documented everything from rodent droppings and roach activity to unsafe food handling and filthy conditions, a combination that is simply unacceptable for any establishment serving the public. </p><p>What’s even more troubling, when inspectors returned the very next day, many of those same violations were still there, showing a failure to fix serious problems immediately.</p><p>Below is a list of places ordered shut last week and their violations. </p><p>No restaurants in Broward County or the Florida Keys were ordered shut down last week.</p><p>All of the places mentioned were allowed to re-open following an ordered cleanup and re-inspection.</p><p><b>**PEKING ONE</b></p><p><b>KENDALL PARK PLAZA</b></p><p><b>16229 SW 88TH STREET (NORTH KENDALL DRIVE)</b></p><p><b>WEST KENDALL</b></p><p><b>ORDERED SHUT 3/30</b></p><p><u><b>70 VIOLATIONS FOUND</b></u></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 40 rodent droppings inside an empty walk in cooler used as single services items storage inside kitchen area. Observed approximately 15 rodent droppings behind water heater in back storage area. Observed approximately 8 rodent droppings on dry storage shelf in back dry storage area.”</p><p>“Roach excrement and/or droppings present. Observed approximately 30 roach droppings on top of a plastic container inside the empty walk in cooler.”</p><p>“Live, small flying insects found. Observed one flying insect in the air inside personal employee restroom.”</p><p>“Dead roaches on premises. Observed dead roach on the floor inside employee restroom.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw chicken stored over cooked noodles inside walk in cooler.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken stored over raw beef inside walk in cooler.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed sprouts (57F - Cold Holding) chicken (45F - Cold Holding); breaded chicken (44F - Cold Holding) raw chicken (43F - Cold Holding) at the reach in cooler located across the cook line.”</p><p>“Shell eggs not stored at an ambient air temperature of 45 degrees Fahrenheit or less. Observed several raw shelled eggs on top of prep table at ambient air temperature.”</p><p>“Nonfood-grade bags used in direct contact with food. Observed non food grade bags used to store frozen shrimp and pork inside white chest freezer near front counter.”</p><p>“Employee coughed, sneezed, used a handkerchief or disposable tissue then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed male employee coughing and immediately touching clean utensils at the cook line.”</p><p>“Container of medicine improperly stored. Observed prescription medicine bottles stored on shelf above prep table in kitchen.”</p><p>“Toxic substance/chemical improperly stored. Observed sanitizing solution stored next to single service articles.”</p><p>“Wiping cloth sanitizer solution exceeds the maximum concentration allowed. Observed chlorine sanitizer solution at 200+PPM in sanitizer bucket. Operator add more water. Finale reading: Sanitizer Bucket (Chlorine 100ppm) Corrected On-Site.”</p><p>“Equipment in poor repair. Observed reach in cooler in disrepair across from cook line.” Repeat Violation</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed heavy grease accumulation on all reach-in freezer gaskets and soiled shelving throughout the walk-in cooler.” Repeat Violation</p><p>“Employee experiencing persistent sneezing, coughing, runny nose, or discharge from eyes working with food, clean equipment or utensils, and/or unwrapped single-service items. Observed male employee working at cook line with persistent coughing preparing food.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items.”</p><p>“Food stored on floor. Observed bag of sugar stored on floor.”</p><p>“Stored food not covered. Observed container with wontons not covered inside chest freezer at kitchen entrance.”</p><p>“Working containers of food removed from original container not identified by common name. Observed several working containers with oils and seasonings with no labels.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed hood filters at the cook line soiled. Observed reach in cooler gaskets located across the cook line soiled.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed several food containers at the prep station soiled.”</p><p>“Cutting board has cut marks and is no longer cleanable. Observed white cutting board at prep table with cut marks and no longer cleanable.”</p><p>“Floor soiled/has accumulation of debris. Observed heavy accumulation of grease and grime on floors throughout the kitchen, including underneath the fryer, behind the chest reach in freezer, and along floor surfaces throughout the cooking area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall behind cook line soiled. Observed wall next to cook line soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed several ceiling vents soiled in kitchen and back prep area.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Observed kitchen ceiling tiles with water damage.”</p><p>“Ceiling tile missing. Observed ceiling tile on top of hand wash sink at kitchen entrance.”</p><p>“Ceiling not smooth, nonabsorbent and easily cleanable in food preparation, food storage, or ware washing areas.”</p><p>“Building components, attachments or fixtures in poor repair. Observed hood system at the cook line in disrepair.”</p><p>“Plumbing system in disrepair. Observed hand sink pipe is broken in dish area. Observed pipes underneath three compartment sink in disrepair.”</p><p>“Water leaking from pipe and/or faucet/handle. Observed pipe inside walk in cooler ventilation system leaking water.”</p><p>“Light not functioning. Observed lights in kitchen area not working properly.”</p><p>“Fifty (50) foot-candles of light not provided at a food working surface or where safety is a factor. Observed lack of adequate lighting in the kitchen area, inoperative/ burned-out light bulbs in the hood.”</p><p>“Bathroom facility not clean. Observed soiled employees bathroom inside kitchen area. Observed public bathroom not clean.”</p><p>“Bathroom facility in disrepair. Observed personal employee restroom in complete disrepair.”</p><p>“Bathroom door left open other than during cleaning or maintenance. Observed public restroom door left open.”</p><p>“Bathroom located inside establishment not completely enclosed with tight-fitting, self-closing doors. Observed personal employee restroom not self closing.”</p><p>“Bathroom waste receptacle not constructed of easily cleanable material. Observed public unisex bathroom waste receptacle unclean able.”</p><p>“Covered waste receptacle not provided in women’s bathroom. Observed public unisex restroom with uncovered waste receptacle.”</p><p>“Toilet/urinal not flushing/functioning properly. Observed employee restroom in back kitchen area not functioning properly.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed personal employee restroom with strong objectionable odor.”</p><p>“No soap provided at handwash sink. Observed no soap at hand wash station next to three compartment sink.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed no paper towels at hand wash sink near three compartment sink.”</p><p>“No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths. Observed no chlorine test kit for three compartment sink.”</p><p>“Handwash sink used for purposes other than handwashing. Observed aluminum scrunch inside hand wash sink.”</p><p>“Lack of toilet tissue at each toilet. Observed no toilet paper in employee restroom.”</p><p>“Establishment has no written procedures for employees to follow in response to a vomiting or diarrheal event where the vomit or diarrhea is discharged onto surfaces in the establishment.”</p><p>“Cleaned and sanitized equipment or utensils not properly stored. Observed clean utensils stored next to soiled utensils in back storage area.”</p><p>“Cloth used as a food-contact surface. Observed cloth used to cover food at the cook line.”</p><p>“Bowl or other container with no handle used to dispense food. Observed plastic bowl with no handle inside bin of salt.”</p><p>“Reuse of single-service or single-use articles. Observed single use cans being reused to store other sauces.”</p><p>“Single-service articles improperly stored. Observed single service articles store next to chemicals near dry storage area.”</p><p>“In-use knife/knives stored in cracks between pieces of equipment. Observed knifes stored between two reach in coolers.”</p><p>“In-use tongs stored on equipment door handle between uses. Observed a set of tongs stored on oven door handle.”</p><p>“Ice buildup in reach-in freezer and/or walk-in freezer. Observed ice buildup at both chest reach in freezer in establishment.”</p><p>“Reach-in cooler shelves with rust that has pitted the surface. Observed reach-in cooler shelves with rust across wok stations.”</p><p>“Walk-in cooler/freezer shelves with rust that has pitted the surface. Observed shelves with rust located inside walk in cooler.”</p><p>“Exterior door has a gap at the threshold that opens to the outside. Observed aluminum scrunch gap at screen exit door.”</p><p>“Screen in door torn/in poor repair. Observed back door screen in disrepair.”</p><p>“Hole in or other damage to wall. Observed damage to wall near back hand wash sink.”</p><p>“Cove molding at floor/wall juncture broken/missing. Observed missing cove molding at hand wash sink located at kitchen entrance.”</p><p>“Cardboard used on floor as anti-slip measure not replaced every day or when heavily soiled, whichever comes first. Observed soiled cardboard inside walk in cooler.”</p><p>“Current Hotel and Restaurant license not displayed. Observed current license not displayed. Observed license from October 1, 2025 posted on wall.”</p><p>“No waste receptacle installed at handwash sink provided with disposable towels located at right kitchen entrance.”</p><p>“No container installed for catching grease from hood drip tray. Observed no hood drip container at the cook line.”</p><p>“No Heimlich maneuver/choking sign posted.”</p><p><b>FOLLOW-UP INSPECTION 3/21</b></p><p><b>66 VIOLATIONS STILL EXISTED</b>:</p><p>“Rodent activity present as evidenced by rodent droppings found. Approximately 6 rodent droppings on the floor under cook line, 5 rodent droppings on the floor inside walk in cooler used as dry food storage, 6 rodent droppings on shelves above and behind food preparation counter and steam table.”</p><p>“Roach excrement and/or droppings present. Approximately 10 or more roach excrement on shelves behind steam table.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw chicken stored over cooked noodles inside walk in cooler.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken stored over raw beef inside walk in cooler.”</p><p>“Nonfood-grade bags used in direct contact with food. Observed nonfood grade bags used to store frozen shrimp and pork inside white chest freezer near front counter.”</p><p>“Employee coughed, sneezed, used a handkerchief or disposable tissue then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed male employee coughing and immediately touching clean utensils at the cook line.”</p><p>“Container of medicine improperly stored. Observed prescription medicine bottles stored on shelf above prep table in kitchen.”</p><p>“Toxic substance/chemical improperly stored. Observed sanitizing solution stored next to single service articles.”</p><p>“Wiping cloth sanitizer solution exceeds the maximum concentration allowed. Observed chlorine sanitizer solution at 200+PPM in sanitizer bucket. Operator add more water. Finale reading: Sanitizer Bucket (Chlorine 100ppm).”</p><p>“Equipment in poor repair. Observed reach in cooler in disrepair across from cook line.” Repeat Violation</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed heavy grease accumulation on all reach-in freezer gaskets and soiled shelving throughout the walk-in cooler.” Repeat Violation</p><p>“Employee experiencing persistent sneezing, coughing, runny nose, or discharge from eyes working with food, clean equipment or utensils, and/or unwrapped single-service items. Observed male employee working at cook line with persistent coughing preparing food.”</p><p>“Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Food stored on floor. Observed bag of sugar stored on floor.”</p><p>“Stored food not covered. Observed container with wontons not covered inside chest freezer at kitchen entrance.”</p><p>“Working containers of food removed from original container not identified by common name. Observed several working containers with oils and seasonings with no labels.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed hood filters at the cook line soiled. Observed reach in cooler gaskets located across the cook line soiled.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed several food containers at the prep station soiled.”</p><p>“Cutting board has cut marks and is no longer cleanable. Observed white cutting board at prep table with cut marks and no longer cleanable.”</p><p>“Floor soiled/has accumulation of debris. Observed heavy accumulation of grease and grime on floors throughout the kitchen, including underneath the fryer, behind the chest reach in freezer, and along floor surfaces throughout the cooking area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall behind cook line soiled. Observed wall next to cook line soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed several ceiling vents soiled in kitchen and back prep area.”</p><p>“Plumbing system in disrepair. Observed pipes underneath three compartment sink in disrepair.”</p><p>“Water leaking from pipe and/or faucet/handle. Observed pipe inside walk in cooler ventilation system leaking water.”</p><p>“Light not functioning. Observed lights in kitchen area not working properly.”</p><p>“Fifty (50) foot-candles of light not provided at a food working surface or where safety is a factor. Observed lack of adequate lighting in the kitchen area, inoperative/ burned-out light bulbs in the hood.”</p><p>“Bathroom facility not clean. Observed soiled employees bathroom inside kitchen area. Observed public bathroom not clean.”</p><p>“Bathroom facility in disrepair. Observed personal employee restroom in complete disrepair.”</p><p>“Bathroom door left open other than during cleaning or maintenance. Observed public restroom door left open.”</p><p>“Bathroom located inside establishment not completely enclosed with tight-fitting, self-closing doors. Observed personal employee restroom not self-closing.”</p><p>“Bathroom waste receptacle not constructed of easily cleanable material. Observed public unisex bathroom waste receptacle unclean able.”</p><p>“Covered waste receptacle not provided in women’s bathroom. Observed public unisex restroom with uncovered waste receptacle.”</p><p>“Toilet/urinal not flushing/functioning properly. Observed employee restroom in back kitchen area not functioning properly.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed personal employee restroom with strong objectionable odor.”</p><p>“No soap provided at handwash sink. Observed no soap at hand wash station next to three compartment sink.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed no paper towels at hand wash sink near three compartment sink.”</p><p>“No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths. Observed no chlorine test kit for three compartment sink.”</p><p>“Handwash sink used for purposes other than handwashing. Observed aluminum scrunch inside hand wash sink.”</p><p>“Lack of toilet tissue at each toilet. Observed no toilet paper in employee restroom.”</p><p>“Establishment has no written procedures for employees to follow in response to a vomiting or diarrheal event where the vomit or diarrhea is discharged onto surfaces in the establishment.”</p><p><b>**LA VITA E BELLA</b></p><p><b>9485 HARDING AVE.</b></p><p><b>SURFSIDE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 3/30</b></p><p><b>7 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 2 live roaches on crawling on the floor in restroom near back storage area, observed 2 live roaches crawling under coffee machine at front counter inside the kitchen area, observed 1 live roach crawling on hand wash sink at front counter inside the kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on the floor in front of restroom near dry storage area, 2 dead roaches on the floor in restroom behind garbage can.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed 2 packs of salmon thawing submerged in water.”</p><p>“Employee with no hair restraint while engaging in food preparation. Observed employees engaged in food preparation with no hair restraint.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“Manager or person in charge lacking proof of food manager certification.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>FOLLOW-UP INSPECTION 3/31</b></p><p>“Observed 1 live roach crawling on wall above hand wash sink in kitchen, 1 live roach crawling on coffee station counter inside kitchen, 2 live roaches crawling near register at front counter of kitchen, 1 live roach crawling on wall near fire extinguisher at entrance of kitchen, 1 live roach crawling on ceiling vent in storage room near restroom, 1 live roach crawling on the floor in front of restroom near storage room, 1 live roach crawling on floor near 3 compartment sink on cook line, 1 live roach crawling on prep table at cook line.”</p><p>“Observed 4 dead roaches in hand wash sink in kitchen, 3 dead roaches on coffee station in kitchen.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WSWLDPA4DNGULK2IU2KI4MZNQM.jpg?auth=078a314e21d5754a32d52c4b1e4de86f6f435ad122d57580cd61e161355db229&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Steve Bannon wins Supreme Court order likely to lead to dismissal of contempt of Congress conviction]]></title><link>https://www.local10.com/news/politics/2026/04/06/steve-bannon-wins-supreme-court-order-likely-to-lead-to-dismissal-of-contempt-of-congress-conviction/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/steve-bannon-wins-supreme-court-order-likely-to-lead-to-dismissal-of-contempt-of-congress-conviction/</guid><dc:creator><![CDATA[By MARK SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:19:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Steve Bannon, a longtime ally of President Donald Trump, on Monday won a Supreme Court order that is expected to lead to the dismissal of his criminal conviction for refusing to testify to Congress.</p><p>Prodded by the Trump administration, the justices threw out an appellate ruling upholding Bannon’s conviction for defying a subpoena from the House committee that investigated the Jan. 6, 2021, attack by a mob of Trump supporters on the U.S. Capitol.</p><p>The move frees a trial judge to act on the Republican administration’s pending request to dismiss Bannon’s conviction and indictment “in the interests of justice.”</p><p>The dismissal would be largely symbolic. Bannon served a four-month prison term after a jury convicted him of contempt of Congress in 2022. A federal appeals court in Washington had upheld the conviction.</p><p>The justices also issued a similar order in the case of former Cincinnati Councilman P.G. Sittenfeld, who was pardoned by Trump last year.</p><p>Sittenfeld had served 16 months in federal prison after a jury convicted him of bribery and attempted extortion in 2022. The high court order allows a lower court to consider dismissing his indictment.</p><p>The Justice Department brought the case against Bannon during Democrat Joe Biden’s presidency, but it changed course after Trump took office again last year.</p><p>Bannon had initially argued that his testimony was protected by Trump’s claim of executive privilege. But the House panel and the Justice Department contended such a claim was dubious because Trump had fired Bannon from the White House in 2017 and Bannon was thus a private citizen when he was consulting with the then-president in the run-up to the Capitol riot.</p><p>Bannon separately has pleaded guilty in a New York state court to defrauding donors to a private effort to build a wall on the U.S. southern border, as part of a plea deal that allowed him to avoid jail time. That conviction is unaffected by the Supreme Court action.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ONFLACALWGGPQ255TDEUPIDJQ.jpg?auth=1b1d8de84ea98af0125bfe85ade8022ac0b3ac898b870e0c016a22761f2830e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Steve Bannon speaks at the Conservative Political Action Conference, CPAC, in Dallas, Friday, March 27, 2026. (AP Photo/Gabriela Passos)]]></media:description><media:credit role="author" scheme="urn:ebu">Gabriela Passos</media:credit></media:content></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 were closed in the area with traffic being diverted onto Southwest 216<sup>th</sup> Street. All lanes reopened just before 9:30 a.m. </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/DLXFZLMDNFEIDAKXXGGWK6UXQQ.jpeg?auth=45d953a3ecb8782ebcad6e5149b7a1c29db10bcd5a4c410b6e5206797eb782df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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 after a man was fatally shot over the weekend. ]]></description><pubDate>Sun, 05 Apr 2026 14:11:44 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating after a man was fatally shot over the weekend. </p><p>According to the Broward Sheriff’s Office, deputies responded to the 1600 block of North Dixie Highway in Pompano Beach at about 2 a.m. Sunday after receiving reports of a body in the roadway. </p><p>Upon arrival, deputies found a man who had been shot. The man, identified as Rayon Sanchez, 40, of Pompano Beach, was pronounced dead at the scene, authorities said. </p><p>BSO’s Homicide and Crime Scene units were called to investigate.</p><p>The 1600 block of North Dixie Highway was 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[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[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/tech/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/tech/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/russian-attacks-kill-4-as-ukraine-drones-target-oil-infrastructure/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/russian-attacks-kill-4-as-ukraine-drones-target-oil-infrastructure/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and VOLODYMR YURCHUK, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 13:29:49 +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>Seven people were injured by Russian drones and shelling in the southern city of Nikopol, leaving a 62-year-old in critical condition as the strikes damaged a multistory building and a pharmacy.</p><p>Drones also hit Kharkiv, Ukraine’s second-largest city, injuring three people, according to regional military administration head Oleh Sinehubov.</p><p>Russia has 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>The Russian Defense Ministry said that Ukrainian drones struck the Novorossiysk oil terminal, one of Russia’s largest Black Sea ports, overnight. The attack damaged a pipeline, loading and unloading berths, and set fire to four tanks holding petroleum products.</p><p>The strike damaged assets belonging to the Caspian Pipeline Consortium run by U.S. and Kazakhstani companies, it said.</p><p>Eight people, including two children, were injured in the Novorossiysk attack that damaged six apartment buildings and two private houses, according to Krasnodar Gov. Veniamin Kondratyev.</p><p>Last week, Ukraine’s drones struck oil facilities in the Gulf of Finland, in northwest Russia.</p><p>Russia’s Defense Ministry said that air defenses downed 50 Ukrainian drones overnight.</p><p>Ukraine’s armed forces claimed they hit a Russian Black Sea frigate, the Admiral Makarov, and a drilling rig.</p><p>Russian officials did not immediately comment on the claim.</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[NHL's East playoff race shaken up as the Flyers rise, Red Wings fall and Islanders fire their coach]]></title><link>https://www.local10.com/sports/2026/04/06/nhls-east-playoff-race-shaken-up-as-the-flyers-rise-red-wings-fall-and-islanders-fire-their-coach/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/nhls-east-playoff-race-shaken-up-as-the-flyers-rise-red-wings-fall-and-islanders-fire-their-coach/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Rick Tocchet understood the stakes, so the Philadelphia coach didn't want to make his players nervous before stepping onto the ice.</p><p>“They know,” Tocchet said. “They see the standings.”</p><p>The standings in the Eastern Conference look a lot different than they did in late March. For one thing, Tocchet's Flyers have crashed the party and are in a playoff spot for the first time since Jan. 12.</p><p>Way ahead of them, the Boston Bruins, Pittsburgh Penguins and Montreal Canadiens have solidified their positions, while the Detroit Red Wings have dropped from what was once a comfortable lead to the outside looking in. Things went so sideways for the New York Islanders that they fired coach Patrick Roy, and the Washington Capitals look to be running out of time to give Alex Ovechkin possibly one more postseason appearance at age 40.</p><p>"It’s just frustrating," Capitals coach Spencer Carbery said after an 8-1 loss at the New York Rangers. “It’s frustrating because we fought as hard as we have to get back into this spot where we’re within striking distance.”</p><p>Race turns upside down</p><p>Before play began on March 26, only four points separated the Canadiens (88), Columbus Blue Jackets (87), Penguins and Bruins (86), Ottawa Senators and Islanders (86) and Red Wings (84). With the Flyers all the way back at 80, it looked like seven teams vying for five spots.</p><p>Montreal reeled off six consecutive victories and clinched Sunday before its eight-game winning streak that began March 21 came to an end at night. Pittsburgh won five of seven, and Boston went 4-2-1 to erase any doubt of postseason hockey in those markets this spring.</p><p>“With where the league’s at, our division, there’s pressure every night on every team,” said Canadiens winger Cole Caufield, who's on the verge of being the franchise's first 50-goal scorer since 1990. "That’s what makes this thing so fun. It’s just the guys in this group, in this room that are pushing each other and the staff that we have is unreal. We’re just going to keep this thing going.”</p><p>Philadelphia beating the Bruins in overtime Sunday on top prospect Porter Martone's first NHL goal leapfrogged the Flyers over the Islanders into third place in the Metropolitan Division. Long before Martone arrived following the completion of his college season at Michigan State, the Flyers were 13th out of 16 teams in the East out of the Olympic break and have since won 14 of 21 games to burst into contention.</p><p>“These past 10 or so games, they’ve been playoff games and we’ve been playing the right way,” forward Noah Cates said. "It’s been the simple things, the little things that just kind of get us over the hump and in the win column.”</p><p>Red Wings and Blue Jackets are falling</p><p>Detroit led the Atlantic Division and was tied for the most points in the East on Jan. 15. The cushion ahead of the conference's ninth-placed team was 12 points.</p><p>After falling behind by three goals, rallying to tie it and losing 5-4 in regulation to Minnesota on Sunday, the Red Wings have gone 8-9-3 since that point and sit two points out with five games left to play.</p><p>“Obviously, we would have loved to be in a playoff spot, but that’s not the case,” forward Lucas Raymond said after a dud of a 4-1 loss at the Rangers on Saturday. “We’ve got a great opportunity here. We’ve got these games left here to really do something special with this team. The faith is high in here. We have a lot of faith in ourselves, in our team, so it’s just about going out there and getting it done.”</p><p>Raymond and his teammates have failed to score in the first period in 43 of 77 games, the most in the league.</p><p>“I wish I had the answer,” coach Todd McLellan said. “We can get out of the gate quicker: don’t dip our toe in the water.”</p><p>Columbus made a coaching change from Dean Evason to Rick Bowness in mid-January and won 19 of 27 games to surge to second in the division. The Blue Jackets have lost seven in a row since.</p><p>Islanders and Capitals running out of gas</p><p>Since March 18 when it looked like they'd cruise into the playoffs in Matthew Schaefer's magical rookie year, the Islanders have lost seven of 10 games, including four in a row. First-year general manager Mathieu Darche dismissed Roy and hired Peter DeBoer on Sunday with four games left, hoping the new-coach bump could get his team in.</p><p>The Capitals are not contemplating any such change with Carbery, the reigning Jack Adams Award winner who should see them through the post-Ovechkin transition, whenever that is. Veteran defenseman John Carlson and depth center Nic Dowd got traded at the deadline with a youth movement afoot, but going 8-3-2 from March 9 through Saturday made the playoffs seem possible.</p><p>Getting blown out by the already-eliminated Rangers unearthed some of the defensive issues Carbery thought were there for the past dozen games or so that were covered up by strong goaltending, outscoring the problems and getting lucky. Washington needs a lot of that, plus some help, now three points out with four games remaining.</p><p>“It’s tough we put ourselves in this spot,” forward Aliaksei Protas said. “But those big games, I feel like they can really show who we are as a team and where we’re at as a team.”</p><p>___</p><p>AP Sports Writer Dan Gelston in Philadelphia contributed to this report.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FINP7W5CIBZJDQAMAKOPPQDS3U.jpg?auth=9e6d9782dea987f8a3031ee46ed477878c5b3035ac8e3f7d7c4157f3d9b0d0b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Flyers' Owen Tippett (74) celebrates after scoring a goal during the first period of an NHL hockey game against the New York Islanders Friday, April 3, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KCNQNLKB2VERDWNVKSEO5RKAHQ.jpg?auth=28bcbfb15e7c4ab5c05434e24ac1596bddcc37b7a3856b81e65ea11a2348b903&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Red Wings left wing Lucas Raymond (23) and Andrew Copp (18) skate to the locker room after an NHL hockey game against the Minnesota Wild Sunday, April 5, 2026, in Detroit. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OFBNNME6TUXOQMJ2OMWWJZLLZY.jpg?auth=e014ea7727f9bb7a5395f2d63dbab94d8285702a7fb24da7f41922adb83eec1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins center Sidney Crosby (87) congratulates goalie Arturs Silovs (37) after beating the Florida Panthers 5-2, in an NHL hockey game, Sunday, April 5, 2026, in Pittsburgh. (AP Photo/Philip G. Pavely)]]></media:description><media:credit role="author" scheme="urn:ebu">Philip G. Pavely</media:credit></media:content></item><item><title><![CDATA[UConn's Tarris Reed Jr. relishes chance to finish college career against Michigan in title game]]></title><link>https://www.local10.com/sports/2026/04/06/uconns-tarris-reed-jr-relishes-chance-to-finish-college-career-against-michigan-in-title-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/uconns-tarris-reed-jr-relishes-chance-to-finish-college-career-against-michigan-in-title-game/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 10:00:08 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Coach Dusty May saw Tarris Reed Jr.'s potential on tape when he took the Michigan job. Reed just didn't see any viable path to fulfill it with two 7-footers coming to Ann Arbor with May.</p><p>So the 6-foot-11, 265-pound St. Louis native stayed in the transfer portal, found a school willing to give him a fresh start and a coach committed to helping him turn raw talent into real productivity.</p><p>On Monday, two years after giving up a starting job at Michigan to become a backup for a UConn team seeking a third straight national title, Reed's journey will complete his college career against the university he called home for his first two college seasons in the championship game.</p><p>“We're just chopping it up and talking a little bit, but like I said it's the national championship on the line,” Reed said Sunday, referring to the two former Michigan teammates still on the Wolverines' roster. “It's not personal. We know it's just competing for the best outcome of our team."</p><p>The era of college players facing former teams in March Madness is becoming more routine in a college sports world where players often use their freedom to transfer to find more NIL money and more playing time with coaches and systems that better their natural skills.</p><p>Forward Nimari Burnett, Reed's former teammate at Michigan, logged 17 minutes in a Sweet 16 matchup against his former team, Alabama. And Illinois guard Kylan Boswell could have faced his former team, Arizona, Monday night — if Saturday's semifinal results had been reversed.</p><p>The reasons for finding new schools vary, and in Reed's case it was all about opportunity.</p><p>“Tarris had heard that Vlad (Goldin) was probably going to be coming with us,” May said, explaining Reed's decision. "So he came in, and I talked to his parents, and I talked to everyone around him and he basically said, ‘Coach, I know Vlad is coming with you. Do you think you can make that work?’ I said, ‘Tarris, you both are really good; it won’t be easy. We haven’t played like that before. But I’m very confident that because of both your skill sets and talent we can figure it out.’”</p><p>Then Danny Wolf decided to transfer to Michigan and suddenly Reed felt he was out of a job.</p><p>Goldin and Wolf are, in fact, no longer at Michigan either, replaced by newcomers such as Big Ten Player of the Year Yaxel Lendeborg and 7-foot-3 center Aday Mara.</p><p>Yet Reed, a two-time all-state selection in Missouri thought he'd found the perfect landing spot at UConn.</p><p>While his 2024-25 stats improved slightly from his final season at Michigan — 9.6 points and 7.3 rebounds in 35 games as a backup on an NCAA Tournament team compared with 9.0 points and 7.2 rebounds as a full-time starter on an 8-24 squad. — the transition didn't always go smoothly.</p><p>Hurley acknowledged their relationship was sometimes strained because of his demands. Still, Reed tried to epitomize the rugged, gritty nature of the Huskies culture on the court, though behind the scenes Reed sometimes struggled.</p><p>“There were days where, after that season, I’m in my room just crying, ‘What the heck do I do?’ I’m writing in my journal, and I’m trying to think, ‘Do I stay? Do I go?’ When I started writing in my journal, it was obvious I had to stay at UConn," said the Big East's 2024-25 Sixth Man Award winner. “Coach was coaching me so hard that there was a point where we were about to split ways after the season, after my junior year,”</p><p>Instead, Reed returned stronger both physically and emotionally, more committed to proving he was the right fit in Storrs, and his final college season couldn't have gone any better.</p><p>He blossomed into a first team all-Big East selection, teamed up with the likes of Alex Karaban and Braylon Mullins to lead the Huskies (34-5) to their third national championship game in four years. A win Monday night would give UConn its seventh title — all since 1999.</p><p>In tourney play, nobody has fared better. Reed registered 31 points and 27 rebounds, both career highs, in an 82-71 first-round win over Furman. He was named the East Region's Most Outstanding Player after averaging 21.7 points and 13.5 rebounds in four wins and then he added 17 points and 11 rebounds in Saturday's 71-62 victory over Illinois.</p><p>Even his relationship with Hurley changed.</p><p>“It’s really improved since he’s been on a tear. Now we’re best friends,” Hurley said Sunday with a laugh. “But I’ve been saying that, go back six weeks, go back two months, go back three months, our season is going to be determined by what Tarris Reed does, which Tarris Reed we get, does the light switch go on for Tarris Reed.”</p><p>Burnett, for one, couldn't be happier to see Reed excel.</p><p>“He’s always been just a happy person, someone who is always joyful of the moment and just a joyful teammate even during that time, that year where things weren’t as happy (at Michigan), he brought joy,” Burnett said. “He brought enthusiasm. He’s just a great person, and we also have similar beliefs and faith. So I have a good connection with him."</p><p>If Burnett wasn't playing Reed on Monday, Burnett might even be cheering for his friend.</p><p>But this a game that goes beyond friendship. The winner will forever be called a national champion forever, and the runner-up will likely be relegated to the history books.</p><p>Regardless of the outcome, Reed insists he'll have no regrets helping UConn finish what he started at Michigan.</p><p>"I started my career at Michigan and now I’m about to play them in my final game of college basketball. I never would have thought that would happen in a million years,” he said. “It's the national championship game, so I feel like they’re going to be coming at my neck, we’re going to be coming at their neck, so it’s going to be a great, fun bloodbath and just a competitive game.”</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/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/YZEUL4C3TQ4735E6OK2DJQGV6Q.jpg?auth=2d79692022a2ef8dfff4af57482ce9d10ff5ed1e678308509787cb1b90fb3253&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. listens during a news conference ahead of a national championship NCAA college basketball tournament game against Michigan at the Final Four, 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/NM6OAFTVKRYLTLCRCZYYHU7GBQ.jpg?auth=afd79d65797f07aee159194e390aae3a588895ec406b46b16bd9410ffc059e17&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. (5) rebounds as Illinois guard Keaton Wagler (23) pursues 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/PBN4W6L7D64SJBAKYDKBX6XHBA.jpg?auth=c42784247afcbf626ac31d978c05fabc46f8d5faf4bbde5f60af2be501fa2de0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan head coach Dusty May speaks during a news conference ahead of a national championship NCAA college basketball tournament game against UConn at the Final Four, 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/UATADZWD644XFRHAJ72W66546E.jpg?auth=b33b61562300d325ba8c07961340265741062eed7f41c30924015be0decca10f&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 (4) and Arizona's Tobe Awaka (30) reach for a rebound as Michigan's Elliot Cadeau, bottom, watches during the first 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[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: Iranian state media says Tehran rejects latest ceasefire proposal]]></title><link>https://www.local10.com/news/world/2026/04/06/the-latest-iranian-state-media-says-tehran-rejects-latest-ceasefire-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/the-latest-iranian-state-media-says-tehran-rejects-latest-ceasefire-proposal/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:32:57 +0000</pubDate><content:encoded><![CDATA[<p>Iran’s state-run IRNA news agency said Tehran rejected the latest ceasefire proposal and wants a permanent end to the war. The agency said it has conveyed its response to the U.S. through Pakistan, a key mediator.</p><p>“We only accept an end of the war with guarantees that we won’t be attacked again,” Mojtaba Ferdousi Pour, head of the Iranian diplomatic mission in Cairo, told The Associated Press on Monday.</p><p>Also Monday, Israeli Defense Minister Israel Katz said 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>Meanwhile, Israel and the United States carried out a wave of attacks on Iran, 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>Israeli leader Benjamin Netanyahu says petrochemical attack weakens Iran’s Revolutionary Guard</p><p>He said Monday’s strike on an Iranian petrochemical facility is part of a systematic campaign aimed at destroying the Guard’s “money machine.”</p><p>“We are destroying factories, we are eliminating activists and we continue to eliminate senior figures,” he said in a videotaped statement.</p><p>Netanyahu said he also spoke to President Trump about the U.S. rescue of two downed crew members in Iran. He said the president thanked Israel for assisting in the mission.</p><p>An Iranian university student asks the world: ‘Stop this war’</p><p>A resident of Tehran in his early twenties says U.S.-Israeli strikes on civilian infrastructure and Trump’s intensifying threats have “terrified” people.</p><p>“Everyone is very anxious and scared that the water, power and gas will be cut,” he said, speaking anonymously for his security.</p><p>The student first spoke with The Associated Press on the eve of the war, when he participated in anti-government protests at his Tehran university’s campus. At the time, he described heated disagreements with friends who said they hoped a threatened Israeli-U.S. attack would overthrow the Islamic Republic.</p><p>“Those who were supporting the war are no longer supporting it,” he said Monday.</p><p>Sunday, he heard the sound of “a lot of explosions” around the city from his home in the Sattar Khan area. He said he’d turned to taking sleeping pills to get through nightly bombardments.</p><p>— Amir-Hussein Radjy</p><p>Key Federal Reserve official open to possible rate hikes amid gas price spikes</p><p>Beth Hammack, president of the Federal Reserve Bank of Cleveland, said Monday in an interview with The Associated Press that if inflation remains persistently above the Fed’s 2% target, the central bank should consider lifting its benchmark interest rate.</p><p>While Hammack also said the Fed might have to cut its rate if higher gas prices caused the economy to slow and unemployment to rise, a potential rate hike is a noticeable shift for the Fed from before the Iran war, when officials forecast two rate cuts this year. A hike could lift longer-term interest rates for things like mortgages and auto loans.</p><p>“My baseline is that we’re on hold for quite some time,” Hammack said, “but I can foresee scenarios where we would need to reduce rates ... if the labor market deteriorates significantly. Or I could see where we might need to raise rates if inflation stays persistently above our target.”</p><p>Houthis claim they hit military sites in Israel</p><p>The Iran-backed Houthis said they launched a barrage of cruise missiles and drones at several military sites in southern Israel, “successfully achieving its objectives,” according to the group’s military spokesperson.</p><p>Brig. Gen. Yahya Saree, the military spokesperson for the Houthis, said in a statement Monday that the missiles were launched as part of a joint operation with the Iran’s Revolutionary Guard and the Islamic Resistance in Lebanon.</p><p>Iranian president lauds role of slain intelligence chief</p><p>Iranian President Masoud Pezeshkian praised Maj. Gen. Majid Khademi, intelligence chief of Iran’s Revolutionary Guard, according to Iran’s state media.</p><p>Iran’s media reported Pezeshkian lauded Khademi’s intelligence role and security efforts “against all kinds of conspiracies of enemies.”</p><p>“His martyrdom speaks to the fact that the security and independence of Islamic Iran is indebted to the sacrifice and selflessness of the brave sons who, in the most difficult circumstances, work tirelessly for the honor and peace of this land,” he said.</p><p>Iran’s state-run IRNA news agency says Tehran has rejected the latest ceasefire proposal</p><p>The agency said it had has conveyed its response to the U.S. through Pakistan, a key mediator.</p><p>“We won’t merely accept a ceasefire,” Mojtaba Ferdousi Pour, head of the Iranian diplomatic mission in Cairo, told The Associated Press on Monday. “We only accept an end of the war with guarantees that we won’t be attacked again.”</p><p>The response came ahead of a deadline by President Trump to begin bombing Iranian energy and infrastructure.</p><p>Israel to ramp up production of air defense interceptors</p><p>Israel’s ministry of defense said Monday that the country’s defense industries would “significantly increase” production and stockpiling of missile interceptors as the war with Iran stretches on.</p><p>In a statement, the ministry said production of missile interceptors for the Arrow system, which defends against long-range ballistic missiles, would be sped up. Arrow has been critical in Israeli air defense during the current war, throughout which Israeli authorities have maintained there’s no shortage of interceptor missiles.</p><p>Lebanese Christian political leader criticizes government for not confronting Hezbollah</p><p>Samir Geagea, who leads the Lebanese Forces political party, made the remarks in statement after an Israeli strike hit an apartment building in the town of Ain Saadeh late Sunday, killing a party official, his wife and a woman visiting them.</p><p>The strike heightened existing tensions between host communities and more than a million displaced Lebanese, largely Shia from southern Lebanon, deeply divided over Hezbollah and their position on the war.</p><p>“Taking responsibility from the outset would have been better for everyone,” he said, talking about the Lebanese security agencies’ sluggish disarmament process of Hezbollah.</p><p>Israel’s military says it struck three Tehran airports overnight</p><p>The military says the strikes hit dozens of helicopters and aircraft it said belonged to the Iranian Air Force. It said the strikes targeted Bahram airport, Mehrabad airport and Azmayesh airport.</p><p>US-Israeli assault brings ‘destruction and bloodshed’ to Iran’s capital, resident says</p><p>A resident of central Tehran has described living with “anxiety and fear” as U.S.-Israeli strikes pummel the capital.</p><p>“Constantly, there is the sound of bombs, air defenses, drones,” she said, speaking on condition of anonymity for her safety.</p><p>At least one strike hit near her home, waking her on Wednesday, she said. Rushing into the neighboring street, she saw it “filled with people in pajamas, some of them wrapped in blankets, some of them crying with fear.”</p><p>She also described her anger at the popular satellite channel, Iran International, which is based abroad. She said its coverage had amplified exiled Iranian voices supporting strikes on the Islamic Republic. “Some people thought war might bring good things, but war doesn’t bring anything but destruction and bloodshed.”</p><p>Iranian authorities have moved to ban any contact with several Persian-language satellite channels based abroad. Many viewers inside Iran say the frequencies are often disrupted.</p><p>— Amir-Hussein Radjy</p><p>US stocks hold steady while crude oil prices waver ahead of Trump’s Iran deadline</p><p>The U.S. stock market is making only hesitant moves, while oil prices are unsettled as mediators try to forge a ceasefire agreement ahead of a deadline President Trump has set to bomb Iranian power plants.</p><p>The S&P 500 rose 0.1% in early trading Monday. The index is coming off its first winning week in the last six. The Dow Jones Industrial Average slipped 107 points, and the Nasdaq composite rose 0.4%.</p><p>Oil prices flipped between gains and losses as uncertainty continued about what will happen in the war with Iran and how long it will slow the flow of oil and natural gas.</p><p>▶ Read more</p><p>Red Cross president says wartime destruction of essential civilian infrastructure must stop</p><p>In a statement released Monday, Mirjana Spoljaric, the president of the International Committee of the Red Cross, raised alarm about destruction of civilian infrastructure and nuclear facilities in the Iran war.</p><p>“Across the Middle East, our teams are seeing the destruction of infrastructure essential for civilian life,” including hospitals, schools, power plants, water systems and more, Spoljaric wrote.</p><p>“Most alarming are potential threats to nuclear facilities. Any miscalculation can cause irreversible consequences for generations to come.”</p><p>Turkish and Iranian foreign ministers discuss the war</p><p>Turkish Foreign Minister Hakan Fidan and his Iranian counterpart, Abbas Araghchi, held a telephone conversation Monday, during which they discussed “the state of the war” and other developments, a Turkish official said. The official provided the information on condition of anonymity in line with government rules and did not elaborate.</p><p>The call came as two Middle East officials said mediators from Egypt, Pakistan and Turkey sent Washington and Tehran a proposal calling for a 45‑day ceasefire and for the reopening of the Strait of Hormuz.</p><p>— Suzan Fraser</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>]]></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[Iran rejects latest ceasefire proposal as Trump deadline approaches]]></title><link>https://www.local10.com/news/world/2026/04/06/iran-rejects-latest-ceasefire-proposal-as-trump-deadline-approaches/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/iran-rejects-latest-ceasefire-proposal-as-trump-deadline-approaches/</guid><dc:creator><![CDATA[By JON GAMBRELL, SAMY MAGDY, BASSEM MROUE and WILL WEISSERT, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:30:16 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — Iran on Monday rejected the latest ceasefire proposal and instead said it wants a permanent end to the war, even as U.S. President Donald Trump’s ultimatum loomed for progress to avoid a major escalation in attacks against power plants and bridges.</p><p>“We won’t merely accept a ceasefire,” Mojtaba Ferdousi Pour, head of the Iranian diplomatic mission in Cairo, told The Associated Press. “We only accept an end of the war with guarantees that we won’t be attacked again.”</p><p>Iran’s state-run IRNA news agency said Tehran had conveyed its response through Pakistan, a key mediator.</p><p>Trump's deadline centers on Tehran opening the Strait of Hormuz, through which a fifth of the world’s oil is shipped in peacetime. Ferdousi Pour said Iranian and Omani officials were working on a mechanism for administrating the shipping chokepoint.</p><p>Iran’s grip on the strait has caused oil prices to surge and shaken the world economy.</p><p>Iran's rejection came after Israel struck a key petrochemical plant in the massive South Pars natural gas field and killed two paramilitary Revolutionary Guard commanders.</p><p>The gas field attack aimed at eliminating a major source of revenue for Iran, Israel said. The field is critical to electricity production, but the strike appeared to be separate from Trump’s threats. The gas field shared with Qatar is the world’s largest.</p><p>Under pressure at home as consumers worry, meanwhile, Trump has warned Iran that if no deal is reached to reopen the strait, the U.S. would set the country “back to the stone ages.”</p><p>Trump has given multiple deadlines to Iran. The report of Iran's rejection came as he was making comments to journalists at an annual Easter event at the White House, ahead of more extensive comments Monday afternoon.</p><p>It was not clear whether Trump was aware of the news. He called Iran a “strong” enemy but "not so strong like they were about a month ago.”</p><p>Asked if Tuesday at 8 p.m. Washington time was his final deadline, Trump replied simply, “Yeah."</p><p>Israel threatens Iranian officials as mediators try to buy time</p><p>Egyptian, Pakistani and Turkish mediators had 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. The officials spoke on condition of anonymity to discuss the private negotiations.</p><p>Iran’s foreign ministry spokesman Esmail Baghaei earlier told journalists that messages were being exchanged with mediators but “negotiations are entirely incompatible with ultimatums, crimes and threats of war crimes.”</p><p>In Islamabad, two senior officials said Pakistan’s ceasefire efforts are at an advanced stage but “several spoilers and detractors” are trying to sow confusion. The officials spoke on condition of anonymity because they were 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. Israel 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. “We will continue to hunt them down one by one," Israel Katz said.</p><p>Israel’s military later said it struck three Tehran airports overnight — Bahram, Mehrabad and Azmayesh — hitting dozens of helicopters and aircraft it said belonged to the Iranian Air Force.</p><p>A Tehran resident said “constantly there is the sound of bombs, air defenses, drones," speaking on condition of anonymity for her safety. At least one recent attack hit near her home, waking her, she said.</p><p>Separately, Kuwait, the United Arab Emirates and Saudi Arabia activated air defenses to intercept Iranian missiles and drones. Tehran has kept up pressure on Gulf neighbors, which has included strikes against infrastructure like oil fields. 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 unsettled as pressure grows</p><p>Iran’s attacks on regional energy infrastructure and its hold on the Strait of Hormuz have sent global energy prices soaring.</p><p>Brent crude oil, the international standard, rose to $109 in early Monday spot trading, about 50% higher than when the war started, then wavered. U.S. stocks were mostly holding steady.</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>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, a predominately Christian 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>“We had always felt safe here,” family friend Nadine Naameh said.</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>Weissert reported from Washington 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><media:content url="https://www.local10.com/resizer/v2/3YTO5YRHU54GHCYZ4MOXEX3B34.jpg?auth=cea0cd87c3bfdc372bb6aee8c9c857839c4fe9037db8f78ba110b067f00a3ab4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nadine Naameh reacts as she looks at the damage to her home following an Israeli strike in the village of Ain Saadeh in the mountains east of Beirut, 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-returns-to-today-anchor-desk-for-first-time-since-mothers-disappearance/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/savannah-guthrie-returns-to-today-anchor-desk-for-first-time-since-mothers-disappearance/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 15:15:59 +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/BQEPTAVPRQ7C6LRAFFC4CJQCRU.jpg?auth=ba0f9f69b3623385eac0fcfaaeaa2c6cf65cd24038e514b32d9a874d3c67a1a4&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 NBC shows co-host Savannah Guthrie, center, with colleagues, from left, Jenna Bush Hager, Carson Daly, and Craig Melvin during the "Today" show in New York on Monday, April 6, 2026. (NBC/Today via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5SFAP2RLIWB4YXBDKKPKJ4QZTY.jpg?auth=d7fbde1e2afaf829d6d456899bc88920b8fb46caa078999103aed618336e220c&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 NBC shows co-host Savannah Guthrie, left, embracing a fan outside of Rockefeller Center during the "Today" show in New York on Monday, April 6, 2026. (NBC/Today via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/I4D55YEBLAHC3R76VNOKTQBKQE.jpg?auth=99fa1440945f3b4cd45b4b5eaa964e1312098d747dff02a6f9f775c1250678c7&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 NBC shows co-host Savannah Guthrie, right, walking with colleague Jenna Bush Hager outside of Rockefeller Center during the "Today" show in New York on Monday, April 6, 2026. (NBC/Today via AP)]]></media:description></media:content><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/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 stocks and oil prices flip-flop ahead of Trump's deadline to bomb Iranian power plants]]></title><link>https://www.local10.com/business/2026/04/06/us-stocks-and-oil-prices-flip-flop-ahead-of-trumps-deadline-to-bomb-iranian-power-plants/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/us-stocks-and-oil-prices-flip-flop-ahead-of-trumps-deadline-to-bomb-iranian-power-plants/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:19:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S. stock market is making only hesitant moves Monday, while oil prices are flip-flopping as mediators try to forge a ceasefire agreement ahead of a deadline that President Donald Trump has set to bomb Iranian power plants.</p><p>The S&P 500 edged up 0.1% in morning trading, coming off its first winning week in the last six. The Dow Jones Industrial Average was down 46 points, or 0.1%, as of 10:05 a.m. Eastern time, and the Nasdaq composite was 0.3% higher.</p><p>Oil prices seesawed between gains and losses amid continued uncertainty about what will happen in the war with Iran and how long it will slow the global flow of oil and natural gas. Fighting is continuing, including an Israeli attack on an Iranian petrochemical plant, while mediators scramble to get the United States and Iran to agree to a new ceasefire proposal.</p><p>Trump has threatened to attack Iranian infrastructure if it does not open the Strait of Hormuz, through which a fifth of the world’s oil typically sails, by Monday night, Washington time. “Tuesday will be Power Plant Day, and Bridge Day, all wrapped up in one, in Iran,” Trump said on his social media network over the weekend, threatening Iranian leaders that “you’ll be living in Hell - JUST WATCH!”</p><p>Monday also offered the first chance for U.S. stocks to move after a report on Friday said that U.S. employers hired more workers last month than economists expected. The unemployment rate unexpectedly improved.</p><p>They’re encouraging signals for an economy that’s had to absorb painful leaps in costs for gasoline since the war’s beginning. The average price for a gallon of regular gasoline is nearly $4.12 across the country, according to AAA. It was below $3 a couple days before the United States and Israel launched attacks to begin the war in late February.</p><p>For countries that don’t produce as much oil as the United States, the pain has been even worse. That’s because they are more reliant on oil coming from the Middle East, and the war has blocked in much of the crude produced in the Persian Gulf area. That oil typically gets to customers worldwide by exiting the Strait of Hormuz.</p><p>The price for a barrel of benchmark U.S. crude rose 0.9% to $112.53 after erasing an earlier modest dip. Brent crude, the international standard, added 0.1% to $109.11 per barrel and remains well above its roughly $70 price from before the war.</p><p>A report on Monday also said that finance, transportation and other U.S. businesses in services sectors grew in March for a 21st straight month of expansion. But the growth was slightly slower than economists expected, and a measure of prices accelerated at its fastest pace since 2022 in a potentially discouraging signal for inflation.</p><p>In the bond market, Treasury yields held relatively steady. The 10-year Treasury yield was sitting at 4.35%, where it was Friday. It remains well above its 3.97% level from before the war.</p><p>That rise has pushed up rates for mortgages and other loans going to U.S. households and businesses, slowing the economy.</p><p>On Wall Street, a split performance for the Big Tech stocks that are the U.S. market's most influential kept things in check. Apple rose 1.2%, and Amazon added 1%, but Microsoft fell 0.4%, while Nvidia slid 0.8%. The majority of stocks within the S&P 500 fell.</p><p>In stock markets abroad, Japan’s Nikkei 225 added 0.5%, and South Korea’s Kospi jumped 1.4%. Many other markets in Europe and Asia were closed for holidays.</p><p>___</p><p>AP Business Writers Yuri Kageyama and Matt Ott contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNQXNURCWMUGHTQY2R27QDOOZQ.jpg?auth=48f2a8e2deec5b4fd0b7b1fa8baf97a5d78058bc3c966b89597209a8d61a970e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick McKeon, center, works 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></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[Lakers and LeBron James face uncertainty without injured Luka Doncic and Austin Reaves]]></title><link>https://www.local10.com/sports/2026/04/06/lakers-and-lebron-james-face-uncertainty-without-injured-luka-doncic-and-austin-reaves/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/lakers-and-lebron-james-face-uncertainty-without-injured-luka-doncic-and-austin-reaves/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 05:45:35 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — The bleak timeline for Luka Doncic's return from injury was already out there when the Los Angeles Lakers got word that Austin Reaves also wouldn't play again in the regular season.</p><p>LeBron James woke up from a nap to find out about the prognosis on Reaves' strained left oblique. He had gone to sleep knowing the outlook on a strained left hamstring for Doncic, the NBA scoring leader.</p><p>“It was a shot to the heart and to the chest and the main frame with Luka, and we got that news kind of quick,” James said after the Lakers' 134-128 loss to the Dallas Mavericks on Sunday night. “And (Reaves), he's kind of dealing with the pain, we're saying, ‘OK, whatever the case may be.’</p><p>“I woke up from my nap yesterday and then saw that news, I was like ... (expletive),” James said, pausing for several seconds before punctuating his thought.</p><p>For now, the playoff-bound Lakers will lean on James as their primary scorer and floor leader, while keeping in mind the 41-year-old is wrapping up his record 23rd NBA season.</p><p>Sure enough, James had 30 points and 15 assists against the Mavericks, but did struggle in the fourth quarter after sparking a rally in the second. He was 2 of 7 from the field in the final 12 minutes, and missed both free throws when the deficit was eight with 3:50 remaining.</p><p>“I think we have to be mindful of that. I think that’s a valid question,” coach JJ Redick said before the game. “For all our guys, him included, we want to put them in positions to be successful. Certain guys are gonna be tasked with doing stuff they haven’t done a lot of this year.”</p><p>Doncic and Reaves, LA's No. 2 scorer, both were injured in a blowout loss to Oklahoma City on Thursday night.</p><p>Of course, Doncic is the centerpiece of that conversation as an MVP candidate who will finish the season one game short of the 65 required to be eligible for that and other postseason awards.</p><p>“I just know that he’s gonna do everything he can to try to be back,” Redick said. “I talked to him Friday, I talked him again (Saturday), I talked with him again (Sunday) morning. He’s gonna go through all the necessary things to be back at some point, and it’s our job again to extend the season so that both those guys can get back.”</p><p>On Sunday, ESPN reported that Doncic will go to Europe to seek specialized treatment on his hamstring, citing agent Bill Duffy of WME Basketball.</p><p>Redick spoke of point guard by committee, an approach made necessary by another absence in Marcus Smart, who has a right ankle injury. Redick included James' son, Bronny James, in that mix along with Luke Kennard, Nick Smith Jr. and the seldom-used Kobe Bufkin.</p><p>Kennard had his first career triple-double with 15 points, a career-high 16 rebounds and 11 assists, but had a rough shooting nigh against the Mavericks, going 5 of 17. Among the others mentioned by Redick, only Bronny James played more than five minutes, scoring five points in nine minutes.</p><p>“I think simplicity wins,” Redick said. “It’s nothing too crazy. But it’s just being really simple with the menu and hopefully over the next five games, we can really figure out what works for this group. And that’s obviously trial and error.”</p><p>James had a triple-double with 21 points, 10 rebounds and 12 assists in a victory over Washington last week when Doncic was serving a one-game suspension for receiving his 16th technical foul this season.</p><p>The loss to Dallas dropped the Lakers into a third-place tie with Denver in the Western Conference. Fifth-place Houston could end up chasing home-court advantage in the first round as well, particularly with the Lakers so wounded.</p><p>Rui Hachimura scored 12 of his 21 points in the first quarter against the Mavericks, who built a 22-point lead before halftime and held on despite James' strong showing and 23 points from backup center Jaxson Hayes.</p><p>The Lakers shot 52% with 36 assists, two off their season high, but let the Mavs match that 52%. Dallas, one of the NBA's worst teams from 3-point range, made 14 of 32 (44%).</p><p>“We’ve got a week left of the regular season and then a week to prepare and we’ve gotta have the commitment to do it on both ends,” Redick said after the game. “That’s the reason that we’ve put ourselves in the position to be in the playoffs is because we became a really good offensive team and a really good defensive team. So it’s gotta be the commitment to both ends.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RK44AZ7WMIQ3PR754L2TLNPMEM.jpg?auth=05f9573785fb3a57ea853a057aa7f8a77ceddf40863f9984afae26eac051aa2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers head coach JJ Redick walks onto the court during a time out in the first half of an NBA basketball game against the Dallas Mavericks 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/HSY2T6AYSLZKLXUHATORIQZQDM.jpg?auth=47859c0518b0ef510ec26a0d71dc03b01480cbc614cba1ef41e3896c29508c3d&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 grimaces as he grabs the ball after a whistle during the first half of an NBA basketball game against the Dallas Mavericks 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/BHXZQIPBL7SOPMDMQOOE45DJZU.jpg?auth=382c3b699a421dfdef8cfb9eed9d68d2d3e845b09b311d01f1769d30249189a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers forward/guard Luka Dončić (77) drives against Oklahoma City Thunder guard Cason Wallace (22) during the first half of an NBA basketball game Thursday, April. 2, 2026, in Oklahoma City. (AP Photo/Gerald Leong)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Leong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XF7REB25DYWO5H23PCKY4JU6CA.jpg?auth=4d846c8a3da5ba8ccc8f509b03185054268f1fe90644c8e687113306b1a9ed1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers guard Austin Reaves (15) shoots against Oklahoma City Thunder forward Jaylin Williams (6) during the first half of an NBA basketball game Thursday, April. 2, 2026, in Oklahoma City. (AP Photo/Gerald Leong)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Leong</media:credit></media:content></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[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></channel></rss>