<?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>Wed, 08 Apr 2026 16:18:32 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[‘Hilariously funny’: Tony-winning ‘Kimberly Akimbo’ opens at Broward Center]]></title><link>https://www.local10.com/entertainment/2026/04/08/hilariously-funny-tony-winning-kimberly-akimbo-opens-at-broward-center/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/08/hilariously-funny-tony-winning-kimberly-akimbo-opens-at-broward-center/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[A Tony Award-winning musical blending humor and heart is now playing at the Broward Center for the Performing Arts, bringing a uniquely unconventional coming-of-age story to South Florida audiences.]]></description><pubDate>Wed, 08 Apr 2026 16:14:33 +0000</pubDate><content:encoded><![CDATA[<p>A Tony Award-winning musical blending humor and heart is now playing at the Broward Center for the Performing Arts, bringing a uniquely unconventional coming-of-age story to South Florida audiences.</p><p><i>Kimberly Akimbo</i>, which won five Tony Awards including Best Musical in 2023, follows a teenage girl who ages at an accelerated rate. The role of Kimberly is portrayed by Broadway veteran Ann Morrison.</p><p>Morrison said the production resonates because of its mix of comedy and emotional depth.</p><p>“It’s hilariously funny, but it’s also filled with heart and a beautiful message about life is short, so just enjoy the ride,” Morrison said.</p><p>The musical centers on Kimberly’s challenges navigating family dysfunction, friendships and identity while living with a rare condition that causes her body to age rapidly. Despite the heavy premise, the show emphasizes optimism and resilience.</p><p>Kimberly Akimbo is scheduled to run at the Broward Center through April 12. <a href="https://www.browardcenter.org/events/detail/kimberly-akimbo-2026" target="_self" rel="" title="https://www.browardcenter.org/events/detail/kimberly-akimbo-2026">Click here</a> for more information on how to purchase tickets. </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[‘I see stuff starting to fly around’: Palm Springs North residents deal with severe weather ]]></title><link>https://www.local10.com/weather/2026/04/07/i-see-stuff-starting-to-fly-around-palm-springs-north-residents-deal-with-severe-weather/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/07/i-see-stuff-starting-to-fly-around-palm-springs-north-residents-deal-with-severe-weather/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[Severe weather impacted the Palm Springs North community on Tuesday in northwestern Miami-Dade County. ]]></description><pubDate>Wed, 08 Apr 2026 02:08:08 +0000</pubDate><content:encoded><![CDATA[<p>Severe weather impacted the Palm Springs North community on Tuesday in northwestern Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/04/08/veo-cosas-empezando-a-volar-residentes-de-palm-springs-north-enfrentan-clima-severo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/veo-cosas-empezando-a-volar-residentes-de-palm-springs-north-enfrentan-clima-severo/">Leer en español</a></p><p>Residents along Northwest 181st Street and a lake saw waterspouts, furniture blown around, heavy rain, and downed tree limbs. </p><figure><img src="https://www.local10.com/resizer/v2/QKI6YY3SXFGWBIR4RBGD4QUCNQ.jpg?auth=14eb794258aba2c9cfd3a7fc28a0350a4b62de1307b88d8c6bbce33d47608b42&smart=true&width=1200&height=900" alt="This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County." height="900" width="1200"/><figcaption>This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County.</figcaption></figure><p>“I see stuff starting to fly around, and then it got bad, and I ran into the bathroom,” a resident said, adding that the commotion lasted less than 5 minutes. </p><p>The wind flipped a boat and damaged roofs. There were downed trees and some power disruptions. </p><figure><img src="https://www.local10.com/resizer/v2/HBQ5QYHYABHQBFTHQGF22TY2QY.jpg?auth=ea0754e0b4f656a03451fde9b96ab20bc006ff4ab8fb97ebf646d5a3625336dc&smart=true&width=1200&height=900" alt="Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood." height="900" width="1200"/><figcaption>Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood.</figcaption></figure><p>Crews with the Florida Power &amp; Light Company were out working in the neighborhood on Friday night. </p><p><b>Tips on what to do during a tornado</b></p><figure><img src="https://www.local10.com/resizer/v2/YAI2W6UJ6RDJ7A3TG24JBX6QSE.jpg?auth=5c2a3dcad15b4a84f3bc54f6f48411b7db52fa07d9ff403d83f60f4a06f3dbf1&smart=true&width=1200&height=900" alt="The wind damage trees on Tuesday in Miami-Dade County's Palm Springs North neighborhood." height="900" width="1200"/><figcaption>The wind damage trees on Tuesday in Miami-Dade County's Palm Springs North neighborhood.</figcaption></figure><ul><li>Seek shelter in the interior room of a sturdy building and away from windows. </li><li>Drive to the closest shelter. </li><li>Cover your head</li></ul><p><a href="https://www.weather.gov/safety/tornado-during" target="_self" rel="" title="https://www.weather.gov/safety/tornado-during"><i>Source: The National Weather Service</i></a></p><p><i><b>For the Weather Authority’s live weather radar and hour-by-hour forecasts, </b></i><a href="https://www.local10.com/weather/" rel="" title="https://www.local10.com/weather/"><i><b>visit this page.</b></i></a></p><p><i><b>Related stories</b></i></p><ul><li><a href="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/" rel="" title="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/"><i><b>&nbsp;</b></i>Flood watch in effect for South Florida, weather affecting local airports</a></li><li><a href="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/" target="_self" rel="" title="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/">Beware of flooding, rip currents, traffic delays in South Florida</a></li></ul><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[Woman accused of helping hide suspect in 2 attempted murders in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/04/08/woman-accused-of-helping-suspect-hide-after-shooting-wounding-2-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/woman-accused-of-helping-suspect-hide-after-shooting-wounding-2-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 22-year-old woman faced criminal charges on Tuesday in Miami-Dade County after deputies accused her of helping a 22-year-old man hide after a shooting in the Naranja neighborhood, records show. ]]></description><pubDate>Wed, 08 Apr 2026 16:09:41 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old woman faced criminal charges on Tuesday in Miami-Dade County after deputies accused her of helping a 22-year-old man hide after a shooting in the Naranja neighborhood, records show. </p><p>Brian Laoz was on the run after wounding two victims <a href="https://www.local10.com/news/local/2026/02/17/mdso-2-men-arrive-at-hospital-after-being-shot-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/mdso-2-men-arrive-at-hospital-after-being-shot-in-southwest-miami-dade/">on Feb. 17</a> in the area of Southwest 266th Street and 138th Avenue when Leah Santos picked him up, according to a deputy’s arrest report. </p><p>On Feb. 23, Santos told Miami-Dade deputies that Laoz was her boyfriend, according to a Miami-Dade Sheriff’s Office deputy’s arrest report. </p><p>“She picked up [Laoz] the following morning after the shooting from a residence” and “traveled to a smoke shop to buy marijuana and rolling papers,” a deputy wrote, according to the report. </p><p>Santos also told deputies that she went home to the Three Lakes neighborhood to get bandages to help Laoz with his injured foot, they “went to a restaurant to get food,” and “she purchased a short-term rental,” according to the arrest report. </p><p>Santos said her parents called her to tell her that detectives were looking for her, so she left the Airbnb short-term rental in Kendall, and she drove back home to the Three Lakes neighborhood to meet with a detective, according to the report. </p><p>Santos “provided a false statement that she had not seen [Laoz] for a while and that they had previously ended their relationship” and “returned to the Airbnb where [Laoz] was,” according to the report. </p><p>Santos later convinced Laoz “to turn himself in” <a href="https://www.local10.com/news/local/2026/02/20/miami-dade-gunman-claims-self-defense-detective-reports-video-shows-premeditation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/20/miami-dade-gunman-claims-self-defense-detective-reports-video-shows-premeditation/">on Feb. 19</a>, and after he did, they continued to communicate while he was behind bars, according to the report. Detectives reported listening to their jail calls on Feb. 22 and Feb. 25.</p><p>Laoz, who had told deputies the Feb. 17 shooting had been in self-defense, allegedly gave Santos tasks during the calls — including buying firearms parts for him, according to the report. </p><p>Deputies searched Santos’s home on Tuesday in the Three Lakes neighborhood and arrested her there at 5:30 p.m., according to the report. </p><p>Miami-Dade corrections booked Santos shortly after 9:10 p.m. on Tuesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Santos faced charges of accessory after the fact, tampering with physical evidence, and knowingly providing false information to law enforcement during an investigation.</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/02/20/miami-dade-gunman-claims-self-defense-detective-reports-video-shows-premeditation/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/20/miami-dade-gunman-claims-self-defense-detective-reports-video-shows-premeditation/">Miami-Dade gunman claims self-defense; detective reports video shows ‘premeditation’</a></li><li><a href="https://www.local10.com/news/local/2026/02/17/mdso-2-men-arrive-at-hospital-after-being-shot-in-southwest-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/mdso-2-men-arrive-at-hospital-after-being-shot-in-southwest-miami-dade/">MDSO: 2 men arrive at hospital after being shot in southwest Miami-Dade</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOKTLE2STZD5NCARPD3MREQMLE.jpg?auth=fb324164a4218f3aff067f2dda1b43514543ad4308b821a9c9d27fce32d154bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Leah Santos on Tuesday in the Three Lakes neighborhood.]]></media:description></media:content></item><item><title><![CDATA['SNL' season closes out with plenty of Olivia Rodrigo, Matt Damon, Will Ferrell and Paul McCartney]]></title><link>https://www.local10.com/entertainment/2026/04/08/snl-season-closes-out-with-plenty-of-olivia-rodrigo-matt-damon-will-ferrell-and-paul-mccartney/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/08/snl-season-closes-out-with-plenty-of-olivia-rodrigo-matt-damon-will-ferrell-and-paul-mccartney/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:11:51 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Matt Damon, Will Ferrell and Paul McCartney will help close out the “Saturday Night Live” season, along with a double dose of Olivia Rodrigo.</p><p>Rodrigo will do double duty as host and musical guest on May 2, marking her hosting debut and third time as musical guest, ahead of her new album, “you seem pretty sad for a girl so in love.”</p><p>Damon, promoting Christopher Nolan's “The Odyssey,” will host the following week for the third time on May 9. Noah Kahan will perform as that show's musical guest, for the second time.</p><p>Ferrell, who leads Netflix's upcoming “The Hawk,” will host the 51st season finale on May 16 — his sixth time hosting. His musical guest will be McCartney, who will take the stage as musical guest for the fifth time.</p><p>Colman Domingo and musical guest Anitta are on tap this Saturday.</p><p>The NBC sketch comedy show airs at 11:30 p.m. Eastern and streams live on Peacock.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7HVSACST5LTBR7DATZQ6SSVNUU.jpg?auth=53e623dd47453523743c8f9166467c8cfc28362daeba93bbb51f06049a16e9ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Olivia Rodrigo arrives at the Vanity Fair Oscar Party on Sunday, March 15, 2026, at the Los Angeles County Museum of Art in Los Angeles. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Zeldin tells climate skeptics to 'celebrate vindication' after repeal of baseline climate rule]]></title><link>https://www.local10.com/news/politics/2026/04/08/zeldin-tells-climate-skeptics-to-celebrate-vindication-after-repeal-of-baseline-climate-rule/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/08/zeldin-tells-climate-skeptics-to-celebrate-vindication-after-repeal-of-baseline-climate-rule/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:00:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The head of the Environmental Protection Agency on Wednesday defended his decision to repeal the legal determination that serves as the basis for federal rules to slow climate change, telling a gathering of climate change skeptics that they should “celebrate vindication.”</p><p>EPA Administrator Lee Zeldin made the remarks in the keynote address at a conference hosted by the Heartland Institute, a conservative think tank that rejects mainstream climate science and what it calls “climate alarmism.” Zeldin told the gathering that repeal of the 2009 “endangerment finding” reversed decades of unthinking adherence to liberal politicians and environmental groups about the dangers of climate change.</p><p>“Today is a day to celebrate. It is a day to celebrate vindication,″ said Zeldin, a former Republican congressman from New York who is widely believed to be under consideration for a possible promotion to attorney general, following Pam Bondi’s forced departure last week.</p><p>The EPA earlier this year revoked the endangerment finding, a scientific conclusion that for 16 years was the central basis for regulating planet-warming emissions from power plants, vehicles and other sources. The Trump administration argued the finding hurts industry and the economy and claimed the Obama and Biden administrations twisted science to determine that greenhouse gases are a public health risk.</p><p>Zeldin's prominent appearance at a conference hosted by a group deeply skeptical of the established science around climate change reflected the vast reversal that President Donald Trump's administration has carried out of traditional policies meant to protect the environment. The EPA has rolled back dozens of air and water protections and has said it does not have legal authority to regulate climate change.</p><p>“You were right there on the front lines against there being an endangerment finding in 2009,” Zeldin told the Heartland conference.</p><p>Environmentalists denounced Zeldin's appearance before the conservative group, accusing him of “rallying climate deniers” at a time when climate change is creating greater risks of extreme weather, including stronger hurricanes, more dangerous floods and more intense wildfires.</p><p>Zeldin’s speech “promotes disinformation” and amounts to doing the bidding of Heartland’s secretive donors, said Joe Bonfiglio, an executive with the Environmental Defense Fund.</p><p>“The Heartland Institute is not a serious scientific organization. It’s a disinformation factory,” Bonfiglio said. “Having the EPA administrator serve as their opening act isn’t just embarrassing — it’s a signal of how completely the Trump administration has abandoned its obligation to protect the public from pollution.”</p><p>An EPA spokeswoman brushed off the criticism, saying “the era of EPA as a vehicle for radical ideology is over.”</p><p>Zeldin speaks before a “wide variety of ideologically different groups and individuals to promote the agenda of the Trump EPA,” spokesman Carolyn Holran said.</p><p>Zeldin has returned the agency’s focus to fulfill its statutory obligations to protect human health and the environment, “backed by gold standard science, not doomsday models designed to scare the public into compliance,” she said in an email.</p><p>Heartland Institute President James Taylor hailed Zeldin’s speech and called Zeldin “the greatest EPA administrator ever.”</p><p>The 2009 endangerment finding determined that carbon dioxide and other greenhouse gases threaten public health and welfare. The Obama-era finding is the legal underpinning of nearly all climate regulations under the Clean Air Act for motor vehicles, power plants and other pollution sources that are heating the planet.</p><p>The repeal eliminates all greenhouse gas emissions standards for cars and trucks and could unleash a broader undoing of climate regulations on stationary sources such as power plants and oil and gas facilities, experts say. Legal challenges have been filed by nearly two dozen states, along with public health and environmental groups.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SIDNW4EJSC7FWPQFMDPQ7UVZYY.jpg?auth=dc739cc039b9d9226288904bfa67c97a4b324551b062ccf6a23a75ccb8c0f02c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lee Zeldin, Environmental Protection Agency Administrator, delivers a speech at the reception of the Indo-Pacific Energy Security Ministerial and Business Forum at U.S. Ambassador's Residence Friday, March 13, 2026, in Tokyo. (AP Photo/Eugene Hoshiko, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[‘Snatched N Curved’ illegal post-op recovery home busted in Miami-Dade, 1 arrested, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/08/snatched-n-curved-illegal-post-op-recovery-home-busted-in-miami-dade-1-arrested-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/snatched-n-curved-illegal-post-op-recovery-home-busted-in-miami-dade-1-arrested-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A woman who co-owns an unlicensed post-cosmetic surgery recovery home called “Snatched N Curved” ended up snatched and cuffed by Miami-Dade deputies on Tuesday, an arrest report states. Authorities say the other owner remains at large.]]></description><pubDate>Wed, 08 Apr 2026 15:23:54 +0000</pubDate><content:encoded><![CDATA[<p>A woman who co-owns an unlicensed post-cosmetic surgery recovery home called “Snatched N Curved” ended up snatched and cuffed by Miami-Dade deputies on Tuesday, an arrest report states. Authorities say the other owner remains at large.</p><p><a href="https://www.local10.com/espanol/2026/04/08/desmantelan-casa-ilegal-de-recuperacion-postoperatoria-snatched-n-curved-en-miami-dade-arrestan-a-una-persona/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/desmantelan-casa-ilegal-de-recuperacion-postoperatoria-snatched-n-curved-en-miami-dade-arrestan-a-una-persona/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, it’s not the first time Crystal Wilneshia White or co-owner Kerri Lisa Smith, both 38, have been accused of operating unlicensed post-op homes in the county.</p><p>Deputies said they first executed a search warrant at “Snatched N Curved,” located at 21480 SW 132nd Court, on March 17. They said they found eight recovering patients and two employees at the home. </p><p>They said another person who arrived with a patient claimed she was not an employee and was “visiting Crystal.”</p><p>Two days before White’s arrest, <a href="https://www.instagram.com/p/DWt8bjJDjPR/?hl=en" target="_self" rel="" title="https://www.instagram.com/p/DWt8bjJDjPR/?hl=en">an Instagram post</a> from the business warning of recovery homes “shutting down or facing serious legal consequences” due to “increasing regulations” proclaimed that the business is above-board.</p><p>“At Snatched N Curved, we want to be very clear: We do not operate like that, and we do not stand for that,” it states. “At the same time, we must operate legally, responsibly, and in full compliance with all regulations. We will not put our company, our team, or our families at risk.”</p><p>But deputies said “Snatched N Curved” was not, in fact, a licensed assisted living facility as required by state law.</p><p>The arrest report states that patients were paying in upwards of $300 per night, through Zelle, to Smith and Pierre to stay at the home and receive care. A review of the pair’s Zelle account showed that the two women had made $200,000, authorities said.</p><p>Investigators said Smith, also known as “Kerri Pierre,” was the “face” of the business and White is the registered director of the associated “SNG Concierge” company. </p><p>Deputies said they also snatched evidence from the garbage showing that “Snatched N Curved” was illegally dumping medical waste.</p><p>“Additionally, the defendant and co-defendant were previously arrested two separate times in 2023 for the unlicensed operation of two unlicensed post-cosmetic surgery ALFs at two different locations,” the arrest report states.</p><p>Deputies arrested White on Tuesday on six felony charges plus several misdemeanors, including organized fraud, operating an assisted living facility without a license and felony littering.</p><p>It appears a judge did not find probable cause on the organized fraud charge, ordering her released outright on that count, according to jail records. She was otherwise ordered to be held on an $8,300 bond.</p><p>White also faces a magistrate hold.</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/VKZYTKUO2NGP5JGZJJQBNQK4T4.jpg?auth=1e8fa3fca8eb2b81dff23206138691f2779b501091d82bdfb22654792648fbf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystal White]]></media:description></media:content></item><item><title><![CDATA[Desmantelan casa ilegal de recuperación postoperatoria “Snatched N Curved” en Miami-Dade; arrestan a una persona]]></title><link>https://www.local10.com/espanol/2026/04/08/desmantelan-casa-ilegal-de-recuperacion-postoperatoria-snatched-n-curved-en-miami-dade-arrestan-a-una-persona/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/desmantelan-casa-ilegal-de-recuperacion-postoperatoria-snatched-n-curved-en-miami-dade-arrestan-a-una-persona/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Una mujer copropietaria de una clínica de recuperación postoperatoria sin licencia llamada “Snatched N Curved” fue detenida y esposada por agentes del condado de Miami-Dade el martes, según consta en el informe policial. Las autoridades afirman que el otro propietario sigue prófugo.]]></description><pubDate>Wed, 08 Apr 2026 15:57:42 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer copropietaria de una casa de recuperación postoperatoria sin licencia llamada “Snatched N Curved” terminó arrestada por agentes de Miami-Dade el martes, según un informe de arresto. Las autoridades indicaron que la otra propietaria sigue prófuga.</p><p>Según la Oficina del Sheriff de Miami-Dade, no es la primera vez que Crystal Wilneshia White o la copropietaria Kerri Lisa Smith, ambas de 38 años, han sido acusadas de operar casas de recuperación sin licencia en el condado.</p><p>Los agentes indicaron que ejecutaron por primera vez una orden de registro en “Snatched N Curved”, ubicada en el 21480 de la corte Southwest 132, el 17 de marzo. Señalaron que encontraron a ocho pacientes en recuperación y dos empleados en la vivienda.</p><p>Indicaron que otra persona que llegó con un paciente afirmó que no era empleada y que estaba “visitando a Crystal”.</p><p>Dos días antes del arresto de White, una <a href="https://www.instagram.com/p/DWt8bjJDjPR/?hl=en" target="_blank" rel="noreferrer" title="https://www.instagram.com/p/DWt8bjJDjPR/?hl=en">publicación en Instagram</a> del negocio advertía sobre casas de recuperación “cerrando o enfrentando graves consecuencias legales” debido al “aumento de regulaciones” y afirmaba que el negocio operaba correctamente.</p><p>“En Snatched N Curved, queremos ser muy claros: no operamos de esa manera y no apoyamos eso”, indica. “Al mismo tiempo, debemos operar legalmente, de manera responsable y en total cumplimiento con todas las regulaciones. No pondremos en riesgo a nuestra empresa, nuestro equipo ni nuestras familias”.</p><p>Pero los agentes indicaron que “Snatched N Curved” no era, de hecho, una instalación de vida asistida con licencia como exige la ley estatal.</p><p>El informe de arresto señala que los pacientes pagaban más de $300 USD por noche, a través de Zelle, a Smith y Pierre para alojarse en la vivienda y recibir atención. Una revisión de la cuenta de Zelle mostró que ambas mujeres habían obtenido $200,000 USD, según las autoridades.</p><p>Los investigadores indicaron que Smith, también conocida como “Kerri Pierre”, era la “cara” del negocio y que White es la directora registrada de la empresa asociada “SNG Concierge”.</p><p>Los agentes también indicaron que recuperaron evidencia de la basura que mostraba que “Snatched N Curved” desechaba residuos médicos de manera ilegal.</p><p>“Además, la acusada y la coacusada fueron arrestadas previamente en dos ocasiones separadas en 2023 por la operación sin licencia de dos instalaciones de vida asistida post cirugía cosmética en diferentes ubicaciones”, señala el informe de arresto.</p><p>Los agentes arrestaron a White el martes por seis cargos graves y varios delitos menores, incluidos fraude organizado, operar una instalación de vida asistida sin licencia y vertido ilegal grave.</p><p>Según los registros de la cárcel, al parecer un juez no encontró causa probable para el cargo de fraude organizado, ordenando su liberación por ese cargo. Por lo demás, se ordenó que permaneciera detenida con una fianza de $8,300 USD.</p><p>White también enfrenta una orden de detención de un magistrado.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VKZYTKUO2NGP5JGZJJQBNQK4T4.jpg?auth=1e8fa3fca8eb2b81dff23206138691f2779b501091d82bdfb22654792648fbf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystal White]]></media:description></media:content></item><item><title><![CDATA[Masters in bloom: More than azaleas and dogwood make up golf's most beautiful garden]]></title><link>https://www.local10.com/sports/2026/04/08/masters-in-bloom-more-than-azaleas-and-dogwood-make-up-golfs-most-beautiful-garden/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/masters-in-bloom-more-than-azaleas-and-dogwood-make-up-golfs-most-beautiful-garden/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:00:30 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Azaleas and dogwoods are as synonymous with the Masters as Jack Nicklaus and Tiger Woods, which is a little unfair — not to the other 55 Masters champions, but to the other 350 species of flora that make Augusta National a golf course unlike any other.</p><p>The par-3 16th is famous for Woods hitting that pitch that made a U-turn at the top of the slope, hung on the edge of the cup and dropped during his 2005 victory. No eyes were on the beautiful Redbud shrub with its vibrant pink blooms.</p><p>The par-3 12th hole is associated with its name on the scorecard, “Golden Bell,” a yellow bloom native to Asia. Ask just about any player at the Masters if they've ever seen a Golden Bell and it's doubtful. It blooms in late winter. The Masters is golf's rite of spring.</p><p>“I’ve played the 12th enough. I’m sure I’ve seen one somewhere,” Rory McIlroy said.</p><p>Pebble Beach is the felicitous meeting of land and sea. Augusta National is the greatest garden in golf, because that's what it was before Bobby Jones went looking for land to build his golf course and found the 365-acre Fruitland Nurseries.</p><p>“Perfect! And to think this ground has been lying here all these years waiting for someone to come along and lay a golf course on it,” Jones said when he first laid eyes on the property.</p><p>He took out an option for $70,000.</p><p>Augusta National doesn't speak in numbers — from the size of the gallery to how fast the greens are running on the Stimpmeter — but the course is believe to have some 80,000 flowering plants and trees on its immaculate landscape.</p><p>The flora is such an integral part of Augusta National that each hole is named for a tree or a shrub that can be found on that hole.</p><p>“I know azalea is one of them,” Dustin Johnson said.</p><p>Good guess. It took him a few seconds to associate “Azalea” with the iconic par-5 13th, which has approximately 1,600 azalea bushes, many of them surrounding the back of the green.</p><p>Remarkably, Johnson knew the seventh hole was named, “Pampas,” a grass bush native to Argentina that grows about 12 feet high and blooms in late summer. The hole used to be 340 yards with no bunkers. Now it's 450 yards, straight and narrow and tough.</p><p>“Perfect name,” Johnson said, “because it is an ass of a hole.”</p><p>Johnson also knew there was a dogwood or two on the scorecard without knowing exactly where (Pink Dogwood for No. 2, White Dogwood for No. 11). And there's no shame in that.</p><p>Two-time champion Scottie Scheffler — the No. 1 player in the world, and with a degree from Texas in finance, not horticulture — paused under the live oak next to the clubhouse when asked how many plants he could name associated with each hole.</p><p>“Magnolia for 5?” he asked. He hit one of his purest shots on the fifth hole when he won in 2022. He didn't have to venture into the magnolia trees behind the tree.</p><p>He also named Azalea and Golden Bell — “I got more than I thought,” he said — but whiffed on Holly, the red-berry bushes found on both sides of the 18th tee.</p><p>McIlroy, the defending champion, has a greater appreciation of history and heritage than most golfers. He didn't think he could get the names on all 18 holes before rattling off Firethorn (15), Azalea, Golden Bell, Pink Dogwood ... and then he stumbled.</p><p>“White Dogwood, 10?” he said.</p><p>No. The 10th hole is Camelia, another one that typically blooms well before the Masters.</p><p>The beauty of Augusta National cannot be overstated, and its history of flora is rich. Fruitland Nurseries dates to 1858, a partnership between a Belgian baron named Louis Berckmans and his son, Prosper. They imported trees and plants from all over the world. The nursery ceased operations in 1918 after they died. What remained were a long row of magnolias that had been planted before the Civil War, and the azalea bush that Prosper Berckmans popularized.</p><p>A word about the famous azaleas at Augusta National.</p><p>No, the club's horticulture staff does not pack them in ice to keep the blooms from bursting before the Masters. There have been the occasional “green” Masters without many blooms, and that almost was the case this year. The blooms are fading but still colorful.</p><p>The staff will get to work two days after the Masters is over, fertilizing and pruning. And it takes great care — the azalea bushes are pruned by hand, a project that can take three months.</p><p>There is one palm tree at Augusta National, just to the right of the green on the par-3 fourth. The name of the hole later was changed from Palm to Flowering Crabapple with its red, pink and white blooms (they usually pop right after the Masters).</p><p>That tripped up Chris Gotterup, one of the 22 newcomers to the Masters this year.</p><p>“Is every hole named after a flower?" Gotterup said Monday. “Because we were playing 4 today. Is palm a flower?”</p><p>It all weaves together in a magnificent landscape, a deceptive beauty as the backdrop to intense pressure trying to win one of golf's grandest prizes. Jones might have summed it up best.</p><p>"Never was the iron gauntlet of challenge more skillfully concealed in velvet.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2A75MBBUATY5IJFQETFXXZ2RE.jpg?auth=4bf28d11099132933b224a6e28f535ebab1dcf6a9d51028301d0f8b1dd363ebd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pink dogwood blooms right of the second fairway are seen during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MGSACHQVHGOR2PVR7IP6FWNXVA.jpg?auth=f7f49432c6f9c9d469d9cfb3a6ab356c1d5ce391394ea44c973b5b0c97fa0fce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrons walks past azaleas on the 16th hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KJ3SARYSXW2HRKF2BHIY5EHF5A.jpg?auth=1e694979e6b56980827fb0c7a390a13b7715adbd28836fd5749e8cf1e1a0c753&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrons walk past a holly bush on the 18th hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7OQS4EYSA7NQUX3ZZ2LAEQQG4E.jpg?auth=1b3e65d2f0e62cf025e38c65308678a17945da6bfdf2ef456b11ea9552f8caa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowering peach tree is seen on the third hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLF4KW5TNCYG54FTVEEWB2LDXE.jpg?auth=15d6113d80c51b12fdc4d89c2ad38dd3fe1e4dafda85dcb033fc106ea87c00a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Thomas hits from the fairway if front of the pink dogwood tree on the second hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AT6RCPGO52H5HZKTLBRUFFG2LM.jpg?auth=939e6e686146178386e1cc8961316c4e76467fed1ec3a2ba810364db0bf17238&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[File - Azalea backdrop Sungjae Im, of South Korea, as he chips onto the green on the16th hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Tuesday, April 7, 2026, in Augusta, Ga. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X54TQPN4TVV3PCUUHEOVDGVGTI.jpg?auth=d2564948dcc55fe13851fa59d93ee218aa854aa23752d6bfbefbed46418fb5a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrons walk past a white dogwoods on the 11th hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Wednesday, April 8, 2026, in Augusta, Ga. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Miami-Dade couple accused of stealing $200K in jewelry, cruise scam]]></title><link>https://www.local10.com/news/local/2026/04/08/miami-dade-couple-accused-of-stealing-200k-in-jewelry-cruise-scam/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/miami-dade-couple-accused-of-stealing-200k-in-jewelry-cruise-scam/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade couple was arrested Tuesday in connection with a fraud scheme that investigators say cost victims more than $200,000 over nearly three years.]]></description><pubDate>Wed, 08 Apr 2026 15:30:05 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade couple was arrested Tuesday in connection with a fraud scheme that investigators say cost victims more than $200,000 over nearly three years.</p><p><a href="https://www.local10.com/espanol/2026/04/08/acusan-a-pareja-de-miami-dade-de-robar-200000-usd-en-joyas-y-cometer-estafa-con-cruceros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/acusan-a-pareja-de-miami-dade-de-robar-200000-usd-en-joyas-y-cometer-estafa-con-cruceros/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office identified the suspects as Maria Blasco Diaz, 64, and her husband, Antonio Diaz, 65.</p><p>According to an arrest report, the investigation began after longtime friends accused the couple of offering deeply discounted luxury watches, jewelry and cruise travel packages that were never delivered on July, 24, 2023. </p><p>Authorities said the scheme dates back to 2022, when Maria Blasco Diaz allegedly offered a 50% “friends and family” discount on Rolex watches through her husband, who worked at a jewelry store. </p><p>The report states that the victims and their relatives paid deposits for multiple watches, totaling nearly $139,000.</p><p>Investigators said Maria Blasco Diaz provided repeated excuses for delays, including claims the items were sent to the wrong store or held in “quality control.”</p><p>They said additional money was also collected for jewelry purchases and discounted cruise travel, including a trip scheduled for July 2023 aboard Royal Caribbean’s Odyssey of the Seas. </p><p>In total, deputies said the victims paid more than $44,000 for travel-related expenses that were never secured.</p><p>As the departure date approached, they said Maria Blasco Diaz failed to provide travel documents and later claimed the bookings fell through because a contact at the cruise line had been “fired.” </p><p>She issued partial repayment checks that later bounced due to “insufficient funds,” according to the report, which stated Maria Blasco Diaz had written the checks from a newly opened account that bank officials confirmed was opened “with a minimal deposit” and that she “had not deposited any additional funds.”</p><p>The report states that the couple ultimately collected $200,259.85 and never provided the promised goods or services, nor refunded the money.</p><p>Detectives said Maria Blasco Diaz confessed to the crimes in an interview and claimed that her husband was not involved. Despite her confession, Antonio Diaz was also arrested.</p><p>Jail records show both suspects are facing charges including organized fraud of $50,000 or more, first-degree grand theft of over $100,000, uttering forged instruments, writing or issuing a worthless check of $150 or more, and theft from an elderly victim of more than $10,000 but less than $50,000. </p><p>The couple appeared in bond court Wednesday, where a judge set their bond at $35,000 each. </p><p>They were also ordered to have no contact with any of the victims and were given a Nebbia hold, which requires a defendant or defendants to prove the money or collateral used to pay a bail bond comes from a legitimate, legal source.</p><p>Anyone who believes they may have been scammed by the couple is urged to call Miami-Dade Crime Stoppers at 305-471-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2A27HXHY7ZD7BNQCB4LRJ6PYRM.jpg?auth=342d3a4fecb664cbad1419e35d04cac590a658188182d67cfae445eea39f4143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a pareja de Miami-Dade de robar $200,000 USD en joyas y cometer estafa con cruceros]]></title><link>https://www.local10.com/espanol/2026/04/08/acusan-a-pareja-de-miami-dade-de-robar-200000-usd-en-joyas-y-cometer-estafa-con-cruceros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/acusan-a-pareja-de-miami-dade-de-robar-200000-usd-en-joyas-y-cometer-estafa-con-cruceros/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una pareja del condado de Miami-Dade fue arrestada el martes en relación con una estafa que, según los investigadores, costó a las víctimas más de 200.000 dólares a lo largo de casi tres años.]]></description><pubDate>Wed, 08 Apr 2026 15:52:03 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja de Miami-Dade fue arrestada el martes en relación con un esquema de fraude que, según los investigadores, costó a las víctimas más de $200,000 USD durante casi tres años.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade identificaron a los sospechosos como Maria Blasco Diaz, de 64 años, y su esposo, Antonio Diaz, de 65.</p><p>Según un informe de arresto, la investigación comenzó después de que amigos de larga data acusaran a la pareja de ofrecer relojes de lujo, joyas y paquetes de cruceros con grandes descuentos que nunca fueron entregados el 24 de julio de 2023.</p><p>Las autoridades indicaron que el esquema se remonta a 2022, cuando Maria Blasco Diaz presuntamente ofreció un descuento del 50% de “amigos y familia” en relojes Rolex a través de su esposo, quien trabajaba en una joyería.</p><p>El informe señala que las víctimas y sus familiares pagaron depósitos por múltiples relojes, con un total de casi $139,000 USD.</p><p>Los investigadores dijeron que Maria Blasco Diaz proporcionó excusas repetidas por los retrasos, incluyendo afirmaciones de que los artículos fueron enviados a la tienda equivocada o retenidos en “control de calidad”.</p><p>Indicaron que también se recolectó dinero adicional para compras de joyas y viajes en crucero con descuento, incluyendo un viaje programado para julio de 2023 a bordo del Odyssey of the Seas de Royal Caribbean.</p><p>En total, los agentes dijeron que las víctimas pagaron más de $44,000 USD en gastos relacionados con viajes que nunca fueron asegurados.</p><p>A medida que se acercaba la fecha de salida, indicaron que Maria Blasco Diaz no proporcionó documentos de viaje y luego afirmó que las reservas se cancelaron porque un contacto en la línea de cruceros había sido “despedido”.</p><p>Emitió cheques de reembolso parcial que luego rebotaron por “fondos insuficientes”, según el informe, que indica que Maria Blasco Diaz escribió los cheques desde una cuenta recién abierta que funcionarios del banco confirmaron fue abierta “con un depósito mínimo” y que “no había depositado fondos adicionales”.</p><p>El informe señala que la pareja finalmente obtuvo $200,259.85 USD y nunca proporcionó los bienes o servicios prometidos ni devolvió el dinero.</p><p>Los detectives dijeron que Maria Blasco Diaz confesó los delitos durante una entrevista y afirmó que su esposo no estaba involucrado. A pesar de su confesión, Antonio Diaz también fue arrestado.</p><p>Los registros de la cárcel muestran que ambos sospechosos enfrentan cargos que incluyen fraude organizado de $50,000 USD o más, hurto mayor en primer grado de más de $100,000 USD, uso de instrumentos falsificados, emisión de cheques sin fondos de $150 USD o más y robo a una víctima de edad avanzada de más de $10,000 USD pero menos de $50,000 USD.</p><p>La pareja compareció el miércoles ante un tribunal de fianzas, donde un juez fijó una fianza de $35,000 USD para cada uno.</p><p>También se les ordenó no tener contacto con ninguna de las víctimas y se les impuso una retención Nebbia, que requiere que el acusado o los acusados demuestren que el dinero o la garantía utilizada para pagar la fianza proviene de una fuente legítima y legal.</p><p>Cualquier persona que crea haber sido estafada por la pareja debe llamar a Miami-Dade Crime Stoppers al 305-471-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2A27HXHY7ZD7BNQCB4LRJ6PYRM.jpg?auth=342d3a4fecb664cbad1419e35d04cac590a658188182d67cfae445eea39f4143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Reward offered as FBI seeks remains of woman allegedly killed by estranged husband]]></title><link>https://www.local10.com/news/local/2026/04/08/reward-offered-as-fbi-seeks-remains-of-woman-allegedly-killed-by-estranged-husband/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/reward-offered-as-fbi-seeks-remains-of-woman-allegedly-killed-by-estranged-husband/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The FBI on Wednesday announced a reward of up to $25,000 for information leading to the recovery of the remains of Ana Maria Henao Knezevich, a 40-year-old woman who authorities say disappeared in Spain in 2024.]]></description><pubDate>Wed, 08 Apr 2026 14:33:37 +0000</pubDate><content:encoded><![CDATA[<p>The FBI on Wednesday announced a reward of up to $25,000 for information leading to the recovery of the remains of <a href="https://www.local10.com/topic/Ana_Maria_Henao/?ref=ht" target="_self" rel="" title="https://www.local10.com/topic/Ana_Maria_Henao/?ref=ht">Ana Maria Henao Knezevich</a>, a 40-year-old woman from South Florida who authorities say disappeared in Spain in 2024.</p><p><a href="https://www.local10.com/espanol/2026/04/08/ofrecen-recompensa-mientras-el-fbi-busca-restos-de-mujer-presuntamente-asesinada-por-su-esposo-separado/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/ofrecen-recompensa-mientras-el-fbi-busca-restos-de-mujer-presuntamente-asesinada-por-su-esposo-separado/">Leer en español</a></p><p>Investigators said Henao Knezevich was reported missing on Feb. 4, 2024, while living in Madrid. She and her husband, <a href="https://www.local10.com/topic/David_Knezevich/" target="_self" rel="" title="https://www.local10.com/topic/David_Knezevich/">David Knezevich</a>, also owned a home in Fort Lauderdale. They believe she was killed two days earlier.</p><p>Authorities say her remains may have been discarded along a route stretching from Madrid to Serbia, passing through Spain, France, Italy, Slovenia and Croatia.</p><p>Detectives said surveillance video shows Henao Knezevich entering her Madrid apartment building around 1:42 p.m. on Feb. 2, 2024. They said she later participated in a video call around 7 p.m. and sent her final text message to friends at about 10:01 p.m.</p><p>That same night, at about 9:27 p.m., <a href="https://www.local10.com/topic/David_Knezevich/" target="_self" rel="" title="https://www.local10.com/topic/David_Knezevich/">David Knezevich</a>, then 36, was seen on <a href="https://www.local10.com/news/local/2024/05/07/court-docs-reveal-key-clues-feds-say-tie-fort-lauderdale-man-to-wifes-kidnapping-in-spain/" target="_self" rel="" title="https://www.local10.com/news/local/2024/05/07/court-docs-reveal-key-clues-feds-say-tie-fort-lauderdale-man-to-wifes-kidnapping-in-spain/">surveillance video</a> entering the building wearing a motorcycle helmet and reflective vest, according to investigators. </p><p>Authorities say David Knezevich <a href="https://www.local10.com/news/local/2024/06/07/surveillance-images-released-authorities-say-theyre-proof-man-was-involved-in-wifes-disappearance/" target="_self" rel="" title="https://www.local10.com/news/local/2024/06/07/surveillance-images-released-authorities-say-theyre-proof-man-was-involved-in-wifes-disappearance/">spray-painted the lobby camera</a> before leaving with what they believe was a rolling suitcase containing her body. She has not been seen since, and investigators say all evidence indicates she is dead.</p><figure><img src="https://www.local10.com/resizer/v2/5T3GVIOFMHIPV2VU2X5773TS2Y.jpg?auth=3592ef979c395d0e91183a89775200bad57be8c4643a545a7b7d40e0a9cb1480&smart=true&width=1200&height=900" alt="David Knezevich" height="900" width="1200"/><figcaption>David Knezevich</figcaption></figure><p>Investigators say he rented a dark blue 2019 Peugeot 308 in Belgrade, Serbia, on Jan. 29, 2024, and tinted its rear windows before driving to Madrid. </p><p>They allege that he stole multiple license plates along the way to conceal his movements and later returned to Serbia along the same route, where they believe he disposed of her remains.</p><p>David Knezevich, a Serbian-American who lived in Fort Lauderdale, was <a href="https://www.local10.com/news/local/2024/11/14/south-florida-man-now-charged-with-murder-following-wifes-disappearance-in-spain/" target="_self" rel="" title="https://www.local10.com/news/local/2024/11/14/south-florida-man-now-charged-with-murder-following-wifes-disappearance-in-spain/">charged in the kidnapping and killing of his estranged wife</a>. </p><p>Prosecutors said he falsely claimed to be in South Florida at the time of her disappearance, while court records point to financial disputes during divorce proceedings as a possible motive.</p><p>They said he was arrested in May 2024 at Miami International Airport and remained in federal custody awaiting trial.</p><p>During the investigation, authorities said <a href="https://www.local10.com/news/local/2025/04/28/david-knezevich-accused-of-killing-wife-in-spain-found-dead-in-jail/" target="_self" rel="" title="https://www.local10.com/news/local/2025/04/28/david-knezevich-accused-of-killing-wife-in-spain-found-dead-in-jail/">David Knezevich died in jail by suicide</a>.</p><p>They also said a necklace and journal belonging to Henao Knezevich were not found in her apartment and could be recognizable to someone who may have seen them. </p><p>Anyone with information is urged to contact the FBI, the nearest U.S. Embassy or Consulate, call 1-800-CALL-FBI, or submit a tip at tips.fbi.gov.</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/C7LDVBV5HZGG3GHT3GFVOQBG3A.jpg?auth=d3e287d94185bfac3e6374731dbbabedf8bc8612e82b88bd3adea9dd04b9aa8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ofrecen recompensa mientras el FBI busca restos de mujer presuntamente asesinada por su esposo separado]]></title><link>https://www.local10.com/espanol/2026/04/08/ofrecen-recompensa-mientras-el-fbi-busca-restos-de-mujer-presuntamente-asesinada-por-su-esposo-separado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/ofrecen-recompensa-mientras-el-fbi-busca-restos-de-mujer-presuntamente-asesinada-por-su-esposo-separado/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El FBI anunció el miércoles una recompensa de hasta 25.000 dólares por información que conduzca a la recuperación de los restos de Ana María Henao Knezevich, una mujer de 40 años que, según las autoridades, desapareció en España en 2024.]]></description><pubDate>Wed, 08 Apr 2026 15:26:04 +0000</pubDate><content:encoded><![CDATA[<p>El FBI anunció el miércoles una recompensa de hasta $25,000 USD por información que conduzca a la recuperación de los restos de <a href="https://www.local10.com/topic/Ana_Maria_Henao/?ref=ht" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Ana_Maria_Henao/?ref=ht">Ana Maria Henao Knezevich</a>, una mujer de 40 años del sur de Florida que, según las autoridades, desapareció en España en 2024.</p><p>Los investigadores indicaron que Henao Knezevich fue reportada como desaparecida el 4 de febrero de 2024, mientras vivía en Madrid. Ella y su esposo, <a href="https://www.local10.com/topic/David_Knezevich/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/David_Knezevich/">David Knezevich</a>, también tenían una vivienda en Fort Lauderdale. Creen que fue asesinada dos días antes.</p><p>Las autoridades señalan que sus restos podrían haber sido abandonados a lo largo de una ruta que se extiende desde Madrid hasta Serbia, pasando por España, Francia, Italia, Eslovenia y Croacia.</p><p>Los detectives indicaron que un video de vigilancia muestra a Henao Knezevich entrando a su edificio de apartamentos en Madrid alrededor de la 1:42 p.m. del 2 de febrero de 2024. Señalaron que posteriormente participó en una videollamada alrededor de las 7 p.m. y envió su último mensaje de texto a amigos aproximadamente a las 10:01 p.m.</p><p>Esa misma noche, alrededor de las 9:27 p.m., <a href="https://www.local10.com/topic/David_Knezevich/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/David_Knezevich/">David Knezevich</a>, entonces de 36 años, fue visto en <a href="https://www.local10.com/news/local/2024/05/07/court-docs-reveal-key-clues-feds-say-tie-fort-lauderdale-man-to-wifes-kidnapping-in-spain/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/05/07/court-docs-reveal-key-clues-feds-say-tie-fort-lauderdale-man-to-wifes-kidnapping-in-spain/">video de vigilancia</a> entrando al edificio con un casco de motocicleta y un chaleco reflectante, según los investigadores.</p><p>Las autoridades indican que David Knezevich <a href="https://www.local10.com/news/local/2024/06/07/surveillance-images-released-authorities-say-theyre-proof-man-was-involved-in-wifes-disappearance/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/06/07/surveillance-images-released-authorities-say-theyre-proof-man-was-involved-in-wifes-disappearance/">roció con pintura la cámara del vestíbulo</a> antes de salir con lo que creen era una maleta con ruedas que contenía su cuerpo. No ha sido vista desde entonces, y los investigadores afirman que toda la evidencia indica que está muerta.</p><figure><img src="https://www.local10.com/resizer/v2/5T3GVIOFMHIPV2VU2X5773TS2Y.jpg?auth=3592ef979c395d0e91183a89775200bad57be8c4643a545a7b7d40e0a9cb1480&smart=true&width=1200&height=900" alt="David Knezevich" height="900" width="1200"/><figcaption>David Knezevich</figcaption></figure><p>Los investigadores indicaron que él alquiló un Peugeot 308 azul oscuro modelo 2019 en Belgrado, Serbia, el 29 de enero de 2024, y que oscureció las ventanas traseras antes de conducir hasta Madrid.</p><p>Alegan que robó múltiples placas de matrícula en el camino para ocultar sus movimientos y que posteriormente regresó a Serbia por la misma ruta, donde creen que se deshizo de los restos.</p><p>David Knezevich, un serbio-estadounidense que residía en Fort Lauderdale, <a href="https://www.local10.com/espanol/2024/11/14/hombre-del-sur-de-la-florida-ahora-acusado-de-asesinato-tras-la-desaparicion-de-su-esposa-en-espana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2024/11/14/hombre-del-sur-de-la-florida-ahora-acusado-de-asesinato-tras-la-desaparicion-de-su-esposa-en-espana/">fue acusado del secuestro y asesinato de su esposa separada</a>.</p><p>Los fiscales indicaron que él afirmó falsamente estar en el sur de Florida al momento de su desaparición, mientras que los registros judiciales apuntan a disputas financieras durante el proceso de divorcio como un posible motivo.</p><p>Señalaron que fue arrestado en mayo de 2024 en el Aeropuerto Internacional de Miami y permanecía bajo custodia federal a la espera de juicio.</p><p>Durante la investigación, las autoridades informaron que <a href="https://www.local10.com/espanol/2025/04/28/david-knezevich-acusado-de-matar-a-su-esposa-en-espana-fue-encontrado-muerto-en-la-carcel/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/04/28/david-knezevich-acusado-de-matar-a-su-esposa-en-espana-fue-encontrado-muerto-en-la-carcel/">David Knezevich murió en la cárcel por suicidio</a>.</p><p>También indicaron que un collar y un diario pertenecientes a Henao Knezevich no fueron encontrados en su apartamento y podrían ser reconocibles para alguien que los haya visto.</p><p>Cualquier persona con información debe comunicarse con el FBI, la embajada o consulado de Estados Unidos más cercano, llamar al 1-800-CALL-FBI o enviar una pista en tips.fbi.gov.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C7LDVBV5HZGG3GHT3GFVOQBG3A.jpg?auth=d3e287d94185bfac3e6374731dbbabedf8bc8612e82b88bd3adea9dd04b9aa8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[WNBA free agency opens with $1.4 million franchise tags for Ionescu, Collier and Plum]]></title><link>https://www.local10.com/sports/2026/04/08/wnba-free-agency-opens-with-14-million-franchise-tags-for-ionescu-collier-and-plum/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/wnba-free-agency-opens-with-14-million-franchise-tags-for-ionescu-collier-and-plum/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:17:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York's Sabrina Ionescu, Minnesota's Napheesa Collier and Los Angeles' Kelsey Plum were all extended franchise tags by their WNBA teams worth potentially $1.4 million as free agency opened up.</p><p>By giving the “core” designation to those players, their teams have exclusive negotiating rights which comes with a guaranteed one-year deal at the new supermax salary. That's more than five-times above the top salary they could earn in the last CBA.</p><p>Players can negotiate different terms to help their teams sign other players to fit under the new salary cap that's expected to be around $7 million.</p><p>Other players giving the “core” designation include Indiana's Kelsey Mitchell, Dallas' Arike Ogunbowale, Atlanta's Allisha Gray, Chicago's Ariel Atkins and Seattle's Ezi Magbegor.</p><p>Expansion franchises Portland and Toronto extended franchise tag offers to players. The Fire selected Bridget Carleton with the first pick in the draft last week and offered her the tag. The Tempo did the same for Marina Mabrey, who they took with the sixth pick.</p><p>The franchise tag is a way for a team to prevent a player from leaving in free agency without getting anything in return for them. The teams and players can also negotiate doing a sign-and-trade agreement for those players.</p><p>Starting in 2027, players can only be given the core designation twice and it can only be if they have less than seven years of experience in the league.</p><p>Teams were also able to send out reserved and restricted qualifying offers to players during this designation period, which began Monday. Negotiations will go from Wednesday to Friday with players able to start signing Saturday.</p><p>Training camp is scheduled to begin on April 19 with the first preseason games on April 25.</p><p>The start of free agency was delayed until this month because of a prolonged negotiation of a new collective bargaining agreement that didn't get agreed to and ratified until late March. The long form contract is still being executed by both sides.</p><p>More than 80% of the league’s veteran players are free agents this year, as players had signed deals that expired at the end of last season to capitalize on higher salaries from the new CBA.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FDFBJXX7LRBPPSDNX3UJ7DW7U.jpg?auth=6f2d5374011ac9d0a79d32bea152563644bddc8e3f979a0a13799654430eb59e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Liberty guard Sabrina Ionescu controls the ball against the Phoenix Mercury during the second half of Game 1 during the first round of the WNBA basketball playoffs Sept. 14, 2025, in Phoenix. (AP Photo/Darryl Webb, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darryl Webb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDUOAKQGNZLDW65CG7NZPNH4CA.jpg?auth=559042fc8cddff097518bc34f07865115a1564a5fcc95a7b0fb26730feb9e63e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Minnesota Lynx forward Napheesa Collier moves the ball during the first half of Game 2 in the first round of the WNBA basketball playoffs against the Golden State Valkyries, Wednesday, Sept. 17, 2025, in San Jose, Calif. (AP Photo/Godofredo A. Vásquez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content></item><item><title><![CDATA[Hermanos magnates inmobiliarios reciben libertad bajo fianza en medio de cargos estatales y federales de agresión sexual]]></title><link>https://www.local10.com/espanol/2024/12/13/primo-de-los-hermanos-magnates-inmobiliarios-se-entregara-tras-acusaciones-de-agresion-sexual/</link><guid isPermaLink="true">https://www.local10.com/espanol/2024/12/13/primo-de-los-hermanos-magnates-inmobiliarios-se-entregara-tras-acusaciones-de-agresion-sexual/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[Hermanos gemelos y magnates de bienes raíces Alon y Oren Alexander aparecieron en un tribunal de Miami-Dade el viernes mientras sus padres lo observaban desde la galería. Los hermanos de 37 años de edad enfrentan cargos de delito grave estatal, incluyendo agresión sexual.]]></description><pubDate>Fri, 13 Dec 2024 15:25:38 +0000</pubDate><content:encoded><![CDATA[<p><i><b>Nota del editor: En el momento de la publicación de este informe, Ohad Fisherman fue acusado de un delito de agresión sexual/múltiples autores por presuntamente ayudar y asistir a los gemelos Alexander en la comisión de una agresión sexual en 2016. El 7 de julio de 2025, la Fiscalía retiró el cargo contra el Sr. Fisherman después de que se presentara una declaración de coartada que indicaba que, en el momento de la agresión sexual, el Sr. Fisherman se encontraba en un barco en el Canal Intracostero.</b></i></p><p>Hermanos gemelos y magnates de bienes raíces Alon y Oren Alexander aparecieron en un tribunal de Miami-Dade el viernes mientras sus padres lo observaban desde la galería. Los hermanos de 37 años de edad enfrentan cargos de delito grave estatal, incluyendo agresión sexual.</p><p>Los fiscales federales dicen que Oren y Alon Alexander, junto con su hermano mayor Tal, usaron su estatus, riqueza e influencia para atraer a “docenas” de mujeres a entornos aislados, donde fueron repetidamente drogadas, violadas y explotadas en el transcurso de más de una década.</p><p>El juez de Miami-Dade, Lody Jean, ratificó un acuerdo previo al juicio entre los fiscales y la defensa, otorgando la libertad bajo fianza bajo estrictas condiciones.</p><p>Oren Alexander está acusado en tres casos, mientras que Alon enfrenta un cargo. Cada uno debe pagar una fianza de $25,000 por caso, cumplir con el arresto domiciliario de nivel 3 con monitoreo GPS y entregar sus pasaportes. También están obligados a evitar el contacto con las presuntas víctimas.</p><p>Un juez federal también negó el viernes la libertad bajo fianza para Tal Alexander, citando preocupaciones sobre su posible riesgo de fuga. </p><p>Milton Williams Jr., abogado defensor de Tal Alexander, dijo que su cliente probablemente será trasladado al Centro de Detención Metropolitano en Nueva York, una instalación previamente asociada con casos de alto perfil como el de Sean “Diddy” Combs.</p><p>“La familia va en serio para apoyar a su hijo y demostrar que es inocente”, dijo Williams a Local 10 News.</p><p>“El gobierno ha cumplido con su carga en lo que respecta al riesgo de fuga”, dijo el juez durante la audiencia. Si bien reconoció que Alexander podría no representar un peligro significativo para la comunidad, el tribunal no encontró condiciones que pudieran mitigar completamente el riesgo de que huyera.</p><p>El juez enfatizó la solidez de las pruebas contra Alexander y señaló los “amplios recursos financieros” de su familia, que incluyen activos sustanciales. “En este momento, no sé si 115 millones de dólares son sustanciales para ellos, pero él tiene los recursos financieros para huir si así lo decide”, agregó el juez. </p><p>El tribunal desestimó el confinamiento domiciliario y el monitoreo por GPS como salvaguardas suficientes, afirmando que tales medidas “han demostrado en el pasado que no son infalibles”.</p><p>Oren Alexander enfrenta cargos de conspiración para cometer tráfico sexual y tráfico sexual que involucra a una víctima a través de la fuerza, fraude o coerción, en tres casos separados, mientras que Alon Alexander enfrenta un cargo de agresión sexual por parte de múltiples perpetradores.</p><p>En un acontecimiento significativo, ambas partes llegaron a un acuerdo sobre la libertad previa al juicio por los cargos estatales, que fue ratificado por el juez el viernes. Como parte del acuerdo, el padre de los hermanos, Schlomy Alexander, está poniendo una propiedad familiar, ubicada cerca de la cuadra 200 Bal Bay Drive en Bal Harbour, como garantía.</p><p>Los abogados defensores confirmaron que se espera que Ohad Fisherman, un amigo cercano de la familia que enfrenta un cargo de agresión sexual por parte de múltiples perpetradores en relación con un incidente de 2016 que involucró a los tres hermanos Alexander, se entregue la próxima semana después de regresar de su luna de miel en Japón.</p><p>A pesar del acuerdo de fianza, los hermanos Alexander permanecen bajo custodia, a la espera de ser transferidos a los Alguaciles de EE. UU. para enfrentar cargos federales de tráfico sexual. Los investigadores alegan que los Alexander, junto con su hermano mayor Tal, explotaron su riqueza e influencia para victimizar a las mujeres durante un período de 11 años.</p><p><b>Informe de las 9 a.m.</b></p><iframe width="200" height="113" src="https://www.youtube.com/embed/9CrHCUeZ_T0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Family friend of Alexander brothers to surrender in Miami"></iframe><p>El fallo judicial del viernes se produce un día después de que Oren y Alon Alexander comparecieran en una sala del tribunal de Miami-Dade con chalecos verdes antisuicidio, donde la jueza Mindy Glazer les negó la libertad bajo fianza. Los fiscales citaron su acceso a aviones y yates privados como evidencia de riesgo de fuga.</p><p>“Este acusado tiene acceso a aviones privados, barcos privados; hay riesgo de fuga”, dijo la fiscal Natalie Snyder al tribunal. Glazer confirmó la decisión, declarando: “Debido a que se considera un delito peligroso, estoy obligado a retenerlo sin fianza”.</p><p>Los hermanos Alexander, cuyas batallas legales han atraído una atención significativa, permanecen en el Centro Correccional Turner Guilford Knight a pesar de una victoria de la corte estatal el jueves anterior que estableció un acuerdo de arresto domiciliario con condiciones.</p><p>Su abogado defensor, quien asistió a una audiencia en un tribunal federal el viernes, le dijo a Local 10 News que los hermanos permanecerán bajo custodia hasta al menos el lunes por la mañana. Se requiere una audiencia a las 10 a.m. en el Edificio de Justicia Richard E. Gerstein para confirmar la fianza vinculada a sus cargos estatales.</p><p>Dijo que el procedimiento de la corte estatal esta mañana fue una “victoria”, pero aún hay más por resolver.</p><p>Los cargos federales se ciernen sobre los hermanos.</p><p>El exfiscal estatal y federal David Weinstein indicó que es probable que los alguaciles federales tomen la custodia de la pareja de TGK en preparación para su caso federal. Sin embargo, el momento de la transferencia depende de cuándo esté programada su comparecencia inicial en el tribunal federal.</p><p><b>Lea el acuerdo de libertad previa al juicio de Oren y Alon Alexander en el documento a continuación (en inglés):</b></p><figure><img src="https://www.local10.com/resizer/v2/X3FZ4OL3WNUER6S5NL6DURBSPA.jpg?auth=abdf557ab6d45749e40b5c3f307561e2ac0dbc9d3cf234e5dc930b7c2f492e3c&smart=true&width=1200&height=900" alt="Pre-trial release agreement for Oren and Alon Alexander." height="900" width="1200"/><figcaption>Pre-trial release agreement for Oren and Alon Alexander.</figcaption></figure>]]></content:encoded></item><item><title><![CDATA[Real estate tycoon brothers granted bail amid state and federal sexual battery charges]]></title><link>https://www.local10.com/news/local/2024/12/13/cousin-of-real-estate-tycoon-brothers-will-surrender-amid-sexual-battery-allegations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2024/12/13/cousin-of-real-estate-tycoon-brothers-will-surrender-amid-sexual-battery-allegations/</guid><dc:creator><![CDATA[Liane Morejon, Ryan Mackey]]></dc:creator><description><![CDATA[Twin brothers and real estate moguls Alon and Oren Alexander appeared in a Miami-Dade courtroom Friday as their parents watched from the gallery. The 37-year-old siblings face state felony charges, including sexual battery.]]></description><pubDate>Fri, 13 Dec 2024 15:09:45 +0000</pubDate><content:encoded><![CDATA[<p><i><b>Editor’s Note: At the time of the publication of this report, Ohad Fisherman was charged with one count of sexual battery/multiple perpetrators for allegedly aiding and assisting the Alexander twins in committing a sexual battery in 2016. On July 7, 2025, the State Attorney’s Office dropped the charge against Mr. Fisherman after a notice of alibi was filed indicating that at the time of the sexual battery, Mr. Fisherman was on a boat along the Intercoastal Waterway.</b></i></p><p>Twin brothers and real estate tycoons Alon and Oren Alexander appeared in a Miami-Dade courtroom Friday as their parents watched from the gallery. The 37-year-old brothers face state felony charges, including sexual battery.</p><p><a href="https://www.local10.com/espanol/2024/12/13/primo-de-los-hermanos-magnates-inmobiliarios-se-entregara-tras-acusaciones-de-agresion-sexual/" target="_blank"><b>Leer en español</b></a></p><p>Federal prosecutors say Oren and Alon Alexander, along with their older brother Tal, used their status, wealth, and influence to lure “dozens” of women into isolated settings, where they were repeatedly drugged, raped, and exploited them over the course of more than a decade.</p><p>Miami-Dade Judge Lody Jean ratified a pretrial agreement between prosecutors and the defense, granting bail under strict conditions.</p><p>She ruled that both brothers must post a $25,000 bond per case, comply with Level 3 house arrest with GPS monitoring, and surrender their passports. They are also required to avoid contact with the alleged victims.</p><p>A federal judge also denied bond Friday for Tal Alexander, citing concerns over his potential risk of flight.</p><p>Milton Williams Jr., Tal Alexander’s defense attorney, said his client will likely be transferred to the Metropolitan Detention Center in New York, a facility previously associated with high-profile cases like Sean “Diddy” Combs.</p><p>“The family means business in supporting their son and proving he is innocent,” Williams to Local 10 News. </p><p>“The government has met their burden when it comes to risk of flight,” the judge said during the hearing. While acknowledging that Alexander might not pose a significant danger to the community, the court found no conditions that could fully mitigate the risk of him fleeing.</p><p>The judge emphasized the strength of the evidence against Alexander and noted his family’s “extensive financial resources,” which include substantial assets. “At this point, I am not aware whether $115 million is substantial for them, but he has the financial resources to flee if he chose to do so,” the judge added.</p><p>The court dismissed home confinement and GPS monitoring as sufficient safeguards, stating that such measures “have proven in the past to not be foolproof.”</p><p>Oren Alexander is facing charges of conspiracy to commit sex trafficking and sex trafficking involving a victim through force, fraud, or coercion, in three separate cases, while Alon Alexander faces one count of sexual battery by multiple perpetrators.</p><p>In a significant development, both sides reached an agreement on pretrial release for the state charges, which was ratified by the judge on Friday. As part of the agreement, the brothers’ father, Schlomy Alexander, is putting up a family property — located near the 200 block Bal Bay Drive in Bal Harbour — as collateral.</p><p>Defense attorneys confirmed that Ohad Fisherman, a close family friend who is also facing<a href="https://www.local10.com/news/local/2024/12/11/alexander-brothers-prominent-real-estate-tycoons-arrested-on-sexual-assault-charges-in-miami-beach/" target="_blank"> <b>one count of sexual battery by multiple perpetrators </b></a>in connection with a 2016 incident involving the three Alexander brothers, is expected to surrender next week after returning from his honeymoon in Japan.</p><p><b>9 a.m. report</b></p><iframe width="200" height="113" src="https://www.youtube.com/embed/9CrHCUeZ_T0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Family friend of Alexander brothers to surrender in Miami"></iframe><p>Miami-Dade prosecutors also confirmed that a warrant for Fisherman’s arrest has been quashed, but warned it will be reissued if he fails to appear as planned.</p><p>Despite the bail agreement for the state case, the brothers remain held under a federal detainer. They are not expected to leave custody due to pending federal charges, with a federal court hearing scheduled for 1 p.m.</p><p>Friday’s court ruling comes a day after Oren and Alon Alexander appeared in a Miami-Dade courtroom wearing green anti-suicide vests, where they were <a href="https://www.local10.com/news/local/2024/12/12/alexander-brothers-face-miami-dade-judge-amid-sexual-assault-allegations/" target="_blank"><b>denied bond</b></a><b> </b>by Judge Mindy Glazer. Prosecutors cited their access to private planes and yachts as evidence of a flight risk.</p><p>“This defendant has access to private planes, private boats; he is a flight risk,” prosecutor Natalie Snyder told the court. Glazer affirmed the decision, stating, “Because it is considered a dangerous crime, I am required to hold you with no bond.”</p><p>The Alexander brothers, whose legal battles have drawn significant attention, remain at the Turner Guilford Knight Correctional Center despite a state court victory earlier Thursday that established a house arrest agreement with conditions.</p><p>Their defense attorney, who attended a federal court hearing Friday, told Local 10 News that the brothers will remain in custody until at least Monday morning. A 10 a.m. hearing at the Richard E. Gerstein Justice Building is required to confirm the surety bond tied to their state charges.</p><p>He said state court proceeding this morning was a “win,” but there’s still more to resolve.</p><p>Federal charges loom large for the brothers.</p><p>Former state and federal prosecutor David Weinstein indicated that U.S. Marshals are likely to take custody of the pair from TGK in preparation for their federal case. However, the timing of the transfer depends on when their initial appearance in federal court is scheduled.</p><p>Tal Alexander, who appeared in Miami-Dade federal court Friday at 1 p.m. before Judge Lissette Reid wearing a beige inmate jumpsuit, sat alongside his defense team, including a New York attorney who questioned an FBI agent currently testifying in court.</p><p>Prosecutors allege Alexander conspired with his brothers from at least 2010 to 2021 to engage in a pattern of sexual violence, including the trafficking and rape of approximately 40 victims, some of whom were minors at the time.</p><p>The alleged assaults date back to when the brothers attended high school in Miami, with prosecutors referencing a yearbook comment they believe alludes to gang rape.</p><p>In court, an FBI agent described messages and social media posts prosecutors claim reveal the brothers’ methods.</p><p>Evidence includes a text from January 2024, in which Oren Alexander reportedly warned Tal:</p><p>”Start to think about your reputation. We are on the top of our game, and the only thing that can bring us down is some h-- complaining.”</p><p>Prosecutors said the brothers used promoters, dating apps, and chance encounters to lure victims. Multiple women reported being restrained, drugged, and sexually assaulted.</p><p>Prosecutors said a victim described being attacked in the Hamptons in 2011, waking up outside after being filmed by a camcorder. Another victim, allegedly assaulted in 2016, claimed she was incapacitated after receiving a drink and was raped while unable to move or speak.</p><p>The allegations also include a group chat where the brothers discussed “fees per bang” and referred to women as “fresh” acquisitions. Prosecutors argued the brothers were boastful about their crimes, using phrases like “running train,” which refers to gang rape.</p><p>Reid has yet to rule on whether Tal Alexander will remain detained. Defense attorneys have pushed back against the evidence, questioning its admissibility and context.</p><p>The parties agreed not to disclose the victims’ identities.</p><p><i>Watch Local 10 News at 4 p.m. or refresh this page for updates.</i></p><p><b>Read Oren and Alon Alexander’s pre-trial release agreement in the document below.</b></p><figure><img src="https://www.local10.com/resizer/v2/X3FZ4OL3WNUER6S5NL6DURBSPA.jpg?auth=abdf557ab6d45749e40b5c3f307561e2ac0dbc9d3cf234e5dc930b7c2f492e3c&smart=true&width=1200&height=900" alt="Pre-trial release agreement for Oren and Alon Alexander." height="900" width="1200"/><figcaption>Pre-trial release agreement for Oren and Alon Alexander.</figcaption></figure>]]></content:encoded></item><item><title><![CDATA[Identifican a estudiantes de escuela charter de Doral que murieron en accidente automovilístico]]></title><link>https://www.local10.com/espanol/2026/04/08/identifican-a-estudiantes-de-escuela-charter-de-doral-que-murieron-en-accidente-automovilistico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/identifican-a-estudiantes-de-escuela-charter-de-doral-que-murieron-en-accidente-automovilistico/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[Dos estudiantes han sido identificados tras fallecer en un accidente de tráfico el martes por la noche en Doral.]]></description><pubDate>Wed, 08 Apr 2026 13:11:50 +0000</pubDate><content:encoded><![CDATA[<p>Dos estudiantes han sido identificados tras morir en un accidente automovilístico ocurrido el martes por la noche en Doral.</p><p>El novio y la novia, quienes asistían a Downtown Doral Charter Upper School, fueron identificados en un correo electrónico enviado a las familias por la directora de escuelas de Downtown Doral Charter Schools, la Sra. Acevedo-Isenberg, como Mateo Dávila, de 17 años, y Alessia Tucci, de 16.</p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DW2s3MnjMpT/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DW2s3MnjMpT/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a></div></blockquote><p>“Nuestra comunidad entera está de luto por esta pérdida inimaginable, y nuestros pensamientos y oraciones están con sus familias, amigos, nuestro profesorado y el personal de nuestra escuela primaria y, ciertamente, de nuestra escuela superior, donde actualmente estudiaban”, escribió Acevedo-Isenberg en el correo electrónico. “Ambos estudiantes amaban profundamente su escuela, sus maestros, sus entrenadores y sus compañeros, dejando un impacto duradero en todos los que los conocieron”.</p><p>Según la policía, los adolescentes viajaban en un sedán Kia cuando se salió de la vía y se estrelló contra un poste alrededor de las <a href="https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/" target="_blank" rel="noreferrer" title="https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/">6 p.m. en la avenida Northwest 87, cerca de la calle 54</a>. No se especificó quién conducía.</p><p>El detective de la Oficina del Sheriff de Miami-Dade, Argemis “AC” Colome, dijo que el vehículo se incendió tras el accidente.</p><p>El personal de Miami-Dade Fire Rescue declaró a ambos estudiantes muertos en el lugar.</p><p>Poco después del accidente, decenas de personas se reunieron en el sitio para lamentar a las víctimas.</p><p>“Fue como un gran impacto para todos porque puede suceder muy rápido”, dijo una estudiante llamada Alexandra a Local 10 News.</p><p>“Estaba en shock. No quería creerlo”, dijo otro estudiante, Ruben Abreu.</p><p>Abreu dijo que conoce a Dávila desde primer grado y que la noticia ha sido devastadora.</p><p>“Él era una persona muy alegre. Nunca dejaba que las cosas malas lo afectaran”, dijo Abreu.</p><p>Acevedo-Isenberg indicó en su correo electrónico que habrá consejeros de duelo disponibles en el campus en los próximos días para cualquier estudiante o miembro del personal que desee hablar con alguien.</p><p>“Reconocemos que esta noticia es difícil de procesar. Alentamos a los padres a hablar abiertamente con sus hijos y monitorear su bienestar. Si tiene preocupaciones sobre cómo su hijo está afrontando la situación, o si considera que necesita apoyo adicional, no dude en comunicarse con nuestro departamento de consejería”, dijo Acevedo-Isenberg. “Thank you, gracias, obrigada y merci. Nos unimos como familia Dolphin durante este momento difícil”.</p><p>Detectives de homicidios de tránsito de la MDSO investigan la causa del accidente fatal.</p>]]></content:encoded></item><item><title><![CDATA['Malcolm in the Middle' returns after 20 years with questions of legacy and its trademark craziness]]></title><link>https://www.local10.com/entertainment/2026/04/08/malcolm-in-the-middle-returns-after-20-years-with-questions-of-legacy-and-its-trademark-craziness/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/08/malcolm-in-the-middle-returns-after-20-years-with-questions-of-legacy-and-its-trademark-craziness/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:00:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A very grown-up Malcolm turns to the camera at the beginning of the new “Malcolm in the Middle” revival and, weirdly, has nothing to complain about.</p><p>“Yeah, I look different, but, hey, everything about me is different. I’m happy. I’m successful,” he says. “My life is fantastic now. You want to know how I did it? All I had to do is stay completely away from my family.”</p><p>That's going to be very hard to do in Hulu's four-part return to “Malcolm in the Middle: Life’s Still Unfair,” which reunites one of the zaniest and chaotic families ever on prime time. The episodes premiere Friday.</p><p>Twenty years after the last episode aired, we learn that Malcolm — a nervous, sputtering Frankie Muniz — is now a father of a teen and desperate to shield her from his dysfunctional parents and siblings.</p><p>“I cannot go back to the way I was before and I’m not going to risk you,” Malcolm tells her. “You have to think of it like they’re the full moon and we’re werewolves.”</p><p>How the revival came about</p><p>Original series creator Linwood Boomer and his co-producer-wife, Tracy Katsky Boomer, batted ideas on how to get the gang back together for years. Both weren't willing to make just anything for a “shameless cash grab.”</p><p>Linwood Boomer recalls a light bulb went on when his wife wondered what would it be like if Malcolm had a daughter who was exactly like him. “I was just like, ‘Oh my God, that kid would be miserable,’” he says.</p><p>In addition to Muniz, Bryan Cranston and Jane Kaczmarek are back as the barely-holding-it-together parents and Christopher Kennedy Masterson and Justin Berfield return as brothers Francis and Reese, respectively.</p><p>Newcomers include Keeley Karsten as Leah, Malcolm’s deeply empathic daughter, and Vaughan Murrae, Malcolm’s whip-smart youngest sibling, who we last saw as a baby. Caleb Ellsworth-Clark takes over the role of Dewey.</p><p>Director Ken Kwapis, one of the original directors of the show, was tapped to return and was impressed with how the old and new cast members handled the physical and emotional tasks.</p><p>“The original cast slipped back into their roles effortlessly. But equally important is they embraced the new members of the cast very quickly,” he says.</p><p>“There’s a performance level that some people have described as high octane. And so for the new members of the ensemble, they had to like, ‘OK, I’m going to step up and do it.’ And they all hit it out of the park.”</p><p>A comically accurate view of child-rearing</p><p>Malcolm may desperately want to keep his distance from his family, but the 40th wedding anniversary of his parents has a gravitational pull, putting everyone on a collision course, albeit a hysterical one.</p><p>“It’s hard to do a straight comedy right now because everything’s very serious in the world,” says Katsky Boomer. “It feels nice to just unleash good vibes so people can just take a breather.”</p><p>“Malcolm in the Middle: Life’s Still Unfair” joins a list of new and upcoming reboots and revivals from the late 1990s and early 2000s, including “Scrubs,” “King of the Hill,” “Prison Break,” “Baywatch” and “Phineas and Ferb.”</p><p>The Boomers credit Cranston for keeping the flame of a revival alive, staying in touch with the actors and crew. And he’s jumped back in boldly, despite becoming a huge star in the intervening years. In the first episode back, Cranston stands completely nude as Kaczmarek’s Lois shaves his back and nether regions.</p><p>“Malcolm in the Middle” originally aired on Fox and ended its seven-season run in 2006. It won seven Emmy Awards — including one for best writing for a comedy series — and currently streams on Hulu and on Hulu on Disney+, where the revival will also live.</p><p>Linwood Boomer based “Malcolm” on his own nutty family, and it struck a chord, depicting childhood as a constant power struggle — with bigger kids, teachers, parents and siblings. There were squabbles with a ferocity rare on TV, and it was funny because it was so grounded in truth. It was TV’s most comically accurate view of child-rearing since “Roseanne.”</p><p>“There was a line in the pilot I would say to myself all the time — ‘I want a better family!’ — and it turns out most families aren’t any better,” says Boomer.</p><p>Parental legacy</p><p>For the revival, the tables are turned. This time it's about being a parent and the legacy that we extend to our children. Malcolm's daughter is struggling in life and school, but her father's genetic toolkit only has belligerence, impulsiveness and thickheadedness, passed on by his on-screen parents.</p><p>“So much trauma, unfortunately, is the result of good people literally trying their best,” says Katsky Boomer. “You can understand it as you grow old enough to appreciate that your parents are human beings.”</p><p>Kwapis says the revival is painfully — and also hilariously — looking at how sometimes years go by and we're often in the same groove when it comes to family dynamics.</p><p>“You get to explore new things, but you also get to the explore the idea that some things — for better or for worse — just can’t change,” he says.</p><p>As for any future revisiting of this family, the husband-and-wife “Malcolm” team are noncommittal. “There are no plans. It was a really lovely experience,” says Linwood Boomer. Might there be more? “I can’t say no, but I also can’t say yeah,” he says.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NUYQYNNXIKK35JQGRGK4GEM6PI.jpg?auth=bc6455f6d0892e0108c8970a3e33cc8550871b1bf11816efd7d1809ebb40556d&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 Disney shows Jane Kaczmarek and Bryan Cranston, right, in a scene from "Malcolm in the Middle: Life's Still Unfair." (David Bukach/Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Bukach</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6QCEY7RN3EVLHILH43TJEESSI.jpg?auth=91c40f87e296e2c473512840902d62f48b2a07e29b0a62bab50d3350e2576de1&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 Disney shows Frankie Muniz in a scene from "Malcolm in the Middle: Life's Still Unfair." (David Bukach/Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Bukach</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XAUHG2MPHOXGACLLOE3AJJKNNM.jpg?auth=5258f2b8ae7444c0206e93eabfaefe79e84b369059fb320783d6ceb222f6adb3&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 Disney shows Bryan Cranston in a scene from "Malcolm in the Middle: Life's Still Unfair." (David Bukach/Disney via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">David Bukach</media:credit></media:content></item><item><title><![CDATA[Panthers’ Brad Marchand nominated for 2026 Bill Masterton Memorial Trophy]]></title><link>https://www.local10.com/sports/local/2026/04/08/panthers-brad-marchand-nominated-for-2026-bill-masterton-memorial-trophy/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/08/panthers-brad-marchand-nominated-for-2026-bill-masterton-memorial-trophy/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[The Professional Hockey Writers Association revealed the nominees for the 2026 Bill Masterton on Wednesday. ]]></description><pubDate>Wed, 08 Apr 2026 14:53:47 +0000</pubDate><content:encoded><![CDATA[<p>The Professional Hockey Writers Association revealed the nominees for the 2026 Bill Masterton on Wednesday. </p><p>The Bill Masterson Trophy has been awarded annually since 1968 to the player who “best exemplifies qualities of perseverance, sportsmanship and dedication to ice hockey.”</p><p>From the Florida Panthers, the PHWA Florida chapter selected veteran forward Brad Marchand as its nominee. </p><p>The five-member chapter was unanimous in its decision. </p><p>Marchand is playing in his second season with the Panthers after being acquired at last year’s Trade Deadline. </p><p>He made an immediate impact upon arrival, helping lead Florida to their second straight Stanley Cup victory last June while averaging a goal per game during the Final against the Edmonton Oilers. </p><p>This season, Marchand led the Panthers on and off the ice during an incredibly challenging and injury-plagued season for the defending champs. </p><p>Despite spending much of the year playing through injuries himself, Marchand led the Panthers in goals and points until his ailments began catching up to him, causing him to sporadically miss time before ultimately being ruled out for the season last month. </p><p>His impact was also felt away from the rink. </p><p>In October, one of Marchand’s best and oldest friends, JP MacCallum, lost his 10-year-old daughter Saleh to a battle with cancer. </p><p>With the team’s blessing, Marchand to a leave of absence from the Panthers to travel to his home of Halifax, Novia Scotia to be with the MacCallum family. During his time there, Marchand filled in as a guest head coach for the U-18 Marchand and Mill Co. Hunters, the youth hockey team that MacCallum is the head coach for. </p><p>The game also served as a fundraiser for the MacCallum family. </p><p>Marchand signed a six-year contract extension with the Panthers last summer. He finished this season with 27 goals and 54 points in 52 games. </p><p>Each of the NHL’s 32 teams will have a nominee for the Masterton Trophy. Members of the PHWA will vote on the nominees, and three finalists will be announced sometime during the Stanley Cup Playoffs. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QCGWFL7JHRHYHL2XFNLGYE6WVM.jpg?auth=c7116923cc0014ac573e7d7f2ecc8a0ea846b779d641e748cd3d60eff320a05b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida Panthers left wing Brad Marchand (63) in the second period of an NHL hockey game Thursday, Dec. 11, 2025, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Fired Universities of Wisconsin President Jay Rothman tells AP he was 'blindsided' by his ouster]]></title><link>https://www.local10.com/news/2026/04/08/fired-universities-of-wisconsin-president-jay-rothman-tells-ap-he-was-blindsided-by-his-ouster/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/fired-universities-of-wisconsin-president-jay-rothman-tells-ap-he-was-blindsided-by-his-ouster/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:27:42 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Fired Universities of Wisconsin President Jay Rothman told The Associated Press on Wednesday in his first interview since the ouster that he was “blindsided” by the move but has no hard feelings and is unlikely to sue.</p><p>Rothman was fired on Tuesday night in a unanimous vote by the board of regents following a roughly 30-minute closed-door discussion. Regents have not given a reason for firing Rothman, who was in the job for just under four years.</p><p>“Absolutely I was blindsided,” Rothman told the AP. He said he has still not been given a reason for his firing.</p><p>“I really don’t know,” Rothman said. “I asked for reasons why. They were not able to articulate any.”</p><p>But Rothman, who came to the job in 2022 after serving as chair and CEO of a Milwaukee-based law firm with more than 1,000 attorneys, said he is unlikely to file a lawsuit over his firing.</p><p>“We’ll have to see how circumstances develop,” Rothman said. “I don’t think it’s likely that I would go in that direction. That’s not who I am.”</p><p>The AP was the first to report on April 2 that the regents had asked Rothman, 66, to retire or resign or face being fired. Rothman said on Wednesday that he considered retiring, but since regents gave him no reason, he decided against it.</p><p>Regent President Amy Bogost said in a statement before the firing that the decision was “about the future” of the 13-university system, including the flagship Madison campus, that educates about 165,000 students.</p><p>“The Universities of Wisconsin must be led with a clear vision that both protects and strengthens our flagship, supports our comprehensive universities and ensures we are meeting the evolving needs of our students, workforce and communities across all 72 counties,” Bogost said.</p><p>She did not immediately return a message on Wednesday seeking comment.</p><p>Rothman did not criticize any regent by name, but he did express frustration generally with the board.</p><p>“For a board to be functional, it needs to be able to provide clarity to the management team,” he said. “Not 18 different voices with different opinions and pet projects. There has to be board leadership that is able to consolidate that, build a consensus and provide clear direction.”</p><p>Rothman said his performance objectives were not even discussed in his last review in August, which he said was “astonishing.”</p><p>Rothman spent his time as president lobbying Republican legislators to increase state aid for the system in the face of federal cuts, navigating free speech issues surrounding pro-Palestinian protests, and grappling with declining enrollment that has forced eight branch campuses to close. Overall enrollment across the system has remained steady under his leadership.</p><p>Rothman brokered a deal with Republicans in 2023 that called for freezing diversity hires and creating a position at UW-Madison focused on conservative thought in exchange for the Legislature releasing money for UW employee raises and tens of millions of dollars for construction projects across the system.</p><p>Rothman said Wednesday he didn't know if any of those particular issues contributed to his being fired, but conceded they could have.</p><p>“When you come in to affect change and you try to move an organization forward, you have to make difficult decisions,” Rothman said. “And when you make difficult decisions, you can upset some people."</p><p>Sen. Patrick Testin, the Republican president of the Wisconsin state Senate, called Rothman’s firing a “blatant partisan hatchet job.”</p><p>The state Senate’s committee that oversees higher education scheduled a hearing for Thursday for 10 regents whose appointments by Evers have yet to be confirmed. Testin called for the Senate to reject all 10, which would mean they could no longer serve as regents.</p><p>Rothman said he wasn’t going to speculate on why he was cut loose.</p><p>“I am disappointed with the board’s action, but I’m not angry,” he said. “This is not about retribution. I’m concerned about the future of the Universities of Wisconsin.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KGTVDI4J3YIPWG4VF7UK53EZRA.jpg?auth=f239c81998e0ebe82f53e5949fb44952b755bd23f532fd38e25974576063d383&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fired Universities of Wisconsin President Jay Rothman speaks during an interview with The Associated Press on Wednesday, April 8, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W325AGBPA2ZIMYMC6I7ZRFJVFI.jpg?auth=fa23a26603dd2ed2cf39c1d402b065e28ab585e6f76f6c76f70018d2dcafe771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fired Universities of Wisconsin President Jay Rothman speaks during an interview with The Associated Press on Wednesday, April 8, 2026, in Madison, Wis. (AP Photo/Scott Bauer)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott Bauer</media:credit></media:content></item><item><title><![CDATA[Diputados argentinos debaten flexibilizar protección de glaciares para atraer inversiones mineras]]></title><link>https://www.local10.com/espanol/2026/04/08/diputados-argentinos-debaten-flexibilizar-proteccion-de-glaciares-para-atraer-inversiones-mineras/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/diputados-argentinos-debaten-flexibilizar-proteccion-de-glaciares-para-atraer-inversiones-mineras/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:44:39 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La Cámara de Diputados de Argentina debatirá el miércoles para convertir en ley un controvertido proyecto que flexibiliza la protección de los glaciares impulsado por el presidente ultraliberal Javier Milei para atraer millonarias inversiones mineras y que organizaciones medioambientales consideran una amenaza para esas estratégicas reservas de agua dulce.</p><p>El cambio en el marco regulatorio podría facilitar inversiones por más de 30.000 millones de dólares, según estimaciones del sector minero para la próxima década. El 70% estaría destinado a nuevos proyectos de cobre, oro y plata.</p><p>El proyecto, que ya fue aprobado por el Senado, apunta a “ordenar el marco normativo vigente, poner fin a interpretaciones arbitrarias y consolidar un esquema de federalismo ambiental plenamente compatible con la Constitución”, según el texto enviado por el Poder Ejecutivo al Congreso.</p><p>El país sudamericano había prohibido por ley en 2010 la exploración y explotación minera en glaciares y ambientes periglaciares, definidos como las áreas con suelos congelados que actúan como regulador del recurso hídrico.</p><p>El cambio más sustancial en la reforma propuesta por  Milei es mantener esta protección sólo para glaciares y geoformas identificadas como portadores de “funciones hídricas específicas”, lo cual deberá ser determinado por cada provincia.</p><p>“Todo glaciar o geoforma incluido en el Inventario Nacional de Glaciares se considerará protegido hasta que la autoridad ambiental competente verifique que carece de funciones hídricas”, detalla el proyecto.</p><p>Según ese inventario, en Argentina hay 16.968 glaciares repartidos entre la Cordillera de los Andes y las Islas del Atlántico Sur que equivalen a una superficie de 8.484 kilómetros cuadrados.</p><p>Defender el agua</p><p>En una acción de protesta a primera hora de la mañana del miércoles activistas de Greenpeace colgaron un cartel gigante de un monumento frente al Congreso con la advertencia “Diputados: no traicionen a los argentinos. ¡La Ley de Glaciares no se toca!".</p><p>Especialistas en glaciología y ciencias relacionadas alertaron en una carta enviada a los legisladores que los glaciares están retrocediendo aceleradamente debido al cambio climático, lo cual ha provocado un aumento del 21% del nivel del mar en todo el planeta.</p><p>En este contexto los científicos consideraron que desproteger los glaciares podría comprometer las nacientes de agua de zonas áridas, perder reservas de agua que sostienen caudales en épocas críticas, aumentar la vulnerabilidad de las cuencas ante sequías prolongadas y afectar el caudal de cursos hídricos.</p><p>Organizaciones medioambientalistas convocaron a movilizarse al Congreso en contra de la reforma.</p><p>El gobierno de Milei, por su parte, apuesta a la minería para conseguir parte de los dólares necesarios para fortalecer sus reservas internacionales que le permitan afrontar sus abultados pagos de deuda. Sólo en 2026 el país deberá cancelar vencimientos de deuda por 20.000 millones de dólares.</p><p>Todo indica que el partido gobernante cuenta con los votos necesarios para avanzar en la reforma teniendo en cuenta que ya adelantaron su apoyo bloques opositores más dialoguistas y la mayoría de los gobernadores, incluso del peronismo opositor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PWWF3AVGVKGKFSBX4TP4DC5C2I.jpg?auth=ef94686f28f6e4dc4849a73d68828ec4acffafa70ef22581982e316356934c0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activistas de Greenpeace permanecen sentados tras ser detenidos a las afueras del Congreso mientras los legisladores debaten la propuesta del gobierno del presidente Javier Milei para reformar la ley de protección de glaciares en Buenos Aires, Argentina, el miércoles 8 de abril de 2026. (AP Foto/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAEXCH64VCWOCZVCONFR7SEDW4.jpg?auth=9c262846c6abe85c9b4a64cd3a8c37bf0a3ab67baba275fb8cc3d722754a8dab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Activistas de Greenpeace permanecen sentados detrás de la policía tras ser detenidos a las afueras del Congreso, donde los legisladores debaten la propuesta del gobierno del presidente Javier Milei para reformar la ley de protección de glaciares en Buenos Aires, Argentina, el miércoles 8 de abril de 2026. (AP Foto/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7SEO6RK4SQMPRYDDZUH7M2DRU.jpg?auth=bed355e843b61648eedb32345809fb538d8cf47647c8fdcf84b9eac4b58934c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un activista de Greenpeace sostiene una pancarta con el mensaje "Diputados no traicionen a los argentinos" mientras los legisladores debaten la propuesta del gobierno del presidente Javier Milei para reformar la ley de protección de glaciares en Buenos Aires, Argentina, el miércoles 8 de abril de 2026. (AP Foto/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Doral charter school students identified after dying in car crash]]></title><link>https://www.local10.com/news/local/2026/04/08/doral-charter-school-students-identified-after-dying-in-car-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/doral-charter-school-students-identified-after-dying-in-car-crash/</guid><dc:creator><![CDATA[Amanda Batchelor, Gabrielle Arzola]]></dc:creator><description><![CDATA[Two students have been identified after they were killed in a car crash Tuesday evening in Doral.]]></description><pubDate>Wed, 08 Apr 2026 12:33:08 +0000</pubDate><content:encoded><![CDATA[<p>Two students have been identified after they were killed in a car crash Tuesday evening in Doral.</p><p><a href="https://www.local10.com/espanol/2026/04/08/identifican-a-estudiantes-de-escuela-charter-de-doral-que-murieron-en-accidente-automovilistico/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/identifican-a-estudiantes-de-escuela-charter-de-doral-que-murieron-en-accidente-automovilistico/">Leer en español</a></p><p>The boyfriend and girlfriend, who attended Downtown Doral Charter Upper School, were identified in an email sent to families by Ms. Acevedo-Isenberg, Head of Schools at Downtown Doral Charter Schools, as Mateo Dávila, 17, and Alessia Tucci, 16.</p><p><blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/DW2s3MnjMpT/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/DW2s3MnjMpT/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/DW2s3MnjMpT/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">A post shared by DDCUS Basketball 🏀 (@ddcusbasketball)</a></p></div></blockquote>
<script async src="//www.instagram.com/embed.js"></script></p><p>“Our entire community is mourning this unimaginable loss, and our thoughts and prayers are with their families, friends, our faculty, and staff at our elementary school and certainly our upper school, where they currently attended,” Acevedo-Isenberg wrote in the email. “Both students deeply loved their school, their teachers, their coaches, and their peers, leaving a lasting impact on everyone who knew them.”</p><p>According to police, the teens were in a Kia sedan when it veered off the roadway and crashed into a pole at about <a href="https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/" target="_self" rel="" title="https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/">6 p.m. along Northwest 87th Avenue, near 54th Street.</a> They did not specify who was driving. </p><p>Miami-Dade Sheriff’s Office Detective Argemis “AC” Colome said the car became engulfed in flames after the crash.</p><p>Miami-Dade Fire Rescue personnel pronounced both students dead at the scene. </p><p>Shortly after the crash, dozens gathered at the site to mourn the victims. </p><p>“It was, like, a big shock to everyone because it could happen so quickly,” a student named Alexandra told Local 10 News. </p><p>“I was in disbelief. I didn’t want to believe it,” another student, Ruben Abreu, said. </p><p>Abreu said he has known Dávila since first grade and the news of this has been heartbreaking. </p><p>“He was just a jolly person. He would never let, like, bad things bring him down,” Abreu said. </p><p>Acevedo-Isenberg said in her email that grief counselors will be available on campus in the coming days for any students or staff who want to speak with someone.</p><p>“We recognize that this news is difficult to process. We encourage parents to talk openly with their children and monitor their well-being. If you have concerns about how your child is coping, or if you feel they need additional support, please do not hesitate to contact our counseling department,” Acevedo-Isenberg said. “Thank, you, gracias, obrigada, and merci. We unite as a Dolphin family during this difficult time.”</p><p>MDSO traffic homicide detectives are investigating the cause of the fatal crash.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Qatar's Diamond League track meet put back from May to June amid ongoing uncertainty]]></title><link>https://www.local10.com/sports/2026/04/08/qatars-diamond-league-track-meet-put-back-from-may-to-june-amid-ongoing-uncertainty/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/qatars-diamond-league-track-meet-put-back-from-may-to-june-amid-ongoing-uncertainty/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:28:54 +0000</pubDate><content:encoded><![CDATA[<p>DOHA, Qatar (AP) — The Diamond League track meet in Qatar has been postponed from next month to June, “should conditions allow,” amid ongoing uncertainty caused by the conflict in the Middle East.</p><p>The Doha event had been set to open the season for track's elite series on May 8, as it typically has in recent years, but the postponement means Shanghai's meet on May 16 starts the series instead.</p><p>“In recent weeks, the Diamond League has been monitoring the situation in Doha, working in close coordination with meeting organizers, Qatari authorities and other stakeholders,” the Diamond League said in a statement on Wednesday, hours after the announcement of a two-week ceasefire between Iran, the United States and Israel.</p><p>“In the interests of athlete and spectator safety, a decision has now been taken to postpone the meeting. Should conditions allow, it will now be held on June 19.”</p><p>The change of date also means a change of venue. Temperatures in Qatar in June are typically higher, so the event moves to the Khalifa International Stadium, which is fitted with large cooling systems around the arena that were used when it hosted the 2019 world track and field championships.</p><p>Qatar has become a key host nation for global sports events in recent years and has had to postpone or cancel high-profile competitions since the United States and Israel began strikes on Iran in February.</p><p>The “Finalissima” soccer game between Argentina and Spain, which was due to be played in Qatar, was canceled last month and Qatar's motorcycle Grand Prix was rescheduled to November. Elsewhere in the region, Formula 1 races set for April in Bahrain and Saudi Arabia have been called off.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T7N2EDJDAXTKKE7B7DMC6F4VWA.jpg?auth=e32e25233af9256993a1d7bc9faf6f1016c5f66d1564ef53bae82bde46e96aec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans arrive for the World Cup group B soccer match between England and Iran at the Khalifa International Stadium Doha, Qatar, Monday, Nov. 21, 2022. (AP Photo/Steve Wade, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Wade</media:credit></media:content></item><item><title><![CDATA[Luchar contra el crimen, la principal demanda de los peruanos a pocos días de las elecciones]]></title><link>https://www.local10.com/espanol/2026/04/08/luchar-contra-el-crimen-la-principal-demanda-de-los-peruanos-a-pocos-dias-de-las-elecciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/luchar-contra-el-crimen-la-principal-demanda-de-los-peruanos-a-pocos-dias-de-las-elecciones/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:23:46 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — A cuatro días de las elecciones presidenciales y legislativas de Perú, el incremento de la delincuencia se mantiene como la principal preocupación, incluso por encima de la inestabilidad política que ha provocado el desfile de ocho presidentes en la última década.</p><p>Las encuestas realizadas en los últimos meses han mostrado altos niveles de preocupación entre los peruanos por la delincuencia y la corrupción. En tanto, un relevamiento nacional realizado en 2025 por el estatal Instituto Nacional de Estadística e Informática encontró que 84% de los consultados en áreas urbanas dijo que temía ser víctima de algún delito en los siguientes 12 meses.</p><p>En el último quinquenio las denuncias por extorsión, un delito que ha provocado protestas y paralizaciones frecuentes del transporte público, se han quintuplicado; mientras los asesinatos se han duplicado, según datos oficiales.</p><p>“Subes al bus y tienes que sentarte lejos del chofer, no sabes si vas a llegar vivo a tu casa... los delincuentes pasan en moto, disparan, matan al chofer y también puedes morir”, relató el jubilado Raúl Zevallos, de 63 años.</p><p>En 2025 fueron asesinados 239 choferes del transporte público en Perú, de acuerdo con datos recopilados por el Observatorio del Crimen y la Violencia.</p><p>Según los expertos y la policía, la llegada en los últimos 10 años de organizaciones criminales extranjeras ha introducido al país nuevos métodos de violencia. También han influido el auge de la minería ilegal y el narcotráfico, que han creado zonas donde la presencia del Estado es casi inexistente.</p><p>Candelaria Lifoncio, de 46 años y madre de cuatro, relató cómo la violencia ha ido en aumento cada año en los exteriores de los locales de conciertos de cumbia donde vende cigarrillos. “Voy por todo Lima en las noches y dos veces me he salvado de que me caiga una bala”, dijo.</p><p>Delincuencia y corrupción</p><p>Harvey Colchado —un coronel de la policía retirado en 2024 luego que su grupo allanara la casa de la entonces presidenta Dina Boluarte (2022-2025)— dijo a AP que la causa de la expansión del crimen "es la corrupción en el poder”.</p><p>Colchado —que a lo largo de su trayectoria ha capturado a jefes criminales, narcotraficantes, integrantes del grupo terrorista Sendero Luminoso y a políticos poderosos— afirmó que es urgente una profunda reforma policial para eliminar a los agentes cooptados por los grupos violentos y aumentar el presupuesto para cada uno de los más de 70 departamentos de investigación criminal. “Ahora no tienen ni un sol”, dijo.</p><p>Sin ese financiamiento, añadió, los investigadores policiales no pueden pagar a informantes que son clave en la investigación moderna. También se necesita invertir en tecnología y programas informáticos para rastrear e interceptar llamadas telefónicas y comunicaciones por las redes sociales.</p><p>Desde su retiro Colchado ha incursionado en la política de la mano del nuevo partido Ahora Nación y se postula para diputado.</p><p>Analistas y otros partidos que participan en la contienda han afirmado que otra de las primeras tareas del próximo Legislativo debe ser la eliminación de las leyes que favorecen a los grupos criminales y que el saliente Congreso aprobó con votos de los partidos Fuerza Popular y Renovación Popular, que lucen como los favoritos.</p><p>Esas cuestionadas normas eliminaron la detención preliminar en delitos cometidos en flagrancia, elevaron los requisitos para confiscar bienes a delincuentes y dificultaron la colaboración eficaz y los allanamientos.</p><p>Keiko Fujimori, la candidata presidencial de Fuerza Popular, ha defendido estas leyes y afirma que buscan que los juicios sean más rápidos y justos.</p><p>Propuestas polémicas</p><p>Varios candidatos proponen retirar al país del Pacto de San José de Costa Rica para dejarlo afuera de la jurisdicción de la Corte Interamericana de Derechos Humanos para así poder instaurar la pena de muerte para violadores de menores de edad y sicarios y limitar la comida a los presos que dirijan delitos desde la cárcel. También sugieren la construcción de prisiones inspiradas en el Centro de Confinamiento del Terrorismo de El Salvador y hasta devolver a sus países a todos los venezolanos y colombianos indocumentados.</p><p>Fujimori promete retomar el control de las fronteras y cárceles con los militares, mientras Rafael López Aliaga —candidato de Renovación Popular—, anticipó que construirá una cárcel en la Amazonía donde las serpientes venenosas impedirán que los reos escapen.</p><p>El comediante Carlos Álvarez, del partido País para Todos, convocará a líderes de El Salvador, Dinamarca y Singapur para que vuelquen su experiencia en seguridad y Ricardo Belmont —del partido Obras y exalcalde de Lima— afirma que los puestos de auxilio rápido serán claves para atender a las víctimas de la delincuencia.</p><p>“Ya no puedes creerle a ninguno, nada va a cambiar”, se quejó Juan Gómez, un albañil de 53 años, mientras cargaba dos pesadas bolsas que contenían papas y arroz para alimentar a sus cinco hijos. “Vienen en moto, te ponen una pistola... miras a un lado y al otro y no hay ni un policía ¿Qué vas a hacer? Te dejas robar nomás”, culminó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELRNWQJP3EJGDRIH4EVNMFMUBY.jpg?auth=e363b3de4c7fa75794388bba0186a35c88ead14bf651438af133a16c8d7ba891&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Investigadores de la Unidad Criminalística rodean el cuerpo del conductor de transporte colectivo Diego Ticona, quien según la policía fue baleado por dos personas en una motocicleta, en el barrio La Victoria de Lima, Perú, el 21 de enero de 2026. (AP Foto/Martín Mejía, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[Alex Ovechkin says he's waiting until after the season to decide his hockey future]]></title><link>https://www.local10.com/sports/2026/04/08/alex-ovechkin-says-hes-waiting-until-after-the-season-to-decide-his-hockey-future/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/alex-ovechkin-says-hes-waiting-until-after-the-season-to-decide-his-hockey-future/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:16:49 +0000</pubDate><content:encoded><![CDATA[<p>Alex Ovechkin says he is waiting until after the Washington Capitals’ season is over to decide whether he’s calling it a career or returning to play one more year.</p><p>The NHL’s career goal-scoring leader announced his intentions in a clip of a pre-taped interview with Capitals radio broadcaster John Walton that aired Wednesday.</p><p>"We're going to make a decision in the summer," Ovechkin said, adding he needed to talk with his family, owner Ted Leonsis, president of hockey operations Brian MacLellan and general manager Chris Patrick.</p><p>Ovechkin said health would be the biggest factor: “I’m going to be 41 years old in September, so you just have to be smart about it.”</p><p>He has been peppered with questions for several months about whether he’ll retire or play a 22nd season in the league. Ovechkin's current contract expires June 30.</p><p>Washington will have just three games left after playing at Toronto on Wednesday night and faces an uphill climb to make the playoffs.</p><p>Monday was the one-year anniversary of the Russian superstar scoring his 895th goal at the New York Islanders, breaking Wayne Gretzky's record that seemed unapproachable until Ovechkin came along.</p><p>Ovechkin has since scored 33 more goals, 31 this season, to get to 928 in the regular season. On March 22, he scored No. 1,000 total in the NHL, counting goals in the playoffs.</p><p>He also holds records for the most power play goals with 331, game-winning goals with 141 and shots with 7,091 — and counting. Not just an offensive powerhouse, the 6-foot-3 winger has been a physical force and ranks third on the career hits list with 3,871.</p><p>The Capitals visit longtime Ovechkin rival and fellow face of the sport Sidney Crosby and the Pittsburgh Penguins on Saturday, then host them Sunday. The home finale in the nation's capital is sold out, with tickets going for way above face value in anticipation of it being the captain and franchise cornerstone's final game there.</p><p>They visit Columbus on Tuesday in what could be Ovechkin's final game in North America. He played his first career game in Washington against the Blue Jackets on Oct. 5, 2005.</p><p>Ovechkin, who is from Moscow, could opt to play one more season in the KHL, where he started as a professional when it was called the Russian Superleague. He played from 2001-05 and during the 2012-13 NHL lockout with Dynamo Moscow.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QS7PIJ5G3PEZEWXFWOIYZRLOVA.jpg?auth=a3d9ea0eae7cd9c4ad4581e38910eb91c56be4c3d8b9b9c5725b2320b8c496bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin motions to the crowd after he scored his 1,000th career goal combining regular season and playoffs during the third period of an NHL hockey game against the Colorado Avalanche, Sunday, March 22, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPDYFVVVYWCPSRLI4DWCRTPLDE.jpg?auth=fa9d9ef5c7422249360d0ab982db1b0c5e87126adff44d535d6e85073b08572d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) celebrates his goal during the first period of an NHL hockey game against the Philadelphia Flyers, Tuesday, March 31, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMIC2QFISRH56BC5AV5OHR4LTU.jpg?auth=863e1bfeb96578e40c8222cacff4882862ffb312310684fab7b726b72d07c5ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) celebrates his goal during the third period of an NHL hockey game against the Philadelphia Flyers, left, Tuesday, March 31, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Justin Rose says Masters tournament record of 63 could fall one day. It would take near perfection]]></title><link>https://www.local10.com/sports/2026/04/08/justin-rose-says-masters-tournament-record-of-63-could-fall-one-day-it-would-take-near-perfection/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/justin-rose-says-masters-tournament-record-of-63-could-fall-one-day-it-would-take-near-perfection/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:08:23 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Brooks Koepka was asked a couple of years ago whether it was possible to shoot 59 at the Masters and shatter that most hallowed scoring barrier few will ever touch and even fewer have accomplished in a professional tournament.</p><p>The look of incredulity that crossed his face was at once withering and comical.</p><p>“Have you played here?” Koepka replied.</p><p>“Not yet,” he was informed.</p><p>“Yeah,” Koepka said, “I could tell by the question.”</p><p>In fact, only two people have managed a round of 63 at the Masters, much less 59. Nick Price was the first to set the record four decades ago, and the most recent was Greg Norman, whose first-round 63 in 1996 came before his epic final-round collapse.</p><p>That remains the highest single-round scoring record of any of the major championships.</p><p>“I'm surprised that it has been that long,” said Justin Rose, who has twice shot 65, including the first round last year, which he paired with a final-round 66 that put him in a playoff that he lost to Rory McIlroy.</p><p>Rose also has shot 81 at Augusta National, by the way.</p><p>“There's so many great players capable of putting up that number,” Rose continued, reflecting on the longstanding record ahead of this year's tournament. “I think that the course lends itself most ideally to that score on a Sunday, but also if conditions allow, Sunday is kind of when the course is getting its most sort of maxed out, in terms of green speeds and firmness. So that kind of counteracts some of those more accessible hole locations that traditionally we see on Sunday.”</p><p>There's reason to believe the record could one day be matched, or even broken. For one thing, scores keep coming down, including in the majors. Branden Grace was the first to shoot 62 when he did it at the British Open in 2017, but four have matched him in the past three years at the U.S. Open and PGA Championship, where Shane Lowry and Xander Schauffele both shot 62 in 2024.</p><p>Then there's the fact that technology, physiology and just about every other “ology” has improved over the years. Players have been hitting the ball farther and just as accurately, and that has forced Augusta National to continually change to keep up.</p><p>Those changes are one reason, Rose said, that its current record still stands.</p><p>Subtle alterations have taken place around greens and bunkers, but the most noticeable changes are in sheer length. The course played to 6,925 yards when Norman shot the most recent 63. It will play to 7,565 when the first round begins on Thursday.</p><p>“I think that's a big thing, a lot of mid-irons into small targets. Wedges into small targets,” Rose said. “If you're on and it's your day, sure, you can make a lot of birdies. But you're also going to make a bogey or two quite easily.”</p><p>Anthony Kim set the single-round record for birdies at the Masters with 11 in 2009, but he also dropped enough shots to finish with a round of 65. So, birdies alone probably aren't enough to challenge Price and Norman; it would take an eagle or two as well.</p><p>That's possible. Four players have even eagled consecutive holes in the same round, including Dustin Johnson and Phil Mickelson.</p><p>It just isn't easy. Nothing is at Augusta National.</p><p>“The scores are always a little higher than you think they're going to be,” said 2023 British Open champion Brian Harman, who has just three rounds in the 60s — all 69s — in 20 competitive rounds at the Masters. "You know, when you come out here and you play, you feel like you can go shoot low numbers. It’s just not a lot of the low numbers out here.</p><p>“It’s a lot more of a grind than people think,” Harman said.</p><p>The second nine tends to play about a stroke more difficult than the first nine at Augusta National, thanks in part to water that comes into play through Amen Corner. But while seven players have gone out in 30, most recently Min Woo Lee in 2022, only two have come home in 29: Mark Calcavecchia in the final round in 1991 and David Toms in the final round in 1998.</p><p>In other words, going back to that question posed to Koepka of whether someone could ever shoot 59 at the Masters, it would take pairing the best first nine with the best second ever to do it.</p><p>“If I want to go play the member tees and maybe play like, 15 holes," said Koepka, a five-time major winner, "yeah, I could do that.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U2QECPHUYBOWYJLMPFDYIIZYJA.jpg?auth=e4e92e9366cbb922a273adbe044cbb4376709884f60e317c38534391a9544991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Rose, of England, and Chris Gotterup putt on the seventh hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Monday, April 6, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LW7GGJY555RMZIXFWA2PIFCFP4.jpg?auth=5bfe64894e90277c64abe62d9354bdfedfdae5f305d20ef147fb317cd6b09dd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matt McCarty hits his tee shot on the sixth hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Tuesday, April 7, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3BS7ARAWAALI6HDF36YILCWJCI.jpg?auth=644f6dcdf50e07bb594e17eb0b87a8bf17646f1f201e76b3740d4337609e88f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from the bunker on the sixth hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Tuesday, April 7, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JL4WVS5TABECSYBO4Q53M4F5JI.jpg?auth=407cccdf06876844d53e99692ef6024dd5d2b17844139bd8c6587c0d2fe5b85b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Reed watches his tee shot on the 12th hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Tuesday, April 7, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6A2N2LDXW3KQ4O4XUZMW4KWPY.jpg?auth=855edebc30a87cf47e069a4c252d17fa9d5d37af7371588149138e39a090b9ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns hits from the bunker on the sixth hole during a practice round ahead of the Masters golf tournament at the Augusta National Golf Club, Tuesday, April 7, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Rapper Offset remains at Memorial Regional Hospital in Hollywood]]></title><link>https://www.local10.com/news/local/2026/04/07/rapper-offset-remains-hospitalized-in-stable-condition-after-hollywood-casino-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/rapper-offset-remains-hospitalized-in-stable-condition-after-hollywood-casino-shooting/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[Rapper Lil Tjay had a lot to say as he exited the Broward Main Jail on Tuesday following a disorderly conduct arrest outside the Seminole Hard Rock Hotel & Casino. It’s the same casino in which fellow rapper Offset was shot the same night.]]></description><pubDate>Wed, 08 Apr 2026 02:48:13 +0000</pubDate><content:encoded><![CDATA[<p>Kiari Kendrell Cephus, better known as former Migos rapper Offset and Cardi B’s ex-husband, remained at Memorial Regional Hospital on Tuesday night in Hollywood, according to a spokesperson for the rapper. His condition was stable. </p><p><a href="https://www.local10.com/espanol/2026/04/08/rapero-offset-permanece-en-hospital-memorial-regional-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/rapero-offset-permanece-en-hospital-memorial-regional-en-hollywood/">Leer en español</a></p><p>The 34-year-old rapper suffered non-life-threatening injuries during a shooting on Monday night in a valet area at the Seminole Hard Rock Casino in Hollywood, according to the Seminole Police Department. </p><p>There was a fight before the shooting. Tione Jayden Merritt, better known as rapper Lil Tjay, was among two arrested, according to police. </p><p>Merritt, 24, faced charges of disorderly conduct and operating a vehicle without a valid license when <a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/">he walked out of the Broward County Main Jail</a> on Tuesday in Fort Lauderdale. </p><p>“Did he put his hands on you?” <a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/">Local 10 News reporter Bridgette Matter asked</a> him. “Hell naw,“ <a href="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/07/rapper-lil-tjay-leaves-broward-jail-after-hard-rock-arrest-denies-link-to-offset-shooting/">the rapper said</a>. ”How many times I gotta tell you that ain’t nobody touch me?”</p><p>Migos rappers Quavo, Takeoff, and Offset split in 2022. Offset went solo, and Quavo and Takeoff formed duo, Unc &amp; Phew. Takeoff was fatally shot months later in Houston, Texas. </p><p>Offset and Cardi B, who wed in 2017 and divorced in 2024, have three children together.</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[Rapero Offset permanece en hospital Memorial Regional en Hollywood]]></title><link>https://www.local10.com/espanol/2026/04/08/rapero-offset-permanece-en-hospital-memorial-regional-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/rapero-offset-permanece-en-hospital-memorial-regional-en-hollywood/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[El rapero Lil Tjay tenía mucho que decir al salir de la cárcel principal de Broward el martes, tras ser arrestado por alteración del orden público a las afueras del Seminole Hard Rock Hotel & Casino. Se trata del mismo casino donde el también rapero Offset fue baleado esa misma noche.]]></description><pubDate>Wed, 08 Apr 2026 13:51:23 +0000</pubDate><content:encoded><![CDATA[<p>Kiari Kendrell Cephus, mejor conocido como el rapero Offset, ex integrante de Migos y ex esposo de Cardi B, permanecía el martes por la noche en el hospital Memorial Regional en Hollywood, según un portavoz del artista. Su condición era estable.</p><p>El rapero de 34 años sufrió heridas que no ponen en riesgo su vida durante una balacera ocurrida la noche del lunes en el área de valet del Seminole Hard Rock Casino en Hollywood, según el Departamento de Policía Seminole.</p><p>Hubo una pelea antes de la balacera. Tione Jayden Merritt, mejor conocido como el rapero Lil Tjay, estuvo entre dos personas arrestadas, según la policía.</p><p>Merritt, de 24 años, enfrentó cargos de alteración del orden público y conducir un vehículo sin una licencia válida cuando <a href="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/">salió de la cárcel principal del condado Broward el martes en Fort Lauderdale</a>.</p><p>“¿Te puso las manos encima?”, le <a href="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/">preguntó la reportera de Local 10 News Bridgette Matter</a>. “Claro que no”, <a href="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/rapero-lil-tjay-sale-de-la-carcel-tras-arresto-en-hard-rock-y-niega-vinculo-con-balacera-de-offset-hell-naw/">respondió el rapero</a>. “¿Cuántas veces tengo que decirte que nadie me tocó?”</p><p>Los raperos de Migos, Quavo, Takeoff y Offset, se separaron en 2022. Offset continuó como solista, y Quavo y Takeoff formaron el dúo Unc &amp; Phew. Takeoff murió en una balacera meses después en Houston, Texas.</p><p>Offset y Cardi B, quienes se casaron en 2017 y se divorciaron en 2024, tienen tres hijos en común.</p>]]></content:encoded></item><item><title><![CDATA[Police: Suspect, victim both stabbed during altercation in Miami]]></title><link>https://www.local10.com/news/local/2026/04/08/police-suspect-victim-both-stabbed-during-altercation-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/police-suspect-victim-both-stabbed-during-altercation-in-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person was arrested over the weekend following a double stabbing at an apartment building in Miami, police confirmed.]]></description><pubDate>Wed, 08 Apr 2026 11:37:29 +0000</pubDate><content:encoded><![CDATA[<p>One person was arrested over the weekend following a double stabbing at an apartment building in Miami, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/08/policia-sospechoso-y-victima-resultaron-apunalados-durante-un-altercado-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/policia-sospechoso-y-victima-resultaron-apunalados-durante-un-altercado-en-miami/">Leer en español</a></p><p>According to Miami police, officers first responded to the building at 187 NW 57<sup>th</sup> Ave. at about 4:20 a.m. Sunday after receiving a report about a suspicious person who looked like he was sharpening a knife before entering an apartment where people were arguing and naked.</p><p>Police said an officer made contact with both people inside the apartment, who claimed everything was fine.</p><p>But police say the same person who reported the first incident called 911 about an hour later, claiming two people were fighting and a person had been cut.</p><p>A nearby gas station employee then called 911, stating that a naked man covered in blood was at the GX gas station and was holding a knife.</p><p>According to an arrest report, officers responded to the gas station at 5688 W. Flagler St. and found the victim who had stab wounds to the chest. </p><p>Miami Fire Rescue transported him to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>According to the report, the victim told police that he had met the suspect, Frank Zaldivar-Santiesteba, 29, of Miami, a few days ago, and that he came to his apartment with a knife Sunday and told him, “God told me to come here and stab you.”</p><p>The victim said Zaldivar-Santiesteba then stabbed him and the two got into a tussle, at which time the victim was able to disarm the suspect and stab him back multiple times, authorities said.</p><p>According to the report, at about 9:15 a.m., officers were called to the area of Northwest 42<sup>nd</sup> Avenue and Seventh Street about the suspect, who was bleeding “all over his body” and had a white blanket on his waist.</p><p>Police said Zaldivar-Santiesteba refused to identify himself.</p><p>He was also transported to JMH to be treated for his injuries.</p><p>Police said the victim sustained a laceration to the chest and a punctured lung.</p><p>According to the report, Zaldivar-Santiesteba later spoke with a detective at the hospital and said he did not want to provide details about the incident, other than that it was argument between him and his brother who he loves and “does not care what happens to him; only God can judge him.”</p><p>Police said they were able to identify Zaldivar-Santiesteba by his fingerprints.</p><p>He was arrested on an attempted murder charge.</p><p>As of Wednesday morning, Zaldivar-Santiesteba was being held at the Turner Guilford Knight Correctional Center without 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/ISUJS22VRZEEBPFLUA6TLWTAEI.jpg?auth=612bc1cd300e9928b9a9aa8ecd476d94c8ccf310d7fd09ef8d909d8f9d679c17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Sospechoso y víctima resultaron apuñalados durante un altercado en Miami]]></title><link>https://www.local10.com/espanol/2026/04/08/policia-sospechoso-y-victima-resultaron-apunalados-durante-un-altercado-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/policia-sospechoso-y-victima-resultaron-apunalados-durante-un-altercado-en-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona fue arrestada durante el fin de semana tras un doble apuñalamiento en un edificio de apartamentos en Miami, según confirmó la policía.]]></description><pubDate>Wed, 08 Apr 2026 13:43:51 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue arrestada durante el fin de semana tras un doble apuñalamiento en un edificio de apartamentos en Miami, confirmó la policía.</p><p>Según la policía de Miami, los agentes respondieron por primera vez al edificio en el 187 de la avenida Northwest 57 alrededor de las 4:20 a.m. del domingo tras recibir un reporte sobre una persona sospechosa que parecía estar afilando un cuchillo antes de entrar a un apartamento donde personas discutían y estaban desnudas.</p><p>La policía indicó que un agente hizo contacto con ambas personas dentro del apartamento, quienes afirmaron que todo estaba bien.</p><p>Pero la policía dijo que la misma persona que reportó el primer incidente llamó al 911 aproximadamente una hora después, alegando que dos personas estaban peleando y que una había sido cortada.</p><p>Un empleado de una gasolinera cercana luego llamó al 911, indicando que un hombre desnudo cubierto de sangre estaba en la gasolinera GX y sostenía un cuchillo.</p><p>Según un informe de arresto, los agentes respondieron a la gasolinera en el 5688 de W. Flagler St. y encontraron a la víctima con heridas de arma blanca en el pecho.</p><p>Miami Fire Rescue lo trasladó al Ryder Trauma Center del hospital Jackson Memorial.</p><p>De acuerdo con el informe, la víctima dijo a la policía que había conocido al sospechoso, Frank Zaldivar-Santiesteba, de 29 años y residente de Miami, unos días antes, y que este llegó a su apartamento con un cuchillo el domingo y le dijo: “Dios me dijo que viniera aquí a apuñalarte”.</p><p>La víctima dijo que Zaldivar-Santiesteba luego lo apuñaló y ambos forcejearon, momento en el que la víctima logró desarmar al sospechoso y apuñalarlo de vuelta varias veces, según las autoridades.</p><p>Según el informe, alrededor de las 9:15 a.m., los agentes fueron llamados al área de la avenida Northwest 42 y la calle Séptima por el sospechoso, quien estaba sangrando “por todo su cuerpo” y tenía una manta blanca en la cintura.</p><p>La policía indicó que Zaldivar-Santiesteba se negó a identificarse.</p><p>También fue trasladado al Jackson Memorial Hospital para recibir tratamiento por sus heridas.</p><p>La policía dijo que la víctima sufrió una laceración en el pecho y un pulmón perforado.</p><p>Según el informe, Zaldivar-Santiesteba posteriormente habló con un detective en el hospital y dijo que no quería proporcionar detalles sobre el incidente, más allá de que fue una discusión entre él y su hermano, a quien ama, y que “no le importa lo que le pase; solo Dios puede juzgarlo”.</p><p>La policía indicó que pudieron identificar a Zaldivar-Santiesteba mediante sus huellas dactilares.</p><p>Fue arrestado por un cargo de intento de asesinato.</p><p>Hasta la mañana del miércoles, Zaldivar-Santiesteba permanecía detenido en el Centro Correccional Turner Guilford Knight sin derecho a fianza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISUJS22VRZEEBPFLUA6TLWTAEI.jpg?auth=612bc1cd300e9928b9a9aa8ecd476d94c8ccf310d7fd09ef8d909d8f9d679c17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[What Connects Us: Flexing mental muscle — inside ‘Ageless Grace’]]></title><link>https://www.local10.com/features/2026/04/07/what-connects-us-flexing-mental-muscle-inside-ageless-grace/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/07/what-connects-us-flexing-mental-muscle-inside-ageless-grace/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[In South Florida, fitness is getting a fresh focus — not on speed or strength, but sharpness and strategy. ]]></description><pubDate>Tue, 07 Apr 2026 11:48:54 +0000</pubDate><content:encoded><![CDATA[<p>In South Florida, fitness is getting a fresh focus — not on speed or strength, but sharpness and strategy. </p><p><a href="https://www.local10.com/espanol/2026/04/08/que-nos-conecta-ejercitan-la-mente-dentro-de-ageless-grace/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/que-nos-conecta-ejercitan-la-mente-dentro-de-ageless-grace/">Leer en español</a></p><p>Call it <i>cognition cardio</i> — better known as “<a href="https://agelessgrace.com/about/" target="_self" rel="" title="https://agelessgrace.com/about/">Ageless Grace</a>.” It’s a workout designed to challenge the brain, as much as the body — and it’s sweeping the country. </p><p>“It was just stupid crazy. It was, like, fun,” said Barbara Malina, a longtime participant.</p><p>Simple movements quickly turn into multitasking drills — mixing numbers, sounds and gestures. Every motion carries a mental component, forcing participants to think while they also work out.</p><p>The program is found in 50 states and 34 countries — with classes all across South Florida.</p><p><a href="https://agelessgrace.com/find-an-educator/" target="_self" rel="" title="https://agelessgrace.com/find-an-educator/">Click here</a> to find a class near you. </p><p>Many of the classes are free of charge for residents. Local 10 joined a group at the <a href="https://www.plantation.org/government/departments/helen-b-hoffman-plantation-library" target="_self" rel="" title="https://www.plantation.org/government/departments/helen-b-hoffman-plantation-library">Helen B. Hoffman Library</a> in Plantation. </p><p>“Everybody laughs all the time and everybody is nice and friendly,” said Ann, another longtime participant of the program. </p><p>For Ann, who is 86, it’s become more than just a workout and a way to socialize — it’s a family activity.</p><p>“This is my daughter. And she made me stop driving. She’s my daughter and I love her and it’s just, if I do something wrong, she’s right there to say, ‘Mom!’” Ann said, jokingly.</p><p>Her daughter, Janet, didn’t expect to join in — at least not at first. </p><p>“I thought, ‘Oh, let me sit here and watch so I could help her later, help her learn the numbers or whatever they were doing,’ and then I found out that - guess what - I need this too!” said Janet. </p><p>What starts as observation often turns into participation.</p><p><a href="https://goodvibesconsultants.com/about_tracey_gelb/" target="_self" rel="" title="https://goodvibesconsultants.com/about_tracey_gelb/">Tracey Gelb</a>, an educator and trainer with Ageless Grace, says the program has expanded far beyond South Florida.</p><p>“It is for everybody, every age,” said Gelb. “And it’s fabulous. You’re going to have an unbelievable brain workout. You’re going to be surprised. You’re going to be challenged. It’s going to be like nothing you’ve ever done before.”</p><p><b>According the the program’s website</b><u><b>, Ageless Grace activates all 5 functions of the brain: </b></u></p><ul><li>Strategic Planning </li><li>Memory and Recall </li><li>Analytical Thinking </li><li>Creativity and Imagination </li><li>Kinesthetic Learning </li></ul><p><i>SMACK! We like to think of that as the sound of the neurons firing in the brain when we attempt to do something new. </i></p><p>Lana Gelb, a cognition and movement specialist and author of <i>Everything You Need to Know About Your Brain</i>, says the concept goes beyond traditional ideas of fitness.</p><p>For more information, visit <a href="https://goodvibesconsultants.com/" rel="">https://goodvibesconsultants.com</a>.</p><p>“Change your brain to change your life. People think that wellness is exercise. But it’s way more than that. I use to think that until 14 years ago,” Gelb said.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[Boynton Beach handyman pushing back after city begins enforcing parking ordinance from 2019]]></title><link>https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[A Boynton Beach handyman has been parking his work truck in the same spot for 45 years. ]]></description><pubDate>Tue, 07 Apr 2026 21:48:21 +0000</pubDate><content:encoded><![CDATA[<p>A Boynton Beach handyman has been parking his work truck in the same spot - his driveway - for 45 years. </p><p><a href="https://www.local10.com/espanol/2026/04/07/trabajador-independiente-de-boynton-beach-se-opone-a-aplicacion-de-ordenanza-de-estacionamiento-de-2019/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/trabajador-independiente-de-boynton-beach-se-opone-a-aplicacion-de-ordenanza-de-estacionamiento-de-2019/">Leer en español</a></p><p>Now, Bali Ramnarace says he is in parking purgatory while hoping to find a solution. </p><p>“I make a living by this truck,” he said. “Without this truck, I can’t do what I do for 45 years, the same ritual.”</p><p>While the trucks have changed over the years, they’ve always been parked in the same driveway. </p><p>That’s until recently, when the city informed Ramnarace, who is 75 years old, that the truck could no longer be parked there. </p><p>Officials said the truck violates an ordinance in place since 2019. </p><p>Now Ramnarace is facing mounting fines after receiving a citation from the city. </p><p>Due to pending litigation, city officials did not want to answer Local 10’s questions on camera, instead releasing the following statement: </p><p>“The purpose of the oversized commercial vehicle ordinance is to help ensure neighborhood streets remain safe and accessible for residents, pedestrians, and emergency vehicles. These standards are applied consistently throughout the community.”</p><p>Ramnarace said he doesn’t understand the sudden enforcement, saying he doesn’t cause any trouble, only works and keeps to himself. </p><p>“I want to keep on working, I’m strong,” he said. </p><p>While Ramnarace said he’s physically not the man he used to be, as his body doesn’t move quite as well as it once did, his hands still know how to fix things. It’s just more difficult for him to get around these days.</p><p>“This is more convenient for me to get in my truck and go, because sometimes I can’t lift too much heavy loads with this damaged foot,” he said. </p><p>Ramnarace believes a good resolution would be to allow him to park in his driveway, basically grandfathering him in to keep his parking spot. </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[Qué nos conecta: ejercitan la mente; dentro de “Ageless Grace”]]></title><link>https://www.local10.com/espanol/2026/04/08/que-nos-conecta-ejercitan-la-mente-dentro-de-ageless-grace/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/que-nos-conecta-ejercitan-la-mente-dentro-de-ageless-grace/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[En el sur de Florida, el estado físico está recibiendo un nuevo enfoque, no en la velocidad o la fuerza, sino en la agudeza y la estrategia.]]></description><pubDate>Wed, 08 Apr 2026 13:39:00 +0000</pubDate><content:encoded><![CDATA[<p>En el sur de Florida, el estado físico está recibiendo un nuevo enfoque, no en la velocidad o la fuerza, sino en la agudeza y la estrategia.</p><p>Podríamos llamarlo <i>cardio cognitivo</i> , más conocido como " <a href="https://agelessgrace.com/about/" rel="" title="https://agelessgrace.com/about/">Gracia Eterna</a> “. Es un entrenamiento diseñado para desafiar tanto al cerebro como al cuerpo, y está arrasando en todo el país.</p><p>“Fue una locura total. Fue muy divertido”, dijo Barbara Malina, participante desde hace mucho tiempo.</p><p>Los movimientos sencillos se transforman rápidamente en ejercicios multitarea, combinando números, sonidos y gestos. Cada movimiento conlleva un componente mental, obligando a los participantes a pensar mientras se ejercitan.</p><p>El programa está presente en los 50 estados y en 34 países, con clases en todo el sur de Florida.</p><p><a href="https://agelessgrace.com/find-an-educator/" rel="" title="https://agelessgrace.com/find-an-educator/">Haz clic aquí</a> para encontrar una clase cerca de ti.</p><p>Muchas de las clases son gratuitas para los residentes. El sindicato Local 10 se unió a un grupo en la <a href="https://www.plantation.org/government/departments/helen-b-hoffman-plantation-library" rel="" title="https://www.plantation.org/government/departments/helen-b-hoffman-plantation-library">biblioteca Helen B. Hoffman</a> en Plantation.</p><p>“Todo el mundo se ríe todo el tiempo y todos son amables y simpáticos”, dijo Ann, otra participante veterana del programa.</p><p>Para Ann, que tiene 86 años, se ha convertido en algo más que un simple ejercicio y una forma de socializar: es una actividad familiar.</p><p>“Esta es mi hija. Y ella me hizo dejar de conducir. Es mi hija, la quiero mucho y, si hago algo mal, siempre está ahí para decirme: ‘¡Mamá!’”, dijo Ann en tono de broma.</p><p>Su hija, Janet, no esperaba participar, al menos no al principio.</p><p>“Pensé: ‘Oh, voy a sentarme aquí a observar para poder ayudarla después, ayudarla a aprender los números o lo que sea que estuvieran haciendo’, y luego descubrí que, ¿adivinen qué?, ¡yo también necesito esto!”, dijo Janet.</p><p>Lo que empieza como observación a menudo se convierte en participación.</p><p><a href="https://goodvibesconsultants.com/about_tracey_gelb/" rel="" title="https://goodvibesconsultants.com/about_tracey_gelb/">Tracey Gelb</a> , educadora y formadora de Ageless Grace, afirma que el programa se ha expandido mucho más allá del sur de Florida.</p><p>“Es para todos, de todas las edades”, dijo Gelb. “Y es fabuloso. Vas a tener un entrenamiento mental increíble. Te vas a sorprender. Te pondrá a prueba. Será algo que nunca antes has hecho”.</p><p><b>Según el sitio web del programa </b><u><b>, Ageless Grace activa las 5 funciones del cerebro:</b></u></p><ul><li>Planificación estratégica</li><li>Memoria y recuerdo</li><li>Pensamiento analítico</li><li>Creatividad e imaginación</li><li>Aprendizaje cinestésico</li></ul><p><i>¡ZAS! Nos gusta pensar que ese es el sonido de las neuronas activándose en el cerebro cuando intentamos hacer algo nuevo.</i></p><p>Lana Gelb, especialista en cognición y movimiento y autora de <i>Todo lo que necesitas saber sobre tu cerebro</i> , afirma que el concepto va más allá de las ideas tradicionales sobre el estado físico.</p><p>Para obtener más información, visite <a href="https://goodvibesconsultants.com/" rel="">https://goodvibesconsultants.com</a>.</p><p>“Cambia tu mente para cambiar tu vida. La gente piensa que el bienestar se reduce al ejercicio, pero es mucho más que eso. Yo también lo creía así hasta hace 14 años”, dijo Gelb.</p><p><i>Para enviar una idea para la sección “Lo que nos conecta”, envíe un correo electrónico a </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>.</i></p>]]></content:encoded></item><item><title><![CDATA[“Veo cosas empezando a volar”: residentes de Palm Springs North enfrentan clima severo]]></title><link>https://www.local10.com/espanol/2026/04/08/veo-cosas-empezando-a-volar-residentes-de-palm-springs-north-enfrentan-clima-severo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/veo-cosas-empezando-a-volar-residentes-de-palm-springs-north-enfrentan-clima-severo/</guid><dc:creator><![CDATA[Brett Knese, Andrea Torres]]></dc:creator><description><![CDATA[El martes, condiciones meteorológicas adversas afectaron a la comunidad de Palm Springs North, en el noroeste del condado de Miami-Dade.]]></description><pubDate>Wed, 08 Apr 2026 13:34:11 +0000</pubDate><content:encoded><![CDATA[<p>El clima severo afectó a la comunidad de Palm Springs North el martes en el noroeste del condado Miami-Dade.</p><p>Residentes a lo largo de la calle Northwest 181 y un lago reportaron trombas marinas, muebles arrastrados por el viento, lluvias intensas y ramas de árboles caídas.</p><figure><img src="https://www.local10.com/resizer/v2/QKI6YY3SXFGWBIR4RBGD4QUCNQ.jpg?auth=14eb794258aba2c9cfd3a7fc28a0350a4b62de1307b88d8c6bbce33d47608b42&smart=true&width=1200&height=900" alt="This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County." height="900" width="1200"/><figcaption>This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County.</figcaption></figure><p>“Veo cosas empezando a volar, y luego se puso peor, y corrí al baño”, dijo un residente, quien agregó que la situación duró menos de 5 minutos.</p><p>El viento volcó una embarcación y dañó techos. Hubo árboles caídos y algunas interrupciones eléctricas.</p><figure><img src="https://www.local10.com/resizer/v2/HBQ5QYHYABHQBFTHQGF22TY2QY.jpg?auth=ea0754e0b4f656a03451fde9b96ab20bc006ff4ab8fb97ebf646d5a3625336dc&smart=true&width=1200&height=900" alt="Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood." height="900" width="1200"/><figcaption>Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood.</figcaption></figure><p>Equipos de la compañía Florida Power &amp; Light trabajaban en el vecindario la noche del viernes.</p><p>Consejos sobre qué hacer durante un tornado</p><figure><img src="https://www.local10.com/resizer/v2/YAI2W6UJ6RDJ7A3TG24JBX6QSE.jpg?auth=5c2a3dcad15b4a84f3bc54f6f48411b7db52fa07d9ff403d83f60f4a06f3dbf1&smart=true&width=1200&height=900" alt="The wind damage trees on Tuesday in Miami-Dade County's Palm Springs North neighborhood." height="900" width="1200"/><figcaption>The wind damage trees on Tuesday in Miami-Dade County's Palm Springs North neighborhood.</figcaption></figure><ul><li>Busque refugio en una habitación interior de un edificio sólido y lejos de las ventanas.</li><li>Conduzca hasta el refugio más cercano.</li><li>Cúbrete la cabeza</li></ul><p><a href="https://www.weather.gov/safety/tornado-during" rel="" title="https://www.weather.gov/safety/tornado-during"><i>Fuente: Servicio Meteorológico Nacional</i></a></p><p><i><b>Para consultar el radar meteorológico en directo y las previsiones hora a hora de la Autoridad Meteorológica, </b></i><a href="https://www.local10.com/weather/" rel="" title="https://www.local10.com/weather/"><i><b>visite esta página.</b></i></a></p><p><i><b>Historias relacionadas</b></i></p><ul><li><a href="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/" rel="" title="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/"><i><b>&nbsp;</b></i>Se mantiene la alerta por inundaciones en el sur de Florida; las condiciones meteorológicas están afectando a los aeropuertos locales.</a></li><li><a href="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/" target="_self" rel="" title="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/">Tenga cuidado con las inundaciones, las corrientes de resaca y los retrasos en el tráfico en el sur de Florida.</a></li></ul><p><i>Carson Merlo, editor de noticias de Local 10 News, contribuyó a este reportaje.</i></p>]]></content:encoded></item><item><title><![CDATA[Takeaways from AP’s story on how oil drilling is fueling a migrant surge in Brazil's Amazon]]></title><link>https://www.local10.com/news/2026/04/08/takeaways-from-aps-story-on-how-oil-drilling-is-fueling-a-migrant-surge-in-brazils-amazon/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/takeaways-from-aps-story-on-how-oil-drilling-is-fueling-a-migrant-surge-in-brazils-amazon/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 13:23:25 +0000</pubDate><content:encoded><![CDATA[<p>OIAPOQUE, Brazil (AP) — Oiapoque, a remote city in Brazil's northern state of Amapa, is already experiencing several impacts from an anticipated oil-driven economic boom. Since Petrobras, the country's state oil company, began exploratory drilling off the coast of the Amazon rainforest, thousands of migrants have moved to the city, clearing forest for makeshift housing as they wait for jobs they believe could result from eventual oil production.</p><p>Here are takeaways from AP's story:</p><p>Forest clearing and unplanned growth in Oiapoque</p><p>Oiapoque's local economy depends largely on fishing, illegal gold mining and cross‑border visitors from neighboring French Guiana. Rapid, unplanned urban growth is already straining the city’s fragile infrastructure, residents say.</p><p>According to Tiago Vieira Araújo, an Oiapoque councilman, seven new neighborhoods have emerged, some of them in areas where pristine rainforest stood a year ago. Frequent complaints among locals include overcrowded schools and the city's only hospital operating at full capacity.</p><p>Renata Lod, a representative on Oiapoque’s Indigenous council, said that "Petrobras arrived in the city with strong political backing, promising progress as if we would go to sleep one way and wake up like Dubai.” The reality, she said, is a completely disorganized population growth and invasion of Indigenous lands.</p><p>For migrants like Reginaldo Nunes Fonseca, the hope of opportunity was enough to get them to move. He moved from the northeastern state of Maranhao after seeing a television report in Janauary about Petrobras getting license to do exploratory drilling.</p><p>There are fears of environmental impacts</p><p>Environmental groups warn that an oil spill could devastate fisheries and wetlands, while Indigenous leaders fear the project could endanger their lands and way of life.</p><p>Federal prosecutors also asked Brazil's environmental regulator to annul or suspend the environmental license, arguing that Petrobras’ studies are insufficient and that the company is concealing the full extent of the environmental impact. No ruling has been issued.</p><p>Petrobras said it conducted spill modeling to secure the license and has been deploying drifting devices to monitor ocean currents since it began exploration in October.</p><p>In January, Petrobras reported a drilling-fluid leak that briefly halted operations. IBAMA, the environmental regulator, fined the company 2.5 million reais ($470,500).</p><p>Pushing to phase out fossil fuels while promoting oil exploration</p><p>When Brazil hosted the annual U.N. climate summit, known as COP30, last year, President Luiz Inácio Lula da Silva and the country’s negotiators sought to advance a global road map for phasing out fossil fuels, which are the primary drivers of global warming.</p><p>However, the reality in places like Oiapoque highlights a broader dilemma for much of the developing world. Some countries, including Brazil, have committed to curb greenhouse gases emissions like carbon dioxide, which are released from the burning of oil and cause climate change. At the same time, many residents hope that revenues from fossil fuels lift their economies.</p><p>Expanding oil drilling to Amazon region, even in an offshore project like this one, also raises questions about Lula’s campaign pledge to protect the rainforest.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QLXZ4457DAT6JKHFK63H4N5OFE.jpg?auth=b737460eecf706a577907901883185e014848c295620ab5bdbeaf23a794408df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family talks as they arrive at a port on the banks of the Oiapoque River, in the city of Oiapoque, Amapa state, Brazil, Monday, March 9, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4TXZ7KJKGQSPET5ZWVT5XMMS4E.jpg?auth=28e1d8866587f86738a781c950853e1e12c96c794a3f376f04bfd4e78444ce68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boat maneuvers near the city of Oiapoque, Brazil, and its ports on the banks of the Oiapoque River, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P6MZODSAYNOJBMHQGC644UZ63Y.jpg?auth=e45dbe66e007933b41ff4cc6b11fe2764f63c8d8dac41555e44f1056b153b945&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles move down a road in area known as Nova Conquista or New Conquest where families are building houses near the center of Oiapoque, Amapa state, Brazil, Wednesday, March 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LWMKDJ7FQ75VQZN7WJCGZMHUXM.jpg?auth=40cf53c4df2aaef560df7800b52c32b14f808905b21923b40e782720ad993984&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boatmen operating Catraia, a traditional boat used on the Oiapoque River, prepare for a crossing carrying goods, gasoline canisters and supplies, at a port in the city of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZUTGQHL7QPNMXHZITJTT6OZABY.jpg?auth=42abb268405477250dec203dad9e84251345002902cad9dd12923a44f5524d85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fisher works on his boat unloading a catch at the fish trading port on the banks of the Oiapoque River in the city of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BHVYULV75SIQGTG6CGCFJMJWM.jpg?auth=0bbc1d3ee02bf0dc88b3a817c4df6b9bf796eedfc5bd678a04519cbba33d60a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trees line the Oiapoque River on the border between Brazil and French Guiana, in Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KORVBD7FOP5M3HGXBC2AYQSXIE.jpg?auth=0d214689bbbdbcbed7cbe5d5a2ad84c70ee9a745c93f8235211afd7cc4a3b7a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries fish bought directly from fishers in a port along the Oiapoque River in Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWGXRYGEPIDK7IFI2PWHZGLAGE.jpg?auth=cb2efceca8e43f348c79ed059c4b4a0ffffcfe9f92e059dfd47ddb5bd71d391c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents chat at dusk on the banks of the Oiapoque River, in Oiapoque, Amapa state, Brazil, Monday, March 9, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Another Flood Watch in effect for most of South Florida]]></title><link>https://www.local10.com/news/local/2026/04/08/another-flood-watch-in-effect-for-most-of-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/another-flood-watch-in-effect-for-most-of-south-florida/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[A Flood Watch is in effect for most of South Florida through 10 p.m. Wednesday. ]]></description><pubDate>Wed, 08 Apr 2026 10:31:23 +0000</pubDate><content:encoded><![CDATA[<p>A Flood Watch is in effect for most of South Florida through 10 p.m. Wednesday. </p><p><a href="https://www.local10.com/espanol/2026/04/08/emiten-otra-vigilancia-de-inundaciones-para-gran-parte-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/emiten-otra-vigilancia-de-inundaciones-para-gran-parte-del-sur-de-florida/">Leer en español</a></p><p>Several inches of rain and damaging winds impacted parts of the area Tuesday, and with more heavy rain around Wednesday, flooding is certainly possible. </p><p>A front just to our south will weaken and move farther south and away from us by the end of the week, so rain chances start coming down by later Thursday and Friday with a return to mostly sunny skies by the weekend. </p><p>It’ll become windy, however, so we’ll have to watch for a dangerous risk of rip currents if you have beach plans this weekend. </p><p>Highs are around 80 Wednesday and Thursday and then dip into the lower 80s by Friday and into the weekend. High pressure looks to keep it dry into most of next week with highs well into the 80s by then. In the meantime, keep the umbrellas handy and drive carefully on these wet roads.</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[Emiten otra vigilancia de inundaciones para gran parte del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/04/08/emiten-otra-vigilancia-de-inundaciones-para-gran-parte-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/emiten-otra-vigilancia-de-inundaciones-para-gran-parte-del-sur-de-florida/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Se mantiene vigente una alerta por inundaciones para la mayor parte del sur de Florida hasta las 10 p.m. del miércoles.]]></description><pubDate>Wed, 08 Apr 2026 13:21:11 +0000</pubDate><content:encoded><![CDATA[<p>Una vigilancia de inundaciones está vigente para gran parte del sur de Florida hasta las 10 p.m. del miércoles.</p><p>Varias pulgadas de lluvia y vientos dañinos afectaron partes del área el martes, y con más lluvias intensas durante el miércoles, las inundaciones son posibles.</p><p>Un frente justo al sur de nuestra zona se debilitará y se moverá más hacia el sur y lejos de nosotros hacia el final de la semana, por lo que las probabilidades de lluvia comenzarán a disminuir para el jueves en la tarde y el viernes, con un regreso a cielos mayormente soleados para el fin de semana.</p><p>Sin embargo, se tornará ventoso, por lo que habrá que estar atentos a un riesgo peligroso de corrientes de resaca si tiene planes de ir a la playa este fin de semana.</p><p>Las temperaturas máximas estarán alrededor de los 80 grados el miércoles y jueves, y luego bajarán a los bajos 80 para el viernes y durante el fin de semana. Un sistema de alta presión mantendrá condiciones secas durante gran parte de la próxima semana, con máximas bien entrados los 80 grados para entonces. Mientras tanto, mantenga los paraguas a la mano y conduzca con precaución en estas carreteras mojadas.</p><p><a href="https://www.local10.com/weather/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/"><i><b>HAGA CLIC AQUÍ</b></i></a><i><b> para las últimas actualizaciones del clima de la Autoridad del Tiempo de Local 10.</b></i></p>]]></content:encoded></item><item><title><![CDATA[In an uncertain environment for corporate giving, Liberty Mutual Foundation launches $600M endowment]]></title><link>https://www.local10.com/business/2026/04/08/in-an-uncertain-environment-for-corporate-giving-liberty-mutual-foundation-launches-600m-endowment/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/08/in-an-uncertain-environment-for-corporate-giving-liberty-mutual-foundation-launches-600m-endowment/</guid><dc:creator><![CDATA[By JAMES POLLARD, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 13:18:49 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Corporate foundations' philanthropic commitments were called into question this past year as tariff-driven uncertainty, rising costs and tax law changes prompted many companies to reconsider their charitable strategies.</p><p>Nonprofits received a reassuring answer this week, however, from the century-old, Boston-based Liberty Mutual Insurance. The major insurer's nonprofit Liberty Mutual Foundation announced Wednesday the establishment of a $600 million endowment, a long-term source of funding that leaders promise will bring lasting resources and more responsive grantmaking.</p><p>“We all know that we live in really challenging times. And that is very true for our nonprofit partners as well,” Melanie Foley, the chair of the foundation's board, told the Associated Press. “We’ll be there to continue to support them, be as flexible as we can be, really listening to what they need.”</p><p>Endowments generally start with a set donation that is invested and allow foundations to increase their assets over time. Foley said Liberty Mutual Foundation had “matured” enough from its 2003 founding to necessitate “a permanent, self-sustaining" funding source. The Fortune 100 company is funding the endowment by transferring assets such as shares held within Liberty Mutual entities.</p><p>The move places Liberty Mutual's charitable arm among an influential subset of foundations with more than $100 million in assets. Partners should feel a “sense of security,” according to Foley. This new source will allow the foundation to increase grantmaking from its roughly $50 million baseline of recent years.</p><p>Foley emphasized that Wednesday's announcement isn't a response to recent developments in the sector. But the news arrives at a time of great instability for nonprofits. There's been a yearslong decline in the number of American donors, who make up the bulk of U.S. philanthropic funding. The Trump administration's attempts to freeze federal funds and cut social services grants have left many organizations without a once-reliable avenue for funding. Companies and philanthropies have reversed course on diversity, equity and inclusion efforts that often resulted in support for nonprofits serving vulnerable communities.</p><p>Those poised to benefit most from Liberty Mutual Foundation's endowment are Boston-area nonprofits addressing its focus on housing stability, workforce development and climate resiliency — areas where leaders believe they can leverage their expertise as a global property and casualty insurer. The foundation directed gifts to more than 500 nonprofits last year, according to a company spokesperson. Previous recipients include national nonprofits like the American Red Cross, local chapters of groups such as the Boys & Girls Clubs of America and community organizations serving homeless youth such as Bridge Over Troubled Waters.</p><p>Corporate foundations offer nonprofits a level of “rigor and relevance” when they align their purpose with the business' outcomes, according to Leah Battin, the manager of strategic advisory at Chief Executives for Corporate Purpose. A healthcare company might address social determinants of health such as pollution or nutrition with greater precision than a family or community foundation lacking in that background.</p><p>“They can take long-term views around ecosystems change that really benefit and draw from the expertise of the company,” she said.</p><p>With the new endowment, Foley said Liberty Mutual Foundation plans to provide more high impact grants over longer periods. She pointed to a recent program that provides nonprofit collaboratives with the time and resources to tackle complex challenges they can't handle alone. Its first year saw more than $9 million go toward more than a dozen partnerships addressing issues from workforce readiness to food security. A handful received three-year support, which Foley said represents the outer limits of their grant durations.</p><p>The foundation also intends to make spot grants similar to those coming out of COVID-19 aimed at remediating inflationary pressures, according to Foley. The idea, she said, is to be there when “the unexpected” happens.</p><p>“As things come up in the environment, we're gonna be there to think with our partners of how we are best suited to support them,” Foley said.</p><p>___</p><p>Associated Press coverage of philanthropy and nonprofits receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GDFISFPTRCIRWGPU5LX3P2SWDI.jpg?auth=60da5147b7222035d02cc14e4ede61f9597564c271eea4ada914f50411c6687c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A portrait of Benjamin Franklin is displayed on U.S. $100 bills in Pennsylvania, on July 14, 2022. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Driver dies after crashing car into billboard support post on I-95 in Broward]]></title><link>https://www.local10.com/news/local/2026/04/08/driver-dies-after-crashing-car-into-billboard-support-post-on-i-95-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/08/driver-dies-after-crashing-car-into-billboard-support-post-on-i-95-in-broward/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A driver died early Wednesday morning after crashing his or her car into a billboard support post on Interstate 95 in Broward County, the Florida Highway Patrol confirmed.]]></description><pubDate>Wed, 08 Apr 2026 12:46:04 +0000</pubDate><content:encoded><![CDATA[<p>A driver died early Wednesday morning after crashing his or her car into a billboard support post on Interstate 95 in Broward County, the Florida Highway Patrol confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/08/muere-conductor-tras-estrellarse-contra-poste-de-cartel-publicitario-en-la-i-95-en-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/08/muere-conductor-tras-estrellarse-contra-poste-de-cartel-publicitario-en-la-i-95-en-broward/">Leer en español</a></p><p>According to FHP, the crash occurred in the northbound lanes of the highway, just south of Oakland Park Boulevard.</p><p>Troopers said the car was heading north on the highway when, for unknown reasons, the driver ran off the road to the right, entered the outside grass shoulder and crashed into the billboard support post.</p><p>Troopers said the car then overturned and came to a final rest within the tree line.</p><p>The driver, whose identity has not yet been released, was pronounced dead at the scene.</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/UOZVPEN4JJBNJISIWB72ASGHWY.jpeg?auth=025b46ad16b9c1bb6edb6c5b509695bcab1b018038eeecd481e6fa5f05c4dab5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Muere conductor tras estrellarse contra poste de cartel publicitario en la I-95 en Broward]]></title><link>https://www.local10.com/espanol/2026/04/08/muere-conductor-tras-estrellarse-contra-poste-de-cartel-publicitario-en-la-i-95-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/muere-conductor-tras-estrellarse-contra-poste-de-cartel-publicitario-en-la-i-95-en-broward/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un conductor falleció la madrugada del miércoles tras estrellar su coche contra un poste de soporte de una valla publicitaria en la Interestatal 95 en el condado de Broward, según confirmó la Patrulla de Carreteras de Florida.]]></description><pubDate>Wed, 08 Apr 2026 13:16:49 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor murió la madrugada del miércoles tras estrellar su vehículo contra el poste de soporte de un cartel publicitario en la Interestatal 95 en el condado Broward, confirmó la Patrulla de Carreteras de Florida.</p><p>Según la FHP, el accidente ocurrió en los carriles en dirección norte de la autopista, justo al sur de Oakland Park Boulevard.</p><p>Los agentes indicaron que el vehículo se desplazaba hacia el norte cuando, por razones desconocidas, el conductor se salió de la vía hacia la derecha, ingresó al hombrillo de césped y se estrelló contra el poste de soporte del cartel.</p><p>Las autoridades dijeron que el vehículo luego volcó y terminó detenido dentro de la línea de árboles.</p><p>El conductor, cuya identidad aún no ha sido revelada, fue declarado muerto en el lugar.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UOZVPEN4JJBNJISIWB72ASGHWY.jpeg?auth=025b46ad16b9c1bb6edb6c5b509695bcab1b018038eeecd481e6fa5f05c4dab5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA['I'm going there.' Oil drilling fuels a migrant surge in isolated city in Brazil's Amazon]]></title><link>https://www.local10.com/news/2026/04/08/im-going-there-oil-drilling-fuels-a-migrant-surge-in-isolated-city-in-brazils-amazon/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/im-going-there-oil-drilling-fuels-a-migrant-surge-in-isolated-city-in-brazils-amazon/</guid><dc:creator><![CDATA[By GABRIELA SÁ PESSOA, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 13:15:39 +0000</pubDate><content:encoded><![CDATA[<p>OIAPOQUE, Brazil (AP) — On a recent morning, Reginaldo Nunes Fonseca smoked cigarettes from the porch of his friend's wooden shack, watching the rain come down hard in an area now known as Nova Conquista — New Conquest — where pristine rainforest in Brazil's Amazon stood a year ago.</p><p>The rain meant he couldn't work on building his own house or do odd jobs for others in the area, but the weather wasn't the only thing holding him back. Like thousands of others who have moved to the small city of Oiapoque, in Brazil’s northern state of Amapa, Fonseca is waiting for an economic boom that may or may not come.</p><p>The area is experiencing a rush of migrants since Petrobras, Brazil’s state-run oil company, last year secured environmental licensing for offshore drilling in the Equatorial Margin near the mouth of the Amazon River, about 180 kilometers (112 miles) off Amapa’s coast.</p><p>“I thought, well, that’s good — the city is going to grow, there will be a lot of job opportunities," said Fonseca, who saw a television report about the licensing in January and decided to move from the northeastern state of Maranhao. "So I started calling friends and said: ‘I’m going there because here I’m unemployed and not doing anything.'”</p><p>Amapa is one of Brazil’s poorest and underdeveloped states. Oiapoque’s economy relies on fishing, illegal gold mining and visitors from neighboring French Guiana, who cross daily and spend euros, which hold their value better than the Brazilian real. While the prospect of economic opportunities is bringing hope, the impacts of unplanned urban growth in a city with already poor infrastructure are being felt.</p><p>The oil-fueled optimism highlights a broader dilemma for developing countries: how to curb their emissions of greenhouse gases like carbon dioxide, which are released from the burning of oil and cause climate change, while relying on such revenue to transform local economies.</p><p>It also raises questions about President Luiz Inácio Lula da Silva's campaign commitment to protecting the environment. He has made stopping deforestation an important part of his government and last year Brazil hosted the U.N. climate summit known as COP30.</p><p>“We don’t want to pollute a single millimeter of water, but no one can stop us from lifting Amapa out of poverty if there is oil here,” Lula said last year during a visit to Amapa.</p><p>There is a surge of speculation ahead of drilling</p><p>On March 10, about 2 miles (3.2 kilometers) from Fonseca's home, Petrobras met with politicians, business owners and community leaders to present its operation plans.</p><p>Company representatives said drilling for an exploratory well began in October and would last about five months. If large quantities of oil are found and the company wants to begin extracting it, that would require further government permits, a process that can take months or even years.</p><p>Environmental and Indigenous groups have sued the Brazilian government and Petrobras to halt exploration, arguing the licensing process failed to properly consult traditional communities, underestimated spill risks and did not adequately assess climate impacts. Federal prosecutors also asked IBAMA to annul or suspend the environmental license, arguing that Petrobras’ studies are insufficient and that the company is concealing the full extent of the environmental impact. No ruling has been issued.</p><p>During the meeting, officials also said Oiapoque was serving mostly as a helicopter base for offshore crews, as it's the closest land point. Administrative operations related to the drilling were based out of Belem, a major city in the neighboring state of Para.</p><p>Despite open questions about future extraction and Oiapoque's limited role in Petrobras' operations, speculation has already reshaped the city.</p><p>The city’s population was 27,482 in 2022, according to census data, but a new count has yet to be taken, so it’s unclear how many people there are.</p><p>“In the past 18 months, Oiapoque has seen significant population growth," said Tiago Vieira Araújo, an Oiapoque councilman who stood up and voiced concerns during the meeting. "There are already seven new neighborhoods, and social problems have come with them.”</p><p>Urban infrastructure in Oiapoque is already precarious. Less than 2% of households have adequate sewage systems, and only 0.2% are on properly structured streets, according to Brazilian Institute of Geography and Statistics.</p><p>In the new settlements — known locally as “invasions” — conditions are worse. Residents have cleared public rainforest, creating informal plots and erecting makeshift homes. Freshly cut tree stumps, wooden stakes and rough shacks rise from mud and have only the basics: a kitchen, a bed and a rudimentary bathroom.</p><p>“We know it’s not right to clear the forest. Everyone knows it’s wrong,” Fonseca said. “But space is limited.”</p><p>Some locals see Dubai as a model for the area's development</p><p>Yuri Alesi, 34, a lawyer who advocates for land rights in new settlements and a former city councilman, is running for vice mayor in a special election set for April. He envisions Oiapoque as an “Amazonian Dubai,” fueled by oil revenues.</p><p>“Dubai is in the middle of a desert, an unlikely place to grow,” he said. “The industry that drove its development was oil.”</p><p>Brazil’s offshore Equatorial Margin, from the Suriname border to the country's northeast, is believed to hold significant oil and gas reserves. Preliminary estimates suggest they could hold up to 10 billion barrels, with a potential value of about 3.8 trillion reais ($719.7 billion). Alesi said royalties could generate roughly 100 million reais ($19 million) a month for Oiapoque, about the equivalent of the city's total goods and services produced each year, according to Brazil's statistics institute.</p><p>The Amazon, which is crucial to regulating the global climate because forests store carbon dioxide, is constantly under pressure from deforestation driven by agriculture, cattle ranching and mining. That pressure has been less intense in Amapa, where about 82% of the land remains forested, according to MapBiomas, a nonprofit that tracks land use.</p><p>The state’s isolation, bordered by rivers and the sea and lacking road connections to the rest of Brazil, has helped protect it from the deforestation seen in the southern Amazon.</p><p>Previous booms have not ended in prosperity</p><p>While some point to Dubai as a model for Oiapoque’s future, nearby cities that once benefited from oil offer a warning for Oiapoque.</p><p>Petrobras has explored oil and gas in the state of Coari, also part of the Amazon, since the 1980s. Yet the city ranks among Brazil’s poorest, with about 72% of its residents living in extreme poverty, according to a recent study by Agenda Publica, a nonprofit focused on public policy.</p><p>Other cities in Amapa have also seen boom and decline cycles tied to mining. Pedra Branca, about 280 miles from Oiapoque, grew between 2007 and 2014 during an iron ore boom.</p><p>Prosperity in Pedra Branca drew Selma Soares, 46, who moved from Maranhao to Amapa in 2008 and opened a grocery store.</p><p>In 2013, a collapse at a port operated by mining company Anglo American killed six workers and disrupted iron ore production. India’s Zamin Ferrous later took over the mine and suspended operations.</p><p>“People who had shopped with us for years struggled to eat,” Soares said.</p><p>In the past few years, she heard growing rumors that Oiapoque was booming. After visiting the city last year, she moved with her husband and son. The family now runs a small supermarket on the outskirts of town. Soares said many others have followed.</p><p>“People are waiting for drilling to begin,” she said. “They believe everything will improve.”</p><p>Amid enthusiasm there is also concern</p><p>At the river separating Oiapoque from French Guiana, a small port hums with boats linking Brazil, its neighbor and nearby communities. Green-and-yellow stickers read: “Oil yes! Development yes!,” a message promoted by local politicians.</p><p>Just 20 minutes away by boat, members of the Indigenous Galibi Kali’na community are wary. Some see economic opportunity, but leaders oppose exploration, warning of environmental risks and threats to their way of life.</p><p>“Petrobras arrived with strong political backing, promising progress as if we would go to sleep one way and wake up like Dubai,” said Renata Lod, a representative on Oiapoque’s Indigenous council. “But what we have actually seen is completely disorganized population growth, invasions of Indigenous lands."</p><p>Lod listed several frequent complaints among Oiapoque residents, both Indigenous and non-Indigenous, including overcrowded schools and the city’s only hospital operating at full capacity.</p><p>There is also fear of potential oil spills.</p><p>“Most Indigenous lands are flooded wetlands. How do you clean a wetland? Once oil enters the rivers, there’s no way to remove it," Lod said.</p><p>An oil spill could quickly carry pollutants to nearby coasts and rivers, threatening ecosystems and communities that depend on fishing and mangroves. Petrobras said it conducted spill modeling to secure the environmental license and has been deploying drifting devices to monitor ocean currents since it began exploration in October.</p><p>In January, Petrobras reported a drilling-fluid leak that briefly halted operations. IBAMA, the environmental regulator, fined the company 2.5 million reais ($470,500).</p><p>At the community meeting, Petrobras officials sought to ease concerns, defending the safety of its operations. They also pointed to everyday items, from clothing to air conditioning, to underscore oil’s economic importance.</p><p>“People here see Petrobras as an economic remedy,” said Araújo, the city councilman. “But even a remedy has side effects. And we’re already experiencing the side effects before seeing any of the benefits.”</p><p>___</p><p>Photographer Eraldo Peres and video journalist Felipe Campos Mello contributed to this report.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXBG7RYHZEEMOGP6E3IWLELIBE.jpg?auth=d9b8ea34b468926e2bed4fedd5e88d4e3a5b17b291bed5117bd8b01f36a9184c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edervan Forte dos Santos, from the Galibi Kali'na community, steers his boat toward mangroves in the biodiversity conservation area of Cabo Orange, in Oiapoque, Amapa state, Brazil, Thursday, March 12, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MH7QXIZNZKD45B7QEBXMEZDG6A.jpg?auth=681cdb8dd19b2631644ae1bf396d656bf20f9ec31ff36e65c0f170ca2babba1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[View of the Franco-Brazilian Binational Bridge, over the Oiapoque River, connecting the city of Oiapoque, in the background, with French Guiana, during sunrise in the city of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AETUM4QYQFQ77BRREJ7YYHBQVA.jpg?auth=bde5bf0b9ec7b5c5b49a4f328687c02641016d0730e3efbce6e68bcf83a89a3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Reginaldo Nunes Fonseca sits on a balcony of the house he occupies in an area known as Nova Conquista or "new conquest" in Oiapoque, Amapa state, Brazil, Wednesday, March 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YKIG5R443O3V2N7JIGGIFQIN34.jpg?auth=0337b6193a09fe5e4b53e43300e381a5b6505278eaf5c532e59e12d683f5c3b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boatmen operating Catraia, a traditional boat used on the Oiapoque River, prepare for the crossing with a load of gasoline canisters filled at a Petrobras gas station in a port in the city of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/23VQTUKOIGGP4RUBIR4O2A2L54.jpg?auth=98fdbd0cc09354a5645b862a9c600f5cb1a5aae9baf9f0544c152099428b667b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers load a vehicle with supplies in front of a wall with an image of the French and Brazilian flags, representing the commercial relationship established along the Oiapoque River between French Guiana and the city of Oiapoque, Amapa state, Brazil, Wednesday, March 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JHSTPTB5PSWQQGIHWEXFC6XIDM.jpg?auth=a26e305d6aea7e3254e95dedd8d8f0a50fea46ceb60f178b44bc24a398ca7f7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fishers unload their catch from a boat at a trading port on the banks of the Oiapoque River in the city of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X4TDQKR74MZN2D4TCISSIVFK6Y.jpg?auth=3d8feecb13561057513cde6556effa9992057e16458e4a80eb773b8d7cf1396f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trees line a cleared area known as Nova Conquista or New Conquest where families are building houses near the center of Oiapoque, Amapa state, Brazil, Wednesday, March 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZHER246NHSMLNRKOI7Y7ECUGQ.jpg?auth=ebb8bd5227826a22aa3e1a144f1bda2a413be642bce1ba726896c86d07132f9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A family walks carrying tools toward an area known as Nova Conquista or New Conquest where families are building houses near the center of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBOMK2E7KIINIL3OESB3K3RBBI.jpg?auth=c1d1f9d38ecc49b366786a90fa4bf3fe5fdf3efa9dade35a79db03ca6ccfd9e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction is visible in an area known as Nova Conquista or New Conquest where families are building houses near the center of Oiapoque, Amapa state, Brazil, Wednesday, March 11, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OWREG2N3SMV5KRWIBSQIHXY7ZE.jpg?auth=01870814a96a3df6f7f2e0afee095c8a7cc2366318f9dbf5a07de5438b0f98ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children watch from the balcony of their house in an area known as Nova Conquista or New Conquest where families are building houses near the center of Oiapoque, Amapa state, Brazil, Tuesday, March 10, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7YHO6SXMMAY4F5Y53X3L4XGD4.jpg?auth=ff6a3a2933b933d97f4bfe1f2f6b30ff86886f5197b0884cc0ff52fdf600828d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fisherman's boat sails at the mouth of the Uaca River, in the Uaca Indigenous Territory region, near the mangrove and biodiversity conservation area of Cabo Orange, in Oiapoque, Amapa state, Brazil, Thursday, March 12, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CG6ICYIB42TOEKALSM3A4BIXV4.jpg?auth=e085bc9aa0a47bc6c279f4fcb4375a153162006db10a03c24072e284c0f4cb46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mangrove area in the biodiversity conservation area of Cabo Orange, in Oiapoque, Amapa state, Brazil, Thursday, March 12, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CXHL2PLKF7ROBITCWULE3X74AU.jpg?auth=fbaf6ac480e7ef8ebfe699ee52d68c9a8f6fbb18095820fa1d93150ce11e67d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Renata Lod, Galibi representative on Oiapoque's Indigenous council, at her home on Galibi indigenous land, in Oiapoque, Amapa state, Brazil, Thursday, March 12, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDFUHHGR3QRSP3PMR5KEYWAKXY.jpg?auth=19e4186027b8ee39a57ad6b5d2754786abb22222f1e4f0c32aaa761ab36c950b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles move on an unpaved part of the BR-156 highway that connects the state capital Macapa with the city of Oiapoque, Amapa state, Brazil, Friday, March 13, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[A project to save rural synagogues grows from Maine to Montana]]></title><link>https://www.local10.com/news/national/2026/04/08/a-project-to-save-rural-synagogues-grows-from-maine-to-montana/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/08/a-project-to-save-rural-synagogues-grows-from-maine-to-montana/</guid><dc:creator><![CDATA[By PATRICK WHITTLE, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 13:03:39 +0000</pubDate><content:encoded><![CDATA[<p>WATERVILLE, Maine (AP) — Rabbi Rachel Isaacs spent the days leading up to Passover overseeing the preparation of ceremonial foods at Beth Israel Congregation, a synagogue in central Maine where membership has quadrupled over the last 15 years.</p><p>These days, growing congregations is very much on Isaacs' mind, as she's leading a movement to strengthen rural synagogues and Jewish communities around the country. They've reached dozens, and they're hoping for many more.</p><p>“Rural Jewish life is important for the Jewish people and it’s important for rural America,” Isaacs said. “Those people deserve to be served and shepherded.”</p><p>Isaacs is executive director of the Center for Small Town Jewish Life at Colby College, a liberal arts school in Waterville, Maine. The center began a decade ago with a goal of supporting Jewish congregations that are far from big cities and it has grown to run programs for more than 60 communities in 22 states.</p><p>A little less than 2.4% of Americans are Jewish. Of those millions of people, one in eight lives outside a major urban area, and the center exists to help them thrive, Isaacs said.</p><p>The center's work is taking place at a vital time, as there are roughly 20% fewer synagogues in America than there were in 1990, according to data compiled by Alanna E. Cooper, a Jewish studies professor at Case Western Reserve University in Ohio. The trend is even more pronounced in rural America, where aging populations and the relocations of residents has hit congregations hard.</p><p>The outreach to rural synagogues is also happening as Jewish Americans confront a rising tide of antisemitism and violent attacks against Jewish communities. The Anti-Defamation League noted a nearly 900% increases in antisemitic incidents for the decade ending 2024. Some of the states with a high rate of incidents include largely rural states like Maine, New Hampshire and Wyoming, the ADL's report said.</p><p>The center's work can help reverse that trend, Isaacs said.</p><p>“You have more Jews that experience joy, who can locate strength, form connections with other Jews across the country and around the world,” Isaacs said. “In a world of rising antisemitism it's more and more important that Jewish communities are joyful, strong and connected.”</p><p>Since forming, the center has helped congregations from Maine to California, Montana and Texas.</p><p>From Maine to Montana</p><p>Isaacs is also the rabbi at Beth Israel, a century-old synagogue down the road from Colby that is the only one within 20 miles of the college. The synagogue has grown along with the center, but the Center for Small Town Jewish Life's work stretches far beyond Maine, she said.</p><p>And congregations that have relied on the center said its contributions are vital in a country where the Jewish population has overwhelmingly been urban since the early days of immigration. In Helena, Montana, Rebecca Stanfel, the executive director of the Montana Jewish Project, said the center was instrumental in helping bring together the relatively small Jewish community in her vast state.</p><p>Linking far-flung faith communities together is critically important in a place like Montana, Stanfel said.</p><p>“In Helena, we have no choice but to rely on volunteers. And if we want to have something like a seder, High Holidays, it's got to come from the community,” Stanfel said. “That is also a really important model for people outside rural America.”</p><p>A plan to help</p><p>The center assists congregations through three strategies designed to boost rural synagogues. One is Makom, a two-year mentorship program for rabbis earlier in their service to rural synagogues.</p><p>Another trains lay leaders to lead prayer and support congregations, which helps them thrive without a full-time rabbi. The third is board leadership coaching, which trains synagogue presidents and boards on how to manage small town Jewish institutions.</p><p>Rabbi Lisa Rappaport, who leads Congregation Beth Israel in Chico, California, was among the first to go through the Makom program. Rural rabbis often lead the only Jewish congregation in town, and that makes the work “special and it's beautiful and it's challenging,” she said.</p><p>Strengthening rural communities</p><p>The Makom fellowship program lifts up rural rabbis to that challenge, Rappaport said.</p><p>“We have felt very validated as rabbis in small communities that our work is as important,” she said.</p><p>In Waterville, volunteers ranging from Colby students to retirees were getting ready to host about 100 people for Passover. It might be a small community, but it's a strong and loving one, said Jeff Lovitz, a synagogue member, as he folded napkins.</p><p>“We've been here since the early ‘70s. Our kids went to Hebrew school here,” he said. “I think it’s important to have a Jewish community in Waterville.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7OIEWWZYUNEWJQUJA4JU3FOEUU.jpg?auth=d0b0b6dce40a9ad188fa668867c9a55283766d3d6c82f53c4122f873a98398fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Volunteer Marlene Ring spreads a table cloth while preparing a room for a passover meal Monday, March 30, 2026, at the Beth Israel Synagogue in Waterville, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LNEDZCQCKDCQZZLGTER3GCI6OM.jpg?auth=ee18f7cfce18f04608d78f4c1392804041e017df8bb877d542c5befa44e20c9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rabbi Rachel Issacs, right, talks with Marlene Ring Monday, March 30, 2026, at the Beth Israel Synagogue in Waterville, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKAU4ZFDXVEEJ37GW5DWRYGTIE.jpg?auth=5d1d7bbbd060f20b5c2cbd848bf6ae2936bbc41268a860629458d5f9f6500956&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Beth Israel Synagogue, which was established in 1902, is seen Monday, March 30, 2026, at in Waterville, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7Q4F4A5FWQGVUI6LPGBP3MR7U.jpg?auth=3b62b5ae4e0aeffdbb3aab64c1d0e6737a061a1df7e4728030bee1091723dc5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colby College students Hannah Rothenberg, left, Ava Shapiro, right, and Becca Hoffman, prepare chicken for a passover meal Monday, March 30, 2026, at the Beth Israel Synagogue in Waterville, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Turkey detains 9 over attack outside the Israeli Consulate in Istanbul]]></title><link>https://www.local10.com/news/world/2026/04/08/turkey-detains-9-over-attack-outside-the-israeli-consulate-in-istanbul/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/08/turkey-detains-9-over-attack-outside-the-israeli-consulate-in-istanbul/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:19:03 +0000</pubDate><content:encoded><![CDATA[<p>ISTANBUL (AP) — Turkish authorities have detained nine people as part of an investigation into an attack on police outside a building housing the Israeli Consulate in Istanbul that left one assailant dead, Turkey’s state-run news agency reported Wednesday.</p><p>Two other assailants were wounded and captured during Tuesday’s shootout in the city's financial and business district, while two police officers sustained slight injuries, officials said.</p><p>Israel had withdrawn its diplomats from Turkey over security concerns and deteriorating relations with Ankara shortly after the start of the war in Gaza, and officials said the consulate was closed at the time of the attack.</p><p>Interior Minister Mustafa Ciftci said one of the assailants had links to a group that he said “exploits religion,” without naming the organization.</p><p>The Islamic State group has carried out deadly attacks in Turkey in the past.</p><p>Anadolu Agency reported that security forces detained nine suspects in operations conducted in Istanbul as well as in the provinces of Konya and Kocaeli. They were being questioned along with the two injured assailants, the agency reported, without providing further details.</p><p>Cifti said the attackers had traveled from the city of Izmit, in Kocaeli province, in a rented car. The two wounded assailants are brothers, identified as Onur C. and Enes C. The first has a criminal record related to drugs.</p><p>Israel’s Foreign Ministry on Tuesday condemned the attack and praised the Turkish authorities for preventing further violence.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7E26HN4WXSMWHAJ4BQZGZY5OIA.jpg?auth=e9ccb32b5bb9e766976015241d93a812b46ebc54a260585a0ba7b34664b65670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Turkish police secure the area after a gunmen attack at a building housing the Israeli Consulate in Istanbul, Turkey, Tuesday, April 7, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[Police: 2 dead after car crashes into pole in Doral ]]></title><link>https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/04/07/police-2-dead-after-crash-in-doral/</guid><dc:creator><![CDATA[Linnie Supall, Andrea Torres]]></dc:creator><description><![CDATA[Grieving relatives in tears said two teenagers died after a Kia sedan crashed on Tuesday night in Doral. ]]></description><pubDate>Wed, 08 Apr 2026 00:21:53 +0000</pubDate><content:encoded><![CDATA[<p>Grieving relatives in tears said two teenagers died after a Kia sedan crashed on Tuesday night in Doral. </p><p>Dozens of Downtown Doral Charter Upper School students said they were mourning their classmates: A teenage girl and a teenage boy. </p><p>Miami-Dade firefighters and Doral police officers responded to the crash at about 6 p.m., along Northwest 87th Avenue, near 54th Street.</p><p>Miami-Dade Sheriff’s Office Detective Argemis “AC” Colome released a statement.</p><p>“A sedan was traveling southbound on NW 87 Avenue when it veered off the roadway and struck a pole,” Colome wrote. “The vehicle subsequently became engulfed in flames.”</p><p>Miami-Dade Fire Rescue personnel pronounced the two dead at the scene, according to M-DSO deputies and Doral police officers. </p><p>M-DSO traffic homicide detectives were investigating the cause of the fatal crash. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>More in Miami-Dade</b>:<a href="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/" target="_self" rel="" title="https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/"> Beware of flooding, rip currents, traffic delays in South Florida</a></p><p><b>Location of the crash</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5152.661934222551!2d-80.3376712!3d25.822560900000003!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9bbdb7f24e0cd%3A0x166012b0f14ce7e5!2sNW%2087th%20Ave%20%26%20NW%2054th%20St%2C%20Doral%2C%20FL%2033166!5e1!3m2!1sen!2sus!4v1775608048258!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Pirates sign teenage shortstop Konnor Griffin to a 9-year deal worth at least $140 million]]></title><link>https://www.local10.com/sports/2026/04/08/pirates-sign-teenage-shortstop-konnor-griffin-to-a-9-year-deal-worth-at-least-140-million/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/pirates-sign-teenage-shortstop-konnor-griffin-to-a-9-year-deal-worth-at-least-140-million/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:56:35 +0000</pubDate><content:encoded><![CDATA[<p>PITTSBURGH (AP) — Konnor Griffin is with the Pittsburgh Pirates for the long haul.</p><p>The 19-year-old shortstop agreed to a nine-year, $140 million contract with the Pirates early Wednesday, less than a week after the former first-round pick made his major league debut.</p><p>The deal, the largest in club history, includes escalators that could raise the total value to $150 million.</p><p>Griffin's Pittsburgh teammates attended Wednesday's news conference to announce the deal.</p><p>“This week has been amazing, debut week, and then sitting here signing a contract, it’s been amazing,” Griffin said. “It’s one of the best weeks of my life. ... But it’ll be even better if we can get a win today.”</p><p>Pirates owner Bob Nutting said the nine-year contract reflects the team's commitment in winning this season and in the future.</p><p>“This is an important step for 2026 as we look at it right now, but obviously this is a long-term commitment,” Nutting said. “It’s a long-term statement of where we’re headed as an organization, where we are headed with this team. ... This obviously is an unusual and dramatic step for the Pittsburgh Pirates. So I’m excited, I hope our fans are excited, I hope the city is excited, I know the organization is excited.”</p><p>When asked why it was important to sign for nine years, Griffin said he sees the Pirates as a winning organization.</p><p>“I’m pumped to be a Pirate and be a part of this wonderful clubhouse,” Griffin said, looking at his teammates at the back of the room. “A lot of great talent back there and coaches and staff. Thank you all for being here to support me. Y’all made this transition to the big leagues super easy. And I’m just pumped to go compete. The goal is to win. The goal is to win a World Series. And I think we've got a great clubhouse to go do that. I’m pump to be part of it.”</p><p>The agreement comes less than 24 hours after general manager Ben Cherington said the “ingredients” were in place for a long-term pact.</p><p>The Pirates selected Griffin with the ninth overall pick in the 2024 amateur draft. He sprinted through the team's farm system, hitting .333 with 21 home runs, 94 RBIs and 65 stolen bases. He was one of the final cuts during spring training last month, and his stay at Triple-A Indianapolis was brief.</p><p>Pittsburgh called Griffin to the majors after just a week, and he has played well through his first handful of games. Griffin laced an RBI-double in his first big-league at bat against Baltimore last Friday, and added a pair of hits, including a two-run single, in a 7-1 win over San Diego on Tuesday night that helped the Pirates to their sixth win in seven games.</p><p>Griffin, who has said repeatedly he wants to stay in Pittsburgh for as long as possible, has impressed teammates with his maturity and his unique skillset.</p><p>Reigning NL Cy Young winner Paul Skenes called Griffin “a big leaguer through and through,” though Griffin is doing his best to ignore the attention that has surrounded his arrival for a team that is trying to return to relevance and end a playoff drought that's now over a decade old.</p><p>“Just sticking to being myself, not trying to do too much,” Griffin said Tuesday night. "Just let the game tell me the situation. Compete one pitch at a time and let it all happen.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y47OYL2QC4LTOZMZMCYZH2VGIY.jpg?auth=7d3f6711a4d8d6c2142732f3ac729973b8ad9990171894533d7e5a974f4e80f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Konnor Griffin takes infield practice before making his Major League Baseball debut in the Pirates' home-opener against the Baltimore Orioles in Pittsburgh, Friday, April 3, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXDZDZKQZ3R6PAX4HRSI663Q5M.jpg?auth=b8448a81a618e4326ec7308252fe1e33ee514d22251f9fdc5ddd0414157861dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Konnor Griffin celebrates as he rounds second after hitting an RBI double, his first Major League career hit and run, during the second inning of a baseball game against the Baltimore Orioles in Pittsburgh, Friday, April 3, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VXPO4H7V3W5JEKXXDOO3SZRYFM.jpg?auth=8f5ec87702c5773d0da138107af7885653e57df5be3e9472e39e265d85c05188&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Pirates' Konnor Griffin (6) singles off San Diego Padres pitcher Adrian Morejon, driving in two runs, during the eighth inning of a baseball game in Pittsburgh, Tuesday, April 7, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Scores killed as Israel strikes central Beirut after saying Iran ceasefire doesn't apply there]]></title><link>https://www.local10.com/news/2026/04/08/scores-killed-as-israel-strikes-central-beirut-after-saying-iran-ceasefire-doesnt-apply-there/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/scores-killed-as-israel-strikes-central-beirut-after-saying-iran-ceasefire-doesnt-apply-there/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and ABBY SEWELL, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:05:25 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Israeli strikes hit several dense commercial and residential areas in central Beirut without warning on Wednesday afternoon, hours after a ceasefire was announced in the U.S.-Israeli war with Iran. Lebanon’s health ministry said at least 89 people were killed and 700 were wounded.</p><p>U.S. President Donald Trump told PBS News Hour that Lebanon was not included in the deal because of the Lebanese militant Hezbollah group. When asked about Israel’s latest strikes, he said, “That’s a separate skirmish.” Israel had said the agreement does not extend to its war with the Iran-backed Hezbollah, although mediator Pakistan said it does.</p><p>The fleeting sense of relief among Lebanese after the ceasefire announcement turned into panic with what Israel’s military called its largest coordinated strike in the current war, hitting more than 100 Hezbollah targets within 10 minutes in Beirut, southern Lebanon and the eastern Bekaa Valley.</p><p>Black smoke towered over several parts of the seaside capital, where a huge number of people displaced by war have taken shelter. Explosions interrupted the honking of traffic on what had been a bustling, blue-sky afternoon. Ambulances raced toward open flames. Apartment buildings were struck.</p><p>Associated Press journalists saw charred bodies in vehicles and on the ground at one of Beirut’s busiest intersections in the central Corniche al Mazraa neighborhood, a mixed commercial and residential area. Using forklifts, rescue workers removed smoldering debris and sifted through ruins for survivors.</p><p>There was no sign of Hezbollah launching strikes against Israel in the first couple of hours after the attacks.</p><p>A deadly midday barrage</p><p>Central Beirut has been targeted before, but not by so many strikes at once and in the middle of the day. Israel had rarely struck central Beirut since the outbreak of the latest Israel-Hezbollah war on March 2 but has regularly struck southern and eastern Lebanon and Beirut’s southern suburbs.</p><p>Lebanon's Minister of Social Affairs, Haneed Sayed, in an interview with The Associated Press condemned Israel’s wide range of strikes, calling it a “very dangerous turning point.”</p><p>“These hits are now at the heart of Beirut … Half of the sheltered (internally displaced people) are in Beirut in this area,” she said, adding that she had just driven by areas hit.</p><p>She said Lebanon's government is ready to enter into negotiations with Israel for an end to hostilities, an offer that the Lebanese president previously made. Israel has not responded. “There are calls and efforts being made as we speak," Sayed said.</p><p>Prime Minister Nawaf Salam in a statement accused Israel of escalating at a moment when Lebanese officials were seeking to negotiate a solution, and of hitting civilian areas in “utter disregard for the principles of international law and international humanitarian law — principles it has, in any case, never respected.”</p><p>Lebanese President Joseph Aoun called the Israeli attacks “barbaric.”</p><p>Israel's military said it had targeted missile launchers, command centers and intelligence infrastructure. It accused Hezbollah fighters of trying to “blend into” non-Shiite Muslim areas beyond their traditional strongholds.</p><p>Residents and local officials denied that the buildings hit were military sites.</p><p>“Look at these crimes,” said Mohammed Balouza, a member of Beirut’s municipal council, at the scene of a strike in Corniche al Mazraa. An apartment building behind a popular shop selling nuts and dried fruit had been hit. “This is a residential area. There is nothing (military) here.”</p><p>An Israeli warning and a defiant Hezbollah</p><p>As the smoke rose Wednesday, Israeli Defense Minister Israel Katz warned Hezbollah leader Naim Kassem that “his turn will come.” In 2024, Israel killed Hezbollah's previous leader, Hassan Nasrallah, with an airstrike.</p><p>Katz called Wednesday's strikes the largest blow against Hezbollah since the attack that caused pagers used by hundreds of its members to explode almost simultaneously in September 2024.</p><p>Before the new strikes, a Hezbollah official told the AP that the group was giving a chance for mediators to secure a ceasefire in Lebanon, but “we have not announced our adherence to the ceasefire since the Israelis are not adhering to it.” He spoke on condition of anonymity because he was not authorized to comment publicly.</p><p>The Hezbollah official said the group will not accept a return to the pre-March 2 status quo, when Israel carried out near-daily strikes in Lebanon despite a ceasefire being nominally in place since the last full-blown Israel-Hezbollah war ended in November 2024.</p><p>“We will not accept for the Israelis to continue behaving as they did before this war with regards to attacks,” he said.</p><p>Hezbollah had fired missiles across the border days after the United States and Israel attacked Iran on Feb. 28, sparking a regional war. Israel responded with widespread bombardment of Lebanon and a ground invasion.</p><p>The Israeli military chief of staff, Lt Gen. Eyal Zamir, said the attacks are to protect Israel’s northern residents, who have come under heavy fire.</p><p>Since the war started and before Wednesday's attacks, Israeli airstrikes killed more than 1,530 people in Lebanon, including more than 100 women and 130 children. The Israeli military has said it has killed hundreds of Hezbollah fighters. More than 1 million people have been displaced in Lebanon.</p><p>Early Wednesday, after the Iran ceasefire was announced and before Israel struck, many displaced people sleeping in tents on the streets of Beirut and the coastal city of Sidon had begun packing their belongings in preparation to return home.</p><p>Families at a sprawling displacement camp on Beirut’s waterfront later expressed confusion and despair.</p><p>“We can’t take this anymore, sleeping in a tent, not showering, the uncertainty,” said Fadi Zaydan, 35. He and his parents had prepared to head back to the southern city of Nabatieh. Instead, they decided to wait things out in Sidon, a bit closer to home.</p><p>___</p><p>Associated Press writer Isabel DeBre contributed. AP writers Hussein Mallah and Fadi Tawil in Beirut, Michelle Price in Washington and Melanie Lidman in Eilat, Israel, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ELC46R5S6KLXZT6SKFF4GJGTY4.jpg?auth=660f42a3a5d38370413d3fd59ced78c0c89ac0e1acaf4b038645479cd937c742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises following an Israeli airstrike on a building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3P2LVZ5GA425ZDQY5VB2UFUYQ.jpg?auth=53f006a12683dba35d997e040e9b2d80ac46f820dd3bf5dbaca2533a3cfaa468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman is assisted at the site of an Israeli airstrike that struck an apartment building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHP6EIHGX6CBTBXTRDVXICP23M.jpg?auth=e399af9d7e7476a7637667b1d89e4718250aa582bf34d79c3071c186015f7c40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[First responders work at the site of an Israeli airstrike that struck an apartment building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLD3Z7RV2NZFYMSHVHHZBUN43E.jpg?auth=1bb97650b40cd400ac48e75333aa5f196f9638d245b53b354cab71362f3fb2d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters try to put out flames at the site of an Israeli airstrike that struck an apartment building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWV5FQCDRCEIQMXWRN4CKQ3N2Q.jpg?auth=4c0fb98a1e405732b652e725d8d16eb48ce7c23670e1c937bc7be22e0e822243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A first responder emerges through the smoke at the site of an Israeli airstrike that struck an apartment building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[Trump is expected to meet NATO leader Rutte as he muses about pulling out of the military alliance]]></title><link>https://www.local10.com/news/politics/2026/04/08/trump-is-expected-to-meet-nato-leader-rutte-as-he-muses-about-pulling-out-of-the-military-alliance/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/08/trump-is-expected-to-meet-nato-leader-rutte-as-he-muses-about-pulling-out-of-the-military-alliance/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:33:09 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — NATO Secretary-General Mark Rutte is expected to meet with President Donald Trump on Wednesday to try to smooth over the president's anger with the military alliance over the Iran war.</p><p>Trump had suggested the U.S. may consider leaving the trans-Atlantic alliance after NATO member countries ignored his call to help reopen the Strait of Hormuz, a vital shipping waterway, as Iran effectively shut it and sent gas prices soaring.</p><p>The Republican president's meeting with Rutte, with whom he had a warm relationship, comes as the U.S. and Iran late Tuesday agreed to a two-week ceasefire that includes the reopening of the strait. The nascent ceasefire was struck after Trump said he would strike Iran's power plants and bridges, threatening that “a whole civilization will die tonight."</p><p>The plan to reopen the strait is still cloudy and is expected to be a central focus of the Wednesday afternoon meeting with Rutte. The White House said the meeting was expected to be behind closed doors. In the Trump administration, though, that can change at the last minute, and meetings can be opened to the press.</p><p>Secretary of State Marco Rubio met separately with Rutte on Wednesday morning at the State Department ahead of the White House talks.</p><p>In a statement, the State Department said Rubio and Rutte had discussed the war with Iran, along with U.S. efforts to negotiate an end to the Russia-Ukraine war and “increasing coordination and burden shifting with NATO allies.”</p><p>Congress in 2023 passed a law that prevents any U.S. president from pulling out of NATO without its approval. Trump has been a longtime critic of NATO and in his first term had suggested he had the authority on his own to leave the alliance, which was founded in 1949 to counter the Cold War threat posed to European security by the Soviet Union.</p><p>The crux of the commitment its 32 member countries make is a mutual defense agreement in which an attack on one is considered an attack on them all. The only time it has been activated was in 2001, to support the United States in the wake of the Sept. 11 attacks on New York and Washington.</p><p>Despite that, Trump has complained during his war of choice with Iran that NATO has shown it will not be there for the U.S.</p><p>Ahead of the meeting, Sen. Mitch McConnell, a Kentucky Republican, issued a statement Tuesday night in support of the alliance, noting that, “Following the September 11th attacks, NATO allies sent their young servicemembers to fight and die alongside America’s own in Afghanistan and Iraq.” McConnell, who sits on a committee overseeing defense spending, urged Trump to be “clear and consistent” and said it's not in America's interest to “spend more time nursing grudges with allies who share our interests than deterring adversaries who threaten us.”</p><p>If Rutte's meeting does not alleviate Trump's frustrations, it's unclear if the Trump administration would challenge the law barring a president from pulling out of NATO. When the law passed, it was championed by Trump's current secretary of state, Marco Rubio, who at the time was a senator from Florida.</p><p>The alliance was already rattled over the past year as Trump returned to power and reduced U.S. military support for Ukraine in the war against Russia and threatened to seize Greenland from ally Denmark.</p><p>But Trump's badgering of NATO intensified after the Iran war began at the end of February, with the president insisting that securing the Strait of Hormuz was not America's job but the responsibility of countries that depend on the flow of oil through it.</p><p>“Go to the strait and just take it,” Trump said last week.</p><p>Trump was also angered as NATO allies Spain and France forbade or restricted use of their airspace or joint military facilities for the U.S. in the Iran war. They and other nations, however, agreed to help with an international coalition to open the Strait of Hormuz when the conflict ends.</p><p>British Prime Minister Keir Starmer, who has been a particular source of Trump's frustration, was set to travel on Wednesday to the Gulf to support the ceasefire. The U.K. has been working on developing a post-conflict security plan for the strait, a narrow waterway between Iran and Oman through which about one-fifth of the world’s oil passes.</p><p>Trump has previously threatened to leave NATO and often said that he would abandon allies who don’t spend enough on their military budgets. Former NATO Secretary-General Jens Stoltenberg, in his recent memoir, said he feared that Trump might walk away from the alliance in 2018, during his first term as president.</p><p>___</p><p>Associated Press writers Matthew Lee in Washington and Lorne Cook in Brussels contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SA2KFYPOJI34RDTD2LBVGPDNI.jpg?auth=908a0c341b042f9afcd3c07af51ff38146317c4acca6a329770dbbb3ea316a2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump meets with NATO Secretary General Mark Rutte in the Oval Office of the White House, Oct. 22, 2025, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BT66PZ4MBQEGRTPBLQ4M4EA2JQ.jpg?auth=7cf6287afe3b3e794296a3b320b852749996237a91ed4312ec23571dc17d2e8b&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 the White House Easter Egg Roll on the South Lawn of 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><media:content url="https://www.local10.com/resizer/v2/IYMRVJE57RCCRUPB6UD5XQJST4.jpg?auth=1bf470048e84ed17ecddb044b4cd9a006197db4d80f022d33fe3a0c857cfe3b0&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 the White House Easter Egg Roll on the South Lawn of 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><media:content url="https://www.local10.com/resizer/v2/MBFVJEH2QVNMEGO3TO2VMKADAA.jpg?auth=12ae1d6ed55a4580c5cd80dd6e8d6e405a2ce6776032740d96e201db5527b794&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte takes questions from journalists during the launch of the NATO Secretary General's Annual Report for 2025 at NATO headquarters in Brussels, Thursday, March 26, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YRQH4GNJNQBMHQN3UAMZGSP3NI.jpg?auth=71413897e3388e85c166f3d86c740aaf9713e37b49e3ee520bbc922f060810df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte speaks during the launch of the NATO Secretary General's Annual Report for 2025 at NATO headquarters in Brussels, Thursday, March 26, 2026. (AP Photo/Virginia Mayo)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content></item><item><title><![CDATA[La Ruta 66, el emblemático viaje por carretera de EEUU lleno de kitsch e historia, cumple 100 años]]></title><link>https://www.local10.com/espanol/2026/04/08/la-ruta-66-el-emblematico-viaje-por-carretera-de-eeuu-lleno-de-kitsch-e-historia-cumple-100-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/08/la-ruta-66-el-emblematico-viaje-por-carretera-de-eeuu-lleno-de-kitsch-e-historia-cumple-100-anos/</guid><dc:creator><![CDATA[Por SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 11:12:05 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, Nuevo México, EE.UU. (AP) — Hay formas más rápidas de ir de Chicago a Los Ángeles, pero ninguna tiene el encanto o el prestigio cultural de la Ruta 66.</p><p>Para John Steinbeck, era la Carretera Madre que llevó a agricultores pobres desde la desesperación de las praderas asoladas por sequías hasta la soleada California. Para los indígenas estadounidenses a lo largo de la ruta, fue un impulso económico que también dejó cicatrices. Para los viajeros negros, ofreció refugio durante la segregación. Y para los aficionados a la música, era el lugar plasmado en grandes clásicos.</p><p>La Ruta 66 celebra su centenario este año. Pese a haber perdido hace décadas su condición de una de las principales arterias del país, personas de todo el mundo siguen acudiendo a ella para hacer quizá el viaje por carretera más emblemático de Estados Unidos y empaparse de sus luces de neón, sus moteles y atracciones kitsch, y su oferta culinaria.</p><p>Cada pueblo tiene su propia historia y su propia magia, comentó Sebastiaan de Boorder, un empresario neerlandés que, junto con su esposa, dio nueva vida al Aztec Motel en Seligman, Arizona.</p><p>“Es una parte esencial de la cultura y la historia estadounidenses. El aspecto histórico es una parte muy grande e importante de la cultura estadounidense, con su influencia y su carácter”, señaló sobre la carretera De Boorder.</p><p>El sueño</p><p>La Ruta 66, que recorre aproximadamente 2.400 millas (3.860 kilómetros) desde Chicago a través de Missouri, Kansas, Oklahoma, Texas, Nuevo México y Arizona antes de terminar en Santa Mónica, California, se armó hace un siglo a partir de una colección de rutas comerciales de indígenas estadounidenses y viejos caminos de tierra con el objetivo de enlazar la región industrial en el centro norte de Estados Unidos con la costa del Pacífico.</p><p>El empresario de Oklahoma Cyrus Avery, conocido como el Padre de la Ruta 66, la veía como algo más que una forma de cruzar el país con eficiencia. Era una oportunidad para conectar el Estados Unidos rural y crear nuevos focos de comercio.</p><p>Avery sabía que el número 66 sería ideal para el marketing y podría quedar grabado en la mente de los conductores, y tenía razón: la Ruta 66 ha sido inmortalizada en películas, libros —entre ellos “Las uvas de la ira”, de Steinbeck, y “En el camino”, de Jack Kerouac— y canciones como “(Get Your Kicks on) Route 66”, de Bobby Troup, que sirvió como himno del optimismo y la movilidad posteriores a la Segunda Guerra Mundial.</p><p>Oleadas migratorias</p><p>Desde su designación en noviembre de 1926 como una de las carreteras numeradas originales del país, la que en su día fue conocida como Calle Principal de Estados Unidos ha encarnado la promesa de prosperidad.</p><p>Se convirtió en una senda literal de esperanza para los migrantes que huían de granjas arrasadas por la sequía y de la pobreza en la década de 1930 y la Gran Depresión. Y durante la Segunda Guerra Mundial se utilizó para trasladar tropas, equipo y trabajadores hacia el Oeste.</p><p>El auge de la posguerra en las décadas de 1940 y 1950 fue la época dorada de la Ruta 66, al convertirse en una ruta vacacional popular. Los autos se volvieron más asequibles, aumentaron los ingresos disponibles y la gente empezó a perseguir la libertad en la carretera abierta.</p><p>“Por lo general, la gente tiene un sentido de aventura, un sentido de curiosidad. Y eso se puede encontrar en la Ruta 66. Esta es la carretera de los sueños”, afirmó el autor e historiador Jim Hinckley.</p><p>El salto a la fama</p><p>Los restaurantes de carretera y los moteles prosperaron, mientras emprendedores ingeniosos ideaban maneras de sacarles dinero a los automovilistas. Había fosas con serpientes de cascabel, tótems, puestos comerciales, cavernas donde supuestamente se reunían forajidos del Viejo Oeste, y maravillas de la ingeniería moderna como el reluciente arco de acero de St. Louis.</p><p>Se pintaban graneros con anuncios gigantescos, las vallas publicitarias tentaban con atracciones locales y el neón estaba por todas partes.</p><p>¿La guinda del pastel? La comida.</p><p>Había lugares para comprar y seguir, pero también para sentarse y saborear un pedazo de hogar. El Cozy Dog Drive In —famoso por sus hot dogs empanizados en un palo— ha cumplido ambas funciones desde 1949. Dentro del comedor en Springfield, Illinois, los viajeros cuentan historias de la vida en la carretera.</p><p>“El camino no estaría vivo sin las historias de todos los lugares a lo largo de él que lo mantuvieron en marcha de pueblo en pueblo”, sostuvo Josh Waldmire, propietario de tercera generación. “Simplemente sobrevivimos unos de otros. La carretera nos alimenta y, mientras devolvamos nuestros sentimientos y amor a la carretera, resonará con los viajeros y con las historias de la gente”.</p><p>Una carretera dividida</p><p>La Ruta 66 fue un impulso económico para las tribus indígenas estadounidenses a lo largo del trayecto. Pero aunque trajo turistas, también dejó cicatrices de expropiación por causa de utilidad pública en tierras tribales y perpetuó estereotipos.</p><p>Más de la mitad de la carretera atravesaba territorio indígena, y los letreros de los vendedores a menudo hacían referencias casuales a tipis y tocados de plumas: símbolos fácilmente apropiados para el marketing pero no siempre representativos de las culturas distintas que se encuentran a lo largo de la ruta.</p><p>En Laguna Pueblo, al oeste de Albuquerque, surgieron restaurantes y estaciones de servicio, algunas operadas por veteranos militares del pueblo que eran expertos en arreglar desde llantas pinchadas hasta radiadores averiados.</p><p>Las mujeres del pueblo también se adaptaron, convirtiendo vasijas de cerámica prácticas en obras de arte codiciadas por los turistas. El pan y los pasteles caseros sellaban el trato.</p><p>Los líderes de Laguna han considerado durante mucho tiempo la carretera —o he-ya-nhee’ en el idioma keres de la tribu— como “el corredor del comercio”, indicó el empresario y miembro tribal Ron Solimon. Aprovechando ese potencial, la tribu ha construido un imperio multimillonario de casinos, puestos de hamburguesas y otros negocios.</p><p>También había peligros a lo largo de la ruta, en particular durante la era de Jim Crow, cuando los viajeros negros tenían que depender de guías como el Green Book para encontrar alojamiento y servicios seguros.</p><p>“Especialmente para los viajes de larga distancia, la segregación era un hecho de la vida”, explicó Matthew Pearce, historiador estatal de la Oklahoma Historical Society. “Y por eso los automovilistas negros necesitaban saber un lugar seguro al que ir”.</p><p>La estación de servicio Threatt Filling Station, cerca de la comunidad de Luther, en el centro de Oklahoma, no figuraba en el Green Book, pero sí servía como refugio seguro entre dos “pueblos de puesta de sol”, donde las personas que no eran blancas debían irse antes del atardecer. La estación ofrecía barbacoa e incluso béisbol.</p><p>Edward Threatt, cuyos abuelos abrieron el establecimiento alrededor de 1933, recordó un programa de televisión sobre viajeros que disfrutaban en la 66, en referencia al clásico “(Get Your Kicks on) Route 66" (que podría traducirse como ”date el gusto en la ruta 66").</p><p>“En general, el viajero negro no se daba muchos gustos en la Ruta 66”, expresó. “Y si se daba alguno, no era del tipo que uno imaginaría”.</p><p>Una nueva dirección</p><p>La visión del presidente Dwight Eisenhower de un sistema moderno de autopistas interestatales finalmente llevó a que la Ruta 66 fuera retirada de su condición de carretera federal en 1985. Algunos pueblos a lo largo de la ruta murieron, y la tarea de preservar sus tramos de la famosa carretera recayó en gobiernos locales, sociedades históricas estatales y empresas privadas.</p><p>Una fuerza impulsora fue Angel Delgadillo, un barbero que presionó a la Legislatura de Arizona para que designara la carretera como ruta histórica. Salvó a Seligman de convertirse en un pueblo fantasma y fijó el estándar de preservación en otros lugares.</p><p>En Nuevo México se han conservado bocetos originales de letreros de neón, abundan los murales con temática de la Ruta 66 y desarrolladores en Albuquerque han restaurado alojamientos a lo largo del tramo urbano más largo de la carretera que aún permanece intacto.</p><p>En California todavía se puede recorrer más del 90% de la carretera. Cadillac Ranch, en el extremo norte de Texas, ofrece la oportunidad de pintar con aerosol autos medio enterrados. Y en el río Mississippi, los viajeros pueden caminar o ir en bicicleta por el viejo puente Chain of Rocks.</p><p>Más de 250 edificios, distritos y segmentos de carretera de la ruta están inscritos en el Registro Nacional de Lugares Históricos. Pero no son sólo los ladrillos y el asfalto lo que alimenta la fascinación.</p><p>“Algunas de las cosas más interesantes y divertidas que les pasan a las personas cuando recorren la ruta es encontrarse con alguien que conocen o con algún hecho fortuito totalmente inesperado”, comentó el autor e historiador Jim Ross. “Y esa es una gran parte de la experiencia de la Ruta 66”.</p><p>___</p><p>Los periodistas de The Associated Press John O’Connor en Springfield, Illinois, y Sean Murphy en Oklahoma City contribuyeron a este reportaje.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FMNCIJH4ZO4Y5BQ6RKHDDBHMGE.jpg?auth=230c34c20f67f55edd60cd73449011ee2924ede3a88fea25b5907b0f08eea29a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un auto maneja por la autopista Oatman, la Ruta 66 histórica, cerca de Oatman, Arizona, el viernes 21 de noviembre de 2025. (AP Foto/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JGPSZWHM643OPBWA34FRN56B4Q.jpg?auth=2dd877cf43656fd9b970a5b2f21b0fd6fc57f010a5dc581dd295c6af20c91e17&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un cartel marca el inicio de la histórica Ruta 66 en el cruce de la calle East Adams Street y la avenida South Michigan, en Chicago, el miércoles 14 de enero de 2026. (AP Foto/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content></item><item><title><![CDATA[Edmunds: These are the used SUVs that hold their value best]]></title><link>https://www.local10.com/business/2026/04/08/edmunds-these-are-the-used-suvs-that-hold-their-value-best/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/08/edmunds-these-are-the-used-suvs-that-hold-their-value-best/</guid><dc:creator><![CDATA[By NICK KURCZEWSKI of Edmunds, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 12:08:53 +0000</pubDate><content:encoded><![CDATA[<p>There’s a lot of satisfaction and enjoyment that comes along with buying a new or used vehicle. Less appealing is the drop in value as your vehicle gets older. Depreciation is typically unavoidable, but certain vehicles tend to hold their value better than others once they enter the used car market. The reasons can vary, but it mostly comes down to how desirable the vehicle is.</p><p>Information on which vehicles hold their value best isn’t readily accessible, but savvy shoppers can use it to pick a vehicle that depreciates less than average over the long haul. The car experts at Edmunds analyzed sales transaction data and compared the average transaction price of used 2023 model-year SUVs with their original manufacturer’s suggested retail price. From there, they identified the top two SUVs in five size categories that hold their value best. These rankings are specific to the 2023 model year but could also be seen as solid bets if you buy a new 2026 model.</p><p>Extra-small SUVs: Toyota Corolla Cross and Honda HR-V</p><p>The Toyota Corolla Cross is a subcompact SUV that excels as a practical and budget-friendly vehicle. It comes with many standard driver assist features and offers ample cargo space for its size. The Corolla Cross isn’t flashy, but it can’t be beat for value considering it’s worth 81.7% of its original value after three years of ownership.</p><p>Nipping at the heels of the Corolla Cross, the HR-V will also appeal to SUV shoppers who want a practical means of transportation. Edmunds praised the HR-V’s amount of passenger space and cargo volume but was underwhelmed by its slow acceleration.</p><p>Small SUVs: Toyota RAV4 Hybrid and Honda CR-V</p><p>Among small SUVs, the Toyota RAV4 aces the fundamentals. It’s comfortable and roomy, and it’s available in a wide range of trim levels to suit varied budgets. Excellent performance in crash tests is another draw, as is great fuel economy. It all leads to the RAV4 Hybrid having a strong 81.4% residual value in our analysis.</p><p>Close behind is another very popular small SUV, the Honda CR-V. A smooth ride and easy-to-use tech features are just some of the CR-V’s positive attributes. Edmunds also singled out its easygoing driving nature, roomy cargo hold, and impressive fuel economy from its available hybrid powertrain.</p><p>Midsize SUVs: Toyota 4Runner and Ford Bronco</p><p>The Toyota 4Runner has a loyal following among those seeking an SUV with a rugged design and genuine off-road capability. Based on the Tacoma pickup, the midsize 4Runner still waves the flag for the traditional SUV fans who want real off-road performance. After three years, the 4Runner retains 83% of its value on average, the best of all SUVs mentioned in our article.</p><p>If you want a vehicle with an even more adventurous spirit but still maintains its value, check out the Ford Bronco. It has a retro-fueled design, incredible go-anywhere capability, and a seemingly endless options sheet.</p><p>Midsize three-row SUVs: Toyota Highlander Hybrid and Honda Pilot</p><p>The Toyota Highlander has been a popular three-row SUV for more than two decades. The current version continues to provide a comfortable driving experience and excellent fuel economy from the Highlander Hybrid version. The Highlander’s third-row seat is pretty small, but you’re not going to complain about the Highlander Hybrid’s residual value of 77% after three years.</p><p>Coming in second is the Honda Pilot. It also has an enviable reputation for providing ample space and cargo room for growing families. Its third-row seat is bigger than the Highlander’s, but Honda doesn’t currently offer a hybrid version of the Pilot.</p><p>Large three-row SUVs: Toyota Sequoia and Chevrolet Tahoe</p><p>The Toyota Sequoia is bound to appeal to SUV shoppers who need maximum room and crave strong performance. Its hybrid engine packs a punch and delivers plenty of passing power — even if fuel economy is about on par with most other large non-hybrid rivals. A residual value of 80% after three years adds reassurance that this large SUV won’t burn a giant hole in your wallet when you drive off the dealer lot.</p><p>Chevrolet’s Tahoe comes in second for large three-row SUVs that best maintain their value after three years. Thanks to its lineup of two stout V8 engines and a turbocharged diesel-powered six-cylinder, the Tahoe is ideal if you’re planning on towing a heavy trailer. The Tahoe also comes with Chevy’s latest technology features.</p><p>Edmunds says</p><p>An SUV of any shape or size is a major investment. Knowing the vehicle that’s caught your eye won’t plummet in value provides added peace of mind.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds.</p><p>Nick Kurczewski is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2S565W2W3B4RTSBL7WW2WNKN4Y.jpg?auth=a45ead8100d667d32187c29e6f34f675e3efee163f2a73fcc1b8a7e3344f1ad3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2023 Corolla Cross. The Corolla Cross is comfortable and practical, and Toyota throws in a generous number of standard features for the money. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6AAF2PSSGZ2CGSDFVIETMICREQ.jpg?auth=0b33d2ad339a0fe41ed15179007371639f2de8d58ae930e0f03ed60829390bee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Honda shows the 2023 HR-V. This is Honda's smallest SUV, but the HR-V packs a ton of utility and clever features into a compact package. (Courtesy of American Honda Motor Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/AXQV3GZESNJPD3PDBW5X773HBA.jpg?auth=c8f7fcbcf9caf08bc858f7f9dcd2fa167e64653cf870c8d03992f6f79689f5b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2023 RAV4 Hybrid. This SUV combines a roomy interior and smooth ride with the practical benefits of large cargo space and impressive fuel savings. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7K5XJQYNOOR7BQ756BSUXS5JFM.jpg?auth=d3860130fc6f66e7766ad4dc0800f734c2a07ed48db2a33b25bf303840c46cdc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Honda shows the 2023 CR-V. The CR-V has a smooth ride, some helpful technology features, and ample interior space for passengers and cargo. (Courtesy of American Honda Motor Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CXCWFVDFEDVRS7OMJSQZ6Q2UH4.jpg?auth=5398358f2bf8ac49510e72a5577dafd04184cff326304b6fab83cec8f6483537&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2023 4Runner. The Toyota 4Runner is a rugged, old-school midsize SUV that's found success as an alternative to bland car-based SUVs. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WVO7UZRBM4S576UWCEI5OEN6FE.jpg?auth=a1f619bdfe00e32ab306520c1d416936955ca2556eba2d4066f7316cc822610f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Ford shows the 2023 Bronco. The Bronco is designed for off-roading and even has a removable roof and doors, so you can drive topless for that extra bit of sunshine. (Courtesy of Ford Motor Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SNTLWGBINCTRUVQ24E5ZQVBTMQ.jpg?auth=f532a40bf987a4b12b670535619a5a257ffca6575d5f135ac93861f0f7afb6eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2023 Highlander Hybrid. Its third row and cargo area are a bit small, but a comfortable ride and plentiful standard features make it well worth a look. (Courtesy of Toyota Motor Sales USA via AP).]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DKQLOSIYVJVXTY3O4JJZOGP3HI.jpg?auth=65078a5ca946191d6141b3df7b7e67d0267092af53abe23faeb52a2300d9023e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Honda shows the 2023 Pilot. The latest Honda Pilot is comfortable and plenty spacious for its front and middle-row passengers. (Courtesy of American Honda Motor Co. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WNFLBUJ6UT3SQBD3P5MUXB5D4U.jpg?auth=3b91de967d345e371940e6e8dc6604cbd9b03c495fe49585cb9d865c577a32c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2023 Sequoia. The Toyota Sequoia stands out with its powerful hybrid powertrain, bold style, and impressive towing and off-road capabilities. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JHTMMIJUQPCT2TWJDKRXB6JOAI.jpg?auth=6c8c6df16a349a33b15af0960adc862e5150239362ecba56a886e5352233c584&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Chevrolet shows the 2023 Tahoe. The Tahoe is a capable vehicle for towing that can be outfitted with a lot of Chevy's latest technology features. (Courtesy of General Motors via AP)]]></media:description></media:content></item><item><title><![CDATA[Defending champion PSG hosts 6-time winner Liverpool in Champions League quarterfinals]]></title><link>https://www.local10.com/sports/2026/04/08/defending-champion-psg-hosts-6-time-winner-liverpool-in-champions-league-quarterfinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/defending-champion-psg-hosts-6-time-winner-liverpool-in-champions-league-quarterfinals/</guid><dc:creator><![CDATA[By JEROME PUGMIRE, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 10:43:38 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Defending champion Paris Saint-Germain hosts out-of-form Liverpool in the first leg of their Champions League quarterfinal on Wednesday.</p><p>Resisting an early onslaught from PSG is key to Liverpool's chances of keeping the tie alive heading into the return leg at Anfield next week.</p><p>“PSG under (coach) Luis Enrique do not give you a second to have the ball comfortable on your feet,” Liverpool manager Arne Slot said. “It’s press, press, press every second of the game.”</p><p>When the two sides met last season in the round of 16, PSG advanced on penalties against six-time champion Liverpool following an intense battle. PSG carried the momentum from that victory all the way to a first Champions League title.</p><p>While Liverpool was arguably the pre-match favorite last year, it's a different story now. Slot's team is reeling from a crushing FA Cup loss and will be trophyless unless it wins the Champions League.</p><p>Liverpool forward Mohamed Salah has yet to find his best form in his last season at the club, with only 10 goals in 35 games so far.</p><p>PSG has Ballon d'Or winner Ousmane Dembélé, midfielder Vitinha and flying winger Khvicha Kvaratskhelia in top form. Dembélé scored a scintillating volley against Toulouse in the French league on Friday and seems to be peaking at the right time.</p><p>However, PSG is still missing midfielder Fabián Ruiz with a knee injury and is without winger Bradley Barcola, who injured his ankle in the last-16 rout of Chelsea.</p><p>Liverpool striker Alexander Isak — the British-record signing for 125 million pounds ($170 million) — has recovered from injury and Slot said he will be on the bench at Parc des Princes.</p><p>Isak had surgery in December on a broken ankle and fibula.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VJ5HUKDRY4AJQLOZFIX26BHT6E.jpg?auth=2db9dd8f828d02f026a784d1c4455896108667ad61fdfbdf36f8429c69ba0549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's Ousmane Dembele during the Champions League soccer match between Chelsea and Paris Saint-Germain in London, England, Tuesday, March 17, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z73H5MF6ZXAJZXNHFDMDOD2NFY.jpg?auth=114f340642d7fe201945360c41d88c45a4b43b4eef9cb7bce9705897ca75dc27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool's Mohamed Salah and Jeremie Frimpong, left, attend a training session in Liverpool, England, Tuesday April 7, 2026. (Peter Byrne/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Byrne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EUZIIWBGCQDXCE6ILHNUQCENZE.jpg?auth=8fc1ad89df531eae315ef544ee068f0e0421a638ed063d0ec7200982d661f683&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[PSG's head coach Luis Enrique reacts during the first leg of the Champions League round of 16 soccer match between Paris Saint-Germain and Chelsea, in Paris, Wednesday, March 11, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LBIGXXTIJV67TEZK3BPNK6LQTU.jpg?auth=af736c1959e783bcfd24622695142deadb8c335c70f1935a2cd0e8989402ebcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Liverpool manager Arne Slot during a training session at the AXA Training Centre, Liverpool, England, Tuesday April 7, 2026. (Peter Byrne/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Byrne</media:credit></media:content></item><item><title><![CDATA[April 8: Flood Watch in effect for most of South Florida through 10 p.m.]]></title><link>https://www.local10.com/weather/2026/04/08/april-8-flood-watch-in-effect-for-most-of-south-florida-through-10-pm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/08/april-8-flood-watch-in-effect-for-most-of-south-florida-through-10-pm/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[A Flood Watch is in effect for most of us through 10 p.m. this evening. ]]></description><pubDate>Wed, 08 Apr 2026 10:18:38 +0000</pubDate><content:encoded><![CDATA[<p>A <b>Flood Watch</b> is in effect for most of us through 10 p.m. this evening. Several inches of rain and damaging winds impacted parts of the area yesterday, and with more heavy rain around today, flooding is certainly possible. A front just to our south will weaken and move farther south and away from us by the end of the week, so rain chances start coming down by later tomorrow and Friday with a return to mostly sunny skies by the weekend. It’ll become windy, however, so we’ll have to watch for a dangerous risk of rip currents if you have beach plans this weekend. Highs are around 80 today and tomorrow and then dip into the lower 80s by Friday and into the weekend. High pressure looks to keep it dry into most of next week with highs well into the 80s by then. In the meantime, keep the umbrellas handy and drive carefully on these wet roads.</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[It's Yamal vs. Griezmann as Barcelona hosts Atletico in Champions League quarterfinals]]></title><link>https://www.local10.com/sports/2026/04/08/its-yamal-vs-griezmann-as-barcelona-hosts-atletico-in-champions-league-quarterfinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/its-yamal-vs-griezmann-as-barcelona-hosts-atletico-in-champions-league-quarterfinals/</guid><dc:creator><![CDATA[By JOSEPH WILSON, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 10:08:18 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Barcelona's Champions League quarterfinal against Atletico Madrid at Camp Nou on Wednesday will pit a teenage phenom against one of La Liga's fading greats.</p><p>Barcelona's hopes of ending an 11-year wait for another European Cup will largely rest on the performances of 18-year-old Lamine Yamal. The Spain playmaker has scored in three consecutive Champions League games and his 21 goals overall in all competitions this campaign leads his team.</p><p>Atletico for its part will look for inspiration from forward Antoine Griezmann. Atletico's all-time top scorer wants to end his stellar run with the club on a high note before the 35-year-old leaves for the MLS.</p><p>The Spanish rivals will have played five times in two months after next week’s second leg in Madrid.</p><p>Atletico edged Barcelona in the Copa del Rey semifinals in February before Hansi Flick's side got some revenge on Saturday when it won 2-1 away in the Spanish league to strengthen its league lead.</p><p>Barcelona is a five-time European champion, but Diego Simeone’s Atletico eliminated the Catalan club at the same stage both in 2014 and 2016 on the way to reaching the Champions League final.</p><p>Barcelona is aiming to reach the semifinals for a second straight year.</p><p>Atletico's bid to make its first semifinal appearance since 2017 will depend on its defense and a mix of attacking options which include Julián Álvarez, Ademola Lookman and Alexander Sorloth.</p><p>Marcus Rashford will likely start for Barcelona in place of the injured Raphinha.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RJB5MT5YLVJRJJEERDXYXAACFY.jpg?auth=76b95f35f7165fc8f37e8843abde43c1793639f2294c8b68fe8fa3575fa0fb02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Lamine Yamal, top, is tackled and fouled by Atletico Madrid's Nico Gonzalez, who receives a second yellow card and is then sent off during a La Liga soccer match between Atletico Madrid and Barcelona in Madrid, Spain, Saturday, April 4, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJVRINY452W32E2JSYFJ7BPEW4.jpg?auth=2521d9a2587c7cb26280630c7721369932787d28573128cef71e288b3dca9bcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Lamine Yamal, front defends the ball from Atletico Madrid's Matteo Ruggeri during a La Liga soccer match between Atletico Madrid and Barcelona in Madrid, Spain, Saturday, April 4, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W7AT7N5CWDGVSFHERHJ2LPQ3CU.jpg?auth=98bec57db13e6c9ac09c6f7bb687dc6d4d7eeecc3f3c10d2e4b312d18446fb3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atletico Madrid's Ademola Lookman, left, celebrates with Antoine Griezmann after scoring the opening goal during the Spanish La Liga soccer match between Real Madrid and Atletico Madrid in Madrid, Spain, Sunday, March 22, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA['Ketamine Queen' to be sentenced for selling Matthew Perry the drugs that killed him]]></title><link>https://www.local10.com/entertainment/2026/04/08/ketamine-queen-to-be-sentenced-for-selling-matthew-perry-the-drugs-that-killed-him/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/08/ketamine-queen-to-be-sentenced-for-selling-matthew-perry-the-drugs-that-killed-him/</guid><dc:creator><![CDATA[By ANDREW DALTON, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:52:31 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A woman who admitted to selling Matthew Perry the ketamine that killed him is set to be sentenced Wednesday.</p><p>Jasveen Sangha will be the third defendant sentenced of the five people who have pleaded guilty in connection with the 2023 overdose of the 54-year-old actor. His role as Chandler Bing on NBC's “Friends” in the 1990s and 2000s made him one of the biggest television stars of his era.</p><p>Sangha is the only one whose plea deal included an acknowledgment of causing Perry’s death, and is likely to get the stiffest sentence of the group by far.</p><p>Prosecutors are asking a federal judge in Los Angeles to sentence the 42-year-old Sangha to 15 years in prison. They cast her in court filings as a “Ketamine Queen” who had an elaborate drug operation catering to high-end clients to give herself a jet-setting lifestyle.</p><p>Sangha's attorneys said in their sentencing filing that the time she has spent in jail since her August 2024 indictment should be sufficient, and prosecutors' math on federal sentencing guidelines is “factually wrong.” They point to her lack of a previous criminal record and exemplary behavior as an inmate, as well as the unlikelihood she would return to a life of drug dealing.</p><p>Members of Perry’s family are expected to speak in court before the sentencing.</p><p>He was found dead in the hot tub at his Los Angeles home. The medical examiner ruled that ketamine, typically used as a surgical anesthetic, was the primary cause of death.</p><p>Perry, who had lifelong struggles with addiction, had been using the drug through his regular doctor as a legal off-label treatment for depression. But he wanted more than the doctor would give him. That at first led him to Dr. Salvador Plasencia, who admitted to illegally selling Perry ketamine and was sentenced to 2 1/2 years in prison after prosecutors asked for three years. And it later led Perry to Sangha, who sold him 25 vials of ketamine, including the fatal dose, for $6,000 in cash four days before his death, prosecutors said.</p><p>Another doctor, who admitted to providing Plasencia the ketamine he sold to Perry, was sentenced to eight months of home detention. Perry's assistant and his friend, who admitted acting as the actor's middlemen, are awaiting sentencing.</p><p>U.S. District Judge Sherilyn Peace Garnett has said she is seeking to calibrate how she sentences each of the five defendants to make sense as a whole.</p><p>In September, shortly before a scheduled trial, Sangha pleaded guilty to one count of using her home for drug distribution, three counts of distribution of ketamine and one count of distribution of ketamine resulting in death. She also admitted to selling drugs to another man, 33-year-old Cody McLaury, who had no connection to Perry, before his overdose death in 2019.</p><p>The prosecution said that despite Sangha's plea, she continued drug dealing, showing her lack of remorse.</p><p>Their sentencing filing says that in 2020, when she learned that the ketamine she sold McLaury contributed to his death, “She didn’t care and kept selling.” In 2023, the filing says that when she learned she sold Perry the drugs that caused his death, “Her reaction was the same: she didn’t care and kept selling.”</p><p>A dual U.S.-U.K. citizen, Sangha moved from England to the U.S. at age 3, and when she was around age 10, her family settled in Southern California.</p><p>She didn't know her father but has said her grandfather and stepfather were essential male influences in her life. Both recently died and it has had a “profound effect” on her, the defense said.</p><p>She is very close to her mother and grandmother, who would provide her with stability if she were released, her lawyers said.</p><p>Sangha has a bachelor's degree from the University of California, Irvine, and a master's degree from Hult International Business School in England.</p><p>The defense used her biography to show she's an educated and otherwise upstanding citizen who made an aberrant mistake when she fell into selling drugs.</p><p>The prosecution said her life circumstances show she didn't act out of desperation, and that she freely chose to deal drugs to finance the posh lifestyle she wanted.</p><p>Sangha's lawyers said she has been a model inmate in jail, maintaining sobriety and organizing and leading Narcotics Anonymous meetings.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32U6JK4Z34AAQHYFPIERKM66CU.jpg?auth=60b0ec3b5566dc4245f111b9740d0dc76f1fd3dace82ea81cf7c67be0ca27a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Matthew Perry poses for a portrait in New York on Feb. 17, 2015. (Photo by Brian Ach/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Ach</media:credit></media:content></item><item><title><![CDATA[Lakers coach JJ Redick claims his vocal argument with Jarred Vanderbilt was nothing unusual]]></title><link>https://www.local10.com/sports/2026/04/08/lakers-coach-jj-redick-claims-his-vocal-argument-with-jarred-vanderbilt-was-nothing-unusual/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/lakers-coach-jj-redick-claims-his-vocal-argument-with-jarred-vanderbilt-was-nothing-unusual/</guid><dc:creator><![CDATA[By GREG BEACHAM, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 06:27:12 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Los Angeles Lakers coach JJ Redick downplayed his mid-game shouting match with Jarred Vanderbilt on Tuesday night, calling it a normal occurrence during a stressful time for his injury-depleted team.</p><p>Redick and Vanderbilt repeatedly exchanged words in a visible, vocal argument after Redick called a timeout and removed Vanderbilt from the Lakers' game against Oklahoma City just 16 seconds into the second quarter.</p><p>Redick said the argument was caused by “just a confluence of things," declining to be specific about what Vanderbilt had done wrong.</p><p>“Nothing personal with him,” Redick added. "Normal stuff from my end. I think for all of us, being undermanned, we’ve got to scrap and claw. We’ve got to all be on the same page. We've got to be great teammates. We've got to all play hard. I called a timeout to get him out of the game, and he reacted.”</p><p>After Redick called the timeout, Vanderbilt approached him on the court. When Vanderbilt became demonstrative, Austin Reaves — who didn't play due to injury — stepped between his teammate and the head coach, along with assistant coach Nate McMillan.</p><p>Vanderbilt continued the discussion when Redick sat on the bench after the timeout, and Redick made a dismissive gesture in Vanderbilt’s direction that appeared to irritate Vanderbilt further.</p><p>Vanderbilt didn’t return to the game after being pulled, and he left the Lakers’ downtown arena without speaking to reporters.</p><p>Vanderbilt made his only shot and had two rebounds and a steal during his 4 1/2 minutes of play, but he also missed three consecutive free throws right before the first-quarter buzzer. The defensive specialist has played inconsistent minutes for Redick this season, struggling to bring his offensive game up to a level that would allow him to be a rotation regular.</p><p>Los Angeles faced the Thunder without NBA scoring leader Luka Doncic, LeBron James, Reaves, Marcus Smart and Jaxson Hayes due to injury, and the result was predictable: Oklahoma City routed the Lakers 123-87, sending them to their third consecutive loss after winning 13 of their previous 14.</p><p>The defeat was Los Angeles' first at home since Feb. 24, ending a 10-game winning streak. The Lakers (50-29) slipped a full game behind streaking Denver (51-28) for the third seed in the Western Conference playoff picture, while only the tiebreaker is keeping the Lakers above the surging Houston Rockets (50-29) in fifth for now.</p><p>Until Doncic and Reaves both were lost for the rest of the regular season — and probably longer — during the Lakers' blowout loss at Oklahoma City a week ago, they were surging toward a top-three seed with hopes of a significant playoff run. While Redick hasn't publicly given up on that chance, he acknowledged before the game that any attempt to play for better seeding “probably went out the window after the (first) OKC game.”</p><p>Redick didn't mince many words about his healthy players after the Lakers' lowest-scoring performance of the season — an effort that inexplicably included 17 missed free throws.</p><p>“We’ve got to find nine guys that are, like, all in on us fighting,” Redick said. “Whatever you’ve got to do to go out and fight and be all in on the team, we’ll find the nine guys. It’s a great opportunity for us over the next three games to find those guys.”</p><p>The coach said he called an earlier timeout to remove Rui Hachimura from the game because the forward “didn't do his job.”</p><p>Redick also said starting center Deandre Ayton has “had trouble catching the ball. We've had a bunch of plays for him. He's just had trouble catching the ball, and I don't know if that's the passing or him trying to get position. He just hasn't been able to catch the ball.”</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ACDW7LYL7SNEN2VT2GVDZYDAQ4.jpg?auth=1434127fe4cee370bea40b2dff23c49e12050771a9b9422002e3e1095d535566&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers Head Coach JJ Redick reacts during the first half of an NBA basketball game against the Oklahoma City Thunder Thursday, April. 2, 2026, in Oklahoma City. (AP Photo/Gerald Leong)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Leong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4MLMBCVTPBAWBPJC7WSO4EMN4.jpg?auth=5a93c67f74b0fdce7bc859fddc50f58015271c199d2b92fcb25f9059728cc99d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers forward Jarred Vanderbilt reacts while walking on the court before an NBA basketball game against the Washington Wizards, Monday, March 30, 2026, in Los Angeles. (AP Photo/Ryan Sun)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Sun</media:credit></media:content></item><item><title><![CDATA[Hong Kong firm files arbitration against Maersk, claiming it schemed with Panama over port takeover]]></title><link>https://www.local10.com/business/2026/04/08/hong-kong-firm-files-arbitration-against-maersk-saying-it-schemed-with-panama-over-port-takeover/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/08/hong-kong-firm-files-arbitration-against-maersk-saying-it-schemed-with-panama-over-port-takeover/</guid><dc:creator><![CDATA[By KANIS LEUNG, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 12:30:33 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A subsidiary of a Hong Kong-based conglomerate started arbitration proceedings against Danish logistics and port group Maersk, accusing the company of aligning with Panama in a scheme to take over its port operations on the Central American country's critical canal.</p><p>The Panama Ports Company, a unit of Hong Kong’s CK Hutchison Holdings, said in a statement dated Tuesday that Maersk A/S had undermined a contract over the Hong Kong company's operations of ports at either end of the Panama Canal in order to pave the way for a new operator affiliated with Maersk to take over the Balboa terminal.</p><p>The company said the arbitration will be held in London, but didn't explain what remedy it was seeking. Company arbitration is a dispute resolution process in which a neutral third party decides corporate conflicts.</p><p>In February, Panama’s government seized control of the Balboa and Cristobal ports after the country’s Supreme Court declared earlier that a concession allowing the Panama Ports Company to run the ports was unconstitutional. The ruling drew backlash from China.</p><p>The Panamanian government later allowed subsidiaries of Maersk and the Mediterranean Shipping Company to take over operations at the two ports.</p><p>Panama Ports Company started arbitration proceedings against Panama in February. In late March, it expanded its claims, saying damages have escalated beyond $2 billion.</p><p>It said on Tuesday that its claim against Maersk is separate from its ongoing steps to hold Panama accountable for what it called “anti-contract and anti-investor conduct.”</p><p>Maersk said it does not believe it is liable for the claims and will address them “in the appropriate forum," without elaborating.</p><p>There was no immediate comment from Panama's government.</p><p>The legal actions could further complicate CK Hutchison's initial plan to sell the bulk of its dozens of global ports, including the two Panama ports, to a consortium that involved U.S. investment firm BlackRock in a $23 billion deal.</p><p>The sale plan, first announced in March 2025, pleased U.S. President Donald Trump, who has alleged Chinese interference with the critical shipping lane’s operations. But the planned sale apparently angered Beijing, and China's antitrust regulator last year said it would initiate a review of the deal.</p><p>The parties involved in the deal have since been looking for ways to move forward with the sale, including considering plans to add a Chinese investor to the consortium.</p><p>____</p><p>Associated Press writer Alma Solís in Panama City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6DGBAUN2KKEFIJISWD7H24BTPA.jpg?auth=00fe5edf3af924e53cb8a5eaee6de61b839941bd33a2cdd8bae34abbaa326b46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cranes load and unload containers from cargo ships at the Cristobal port, operated by the Panama Ports Company, in Colon, Panama, Feb. 6, 2026. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L57RNW7P2OFQZILGRFONHM6RFA.jpg?auth=3c8acb9ed0811c982f1707e9b8c72720602aa9b51c623c7e1bc7e6f681f4c840&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ship containers are stacked at the Panama Canal Balboa port, operated by the Panama Ports Company, in Panama City, July 29, 2025. (AP Photo/Matias Delacroix, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Rep. Eric Swalwell vows to push back on ICE in bid for California governor]]></title><link>https://www.local10.com/news/2026/04/08/rep-eric-swalwell-vows-to-push-back-on-ice-in-bid-for-california-governor/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/rep-eric-swalwell-vows-to-push-back-on-ice-in-bid-for-california-governor/</guid><dc:creator><![CDATA[By TRÂN NGUYỄN, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 04:48:45 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — California Rep. Eric Swalwell on Tuesday promised to aggressively push back on federal immigration officers if elected governor, vowing to make them ineligible for state jobs and take away their driver's licenses if they refuse to unmask while on duty.</p><p>“They think they’re invincible. They’re not,” Swalwell told a large crowd at a town hall in Sacramento, the state capital. He didn't specify how he'd advance those policies, which would likely face legal challenges.</p><p>The event kicked off a series of campaign functions he's planned around the state with less than a month to go until mail-in ballots go out to voters ahead of the June 2 primary. Swalwell, a Democrat, is among a crowded field of candidates jostling for advantage in a race in which a small margin could decide who advances to the November general election. The two highest vote-getters advance regardless of party, and Democrats are worried about a possible lock-out if no clear front-runner emerges.</p><p>Speaking to a friendly crowd, Swalwell painted himself as a “battle-tested” fighter in Congress against President Donald Trump. He served as House manager for Trump’s second impeachment trial and said he wants to abolish Immigration and Customs Enforcement and has supported taking away the agency's funding. Los Angeles was the target of one of the administration's first large-scale immigration sweeps last summer and the first place where it deployed the National Guard. The position comes after Swalwell faced accusations by some of his Democratic rivals for not taking a strong enough stance against the agency.</p><p>Positioning himself as a labor-friendly and progressive candidate, Swalwell said he wants to address ongoing state budget gaps with a new corporate tax and use state funding to pay for health care for low-income people, including immigrants. He also said he supports letting state employees work remotely, a contentious issue in Sacramento.</p><p>“I will root for the success of anyone who invests and does business in California, if they work with me to lift the wages of hard-working Californians and expand the benefits,” he said.</p><p>This year's election marks the first time since voters approved the state’s “ top two ” primary system more than a decade ago that there has been a governor’s race with no dominant candidate. Swalwell is considered among the leading candidates, alongside billionaire Tom Steyer and former U.S. Rep. Katie Porter on the Democratic side. Republican Steve Hilton, a former Fox News host, won Trump's endorsement this week. Sheriff Chad Bianco is another prominent Republican in the contest.</p><p>Swalwell in recent weeks has emerged as a favorite target for fellow Democrats, who have accused him of failing to show up for votes in Congress and questioned whether he actually lives in California. On Tuesday, Swalwell again disputed those criticisms and said he's “not going to be distracted.”</p><p>An Iowa native who was elected in 2012 and represents a House district east of San Francisco, Swalwell ran a short-lived presidential campaign in 2019.</p><p>Democratic Gov. Gavin Newsom, who is term-limited, hasn't endorsed anyone to replace him.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6ASVRGE2KG3VEXCDWEM3V32NQ.jpg?auth=8075aee8eabe9b70b74b97a2e9e20f4d5ca0866c4ae7d6733911ddb9bbfefdd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate, Rep. Eric Swalwell, D-CA appears at a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JRMSGZ3CF7PE4HAHL32DMEGYMU.jpg?auth=6aacc077039ad691ea26190561bb9664bac66bb6fe99bf69d174f9fa60c72d56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate, Rep. Eric Swalwell, D-CA appears at a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/55EMCRQS3LF7JNB22WI6EZSI7E.jpg?auth=18f6a757d7896d60e241e8865840e67c405150ca351f0b80067070f903275580&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate, Rep. Eric Swalwell, D-CA answers a question from University of California, Davis, student, Patrick Mason, during a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[The Latest: US, Israel and Iran agree to tentative ceasefire, even as the terms remain unclear]]></title><link>https://www.local10.com/news/world/2026/04/08/the-latest-us-israel-and-iran-agree-to-tentative-ceasefire-even-as-the-terms-remain-unclear/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/08/the-latest-us-israel-and-iran-agree-to-tentative-ceasefire-even-as-the-terms-remain-unclear/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:45:30 +0000</pubDate><content:encoded><![CDATA[<p>Iran, the United States and Israel agreed to a two-week ceasefire on Tuesday, an 11th-hour deal that headed off U.S. President Donald Trump’s threat to unleash a bombing campaign that would destroy Iranian civilization. Hours after the announcement, Iran and Gulf Arab countries reported new attacks Wednesday, though it was not clear if the strikes would scuttle the deal.</p><p>All sides have presented vastly different versions of the terms. Iran said the deal would allow it to formalize its new practice of charging ships passing through the Strait of Hormuz. Trump said the U.S. would work with Iran to remove buried enriched uranium, though Iran did not confirm that.</p><p>Pakistan and others said fighting would pause in Lebanon, which Israel has invaded to fight Iran-backed Hezbollah militant group, but Israeli Prime Minister Benjamin Netanyahu said early Wednesday that the deal doesn’t cover fighting against Hezbollah. Israeli strikes hit several dense commercial and residential areas in central Beirut Wednesday afternoon without warning, killing dozens and wounding hundreds of people.</p><p>The ceasefire may formalize a system of charging fees in the Strait of Hormuz that Iran instituted — and give it a new source of revenue. Iranian attacks and threats deterred many commercial ships from passing through the waterway, through which 20% of all traded oil and natural gas passes in peacetime.</p><p>Here is the latest:</p><p>Kuwait says Iranian drones targeted power and water facilities</p><p>The country’s interior ministry said in a post on the social platform X that these strikes targeted oil facilities, three power and water desalination plants, resulting in “significant” material damage to generators, distilleries and fuel tanks.</p><p>Several fires also broke out at some locations, according to the ministry, which made no mention of whether there were casualties, but said that measures were taken to ensure the safety of workers and secure sites.</p><p>Arab League chief accuses Israel of undermining regional peace</p><p>Arab League chief Ahmed Aboul Gheit condemned Israeli assaults on Lebanon, accusing Israel of “persistently seeking to sabotage” the ceasefire agreement between the U.S. and Iran.</p><p>Aboul Gheit said in a statement posted on the social platform X that the “barbaric” Israeli military’s attacks on Lebanon violate international law, adding that Israel “continues to play an obstructive role to any understandings that may contribute to restoring stability” in the region.</p><p>He also called for the international community to pressure Israel to immediately halt its attacks on Lebanon.</p><p>Trump says Vance may not participate in Iran talks because of security concerns</p><p>The president told The New York Post in a brief interview that in-person talks about the Iran ceasefire would happen “very soon,” but he did not appear to offer or confirm details about when and where.</p><p>Pakistan is expected to host talks.</p><p>“We’ll have Steve Witkoff, Jared Kushner, JD —maybe JD, I don’t know. There’s a question of safety, security,” Trump said.</p><p>Vance’s office has not commented on whether he would participate in talks.</p><p>Lebanon’s president strongly condemns Israel for series of strikes</p><p>Lebanon’s president, Joseph Aoun, called the simultaneous attacks on Beirut and other areas “barbaric,” accusing Israel of committing a new massacre in the country.</p><p>In a message Wednesday, Aoun said Israel holds full responsibility, saying the continued pursuit of aggressive policies “will only lead to further tension and instability at a time when everyone is most in need of de-escalation.”</p><p>Israel carried out dozens of airstrikes during rush hour Wednesday that hit multiple residential areas in Beirut and other parts of the country.</p><p>Entire buildings were destroyed in neighborhoods in Beirut, while in other parts of the city dust and debris covered entire residential areas. Hours after the strikes, rescue workers continued combing through debris looking for survivors while hospitals were overwhelmed with the wounded, appealing for blood donations.</p><p>Iranian military says U.S. and Israel gave into Iran’s conditions</p><p>The Iranian military praised the country’s resilience against the U.S. and Israel, saying this ultimately “forced them to accept Iran’s proposed conditions and surrender” after the three sides agreed to a two-week ceasefire.</p><p>The Iranian military’s Khatam al-Anbiya Central Headquarters said in a statement cited by Iranian state-TV on Wednesday that “extremely heavy losses and casualties” were inflicted, showing that Iran can “put any enemy in place” and “force them to surrender and retreat.”</p><p>“With distrust toward the American and Zionist enemies, we monitor all their movements in the region, and in the event of another mistake by them, we will respond in a more destructive and deadlier manner than before,” read the statement.</p><p>The Iranian military said it would “smartly” manage the Strait of Hormuz, insisted it poses no threat to regional countries, reaffirmed support for Iran’s so-called “Axis of Resistance” and urged anti-war protesters to remain in the streets opposing further escalation.</p><p>Trump says Lebanon was ‘not included’ in ceasefire deal</p><p>The president, in a brief telephone interview with PBS News Hour, said Wednesday that Lebanon was not included “because of Hezbollah. They were not included in the deal. That’ll get taken care of, too. It’s all right.”</p><p>When asked about Israel continuing its strikes in Lebanon, he said, “It’s part of the deal — everyone knows that. That’s a separate skirmish.”</p><p>‘Italian soldiers in southern Lebanon are not to be touched’</p><p>Italian Foreign Minister Antonio Tajani expressed indignation on Wednesday after a group of Italian soldiers traveling from southern Lebanon toward Beirut was blocked by warning shots fired by the Israeli military.</p><p>The incident, which damaged an Italian vehicle, happened during a massive Israeli air attack on southern Lebanon. No injuries were reported, and the convoy was forced to turn back. Tajani said he would demand an explanation from the Israeli ambassador to Italy.</p><p>“To reiterate, the Italian soldiers in southern Lebanon are not to be touched,’’ Tajani said. “We are deeply concerned about the repercussions of the entire crisis.’’</p><p>Italian soldiers comprise the second-largest contingent in the U.N. peacekeeping force in southern Lebanon.</p><p>Pakistan’s prime minister urges restraint after reports of ceasefire violations</p><p>“I earnestly and sincerely urge all parties to exercise restraint and respect the ceasefire for two weeks, as agreed upon, so that diplomacy can take a lead role towards peaceful settlement of the conflict,” Prime Minister Shehbaz Sharif said in a post on the social platform X.</p><p>Sharif said violations of the ceasefire had been reported in a few places.</p><p>The appeal came hours after Sharif said Iran, the United States, and all parties had agreed to a two-week ceasefire, and that Pakistan is preparing to host talks between the two countries later this week.</p><p>Ceasefire brings relief but little hope</p><p>Iranians are welcoming a pause in U.S.-Israeli strikes while also worrying the war will bring lasting economic damage, half a dozen residents of the capital, Tehran, told The Associated Press, speaking on condition of anonymity for their safety.</p><p>“Everyone I’ve spoken with, it’s given them a new life,” a university student said of the truce. Many people had begun taking sleeping and anti-anxiety pills to get through nightly bombardment, he added.</p><p>Another resident, a woman in her forties, said U.S.-Israeli strikes had already done extensive damage to Iran’s industries and infrastructure.</p><p>“It doesn’t give me any hope because it’s just a two-week pause, and it’s not clear what will happen,” she said.</p><p>___</p><p>Associated Press journalist Amir-Hussein Radjy contributed to this report.</p><p>China touts diplomatic efforts after helping bring Iran on board for ceasefire</p><p>In a post on the social platform X, the Chinese mission to the U.N. detailed its diplomatic efforts over the past month and highlighted various phone calls its foreign minister had made with its counterparts in the region, including with Iran and Israel, since March 1.</p><p>Beijing, Iran’s biggest trading partner and the United States’ most significant economic competitor, has spent the past several weeks pushing for a more prominent role in global affairs, including the unexpected role of mediator as the war in the Middle East spiraled into chaos.</p><p>On Tuesday, China joined Pakistan to work feverishly to head off a further escalation of the conflict and quietly pulled strings with Iran to find a pathway toward a ceasefire, according to two officials briefed on the matter who were not authorized to comment publicly and spoke on condition of anonymity.</p><p>___</p><p>Associated Press writer Farnoush Amiri contributed to this report.</p><p>Shipping firm cautious about prospects for strait transit</p><p>Danish shipping company Maersk says it’s “working with urgency” to obtain further clarity about prospects of commercial passage through the Strait of Hormuz.</p><p>The company said in a post on its website that “the ceasefire may create transit opportunities, but it does not yet provide full maritime certainty, and we need to understand all potential conditions attached.”</p><p>It added that “any decision to transit the Strait of Hormuz will be based on continuous risk assessments, close monitoring of the security situation, and available guidance from relevant authorities and partners.”</p><p>Graham seeks congressional review of any peace deal with Iran</p><p>Republican U.S. Sen. Lindsey Graham, one of the biggest proponents of Trump’s military action in Iran, says he prefers a diplomatic solution, but that the “supposed negotiating document” that led to a ceasefire had “some troubling aspects.”</p><p>Graham said in a post on the social platform X that he looks forward to the architects of the proposal, including Vice President JD Vance and others, coming to Congress and explaining how the deal meets America’s national security objectives.</p><p>He says that all highly enriched uranium must be removed from Iran and handed over to the United States as part of a peace agreement.</p><p>“Allowing this regime to enrich in the future would be an affront to all those murdered by the regime since this war started and would be inconsistent with denying Iran a pathway toward a bomb in the future,” Graham said. “That is why I strongly support President Trump’s statement today: no enrichment for Iran.”</p><p>Graham said he wants a thorough congressional review process.</p><p>Rescuers look for survivors in Beirut following Israeli airstrikes</p><p>Using forklifts, Lebanese rescue workers were removing burned cars and debris that blocked a major thoroughfare in Beirut following Israeli strikes in the area.</p><p>Dozens of charred vehicles mixed with concrete and twisted metal filled an entire residential block. More than two hours after the strikes, rescuers sifted through the debris looking for survivors, as smoke continued to rise.</p><p>Associated Press journalists on the scene saw some bodies in parked vehicles at a traffic light and on the ground.</p><p>The intersection in Corniche al-Mazraa is one of the busiest in Beirut, leading to the city center and airport, the coast and the suburbs.</p><p>Pakistan PM says US, Iran delegations to arrive for talks after ceasefire</p><p>In a televised address to his Cabinet, Prime Minister Shehbaz Sharif said Pakistan played a key role in securing the pause in fighting, crediting his team, including Foreign Minister Ishaq Dar and army chief Field Marshal Asim Munir, for sustained diplomatic engagement with U.S. and Iranian leaders.</p><p>He described the truce as a “first step” toward broader peace and expressed hope that the talks being held Friday in Islamabad would help turn the fragile ceasefire into a lasting resolution.</p><p>“The war has only been temporarily averted, but this is an important beginning,” Sharif said.</p><p>He did not specify who would represent the U.S. or Iran or when the delegations would arrive.</p><p>Saudi Arabia says it intercepted several drones</p><p>Saudi Arabia said Wednesday afternoon that it intercepted nine drones over the past few hours as the Gulf nation continues to deal with Iranian air attacks despite the announcement of a ceasefire in Iran.</p><p>Gulf Arab diplomat: Gulf countries fear Iran could emerge stronger from war</p><p>The diplomat says Arab countries in the region fear that sanctions on Iran will soon be lifted and Iran will collect fees from ships passing through the Strait of Hormuz.</p><p>Iran has offered a 10-point ceasefire plan that includes both of these steps. It’s unclear whether they will be part of a final ceasefire, but Trump has described the proposal as a “workable base” for negotiations.</p><p>The diplomat, who spoke on condition of anonymity to discuss behind-the-scenes discussions between the Arab countries, says Gulf Arab countries are concerned a deal won’t take their security concerns into account, particularly freedom of navigation through the Strait of Hormuz.</p><p>Saudi Arabia and Kuwait said Wednesday that movement through the strait must take place “without restrictions.”</p><p>The diplomat said the Gulf countries haven’t been invited to join ceasefire negotiations, even though they are touching “the core of our security.”</p><p>UN special envoy arrives in Iran as temporary ceasefire takes shape</p><p>Jean Arnault, U.N. Secretary-General Antonio Guterres’ personal envoy, landed in Iran hours after Washington and Tehran agreed to a temporary halt in hostilities despite contradicting views of what a final peace deal would look like.</p><p>“Acting on the Secretary-General’s instructions, he is visiting countries across the region to support all efforts aimed at achieving a comprehensive and durable resolution to the conflict,” a U.N. spokesperson said in a statement Wednesday.</p><p>The envoy is scheduled to meet with Iranian officials to “hear their perspective on the way forward.”</p><p>Israeli military accuses Hezbollah of ‘scattering’ into civilian areas</p><p>Israeli military spokesperson Lt. Col. Nadav Shoshani said Israel’s largest strike on Lebanon since March 1 came as the militant group attempts to “scatter” its operations to populated civilian areas.</p><p>“We are seeing them move in a more dispersed way and try to embed their operations behind civilians more and more,” Shoshani said Wednesday.</p><p>He added that Hezbollah was moving away from its traditional areas of influence, including southern Lebanon or the Dahiyeh suburb of Beirut, and into areas deeper within civilian populations, including downtown Beirut.</p><p>The military said the operation on Wednesday included 50 fighter jets, which launched 160 munitions at 100 targets in 10 minutes, causing widespread panic across the Lebanese capital during rush hour.</p><p>Oil prices plunge toward $90 a barrel and US stocks surge 2.7%</p><p>Stock markets are surging worldwide, and oil prices are plunging back toward $90 per barrel after President Donald Trump pulled back from his threat to force a “whole civilization” to die in the war with Iran.</p><p>The S&P 500 leaped 2.7% after Trump, Iran and Israel agreed to a two-week ceasefire, just hours before a deadline the U.S. president had set for Iran to open the Strait of Hormuz and allow oil to flow freely again from the Persian Gulf to customers worldwide.</p><p>The Dow Jones Industrial Average jumped 1,350 points, and the Nasdaq composite surged 3.4% following even bigger gains in European and Asian markets.</p><p>Morocco hopes US-Iran talks in Pakistan will bring durable peace and stability</p><p>Morocco on Wednesday welcomed the ceasefire and backed upcoming negotiations in Pakistan, the foreign ministry said, adding it hopes the talks will serve “the higher interest of the brotherly Arab countries in the Gulf.”</p><p>The North African country, one of Washington’s closest allies in the region, also stressed the importance of keeping the Strait of Hormuz open. Its closure has pushed fuel prices in the country up by more than 30%.</p><p>Hegseth says US could strike again if Iran does not hand over enriched uranium</p><p>The Pentagon chief did not offer any details about whether Iran had agreed to Trump’s statement that the U.S. would work with them to “dig up” the buried material.</p><p>However, Hegseth said Iran will “give it to us voluntarily,” or the U.S. might do “something like” its strikes last summer with Israel hitting Iran’s nuclear sites.</p><p>“We reserve that opportunity,” Hegseth said.</p><p>Drone attacks damage 3 power and water desalination plants in Kuwait</p><p>The defense ministry said 28 drones were fired at the oil-rich country on Wednesday morning, in what it described as a “large-scale series of Iranian attacks.”</p><p>Col. Saud Al-Atwan, the ministry spokesman, said the attacks, which came after the ceasefire announcement, reflect “clear determination to persist in targeting the country’s security and vital capabilities.”</p><p>US lays out stats of Iran strikes</p><p>Gen. Dan Caine, the chairman of the Joint Chiefs of Staff, said more than 13,000 targets have been struck in operations against Iran, destroying 80% of Iran’s air defense systems and attacking 90% of its weapons factories.</p><p>Caine told reporters at a Pentagon briefing that more than 90% of Iran’s regular naval fleet has been sunk, “including all major surface combatants” with 150 ships now “at the bottom of the ocean.”</p><p>Caine added that the operation included the consumption of “more than 6 million meals, and by my estimate, more than 950,000 gallons of coffee, 2 million energy drinks and a lot of nicotine.”</p><p>Hegseth: Iran ‘got lucky one time in 40 days’</p><p>“We own their skies,” Hegseth told reporters Wednesday, even though Iranian forces shot down two U.S. military jets on Friday.</p><p>Largely repeating his claims that Iran had been badly defeated, Hegseth said the U.S. and Israel had achieved a “capital ‘V’ military victory” and said Iran’s military no longer poses a significant threat to U.S. forces or the region.</p><p>Gen. Dan Caine, chairman of the Joint Chiefs of Staff, said U.S. strikes have significantly set back Iran’s military and defense industrial base, but also said the military would stand ready to resume strikes if the ceasefire fails.</p><p>Hegseth says US military has done its part ‘for now’</p><p>The Pentagon “for now, for now, has done its part,” Defense Secretary Pete Hegseth said Wednesday during a news conference. “We stand ready in the background to ensure Iran upholds every reasonable term.”</p><p>Hegseth praised the “bravery and sheer guts” of the U.S. military and said the operation had hobbled Iran’s regime. He said nobody makes a better deal than Trump.</p><p>Israel vows to continue striking Hezbollah</p><p>The Israeli military chief of staff said on Wednesday that Israel will continue to “utilize every operational opportunity” to strike Hezbollah after the military said it struck more than 100 targets within 10 minutes across Lebanon, the largest wave of strikes since March 1.</p><p>Lt Gen. Eyal Zamir said Israel will continue striking Hezbollah to protect Israel’s northern residents, who have come under heavy fire from Hezbollah. The Israeli strikes caused panic during Lebanon’s afternoon rush hour as plumes of black smoke rose over several neighborhoods across the capital.</p><p>Trump administration once again shifts the objectives for the war</p><p>Dan Caine, chairman of the Joint Chiefs of Staff, said in a news conference at the Pentagon Wednesday that the U.S. military had three objectives in Iran: to destroy Iran’s ballistic missile and drone capabilities, to destroy its navy, and to destroy its defense industrial base.</p><p>The president and members of his administration have offered varying objectives throughout the 5 1/2-week war and have shifted them throughout, despite claiming they have not changed.</p><p>Trump has at times named five objectives, but has changed them.</p><p>Other objectives have included eliminating Iran’s air force, blocking Iran’s path to a nuclear weapon, cutting off support for its proxy groups and protecting allies in the Middle East.</p><p>Airstrikes repo</p><p>rted in Beirut</p><p>A series of Israeli airstrikes hit at least five different neighborhoods in the heart and along the coast of Beirut on Wednesday, Lebanon’s National News Agency reported.</p><p>The simultaneous strikes during rush hour caused panic around the capital.</p><p>French ex-detainees recount ‘hell’ in Iran’s prison</p><p>Two French former detainees in Iran who were allowed to return to France on Wednesday described years “under constant threat” in Tehran’s Evin prison, where many dissidents are held.</p><p>Cécile Kohler, 41, and Jacques Paris, 72, had been staying in French diplomatic premises in Tehran since their release in November after more than three years in detention on spying charges, which Paris called unfounded.</p><p>The two were received by President Emmanuel Macron in Paris hours after arriving. French authorities said the pair left Iran by road into neighboring Azerbaijan on Tuesday before flying to Paris.</p><p>Kohler thanked those who helped secure their release “from the hell of Evin, where we experienced daily horror,” adding: “We realize how narrowly we escaped, because it could have been much worse.”</p><p>“We were under constant threat,” Paris said. “We had no right to read or write. Whenever we left our cell, we were blindfolded.”</p><p>“We are not broken,” he added. “We will bear witness … and we will enjoy life again.”</p><p>White House says nothing final in plans for talks</p><p>The White House says “nothing is final” over plans for in-person talks over Iran.</p><p>In response to questions about whether U.S. Vice President JD Vance would be participating in U.S.-Iran talks expected to be held later this week in Pakistan, White House press secretary Karoline Leavitt said in a statement, “There are discussions about in person talks, but nothing is final until announced by the President or the White House.”</p><p>The vice president was in Hungary, where he was supporting. Prime Minister Viktor Orbán ahead of upcoming elections.</p><p>Iranians express cautious optimism about ceasefire</p><p>“As we have seen in Gaza and Lebanon, ceasefires have often been violated unilaterally. Hopefully, this time they will remain committed, the ceasefire will hold, and our people will stay steadfast until we achieve final results,” said Ezzat Papar, a Tehran resident.</p><p>“When dialogue and negotiation are possible, we should pursue our demands that way,” said Alireza Khoddami, a 60-year-old taxi driver in Tehran.</p><p>“How long have we been under sanctions, and what progress have we truly made? In my view, it is the people and the country who continue to suffer. This is a valuable opportunity. We are in a strong position and have the upper hand,” Khoddami said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z752ZDD4G5THK45772KRRNWUSM.jpg?auth=af089460eec7970c570cb37ac5199ac82b519c3a49e864bfb3b2f0bbe430216f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iranian pro-government demonstrators burn the U.S. and Israeli flags during a gathering after announcement of a two-week ceasefire in the war with the United States and Israel, at the Enqelab-e-Eslami, or Islamic Revolution, Square, in Tehran, Iran, Wednesday, April 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TN6VLF33LQW3HR3UOEF6OTJW3I.jpg?auth=0e344f98515700ac6a99dfe9cb562bdc859db1f989ed1feb7417bc71952e799c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men carry the coffins with the bodies of Pierre Mouawad, an official with the anti-Hezbollah Lebanese Forces party, and his wife during their funeral in Yahshush, Lebanon, Tuesday, April 7, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4DMBVNPHMEZK4OXGI5BI4MZPMM.jpg?auth=46906d11038791e2d841cd6d3bd403880a80d10e72ef9fc949b5469306d4933c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the flag-draped bodies of three members of the Gershovich family, killed when an Iranian missile struck their building, during their funeral in Haifa, Israel, Tuesday, April 7, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJLDFYPSDYH2ZZGNWMUC4XSTSQ.jpg?auth=244794f78c2462e66cc35471707bce6627cc9fba57ce6ddd4070f769d5acd2a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators chant slogans as they hold Iranian flags and a poster of the Supreme Leader Ayatollah Mojtaba Khamenei in a gathering after announcement of a two-week ceasefire in the war with the United States and Israel, at the Enqelab-e-Eslami, or Islamic Revolution, Square, in Tehran, Iran, Wednesday, April 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMWDYHLMGOGNQBXTR7K4AJNEOI.jpg?auth=fae0e9c11918db41891fbafe05f32493274b0357cc450e825e822691d5e91340&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump departs after speaking 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/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[How Trump went from threatening Iran's annihilation to agreeing to a 2-week ceasefire with Tehran]]></title><link>https://www.local10.com/news/world/2026/04/08/how-trump-went-from-threatening-irans-annihilation-to-agreeing-to-a-two-week-ceasefire-with-tehran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/08/how-trump-went-from-threatening-irans-annihilation-to-agreeing-to-a-two-week-ceasefire-with-tehran/</guid><dc:creator><![CDATA[By AAMER MADHANI, WILL WEISSERT, JOSH BOAK and FARNOUSH AMIRI, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:50:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump, over the course of a single day, went from threatening Iran with “annihilation” to proclaiming that the battered Islamic Republic's leadership had presented a “workable” plan that led him to agree to a 14-day ceasefire that he expects will pave the way to end the nearly six-week war.</p><p>The dramatic shift in tenor came as intermediaries led by Pakistan worked feverishly to head off a further escalation. Even China, Iran's biggest trading partner and America's most significant economic competitor, quietly pulled strings to find a path toward a ceasefire, according to two officials briefed on the matter who were not authorized to comment publicly and spoke on the condition of anonymity.</p><p>“The reason for doing so is that we have already met and exceeded all Military objectives, and are very far along with a definitive Agreement concerning Longterm PEACE with Iran, and PEACE in the Middle East,” Trump said in a social media post Tuesday announcing the temporary ceasefire. It came about 90 minutes before his deadline for Tehran to open the critical Strait of Hormuz or see its power plants and other critical infrastructure obliterated.</p><p>The president was to meet at the White House with NATO Secretary-General Mark Rutte on Wednesday, with the emerging plan to reopen the strait expected to be at the center of their talks. Trump has been angry that NATO member countries ignored his call to help reopen the vital waterway as gas prices soared during the war.</p><p>As the deadline neared, Democratic lawmakers decried Trump's threat to wipe away an entire civilization as “a moral failure." Pope Leo XIV warned that strikes against civilian infrastructure would violate international law and said the Republican president's comments were “truly unacceptable.”</p><p>In the end, Trump may have backed down because of a simple truth: Escalation could risk involving the United States in the sort of “forever war” that had bedeviled his predecessors in the White House and that he had vowed he would keep the U.S. out of if voters elected him again.</p><p>Controlling the strait would have been long and costly</p><p>As Trump boasted about U.S. and Israeli military success over the past six weeks, he appeared to be working from the premise that he could bomb Iran into capitulation.</p><p>Starting with the killing of Ayatollah Ali Khamenei in the opening salvos, he seemed to discount that the Iranian leadership could opt for a long and bloody war.</p><p>The Islamic Republic over the past 47 years has shown it is willing to dig in, even when it appears to America to be working against its own self-interest.</p><p>The clerical leadership held Americans hostages for 444 days, from late 1979 to early 1981, at the cost of the country’s international standing. The mullahs allowed the Iran-Iraq war to go on for years, leaving hundreds of thousands dead. Iran stood by Hamas after the Oct. 7, 2023, attack that ultimately defanged the Iran-backed group in Gaza as well as Hezbollah in Lebanon, and created the conditions that led to the collapse of Bashar Assad's government in Syria, an authoritarian rule supported by Tehran.</p><p>Iran's leadership exuded confidence that it could bog down the world's superpower in a costly and extended conflict even if it might not defeat the U.S. military.</p><p>Defense analysts largely agreed that the U.S. military could quickly take control of the narrow Persian Gulf waterway between Iran and Oman through which roughly 20% of the world's oil flows on any given day. But maintaining security over the strait would require a high-risk, resource-intensive operation that could be a yearslong American commitment.</p><p>Ben Connable, executive director of the nonprofit Battle Research Group, said securing the strait would require the U.S. military to maintain control of about 600 kilometers (373 miles) of Iranian territory, from Kish Island in the west to Bandar Abbas in the east, in order to stop Iran from firing missiles at passing ships. It is a mission that Connable said would likely require three U.S. infantry divisions, roughly 30,000 to 45,000 troops.</p><p>“This would be an indefinite operation — so, you know, think: be ready to do this for 20 years,” said Connable, a retired Marine Corps intelligence officer. “We didn't think we were going to be in Afghanistan for 20 years. We didn’t think we’re going to have to be in Vietnam as long as we were, or Iraq.”</p><p>The two-week ceasefire includes allowing both Iran and Oman to charge fees on ships transiting through Hormuz, a regional official said. The official said Iran would use the money it raised for reconstruction.</p><p>The world had considered the passage an international waterway and never paid tolls before. Sen. Chris Murphy, D-Conn., said after the ceasefire was announced that Trump was effectively delivering “a history-changing win for Iran.”</p><p>Trump has a pattern of backing down from maximalist demands</p><p>Trump has repeatedly made maximalist demands throughout the first 15 months of his second White House term only to dial them back.</p><p>The president backed off many of the sweeping “Liberation Day” tariffs he first announced in April 2025 after they caused markets to go haywire. During a January meeting of the World Economic Forum in Davos, Trump insisted that he wanted the U.S. to take control of Greenland — only to switch course and abandon his threat to impose widespread tariffs on Europe to press his case.</p><p>The ceasefire announcement came after Pakistan's Prime Minister Shehbaz Sharif urged Trump to extend his deadline to allow diplomacy to advance.</p><p>Two weeks has become Trump’s favorite interval to buy himself time when making major decisions on major policy issues. Last summer, the White House said he would decide about launching an initial bombing campaign against Iran within two weeks, only to have the president order airstrikes that he said “obliterated” Iran’s nuclear program before that interval was up.</p><p>Vance played a bigger role close to the deadline</p><p>Trump’s deadline was nearing with no resolution in sight when Vice President JD Vance, who has long pushed for restraint in U.S. military intervention overseas, got roped into the conversation, according to an official from one of the mediating countries who was briefed on the matter and spoke on the condition of anonymity to share sensitive diplomatic discussions.</p><p>Vance, who was traveling in Hungary in support of Prime Minister Viktor Orbán before upcoming elections, said Wednesday that the agreement with Iran was “a fragile truce.”</p><p>“I think if they negotiate in good faith, we will be able to find a deal. That’s a big if. And ultimately, it’s up to the Iranians how they negotiate. I hope they make the right decision,” he said.</p><p>The vice president did not address speculation about whether he would travel to Pakistan to participate in talks with Iran.</p><p>Vance’s office has not commented on that, and White House press secretary Karoline Leavitt has said Trump would be making the call. In a New York Post interview Wednesday, Trump said his envoy Steve Witkoff and son-in-law Jared Kushner would be involved in talks, but that “there’s a question of safety, security” when it comes to Vance’s possible role.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Michelle L. Price in Washington, Justin Spike in Budapest and Samy Magdy in Cairo contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DJFDCQXNAQCIZHYVZCN4QVWVRE.jpg?auth=be53ee1ecd8627bd39468996d631706db14128e55fceabf42461d9560ff9074c&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 the White House Easter Egg Roll on the South Lawn of 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><media:content url="https://www.local10.com/resizer/v2/NXIBGYZQX5SARSKJUPPTOBARBE.jpg?auth=f89c4114b56d06ee1190bf4b135eebdc48602d1d6707cad9cdb934a30f76fce1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance, speaks at Mathias Corvinus Collegium in Budapest, Hungary, Wednesday, April 8, 2026. (Jonathan Ernst/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Ernst</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OMWDYHLMGOGNQBXTR7K4AJNEOI.jpg?auth=fae0e9c11918db41891fbafe05f32493274b0357cc450e825e822691d5e91340&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump departs after speaking 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/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Brawl breaks out between Braves pitcher Reynaldo López and Angels slugger Jorge Soler]]></title><link>https://www.local10.com/sports/2026/04/08/brawl-breaks-out-between-braves-pitcher-reynaldo-lopez-and-angels-slugger-jorge-soler/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/brawl-breaks-out-between-braves-pitcher-reynaldo-lopez-and-angels-slugger-jorge-soler/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 08:22:22 +0000</pubDate><content:encoded><![CDATA[<p>ANAHEIM, Calif. (AP) — Atlanta Braves pitcher Reynaldo López and Los Angeles Angels designated hitter Jorge Soler were ejected after getting into a brawl Tuesday night.</p><p>Soler homered off López in the first inning, then was hit by a 96 mph fastball from the right-hander his next time up. In the fifth, Soler charged the mound after López threw a high-and-inside wild pitch that tipped off catcher Jonah Heim's mitt.</p><p>At first, López held up his hands as the two glared at each other before both started throwing punches.</p><p>“I asked him if everything was OK and the answer he gave me, I didn’t like it,” Soler said through a translator, according to MLB.com. “That’s why I went out there.”</p><p>The benches and bullpens emptied as players from both teams tried to separate the two. Atlanta manager Walt Weiss was among those who tackled Soler, the 2021 World Series MVP with the Braves.</p><p>“I love Soler. We were teammates here,” Weiss said. “But that’s a big man, and so I just felt I've gotta get him off his feet because he’s gonna hurt somebody. And so that was my instinct, just to get in there and get Jorge off his feet, yeah, because he was on a warpath.”</p><p>López was still holding the baseball when he landed a punch on Soler's batting helmet.</p><p>The two were teammates in Atlanta during the second half of the 2024 season.</p><p>“It’s just a shame, the situation and how things unfolded,” López said through a translator, according to MLB.com. “On my part, there was never any intent to hit him at any point. So, again, it’s just a shame.”</p><p>Atlanta led 4-2 when the fight occurred and went on to a 7-2 victory.</p><p>Soler's two-run shot in the first made him 14 for 23 with five homers and three doubles against López.</p><p>“Obviously, I have good numbers against him,” Soler said. “After the home run and getting hit by a pitch after that, and then he missed way too high and close to my head. At this level, you can’t miss like that.”</p><p>Weiss understood why Soler was mad.</p><p>“I know it didn’t look good because of Soler’s numbers against Lópey, and he hit a homer, he hit him. It didn’t look good," Weiss said. "Lópey’s not throwing at him. I don’t allow our pitchers to throw at people just because they can’t get ’em out. Our job is to get ’em out. But I understand why Soler got angry. And he’s a really mild-mannered guy. So, I think the switch flipped for him.</p><p>“There was no intent there. I just think that Lópey’s just overthrowing, because he’s had a hard time getting him out. But he’s certainly not trying to hit him,” Weiss added.</p><p>López pitched 4 2/3 innings, allowing three hits with seven strikeouts and two walks.</p><p>“Obviously, guy’s got good numbers off López, and hits a homer his first at-bat. Gets drilled up high in the wrist his second at-bat and then third one takes a good swing and then throws the next one head-high. It wasn’t over his head but it was head-high coming in," Angels manager Kurt Suzuki said.</p><p>“I don’t blame Jorge one bit. He went out there and words were exchanged and Jorge went out,” Suzuki added. “You get thrown at your head, you have a family, your career, you know, it’s dangerous. I know it’s part of the game. I know it happens."</p><p>The Angels won 6-2 on Monday in the opener of the three-game series. Tuesday night's game was more eventful, to say the least.</p><p>“It gets your juices flowing a little bit, on both teams I’m sure," Weiss said. "So, as long as nobody gets hurt, it’s kind of a good time. But as long as nobody gets hurt. But yeah, I was proud of our guys the way we handled everything tonight.”</p><p>___</p><p>AP MLB: https://apnews.com/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H33YNR3YOGKLRAWGDX6NLCILRY.jpg?auth=5a1be616501092c1585748675e6ec7edccc03350d298a65b1b288b2eeaa65565&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Jorge Soler (12) and Atlanta Braves' Reynaldo López (40) fight during the fifth inning of a baseball game, Tuesday, April 7, 2026, in Anaheim, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KK6UZZVFFHEGH66MFTZX25BOQ.jpg?auth=51a759a984eac0e0a1bc40dbac75aa91d56533bd035b55a2652cc97a19f7cda8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fight breaks out during the fifth inning of a baseball game between the Los Angeles Angels and the Atlanta Braves, Tuesday, April 7, 2026, in Anaheim, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VXTJGZB475RFNSM6YI4ELOYF4.jpg?auth=a786ccd7544f15f4c7684db359468363fbd514d543bf87b348311fc18c736653&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Angels' Jorge Soler (12) is tackled to the ground by Atlanta Braves players as a fight breaks out during the fifth inning of a baseball game, Tuesday, April 7, 2026, in Anaheim, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YR3SLVA3LLSXFTAEXOM6MKFGFE.jpg?auth=acd777a4dcc7d2b437267aa094efc6c1d83333891298a4733849acb3be2556cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves pitcher Reynaldo López (40) is held back after a fight broke out during the fifth inning of a baseball game between the Los Angeles Angels and the Atlanta Braves, Tuesday, April 7, 2026, in Anaheim, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWD65TBUV7A4BIFBVZZFOOLLIM.jpg?auth=9431825cffe1de94b1af43d503c323f5a03f5d0c8b9ea5ec6cf2bd10f3eaa74f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fight breaks out during the fifth inning of a baseball game between the Los Angeles Angels and the Atlanta Braves, Tuesday, April 7, 2026, in Anaheim, Calif. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content></item><item><title><![CDATA[Celtics' Jayson Tatum reluctantly preparing for 1st trip to New York since Achilles injury]]></title><link>https://www.local10.com/sports/2026/04/08/celtics-jayson-tatum-reluctantly-preparing-for-1st-trip-to-new-york-since-achilles-injury/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/08/celtics-jayson-tatum-reluctantly-preparing-for-1st-trip-to-new-york-since-achilles-injury/</guid><dc:creator><![CDATA[By KYLE HIGHTOWER, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 04:15:18 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Jayson Tatum knew it would happen eventually. It still won't make his return to Madison Square Garden for Thursday's matchup with the New York Knicks any easier for him.</p><p>“Nah, not really,” Tatum said Tuesday following Boston's win over Charlotte. “I mean, yeah, I thought about it. Not, like, thrilled to go back and play there. Last time I played there, obviously, it was a traumatic experience for me."</p><p>The experience, of course, was when he was carried off the floor with a ruptured right Achilles tendon in Game 4 of the Celtics' Eastern Conference semifinals loss to the Knicks last season. It ended the six-time All-Star's season, and following surgery the next day thrust him into a nearly 10-month rehab.</p><p>It ended on March 6 with his season debut and a 15-game stretch since then that has him averaging over 20 points and 10 rebounds with the playoffs upcoming. But being back in New York for the first time since his injury still will come with some trepidation, he acknowledged.</p><p>“Obviously, at some point I knew I would have to get over that hurdle and play there again. So, it's going to have to be this Thursday," Tatum said.</p><p>Teammate Jaylen Brown said he thinks Tatum is in a good place.</p><p>“I think he's trending in the right direction,” Brown said. “Mentally, it could possibly be something. But that's what the teammates are there for. We got his back."</p><p>Coach Joe Mazzulla said the way Tatum has worked his way back into condition both physically and mentally are a testament to everything he's done since being helped off the court in New York last May.</p><p>“I think the entire process leading up from Day 1 with the surgery put him in position to be able to do that,” Mazzulla said. “Just how he approached the entire journey and the people he had around him kind of put him in position. I think where he's at now, it all goes together. How do you approach that day? How do you approach recovery? How he's approached every step of the way that he's taken. He did it with a lot of hard work and diligence. ... That kind of set him up to be where he is now."</p><p>And like it or not, it's brought him to perhaps the most important step in him feeling mentally back — returning to the site of the worst day of his basketball career.</p><p>“It's part of it,” Tatum said. "I decided to come back and play and I'm not necessarily, like, skipping certain games. I mean, I can't play back-to-backs right now. But, I decided to come back and play, so it's another game on the schedule.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOQ4KIF6IEXPRJS6VZGWHFOSPY.jpg?auth=238b2d29cec5360ab7632b98a0b7f4eee399f4ad3d2c7d1906305b84572430fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Celtics forward Jayson Tatum (0) looks to pass while covered by Charlotte Hornets forward Grant Williams (2) during the second half of a NBA basketball game, Tuesday, April 7, 2026, in Boston. (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/HL7KY65CMRSZXE5HC23JMH3L2E.jpg?auth=2a73b2469eac73e3d4b2f9cbc33cd96f0060308d02ad8432b8ff5cd6ce5d2360&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Celtics forward Jayson Tatum, left, grabs a rebound against Charlotte Hornets forward Moussa Diabate (14) during the first half of a NBA basketball game, Tuesday, April 7, 2026, in Boston. (AP Photo/Charles Krupa)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[US, Israel and Iran agree to a 2-week ceasefire but much remains unclear and some attacks continue]]></title><link>https://www.local10.com/news/world/2026/04/08/us-israel-and-iran-agree-to-a-2-week-ceasefire-but-much-remains-unclear-and-some-attacks-continue/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/08/us-israel-and-iran-agree-to-a-2-week-ceasefire-but-much-remains-unclear-and-some-attacks-continue/</guid><dc:creator><![CDATA[By BASSEM MROUE, JON GAMBRELL, SAMY MAGDY and SAM METZ, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:09:54 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — Iran, the United States and Israel agreed to a two-week ceasefire in an 11th-hour deal that headed off U.S. President Donald Trump's threat to unleash a bombing campaign to destroy Iranian civilization. Hours later, Iran and Gulf Arab countries reported new attacks Wednesday.</p><p>It was not clear if the strikes would scuttle the deal, which U.S. Vice President JD Vance called “fragile.”</p><p>Both the U.S. and Iran declared victory. U.S. Defense Secretary Pete Hegseth said American and Israeli forces had achieved a “capital V military victory” and that the Iranian military no longer posed a significant threat to U.S. forces or the region. The Iranian military said the country forced Israel and the U.S. to accept its "proposed conditions and surrender.”</p><p>Even before the new attacks, much about the agreement was unclear as the sides presented vastly different visions of the terms.</p><p>— Iran said the deal would allow it to formalize its new practice of charging ships passing through the Strait of Hormuz, a crucial transit lane for oil. But the details were not clear, nor was it known whether vessels would feel safe using the channel or whether ship traffic had resumed. It also was unclear whether any other country agreed to this condition.</p><p>— Pakistan, which helped to mediate the deal, and others said fighting would pause in Lebanon, where Israel has launched a ground invasion against the Iran-backed Hezbollah militant group. Israel said it would not, and strikes hit Beirut on Wednesday.</p><p>— The fate of Iran's missile and nuclear programs — the elimination of which were major objectives for the U.S. and Israel in going to war — also remained unclear. Trump said the U.S. would work with Iran to remove buried enriched uranium, though Iran did not confirm that.</p><p>In the streets of Tehran, pro-government demonstrators screamed: “Death to America, death to Israel, death to compromisers!” after the ceasefire announcement and burned American and Israeli flags.</p><p>The chants underscored the anger animating hard-liners, who have been preparing for what many assumed would be an apocalyptic battle with the United States. Trump warned Tuesday that “a whole civilization will die tonight,” if a deal was not reached.</p><p>Ceasefire terms are murky</p><p>Trump initially said Iran proposed a “workable” 10-point plan that could help end the war the U.S. and Israel launched on Feb. 28. But when a version in Farsi emerged that indicated Iran would be allowed to continue enriching uranium — which is key to building a nuclear weapon — Trump called it fraudulent without elaborating.</p><p>Vance later said the deal was being misrepresented within Iran, though he did not offer details.</p><p>Iran’s demands for ending the war include a withdrawal of U.S. combat forces from the region, the lifting of sanctions, and the release of its frozen assets.</p><p>In his post Wednesday, Trump said: “We are, and will be, talking Tariff and Sanctions relief with Iran.”</p><p>It was not clear if other Western nations would agree to that, and the other points are likely nonstarters. United Nations Secretary General Antonio Guterres’s personal envoy arrived in Iran for talks on “the way forward.”</p><p>Pakistan said talks to seek a permanent end to the war could begin in Islamabad as soon as Friday. Trump told The New York Post that in-person talks would happen “very soon."</p><p>Israel backed the U.S. ceasefire with Iran, but Prime Minister Benjamin Netanyahu said the deal does not cover fighting against Hezbollah. Trump told the “PBS News Hour” that Lebanon was not included in the ceasefire deal “because of Hezbollah.”</p><p>Israeli Chief of Staff Lt. Gen. Eyal Zamir said Israel will continue to “utilize every operational opportunity” to strike Hezbollah. The Israeli military said it struck more than 100 targets within 10 minutes Wednesday across Lebanon, the largest wave of strikes since March 1.</p><p>Lebanese President Joseph Aoun condemned the Israeli attacks as “barbaric.” Arab League chief Ahmed Aboul Gheit accused Israel of “persistently seeking to sabotage” the Iran ceasefire deal.</p><p>Hezbollah has not confirmed if it will abide by the ceasefire, though the group has said it was open to giving mediators a chance to secure an agreement. An official, speaking on condition of anonymity because he was not authorized to comment publicly, said the group would not stop firing at Israel unless Israel agreed to do the same.</p><p>Iran and Oman will collect shipping fees in Strait of Hormuz</p><p>While Iran could not match the sophistication of U.S. and Israeli weaponry or their dominance in the air, its ability to control the Strait of Hormuz proved a tremendous strategic advantage. Iranian attacks and threats deterred many commercial ships from passing through the waterway, through which 20% of all traded oil and natural gas passes in peacetime.</p><p>That roiled the world economy and raised the pressure on Trump both at home and abroad to find a way out of the standoff.</p><p>The ceasefire may formalize a system of charging fees in the strait that Iran instituted — and give it a new source of revenue.</p><p>The plan allows for both Iran and Oman to charge ships, according to a regional official who spoke on condition of anonymity to discuss negotiations they were directly involved in. The official said Iran would use the money it raised for reconstruction.</p><p>That would upend decades of precedent treating the strait as an international waterway that was free to transit and will likely not be acceptable to the Gulf Arab states, which also need to rebuild after repeated Iranian attacks targeting their oil fields.</p><p>Iranian Foreign Minister Abbas Araghchi said passage through the strait would be allowed under Iranian military management, further clouding the picture of who would be allowed to transit the waterway.</p><p>News of the ceasefire sent stock markets surging worldwide, and oil prices plunged back toward $90 per barrel.</p><p>Iran’s nuclear and missile threats survive</p><p>U.S.-Israeli strikes have battered Iran and its leadership, but they have not entirely eliminated the threats posed by Tehran's nuclear program, its ballistic missiles or its support for regional proxies, like Hezbollah. The U.S. and Israel said addressing those threats was a key justification for going to war.</p><p>Trump said Wednesday that the U.S. would work with Iran to “dig up and remove” enriched uranium that was buried under joint U.S-Israeli strikes in June. He added that none of the material had been touched since. Any retrieval is expected to be an intensive undertaking.</p><p>There was no confirmation from Iran.</p><p>Hegseth told a Pentagon briefing Wednesday that the U.S. would do “something like” last June's joint strikes with Israel on Iranian nuclear sites if the country refuses to surrender its enriched uranium voluntarily.</p><p>Tehran insisted for years that its nuclear program was peaceful, although it enriched uranium up to 60% purity, a short, technical step from weapons-grade levels.</p><p>Iran referred to its nuclear program differently in two versions of the ceasefire plan that it released. The version in Farsi included the phrase “acceptance of enrichment” for its nuclear program. That phrase was missing in English versions shared by Iranian diplomats with journalists.</p><p>Airstrikes reported after ceasefire announcement</p><p>Shortly after the ceasefire announcement, Bahrain, Israel, Kuwait, Saudi Arabia and the United Arab Emirates all issued warnings about incoming missiles from Iran. That fire stopped for a time, then hostilities appeared to restart.</p><p>An oil refinery on Iran’s Lavan Island came under attack, according to Iranian state television. The state broadcaster reported that no one was hurt but did not say who launched the attack. The island is home to one of the terminals that Iran uses to export oil and gas.</p><p>A short time later, the United Arab Emirates’ air defenses fired at an incoming Iranian missile barrage. Kuwait said Wednesday three power and water desalination plants were badly damaged after 28 Iranian drones were launched at the country. Saudi Arabia said it intercepted nine drones.</p><p>More than 1,900 people had been killed in Iran as of late March, but the government has not updated the war’s toll for days.</p><p>In Lebanon, where Israel is fighting Iran-backed Hezbollah militants, more than 1,500 people have been killed. and 1 million people have been displaced. Eleven Israeli soldiers have died.</p><p>In Gulf Arab states and the occupied West Bank, more than two dozen people have died, while 23 have been reported dead in Israel, and 13 U.S. service members have been killed.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates, Magdy from Cairo and Metz from Ramallah, West Bank. Associated Press writers Edie Lederer at the United Nations, Natalie Melzer in Jerusalem, Abby Sewell and Sarah El Deeb in Beirut, Mike Catalini in Trenton, N.J., and Michelle L. Price, Aamer Madhani and Joshua Bloak in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CJLDFYPSDYH2ZZGNWMUC4XSTSQ.jpg?auth=244794f78c2462e66cc35471707bce6627cc9fba57ce6ddd4070f769d5acd2a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators chant slogans as they hold Iranian flags and a poster of the Supreme Leader Ayatollah Mojtaba Khamenei in a gathering after announcement of a two-week ceasefire in the war with the United States and Israel, at the Enqelab-e-Eslami, or Islamic Revolution, Square, in Tehran, Iran, Wednesday, April 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DICUGYBM7EL6CV2MIAWJ2352TY.jpg?auth=a1bfe6590ea67287c96897a7963febf59032e18bc598b030232082aa60b2ce45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A government supporter chants slogans during a gathering after the announcement of a two-week ceasefire with the United States and Israel in Tehran, Iran, Wednesday, April 8, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJPMPCSL2N4FX2WRUK3SJYGF54.jpg?auth=2eb57aeac36a614cd0efa040a94d7fab431f3717b2cb028dce319302219577a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man feeds birds on a street in Tel Aviv, Israel, after the announcement of a two-week ceasefire with Iran, Wednesday, April 8, 2026. (AP Photo/Oded Balilty)]]></media:description><media:credit role="author" scheme="urn:ebu">Oded Balilty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ELC46R5S6KLXZT6SKFF4GJGTY4.jpg?auth=660f42a3a5d38370413d3fd59ced78c0c89ac0e1acaf4b038645479cd937c742&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises following an Israeli airstrike on a building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Hassan Ammar)]]></media:description><media:credit role="author" scheme="urn:ebu">Hassan Ammar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L3P2LVZ5GA425ZDQY5VB2UFUYQ.jpg?auth=53f006a12683dba35d997e040e9b2d80ac46f820dd3bf5dbaca2533a3cfaa468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman is assisted at the site of an Israeli airstrike that struck an apartment building in Beirut, Lebanon, Wednesday, April 8, 2026. (AP Photo/Bilal Hussein)]]></media:description><media:credit role="author" scheme="urn:ebu">Bilal Hussein</media:credit></media:content></item><item><title><![CDATA[Trial to begin in lawsuit over fatal Los Angeles police shooting of 14-year-old girl in 2021]]></title><link>https://www.local10.com/news/national/2026/04/08/trial-to-begin-in-lawsuit-over-fatal-los-angeles-police-shooting-of-14-year-old-girl-in-2021/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/08/trial-to-begin-in-lawsuit-over-fatal-los-angeles-police-shooting-of-14-year-old-girl-in-2021/</guid><dc:creator><![CDATA[By JAIMIE DING, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 04:05:36 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A wrongful-death lawsuit filed against the Los Angeles Police Department for an officer's fatal shooting of a 14-year-old girl in a clothing store is set to begin trial Wednesday.</p><p>Valentina Orellana-Peralta was shopping for Christmas clothes with her mother at a Burlington store in the San Fernando Valley’s North Hollywood neighborhood on Dec. 23, 2021, when she was struck by a bullet that had gone through the dressing room wall.</p><p>Police were responding to calls for help after a man wielding a bike lock attacked two women in the building. As armed officers walked through the store, Officer William Dorsey Jones Jr. fired his rifle three times, killing the man and Orellana-Peralta.</p><p>The lawsuit filed by the girl's parents alleges wrongful death, negligence and negligent infliction of emotional distress.</p><p>Her mother Soledad Peralta “felt her daughter’s body go limp and watched helplessly as her daughter died while still in her arms,” the lawsuit states.</p><p>It alleges that the LAPD failed to adequately train and supervise the responding officers and “fostered an environment that allowed and permitted this shooting to occur.”</p><p>“Valentina had her entire life in front of her, and it was taken in an instant due to reckless decisions made by the very people who were sworn to protect her," said Nick Rowley, who represents the family. “We intend to hold LAPD fully accountable for taking an innocent young woman’s life.”</p><p>The Los Angeles city attorney’s office, representing the LAPD, did not immediately respond to an emailed request for comment.</p><p>The Los Angeles Police Commission, a civilian oversight board, ruled in 2022 that Jones was justified in firing once but that his two subsequent shots were out of policy. Then-Police Chief Michel Moore previously found in his own review that all three shots were unjustified.</p><p>Jones told the LAPD’s Use of Force Review Board that he believed someone inside the store was shooting people and mistook the bike lock the man was wielding for a gun. He said he thought a wall behind the man backed up against an exterior brick wall when in fact, the area contained the women’s dressing rooms.</p><p>Rowley recently secured a $30 million settlement from the city of San Diego for the killing of 16-year-old Konoa Wilson, one of the largest settlements in a police killing case in U.S. history. It surpassed the $27 million settlement that the city of Minneapolis agreed to pay in the lawsuit over the killing of George Floyd.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7R5VVJ3D25XXIKPCXZXHHRJA2M.jpg?auth=f6c740911be6972dca5ec9797c5fa1282ebcc646c4dfe3f6b4d14c40735c0235&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Police officers work near a broken glass door at the scene where two people were struck by gunfire in a shooting at a Burlington store, Dec. 23, 2021, in North Hollywood, Calif. (AP Photo/Ringo H.W. Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ringo H.W. Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZB55DUTB6JB7JLRYDXIHIS4TU.jpg?auth=7885a9be5548945579301e06140c3efc0b7f9bc8ce97549a8b461ace46d812ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Juan Pablo Orellana Larenas, father of Valentina Orellana Peralta, speaks during a news conference outside the Los Angeles Police Department headquarters, Dec. 28, 2021, in Los Angeles. (AP Photo/Ringo H.W. Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ringo H.W. Chiu</media:credit></media:content></item><item><title><![CDATA[Long Island architect Rex Heuermann pleads guilty to murdering 7 women and admits he killed another]]></title><link>https://www.local10.com/news/2026/04/08/long-island-architect-rex-heuermann-pleads-guilty-to-murdering-7-women-and-admits-he-killed-another/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/long-island-architect-rex-heuermann-pleads-guilty-to-murdering-7-women-and-admits-he-killed-another/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and PHILIP MARCELO, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 15:47:30 +0000</pubDate><content:encoded><![CDATA[<p>RIVERHEAD, N.Y. (AP) — A Long Island architect who led a secret life as a serial killer pleaded guilty on Wednesday to murdering seven women and admitted he killed an eighth in a string of long-unsolved crimes known as the Gilgo Beach killings.</p><p>Rex Heuermann, 62, entered the pleas in a courtroom packed with reporters, police and victims’ relatives, some of whom wept as he detailed his crimes for the court. He will be sentenced to life in prison without the possibility of parole at a later date.</p><p>Heuermann's guilty pleas — to three counts of first-degree murder and four of intentional murder — bring finality to a case that bedeviled investigators, agonized victims’ relatives and tantalized a true-crime obsessed public for years. Although he wasn't charged in her death, he also admitted that he killed Karen Vergata in 1996.</p><p>Heuermann strangled the women, many of them sex workers, over a 17-year span and buried their remains in remote locations, including along an isolated beach highway across the bay from where he lived, authorities said.</p><p>Suffolk County District Attorney Ray Tierney has scheduled a news conference for later Wednesday. He will be joined by victims’ family members and members of the Gilgo Beach Homicide Investigation Task Force, which cracked the case with the help of clues that included DNA lifted from a discarded pizza crust.</p><p>The investigation began in earnest in 2010 after police found numerous sets of human remains while searching for a missing woman along Long Island’s South Shore, setting off a search for a potential serial killer that attracted global interest and spawned a Hollywood movie.</p><p>A message seeking comment was left Tuesday for Heuermann’s lawyer, Michael Brown.</p><p>Major public interest</p><p>There has been intense interest in the case, and reporters, investigators and members of the public packed the hearing. Reporters and camera operators swarmed Heuermann's ex-wife, Asa Ellerup, and their daughter as they walked into the building.</p><p>“It’s a difficult day," said Robert Macedonio, an attorney for Ellerup. "No one can envision ever in their life standing here in a courthouse on a line surrounded by media having their ex-husband accused of seven, potentially eight homicides. It’s unimaginable. There’s no way to prepare for it.”</p><p>In the courtroom, about half the seats were blocked off for victims' family members and law enforcement officers.</p><p>Heuermann, wearing a black blazer and white button-down shirt, gave brief answers to Tierney, the prosecutor, when asked if he understood and agreed to the charges he was pleading guilty to. He never looked back at the packed courtroom gallery, keeping his gaze fixed straight ahead.</p><p>A shocking find</p><p>The Gilgo Beach investigation began in earnest in 2010 after police found numerous sets of human remains along a remote beach highway on Long Island’s South Shore, setting off a search for a potential serial killer that attracted global interest and spawned a Hollywood movie.</p><p>Investigators used DNA analysis and other evidence to identify victims. In some cases, they were able to connect them to remains found elsewhere on Long Island years earlier.</p><p>Remains of six victims — Melissa Barthelemy, Maureen Brainard-Barnes, Amber Lynn Costello, Valerie Mack, Jessica Taylor and Megan Waterman — were found in the scrub along Ocean Parkway near Gilgo Beach. The remains of another victim, Sandra Costilla, were found more than 60 miles (100 kilometers) away in the Hamptons.</p><p>Police also identified the remains of Vergata, which were found on Fire Island, more than 20 miles (32 kilometers) west, in 1996, and near Gilgo Beach in 2011.</p><p>But despite the attention, including a documentary series and the 2020 Netflix film, “Lost Girls,” the investigation dragged on for more than a decade, punctuated by fleeting leads and dashed hopes.</p><p>A fresh look yields results</p><p>In 2022, six weeks after a new police commissioner formed the Gilgo Beach task force, detectives identified Heuermann as a suspect by using a vehicle registration database to connect him to a pickup truck that a witness reported seeing when one of the victims disappeared in 2010.</p><p>Heuermann lived for decades in Massapequa Park, about a 25-minute drive across a causeway spanning South Oyster Bay to the sandy stretch where the women’s remains were found. Some of the victims were believed to have disappeared from that community and their cellphones were found to have pinged towers in the area, authorities said.</p><p>After the truck discovery, a grand jury authorized more than 300 subpoenas and search warrants, allowing the task force to dig in to Heuermann’s life.</p><p>Detectives collected billing records for burner phones he allegedly used to arrange meetings with the victims, retested DNA found with the bodies and scoured Heuermann’s internet search history, which showed that he had viewed violent torture pornography and exhibited an intense interest in the Gilgo Beach killings and the renewed investigation. Cellphone data showed Heuermann was in contact with some victims just before they disappeared, investigators said.</p><p>To obtain Heuermann’s DNA, a task force surveillance team tailed him in Manhattan, where he worked, and watched as he threw the remnants of his lunch — a box of partially eaten pizza crusts — into a sidewalk garbage can.</p><p>Investigators rushed in, grabbed the box, and sent it to the crime lab, which matched DNA from the crust to a male hair found on burlap used to restrain one of the victims. He was arrested in July 2023.</p><p>After Heuermann’s arrest, detectives spent more than 12 days searching his yard and home, where they found a basement vault that contained 279 weapons. On his computer, investigators said, they found what they described as a “blueprint” for the killings, including a series of checklists with reminders to limit noise, clean the bodies and destroy evidence.</p><p>Last year, a judge rejected Heuermann’s bid to exclude DNA evidence obtained through advanced techniques that prosecutors say proves he’s the killer.</p><p>___</p><p>Marcelo reported from New York City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D4V23LVDR6IDEYVWBQVFJIUVGE.jpg?auth=2013b10509371f4f71b85ff481b91c55ba90053e6ddd86e57b5fb6e2a48f29df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Asa Ellerup, wife, left and her daughter Victoria Heuermann arrive outside court as Rex Heuermann, accused in Long Island’s infamous Gilgo Beach serial killings, is expected to plead guilty, Wednesday, April 8, 2026, at Suffolk County Court in Riverhead, N.Y. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHY7WEXSUXJZTNDGMMDOHN76FM.jpg?auth=5eceadd176db0778a5679bd9756fefb52e0d358bc97822e990be77de72f19f62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Suffolk County District Attorney Raymond A. Tierney walks to the courtroom as Rex Heuermann, accused in Long Island's infamous Gilgo Beach serial killings, is expected to plead guilty, Wednesday, April 8, 2026, at Suffolk County Court in Riverhead, N.Y. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YJVJDKNSPKJFZBFROGSFJGWQA.jpg?auth=fe996ea5938739b7b00beeeef17fad93090f01aa3deca80be85978ba04d9a8c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Asa Ellerup, wife, of Rex Heuermann arrive outside court as Rex Heuermann, accused in Long Island’s infamous Gilgo Beach serial killings, is expected to plead guilty, Wednesday, April 8, 2026, at Suffolk County Court in Riverhead, N.Y. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Eight states, three time zones and a ton of history: Take a trip down Route 66 as it turns 100]]></title><link>https://www.local10.com/news/2026/04/08/eight-states-three-time-zones-and-a-ton-of-history-take-a-trip-down-route-66-as-it-turns-100/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/eight-states-three-time-zones-and-a-ton-of-history-take-a-trip-down-route-66-as-it-turns-100/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:35:40 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, N.M. (AP) — If you’ve ever planned to motor west and take the highway that’s the best, this might be the time: Route 66 turns 100 this year.</p><p>The Mother Road, as author John Steinbeck dubbed it, has evolved over the years from an escape for poor farmers fleeing the devastating dust storms of the 1930s to perhaps the quintessential American road trip that’s still delivering kicks.</p><p>Although there have been faster and more direct routes between the nation’s second- and third-largest cities for some time, Route 66’s neon still burns brightly and its vintage signs beckon travelers to restored motor lodges, classic diners and roadside attractions.</p><p>Each stop turns the wheels of the imagination, leaving travelers to contemplate what life was like for the people and communities that have made the road hum over the years.</p><p>Illinois</p><p>Chicago has long been one of the country’s economic engines, with access to international waters and railroads that linked all corners of the country. In the 1920s, Oklahoma businessman Cyrus Avery, known as the Father of Route 66, knew it wouldn’t be long before automobiles would dominate the transportation landscape, and the Windy City would be the perfect place to start the journey he envisioned.</p><p>A member of the federal highway board appointed to map the U.S. highway system, Avery opted to go with the number 66. He knew those double digits were ripe for marketing and could be seared into the minds of motorists.</p><p>For some travelers, the journey is fueled more by the food than the scenery, and there’s plenty to choose from — slices of homemade pie, thick shakes, cheeseburgers and an assortment of fried delights.</p><p>The Cozy Dog Drive In in Springfield, the Illinois capital, is one of the many diners that sprang up along Route 66, and its breaded hot dogs on a stick have stood the test of time. Third-generation owner Josh Waldmire says the recipe is a secret.</p><p>Waldmire’s grandfather, Ed, saw the concoction’s potential as fast and convenient road food and developed a system for frying the dogs vertically.</p><p>Missouri</p><p>Route 66 has its share of twists and turns, and it’s no surprise that a highway famous for its quirky roadside attractions would cross the nation’s most famous river on one of the more peculiar bridges known to modern engineering.</p><p>As the road nears St. Louis, the mile-long (1.6-kilometer-long) Chain of Rocks Bridge hovers more than 60 feet (18 meters) above the Mississippi River.</p><p>Engineers eventually built a straighter, higher-speed option, and a poor resale market spared the original bridge from the scrap heap. Today it’s reserved for pedestrians and cyclists.</p><p>A median in Missouri is home to St. Robert Route 66 Neon Park, which features orphaned neon signs that once beckoned travelers to stop at certain sites and businesses along the highway. Often handcrafted, they weren’t only markers for motels, cafes and gas stations, but were also folk art and symbols of local culture.</p><p>Kansas</p><p>The Sunflower State hosts only a short stretch of Route 66, but it packs a punch with the Kan-O-Tex Service Station in Galena. A classic example of roadside fare, the station served as inspiration for the animated 2006 Pixar film “Cars.”</p><p>Director John Lasseter and his crew took road trips along the route, digging into history and looking for elements that could bring the project to life. It was in Galena where they spotted the old boom truck that served as the basis for the character Tow Mater. The plot wasn’t far off, as so many once bustling towns — like the fictional Radiator Springs — nearly faded away after being bypassed by an interstate.</p><p>Kansas also is home to the Brush Creek Bridge, otherwise known as the Rainbow Bridge. It’s on the National Register of Historic Places and is one of few remaining examples of the concrete arched bridges designed by James Barney Marsh.</p><p>Oklahoma</p><p>There was a real danger for some who traveled the road, particularly Black motorists passing through inhospitable and segregated areas during the Jim Crow era. The Green Book — a guide first published in 1936 by Victor Hugo Green — listed hotels, restaurants and gas stations that would serve Black customers.</p><p>The Threatt Filling Station near Luther wasn’t listed in The Green Book, but it was a safe haven — not only for getting fuel, but for barbecue and baseball. Listed on the National Register of Historic Places, it was the only known Black-owned and operated gas station along Route 66.</p><p>Route 66 is littered with abandoned buildings and faded signs, but one example of the highway’s resilient spirit stands tall in Sapulpa, near Tulsa. The restored Tee Pee Drive-In Theater offers a step back into the 1950s, when the booming car culture helped spawn thousands of drive-in theaters nationwide.</p><p>Built in 1949, the drive-in officially opened in the spring of 1950 with a screening of John Wayne’s “Tycoon.” It was one of the few drive-ins at the time to have paved pathways. Over the years, it survived a tornado, a fire that destroyed the concession stand and break-ins before being shuttered for more than 20 years. It reopened in 2023.</p><p>Texas</p><p>Blink and you might miss it, but a stop at the Cadillac Ranch in Amarillo is a must for any Route 66 journey. For decades, visitors have been spray-painting the 10 vintage Cadillacs at the site and mulling the transitory nature of time as Bruce Springsteen did in his 1980 song of the same name.</p><p>It’s not a ranch, but rather a public art installation created in 1974 by the art and architecture collective Ant Farm. At first, the cars — which were half-buried front-down at a 60-degree angle — were used for target practice. Others would scratch their initials into the metal. The spray painting started later.</p><p>Arrive in Adrian and you’re halfway through your trip. Steps from a white line marking the midpoint of Route 66 is the Midway Cafe, where the “ugly pies” are anything but.</p><p>If you’re still hungry, head back to Amarillo for a 72-ounce (2 kilogram) steak and all the sides at The Big Texan. If you can finish the meal in an hour or less, it's free.</p><p>New Mexico</p><p>More than half of Route 66 cuts through sovereign Native American lands, often tracing routes used by tribes long before settlers arrived. Much like the railroad in the 1800s, the highway opened the door to a new era of commerce, but it also fueled stereotypes about cultures along the way.</p><p>There are still faded and crumbling references to tipis and feathered headdresses at some stops along the historic highway. The symbols were easily appropriated for marketing by roadside vendors but weren't indicative of the separate and distinct Native American cultures in the area.</p><p>Today, tribes are telling their own stories and showcasing their creations, whether it be pottery, fruit pies or poems.</p><p>Albuquerque boasts the longest intact urban stretch of Route 66. Those 18 miles (29 kilometers) pass through several neighborhoods and business districts, from historic Old Town to Nob Hill.</p><p>Some of the old motor lodges and neon signs along what is now Central Avenue have been restored. Other signs are being reimagined using hubcaps, elaborate lowrider-inspired paint jobs and New Mexico’s classic yellow and red license plates in a nod to the car culture that is very much still alive in the city.</p><p>Arizona</p><p>Musician Jackson Browne was taking his own road trip in the early 1970s when his car left him stranded in Winslow. The experience inspired the lyrics to the Eagles’ hit “Take it Easy.” But it’s certainly not the only song that is a must-have for a Route 66 playlist.</p><p>Bobby Troup created a classic American road anthem in the 1940s with “(Get Your Kicks on) Route 66.” Nat King Cole, Chuck Berry, The Rolling Stones and Depeche Mode carried it through the decades, each covering the song with their own flair.</p><p>While standing on a corner in Winslow, don’t be surprised if someone saunters up with a guitar and starts strumming favorites from their own road trip playlist.</p><p>Before leaving the state, the one-time gold mining town of Oatman features a Wild West atmosphere, daily staged shootouts and beloved burros. Oatman was a destination along one of the original alignments of Route 66 via a treacherous path through the Black Mountains, but it was later bypassed as part of improvements made in the 1950s.</p><p>California</p><p>Once a desert oasis, Roy’s Motel & Café in Amboy is a quintessential Route 66 landmark. The towering neon sign is one of the most photographed spots along the road. Inside, foreign currency left by international visitors lines one wall. Across the street, a clothing post decorated with shoes, shirts and other items juts up from the desert floor.</p><p>This stretch of the highway through the Mojave Desert offers a special kind of solitude. The pavement gets rough in spots and the landscape takes charge, showing off Joshua trees, wide-open spaces and the remnants of ancient volcanic activity.</p><p>Much of the area is undeveloped, meaning it looks a lot like it would have when Route 66 was commissioned in 1926.</p><p>After making it through oft-congested Los Angeles, the iconic Santa Monica Pier marks the end of the line, and it’s nothing short of a perpetual party with a steady stream of spectators and performers. Although many stretches of Route 66 have lapsed into decay, the breathtaking views of the Pacific Ocean are a reminder of the pursuits made possible by the road over the last century.</p><p>___</p><p>Associated Press writers John O’Connor in Springfield, Illinois, and Sean Murphy in Oklahoma City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OB7T66L3ARRHTXZ7XNCGBSM7A4.jpg?auth=ceb6f22667af3c0a0a07bd14578230d28328512b5b546d2a6e71169ef1de0926&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traffic passes under a neon Route 66 sign on the west end of Albuquerque, New Mexico, Friday, Jan. 16, 2026. (AP Photo/Susan Montoya Bryan)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Montoya Bryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NPV4LIGTHUN3J4G52I3UZ7YVFI.jpg?auth=a8cfa47f79df46bd3506d329f604a3bd765d2ea9ffef156e315d86cf35db1666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Customers at Cozy Dog Drive In have lunch in Springfield, Ill., Thursday, Nov. 20, 2025. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VW4TRSNLCQFUR77VQPLUYMPAAM.jpg?auth=36f6ebe8ca03b34890357d41c3cb8b3e399369f3ec5364340ec8228e0677c29d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A customer picks up their order at the Cozy Dog Drive In, in Springfield, Ill., Thursday, Nov. 20, 2025. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HA73XFPSCLNEBQWJQ6SR2QOJBA.jpg?auth=c44473cfdc56fb2dd3a1425be3732359ffc6b0f96e4e3dac8924493e9d7f2c6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Terry and Christie Partee visit Route 66 Neon Park inside George M. Reed Roadside Park along historic Route 66 in St. Robert, Mo., Tuesday, Nov. 18, 2025. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JIXJFQS2CT5G6UTHDRJPBN47HY.jpg?auth=71c0f6bf9969e778f2c6226e794f556dc33cdb89143201c4c6419e73ab24287b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edward Threatt, speaking in front of a photograph of his grandfather Allen Threatt Sr., is interviewed at the Threatt Filling Station along Route 66 in Luther, Okla., Wednesday, Nov. 19, 2025. (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/53XSM7BTED6DDOCQ6L3BLS2NFE.jpg?auth=5c582fc02b944b30ff5b2765fea33bc88441bfd9bab37ec2bba2621b17897875&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorists cross the historic Colorado Street Bridge in the foreground, a Route 66 landmark in Pasadena, Calif., Saturday, Nov. 22, 2025. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Volunteers turn a fan's recordings of 10,000 concerts into an online treasure trove]]></title><link>https://www.local10.com/tech/2026/04/08/volunteers-turn-a-fans-recordings-of-10000-concerts-into-an-online-treasure-trove/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/08/volunteers-turn-a-fans-recordings-of-10000-concerts-into-an-online-treasure-trove/</guid><dc:creator><![CDATA[By CHRISTOPHER WEBER, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:03:38 +0000</pubDate><content:encoded><![CDATA[<p>On July 8, 1989, a young music fan named Aadam Jacobs, with a compact Sony cassette recorder in his pocket, went to see an up-and-coming rock band from Washington for their debut show in Chicago.</p><p>After a blast of guitar feedback, 22-year-old Kurt Cobain politely announced to the crowd at the small club called Dreamerz: “Hello, we're Nirvana. We're from Seattle.” With that, the band, then a quartet, launched into the riff-heavy first song, “School.”</p><p>Jacobs surreptitiously recorded the performance, documenting the fledgling band in raw, fiery form more than two years before Nirvana's global breakthrough with the album “Nevermind.”</p><p>Jacobs went on to record more than 10,000 concerts, with increasingly sophisticated equipment, over four decades in Chicago and other cities. Now a group of devoted volunteers in the U.S. and Europe is methodically cataloging, digitizing and uploading them one by one.</p><p>The growing Aadam Jacobs Collection is an internet treasure trove for music lovers, especially for fans of indie and punk rock during the 1980s through the early 2000s, when the scene blossomed and became mainstream. The collection features early-in-their-career performances from alternative and experimental artists like R.E.M., The Cure, The Pixies, The Replacements, Depeche Mode, Stereolab, Sonic Youth and Björk.</p><p>There's also a smattering of hip-hop, including a 1988 concert by rap pioneers Boogie Down Productions. Devotees of Phish were thrilled to discover that a previously uncirculated 1990 show by the jam band is included. And there are hundreds of sets by smaller artists who are unlikely to be known to even fans with the most obscure tastes.</p><p>All of it is slowly becoming available for streaming and free download at the nonprofit online repository Internet Archive, including that nascent Nirvana show recording, with the audio from Jacobs' cassette recorder cleaned up.</p><p>Jacobs' first recording was in 1984</p><p>By the time Jacobs sneaked his tape recorder into that Nirvana gig, he had been recording concerts for five years already. As a teen discovering music, Jacobs began taping songs off the radio.</p><p>“And I eventually met a fellow who said, ‘You can just take a tape recorder into a show with you, just sneak it in, record the show.’ And I thought, ‘Wow, that’s cool.’ So I got started,” Jacobs, now 59, recalled.</p><p>He doesn't remember offhand what that first concert was in 1984, but he taped it with a tiny Dictaphone-type device that he borrowed from his grandmother. A short time later, he bought the Sony Walkman-style tape recorder. When that broke, he briefly used his home console cassette machine stuffed in a backpack that a generous sound man let him plug in.</p><p>“I was using, at times, pretty lackluster equipment, simply because I had no money to buy anything better,” he said. Later, he moved on to digital audio tape, or DAT, and, as technology progressed, to solid-state digital recorders.</p><p>Jacobs doesn't consider himself obsessive or, as many call him, an archivist. He says he's just a music fan. He figured if he was going to attend a few concerts a week anyway, why not document them? In the early years, he contended with contentious club owners who tried to prevent him from taping. But they eventually relented as he became a fixture in the music scene, and many began letting the “taper guy” in for free.</p><p>Author Bob Mehr, who wrote about Jacobs in 2004 for the Chicago Reader, calls him one of the city's cultural institutions.</p><p>“He's a character. I think you have to be, to do what he does,” Mehr said. “But I think he proved over time that his intentions were really pure.”</p><p>After a local filmmaker made a documentary about Jacobs in 2023, a volunteer with the Internet Archive reached out to suggest his collection be preserved. “Before all the tapes started not working because of time, just disintegrating, I finally said yes,” he said.</p><p>Boxes stuffed with tapes</p><p>Once a month, Brian Emerick makes the trip from the Chicago suburbs to Jacobs' house in the city to pick up 10 or 20 boxes each stuffed with 50 or 100 tapes. Emerick's job is to transfer — in real time — the analog recordings to digital files that can be sent to other volunteers who mix and master the shows for upload to the archive. Emerick has a room devoted to his setup of outdated cassette and DAT decks.</p><p>“So many of the machines I find are broken. They’re trashed. And so I learned how to fix those, get them running again,” said Emerick. “Currently, I have 10 working cassette decks, and I run those all simultaneously.”</p><p>Emerick estimates he's digitized at least 5,500 tapes since late 2024 and that it will take another few years to complete the project. The digital files are claimed by a dozen or so volunteer-engineers in the U.S, U.K. and Germany who provide the metadata and clean up the audio. Among them is Neil deMause in Brooklyn, who said he's constantly impressed by the audio fidelity of the original tapes, especially considering Jacobs was using “weird RadioShack mics” and other primitive equipment.</p><p>“Especially after the first couple years, he's got it so dialed in that some of these recordings, on, like, crappy little cassette tapes from the early 90s, sound incredible,” deMause said.</p><p>Emerick pointed to a 1984 James Brown concert as a gem he discovered in the stacks.</p><p>Often, the hardest job is figuring out song titles. Occasionally, Jacobs kept helpful notes, but the volunteers frequently spend days consulting each other, searching and even reaching out to artists to make sure the setlists are accurately documented.</p><p>Jacobs said the majority of the artists he recorded are pleased to have their work preserved. As for copyright concerns, he's happy to remove recordings if requested, but added that only one or two musicians so far have asked that their material be taken down.</p><p>“I think that the general consensus is, it’s easier to say I’m sorry than to ask for permission,” he said. The Internet Archive declined to comment for this story. David Nimmer, a longtime copyright attorney who also teaches at the University of California, Los Angeles, said that under anti-bootlegging laws, the artists technically own the original compositions and live recordings. But since neither Jacobs nor the archive are profiting from the endeavor, lawsuits seem unlikely.</p><p>The Replacements, a foundational punk-alternative band, were so happy with Jacobs’ tape of a 1986 show that they mixed some of it in with a soundboard recording. They released it in 2023 as a live album as part of a box set produced by Mehr.</p><p>Jacobs stopped recording a few years ago as worsening health problems sapped his desire to go out and see concerts. But he still enjoys experiencing live music he finds online, much of it recorded by a new generation of fans.</p><p>“Since everybody’s got a cellphone, anybody can record a concert,” he said.</p><p>___</p><p>This story was updated to correct the spelling of Jacobs in one instance.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GVHUVDFL6H7NIUWPJPEJUJJTRY.jpg?auth=5fb1dde66b51f9ef27b860dcb989272b4532d854b63f2f2aa1e54904e1898f92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aadam Jacobs poses in front of LP (long play) record storage bookcase at his home in Chicago, Thursday, March 19, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMI4X4HUFMYP6PDD53OQRJAR54.jpg?auth=88d460069b2979bf32bd25290c5dc30a8717a93ded973266220b0f66881e34f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brian Emerick plays a recorded tape at his home in Des Plaines, Ill., Thursday, March 19, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HC4EJNXVQVBAJXC2IR4U2ZSJ6M.jpg?auth=dc74c310f27e4cf3505303e6337ab6d963bb8f09ed94c7a63029c8e97977c49b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brian Emerick poses with his recorded tapes for a photo at his home in Des Plaines, Ill., Thursday, March 19, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ONMWQPTP3RC2RYJ3DQTOCXKQTQ.jpg?auth=6b913c47d1183a9fec9f5103042dd482c933b79c5f2d2f259e57237a78e59787&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[* Brian Emerick plays a recorded tape at his home in Des Plaines, Ill., Thursday, March 19, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KGRHZDKYTUZLSKRBXXOM4AKTRA.jpg?auth=08309ead416b633445730102bada4934b2bed9c2c38f19fd9a2f7a4b8204ff8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aadam Jacobs plays a LP (long play) record at his home in Chicago, Thursday, March 19, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Route 66, a quintessential American road trip heavy on kitsch and history, turns 100]]></title><link>https://www.local10.com/news/national/2026/04/08/route-66-a-quintessential-american-road-trip-heavy-on-kitsch-and-history-turns-100/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/08/route-66-a-quintessential-american-road-trip-heavy-on-kitsch-and-history-turns-100/</guid><dc:creator><![CDATA[By SUSAN MONTOYA BRYAN, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 10:19:32 +0000</pubDate><content:encoded><![CDATA[<p>ALBUQUERQUE, N.M. (AP) — There are faster ways to get from Chicago to Los Angeles, but none have the allure or cultural cachet of Route 66.</p><p>To John Steinbeck, it was the Mother Road that led poor farmers from Dust Bowl desperation to sunny California. To Native Americans along the route, it was an economic boon that also left scars. To Black travelers, it offered sanctuary during segregation. And to music fans, it was the place to get their kicks.</p><p>Route 66 marks its 100th anniversary this year. Despite losing its status decades ago as one of the nation’s main arteries, people from around the world still flock to it to take perhaps the quintessential American road trip and soak in its neon lights, kitschy motels and attractions, and culinary offerings.</p><p>Each town has its own history and magic, said Sebastiaan de Boorder, a Dutch entrepreneur who, with his wife, breathed new life into The Aztec Motel in Seligman, Arizona.</p><p>“It's an essential part of American culture and history,” he said of the highway. “The historical aspect is just a very big important part of American culture, with its influence and its character.”</p><p>The dream</p><p>Route 66, which runs for roughly 2,400 miles (3,860 kilometers) from Chicago through Missouri, Kansas, Oklahoma, Texas, New Mexico and Arizona before ending in Santa Monica, California, was stitched together a century ago from a collection of Native American trading routes and old dirt roads with the goal of linking the industrial Midwest to the Pacific coast.</p><p>Oklahoma businessman Cyrus Avery, known as the Father of Route 66, saw it as more than just a way to cross the country efficiently. It was a chance to connect rural America and create new pockets of commerce.</p><p>Avery knew the number 66 would be ripe for marketing and could be seared into drivers' minds, and he was right: Route 66 has been immortalized in movies, books, including Steinbeck’s “The Grapes of Wrath” and Jack Kerouac’s “On the Road,” and songs such as Bobby Troup's “(Get Your Kicks on) Route 66,” which served as an anthem for post-World War II optimism and mobility.</p><p>Waves of migration</p><p>Since its November 1926 designation as one of the nation's original numbered highways, the onetime Main Street of America has embodied the promise of prosperity.</p><p>It became a literal path of hope for migrants escaping drought-ravaged farms and poverty during the 1930s Dust Bowl and the Great Depression. And during World War II, it was used to move troops, equipment and workers out West.</p><p>The postwar boom of the 1940s and 1950s were Route 66's heyday, as it became a popular vacation route. Cars became more affordable, disposable income increased, and people began chasing freedom on the open road.</p><p>“People generally have a sense of adventure, a sense curiosity. And you can find that on Route 66. This is the road of dreams,” author and historian Jim Hinckley said.</p><p>Going mainstream</p><p>Roadside diners and motels thrived, as crafty entrepreneurs dreamed up ways to part motorists from their money. There were rattlesnake pits, totem poles, trading posts, caverns where Old West outlaws purportedly hung out, and modern engineering marvels like St. Louis' gleaming steel arch.</p><p>Barns were painted with larger-than-life ads, billboards teased local attractions, and neon was everywhere.</p><p>The cherry on top? The food.</p><p>There were places to grab and go, but also to sit down and relish a slice of home. The Cozy Dog Drive In — famous for its breaded hot dogs on a stick — has fit both bills since 1949. Inside the dining room in Springfield, Illinois, travelers tell tales of life on the highway.</p><p>“The road wouldn’t be alive without the stories of all the places along it that kept it going from town to town,” third-generation owner Josh Waldmire said. “We just survive off each other. The road feeds us, and as long as we put our feelings and love back into the road, it will reverberate with the travelers and the stories of the people.”</p><p>A divided highway</p><p>Route 66 was an economic boon to the Native American tribes along the way. But although it brought tourists, it also left scars of eminent domain across tribal land and perpetuated stereotypes.</p><p>More than half of the highway crossed through Indian Country, and vendor signs often made casual references to tipis and feathered headdresses — symbols easily appropriated for marketing but not always representative of the distinct cultures found along the route.</p><p>At Laguna Pueblo west of Albuquerque, restaurants and service stations sprang up, some operated by military veterans from the pueblo who were masters at fixing everything from flat tires to busted radiators.</p><p>Pueblo women adapted too, turning utilitarian pottery vessels into works of art coveted by tourists. Homemade bread and pies sealed the deal.</p><p>Laguna leaders have long considered the road — or he-ya-nhee' in the tribe's language of Keres — as “the corridor of commerce,” said businessman and tribal member Ron Solimon. Capitalizing on that potential, the tribe has built a multimillion-dollar empire of casinos, burger stands and other businesses.</p><p>There were also dangers along the route, particularly during the Jim Crow era, when Black travelers had to rely on guides like the Green Book to find safe lodging and services.</p><p>“Especially for long-distance travel, segregation was a fact of life,” said Matthew Pearce, state historian for the Oklahoma Historical Society. “And so Black motorists needed to know a safe place to go.”</p><p>The Threatt Filling Station near the central Oklahoma community of Luther wasn't listed in the Green Book, but it did serve as a safe haven between two sundown towns, where people who weren't white needed to leave by sunset. The station offered barbecue and even baseball.</p><p>Edward Threatt, whose grandparents opened the station around 1933, recalled a TV program about travelers getting their kicks on 66. “By and large, the Black traveler didn’t get a lot of kicks on Route 66,” he said. “And if they got some kicks, it wasn’t the kind you would think of.”</p><p>A new direction</p><p>President Dwight Eisenhower’s vision for a modern interstate highway system eventually led to Route 66 being decommissioned as a federal highway in 1985. Some towns along the route died, and it fell to local governments, state historical societies, and private businesses to preserve their sections of the famed road.</p><p>A driving force was Angel Delgadillo, a barber who lobbied the Arizona Legislature to designate the road as a historic highway. He saved Seligman from turning into a ghost town and set the bar for preservation elsewhere.</p><p>In New Mexico, original sketches for neon signs have been preserved, Route 66-themed murals abound and developers in Albuquerque have restored motor lodges along the longest urban stretch of the road still intact.</p><p>More than 90% of the road is still drivable in California. Cadillac Ranch in the Texas Panhandle offers the chance to spray-paint half-buried cars. And at the Mississippi River, travelers can walk or bike across the old Chain of Rocks Bridge.</p><p>More than 250 of the route's buildings, districts and road segments are listed on the National Register of Historic Places. But it's more than bricks and asphalt that fuel the fascination.</p><p>“Some of the most interesting and fun things that happen to people when they travel the route is running into somebody they know or some happenstance thing that comes totally unexpected,” said author and historian Jim Ross. “And that's a great part of the Route 66 experience.”</p><p>___</p><p>Associated Press writers John O'Connor in Springfield, Illinois, and Sean Murphy in Oklahoma City contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3FQ7QRBCYIFWASUDCOIZWWHMCY.jpg?auth=2f4b31aa4d512f47f3db19b3f689f9bb568e0471420b0ca71eb4650d0afa9d0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car is driven along Oatman Highway, historic Route 66, near Oatman, Ariz., Friday, Nov. 21, 2025. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HHD3ZWJTJDVPKAX3IC523XE65M.jpg?auth=b3b14e2e3590965adc800e96a15bbc960f43ae8e3cba0495aa21182a9113ade7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign marking the beginning of historic Route 66 stands at the intersection of East Adams Street and South Michigan Avenue, in Chicago, Wednesday, Jan. 14, 2026. (AP Photo/Erin Hooley)]]></media:description><media:credit role="author" scheme="urn:ebu">Erin Hooley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MXOEFU5S7JPWCTNSVVLT7GZGFY.jpg?auth=32e689a5313714c7dc9af65c343cf03edd20ed1bc5d0e31344b91d101d706eae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person pulls up to a stoplight in Galena, Kan., Monday, Nov. 17, 2025. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WH3N6WK7JJ4XXRVLMRVS4YHR3Y.jpg?auth=821c9c19d28f317586497d5d751b58cf462d3abf0181d9aa7a234def006bcbdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An astronaut figure is placed in front of a window opening at Meteor Crater, an attraction near historic Route 66, near Winslow, Ariz., Thursday, Nov. 20, 2025. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VHEQQC5FIRECMGQWOWZCR7FFFY.jpg?auth=7049301f9d738d537f5412685d6288f8152d4153bea7df45d2fd4354665eaca0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor poses for photos with the "End of the Trail" Route 66 sign on the Santa Monica Pier in Santa Monica, Calif., Saturday, Nov. 22, 2025. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Avalanche clinch top spot in Western Conference and shift focus to bigger goals]]></title><link>https://www.local10.com/sports/2026/04/07/avalanche-clinch-top-spot-in-western-conference-and-shift-focus-to-bigger-goals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/avalanche-clinch-top-spot-in-western-conference-and-shift-focus-to-bigger-goals/</guid><dc:creator><![CDATA[By JOE HARRIS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 03:43:53 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Colorado Avalanche coach Jared Bednar isn’t ready to plan any parades just yet.</p><p>Moments after the Avalanche beat the St. Louis Blues 3-1 on Tuesday night to clinch Central Division and top seed in the Western Conference, Bednar was already focusing on the next step toward the ultimate goal of a Stanley Cup.</p><p>“We’re not all the way there yet,” Bednar said. “You know, like the goal for us started with winning the division, the conference, we still need another win to get first overall. Like, we’d be crazy not to chase that at this point, right? It’s important, if you get to where you want to go, you might as well try and get your home ice, especially after a season like this.”</p><p>It is the third time in five seasons, and first since 2023, that the Avalanche finished as the top team in the conference. The team lost in the first round of the playoffs that season, but won the organization’s third Stanley Cup after finishing first in the Western Conference in 2022.</p><p>The Avalanche (51-16-10, 112 points) actually have a better record on the road with a 27-7-5 mark compared to a 24-9-5 record at Ball Arena. But goalie Scott Wedgewood said home ice in the playoffs is a big advantage.</p><p>“Just atmosphere, altitude … you’re in your own bed the night before,” Wedgewood said. “You know, you still got to perform. It doesn’t mean you win because you’re at home, but like I said in between rounds, you’re able to knock a team out in five or six, you’re home for that many more days.”</p><p>The Avalanche are also on the cusp of clinching the President’s Trophy, awarded to the team with the best regular-season record, which would give them home-ice advantage throughout the playoffs.</p><p>“Then obviously the fans, you get them going with a couple of hits, playoff hockey’s intense, and it’ll pay in your favor,” Wedgewood said.</p><p>Bednar would like to see consistency from the team through the final five games, noting that the Avalanche have been up and down over the last few games.</p><p>“We’ve proven that we can do it when we want to set our minds to it, which is really important,” Bednar said. “I don’t have to see it for 60 minutes for every game the rest of the way, but we need to see it enough to secure our goal and making sure everyone’s confident in the way we play.”</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NRCNAZ7A2MLR5AEFIWVZGOK6Z4.jpg?auth=7674888a642016a41a908e2d6340260ca0c05b4bf954130ef47efd992c9b2124&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche's Josh Manson (42) takes a shot against the St. Louis Blues during the third period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5YE3X5T6GKJTVNKKPKIP3NOMI.jpg?auth=99da47e08dfa031b12ff4f87a94c3b957f94813ecc05a820404a6d9812fd46a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche's Valeri Nichushkin (13) makes a pass past St. Louis Blues' Jimmy Snuggerud (21) during the third period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LRTWMLBNFZHIH46A3YE3A5SG7A.jpg?auth=7a8c55cacd85aa563f76a8ac6b1ba6ef47da3c9af9eee9a6db633c2dc74318c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Colorado Avalanche celebrate after beating the St. Louis Blues in an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BA4TZFQPZDYMGP3WPBCQELEO2U.jpg?auth=cb372ffc6003ffda4a997997a126b7e7375acc12cf3914884560981231a51727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche goaltender Scott Wedgewood (41) blocks a shot from the St. Louis Blues during the second period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOMHOUU4MEEPMLSBCLEVEPMFNY.jpg?auth=03febcc9261f0d146f224f28ce08b1b001d0f53e1ae4bb811f369b26501ca478&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche's Martin Necas (88) celebrates after scoring against the St. Louis Blues during the first period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content></item><item><title><![CDATA[Decorated Australian veteran remains behind bars on Afghan war crime charges]]></title><link>https://www.local10.com/news/2026/04/08/decorated-australian-veteran-remains-behind-bars-on-afghan-war-crime-charges/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/08/decorated-australian-veteran-remains-behind-bars-on-afghan-war-crime-charges/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 08:26:30 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Australia’s most decorated living veteran, Ben Roberts-Smith, did not apply for bail when the war crime murder charges against him were listed in a Sydney court Wednesday.</p><p>Roberts-Smith was awarded both the Victoria Cross and Medal of Gallantry for his service in Afghanistan and is only the second Australian veteran of the Afghanistan campaign to be charged with a war crime.</p><p>The charges follow a military report released in 2020 that found evidence that elite Australian Special Air Service and commando regiment troops unlawfully killed 39 Afghan prisoners, farmers and other noncombatants. Around 40,000 Australian military personnel served in Afghanistan between 2001 and 2021, of whom 41 were killed.</p><p>Veteran accused of 5 unlawful deaths</p><p>The allegations against Roberts-Smith relate to the deaths of five Afghan people who died in 2009 and 2012 while he served in Afghanistan as an elite SAS corporal. Police allege he either shot his victims or ordered a subordinate to shoot them in Uruzgan province where Australia's forces were based.</p><p>Police said he had been charged Tuesday with five counts of war crime murder. But the charges laid in court Wednesday were two counts of war crime murder and three counts of aiding or abetting a war crime murder. All charges carry the same potential maximum sentence of life in prison.</p><p>The charges allege Roberts-Smith killed and caused a subordinate to kill at Kakarak village on April 12, 2009. He allegedly caused a subordinate to kill at Darwan village on Sept. 11, 2012. He allegedly killed and caused a subordinate to kill at Syahchow village on Oct. 20, 2012.</p><p>Australian law defines war crime murder as the intentional killing in a context of armed conflict of a person who is not taking an active part in the hostilities, such as a civilian, prisoner of war or a wounded soldier.</p><p>Australian prime minister describes veteran's arrest as a ‘difficult time’</p><p>Prime Minister Anthony Albanese described Roberts-Smith's arrest as a “difficult time” for the Australian Defense Force.</p><p>“We should give thanks every day for the men and women who wear our uniform, who are prepared to make the ultimate sacrifice on behalf of our nation, to keep our Australian way of life going forward. That doesn’t change,” Albanese told Sky News television.</p><p>“It’s important that this not be politicized, and I have no intention of commenting on what is a legal process,” Albanese added.</p><p>Opposition leader Angus Taylor called on the federal government, known as the Commonwealth of Australia, to pay for the legal defenses of all military personnel prosecuted for war crimes, including Roberts-Smith.</p><p>“It is an imperative that the Commonwealth provide anyone who’s prosecuted in this process, including Ben Roberts-Smith, with ... the financial support they need to defend themselves and to ensure that there is a fair trial,” Taylor told reporters. “The presumption of innocence is crucial.”</p><p>Former Australian prime minister pays tribute to troops</p><p>John Howard, who as Australia's then-prime minister first committed Australian troops to fight in Afghanistan in 2001, said Roberts-Smith's arrest would emotionally impact millions of Australians.</p><p>“This is a difficult issue for many, as it tests to the limits not only our respect for Australian values, but the deep and special reverence we have for those who put their lives on the line to keep us safe,” Howard said in a statement.</p><p>The Australian Special Air Service Association, which represents current and former members of the elite regiment, said some may be required to testify against former comrades. Others must defend themselves against “grave allegations.”</p><p>“These realities are deeply confronting for a close and enduring community,” the association said in a statement.</p><p>Roberts-Smith, 47, spent the night in jail after he was arrested at the Sydney Airport on Tuesday morning, and he did not appear in court either in person or by video link Wednesday.</p><p>His lawyers did not enter pleas to the charges or apply for his release on bail. The case was adjourned until June 4.</p><p>Civil court upholds similar allegations</p><p>A civil court has already found similar allegations against Roberts-Smith credible in a defamation suit he brought after newspapers published articles in 2018 accusing him of a range of war crimes. In 2023, a federal judge rejected Roberts-Smith’s claims and ruled that he likely killed four noncombatants unlawfully in 2009 and 2012.</p><p>But while the civil court found the war crimes allegations were mostly proven on a balance of probabilities, the war crime murder charges would have to be proved in a criminal court to a higher standard of beyond reasonable doubt.</p><p>Media magnate Kerry Stokes helped fund Roberts-Smith's civil court action. Roberts-Smith quit his job as a state manager of Stokes' Seven West Media in 2023 after losing the defamation case.</p><p>During his defamation trial, Roberts-Smith had testified that he had never killed an unarmed Afghan and denied ever committing a war crime. He claimed he has the victim of spiteful fellow soldiers' lies and of others' envy of his medals.</p><p>Roberts-Smith is the second Australian veteran of the Afghanistan campaign to be charged with a war crime.</p><p>Fellow veteran pleads not guilty to war crime allegation</p><p>Former SAS soldier Oliver Schulz has pleaded not guilty to a charge of war crime murder. He is accused of shooting Afghan man Dad Mohammad three times in the head in an Uruzgan province wheat field in 2012.</p><p>Prosecutors and defense lawyers said Schulz's trial is unlikely to be held before 2027.</p><p>In 2024, the government announced that several serving and former Australian military commanders had been stripped of medals over allegations of war crimes committed in Afghanistan.</p><p>Holding commanders to account for alleged misconduct of Australian special forces between 2005 and 2016 had been recommended in the war crime investigation report made public in 2020.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JX56H7AGZMHQSX3GTQNZBFPRUA.jpg?auth=70dc3c2dafb98b9192a424049709c4752b538b8c937072a51e23ca888d379180&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ben Roberts-Smith arrives at the Federal Court in Sydney, Australia, on June 9, 2021. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Rycroft</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYC3F3UXWADTR5E5A7SGDAN3AM.jpg?auth=583996d18cbd714a873c9559ea24c6538e25bbd2abcde7bed09e2b4f79a1be90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Queen Elizabeth II greets Corp. Ben Roberts-Smith from Australia, who was recently awarded the Victoria Cross, during an audience at Buckingham Palace in London, Nov. 15, 2011. (Anthony Devlin/Pool via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Devlin</media:credit></media:content></item><item><title><![CDATA[Winning numbers drawn in Tuesday’s Florida Pick 4 Evening]]></title><link>https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-4-evening/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-4-evening/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 03:32:51 +0000</pubDate><content:encoded><![CDATA[<p>The winning numbers in Tuesday evening’s drawing of the “Florida Pick 4 Evening” game were:</p><p>2, 6, 6, 6, Bonus: 8</p><p>(two, six, six, six, Bonus: eight)</p><p>For more lottery results, go to Jackpot.com | Order Lottery Tickets</p>]]></content:encoded></item><item><title><![CDATA[Winning numbers drawn in Tuesday’s Florida Pick 3 Evening]]></title><link>https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-3-evening/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-3-evening/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 03:32:37 +0000</pubDate><content:encoded><![CDATA[<p>The winning numbers in Tuesday evening’s drawing of the “Florida Pick 3 Evening” game were:</p><p>3, 5, 7, Bonus: 8</p><p>(three, five, seven, Bonus: eight)</p><p>For more lottery results, go to Jackpot.com | Order Lottery Tickets</p>]]></content:encoded></item><item><title><![CDATA[Winning numbers drawn in Tuesday’s Florida Pick 5 Evening]]></title><link>https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-5-evening/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-pick-5-evening/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 03:32:23 +0000</pubDate><content:encoded><![CDATA[<p>The winning numbers in Tuesday evening’s drawing of the “Florida Pick 5 Evening” game were:</p><p>2, 2, 3, 6, 7, Bonus: 8</p><p>(two, two, three, six, seven, Bonus: eight)</p><p>For more lottery results, go to Jackpot.com | Order Lottery Tickets</p>]]></content:encoded></item><item><title><![CDATA[US and Iran agree to 2-week ceasefire as Trump pulls back on threats]]></title><link>https://www.local10.com/news/world/2026/04/07/us-and-iran-agree-to-2-week-ceasefire-but-israel-says-deal-doesnt-include-fight-against-hezbollah/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/07/us-and-iran-agree-to-2-week-ceasefire-but-israel-says-deal-doesnt-include-fight-against-hezbollah/</guid><dc:creator><![CDATA[By BASSEM MROUE, JON GAMBRELL and SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 03:10:09 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — U.S. President Donald Trump pulled back on his threats to launch devastating strikes on Iran late Tuesday, as the U.S. and Iran agreed to a two-week ceasefire that includes the reopening of the Strait of Hormuz.</p><p>Trump swerved to deescalate the war less than two hours before the deadline he set for Tehran to capitulate to a deal or face attacks on its bridges and power plants meant to destroy Iranian “civilization.”</p><p>Iran’s Supreme National Security Council said it has accepted the ceasefire and that it would negotiate with the United States in Pakistan beginning Friday. Neither Iran nor the United States said when the ceasefire would begin, and attacks took place in Israel, Iran and across the Gulf region early Wednesday.</p><p>Israel backed the U.S. ceasefire with Iran but the deal doesn’t cover fighting against Hezbollah in Lebanon, Prime Minister Benjamin Netanyahu said early Wednesday.</p><p>His office said in the statement that Israel supported Trump’s decision to suspend strikes subject to Iran immediately opening the Strait of Hormuz and stopping all attacks on the U.S. Israel and countries in the region. His office said Israel also supports U.S. efforts to ensure Iran no longer poses a nuclear or missile threat.</p><p>The ceasefire calls for Israel and Hezbollah to halt fighting in Lebanon, according to the prime minister of Pakistan, which has been mediating talks.</p><p>The ceasefire process was clouded in uncertainty after Iran released different versions of the 10-point plan intended to be the basis for negotiations. The version in Farsi included the phrase “acceptance of enrichment” for its nuclear program. But for reasons that remain unclear, that phrase was missing in English versions shared by Iranian diplomats to journalists.</p><p>Trump initially had said Iran proposed a “workable” 10-point plan that could help end the war launched by the U.S. and Israel in February. But he later called it fraudulent, without elaborating. Trump has said ending Iran’s nuclear program entirely was a key point of the war.</p><p>Pro-government demonstrators in the streets of Iran’s capital screamed: “Death to America, death to Israel, death to compromisers!” after the ceasefire announcement Wednesday morning. They also burned American and Israeli flags in the street.</p><p>It shows the ongoing anger from hard-liners, who had been preparing for what many assumed would be an apocalyptical battle with the United States.</p><p>Iran and Oman to collect shipping fees in Strait of Hormuz</p><p>Iranian Foreign Minister Abbas Araghchi said passage through the strait would be allowed under Iranian military management. It wasn’t immediately clear whether that meant Iran would completely loosen its chokehold on the waterway.</p><p>The plan allows for both Iran and Oman to charge fees on ships transiting through the strait, according to a regional official who spoke on condition of anonymity to discuss negotiations they were directly involved in. The official said Iran would use the money it raised for reconstruction.</p><p>In addition to control of the strait, Iran’s demands for ending the war include withdrawal of U.S. combat forces from the region, the lifting of sanctions and the release of its frozen assets.</p><p>Since the war began, Trump has repeatedly backed off deadlines just before they expire.</p><p>In doing so again Tuesday, Trump said in a social media post he had come to the decision “based on conversations” with Pakistan Prime Minister Shehbaz Sharif and Gen. Asim Munir, Pakistan’s powerful army chief. Sharif, in a post on X hours earlier, urged Trump to extend his deadline by two weeks to allow diplomacy to advance. He used the same post to ask Iran to open the strait for two weeks.</p><p>“Almost all of the various points of past contention have been agreed to between the United States and Iran, but a two week period will allow the Agreement to be finalized and consummated,” Trump said.</p><p>There are concerns in Israel about the agreement, according to a person familiar with the situation who spoke on condition of anonymity because they were not allowed to speak to the media. The person said Israel would like to achieve more.</p><p>Iran’s stockpile of highly enriched uranium is still buried at enrichment sites. The program had been one of the main issues cited by both Israel and the U.S. in launching the war.</p><p>Earlier Trump threats raised alarms</p><p>“A whole civilization will die tonight, never to be brought back again,” if a deal isn’t reached, Trump said in an online post Tuesday morning. But he also seemed to keep open the possibility of an off-ramp, saying that “maybe something revolutionarily wonderful can happen.”</p><p>Trump’s expansive threat did not seem to account for potential 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>Tehran’s representative at the U.N., Amir-Saeid Iravani, said the threats “constitute incitement to war crimes and potentially genocide” and that Iran would “take immediate and proportionate reciprocal measures” if Trump launches devastating strikes.</p><p>The U.S. and Israel have battered Iran with attacks targeting its military capabilities, leadership and nuclear program. Iran has responded with a stream of strikes on Israel and Gulf Arab neighbors, causing regional chaos and outsized economic and political shock.</p><p>Late Tuesday, Pakistan’s prime minister urged Trump to extend his deadline by two weeks to allow diplomacy to advance. In a post on X, Shehbaz Sharif, whose country has been leading negotiations, also asked Iran to open up for two weeks the Strait of Hormuz.</p><p>China, which is Tehran’s biggest trade partner, encouraged the Iranians to find a way to a ceasefire as talks progressed, according to two officials who were not authorized to comment publicly and spoke on condition of anonymity.</p><p>Before the deadline, airstrikes hit two bridges and a train station, and the U.S. hit military infrastructure on Kharg Island, a key hub for Iranian oil production.</p><p>While Iran cannot match the sophistication of U.S. and Israeli weaponry or their dominance in the air, its chokehold on the strait since the war began in late February is roiling the world economy and raising the pressure on Trump both at home and abroad to find a way out of the standoff.</p><p>Airstrikes hit Iran, which fires on Saudi Arabia and Israel</p><p>Even as the ceasefire was announced, missile alerts continued in the United Arab Emirates, Israel, Saudi Arabia, Bahrain and Kuwait early Wednesday, hinting at the chaos surrounding the diplomatic moves. A gas processing facility in Abu Dhabi was ablaze after incoming Iranian fire, officials said.</p><p>Israel was continuing its attacks on Iran, said an Israeli military official who spoke on condition of anonymity in line with military regulations. Iran also kept up fire on Israel.</p><p>The U.S. military has halted all offensive operations against Iran but continues defensive actions, said an official, who spoke on condition of anonymity to describe sensitive military operations.</p><p>Earlier Tuesday the Israeli military said it attacked an Iranian petrochemical site in Shiraz, the second day in a row it hit such a facility. The military later said it also struck bridges in several cities that were being used by Iranian forces to transport weapons and military equipment.</p><p>More than 1,900 people have been killed in Iran since the war began, but the government has not updated the toll for days.</p><p>In Lebanon, where Israel is fighting Iran-backed Hezbollah militants, more than 1,500 people have been killed. and more than 1 million people have been displaced. Eleven Israeli soldiers have died there.</p><p>In Gulf Arab states and the occupied West Bank, more than two dozen people have died, while 23 have been reported dead in Israel, and 13 U.S. service members have been killed.</p><p>___</p><p>Gambrell reported from Dubai, United Arab Emirates. Magdy reported from Cairo. Associated Press writers Farnoush Amiri at The United Nations; Aamer Madhani, Konstantin Toropin, Seung Min Kim, Michelle L. Price, Joshua Boak and Will Weissert in Washington; John Leicester in Paris; Nicole Winfield in Rome; Amir-Hussein Radjy in Cairo and Natalie Melzer in Jerusalem contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Oil plunges toward $95 as the Dow surges 1,000 in a worldwide rally following a ceasefire with Iran]]></title><link>https://www.local10.com/business/2026/04/08/oil-plunges-toward-95-as-the-dow-surges-1000-in-a-worldwide-rally-following-a-ceasefire-with-iran/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/08/oil-plunges-toward-95-as-the-dow-surges-1000-in-a-worldwide-rally-following-a-ceasefire-with-iran/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 16:01:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices are plunging back toward $95 per barrel, and stock markets are surging worldwide on Wednesday after President Donald Trump pulled back from his threat to force a “whole civilization” to die in the war with Iran.</p><p>The S&P 500 leaped 2.3% after Trump announced a two-week ceasefire with Iran, less than 90 minutes before a deadline Trump had set for it to open the Strait of Hormuz and allow oil tankers to exit the Persian Gulf. The Dow Jones Industrial Average was up 1,165 points, or 2.5%, as of 11:45 a.m. Eastern time, and the Nasdaq composite was 2.8% higher following even bigger gains in European and Asian stock markets.</p><p>To be sure, stock prices are still below where they were before the war. And oil prices are still significantly higher because the threat remains that the war could continue and keep oil produced in the Persian Gulf area blocked in the Middle East.</p><p>Some of the euphoria that launched explosive moves for stock and oil prices early Wednesday faded as the morning progressed, and financial markets have been prone to sharp and sudden reversals because of deep uncertainty about what will happen next in the war.</p><p>“There is a reason to be optimistic, but it is still too early to tell, because, as you know, after all, it is Trump,” said Takashi Hiroki, chief strategist at MONEX.</p><p>So far in the war, Trump has set several deadlines for Iran to open the Strait of Hormuz, a main thoroughfare for oil to reach customers worldwide from the Persian Gulf, and has threatened big repercussions if Iran doesn’t, only to delay them.</p><p>It’s similar to a year ago, when Trump threatened stiff tariffs on imports from other countries on “Liberation Day.” After a couple delays, his administration eventually negotiated lower tariffs with many countries, though they were still higher than from before his second term. That led some investors to allege Trump “always chickens out,” or “TACO,” if financial markets show enough pain.</p><p>“Is it just kicking of the can down the road, moving the goalposts, TACO Tuesday, or whatever metaphor we’d like, to only to have tempers flare and bombs drop again?” Brian Jacobsen, chief economic strategist at Annex Wealth Management, asked about the two-week ceasefire with Iran. “Who knows? But it’s good enough for now to elicit a positive response from the markets.”</p><p>The price for a barrel of benchmark U.S. crude oil plunged 15.6% to $95.32 after almost dropping to $91 earlier in the morning.</p><p>Brent crude, the international standard, tumbled 13% to $95.12 per barrel. It had briefly topped $119 when worries about the war with Iran were at their highest, but it's still above its roughly $70 price from before the war.</p><p>The average price for a gallon of regular gasoline has already topped $4.16 in the United States, according to AAA. That’s up from less than $3 a couple days before the war began in late February. If oil prices stay high for a long time, it would push up the price of nearly everything that’s moved by truck, plane or boat.</p><p>The next moves for oil prices will likely depend on how many oil tankers can start exiting the Strait of Hormuz and how easy their passage is. Iran said the deal would allow it to formalize its new practice of charging ships passing through the Strait of Hormuz, but the terms were not clear.</p><p>In Asia, where countries are more reliant on oil from the Middle East, South Korea’s Kospi stock index surged 6.9%. Japan’s Nikkei 225 leaped 5.4%, and Hong Kong’s Hang Seng jumped 3.1%.</p><p>European stock indexes rose nearly as much. Germany’s DAX returned 4.7%, and France’s CAC 40 rallied 4.4%.</p><p>On Wall Street, companies with big fuel bills roared back to trim some of the sharp losses taken on worries about oil prices staying high.</p><p>United Airlines soared 10.3%, which could count as a decent year for the stock. It cut into its loss for the year that came into the day at 20.1%.</p><p>Delta Air Lines climbed 6.3% after it also reported stronger results for the latest quarter than analysts expected. CEO Ed Bastian said demand for flights remains strong, and it's making moves to make up for higher fuel bills. Delta on Tuesday became the latest airline to raise its fees for checking bags.</p><p>Cruise ship operator Carnival climbed 11%.</p><p>In the bond market, Treasury yields dropped as hopes built that easing oil prices could let the Federal Reserve resume its cuts to interest rates later this year.</p><p>The yield on the 10-year Treasury fell to 4.26% from 4.33% late Tuesday. That’s a notable move for the bond market, and lower Treasury yields give a boost to prices for stocks, bonds and all kinds of other investments. The drop should also ease some of the recent rise in rates for mortgages and other loans taken out by U.S. households and businesses.</p><p>When oil prices were screaming higher because of the war, some traders were betting on the possibility that the Fed would have to raise interest rates to keep a lid on inflation. Now, they're seeing a roughly 1-in-3 chance that the Fed could resume its cuts to rates in 2026, according to data from CME Group.</p><p>___</p><p>AP journalists Yuri Kageyama, Matt Ott, Mayuko Ono and Jon Gambrell contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBTH5AOFXP6XEQFBWYBASJKUTQ.jpg?auth=0da01cd6f268ef084c1142695533311454bfae14942ae837e52efcbdca856bce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Mauro works on the floor at the New York Stock Exchange in New York, Tuesday, April 7, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Video shows burglars zip-tying victim during Little Havana home invasion]]></title><link>https://www.local10.com/news/local/2026/04/07/video-shows-burglars-zip-tying-victim-during-little-havana-home-invasion/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/video-shows-burglars-zip-tying-victim-during-little-havana-home-invasion/</guid><dc:creator><![CDATA[Ryan Mackey, Aaron Maybin]]></dc:creator><description><![CDATA[Surveillance video exclusively obtained by Local 10 News on Tuesday shows the moments leading up to the arrest of three suspects who police say were involved in a home invasion robbery that occurred late last year. ]]></description><pubDate>Tue, 07 Apr 2026 22:16:16 +0000</pubDate><content:encoded><![CDATA[<p>Body camera and surveillance video exclusively obtained by Local 10 News on Tuesday show the moments police say <a href="https://www.local10.com/news/local/2025/12/30/trio-zip-tied-victims-in-little-havana-home-invasion-robbery-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2025/12/30/trio-zip-tied-victims-in-little-havana-home-invasion-robbery-cops-say/">three suspects forced their way into a Little Havana home</a>, attacked two victims, and were taken into custody late last year. </p><p>Miami police said they arrested Augustin Hernandez, 46, Rogelio Espina, 54, and Yoamil Napoles, 50, in connection with a robbery that occurred on Dec. 29, 2025, at a home in the 3100 block of Southwest Eighth Street. </p><p>Video shows a man struggling on the floor as the intruders overpower him before forcing their way into the home around 10 p.m., where police say they restrained a man and a woman with zip ties, assaulted them and demanded money.</p><p>Detectives said the suspects coerced one of the victims into opening a black safe containing about $400 in cash. The report also states that one of the suspects took gold jewelry from the victims.</p><p>They said the male victim reported being punched, having his mouth covered to prevent him from calling for help, and being tied up as he pleaded for officers to help him.</p><p>The woman said she was asleep when she was awakened by yelling, then struck, restrained and gagged, the report states.</p><p>Miami Fire Rescue evaluated both victims at the scene. </p><p>Investigators said the man suffered a broken nose and a laceration to the cheek, while the woman had a cut on her foot. Both declined to be taken to the hospital, according to the report. </p><p>Body camera video shows officers arriving at the scene and hearing distress inside the home before setting up a perimeter and ordering the trio to surrender.</p><p>“Hands up! Turn around,” officers are heard shouting in the video before the suspects were taken into custody.</p><p>Court records show all three men have remained at the Metrowest Detention Center without bond since Dec. 30. Arrest reports list Hernandez and Espina as homeless, while Napoles is listed as living in the city’s Grapeland Heights neighborhood. </p><p>Local 10 News spoke with the victims, who said they remain shaken but are relieved the suspects are behind bars as the case moves forward.</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[Avalanche beat the Blues 3-1 to clinch Central Division and top seed in the Western Conference]]></title><link>https://www.local10.com/sports/2026/04/07/avalanche-beat-the-blues-3-1-to-clinch-central-division-and-top-seed-in-the-western-conference/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/avalanche-beat-the-blues-3-1-to-clinch-central-division-and-top-seed-in-the-western-conference/</guid><dc:creator><![CDATA[By JOE HARRIS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 02:50:14 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Valeri Nichushkin scored twice and Colorado Avalanche beat the St. Louis Blues 3-1 on Tuesday night to clinch the Central Division and the top seed in the Western Conference.</p><p>It is the third time in five seasons, and first since 2023, that the Avalanche finished as the top team in the conference.</p><p>Martin Necas also scored and Scott Wedgewood made 18 saves for Colorado, which has earned points in eight of its last 11 games.</p><p>Wedgewood was shaken up midway through the third period after Philip Broberg made contact with him after being tripped by Sam Malinski. Wedgewood was driven awkwardly into the post and stayed down for several minutes, but remained in the game.</p><p>Robert Thomas scored and Joel Hofer made 34 saves for the Blues, whose slim playoff hope took a hit with the loss.</p><p>Colorado outshot St. Louis 17-3 in the first period and had a two-goal lead as a result.</p><p>Nichushkin gave the Avalanche the lead with 3:49 left in the first and Necas made it 2-0 with 27.7 seconds left in the period, scoring off a feed from Nathan Mackinnon feed.</p><p>Nichushkin added to the Colorado advantage with a short-handed goal at the 1:40 mark of the second. It was Colorado's second short-handed goal of the season and first since November 8.</p><p>Thomas got the Blues on the board with 4:22 left in the second. It was the sixth goal in the last four games for Thomas, who had a hat trick against Colorado on Sunday.</p><p>Nicholas Roy returned to the Colorado lineup after missing seven games to an upper-body injury.</p><p>Up next</p><p>Avalanche: Hosts Calgary on Thursday night.</p><p>Blues: Host Winnipeg on Thursday night.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O7OMFVHX3UOHENBDLQ3GDGSUSI.jpg?auth=e5067576cab1673395e3c1c404c7e10e30c8d1e40afbf9e82ddc259bd0bc9445&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[St. Louis Blues' Alexey Toropchenko (13), right, pressures Colorado Avalanche's Nathan MacKinnon (29) during the first period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6GNWHIU7LGXNBOMTJZXDDIOIUM.jpg?auth=65ee936e225c2adc8dd9c94e9f476e0c035fcb2d0a7175b437e973e477d6f6e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche's Valeri Nichushkin, left, is congratulated after scoring against the St. Louis Blues during the first period of an NHL hockey game, Tuesday, April 7, 2026, in St. Louis. (AP Photo/Joe Puetz)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Puetz</media:credit></media:content></item><item><title><![CDATA[Ante críticas, Bukele ofrece a Petro enviarle todos los detenidos en las cárceles de El Salvador]]></title><link>https://www.local10.com/espanol/2026/04/07/ante-criticas-bukele-ofrece-a-petro-enviarle-todos-los-detenidos-en-las-carceles-de-el-salvador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/07/ante-criticas-bukele-ofrece-a-petro-enviarle-todos-los-detenidos-en-las-carceles-de-el-salvador/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 02:46:25 +0000</pubDate><content:encoded><![CDATA[<p>SAN SALVADOR (AP) — En repuesta a recientes críticas al sistema penitenciario de El Salvador, el presidente Nayib Bukele ofreció a su homólogo colombiano Gustavo Petro enviarle a todas las personas recluidas en las cárceles del país centroamericano.</p><p>Bukele escribió el martes en su cuenta de la red social X que hace algún tiempo planteó una propuesta similar a la ex secretaria de Estado estadounidense, Hillary Clinton, tras sus críticas contra el sistema carcelario salvadoreño.</p><p>“Permítame entonces extenderle la misma invitación, con el mayor respeto”, indicó Bukele a su colega colombiano. “Si, como usted sostiene, en nuestro país existen ‘campos de concentración’, estaríamos frente a una situación que no admite términos medios, sino decisiones firmes en favor de la dignidad humana”.</p><p>"En ese espíritu, El Salvador está dispuesto a facilitar el traslado del 100% de su población carcelaria, todos, incluyendo los llamados presos políticos y cualquier otro caso que considere viole su política del ‘amor y la vida’”, agregó.</p><p>Petro aseguró la víspera en X que “tener un 36% de personas presas inocentes es un crimen contra la humanidad, se trata de campos de concentración de población civil, gente apresada porque tiene un tatuaje o es joven”.</p><p>Después de que en tan sólo un día de 2022 las pandillas asesinaron a 62 personas en todo El Salvador, el Congreso aprobó el 27 de marzo de 2022 el régimen de excepción a solicitud de Bukele para combatir a las pandillas, las cuales según las autoridades operaban en el 90% del territorio e impartían su propia justicia, extorsionaban y asesinaban a los que no pagaban.</p><p>El prolongado estado de excepción suspende derechos fundamentales, incluido el de ser informado de los motivos de la detención y el de tener acceso a un abogado. Además, las fuerzas de seguridad pueden intervenir las telecomunicaciones sin orden judicial y la detención sin audiencia se prolonga de 72 horas a 15 días.</p><p>Desde que entró en vigor la medida, las autoridades dicen haber capturado a 91.300 personas acusadas de pertenecer supuestamente a las pandillas o tener vínculos con estos grupos criminales. Bukele ha dicho que 8.000 personas que eran inocentes han sido liberadas.</p><p>Recientemente un grupo de juristas internacionales presentó ante la Comisión Interamericana de Derechos Humanos (CIDH) un informe sobre supuestos crímenes de lesa humanidad cometidos en el marco del régimen de excepción impulsado por el gobierno de Bukele para combatir a las pandillas.</p><p>En el 2025, Bukele propuso un canje de prisioneros con Venezuela, sugiriendo que intercambiaría a un grupo de venezolanos deportados por Estados Unidos y que su gobierno mantenía encarcelados en el llamado Centro de Confinamiento del Terrorismo (CECOT) por quienes denominó “presos políticos” en Venezuela.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXJFUWN3KA67LIAPF5EQ7466LA.jpg?auth=c37d1f2ec5eb5649d485bf62ff38a05d233ac7d9e2174023c31a06ce2c7cf3ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de El Salvador, Nayib Bukele, habla durante una conferencia de prensa con el presidente electo de Chile en el palacio presidencial en San Salvador, El Salvador, el viernes 30 de enero de 2026. (Foto AP/Salvador Meléndez)]]></media:description><media:credit role="author" scheme="urn:ebu">Salvador Melendez</media:credit></media:content></item><item><title><![CDATA[Hundreds of Cuban women rally against US energy blockade as crisis deepens]]></title><link>https://www.local10.com/news/world/2026/04/07/hundreds-of-cuban-women-rally-against-us-energy-blockade-as-crisis-deepens/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/07/hundreds-of-cuban-women-rally-against-us-energy-blockade-as-crisis-deepens/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 01:33:49 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — Hundreds of Cuban women gathered Tuesday in Havana to decry a U.S. energy embargo and other measures imposed by U.S. President Donald Trump that are strangling the Caribbean island.</p><p>The rally was organized by the Federation of Cuban Women, a massive organization with close ties to the government and the Communist Party, to honor the late Vilma Espín, the federation’s founder, a guerrilla fighter and Raúl Castro’s wife.</p><p>The crowd that gathered at a park commemorating a 19th-century independence patriot waved Cuban flags, held signs that read “Down with the Blockade” and clutched pictures of Fidel Castro and Espín.</p><p>Deputy Prime Minister Inés María Chapman and Deputy Foreign Minister Josefina Vidal led the demonstration along with Mariela Castro, daughter of Espín and former President Raúl Castro.</p><p>“This policy of abuse has to stop,” Vidal told The Associated Press. “The Cuban people don’t deserve this. It’s the most comprehensive, all-encompassing, and longest-running system of coercive measures ever imposed against an entire country.”</p><p>Vidal, a key negotiator in a historic rapprochement between Cuba and the United States in 2014 under the administration of former U.S. President Barack Obama, added: “It subjects us to collective punishment, recognized as such under international law, and we couldn’t fail to be here.”</p><p>In early January, the U.S. attacked Venezuela and arrested its then-leader, disrupting critical oil shipments to Cuba. Later that month, Trump threatened tariffs against any country that sells or supplies oil to the island.</p><p>However, Trump said he didn’t mind when a Russian tanker carrying 730,000 barrels of crude oil arrived in Cuba last week, marking the island’s first oil shipment in three months. Russia has since said it would send a second tanker.</p><p>Cuba produces only 40% of the fuel it consumes, and the shortage has paralyzed the Caribbean nation, affecting its health system, public transportation and the production of goods and services, and deepened an economic crisis that has plagued the island for the past five years.</p><p>“I am here fighting for the people of Cuba,” said Leydys de la Cruz, a 57-year-old seamstress who joined Tuesday’s rally. “I would ask Trump to leave us in peace. The situation is very bad because of the blockade he’s imposed on us.”</p><p>Georgina Reyes, a 36-year-old IT technician, also pleaded with Trump: “I would tell him that we don’t hurt anyone. ... Please don’t hurt us.”</p><p>Trump has pressured for regime change in Cuba and threatened to take over the island while U.S. Secretary of State Marco Rubio — the son of Cuban immigrants — has demanded the release of political prisoners and liberal economic reforms.</p><p>The U.S. and Cuban governments have confirmed talks, but the extent of those is unclear.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TVKHDVOO473Z5CBOVRQ32SQCVQ.jpg?auth=4c55bc8a8d6ac35a630cdd2db306501897f6a9cc119f76fd6594df94d05f637b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman attends a rally calling for the end of the U.S. blockade against the island nation in Havana, Cuba, Tuesday, April 7, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZTNON7W67CKFPZEZSN7N2SZXPQ.jpg?auth=a385e0e2ec9aece423110ce47cbb710c277256a31077c196f3765c825de0e05b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women attend a rally calling for the end of the U.S. blockade against the island nation in Havana, Cuba, Tuesday, April 7, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C5FTIN2YIRQK7IMWNCC6USFXMM.jpg?auth=ba320dbd49c5fce06bd291a629d69579885ddc326968b7e919198574a47f77d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women attend a rally calling for the end of the U.S. blockade against the island nation in Havana, Cuba, Tuesday, April 7, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FLGQH6QRMJPKRUEDCRSWSH7BXI.jpg?auth=d9f3e0f82227e77fcae63ac2b57aefa7e0bba679bdf291fc50ffcdf7583f1a6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women wave Cuban flags during a rally calling for the end of the U.S. blockade against the island nation in Havana, Cuba, Tuesday, April 7, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[JJ Redick wants to move on after Mavs contradict his contention of MRI mistake on Austin Reaves]]></title><link>https://www.local10.com/sports/2026/04/07/jj-redick-wants-to-move-on-after-mavs-contradict-his-contention-of-mri-mistake-on-austin-reaves/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/jj-redick-wants-to-move-on-after-mavs-contradict-his-contention-of-mri-mistake-on-austin-reaves/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 01:48:01 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Los Angeles Lakers coach JJ Redick says he just wants to move on after the Dallas Mavericks contradicted his contention that their medical staff incorrectly conducted an MRI on Austin Reaves last weekend.</p><p>Reaves is out for the rest of the regular season after straining his oblique during the Lakers' blowout loss at Oklahoma City last Thursday. He was examined in Dallas, where the Lakers had subsequently traveled for their next game, by the Mavericks' medical team in a courtesy typically extended by home NBA teams to their visitors.</p><p>At the Lakers' practice in Dallas on Saturday, Redick claimed the Mavs' medical team “scanned the wrong area” and had to do two MRIs to identify Reaves' Grade 2 left oblique strain.</p><p>The Mavericks issued a statement to DLLS Sports on Tuesday saying their “medical team followed standard imaging protocols based on the information provided at the time. There was no error in the scan performed.”</p><p>When Redick was asked why he claimed otherwise before the Lakers hosted the Thunder on Tuesday, he was brief.</p><p>“Look, I think in the end, we got the image we needed,” Redick said. “Obviously very appreciative, because it’s happened throughout the season, whenever the home team is accommodating to us, just like we would be for them. And we’re going to move on.”</p><p>The Lakers also lost Luka Doncic for the rest of the regular season during that loss in Oklahoma City. The NBA's top scorer has a Grade 2 strain of his left hamstring.</p><p>___</p><p>AP NBA: https://apnews.com/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RK44AZ7WMIQ3PR754L2TLNPMEM.jpg?auth=05f9573785fb3a57ea853a057aa7f8a77ceddf40863f9984afae26eac051aa2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers head coach JJ Redick walks onto the court during a time out in the first half of an NBA basketball game against the Dallas Mavericks in Dallas, Sunday, April 5, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PITPOJTPZSY32CWIITCTN4VJE.jpg?auth=8e1e9672d7a70086c43ebb308c560156c054c2fd40613e903a233435db8cfaa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers guard Austin Reaves (15) pass against Oklahoma City Thunder center/forward Isaiah Hartenstein (55) during the first half of an NBA basketball game Thursday, April. 2, 2026, in Oklahoma City. (AP Photo/Gerald Leong)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Leong</media:credit></media:content></item><item><title><![CDATA[HealthCast: Bedtime stacking may be hurting the quality of your sleep, expert says ]]></title><link>https://www.local10.com/health/2026/04/07/healthcast-kristi-healthcast/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/07/healthcast-kristi-healthcast/</guid><dc:creator><![CDATA[Kristi Krueger, Andrea Torres]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 01:23:10 +0000</pubDate><content:encoded><![CDATA[<p>Dr. Brian Chen is among the sleep medicine experts who discourage “bedtime stacking,” a viral TikTok productivity trend. </p><p>Like “cozy maxxing,” it encourages engaging in self-care activities such as reading, journaling, and applying skin products while in bed. </p><p>“You spend a lot of time in your bed, some of which you are trying to be productive, and that is not productive for going to sleep,” said <a href="https://providers.clevelandclinic.org/provider/brian-chen/4270345" target="_self" rel="" title="https://providers.clevelandclinic.org/provider/brian-chen/4270345">Chen</a>, a staff physician in Sleep Medicine at the Cleveland Clinic. "</p><p>Chen said self-care and bedtime routines need to be activated at the right place and time. </p><p>“Where you become drowsy should be outside of your bed, and in your bed, you just sleep,” Chen said. </p><p>Bedtime routines leading to good quality sleep are crucial to regulate the circadian rhythm, the body’s internal clock, according to Chen. </p><p>This applies especially to people who suffer sleep disordered breathing, insomnia, restless leg syndrome, parasomnia, circadian rhythm disorder, and central disorders of hypersomnia.</p><p><b>Sleep hygiene tips</b></p><ul><li>The goal is to have 8 to 10 hours of sleep a night.</li><li>Set a fixed bedtime and wake-up time to help regulate the circadian rhythm. </li><li>The routine should include self-care activities such as taking a bath, brushing your teeth, and skincare. </li><li>The routine can include entertainment or leisurely screen-free activities away from the bedroom. </li><li>Avoid consuming caffeine after lunchtime. </li><li>Avoid alcohol in the evenings. It can make you sleepy, but it becomes stimulating after a few hours.</li><li>Avoid nicotine in the evenings. It’s a stimulant. </li><li>Have dinner three hours before bedtime.</li><li>Avoid excessive screentime at night.</li><li>Wearable trackers may be useful.</li><li>A sleep machine with soothing sounds and heavy curtains may help mask noise.</li><li>Keep electronic devices related to work out of the bedroom when possible. </li><li>Use the <a href="https://my.clevelandclinic.org/mobile-apps/sleep-app" target="_self" rel="" title="https://my.clevelandclinic.org/mobile-apps/sleep-app">Sleep by Cleveland Clinic app</a> to assess your risk of sleep disorders. </li></ul><p><b>Tips for ‘the power down hour’: A routine before heading to bed</b></p><ul><li>Journal to clear the mind</li><li>Practice deep breathing and meditation</li><li>Listen to calming music</li><li>Cuddle with your pet</li><li>Use aromatherapy to relax</li><li>Wear comfortable sleepwear</li><li>Make sure your bed is clean and inviting </li></ul><p><i>Source: Harvard’s Improving Sleep</i> and The National Sleep Foundation</p>]]></content:encoded></item><item><title><![CDATA[Panamá autoriza a filial de empresa canadiense procesar y vender material acumulado en mina de cobre]]></title><link>https://www.local10.com/espanol/2026/04/07/panama-autoriza-a-filial-de-canada-procesar-y-vender-material-acumulado-en-mina-de-cobre-paralizada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/07/panama-autoriza-a-filial-de-canada-procesar-y-vender-material-acumulado-en-mina-de-cobre-paralizada/</guid><dc:creator><![CDATA[Por ALMA SOLÍS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 01:20:03 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — El gobierno de Panamá autorizó el procesamiento y posterior exportación de material en la mina de cobre operada por la filial de la canadiense First Quantum, marcando el primer movimiento operativo en la mina desde su cierre tras un fallo de inconstitucionalidad en noviembre de 2023, aunque limitado a una medida ambiental y sin reactivar plenamente la actividad.</p><p>La mina, ubicada en una zona del norte del país y considerada una de las más grandes de la región, quedó paralizada tras semanas de protestas que se extendieron por todo el país en rechazo a la actividad minera y a la extensión del contrato. Desde entonces, el sitio ha permanecido en lo que el gobierno llama un plan de preservación.</p><p>La decisión de efectuar esa actividad en la mina había sido aprobada y anunciada a inicios de este año en un discurso a la nación por el presidente de Panamá, Jose Raúl Mulino, a pesar de ser un tema controversial.</p><p>La resolución emitida por el Ministerio de Comercio e Industrias, divulgada en un comunicado el martes, se enmarca según las autoridades en la ejecución del Plan de Preservación y Gestión Segura (PGS), y responde a advertencias técnicas sobre el material aún expuesto en el sitio. Un informe del Ministerio de Ambiente identificó riesgos asociados al drenaje ácido, un fenómeno que, advirtió, puede afectar suelos y fuentes de agua si el mineral no es manejado adecuadamente.</p><p>Con base en esas evaluaciones se autorizó a la empresa a procesar el material en acopio —estimado en unas 38 millones de toneladas con diferentes concentraciones que contienen aproximadamente 70.000 toneladas de cobre recuperable— y trasladar el producto resultante fuera del país, se indicó.</p><p>First Quantum aseguró que esta actividad no constituye una reapertura de la mina y no involucrará nuevas perforaciones, voladuras, ni reactivación de operaciones mineras.</p><p>El gobierno indicó que la empresa será responsable de cubrir en su totalidad los costos y gastos asociados a la ejecución de las actividades establecidas en la resolución, sin que esto represente erogación alguna para el Estado. Agregó que una vez se obtenga el concentrado de cobre en condiciones de ser comercializado, “este estará sujeto al pago de las regalías correspondientes sobre el producto exportado”.</p><p>En un comunicado, el director ejecutivo de la compañía, Tristan Pascall, señaló que la aprobación permite avanzar en la gestión del material acumulado, particularmente en aspectos relacionados con el manejo del agua y los relaves. La empresa estima que el programa podría generar más de 1.000 empleos directos y requerirá una inversión aproximada de 250 millones de dólares, principalmente para reactivar inventarios y cadenas de suministro.</p><p>La empresa estima que los trabajos de preparación, incluyendo el restablecimiento de proveedores locales y la reposición de insumos, podrían tomar hasta tres meses antes de iniciar el procesamiento.</p><p>La mina ya exportó un material. En septiembre de 2025 se autorizó la exportación del concentrado de cobre que se encontraba almacenado y que había sido procesado antes del cierre. Esa operación generó ingresos totales por 334 millones de dólares, de los cuales el Estado de Panamá recibió cerca de 30 millones de dólares en regalías.</p><p>Mulino ha anticipado que en junio daría a conocer la decisión de su gobierno en cuanto al futuro de la mina, aunque ha adelantado que se estudia un modelo distinto al anterior que era un contrato ley que debía pasar por la aprobación de la Asamblea Nacional unicameral. Aseguró que en este nuevo modelo el país deberá obtener mejores regalías. El presidente también ha dicho que se está asesorando con expertos de Chile y el nuevo gobierno del país sudamericano, el mayor productor mudial de cobre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XT4RZ24NBIZ7PYDFHVNMOS3XUQ.jpg?auth=a4534701b2d7af7796c7e0a8aadf7af5a64a12727927fde0843e966708f0903d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Bancos alineados en la mina de cobre Cobre Panamá durante una visita de prensa a la mina, propiedad de la canadiense First Quantum Minerals, que fue clausurada luego de que la Corte Suprema de Panamá dictaminara que la concesión gubernamental era inconstitucional. Donoso, Panamá, 21 de marzo de 2025. (Foto AP/Matias Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Officer improperly canceled visa of Harvard scholar charged with frog embryo smuggling, judge rules]]></title><link>https://www.local10.com/news/national/2026/04/07/officer-improperly-canceled-visa-of-harvard-scholar-charged-with-frog-embryo-smuggling-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/07/officer-improperly-canceled-visa-of-harvard-scholar-charged-with-frog-embryo-smuggling-judge-rules/</guid><dc:creator><![CDATA[By AUDREY McAVOY, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 00:54:39 +0000</pubDate><content:encoded><![CDATA[<p>A U.S. judge on Tuesday ruled that a customs officer improperly canceled the visa of a Russian-born scientist and Harvard University researcher charged with smuggling frog embryos in the U.S.</p><p>The opinion said Customs and Border Protection officers have limited authority to cancel visas and can't do so for suspected smuggling of biological samples. The cancellation of Kseniia Petrova 's visa was arbitrary and capricious, U.S. District Court Judge Christina Reiss said in her written ruling.</p><p>“The undisputed facts reveal that Ms. Petrova’s visa was impermissibly canceled because of the frog embryo samples and for no other reason,” Reiss wrote.</p><p>The U.S. Department of Homeland Security, which includes Customs and Border Protection, didn't immediately return an email message seeking comment.</p><p>In February last year, Petrova was returning from a vacation in France, where she had stopped at a lab specializing in splicing superfine sections of frog embryos and obtained a package of samples for research. She was questioned about the samples while passing through a customs checkpoint at Boston Logan International Airport.</p><p>After an interrogation, Petrova was told her visa was being canceled.</p><p>Petrova was briefly detained by immigration officials in Vermont, where she filed a petition seeking her release. She was later sent to a U.S. Immigration and Customs Enforcement facility in Louisiana.</p><p>She told The Associated Press in an interview last year that she did not realize the samples needed to be declared and was not trying to sneak anything into the country. Petrova has been back in her Harvard lab since January after successfully petitioning a court for the right to return to work, her attorney, Gregory Romanovsky, said.</p><p>Tuesday's ruling was an important step toward “correcting what should never have happened in the first place,” Romanovsky said in a statement.</p><p>Petrova’s case is being closely watched by the scientific community, with some fearing it could impact recruiting and retaining foreign scientists at U.S. universities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZUVMIXBRDZYWVSN7DFXUTCTCM4.jpg?auth=fd69d79d9e5ca08b3b8ece3833e0f137192dc33ea31f2ebe5a6d59ae79a80fe9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Harvard University researcher Kseniia Petrova, 30, departs the John Joseph Moakley United States Courthouse after being released on bail from federal custody on June 12, 2025, in Boston. (AP Photo/Leah Willingham, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Leah Willingham</media:credit></media:content></item><item><title><![CDATA[Bucks' Doc Rivers hints that grandkids could have say in his coaching future]]></title><link>https://www.local10.com/sports/2026/04/07/bucks-doc-rivers-hints-that-grandkids-could-have-say-in-his-coaching-future/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/bucks-doc-rivers-hints-that-grandkids-could-have-say-in-his-coaching-future/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 00:51:48 +0000</pubDate><content:encoded><![CDATA[<p>Milwaukee coach Doc Rivers, the NBA's winningest active coach and someone ranking sixth on the league's all-time victory list, hinted Tuesday that he might consider giving up his role on the sideline when this tumultuous Bucks season ends.</p><p>Rivers' reason: grandkids.</p><p>And put simply, he sounds like someone who wants to spent more time with them.</p><p>“I won't answer that, but I have grandkids that I want to see,” Rivers told reporters when asked before the Bucks' game in Brooklyn about his future. "I'll put it that way. I'll let you figure it out from there."</p><p>The 64-year-old Rivers is going into the Naismith Memorial Hall of Fame this summer. Only Gregg Popovich, Don Nelson, Lenny Wilkens, Jerry Sloan and Pat Riley have more coaching wins than Rivers — who won the NBA title as a coach with Boston in 2008.</p><p>Milwaukee came into the season with championship aspirations, built again around perennial All-Star and former MVP Giannis Antetokounmpo and further bolstered by the acquisition of Myles Turner in free agency last summer. But injuries doomed Milwaukee; the Bucks started 8-5, then lost seven consecutive games to fall under .500 and that's where they stayed the rest of the way.</p><p>They haven't been a top-eight team in the Eastern Conference since mid-November, wound up fielding trade offers for Antetokounmpo in February — ultimately deciding to keep him, at least for now — and now are embroiled in a war of words with their best player. He says he wants to play even though the Bucks are out of the playoff picture; the team has kept him out citing injuries.</p><p>Antetokounmpo has appeared in 36 games this season, by far the fewest of his 13-year career. The constant speculation about his future in Milwaukee has grated on Rivers for some time, prompting him to say last week that it has been bothersome to incessantly have to deal with questions about the relationship between Antetokounmpo and the franchise.</p><p>“The tough part about all this is I’m in the middle when I have nothing to do with it,” Rivers said Friday. “Coaches don’t decide any of this. But, the problem with our league is the coaches are the ones sitting out front and we have to sit here and answer this stuff. And I think there are two sides to this. I will tell you that.”</p><p>Antetokounmpo's future with the team is certain to be a major topic in the offseason. And now, Rivers' will be as well.</p><p>He sounded somewhat reflective last week when formally announced as a Hall inductee.</p><p>“Without the players that I’ve coached, without the coaches that I’ve coached with, I wouldn’t be here,” Rivers said when announced as part of this year’s Hall class. “None of us live in isolation. We all live and breathe with other people, and other people help us get to places we are.”</p><p>Rivers joined the Bucks midway through the 2023-24 season. He has a number of interests outside of coaching, would likely be a sought-after broadcaster — he's done TV work before — if he steps down from coaching, and indicated that it's difficult to not be present around young grandchildren.</p><p>"I have seven grandkids now and they're all 8 years and under," Rivers said. “And it kills me every time I miss grandparents' day with each one of them in school. And it's probably time to go see them more. So, I'll let you figure out the rest.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L6LUSOZQQ2TR2P6ZZJBR5G3TH4.jpg?auth=1503b00c02d649a6e220fd11044ebf5a3d30a5138fbe57687dd5b1feffa517c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naismith Hall of Fame Class of 2026 inductee Doc Rivers speaks during a news conference at the Final Four of the NCAA college basketball tournament, 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/EJGTTJRVMHR3CT3QXJN4M7SLNU.jpg?auth=a9379f014d62b8bb5dfcb7be5626dcf628a52b484b59bc595034ed95e14d553d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naismith Hall of Fame Class of 2026 inductees from left; Joey Crawford, Mike D'Antoni, Mark Few, Doc Rivers, Chamique Holdsclaw, and Amar'e Stoudemire are introduced during a news conference at the Final Four of the NCAA college basketball tournament, 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/3ODMZF3ICBXP47PDR7DSZNVSHQ.jpg?auth=1805c02b4d363e6c91b3b287636d69a148150f974789ef1a1ec12f452b8cf6c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naismith Hall of Fame Class of 2026 inductee Doc Rivers speaks during a news conference at the Final Four of the NCAA college basketball tournament, 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/3KO2JUYFK4TVGWEJKNNXQCH4RY.jpg?auth=248834f5724eef74c5608c670aee92a12facb7d9d00828456b30cac70fefbc9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks head coach Doc Rivers gestures during the second half of an NBA basketball game against the Boston Celtics, Friday, April 3, 2026, in Milwaukee. (AP Photo/Aaron Gash)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Gash</media:credit></media:content></item><item><title><![CDATA[April 7: Flood watch in effect through Wednesday for areas of Miami-Dade, Broward]]></title><link>https://www.local10.com/weather/2026/04/07/april-7-flood-watch-through-wednesday-for-metro-dadebroward/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/07/april-7-flood-watch-through-wednesday-for-metro-dadebroward/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[There may be some lingering showers over parts of South Florida Tuesday night; otherwise, some clouds will remain in the area. Miami-Dade and Broward counties can expect overnight low temperatures near 70°F.]]></description><pubDate>Wed, 08 Apr 2026 00:38:03 +0000</pubDate><content:encoded><![CDATA[<p>There may be some lingering showers over parts of South Florida on Tuesday night. Some clouds will remain in the area. </p><p>Miami-Dade and Broward counties can expect overnight low temperatures near the 70s.</p><p>Wednesday will be partly cloudy with the likelihood of more storms, particularly during the afternoon and early evening. </p><p>Localized flooding is possible. Temperatures are expected to be seasonable with highs forecast in the low 80s.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Winning numbers drawn in Tuesday’s Florida Cash Pop]]></title><link>https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-cash-pop/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/07/winning-numbers-drawn-in-tuesdays-florida-cash-pop/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 00:33:20 +0000</pubDate><content:encoded><![CDATA[<p>The winning numbers in Tuesday’s drawing of the “Florida Cash Pop” game were:</p><p>15</p><p>(fifteen)</p><p>For more lottery results, go to Jackpot.com | Order Lottery Tickets</p>]]></content:encoded></item><item><title><![CDATA[Beware of flooding, rip currents, traffic delays in South Florida ]]></title><link>https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/07/beware-of-flooding-rip-currents-traffic-delays-in-south-florida/</guid><dc:creator><![CDATA[Betty Davis, Caroline Coles, Andrea Torres]]></dc:creator><description><![CDATA[Excessive rainfall prompted weather and traffic alerts on Tuesday evening in South Florida.   ]]></description><pubDate>Tue, 07 Apr 2026 21:47:46 +0000</pubDate><content:encoded><![CDATA[<p>Excessive rainfall prompted weather and traffic alerts on Tuesday evening in South Florida. </p><figure><img src="https://www.local10.com/resizer/v2/4GCCCPJX7NGKNO2AQCXGQ56AZQ.jpg?auth=7dbdb6b2d2cc1b50b756102abef7e0b70056ba61d460a72077bcd32527ad0886&smart=true&width=1200&height=900" alt="A tree fell on a car on Tuesday in northwestern Miami-Dade County." height="900" width="1200"/><figcaption>A tree fell on a car on Tuesday in northwestern Miami-Dade County.</figcaption></figure><p>In coastal and metropolitan Miami-Dade and Broward counties, there was a <a href="https://www.local10.com/weather/alerts/" target="_self" rel="" title="https://www.local10.com/weather/alerts/">rip current statement</a> in effect until 8 p.m., and a <a href="https://www.local10.com/weather/alerts/" target="_self" rel="" title="https://www.local10.com/weather/alerts/">flood watch</a> in effect until 10 p.m.</p><p>By 5:30 p.m., in Miami-Dade, Cutler Bay had gotten 2.44 inches of rain, Kendall had 1.81 inches, and Coral Gables had 1.47 inches. </p><figure><img src="https://www.local10.com/resizer/v2/QKI6YY3SXFGWBIR4RBGD4QUCNQ.jpg?auth=14eb794258aba2c9cfd3a7fc28a0350a4b62de1307b88d8c6bbce33d47608b42&smart=true&width=1200&height=900" alt="This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County." height="900" width="1200"/><figcaption>This boat was part of the property damage that Palm Springs North residents experienced due to severe weather on Tuesday in Miami-Dade County.</figcaption></figure><p>There was a multi-vehicle crash on the MacArthur Causeway’s westbound lanes from Miami Beach to Downtown Miami. </p><p>Storms were impacting traffic in the Doral area on the Florida Turnpike and the Palmetto Expressway. There were also delays on Krome Avenue. </p><figure><img src="https://www.local10.com/resizer/v2/HBQ5QYHYABHQBFTHQGF22TY2QY.jpg?auth=ea0754e0b4f656a03451fde9b96ab20bc006ff4ab8fb97ebf646d5a3625336dc&smart=true&width=1200&height=900" alt="Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood." height="900" width="1200"/><figcaption>Winds and rainfall damaged a house's roof on Tuesday in Miami-Dade's Palm Springs North neighborhood.</figcaption></figure><p>By 5:30 p.m., in Broward, Davie had 1.27 inches of rain, and Fort Lauderdale had .46.</p><p>Once the sun goes down, the rain chance will drop off. There will be more showers and storms on Wednesday in South Florida. </p><p><i><b>For the Weather Authority’s live weather radar and hour-by-hour forecasts, </b></i><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><i><b>visit this page.</b></i></a></p><p><i><b>For the Traffic Team’s map with live updates, </b></i><a href="https://www.local10.com/traffic/" target="_self" rel="" title="https://www.local10.com/traffic/"><i><b>visit this page</b></i></a><i><b>. </b></i></p><p><i><b>Related story:</b></i><a href="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/" target="_self" rel="" title="https://www.local10.com/weather/2026/04/07/flood-watch-in-effect-for-miami-dade-broward-palm-beach-counties/"><i><b> </b></i>Flood watch in effect for South Florida, weather affecting local airports</a></p><p><b>Related posts</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">This thunderstorm produced a 73mph wind gust just east of Port Miami this afternoon <a href="https://t.co/QhVyWjCpwN">pic.twitter.com/QhVyWjCpwN</a></p>&mdash; Brandon Orr (@BrandonOrrWPLG) <a href="https://twitter.com/BrandonOrrWPLG/status/2041624179007438960?ref_src=twsrc%5Etfw">April 7, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[North Korea fires missiles toward sea after ridiculing South's hopes for better ties]]></title><link>https://www.local10.com/news/world/2026/04/08/north-korea-fires-missiles-toward-sea-after-ridiculing-souths-hopes-for-better-ties/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/08/north-korea-fires-missiles-toward-sea-after-ridiculing-souths-hopes-for-better-ties/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM and KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 11:09:16 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — North Korea fired multiple short-range ballistic missiles toward the sea Wednesday in its second launch event in two days, South Korea’s military said, hours after a senior North Korean official released crude insults against Seoul’s hopes for warmer relations.</p><p>South Korea’s Joint Chiefs of Staff said several missiles lifted off from North Korea’s eastern coastal Wonsan area on Wednesday morning and flew about 240 kilometers (150 miles) each in a direction toward the North’s eastern waters.</p><p>It said an additional North Korean ballistic missile fired later Wednesday traveled more than 700 kilometers off the North’s east coast. Japan’s Defense Ministry said it assesses that the missile fell in waters outside the country’s exclusive economic zone.</p><p>South Korea’s military said it maintains a readiness to repel any provocations by North Korea under a solid military alliance with the United States. It earlier said it detected the launch of an unidentified projectile from North Korea’s capital region on Tuesday.</p><p>South Korean media reported the projectile, also likely a ballistic missile, disappeared from South Korean military radars after displaying an abnormal development in the initial launch stage. This indicated the launch ended in failure, according to the reports.</p><p>The U.S. Indo-Pacific Command said in a statement that the North Korean launches had not posed any immediate threat to U.S. personnel or territory, or to allies.</p><p>The back-to-back launches came after North Korea made it clear that it has no intentions of improving ties with South Korea, whose liberal government has steadfastly expressed its hopes to restore long-dormant dialogue.</p><p>South Korea would always remain North Korea's “most hostile enemy state,” Jang Kum Chol, first vice minister at Pyongyang’s Foreign Ministry, said on Tuesday. He derided South Korea as “world-startling fools” engaged in wishful thinking over a recent statement by Kim Yo Jong, the influential sister of North Korean leader Kim Jong Un.</p><p>After South Korean President Lee Jae Myung expressed regret over alleged civilian drone flights into North Korea, Kim Yo Jong on Monday praised him for what she called honesty and courage, but reiterated a threat to retaliate if such flights recur. South Korean officials responded by describing Kim’s statement as meaningful progress in relations.</p><p>Jang said her statement was intended as a warning. He cited Kim Yo Jong as calling South Korea “the dogs affected by mange that blindly bark to the tune of neighboring dogs” as she criticized it for recently co-sponsoring of a U.N. resolution on the North’s purported human rights violations.</p><p>North Korea has refused to return to talks with South Korea and the U.S. and pushed to expand its nuclear arsenal since Kim Jong Un’s diplomacy with U.S. President Donald Trump collapsed in 2019. North Korea has instead sought to strengthen ties with Russia, China and other countries embroiled in confrontations with the U.S. Last September, Kim Jong Un traveled to Beijing to attend a military parade alongside other foreign leaders and held his first summit with Chinese President Xi Jinping in six years.</p><p>North Korean media reported on Wednesday that Chinese Foreign Minister Wang Yi will visit North Korea on Thursday for a two-day trip.</p><p>Earlier this week, North Korea said Kim Jong Un had observed a test of an upgraded solid-fuel engine for weapons and called it a significant development boosting his country’s strategic military arsenal.</p><p>Missiles with built-in solid propellants are easier to move and conceal their launches than liquid-fuel weapons, which in general must be fueled before liftoffs and cannot last long.</p><p>South Korea’s spy agency told lawmakers Monday the engine test was likely related to an effort to build a more powerful solid-fuel intercontinental ballistic missile that can carry multiple nuclear warheads, according to lawmakers who attended the meeting.</p><p>Experts say North Korea wants multi-warhead missiles to penetrate U.S. missile defenses, but they doubt Pyongyang has mastered the technology needed to acquire such a weapon.</p><p>— AP journalists Mari Yamaguchi and Mayuko Ono contributed from Tokyo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JWDIKLF2URXF7ZB2P2U22VNZFM.jpg?auth=f0be101eb1fcade123108a3cb1a7a6190c4c1bf85b92ad6c9adc167f1d8f2013&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV screen shows a file image of North Korea's missile launch during a news program at Seoul Railway Station in Seoul, South Korea, Wednesday, April 8, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C4HOIRXEY7KP3JZ2CELKTY44KA.jpg?auth=e9bc762d83030eed4553bbccc2a94d3f6955b3242d25a1dc03ab4ff519494df8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A TV screen shows a file image of North Korea's missile launch during a news program at Seoul Railway Station in Seoul, South Korea, Wednesday, April 8, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Grammy-winning singer-songwriter Ray Stevens recovering after breaking neck]]></title><link>https://www.local10.com/entertainment/2026/04/07/grammy-winning-singer-songwriter-ray-stevens-recovering-after-breaking-neck/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/07/grammy-winning-singer-songwriter-ray-stevens-recovering-after-breaking-neck/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 00:43:17 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE (AP) — Grammy-winning singer-songwriter Ray Stevens broke his neck and is recovering at home after being briefly hospitalized, according to a statement published Tuesday.</p><p>The 87-year-old country star, who is known for his topical satire, fell late last month, according to the statement released on his X account. He will need to wear a neck brace for about a month.</p><p>“He remains fully mobile & in good spirits," the statement said.</p><p>Stevens' decades-long recording career has included such hits as the Grammy-winning “Everything Is Beautiful" as well as the zany “The Streak," which captured the mid-1970s craze for running naked in public.</p><p>Born Harold Ray Ragsdale, Stevens's music was also known for its social commentary. In 1961, he recorded “Jeremiah Peabody’s Poly Unsaturated Quick Dissolving Fast Acting Pleasant Tasting Green and Purple Pills,” which made fun of the advertising industry.</p><p>His latest album is expected to be released Friday on Curb Records.</p><p>In July, Stevens suffered a mild heart attack and had heart surgery, according to a post on his X account. His performances at his CabaRay Showroom in Nashville, Tennessee, were canceled for the rest of the month as he recovered.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PKNQ7PCEQWL66SXFJICRUHLGNA.jpg?auth=2213307693ee52cc6d6ea498d92030aecd29b4ba882ebfa87d393d1862801f32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ray Stevens speaks during the annual announcement of inductees into the Country Music Hall of Fame, March 18, 2019, in Nashville, Tenn. (AP Photo/Mark Humphrey, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Humphrey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OI2GGZXYBBECPIRIWGU7BEKO5I.jpg?auth=037e0c59a8aad227149dc634b4fae6a2ab9bc403c405e1b37413fe9fe8d3b046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ray Stevens arrives at the 53rd annual CMA Awards at Bridgestone Arena, Nov. 13, 2019, in Nashville, Tenn. (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[Sen. Elissa Slotkin sits down with Trump voters in Iowa while campaigning for Democrats]]></title><link>https://www.local10.com/news/politics/2026/04/07/sen-elissa-slotkin-sits-down-with-trump-voters-in-iowa-while-campaigning-for-democrats/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/07/sen-elissa-slotkin-sits-down-with-trump-voters-in-iowa-while-campaigning-for-democrats/</guid><dc:creator><![CDATA[By HANNAH FINGERHUT, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 01:43:05 +0000</pubDate><content:encoded><![CDATA[<p>INDIANOLA, Iowa (AP) — Before Michigan U.S. Sen. Elissa Slotkin spent Tuesday afternoon supporting Democratic congressional candidates in Iowa, she was picking the brains of a table of President Donald Trump’s voters.</p><p>Slotkin, a potential Democratic 2028 presidential contender, peppered five Iowa voters with questions about divisiveness in U.S. politics and issues affecting their communities. She also wanted to know what the voters would look for if they could “build a candidate in a test tube" and why they chose Trump over Vice President Kamala Harris in 2024.</p><p>“What would have gotten you to actually consider a Democrat?” Slotkin asked as the discussion winded down.</p><p>She hadn’t told them yet she was one.</p><p>The conversation was one of many Slotkin is having ahead of this fall’s crucial midterm elections. They are a way for the Midwestern Democrat to hear what it might take for the party to win back parts of the country like Iowa, which swung from backing President Barack Obama in 2008 and 2012 to Trump in the last three elections.</p><p>Slotkin on Tuesday described a Democratic Party that has forgotten about the middle of the country, has spent too much time rehashing old fights and lacks coordination in delivering a strong counter to Trump.</p><p>“I’m pretty clear-eyed about the problems,” Slotkin told The Associated Press in an interview. “I’m interested in being a part of the next generation who’s going to rehab the Democratic brand.”</p><p>Slotkin's sit down with Trump voters in Iowa Tuesday, and a town hall in Ohio Wednesday, was organized by a PAC dedicated to reshaping the party, Majority Democrats. But for Slotkin, the stops in red and purple states also are opportunities for the former CIA analyst to introduce herself to voters outside her home state, many of whom — like those gathered for Tuesday’s lunch — don’t know who she is or what she stands for.</p><p>Slotkin was elected to the Senate in 2024 after serving three terms in the U.S. House. She was among six Democrats in Congress with military or national security backgrounds who in a video last year urged U.S. military members to resist “illegal orders.” Trump accused the lawmakers of sedition punishable by death, and the video prompted a Justice Department investigation.</p><p>Slotkin said Tuesday that they made the video “for moments exactly like this,” shortly before Trump paused for two weeks his threat to take out Iran’s “whole civilization.”</p><p>Democrats want to flip House seats in Iowa</p><p>Later Tuesday, Slotkin’s schedule included headlining a fundraiser and a county party dinner. She also held a health care-focused town hall with Iowa state Sen. Sarah Trone Garriott, a Democrat looking to unseat Republican U.S. Rep. Zach Nunn in one of the most competitive House seats in the country.</p><p>She shared some of the same themes to the friendly faces in Des Moines as she did earlier with the Trump voters, lamenting that politics is so divisive and describing the bipartisan disappointment over the health care system that she hears across the country.</p><p>But she put a finer point on her own views to the Democratic audiences, saying that the U.S. needs a public health insurance option for people of any age and giving advice on how to convince voters that supporting a Democrat is in their best interest.</p><p>“I want to win in November," Slotkin told an applauding audience. “That means being honest about where the Democratic Party needs to go.”</p><p>“The debate is not between progressive and moderate," she said. "It’s fight or flight.”</p><p>Slotkin shies away from answer on 2028</p><p>Visiting Iowa used to hold more obvious significance for Democrats before the party shook up the early presidential nominating calendar last cycle, bumping Iowa from its place as the first state to weigh in on the nominations. The state party in 2024 did away with the traditional, quirky caucuses that have historically been the first contest for both parties.</p><p>Now Iowa Democrats are among those pitching their state should go first in 2028; Michigan is also vying for the first Midwest slot. But it's still months before the Democratic National Committee will decide the order.</p><p>Slotkin is one of many prominent Democrats eyeing a potential 2028 run that have been visiting swing states and those that have traditionally been important in the nominating process.</p><p>“I'm not announcing anything,” Slotkin said Tuesday, and even joked about Iowa and Michigan's “cage match" for the early position.</p><p>The ambition didn't get past Ed Klavins, a Trump voter who participated in the focus group.</p><p>“She’s trying to figure out what she can do differently to have a better chance of getting reelected and maybe higher office,” said Klavins, a retiree from Urbandale, Iowa, who didn’t know Slotkin was the guest for Tuesday’s focus group lunch and said he was paid $200, plus lunch, to be there.</p><p>Klavins wants politicians on both sides of the aisle that challenge their party’s status quo. He told Slotkin that he wants a candidate who doesn’t pander to what they think voters want. He voted for Trump and thinks he’s succeeding in putting national security first, like closing the U.S.-Mexico border and eliminating the threat Iran poses to national security.</p><p>But Slotkin showing up to listen “makes her a little more genuine in my eyes,” he said. “I like her.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EKZ52ZPG7PTB2V52MOAUUYIVPU.jpg?auth=dc730fce567294b404e25f382fe0a2dd9454464af729850edbf86af5ae26f006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Elissa Slotkin, D-Mich., speaks to voters in Indianola, Iowa, Tuesday, April 7, 2026. (AP Photo/ Hannah Fingerhut)]]></media:description><media:credit role="author" scheme="urn:ebu">Hannah Fingerhut</media:credit></media:content></item><item><title><![CDATA[NASA Orion spacecraft on Artemis II moon fly-by mission starts journey back to Earth ]]></title><link>https://www.local10.com/tech/2026/04/07/nasa-orion-spacecraft-on-artemis-ii-moon-fly-by-mission-starts-journey-back-to-earth/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/07/nasa-orion-spacecraft-on-artemis-ii-moon-fly-by-mission-starts-journey-back-to-earth/</guid><dc:creator><![CDATA[Jenise Fernandez, Andrea Torres]]></dc:creator><description><![CDATA[The USS John P. Murtha, an amphibious transport dock ship, left port on Tuesday for the NASA Artemis II mission’s splashdown target zone.]]></description><pubDate>Tue, 07 Apr 2026 23:46:33 +0000</pubDate><content:encoded><![CDATA[<p>The USS John P. Murtha, an amphibious transport dock ship, left port on Tuesday for the NASA Artemis II mission’s splashdown target zone.</p><p>Four astronauts were on their way back home to Earth after flying over the moon and sending more than 50 gigabytes of data they collected. </p><p>Mission Control in Houston arranged a historic call between the Canadian and American astronauts aboard the Orion spacecraft and the French and American astronauts aboard the International Space Station. </p><p>“It truly emphasized how alike we are, how the same thing keeps every single person on planet Earth alive,” Astronaut Christina Koch told ISS Crew-12 commander Jessica Meir about the view from inside Orion. </p><p>Koch also talked about “the funny and practical” from how to eat" to “how to do silly things with water” and “how to flip around.”</p><p>On Monday, minutes before the Artemis II mission’s Orion spacecraft shattered Apollo 13’s 1970 distance record, a camera recorded a flying jar of Nutella hazelnut spread. The free ad went viral. </p><p>The astronauts on the Artemis II mission are set to return to Earth on Friday in the Pacific.</p><p>The Artemis III mission will have a lunar lander go around the Earth’s orbit in 2027, and the Artemis IV mission will have two astronauts land on the moon in 2028. </p><p><b>Interactive graphic on the mission</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 101.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/c8c27f76-90e7-4baf-99ae-19b3163afa89?src=embed&amp;embed_type=responsive_iframe" title="Artemis II" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/2026/04/07/artemis-ii-astronauts-make-long-distance-call-to-the-space-station-as-they-head-home-from-the-moon/" target="_self" rel="" title="https://www.local10.com/news/2026/04/07/artemis-ii-astronauts-make-long-distance-call-to-the-space-station-as-they-head-home-from-the-moon/">Artemis II astronauts make long-distance call to the space station as they head home from the moon</a></li><li><a href="https://www.local10.com/tech/2026/04/07/artemis-ii-astronauts-channel-apollo-8-with-a-striking-earthset-photo/" target="_self" rel="" title="https://www.local10.com/tech/2026/04/07/artemis-ii-astronauts-channel-apollo-8-with-a-striking-earthset-photo/">Artemis II astronauts channel Apollo 8 with a striking Earthset photo</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Dolphins open Phase 1 of offseason workouts]]></title><link>https://www.local10.com/sports/local/2026/04/07/dolphins-open-phase-1-of-offseason-workouts/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/07/dolphins-open-phase-1-of-offseason-workouts/</guid><dc:creator><![CDATA[Brandon Liguori]]></dc:creator><description><![CDATA[Football is back for the Miami Dolphins.]]></description><pubDate>Tue, 07 Apr 2026 23:28:50 +0000</pubDate><content:encoded><![CDATA[<p>Football is back for the Miami Dolphins.</p><p>Well, sort of.</p><p>The Dolphins joined the Buffalo Bills, Arizona Cardinals, Cleveland Browns, Las Vegas Raiders, New York Giants, Pittsburgh Steelers, and Tennessee Titans as teams with a first-year head coach to kick-start the first phase of voluntary offseason workouts on Tuesday.</p><p>Head coach Jeff Hafley met with reporters for about half an hour at the Baptist Health Training Complex.</p><p>In the NFL offseason program, Phase 1 is very limited and focused strictly on conditioning. </p><p>Coaches aren’t allowed to hold on-field team drills or football-specific practices.</p><p>Players aren’t allowed to wear football pads or helmets.</p><p>Hafley mentioned early in the media availability that running back De’Von Achane did not report.</p><p>Achane is entering the final year of his rookie contract and is due for an extension.</p><p>“I’m not going to dive into those thoughts right now. That’s all like, honestly, that’s part of the business,” Hafley said. “It’s part of what every team goes through in those situations and they’ll work it out.”</p><p>Achane is coming off a career-high 2025 season, in which he earned his first Pro Bowl after rushing for 1,350 yards and eight touchdowns - tying his rookie-year total in 2023 - and averaging a league-best 5.7 yards per touch.</p><p>Hafley was also asked about quarterback Malik Willis, whom the Dolphins signed to a three-year, $67.5 million deal, including $45 million in guaranteed money.</p><p>“Yeah, I had a great conversation with him yesterday, he came to office. I said, don’t change who you are. I said, don’t put any extra pressure on yourself. You’ve earned the right to be here and have this opportunity, and you’ve done that by doing all the things the right way - don’t change that,” Hafley said. </p><p>The Dolphins are banking on Willis, who replaces Tua Tagovailoa after six seasons with the team.</p><p>Tagovailoa signed a one-year deal to join the Atlanta Falcons. </p><p>Other notable offseason dates are the voluntary minicamp April 21–23, OTA workouts May 18–19, May 21, May 26–27, May 29, June 8–9, June 11, and mandatory minicamp June 2–3.</p><p>You can watch Hafley’s full media conference below. </p><iframe width="560" height="315" src="https://www.youtube.com/embed/cMrzTzPHxSo?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen title="Coach Jeff Hafley meets with the media | Miami Dolphins"></iframe>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQNGFWIQJEP7JJYZ34OEMFP7M.jpg?auth=bbfaf3e1c6a226c2b4da321e8e32bf5d7875984b38615fb8ff23ba8982c5a1be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fernando Mendoza to watch the NFL draft from Miami with family and friends, AP source says]]></title><link>https://www.local10.com/sports/2026/04/07/fernando-mendoza-to-watch-the-nfl-draft-from-miami-with-family-and-friends/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/fernando-mendoza-to-watch-the-nfl-draft-from-miami-with-family-and-friends/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 14:19:32 +0000</pubDate><content:encoded><![CDATA[<p>Fernando Mendoza, expected to go first overall to the Las Vegas Raiders, will watch the NFL draft with family and friends in Miami, someone with knowledge of the quarterback's plans said Tuesday.</p><p>That person spoke to The Associated Press on condition of anonymity because Mendoza hasn't made his plans public.</p><p>The draft will take place in Pittsburgh starting April 23, and many top players will be there to receive congratulations and a hug from NFL Commissioner Roger Goodell. But players, even those who are drafted first, sometimes prefer to watch from a different location.</p><p>Defensive end Travon Walker in 2022 and quarterback Trevor Lawrence in 2021 were the two most recent top picks to watch from afar.</p><p>Raiders officials have signaled they would like to ease Mendoza into the starting lineup without expressly saying they will draft the player who won the Heisman Trophy and led Indiana to the national championship.</p><p>Las Vegas signed veteran quarterback Kirk Cousins last week likely with the idea of him starting while Mendoza watches and learns from the sideline. Cousins is in Las Vegas for offseason workouts.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YZHALWEE73XXVZWHFLLJWPLBWQ.jpg?auth=b63d08225085f7a4ec38d973d3b916c016482f2747f9819323f5af072456be83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana quarterback Fernando Mendoza looks to throw a pass during the school's NFL football pro day Wednesday, April 1, 2026, in Bloomington, Ind. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZ7N5456WYPJQPT2PYDTARS2TI.jpg?auth=ac05c0f94ef867ef7884f68e275f58de20acce57bc8b00d052289926e1841d89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Raiders head coach Klint Kubiak, center, watches Indiana quarterback Fernando Mendoza, left, during the school's NFL football pro day Wednesday, April 1, 2026, in Bloomington, Ind. (AP Photo/AJ Mast)]]></media:description><media:credit role="author" scheme="urn:ebu">AJ Mast</media:credit></media:content></item><item><title><![CDATA[Delta joins the growing list of US airlines raising checked bag fees as jet fuel costs soar]]></title><link>https://www.local10.com/business/2026/04/07/delta-joins-the-growing-list-of-us-airlines-raising-checked-bag-fees-as-jet-fuel-costs-soar/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/07/delta-joins-the-growing-list-of-us-airlines-raising-checked-bag-fees-as-jet-fuel-costs-soar/</guid><dc:creator><![CDATA[By RIO YAMAT, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 22:40:22 +0000</pubDate><content:encoded><![CDATA[<p>Delta Air Lines announced Tuesday that it is raising checked baggage fees, part of a broader wave of U.S. carriers responding to higher jet fuel prices tied to the war in the Middle East.</p><p>Beginning Wednesday, most domestic and short-haul international passengers will pay $45 to check one bag, $55 for a second and $200 for a third, according to Delta. That’s an increase of $10 on each of the first two bags and $50 on the third.</p><p>The move follows similar announcements from United Airlines and JetBlue, both of which raised baggage fees last week.</p><p>“These updates are part of Delta’s ongoing review of pricing across its business and reflect the impact of evolving global conditions and industry dynamics,” the carrier said in a statement. It marks Delta’s first increase to checked baggage fees on domestic routes in two years.</p><p>Delta said complimentary bags will still be available to customers in premium cabins, active-duty military personnel, eligible co-branded credit card holders and members of certain loyalty tiers. Fees for long-haul international flights are not affected.</p><p>CEO Ed Bastian told investors last month that the jump in jet fuel prices had already added about $400 million to Delta’s operating expenses since the conflict began on Feb. 28. Executives at United and American Airlines reported similar figures.</p><p>Delta is scheduled to report its first-quarter earnings on Wednesday, kicking off the earnings season for U.S. airlines, which could offer travelers an early gauge of how rising jet fuel prices may affect them.</p><p>Airlines around the world have been grappling with volatile oil markets as fighting near the Strait of Hormuz disrupts global supplies. Roughly a fifth of the world’s oil typically passes through the narrow water way, and the threat to that chokepoint is pushing up the price of jet fuel, which is refined from crude.</p><p>Fuel typically ranks as the second-largest expense for airlines after labor.</p><p>The average price for a gallon of jet fuel in Chicago, Houston, Los Angeles and New York was $4.81 on Tuesday, up from $2.50 the day before the war started, according to Argus Media. The energy market intelligence company’s U.S. Jet Fuel Index tracks average prices across those major hubs.</p><p>In addition to raising ticket prices, analysts say U.S. carriers are likely to lean more on ancillary fees to offset the higher expenses, while many non-U.S. carriers are responding by adding or increasing fuel surcharges.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LA7XWIDVTTY3AXPGXJPMDUIB5Y.jpg?auth=22a562996597546a29f9b36ebaf6c90132f6c11cc65ca8e95ac160c40e42dfa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Delta Airlines jetliner taxis to a runway for take off from Denver International Airport, March 20, 2026, 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[Travelers will face limits on how many chargers they can carry as airlines try to reduce fire risks]]></title><link>https://www.local10.com/business/2026/04/07/travelers-will-face-limits-on-how-many-chargers-they-can-carry-as-airlines-try-to-reduce-fire-risks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/07/travelers-will-face-limits-on-how-many-chargers-they-can-carry-as-airlines-try-to-reduce-fire-risks/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 23:30:48 +0000</pubDate><content:encoded><![CDATA[<p>Travelers will soon face restrictions on how many portable chargers they can carry on a flight as airlines continue to try to reduce the risk of another lithium battery fire aboard their jets.</p><p>Southwest Airlines announced Tuesday that starting April 20 passengers will only be able to carry one charger on their planes, and they won't be allowed to put it in the overhead bin or in their checked luggage. The airline already requires passengers to keep their chargers in the open while they are using them, so flight attendants can act quickly if they start to overheat.</p><p>The new Southwest rule goes even further than the limit of two chargers per passenger that the International Civil Aviation Organization recommended last month. But the airline says it isn't going to aggressively enforce the policy by searching bags and confiscating chargers. Instead, Southwest's Vice President of Safety and Security Dave Hunt said the airline will stress this to travelers when they book their flights and arrive at the airport while explaining the potential dangers.</p><p>That alone might be a big help because most people don't seem to be aware of the risks, said Jeff Marootian, who is CEO of UL Standards & Engagement, which establishes the guidelines for the makers of these chargers and other electronic devices.</p><p>“A huge part of the concern here is seeing that number of incidents continue to increase, correlating, of course, to the number of devices that people are bringing on planes,” he said.</p><p>The Federal Aviation Administration said more lithium battery incidents are reported every year and hit 97 in 2025 as everyone carries more re-chargable devices like phones, iPads, laptops and these portable chargers. Marootian said that his organization hears about two incidents every week, and reported a 42% increase in the number of incidents involving portable chargers in 2025.</p><p>One of the worst happened in January 2025 when a devastating fire aboard an Air Busan plane waiting to take off from an airport in South Korea forced the evacuation of all 176 people aboard before the fire burned through the plane's roof.</p><p>Flight attendants have fire-resistant bags and insulated gloves to put overheating devices into to contain any potential blaze. Southwest’s Hunt said the airline’s new rule will “strengthen our ability to contain and mitigate lithium battery incidents, including reducing the risk of battery fires.”</p><p>To help make the rule workable for passengers, Southwest plans to equip all of its planes with in-seat power by the middle of next year.</p><p>Aviation safety expert Steve Arroyo, who flew for United Airlines for 37 years, said he thinks Southwest's new policy is a positive step to reduce the risk. Even though the number of fires is small compared to the roughly 100,000 flights every day around the globe, the potential consequences of a battery fire can be disastrous.</p><p>“It can turn into something very serious very quickly,” Arroyo said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5PWTKXWTIC776K7NZRWL2JNBL4.jpg?auth=aaf22b8309eacdd82613a552eb88cc375fd5113973884a4d07f127adf11a803e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flight line workers push a Southwest Airlines aircraft away from a gate at Love Field Airport in Dallas, Monday, March 16, 2026. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[South Florida Iranian community watching as President Trump’s deadline approaches]]></title><link>https://www.local10.com/news/local/2026/04/07/south-florida-iranian-community-watching-as-president-trumps-deadline-approaches/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/south-florida-iranian-community-watching-as-president-trumps-deadline-approaches/</guid><dc:creator><![CDATA[Linnie Supall]]></dc:creator><description><![CDATA[President Donald Trump has repeatedly pushed back deadlines for Iran to cut a deal or open the Strait of Hormuz, but his latest Tuesday deadline came with his most severe warning yet: “a whole civilization will die tonight, never to be brought back again.”]]></description><pubDate>Tue, 07 Apr 2026 22:27:56 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump has repeatedly pushed back deadlines for Iran to cut a deal or open the Strait of Hormuz, but his <a href="https://www.local10.com/news/world/2026/04/07/trump-has-delayed-several-deadlines-for-iran-but-tuesdays-nears-with-his-most-menacing-threat/" target="_self" rel="" title="https://www.local10.com/news/world/2026/04/07/trump-has-delayed-several-deadlines-for-iran-but-tuesdays-nears-with-his-most-menacing-threat/">latest Tuesday deadline</a> came with his most severe warning yet: “a whole civilization will die tonight, never to be brought back again.”</p><p>The world is watching as the president’s 8 p.m. deadline approaches, and here in South Florida, members of the Iranian community are keeping a close eye on developments.</p><p>Many are reacting to recent sharp words from Trump, who posted on social media, doubling down on his ultimatum for Iran to end its blockage of Gulf oil.</p><p>For some in the community, it marks an important moment, but it also comes with mixed emotions, including concern, frustration and hope.</p><p>Local 10 News spoke with Orusha Ashrafi, a community activist in South Florida’s Iranian community who has organized rallies and demonstrations in the past. He said tonight could be a critical turning point.</p><p>“It’s a real threat. President Trump is not joking, he’s not bluffing, he’s a real man,” Ashrafi said. “If he says something, he can do it, but we are hoping, as we saw when he says something he does something else. The last time he gave them a timeline, he extended the timeline.” </p><p>He has been vocal about the direction of Iran well before recent U.S. military involvement in the region.</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[Texas officials investigating hundreds of complaints against Camp Mystic amid license renewal bid]]></title><link>https://www.local10.com/news/national/2026/04/07/texas-officials-investigating-hundreds-of-complaints-against-camp-mystic-amid-license-renewal-bid/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/07/texas-officials-investigating-hundreds-of-complaints-against-camp-mystic-amid-license-renewal-bid/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description></description><pubDate>Wed, 08 Apr 2026 00:17:46 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — Texas health regulators told Camp Mystic’s owners Tuesday they are investigating hundreds of complaints following last year’s devastating floods that killed 27 girls as the state considers whether to allow the all-girls camp to reopen this summer.</p><p>The Texas Rangers are also helping look into allegations of neglect, according to the Texas Department of Safety, although the scope of the state’s elite investigations unit was not immediately clear.</p><p>The investigations underscore the hurdles facing Camp Mystic as it pushes ahead with reopening plans over the outrage of the families of the 25 girls and two teenage counselors who died in the July 4 floods. More than 850 families have signed up to return to the Christian, all-girls camp this summer if it is allowed to reopen a portion of the camp that did not flood.</p><p>The Department of State Health Services said that since February, the agency has received “hundreds of complaints regarding Camp Mystic’s operations in the summer of 2025” alleging violations of state laws governing youth camps. The agency said it asked for help from state police.</p><p>The Texas Department of Public Safety said the Texas Rangers joined an “investigation regarding complaints of neglect” during the flood. Neither agency released details. The camp did not evacuate and was hit hard when the river rose from 14 feet (4.2 meters) to 29.5 feet (9 meters) within 60 minutes before dawn.</p><p>A letter sent Tuesday from the health agency to the camp owners informed them of the agency’s investigation, but made no mention of the Texas Rangers being involved.</p><p>Lawyers for the families of the girls who were killed and the Camp Mystic owners did not immediately respond to email messages requesting comment.</p><p>Texas Lt. Gov. Dan Patrick called the Texas Rangers’ involvement a “criminal investigation” and said the state should not grant the camp a license to reopen until that probe and another one by state lawmakers are complete.</p><p>“I urge you to prioritize safety and do everything in your power to ensure Camp Mystic and/or their operators are not allowed to operate until the facts are in,” Patrick wrote in a letter Tuesday to the head of the health agency.</p><p>Families of several of the girls who died have sued the camp’s operators, arguing that camp officials failed to take necessary steps to protect the campers as life-threatening floodwaters approached. A district judge last month ordered the camp owners to preserve damaged cabins and other parts of the grounds in the flooded area as the lawsuits proceed.</p><p>The body of one of the campers killed, 8-year old Cile Steward, has not yet been recovered. DPS officials said the search for the girl continues.</p><p>Richard Eastland, one of the camp owners, was also killed. All told, the destructive flooding killed at least 136 people along a several-mile stretch of the river, raising questions about how things went so terribly wrong.</p><p>___</p><p>This story has been corrected to show that Richard Eastland, not Edward Eastland, was killed in the flooding.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/47AAD6IBCLGAM252YXATF74IUE.jpg?auth=63ebd69c3eef939ec974608e26d785d3ee84634cd9f7a7a4f25c9b3fcc9c1e7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Camp Mystic in Hunt, Texas, on July 9, 2025. (AP Photo/Ashley Landis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EG3XOZIPLWI6RBOBTOM5TTIMMY.jpg?auth=1ba0c6b7cd634a44d7d6958024ed73e526c4ebbdead79894282d104d21b43e88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This aerial photo shows Camp Mystic, in Hunt, Texas, on July 10, 2025. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Cubs ace Cade Horton headed for elbow surgery, will miss the rest of the 2026 season]]></title><link>https://www.local10.com/sports/2026/04/07/cubs-ace-cade-horton-headed-for-elbow-surgery-will-miss-the-rest-of-the-2026-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/07/cubs-ace-cade-horton-headed-for-elbow-surgery-will-miss-the-rest-of-the-2026-season/</guid><dc:creator><![CDATA[By KRISTIE ACKERT, Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 22:04:38 +0000</pubDate><content:encoded><![CDATA[<p>ST. PETERSBURG, Fla. (AP) — Chicago Cubs pitcher Cade Horton will miss the rest of the 2026 season after an MRI revealed UCL damage in his right elbow, Chicago manager Craig Counsell said Tuesday.</p><p>“Cade is gonna have surgery,” Counsell said before the Cubs game against the Tampa Bay Rays at Tropicana Field. “He’s gonna miss the rest of the year.”</p><p>The exact procedure, whether it will be a full Tommy John reconstruction or an internal brace repair, won’t be determined until surgeons go into the elbow. Horton visited renowned elbow specialist Dr. Keith Meister in Arlington, Texas, on Tuesday.</p><p>No surgery date has been set.</p><p>The announcement confirms what Cubs fans feared when Horton walked off the mound in Cleveland on April 3, after just 17 pitches. His velocity had dropped from 96 mph in the first inning to 93.8 mph on his final pitch before he waved toward the dugout.</p><p>It will be the 24-year-old right-hander’s second elbow reconstruction surgery. He had Tommy John surgery as a freshman at Oklahoma in 2021. He was the No. 7 overall pick in the 2022 draft and broke through in the majors last season with an 11-4 record and a 2.67 ERA in 118 innings. He finished second in NL Rookie of the Year voting. In his 2026 debut, Horton held Washington to two runs in 6 1/3 innings just one week before the injury.</p><p>The blow is particularly tough because the Cubs are already without ace Justin Steele, who is recovering from his own UCL surgery and is not expected back until late May at the earliest. With Matthew Boyd also on the injured list, the Cubs will lean on Colin Rea and Javier Assad in the rotation. Rea stepped up in a similar role last season, posting a 3.95 ERA across 27 starts after Steele went down.</p><p>“Colin’s going to be asked to pitch more innings out of the bullpen, and then somebody’s going to take Colin’s bullpen innings," Counsell said. "That’s how it’s going to be addressed on paper. But it’s not all on Colin. ... We all have to just do our part.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J36G52O75L2PYKZSHM46XDZUDY.jpg?auth=6dcf7d9a91f0045da491a1b29f4cacff8f9e9077cc1779c1c1d71c6329445a56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cade Horton de los Cachorros de Chicago lanza en la primera entrada ante los Guardianes de Cleveland el viernes 3 de abril del 2026. (AP Foto/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BRM3TJYYEWV66B3C3QQB674R5Q.jpg?auth=b3ccf69e4898090666363bdb23d6958209323dcf22e72facb31fa357b6d51a7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicag Cubs' Cade Horton pitches in the first inning of a baseball game against the Cleveland Guardians in Cleveland, Friday, April 3, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4WKIK6CLI3IEFUAR724TU7NU4.jpg?auth=bd514051386e97add08cec68891f2d47db3ef578d7546f4c48bea884e16c1786&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicag Cubs' Cade Horton pitches in the rain in the first inning of a baseball game against the Cleveland Guardians in Cleveland, Friday, April 3, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Trabajador independiente de Boynton Beach se opone a aplicación de ordenanza de estacionamiento de 2019]]></title><link>https://www.local10.com/espanol/2026/04/07/trabajador-independiente-de-boynton-beach-se-opone-a-aplicacion-de-ordenanza-de-estacionamiento-de-2019/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/07/trabajador-independiente-de-boynton-beach-se-opone-a-aplicacion-de-ordenanza-de-estacionamiento-de-2019/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Un manitas de Boynton Beach lleva 45 años aparcando su furgoneta de trabajo en el mismo sitio.]]></description><pubDate>Tue, 07 Apr 2026 22:03:37 +0000</pubDate><content:encoded><![CDATA[<p>Un trabajador de mantenimiento de Boynton Beach ha estado estacionando su camión de trabajo en el mismo lugar —su entrada— durante 45 años.</p><p>Ahora, Bali Ramnarace dice que está en un “purgatorio de estacionamiento” mientras espera encontrar una solución.</p><p>“Me gano la vida con este camión”, dijo. “Sin este camión, no puedo hacer lo que he hecho durante 45 años, el mismo ritual”.</p><p>Aunque los camiones han cambiado con los años, siempre han estado estacionados en la misma entrada.</p><p>Eso fue hasta hace poco, cuando la ciudad informó a Ramnarace, de 75 años, que el camión ya no podía estacionarse allí.</p><p>Los funcionarios dijeron que el camión viola una ordenanza vigente desde 2019.</p><p>Ahora Ramnarace enfrenta multas acumuladas tras recibir una citación de la ciudad.</p><p>Debido a un litigio pendiente, los funcionarios de la ciudad no quisieron responder a las preguntas de Local 10 en cámara, y en su lugar emitieron el siguiente comunicado:</p><p>“El propósito de la ordenanza sobre vehículos comerciales de gran tamaño es ayudar a garantizar que las calles del vecindario permanezcan seguras y accesibles para los residentes, peatones y vehículos de emergencia. Estas normas se aplican de manera consistente en toda la comunidad”.</p><p>Ramnarace dijo que no entiende la repentina aplicación de la norma, y asegura que no causa problemas, solo trabaja y se mantiene al margen.</p><p>“Quiero seguir trabajando, estoy fuerte”, dijo.</p><p>Aunque Ramnarace señaló que físicamente ya no es el hombre que solía ser, ya que su cuerpo no se mueve tan bien como antes, sus manos aún saben cómo reparar cosas, aunque ahora le resulta más difícil movilizarse.</p><p>“Esto es más conveniente para mí para subirme a mi camión e irme, porque a veces no puedo levantar cargas muy pesadas con este pie lesionado”, dijo.</p><p>Ramnarace cree que una buena solución sería permitirle estacionar en su entrada, básicamente respetando su derecho adquirido a mantener su lugar de estacionamiento.</p>]]></content:encoded></item><item><title><![CDATA[Former Marine charged in mass shooting is ordered to undergo psychiatric treatment]]></title><link>https://www.local10.com/news/national/2026/04/07/former-marine-charged-in-mass-shooting-is-ordered-to-undergo-psychiatric-treatment/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/07/former-marine-charged-in-mass-shooting-is-ordered-to-undergo-psychiatric-treatment/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Tue, 07 Apr 2026 22:00:07 +0000</pubDate><content:encoded><![CDATA[<p>BOLIVIA, N.C. (AP) — A judge on Tuesday ordered that a Marine veteran charged with three counts of first-degree murder in a mass shooting at a North Carolina waterfront bar last year undergo psychiatric treatment after it was determined he lacks capacity to understand the trial proceedings well enough to help his lawyers.</p><p>The case of Nigel Max Edge had been scheduled for a Brunswick County court hearing in which the local prosecutor was slated to reveal whether he intended to seek the death penalty. But District Attorney Jon David said in a news release that part of the case was set aside because questions about Edge's “capacity to proceed” were raised by multiple mental health professionals.</p><p>“The defense has presented evaluations from two experts, and this office requested an independent evaluation by a state forensic examiner,” David said. “All three evaluations conclude that Mr. Edge currently lacks the capacity to proceed to trial.”</p><p>Superior Court Judge Jason Disbrow ordered that Edge be transferred to Cherry Hospital, a state psychiatric facility in Goldsboro, David said.</p><p>David said the state’s mental expert found that Edge “may be restored to capacity through appropriate treatment, including medication and counseling.” Voicemail and email seeking comment were left for Edge's public defender, Matthew Geoffrion.</p><p>Authorities allege Edge, 41, piloted a small motorboat up to a dockside cocktail bar in Southport last Sept. 27 and opened fire with a short-barreled semiautomatic rifle. Three people were killed, and several others were injured.</p><p>Edge, who faces additional charges, was serving with an elite sniper unit in Iraq when he was shot four times, including once in the head. Friends and family say he has been diagnosed with post-traumatic stress disorder and still has a bullet lodged in his brain.</p><p>Tuesday’s action has “the practical effect of suspending further litigation unless and until the defendant’s capacity is restored,” David said, adding the state could still seek the death penalty “should the facts and law warrant this designation.”</p><p>Edge will remain in custody during treatment, which David said would be for an “indeterminate” amount of time.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RPWOSMM5TJLPER4L75GPQQNT7A.jpg?auth=ef5d79b53f402e33dec881f6aa4f4cc4694731cc738ef7853a0fe0206bb7fd67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man hugs a police officer in front of the American Fish Company following a fatal shooting that occurred the night before, Sept. 28, 2025, in Southport, N.C. (AP Photo/Chris Seward, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content></item><item><title><![CDATA[Miami-Dade woman accused of attacking McDonald’s worker with piece of wood over order dispute ]]></title><link>https://www.local10.com/news/local/2026/04/07/miami-dade-woman-accused-of-attacking-mcdonalds-worker-with-piece-of-wood-over-order-dispute/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/miami-dade-woman-accused-of-attacking-mcdonalds-worker-with-piece-of-wood-over-order-dispute/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 53-year-old woman is behind bars after authorities said she attacked a McDonald’s employee during a dispute over a food order that occurred late last year. ]]></description><pubDate>Tue, 07 Apr 2026 20:34:29 +0000</pubDate><content:encoded><![CDATA[<p>A 53-year-old woman is behind bars after authorities said she attacked a McDonald’s employee during a dispute over a food order that occurred late last year. </p><p><a href="https://www.local10.com/espanol/2026/04/07/acusan-a-mujer-de-miami-dade-de-atacar-a-empleada-de-mcdonalds-con-un-pedazo-de-madera-por-disputa-de-pedido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/acusan-a-mujer-de-miami-dade-de-atacar-a-empleada-de-mcdonalds-con-un-pedazo-de-madera-por-disputa-de-pedido/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said the suspect, Andrea Houston, was arrested Monday. </p><p>According to investigators, the incident occurred on Dec. 27 at McDonald’s, located at 18295 S. Dixie Highway, in the county’s Palmetto Bay area.</p><p>Authorities said Houston became upset while at the drive-thru window, believing items were missing from her order. However, the employee told her the order was complete and that she would have to pay for any additional items.</p><p>They said the situation escalated when Houston grabbed a piece of wood from inside her vehicle, began yelling at the employee, and threatened to hit him. </p><p>Investigators said she then “tapped the victim in the face” with the piece of wood through the drive-thru window before fleeing.</p><p>They said the area where the employee was working is not open to the public and is designated for employees only. </p><p>A witness recorded the incident and provided the vehicle’s license plate, which investigators later determined was registered to Houston. The victim later identified her in a photographic lineup, deputies said.</p><p>They said Houston has prior convictions, including felony battery and battery on a law enforcement officer, firefighter or corrections officer.</p><p>Houston’s arrest report states that she was taken into custody Monday after deputies conducted a traffic stop along South Dixie Highway. </p><p>During the arrest, deputies said she resisted by tensing her arms and moving her body, making it difficult to detain her.</p><p>After being taken into custody, Houston told deputies she is “always under the influence of narcotics” due to medications she takes, according to the report.</p><p>Jail records show Houston is facing one count each of burglary with assault or battery and resisting an officer without violence to his person. </p><p>As of Tuesday afternoon, she was being held at the Turner Guilford Knight Correctional Center, where her bond was set at $8,000. </p><p>She was also placed on house arrest and ordered to stay away from the victim and the McDonald’s where the incident took place.</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/PB23RGVIJZAOZDWFFTSD5HC2WE.jpg?auth=79d2ccb4545b19b54d2dd5e1209598453de9c55aa0e70e1eb960e1025ed65ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de Miami-Dade de atacar a empleada de McDonald’s con un pedazo de madera por disputa de pedido]]></title><link>https://www.local10.com/espanol/2026/04/07/acusan-a-mujer-de-miami-dade-de-atacar-a-empleada-de-mcdonalds-con-un-pedazo-de-madera-por-disputa-de-pedido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/07/acusan-a-mujer-de-miami-dade-de-atacar-a-empleada-de-mcdonalds-con-un-pedazo-de-madera-por-disputa-de-pedido/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 53 años se encuentra tras las rejas después de que las autoridades afirmaran que agredió a un empleado de McDonald's durante una disputa por un pedido de comida que tuvo lugar a finales del año pasado.]]></description><pubDate>Tue, 07 Apr 2026 21:47:06 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 53 años está tras las rejas luego de que las autoridades informaran que atacó a un empleado de McDonald’s durante una disputa por un pedido de comida ocurrida a finales del año pasado.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade indicaron que la sospechosa, Andrea Houston, fue arrestada el lunes.</p><p>Según los investigadores, el incidente ocurrió el 27 de diciembre en un McDonald’s ubicado en el 18295 de South Dixie Highway, en el área de Palmetto Bay.</p><p>Las autoridades señalaron que Houston se molestó en la ventanilla de autoservicio al creer que faltaban artículos en su pedido. Sin embargo, el empleado le indicó que la orden estaba completa y que debía pagar por cualquier producto adicional.</p><p>Indicaron que la situación escaló cuando Houston tomó un pedazo de madera dentro de su vehículo, comenzó a gritarle al empleado y lo amenazó con golpearlo.</p><p>Los investigadores dijeron que luego “tocó a la víctima en la cara” con el pedazo de madera a través de la ventanilla antes de huir.</p><p>Señalaron que el área donde trabajaba el empleado no está abierta al público y está designada solo para empleados.</p><p>Un testigo grabó el incidente y proporcionó la placa del vehículo, que posteriormente se determinó estaba registrada a nombre de Houston. La víctima luego la identificó en una rueda fotográfica, indicaron los agentes.</p><p>Las autoridades dijeron que Houston tiene antecedentes, incluyendo agresión grave y agresión contra un agente del orden, bombero o funcionario correccional.</p><p>El informe de arresto indica que fue detenida el lunes tras una parada de tráfico en South Dixie Highway.</p><p>Durante el arresto, los agentes dijeron que se resistió tensando los brazos y moviendo el cuerpo, lo que dificultó su detención.</p><p>Tras ser puesta bajo custodia, Houston dijo a los agentes que está “siempre bajo la influencia de narcóticos” debido a medicamentos que toma, según el informe.</p><p>Registros carcelarios muestran que enfrenta un cargo de allanamiento con agresión y otro por resistirse a un agente sin violencia.</p><p>Hasta la tarde del martes, permanecía detenida en el Turner Guilford Knight Correctional Center, con una fianza fijada en $8,000 USD.</p><p>También fue puesta bajo arresto domiciliario y se le ordenó mantenerse alejada de la víctima y del McDonald’s donde ocurrió el incidente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PB23RGVIJZAOZDWFFTSD5HC2WE.jpg?auth=79d2ccb4545b19b54d2dd5e1209598453de9c55aa0e70e1eb960e1025ed65ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward officials mull taking back firefighting from BSO ― and that’s not all]]></title><link>https://www.local10.com/news/local/2026/04/07/broward-officials-mull-taking-back-firefighting-from-bso-and-thats-not-all/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/07/broward-officials-mull-taking-back-firefighting-from-bso-and-thats-not-all/</guid><dc:creator><![CDATA[Roy Ramos, Chris Gothner]]></dc:creator><description><![CDATA[Broward County may once again directly run its own fire rescue service ― and commissioners could also consider booting the Broward Sheriff’s Office from two other high-profile roles on the policing side.]]></description><pubDate>Tue, 07 Apr 2026 21:25:46 +0000</pubDate><content:encoded><![CDATA[<p>Broward County may once again directly run its own fire rescue service ― and commissioners could also consider booting the Broward Sheriff’s Office from two other high-profile roles on the policing side.</p><p><a href="https://www.local10.com/espanol/2026/04/07/funcionarios-de-broward-evaluan-retomar-control-de-bomberos-a-bso-y-otros-servicios/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/07/funcionarios-de-broward-evaluan-retomar-control-de-bomberos-a-bso-y-otros-servicios/">Leer en español</a></p><p>After more than two decades of having BSO run the county fire department, commissioners are looking at managing fire and emergency medical services on their own.</p><p>BSO <a href="https://www.sheriff.org/fr/history/" target="_self" rel="" title="https://www.sheriff.org/fr/history/">took over</a> the former Broward County Fire Rescue ― and separate airport and port fire departments ― in 2003, becoming Broward Sheriff Fire Rescue.</p><p>The county is looking at bringing on a consulting firm to study a plan to bring the fire rescue service back into the fold. Commissioners were set to vote on a measure to do that on Tuesday.</p><p>Commissioner Lamar Fisher sponsored the proposal.</p><p>“It is time to really look at the detail of what it would look like to bring them back to Broward County,” Commissioner Lamar Fisher said. “I think it is cost savings number one, but obviously public safety is number one to the board itself and we want to make sure that we provide the best safety to our residents and our visitors here in Broward County.”</p><p>Fisher added that Sheriff Gregory Tony has been granted funds for pay raises, hiring, resources and new equipment. He said it’s imperative that the county look at more cost-effective ways to serve the public.</p><p>“(Tony) has the right to do whatever they want to with that money so it is frustrating to us at then end of the day but that is his will to do so,” Fisher said. “By bringing (fire rescue) back, we have full control and full transparency to the constituents that we serve.”</p><p>Unlike many Florida sheriff’s offices, which have large, populated unincorporated areas to patrol by default, the vast majority of BSO’s policing and firefighting work are done in cities that pay for the agency’s services in lieu of having in-house departments.</p><p>But after losing the policing contract in Pembroke Park and the policing and firefighting contracts <a href="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/" target="_self" rel="" title="https://www.local10.com/news/local/2026/01/20/deerfield-beach-commission-meeting-includes-bso-contract/">in Deerfield Beach</a> ― with Pompano Beach mulling <a href="https://www.local10.com/news/local/2026/02/24/pompano-beach-commission-to-debate-potential-of-cutting-ties-with-broward-sheriffs-office/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/24/pompano-beach-commission-to-debate-potential-of-cutting-ties-with-broward-sheriffs-office/">a BSO breakup of its own</a> ― the same county agenda item puts another one of BSO’s prominent roles in the crosshairs: airport and port policing.</p><p>A consulting firm could “study the feasibility of establishing” county-run police departments at Fort Lauderdale-Hollywood International Airport and Port Everglades, both owned by the county, to replace BSO.</p><p>Fisher said the new agency or agencies would have “the same coverage, the same police opportunities, the same comfort” as BSO.</p><p>“But at the end of the day, we have got to look at this to make sure that this is prudent for us as a county,” Fisher said.</p><p>Commissioners emphasized that Tuesday’s vote would not be to replace firefighting or police services ― just one to study the matter.</p><p>In a statement, a spokesperson for the Broward Sheriff’s Office said, in part, “For more than 22 years, Broward Sheriff Fire Rescue has been a cornerstone of public safety in Broward County by saving lives, easing suffering and protecting property.”</p><p>It continued, “Through high-quality fire and emergency services, crews respond 24/7 to protect residents and visitors across Broward County when it matters the most.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item></channel></rss>