<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Tue, 07 Apr 2026 03:23:43 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Rapper Offset reportedly involved in shooting outside Hard Rock hotel]]></title><link>https://www.local10.com/news/local/2026/04/06/rapper-offset-reportedly-involved-in-shooting-outside-hard-rock-hotel/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/rapper-offset-reportedly-involved-in-shooting-outside-hard-rock-hotel/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[An investigation is underway regarding an incident outside the Seminole Hard Rock Hotel and Casino in Hollywood.]]></description><pubDate>Tue, 07 Apr 2026 02:08:08 +0000</pubDate><content:encoded><![CDATA[<p>An investigation is underway regarding an incident outside the Seminole Hard Rock Hotel and Casino in Hollywood.</p><p>The incident was a shooting that reportedly involved rapper Offset, <a href="https://www.tmz.com/2026/04/06/offset-shot-near-florida-casino/" target="_blank" rel="noreferrer" title="https://www.tmz.com/2026/04/06/offset-shot-near-florida-casino/">according to TMZ</a>. </p><p><a href="https://abcnews.com/US/rapper-offset-hospitalized-after-shot/story?id=131786229" target="_blank" rel="noreferrer" title="https://abcnews.com/US/rapper-offset-hospitalized-after-shot/story?id=131786229">ABC News reported</a> that it was Offset who was injured the shooting. </p><p>Offset’s legal name is Kiari Kendrell Cephus.</p><p>Authorities said the incident occurred in the hotel’s valet area around 7 p.m. Monday.</p><p>An injured individual was taken to Memorial Regional Hospital with non-life-threatening injuries, the Seminole Police Department said. </p><p>Two people were detained by officers following the incident, according to SPD. </p><p>The identities of the person who was injured and the two people who were detained have not been released by officials. </p><p>Authorities said the scene had since been secured and that there was no threat to the public. </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[Bangladesh conducts emergency measles vaccinations as outbreak kills more than 100 children]]></title><link>https://www.local10.com/news/world/2026/04/06/bangladesh-conducts-emergency-measles-vaccinations-as-outbreak-kills-more-than-100-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/bangladesh-conducts-emergency-measles-vaccinations-as-outbreak-kills-more-than-100-children/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 03:03:33 +0000</pubDate><content:encoded><![CDATA[<p>DHAKA, Bangladesh (AP) — Bangladesh is conducting emergency measles-rubella vaccinations while trying to contain an ongoing outbreak that has killed more than 100 children in less than a month.</p><p>The government in partnership with the World Health Organization, the U.N. children's agency and the Gavi vaccine alliance began working to vaccinate children age 6 months to 5 years old in 18 high-risk districts Sunday and will expand nationwide in phases from next month, a joint statement said.</p><p>A UNICEF official said the agency was deeply concerned about the sharp rise in cases, which was putting the youngest and most vulnerable children at serious risk. “This resurgence highlights critical immunity gaps, particularly among zero-dose and under-vaccinated children, while infections among infants under nine months, who are not yet eligible for routine vaccination, are especially alarming,” said Rana Flowers, the agency's representative in Bangladesh.</p><p>More than 900 cases of measles have been confirmed among 7,500 suspected cases reported since March 15, according to the official data in the South Asian nation of more than 170 million people.</p><p>Measles is a highly contagious airborne disease causing fever, respiratory symptoms and a characteristic rash and can sometimes have severe or fatal complications, especially in young children, according to WHO.</p><p>Vaccination is crucial to preventing the spread of measles, but the WHO says 95% of the population has to be vaccinated in order to stop the disease from spreading.</p><p>Bangladesh’s Health Minister Sardar Mohammed Sakhawat Husain responding to questions in Parliament said Monday that the new outbreak was caused by the mismanagement and failures of past governments.</p><p>He said the previous government of ousted Prime Minister Sheikh Hasina and an interim government headed by Nobel Peace Prize laureate Muhammad Yunus failed to make proper decisions regarding vaccine stockpiles, causing shortages affecting vaccines for measles and six other diseases.</p><p>The vaccination campaign for measles was disrupted during Bangladesh's recent political upheavals. Hasina was ousted in a mass uprising in 2024, and Yunus led an interim administration that transferred power to an elected government after an election in February.</p><p>Authorities are advising parents to go to hospitals whenever someone is suspected to have measles.</p><p>““They should avoid taking medicine from shopkeepers unnecessarily. If a child has a fever, especially high fever — 101, 102, 3, 4 (Fahrenheit, or higher than 38.3 Celsius) — they should not rely on medicine from local shops,” said F. A. Asma Khan, deputy director of the Infectious Diseases Hospital in Dhaka.</p><p>“Instead, they must take the child to a hospital as soon as possible, because our medical officers are capable of providing proper basic treatment,” she said.</p><p>Since the launch of a massive immunization campaign in 1979, Bangladesh has made remarkable progress — raising the coverage of fully immunized children from just 2% to 81.6%.</p><p>But UNICEF warned last year that while Bangladesh has made strong strides to increase immunization coverage, stark disparities persist.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B34YGIZARVUE6CAIMW4BB4TCGU.jpg?auth=d027521ff3fb165afd9969fb27db3d03db8dba0a6d988b82aea9ab1b264692fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mother administers a nebulizer treatment for her child suffering from measles at the Infectious Diseases Hospital in Dhaka, Bangladesh, Monday, April 6, 2026, amid a countrywide outbreak. (AP Photo/Mahmud Hossain Opu)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmud Hossain Opu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNJA2UPIVKW2YHYMOBDY6WL4QA.jpg?auth=2403d729f2b71530bb1a8d5ecafc02e198baea255d8aa82d1a97cef1303f272d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A mother administers a nebulizer treatment for her child suffering from measles at the Infectious Diseases Hospital in Dhaka, Bangladesh, Monday, April 6, 2026, amid a countrywide outbreak. (AP Photo/Mahmud Hossain Opu)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmud Hossain Opu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YN3BYUK4ZNSKASWDZAXKOQHPOA.jpg?auth=0405962e0e0a92db0ad8f16cda699ec468da887a86df5a52fd8d4dcd92a96df0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A nurse treats a child suffering from measles at the Infectious Diseases Hospital in Dhaka, Bangladesh, Monday, April 6, 2026, amid a countrywide outbreak. (AP Photo/Mahmud Hossain Opu)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmud Hossain Opu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N3UIYHMOJ7FHKHC27UYO3E23SM.jpg?auth=82077c8381dadde3c163aa3a3e8fe958c8b2838f091ffacb92bcc2566ed617f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman comforts her child receiving treatment for measles at the Infectious Diseases Hospital in Dhaka, Bangladesh, Monday, April 6, 2026, amid a countrywide outbreak. (AP Photo/Mahmud Hossain Opu)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmud Hossain Opu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TP6OABIGQTVZ3PZXCRYHCBHJYA.jpg?auth=d7c0fb9d96fb17339a3e62cd1a181a941faf297af57e95104829f352d3bf99cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Families take care of their children receiving treatment for measles at the Infectious Diseases Hospital in Dhaka, Bangladesh, Monday, April 6, 2026, amid a countrywide outbreak. (AP Photo/Mahmud Hossain Opu)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmud Hossain Opu</media:credit></media:content></item><item><title><![CDATA[Who tossed kittens like trash in Wilton Manors? 3 need homes]]></title><link>https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Surveillance video shows a woman dumping five kittens in the trash in Wilton Manors. Police officers want to know who she is. ]]></description><pubDate>Mon, 06 Apr 2026 21:07:13 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video shows a woman dumping five kittens in the trash in Wilton Manors. Police officers want to know who she is. </p><p>Jason Miller said his surveillance camera recorded the cruelty on Sunday at Don Eisele Park. Peter Carey was walking his dog when he witnessed it. </p><p>“As I got closer, I saw kittens running into the bushes, and then I knew they had dumped these kittens in the park,” Carey said. </p><p>Carey found four out of the five kittens and took them home. </p><p>“She must have had to pass a veterinarian clinic, a pet store, the shelter, to dump the cats out,” Carey said. “You left your house. Why wouldn’t you just take them to the right place?”</p><p>He said the fifth kitten was found Monday with the help of trappers. </p><p>“We’re just so happy we got the last kitten,” said Hope Gold with Castaways Animal Rescue. </p><p>Carey said he has found homes for two out of the five. Police officers are investigating. </p><p>“I wouldn’t call myself a hero,” Carey said. “You see these little kittens in need and your heart goes out to them.” </p><p>Carey asked anyone who may be interested in adopting the remaining kittens to call him at 407-310-2406 or Brenda at 786-353-8415. </p><p><b>Related story</b>: <a href="https://www.local10.com/pets/2026/04/06/south-florida-cat-owner-gets-records-showing-evidence-of-vet-hospitals-botched-transfusion/" target="_self" rel="" title="https://www.local10.com/pets/2026/04/06/south-florida-cat-owner-gets-records-showing-evidence-of-vet-hospitals-botched-transfusion/">South Florida cat owner claims records show evidence of vet hospital’s malpractice</a></p>]]></content:encoded></item><item><title><![CDATA[Spurs' Wembanyama leaves game against 76ers in first half with left rib contusion]]></title><link>https://www.local10.com/sports/2026/04/06/spurs-wembanyama-leaves-game-against-76ers-in-first-half-with-bruised-left-rib/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/spurs-wembanyama-leaves-game-against-76ers-in-first-half-with-bruised-left-rib/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 03:10:46 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Victor Wembanyama suffered a left rib contusion and was ruled out of the second half of the San Antonio Spurs' victory over the Philadelphia 76ers on Monday night.</p><p>Wembanyama took an inadvertent elbow to the ribs from Paul George when the Philadelphia forward was attempting to deflect a pass as the 7-foot-4 center was sprinting up court on a fastbreak with 10:49 remaining in the first half. Wembanyama remained on the court for a minute while George patted him on the backside apologetically.</p><p>Wembanyama subbed out of the game 13 seconds later and immediately went into the tunnel leading to the locker room while keeping his arm pressed to his side.</p><p>Wembanyama returned with 5:33 remaining in the period, and asked San Antonio coach Mitch Johnson to take him out with 44 seconds remaining in the first half. He again went into the tunnel leading to the locker room while holding his arm to his side and was ruled out at the start the second half.</p><p>Wembanyama had 17 points, five rebounds and three blocks while playing 15:40 in the first half. The Spurs beat Philadelphia 115-102</p><p>Wembanyama has made it clear that he wants to win the league's MVP award this season. The NBA allows a maximum of two games in which a player logs between 15 and 19.59 minutes to count toward the league-required minimum of 65 games played for award eligibility.</p><p>Wembanyama has played 63 games this season, including the NBA Cup Final.</p><p>San Antonio (60-19) is closing its regular season with a four-game homestand, starting with Philadelphia.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZDPBJ2CDCK4BX5D6IDTQWINQ5U.jpg?auth=303905ab1572b894d5753b5e52c64a9e16c09e042458a00bd451ca65298c0952&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs center Victor Wembanyama (1) celebrates a basket with teammates Luke Kornet and Keldon Johnson, right, during the first half of their NBA basketball game against the Philadelphia 76ers, Monday, April 6, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content></item><item><title><![CDATA[BSO: Woman arrested for impersonating police officer to neighbors]]></title><link>https://www.local10.com/news/local/2026/04/06/bso-woman-arrested-for-impersonating-police-officer-to-neighbors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/bso-woman-arrested-for-impersonating-police-officer-to-neighbors/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A South Florida woman is being accused of impersonating a police officer. ]]></description><pubDate>Tue, 07 Apr 2026 01:29:39 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida woman is being accused of impersonating a police officer. </p><p>Deputies arrested Annie Flaherty, 37, of Oakland Park on Saturday. </p><p>She is accused of approaching neighbors and pretending to be a law enforcement officer. </p><p>According to an arrest form, Flaherty knocked on two of her neighbor’s doors while wearing a police badge on her hip and identifying herself as “Miami-Dade police,” saying she was investigating stolen diamonds. </p><p>Deputies said when they went to Flaherty’s home to question her about the incidents, she provided them with the badge she was seen wearing.</p><p>It was described as a Miami-Dade Corrections Officer Super Bowl LIV edition badge. Authorities did not say how Flaherty obtained the badge, or whether it was counterfeit. </p><p>According to Flaherty’s arrest form, her occupation is listed as a flight attendant for Spirit Airlines. </p><p>She was charged with impersonating a law enforcement officer and taken to the North Broward Bureau detention center where she remains on a bond of $15,000 as of Monday night. </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[Ohio man accused of recording teen inside cruise ship bathroom]]></title><link>https://www.local10.com/news/local/2026/04/06/ohio-man-accused-of-recording-teen-inside-cause-ship-bathroom/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/ohio-man-accused-of-recording-teen-inside-cause-ship-bathroom/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Deputies in Broward County arrested an Ohio man after he allegedly tried recording a teenage boy in the bathroom while on a cruise. ]]></description><pubDate>Mon, 06 Apr 2026 19:37:32 +0000</pubDate><content:encoded><![CDATA[<p>Deputies in Broward County arrested an Ohio man after he allegedly tried recording a teenage boy in the bathroom while on a cruise. </p><p>Authorities took Kevin Six, 41, of Akron, Ohio, into custody on Friday at Port Everglades. </p><p>Broward Sheriff’s Office deputies said the 15-year-old victim and Six were sharing a room on the cruise, when the teen found “his friend’s phone in a concealed area.”</p><p>The victim told investigators that on Tuesday, he told Six he was about to take a shower and asked if he needed to use the bathroom first.</p><p>Six said yes and went into the bathroom, and then when the victim went in to shower, he noticed Six’s backpack inside, and Six’s cellphone camera “sticking out of his backpack in the direction of the shower,” according to an arrest form. </p><p>When the victim took out the phone and watched the video, deputies said it showed Six setting up the phone to record in the direction of the shower, knowing the victim was about to remove his clothes and bathe. </p><p>Deputies said the victim recorded the video on his phone and then told his grandmother, who said they should alert cruise security. </p><p>Authorities said Six and the victim were both placed in isolation until the ship docked at Port Everglades on Friday. A BSO report doesn’t identify the name of the ship. </p><p>Six refused to speak to investigators once the ship returned, and he was subsequently charged with video voyeurism on a child less than 16 years old. </p><p>He was granted a bond of $50,000 and was not listed among Broward County inmates as of Monday afternoon. </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[$5 per gallon gas now reality in one South Florida city]]></title><link>https://www.local10.com/news/local/2026/04/06/5-per-gallon-gas-now-reality-in-one-south-florida-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/5-per-gallon-gas-now-reality-in-one-south-florida-city/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Gas costing $5 a gallon is now a frustrating reality in South Florida. ]]></description><pubDate>Mon, 06 Apr 2026 22:24:42 +0000</pubDate><content:encoded><![CDATA[<p>Gas costing $5 a gallon is now a frustrating reality in South Florida.</p><p> </p><p>The Shell station at 41st Street and Royal Palm Avenue in Miami Beach was the first to break the $5 barrier, with a price tag of $5.39 per gallon on the first Monday in April. </p><p>According to gas buddy, the average price at the pump in Miami has risen .23 cents over the last week alone.</p><p>The high cost is causing some drivers to do what they can to save money.</p><p>Carlos Perez told Local 10 News’ Brett Knese he stopped driving for Uber temporarily because the price of gas makes the work no longer worth it.</p><p>“My son also does Uber too and it’s very expensive and the price goes up, but the Uber pays the same so it’s bad,” he said. </p><p>Experts say prices will likely continue to trend upwards until the Strait of Hormuz reopens.</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[Mariners slugger Cal Raleigh hits first home run of 2026 following 10-game drought]]></title><link>https://www.local10.com/sports/2026/04/06/mariners-slugger-cal-raleigh-hits-first-home-run-of-2026-following-10-game-drought/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/mariners-slugger-cal-raleigh-hits-first-home-run-of-2026-following-10-game-drought/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 00:55:00 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Seattle Mariners catcher Cal Raleigh, who led the major leagues with 60 home runs last year, hit his first of the 2026 season Monday night following a 10-game drought.</p><p>Raleigh’s homer was pulled deep to right field against two-time Cy Young Award winner Jacob deGrom of the Texas Rangers to end a 12-pitch at-bat in the first inning. Raleigh fouled off six pitches with two strikes and connected on a 99 mph fastball.</p><p>His longest home run drought last season was eight games.</p><p>Raleigh entered hitting .132 this year with only one run scored. He nearly homered on Saturday against the Los Angeles Angels in the first inning, but the ball was caught above the wall by Jo Adell, the first of three potential homers the right fielder prevented in that game.</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJ2EO4NKSDSIC4Z7JLELOY6JA4.jpg?auth=120bfdc42010c421831f3d04111154b442f609e594191a4d90c75415f63aff45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh connects on a solo home run off Texas Rangers starting pitcher Jacob deGrom during the first inning of a baseball game Monday, April 6, 2026, in Arlington, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/22QULKT6AD4BWIQVWT6XFGSACY.jpg?auth=486a331d9cd91de3a1e32172888cd6b7cefb0fbf0ec07767f0ac2fda46aadb96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners' Cal Raleigh (29) is greeted near home plate by Julio RodrÌguez (44) after hitting a solo home run off starting pitcher Jacob deGrom during the first inning of a baseball game Monday, April 6, 2026, in Arlington, Texas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Lil Nas X enters a mental health program intended to lead to dropped charges of attacking police]]></title><link>https://www.local10.com/entertainment/2026/04/06/lil-nas-x-enters-a-mental-health-program-intended-to-lead-to-dropped-charges-of-attacking-police/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/lil-nas-x-enters-a-mental-health-program-intended-to-lead-to-dropped-charges-of-attacking-police/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 00:44:30 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A judge has allowed Lil Nas X to enter a mental health diversion program intended to lead to the dismissal of charges of attacking Los Angeles police officers.</p><p>Judge Alan Schneider told the “Old Town Road” rapper and singer on Monday that if he sticks to his treatment program and obeys all laws for two years, his four felony counts will be dismissed.</p><p>The court found that the incident was the result of his since-diagnosed bipolar disorder and was an aberration from his usual behavior.</p><p>The program, formally known as postponement of prosecution probation, also requires that he not possess guns or threaten violence.</p><p>Authorities allege that the 26-year-old was walking naked down a street in LA’s San Fernando Valley in August, and charged at police officers who were responding to calls about him. A criminal complaint says three officers were hurt. Photos and video apparently shot before the police confrontation showed him walking in the street in only white briefs and white boots.</p><p>He pleaded not guilty to three felony counts of battery with injury on a police officer along with one count of resisting an executive officer.</p><p>A few days later in a video posted to Instagram, Lil Nas X, who was free on bail, said “these last four days have been terrifying” but reassured fans that he would be fine.</p><p>Outside court on Monday he told Rolling Stone, which first reported on the diversion agreement, that he is “thankful. Just very thankful,” and that it “could have been much worse.”</p><p>The District Attorney's Office did not respond to a request for comment.</p><p>The Atlanta artist is best known for 2018's country and hip-hop merging “Old Town Road,” which spent a record 19 weeks at No. 1 on the Billboard Hot 100 and won him two Grammys.</p><p>Known for his genre-bending, innovating sounds and style, Lil Nas X's first full studio album, 2021’s “Montero,” went to No. 2 on the Billboard album chart and was nominated for a Grammy for album of the year. Other hits have included “Industry Baby” and “Montero (Call Me by Your Name).”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQ4FFKW3MS74DWU3DBKJRDNBPA.jpg?auth=42b21c810f89af4615597d63e41cadc1fb5b73c13af4fffa4cc771c988a3cec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lil Nas X, whose legal name is Montero Lamar Hill, appears in court charged with four felony counts, including three counts of battery with injury on a police officer in Los Angeles on March 12, 2026. (Daniel Cole/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Daniel Cole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QD7GDSUB25TUIMJKKS2Y2JU4HE.jpg?auth=fea5a854d08faf1500533238909a446d4439d4e205e885825583a29eeb8f229a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lil Nas X appears at the Vanity Fair Oscar Party in Beverly Hills, Calif., on March 2, 2025. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[New Giants manager Tony Vitello working to get his club on track after frustrating 3-7 start]]></title><link>https://www.local10.com/sports/2026/04/06/new-giants-manager-tony-vitello-working-to-get-his-club-on-track-after-frustrating-3-7-start/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/new-giants-manager-tony-vitello-working-to-get-his-club-on-track-after-frustrating-3-7-start/</guid><dc:creator><![CDATA[By JANIE McCAULEY, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 00:32:51 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Lately, Tony Vitello has been apologizing to his own family for how San Francisco is playing, and when they have a chance to go out for dinner everybody is used to his mind still being on baseball and little else.</p><p>There's been a lot of thinking to do given the new Giants manager's frustrating 3-7 start in his jump from college coach to the major leagues.</p><p>Vitello had a little extra time following Sunday afternoon's game with a night contest the next day to ponder everything that went wrong in San Francisco's third straight defeat, when he was ejected for the first time in his career for arguing in the seventh after Jerar Encarnación was ruled out for running inside the designated lane on his way to first base.</p><p>Yes, he constantly dissects the various decisions he makes and is determined to figure this out.</p><p>“At 3-7 and how yesterday went, I didn't think yesterday was the proper time for me to go gallivanting around San Francisco, so, yeah, I was in my condo the whole night,” Vitello said. “Whether I'm there or sitting with family I apologize to them, ‘Find something better to watch if you’re watching this.' We're at dinner, I am thinking about this more than that. So, yeah, yesterday sitting at home you finish on a day game and you have a night game, you've got a lot of time to go over that stuff. You replay it all.”</p><p>Before the start of a new series Monday against the Philadelphia Phillies, Vitello and Matt Chapman connected to discuss the third baseman getting caught stealing after his leadoff single in the ninth inning of a 5-2 loss to the Mets that gave New York a weekend sweep.</p><p>Vitello knows those kinds of mistakes would be more magnified later in the season, and said the Giants are “trying” so hard to win "it's probably something that everybody's been a little guilty of, of not going about it the way they would if they were thinking clearly but when you're trying to win games as hard as possible sometimes it actually contradicts what your end goal is.”</p><p>Coming into Monday's game, the Giants had been outscored by 25 runs over their initial 10 contests — the worst mark through 10 games for the franchise since it was minus-49 in 1896. And the club's 3-7 record was tied for its second-worst through 10 games since moving to San Francisco in 1958 — the Giants began 2-8 in 1983.</p><p>Chapman, for one, hopes a few things will go the Giants' way so they can grab some much-needed momentum to climb their way up in the powerful NL West after falling to the bottom of the standings, and he is thankful the struggles are happening now when there is plenty of time left. San Francisco has missed the playoffs the past four years.</p><p>“Whatever it is, I think it's more of an accumulation of maybe some frustrating things happening because we're right there and we're not able to get the job done,” Chapman said. “... It sucks when it looks like it's sloppy baseball and we're making some sloppy mistakes that kind of shot us in the foot last year and was one of the reasons why we probably weren't able to finish as strong. But I don't think it's going to be something that's going to be the story of our season by any means.”</p><p>After his ejection, Vitello offered a long explanation to what had upset him. The former University of Tennessee coach regularly shares stories from his experiences in the college ranks.</p><p>“I’m sure he got it exactly technically right,” Vitello said postgame Sunday. “It’s just a play I’ve got a lot of history for. A little frustrated about something else that occurred in the game. … Got a ton of history with that play. Lost a game to Lipscomb on that play, lost the game to (Oklahoma State coach) Frank Anderson and a Big 12 championship on that play. The difference between the two that I’m talking about, and I can talk about others, is the runner in Frank’s instance — and I’ve called his team cheaters — completely interfered with the throwing lane for the pitcher. So again, umpires are held accountable by what the rules are, and they enforce those rules."</p><p>Several of his players and coaches have said dating back to spring training how much they appreciate the passion, energy and approach Vitello takes.</p><p>From Day 1, Vitello acknowledged he would be learning on the fly from the dugout's top step and there would be plenty of ups and downs.</p><p>“Listen, Tony's great, I like Tony, he's cool,” said center fielder Harrison Bader, who began the series batting .118 (4 for 34) with a home run and determined to get on track. “At the major league level, a little different in terms of the fans and the speed but he won at a really high level in the SEC. It's the same game, so he's familiar to winning and what it looks like to help players win and what that feeling looks like and how to maintain it. So he's in the right spot.”</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R4OLCBZBQAE26KO4GGB2WV3Y2A.jpg?auth=7948331ba123f820125ebfe877b71d92b3414083d8096a2358099e2e394ab7bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants manager Tony Vitello (23) gestures after being ejected by umpire David Rackley, right, during the seventh inning of a baseball game between the Giants and the New York Mets in San Francisco, Sunday, April 5, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVJ4ZXMLCNBZTLW7CAVOA6OEWA.jpg?auth=af459082a759e802778de4d0b949ce8c4887d4861f19d552a55bfb67228611d6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco Giants pitcher Landen Roupp (65) hands the ball over to manager Tony Vitello, left, as he exits during the fifth inning of a baseball game against the New York Mets, Saturday, April 4, 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[Flanagan Color Guard preparing to compete in world championship]]></title><link>https://www.local10.com/news/local/2026/04/06/flanagan-color-guard-preparing-to-compete-in-world-championship/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/flanagan-color-guard-preparing-to-compete-in-world-championship/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Flanagan High School’s color guard is preparing to head to Ohio for a big competition after doing their final run through Monday.]]></description><pubDate>Mon, 06 Apr 2026 23:12:05 +0000</pubDate><content:encoded><![CDATA[<p>Flanagan High School’s color guard is preparing to head to Ohio for a big competition after doing their final run through Monday.</p><p>While practicing, members were waving vibrant flags and ribbons in the air as they danced in sync.</p><p>The team is one of five local schools competing in the WGI Color Guard Word Championships this week.</p><p>“Having the kids grow and having the team grow year after year, and having them come here and share the love with everybody and their friends and have the same experiences that I did is everything that I ever wanted,” said Flanagan Color Guard Director Nicholas Rodriguez. </p><p>The other schools competing on Thursday are Cooper City High School, West Broward High School, Somerset Academy, FIU Pegasus World and Doral Academy Preparatory School.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Mahreen Sohail's story collection 'Small Scale Sinners' wins the PEN/Faulkner prize]]></title><link>https://www.local10.com/entertainment/2026/04/06/mahreen-sohails-story-collection-small-scale-sinners-wins-the-penfaulkner-prize/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/mahreen-sohails-story-collection-small-scale-sinners-wins-the-penfaulkner-prize/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 23:51:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Mahreen Sohail’s “Small Scale Sinners,” a wide-ranging debut collection of stories set everywhere from a college campus to a training camp for child soldiers, has won the PEN/Faulkner Award for fiction.</p><p>“With sharp and striking prose, ‘Small Scale Sinners’ performs the magical feat of encompassing every aspect of humanity in a slim volume of stories, which reveals the hearty landscape of desire, rage, love, and loss contained in nearly every life,” PEN/Faulkner Awards Committee Chair Lauren Francis-Sharma said in a statement released Monday.</p><p>Sohail is from Pakistan and now lives in Washington, D.C. In a statement Monday, she said worked on the book for a decade to “map out possible ways of being an independent woman in the world.”</p><p>She will receive $15,000 for the award, which in previous years has been given to authors including Philip Roth,Don DeLillo and Ann Patchett among others.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DF4V7D4UF2HXTSIVTEP63UHLYA.jpg?auth=9041b2f88a63a01ff17c88efc7a716fabbe210e5258fa1f88c09b4c8d27b65d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This cover iage released by A Public Space shows "Small Scale Sinners" by Maureen Sohail. (A Public Space via AP)]]></media:description></media:content></item><item><title><![CDATA[Rays are victorious in return to Tropicana Field after Hurricane Milton tore off the roof in 2024]]></title><link>https://www.local10.com/sports/2026/04/06/rays-are-victorious-in-return-to-tropicana-field-after-hurricane-milton-tore-off-the-roof-in-2024/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/rays-are-victorious-in-return-to-tropicana-field-after-hurricane-milton-tore-off-the-roof-in-2024/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 23:43:03 +0000</pubDate><content:encoded><![CDATA[<p>ST. PETERSBURG, Fla. (AP) — With cowbells ringing in the stands, Bryan Baker was fired up after striking out Pete Crow-Armstrong to give the Tampa Bay Rays a triumphant return to Tropicana Field.</p><p>Back home for the first time in 561 days after Hurricane Milton shredded the roof and caused extensive damage throughout the stadium, the Rays beat the Chicago Cubs 6-4 on Monday in front of a sellout crowd of 25,114.</p><p>“It felt pretty good to say the least,” Baker said of his reaction to the final pitch. “I think that was an encapsulation of how everybody felt getting back in this building and playing in front of these fans. To get out there and seal the deal for the boys was really fun.”</p><p>It cost nearly $60 million to replace the titled roof and rebuild the Trop after a hurricane swept through downtown St. Petersburg on Oct. 9, 2024.</p><p>High wind ripped sections of the original roof, allowing rain to fall into the stadium bowl for months. Water caused mold and damage to electrical, sound and broadcast systems.</p><p>The new roof was installed last August while the Rays played their 2025 season across the bay in Tampa at Steinbrenner Field — the spring training home of the New York Yankees.</p><p>The final panel was put in place Nov. 21. Luxury suites and the stadium video board also were upgraded. Players enjoyed playing on the new artificial turf and welcomed upgrades that include new clubhouse carpet and lockers.</p><p>“It was an important day for Rays baseball and unique for what we’ve gone through,” manager Kevin Cash said. “Very well done.”</p><p>The Rays don’t often draw well but it was the 20th consecutive sellout for a home opener, excluding the 2020 season when fans weren’t allowed to attend because of the COVID-19 pandemic.</p><p>“It was great. Shout out to the city of St. Pete and the fans for showing up for us after everything they’ve been through,” said Chandler Simpson, who had two hits and two stolen bases.</p><p>Tampa mayor Jane Castor and St. Petersburg mayor Kenneth Welch threw out the first pitches, and Florida Gov. Ron DeSantis also was in attendance.</p><p>It was the first home win for the team’s new owners. A group led by Florida-based real estate developer Patrick Zalupski purchased the Rays for $1.7 billion last year. Zalupski and top executives Ken Babby and Bill Cosgrove are pursuing a new ballpark that would be built in Tampa, in the shadows of the Yankees’ spring training complex and across the street from Raymond James Stadium, home to the NFL’s Tampa Bay Buccaneers.</p><p>The Rays are under lease to play at the Trop through at least the 2028 season.</p><p>“The fans’ support was amazing,” said Junior Caminero, who hit one of three home runs for Tampa Bay. “It was exciting to be back at Tropicana.”</p><p>The Rays debuted the newly renovated “Cownose Clubhouse,” home to the seven cownose stingrays from The Florida Aquarium who weathered Hurricane Milton. After the storm, the stingrays returned to The Florida Aquarium. In January, they were at TECO’s Manatee Viewing Center at Apollo Beach, before making their return to their permanent home at Tropicana Field ahead of the opener.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PHHFDUIRA7Y4VH4Q4PSP5MMUDY.jpg?auth=94d8b1e4b9abe5a7b560808a6564bdf78149b0a8b09d4339024cee16d8d13fd5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Country musician Eric Church sings the National Anthem before a baseball game between the Tampa Bay Rays and the Chicago Cubs Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JIE3UDGCYGTCXPTBUIJAKM5NIM.jpg?auth=4dccb02be421605d94f8ef24061fcde1f91e2648361058640a8de265fd22707f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays pitcher Bryan Baker reacts after closing out the Chicago Cubs during the ninth inning of a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[North Carolina working to finalize deal to hire Michael Malone as basketball coach, AP source says]]></title><link>https://www.local10.com/sports/2026/04/06/north-carolina-working-to-finalize-deal-to-hire-michael-malone-as-basketball-coach-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/north-carolina-working-to-finalize-deal-to-hire-michael-malone-as-basketball-coach-ap-source-says/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 01:08:56 +0000</pubDate><content:encoded><![CDATA[<p>North Carolina is working toward finalizing a deal with NBA championship-winning coach Michael Malone to lead the Tar Heels' basketball program, a person with knowledge of the situation said Monday.</p><p>The person spoke to The Associated Press on condition of anonymity because the school hasn't publicly discussed its search. Malone would replace Hubert Davis, who was fired March 24 after five seasons as the successor to retired Hall of Famer Roy Williams.</p><p>ESPN was the first to report UNC moving toward hiring Malone.</p><p>The 54-year-old Malone spent 12 seasons as a head coach in the NBA, including a 10-year run in Denver. He led the Nuggets to the 2023 championship behind three-time league MVP Nikola Jokic.</p><p>The Nuggets fired Malone last spring with less than a week left in that regular season. Almost a year to the day, in another surprise move, Malone is on the verge of taking over a blue-blood program with six national titles, a record 21 appearances in the Final Four and alums including Michael Jordan, James Worthy Vince Carter and Atlantic Coast Conference career scoring leader Tyler Hansbrough.</p><p>UNC now has big-name former pro coaches leading its two highest-profile programs. The Tar Heels hired six-time Super Bowl champion Bill Belichick as their football coach in December 2024. Belichick struggled to a 4-8 record in his debut season.</p><p>Davis’ firing opened one of the top jobs in college basketball for only the fourth time since the late Hall of Famer Dean Smith’s retirement after 36 seasons in October 1997.</p><p>The job had stayed in the “Carolina Family” ever since. Longtime assistant Bill Guthridge replaced Smith, followed by former UNC player Matt Doherty, former Smith assistant Williams and then Davis, who played under Smith and worked on Williams' staff.</p><p>Names like Arizona’s Tommy Lloyd, Michigan’s Dusty May and Chicago Bulls coach Billy Donovan — who led Florida to the 2006 and 2007 NCAA titles — had been linked to the job since Davis’ firing. Lloyd announced Friday at the Final Four that he would return to the Wildcats while praising UNC for “the way they’ve handled this.”</p><p>Three days later, the search had turned in an unexpected direction with Malone, who has never been a college head coach and has spent most of his career in the NBA. His primary connection to UNC athletics is the presence of daughter Bridget on the Tar Heels’ volleyball team.</p><p>During an October appearance on the UNC athletic department’s “Carolina Insider” podcast, Malone recalled hearing his late father, NBA coach Brendan Malone, talk often about Smith and UNC basketball. He also mentioned attending multiple recent practices and Davis asking him to speak to the team at least once.</p><p>“I’ve always been a Carolina fan,” Malone said. “And when (Bridget) decided to come here that made it even that much more special, because now I’m ‘Go Heels’ for everything. I root for all the teams, have fallen in love with Chapel Hill.”</p><p>Malone's time in the NBA included a brief stint in Sacramento, where he was fired in December 2014, just 24 games into his second season. He also worked as an assistant with the New York Knicks, Cleveland Cavaliers, New Orleans Hornets and Golden State Warriors.</p><p>Malone had stints in college as an assistant at Oakland, Providence and Manhattan. He spent only one season in the Atlantic Coast Conference, working as director of men's basketball administration at Virginia under Pete Gillen in 1998-99.</p><p>David Adelman, Malone's successor in Denver, said he was happy for his friend, adding that Malone would be comfortable with players earning big money through name, image and likeness deals.</p><p>“It’s more of a professional environment now, especially at schools like that, where you have to look at it like these guys are under contract now,” Adelman said. “And I think a lot of NBA coaches understand what it means to coach somebody that’s making money.”</p><p>___</p><p>AP freelancer Michael Kelly in Denver contributed to this report.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here and here (AP News mobile app). AP college basketball: https://apnews.com/hub/ap-top-25-college-basketball-poll and https://apnews.com/hub/college-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D4RBL3SVBRUOWMEWMTSUMSFWMU.jpg?auth=7d956a7e2cfb41aca516a3e6a38fc145b4b63b146143bd7d6391470cb2d00ab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Nuggets head coach Michael Malone stands on the sideline during the second half of an NBA basketball game April 1, 2025, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Gasolina llega a $5.39 el galón en Miami Beach y conductores de Uber dejan de trabajar]]></title><link>https://www.local10.com/espanol/2026/04/06/gasolina-llega-a-539-el-galon-en-miami-beach-y-conductores-de-uber-dejan-de-trabajar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/gasolina-llega-a-539-el-galon-en-miami-beach-y-conductores-de-uber-dejan-de-trabajar/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[La Shell de la calle 41 en Miami Beach ya cobra $5.39 el galón; el precio promedio en Miami subió 23 centavos en una semana y conductores suspenden trabajo de Uber.]]></description><pubDate>Mon, 06 Apr 2026 23:27:44 +0000</pubDate><content:encoded><![CDATA[<p>La gasolina a $5 el galón es ya una frustrante realidad en el sur de Florida.</p><p>La estación Shell ubicada en la calle 41 y Royal Palm Avenue en Miami Beach fue la primera en romper la barrera de los $5, con un precio de $5.39 por galón el primer lunes de abril.</p><p>Según GasBuddy, el precio promedio en las bombas de Miami ha subido 23 centavos solo en la última semana.</p><p>El alto costo está llevando a algunos conductores a buscar la manera de ahorrar dinero.</p><p>Carlos Pérez le dijo al periodista Brett Knese, de Local 10 News, que dejó de manejar para Uber temporalmente porque el precio de la gasolina ya no hace rentable el trabajo.</p><p>“Mi hijo también hace Uber y es muy caro, y el precio sube pero Uber paga lo mismo, así que está mal”, dijo.</p><p>Los expertos señalan que los precios probablemente seguirán subiendo hasta que el estrecho de Ormuz vuelva a abrirse.</p>]]></content:encoded></item><item><title><![CDATA[Mujer salta al Intracoastal para salvar a su perro y rescatistas la sacan del agua en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/04/06/mujer-salta-al-intracoastal-para-salvar-a-su-perro-y-rescatistas-la-sacan-del-agua-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/mujer-salta-al-intracoastal-para-salvar-a-su-perro-y-rescatistas-la-sacan-del-agua-en-hallandale-beach/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Una mujer saltó al Intracoastal Waterway en Hallandale Beach el jueves por la noche para rescatar a su perro y quedó atrapada; equipos de emergencia la sacaron ilesa.]]></description><pubDate>Mon, 06 Apr 2026 23:24:32 +0000</pubDate><content:encoded><![CDATA[<p>Un video recién publicado muestra a equipos de rescate sacando a una mujer y su perro de un cuerpo de agua en el condado de Broward.</p><p>El incidente ocurrió el jueves por la noche, luego de que ambos fueran encontrados en las aguas del Intracoastal Waterway, cerca de Hallandale Beach.</p><p>En el video, se escucha a un rescatista preguntarle a la mujer si entró al agua por su perro.</p><p>Los equipos de emergencia utilizaron distintos tipos de escaleras y dispositivos flotantes durante el rescate.</p><p>“Creo que ella saltó porque el perro estaba tratando de salir”, dijo el testigo Dimitry Shaposhnikov. “Era marea baja, así que para ella llegar a algún lugar era casi imposible. Yo no veía ni una escalera ni nada para subir, estaba atrapada”.</p><p>Después del rescate, el perro fue visto moviendo la cola junto a su dueña, ya en tierra firme.</p><p>No se reportaron heridos.</p>]]></content:encoded></item><item><title><![CDATA[Petro admite que presunto contrabandista infiltró la dirección de inteligencia colombiana]]></title><link>https://www.local10.com/espanol/2026/04/06/petro-admite-que-presunto-contrabandista-infiltro-la-direccion-de-inteligencia-colombiana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/petro-admite-que-presunto-contrabandista-infiltro-la-direccion-de-inteligencia-colombiana/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 00:07:39 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Gustavo Petro admitió el lunes que Diego Marín, uno de los contrabandistas más buscados de Colombia, infiltró la Dirección Nacional de Inteligencia durante su gobierno y denunció que durante años lo ha hecho en otras instituciones estatales como la policía y la fiscalía.</p><p>Las declaraciones del mandatario se conocen luego de que Noticias Caracol revelara la víspera audios de una reunión a inicios de 2025 entre el abogado de Marín y Jorge Lemus, quien hasta enero de 2026 fue el director de la Dirección Nacional de Inteligencia (DNI), en los que hablan de presuntos ofrecimientos de beneficios judiciales.</p><p>“Que el señor Marín infiltró los cuerpos de investigación del gobierno, no me cabe duda, tiene gente en la Dijin (Dirección de Investigación Criminal e Interpol) y en la fiscalía, que infiltró el DNI, sin duda y en mi gobierno; es por eso que no está aquí rindiendo declaración bajo gravedad de juramento”, aseguró Petro en la red social X.</p><p>La DNI es un organismo de inteligencia que pretende proteger la seguridad nacional y está bajo el mando directo del presidente de turno.</p><p>Marín, conocido con el alias de “Papá Pitufo”, es señalado por las autoridades colombianas de presuntamente liderar una poderosa red dedicada al contrabando que corrompía funcionarios públicos. La fiscalía colombiana lo acusa de los delitos de concierto para delinquir agravado y cohecho por dar u ofrecer que lo exponen a una pena de hasta 12 años de prisión.</p><p>Es solicitado en extradición por Colombia, sin embargo, el proceso se dilató luego de que Marín solicitara asilo en Portugal y pidiera salir en libertad, lo cual no le ha sido aprobado.</p><p>Petro aseguró que es un “contrabandista, lavador de dólares y posiblemente narcotraficante”. Sin embargo, dijo que su poder en infiltrar el Estado ha impedido que responda ante la justicia colombiana, pese a que ha pedido públicamente su extradición.</p><p>“Yo lo que quiero es que diga toda su verdad sobre la infiltración que hizo en el Estado desde hace 38 años, libremente y sin presiones políticas”, indicó el mandatario.</p><p>También recordó que Marín “trató de financiar” la campaña con la que llegó al poder en 2022, pero aseguró que lo prohibió "expresamente”. El Congreso investiga desde el año pasado la posible entrada de 120.000 dólares de Marín para la campaña. Sin embargo, el presidente ha dicho que ordenó devolverlo.</p><p>Petro dijo que agentes de la DNI, sin especificar quiénes o con qué autorización, se “ofrecieron a contactar a Marín para traerlo a Colombia voluntariamente”, pero le pedían dinero al parecer a modo de soborno. “Allá, en Europa, le prometían que no sería juzgado y aquí en Colombia decían que lo iban a traer, nunca lo trajeron”, agregó.</p><p>En las grabaciones de Noticias Caracol sobre una reunión entre el abogado de Marín y Lemus, éste último dijo que en caso de que Marín decidiera volver a Colombia le garantizaría su seguridad y un “bajo perfil”. También mencionó que el presidente tenía una política de paz que permitía dar beneficios judiciales a quienes negociaran.</p><p>Lemus respondió al medio local que fue él quien ordenó grabar la reunión con el abogado de Marín, luego de que lo buscase para que Marín supuestamente se entregara a la justicia. Agregó que el presidente Petro supo de las reuniones.</p><p>Una investigación de The Associated Press reveló que Marín fue incorporado brevemente como informante de la agencia antidrogas de Estados Unidos (DEA, por sus siglas en inglés) y al mismo tiempo corrompía a los agentes. A cambio, al menos uno de esos agentes lo ayudó a lavar dinero y traficar con contrabando, desviando a las autoridades de su búsqueda.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DDXMBWE6ANV3K5JYF4BMMAIVIY.jpg?auth=d50ad1e0dfd1d14a8d0768006fd7364c816f9176f17657a92b8a4bad999c7337&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Esta foto sin fecha, proporcionada por la Policía Nacional de Colombia en un documento de marzo de 2024, muestra a Diego Marín. (Policía Nacional de Colombia vía AP, Archivo)]]></media:description></media:content></item><item><title><![CDATA[New Jersey Devils part ways with longtime general manager Tom Fitzgerald]]></title><link>https://www.local10.com/sports/2026/04/06/new-jersey-devils-part-ways-with-longtime-general-manager-tom-fitzgerald/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/new-jersey-devils-part-ways-with-longtime-general-manager-tom-fitzgerald/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 00:24:45 +0000</pubDate><content:encoded><![CDATA[<p>General manager Tom Fitzgerald is parting ways with the New Jersey Devils, the latest NHL team to make an abrupt late-season change in the front office or behind the bench.</p><p>Co-owner David Blitzer announced Monday that a decision had been made for Fitzgerald to leave the organization. Fitzgerald had been GM since January 2020 and got the title president of hockey operations early in 2024, along with a contract extension.</p><p>“Tom and I had a thoughtful conversation today and agreed it was time to move in a new direction,” Blitzer said. “Tom changed the trajectory of our team here, including setting a franchise record for points in a season and helping make New Jersey a hockey destination. He is a well-respected leader across the Devils’ organization and NHL, and I am grateful for our friendship."</p><p>Fitzgerald was responsible for building much of the core of the roster around top picks Nico Hischier and Jack Hughes, who were drafted when he was an assistant to Ray Shero. The 57-year-old endured criticism in recent months for signing players to contracts with restrictive no-trade clauses and for extending Jacob Markstrom early, before the goaltender's struggles.</p><p>“After talking with David Blitzer, it was apparent to everyone that the best course of action is to move on for the benefit of the team,” Fitzgerald said. “The Devils are fortunate to have a core of great players, vocal and passionate fans, but most importantly, tremendous people who worked with me toward a common goal. I’ve always said that New Jersey is a hidden gem, and I’m proud of the effort that we put in to raise the standard and make it a destination."</p><p>New Jersey made the playoffs twice in the five seasons with Fitzgerald in charge, losing in the second round in 2023 and bowing out in the first round last year.</p><p>“As we prepare to move forward, it is important I acknowledge our fans: I recognize we have not delivered in the way you expect and deserve and I understand and share in your frustration,” Blitzer said. "This is a critical offseason for our franchise, and we will explore all avenues that best position the Devils to compete for a Stanley Cup once again.”</p><p>It's unclear what this means for the future of coach Sheldon Keefe, who is nearing the end of his second season. Fitzgerald hired Keefe in May 2024.</p><p>Fitzgerald, who was part of USA Hockey's management group that constructed the roster that won gold at the Milan Cortina Olympics, could immediately become a candidate for one of the other GM vacancies around the league. The Nashville Predators with Barry Trotz retiring and Toronto Maple Leafs after firing Brad Treliving are currently searching for a new head of hockey operations.</p><p>“I am incredibly appreciative to David, Josh Harris, and the entire New Jersey Devils organization for being a part of my life for the past decade," Fitzgerald said. "I look forward to the next step in my hockey career and will always look back fondly on my time with the Devils.”</p><p>Fitzgerald spent time in Nashville and Toronto during his playing career. He was the first captain of the Predators, wearing the “C” from 1998-02 while Trotz was coaching the team and played two seasons with the Maple Leafs from '02-04.</p><p>After going into management, Fitzgerald was director of player development when Pittsburgh won the Stanley Cup in 2009. He joined the Devils in 2015.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HF3M7INYXU5TLHOO33W6ACRLVE.jpg?auth=a943cb9ae3f96598bf608e81af85848f06d33b1c80144c6bdc3ad184ebfbe892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Jersey Devils general manager Tom Fitzgerald speaks during an NHL hockey news conference, Tuesday, Nov. 30, 2021, in Newark, N.J. (AP Photo/Bill Kostroun, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Kostroun</media:credit></media:content></item><item><title><![CDATA[Israeli military is preparing for weeks of battle against Iran]]></title><link>https://www.local10.com/news/world/2026/04/06/israeli-military-is-preparing-for-weeks-of-battle-against-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/israeli-military-is-preparing-for-weeks-of-battle-against-iran/</guid><dc:creator><![CDATA[ JOSEF FEDERMAN,  JULIA FRANKEL]]></dc:creator><description><![CDATA[The military’s chief spokesman, Brig. Gen. Effie Defrin, says the army’s chief has approved battle plans for the next three weeks in the absence of a ceasefire.]]></description><pubDate>Mon, 06 Apr 2026 22:56:24 +0000</pubDate><content:encoded><![CDATA[<p>The military’s chief spokesman, Brig. Gen. Effie Defrin, says the army’s chief has approved battle plans for the next three weeks in the absence of a ceasefire.</p><p>“Every day that passes, we hit them more and more. Already we have very good achievements, and we want to reach excellent achievements,” he told a press conference Monday.</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>In Israel, as reporters spoke on air, Channel 13 TV’s evening newscast showed a large digital clock marking down the hours and minutes until Tuesday night’s deadline.</p>]]></content:encoded></item><item><title><![CDATA[Trump's threatened destruction of Iran's power plants could be considered a war crime, experts say]]></title><link>https://www.local10.com/news/politics/2026/04/06/trumps-threatened-destruction-of-irans-power-plants-could-be-considered-a-war-crime-experts-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/trumps-threatened-destruction-of-irans-power-plants-could-be-considered-a-war-crime-experts-say/</guid><dc:creator><![CDATA[By BEN FINLEY, LINDSAY WHITEHURST and GARY FIELDS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 23:40:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In his news conference Monday, President Donald Trump threatened to blow up every bridge and power plant in Iran, action that would be so far-reaching that some experts in military law said it could constitute a war crime.</p><p>The issue could turn on whether the power plants were legitimate military targets, whether the attacks were proportional compared with what Iran has done and whether civilian casualties were minimized.</p><p>Trump's threat was so broad it did not seem to account for the harm to civilians, prompting Democrats in Congress, some United Nations officials and scholars in military law to say such strikes would violate international law.</p><p>The president's eventual actions often fall short of his all-encompassing rhetoric in the moment, but his warnings about the power plants and bridges were unambiguous both on Sunday and Monday as he set a deadline of Tuesday night for Iran to open the Strait of Hormuz.</p><p>A spokesman for U.N. Secretary-General Antonio Guterres on Monday warned that attacking such infrastructure is banned under international law.</p><p>“Even if specific civilian infrastructure were to qualify as a military objective,” Stephane Dujarric said, an attack would still be prohibited if it risks “excessive incidental civilian harm.”</p><p>Rachel VanLandingham, a Southwestern Law School professor who served as a judge advocate general in the U.S. Air Force, said civilians are likely to die if power is cut to hospitals and water treatment plans.</p><p>“What Trump is saying is, ‘We don’t care about precision, we don’t care about impact on civilians, we’re just going to take out all of Iranian power generating capacity,’" the retired lieutenant colonel said.</p><p>Shipping in the Strait of Hormuz, a chokepoint in the Persian Gulf through which 20% of the world's oil normally flows, has been all but halted, sending oil prices soaring and roiling the stock market.</p><p>Trump said Monday that he’s “not at all” concerned about committing war crimes as he continues to threaten destruction. He also warned that every power plant will be “burning, exploding and never to be used again.”</p><p>“I hope I don’t have to do it,” Trump added.</p><p>When asked for further comment Monday, White House spokeswoman Anna Kelly said “the Iranian people welcome the sound of bombs because it means their oppressors are losing.”</p><p>“The Iranian regime has committed egregious human rights abuses against its own citizens for 47 years, just murdered tens of thousands of protestors in January, and has indiscriminately targeted civilians across the region in order to cause as much death as possible throughout this conflict,” Kelly wrote in an email.</p><p>‘Clearly a threat of unlawful action’</p><p>As the conflict has entered its second month, Trump has escalated his warnings to bomb Iran's infrastructure, including Kharg Island, central to Iran’s oil industry, and desalination plans that provide drinking water.</p><p>In a Truth Social post on March 30, Trump warned that the U.S. would obliterate "all of their Electric Generating Plants, Oil Wells and Kharg Island (and possibly all desalinization plants!), which we have purposefully not yet ‘touched.’“</p><p>On Easter Sunday, Trump threatened in an expletive-laden post that Iran will face "Power Plant Day, and Bridge Day, all wrapped up in one,” while adding that “you’ll be living in Hell” unless the strait reopens.</p><p>“This strikes me as clearly a threat of unlawful action,” said Michael Schmitt, a professor emeritus at the U.S. Naval War College and an international law professor at the University of Reading in Britain.</p><p>A power facility can be attacked under the laws of armed conflict if it provides electricity to a military base in addition to civilians, Schmitt said. But the strike must not "cause disproportionate harm to the civilian population, and you’ve done everything to minimize that harm.”</p><p>Harm does not include inconvenience or fear, said Schmitt, who has taught military commanders. But it does mean severe mental suffering, physical injury or illness.</p><p>Schmitt said military commanders should consider alternatives, such as targeting a substation or transmission lines that feed electricity to a base, before destroying an entire power plant.</p><p>“If you look at the operation and you’ve got a valid military objective, but it’s going to cause harm to civilians and you go, ‘Whoa, that’s a lot,’ then you should stop,” Schmitt said. “If you hesitate to take the shot, don’t take the shot.”</p><p>‘He’s using that leverage'</p><p>Republican Sen. Joni Ernst of Iowa said Monday that Trump is “absolutely not” threatening a war crime when he said he might bomb civilian infrastructure.</p><p>The infrastructure is also used by the military, Ernst said, and “it’s an ongoing operation.“</p><p>“If he needs leverage, he’s using that leverage,” she said while presiding over a brief pro forma session of the Senate.</p><p>But Democratic Sen. Chris Van Hollen of Maryland, also in the Capitol for the brief session, said it would be a “textbook war crime.”</p><p>“If you target civilian infrastructure for the purposes the president was talking about, it clearly is a war crime,” Van Hollen said.</p><p>Dujarric, the U.N. spokesman, said the question of whether attacks on civilian infrastructure would be considered war crimes would have to be decided by a court.</p><p>However, Katherine Thompson, a senior fellow in defense and foreign policy studies at the Cato Institute, a libertarian think tank, said any accountability would more likely come from Congress.</p><p>She said thinking otherwise would mean believing that the U.S. would allow its president to be held accountable by foreign entities.</p><p>“This is the persnickety, inconvenient truth about international law: It only works if sovereign nations are willing to cede their sovereignty to a foreign body for accountability,” she said.</p><p>But Congress would have to say the president has gone too far. And then both houses would have to take action and with enough support to overcome a presidential veto, a highly unlikely prospect.</p><p>Trump also appears to have broad legal immunity under the Supreme Court’s ruling in the criminal case before his reelection, said VanLandingham. And the president could also grant preemptive pardons to top officials if needed.</p><p>‘We’re giving them a gift'</p><p>Even if technically justified under the law of war, strikes that bring harm to civilians could backfire for the U.S. long term, VanLandingham said.</p><p>“There's a lot of violence that can still be justified as lawful, but lawful can still be awful,” VanLandingham said. “How far did that get us in Iraq? How far did that get us in Afghanistan? How far did that get us in Vietnam?”</p><p>Trump’s rhetoric risks spreading fear among regular Iranians and communicating that the U.S. isn’t worried about their well-being, VanLandingham said. The country’s leaders could use it as propaganda to create and harden opposition, contributing to a longer, tougher war.</p><p>___</p><p>Associated Press writers Farnoush Amiri and Edith M. Lederer in New York and Mary Clare Jalonick and Seung Min Kim in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ET256JSINR5BNIY535S74EGG6Q.jpg?auth=7ddba56d7d77579f88d9240b41d8a4e2461c6bebe18f1e45aa02e54b3135cd16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MOSGEXYDEJD6H4PF7CFSIL76AQ.jpg?auth=05be05be17e3b93125beb223ebc038f4edc153ba814075485305b078bcfe039f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, accompanied by Defense Secretary Pete Hegseth, speaks with reporters in the James Brady Press Briefing Room at the White House, Monday, April 6, 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[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 15:47:26 +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 media assistant 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></item><item><title><![CDATA[Woman accused of scamming South Florida senior out of $210K, spending some at casinos]]></title><link>https://www.local10.com/news/local/2026/04/06/woman-accused-of-scamming-south-florida-senior-out-of-210k-spending-some-at-casinos/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/woman-accused-of-scamming-south-florida-senior-out-of-210k-spending-some-at-casinos/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Coconut Creek police say a woman stole more than $210,000 from a senior in 2024 and spent some of it at two South Florida casinos.]]></description><pubDate>Mon, 06 Apr 2026 22:45:01 +0000</pubDate><content:encoded><![CDATA[<p>Coconut Creek police say a woman stole more than $210,000 from a senior in 2024 and spent some of it at two South Florida casinos.</p><p>Police told Local 10 News that Sandra White, 75, later moved from North Lauderdale to the small town of Athens, Illinois.</p><p>Two years after the alleged crime, she’s now back in South Florida and facing an elderly exploitation charge. Authorities said the victim was 87 years old and White had been his caregiver before he died.</p><p>According to an arrest report from the Coconut Creek Police Department filed on Dec. 16, 2024, White forged the six-figure check on Jan. 16 of that year and deposited it into her account at a bank in the city.</p><p>Police described “a lengthy series of cash withdrawals” after the deposit, including “many at the Seminole Casino Coconut Creek and Isle Casino,” the former name of Harrah’s Pompano Beach at the old Pompano Park race track.</p><p>Detectives said Bank of America, the victim’s bank, ultimately credited the money from the fraudulent check back to the victim’s account, leaving the bank out the $210,000.</p><p>Investigators looking for White in July 2024 found out from her real estate agent that she sold her South Florida home and had moved out-of-state.</p><p>Records show she was arrested by Broward authorities on Friday at the Menard County, Illinois jail and taken back to South Florida.</p><p>Broward Sheriff’s Office jail records show she was set to be released from the Paul Rein Detention Facility in Pompano Beach after posting a $15,000 bond.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTOD5UQQ6BAKLKPSCNXPSUK22Q.jpg?auth=d1d108afda60b819ed648c1a2dc52001274d8ee4eae8473cbed8b2d24fd26913&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandra White]]></media:description></media:content></item><item><title><![CDATA[An Israeli soldier from Connecticut is killed in southern Lebanon weeks after completing training]]></title><link>https://www.local10.com/news/world/2026/04/06/an-israeli-soldier-from-connecticut-is-killed-in-southern-lebanon-weeks-after-completing-training/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/an-israeli-soldier-from-connecticut-is-killed-in-southern-lebanon-weeks-after-completing-training/</guid><dc:creator><![CDATA[By ADAM GELLER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:43:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A young man who moved from Connecticut to Israel last year to join the military was killed during a combat operation in southern Lebanon on Saturday just weeks after he completed training.</p><p>The Israeli military identified the soldier as Sgt. Moshe Yitzchak Hacohen Katz, 22. He was originally from New Haven, Connecticut, according to family members.</p><p>“My heart is shattered and the wound is real,” his father, Mendy Katz, said in a post on Facebook.</p><p>Moshe Katz was the oldest of five children. The Israeli military said he was assigned to the 890th Battalion, Paratroopers Brigade. He was killed in southern Lebanon, a stronghold of the militant group Hezbollah, as Israel expands an invasion there.</p><p>After his death was announced, his parents and other family members traveled to Israel to attend his funeral, scheduled for Sunday, said Caroline Caprio, business partner of the soldier’s father.</p><p>Moshe Katz’s decision to join the Israeli military took shape in the months after the Oct. 7, 2023, Hamas attack on southern Israel that killed about 1,200 people, his sister, Adina Katz, said in an interview with Ynet News, an Israeli news website.</p><p>About a year after the attack, Moshe Katz committed himself to the move, she said. When he followed through last year, he arrived in Israel without being able to speak Hebrew and completed a language preparatory program before enlisting, Adina Katz said. Family members attended his graduation from training a few weeks ago, Caprio said.</p><p>“He gave it his all and finished his beret march with a smile,” said Adina Katz, who moved to Israel before her brother.</p><p>Moshe Katz came from a family with deep roots in New Haven’s Jewish community, and because of his faith felt a strong connection to Israel and its people, said Rabbi Yehoshua Hecht, a relative in Connecticut.</p><p>“He wanted to do something more and that something more was going though basic training and joining the Israel Defense Forces to protect life and limb of the people that he loved,” Hecht said.</p><p>In his post on Facebook, Katz’s father recalled his son’s “zest for life” and his love of laughter with those around him.</p><p>In a statement Sunday, Israeli Prime Minister Benjamin Netanyahu said Katz had “fought bravely in defense of the homeland.”</p>]]></content:encoded></item><item><title><![CDATA[Judge extends mail-in ballot deadline for Surfside mayor race over Passover conflict]]></title><link>https://www.local10.com/news/local/2026/04/06/judge-extends-mail-in-ballot-deadline-for-surfside-mayor-race-over-passover-conflict/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/judge-extends-mail-in-ballot-deadline-for-surfside-mayor-race-over-passover-conflict/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[A judge agreed Monday to extend the mail-in ballot return deadline for Tuesday’s runoff election for Surfside mayor.]]></description><pubDate>Mon, 06 Apr 2026 22:38:31 +0000</pubDate><content:encoded><![CDATA[<p>A judge agreed Monday to extend the mail-in ballot return deadline for Tuesday’s <a href="https://www.local10.com/news/local/2026/03/17/surfside-voters-to-elect-new-mayor-4-town-commissioners/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/17/surfside-voters-to-elect-new-mayor-4-town-commissioners/">runoff election</a> for Surfside mayor.</p><p>That’s because candidate Shlomo Danzinger and Jewish advocacy groups filed an emergency lawsuit to delay the runoff election to later in April because of a conflict with the Passover holiday.</p><p>Danzinger, who was Surfside’s <a href="https://www.local10.com/news/politics/2022/03/17/surfsides-first-orthodox-jewish-mayor-sworn-in/" target="_self" rel="" title="https://www.local10.com/news/politics/2022/03/17/surfsides-first-orthodox-jewish-mayor-sworn-in/">first Orthodox Jewish mayor</a>, is seeking a return to office. He lost his 2024 re-election bid to Mayor Charles Burkett and now faces Tina Paul, the town’s vice mayor.</p><p>Nearly half the town’s population is Jewish.</p><p>“You’re looking at about 20 to 50% of the voters who were having their voting rights impaired by having this runoff election tomorrow,” attorney Joshua Kligler argued.</p><p>Town representatives and the county elections supervisor agreed that accommodations should be made for voters, but questioned the 11th-hour timing of the lawsuit.</p><p>“Passover was established 3000 years ago when the Jews were released from Egypt,” Oren Rosenthal, an attorney for the county elections supervisor, said in court, “The date of the runoff election was capable of being known for 30 years.”</p><p>Judge Lourdes Simon pointed out that changing an existing election date could disenfranchise additional voters who may not be able to vote on a new date.</p><p>“As a general rule, I would agree that courts do not engage in enjoining or changing an election during a period of time, especially on the eve of an election, because of the risk of confusion to voters,” she said.</p><p>Simon ultimately agreed to a compromise to keep in-person voting on Tuesday, but to extend the mail-in ballot period until April 28.</p><p>“This will ensure enough time for people to order receive and cast their ballots,” she said.</p><p>Danzinger was pleased with the decision.</p><p>“I think she found the right balance and ensured that people would not be disenfranchised from participating in this upcoming election,” he said.</p><p>All mail-in ballots have to be received by the county elections office in Doral by April 28. Residents unable to mail the ballots in time can drop their ballots off there.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[2 US lawmakers visiting Cuba denounce island's 'economic bombing' under energy blockade]]></title><link>https://www.local10.com/news/politics/2026/04/06/2-us-lawmakers-visiting-cuba-denounce-islands-economic-bombing-under-energy-blockade/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/2-us-lawmakers-visiting-cuba-denounce-islands-economic-bombing-under-energy-blockade/</guid><dc:creator><![CDATA[By CRISTIANA MESQUITA and ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:11:18 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Two U.S lawmakers called for a permanent solution to Cuba’s crises after witnessing the effects of a U.S. energy blockade during an official visit to the island.</p><p>Democratic Reps. Pramila Jayapal of Washington and Jonathan Jackson of Illinois met with Cuban President Miguel Díaz-Canel, Foreign Minister Bruno Rodríguez and members of Parliament during a five-day trip that ended Sunday.</p><p>Díaz-Canel wrote on X Monday that upon meeting with Jayapal and Jackson, he “denounced the criminal damage caused by the #blockade, particularly the consequences of the energy embargo imposed by the current U.S. administration and its threats of even more aggressive actions.”</p><p>Díaz-Canel added: “I reiterated our government’s willingness to engage in serious and responsible bilateral dialogue and find solutions to our existing differences.”</p><p>Both the U.S. and Cuba have acknowledged recently that talks are ongoing at the highest level, but no details have been disclosed.</p><p>Jayapal told reporters she believes that recent steps taken by Cuba, such as opening the economy to certain investments by Cuban Americans living abroad; the recent announcement that more than 2,000 prisoners would be pardoned; and the arrival of an FBI team to collaborate in the investigation of a fatal shooting involving a U.S.-flagged boat, “indicate that the moment is here for us to have a real negotiation between the two countries and to reverse the failed U.S. policy of decades, a Cold War remnant that no longer serves the American people or the Cuban people.”</p><p>Cuba’s government has released the pardoned prisoners who were accused of a variety of crimes, although none so far appear to be political prisoners.</p><p>In late January, U.S. President Donald Trump threatened to impose tariffs on any country that would sell or provide oil to Cuba, although he made an exception for a Russian ship that reached the island last week with 730,000 barrels of crude oil. It was the first petroleum shipment in three months to dock in Cuba, which produces only 40% of the oil it needs.</p><p>“This is cruel collective punishment — effectively an economic bombing of the infrastructure of the country — that has produced permanent damage. It must stop immediately,” Jayapal and Jackson said in a statement released Sunday.</p><p>Critical oil shipments from Venezuela were halted after the U.S. attacked the South American country in early January and arrested its then-leader, Nicolás Maduro.</p><p>Cubans already suffering from five years of economic crisis have acutely felt the impact of the fuel shortage: national blackouts, gasoline shortages and rationing, lack of public transport, cuts in working hours, paralyzed hospitals and surgeries, and suspension of flights, among other things.</p><p>Russia has promised a second delivery of petroleum, although it’s not clear when it might arrive. Experts have said that the first shipment could produce about 180,000 barrels of diesel, enough to feed Cuba’s daily demand for nine or 10 days.</p><p>Jayapal said that while such shipments are critical, they are only temporary solutions: “We need a longer, permanent solution for the Cuban people and the American people.”</p><p>Meanwhile, Jackson compared the blocking of the Strait of Hormuz off Iran’s coast to the oil blockade in Cuba, adding that the island “is the most sanctioned part of Earth.”</p><p>“Our government is fighting to keep the Strait of Hormuz open so there is a free flow of oil around the world. We want, for humanitarian reasons, a free flow of oil, fuel, and energy in our own hemisphere,” he said.</p><p>Jackson and Jayapal said they would prepare a report and continue to work on initiatives proposed by fellow members of the U.S. House of Representatives to lift sanctions against Cuba to alleviate the ongoing humanitarian crisis.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WI7ZCMJE4TNQ3NEXAHIF4L4CCY.jpg?auth=2d329ea77d589236e990018c14555fb1ccb9755d7b5c2d6dbcf28a1b169dcfba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. lawmakers Pramila Jayapal, D-Wash., center left, and Jonathan Jackson, D-Ill., pose for photojournalists at the Malecon in Havana, Saturday, April 4, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Mullins, Aranda and Caminero homer to lead Rays over Cubs 6-4 in return to Tropicana Field]]></title><link>https://www.local10.com/sports/2026/04/06/mullins-aranda-and-caminero-homer-to-lead-rays-over-cubs-6-4-in-return-to-tropicana-field/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/mullins-aranda-and-caminero-homer-to-lead-rays-over-cubs-6-4-in-return-to-tropicana-field/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:30:50 +0000</pubDate><content:encoded><![CDATA[<p>ST. PETERSBURG, Fla (AP) — Cedric Mullins, Jonathan Aranda and Junior Caminero homered and the Tampa Bay Rays beat the Chicago Cubs 6-4 on Monday in their first game at Tropicana Field in 561 days.</p><p>The Rays were back in their domed stadium after playing the 2025 season across the bay in Tampa at Steinbrenner Field — the spring training home of the New York Yankees — because Hurricane Milton destroyed the Trop’s roof and caused extensive damage.</p><p>A sellout crowd of 25,114 welcomed the Rays home.</p><p>Shane McClanahan, making his first start at the Trop since July 22, 2023, allowed two runs and one hit in four innings. He struck out five and walked four.</p><p>McClanahan returned to the mound last week for the first time after a series of injuries forced him to miss two full seasons. The lefty underwent his second Tommy John surgery in August 2023 and then missed the entire 2025 season due to an inflamed nerve in his left triceps.</p><p>Kevin Kelly (1-1) pitched a perfect fifth to earn the win and Bryan Baker finished for his first save, yielding Matt Shaw's solo shot in the ninth.</p><p>Mullins lined a 3-2 changeup into the seats in right field to tie it at 2 in the bottom of the second inning against Jameson Taillon (0-1).</p><p>Taylor Walls then drove a double to left-center, and scored when shortstop Dansby Swanson made a throwing error on Yandy Diaz’s infield single.</p><p>Caminero blasted a solo shot to left, extending Tampa Bay’s lead to 4-2 in the third.</p><p>Michael Busch’s sacrifice fly in the sixth cut it to 4-3.</p><p>Aranda connected off Phil Maton in the seventh to put the Rays up 6-3.</p><p>Nico Hoerner’s two-run single with two outs in the second inning gave the Cubs a 2-0 lead.</p><p>Taillon allowed four runs — three earned — and seven hits in six innings.</p><p>Up next</p><p>RHP Javier Assad makes his season debut for the Cubs against Rays RHP Drew Rasmussen (0-0, 1.80) on Tuesday night. Assad, who has a 3.43 ERA across four seasons, is taking Matthew Boyd's spot in the rotation. Boyd was placed on the 15-day injured list with a a left biceps strain.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54GAUPQNQ5QXOBB3XJRTE2CYMM.jpg?auth=074b7099b62b89d8701224d1ed37a8e037c93901cc7d2b1f568d39547c722eea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players from the Chicago Cubs and Tampa Bay Rays are introduced before a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5M4VU7COR3WIBUWPVXHBOW63IQ.jpg?auth=b57938d6102a59f2c6452c54af54393a8cd734a1ab76aede91625a6c845d8c3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays' Yandy Díaz (2) steals second base as Chicago Cubs shortstop Dansby Swanson (7) can't handle the throw during the first inning of a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TK4LTHQ6GMSYDOG3EE5QWHCLEY.jpg?auth=7929dd331a01cfbdcc8006dfd0aeeba197c74906be6cc5e90e1270985a7e115b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Country musician Eric Church sings the National Anthem before a baseball game between the Tampa Bay Rays and the Chicago Cubs Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7C5ACT63ME6RWBWGDZAW3HVFDY.jpg?auth=fdd005459a15121759da4a98104172e20bbc26092853bf11bbbe6bf272a3f527&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays' Shane McClanahan pitches to the Chicago Cubs during the first inning of a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYKSFVW4AYDGZWZJYXP3O6I4NY.jpg?auth=16a100101530d93f7568fbbe157d5842d5a8bfbd1058631a1f929d55c293d781&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Jameson Taillon pitches to the Tampa Bay Rays during the first inning of a baseball game Monday, April 6, 2026, in St. Petersburg, Fla. (AP Photo/Chris O'Meara)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris O'Meara</media:credit></media:content></item><item><title><![CDATA[Body camera video shows first responders rescue woman, dog from Intracoastal]]></title><link>https://www.local10.com/news/local/2026/04/06/body-camera-video-shows-first-responders-rescue-woman-dog-from-intracoastal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/body-camera-video-shows-first-responders-rescue-woman-dog-from-intracoastal/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Newly released video shows first responders rescuing a woman and her dog from a Broward County body of water. ]]></description><pubDate>Mon, 06 Apr 2026 20:46:05 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video shows first responders rescuing a woman and her dog from a Broward County body of water. </p><p>It happened on Thursday evening <a href="https://www.local10.com/news/local/2026/04/03/rescue-crews-save-woman-dog-from-waters-near-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/03/rescue-crews-save-woman-dog-from-waters-near-hallandale-beach/">after they were found in the Intracoastal Waterway near Hallandale Beach</a>.</p><p>In the video, a rescue crew member is heard asking the woman if she went in the water because of her dog. </p><p>Crews ultimately used different types of ladders and floating devices during the rescue. </p><p>“I guess she jumped in because the dog was trying to come out,” said witness Dimitry Shaposhnikov. “It was low tide, so at that point for her to even get to somewhere was almost impossible. I didn’t even see a ladder or anything to come up, so she was stuck.”</p><p>Afterwards, the dog was seen wagging its tail while near its owner back on dry land. </p><p>No injuries were reported.</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 6: Wet weather incoming]]></title><link>https://www.local10.com/weather/2026/04/06/march-6-wet-weather-incoming/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/06/march-6-wet-weather-incoming/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[South Florida, get ready for a pattern change that will bring rounds of rain into our region starting Monday night.]]></description><pubDate>Mon, 06 Apr 2026 22:23:59 +0000</pubDate><content:encoded><![CDATA[<p>South Florida, get ready for a pattern change that will bring rounds of rain into our region starting Monday night.</p><p>I am tracking a cold front that is on the move. As this front tracks south, it is going to bring a ton of moisture that could fuel showers and storms and prompt flooding concerns across our region. While we are not expecting it to rain continuously every hour on Tuesday, burst of heavy rainfall could be embedded in thunderstorms in the morning and late afternoon. Temperatures will peak in the lower 80s.</p><p>While 2-5 inches of widespread rain will be possible, isolated higher rainfall totals cannot be ruled out by Thursday. Expect drier conditions by the weekend. </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[Cruise ship worker accused of rape at sea]]></title><link>https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies arrested a cruise ship worker at Port Everglades on Sunday after they said he raped a fellow crew member while at sea.]]></description><pubDate>Mon, 06 Apr 2026 21:53:30 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies arrested a cruise ship worker at Port Everglades on Sunday after they said he raped a fellow crew member while at sea.</p><p>Wigawa Putu Janu, 36, of Jembrana, Indonesia, is now facing a sexual battery charge in South Florida. According to BSO, he worked aboard the Celebrity Xcel.</p><p>A BSO arrest report states that Putu Janu had been drinking with the victim, who described him as a “friend,” after their shift last Tuesday. Deputies said “she remembers taking two shots of bourbon before losing all memory for the rest of the night.”</p><p>According to the report, the woman said she woke up naked in Putu Janu’s bed and, in the bathroom, saw that she was bleeding and saw marks on her shoulder and back. BSO Detective Kyle Schnakenberg wrote that she gathered her belongings and reported what happened to her supervisor.</p><p>“I reviewed video footage of the incident, which shows the victim falling to the ground, appearing completely intoxicated, unable to walk or stand on her own,” Schnakenberg wrote. “Video continues to show the offender attempting to lift the victim off the floor, then holding the victim up, who was stumbling into the walls while they walked to his cabin.”</p><p>Deputies took Putu Janu into custody after the ship returned to South Florida on Sunday. A statement by Putu Janu was redacted from the report.</p><p>He was arrested on a sexual battery charge and a Broward County judge ordered him held without bond in court Monday.</p><p>Local 10 News has contacted Celebrity Cruises seeking comment on the arrest.</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/7MV6WUQMLBC7NPUPO66OCQ5ACY.jpg?auth=1f5b74f0fffca4153e569ae0565a8a9e0355fac7128c427061002379a960e744&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wigawa Putu Janu]]></media:description></media:content></item><item><title><![CDATA[South Florida cat owner claims records show evidence of vet hospital’s malpractice]]></title><link>https://www.local10.com/pets/2026/04/06/south-florida-cat-owner-gets-records-showing-evidence-of-vet-hospitals-botched-transfusion/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/06/south-florida-cat-owner-gets-records-showing-evidence-of-vet-hospitals-botched-transfusion/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Sherry Kwartler Darcy said her 11-year-old cat Robert died in 2024 after a botched blood transfusion at the Leader Animal Specialty Hospital. ]]></description><pubDate>Mon, 06 Apr 2026 21:48:04 +0000</pubDate><content:encoded><![CDATA[<p>Sherry Kwartler Darcy said her 11-year-old cat Robert died in 2024 after a botched blood transfusion at the Leader Animal Specialty Hospital. </p><p>Kwartler Darcy said she was forced to allow Robert to be euthanized. She said she recently found new evidence of malpractice. </p><p>“I can’t even believe this is happening right before my statute of limitations is running out,” Kwartler Darcy said. “I have proof!”</p><p><b>Related story: </b><a href="https://www.local10.com/news/local/2024/10/07/it-was-murder-south-florida-woman-claims-vet-gave-cat-dog-blood-in-botched-transfusion/" target="_self" rel="" title="https://www.local10.com/news/local/2024/10/07/it-was-murder-south-florida-woman-claims-vet-gave-cat-dog-blood-in-botched-transfusion/">‘It was murder!’: South Florida woman claims vet gave cat dog blood in botched transfusion</a></p><p>Kwartler Darcy requested Robert’s records from the Leader Animal Specialty Hospital. </p><p>“It actually said on the form that they were in no way responsible for anything that happened to Robert,” Kwartler Darcy said. “I couldn’t believe it. That was when I decided, ‘Now you have a war.’”</p><p>Kwartler Darcy hired Lisa Washington, a claims consultant, to expedite a financial settlement.</p><p>“You don’t expect to get it in black and white like that,” Washington said about the evidence. “You just don’t expect it.”</p><p>Washington said records show the vet tech was panicking, and she stopped the transfusion because Robert was getting dog blood.</p><p>Shortly before 11:30 p.m. on April 16, 2024, the hospital contacted a veterinarian to report that Robert had received a dog blood transfusion, according to the record shared with Local 10 News. </p><p>Washington said she sent a demand letter on Jan. 15.</p><p>“Those are medical records, and may I add, they were the portion of the medical records that were not sent when she initially asked for her medical records two years ago, so let’s make that clear,” Washington said. “And, it’s illegal to not divulge all medical records.”</p><p>Robert had cancer and was undergoing chemotherapy. The Leader Animal Specialty Hospital released a statement: “His condition was the result of an end-stage terminal illness and infection and ... no treatment would have changed the outcome.”</p><p>The hospital claimed that a representative of the hospital was in touch with Kwartler-Darcy’s attorney, but she hasn’t hired an attorney. </p><p>Kwartler-Darcy and John Darcy said they want to raise awareness. </p><p>“Rather than even get money, it’s more important that I expose this because I have been haunted,” Kwartler-Darcy said. “Feeling like it’s my fault that I brought Robert there and this happened to him, because I was just trying to continue to save him, and I know that if he got the right blood, we would have had more time with him.”</p><p><b>Related story:</b> <a href="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/" target="_self" rel="" title="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/">Who tossed kittens like trash in Wilton Manors? 2 need homes</a></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, Janine Stanwood]]></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 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, 34, of Los Banos, California. </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>In court, Vences’ attorney argued that he wanted to get back to his business, which records show is a boxing gym</p><p>His social media account shows he’s a retired pro boxer with 30 fights under his belt.</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>His attorney did not respond to a request for comment from Local 10 News.</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></item><item><title><![CDATA[Charges dropped against man accused of illegally selling Ultra tickets]]></title><link>https://www.local10.com/news/local/2026/04/06/charges-dropped-against-man-accused-of-illegally-selling-ultra-tickets/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/charges-dropped-against-man-accused-of-illegally-selling-ultra-tickets/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The case was dropped against a man accused of selling fake Ultra tickets in 2025.]]></description><pubDate>Mon, 06 Apr 2026 21:39:09 +0000</pubDate><content:encoded><![CDATA[<p>The case was dropped against a man <a href="https://www.local10.com/news/local/2025/03/31/police-3-men-facing-felony-charges-for-selling-fake-ultra-wristbands/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/03/31/police-3-men-facing-felony-charges-for-selling-fake-ultra-wristbands/">accused of selling fake Ultra tickets in 2025</a>.</p><p> </p><p>Official documents show a judge granted a motion to dismiss the charges against Carlton Tedford.</p><p>In his motion to dismiss, Tedford said that he was licensed to sell tickets through StubHub and Vivid Seats. </p><p>The detective in the case also testified that he did not verify whether Tedford was actually licensed to sell the tickets on behalf of those companies. </p><p>In the same testimony, the detective also stated he did not witness Tedford re-selling wristbands that were taken off of other patrons. </p><p>The judge ultimately agreed with those claims, dismissing the charges against Tedford, records show. </p><p>You can review the dismissal documents below: </p><p> <iframe class="scribd_iframe_embed" title="cc45a8e6-8d5a-4531-af72-72744496fec0" src="https://www.scribd.com/embeds/1022786756/content?start_page=1&view_mode=scroll&access_key=key-pLxM4DztOkOxchEXn7bW" tabindex="0" data-auto-height="true" data-aspect-ratio="0.7729220222793488" scrolling="no" width="100%" height="600" frameborder="0" ></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/NGR3GCUQHBEYRFMK76FG7RGGVA.jpeg?auth=c19e56c60d007273dc7776d940cb8eab527d70909f85690d43e44abdf4a97bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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, Hannah Yechivi]]></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>County Clerk of Courts Juan Fernandez-Barquin emphasized that the program can only help those whose licenses have been suspended because of citations that have been sent to collections. </p><p>He said the program can’t help those whose license was suspended for other reasons, like excessive points, not having insurance or not paying child support.</p><p>For more information on Operation Green Light, <a href="https://www.miamidadeclerk.gov/clerk/ogl.page" target="_self" rel="" title="https://www.miamidadeclerk.gov/clerk/ogl.page">visit the clerk’s website</a>. It 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[Patrick Reed’s long road back: Leaving LIV, waiting out a PGA Tour return and playing in the Masters]]></title><link>https://www.local10.com/sports/2026/04/06/patrick-reeds-long-road-back-leaving-liv-waiting-out-a-pga-tour-return-and-playing-in-the-masters/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/patrick-reeds-long-road-back-leaving-liv-waiting-out-a-pga-tour-return-and-playing-in-the-masters/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 21:10:28 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Patrick Reed has played golf all around the world, often out of choice, now out of necessity.</p><p>Necessity so that he can start playing closer to home again.</p><p>One of the early and polarizing defectors to LIV Golf a few years ago, the 2018 Masters champion made the similarly difficult decision to leave the lucrative, Saudi-backed tour earlier this year and return to the PGA Tour. But under the terms of his reinstatement, Reed cannot play in its events until after Aug. 25, which means most of this season will be spent on the European tour.</p><p>Where he already has won twice ahead of his return to Augusta National this week.</p><p>“Everyone kind of gets to be a creature of habit, and wants to eat what they're comfortable with and go," Reed said after a practice round Monday, “but I like checking out all the local places and really experiencing the culture."</p><p>Pimento cheese sandwich, anyone?</p><p>The truth is as much as Reed enjoyed playing in Dubai and Qatar, where he packed wins around a playoff loss in Bahrain — 1,200 miles (7,500 km) from home, wife Justine and their two kids — there are few things Reed loves more than walking among the Georgia pines.</p><p>It's not exactly home; that's The Woodlands, Texas. But it sure feels like it.</p><p>Reed played college golf down the road at Georgia, and he recalls practice rounds spent at Augusta Country Club, where certain holes offer a teasing glimpse through the trees of the par-5 13th hole of its much more famous neighbor.</p><p>“There's just something so special about this place, the traditions behind it, and then on top of it, it's the one major that stays in the same place,” Reed said. “All the way back from when I played my first time ever here, even when we played in November that one (COVID) year, and any time I’ve come back and played it, it’s always in perfect shape. It’s one of those golf courses that you can’t hit just one golf shot. You have to play golf kind of old-school way. You have to hit shots, different shapes, different flights.”</p><p>Indeed, the Masters has been one of the few constants on Reed's ever-changing global calendar.</p><p>When he resigned from the PGA Tour, Reed effectively said farewell to familiar, high-profile places like Pebble Beach and Bay Hill for LIV events in far-flung corners of the world. But his status as a former Masters champion meant that, despite the deep rift that once appeared to threaten the game itself, Reed was always welcomed back to Augusta National.</p><p>He tied for fourth a few years ago. He was third last year.</p><p>"I feel like it’s the best test of golf we play all year round," Reed said. “For a guy that’s played just about everywhere in the world — just about — it’s one of those places that I say, hands down, it’s the best test of golf and best golf course I’ve ever played.”</p><p>Reed acknowledged Monday that LIV had presented him with a contract earlier this year to remain one of its biggest stars. But when he talked with his family, “I felt like the best decision for us was to come back and join the PGA Tour.”</p><p>Even when he left, Reed said, he always considered the PGA Tour to be the best barometer of golf greatness.</p><p>“I’ve played now every tour. I’ve played on every single one of them,” Reed said. "That’s the place that I feel like is best for us to go and compete against the top guys year in and year out, week in and week out, but at the same time, to be able to spend more time closer to home makes it a lot easier to spend time with the kids.</p><p>“My daughter is now 11. My little man's 8. It seems like time has flown," the 35-year-old Reed said. "I definitely want to watch them grow up and be home a little bit more, yet still at the same time to play against the best guys.”</p><p>Reed will be able to do that this week. And again on a weekly basis soon enough. But until his PGA Tour return this fall, Reed is building out a DP World Tour schedule that includes a few weeks spent on the road followed by a few spent at home.</p><p>It's a work-life balance that seems to work at this point in his life.</p><p>“You not only sharpen your game, but you get a lot of family time," Reed said. “Those travels overseas, it’s going to be a lot this year, but at the same time, I can’t wait to obviously go out there and compete, but at the same time, come home and see the family.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/53YATENQLHIFZYW4H4YFYPL2JE.jpg?auth=ef5ba2929395fb3446f9c9ecc4658ebd7925830b661e4d4af19bed6e918de033&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patrick Reed, of the United States, hits a shot from a bunker on the first hole during the third round of the Dubai Desert Classic golf tournament in Dubai, United Arab Emirates, Jan. 24, 2026. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[1 death, dozens of rescues over weekend amid rip currents in South Florida ]]></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[One person drowned and dozens of people were rescued over the weekend amid rip currents at South Florida beaches, authorities confirmed.]]></description><pubDate>Mon, 06 Apr 2026 12:38:19 +0000</pubDate><content:encoded><![CDATA[<p>One person drowned and dozens of people were rescued over the weekend amid rip currents at South Florida beaches, authorities confirmed.</p><p>According to Pompano Beach Fire Rescue officials, a man who was about 50 years old died Sunday night after being pulled from the ocean near 10 N. Pompano Beach Blvd.</p><p>Officials said the victim was unconscious when he was pulled from the water by lifeguards.</p><p>Lifeguards performed CPR on the man until Fire Rescue arrived and transported him to Broward Health North, where he was pronounced dead. </p><p>Meanwhile in Hollywood, a total of 20 rescues involving 33 people were made by Ocean Rescue over the weekend, 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>.</p><p>“I see some people swimming ... I don’t know how,” Bohdan Bavaluk, who lives on Hollywood Beach, said Monday. </p><p>After a rough weekend at beaches across South Florida, conditions were improving Monday. But the water is still keeping some beachgoers on edge.</p><p>“It’s crazy,” one beachgoer said. “I think people need to think twice before they go in the water or not, because it looks really dangerous.” </p><p>On Sunday, red “danger rip current” flags lined the shore as the National Weather Service issued a rip current risk from Jacksonville to Miami.</p><p>“It’s nice to know that we know the conditions of the water before we get in. It only makes me hesitant because of my daughter,” Penelope Kassaris, who is visiting from New York, said. </p><p>Kari Fraser, who is visiting from Ohio, said the conditions stood out Sunday after she returned from a cruise. </p><p>“It was not nearly this rough where we were, out in Aruba,” Fraser said. </p><p>Lifeguards kept a close watch, warning swimmers throughout the day.</p><p>“We’ve been getting yelled at by the lifeguards all day so they’re clearly on it,” Matt Mandela, who is visiting from New Jersey, said. </p><p>While conditions are improving Monday, many are still keeping a close eye on the water.</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[Wireless Festival boss stands by Ye headlining concerts as sponsors pull out]]></title><link>https://www.local10.com/entertainment/2026/04/06/wireless-festival-boss-stands-by-ye-headlining-concerts-as-sponsors-pull-out/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/wireless-festival-boss-stands-by-ye-headlining-concerts-as-sponsors-pull-out/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:46:16 +0000</pubDate><content:encoded><![CDATA[<p>As sponsors pull out from London's Wireless Festival over headliner Ye, its organizer is standing by the rapper formerly known as Kanye West.</p><p>Melvin Benn, the managing director at Festival Republic, shared a statement on Monday backing his company's decision to book Ye.</p><p>“Forgiveness and giving people a second chance are becoming a lost virtue in this ever-increasing divisive world,” he wrote. "I would ask people to reflect on their instant comments of disgust at the likelihood of him performing (as was mine) and offer some forgiveness and hope to him as I have decided to do.”</p><p>Ye, who changed his name in 2021, is booked to perform in front of around 150,000 revelers over the course of the festival’s three nights, July 10 - 12.</p><p>The rapper has drawn widespread condemnation in recent years for antisemitic remarks and voicing admiration for Adolf Hitler. Last year, he released a song called “Heil Hitler” and advertised a swastika T-shirt for sale on his website. The 48-year-old apologized this past January for his antisemitic remarks in a letter, published as a full-page advertisement 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>Wireless sponsors Pepsi, Rockstar Energy and Diageo have pulled out of the festival since Ye was announced as the headliner, although lead sponsor Pepsi didn't offer a reason. U.K. Prime Minister Keir Starmer called the booking “deeply concerning.”</p><p>“Ye’s music is played on commercial radio stations in this country. It is available via live streams and downloads in this country without comment or vitriol from anyone and he has a legal right to come into the country and to perform in this country,” Benn's statement said.</p><p>“We are not giving him a platform to extol opinion of whatever nature, only to perform the songs that are currently played on the radio stations in our country and the streaming platforms in our country and listened to and enjoyed by millions,” the statement continued.</p><p>Last week, Ye held two concerts at SoFi Stadium in Los Angeles, marking his first major U.S. performances in nearly five years. There, fans appeared to separate his personal beliefs and public statements from his music — and were ready to forgive after his January apology letter.</p><p>“I don’t really bring into politics or the way someone’s personal opinion are. I’m into the music artistry," said Yovani Contreras, one fan in attendance. "Like, I just, to me, Ye is always gonna be Ye. Kanye is always gonna be Kanye.”</p><p>A representative for Ye didn’t immediately reply to a request for comment Monday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6QXXU3ZTJRCEXMRBQGMTTJCGJY.jpg?auth=3a382be97a2a88de51e967c471096b49146188dacc704a0f060e33ac179fb6f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ye, the rapper formerly known as Kanye West, arrives at the Vanity Fair Oscar Party in Beverly Hills, Calif., on Feb. 9, 2020. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RK3B2OCOQZSNFE6LGDFJB5ZM2I.jpg?auth=75ae930819b79e4184a4a33ebd439ec3239890ac9b4dc334bbe29b089fda4b88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kanye West appears at the 67th annual Grammy Awards in Los Angeles on Feb. 2, 2025. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><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[Miami-Dade hit-and-run crash suspect arrested for attempted murder, records show ]]></title><link>https://www.local10.com/news/local/2026/04/06/miami-dade-hit-and-run-crash-suspect-arrested-for-attempted-murder-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/miami-dade-hit-and-run-crash-suspect-arrested-for-attempted-murder-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 43-year-old man stands accused on Monday of attempted murder after a hit-and-run crash in Miami-Dade County. ]]></description><pubDate>Mon, 06 Apr 2026 20:44:55 +0000</pubDate><content:encoded><![CDATA[<p>A 43-year-old man stands accused on Monday of attempted murder after a hit-and-run crash in Miami-Dade County. </p><p>Witnesses told police officers that the driver of a beige Nissan Altima ran over a victim and dragged a bicycle on Sunday afternoon in the area of Southwest 139 Avenue and 266 Street, records showed. </p><p>Dwayne White later admitted to Miami-Dade Sheriff’s Office deputies that he ran over the victim with his Nissan Altima, according to the deputies’ arrest report. </p><p>“The victim threw a brick at his vehicle’s windshield, causing damage,” White, of Homestead, told deputies, according to the arrest report.</p><p>Deputies found the victim “on the swale ... bleeding from the mouth and breathing, but in pain,” according to the M-DSO deputies’ arrest report. </p><p>Miami-Dade Fire Rescue personnel flew the victim, whose condition was critical, to the Jackson South Medical Center, according to deputies. </p><p>Miami-Dade corrections booked White at 1:20 a.m. on Monday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>White faced charges of attempted premeditated murder with a weapon and leaving the scene of a crash with serious bodily injury, records show. </p><p>A judge bond court judge denied him bail and ordered him to stay away from the victim. White also has a warrant out for a probation violation. </p><p>According to court records, White, a convicted felon, was sentenced to probation from May 15, 2023, to May 14 after a cocaine trafficking conviction. </p><p>Miami-Dade County Circuit Judge David H. Young presided over the case, and he was set to preside over the new case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMGBU2TSTNCAXMIYH4RQHT7VJU.jpg?auth=1803acc502c05a375f044c7160ac699c0e2d8aa055e5a4ce2c315f09a56edae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Dwayne White on Sunday and corrections booked him on Monday in Miami-Dade County, records show.]]></media:description></media:content></item><item><title><![CDATA[Tormentas han causado la muerte de 110 personas en Afganistán en los últimos 12 días]]></title><link>https://www.local10.com/espanol/2026/04/06/tormentas-han-causado-la-muerte-de-110-personas-en-afganistan-en-los-ultimos-12-dias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/tormentas-han-causado-la-muerte-de-110-personas-en-afganistan-en-los-ultimos-12-dias/</guid><dc:creator><![CDATA[Por ABDUL QAHAR AFGHAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 20:51:04 +0000</pubDate><content:encoded><![CDATA[<p>KABUL (AP) — El número de muertos por el clima extremo que ha provocado inundaciones y deslizamientos de tierra en muchas partes de Afganistán aumentó a por lo menos 110, informaron las autoridades el lunes, mientras que otras siete personas se reportan como no localizadas, Se prevén más lluvias intensas.</p><p>Las tormentas y las fuertes precipitaciones comenzaron en todo Afganistán hace unos 12 días y afectaron a la mayoría de las 34 provincias del país. Tan sólo en las últimas 24 horas, 11 personas murieron y seis resultaron heridas, indicó la Autoridad de Gestión de Desastres. Se reportó la desaparición de siete personas en incidentes separados; se cree que todas fueron arrastradas por las crecidas.</p><p>En total, las inundaciones, los deslizamientos de tierra y los rayos han causado 110 muertos y 160 heridos en los últimos 12 días, señaló la autoridad, mientras que 958 viviendas han quedado completamente destruidas y otras 4.155 han sufrido daños parciales.</p><p>El Ministerio de Defensa informó el lunes que utilizó un helicóptero para evacuar a dos personas y ponerlas a salvo después de que quedaran varadas por las aguas en la provincia occidental de Herat.</p><p>Más de 325 kilómetros (200 millas) de carreteras han sido destruidos, mientras que negocios, tierras agrícolas, canales de riego y pozos de agua dulce también han resultado dañados, lo que afecta a 6.122 familias, indicó la autoridad. Agregó que las cifras son preliminares.</p><p>Las autoridades emitieron alertas meteorológicas para el martes para casi todo el país, y advirtieron a la población que se mantenga alejada de ríos y zonas propensas a inundaciones.</p><p>También este año, fuertes nevadas e inundaciones repentinas dejaron decenas de muertos en diversas partes del país.</p><p>Dos autopistas principales han permanecido cerradas durante días debido a deslizamientos de tierra e inundaciones, lo que ha obligado a los viajeros a tomar rutas largas y sinuosas para llegar a sus destinos. La autopista de Kabul a Jalalabad —la principal vía que conecta la capital con la frontera con Pakistán y las provincias afganas del este— está cerrada desde el jueves pasado, mientras que la carretera que sale de Jalalabad, la principal ciudad del este de Afganistán, y se dirige hacia el noreste a las provincias de Kunar y Nuristán está cerrada desde el domingo debido a la caída de rocas.</p><p>La nieve y las lluvias intensas suelen provocar inundaciones repentinas que matan a decenas, o incluso a cientos, de personas en Afganistán. En 2024, más de 300 personas murieron en inundaciones repentinas de primavera.</p><p>___</p><p>La periodista de The Associated Press Elena Becatoros, en Kabul, Afganistán, contribuyó a este despacho. ___</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/IZZYVWFP5HZQG6H4C72X3GZP4E.jpg?auth=26b7064cf3de201a795d79985e12e4e16215705d0681353dee5cc7f6e0d835c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas inspeccionan un edificio que se derrumbó parcialmente a causa de las inundaciones en Jalalabad, Afganistán, el sábado 4 de abril de 2026. (AP Foto/Wahidullah Kakar)]]></media:description><media:credit role="author" scheme="urn:ebu">Wahidullah Kakar</media:credit></media:content></item><item><title><![CDATA[Video brings new scrutiny to an ICE shooting in Minneapolis after charges against 2 men collapsed]]></title><link>https://www.local10.com/news/national/2026/04/06/video-brings-new-scrutiny-to-an-ice-shooting-in-minneapolis-after-charges-against-2-men-collapsed/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/06/video-brings-new-scrutiny-to-an-ice-shooting-in-minneapolis-after-charges-against-2-men-collapsed/</guid><dc:creator><![CDATA[By STEVE KARNOWSKI, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 21:55:22 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — The city of Minneapolis released a video Monday showing a chase and scuffle that ended in a nonfatal shooting in January and the suspensions of two federal officers involved in the Trump administration's immigration crackdown in Minnesota.</p><p>The video — from a city-owned security camera — captured part of the incident in which federal officers chased a Venezuelan man to his residence. Another Venezuelan man who lives there was shot during the confrontation. Federal authorities in February dropped all charges against the two immigrants and opened a criminal investigation into whether two immigration officers lied under oath about what had happened.</p><p>The city released the video after the New York Times, which obtained a copy earlier, reported that the footage raised questions about why it took weeks for the federal government's case against the two men to collapse. The Times reported that federal investigators had access to the video within hours of the Jan. 14 shooting, but did not watch it until nearly three weeks after they had charged the two men.</p><p>“The video makes it crystal clear that, just like in other situations during Operation Metro Surge, the federal government’s account of what happened simply does not match the facts,” Minneapolis Mayor Jacob Frey said in a statement.</p><p>Federal authorities initially accused Alfredo Alejandro Aljorna and Julio Cesar Sosa-Celis of beating an ICE officer with a broom handle and a snow shovel during the incident. The officer fired a single shot from his handgun, striking Sosa-Celis in his right thigh. Protesters quickly flocked to the scene and clashed with other officers, who were wearing gas masks and helmets.</p><p>The city provided no narrative on what the video depicts except to say that it was “related” to the shooting. A statement added, “The City has no additional information and will not be making further comments at this time.”</p><p>The video, shot from a distance in the dark, appears to show a person standing with a snow shovel outside the house, near the street, then retreating toward the house and tossing the shovel into the yard. This happens as a person being chased by another person runs up from the street, falls on the sidewalk, gets up, and keeps heading toward the house.</p><p>The three appear to scuffle near the front steps for about 10 seconds. The exact moment when Sosa-Celis is shot isn’t clear. A car with flashing lights pulls up, and another person walks up.</p><p>The camera actively panned over to view the street where the incident happened before any vehicles arrived, indicating that someone may have been manually controlling it in real time.</p><p>The cases against Aljorna and Sosa-Celis were dropped after a highly unusual motion from the chief federal prosecutor for Minnesota, U.S. Attorney Daniel Rosen, who said “newly discovered evidence” was “materially inconsistent with the allegations” that were made in the criminal complaint and with evidence presented at a hearing at their preliminary hearing. He said dismissal with prejudice, which meant the charges couldn't be refiled, “would serve the interests of justice.”</p><p>Rosen and other federal prosecutors involved in the case, as well as the Department of Justice, did not immediately respond to requests for comment from The Associated Press on Monday.</p><p>Immigration and Customs Enforcement did not mention the video in a statement, but reaffirmed its earlier statement that two officers involved appeared to have given untruthful testimony under oath, and that they were immediately placed on administrative leave pending completion of an internal investigation. Their names were not made public.</p><p>“Lying under oath is a serious federal offense. The U.S. Attorney’s Office is actively investigating these false statements,” the ICE statement said. “Upon conclusion of the investigation, the officers may face termination of employment, as well as potential criminal prosecution.”</p><p>The statement did not elaborate on the status of their case.</p><p>Aljorna's attorney did not immediately return a call seeking comment. Sosa-Celis' attorney, Robin Wolpert, said, “The video is evidence in ongoing state and federal investigations so I can't comment."</p><p>Both men are free while they seek legal status. They were ordered released even before the criminal charges were dropped, but ICE took them back into custody for alleged immigration violations before releasing them, again under court order.</p><p>State and county prosecutors have been frustrated by the refusal of federal authorities to share information on the incident, as well as the fatal shootings of Renee Good and Alex Pretti by federal officers. They sued the Trump administratio n late last month for access to evidence they say they need to independently investigate the three shootings.</p><p>The Hennepin County Attorney's Office declined to comment on the video, citing the active investigation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZZQY7TL3GP24US33CNVRY42OY4.jpg?auth=94bd5ff3020f69487c0dac28ed662b671d626fb63f312ef5670064493357af74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Law enforcement officers stand amid tear gas at the scene of a reported shooting, Jan. 14, 2026, in Minneapolis. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Tiger Woods is not at the Masters. Jason Day wonders why he was behind the wheel in DUI arrest]]></title><link>https://www.local10.com/sports/2026/04/06/tiger-woods-is-not-at-the-masters-jason-day-wonders-why-he-was-behind-the-wheel-in-dui-arrest/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/tiger-woods-is-not-at-the-masters-jason-day-wonders-why-he-was-behind-the-wheel-in-dui-arrest/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 23:29:48 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Tiger Woods was a big part of the conversation Monday at the Masters without even being at Augusta National. His absence stemming from his arrest on suspicion of driving under the influence brought a degree of criticism from Jason Day.</p><p>Florida authorities determined Woods was impaired March 27 when his Land Rover struck a trailer and flipped on its side on a residential street. They found two painkiller pills in his pocket. Woods was arrested and briefly jailed for refusing to submit to a urine test.</p><p>“He's just a human being like everyone else and we have struggles,” Day said. "It's unfortunate. The only thing that I don't understand is that it's a little bit selfish of him to drive and put other people in harm's way, as well.</p><p>“But when you're the player that he was and how strong-willed he is, he thinks he can do almost anything,” Day said. “And that's probably why he's driving and a little bit under the influence.”</p><p>This is the second straight year Woods has missed the Masters, under entirely different circumstances. He had ruptured his Achilles tendon in March of 2025 and didn't even make it to the Masters Club dinner for champions.</p><p>Woods entered a plea of not guilty last week, and then sought — and was granted — a motion to seek treatment outside the country.</p><p>“He was my hero — he's my hero,” said Day, the Australian who reached No. 1 in the world a decade ago. “The reason why I play golf is because of this tournament and Tiger. It’s hard to see him go through what he’s going through, and especially under the microscope. It must be hard to be who he is and have everything, everyone look on, kind of down on him.</p><p>“Some people want him to fail. Some people obviously want him to succeed,” Day said. “It’s really difficult for me to go through that and watch him, and I know that he’s getting the help now, which is good. I’m just hoping he comes out on the other side and is better.”</p><p>Woods is a five-time champion at the Masters, the last one in 2019 to complete a most remarkable comeback in golf. In the 14 years between winning green jackets, he had reconstructive knee surgery (2008) and four back surgeries (2014-17), and one arrest for taking what he said was a bad mix of painkillers when he was found asleep behind the wheel of his running car (2017).</p><p>Since winning his last Masters, his right leg and ankle were crushed in 2021 when his SUV going about 85 mph ran over a median and tumbled down a hill on a coastal road in Los Angeles. He also had surgery on the Achilles tendon and a seventh back surgery last year.</p><p>Nick Faldo was particularly critical of Woods in an interview with Britain's Daily Telegraph last week when he said, “There are two sides to this right now. There’s one side that’s like ... let’s care for Tiger. And then there has got to be a responsibility and an accountability side as well.”</p><p>“Forget about golf. We are not meant to be on the streets with two pills in our pocket,” Faldo said. "The bottom line is that I really think that this is a serious issue and something should be done that is a little bit more serious than waving him off to a tropical island and saying, 'Welcome back,’ in three or four months or whatever it might be.”</p><p>Phil Mickelson, a three-time Masters champion who was a runner-up in 2023 at age 52, also is skipping the Masters as he deals with a family health matter at home. It's the first time since 1994 neither Woods nor Mickelson was at Augusta National for the first major of the year.</p><p>Mickelson is with LIV Golf and plays on a big stage only four times a year at the majors. Jacob Bridgeman, one of the 22 newcomers to the Masters, didn't know Mickelson wasn't playing and is young enough in golf to have only played two majors with him last year.</p><p>Woods is a huge part of the Masters, not only from the records he shattered in 1997 at age 21 but recently with his work on a short course during the refurbishing of a municipal course in town known as “The Patch.” He also is opening a TGR Learning Lab in Augusta.</p><p>“He’s such a legend in this game, somebody I looked up to,” Harris English said. “Watching him win around this place in ’97 is kind of the reason I started getting into golf. I know he’s going to get through this. He has a big fight ahead of him. He’s a fighter. That’s what he does.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTQFCHUHJXU3IE74YBO33BN5WU.jpg?auth=51c86c64f6b39a52b15a624120dbdf14afd77ae2ccba1b5b3adf23998675a32e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from police body camera video released by the Martin County, Fla., Sheriff's Office, golfer Tiger Woods is taken into custody by sheriff's deputies following a car crash in Jupiter Island, Fla., Friday, March 27, 2026. (Martin County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/27D74F2QIWMTV5OQDTJYCVLEYU.jpg?auth=eeeeff0042bc9d3abbdd5d3b728fb6f84f685b7a0d870f8c5aee531a7bdfac9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from police body camera video released by the Martin County, Fla., Sheriff's Office, golfer Tiger Woods sits in an unmarked police vehicle as he speaks with law enforcement personnel following a car crash in Jupiter Island, Fla., Friday, March 27, 2026. (Martin County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7MTK2VK6BFNFBNPWXOJ52NBUO4.jpg?auth=b6c5c3d2f3bc9016854bb7e7ee92453467bc0c9e1173f24d68447b0eb8c414ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jason Day chips onto the eighth green during the final round of the Texas Children's Houston Open golf tournament Sunday, March 29, 2026, in Houston. (AP Photo/Michael Wyke)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Wyke</media:credit></media:content></item><item><title><![CDATA[Trump administration terminates agreements to protect transgender students in several schools]]></title><link>https://www.local10.com/news/politics/2026/04/06/trump-administration-terminates-agreements-to-protect-transgender-students-in-several-schools/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/trump-administration-terminates-agreements-to-protect-transgender-students-in-several-schools/</guid><dc:creator><![CDATA[By ANNIE MA, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:54:42 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Education Department said Monday it has terminated agreements with five school districts and a college aimed at upholding protections for transgender students, backing away from requirements negotiated by previous administrations that took a different interpretation of civil rights.</p><p>The decision removes the federal obligations for the schools to keep up measures such as faculty training on abiding by a students' preferred name and pronouns and allowing students to use bathrooms that align with their gender identity.</p><p>One of the school systems, Delaware Valley School District in rural eastern Pennsylvania, received notice of the change from the Trump administration in February and has since voted to roll back its antidiscrimination protections for transgender students. Another district, Sacramento City Unified, said Monday it "remains committed to the support of our LGBTQ+ students and staff.”</p><p>The other affected districts are Cape Henlopen School District in Delaware, Fife School District in Washington, and La Mesa-Spring Valley School District and Taft College in California.</p><p>Under the Biden and Obama administrations, the department interpreted Title IX, which prohibits sex discrimination in education, to include protections for transgender and gay students.</p><p>The Trump administration has penalized schools that have made efforts to accommodate students based on their gender identity. It has filed lawsuits in California and Minnesota over state policies permitting transgender students to participate in interscholastic sports, and opened civil rights investigations into schools and universities over their policies on transgender students.</p><p>Assistant Secretary for Civil Rights Kimberly Richey said the action reflects the administration’s efforts to keep transgender students from participating in girls’ and women’s sports teams and accessing shared locker rooms.</p><p>“Today, the Trump Administration is removing the unnecessary and unlawful burdens that prior Administrations imposed on schools in its relentless pursuit of a radical transgender agenda,” she said in a written statement.</p><p>Rescinding civil rights agreements is an unusual step, but one the Trump administration has taken before on education issues. Last year, the Education Department terminated one agreement involving books removed from a school library in Georgia, and another targeting harsh discipline and unequal education opportunities for Native students in the Rapid City Area School District in South Dakota.</p><p>The rescission of the agreements would mean a step back from protecting vulnerable students in schools, said Shiwali Patel, senior director of education justice at the National Women’s Law Center.</p><p>“This is part of the Trump administration’s assault on education and assault on those who are most vulnerable to experiencing discrimination and harassment, including trans students,” Patel said. “They’ve made their intention very clear in wanting to erase protections for trans people.”</p><p>Taft College, a community college in California’s Central Valley, settled a case in 2023 with the Education Department's Office for Civil Rights after a student accused faculty of discrimination that included refusing to use the student’s preferred pronouns. The college agreed to faculty training on Title IX and a revision of college policies to clarify that refusal to use a person’s preferred name and pronoun could constitute harassment.</p><p>The agreement with Sacramento City Unified School District stemmed from a complaint brought in 2022 by a student after a teacher refused to use preferred pronouns or to place the student, who identified as male, in a boys’ group for a class activity. The 2024 resolution agreement mandated training for employees on civil rights law, sexual harassment and how to handle formal complaints.</p><p>Under a settlement the Delaware Valley School District reached with the Obama administration, the district was required to permit students to use bathrooms that aligned with their gender identity.</p><p>In February, the Trump administration sent the district a letter saying it was rescinding the settlement. The administration went further, requiring the district to roll back antidiscrimination protections for transgender students.</p><p>The school board voted in late March to change its transgender student policies to abide by the Trump administration’s demands.</p><p>Since the day he returned to the White House more than a year ago, Trump and his administration have aimed at the rights of transgender people in several ways — and not just in schools.</p><p>He has tried to end participation of transgender women and girls in women’s and girls' sports competitions and has sued states that don’t comply. He’s also blocked transgender and nonbinary people from choosing the sex markers on passports. His administration has also tried to stop those under 19 from receiving gender-affirming medical care. ___</p><p>Associated Press writers Jocelyn Gecker in San Francisco, Moriah Balingit in Washington and Geoff Mulvihill in Haddonfield, New Jersey, contributed to this report.</p><p>___</p><p>The Associated Press’ education coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNNK2NQRGV7VOT6ALGN4C3IH5E.jpg?auth=e75d38b8eeb3eebfab659d7c63d719e99ee274d1fe8c4aecee30b36b3cb52171&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Education building is seen in Washington, Dec. 3, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[Man cleared in the killing of Run-DMC's Jam Master Jay could soon be freed]]></title><link>https://www.local10.com/entertainment/2026/04/06/man-cleared-in-the-killing-of-run-dmcs-jam-master-jay-could-soon-be-freed/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/man-cleared-in-the-killing-of-run-dmcs-jam-master-jay-could-soon-be-freed/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:53:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A man who was convicted and then cleared of killing rap star Jam Master Jay of Run-DMC could be freed within days after a judge granted him $ 1 million bond on Monday.</p><p>Karl Jordan Jr. wasn't automatically let go because he still faces drug charges unrelated to the pioneering DJ's 2002 death. For now, Jordan remains behind bars while prosecutors decide this week whether to appeal the bond decision. If they don't, he'll go free as soon as his bond paperwork is in order.</p><p>“There's a real chance, Mr. Jordan, that you may be released in the very near term,” U.S. District Judge LaShann DeArcy Hall said. If that happens, she added, “I wish you luck. And you will stay out of trouble.”</p><p>Jordan quietly agreed as more than a dozen of his relatives and supporters looked on from the audience. Some have attended nearly six years of court dates in his case and 17 agreed to cosign his bond. Jordan’s loved ones also agreed to put up Southern properties worth a total of $525,000. If released, he will be under electronic monitoring.</p><p>His lawyers declined to comment after court.</p><p>Jam Master Jay, born Jason Mizell, was fatally shot in his New York City recording studio in 2002. As the DJ in Run-DMC, he helped rap reach music's mainstream with 1980s hits including “It’s Tricky” and a remake of Aerosmith’s “Walk This Way.” He later mentored up-and-comers including a young 50 Cent.</p><p>After the case went cold for years, Jordan and Ronald Washington were arrested in 2020. Washington, now 61; and Jordan, 42, denied the charges.</p><p>A jury convicted  the men in 2024, after hearing eyewitness testimony that Jordan shot Mizell while Washington blocked the door. But in December 2025, DeArcy Hall unraveled Jordan’s conviction and acquitted him, while upholding the verdict against Washington.</p><p>Her reasoning centered on whether prosecutors had proven that the killing was narcotics-related, a requirement of the federal murder charge in this case. Witnesses testified that after Run-DMC’s heyday, Mizell dabbled in cocaine deals to pay his bills and was providing drug-trade opportunities to Jordan and Washington — the DJ's godson and old friend, respectively.</p><p>The judge concluded that the jury heard sufficient evidence that Washington was bitter at Mizell about the collapse of a planned drug transaction in Baltimore. But there wasn't such proof, “just conjecture," that Jordan had the same animus, DeArcy Hall wrote.</p><p>Prosecutors are appealing her decision to acquit Jordan of Mizell's killing.</p><p>Jordan's attorneys argued that he ought to get bond while that appeal and the outstanding drug and weapons charges play out.</p><p>Jordan, whose girlfriend is a city jail official, “is not a danger to the community. But his continued detention is a danger to Mr. Jordan," lawyer John Diaz said at a March 13 hearing. Jordan was stabbed and seriously wounded in Brooklyn’s troubled federal jail last year; other inmates were charged with assaulting him.</p><p>Prosecutors deplored the stabbing but urged the judge to continue detaining Jordan, maintaining that he remained a flight risk.</p><p>DeArcy Hall concluded Monday that Jordan's bond package outweighed concerns that he might flee. But she told him, “At the end of the day, sir, bond is about you giving me your word.”</p><p>“Yeah, I'm aware of that,” he replied.</p><p>Turning toward the audience, she sought to make sure his family also got the message that Jordan needs to comply with bond conditions.</p><p>“You all know I do not play,” the judge warned. “We all understood, folks?”</p><p>A collective “yes, your honor” rose from the audience.</p><p>Meanwhile, prosecutors are in plea talks with a third man charged in Mizell's killing, prosecutors and his lawyers told the judge in a March 12 letter. The third man, Jay Bryant, was indicted in 2023 after his DNA was found on a hat at the shooting scene. He has pleaded not guilty.</p><p>Prosecutors claimed that Bryant slipped into the studio building and opened a back door for Jordan and Washington, having met them through a mutual acquaintance. Jordan's lawyers have argued that the case against Bryant raised doubts about the now-dismissed allegations against Jordan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KULKW4M6FLYHYN6MNOQBI5ZELM.jpg?auth=d4b2b41a69f1068320db40060fde252ba4ee031f605cf874c5c5edbccacb94a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIL - In this Feb. 22, 2002 file photo made in Los Angeles, the late Rap legend Jam Master Jay, is shown. (AP Photo/Krista Niles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Krista Niles</media:credit></media:content></item><item><title><![CDATA[Polls show Keiko Fujimori as presidential race frontrunner in Peru ]]></title><link>https://www.local10.com/news/world/2026/04/06/keiko-fujimori/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/keiko-fujimori/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Peru, a partner of the U.S., has had nine presidents in a decade, and the next could be a former first lady who is running for the fourth time.  ]]></description><pubDate>Mon, 06 Apr 2026 18:56:08 +0000</pubDate><content:encoded><![CDATA[<p>Peru, <a href="https://www.state.gov/countries-areas/peru/" target="_self" rel="" title="https://www.state.gov/countries-areas/peru/">a partner</a> of the U.S., has had nine presidents in a decade, and the next could be a former first lady who is running for the fourth time. </p><p>On Sunday, three polls by Datum International, Ipsos Peru, ​and the Peruvian Market Research Company placed <a href="https://freedom.fiu.edu/keiko-fujimori/" target="_self" rel="" title="https://freedom.fiu.edu/keiko-fujimori/">Keiko Fujimori</a> as the frontrunner. </p><p>There are nearly three dozen candidates. Fujimori, 50, whose father, former President <a href="https://www.britannica.com/biography/Alberto-Fujimori" target="_self" rel="" title="https://www.britannica.com/biography/Alberto-Fujimori">Alberto Fujimori</a>, who died on Sept. 11, 2024, is among the right-wing candidates who promise to reduce crime rates. </p><p>The first-round vote is on April 12. If no candidate wins more than 50% of the vote, the top two will advance to a runoff on June 7.</p><p>Peruvians living in Florida <a href="https://www.gob.pe/onpe" target="_self" rel="" title="https://www.gob.pe/onpe">are able to</a> register and vote. Peru’s consul general in Coral Gables is David Adalberto Vergara Pilares, at 1401 Ponce de León Boulevard. For more information, e-mail <a href="mailto:informacion@consulado-peru.com" rel="">informacion@consulado-peru.com</a> or call 786-347-2500.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUIWWGHVXBSBQSRYWUQLVDZHDQ.jpg?auth=912d2ff070f3cff071f3cbc1f699ce861f94e5fd2ba0cbf9b6fe48126756c728&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peruvian presidential candidates from left: Keiko Fujimori, Rafael Belaunde, Enrique Valderrama, Jorge Nieto, Mesías Guevara, Herbert Caller, Mario Vizcarra, Paul Jaimes, Antonio Ortiz, Rosario Fernández, Roberto Chiabra and Ronald Atencio.(Foto AP/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[DeSantis signs Florida law to label groups as terrorists and expel student supporters]]></title><link>https://www.local10.com/news/florida/2026/04/06/desantis-signs-florida-law-to-label-groups-as-terrorists-and-expel-student-supporters/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/06/desantis-signs-florida-law-to-label-groups-as-terrorists-and-expel-student-supporters/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:09:20 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — Gov. Ron DeSantis signed a measure into law Monday that gives him along with other Florida leaders the ability to label groups as domestic or foreign terrorist organizations and expel state university students who support them.</p><p>The law, criticized by free speech advocates, allows a top official at the Florida Department of Law Enforcement to designate a group as a domestic or foreign terrorist organization, with the governor and three other members of the Florida Cabinet approving or rejecting the designation. Besides the governor, the Cabinet is made up of the state attorney general, the chief financial officer and the agriculture commissioner, all of whom are elected separately.</p><p>Once designated a terrorist organization, a group can be dissolved and it can no longer receive any state funding through school districts or state agencies. Universities also would have to report the status of expelled students attending on visas to U.S. Immigration and Customs Enforcement.</p><p>“So this will help the state of Florida protect you. It’ll help us protect your tax dollars,” DeSantis said at a news conference in Tampa. “It’ll help us protect things that should not be happening in the United States of America, but certainly shouldn’t be happening in the free state of Florida.”</p><p>DeSantis last December designated the Council on American-Islamic Relations and the Muslim Brotherhoods as foreign terrorist organizations. A federal judge last month temporarily blocked the enforcement of DeSantis’ executive order.</p><p>PEN America, a free speech advocacy group, said the new law has vague language that could restrict education programs deemed to be “promoting” terrorism and that it could target student protesters who criticize Florida officials.</p><p>The new law “could chill education at every level,” said William Johnson, PEN America’s Florida director. “The implications are fraught.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KWHTRUN3X7JOS7ZFWY727ASHJU.jpg?auth=fad4332f340a69613b10e9ec2b9cfe56f61772c944b10eb79434acc2661c0b68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida Gov. Ron DeSantis is seen before a roundtable discussion on college sports in the East Room of the White House, Friday, March 6, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Mets to retire Carlos Beltrán’s No. 15 in ceremony before he enters team's hall of fame on Sept. 19]]></title><link>https://www.local10.com/sports/2026/04/06/mets-to-retire-carlos-beltrans-no-15-in-ceremony-before-he-enters-teams-hall-of-fame-on-sept-19/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/mets-to-retire-carlos-beltrans-no-15-in-ceremony-before-he-enters-teams-hall-of-fame-on-sept-19/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:47:37 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Mets will retire Carlos Beltrán’s No. 15 and he will enter the team's hall of fame before their home game against the Philadelphia Phillies on Sept. 19.</p><p>Beltrán will become the ninth player in franchise history to have his number retired. Previously, Tom Seaver (41), Mike Piazza (31), Jerry Koosman (36), Keith Hernandez (17), Willie Mays (24), Dwight Gooden (16), Darryl Strawberry (18) and David Wright (5) had their numbers retired.</p><p>The Mets also have retired the numbers of former managers Gil Hodges (14) and Casey Stengel (37) and all major league teams have retired No. 42 in honor of Jackie Robinson.</p><p>Mets outfielder Tyrone Taylor, who currently wears No. 15, will change his number to 28.</p><p>Beltrán was elected to baseball's Hall of Fame earlier this year. He announced he would wear a Mets cap on his plaque. The Hall of Fame induction ceremony will be on July 26.</p><p>Beltrán was hired as the New York Mets’ manager on Nov. 1, 2019, then fired on Jan. 16, 2020, without having managed a game. New York announced its decision three days after he was the only Astros player mentioned by name in a report by Major League Baseball regarding the team’s illicit use of electronics to steal signs during Houston’s run to the 2017 World Series championship — his final season.</p><p>He was hired by the Mets as a special assistant to the general manager in February 2023. He continues to work as a special assistant to president of baseball operations David Stearns.</p><p>Mets owners Steve and Alex Cohen released a statement on Monday praising Beltrán as “one of the greatest offensive players in team history, combining power and speed with elite defense.”</p><p>Beltrán said having his number retired and entering the team's hall of fame is "the highest possible tribute, and I truly feel blessed. The Mets hold a special place in my heart. This summer will be incredibly meaningful, from my induction into the baseball Hall of Fame to this Mets hall of fame honor, with the cherry on top being my number retirement. I’m deeply grateful.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DTZZ2SUFYDXD2ZJTKP4MC76ZHY.jpg?auth=b9d3ec1ddb2c12c4277aba17bebc43a3cf8e130624c04da5bea64960e8ea5add&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mets' Carlos Beltran smiles during an introductory baseball news conference in New York, Nov. 4, 2019. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LFN3HAT3FAWSAY3RQEVHHXWS4U.jpg?auth=07263ac6fe21cad97423f76ca49fdc3b7f85d9e9d371af7d596f90e19ce74b13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mets' Carlos Beltran follows through on a line-drive single to center field that scored Jose Reyes and Luis Castillo during the fourth inning against the Arizona Diamondbacks in a baseball game June 11, 2008, in New York. (AP Photo/Julie Jacobson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julie Jacobson</media:credit></media:content></item><item><title><![CDATA[President Trump speaks about recovery of US aviator from Iran; threatens to jail journalist  ]]></title><link>https://www.local10.com/news/world/2026/04/06/president-trump-to-speak-about-recovery-of-us-aviator-from-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/06/president-trump-to-speak-about-recovery-of-us-aviator-from-iran/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[President Donald Trump is holding a news conference Monday to discuss the recovery of the final aviator who was rescued by U.S. special forces in Iran.]]></description><pubDate>Mon, 06 Apr 2026 16:26:13 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump held a news conference Monday to discuss the recovery of the final aviator who was rescued by U.S. special forces in Iran.</p><p>The president described the scale of the operation undertaken by the U.S. to rescue the second airman from the downed aircraft — which included 155 aircraft.</p><p><iframe width="100%" height="415" src="https://www.youtube.com/embed/X95lQzjaD8s?si=o9BS2QtprpSu10xH" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p><p>More specifically, it included four bombers, 64 fighters, 48 refueling tankers, and 13 rescue aircraft, among others, Trump said.</p><p>Much of it was an effort to throw off the Iranians, who were also looking for the missing crew member, the president said.</p><p>“We were bringing them all over and a lot of it was subterfuge,” Trump said. “We wanted to have them think he was in a different location.”</p><h4>Trump says downed officer rushed to get away from the crash site</h4><p>Trump says the downed weapons officer followed his training to get as far away from the crash site as possible.</p><p>When a plane crashes in hostile territory, “they all head right to that site, you want to be as far away as you can,” Trump said.</p><p>Trump says the officer was “bleeding profusely” but was able climb mountainous terrain and contact U.S. forces to communicate his location. Rescuers mobilized a massive response that included subterfuge to confuse the Iranians about where they were looking.</p><h4>Trump says 21 aircraft came to help rescue airmen who crashed in Iran</h4><p>Trump said 21 aircraft were deployed to help with the search and rescue in the first wave, flying for hours under “very, very heavy enemy fire.” He said the U.S. has one helicopter with many bullets in it.</p><h4>Trump threatens to jail journalist who first reported on downed airman</h4><p>Trump threatened to jail the journalist who first reported that U.S. forces were searching for the F-15 weapons officer shot down in Iran, if they don’t reveal their sources.</p><p>“The person that did the story will go to jail if he doesn’t say, and that doesn’t last long,” Trump said.</p><p>Trump didn’t name the journalist or news organization. He said the leak tipped off the Iranians, endangering the officer and his rescuers. He called the leaker “a sick person.”</p>]]></content:encoded></item><item><title><![CDATA[Risky rescue of US crew downed in Iran relied on dozens of aircraft and subterfuge, Trump says]]></title><link>https://www.local10.com/news/politics/2026/04/06/risky-rescue-of-us-crew-downed-in-iran-relied-on-dozens-of-aircraft-and-subterfuge-trump-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/06/risky-rescue-of-us-crew-downed-in-iran-relied-on-dozens-of-aircraft-and-subterfuge-trump-says/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, KONSTANTIN TOROPIN and FARNOUSH AMIRI, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 01:05:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The United States relied on dozens of aircraft, hundreds of personnel, secret CIA technology and a dose of subterfuge to rescue a two-man fighter jet crew downed deep inside Iran, a risky mission that President Donald Trump and his top defense aides detailed Monday.</p><p>U.S. forces rescued the pilot within hours of the F-15E Strike Eagle going down late Thursday, surging helicopters, midair refuelers and fighter aircraft deep into Iran after confirming his location, Trump said in a valedictory news conference at the White House, describing the military operation in an unusual level of detail.</p><p>The second aviator aboard the aircraft — the weapons systems officer — was rescued nearly two days later.</p><p>Trump boasted of the military resources surged and coordination across U.S. agencies to pull off the daring mission to recover the troops in enemy territory, describing the shootdown of the jet by Iran as “a lucky hit” after claiming in a national address last week to have “beaten and completely decimated Iran.”</p><p>Another jet is downed in the rescue for the F-15 pilot</p><p>The search and rescue operation began in daylight over Iran, with helicopters and other aircraft flying low for seven hours, “at times facing very, very heavy enemy fire,” Trump said.</p><p>An A-10 Warthog, which was the attack aircraft primarily responsible for keeping in contact with the downed F-15 pilot on the ground, was hit by enemy fire while engaging Iranian forces, said Gen. Dan Caine, chairman of the Joint Chiefs of Staff.</p><p>The A-10 was “not landable,” Caine told reporters, but the pilot continued fighting before flying to a friendly country and ejecting. He was quickly rescued and is doing fine.</p><p>After rescuing the F-15 pilot, HH-60 Jolly Green II helicopters were “engaged by every single person in Iran who had a small-arms weapon, and one of the aircraft, the trailing aircraft, took several hits,” he said. The crew members received minor injuries and were going to be OK, Caine said.</p><p>The rescue of the fighter jet pilot, who was flying under the call sign Dude-44 Alpha, occurred before the Iranians could marshal a comprehensive search of their own, but finding and bringing home the weapon systems officer was an even more complicated endeavor.</p><p>An anchor on a channel affiliated with Iranian state television had been urging residents in the mountainous region of southwest Iran where the fighter jet went down to hand over any “enemy pilot” to police and promised a reward for anyone who did.</p><p>The weapon systems officer, who rode in the backseat of the F-15 under the call sign Dude-44 Bravo, was injured but followed his training to get as far from the crash site as possible.</p><p>Second airman climbs into the mountains to hide out</p><p>“Bleeding profusely,” in Trump's telling, the aviator managed to climb mountainous terrain and call for help Saturday using “a very sophisticated beeper-type apparatus.”</p><p>When a plane crashes in hostile territory, “they all head right to that site, you want to be as far away as you can,” Trump said.</p><p>CIA Director John Ratcliffe said the spy agency used “exquisite technologies that no other intelligence service” possesses to locate the aviator. At the same time, the CIA mounted a deception operation to mislead Iranians who also were trying to find him.</p><p>Ratcliffe said the search and rescue operation was “comparable to hunting for a single grain of sand in the middle of a desert.”</p><p>The CIA declined to respond to questions Monday about the kind of technology used to find the airman, but Trump colored in some details.</p><p>He said intelligence officials noticed something moving in the dead of night, in the mountains where they were surveilling. Trump said officials kept a camera on the moving object for 45 minutes and when it was no longer moving, they thought maybe they had it wrong.</p><p>But “it was the head of a human being,” the president said. “And then all of a sudden, 45 minutes later, he moved a lot, stood up, and they said, ‘We have him.’”</p><p>He added, “And that was really at the beginning of something incredible.”</p><p>Protected by an “air armada” of drones, strike aircraft and more, rescuers moved in on Sunday. Cargo planes flew in three small helicopters and assembled them near the patch of mountains where the missing airman was concealing himself inside a cave or crevice.</p><p>But when it came time to leave, the cargo planes were too weighed down by equipment and personnel to take off from the sandy terrain. The downed airman and his rescue team were picked up by three “lighter, faster aircraft” and the equipment on the ground was blown up to keep it out of Iranian hands, Trump said.</p><p>US makes several efforts to throw off Iranian forces</p><p>Many of the dozens of aircraft that were part of the operation were there for deception, Trump said.</p><p>“We were bringing them all over, and a lot of it was subterfuge,” Trump said. “We wanted to have them think he was in a different location.”</p><p>Back in Washington, national security officials coordinated on a call, keeping the phone line open for nearly two days straight.</p><p>“From the moment our pilots went down, our mission was unblinking," Defense Secretary Pete Hegseth said. “The call never dropped. The meeting never stopped, the planning never ceased.”</p><p>As Trump detailed the operation, his penchant for boasting and flair for dramatic imagery bumped up against some of his aides' instinct to protect military and intelligence secrets. At one point, Trump turned to Caine, his top military adviser, and asked, “How many men did you send altogether, approximately, for the operation?”</p><p>Caine equivocated, responding, “Uhhh, I’d love to keep that a secret, Mr. President.”</p><p>“OK, well, we are," Trump continued. "But I will tell you — the number, I’ll keep it a secret, but it was hundreds.”</p><p>___</p><p>Cooper reported from Phoenix, and Amiri from New York. Associated Press writer Josh Boak contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K672LQYURHMCNABTILYKI3X25A.jpg?auth=26f23150de3c7bfcc82a746c8405bf0f4e2c86591b33ca061fe014398c8543f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump looks to Defense Secretary Pete Hegseth and Chairman of the Joint Chiefs of Staff Gen. Dan Caine as he speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q34ZWWQGOEKBI2MUPB5OVWIYAE.jpg?auth=e46062983c1ab4c4960a9318014831b5a14851304dc1d87ec6d8026d31f4aba0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington, as Defense Secretary Pete Hegseth and Chairman of the Joint Chiefs of Staff Gen. Dan Caine listen. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DOTOBHPHRYCOGPG3HTT3PNRSQ.jpg?auth=272eb6f1c92712cdf9eea674c454363a201426bc26453cd49fcb27a1333574c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by Sepahnews, the Iranian Revolutionary Guard's official website, wreckage is shown at what Iran's state TV claimed was the site of a downed American transport plane and two helicopters involved in a rescue operation, in Isfahan province, Iran, April, 2026. (Sepahnews via AP)]]></media:description></media:content></item><item><title><![CDATA[Self-proclaimed ‘gangster’ sexually batters woman in Brickell after luring her to pool, cops say]]></title><link>https://www.local10.com/news/local/2026/04/06/self-proclaimed-gangster-sexually-batters-woman-in-brickell-after-luring-her-to-pool-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/self-proclaimed-gangster-sexually-batters-woman-in-brickell-after-luring-her-to-pool-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Texas man who told a 19-year-old woman he was a “gangster” named “OG” sexually battered her after luring her to the pool at her apartment building in Miami’s Brickell neighborhood in December, according to police.]]></description><pubDate>Mon, 06 Apr 2026 19:20:16 +0000</pubDate><content:encoded><![CDATA[<p>A Texas man who told a 19-year-old woman he was a “gangster” named “OG” sexually battered her after luring her to the pool at her apartment building in Miami’s Brickell neighborhood in December, according to police.</p><p>About three months later, police said “OG” ― whose actual name is Curtis Wayne Griffin ― was arrested in the Lone Star State in an attempted sexual battery case.</p><p>Authorities brought Griffin, 46, of Mansfield, Texas, to Miami-Dade County on Thursday to face sexual battery and false imprisonment charges.</p><p>Police said the attack happened on the morning of Dec. 28. Investigators said the victim was socializing the lobby at the Camden Brickell Apartments, located at 50 SW 10th St., when Griffin, a stranger, walked up to her. He is identified in an arrest report as “another resident‚" but it doesn’t make clear whether he was living in Miami on any sort of permanent basis at the time.</p><p>Authorities said Griffin began talking to the woman, introducing himself as “OG.” They said he eventually asked her to go to the pool with him and she agreed.</p><p>At the pool, police said Griffin’s demeanor changed. They said he began pressing her for sex and asked “if she has ever been with a ‘gangster’ and told her he was going to ‘drill her.’”</p><p>Investigators said after she declined his advances, Griffin told her she needed to “be compliant” and “became more aggressive.” They said he “grabbed her wrist and ordered her to look around.”</p><p>According to the report, when she looked around, she noticed the building security guard wasn’t there. Police said Griffin repeatedly told her that “no one was around, no one could see them, no one could hear them and that no one would ever know.”</p><p>Eventually, Griffin exposed himself to the woman, asked her for oral sex and after she declined, told her, in part, “I am going to drill you so hard. You need to be with a gangster,” the report states.</p><p>Authorities said he stuck his penis in the victim’s face, then tried to take her clothes off and grabbed her buttocks.</p><p>Details about the Texas case that led to Griffin’s arrest remain unclear. </p><p>A <a href="https://www.mansfieldrecord.com/articles/x-640" target="_self" rel="" title="https://www.mansfieldrecord.com/articles/x-640">local police blotter report</a> indicated that the Mansfield Police Department arrested a Curtis Wayne Griffin on Feb. 6 “for sexual battery,” though it’s wasn’t immediately clear whether it was the same suspect. </p><p>The blotter lists the incident location as occurring on the same block of the same road listed as Griffin’s address in the Miami police report, however. </p><p>The Miami police report additionally lists Griffin as being taken into custody in Texas on an “attempted sexual battery case” on March 22.</p><p>Local 10 News has contacted Texas authorities seeking additional information.</p><p>Meanwhile, back in South Florida, court records show Griffin is also facing a separate attempted sexual battery case stemming from a Miami police warrant issued on Feb. 4. </p><p>Details about that case weren’t immediately available on Monday afternoon, but records show Griffin posted a $21,000 combined bond for both cases and he no longer appeared in the Miami-Dade inmate 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/THZRJZLLNBC5XDD5UZYHVDPKRY.jpg?auth=59e76c9747fd08aa0bbe84165223ce9f7d5b41ec337a41716fbd6df4107994e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Curtis Griffin]]></media:description></media:content></item><item><title><![CDATA[Winter weather forecasts force Mets, Guardians and White Sox to move up Tuesday starts to afternoon]]></title><link>https://www.local10.com/sports/2026/04/06/winter-weather-forecasts-force-mets-guardians-and-white-sox-to-move-up-tuesday-starts-to-afternoon/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/winter-weather-forecasts-force-mets-guardians-and-white-sox-to-move-up-tuesday-starts-to-afternoon/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:23:45 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The anticipation of winter weather has forced the New York Mets, Cleveland Guardians and Chicago White Sox to change scheduled night games to afternoon starts on Tuesday.</p><p>The Mets announced Monday that scheduled night games against the Arizona Diamondbacks on Tuesday and Wednesday have been changed to afternoon games because of expected cold and windy conditions.</p><p>The Mets scheduled the first pitch for each game for 4:10 p.m. ET. The games had been set for 7:10 p.m. starts.</p><p>Tuesday’s game between the Kansas City Royals and Cleveland Guardians has been moved up five hours to a 1:10 p.m. ET first pitch. The change was made because temperatures are expected to be below freezing at night.</p><p>The time change was also made to avoid a backlog in the schedule or another doubleheader early in the season. Kansas City had a twinbill against Milwaukee on Saturday after Friday’s game was postponed, while Cleveland is coming off a doubleheader against the Chicago Cubs on Sunday when Saturday’s game was rained out.</p><p>Meanwhile, the White Sox moved up the first pitch for Tuesday's game against the Baltimore Orioles from 6:40 p.m. CT to 2:10 p.m. because of expected cold temperatures.</p><p>The Mets said in appreciation for the fans' “understanding, commitment and flexibility” the team was offering a limited number of complimentary tickets to each game.</p><p>The Mets said the complimentary tickets to the afternoon games will be offered on a first-come, first-served bases. Fans can log onto Mets.com/Tickets and enter code THANKYOU to claim up to four tickets for each game.</p><p>Additionally, the Mets are offering vouchers to a future game to fans who have already purchased tickets for the Tuesday or Wednesday games. The vouchers will be good for home regular-season games scheduled for Monday through Thursday.</p><p>All tickets for the previously scheduled night games will be valid for the afternoon games.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDRTE563UWUROLQEJFWOZQ5YA.jpg?auth=b1dabcffa4a06183b07805f6b97e83f00fbcb5091e0296ac8e04f005d5282aac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans arrive to Citi Field for an opening-day baseball game between the New York Mets and the Pittsburgh Pirates, Thursday, March 26, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCNGAWC5K2X2N652Q2GZXNVQ4A.jpg?auth=b87a8b2981ae3f38d205c1689b3034652b3b6594156c7591383ee11c57ae4522&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans take selfies as they arrive at Citi Field for an opening-day baseball game between the New York Mets and the Pittsburgh Pirates, Thursday, March 26, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[A timeline of the Nancy Guthrie disappearance and investigation]]></title><link>https://www.local10.com/entertainment/2026/04/06/a-timeline-of-the-nancy-guthrie-disappearance-and-investigation/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/06/a-timeline-of-the-nancy-guthrie-disappearance-and-investigation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:18:06 +0000</pubDate><content:encoded><![CDATA[<p>TUCSON, Ariz. (AP) — Savannah Guthrie returned to hosting the “Today” show on Monday for the first time since her mother disappeared from her Arizona home more than two months ago.</p><p>Despite an intense search involving thousands of law enforcement officers and volunteers, there has been no sign of the 84-year-old mother of three since she was reported missing Feb. 1. Her children, including the NBC host, have made heartbreaking video pleas for help, but to no avail.</p><p>Here is a timeline of events:</p><p>Saturday, Jan. 31</p><p>5:32 p.m. — Nancy Guthrie takes an Uber to her family’s home for dinner.</p><p>9:48 p.m. — Guthrie is dropped off at her Tucson-area home by a family member. The garage door opens and closes minutes later.</p><p>Sunday, Feb. 1</p><p>1:47 a.m. — The doorbell camera is disconnected.</p><p>2:12 a.m. — The camera’s software detects movement. Investigators initially said there was no video available since Guthrie didn’t have an active monitoring subscription. But digital forensics experts kept working to find images in backend software that might have been lost, corrupted or inaccessible.</p><p>2:28 a.m. — Her pacemaker app disconnects from her phone.</p><p>11:56 a.m. — Her family checks on her after learning she didn't attend church. Moments later, they call 911 to report her missing.</p><p>12:15 p.m. — Investigators arrive and launch a search operation, including the use of drones and dogs.</p><p>Monday, Feb. 2</p><p>Authorities say they believe Guthrie was kidnapped, abducted or otherwise taken against her will.</p><p>KOLD-TV says it received an email Monday night that appears to be a ransom note. It includes a demand for money with a deadline set for 5 p.m. Thursday and a second one for Monday, investigators say.</p><p>Tuesday, Feb. 3</p><p>A person familiar with the investigation tells The Associated Press that investigators found signs of forced entry at Nancy Guthrie’s home.</p><p>President Donald Trump tells reporters the situation is “terrible.”</p><p>Wednesday, Feb. 4</p><p>After allowing Guthrie's family back on her property earlier in the week, authorities return for a “follow-up investigation.”</p><p>That evening, Savannah Guthrie posts video on social media in which she tells her mother’s kidnapper that her family is ready to talk but wants proof she is alive.</p><p>Thursday, Feb. 5</p><p>Officials reveal that DNA testing determined that blood found on the home's front porch was Nancy Guthrie's.</p><p>The FBI offers a $50,000 reward for information about Guthrie’s whereabouts.</p><p>Friday, Feb. 6</p><p>Tucson TV station KOLD receives an email tied to the Guthrie case. The station didn't disclose it's contents and forwarded the message to federal investigators.</p><p>Investigators return to Guthrie’s neighborhood to gather more evidence.</p><p>Saturday, Feb. 7</p><p>Savannah Guthrie post another social media video aimed at her mother’s potential abductors.</p><p>“We received your message, and we understand. We beg you now to return our mother to us so that we can celebrate with her,” she said. “This is the only way we will have peace. This is very valuable to us, and we will pay.”</p><p>Monday, Feb. 9</p><p>Savannah Guthrie posts another video, saying her family is at an “hour of desperation” and believes her mom is still alive. She asks for prayers and for people to report anything they might see or hear to law enforcement.</p><p>An FBI spokesperson says the agency was not aware of ongoing communication between Nancy Guthrie’s family and the possible kidnappers, despite a deadline set for Monday evening.</p><p>Later, in a March interview, Savannah Guthrie clarifies that some of the purported ransom notes were fake, but that she believes the two that she and her siblings responded to were real.</p><p>Tuesday, Feb. 10</p><p>The FBI says it managed to recover doorbell camera video of what it describes as an armed person tampering with a camera at Nancy Guthrie’s front door.</p><p>Video shows the person wearing a backpack and balaclava who tries to cover a camera near the front door with their gloved hand before ripping out a plant from the yard to block the camera’s view.</p><p>Following the FBI’s announcement, Savannah Guthrie posts images of the apparent kidnapper on Instagram. She writes: “We believe she is still alive. Bring her home,” and includes phone numbers for the FBI and sheriff.</p><p>Later, the Pima County Sheriff’s Department says a person was detained for questioning during a traffic stop south of Tucson. The man is released. He tells reporters that he made deliveries in the Tucson area.</p><p>The sheriff’s department also says it searched a location in Rio Rico, a city south of Tucson, with the help of the FBI.</p><p>Wednesday, Feb. 11</p><p>Authorities confirm that the man detained a day earlier was released but do not say what led them to stop him.</p><p>FBI agents and sheriff’s deputies knock on doors and search the desert terrain in the neighborhoods surrounding the homes of Nancy Guthrie and her oldest daughter, Annie Guthrie, whom she had visited hours before disappearing.</p><p>Thursday, Feb. 12</p><p>Investigators ask residents in a 2-mile (3.2-kilometer) radius of Nancy Guthrie’s home to share any camera footage and report any suspicious activity they noticed in the month before she disappeared.</p><p>The FBI later doubles the reward, to $100,000, for information that would lead to Nancy Guthrie or an arrest and conviction.</p><p>It also describes the person seen in the video from Guthrie’s porch the night she went missing as a male with an average build and about 5-foot, 9-inches (175 centimeters) tall. In the video, the FBI says he is wearing a black, 25-liter “Ozark Trail Hiker Pack” backpack.</p><p>Sunday, March 22</p><p>Savannah Guthrie posts a family statement on Instagram urging the public to think back to Jan. 31 — when her mom was last seen — and Feb. 1, as well as the evening of Jan. 11.</p><p>“Please consult camera footage, journal notes, text messages, observations, or conversations that in retrospect may hold significance. No detail is too small,” the statement says.</p><p>The family also acknowledges that Nancy Guthrie might not be alive.</p><p>Monday, March 26</p><p>The “Today” show airs the first television interviews with Savannah Guthrie since her mothers disappearance.</p><p>“We are in agony,” she tells NBC News colleague Hoda Kotb, saying she wakes up every night thinking about what her mother went through.</p><p>She also shares new investigation details, including that her mom's home's back doors were found propped open and her phone and purse were found inside.</p><p>Monday, April 6</p><p>Savannah Guthrie returns to the “Today” show, which she has co-hosted since 2012.</p><p>“Here we go, ready or not,” Guthrie says as it opens. “Let’s do the news.”</p><p>After running through a series of headlines, Guthrie says “we are so glad that you started our week with us and it’s good to be home.” Her co-host, Craig Melvin, says “It’s good to have you back at home.”</p>]]></content:encoded><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/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/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></item><item><title><![CDATA[Bulls fire Arturas Karnisovas and Marc Eversley after six years in a front-office shakeup]]></title><link>https://www.local10.com/sports/2026/04/06/bulls-fire-arturas-karnisovas-and-marc-eversley-after-six-years-in-a-front-office-shakeup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/bulls-fire-arturas-karnisovas-and-marc-eversley-after-six-years-in-a-front-office-shakeup/</guid><dc:creator><![CDATA[By ANDREW SELIGMAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:45:50 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Chicago Bulls gutted their roster prior to the trade deadline. The team's top two basketball executives won't be around for the next phase of the revamp.</p><p>The Bulls fired executive vice president of basketball operations Arturas Karnisovas and general manager Marc Eversley on Monday, ending a six-year run that produced just one playoff appearance.</p><p>Chicago was 224-254 during their tenure. The Bulls entered Monday sitting in 12th place in the Eastern Conference at 29-49 and missing the playoffs for the fourth straight year.</p><p>President and CEO Michael Reinsdorf said in a statement that Karnisovas and Eversley “led with a deep commitment to the Chicago Bulls” and that the change is “about positioning our team for sustained success moving ahead.”</p><p>“I want our fans to know that I hear you and understand your frustration," Reinsdorf said. "I feel it as well. I know this will take time, and I am fully committed to getting this right. At the Chicago Bulls, our focus remains on building a team that can compete at the highest level and ultimately contend for championships. We are committed to taking the necessary steps to move the Bulls forward in a way that makes our fans proud.”</p><p>The Bulls tore up their roster leading up to the trade deadline in February, dealing Nikola Vucevic to Boston, Kevin Huerter to Detroit, Coby White to Charlotte and Chicago product Ayo Dosunmu to Minnesota in an effort to shake up a franchise mired in mediocrity. They hung on to Matas Buzelis and Josh Giddey with the idea of building around those two. The Bulls have the salary-cap room to make some big moves this offseason.</p><p>“Being in the middle is what we don’t want to do,” Karnisovas said at the time. “I think we’ve seen that for the past four years and we want to change that.”</p><p>That's mostly where the franchise has been since Karnisovas was hired out of Denver's front office in April 2020. The Bulls brought in Eversley from Philadelphia a few weeks later and hired coach Billy Donovan that September. Donovan's future is uncertain.</p><p>The Bulls' lone playoff appearance since all three were hired came during the 2021-22 season, when they finished sixth in the Eastern Conference at 46-36 and got knocked out by Milwaukee in the first round. The Bulls lost point guard Lonzo Ball to a knee injury during that season, and he missed the next two years.</p><p>Chicago's most recent All-Star was DeMar DeRozan in 2023. The lack of a franchise cornerstone player was glaring, and Karnisovas' reluctance to launch into a major rebuild was a big source of frustration among Bulls fans. Rather than give the team the best shot at winning the lottery, he stressed patience and not skipping steps.</p><p>That changed this year when Karnisovas made seven trades before the deadline. The Bulls mostly loaded up on second-round draft picks and didn't get any first-rounders in return.</p><p>Among the players they acquired were Jaden Ivey from Detroit, hoping the No. 5 pick in the 2022 NBA draft could regain the form he showed before knee surgery. But the Bulls waived him last week following anti-LGBTQ+ comments about religion he made in videos posted on his Instagram account.</p><p>Ivey had been sidelined since Feb. 11 and appeared in just four games for Chicago. His contract was set to expire at the end of the season.</p><p>The 60-year-old Donovan, meanwhile, got a contract extension last offseason. He could seek another NBA coaching job or return to the college game if he doesn’t remain in Chicago. If he stays, the Bulls could give him a bigger say in basketball operations while remaining their coach.</p><p>Donovan has consistently said he still has a passion for coaching, is committed finishing the season and will then discuss the direction of the franchise with management and ownership. He did it again prior to the Bulls' win over Phoenix on Sunday.</p><p>“I love the organization,” he said. “I love the relationship with Jerry and Michael Reinsdorf and the relationship with the front office. All those things have been great, the players have been great.”</p><p>Donovan has a 467-411 record in 11 seasons as an NBA head coach. He was arguably the top candidate on the market when the Bulls hired him in September 2020 to replace the fired Jim Boylen following a five-year run in Oklahoma City. He led the Thunder to a 243-157 record and playoff appearances each season while working with stars such as Kevin Durant, Russell Westbrook, Paul George and Chris Paul.</p><p>Donovan previously coached for 19 seasons at the University of Florida and won back-to-back NCAA titles. He was inducted into the Naismith Basketball Hall of Fame in September.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUU5JXQG233XG5SQKGTN43C5YM.jpg?auth=3be6c7d50f812b37c6f263019553e21fba723a2a8cc6a037f11099e77cf4861b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Bulls Executive Vice President, Basketball Operations Arturas Karnisovas speaks during a news conference during the team's NBA basketball media day, in Chicago, Sept. 29, 2025. (AP Photo/Nam Y. Huh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Iowa State star Audi Crooks joins transfer portal rush as 1,100 players enter on first day]]></title><link>https://www.local10.com/sports/2026/04/06/iowa-state-star-audi-crooks-joins-transfer-portal-rush-as-1100-players-enter-on-first-day/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/iowa-state-star-audi-crooks-joins-transfer-portal-rush-as-1100-players-enter-on-first-day/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:12:56 +0000</pubDate><content:encoded><![CDATA[<p>Audi Crooks is one of nine Iowa State players who officially entered the NCAA transfer portal Monday in the first 12 hours it was open.</p><p>The nation's second-leading scorer is one of more than 1,100 Division I women's basketball players who entered the portal after it opened just after midnight, according to an Associated Press review of the portal.</p><p>In January, the NCAA approved moving the portal's opening to the day after the national championship game for a 15-day window. It didn't take long for players to enter.</p><p>The portal used to be open after the second round of the NCAA Tournament for 30 days until the change this year. Last year there were 1,570 Division I women's basketball players in the portal in the entire time it was open.</p><p>President Donald Trump signed an order last week intended to stabilize college sports that included limiting athletes to one transfer, with another available once they get a four-year degree.</p><p>With revenue sharing and name, image and likeness deals, players have been able to make more money while playing college sports. Financial incentives is one of the top reasons players change schools.</p><p>South Carolina coach Dawn Staley said at the NCAA Tournament's Sacramento Regional last month that money is now one of the top questions in conversations with transfers and high school players.</p><p>“How much is it going to cost us? That’s the conversation. You’ve got to lead with that,” Staley said. “Because you don’t really want to waste your time. You either are going to have enough to pay players, or you don’t. And you move on.”</p><p>Iowa State wasn't the only school hit hard by the transfer portal. Tennessee already has five of its players in the portal: Talaysia Cooper, Kaniya Boyd, Alyssa Lathan, Lauren Hurst and Jaida Civil.</p><p>Civil was part of coach Kim Caldwell’s highly ranked recruiting class for 2025. Other Lady Vols freshmen Mia and Mya Pauldo announced their intent to enter the portal last week on social media.</p><p>Miami and Georgia each have eight players in the portal. The Lady Bulldogs made a coaching change over the weekend. Stanford has four players in the portal, including star Nunu Agara.</p><p>UCLA coach Cori Close said she was going to be very active in the portal after winning the national championship Sunday. She needs to replace the six seniors who scored all the Bruins' points in the Final Four and title games.</p><p>She said, smiling: “transfer portal just got easier.”</p><p>There were nearly 900 players combined from Division II and III in the portal already as well by Monday afternoon.</p><p>Last season the portal allowed movement among many top stars, including Ta'Niya Latson from Florida State to South Carolina; Olivia Miles from Notre Dame to TCU, MiLaysia Fulwiley from South Carolina to LSU and Cotie McMahon from Ohio State to Mississippi.</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/4ZQ3DRRU767FNNNNYNS524NQUM.jpg?auth=7957aca622c24046082c96ed180162ab8d3e0be4890fddba21648e4fb63d9aa5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iowa State center Audi Crooks (55) reacts after making a basket against Syracuse during the second half in the first round of the NCAA college basketball tournament, Saturday, March 21, 2026, in Storrs, Conn. (AP Photo/Jessica Hill)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Hill</media:credit></media:content></item><item><title><![CDATA[Dexter Lawrence asks Giants for a trade and won't attend offseason workouts, AP sources say]]></title><link>https://www.local10.com/sports/2026/04/06/dexter-lawrence-asks-giants-for-a-trade-and-wont-attend-offseason-workouts-ap-sources-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/dexter-lawrence-asks-giants-for-a-trade-and-wont-attend-offseason-workouts-ap-sources-say/</guid><dc:creator><![CDATA[By STEPHEN WHYNO and ROB MAADDI, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:04:57 +0000</pubDate><content:encoded><![CDATA[<p>Three-time Pro Bowl nose tackle Dexter Lawrence has requested a trade from the New York Giants and will not attend their offseason workout program, according to three people familiar with the situation.</p><p>The people spoke to The Associated Press on condition of anonymity Monday because discussions were not being made public.</p><p>Lawrence has played his first seven NFL seasons with the Giants since they selected him with the 17th pick in the 2019 draft out of Clemson.</p><p>Now 28, he still has two years left on his contract, set to earn $20 million and $19.5 million in each of the next two seasons.</p><p>Coming off a dislocated left elbow from a game on Thanksgiving in 2024, Lawrence started all 17 games last season. He finished with a career-low 31 tackles and a half-sack for a defense that ranked 30th out of 32 teams in the league.</p><p>Lawrence has 341 tackles and 30 1/2 sacks in 109 regular-season games in the league. He made 12 more tackles in two playoff games.</p><p>The Giants began spring workouts Tuesday under new coach John Harbaugh, who along with general manager Joe Schoen hired Dennard Wilson as the team's defensive coordinator. They have the fifth pick in the upcoming draft after going 4-13.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6MKGTZQ7YKPYJKRKLLCTA63RJQ.jpg?auth=a79d01ae9e20330b5178770d7cd567e4a5af20f22b240acf996f9f2fe88f2739&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Giants defensive tackle Dexter Lawrence II (97) walks off the field after an NFL football game against the Dallas Cowboys, Sunday, Jan. 4, 2026, in East Rutherford, N.J. (AP Photo/Adam Hunger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Mets expect Juan Soto to be sidelined 2 to 3 weeks by strained right calf]]></title><link>https://www.local10.com/sports/2026/04/06/mets-expect-juan-soto-to-be-sidelined-2-to-3-weeks-by-strained-right-calf/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/mets-expect-juan-soto-to-be-sidelined-2-to-3-weeks-by-strained-right-calf/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 19:00:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York Mets outfielder Juan Soto is projected to miss two to three weeks because of a strained right calf.</p><p>New York put the four-time All-Star on the 10-day injured list Monday, a move retroactive to Saturday. The Mets said the typical timeframe for a return to play for this type of injury is about two to three weeks.</p><p>Infielder Ronny Mauricio was recalled from Triple-A Syracuse.</p><p>Soto, 27, is in the second season of a record $765 million, 15-year contract. He is hitting .355 with one homer and five RBIs in eight games after batting .263 with 43 homers, 105 RBIs, 38 stolen bases, 127 walks and a .921 OPS in his first season with the Mets.</p><p>Soto was hurt Friday night trying to run from first to third during the Mets’ 10-3 win at San Francisco.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y2SQOSMP3C2EMQLH5M3WPSPSVQ.jpg?auth=a33ff4c7b391d32ca6d10990cb36a162450a8cbca28dc86648cfde2bbb8f1f0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto slides into home plate to score on a double by Bo Bichette during the first inning of a baseball game against the San Francisco Giants in San Francisco, Thursday, April 2, 2026. (AP Photo/Tony Avelar)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/24JZ6OIXQIS5HJTB5WJAWEMTFY.jpg?auth=6f4d6b131ef22b2030054782d16e70d1815b23f09ba9615970f5bcdfa89c66d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Mets' Juan Soto hits a single during the eighth inning of a baseball game against the San Francisco Giants in San Francisco, Thursday, April 2, 2026. (AP Photo/Tony Avelar)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content></item><item><title><![CDATA[The Tigers, led by catcher Dillon Dingler, have been baseball's best at ABS challenges]]></title><link>https://www.local10.com/sports/2026/04/06/the-tigers-led-by-catcher-dillon-dingler-have-been-baseballs-best-at-abs-challenges/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/the-tigers-led-by-catcher-dillon-dingler-have-been-baseballs-best-at-abs-challenges/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 21:15:30 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Catchers were far more successful than batters through Major League Baseball's first full week of challenges to robot umpires, led by the Detroit Tigers and Dillon Dingler.</p><p>The overall success rate in the Automated Ball-Strike System was 55.2% (299 of 542), with fielding teams winning 59.7% of challenges (175 of 293), including 60.4% by catchers (169 of 280).</p><p>“I like it a little more. I was pretty staunch against it, which I still may be to some degree,” New York Yankees manager Aaron Boone said.</p><p>There were just 13 challenges by pitchers, who won six. Batters were successful on 49.8% (124 of 249).</p><p>“I think it’s fun. It’s its own game inside the game, almost," Tampa Bay catcher Hunter Feduccia said.</p><p>Success rate was up from 49.5% last year at Triple-A, where defense won 53.7% and batters 49.5%</p><p>Detroit won the highest percentage of calls at 75% (15 of 20) while Arizona was at 71%, and Baltimore and Cincinnati both 67%.</p><p>Minnesota called for the most challenges with 32, winning 20 for a 63% success rate. Texas had the fewest, winning 4 of 10.</p><p>Cleveland was the least successful at 32%, with Washington at 38% and St. Louis and Texas at 40%</p><p>Detroit catchers were 8-0, with seven wins by Dingler.</p><p>ABS' impact could be seen when Atlanta played at Arizona last Thursday. The Braves were ahead 2-1 when the Diamondbacks' Ryne Nelson threw a 3-2 curveball on the upper, outside corner to Ozzie Albies that was called a strike by Malachi Moore. Albies challenged and headed toward first even before ABS showed the pitch missed the strike zone by 1.1 inches. The walk started an eight-run rally in a 17-2 romp.</p><p>“In some of these games, it’s had a more of a swinging effect on outcomes of at-bats and how things change than maybe even you thought,” Miami manager Clayton McCullough said.</p><p>Logan O’Hoppe of the Los Angeles Angels had the most victories, successful on 10 of 12. The Marlins’ Agustín Ramírez won 7 of 9 and the Los Angeles Dodgers’ Will Smith 8 of 11.</p><p>Seattle’s Cal Raleigh won 4 of 9 and the Athletics’ Shea Langeliers 3 of 9.</p><p>Among batters, Mark Vientos of the New York Mets and Iván Herrera both went 3-0. Mike Trout of the Los Angeles Angels was 3-1 along with Philadelphia's Kyle Schwarber and Tampa Bay's Jake Fraley.</p><p>Colorado's Hunter Goodman and Washington's Luis García Jr. were both 0 for 3.</p><p>Boone said Yankees staff and players daily review challenges made and opportunities missed.</p><p>Players still are getting used to ABS. Washington's Jorbit Vivas tapped his helmet signaling for an appeal on March 31 when the Nationals already had exhausted their two challenges.</p><p>Among umpires, Mike Estabrook had 11 of 12 calls overturned (91.7%), Andy Fletcher had 15 of 17 (88.2%), Ron Kulpa and Paul Clemons each 7 of 9 (77.8%) and Chris Segal 10 of 13 (76.9%), according to taptochallenge.com.</p><p>Will Little had just 1 of 10 calls reversed while Erich Bacchus was perfect with no overturned calls in five challenges. Others with low overturn rates with at least five challenges included Emil Jiménez (1 of 5), Jordan Baker (2 of 8), Ryan Additon and Nick Mahrley (both 2 of 7) and David Rackley (3 of 10).</p><p>Offense at record low</p><p>Offense again lagged through the first 139 games of the 2,430-game season.</p><p>The .234 big league batting average is down from .239 through 12 days last year (including the two games in Japan), when it finished at .245. The average usually increases as the weather warms. The full-season low of .237 was set in 1968.</p><p>Runs per game averaged 8.8, up from 8.7, and stolen bases dropped to 1.4 per game from 1.6</p><p>Fastball velocity at record high</p><p>Average fastball velocity is 94.6 mph, up from 94.1 mph through the first full week last year. The final figure increased in each of the last five seasons to a record 94.5 mph in 2025. It was 91.9 mph when MLB first started tracking in 2008.</p><p>“I wish I was facing the same pitching as I did my rookie year back when guys were throwing 88-mile-an-hour sinkers over the plate," said 33-year-old Cleveland catcher Austin Hedges. “That pitch doesn’t exist anymore.”</p><p>Game time</p><p>The average time of a nine-inning game is 2 hours, 43 minutes, up from 2:37 at this point last year, when it finished at 2:38.</p><p>Pitch clock violations averaged 0.17 per game, down from 0.22 through 139 games last year.</p><p>Attendance</p><p>MLB's average crowd of 31,725 through 138 dates was up 1.5% over 31,255 for the same period last year.</p><p>___</p><p>AP Sports Writers Dan Gelston and Steve Megargee, and AP freelance writer Tom Withers contributed to this report.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZCQKJAAZVTEFIT54ZXSMXTUIUU.jpg?auth=1b91d720c7c142bbf283c1f472dad19b046ed6685d22ccc6de6fef2cb80addf2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers catcher Dillon Dingler throws to first base for an out on a St. Louis Cardinals' Victor Scott II bunt in the first inning of a baseball game Saturday, April 4, 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/7RKBD54C6QD4DEK65PQLDZXE2E.jpg?auth=f36caed888dd297671b817d034bedb394e398e127920647e7c2f1a49edc2e766&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Twins' Josh Bell, right, signals for an ABS challenge on a called third strike, which was upheld, during the first inning of baseball game against the Tampa Bay Rays, Saturday, April 4, 2026, in Minneapolis. (AP Photo/Matt Krohn)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Krohn</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUNW42OPU2GLHJJJIHNKDT4JII.jpg?auth=59e8de58b0fae5c3711eedb1248fd5815d2b6617897a663a64d6e35e64a1a83c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Jose Altuve (27) watches a replay of the Automated Ball-Strike Challenge System (ABS) during the first inning of a baseball game against the Boston Red Sox in Houston, Monday, March 30, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Expresidente Arce denuncia violación de sus derechos desde la cárcel en Bolivia donde está detenido]]></title><link>https://www.local10.com/espanol/2026/04/06/expresidente-arce-denuncia-violacion-de-sus-derechos-desde-la-carcel-en-bolivia-donde-esta-detenido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/expresidente-arce-denuncia-violacion-de-sus-derechos-desde-la-carcel-en-bolivia-donde-esta-detenido/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 18:38:16 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El expresidente de Bolivia Luis Arce  (2020-2025) se declaró un “preso político” desde la principal cárcel en La Paz donde está recluido hace casi cuatro meses y denunció que el gobierno y el sistema judicial buscan darle “muerte civil y política”.</p><p>En una carta manuscrita fechada el 31 de marzo y que su equipo hizo pública el lunes en X, Arce denunció que desde los primeros días de su detención sufrió una “violación de sus derechos personales y constitucionales” por parte del gobierno de su sucesor, Rodrigo Paz. Dijo haber sido víctima de “tortura psicológica" y “vulneración al debido proceso, a la presunción de inocencia y a la defensa, así como a las garantías de imparcialidad y seguridad jurídica”.</p><p>El expresidente fue detenido en diciembre pasado, un mes después de haber concluido su mandato, por supuesta corrupción y enfrenta cargos por presuntos incumplimiento de deberes y conducta antieconómica en relación con un millonario desfalco de fondos públicos en el Fondo Indígena durante su gestión como ministro de Economía entre 2006 y 2017, durante la presidencia de Evo Morales (2006-2019).</p><p>“Todos los recursos presentados por mi defensa han sido rechazados, incluyendo una petición para realizarme exámenes con el cardiólogo, poniendo en riesgo mi salud”, dijo el exmandatario.</p><p>Autoridades del gobierno no se han pronunciado sobre la carta.</p><p>Arce terminó peleado con Morales, su mentor político, y el partido izquierdista de ambos que gobernó por casi 20 años fue el gran derrotado en las elecciones de noviembre pasado que fueron ganadas por el actual mandatario de centro derecha.</p><p>Arce denunció que en los primeros días de detención fue recluido “en una celda que carecía de condiciones mínimas de habitabilidad”. Dijo que permanentemente le toman “fotos y filmaciones” en el patio del penal mientras hace deportes o recibe visitas, lo que en su criterio constituye “una tortura psicológica". “Yo no he robado, no he mentido, no he matado. Lo que están haciendo es una venganza. Exijo respeto al libre proceso, sin presiones políticas ni instrucciones del gobierno”, dijo.</p><p>Marcelo Arce, hijo de Arce, también está preso en otro penal acusado de enriquecimiento ilícito. El gobierno impulsa una investigación a la familia del exmandatario y a otros funcionarios del anterior gobierno por supuesta corrupción.</p><p>Paz dijo antes que la gestión del partido izquierdista de Morales y Arce hundió al país en la corrupción. “Por 20 años hemos tenido un Estado capturado por la corrupción; no es una persecución, varios de los responsables ya están en la cárcel para responder ante la justicia”, dijo el lunes en mandatario al presentar reformas internas destinada a transparentar las compras estatales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKN5X7T3U5DKQ2EDG5PLJAZL5E.jpg?auth=4065430a00fd512645e82926c736bb14ae3b6abd3cf33bbdfbe84d474d980398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente de Bolivia, Luis Arce, escucha las preguntas durante una rueda de prensa en el palacio presidencial de La Paz, Bolivia, el 21 de agosto de 2025. (Foto AP/Juan Karita, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[BSO: Deputies respond after man allegedly goes berserk at Renaissance Festival]]></title><link>https://www.local10.com/news/local/2026/04/06/bso-deputies-respond-after-man-allegedly-goes-berserk-at-renaissance-festival/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/bso-deputies-respond-after-man-allegedly-goes-berserk-at-renaissance-festival/</guid><description><![CDATA[A wild scene played out at the Renaissance Festival, but this was not a medieval performance.]]></description><pubDate>Mon, 06 Apr 2026 18:13:57 +0000</pubDate><content:encoded><![CDATA[<p>A wild scene played out at the Renaissance Festival, but this was not a medieval performance.</p><p>Broward sheriff’s deputies responded last month after calls “regarding an intoxicated male subject described as shirtless, bald and with tattoos all over his body, who was yelling at and making threats towards patrons.”</p><p>Deputies located the man, and according to an arrest affidavit, the suspect repeatedly got into a deputy’s personal space and said, “You want to shoot me, you want to shoot me.”</p><p>The deputy said the man appeared to be highly intoxicated. </p><p>There was a struggle and the deputy said he was able to take Theodore Ray Blount, 39, to the ground.</p><p>The deputy said Blount continued to struggle as he was being put in the back of a patrol unit, and that he “continued yelling, kicking, and striking his head against the interior cage and door.”</p><p>Blount was booked into the Broward jail and charged with several crimes, including assault with threat to do violence and battery on an officer or firefighter.</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/7WRWCI3EFBACFELFIWUUYYMKMI.jpeg?auth=394712421b6fa3d972b695c46507ad12df9c584bda0d7284bd30eacfb8c96dc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man can’t stop stealing sunglasses from South Beach store ― even while out on bond, cops say]]></title><link>https://www.local10.com/news/local/2026/04/06/man-cant-stop-stealing-sunglasses-from-south-beach-store-even-while-out-on-bond-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/man-cant-stop-stealing-sunglasses-from-south-beach-store-even-while-out-on-bond-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[According to Miami Beach police, officers arrested Juan Carlos Manzaneraz-Juarez on March 8 for walking into an open sunglasses store on Lincoln Road and making off with two pairs of shades. He would later be released from jail on a $2,500 bond for a grand theft charge.]]></description><pubDate>Mon, 06 Apr 2026 18:16:19 +0000</pubDate><content:encoded><![CDATA[<p>According to Miami Beach police, officers arrested Juan Carlos Manzaneraz-Juarez on March 8 for walking into an open sunglasses store on Lincoln Road and making off with two pairs of shades. He would later be released from jail on a $2,500 bond for a grand theft charge.</p><p>But rather than lay low while out on bail, police say the 26-year-old came back for more shades ― and upped the ante considerably.</p><p>Investigators said the one-man crime wave centered on Solstice Sunglasses at 805 Lincoln Road.</p><p>Rather than walk into the store during business hours and steal two pairs of shades, Manzaneraz-Juarez went to the store at around 2:30 a.m. on March 26, shattered the glass window with a metal pipe, crawled under the door frame and “selected” about 20 pairs of sunglasses from the display before leaving, according to a report from the Miami Beach Police Department.</p><p>Cops said the heist totaled in upwards of $12,000 worth of shades. But they said he wasn’t finished.</p><p>Investigators said a Lincoln Road ambassador flagged down officers at around 8:30 Saturday morning to let them know that Solstice’s front door was ― again ― “completely shattered.”</p><p>The MBPD report states that surveillance video from around 5 a.m. showed Manzaneraz-Juarez coming back for more, using a pole to shatter the front door, this time taking about 33 pairs worth about $19,000 in the span of around a minute before crawling back out.</p><p>Police said they put out a wanted flyer for Manzaneraz-Juarez, who is homeless, and an officer identified him. On Saturday, police said they arrested him for breach of the peace on the beach near 16th Street. </p><p>When they searched his backpack, they said they found about two dozen pairs of sunglasses “with the tags and anti-theft security devices attached.”</p><p>Manzaneraz-Juarez is now facing six more felony charges, including burglary.</p><p>As of Monday afternoon, the Los Angeles native remained in the Turner Guilford Knight Correctional Center on a bond of more than $40,000. It came with an added requirement that he’ll have to prove that any bail money comes from a legitimate source.</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/FILTXEQL7FGMFLYAA5KQIRFM44.jpg?auth=4d898f2d00f19842e1d6ee7cb5543809815e9fd87ab546a22c4eae574879bde8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Manzaneraz-Juarez]]></media:description></media:content></item><item><title><![CDATA[Milei y Kast afianzan sintonía; minería, fronteras y extradición exguerrillero en agenda bilateral]]></title><link>https://www.local10.com/espanol/2026/04/06/milei-y-kast-afianzan-sintonia-mineria-fronteras-y-extradicion-exguerrillero-en-agenda-bilateral/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/milei-y-kast-afianzan-sintonia-mineria-fronteras-y-extradicion-exguerrillero-en-agenda-bilateral/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 17:44:25 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — Los presidentes ultraderechistas de Argentina, Javier Milei, y de Chile, José Antonio Kast, se comprometieron el lunes a profundizar una agenda bilateral que refleje sus visiones compartidas en materia de integración económica, sobre todo en minería, lucha contra el crimen organizado y la inmigración ilegal.</p><p>“Fue una reunión muy productiva…Unidos mostramos que tenemos una fuerza incomparable”, expresó Kast en una rueda de prensa tras ser recibido por Milei en la Casa Rosada de Buenos Aires, en la que fue su primera visita de Estado desde que asumió el pasado 11 de marzo.</p><p>La llegada de Kast al poder marcó el giro más pronunciado hacia la derecha en Chile desde el regreso de la democracia en 1990 y confirma una tendencia regional que tiene al anarcocapitalista Milei como uno de sus precursores.</p><p>Minería, fronteras y crimen organizado</p><p>Kast consideró que Argentina y Chile atraviesan “un momento histórico para lograr una mayor integración por temas de turismo, comercio, inversión y minería”.</p><p>En este último punto, Kast se mostró especialmente interesado en el potencial minero del vecino país en momentos en que Milei impulsa un cambio de paradigma para limitar las protecciones ambientales y atraer inversiones al sector.</p><p>“Argentina está tomando un ritmo importante y nosotros podemos colaborar en temas de conocimiento, logísticos…nos interesa mucho la integración de todo tipo de producción minera que pueda tener Argentina”, detalló el mandatario de Chile, una potencia minera a nivel global.</p><p>Milei y Kast también se comprometieron a mejorar la infraestructura de los múltiples pasos fronterizos entre ambas naciones sobre la cordillera de los Andes para terminar con horas de demora en la circulación de turistas y transportistas.</p><p>Ambos gobiernos van a estrechar la cooperación en materia de seguridad para combatir la inmigración irregular, el narcotráfico y el crimen organizado. “Son un enemigo que no respeta leyes y tiene muchos recursos…tenemos que buscar una alianza entre distintos países”, evaluó Kast. “En Argentina se han dado muestras claras del combate al crimen organizado. No tiene solución real si no hacemos lo mismo en Chile, en Bolivia y en otros países”.</p><p>Caso Apablaza</p><p>Kast destacó que “contamos con toda la colaboración del gobierno argentino”, para capturar y extraditar al exguerrillero Galvarino Apablaza, a quien la justicia chilena busca desde hace décadas por el asesinato del senador Jaime Guzmán en 1991.</p><p>Apablaza, señalado como autor intelectual del crimen, se fugó a la Argentina y en 2010 recibió el estatus de refugiado político. Una corte argentina de apelaciones revocó este beneficio en febrero y desde entonces se desconoce el paradero de quien fuera líder Frente Patriótico Manuel Rodríguez (FPMR).</p><p>El gobierno de Milei ofrece una recompensa equivalente a 14.000 dólares por su paradero.</p><p>Kast, quien tenía un estrecho vínculo con el senador asesinado, manifestó que “en Chile hay justicia y va a tener un juicio justo y una condena que corresponda”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FDUGGDMJLH2VRKUTU7J3XGRVDY.jpg?auth=96b643ef9b6b21a4daf1cc30372d54e39f73c3995b029deb959a2e52ff849850&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei, a la derecha, junto al presidente chileno José Antonio Kast en la Casa de Gobierno de Buenos Aires, Argentina, el lunes 6 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ZKSZ4KGN6NP6SOOYPI3I2BDM4.jpg?auth=6536eee2d70ea9e976d667f8b0704b9bb1e2283484c83d7417e716ee6c845b69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente argentino Javier Milei, a la derecha, junto al presidente chileno José Antonio Kast en la Casa de Gobierno de Buenos Aires, Argentina, el lunes 6 de abril de 2026. (Foto AP/Rodrigo Abd)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Abd</media:credit></media:content></item><item><title><![CDATA[Miami-Dade gets more than $5.2 million in federal funding to improve security ]]></title><link>https://www.local10.com/news/local/2026/04/06/miami-dade-gets-more-than-52-million-in-federal-funding-to-improve-security/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/06/miami-dade-gets-more-than-52-million-in-federal-funding-to-improve-security/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Rep. Mario Diaz Balart celebrated receiving more than $5.2 million in federal funding for law enforcement in Miami-Dade County. ]]></description><pubDate>Mon, 06 Apr 2026 17:06:28 +0000</pubDate><content:encoded><![CDATA[<p>Rep. Mario Diaz Balart celebrated receiving more than $5.2 million in federal funding for law enforcement in Miami-Dade County. </p><p>During a ceremony, Diaz Balart handed two big U.S. Treasury checks at the Miami-Dade Sheriff’s Office headquarters on Monday in Doral. </p><p>“This department is always at the forefront of technology,” Diaz-Balart said. </p><p>One check was for $4.2 million in equipment, and the other was for $1.05 million for a mobile command center. </p><p>“We have some really big things coming to Miami-Dade,” Sheriff Rosie Cordero-Stutz said. </p><p>The FIFA World Cup will have five matches in June and four in July in Miami-Dade County. </p><p><b>Related links</b></p><ul><li><a href="https://mariodiazbalart.house.gov/media-center/press-releases/media-advisory-rep-diaz-balart-present-525-million-miami-dade-sheriffs" target="_self" rel="" title="https://mariodiazbalart.house.gov/media-center/press-releases/media-advisory-rep-diaz-balart-present-525-million-miami-dade-sheriffs">Diaz Balart’s office</a> </li><li><a href="https://appropriations.house.gov/news/press-releases/advancing-american-strength-president-trump-signs-hr-6938-law" target="_self" rel="" title="https://appropriations.house.gov/news/press-releases/advancing-american-strength-president-trump-signs-hr-6938-law">Trump signs H.R. 6938 into law</a></li></ul><p><b>More FIFA stories</b></p><ul><li><a href="https://www.local10.com/news/florida/2026/04/01/fifa-raises-top-ticket-price-for-world-cup-final-to-10990-during-glitch-hampered-sales-reopening/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/01/fifa-raises-top-ticket-price-for-world-cup-final-to-10990-during-glitch-hampered-sales-reopening/">FIFA raises top ticket price for World Cup final to $10,990 during glitch-hampered sales reopening</a></li><li><a href="https://www.local10.com/sports/local/2025/12/08/fifa-launches-volunteer-center-ahead-of-world-cup-2026/" target="_self" rel="" title="https://www.local10.com/sports/local/2025/12/08/fifa-launches-volunteer-center-ahead-of-world-cup-2026/">FIFA launches volunteer center ahead of World Cup 2026</a></li><li><a href="https://www.local10.com/news/2026/01/19/white-house-appointee-explains-fifa-world-cup-preparations-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/2026/01/19/white-house-appointee-explains-fifa-world-cup-preparations-in-miami-dade/">White House appointee explains FIFA World Cup preparations in Miami-Dade</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Conozca a Cecile la cocodrilo, la gran dama de los Everglades de Florida]]></title><link>https://www.local10.com/espanol/2026/04/03/conozca-a-cecile-la-cocodrilo-la-gran-dama-de-los-everglades-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/03/conozca-a-cecile-la-cocodrilo-la-gran-dama-de-los-everglades-de-florida/</guid><description><![CDATA[Les presentamos a la gran dama de los Everglades de Florida.]]></description><pubDate>Fri, 03 Apr 2026 15:37:05 +0000</pubDate><content:encoded><![CDATA[<p>Conozca a la gran dama de los Everglades de Florida.</p><p>La naturalista Alison Josyln exploraba Shark Valley esta semana cuando vio a Cecile salir del pantano para tomar el sol.</p><p>Fue un poco más difícil para la cocodrilo americana hembra hacer su gran aparición, ya que los niveles de agua están muy bajos en este momento.</p><p>Josyln dice que Cecile es una gran atracción en Shark Valley y que lleva el nombre de un niño que una vez visitó el parque nacional.</p><p>Se cree que Cecile tiene unos 18 años y ha sido vista en Shark Valley y sus alrededores durante los últimos 10 años.</p>]]></content:encoded></item><item><title><![CDATA[Meet Cecile the Croc, the grande dame of the Florida Everglades ]]></title><link>https://www.local10.com/news/local/2026/04/03/meet-cecile-the-croc-the-grande-dame-of-the-florida-everglades/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/03/meet-cecile-the-croc-the-grande-dame-of-the-florida-everglades/</guid><description><![CDATA[Meet the grande dame of the Florida Everglades. ]]></description><pubDate>Fri, 03 Apr 2026 14:49:34 +0000</pubDate><content:encoded><![CDATA[<p>Meet the grande dame of the Florida Everglades. </p><p><a href="https://www.local10.com/espanol/2026/04/03/conozca-a-cecile-la-cocodrilo-la-gran-dama-de-los-everglades-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/03/conozca-a-cecile-la-cocodrilo-la-gran-dama-de-los-everglades-de-florida/">Leer en español</a></p><p>Naturalist Alison Josyln was exploring Shark Valley this week, when she spotted Cecile emerge from the swamp to get some sun.</p><p>It was a bit harder for the female American crocodile to make her grand entrance, because water levels are so low at the moment. </p><p>Joslyn says Cecile is a star attraction at Shark Valley, and is named after a child who once visited the national park. </p><p>Cecile is believed to be about 18 years old and has been seen in and around Shark Valley for the last 10 years.</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[Key Fed official sees possible rate hike amid higher gas prices, inflation concerns]]></title><link>https://www.local10.com/business/2026/04/06/key-fed-official-sees-possible-rate-hike-amid-higher-gas-prices-inflation-concerns/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/key-fed-official-sees-possible-rate-hike-amid-higher-gas-prices-inflation-concerns/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 22:44:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A top Federal Reserve official said Monday that an interest rate hike could be appropriate if inflation remains persistently above the central bank's 2% target, the latest sign that some policymakers are moving away from a bias toward reducing borrowing costs.</p><p>Beth Hammack, president of the Federal Reserve Bank of Cleveland, said in an interview with The Associated Press that her general preference is for the Fed keep its benchmark interest rate unchanged “for quite some time."</p><p>And she also said the Fed might have to cut its rate if higher gas prices caused the economy to slow and unemployment to rise. But if inflation remained elevated, a rate hike could be needed, she said.</p><p>“I can foresee scenarios where we would need to reduce rates ... if the labor market deteriorates significantly,” Hammack said. "Or I could see where we might need to raise rates if inflation stays persistently above our target.”</p><p>Hammack's comments suggest a growing concern among at least some policymakers that inflation, which was elevated before the Iran war, may require rate hikes to tame further. Rate increases by the Fed would be a sharp shift from late last year, when the central bank cut its key rate three times. Rate hikes could lift borrowing costs for consumers and businesses, including for mortgages, auto loans, and credit cards.</p><p>Other Fed officials have recently opened the door to rate hikes, including Austan Goolsbee, president of the Chicago Fed. And minutes of the Fed's meeting in late January said that several of the 19 officials on the rate-setting committee supported altering the post-meeting statement to reflect the possibility of “upward adjustments” to rates.</p><p>A rate hike would almost certainly prompt President Donald Trump to lash out at the Fed, which he has harshly criticized for not cutting rates further. He has called for the central bank's key rate to be lowered to 1%, down from its current level of about 3.6%.</p><p>The government will update two inflation measures this week, though only one will likely reflect the impact of the jump in gas prices since the Iran war began Feb. 28. Gas prices averaged $4.12 a gallon nationwide Monday, according to AAA, up 80 cents from a month earlier.</p><p>On Friday, the government will issue the March inflation report, providing a first read on the impact of higher gas and energy prices. Economists forecast that annual inflation will worsen significantly, jumping to 3.1% from 2.4% in February, according to a survey by data provider FactSet. On a monthly basis, they expect consumer prices rose 0.8% in March from February, which would be the biggest increase in almost four years.</p><p>The Commerce Department will report the Fed's preferred inflation gauge for February on Thursday, though that won't incorporate any impact from the Iran conflict.</p><p>Hammack said that the Cleveland Fed's own estimates show inflation could reach 3.5% in April, which would be the highest since 2024. Inflation spiked to 9.1% in June 2022 before slowly declining.</p><p>“Inflation has been running above our target for more than five years now,” Hammack said, and a further increase would mean it is “moving in the wrong direction, away from our 2% objective.”</p><p>The Federal Reserve is required by Congress to seek low inflation and maximum employment, and higher gas prices could threaten both those mandates, creating a challenging situation for Fed officials.</p><p>Consumers may react to higher gas prices by cutting back on their spending elsewhere in the economy, Hammack said, which could lead to weaker growth and layoffs, which the Fed would need to respond to with rate cuts.</p><p>How the war impacts the economy will depend on how long it lasts and how high it lifts gas prices and other costs, Hammack said. Now in its sixth week, the conflict has already lasted longer than she expected when the Fed last met March 17-18, Hammack said.</p><p>Hammack said rising gas prices stemming from the Iran war are “the No. 1 thing” she hears about from people in her district, which covers Ohio and parts of Pennsylvania, West Virginia, and Kentucky.</p><p>“We know that causes a lot of pain personally, as it eats up a bigger and bigger share of people’s paychecks. So it’s important for us to stay focused on it,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JG32R3LZS76B56MEGRSF32TDIU.jpg?auth=19b544b9b6a7b4871eaa8793e2702bcdd9c06743a40791411ff48ec54f2ed117&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- In this Feb. 5, 2018, file photo, the seal of the Board of Governors of the United States Federal Reserve System is displayed in the ground at the Marriner S. Eccles Federal Reserve Board Building in Washington. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content></item><item><title><![CDATA[JPMorgan CEO Dimon: Iran war could reignite inflation and keep Fed rates higher for longer]]></title><link>https://www.local10.com/business/2026/04/06/jpmorgan-ceo-dimon-iran-war-could-reignite-inflation-and-keep-fed-rates-higher-for-longer/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/jpmorgan-ceo-dimon-iran-war-could-reignite-inflation-and-keep-fed-rates-higher-for-longer/</guid><dc:creator><![CDATA[By KEN SWEET, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 16:59:35 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — JPMorgan Chase CEO Jamie Dimon warned in his annual shareholder letter that a “resilient” U.S. economy could face renewed inflation pressures if the war in Iran disrupts global energy markets.</p><p>Dimon described inflation as the potential “skunk at the party” this year, cautioning that turmoil in oil and commodity markets could ripple through the economy, affecting everything from gasoline prices to manufacturing costs. He also warned that sustained inflation could force the Federal Reserve to keep interest rates higher for longer, posing risks to the broader economy and financial system.</p><p>“Given our complex global supply chains, countries are experiencing disruptions in shipbuilding, food and farming, among others,” Dimon wrote. “The outcome of current geopolitical events may very well be the defining factor in how the future global economic order unfolds — then again, it may not.”</p><p>Dimon has long used his annual letters to weigh in on major economic and policy issues. Past letters have focused on topics such as the COVID-19 pandemic, political upheaval in the United States, the global financial crisis and trade tensions.</p><p>Despite the risks, Dimon struck a generally optimistic tone.</p><p>“Despite the unsettling landscape, the U.S. economy continues to be resilient, with consumers still earning and spending (though with some recent weakening) and businesses still healthy,” he wrote.</p><p>While acknowledging the geopolitical context of the conflict, Dimon pointed to broader risks tied to instability in the region.</p><p>“We should not turn a blind eye to the role the current regime in Iran has played in fostering terrorism and killing thousands of people, including Americans and many of its own citizens, over many years,” he wrote.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WYXVJXFRJKASLVDO6IR4NVLYFM.jpg?auth=58565bbe485142ece56d235cbf64a5c9ebf4b3ab5c2751cf0444ddcde60a197f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - JPMorgan CEO Jamie Dimon is interviewed by Maria Bartiromo on the "Mornings with Maria Bartiromo" program, on the Fox Business Network, Wednesday, April 9, 2025, in New York. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Rescataron a 33 personas arrastradas por la corriente en South Florida, pero un hombre no lo logró]]></title><link>https://www.local10.com/espanol/2026/04/06/rescataron-a-33-personas-arrastradas-por-la-corriente-en-south-florida-pero-un-hombre-no-lo-logro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/rescataron-a-33-personas-arrastradas-por-la-corriente-en-south-florida-pero-un-hombre-no-lo-logro/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[Un hombre de unos 50 años murió ahogado el domingo en Pompano Beach mientras Ocean Rescue rescataba a 33 bañistas en Hollywood; las corrientes de resaca mantuvieron en alerta todo el litoral del sur de Florida.]]></description><pubDate>Mon, 06 Apr 2026 16:55:22 +0000</pubDate><content:encoded><![CDATA[<p>Una persona murió ahogada y decenas fueron rescatadas durante el fin de semana por corrientes de resaca en las playas del sur de Florida, confirmaron las autoridades.</p><p>Según funcionarios de Pompano Beach Fire Rescue, un hombre de aproximadamente 50 años murió el domingo por la noche tras ser sacado del océano cerca de 10 N. Pompano Beach Blvd.</p><p>Los funcionarios dijeron que la víctima estaba inconsciente cuando los salvavidas la sacaron del agua.</p><p>Los salvavidas le practicaron RCP al hombre hasta que llegó Fire Rescue, que lo trasladó al Broward Health North, donde fue declarado muerto.</p><p>Mientras tanto, en Hollywood, Ocean Rescue realizó un total de 20 rescates que involucraron a 33 personas durante el fin de semana, 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.</p><p>“Veo a algunas personas nadando... no sé cómo pueden”, dijo el lunes Bohdan Bavaluk, residente de Hollywood Beach.</p><p>Tras un fin de semana difícil en las playas del sur de Florida, las condiciones mejoraban el lunes. Sin embargo, el mar seguía poniendo nerviosos a algunos bañistas.</p><p>“Está loco”, dijo un bañista. “Creo que la gente necesita pensarlo dos veces antes de meterse al agua, porque se ve realmente peligroso.”</p><p>El domingo, banderas rojas de “peligro por corrientes de resaca” se alineaban en la orilla mientras el Servicio Meteorológico Nacional emitía una alerta de corrientes de resaca desde Jacksonville hasta Miami.</p><p>“Es bueno saber las condiciones del agua antes de entrar. Solo me hace dudar por mi hija”, dijo Penelope Kassaris, quien visita desde Nueva York.</p><p>Kari Fraser, de visita desde Ohio, dijo que las condiciones del domingo la sorprendieron tras regresar de un crucero.</p><p>“No estaba ni cerca de tan agitado donde estuvimos, en Aruba”, dijo Fraser.</p><p>Los salvavidas estuvieron muy atentos, advirtiendo a los nadadores durante todo el día.</p><p>“Los salvavidas nos han estado regañando todo el día, así que claramente están encima de la situación”, dijo Matt Mandela, de visita desde Nueva Jersey.</p><p>Aunque las condiciones mejoran el lunes, muchos siguen vigilando de cerca el agua.</p>]]></content:encoded></item><item><title><![CDATA[Clausuran restaurante en Kendall con 70 violaciones y al día siguiente seguía igual]]></title><link>https://www.local10.com/espanol/2026/04/06/clausuran-restaurante-en-kendall-con-70-violaciones-y-al-dia-siguiente-seguia-igual/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/clausuran-restaurante-en-kendall-con-70-violaciones-y-al-dia-siguiente-seguia-igual/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Peking One, en North Kendall Drive, fue clausurado el 30 de marzo tras registrar 70 violaciones sanitarias —la cifra más alta del año— que incluían excrementos de roedores, cucarachas y alimentos a temperaturas peligrosas.]]></description><pubDate>Mon, 06 Apr 2026 16:48:41 +0000</pubDate><content:encoded><![CDATA[<p>Un restaurante chino en West Kendall fue clausurado por las autoridades sanitarias el 30 de marzo tras acumular 70 violaciones, la cifra más alta registrada en el sur de Florida en lo que va de 2026.</p><p>Se trata de Peking One, ubicado en 16229 SW 88th Street, en el Kendall Park Plaza sobre North Kendall Drive.</p><p>Entre las violaciones documentadas por los inspectores figuran excrementos de roedores en el interior de un enfriador, en estantes de almacenamiento y detrás del calentador de agua; excrementos de cucarachas sobre recipientes de plástico; insectos voladores vivos; y cucarachas muertas en el piso del baño de empleados.</p><p>Los problemas de manejo de alimentos también fueron graves: se encontró pollo crudo almacenado sobre fideos cocidos y sobre carne de res cruda, alimentos a temperaturas inseguras, y huevos sin refrigerar sobre una mesa de preparación. Además, un empleado fue observado tosiendo y tocando utensilios limpios sin lavarse las manos.</p><p>Las condiciones físicas del local no eran mejores: pisos con acumulación pesada de grasa, paredes sucias, plomería en mal estado, tuberías con fugas, baños sin papel higiénico ni jabón, y falta de iluminación adecuada en la cocina.</p><p>Lo más alarmante: cuando los inspectores regresaron al día siguiente, 66 de las 70 violaciones seguían sin corregirse, incluyendo los excrementos de roedores y cucarachas, el pollo mal almacenado y el empleado con tos manipulando alimentos.</p><p>En Surfside, el restaurante La Vita e Bella, en 9485 Harding Ave., también fue clausurado el mismo día tras una inspección basada en una queja. Los inspectores encontraron cinco cucarachas vivas en la cocina y el área del mostrador, además de salmón descongelándose de forma inadecuada y ausencia de un gerente certificado en manejo de alimentos. Al día siguiente, los inspectores contaron ocho cucarachas vivas adicionales y siete muertas en la cocina.</p><p>Ningún restaurante en el condado de Broward ni en los Cayos de Florida fue clausurado la semana pasada. Todos los establecimientos mencionados fueron autorizados a reabrir tras una limpieza ordenada y una reinspección.</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[Varias tormentas llegarán al sur de Florida entre el martes y el miércoles]]></title><link>https://www.local10.com/espanol/2026/04/06/varias-tormentas-llegaran-al-sur-de-florida-entre-el-martes-y-el-miercoles/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/varias-tormentas-llegaran-al-sur-de-florida-entre-el-martes-y-el-miercoles/</guid><dc:creator><![CDATA[Brantly Scott]]></dc:creator><description><![CDATA[Entre el martes y el miércoles, varias rondas de tormentas cruzarán el sur de Florida con riesgo de inundaciones urbanas localizadas; la más intensa podría afectar el corredor de la I-95 entre las 4 a.m. y las 8 a.m. del martes.  ]]></description><pubDate>Mon, 06 Apr 2026 16:08:58 +0000</pubDate><content:encoded><![CDATA[<p>Durante los próximos días, se pronostica que varias rondas de aguaceros y tormentas cruzarán el sur de Florida.</p><p>No se esperan condiciones severas generalizadas, pero algunas tormentas podrían volverse breve y puntualmente fuertes o severas con ráfagas de viento intensas y fuertes lluvias.</p><p>Existe una amenaza de nivel bajo —Nivel 1 de 4— de inundaciones el martes y el miércoles. Esto aplica principalmente para inundaciones urbanas localizadas: incidentes aislados en áreas de la ciudad que se encuentran en zonas bajas o tienen un drenaje deficiente.</p><p><u>LUNES</u></p><p>Las áreas metropolitanas de la Costa Este deberían permanecer en su mayoría secas durante la tarde del lunes, salvo algunos aguaceros aislados. Estaremos pendientes de cómo se desarrolla un grupo de tormentas sobre los Everglades el lunes por la noche y la madrugada.</p><p><u>MARTES</u></p><p>Los modelos indican que este grupo de tormentas eventualmente se desplazará hacia el este y se centrará sobre el corredor de la I-95 en la madrugada del martes (aproximadamente entre las 4 a.m. y las 8 a.m.). Esto podría generar problemas durante el trayecto matutino. Tras esta ronda de tormentas del martes por la mañana, habrá algunas pausas en la lluvia alrededor del mediodía.</p><p>La luz solar adicional y el calentamiento recargarán la atmósfera para otra ronda de tormentas el martes por la tarde y la noche (aproximadamente entre las 2 p.m. y las 8 p.m.). Estas serán tormentas dispersas y aisladas, por lo que será difícil precisar los horarios para comunidades específicas hasta que comiencen a desarrollarse.</p><p><u>MIÉRCOLES</u></p><p>Se espera una pausa general en las lluvias desde la madrugada del martes hasta la primera mitad del día del miércoles, aunque siempre será posible algún aguacero breve. Luego, otra ronda de fuertes aguaceros y tormentas eléctricas es probable a partir de la media tarde del miércoles y hasta un par de horas después del atardecer (aproximadamente entre la 1 p.m. y las 8 p.m., con una variación de más o menos una hora).</p><p><b>Lea aquí el reporte del clima de </b><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><b>Weather Authority (en inglés)</b></a><b>.</b></p>]]></content:encoded></item><item><title><![CDATA[Mujer apuñala a su ex novia en Miami-Dade porque se comió el último chocolate de hongos]]></title><link>https://www.local10.com/espanol/2026/04/06/mujer-apunala-a-su-ex-novia-en-miami-dade-porque-se-comio-el-ultimo-chocolate-de-hongos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/mujer-apunala-a-su-ex-novia-en-miami-dade-porque-se-comio-el-ultimo-chocolate-de-hongos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Keisha Dotson Dardy, de 28 años, fue arrestada tras acuchillar a su ex novia en la cabeza el 26 de febrero en el suroeste de Miami-Dade durante una pelea por el último pedazo de un chocolate de hongos.]]></description><pubDate>Mon, 06 Apr 2026 16:34:57 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 28 años fue arrestada la semana pasada por agentes del Sheriff de Miami-Dade tras atacar a su ex novia con un cuchillo, todo por el último pedazo de un “chocolate de hongos”, dijeron las autoridades.</p><p>Según un informe de arresto, el incidente ocurrió el 26 de febrero en la cuadra 12300 de Southwest 283rd Street, y la sospechosa, Keisha Dotson Dardy, fue arrestada el jueves pasado.</p><p>Los agentes dijeron que Dardy y la víctima son ex novias que han tenido una relación intermitente durante varios años.</p><p>Según los agentes, en la noche del 26 de febrero, las dos mujeres tuvieron una “acalorada disputa” después de que Dardy acusó a la víctima de haberse comido el último chocolate de hongos.</p><p>El informe de arresto indica que la discusión verbal escaló rápidamente cuando Dardy sacó un cuchillo y “realizó un movimiento de apuñalamiento hacia la víctima, causándole una lesión”.</p><p>Los agentes dijeron que la víctima sufrió una laceración en el lado izquierdo de la cabeza a causa del ataque y fue trasladada por Miami-Dade Fire Rescue al Jackson South Medical Center.</p><p>Las autoridades dijeron que Dardy huyó de la escena después de que se llamara al 911.</p><p>Según el informe, Dardy fue arrestada inicialmente el jueves por cargos no relacionados, pero ahora enfrenta cargos de agresión agravada con arma.</p><p>Un agente señaló en el informe de arresto que Dardy estaba “muy intoxicada y era errática” al momento de su arresto.</p><p>Hasta el lunes por la mañana, Dardy se encontraba detenida en el Centro Correccional Turner Guilford Knight.</p><p>Los registros carcelarios en línea muestran que también enfrenta un cargo de violencia doméstica en un caso separado y está detenida sin fianza por una orden de violación de libertad condicional relacionada con interferencia con la custodia de un menor y contribución a la delincuencia juvenil.</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[Cobró $223,000 a escuela católica de Tamiami y nunca hizo el trabajo ni era contratista siquiera]]></title><link>https://www.local10.com/espanol/2026/04/06/cobro-223000-a-escuela-catolica-de-tamiami-y-nunca-hizo-el-trabajo-ni-era-contratista-siquiera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/cobro-223000-a-escuela-catolica-de-tamiami-y-nunca-hizo-el-trabajo-ni-era-contratista-siquiera/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Nestor Olivares, de 50 años, fue arrestado el sábado acusado de cobrarle $223,000 a la Escuela Católica St. Kevin en el suroeste de Miami-Dade para instalar techos que nunca construyó.]]></description><pubDate>Mon, 06 Apr 2026 16:27:37 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que operaba una empresa llamada Creed Metal fue arrestado un día antes de Pascua por estafar a una escuela religiosa por más de $223,000, según la Oficina del Sheriff de Miami-Dade.</p><p>Los agentes dijeron que la Escuela Católica St. Kevin, ubicada en 4001 SW 127th Ave., contrató a Nestor Olivares en septiembre de 2024 para instalar 13 estructuras de techo de aluminio.</p><p>Sin embargo, un informe de arresto del MDSO indica que Olivares, de 50 años, “no cumplió con los términos del acuerdo, dejando de proveer los materiales pactados o realizar el trabajo según lo establecido”.</p><p>Además, los agentes dijeron que ni siquiera tenía licencia.</p><p>Las autoridades dijeron que en febrero de 2026, Olivares le prometió a la escuela un reembolso total para el 25 de febrero, pero nunca pagó. También le entregó a la iglesia documentos bancarios falsos alegando haber iniciado una transferencia bancaria.</p><p>Los agentes arrestaron a Olivares en su casa en Southwest 126th Avenue, a aproximadamente media milla de la iglesia en la zona de Tamiami del condado, el sábado.</p><p>Enfrenta cargos de hurto mayor en primer grado, falsificación de documentos y una violación de ordenanza del condado por ejercer contratación sin licencia.</p><p>Hasta el lunes, el ciudadano venezolano permanecía en el Centro Correccional Turner Guilford Knight con una fianza de $30,150. Los registros muestran que deberá demostrar que el dinero de la fianza proviene de una fuente legítima antes de que las autoridades lo pongan en libertad.</p><p>La misma iglesia fue noticia el pasado noviembre tras el arresto de un sacerdote por una presunta disputa relacionada con un “cartel de contenido político”. Sin embargo, su caso ya no aparece en los registros judiciales de Miami-Dade.</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[Joven de 19 años está grave en el Ryder Trauma Center porque le dieron bala]]></title><link>https://www.local10.com/espanol/2026/04/06/joven-de-19-anos-esta-grave-en-el-ryder-trauma-center-porque-le-dieron-bala/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/06/joven-de-19-anos-esta-grave-en-el-ryder-trauma-center-porque-le-dieron-bala/</guid><description><![CDATA[Un joven de 19 años fue baleado poco después de las 10:45 a.m. del lunes en Northwest 25th Avenue y 38th Street en Allapattah; fue trasladado al Ryder Trauma Center en condición grave pero estable.]]></description><pubDate>Mon, 06 Apr 2026 16:23:37 +0000</pubDate><content:encoded><![CDATA[<p>Los paramédicos trasladaron de urgencia a un joven de 19 años al Hospital Jackson Memorial el lunes por la mañana tras un tiroteo en el vecindario de Allapattah, en Miami.</p><p>El tiroteo ocurrió poco después de las 10:45 a.m. en el área de Northwest 25th Avenue y 38th Street.</p><p>Un video del Sky 10 mostró a oficiales de policía y cinta de la escena del crimen en la zona industrial.</p><p>Según Miami Fire Rescue, los paramédicos trasladaron a la víctima al Centro de Trauma Ryder del JMH en “condición grave pero estable”.</p><p>La oficial Kiara Delva, portavoz del Departamento de Policía de Miami, dijo que los investigadores estaban analizando “las circunstancias que rodearon el tiroteo” al filo de las 11 a.m.</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[Angel Reese traded from Chicago Sky to Atlanta Dream for first-round draft picks in 2027 and 2028]]></title><link>https://www.local10.com/sports/2026/04/06/angel-reese-traded-from-chicago-sky-to-atlanta-dream-for-first-round-draft-picks-in-2027-and-2028/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/angel-reese-traded-from-chicago-sky-to-atlanta-dream-for-first-round-draft-picks-in-2027-and-2028/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 17:33:23 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The Atlanta Dream acquired two-time WNBA All-Star Angel Reese from the Chicago Sky on Monday in exchange for first-round draft picks in 2027 and 2028.</p><p>Atlanta also receives the right to swap second-round picks with Chicago in 2028.</p><p>The 6-foot-3 Reese averaged 14.1 points and 12.9 rebounds in her two seasons with Chicago, earning All-Star honors each year while finishing as the runner-up for rookie of the year in 2024.</p><p>"Angel is a dynamic talent and a perfect fit for what we are building in Atlanta,” general manager Dan Padover said in a statement released by the Dream. “She has already proven herself as one of the most impactful players in the league, and her competitiveness, production and drive to win align seamlessly with our vision. This is an exciting moment for our organization and our fans.”</p><p>Reese, 23, was the No. 7 overall pick by Chicago in the 2024 WNBA draft after leading LSU to the 2023 national championship.</p><p>The trade comes after Reese expressed frustrations late in last season's 10-34 finish for the Sky. She told the Chicago Tribune that she “might have to move in a different direction and do what’s best for me” if the team didn't improve its outlook. She later apologized to the team for the comments.</p><p>“I’m not settling for the same ... we did this year,” Reese told the newspaper. “We have to get good players. We have to get great players. That’s a non-negotiable for me. I’m willing and wanting to play with the best. And however I can help to get the best here, that’s what I’m going to do this offseason.</p><p>“So it’s going to be very, very important this offseason to make sure we attract the best of the best because we can’t settle for what we have this year.”</p><p>The Sky suspended Reese for half of a game for comments deemed “detrimental to the team.” The team listed her as dealing with a back injury for its final three games, raising speculation about her long-term future in Chicago.</p><p>"This trade is designed to achieve roster balance and represents a great opportunity for all parties,” Chicago general manager Jeff Pagliocca said in a statement released by the Sky.</p><p>“Angel has achieved many record-breaking milestones in her first two years in the WNBA and has been a competitive force for the Sky. We are thankful for her many important contributions to this league and this game, and we know she will continue to have a big impact on the court and beyond. We wish Angel all the best in her next chapter.”</p><p>Reese averaged 14.7 points last season and led the WNBA with 12.6 rebounds per game. She joins an Atlanta roster that boasts other established stars and flourished under the leadership of coach Karl Smesko.</p><p>Allisha Gray finished fourth in the MVP voting last season. Rhyne Howard became the fastest player in WNBA history to reach 300 career 3-pointers. Naz Hillmon was named Sixth Player of the Year and Brionna Jones was an All-Star.</p><p>“I’m beyond grateful for the opportunity to join the Atlanta Dream organization,” Reese said. “I’m focused on continuing to grow my game, competing at the highest level, connecting with the fans, and giving everything I’ve got to the Dream.”</p><p>Atlanta set a franchise record with 30 wins in 2025. Smesko said Reese will add elite skills.</p><p>“Angel’s ability to impact the game on both ends of the floor is elite,” Smesko said. “Her energy, toughness and instincts will thrive in our system, and we’re excited to integrate her into the style of play we are constructing here in Atlanta.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KC7MX7TX3ZJE6RYSX72HYRU7CI.jpg?auth=445f6c943401c691450ee4a6337653f167440ab0a1046b9f60ffcd6f5a4addea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Sky forward Angel Reese (5) follows the play during a WNBA basketball game against the Dallas Wings, Wednesday, May 15, 2024, in Arlington, Texas. (AP Photo/Brandon Wade, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Wade</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ER7MVMOMPQJM6AGKREHVFZNI4.jpg?auth=b2077fa98ab95b60eba85bd4ce3d65b79946944fc5e584f5993f3f2be5aa8f9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Sky forward Angel Reese (5) makes a pass during a WNBA basketball game against the Indiana Fever in Indianapolis, Saturday, May 17, 2025. (AP Photo/AJ Mast, File)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQJKEKHBLN6FVSQ4H4YC7CNTWE.jpg?auth=f6c6b4e966194b63d7500287c67bc2d8cf484cd100327dfce5c863a2446e8f62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Sky forward Angel Reese shoots during a WNBA basketball game against the Indiana Fever in Indianapolis, Saturday, May 17, 2025. (AP Photo/AJ Mast, File)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content></item><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 17:48:38 +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 Illinois 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[Vinícius Júnior hails Lamine Yamal for condemning anti-Muslim chants]]></title><link>https://www.local10.com/sports/2026/04/06/vinicius-junior-hails-lamine-yamal-for-condemning-anti-muslim-chants/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/06/vinicius-junior-hails-lamine-yamal-for-condemning-anti-muslim-chants/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 14:26:46 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Real Madrid forward Vinícius Júnior praised Barcelona star Lamine Yamal for publicly condemning anti-Muslim chants in a recent match, saying players need to stick together in the fight against discrimination.</p><p>Vinícius spoke Monday, less than a week after Yamal criticized the chants by Spanish fans in Spain’s friendly against Egypt last Tuesday. Yamal, who is Muslim, said the chants were disrespectful and intolerable.</p><p>Vinícius, a Brazil international, has been often subjected to racist taunts while playing in Europe and is vocal about the fight against racism. He said “it's always complicated” to talk about the subject but “these things happen a lot.”</p><p>“Hopefully we can continue with this fight,” he said. “It's important that Lamine speaks about it. It could help others. We are famous, we have money, we can balance these things better, but the poor people and the Blacks who are everywhere, they surely struggle more than we do. So we have to stick together, those who have a stronger voice, the players …”</p><p>In a Champions League match last month in Lisbon, Vinícius accused Benfica player Gianluca Prestianni of calling him a monkey after the Brazil forward celebrated in front of the home fans when he scored for Madrid. Benfica fans insulted Vinícius from the stands.</p><p>“I'm not saying that Spain or Germany or Portugal are racist countries, but there are racists in these countries, and in Brazil and other countries as well,” Vinícius said. “But if we keep fighting together, I think future players and people in general won't have to go through this again.”</p><p>Vinícius spoke on the eve of the first leg between Madrid and Bayern Munich in the quarterfinals of the Champions League.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XSO73EMJCT7JC6JXKDOVLUBWFM.jpg?auth=d8b270a343119a8827d1da4e19e518cbc60160d223cc6faa7c24d6b86a8c2d53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil's Vinicius Junior, front, supported by Brazil's Gabriel Martinelli in action during the international friendly soccer match between Brazil and France in Foxborough, Mass, Thursday, March 26, 2026. (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/6AXRWAZJR4M5NOZUHQRL2Q3CLE.jpg?auth=ba395ad60c52cde51aa36657f8d8968ebbdb92aa053d5e5bd0c29b494f00a122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Lamine Yamal controls the ball during the international friendly soccer match between Spain and Egypt in Barcelona, Spain, Tuesday, March 31, 2026. (AP Photo/Joan Monfort)]]></media:description><media:credit role="author" scheme="urn:ebu">Joan Monfort</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YJN62IVLH3RUEQNVGEC3PA7CAI.jpg?auth=3a39898d7e2ecba1535352d11a1069bbeb4cd91f5b6dbbd08bf61dd555ad4120&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazil forward Vinícius Júnior (10) is defended by Croatia midfielder Petar Sucic (17) during the first half of an international friendly soccer game, Tuesday, March 31, 2026, in Orlando, Fla. (AP Photo/Kevin Kolczynski)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Kolczynski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I6ZHZHFO2LBZEM35Q2EF7BRTZ4.jpg?auth=65ef71651d8094476af9cf02b602ee41aa3b0fb694d6daa8e98e16bcc388eca6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Real Madrid's Vinicius Junior in action betweem Mallorca's Samu Costa, left, and Pablo Maffeo during a La Liga soccer match between Mallorca and Real Madrid in Palma de Mallorca, Spain, Saturday, April 4, 2026. (AP Photo/Jose Breton)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Breton</media:credit></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-focused history]]></title><link>https://www.local10.com/business/2026/04/06/ap-says-it-will-offer-buyouts-as-part-of-pivot-away-from-newspaper-focused-history/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/06/ap-says-it-will-offer-buyouts-as-part-of-pivot-away-from-newspaper-focused-history/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 06 Apr 2026 20:14:17 +0000</pubDate><content:encoded><![CDATA[<p>The Associated Press, one of the world's oldest and most influential news organizations, 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 newspapers and their print journalism that sustained the company since the mid-1800s.</p><p>The News Media Guild, the union that represents AP journalists, said more than 120 of the staff members it represents received buyout offers on Monday.</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. Pace said the AP's goal is to reduce its global staff by less than 5%.</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>“The AP employs hundreds of talented journalists who are willing and able to adjust to the changing media landscape,” the union said in a statement. “However, the company refuses to offer them appropriate training and tools. Instead, AP continues to get rid of experienced staff and flirt with artificial intelligence — ignoring the opportunity to differentiate AP news stories as ones that are and always will be created by human journalists.”</p><p>The union said AP ignored a request last week to bargain over artificial intelligence. The news outlet had no immediate comment on that claim, or the union's estimate of how many people were offered buyouts. It's not clear whether the buyout offers were concluded by Monday afternoon.</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. “If 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 23:51:11 +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>Democratic consultant Paul Mitchell called Trump's decision “the safe bet” for Republicans. Rather than cling to a long shot hope that both Republicans reach the November ballot — or risk that both Hilton and Bianco fall short — Trump's blessing should consolidate support behind Hilton and allow him to emerge from a large primary field and reach November.</p><p>“Having a Republican on the top of the ticket is essential” to drive turnout in critical down-ballot races, with control of the U.S. House in play,” Mitchell added. In an unpredictable, wide-open race, the smart play for the GOP is to “get one Republican on the ballot.”</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><p>In a statement, Hilton, who hosted a Fox News show for six years and worked as an adviser to former British prime minister David Cameron, thanked Trump for his support and promised to grow jobs and bring down the state's punishing cost of living. “Together we can turn things around,” Hilton said.</p><p>Republicans have not won a statewide election in California in two decades. Registered Democratic voters outnumber Republicans in the state by nearly 2-to-1.</p><p>Bianco — Hilton's chief GOP rival — said in a video posted on X that “This race is about the future of California, not any one endorsement.” He also posted a photo of Hilton hugging outgoing Democratic Gov. Gavin Newsom at a 2016 charity event.</p><p>“I have repeatedly said that a Fox News host courting a president's endorsement will never win in California,” Bianco said in the video.</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 17:24:35 +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><media:content url="https://www.local10.com/resizer/v2/PDYDOZFNHXWKJROEARS5LQCJC4.jpg?auth=3bff5f01c9e716975c08ef5919dd1fc5f7267cdc5fc0a89f9058a28f56b6add6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Supreme Court is seen in Washington, Wednesday, April 1, 2026. (AP Photo/Tom Brenner)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</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[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[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></channel></rss>