<?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>Fri, 10 Apr 2026 18:43:46 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Miami-Dade man accused of impersonating cop while robbing escort at gunpoint]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-dade-man-accused-of-impersonating-cop-while-robbing-escort-at-gunpoint/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-dade-man-accused-of-impersonating-cop-while-robbing-escort-at-gunpoint/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies arrested a 23-year-old man on Thursday after accusing him of claiming to be a police officer when he robbed an escort at gunpoint in late February.]]></description><pubDate>Fri, 10 Apr 2026 18:35:37 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies arrested a 23-year-old man on Thursday after accusing him of claiming to be a police officer when he robbed an escort at gunpoint in late February.</p><p>Investigators said it happened on Feb. 24 near suspect Joel Xavier McNeil’s home in the county’s unincorporated West Little River area.</p><p>According to an MDSO arrest report, the victim told investigators that she had arranged a “quick visit out call” with McNeil early that morning, in which she would drive to him and have sex with him.</p><p>Authorities said the woman picked McNeil up near his home and the two drove close to a Dollar General, but McNeil had her turn around and head back to where she picked him up, near his home.</p><p>Deputies said at around 7:30 a.m., he had the victim pull over along the side of the road near Northwest 18th Avenue and 93rd Terrace, and “began to rub (her) inner thigh.”</p><p>According to the report, after she asked McNeil to pay first, he “stopped, used his phone, then pulled out a pistol from his waistband and pulled the slide backwards to chamber a round.”</p><p>The report states that he then told her “that he was police and (he) was going to need her to wait right there.”</p><p>Authorities said the woman put her hands up and asked what McNeil what he was doing and he asked her, “Where is the money?”</p><p>Deputies said the victim told him she had no money and showed her empty purse. At that point, they said McNeil, listed in the report as 6-foot-5 and 200 pounds, grabbed hold of the woman’s jacket as she tried to leave the vehicle and held her at gunpoint.</p><p>Authorities said she briefly got back in the vehicle, then ran out again and broke free from McNeil’s grip as another car headed her way.</p><p>“The victim then walked in front of the passing vehicle and asked for them to help her and call the police, however the vehicle continued driving away, not assisting (her),” the report states. “The victim then used her cellphone camera to record (McNeil) in her vehicle as he continued to ask her to come back into the vehicle. (He) then jumped over to the drivers side of the vehicle, closed the door and drove off in an unknown direction.”</p><p>On Thursday, authorities said McNeil’s father had called MDSO regarding a dispute over McNeil leaving their home in the 1800 block of Northwest 93rd Street.</p><p>Deputies said a check revealed an unrelated domestic violence warrant and a probable cause message in connection with the escort robbery.</p><p>As four deputies tried taking McNeil into custody, he started “pulling his hands away and rolling on the ground in an effort to avoid being handcuffed,” a separate arrest report states.</p><p>He was eventually taken into custody on charges of armed robbery, false imprisonment with a deadly weapon, falsely personating an officer with a deadly weapon in the commission of a felony and resisting an officer without violence.</p><p>Appearing in court on Friday, a Miami-Dade judge ordered he be held without bond.</p><p>As of Friday afternoon, McNeil was being held in the Turner Guilford Knight Correctional Center, online records show.</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/NVMXSB7CURGPZGVNEMGJS7WTXM.jpg?auth=ac489030571182576ed0753f06b6e5dda6420c690d24efd640e498a082fc30a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joel McNeil]]></media:description></media:content></item><item><title><![CDATA[Broward father fights charges after arrest over baby’s death and cover up]]></title><link>https://www.local10.com/news/local/2026/04/10/broward-father-fights-charges-after-arrest-over-babys-death-and-coverup/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/broward-father-fights-charges-after-arrest-over-babys-death-and-coverup/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Fri, 10 Apr 2026 18:02:56 +0000</pubDate><content:encoded><![CDATA[<p>A 25-year-old father who was accused of covering up and causing his 3-week-old son’s death was fighting charges on Friday in Broward County. </p><p>Anfernee Watts, who also has a 2-year-old daighter, appeared in Broward bond court <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">on Thursday</a>, and a judge denied him bail. </p><p>Watts “admitted to fabricating a story to present to law enforcement, placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a police officer wrote, according to an arrest warrant. </p><p>Crystal Garcia was 20 years old when she gave birth to their son on July 11 at Memorial Regional Hospital, according to police. </p><p>A pediatrician reported the baby boy was in good health on July 28, according to the arrest warrant. The tragedy unfolded a few days later. </p><p>“She intentionally restrained the baby by tightly wrapping him in a blanket, securing a pacifier in his mouth, and strapping him into a car seat before placing him inside a bathtub and isolating him behind a closed door while loud music played,” and she “willfully ignored his distress and failed to check on him for several hours,” a detective wrote, according to the warrant. </p><p>Hollywood Fire Rescue personnel pronounced the baby dead at 1:50 p.m. on Aug. 1st, in a house at 6660 Thomas St., records show. </p><p>Police officers noticed a “disposable changing pad that appeared to have blood spotting on it,” and the baby “had visible foam in his mouth and cracked lips that appeared to have dried blood on them,” according to the arrest warrant. </p><p>Watts told police officers that he had attended a job interview when the baby died, but the alleged interviewee said that was false, according to the warrant. </p><p>The Broward Medical Examiner’s Office ruled the baby’s cause of death to be suffocation and the manner of death to be a homicide. The evidence also includes a video recorded by a Ring surveillance camera showing Garcia with a garbage bag before calling 911.</p><p>Watts’ mother contacted police to report that Garcia, 21, told her the baby died while pinned between the bed frame and the mattress, according to an arrest warrant. </p><p>Garcia left voicemails to police from Aug. 4 to Wednesday and admitted to lying and to report that she had “smothered” the baby, according to the arrest warrant.</p><p>“Crystal admitted she lied to the police out of fear of being arrested,” a police officer wrote, according to the arrest warrant. </p><p>The U.S. Marshals Fugitive Task Force arrested the couple <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">on Wednesday.</a> </p><p>Corrections was holding Garcia without bond on Friday at the North Broward Bureau, a detention center in Pompano Beach, according to inmate records. </p><p>Garcia and Watts are each facing five charges: Obstruction of a criminal investigation, aggravated manslaughter of a child, child neglect with great bodily harm, tampering with evidence, and willfully touching, removing, or disturbing a dead body, clothing, or surrounding items without authorization. </p><p>Watt’s mother has had custody of their 2-year-old daughter since she was about 5 months old after Garcia and the baby tested positive for THC at birth, according to the arrest warrant. </p><p><b>Read a part of the arrest warrant</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " 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 story</b>: <a href="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/">Couple appears in Broward court accused of 3-week-old son’s death and cover up</a></p>]]></content:encoded></item><item><title><![CDATA[Worsening ocean heat waves are 'supercharging' hurricane damage, study finds]]></title><link>https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:02:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Marine heat waves are supercharging damage caused by hurricanes and tropical cyclones across the globe, a new study found.</p><p>Researchers looked at 1,600 tropical cyclones — the broader category of storms that includes hurricanes — that made landfall since 1981 and found those that went over the extra-hot water were more likely to intensify rapidly, a problem that's becoming more frequent. This resulted in 60% more disasters that caused at least $1 billion in damage — adjusted for inflation — when they hit land, according to a study in Friday's journal Science Advances.</p><p>A better understanding of how marine heat waves amplify hurricanes could help forecasters, emergency officials and long-term planners prepare for future storms.</p><p>The study defined marine heat waves as long-lasting, large areas of water in the top 10% of historical heat. They are becoming more of a danger with climate change and ever hotter oceans, study authors said. Warm water is fuel for hurricanes.</p><p>“These marine heat waves affect more than half of landfalling tropical cyclones,'' said study co-author Gregory Foltz, an oceanographer at the National Oceanic and Atmospheric Administration. “They're happening closer to land and more frequently, so I think people need to pay attention and know that these are more likely to result in extreme damages when they make landfall.”</p><p>It's important for meteorologists forecasting the storm track to see if these hurricanes go over a marine heat wave because it is more likely to intensify rapidly which “can potentially have a bigger impact on landfall,” Foltz said.</p><p>Just look at damaging hurricanes that smacked the United States in 2023, said study co-author Hamed Moftakhari, a coastal engineering professor who studies compound hazards at the University of Alabama.</p><p>“The story of Helene and Milton is that if you've got a warmer ocean, you've got the fuel to supercharge tropical cyclones even in a cascade. So within a few weeks you could get two rapidly intensified hurricanes making landfall in the west coast of Florida,” Moftakhari said. “This is shocking but should also be alarming for people.”</p><p>The study also points to October 2023's Hurricane Otis, which rapidly intensified from a tropical storm to a top level Category 5 hurricane in one day, then caused about $16 billion in damage and 52 deaths when it made landfall near Acapulco, Mexico, with 165 mph (265 kph) winds.</p><p>Researchers said the higher damage, compared with storms that didn’t cross marine heat waves, wasn’t driven by increased coastal development. Storms that crossed hot water and hit developed coasts were contrasted with other storms that hit similarly urbanized areas but without crossing hot water, said study lead author Soheil Radfar, a scientist who does hurricane hazard modeling at Princeton University.</p><p>Science has long known that warm water fuels and often strengthens tropical cyclones, providing more of a link on causation.</p><p>That means the future looks more dangerous, Radfar said.</p><p>“All these pieces of the puzzle are going to be really challenging for the coastal environment in the next four decades when you have more rapid intensification, more marine heat waves," Radfar said. This “is going to be really costly and frightening for the coastline environment, and it’s going to cause more billion-dollar disasters in the future.”</p><p>Moftakhari said “from a coastal engineering and risk management perspective, this has important implications for how governments plan, design, and respond to these hazards.”</p><p>Evacuation planning must account for storms that cross ocean hot spots being more likely to intensify rapidly and pose greater threats, according to Moftakhari. Earlier warnings and triggers on when people leave may be needed when there are marine heat waves. Designs for flood protection, drainage system, sea walls all have to be updated to the new worsening storm reality, he said.</p><p>Outside scientists said the study fits with the known physics of hurricanes and climate change, while putting a more specific number on the likelihood for mega-damage when marine heat waves are present.</p><p>“Climate change is causing stronger and longer-duration marine heat waves. Tropical cyclones draw their energy and produce heavy rain via evaporation from warm ocean waters,” said University at Albany atmospheric sciences professor Brian Tang, who wasn't part of the study. “It’s reasonable that marine heat waves are turbocharging hurricanes, provided other environmental conditions are favorable for hurricanes to intensify. In effect, the dice is being loaded.”</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/GY32DT2DZCCQWTBKFVUCB2QYTM.jpg?auth=f1352258d0ae4909dd16c5ef43ee9bb26a978bb197fde74999a39ae643d95b5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks alongside damaged apartments in the aftermath of Hurricane Otis, in the Diamonds subdivision of Acapulco, Mexico, Nov. 9, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BARW4BXF3LBZKSH7TZINUDNOVQ.jpg?auth=53b5684ad0d70823144fdf298df250941c8535d45710b49de4f30a4de2f14f3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People bike past damaged homes and debris left by Hurricane Milton, on the sand-coated main road of southern Manasota Key, already cleared of feet of sand, in Englewood, Fla., Oct. 13, 2024. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IHP2B4LEYOJEIZT2QZ4RSOC4A.jpg?auth=ed758a5ed0ba0a955f56f1063675310a1607b9d09577d5c1417cf32c779dbe13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Waves lap on the beach in front of empty house foundations surrounded by debris, following the passage of Hurricane Milton, on Manasota Key, in Englewood, Fla., Oct. 13, 2024. (AP Photo/Rebecca Blackwell, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FHGT5RIB5544D7RLCLMN227KMQ.jpg?auth=a8fb8121c4c4115e0cf82c00d71842679ac81d21e43aebb2b276601d1d10697b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jaime Sosa stands amid the ruins of his home nearly three weeks after Hurricane Otis hit as a Category 5 storm in the Alta Cuauhtemoc area of Acapulco, Mexico, Nov. 9, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SHHKTJKXYQZVSSNGLX6KCYK5M4.jpg?auth=f0475b9efff6193903f1eee1cc84115cdb02639259c201897fd13a9be5097976&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Hotel Flamingo is surrounded by debris in the aftermath of Hurricane Otis, in Acapulco, Mexico, Friday, Nov. 10, 2023. (AP Photo/Marco Ugarte, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marco Ugarte</media:credit></media:content></item><item><title><![CDATA[Single mother of 6 girls carries family through darkest of times through love, perseverance ]]></title><link>https://www.local10.com/news/local/2026/04/10/single-mother-of-6-girls-carries-family-through-darkest-of-times-through-love-perseverance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/single-mother-of-6-girls-carries-family-through-darkest-of-times-through-love-perseverance/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Good news is living and powerful in South Florida, and it can be found even in the midst of adversity. ]]></description><pubDate>Fri, 10 Apr 2026 17:59:26 +0000</pubDate><content:encoded><![CDATA[<p>Good news is living and powerful in South Florida, and it can be found even in the midst of adversity. </p><p>Oneka Davis is an example of that.</p><p>She’s a mom whose love and perseverance carried her family through the darkest of times. </p><p>Three years ago, the 38-year-old mother of six girls was abandoned by the person she trusted most. </p><p>“My husband decided he no longer wanted to pay bills. He no longer wanted to help,” Oneka said. “So he packed up and he left me with our daughters.” </p><p>He also left them without a home. Oneka’s salary as a full-time county track repair technician wasn’t enough to cover the rent.</p><p>“We stayed at hotels,” she said. “From there, it was back to square one, living out of my car.” </p><p>“Your daughters are with you in your car?” Local 10’s Mayte Padron asked.</p><p>“Yes,” Oneka said. </p><p>“So, it’s you and your six daughters?” Padron asked.</p><p>“Yes,” Oneka responded. </p><p>Oneka’s daughter, Melanie, 15, shared what it was like for her. </p><p>“At first, I didn’t understand. I was very confused,” she said. “It was very hard. We would search for a place, but then they would turn us down.”</p><p>The family lived this way for 2 1/2 years. And during that time, they were hit by another crisis. Oneka’s youngest daughter, Noa, was diagnosed with a brain tumor. </p><p>“She had brain surgery at 3 years old,” Oneka said. “Everything was removed successfully.”</p><p>“She made it through. She’s healthy,” Oneka added. </p><p>And it was the love of family and love of community that changed the course of the family’s lives. </p><p>“My union got involved and my union reached out to <a href="https://chapmanpartnership.org/" target="_self" rel="" title="https://chapmanpartnership.org/">Chapman Partnership </a>and Chapman immediately stepped in to help,” Oneka said. </p><p>Chapman Partnership is a leading emergency housing provider in Miami-Dade County.</p><p>“We are just incredibly blessed to be able to help families, like Oneka and her family, to transition themselves very rapidly into stable housing,” Kavaja Sarduy, Vice President of Operations for Chapman Partnership, said. </p><p>“I am so thankful to have a roof over my head, to be able not to worry about them being safe. I know that they are safe,” Oneka said. </p><p>Natalia, Melanie, Paris, Hazel, Justise and little Noa are indeed safe, happy and very grateful for their mom.</p><p>“Mom, I want to tell you that you are a vessel in my life and I love you dearly,” Natalia said. </p><p>This is only the first chapter in Oneka’s story and we hope to bring you another update soon. </p><p>Until then, it’s important to point out that Oneka does not receive any government assistance -- not for food or for rent.</p><ul><li><i><b>To donate:</b></i>&nbsp;If you’d like to make a monetary donation toward a Good News South Florida story or project,&nbsp;<a href="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700" target="_self" rel="" title="https://miami.fcsuite.com/erp/donate/create/fund?funit_id=3700">click here.</a>&nbsp;Local 10 has established the Local 10 Fund with The Miami Foundation and 100% of your donation will go toward the cause you designate in the “additional information” box.</li><li><i><b>To volunteer or submit a story idea:</b></i>&nbsp;If you’d like to volunteer for a Good News South Florida project or would like to submit a story for consideration, email&nbsp;<a href="mailto:goodnews@local10.com">goodnews@local10.com</a>.</li></ul><p>Good News South Florida airs Fridays on the Local 10 morning news at 10 a.m. It will encore Fridays at 3:30 p.m. and Sunday mornings, beginning at 6 a.m.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Release is on hold for the man cleared of killing Run-DMC's Jam Master Jay]]></title><link>https://www.local10.com/entertainment/2026/04/10/release-is-on-hold-for-the-man-cleared-of-killing-run-dmcs-jam-master-jay/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/release-is-on-hold-for-the-man-cleared-of-killing-run-dmcs-jam-master-jay/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:57:00 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A man who was convicted and then cleared of killing rap star Jam Master Jay of Run-DMC will remain jailed for now as prosecutors seek to stop his release on $1 million bond.</p><p>Karl Jordan Jr. had been positioned for release as soon as Friday. But then federal prosecutors appealed a judge's decision granting him bond with electronic monitoring, and the judge agreed Friday to put it on hold while that appeal plays out.</p><p>A message seeking comment was sent to Jordan's attorneys. Prosecutors declined to comment.</p><p>Jordan and another man, Ronald Washington, were convicted in 2024, more than two decades after the Run-DMC turntable ace was gunned down in his recording studio. Both men had pleaded not guilty.</p><p>This past December, a judge overturned Jordan’s conviction and acquitted him, while upholding the verdict against Washington.</p><p>Prosecutors argued that Jordan should remain behind bars while they appeal his acquittal and he awaits trial on unrelated drug charges. He has pleaded not guilty to those.</p><p>Jordan's lawyers said the 42-year-old, who was seriously wounded in a stabbing in Brooklyn’s troubled federal jail, ought to get bond. A roster of loved ones has agreed to co-sign the bond and to put up properties amounting to everything they have, his attorneys said.</p><p>Jam Master Jay, born Jason Mizell, and his fellow Run-DMC members helped launch rap into music’s mainstream with 1980s hits including “It’s Tricky” and a remake of Aerosmith’s “Walk This Way.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KULKW4M6FLYHYN6MNOQBI5ZELM.jpg?auth=d4b2b41a69f1068320db40060fde252ba4ee031f605cf874c5c5edbccacb94a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIL - In this Feb. 22, 2002 file photo made in Los Angeles, the late Rap legend Jam Master Jay, is shown. (AP Photo/Krista Niles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Krista Niles</media:credit></media:content></item><item><title><![CDATA[Report details Sunrise domestic case that led to chase, crash, several hurt]]></title><link>https://www.local10.com/news/local/2026/04/10/report-details-sunrise-domestic-case-that-led-to-chase-crash-several-hurt/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/report-details-sunrise-domestic-case-that-led-to-chase-crash-several-hurt/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Local 10 News obtained an arrest report detailing a domestic violence case that preceded a police pursuit involving a suspect in Sunrise that ended in a rollover crash in Fort Lauderdale and left several people hurt.]]></description><pubDate>Fri, 10 Apr 2026 17:56:35 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News obtained an arrest report detailing a domestic violence case that preceded a police pursuit involving a suspect in Sunrise that ended in a rollover <a href="https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/">crash in Fort Lauderdale and left several people hurt.</a></p><p>Sunrise police identified the suspect as 24-year-old Thomas Jamaine Roberson.</p><p>On Thursday, the victim told police about a domestic violence incident involving her boyfriend, Roberson, with whom she had been in a relationship for five to six months, according to the report.</p><p>Police said the victim is about 10 weeks pregnant with Roberson’s child, and the two lived together as a family.</p><p>The victim said that around midnight Thursday, she asked Roberson to return her cellphone after the couple got into an argument at a home in Sunrise.</p><p>Roberson initially denied having the phone but later retrieved it from under a pillow inside the home they shared, the report states.</p><p>Shortly after, police said Roberson left the home and took the victim’s vehicle, which was registered to her grandmother but in the victim’s care, along with her cellphone and other property.</p><p>About an hour later, they said Roberson returned to the home but refused to give the phone back. </p><p>The victim then reminded Roberson that she was pregnant, to which he responded, “I don’t care,” the report states.</p><p>Sunrise police said the victim later found Roberson’s loaded gun hidden inside the home in a laundry basket under clothing.</p><p>Shortly after, they said Roberson then pulled the victim, tearing her shirt and causing her to fall onto her neck.</p><p>The report states that Roberson refused to call 911, and the victim remained on the floor for about an hour after the incident.</p><p>Police said the victim attempted to flee the home multiple times, but at least twice Roberson “restrained her and brought her back inside against her will.”</p><p>The victim later fell asleep, then woke up and requested her phone. Roberson gave it to her after she handed him the gun, according to the report.</p><p>Police said the victim then gathered her two children, ages 2 and 3, and attempted to leave on foot when Roberson used his vehicle to block her path and “forcibly took both children from her custody without her consent, placing them into the vehicle without proper constraints.” Investigators noted Roberson is not the father of the children.</p><p>The victim then attempted to call 911 using her laptop, but Roberson allegedly grabbed it and threw it to prevent her from calling, police said.</p><p>They said the victim later fled and located her two children inside a vehicle before driving away and calling 911.</p><p>While on the phone with dispatchers, police said Roberson located the victim, forcibly entered her vehicle to turn off the ignition and took her phone.</p><p>He then attempted to remove her from the vehicle and threatened to kill her before fleeing with the vehicle while one of the children was still inside, according to the report.</p><p>A short time later, police said Roberson released the child to the victim and returned to the home, where she observed “extensive property damage, including overturned furniture, destroyed food items, and damaged electronics valued in excess of $1,000.”</p><p>Roberson was later located in Fort Lauderdale, where police said he fled from a traffic stop, leading to a pursuit that ended in a rollover crash near Powerline Road and Northwest 12th Street.</p><p>Fort Lauderdale police said the crash involved a vehicle, which overturned after being struck. They said several people, including Roberson, were taken to Broward Health Medical Center with minor injuries. </p><p>Jail records show Roberson is facing charges including robbery with carjacking, aggravated battery of a pregnant female, obstruction of justice, grand theft of a vehicle, child neglect and interfering with custody of a minor.</p><p>As of Friday morning, he was being held without bond at the Broward County Main Jail and ordered to have no contact with any victims or to possess firearms, weapons or ammunition.</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/OUXRCLLLPBFD7BNYXD2EB64ZTI.jpg?auth=b0b78e2fdb930eeeaa7fa6d3cdf17115ad286d642fdbe049964392896121bb65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[‘God sent me there:’ Man speaks about rescuing boy, 6, he found alone in Miami ]]></title><link>https://www.local10.com/news/local/2026/04/10/god-sent-me-there-man-speaks-about-rescuing-boy-6-he-found-alone-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/god-sent-me-there-man-speaks-about-rescuing-boy-6-he-found-alone-in-miami/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor]]></dc:creator><description><![CDATA[A man, who is currently homeless, spoke to Local 10 News Friday, after he notified Miami police Wednesday night that he had found a 6-year-old boy wandering the streets of Allapattah alone.]]></description><pubDate>Fri, 10 Apr 2026 16:59:57 +0000</pubDate><content:encoded><![CDATA[<p>A man, who is currently homeless, spoke to Local 10 News Friday, after he notified Miami police Wednesday night that he had found a <a href="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/">6-year-old boy wandering the streets of Allapattah</a> alone.</p><p><a href="https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/">Leer en español</a></p><p>According to police, the boy, who was initially believed to be named Lucas or Legacy, was found at about 11 p.m. Wednesday by the man, wandering around the area of Northwest Seventh Avenue and 17<sup>th</sup> Street.</p><p>“God sent me there. I had to do what God say to do,” Arnett Johnson said. </p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Johnson has been sleeping on a bench in the area for six months after serving time in prison. </p><p>He told Local 10 that you see a lot of things go down in the area, but don’t often see a child by themselves.</p><p>“I’m looking around for a parent, but I looked and I don’t see nobody. You know what I’m saying? So I’m like, what is this kid doing out here outside at this time of night?” Johnson said. </p><p>Johnson said he immediately knew something was wrong, so he called police and stayed with the young boy until authorities arrived. </p><p>“This was a good Samaritan that was sleeping in the streets, and he called us and gave us that information. You know, kudos to him. We don’t know what would have happened if he would have remained on the streets,” Miami police Officer Mike Vega said. </p><p>Investigators say the child told them, “Mommy drop me off and left me.”</p><p>Police said the boy has delayed speech, which made it difficult for them to get information from him.</p><p>However, an officer from Miami-Dade Schools Police called the Miami Police Department shortly after 10:34 a.m. Thursday and was able to identify the boy after seeing the “need to identify” flyer.</p><p>According to the report, police were then able to make contact with a witness who told them she has known the mother, Annie Rivera, 30, for a few years and Rivera and the boy recently moved in with her and her children.</p><figure><img src="https://www.local10.com/resizer/v2/2NJU3YS5AVGL7EUILV74EK46SM.jpg?auth=18695ec45054868e3d7656b2947f8dc15b8f4461e2d0490685d18f8d346738e9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said she went to bed at about 9:30 p.m. Wednesday and noticed that Rivera and her son were not home.</p><p>She said she heard the front door open in the middle of the night and assumed it was Rivera so she went back to sleep, authorities said.</p><p>Police said the witness woke up at about 6 a.m. Thursday to get her kids and herself ready for the day when they went downstairs and saw Rivera sleeping.</p><p>According to the report, one of the witness’ children asked where the boy was and the witness said she didn’t know and assumed he was at his godmother’s home.</p><p>Police said Rivera was found at about 11:40 a.m. Thursday and was taken into custody.</p><p>Rivera claimed to have had no idea that her son was gone, police said.</p><p>The full statement she made to detectives was redacted from the publicly released report.</p><p>Rivera is facing a charge of child neglect without bodily harm.</p><p>The boy, whose name has not been publicly released, is now in the care of the Florida Department of Children and Families.</p><p>“It’s dangerous everyday out here, right here,” Johnson said. “Especially, we got homeless people all together, and you’ve got fixed minds -- it’s dangerous.”</p><p>Rivera cried in front of a Miami-Dade County judge in bond court Friday, where she was ordered held on a $2,500 bond, which she has since posted.</p><p>It’s a story that could have gone much worse, but didn’t -- all because of an unlikely guardian angel.</p><p>“Probably anyone would have done the same thing I did, you know?” Johnson said. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[“Dios me envió allí”: hombre relata cómo rescató a niño de seis años que encontró solo en Miami]]></title><link>https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/dios-me-envio-alli-hombre-relata-como-rescato-a-nino-de-seis-anos-que-encontro-solo-en-miami/</guid><dc:creator><![CDATA[Gabrielle Arzola, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre, que actualmente no tiene hogar, habló con Local 10 News el viernes, después de haber notificado a la policía de Miami el miércoles por la noche que había encontrado a un niño de 6 años deambulando solo por las calles de Allapattah.]]></description><pubDate>Fri, 10 Apr 2026 17:49:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre, que actualmente está sin hogar, habló con Local 10 News el viernes, después de que notificó a la policía de Miami el miércoles por la noche que había encontrado a un <a href="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/">niño de 6 años deambulando solo por las calles de Allapattah</a>.</p><p>Según la policía, el menor, que inicialmente se creía que se llamaba Lucas o Legacy, fue encontrado alrededor de las 11 p.m. del miércoles por el hombre, caminando por el área de la Séptima Avenida del noroeste y la calle 17.</p><p>“Dios me envió allí. Tenía que hacer lo que Dios me dijo que hiciera”, dijo Arnett Johnson.</p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Johnson ha estado durmiendo en un banco en el área durante seis meses después de cumplir tiempo en prisión.</p><p>Le dijo a Local 10 que en el área se ven muchas cosas, pero no es común ver a un niño solo.</p><p>“Estoy mirando alrededor buscando a un padre, pero miro y no veo a nadie. ¿Entiendes? Entonces pienso, ¿qué hace este niño aquí afuera a esta hora de la noche?”, dijo Johnson.</p><p>Johnson dijo que de inmediato supo que algo estaba mal, por lo que llamó a la policía y permaneció con el menor hasta que llegaron las autoridades.</p><p>“Este fue un buen samaritano que estaba durmiendo en la calle, y nos llamó y nos dio esa información. Reconocimiento para él. No sabemos qué habría pasado si el niño hubiera permanecido en la calle”, dijo el agente de la policía de Miami Mike Vega.</p><p>Los investigadores dicen que el niño les dijo: “Mami me dejó aquí y se fue”.</p><p>La policía indicó que el menor tiene retraso en el habla, lo que dificultó obtener información de él.</p><p>Sin embargo, un agente de la Policía Escolar de Miami-Dade llamó al Departamento de Policía de Miami poco después de las 10:34 a.m. del jueves y pudo identificar al niño tras ver el volante de “necesidad de identificación”.</p><p>Según el informe, la policía pudo entonces contactar a una testigo que dijo conocer a la madre, Annie Rivera, de 30 años, desde hace algunos años, y que Rivera y el niño se habían mudado recientemente con ella y sus hijos.</p><figure><img src="https://www.local10.com/resizer/v2/2NJU3YS5AVGL7EUILV74EK46SM.jpg?auth=18695ec45054868e3d7656b2947f8dc15b8f4461e2d0490685d18f8d346738e9&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La policía dijo que la mujer se fue a dormir alrededor de las 9:30 p.m. del miércoles y notó que Rivera y su hijo no estaban en la vivienda.</p><p>Indicó que escuchó la puerta principal abrirse en medio de la noche y asumió que era Rivera, por lo que volvió a dormirse, según las autoridades.</p><p>La policía dijo que la testigo se despertó alrededor de las 6 a.m. del jueves para preparar a sus hijos y a ella misma para el día, y cuando bajaron, vieron a Rivera dormida.</p><p>Según el informe, uno de los hijos de la testigo preguntó dónde estaba el niño, y ella respondió que no sabía y asumió que estaba en la casa de su madrina.</p><p>La policía dijo que Rivera fue localizada alrededor de las 11:40 a.m. del jueves y fue puesta bajo custodia.</p><p>Rivera afirmó no tener idea de que su hijo no estaba, según la policía.</p><p>La declaración completa que hizo a los detectives fue censurada en el informe público.</p><p>Rivera enfrenta un cargo de negligencia infantil sin causar daño corporal.</p><p>El niño, cuyo nombre no ha sido divulgado públicamente, está ahora bajo el cuidado del Departamento de Niños y Familias de Florida.</p><p>“Es peligroso todos los días aquí”, dijo Johnson. “Especialmente, hay personas sin hogar juntas, y hay mentes inestables — es peligroso”.</p><p>Rivera lloró frente a un juez del condado Miami-Dade durante la audiencia de fianza el viernes, donde se le impuso una fianza de $2,500 USD, la cual ya pagó.</p><p>Es una historia que pudo haber terminado mucho peor, pero no fue así, todo gracias a un inesperado ángel guardián.</p><p>“Probablemente cualquiera habría hecho lo mismo que yo, ¿sabes?”, dijo Johnson.</p>]]></content:encoded></item><item><title><![CDATA[Heat waive Terry Rozier, the last official act of a season derailed by federal gambling charges]]></title><link>https://www.local10.com/news/florida/2026/04/10/heat-waive-terry-rozier-the-last-official-act-of-a-season-derailed-by-federal-gambling-charges/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/10/heat-waive-terry-rozier-the-last-official-act-of-a-season-derailed-by-federal-gambling-charges/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:44:54 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Terry Rozier, who is facing federal charges related to a gambling operation, was waived by the Miami Heat on Friday in an expected and procedural move that allows the team to sign another player to its roster before the postseason.</p><p>Rozier was with the Heat for one game this season — the opener at Orlando on Oct. 22, a contest in which he did not play. He was arrested by federal officials at the team hotel the following morning on charges that he offered information to help people win bets on his stat totals in a 2023 game when was with the Charlotte Hornets.</p><p>Miami has until Sunday to sign another player. It'll open play in the play-in tournament either Tuesday or Wednesday.</p><p>Rozier was placed on leave by the NBA shortly after his arrest. He has collected his $26.6 million salary this season; the Heat were first paying it into an interest-bearing account, and an arbitrator later ruled that Rozier should be getting the money despite his legal issues.</p><p>The Heat traded for Rozier in January 2024, unaware of the gambling probe. Miami sent Kyle Lowry and a 2027 first-round pick to Charlotte in return for Rozier; last month, the Hornets wound up giving Miami a second-round pick in this year's draft, a largely unprecedented move presumably to close the dispute over what wasn't disclosed at the time of the original deal.</p><p>Miami, like all teams, had until 5 p.m. Friday to waive a player with either an expiring contract or one where the team held an option for next season. The Heat, albeit in name only, have continued listing Rozier on injury reports as “not with team” all season, and his nameplate has even remained over his stall in the team locker room even after it became obvious that he would not be with the team again.</p><p>It's not known how much contact Rozier — who was in the final year of his four-year, $96.2 million contract — has had with the Heat since his arrest. He did reach out to some in the organization via text in celebration of Bam Adebayo's 83-point game against Washington, but hasn't been known to have been around the team in any way since October.</p><p>The NBA was aware of unusual prop bet activity surrounding Rozier’s performance in that March 23, 2023, game he played with Charlotte against the New Orleans Pelicans; it was flagged by sportsbooks that afternoon, but a league probe — not the federal investigation — found no reason at that time to keep him from playing.</p><p>Rozier was in the starting lineup for Charlotte for that game and played reasonably well in 9 1/2 minutes of action, with five points, four rebounds, two assists and a steal. That remains one of only two times in his career that he had that many points, rebounds and assists in a first quarter.</p><p>Rozier cited foot pain as his reason for not returning to that game. The Hornets have not said publicly if they were aware of any federal probes into Rozier’s conduct at that time.</p><p>Rozier has averaged 13.9 points per game in his career, which includes stops with Charlotte and Boston before coming to Miami. He appeared in 95 games with the Heat.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6AMH44F36LFL3J67SLEZV6L4F4.jpg?auth=2dae180a3911e289b37b9aea3f5e6a23d3ea2a91a1c0f6d03b2b4713a82d9485&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miami Heat's Terry Rozier leaves Brooklyn federal court, Dec. 8, 2025, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Unable to self-deport to Venezuela, families get trapped in nightmarish limbo in Miami ]]></title><link>https://www.local10.com/news/2026/04/02/mothers-unable-to-self-deport-to-venezuela-find-themselves-homeless-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/02/mothers-unable-to-self-deport-to-venezuela-find-themselves-homeless-in-miami/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres]]></dc:creator><description><![CDATA[Two mothers eager for a family reunion sat with their toddlers on Thursday in Miami to talk about their nightmare in hopes of finding a solution. ]]></description><pubDate>Thu, 02 Apr 2026 22:32:49 +0000</pubDate><content:encoded><![CDATA[<p>Unattainable travel documents keep Venezuelan migrants from boarding flights after relatives’ deportations. A nonprofit stepped in to help, but they need solutions. </p><p>Yelitza Pérez, the 29-year-old mother of two girls, said President Donald Trump’s administration deported her husband to Venezuela, and she couldn’t afford to stay in the U.S. without him. </p><p>Pérez opted to<a href="https://www.dhs.gov/cbphome" target="_self" rel="" title="https://www.dhs.gov/cbphome"> self-deport</a>. But once she arrived to her connecting flight at Miami International Airport, the airline did not allow her to board her flight to Venezuela without a safety pass. </p><p>“Oh my God! I almost wanted to die,” Pérez said. </p><p>The only way the airlines would allow her to fly to Venezuela was if she was able to get a pass or “salvoconducto” from a Venezuelan consulate or embassy, but those were closed in 2019. </p><p>Pérez was part of a larger group of Venezuelans who slept with their children at MIA, where they were unable to afford a hotel or food. </p><p>“I sat with my children to cry,” a mother, who asked to be referred to as Jennifer, said. </p><p>Pérez and Jennifer said they reached out to U.S. Customs and Border Protection to explain the dilemma. A CBP representative told Jennifer that CBP couldn’t help her. </p><p>“They couldn’t help me without a passport,” Jennifer said. </p><p>Jennifer reached out to a stranger on TikTok, who promised to help her in exchange for cash. The opportunistic fraudster stole her $520. </p><p>Miami-based nonprofit <a href="https://www.facebook.com/hermanosdelacalleusa/?locale=es_LA" target="_self" rel="" title="https://www.facebook.com/hermanosdelacalleusa/?locale=es_LA">Hermanos De La Calle</a> helped the vulnerable Venezuelans to get a place to stay and food while they remained stuck in a hopeless limbo. </p><p>Homeland Security has yet to respond to a request for information about the cases. A spokesperson for U.S. Rep. Maria Elvira Salazar said she and her team were trying to find solutions. </p><p><b>Read the statement from DHS</b></p><p><i>In coordination with the Department of State, DHS actively engages with foreign governments to facilitate the travel documents for voluntary self-deportations. In some instances, however, the issuance of those documents is determined by the receiving country and cannot be compelled by the United States. DHS provides information and case-specific guidance to illegal aliens seeking to self-deport. Voluntary self-deportation remains subject to commercial carrier requirements and the admission requirements of the destination country.</i></p><p><i>DHS continues to support lawful and orderly departures and to work with interagency and international partners to mitigate documentation challenges where possible. We encourage all illegal aliens to take control of their departure by utilizing the CBP Home app to receive a free flight home and $2,600.</i></p><p>Source: Steve Sapp, a spokesman for the U.S. Customs and Border Protection</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/national/2026/02/24/legal-advocates-seek-to-halt-cbp-policy-pressuring-unaccompanied-children-to-self-deport/" target="_self" rel="" title="https://www.local10.com/news/national/2026/02/24/legal-advocates-seek-to-halt-cbp-policy-pressuring-unaccompanied-children-to-self-deport/">Legal advocates seek to halt CBP policy pressuring unaccompanied children to self-deport</a></li><li><a href="https://www.local10.com/news/local/2025/03/10/noem-repurposes-app-for-asylum-seekers-for-migrants-planning-to-self-deport/" target="_self" rel="" title="https://www.local10.com/news/local/2025/03/10/noem-repurposes-app-for-asylum-seekers-for-migrants-planning-to-self-deport/">Noem repurposes asylum seekers app to encourage undocumented migrants to ‘self-deport’ </a></li></ul>]]></content:encoded></item><item><title><![CDATA[Police pursuit of stolen car ends with driver crashing in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A police officer’s pursuit of a stolen car ended with the driver crashing on Friday in Fort Lauderdale’s Melrose Park neighborhood. ]]></description><pubDate>Fri, 10 Apr 2026 17:23:06 +0000</pubDate><content:encoded><![CDATA[<p>A police officer’s pursuit of a stolen car ended with the driver crashing on Friday in Fort Lauderdale’s Melrose Park neighborhood. </p><p>Police officers reported attempting a traffic stop. The driver of the car that had been reported stolen out of Plantation sped away, according to police. </p><p>The driver crashed into a fence and damaged a parked car at 660 Long Island Ave., according to Casey Liening, a spokeswoman for the Fort Lauderdale Police Department. </p><p>After the crash, the driver attempted to flee again, but he didn’t get far — a police dog helped the officers to find him, according to Liening. </p><p>The Plantation Police Department was dealing with the carjacking case. </p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1280.6012055409533!2d-80.19975033106248!3d26.112540611541537!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d907377b4d12b5%3A0x9002815e0782a88!2s660%20Long%20Island%20Ave%2C%20Fort%20Lauderdale%2C%20FL%2033312!5e1!3m2!1sen!2sus!4v1775840652774!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LQ5FSTCRVRAOLIMVB2YW7IWLGQ.jpeg?auth=1343436f679141367bb779fdfbc2bd18f374d20d23c596104309d797fb29656e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami Beach’s iconic rainbow crosswalk finds new home at Lummus Park]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-beachs-iconic-rainbow-crosswalk-finds-new-home-at-lummus-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-beachs-iconic-rainbow-crosswalk-finds-new-home-at-lummus-park/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[A ribbon-cutting ceremony was held Friday morning at Lummus Park, where Miami Beach’s iconic rainbow sidewalk was installed at less than six months after it was removed from its previous location by the state. ]]></description><pubDate>Fri, 10 Apr 2026 17:13:32 +0000</pubDate><content:encoded><![CDATA[<p>A ribbon-cutting ceremony was held Friday morning at Lummus Park, where Miami Beach’s iconic rainbow sidewalk was installed at less than six months after it was removed from its previous location by the state. </p><p>Miami Beach officials made their message loud and clear.</p><p>“We have worked hard in this community, we are a vibrant part of this community, we help make this thing work,” Palace performer Tiffany T. Fantasia said. </p><p>Friday marked a resurrection of the nearly 4,000 pavers that were removed by the Florida Department of Transportation from the crosswalk at 12th Street and Ocean Drive.</p><p>“It’s so exciting because this is what it’s all about. This is about representing our community in the way our residents, our visitors, our businesses want to be represented,” Miami Beach Commissioner Tanya Katzoff Bhatt said. </p><p>Earlier this year, Katzoff Bhatt brought forth the idea of bringing the LGBTQ+ symbol back on city property.</p><p>“Some people say that this is just a road. It’s more than that,” State Sen. Shevrin Jones said. </p><p>Jones, a Democrat, was vocal in his stance against Republican Gov. Ron DeSantis’ order banning any road designs linked to social, political or ideological messages, citing safety concerns.</p><p>“To be able to have a seat at the table and to even fight against things like this – it’s an honor to be able to push back on bigotry,” Jones said. </p><p>Friday’s unveiling marks a new chapter in Miami Beach with a plaque memorializing the history of the crosswalk. </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[Israeli strike kills Lebanese security forces as Israel and Hezbollah trade fire ahead of talks]]></title><link>https://www.local10.com/news/world/2026/04/10/israeli-strike-kills-lebanese-security-forces-as-israel-and-hezbollah-trade-fire-ahead-of-talks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/israeli-strike-kills-lebanese-security-forces-as-israel-and-hezbollah-trade-fire-ahead-of-talks/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:05:55 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Attacks intensified Friday between Israel and the Lebanese militant group Hezbollah ahead of direct talks between the Lebanese government and Israel set to begin next week.</p><p>At least 13 members of Lebanon's State Security forces were killed in an Israeli strike in southern Lebanon Friday, while Hezbollah claimed an attack targeting a naval base in the Israeli port city of Ashdod some 90 miles away from the border.</p><p>Israel launched strikes across several towns in southern Lebanon, including one on a government building in the southern city of Nabatieh that killed the government security personnel. Hezbollah claimed 31 other attacks on northern Israel and on Israeli ground troops that have invaded southern Lebanon.</p><p>Israel launched its latest aerial campaign and a ground invasion of southern Lebanon after Hezbollah fired rockets toward northern Israel in solidarity with Iran, its key ally and patron, on March 2.</p><p>At least 1,888 people in Lebanon have been killed in Israeli strikes, according to the Health Ministry. At least 303 were killed in a rapid series of 100 strikes that hit the country — including multiple areas in dense residential and commercial areas in central Beirut — in 10 minutes on Wednesday, the bloodiest day in the latest war between the two sides. Civil Defense first responders are still searching for bodies trapped under the rubble in the Lebanese capital.</p><p>Meanwhile, officials at Beirut's main government-run hospital on the southern edge of the capital fear it could be in the line of fire after the Israeli military issued an evacuation warning for the surrounding suburbs, including the busy neighborhood of Jnah where the hospital is located. Israel has launched attacks in Jnah, both with and without warning.</p><p>The World Health Organization has since called for the Rafik Hariri University Hospital to be spared from attacks and not to evacuate, and WHO officials said Friday that they received assurances that it would not be struck. The hospital has not evacuated, though staff are fearful, as getting to work now requires them to drive on roads that can be struck at any time says Dr. Mohammad Cheaito, who heads the emergency department.</p><p>“The entire zone around the hospital was threatened and deemed dangerous,” he told the AP. “But at the end of the day, we have a humanitarian duty.”</p><p>Lebanon hopes for truce while Hezbollah supporters reject talks</p><p>Lebanon's authorities have not yet commented on Israeli Prime Minister Benjamin Netanyahu's announcement on Thursday of the decision to go ahead with talks. Netanyahu said the talks would revolve around disarming Hezbollah and establishing “peaceful relations” between the two countries.</p><p>A Lebanese official in government familiar with the developments said that a halt in the fighting is a critical condition for the country to engage in direct talks with Israel, similar to the one between the U.S. and Iran. It has yet to appoint a representative for negotiations. They spoke on condition of anonymity in line with regulations.</p><p>Lebanese President Joseph Aoun had initially proposed the direct talks early on in the war on similar terms, at the time hoping for Israel to stop an escalation in airstrikes and to not invade the country. At the time, with only the backing of France, that failed.</p><p>On Wednesday, the U.S. and Iran announced a temporary ceasefire in the war that began on Feb. 28. It included Lebanon and other countries impacted in the wider regional conflict, mediator Pakistan announced. However, Israel — and later the United States — denied this. They want to separate the diplomatic tracks of the two wars.</p><p>Hezbollah considers Israel's attacks on Lebanon to be a violation of the ceasefire, while Beirut, in a bid to disarm Hezbollah and assert its full sovereignty over the country, says it wants to be included in talks related to Lebanon.</p><p>Hezbollah Secretary-General Naim Kassem in a statement broadcast Thursday did not directly mention the prospect of Israel-Lebanon talks, but called on the Lebanese government to “stop giving free concessions” to Israel.</p><p>Dozens of supporters of the Iran-backed group protested outside of the Lebanese prime minister's office in central Beirut. They see the scheduled direct talks as a surrender to Israel, which says its troops will stay in the country indefinitely.</p><p>“Our blood has been spilled on this land, and our state is conspiring against us,” said protester Hassan Shuaib. “Our state wants to kill us; our state wants to strip us of our weapons.”</p><p>———</p><p>Associated Press producer Malak Harb and video journalist Fadi Tawil in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6ANWENAPGUKYHMGFS67TK2XBYQ.jpg?auth=a7b00dcd0e9e6ad07db08018a53537d7791ad00db84b0dbd3c2cc00eaaf8e41d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Hezbollah supporter waves a flag with the portrait of the late Hezbollah leader Sayyed Hassan Nasrallah during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y27JKMIF3SBUA3AB3Y7JMRH2RE.jpg?auth=c7db32f5a6e32ea5782265f48d88d4d921b1c8dd3cdf7d3445ecf7e8e5e2bb73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters wave Hezbollah and Iran's flags during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5EVRRJLEJINU7P3T2OVHPONNE.jpg?auth=6314bcc447a24fec524cc700b986ff7437134ec51cf5a9f486df9e87c650deb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hezbollah supporters shout slogans during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 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/SWOAD4WIPZKRJI6FDUCP5O7RM4.jpg?auth=dfb5923feadcc5c5ef2c1c913911d346478266a789793c7fc349257ccfe96ffd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Hezbollah supporter shouts slogans during a protest against the Lebanese Prime Minister Nawaf Salam, in front the government palace in Beirut, Lebanon, Friday, April 10, 2026. (AP Photo/Emilio Morenatti)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilio Morenatti</media:credit></media:content></item><item><title><![CDATA[Miami mother arrested after 6-year-old son found alone at night in Allapattah]]></title><link>https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/miami-police-ask-for-help-identifying-boy-6-found-alone-in-allapattah/</guid><dc:creator><![CDATA[Amanda Batchelor, Isabella Martin]]></dc:creator><description><![CDATA[Miami police say a mother was arrested Thursday after her 6-year-old son was found alone late Wednesday night.]]></description><pubDate>Thu, 09 Apr 2026 13:13:56 +0000</pubDate><content:encoded><![CDATA[<p>Miami police say a mother was arrested Thursday after her 6-year-old son was found alone late Wednesday night.</p><p> </p><p>According to police, the boy, who was initially believed to be named Lucas or Legacy, was found at about 11 p.m. Wednesday by a man, wandering around the area of Northwest Seventh Avenue and 17<sup>th</sup> Street in the city’s Allapattah neighborhood.</p><p>“This was a good Samaritan that was sleeping in the streets, and he called us and gave us that information. You know, kudos to him. We don’t know what would have happened if he would have remained on the streets,” Miami police Officer Mike Vega said.</p><figure><img src="https://www.local10.com/resizer/v2/RYWWQYWJCNFQFOFAJGNU2BT654.jpg?auth=3e7fb844fc085e9fa36ae9fa76cbc0cdb2e782731fdea5b1bf2326da4c23e55a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>According to an arrest report, police interviewed the boy and he said, “Mommy drop me off and left me.”</p><p>Police said the boy has delayed speech, which made it difficult for them to get information from him. </p><p>However, an officer from Miami-Dade Schools Police called the Miami Police Department shortly after 10:34 a.m. Thursday and was able to identify the boy after seeing the “need to identify” flyer. </p><p>According to the report, police were then able to make contact with a witness who told them she has known the mother, Annie Rivera, 30, for a few years and Rivera and the boy recently moved in with her and her children.</p><p>Police said she went to bed at about 9:30 p.m. Wednesday and noticed that Rivera and her son were not home.</p><p>She said she heard the front door open in the middle of the night and assumed it was Rivera so she went back to sleep, authorities said.</p><p>Police said the witness woke up at about 6 a.m. Thursday to get her kids and herself ready for the day when they went downstairs and saw Rivera sleeping.</p><p>According to the report, one of the witness’ children asked where the boy was and the witness said she didn’t know and assumed he was at his godmother’s home.</p><p>Police said Rivera was found at about 11:40 a.m. Thursday and was taken into custody.</p><p>Rivera claimed to have had no idea that her son was gone, police said.</p><p>The full statement she made to detectives was redacted from the publicly released report. </p><p>Rivera is facing a charge of child neglect without bodily harm. </p><p>The boy, whose name has not been publicly released, is now in the care of the Florida Department of Children and Families. </p><p>According to the arrest report, a DCF investigation involving Rivera was opened last year as well for allegations of “inadequate supervision.”</p><p>As of Thursday evening, Rivera was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Prince Harry sued by charity he set up in Africa to honor late mother Princess Diana]]></title><link>https://www.local10.com/health/2026/04/10/prince-harry-sued-by-charity-he-set-up-in-africa-to-honor-late-mother-princess-diana/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/10/prince-harry-sued-by-charity-he-set-up-in-africa-to-honor-late-mother-princess-diana/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:57:19 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — A charity co-founded by Prince Harry in Africa to honor his late mother, Princess Diana, has sued him for defamation after he stepped down as a patron last year.</p><p>Sentebale, which supports young people living with HIV in Botswana and Lesotho, filed suit last month in London’s High Court, according to court records viewed Friday. Online filings show Harry and his friend, Mark Dyer, a former trustee at the charity, are being sued for either libel or slander. No documents were available.</p><p>“The charity seeks the court’s intervention, protection, and restitution following a coordinated adverse media campaign conducted since 25 March 2025 that has caused operational disruption and reputational harm to the charity, its leadership, and its strategic partners,” Sentebale said Friday in a statement on its website.</p><p>The lawsuit puts the Duke of Sussex in an unusual position as a defendant in the High Court. For the past three years, he has repeatedly been on the other side of litigation as the leading claimant in invasion of privacy suits against Britain's most prominent tabloids over allegations of phone hacking and unlawful snooping by journalists and the private eyes they hired.</p><p>Harry co-founded Sentebale, which means “forget me not” in the language of Lesotho, about 20 years ago in memory of his mother, who was a prominent advocate for treatment of HIV and AIDS and helped reduce stigma around the disease. Prince Seeiso of Lesotho was the co-founder.</p><p>Disagreements at the charity surfaced in 2023 over a new fundraising strategy and the two founders stepped down as patrons in March 2025 in support of trustees who had quit.</p><p>At the time, they said the relationship between the board and its chair, Sophie Chandauka, was beyond repair. Chandauka later accused Harry of orchestrating a campaign of bullying and harassment to try to force her out.</p><p>As the dispute unfolded, Chandauka told Sky News that filming for one of Harry's Netflix programs had interfered with a scheduled fundraiser for Sentebale and an incident with his wife, Meghan, the Duchess of Sussex, became a source of friction.</p><p>The Charity Commission for England and Wales investigated and criticized both sides for allowing the issue to become public and damaging the organization’s reputation, but found no evidence of widespread bullying or misogyny at Sentebale.</p><p>“Sentebale’s problems played out in the public eye, enabling a damaging dispute to harm the charity’s reputation, risk overshadowing its many achievements, and jeopardizing the charity’s ability to deliver for the very beneficiaries it was created to serve,” commission CEO David Holdsworth said in a statement in August 2025.</p><p>Harry’s spokesperson had criticized the commission’s report while Chandauka welcomed it.</p><p>Messages seeking comment sent Friday to the office of the Duke of Sussex were not immediately returned.</p><p>___</p><p>Gerald Imray in Cape Town, South Africa, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRLFDGRSJXPZEF3BR5LOD2LLDE.jpg?auth=e8e61017e6e4ee5d33ea0bda0a8e8baa07494810c783311ff26c52287cdea542&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prince Harry arrives at London's High Court to lead a group accusing the Daily Mail's publisher of privacy invasion through unlawful tactics in a trial that is part of a wider phone hacking scandal in London, Jan. 21, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA['I am thinking about it,' Kamala Harris says of 2028 presidential bid]]></title><link>https://www.local10.com/news/politics/2026/04/10/i-am-thinking-about-it-kamala-harris-says-of-2028-presidential-bid/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/i-am-thinking-about-it-kamala-harris-says-of-2028-presidential-bid/</guid><dc:creator><![CDATA[By STEVE PEOPLES and MATT BROWN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:02:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After chants of “run again!” filled the room, former Vice President Kamala Harris told African American activists on Friday that she's actively considering another presidential bid.</p><p>“I might. I am thinking about it,” Harris told Rev. Al Sharpton after he asked directly whether she was going to run for president in 2028.</p><p>Harris’ comments came during the National Action Network’s annual convention, where more than a half-dozen potential candidates appeared this week , hoping to make inroads among Black voters — who comprise one of Democrats’ most powerful blocs.</p><p>The Democrats' next presidential primary season won’t begin in earnest until after November’s midterm elections, but this week’s conference showcased a collection of Democrats already jockeying for position in what promises to be a crowded competition.</p><p>For now, at least, there is no clear early favorite. But there did appear to be a favorite at Sharpton's conference.</p><p>Harris, the nation's first Black female vice president and the Democrats' presidential nominee in 2024, earned the only standing ovation and the largest crowd of any other 2028 prospect this week.</p><p>Sharpton noted that Harris earned more votes in her losing 2024 campaign than even former Democratic Presidents Barack Obama and Bill Clinton.</p><p>“Whatever she decides to do, she made a point in history,” Sharpton said.</p><p>Harris has raised the possibility of another presidential bid before in the 15 months since she left office. She also recently launched a political action committee and began to travel across the United States to support Democrats, especially across the South.</p><p>Still, some in the party have shifted their focus to a new generation of Democratic leaders given Harris' struggle in the last presidential contest.</p><p>The convention lineup this week featured Pennsylvania Gov. Josh Shapiro, former Transportation Secretary Pete Buttigieg, Illinois Gov. JB Pritzker, Maryland Gov. Wes Moore, Kentucky Gov. Andy Beshear, Rep. Ro Khanna of California, and Arizona Sens. Mark Kelly and Ruben Gallego.</p><p>Buttigieg, speaking shortly after Harris left the stage, received soft applause from a room that was about half-empty. Some cheered when he mentioned supporting federal workers and minority businesses, but many attendees had streamed out of the packed auditorium after Harris’ speech in an effort to grab a selfie with the former vice president.</p><p>Buttigieg, like many other 2028 prospects this week, laughed off a question about whether he would seek the presidency again.</p><p>Harris was more explicit.</p><p>Three times she repeated, “I'm thinking about it,” when Sharpton asked her about a 2028 White House run.</p><p>“I served for four years being a heartbeat away from the presidency of the United States. I spent countless hours in my West Wing office footsteps away from the Oval Office. I spent countless hours in the Oval Office and the situation room. I know what the job is, and I know what it requires,” Harris said.</p><p>She continued: “I am thinking about it in the context of who and where and how can the best job be done for the American people. That’s how I’m thinking about it. I’ll keep you posted."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTUQ2ZD26U7CCVQDZTFOLNOVKU.jpg?auth=33b468afacd1137b3ebde77854df11b52e90418be930a34e6d103d876fe40a81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, arrives during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5KHXVN2KUPGDSMUOOGDUSF55NE.jpg?auth=7073caab45ace1e5e6926ec035b32aead763061b76a9e9a282ba8db082336222&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, speaks during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYC2AHSDGF4Y57W2DHUYGQBTK4.jpg?auth=e7c787977b811a8d792ed71b3b02c7c109dce51212b93105294fb5cb7cb4bca5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kamala Harris, former Vice President and 2024 Presidential candidate, speaks with Reverend Al Sharpton during the National Action Network (NAN) Convention in New York, Friday, April 10, 2026. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges]]></title><link>https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges/</guid><dc:creator><![CDATA[Bridgette Matter, Christian De La Rosa]]></dc:creator><description><![CDATA[A 29-year-old woman is facing multiple animal cruelty and abandonment charges after investigators say she dumped five kittens in a park on Easter morning.]]></description><pubDate>Fri, 10 Apr 2026 02:36:12 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old woman is facing multiple animal cruelty and abandonment charges after investigators say <a href="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/" target="_self" rel="" title="https://www.local10.com/pets/2026/04/06/video-shows-woman-abandoning-kittens-at-wilton-manors-2-remain-up-for-adoption/">she dumped five kittens in a park on Easter morning.</a></p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/">Leer en español</a></p><p>Wilton Manors police say Katherine Luciano left the kittens at Donn Eisele Park around 10 a.m. on Sunday. Surveillance video from a nearby home shows a red sedan pulling up, with a taped cardboard box inside.</p><p>Moments later, the five baby kittens spill out onto the ground as the woman walks away. </p><p>“While walking back to the car, the defendant is heard asking the male she is with, ”There were five total correct," her arrest report states. </p><p>The two then got back into the vehicle and left the park, abandoning the five kittens with no access to food, water, or shelter. </p><p>Peter Carey, who was walking his dog at the time, told Local 10 that he witnessed the kittens being abandoned.</p><p>“I was really focused on the cats, but it kept my anger from being focused on her,” he said. “Because I really wish that I could just put her in a box and dump her in a field so she could see how it felt. That’s how I feel.”</p><p>Carey rescued four of the kittens, while the fifth was found later.</p><p>All five have since been adopted.</p><p>“Happy to say that they’ve all been adopted,” Carey said. “I dropped off the last kitty last night to a nurse that lives in Aventura.”</p><p>After seeing her mugshot, Carey said, “It looks like her. And I hope I never see her again.”</p><p>Luciano appeared to smirk when a judge on Friday morning told her that she is not allowed to have an animal while on pre-trial release. </p><p>Luciano remained at the Broward County Main Jail on five counts of animal abandonment and five counts of conservation of animals: torment, deprive, mutilate or kill. Her total bond was set at $5,000. </p><p>It’s not clear if the passenger in the car will face any charges.</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[Artemis II crew gets ready to complete Orion’s last flight day and splashdown in Pacific  ]]></title><link>https://www.local10.com/news/2026/04/10/artemis-ii-crew-gets-ready-to-complete-orions-last-flight-day-and-splashdown-in-pacific/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/artemis-ii-crew-gets-ready-to-complete-orions-last-flight-day-and-splashdown-in-pacific/</guid><dc:creator><![CDATA[Isabella Martin, Brantly Scott, Andrea Torres]]></dc:creator><description><![CDATA[After NASA’s Orion spacecraft’s ninth flight day ended with thrusters igniting during the journey back to Earth, four astronauts were on the 10th and last day of the Artemis II mission.]]></description><pubDate>Fri, 10 Apr 2026 14:39:41 +0000</pubDate><content:encoded><![CDATA[<p>After NASA’s <a href="https://www.nasa.gov/humans-in-space/orion-spacecraft/" target="_self" rel="" title="https://www.nasa.gov/humans-in-space/orion-spacecraft/">Orion spacecraft</a>’s ninth flight day ended with <a href="https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-9-second-return-correction-burn-complete/" target="_self" rel="" title="https://www.nasa.gov/blogs/missions/2026/04/10/artemis-ii-flight-day-9-second-return-correction-burn-complete/">thrusters igniting</a> during the journey back to Earth, four astronauts were on the 10th and last day of the Artemis II mission.</p><p>The crew and spacecraft will perform a <a href="https://www.nasa.gov/blogs/missions/2026/04/09/artemis-ii-flight-day-9-crew-prepares-to-come-home/" target="_self" rel="" title="https://www.nasa.gov/blogs/missions/2026/04/09/artemis-ii-flight-day-9-crew-prepares-to-come-home/">third burn</a> shortly after 1:50 p.m. on Friday. The re-entry procedures will follow, as a U.S. Navy ship awaits in the Pacific Ocean. </p><p>If all goes as planned, Canadian Space Agency astronaut Jeremy Hansen and NASA astronauts Reid Wiseman, Victor Glover, and Christina Koch will re-enter the Earth’s atmosphere at 23,840 mph in self-flying Orion’s capsule, <a href="https://www.facebook.com/reel/947370688048873" target="_self" rel="" title="https://www.facebook.com/reel/947370688048873">Integrity</a>, which has a shield to withstand the high heat. </p><p>NASA expects <a href="https://www.facebook.com/reel/947370688048873" target="_self" rel="" title="https://www.facebook.com/reel/947370688048873">Integrity</a> to slow down to a 19 mph splashdown shortly after at 8:05 p.m. on Friday off the coast of San Diego. The USS John P. Murtha and crew will be doing the pickup. </p><p>The weather will be cooperating. </p><p>NASA plans to celebrate the Artemis II astronauts as the first human crew in history to have ever flown 252,756 miles from Earth. Wiseman will return to his family after having named newly discovered moon craters after his late wife, Carroll, who died of cancer. </p><p>The program will continue to make improvements for Artemis III around the Earth’s orbit in 2027, and an actual moon landing with Artemis IV in 2028.</p><p><b>Interactive graphic: Access the best high-resolution Artemis II photos </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/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/" target="_self" rel="" title="https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/">Artemis II’s grand moon finale is almost here with a Pacific splashdown to cap NASA’s lunar comeback</a></li><li><a href="https://www.youtube.com/live/6RwfNBtepa4" target="_self" rel="" title="https://www.youtube.com/live/6RwfNBtepa4">Live views from Orion</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Federal judge extends restraining order on $6.2B merger of local TV giants Nexstar and Tegna]]></title><link>https://www.local10.com/business/2026/04/10/federal-judge-extends-restraining-order-on-62b-merger-of-local-tv-giants-nexstar-and-tegna/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/federal-judge-extends-restraining-order-on-62b-merger-of-local-tv-giants-nexstar-and-tegna/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 16:11:14 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Friday extended an emergency restraining order on a $6.2 billion merger between Nexstar Media Group and Tegna for one week while he decides whether a longer block on the deal is needed.</p><p>Eight state attorneys general and DirecTV sued to block the merger between the local television giants, arguing that it would raise consumer prices and harm local journalism. They asked U.S. District Court Chief Judge Troy L. Nunley in Sacramento, California, to halt the merger until their antitrust lawsuit is resolved.</p><p>Nexstar's attorneys say the deal will lead to expanded local journalism and programming, not a reduction.</p><p>Nunley extended the temporary restraining order until April 17, saying the extension would give him time to prepare a ruling on whether a longer preliminary injunction is needed. The judge also modified the order so both companies could take “reasonable steps” to handle regular business matters like meeting federal debt reporting deadlines.</p><p>The deal, announced last year and approved by the Federal Communications Commission, would create a company that owns 265 television stations in 44 states and the District of Columbia, most of them local affiliates of one of the “Big Four” national networks: ABC, CBS, Fox and NBC.</p><p>The merger needed the approval of the Republican Trump administration’s FCC because the government had to waive rules limiting how many local stations one company can own.</p><p>When the judge issued the original temporary restraining order in the case, he said the merger could give Nexstar the power to demand higher fees from multichannel video programming distributors like DirecTV, because if the distributors refuse to pay the increases they could risk subscribers losing access to things like Sunday NFL football games.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYDMUJZHFULXIHHQRXHBJLHVYA.jpg?auth=0e99e2b133e4c91eb4bdd7948317c833b24be1a579e495cb926993914608f4ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chairman, President and CEO of Nexstar Broadcasting Group Perry Snook attends the 24th Annual Broadcasting and Cable Hall of Fame Awards at the Waldorf-Astoria in New York on Oct. 29, 2014. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[MDSO: Woman faces attempted murder charge in stabbing of boyfriend over Valentine’s Day gift]]></title><link>https://www.local10.com/news/local/2026/04/10/mdso-woman-faces-attempted-murder-charge-in-stabbing-of-boyfriend-over-valentines-day-gift/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/mdso-woman-faces-attempted-murder-charge-in-stabbing-of-boyfriend-over-valentines-day-gift/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 36-year-old woman is facing an attempted murder charge months after authorities say she stabbed her boyfriend during a dispute on Valentine’s Day in Miami-Dade County’s Brownsville neighborhood.]]></description><pubDate>Fri, 10 Apr 2026 14:21:52 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old woman is facing an attempted murder charge months after authorities say she stabbed her boyfriend during a dispute on Valentine’s Day in Miami-Dade County’s Brownsville neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said the suspect, Bentoria King, was arrested Thursday in connection with the stabbing. </p><p>According to an arrest report, the stabbing occurred around 4:20 p.m. Feb. 14 near the intersection of Northwest 51st Street and Northwest 21st Avenue. </p><p>Investigators said King and the victim, who were previously in a relationship and had lived together but are now homeless, got into an argument over a Valentine’s Day gift. </p><p>The dispute escalated when deputies said King allegedly armed herself with a silver homemade knife and stabbed the victim “multiple times throughout his body.” </p><p>They said the victim suffered puncture wounds to the left side of his neck and back, the top of his head, and a laceration behind his right ear. He was taken to Jackson Memorial Hospital’s Ryder Trauma Center, where he underwent surgery, the report states. </p><p>Deputies said King fled the scene on a bicycle before officers arrived at the scene. They also confirmed that portions of the incident were captured on surveillance video and on cellphone video.</p><p>On Thursday, deputies said they located King at an Extended Stay America Premier Suites in Doral and took her into custody.</p><p>After being read her rights, King admitted to being involved in an altercation with the victim but denied stabbing him, according to the report.</p><p>King’s arrest report did not specify what the gift was before the reported stabbing occurred. </p><p>Jail records show she is facing one count of attempted felony murder causing injury.</p><p>As of Friday morning, she was being held without bond at the Turner Guilford Knight Correctional Center. She was also ordered to stay away from the victim. </p><p>Records also show she was previously arrested on charges of child neglect without great bodily harm and committing or engaging in prostitution.</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/E2LD6FPZVVAARBXFCJRG3ADXYI.jpg?auth=2d7e6caf41f545673f32943dd449b894b5b7525e1b852455635fd7d40e0f4708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Acusan a mujer de intento de asesinato por apuñalar a su novio por regalo de San Valentín]]></title><link>https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/mdso-acusan-a-mujer-de-intento-de-asesinato-por-apunalar-a-su-novio-por-regalo-de-san-valentin/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 36 años se enfrenta a un cargo de intento de asesinato meses después de que, según las autoridades, apuñalara a su novio durante una discusión el día de San Valentín en el barrio de Brownsville, en el condado de Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 16:07:24 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 36 años enfrenta un cargo de intento de asesinato meses después de que las autoridades dijeran que apuñaló a su novio durante una disputa en el Día de San Valentín en el vecindario de Brownsville, en el condado de Miami-Dade.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que la sospechosa, Bentoria King, fue arrestada el jueves en relación con el apuñalamiento.</p><p>Según un informe de arresto, el incidente ocurrió alrededor de las 4:20 p.m. del 14 de febrero, cerca de la intersección de la calle 51 del noroeste y la avenida 21 del noroeste.</p><p>Los investigadores dijeron que King y la víctima, quienes anteriormente mantenían una relación y habían vivido juntos pero ahora están sin hogar, tuvieron una discusión por un regalo de San Valentín.</p><p>La disputa se intensificó cuando, según los agentes, King presuntamente se armó con un cuchillo plateado de fabricación casera y apuñaló a la víctima “múltiples veces en distintas partes del cuerpo”.</p><p>Indicaron que la víctima sufrió heridas punzantes en el lado izquierdo del cuello y la espalda, en la parte superior de la cabeza y una laceración detrás de la oreja derecha. Fue trasladado al Ryder Trauma Center del Hospital Jackson Memorial, donde fue sometido a cirugía, según el informe.</p><p>Los agentes dijeron que King huyó de la escena en una bicicleta antes de que los oficiales llegaran. También confirmaron que partes del incidente fueron captadas en video de vigilancia y en video de teléfono celular.</p><p>El jueves, los agentes dijeron que localizaron a King en un Extended Stay America Premier Suites en Doral y la detuvieron.</p><p>Tras leerle sus derechos, King admitió haber estado involucrada en un altercado con la víctima, pero negó haberlo apuñalado, según el informe.</p><p>El informe de arresto no especifica cuál era el regalo antes de que ocurriera el apuñalamiento.</p><p>Registros de la cárcel muestran que enfrenta un cargo de intento de asesinato grave que causó lesiones.</p><p>Hasta la mañana del viernes, permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight. También se le ordenó mantenerse alejada de la víctima.</p><p>Los registros también muestran que previamente fue arrestada por cargos de negligencia infantil sin causar gran daño corporal y por cometer o participar en prostitución.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E2LD6FPZVVAARBXFCJRG3ADXYI.jpg?auth=2d7e6caf41f545673f32943dd449b894b5b7525e1b852455635fd7d40e0f4708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Federal court hears new case against Trump's latest global tariffs]]></title><link>https://www.local10.com/business/2026/04/10/federal-court-hears-new-case-against-trumps-latest-global-tariffs/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/federal-court-hears-new-case-against-trumps-latest-global-tariffs/</guid><dc:creator><![CDATA[By MAE ANDERSON and PAUL WISEMAN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 16:03:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The centerpiece of President Donald Trump's economic policy — sweeping taxes on global imports — is under legal assault again.</p><p>The U.S. Court of International Trade, a specialized court in New York, is hearing oral arguments Friday in an attempt to overturn the temporary tariffs Trump turned to after the Supreme Court in February struck down his preferred choice — even bigger, even more sweeping tariffs.</p><p>In his first attempt to impose global tariffs, the president last year invoked the 1977 International Emergency Economic Powers Act (IEEPA), using the law to declare America's longstanding trade deficit a national emergency and to impose double-digit worldwide taxes on imports to combat it. He interpreted the law broadly to justify tariffs of whatever size he wanted, whenever he wanted to impose them, on whatever country he wanted to target.</p><p>The Supreme Court struck those tariffs down on Feb. 20, saying IEEPA did not authorize the use of tariffs to counter national emergencies.</p><p>But Trump had alternatives to IEEPA. The quickest option was Section 122 of the Trade Act of 1974, which allows the president to impose global tariffs of up to 15% for 150 days, after which congressional approval is needed to extend them. After his defeat at the Supreme Court, Trump quickly announced 10% Section 122 tariffs. He said he'd raise them to the maximum 15% but hasn't yet done so. The tariffs are scheduled to expire July 24.</p><p>Section 122 is aimed at what it calls “fundamental international payments problems.’’ At issue is whether that wording covers trade deficits, the gap between what the U.S. sells other countries and what it buys from them.</p><p>The provision arose from the financial crises that emerged in the 1960s and 1970s when the U.S. dollar was tied to gold. Other countries were dumping dollars in exchange for gold at a set rate, risking a collapse of the U.S. currency and chaos in financial markets. But the dollar is no longer linked to gold, so critics say Section 122 is obsolete.</p><p>Awkwardly for Trump, his own Justice Department argued in a court filing last year that the president had needed to invoke IEEPA because Section 122 did “not have any obvious application’’ in fighting trade deficits, which it called “conceptually distinct’’ from payments problems.</p><p>Awkwardly for the plaintiffs challenging his use of the temporary tariffs, the trade court itself wrote last year in its own decision striking down IEEPA tariffs that Trump didn’t need them because Section 122 was available to counter trade deficits.</p><p>____</p><p>Paul Wiseman reported from Washington.</p><p>AP Writer Lindsay Whitehurst contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2PDYRP3DC3MPF42FITAGH7BX7U.jpg?auth=96ba6ed4dcb75143e35739a0dcf89ae9bf25ad5b5bad0cd7908fa969266502bd&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 in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CSMKOML45UE522X76ZXFAR42MI.jpg?auth=cd590a69943b5931e3e2b45da445f27302b762fdba15af9548019e2614ed69a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A zoom lens and slow shutter speed technique shows President Donald Trump speaking with reporters in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington.(AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QWLR7L5AB32IVTPK37ULP77CUI.jpg?auth=ed5a6b54d5e654091ed33376d05ef711aea06a5d1ccf7fddbb180051ad84a78e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Felon faces murder charge in 2019 northwest Miami-Dade killing, deputies say]]></title><link>https://www.local10.com/news/local/2026/04/10/felon-faces-murder-charge-in-2019-northwest-miami-dade-killing-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/felon-faces-murder-charge-in-2019-northwest-miami-dade-killing-deputies-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A convicted felon is back in jail in connection with a fatal shooting that authorities say occurred more than six years ago in northwest Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 15:18:42 +0000</pubDate><content:encoded><![CDATA[<p>A convicted felon is back in jail in connection with a fatal shooting that authorities say occurred more than six years ago in northwest Miami-Dade.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/">Leer en español</a></p><p>The suspect was identified by Miami-Dade Sheriff’s Office deputies as 36-year-old Marshaun Altarol West Jr. </p><p>According to an arrest report, the shooting occurred Oct. 27, 2019, around 8:10 p.m. near Northwest 76th Street and 17th Avenue in the county’s Gladeview area.</p><p>Investigators said the victim, who wasn’t publicly identified, was riding a bicycle and stopped near a group of people gathered in the roadway when an argument broke out between him and West. </p><p>During the argument, deputies said West grabbed a gun from another individual and began shooting, striking the victim multiple times.</p><p>Authorities said West fled the scene before emergency personnel arrived. </p><p>Medics took the victim to Jackson Memorial Hospital’s Ryder Trauma Center, where doctors pronounced him dead.</p><p>Detectives identified West as the shooter after interviewing multiple witnesses. Investigators said their statements were also corroborated by surveillance video that captured the incident.</p><p>Jail records show West, who is facing charges of second-degree murder with a firearm and possession of a firearm by a convicted felon, is being held without bond at the Metrowest Detention Center, as of Friday morning. </p><p>Records show West was previously convicted of attempted felony murder and aggravated battery with a firearm causing bodily harm in an unrelated case.</p><p>A motive for the 2019 shooting remains unclear at this time. </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/GFSLDJXWEZCNZJWD5ZEF4EOK5Q.jpg?auth=c56bad56665c8e22d3d4bd5fd3f286db7b34b3b8d71ebca5e459dcf72715d143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a convicto de asesinato por homicidio de 2019 en el noroeste de Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-convicto-de-asesinato-por-homicidio-de-2019-en-el-noroeste-de-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un delincuente convicto ha vuelto a la cárcel en relación con un tiroteo mortal que, según las autoridades, ocurrió hace más de seis años en el noroeste del condado de Miami-Dade.]]></description><pubDate>Fri, 10 Apr 2026 16:02:07 +0000</pubDate><content:encoded><![CDATA[<p>Un ex convicto regresó a la cárcel en relación con una balacera fatal que, según las autoridades, ocurrió hace más de seis años en el noroeste de Miami-Dade.</p><p>El sospechoso fue identificado por agentes de la Oficina del Sheriff de Miami-Dade como Marshaun Altarol West Jr., de 36 años.</p><p>Según un informe de arresto, la balacera ocurrió el 27 de octubre de 2019, alrededor de las 8:10 p.m., cerca de la intersección de la calle 76 del noroeste y la avenida 17, en el área de Gladeview del condado.</p><p>Los investigadores dijeron que la víctima, que no fue identificada públicamente, iba en bicicleta y se detuvo cerca de un grupo de personas reunidas en la vía cuando se desató una discusión entre él y West.</p><p>Durante la discusión, los agentes indicaron que West tomó un arma de otra persona y comenzó a disparar, impactando a la víctima varias veces.</p><p>Las autoridades dijeron que West huyó de la escena antes de que llegara el personal de emergencia.</p><p>Paramédicos trasladaron a la víctima al Ryder Trauma Center del Hospital Jackson Memorial, donde los médicos lo declararon muerto.</p><p>Detectives identificaron a West como el tirador tras entrevistar a múltiples testigos. Los investigadores dijeron que sus declaraciones también fueron corroboradas por video de vigilancia que captó el incidente.</p><p>Registros de la cárcel muestran que West, quien enfrenta cargos de asesinato en segundo grado con arma de fuego y posesión de arma de fuego por un ex convicto, permanece detenido sin derecho a fianza en el Centro de Detención Metrowest hasta la mañana del viernes.</p><p>Los registros indican que West fue previamente condenado por intento de asesinato grave y agresión agravada con arma de fuego que causó lesiones corporales en un caso no relacionado.</p><p>El motivo de la balacera de 2019 sigue sin estar claro por el momento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFSLDJXWEZCNZJWD5ZEF4EOK5Q.jpg?auth=c56bad56665c8e22d3d4bd5fd3f286db7b34b3b8d71ebca5e459dcf72715d143&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jury starts deliberating states' claim that Live Nation has a monopoly on concerts and ticketing]]></title><link>https://www.local10.com/entertainment/2026/04/10/jury-starts-deliberating-states-claim-that-live-nation-has-a-monopoly-on-concerts-and-ticketing/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/jury-starts-deliberating-states-claim-that-live-nation-has-a-monopoly-on-concerts-and-ticketing/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 15:37:27 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jury deliberations began Friday in an antitrust case pitting 34 states against the concert giant Live Nation Entertainment.</p><p>The states argue in the civil case that the company and its ticketing arm, Ticketmaster, are monopolizing the industry and driving up prices to see live music.</p><p>Live Nation contends there is more competition than ever and the company plays fair amid a U.S. booming concert business.</p><p>Soon after starting deliberations the jury in Manhattan federal court told the judge it wanted to review certain testimony given at the five-week trial.</p><p>The states carried on with their case after the federal government settled last month.</p><p>The Justice Department said it had won important concessions from Live Nation, particularly in the sale of tickets at dozens of the company’s amphitheaters.</p><p>A lawyer for the states said in closing arguments on Thursday that Live Nation controls 86% of the market for concerts and 73% of the overall market when sports events are included.</p><p>Live Nation’s lawyer said the company isn’t hiding from the fact that it’s the biggest entertainment company and ticketer in the country. But, the lawyer said, “success is not against the antitrust laws in the United States.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N5HMLH25EOEXSZCRUR3FDECB3M.jpg?auth=9567ca5bb541e66e250bd3cb2d7a93f2b7c007396d97c6f3176b0fea5eee291f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Rapino, left, chief executive officer and president of Live Nation Entertainment Inc., arrives at Manhattan Federal court, Thursday, March 19, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EFE3NOED2GDOVU2VXP7XTS46Y.jpg?auth=346bf0de0912ad74cab3329705b5c1d69a4aecd679268b56ebb931782cfaf90c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Rapino, chief executive officer and president of Live Nation Entertainment Inc., arrives at Manhattan Federal court, Thursday, March 19, 2026 in New York. (AP Photo/Adam Gray)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content></item><item><title><![CDATA[Man blamed crack for Plantation bank robbery, Kia Soul chase where ‘prostitute’ got out, feds say]]></title><link>https://www.local10.com/news/local/2026/04/10/man-blamed-crack-for-plantation-bank-robbery-kia-soul-chase-where-prostitute-got-out-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/man-blamed-crack-for-plantation-bank-robbery-kia-soul-chase-where-prostitute-got-out-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man accused of robbing a bank in Plantation on Wednesday and then leading police and deputies on a chase in a Kia Soul getaway car ― that ended in a crash in Lauderhill ― is now facing federal charges, according to court documents obtained by Local 10 News on Friday.]]></description><pubDate>Fri, 10 Apr 2026 15:02:37 +0000</pubDate><content:encoded><![CDATA[<p>A man accused of <a href="https://www.local10.com/news/local/2026/04/08/bank-robbery-suspect-crashes-after-police-chase-through-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/bank-robbery-suspect-crashes-after-police-chase-through-broward-county/">robbing a bank in Plantation on Wednesday and then leading police and deputies on a chase</a> in a Kia Soul getaway car ― that ended in a crash in Lauderhill ― is now facing federal charges, according to court documents obtained by Local 10 News on Friday.</p><p><a href="https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/">Leer en español</a></p><p>FBI agents said Tommy Duwayne Dennis, 56, blamed his behavior on crack cocaine.</p><p>According to a federal criminal complaint, Dennis walked in to the TD Bank at 1 N. State Road 7 just before 4:30 p.m. on Wednesday and wrote a note on a debit slip reading, “This is a Robbery give me the money and no one will get hurt.”</p><p>Investigators said he said nothing as he handed it to a teller, who, in fear for her life, handed him $600 and a “bait bill tracker.”</p><p>The complaint states that the tracker <a href="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/">led police to a red Kia Soul</a> in the area of Northwest Fifth Street and 31st Avenue in Lauderhill.</p><p>As police watched the vehicle, agents said “a brown bag containing the tracker was thrown from the Kia.“ And that’s not all. </p><p>The complaint states that an unknown woman, whom Dennis ”later identified as a prostitute," got out of the Soul while Dennis “continued to flee at a slow rate of speed.”</p><p>“Law enforcement officers attempted a traffic stop by initiating emergency lights and sirens. The Kia did not stop or yield to law enforcement,” the complaint states. “Law enforcement officers conducted a Precision Immobilization Technique (PIT) on the Kia, but it did not stop. The Kia continued to flee and a second PIT was executed.”</p><p>Agents said two law enforcement officers in an unmarked vehicle attempted to block the Kia and Dennis then struck the vehicle. After a third PIT at around 4:52 p.m., Dennis crashed his Kia Soul into a concrete wall at a home at the corner of Northwest 31st Avenue and Second Street.</p><p>Authorities took Dennis into custody and took him to Broward Health Medical Center, where investigators interviewed him, according to the complaint.</p><p>The complaint states that Dennis told detectives he “was smoking crack all day” and “lost his judgement and made a mistake,” saying he “went to the bank to get some money.”</p><p>Agents said he also “admitted to writing the demand note on the deposit slip and throwing the note out of the car prior to police chasing him” and identified himself in CCTV footage from the bank.</p><p>It wasn’t immediately clear whether Dennis was still in the hospital as of Friday morning; he did not appear in Broward or federal jail records.</p><p>Additionally, his federal court file lists no scheduled hearings. His case has been assigned to U.S. Magistrate Judge Panayotta Augustin-Birch, who sits in Fort Lauderdale.</p><p>Dennis could face up to 20 years in federal prison if convicted.</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/IWOQBLXCQJBXJKD7WKWUXPJPHY.jpg?auth=5864671696f21c2ff35ef3b0048073b768fc9234dd7bf3b1224262ad6aa688b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CCTV screenshot of bank robbery superimposed over a Sky 10 still of the end of Wednesday's police chase.]]></media:description></media:content></item><item><title><![CDATA[Hombre culpa al crack por robo a banco en Plantation y persecución en Kia Soul donde bajó una “prostituta”, dicen federales]]></title><link>https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/hombre-culpa-al-crack-por-robo-a-banco-en-plantation-y-persecucion-en-kia-soul-donde-bajo-una-prostituta-dicen-federales/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un hombre acusado de robar un banco en Plantation el miércoles y luego protagonizar una persecución con la policía y los agentes en un automóvil Kia Soul, que terminó en un accidente en Lauderhill, ahora enfrenta cargos federales, según documentos judiciales obtenidos por Local 10 News el viernes.]]></description><pubDate>Fri, 10 Apr 2026 15:30:49 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre acusado de <a href="https://www.local10.com/espanol/2026/04/09/sospechoso-de-robo-a-banco-choca-tras-persecucion-policial-en-el-condado-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/09/sospechoso-de-robo-a-banco-choca-tras-persecucion-policial-en-el-condado-broward/">robar un banco en Plantation el miércoles y luego liderar a la policía y agentes en una persecución </a>en un Kia Soul de escape — que terminó en un choque en Lauderhill — ahora enfrenta cargos federales, según documentos judiciales obtenidos por Local 10 News el viernes.</p><p>Agentes del FBI dijeron que Tommy Duwayne Dennis, de 56 años, culpó su comportamiento al consumo de crack.</p><p>Según una denuncia penal federal, Dennis entró al TD Bank en 1 N. State Road 7 poco antes de las 4:30 p.m. del miércoles y escribió una nota en un comprobante de débito que decía: “Esto es un robo, dame el dinero y nadie resultará herido”.</p><p>Los investigadores dijeron que no dijo nada al entregarla a una cajera, quien, temiendo por su vida, le entregó $600 USD y un “rastreador de billete señuelo”.</p><p>La denuncia indica que el rastreador <a href="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/04/08/police-chase-kia-soul-in-broward-county/">llevó a la policía a un Kia Soul rojo</a> en el área de Northwest Fifth Street y 31st Avenue en Lauderhill.</p><p>Mientras la policía vigilaba el vehículo, los agentes dijeron que “una bolsa marrón que contenía el rastreador fue lanzada desde el Kia”. Y eso no fue todo.</p><p>La denuncia indica que una mujer desconocida, a quien Dennis “posteriormente identificó como una prostituta”, salió del Kia mientras Dennis “continuaba huyendo a baja velocidad”.</p><p>“Los agentes del orden intentaron detener el vehículo activando luces de emergencia y sirenas. El Kia no se detuvo ni cedió ante las autoridades”, indica la denuncia. “Los agentes realizaron una maniobra PIT contra el Kia, pero no se detuvo. El Kia continuó huyendo y se ejecutó una segunda maniobra PIT”.</p><p>Los agentes dijeron que dos oficiales en un vehículo no identificado intentaron bloquear el Kia y Dennis chocó contra ese vehículo. Tras una tercera maniobra PIT alrededor de las 4:52 p.m., Dennis estrelló su Kia Soul contra un muro de concreto en una vivienda en la esquina de Northwest 31st Avenue y Second Street.</p><p>Las autoridades detuvieron a Dennis y lo trasladaron al Broward Health Medical Center, donde los investigadores lo entrevistaron, según la denuncia.</p><p>La denuncia señala que Dennis dijo a los detectives que “había estado fumando crack todo el día” y que “perdió el juicio y cometió un error”, afirmando que “fue al banco a buscar dinero”.</p><p>Los agentes dijeron que también “admitió haber escrito la nota de demanda en el comprobante de depósito y haberla arrojado del vehículo antes de que la policía lo persiguiera”, y se identificó en imágenes de vigilancia del banco.</p><p>No estaba claro de inmediato si Dennis seguía en el hospital hasta la mañana del viernes; no aparecía en los registros de la cárcel del condado Broward ni federales.</p><p>Además, su expediente en la corte federal no muestra audiencias programadas. Su caso fue asignado a la jueza magistrada de EE.UU. Panayotta Augustin-Birch, con sede en Fort Lauderdale.</p><p>Dennis podría enfrentar hasta 20 años de prisión federal si es declarado culpable.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IWOQBLXCQJBXJKD7WKWUXPJPHY.jpg?auth=5864671696f21c2ff35ef3b0048073b768fc9234dd7bf3b1224262ad6aa688b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CCTV screenshot of bank robbery superimposed over a Sky 10 still of the end of Wednesday's police chase.]]></media:description></media:content></item><item><title><![CDATA[Tomato Salad with Whipped Feta & Tahini]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/tomato-salad-with-whipped-feta-tahini/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/tomato-salad-with-whipped-feta-tahini/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Fresh Tomato Salad]]></description><pubDate>Fri, 10 Apr 2026 15:07:03 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Tomato Salad with Whipped Feta &amp; Tahini</b></u></p><p><b>For the whipped feta:</b></p><p>1 cup crumbled feta cheese</p><p>½ cup Greek yogurt 1 lemon, juiced</p><p>½ cup of your favorite tahini2 tablespoons water (if needed)salt &amp; pepper to taste </p><p><b>For the salad:</b></p><p>1 pound mixed ripe tomatoes, cored and roughly chopped</p><p>½ head radicchio, chopped</p><p>fresh oregano leaves, optional garnish</p><p>2 tablespoons extra virgin olive oil</p><p>salt &amp; pepper to taste</p><p>To make whipped feta and tahini, combine feta cheese, Greek yogurt, HALF of the lemon juice and the tahini in a food processor. Blend until smooth. Season to taste with salt and pepper, adjust lemon as desired. If the dip is too thick, add 1-2 tablespoons of water to loosen it and blend again. If it’s too thin, add 1-2 tablespoons more tahini or feta.</p><p>Place the radicchio on the base of a salad bowl, top with tomatoes. Spoon 3 scoops of whipped feta dip over the top of the salad.</p><p>Drizzle with the oil, season with salt, pepper and a garnish with fresh oregano leaves, if desired.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HJPBQ7ECCJEY3OMMZWGBJSOWQQ.jpg?auth=115daefc866cfc1170b1818ae476b9a23f28bf35d94745bb299f270c56a0a983&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pomodoro Crudo with Pasta]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/pomodoro-crudo-with-pasta/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/pomodoro-crudo-with-pasta/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[A Classic Pasta Dish]]></description><pubDate>Fri, 10 Apr 2026 15:05:10 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Pomodoro Crudo with Pasta</b></u></p><p>2 pounds very ripe tomatoes (any type or size work as long as they are ripe and juicy)</p><p>½ cup extra virgin olive oil</p><p>5 garlic cloves, minced using a microplane</p><p>2 bunches basil, leaves torn</p><p>salt and black pepper, to taste</p><p>1 pound of your favorite pasta</p><p>freshly grated parmesan cheese, if desired</p><p>Finely dice the tomatoes. Transfer to a bowl and add the oil, garlic and basil leaves. Add at least.</p><p>½-1 teaspoon salt, toss well to combine everything and allow to just macerate for 30 minutes.</p><p>Cook the pasta until al dente in salted, boiling water, reserving about 1 cup of pasta water. Add the just cooked pasta to the bowl with the tomatoes and add a little of the pasta water until you reach the consistency you desire. Taste for seasoning, adjust if desired.</p><p>Serve topped with a little parmesan if desired.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3RRJZC7CRJGLDPYMAEZIITUYH4.jpg?auth=ae0e119cad4d5b9b515200db9127b290e0eb3a5b0b04fbac6a0fcb49843f333e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Old School Roasted Tomato Soup]]></title><link>https://www.local10.com/soflo-taste/2026/04/10/old-school-roasted-tomato-soup/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/04/10/old-school-roasted-tomato-soup/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[The Soup Of All Soups]]></description><pubDate>Fri, 10 Apr 2026 15:01:34 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Old School Roasted Tomato Soup</b></u></p><p>3 pounds fresh very ripe tomatoes, cored and quartered</p><p>1 yellow onion, peeled and quartered or cut into 1/6ths</p><p>12 garlic cloves, smashed a little with the side of a knife</p><p>¼ cup extra virgin olive oil</p><p>salt and black pepper, to taste</p><p>2-3 cups chicken or veggie broth, as needed</p><p>fresh basil leaves</p><p>fresh oregano, if available</p><p>⅓-½ cup heavy cream</p><p>½ teaspoon granulated sugar, if needed</p><p>Preheat your oven to 400°F. Toss the tomatoes, onion and garlic with the oil, and season with salt and pepper. Transfer to a baking sheet lined with parchment paper or aluminum foil and roast for 12-15 minutes or until a bit caramelized.</p><p>Remove and place all contents of the baking sheet into a saucepan. Add the broth and simmer for 10 minutes. Add a few basil leaves and oregano leaves and simmer for a couple more minutes.</p><p>Blend using an immersion blender. Add the heavy cream and simmer until warmed through. Taste for salt and sweetness and adjust as desired, you may need ½ teaspoon granulated sugar if the tomatoes are not at their height of sweetness and ripeness. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MC3YY7YWMBDG7AG57IC5INAGDY.jpg?auth=c6ab13bd37e0d3e7b7e9bce0fe55ebf821aef7ed5f56a74a8df361aab9a834bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA['Euphoria,' returning for a third season, launched a generation of new stars]]></title><link>https://www.local10.com/entertainment/2026/04/10/euphoria-returning-for-a-third-season-launched-a-generation-of-new-stars/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/euphoria-returning-for-a-third-season-launched-a-generation-of-new-stars/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:37:03 +0000</pubDate><content:encoded><![CDATA[<p>Few TV shows have served as a launchpad for an array of new talent quite like “Euphoria,” which returns for a third season Sunday on HBO Max.</p><p>Premiering in 2019, this is the series that showcased the rising careers of Zendaya, Jacob Elordi and Sydney Sweeney — all of whom have since become bona fide stars.</p><p>The dark suburban teen drama has also featured more established figures like Colman Domingo, who has received two best actor Oscar nominations in the last few years, and the late Eric Dane. And it’s given visibility and recognition to other actors: Hunter Schafer, Alexa Demie, Maude Apatow and Barbie Ferreira. Angus Cloud, another of its breakout performers, died in 2023.</p><p>Series creator Sam Levinson says it's a thrill to see many cast members thriving.</p><p>“The thing is when you’re casting, every person that walks in, you’re hoping this is the person, this is going to be the character,” he told The Associated Press at the season premiere. “And sometimes when they do, they walk in, they have the talent, they’ve got the passion, the enthusiasm for it, and they inspire you.</p><p>“To see them working with such incredible filmmakers like (Christopher) Nolan and (Guillermo) del Toro ... it's just exciting.”</p><p>Here’s a look at how some of the “Euphoria” stars got their starts — and how they've been keeping busy since we last saw their characters four years ago.</p><p>Zendaya (Rue Bennett)</p><p>She soared, quite literally, as a trapeze artist in “The Greatest Showman” in 2017, two years before “Euphoria” premiered.</p><p>But Zendaya has soared far higher in the seven years since she first played Rue Bennett.</p><p>The actor began as a Disney Channel star and went on to play MJ in “Spider-Man” movies opposite her eventual partner, Tom Holland. She won her first Emmy in 2020 for “Euphoria” — the youngest to win for lead actress in a drama. The following year, she became the youngest two-time winner.</p><p>Then came the “Dune” movies, the sexy, tennis-themed “Challengers” — and more “Spider-Man.”</p><p>She's currently appearing in “The Drama,” a controversial film in which she and Robert Pattinson play a couple whose impending nuptials are thrown into chaos following a dark revelation.</p><p>There were mixed reviews for the movie, but not for her fashion choices: She teased the movie’s bridal theme on carpets around the world by wearing something old, then something new, then something borrowed — and a spectacular, feathered Schiaparelli couture ball gown that was, yes, blue.</p><p>Jacob Elordi (Nate Jacobs)</p><p>Launched by “The Kissing Booth” and shortly thereafter “Euphoria,” Elordi has become nothing less than a monster star — and an Oscar nominee, as the Creature in del Toro’s “Frankenstein, ”</p><p>But before that, his achievements were already pretty, well, monstrous.</p><p>In 2023, Elordi channeled a magnetic Elvis Presley in Sofia Coppola’s biopic “Priscilla.” Then, he made waves — are there waves in a bathtub? — with his memorably rakish appearance as golden-boy rich kid Felix in Emerald Fennell’s salty “Saltburn.”</p><p>Other major roles followed, including another TV series, “The Narrow Road to the Deep North,” playing a medical officer forced to work on the Thai-Burma railway during World War II. And then, Fennell’s recent “Wuthering Heights,” where in a smoldering turn as Heathcliff, he somehow managed to pick up co-star Margot Robbie by her corset strings.</p><p>Sydney Sweeney (Cassie Howard)</p><p>Before her breakout “Euphoria” role, for which she earned an Emmy nod — along with another for “The White Lotus” — Sweeney was perhaps best known for her role as tragic teen Eden Spencer in “The Handmaid’s Tale.” In a story arc bleak even for that show, she was forced to marry an uninterested Nick Blaine, and later punished for falling in love with someone else, leading to a horrific watery demise.</p><p>Sweeney played a teenager in a psychiatric ward in “Sharp Objects,” and appeared as a Manson family member in “Once Upon a Time … in Hollywood,” the same year she joined the “Euphoria” cast.</p><p>In recent years, her career has blossomed, with her most challenging role coming in a movie she produced, “Christy,” playing boxer Christy Martin, a trailblazer for women in the sport who also suffered horrific abuse at the hands of her trainer and husband. The film tanked at the box office but Sweeney received critical praise — and indeed, Oscar buzz — for her immersion in the difficult role.</p><p>On the other side of the box office spectrum, Sweeney struck gold with “The Housemaid” — Paul Feig's psychological thriller that took a satirical look at the depravity of the ultra-rich.</p><p>Alexa Demie (Maddy Perez)</p><p>Demie — an actor, singer-songwriter, and designer — made her feature debut in the 2017 movie “Brigsby Bear.” She appeared in Jonah Hill’s skate movie “Mid90s” and then “Waves,” a 2019 drama by writer-director Trey Edward Shults.</p><p>That same year Demie became a breakout star of “Euphoria,” playing Maddy Perez, who is involved in an abusive relationship with Elordi’s Nate.</p><p>In 2020, Demie appeared in Gia Coppola’s “Mainstream,” with Andrew Garfield.</p><p>In September 2021, she released the single “Leopard Limo (Archive LL11).” Her previous single, “Girl Like Me,” was released in 2016.</p><p>Hunter Schafer (Jules Vaughn)</p><p>Schafer started her career as an activist and model, and made her acting debut with “Euphoria.” She followed up in 2023 as Tigris Snow in “The Hunger Games: The Ballad of Songbirds & Snakes.”</p><p>The following year she appeared in both the science-fiction horror film “Cuckoo” and Yorgos Lanthimos’ “Kinds of Kindness.”</p><p>This year, she appears in the yet-to-be-released “Blade Runner 2099” opposite Michelle Yeoh, and later this month in psychological thriller “Mother Mary,” with Anne Hathaway and Michaela Coel.</p><p>Colman Domingo (Ali Muhammad)</p><p>An established actor well before he began playing Ali in “Euphoria,” Domingo soared to two consecutive best actor Oscar nominations in 2023 and 2024, for playing Bayard Rustin in “Rustin” and then a prison inmate in “Sing Sing.” He’s also had a host of other accolades, including an Emmy win for “Euphoria” (2022) and a nomination for “The Four Seasons” (2025).</p><p>The actor-director-producer stars as Joe Jackson in the Jackson biopic “Michael” later this month.</p><p>But perhaps his most high-profile move comes this Saturday — he’ll be hosting “Saturday Night Live” for the first time.</p><p>Maude Apatow (Lexi Howard)</p><p>The daughter of Judd Apatow appeared in her father’s “Knocked Up,” “Funny People,” “This is 40” and later, “The King of Staten Island.” She also appeared in the TV series “Girls.”</p><p>Later movies included “Other People” (2016), “The House of Tomorrow” (2017) and “Assassination Nation” (2018) — the last written and directed by Levinson, who then cast her in “Euphoria.”</p><p>Apatow’s feature directorial debut, “Poetic License,” stars her mother, Leslie Mann, and is awaiting release.</p><p>___</p><p>Associated Press journalist Leslie Ambriz contributed to this report from Los Angeles.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKUTDSMZCGCVWDXZ3LCUXO2BVM.jpg?auth=f344be066fe9742ee684e0912d5c2afbb68dbd438a976354373bfbb8736e9ef4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images released by HBO shows cast members, from left, Zendaya, Jacob Elordi and Sydney Sweeney from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CJ5X4TB3KBNZ3EEAWZ2SM2GOGY.jpg?auth=c70ad6d188985409201294b3aee823947dfff47b088b843328ed4643d8fe574c&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 HBO shows Zendaya from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HZY5MTPYKHTVW2TNM6FDHMZU6U.jpg?auth=be3070b7738f33e4a7c25b4c3c22d1d91a44ec7f1f47ddbd27b13d91731bcb04&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 HBO shows Sydney Sweeney from the series "Euphoria." (HBO via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/FG6YFVPP6W4UH73A7SMHBS76JQ.jpg?auth=5340163a79996945d0399beddd52626fcb949ac4806306ddfd45fbb3d2e9b21f&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 HBO shows Jacob Elordi from the series "Euphoria." (Patrick Wymore/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Wymore</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZKSDFJ7QHBGVPBHIRL4VCIOC2E.jpg?auth=6a4631dc1b9dc5794264202e450e1df408c30710eb7747866e95686699da0c35&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 HBO shows Maude Apatow from the series "Euphoria." (Eddy Chen/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddy Chen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D74MWERQY5VTGLOPGWAHFUJM44.jpg?auth=d1a02e4de87c4ea51394c2f35a005a38de18b49b1f98578a575a176fa5aa59a8&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 HBO shows Hunter Schafer from the series "Euphoria." (Eddy Chen/HBO via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Eddy Chen</media:credit></media:content></item><item><title><![CDATA[Police pursuit ends in rollover crash, several hospitalized in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/police-pursuit-ends-in-rollover-crash-several-hospitalized-in-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A police pursuit involving a suspect wanted on multiple felony charges ended in a rollover crash that authorities say sent several people to the hospital Thursday morning. ]]></description><pubDate>Thu, 09 Apr 2026 13:48:49 +0000</pubDate><content:encoded><![CDATA[<p>A police pursuit involving a suspect wanted on multiple felony charges out of Sunrise ended in a rollover crash that landed in a front yard and sent several people to the hospital Thursday morning, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/termina-en-volcadura-persecucion-policial-varios-hospitalizados-en-fort-lauderdale/">Leer en español</a></p><p>The crash occurred near Powerline Road and Northwest 12th Street, according to Fort Lauderdale police.</p><p>Police said the suspect, Thomas Jamaine Roberson, fled when officers attempted a traffic stop, leading to a pursuit that ended when the suspect crashed into a civilian vehicle, causing it to overturn.</p><p>They said Roberson, 24, and the occupants of the other vehicle were taken to Broward Health Medical Center with minor injuries.</p><p>Jail records show he is facing one count each of robbery with carjacking, aggravated battery of a pregnant female, obstruction of justice, grand theft of a vehicle, criminal justice, child neglect, interfering with custody of a minor. </p><figure><img src="https://www.local10.com/resizer/v2/UOEUCTTP3JETZOLS6HGXLZ4H3U.jpg?auth=2f79b89e68249bf608c5d07e4979f2be59f627ae87dbb7f8666875ee35b83a14&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As of Friday morning, he was being held without bond at the Broward County Main Jail. He was also ordered to have no contact with any victims, not to drive, and not to possess firearms, weapons or ammunition.</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[Weekday Recap: Trending Stories on Local10.com]]></title><link>https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</link><guid isPermaLink="true">https://www.local10.com/news/local/2025/08/01/weekday-recap-trending-stories-on-local10com/</guid><description><![CDATA[Here are the Top 10 stories that were trending on Local10.com this week.]]></description><pubDate>Fri, 01 Aug 2025 12:38:57 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/">Local10.com</a> this week. </p><p><a href="https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/">Leer en español</a></p><ul><li><a href="https://www.local10.com/news/local/2026/04/08/community-mourns-2-teens-killed-in-crash-near-downtown-doral">Community mourns 2 teens killed in crash near Downtown Doral</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance">Ex-partner of Fort Lauderdale mayor dies by suicide one day after court appearance</a></li><li><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">Rapper Lil Tjay leaves jail after Hard Rock arrest, denies link to Offset shooting: ‘Hell naw’</a></li><li><a href="https://www.local10.com/news/local/2026/04/08/brickell-key-hotel-to-be-leveled-in-controlled-demolition-heres-how-and-when-it-will-go-down">Brickell Key hotel to be leveled in controlled demolition ― here’s how and when it will go down</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019">Boynton Beach handyman pushing back after city begins enforcing parking ordinance from 2019</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff">Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment">Man faces murder charge for throwing victim from 25th-floor Miami Beach condo, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/coral-springs-vice-mayors-killing-exposes-prior-911-calls-domestic-violence-concerns">Coral Springs vice mayor’s killing exposes prior 911 calls, domestic violence concerns</a></li><li><a href="https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea">Cruise ship worker accused of rape at sea</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges">Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Resumen de la semana: Noticias destacadas en Local10.com]]></title><link>https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/resumen-de-la-semana-noticias-destacadas-en-local10com/</guid><description></description><pubDate>Fri, 10 Apr 2026 14:12:23 +0000</pubDate><content:encoded><![CDATA[<p>Here are the Top 10 stories that were trending on <a href="https://www.local10.com/" rel="">Local10.com</a> this week.</p><ul><li><a href="https://www.local10.com/news/local/2026/04/08/community-mourns-2-teens-killed-in-crash-near-downtown-doral">Community mourns 2 teens killed in crash near Downtown Doral</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance">Ex-partner of Fort Lauderdale mayor dies by suicide one day after court appearance</a></li><li><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">Rapper Lil Tjay leaves jail after Hard Rock arrest, denies link to Offset shooting: ‘Hell naw’</a></li><li><a href="https://www.local10.com/news/local/2026/04/08/brickell-key-hotel-to-be-leveled-in-controlled-demolition-heres-how-and-when-it-will-go-down">Brickell Key hotel to be leveled in controlled demolition ― here’s how and when it will go down</a></li><li><a href="https://www.local10.com/news/local/2026/04/07/boynton-beach-handyman-pushing-back-after-city-begins-enforcing-parking-ordinance-from-2019">Boynton Beach handyman pushing back after city begins enforcing parking ordinance from 2019</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff">Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/man-facing-murder-charge-for-allegedly-throwing-victim-from-25th-floor-of-miami-beach-apartment">Man faces murder charge for throwing victim from 25th-floor Miami Beach condo, cops say</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/coral-springs-vice-mayors-killing-exposes-prior-911-calls-domestic-violence-concerns">Coral Springs vice mayor’s killing exposes prior 911 calls, domestic violence concerns</a></li><li><a href="https://www.local10.com/news/local/2026/04/06/cruise-ship-worker-accused-of-rape-at-sea">Cruise ship worker accused of rape at sea</a></li><li><a href="https://www.local10.com/news/local/2026/04/09/woman-accused-of-dumping-kittens-in-wilton-manors-park-faces-animal-cruelty-charges">Woman accused of dumping kittens in Wilton Manors park faces animal cruelty charges</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XRFY3TGIJJFCTHOPV7ITXPYVHM.png?auth=e9a67cf5fb2dc899eeb0bc14cfb588292199632c1d46fc8b9db7d827acb0fd33&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de abandonar gatitos en parque de Wilton Manors; enfrenta cargos por crueldad animal]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-mujer-de-abandonar-gatitos-en-parque-de-wilton-manors-enfrenta-cargos-por-crueldad-animal/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Una mujer se enfrenta a múltiples cargos por crueldad y abandono animal después de que los investigadores afirmaran que abandonó a cinco gatitos en un parque la mañana del Domingo de Pascua.]]></description><pubDate>Fri, 10 Apr 2026 14:01:03 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer enfrenta múltiples cargos por crueldad animal y abandono después de que investigadores dijeran que <a href="https://www.local10.com/espanol/2026/04/06/mujer-tira-cinco-gatitos-a-la-basura-en-un-parque-de-wilton-manors-y-la-policia-la-busca/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/06/mujer-tira-cinco-gatitos-a-la-basura-en-un-parque-de-wilton-manors-y-la-policia-la-busca/">dejó a cinco gatitos en un parque la mañana de Pascua</a>.</p><p>La policía de Wilton Manors informó que Katherine Luciano dejó a los gatitos en el parque Donn Eisele. Un video de vigilancia de una casa cercana muestra un sedán rojo llegando, con una caja de cartón sellada con cinta en su interior.</p><p>Momentos después, los cinco gatitos bebés caen al suelo mientras la mujer se aleja, pasando junto a un hombre que paseaba a su perro.</p><p>“Estaba realmente enfocado en los gatos, pero eso evitó que mi enojo se centrara en ella”, dijo Peter Carey. “Porque realmente desearía poder meterla en una caja y abandonarla en un campo para que vea cómo se siente. Así es como me siento”.</p><p>Carey rescató a cuatro de los gatitos, mientras que el quinto fue encontrado más tarde.</p><p>Los cinco ya han sido adoptados.</p><p>“Me alegra decir que todos han sido adoptados”, dijo Carey. “Anoche dejé al último gatito con una enfermera que vive en Aventura”.</p><p>Luciano fue ingresada en la cárcel el jueves por la tarde.</p><p>Tras ver su foto policial, Carey dijo: “Se parece a ella. Y espero no volver a verla nunca”.</p><p>No está claro si el pasajero del vehículo enfrentará cargos.</p>]]></content:encoded></item><item><title><![CDATA[Miami Beach Pride returns this weekend, bigger & bolder than ever! ]]></title><link>https://www.local10.com/community/2026/04/10/miami-beach-pride-returns-this-weekend-bigger-bolder-than-ever/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/10/miami-beach-pride-returns-this-weekend-bigger-bolder-than-ever/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Eighteen years later, Miami Beach Pride is still one of the stand out events that happens on Ocean Drive, and this year, it’s bigger, bolder and more vibrant than ever. ]]></description><pubDate>Fri, 10 Apr 2026 12:46:26 +0000</pubDate><content:encoded><![CDATA[<p>Eighteen years later, Miami Beach Pride is still one of the stand out events that happens on Ocean Drive, and this year, it’s bigger, bolder and more vibrant than ever. </p><p><a href="https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/">Leer en español</a></p><p>“This year, we are going for our fourth victory in the parade,” said AJ Prasaguet, general manager of the <a href="https://palacesouthbeach.com/" target="_self" rel="" title="https://palacesouthbeach.com/">Palace Bar &amp; Restaurant</a>. “We are also the hub for Miami Beach Pride -- all the floats stop right at the Palace.”</p><p>From drag brunches to beach parties, this is where celebration, culture and community collide.</p><p>“Pride did start as political. It’s always been political, but it’s evolved into a celebration of individuality, personality, love, life, all things -- not just LGBTQIA. And this year, because of the climate here in Florida, I think it’s really, really meaningful to come out (and) show your support,” community advocate Timur Tugberk said. </p><p>Pride continues to be both a celebration and a statement, drawing hundreds of thousands to South Florida.</p><p>“Miami Beach Pride started in 2009, and I bought Palace in 2007. The bar owners got together to start working on how we can start a Pride on South Beach,” Tom Donall, Palace co-owner/co-founder of Miami Beach Pride, said. </p><p>“We had 15,000 people show up the first year. The next year, it went up to 40,000, and it just kept growing,” said Donald “Donnie”, Palace co-owner/co-founder of Miami Beach Pride. </p><p>At the heart of it all is iconic spots like the Palace, helping turn Pride into a full weekend experience.</p><p>“This year for Pride, we are piggy-backing off of Miami Beach Pride’s theme of infinite. And this year for us, it’s going to be ‘infinite love is limitless,’ and it’s a week-long of festivities,” Prasaguet said. </p><p>Nonstop shows will be held that keep the energy going well into the night.</p><p>“On Friday, we start our world-famous drag brunches, 11 a.m. and 2 p.m.,” Prasaguet said. “Then we pop into Saturday and this is where we start our weekend festivities of rooftop pool parties.” </p><p>“Our drag shows are every day from 7 p.m. until midnight,” Prasaguet added. </p><p>And if you’re new to Pride, consider this your survival guide. First things first, crowd participation is a must! </p><p>“Come in with boas, come in with hats, come in with wild, crazy looks and don’t forget that you need to be ready to just have the most fun you’re ever going to have, either on your vacation or while you’re here enjoying Pride. But it will be the time of your life,” Prasaguet said. </p><p>“It’s a great feeling when people are having a lot of fun and a good time, enjoying the day and the weekend,” Donnie said. </p><p>And the celebration kicks off Friday with a groundbreaking for a brand-new Pride Park.</p><p>The pavers from the iconic rainbow crosswalk were saved and are being repurposed at Lummus Park. </p><p>After the ceremony, there will be a party at the Palace.</p><p><a href="https://www.miamibeachpride.com/" target="_self" rel="" title="https://www.miamibeachpride.com/">Click here</a> for more information on Miami Beach Pride events. &nbsp;</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[Regresa Miami Beach Pride este fin de semana, más grande y audaz que nunca]]></title><link>https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/regresa-miami-beach-pride-este-fin-de-semana-mas-grande-y-audaz-que-nunca/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Dieciocho años después, el Miami Beach Pride sigue siendo uno de los eventos más destacados que tienen lugar en Ocean Drive, y este año es más grande, más audaz y más vibrante que nunca.]]></description><pubDate>Fri, 10 Apr 2026 13:50:36 +0000</pubDate><content:encoded><![CDATA[<p>Dieciocho años después, Miami Beach Pride sigue siendo uno de los eventos más destacados en Ocean Drive, y este año es más grande, audaz y vibrante que nunca.</p><p>“Este año vamos por nuestra cuarta victoria en el desfile”, dijo AJ Prasaguet, gerente general del <a href="https://palacesouthbeach.com/" target="_blank" rel="noreferrer" title="https://palacesouthbeach.com/">Palace Bar &amp; Restaurant</a>. “También somos el centro de Miami Beach Pride: todas las carrozas se detienen justo en el Palace”.</p><p>Desde brunches drag hasta fiestas en la playa, este es el lugar donde la celebración, la cultura y la comunidad se unen.</p><p>“El Pride comenzó como algo político. Siempre ha sido político, pero ha evolucionado hacia una celebración de la individualidad, la personalidad, el amor, la vida, de todo, no solo LGBTQIA. Y este año, debido al clima aquí en Florida, creo que es realmente muy significativo salir y mostrar apoyo”, dijo el activista comunitario Timur Tugberk.</p><p>El Pride continúa siendo tanto una celebración como una declaración, atrayendo a cientos de miles al sur de Florida.</p><p>“Miami Beach Pride comenzó en 2009, y yo compré Palace en 2007. Los dueños de bares se unieron para trabajar en cómo podíamos iniciar un Pride en South Beach”, dijo Tom Donall, copropietario de Palace y cofundador de Miami Beach Pride.</p><p>“Tuvimos 15,000 personas el primer año. Al siguiente subió a 40,000, y siguió creciendo”, dijo Donald “Donnie”, copropietario de Palace y cofundador de Miami Beach Pride.</p><p>En el corazón de todo están lugares icónicos como el Palace, que ayudan a convertir el Pride en una experiencia de fin de semana completo.</p><p>“Este año, para Pride, nos alineamos con el tema de Miami Beach Pride de infinito. Y para nosotros será ‘el amor infinito no tiene límites’, con una semana completa de festividades”, dijo Prasaguet.</p><p>Habrá espectáculos continuos que mantendrán la energía hasta bien entrada la noche.</p><p>“El viernes comenzamos con nuestros famosos brunches drag, a las 11 a.m. y 2 p.m.”, dijo Prasaguet. “Luego pasamos al sábado, donde iniciamos las festividades del fin de semana con fiestas en piscinas en azoteas”.</p><p>“Nuestros shows drag son todos los días de 7 p.m. a medianoche”, agregó Prasaguet.</p><p>Y si eres nuevo en el Pride, considéralo tu guía de supervivencia. Lo primero es participar.</p><p>“Llega con boas, sombreros, atuendos llamativos y no olvides que debes estar listo para divertirte al máximo, ya sea en tus vacaciones o mientras disfrutas el Pride. Será el mejor momento de tu vida”, dijo Prasaguet.</p><p>“Es una gran sensación ver a la gente divirtiéndose y pasando un buen rato, disfrutando el día y el fin de semana”, dijo Donnie.</p><p>La celebración comienza el viernes con la colocación de la primera piedra de un nuevo Pride Park.</p><p>Los adoquines del icónico cruce peatonal arcoíris fueron conservados y serán reutilizados en Lummus Park.</p><p>Después de la ceremonia, habrá una fiesta en el Palace.</p><p><a href="https://www.miamibeachpride.com/" target="_blank" rel="noreferrer" title="https://www.miamibeachpride.com/">Haga clic aquí</a> para más información sobre los eventos de Miami Beach Pride.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade condo building manager accused of soliciting, accepting kickback payments ]]></title><link>https://www.local10.com/news/local/2026/04/10/miami-dade-condo-building-manager-accused-of-soliciting-accepting-kickback-payments/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/miami-dade-condo-building-manager-accused-of-soliciting-accepting-kickback-payments/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A Miami-Dade condo building manager was arrested Thursday on multiple charges, authorities announced.]]></description><pubDate>Fri, 10 Apr 2026 11:50:46 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade condo building manager was arrested Thursday on multiple charges, authorities announced.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, Maria Del Carmen Alvarez-Concepcion, 57, was arrested Thursday afternoon on charges of soliciting/accepting kickback payments, organized fraud and second-degree grand theft.</p><p>An arrest report states that a current board member and homeowner at the Greynolds Park Club Condominium Association, located at 17890 W. Dixie Highway, contacted MDSO about concerns he had regarding the mismanagement of association funds by certain members of the board of directors and the on-site building manager, identified as Alvarez-Concepcion.</p><p>Detectives said the board member told detectives that on Jan. 23, he was approached by a contracted vendor who reported that Alvarez-Concepcion had been soliciting and accepting kickback payments “in the form of cash and Zelle transfers.”</p><p>The report states that the board member “further reported longstanding concerns regarding the defendant’s exclusive control over multimillion dollar contracts, lack of financial transparency, questionable fees, missing records, and the exclusion of certain board members from major association decisions.”</p><p>According to the report, the vendor who spoke with the board member met with detectives on Feb. 13 and corroborated the information initially provided by the board member.</p><p>Detectives said that the vendor claimed that between March 7, 2025, and Dec. 5, 2025, Alvarez-Concepcion repeatedly solicited and accepted kickback payments, saying that he paid her about $19,910 in cash and Zelle transfers during that time period.</p><p>Authorities said the payments were not authorized by the association and were “intentionally concealed from the board of directors.”</p><p>According to the report, between Feb. 18 and March 19 of this year, Alvarez-Concepcion accepted an additional $1,000 in kickback payments.</p><p>In total, she is believed to have accepted $20,910 in “undisclosed kickback payments,” authorities said.</p><p>According to the arrest report, Alvarez-Concepcion was located Thursday afternoon in the parking lot of the condominium community and was taken into custody.</p><p>Detectives said she provided them with a “self-serving” statement, in which she “admitted to accepting kickback payments while acting in her position as an on-site manager.”</p><p>“This arrest reflects our commitment to protecting residents and holding accountable those who exploit positions of trust, and we will continue to aggressively combat association fraud in our community,” Sheriff Rosie Cordero-Stutz said in a statement.</p><p>As of Friday morning, Alvarez-Concepcion was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her bond as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGEIV3DVXNEZ3I7HZW444PZVYE.jpg?auth=2b7accd6827f5c1212612f13aa49c6532995bcac90cd25d1f7fcad255f392321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a administrador de condominio en Miami-Dade de solicitar y aceptar sobornos]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-administrador-de-condominio-en-miami-dade-de-solicitar-y-aceptar-sobornos/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El administrador de un edificio de condominios en Miami-Dade fue arrestado el jueves por múltiples cargos, según anunciaron las autoridades.]]></description><pubDate>Fri, 10 Apr 2026 13:45:51 +0000</pubDate><content:encoded><![CDATA[<p>Un administrador de condominio de Miami-Dade fue arrestado el jueves por múltiples cargos, informaron las autoridades.</p><p>Según la Oficina del Sheriff de Miami-Dade, Maria Del Carmen Alvarez-Concepcion, de 57 años, fue arrestada el jueves por la tarde por cargos de solicitar y aceptar sobornos, fraude organizado y hurto mayor en segundo grado.</p><p>Un informe de arresto indica que un miembro actual de la junta y propietario en la asociación Greynolds Park Club Condominium, ubicada en el 17890 W. Dixie Highway, contactó a la MDSO por preocupaciones sobre el manejo indebido de los fondos de la asociación por parte de ciertos miembros de la junta directiva y la administradora del edificio, identificada como Alvarez-Concepcion.</p><p>Los detectives dijeron que el miembro de la junta les informó que el 23 de enero fue contactado por un proveedor contratado, quien reportó que Alvarez-Concepcion había estado solicitando y aceptando sobornos “en forma de efectivo y transferencias por Zelle”.</p><p>El informe señala que el miembro de la junta “también reportó preocupaciones de larga data sobre el control exclusivo de la acusada sobre contratos multimillonarios, falta de transparencia financiera, cargos cuestionables, registros faltantes y la exclusión de ciertos miembros de la junta de decisiones importantes de la asociación”.</p><p>Según el informe, el proveedor que habló con el miembro de la junta se reunió con detectives el 13 de febrero y corroboró la información inicial.</p><p>Los detectives indicaron que el proveedor afirmó que entre el 7 de marzo de 2025 y el 5 de diciembre de 2025, Alvarez-Concepcion solicitó y aceptó repetidamente sobornos, señalando que le pagó alrededor de $19,910 USD en efectivo y transferencias por Zelle durante ese período.</p><p>Las autoridades dijeron que los pagos no estaban autorizados por la asociación y fueron “intencionalmente ocultados a la junta directiva”.</p><p>Según el informe, entre el 18 de febrero y el 19 de marzo de este año, Alvarez-Concepcion aceptó $1,000 USD adicionales en sobornos.</p><p>En total, se cree que aceptó $20,910 USD en “pagos de sobornos no revelados”, indicaron las autoridades.</p><p>Según el informe de arresto, Alvarez-Concepcion fue localizada el jueves por la tarde en el estacionamiento de la comunidad del condominio y fue detenida.</p><p>Los detectives dijeron que ella les proporcionó una declaración “en beneficio propio”, en la que “admitió haber aceptado sobornos mientras actuaba en su cargo como administradora en el lugar”.</p><p>“Este arresto refleja nuestro compromiso de proteger a los residentes y responsabilizar a quienes abusan de posiciones de confianza, y continuaremos combatiendo agresivamente el fraude en asociaciones en nuestra comunidad”, dijo la sheriff Rosie Cordero-Stutz en un comunicado.</p><p>Hasta la mañana del viernes, Alvarez-Concepcion permanecía detenida en el Turner Guilford Knight Correctional Center. Los registros en línea indicaban que su fianza estaba “por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGEIV3DVXNEZ3I7HZW444PZVYE.jpg?auth=2b7accd6827f5c1212612f13aa49c6532995bcac90cd25d1f7fcad255f392321&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Ex pareja del alcalde de Fort Lauderdale muere por suicidio un día después de comparecer ante la corte ]]></title><link>https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[El ex pareja del alcalde de Fort Lauderdale, Dean Trantalis, murió por suicidio el jueves, un día después de comparecer ante la corte.]]></description><pubDate>Thu, 09 Apr 2026 19:42:05 +0000</pubDate><content:encoded><![CDATA[<p>El ex pareja del alcalde de Fort Lauderdale, Dean Trantalis, murió por suicidio el jueves, un día después de <a href="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/">comparecer ante la corte</a>.</p><p>Daniel Curran fue encontrado sin vida en un edificio en Northeast 36th Street y North Ocean Boulevard en su cumpleaños número 35.</p><p>Su muerte se produce tras un <a href="https://www.local10.com/espanol/2025/11/07/arrestan-a-la-pareja-del-alcalde-de-fort-lauderdale-acusada-de-agredirlo-me-tiro-al-suelo/" target="_self" rel="" title="https://www.local10.com/espanol/2025/11/07/arrestan-a-la-pareja-del-alcalde-de-fort-lauderdale-acusada-de-agredirlo-me-tiro-al-suelo/">caso de violencia doméstica</a> contra Curran, en el que Trantalis, de 72 años, citó incidentes previos de amenazas y violencia.</p><p>Antes de su muerte, se estaban realizando modificaciones a la orden de restricción, ya que Trantalis consideraba que su ex pareja ya no representaba una amenaza.</p><p>“Me sorprendió recibir esta noticia esta mañana. Estábamos en camino a una resolución, lo que habría permitido que Danny recibiera el tratamiento que necesitaba y habría llevado a que los cargos fueran desestimados”, dijo el abogado de Curran, Philip C. Johnston, en un comunicado a Local 10 News. “Danny era una persona muy amable y sensible. Después de que modificamos la orden de no contacto, expresé mis condolencias al alcalde. Él dijo que él y Danny se reunieron anoche y conversaron con alegría sobre planes futuros juntos. Esta es una situación profundamente triste.”</p><p>Trantalis emitió un comunicado el jueves tras la muerte de Curran, diciendo que se enteró “con profundo pesar”.</p><p>“Era una persona amorosa, y mis condolencias van a su familia”, dijo Trantalis. “Quizá ahora, el dolor que sufrió se alivie. Que descanse en paz”.</p><p><b>Historia relacionada:</b> <a href="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/" target="_self" rel="" title="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/">Aquí hay una lista de recursos de prevención del suicidio en el sur de Florida</a></p><p><i>Si usted o un ser querido están pasando por dificultades, puede llamar a la línea de ayuda contra la crisis y el suicidio al 988. Disponible 24 horas del día los siete días de la semana.</i></p>]]></content:encoded></item><item><title><![CDATA[Couple appears in Broward court accused of 3-week-old son’s death and cover up ]]></title><link>https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/couple-accused-of-covering-up-3-week-old-sons-death-appears-in-broward-court/</guid><dc:creator><![CDATA[Roy Ramos, Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Thu, 09 Apr 2026 22:12:47 +0000</pubDate><content:encoded><![CDATA[<p>Crystal Garcia was 20 years old when her 3-week-old baby died last year, according to an arrest warrant.</p><p><a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">Leer en español</a></p><p>Hollywood homicide detectives believe Garcia, now 21, tried to cover up his death with the help of the baby’s father, Anfernee Watts, according to police. </p><p>Watts’ mother contacted police to report that Garcia told her that he died while pinned between the bed frame and the mattress, according to an arrest warrant. </p><p>“You know, when you see someone, when they have passed? Like, it was like that,” Garcia told police officers on Wednesday as she confessed to accidentally smothering the baby, according to a police report. </p><p>The couple, who also has a 2-year-old child, appeared in court on Thursday in Broward County. A judge denied them bond. </p><p>Watts, 25, and Garcia “admitted to fabricating a story to present to law enforcement, placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a police officer wrote, according to an arrest warrant. </p><p>Their son was born on July 11 at Memorial Regional Hospital, according to police. </p><p>A pediatrician reported the baby boy was in good health on July 28, according to the arrest warrant. The tragedy unfolded a few days later. </p><p>Watts told police officers that he had attended a job interview, but the alleged interviewee said that was false, according to the arrest warrant. </p><p>“She intentionally restrained the baby by tightly wrapping him in a blanket, securing a pacifier in his mouth, and strapping him into a car seat before placing him inside a bathtub and isolating him behind a closed door while loud music played,” and she “willfully ignored his distress and failed to check on him for several hours,” a detective wrote, according to the warrant. </p><p>The couple allegedly tried “placing the deceased baby back into the playpen in an effort to make it appear as though the baby died in his sleep,” a detective wrote, according to an arrest warrant. </p><p>Hollywood Fire Rescue personnel pronounced him dead at 1:50 p.m. on Aug. 1st, in a house at 6660 Thomas St., records show. </p><p>Police officers noticed a “disposable changing pad that appeared to have blood spotting on it,” and the baby “had visible foam in his mouth and cracked lips that appeared to have dried blood on them,” according to the arrest warrant. </p><p>The Broward Medical Examiner’s Office ruled the baby’s cause of death to be suffocation and the manner of death to be a homicide. The evidence also includes a video recorded by a Ring surveillance camera showing Garcia with a garbage bag before calling 911.</p><p>Garcia left voicemails to police from Aug. 4 to Wednesday and admitted to lying and to report that she had “smothered” the baby, according to the arrest warrant.</p><p>“Crystal admitted she lied to the police out of fear of being arrested,” a police officer wrote, according to the arrest warrant. </p><p>The U.S. Marshals Fugitive Task Force arrested the couple on Wednesday. </p><p>Corrections was holding Garcia without bond on Thursday evening at the North Broward Bureau, a detention center in Pompano Beach, and Watts at the Broward County Main Jail in Fort Lauderdale, according to inmate records. </p><p>Garcia and Watts are each facing five charges: Obstruction of a criminal investigation, aggravated manslaughter of a child, child neglect with great bodily harm, tampering with evidence, and willfully touching, removing, or disturbing a dead body, clothing, or surrounding items without authorization. </p><p>Watt’s mother has had custody of their 2-year-old daughter since she was about 5 months old after she and the baby tested positive for THC at birth, according to the arrest warrant. </p><p><b>Read a part of the arrest warrant</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " 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 afternoon report</b></p>]]></content:encoded></item><item><title><![CDATA[Acusan a pareja en corte de Broward por muerte de su hijo de tres semanas y encubrimiento]]></title><link>https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/</guid><dc:creator><![CDATA[Roy Ramos, Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[A couple accused of their baby's death appeared in court on Thursday in Broward County. A judge denied them bond.  They also have a 2-year-old child.]]></description><pubDate>Fri, 10 Apr 2026 13:26:56 +0000</pubDate><content:encoded><![CDATA[<p>Crystal Garcia tenía 20 años cuando su bebé de tres semanas murió el año pasado, según una orden de arresto.</p><p>Detectives de homicidios de Hollywood creen que Garcia, ahora de 21 años, intentó encubrir su muerte con la ayuda del padre del bebé, Anfernee Watts, según la policía.</p><p>La madre de Watts contactó a la policía para reportar que Garcia le dijo que el bebé murió mientras estaba atrapado entre la estructura de la cama y el colchón, según la orden de arresto.</p><p>“Sabes, cuando ves a alguien, cuando ha fallecido? Como, era así”, dijo Garcia a los oficiales el miércoles al confesar que asfixió accidentalmente al bebé, según un informe policial.</p><p>La pareja, que también tiene un hijo de 2 años, compareció ante la corte el jueves en el condado Broward. Un juez les negó la fianza.</p><p>Watts, de 25 años, y Garcia “admitieron haber fabricado una historia para presentarla a las autoridades, colocando al bebé fallecido nuevamente en el corralito en un intento de hacer parecer que murió mientras dormía”, escribió un oficial, según la orden de arresto.</p><p>Su hijo nació el 11 de julio en el Hospital Memorial Regional, según la policía.</p><p>Un pediatra reportó que el niño estaba en buen estado de salud el 28 de julio, según la orden de arresto. La tragedia se desarrolló unos días después.</p><p>Watts dijo a los oficiales que había asistido a una entrevista de trabajo, pero el supuesto entrevistador indicó que eso era falso, según la orden de arresto.</p><p>“Ella sujetó intencionalmente al bebé envolviéndolo firmemente en una manta, asegurando un chupete en su boca y sujetándolo a un asiento de auto antes de colocarlo dentro de una bañera y aislarlo detrás de una puerta cerrada mientras sonaba música alta”, y “ignoró deliberadamente su angustia y no lo revisó durante varias horas”, escribió un detective, según la orden.</p><p>La pareja presuntamente intentó “colocar al bebé fallecido nuevamente en el corralito en un intento de hacer parecer que murió mientras dormía”, escribió un detective, según una orden de arresto.</p><p>El personal de Hollywood Fire Rescue lo declaró muerto a la 1:50 p.m. del 1 de agosto, en una casa ubicada en el 6660 de Thomas St., según los registros.</p><p>Los oficiales notaron una “almohadilla desechable para cambiar pañales que parecía tener manchas de sangre”, y el bebé “tenía espuma visible en la boca y labios agrietados que parecían tener sangre seca”, según la orden de arresto.</p><p>La Oficina del Médico Forense de Broward determinó que la causa de muerte del bebé fue asfixia y que la manera de muerte fue homicidio. La evidencia también incluye un video grabado por una cámara de vigilancia Ring que muestra a Garcia con una bolsa de basura antes de llamar al 911.</p><p>Garcia dejó mensajes de voz a la policía desde el 4 de agosto hasta el miércoles y admitió haber mentido y reportó que había “asfixiado” al bebé, según la orden de arresto.</p><p>“Crystal admitió que mintió a la policía por miedo a ser arrestada”, escribió un oficial, según la orden de arresto.</p><p>El Grupo de Trabajo de Fugitivos de los U.S. Marshals arrestó a la pareja el miércoles.</p><p>El Departamento de Correcciones mantenía a Garcia sin derecho a fianza el jueves por la noche en el North Broward Bureau, un centro de detención en Pompano Beach, y a Watts en la cárcel principal del condado Broward en Fort Lauderdale, según los registros de reclusos.</p><p>Garcia y Watts enfrentan cada uno cinco cargos: obstrucción de una investigación criminal, homicidio agravado de un menor, negligencia infantil con gran daño corporal, manipulación de evidencia y tocar, remover o alterar intencionalmente un cadáver, su ropa o los objetos circundantes sin autorización.</p><p>La madre de Watts ha tenido la custodia de su hija de 2 años desde que tenía aproximadamente 5 meses después de que ella y la bebé dieron positivo a THC al nacer, según la orden de arresto.</p><p><b>Lea parte de la orden de arresto</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " 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>Informe relacionado de la tarde</b></p>]]></content:encoded></item><item><title><![CDATA[Masters gnomes a hot commodity at Augusta National amid speculation this is final year of production]]></title><link>https://www.local10.com/sports/2026/04/10/masters-gnomes-a-hot-commodity-at-augusta-national-amid-speculation-this-is-final-year-of-production/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/10/masters-gnomes-a-hot-commodity-at-augusta-national-amid-speculation-this-is-final-year-of-production/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:25:19 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — John James arrived at Augusta National an hour before the gates opened to patrons for the 90th Masters — all for the purpose of securing a 13 1/2-inch tall gnome.</p><p>“Had to have one,” said James, who was attending the Masters from Wyckoff, New Jersey. “It's a novelty.”</p><p>This is the 10th and perhaps final year Augusta National will sell the limited edition gnome, which features the traditional old man with a white beard in colorful golf attire. Each year's gnome is different, with the 2026 edition featuring the character dressed in khaki pants with a white-and-green striped polo shirt and blue vest holding an umbrella in one hand and a Masters-themed cup in the other.</p><p>The gnomes have become wildly popular — and increasingly valuable — over the last decade.</p><p>With only about 1,000 available each day, the gnomes regularly sell out within an hour each morning at the merchandise shop before being restocked the following day. This year's gnome sells for $59.50 plus tax and is only available at Augusta National.</p><p>It has become a big money-maker for some patrons on the resale market.</p><p>The bidding for one gnome on eBay reached $620 on Friday with two days still remaining in the auction. Another can be purchased directly for $670 plus delivery cost, but there are dozens of others listed for similar prices.</p><p>On Facebook Marketplace, some gnomes are being sold for $800.</p><p>Fueling the price is speculation this may be the final year that the gnome will be produced.</p><p>Masters chairman Fred Ridley was asked earlier in the week if this will be the final edition. He responded by saying, “I’ve been asking that question for several years, and they won’t tell me the answer. So I can’t help you.”</p><p>When asked if he'd consider selling his gnome, James laughed and said, “Maybe.”</p><p>“I mean, I just spent more than $1,000 in the gift shop, so from what I've heard the gnome might pay for all of it,” James said. “I'll have to think about it, but it's definitely an option.”</p><p>John Van Pay, who came from San Antonio, got caught up in the gnome hysteria after talking with a friend associated with the LIV tour the night before attending the Masters. He convinced his son, Bryce, to wake up early and get to the course, and limited to one per person, they each walked out of the merchandise shop with a gnome.</p><p>“Yeah, we kept hearing about this gnome, and the rumor is it's going to be the last year they produce them,” Van Pay said. “So next thing you know, we are waiting in line at 7 a.m. to buy this gnome at the shop.”</p><p>Van Pay said he plans to keep his gnome as a souvenir of his trip to the Masters, calling it “a great piece of memorabilia” and something that “is going to look great on the shelf.” The younger Van Pay is a little more torn; he's an avid memorabilia collector, mostly dealing with Funko Pop.</p><p>Bryce Van Pay recounted how he recently had a $10 trading card that exploded on the market and reached $300 in value following the release of the most recent Marvel movie, only to watch it's worth slip to $100 a few months later. Van Pay lamented not selling it when it was at its most valuable.</p><p>“The Masters gnome is a hot seller and I'm not sure if it's going to go up and down (in value),” the younger Van Pay said. “There is a lot in circulation right now (on eBay and other platforms)."</p><p>He said given the possibility this is the last gnome produced, the wiser financial decision might be to hold onto it for a while.</p><p>With that, his father jumped in and said: “Well, he's my only son, so he can sell his now and make money and have mine when I hand it down to him.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LTVIKHLH7OQRTQKXSXCBPPBEJM.jpg?auth=d54a8f70cef3b40dfac8e9d3a04ba22e292289efcafb43e79aeb2d51c9a17aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrons walk past this years gnome on the 12th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/ZKCMLTVHQNZJ3YERRWXAGT4FFM.jpg?auth=cd95041b923238aee30d71d704a07e00bda2528d895143e9928e62f89341a16d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A patron walks with a gnome near the sixth hole during a practice round at 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></item><item><title><![CDATA[PEN America launches a US safety program for authors facing harassment]]></title><link>https://www.local10.com/entertainment/2026/04/10/pen-america-launches-a-us-safety-program-for-authors-facing-harassment/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/pen-america-launches-a-us-safety-program-for-authors-facing-harassment/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:17:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A coalition of publishers and literary agencies are teaming with PEN America on an initiative meant to counter a growing trend of harassment against members of the literary community.</p><p>PEN America, the century-old free expression organization, announced Friday that it was launching the U.S. Safety Program, which would provide safety training and other resources for authors amid a wave of censorship efforts around the country.</p><p>“We have heard from countless authors, illustrators, and translators who are under siege, fending off a steady stream of abuse and threats, online and at book events,” said Clarisse Rosaz Shariyf, co-chief executive officer of PEN America. “Through this new program, the literary and publishing community is stepping up together because writers should not be forced to choose between their safety and their voice.”</p><p>Viktorya Vilk, who directs PEN's digital safety efforts, told The Associated Press that she first noticed a rise in harassment against journalists a decade ago, around the time Donald Trump was first elected president, and has seen it spread to writers and educators over the past couple of years. Maia Kababe, Jon Evison and George Johnson are among the authors of censored works who have spoken out about being harassed and threatened and even physically assaulted.</p><p>Ashley Hope Pérez, whose young adult novel “Out of Darkness” became a target for censors over its depictions of sex and sexual abuse, says she had to take down her office email and telephone. “I got hate mail and all kinds of ugly phone calls,” says Pérez, who teaches at Ohio State University.</p><p>According to PEN, it has raised nearly $1 million through contributions from Hachette Book Group, Macmillan Publishers and Penguin Random House among others. This spring, Jodi Picoult, Jennifer Egan and Lee Child will be among the writers auctioning off character names for future novels, with the proceeds benefiting the safety program. PEN will be building on other programs from recent years, including digital safety workshops held for Hachette authors in 2023.</p><p>“There have probably never been as many threats to authors’ safety as there are currently in the U.S,” Hachette CEO David Shelley said in a statement. “We’re proud to support this much-needed program from PEN America that will give writers a wide range of professional resources to help them deal with threats to their safety, online and offline.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZKJ6ZO7TRPD47UJBOTG26VVWGE.jpg?auth=ab815677710b9ad866ce88a8a08e0d9390968d9effeed2c4219e6361e8a35c1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amanda Darrow, director of youth, family and education programs at the Utah Pride Center in Salt Lake City, poses with books that have been the subject of complaints from parents, including "Gender Queer" by Meir Kobabe, on Dec. 16, 2021. (AP Photo/Rick Bowmer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Bowmer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65OWMBZUNKQB2DCLBGJP6X2ZMQ.jpg?auth=7a35f956767750c95e051db2798fdd69a84e26dbdf804949a66f71a91a10b40d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An LGBTQ+ section appears at Fabulosa Books in the Castro District of San Francisco on June 27, 2024. (AP Photo/Haven Daley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Haven Daley</media:credit></media:content></item><item><title><![CDATA[Peruanos van a elecciones marcadas por la dispersión del voto y agobiados por la delincuencia]]></title><link>https://www.local10.com/espanol/2026/04/10/peruanos-van-a-elecciones-marcadas-por-la-dispersion-del-voto-y-agobiados-por-la-delincuencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/peruanos-van-a-elecciones-marcadas-por-la-dispersion-del-voto-y-agobiados-por-la-delincuencia/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:07:04 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Los peruanos acudirán el domingo a las urnas en medio de una ola de criminalidad sin precedentes para elegir presidente entre 35 candidatos con baja intención de voto y de los cuales ninguno ha logrado establecer una distancia significativa sobre sus rivales.</p><p>También será la primera vez en más de 30 años en la que se elegirá a un Congreso bicameral de 130 diputados y 60 senadores en el que la cámara alta no podrá ser disuelta y tendrá la potestad de designar autoridades de control y destituir al mandatario.</p><p>Perú atraviesa una crisis política con choques entre el Legislativo y el Ejecutivo que han provocado el desfile de ocho presidentes y tres Congresos en una década, cuando lo normal hubiese sido tener dos mandatarios y dos Parlamentos con mandatos de cinco años cada uno.</p><p>Amplia oferta de candidatos</p><p>Distintos sondeos privados coinciden en que la derechista Keiko Fujimori —hija del fallecido expresidente Alberto Fujimori (1990-2000)— encabeza la intención de voto con 15% con su promesa de combatir la delincuencia con las Fuerzas Armadas y construir nuevas cárceles.</p><p>Sin embargo, la suma del voto nulo, en blanco e indeciso lidera las proyecciones.</p><p>Fujimori, que se postula por cuarta vez a la presidencia, también propone reactivar la confianza de los empresarios mediante la promoción de proyectos mineros estancados que suman alrededor de 60.000 millones de dólares, facilitar la formalización de los mineros informales de oro y ampliar proyectos de irrigación en terrenos áridos para impulsar la agroexportación.</p><p>De los 35 candidatos presidenciales, la mayor oferta electoral de la historia peruana, detrás de Fujimori se ubican sólo cinco postulantes son fluctuaciones en la intención de voto y separados por menos de cinco puntos porcentuales entre sí.</p><p>En ese grupo están dos exalcaldes de Lima: Ricardo Belmont (1989-1995) del Partido Cívico Obras, un nacionalista que asegura que renegociará los contratos de explotación de recursos naturales, y Rafael López-Aliaga (2021-2025), de Renovación Popular, un millonario que promete créditos a los pequeños empresarios a través del banco estatal.</p><p>También está Carlos Álvarez de País para Todos, un cómico que en el año 2000 apoyó al expresidente Fujimori durante su controvertida tercera reelección. Álvarez promete retirar a Perú de la Convención Americana sobre Derechos Humanos e instaurar la pena de muerte para los sicarios.</p><p>Jorge Nieto, del partido Buen Gobierno y exministro de Defensa (2016-2018), promete resolver el problema de la seguridad en “no más de un año” con un grupo especial contra las extorsiones; mientras Alfonso López Chau, exdirector del Banco Central (2006-2012) y líder de Ahora Nación propone limpiar la policía de agentes corruptos, atacar las finanzas de los criminales y combatirlos usando la tecnología.</p><p>Economía estable, delincuencia en alza</p><p>Perú llega a los comicios con una proyección de crecimiento del Producto Bruto Interno (PIB) de 3% impulsado por los altos precios del cobre y una inflación anual controlada por el Banco Central de 2%, una de las más bajas de la región.</p><p>Pero el costo de la criminalidad consume 1,7% del PBI, el equivalente a unos 5.000 millones de dólares anuales, lo que actúa como un impuesto que asfixia el consumo y la inversión privada, según cálculos del Ministerio de Economía.</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, de acuerdo con datos oficiales.</p><p>La llegada en la última década de grupos criminales extranjeros ha introducido nuevos métodos de violencia, según los expertos. Otras economías criminales como la minería ilegal y el narcotráfico han creado zonas donde la presencia del Estado es casi imperceptible.</p><p>Mientras Fujimori promete controlar las fronteras y cárceles con la ayuda de los militares, López Aliaga afirma que construirá una cárcel en la Amazonía donde serpientes venenosas serán las guardianas que impedirán la fuga de presos.</p><p>Álvarez, en tanto, propone traer la experiencia en seguridad de El Salvador, Dinamarca y Singapur y Belmont asegura que los puestos de auxilio rápido serán claves para atender a las víctimas de la delincuencia.</p><p>Todo hace prever que ningún candidato logrará más del 50% de los votos válidos exigidos por la ley para ganar en primera vuelta, por lo que se espera un balotaje el 7 de junio entre los dos con mayor cantidad de sufragios.</p><p>Las autoridades electorales han señalado que los resultados finales se conocerán recién el jueves 16 de abril cuando lleguen todas las actas de votación de las zonas rurales más remotas y del extranjero.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WUIGVE33MLWH4XMODAMJVTW2M.jpg?auth=69db27da8830cb51690922bcebbd1787add14e58adffa59b9371f15240cced88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La candidata presidencial Keiko Fujimori, del partido Fuerza Popular, saluda a sus seguidores durante un mitin de campaña en el barrio de San Juan de Lurigancho, en Lima, Perú, el jueves 2 de abril de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TH3ODEAYOVBBGZXD24SYJ6NQDM.jpg?auth=e65c6a5889428c60a1e5dcbeb49374e7f13f2e1ac277c148cf598790e5f3e27e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Ricardo Belmont, del Partido Cívico Obras, saluda a sus simpatizantes durante el mitin de cierre de su campaña presidencial en Lima, Perú, el martes 7 de abril de 2026. (AP Foto/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RX2GKVU7JJUUBVIYXYDFBG42WM.jpg?auth=6e33dad634733c33ad66855c964dcd3cf9c462981e525c5d3749a961dc46fcd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Carlos Álvarez, del partido País para Todos, en el centro de la imagen, sonríe al llegar a un mitin de campaña en el barrio de San Juan de Lurigancho en Lima, Perú, el sábado 4 de abril de 2026. (AP Foto/Martín Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAWYAUF64TJA6RIIVKXTYQDX54.jpg?auth=26ed69428e9d9373a00c59cd41966e51f6051cbe954bdd4011f2559ac3a07ff0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El candidato presidencial Jorge Nieto, del partido Buen Gobierno, pronuncia un discurso durante un mitin de campaña en Lima, Perú, el miércoles 8 de abril de 2026. (AP Foto/Gerardo Marin)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DML5MQH5Y4VGJHGXBNMR66NDY.jpg?auth=b43111cb98461581272bffae0a9a270503430a8069db1e513614714a5e3a62e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[De izquierda a derecha, los candidatos presidenciales Alfonso López Chau, César Acuña, José Williams, Alex Gonzales, Fernando Olivera, Carlos Álvarez, José Luna, Yonhy Lescano, Wolfgang Grozo y María Pérez Tello saludan a los periodistas a su llegada a un debate presidencial previo a las elecciones del 12 de abril en Lima, Perú, el lunes 23 de marzo de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Climate change is outpacing evolution. Scientists are using DNA to catch up]]></title><link>https://www.local10.com/tech/2026/04/10/climate-change-is-outpacing-evolution-scientists-are-using-dna-to-catch-up/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/climate-change-is-outpacing-evolution-scientists-are-using-dna-to-catch-up/</guid><dc:creator><![CDATA[By ANNIKA HAMMERSCHLAG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 13:06:14 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Evolution works over millennia. Climate change is moving far faster.</p><p>That mismatch is killing some of the planet’s most vital ecosystems, from California’s towering redwoods to the seagrass meadows along its coast, both of which store vast amounts of carbon and support complex webs of life.</p><p>Marine heat waves, record wildfires and coastal development are pushing these systems beyond their limits as climate change, driven by emissions of fuels like oil and gas, accelerates. An estimated 1 million species face extinction, many within decades, largely due to human activities such as habitat destruction, pollution and overuse of natural resources, according to a 2019 report by a United Nations-affiliated intergovernmental scientific body.</p><p>Scientists are working to close the gap with an emerging discipline called conservation genomics: sequencing an organism’s complete genetic blueprint to pinpoint individuals with traits suited to survive drought, disease and other climate extremes, then using that information to guide restoration.</p><p>Coral reefs are among the first ecosystems where these genomic tools are being put to use. Repeated marine heat waves, which have caused mass bleaching, have devastated reefs worldwide. By sequencing corals and the algae that live inside them, researchers have identified colonies that naturally withstand higher temperatures and are beginning to test whether selectively breeding and growing those more resilient corals can support reef recovery.</p><p>Seagrass are under stress</p><p>In Southern California, researchers are applying the approach to eelgrass, a type of seagrass, as traditional restoration methods falter. The plant provides habitat for fish, crabs and plankton, feeds migratory birds and locks away carbon and methane — both heat-trapping greenhouse gases — in coastal sediments.</p><p>Conditions in San Diego’s bays are changing. Waters are warming. King tides — the year’s highest tides, which climate change is making more frequent and severe — stir up sediment and reduce the light that reaches the seafloor. Development sends runoff into bays, further clouding the water.</p><p>As a result, efforts to replant what’s been lost fail about half the time.</p><p>“Conservation genomics is becoming particularly important because right now, the climate is changing — a plant that was growing great in San Diego Bay, now San Diego Bay might be too hot for it,” said Todd Michael, a research professor at the Salk Institute for Biological Studies.</p><p>In Mission Bay, Michael and his colleagues discovered a clue to improving those odds: a naturally occurring hybrid eelgrass that outperformed its parent species. The plant, a cross between shallow water eelgrass Zostera marina and deeper water Zostera pacifica, persisted where both parent species struggled.</p><p>By sequencing its genome, the team identified genes tied to the plant’s circadian clock that stayed active longer under low light conditions, a pattern scientists believe may help it photosynthesize more efficiently in murky water.</p><p>The findings suggest restoration could be improved by selecting or breeding eelgrass better suited to future conditions. But for now, that work remains largely experimental and has not yet been deployed at scale in the field. The researchers have partnered with ecologists at the Scripps Institute of Oceanography to explore how those insights could be applied in future restoration.</p><p>Applying similar techniques to Northern California's redwoods</p><p>Redwoods are among the tallest and oldest trees on Earth and their forests store more carbon per acre than any other, according to a 2020 study by Save the Redwoods League and Humboldt State University.</p><p>While these trees evolved with frequent low intensity fire, today’s hotter and more destructive wildfires, combined with drought, are taking a growing toll. Logging has had an even greater impact: about 95% of old growth redwoods were cut, drastically reducing genetic diversity.</p><p>Scientists have already sequenced the redwood genome — a massive undertaking given its size, which is nearly nine times larger than the human genome.</p><p>However researchers say the work is not just about restoring what once existed, but preparing forests for a climate that no longer resembles the past.</p><p>“Where one organism was adapted to a certain location at one moment in time, it may no longer be,” said David Neale, a forest geneticist and distinguished professor emeritus at the University of California, Davis. “It might require different genetic variation to adapt to the new environment.”</p><p>Early analyses have begun to link genes to traits such as drought tolerance and temperature adaptation, but researchers say more rigorous work is needed to confirm those links before they can be used to guide restoration. That work has stalled due to limited funding.</p><p>Conservation genomics alone cannot solve climate change</p><p>“It can be helpful, but it’s not a solution unto itself,” said Karen Holl, a distinguished professor of environmental studies at the University of California, Santa Cruz. “What should be prioritized is reducing greenhouse gas emissions.”</p><p>Genomic tools may help certain species, particularly long-lived ones like redwoods that cannot adapt quickly enough on their own, but they come with limits. Ecosystems are built on complex relationships among plants, animals, microbes and fungi. Engineering or selecting for climate resilient traits in one species does not guarantee the survival of the many others that depend on it.</p><p>“Can you genetically engineer a few species that would be more tolerant? Absolutely. But that’s not an ecosystem,” said Holl. “We’re not going to engineer our way out of climate change.”</p><p>___</p><p>Follow Annika Hammerschlag on Instagram: @ahammergram.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRRTAHMXAARMAG6KCZW3E3L63Q.jpg?auth=66714bb076a9281c2288a60f8085b7ccac6d6d2a3fec232e3a11bcea3a199bb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eelgrass sways in the current in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2GRLJLHWMGIV7JIZGZE5RMBZU.jpg?auth=f35b1b9dfc0a2bde83edbcd02c28b63957bc0c27da265baf46dbe585d87e4d7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Todd Michael, a research professor at the Salk Institute for Biological Studies, works at his lab in San Diego, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHMVBFHVKJJUW4ZNTMXHXGGDPM.jpg?auth=f406bc842fc779a7bcec11c1ad3f84901f43a7e5871a0fc5be71fe88c7344b26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pacific Biosciences Revio, which can decode an entire human genome in one day, sits at the Salk Institute for Biological Studies in San Diego, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAHL6GIGUJDFY6N3G6OCEPYHSE.jpg?auth=defbd9f2d41e0c6606b593db1dd438c4a0757cad21fa43fe35ade4b11f4a974b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homes line the shore of San Diego's Mission Bay, Wednesday, Dec. 3, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VN5ZUMZITSBQ2FG5R3B4FZR64Y.jpg?auth=3aefff9ef0da41d6b5fe053ed70033fbac16ddb1f226106eca69fda9e00a9ce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Eelgrass sways in the current in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/673QFHRQMMG7IRNNWWI5CGEQ5E.jpg?auth=e9bf33c6a70967bea2b5bba1c2a69215c00667a16a1bf0c46907f1aa24fceeed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Assistant Fire Manager Leif Mathiesen, of the Sequoia & Kings Canyon Nation Park Fire Service, walks near a burned-out sequoia tree from the Redwood Mountain Grove which was devastated by the KNP Complex fires in the Kings Canyon National Park, Calif., Nov. 19, 2021. (AP Photo/Gary Kazanjian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gary Kazanjian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RUV32SWLTP7NOGSFDQUBFFUA6A.jpg?auth=c39fe0c46d22748dd25dfa5dde0503450a314e49220f4e218275cfb76a6d0056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars drive on highway 101 flooded by a king tide, the year's highest tides, Jan. 3, 2026, near Corte Madera in Marin County, Calif. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RT2KE2JTH5RSW7QAYN2KRDNB6Y.jpg?auth=44959100a97c1ebda6a6571348aa267f3a711098ac6accf38ba8432150e20bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sea anemone sits beside a patch of eelgrass in San Diego's Mission Bay, Tuesday, Dec. 2, 2025. (AP Photo/Annika Hammerschlag)]]></media:description><media:credit role="author" scheme="urn:ebu">Annika Hammerschlag</media:credit></media:content></item><item><title><![CDATA[Picture this: A raffle offers a Picasso for 100 euros to fund Alzheimer’s research]]></title><link>https://www.local10.com/entertainment/2026/04/10/picture-this-a-raffle-offers-a-picasso-for-100-euros-to-fund-alzheimers-research/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/picture-this-a-raffle-offers-a-picasso-for-100-euros-to-fund-alzheimers-research/</guid><dc:creator><![CDATA[By JEFFREY SCHAEFFER. ALEX TURNBULL and JOHN LEICESTER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 15:36:09 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Are you feeling lucky? A raffle in France is offering the chance to win a portrait by Pablo Picasso for the price of a 100-euro ($117) ticket, with proceeds going to Alzheimer’s research.</p><p>The draw is on Tuesday at Christie's auction house in Paris.</p><p>The inaugural “1 Picasso for 100 euros” raffle, in 2013, saw a fire-sprinkler worker in Pennsylvania win “Man in the Opera Hat,” which the Spanish master painted in 1914 during his Cubist period.</p><p>A second Picasso, the oil-on-canvas “Nature Morte,” was raffled off in 2020 and made a very happy mom of Claudia Borgogno, an accountant in Italy. Her son bought her the ticket as a Christmas present.</p><p>That still life, painted in 1921, was purchased for the raffle from billionaire art collector David Nahmad, who argued in a rare Associated Press interview that Picasso would have approved of raffling his work. Picasso died in 1973.</p><p>“Picasso was very generous. He gave paintings to his driver, his tailor,” Nahmad said. “He wanted his art to be collected by all kinds of people, not only by the super-rich.”</p><p>The gouache on paper “Tête de Femme,” meaning “head of a woman,” up for grabs next week was painted by Picasso in 1941.</p><p>The Alzheimer Research Foundation, the charity raffle's organizer, is based in one of Paris' leading public hospitals and says it has become France's leading private financier of Alzheimer-related medical research since its founding in 2004.</p><p>Christie’s auction house says the painting will be on view from Monday at its galleries in Paris, ahead of Tuesday's 6 p.m. draw there.</p><p>The organizers’ online sales platform says the number of tickets will be capped at 120,000, meaning the draw could net 12 million euros ($14 million) if they're all sold.</p><p>From the proceeds, 1 million euros will be paid to the Opera Gallery, an international art dealership that owns the painting.</p><p>Organizers say the two previous Picasso raffles raised a total of more than 10 million euros for cultural work in Lebanon and water and hygiene programs in Africa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XJXCQOOJEF3XLWCVNKWGP5HCGI.jpg?auth=14be24a4595bfcb0024a185012d3255371834038c1c1c924f54efda9a50d57a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peri Cochin, co-founder of the "1 Picasso for 100 euros" lottery, poses next to Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (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/ILPKFP2POJJJ3A7OSGKIKOSDNM.jpg?auth=d2e755a114e40653569b6a359d3ea316f13ded90e032be4792f98d4b8c7d9dd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Head of a Woman by Pablo Picasso, painted in 1941, is presented in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (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/HZ22NULZZ5DDXR33JIUHC7YH7Y.jpg?auth=e83d21b12c56b3a5536c8ef539334a54ae6de8b2d2c48f3162211ba101c7db13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People look at the Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (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/VDHYDBQD7MXPWRBBHGTFN4CT4I.jpg?auth=5a7ccfb6b9f893ff2f3bb92a7a60840d62e58d7f1779e684a29aecdc067d0f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peri Cochin, co-founder of the "1 Picasso for 100 euros" lottery, speaks during an Associated Press interview, next to Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (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/X53RE2BJX5IPHRE2FIT4PCQWP4.jpg?auth=fce58299e6999749c559df7b052826c88199880ab5de1cb67d767881da8f4001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walks past the Head of a Woman by Pablo Picasso, painted in 1941, in Paris, Friday, April 10, 2026, where the draw will be handled by auction house Christie's next week. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content></item><item><title><![CDATA[Woman breaks through home’s hurricane window, tries stealing German shepherd, car: Sheriff]]></title><link>https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/woman-breaks-through-homes-hurricane-window-tries-stealing-german-shepherd-car-sheriff/</guid><dc:creator><![CDATA[Caroline Coles]]></dc:creator><description><![CDATA[A woman in Martin County is accused of trying to break a home’s hurricane window to try to steal a 90-pound German Shephard.]]></description><pubDate>Thu, 09 Apr 2026 21:33:24 +0000</pubDate><content:encoded><![CDATA[<p>A woman in Martin County is accused of trying to break a home’s hurricane window to try to steal a 90-pound German shepherd.</p><p><a href="https://www.local10.com/espanol/2026/04/09/acusan-a-mujer-de-romper-ventana-resistente-a-huracanes-de-una-vivienda-e-intentar-robar-un-pastor-aleman-y-un-auto-sheriff/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-mujer-de-romper-ventana-resistente-a-huracanes-de-una-vivienda-e-intentar-robar-un-pastor-aleman-y-un-auto-sheriff/">Leer en español</a></p><p>Deputies said Roberta Walker, 51, of Washington, D.C., broke into a home in Hobe Sound by climbing through a bedroom window. </p><p>They said she tried stealing the homeowner’s dog while it was in a crate, but not before the homeowner came home and confronted her.</p><p>“It’s one of these things that goes in the category of ‘you can’t make this stuff up,’” said Martin County Sheriff John Budensiek. </p><p>Authorities said Walker spent around a half hour trying to get inside the home. </p><p>“And for the next half an hour, she chipped away at an impact glass window in the back of the house with a rock and a little piece of metal,” said Budensiek. “Eventually, (she) was able to compromise that window, at which point she crawled into the window.”</p><p>That was just the beginning of Walker’s confusing criminal acts, authorities said. </p><p>“Nothing she did made sense,” said Budensiek. “Daytime burglary, spent a half an hour doing it, stayed in the house, drug a 90-pound dog outside, like, what are you going to do with a 90-pound dog? And then in broad daylight, stole a car.”</p><p>Following a large manhunt, Walker was arrested, and officials say they found jewelry in her vehicle from a second burglary.</p><p>Budensiek said Walker has a long criminal record, saying if convicted, these new charges carry harsh consequences.</p><p>“It’s significant because it’s a burglary of an occupied dwelling with damage over $1,000,” he said. “It’s actually a life felony. Now, do I think she’s going to get a life sentence? No. But she’s going to get a significant amount of time, especially with the criminal history that she has backing her up.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man accused of breaking into Miami Springs restaurant to watch TV: ‘Made himself at home’]]></title><link>https://www.local10.com/news/local/2026/04/09/man-accused-of-breaking-into-miami-springs-restaurant-to-watch-tv-made-himself-at-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/man-accused-of-breaking-into-miami-springs-restaurant-to-watch-tv-made-himself-at-home/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A Miami man was arrested earlier this week after being found inside a closed Miami Springs restaurant. ]]></description><pubDate>Thu, 09 Apr 2026 21:47:18 +0000</pubDate><content:encoded><![CDATA[<p>A Miami man was arrested earlier this week after being found inside a closed Miami Springs restaurant. </p><p><a href="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-irrumpir-en-restaurante-de-miami-springs-para-ver-television-como-si-estuviera-en-su-casa/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/acusan-a-hombre-de-irrumpir-en-restaurante-de-miami-springs-para-ver-television-como-si-estuviera-en-su-casa/">Leer en español</a></p><p>Police took Johnnie Sanders, 34, into custody on Monday at Uncle Hanks’ Hideaway restaurant.</p><p>“I didn’t care he made himself at home,” said restaurant owner Matthew Curtis. </p><p>According to police, Sanders was found inside the restaurant, located at 78 Canal St., late Monday night after authorities said he entered without permission while the business was clearly closed. Nobody was inside and the lights were off.</p><p>It wasn’t the first time he allegedly broke inside. </p><p>On Easter Sunday, surveillance cameras captured Sanders entering the business and taking a set of spare keys before watching TV inside the restaurant for four hours despite it being closed and him not being welcome, according to Curtis. </p><p>The next evening, police said he returned, and that’s when he was taken into custody. </p><p>Police said that before his arrest, Sanders gave the spare keys to Curtis upon request. </p><p>As of Thursday afternoon, Sanders remained behind bars at the Metrowest Correctional Center on two counts of burglary of an unoccupied structure. </p>]]></content:encoded></item><item><title><![CDATA[Legacy of teen who died trying to save submerged driver endures through safety mission, scholarships]]></title><link>https://www.local10.com/news/local/2026/04/09/legacy-of-teen-who-died-trying-to-save-submerged-driver-endures-through-safety-mission-scholarships/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/legacy-of-teen-who-died-trying-to-save-submerged-driver-endures-through-safety-mission-scholarships/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[This weekend, family, friends and community members will celebrate the life of a 17-year-old who died while trying to safe another’s life. ]]></description><pubDate>Thu, 09 Apr 2026 21:13:41 +0000</pubDate><content:encoded><![CDATA[<p>On Saturday, family, friends and community members will celebrate the life of a 17-year-old who died while trying to save another’s life. </p><p><a href="https://www.local10.com/espanol/2026/04/09/perdura-el-legado-del-adolescente-que-murio-al-intentar-salvar-a-un-conductor-sumergido-a-traves-de-una-mision-de-seguridad-y-becas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/perdura-el-legado-del-adolescente-que-murio-al-intentar-salvar-a-un-conductor-sumergido-a-traves-de-una-mision-de-seguridad-y-becas/">Leer en español</a></p><p>Aden Perry heard calls for help from someone who had driven into a lake in Sunrise in April 2022.</p><p>He jumped in to help, but never came back up, as both he and the driver died. </p><p>“It’s important to be proactive to save lives,” said Sara Perry, Aden’s mother. “I didn’t think I’d live a day or a week and here I am. On April 19, it’ll mark four years since that accident changed my world.”</p><p>Now, loved ones are hoping to turn their tragedy into something that could help make sure something like this doesn’t happen again. </p><p>“It wasn’t until losing my son that I realized there was currently nothing available in such an emergency,” said Perry. </p><p>Since then, Perry has put up more than 600 life rings, or life preservers, along waterways across South Florida and even up into North Carolina.</p><p>Each one has the last picture Perry would ever take of her son, and a hero’s message, but she hopes they send the message of “throw, don’t go.” </p><p>“Every body of water has the potential for a water emergency and it doesn’t matter how great a swimmer you are,” she said. </p><p>Perry added that the life rings have already saved lives. </p><p>“By having these life rings, it’s almost like we’re completing the job he started that night,” she said. </p><p>Aden’s legacy also lives on through events like annual 5Ks and the Aden Perry Good Samaritan Scholarship Foundation, which helps students who are smart, driven and selfless, like Aden was.</p><p>“To date, we’ve given well over $300,000 in scholarships,” said Perry. “He wanted to be a neurosurgeon, he wanted to make a difference, he really wanted to save lives.</p><p>“I miss him terribly. The work I do now is all for him, in his honor. He would be proud of me. He was my hero.”</p><p>The latest 5K will be held on Saturday at Amerant Bank Arena in Sunrise, where Perry will give a $10,000 scholarship to a deserving student. </p><p>It’s one of the 16 scholarships she’s handing out.</p><p>All money collected from the 5K will go toward those scholarships. </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[Connecting Miami project delayed to 2029 as costs rise and concerns grow]]></title><link>https://www.local10.com/news/local/2026/04/09/connecting-miami-project-delayed-to-2029-as-costs-rise-and-concerns-grow/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/connecting-miami-project-delayed-to-2029-as-costs-rise-and-concerns-grow/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Driving alongside it, under it and even right through it, the massive highway construction has been part of the Miami commute for years. And now, state officials say it’s going to be around even longer.]]></description><pubDate>Thu, 09 Apr 2026 22:38:24 +0000</pubDate><content:encoded><![CDATA[<p>Driving alongside it, under it and even right through it, the massive highway construction has been part of the Miami commute for years. And now, state officials say it’s going to be around even longer.</p><p>The I-395/836/I-95 project, also known as “Connecting Miami,” began in 2019 and was originally expected to be finished by 2021. But the Florida Department of Transportation now says the project won’t be completed until late 2029.</p><p>The cost has also increased, rising from about $800 million to $866 million.</p><p>“To be quite honest, it’s unsurprising,” said Cathy Dos Santos, with Miami’s Transit Alliance, a nonprofit advocating for expanded public transportation. “And in the worst way possible.”</p><p>Critics point not only to the timeline and rising cost of the massive project, but also to recent safety concerns.</p><p>Construction resumed this week after being paused last month when a worker fell to his death. Earlier this year, six other workers had to be rescued after falling from another structure at the site.</p><p>As signs at the construction area urge workers to prioritize quality, past legal issues have also raised questions. </p><p>Previous lawsuits reportedly cited concerns over defective concrete and even the design of what’s meant to be an iconic signature bridge.</p><p>One lawsuit, filed by the joint venture behind the project against insurers, alleged the initial bridge design was not viable because it could not withstand required wind forces. That lawsuit was later settled.</p><p>“As a taxpayer, this being a project that is directly funded by the money that you give back to the government -- that you ask them to be good stewards -- you should be concerned about the fact that there is a lack of clarity and transparency,” Dos Santos said.</p><p>Local 10 News asked the Florida Department of Transportation to explain the latest delay. The department had not responded, as of the time of publication.</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[South Florida program uses exercise to help cancer patients recover, reduce recurrence risk]]></title><link>https://www.local10.com/health/2026/04/09/south-florida-program-uses-exercise-to-help-cancer-patients-recover-reduce-recurrence-risk/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/09/south-florida-program-uses-exercise-to-help-cancer-patients-recover-reduce-recurrence-risk/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[Regular exercise is key to good heart, bone and mental health. But growing research is also showing how vital it is for cancer patients -- even helping lower the risk of cancer coming back.]]></description><pubDate>Thu, 09 Apr 2026 23:20:53 +0000</pubDate><content:encoded><![CDATA[<p>Regular exercise is key to good heart, bone and mental health. But growing research is also showing how vital it is for cancer patients -- even helping lower the risk of cancer coming back.</p><p>One of the country’s first exercise oncology programs began right here in South Florida.</p><p>For 25 years, the Memorial Healthcare Cancer Recovery Program has been connecting trained exercise physiologists with patients during and after cancer treatment.</p><p>“It’s helped us immensely with mood improvement, it helps us maintain physical fitness, muscle mass, anxiety, nausea, and maintaining their weight,” said Susan Zohar, a breast cancer survivor.</p><p>After a grueling month of radiation treatments, the last thing she thought she needed was an exercise program.</p><p>“I’m tired -- mentally, physically, emotionally beat down from the cancer treatment. But I was very pleasantly surprised, though I couldn’t do everything -- everything was measured for me,” she said. </p><p>In fact, Susan says the program is like having her own personal trainer. Exercise physiologists design unique plans for each patient, depending on their needs and abilities.</p><p>“I do think that the most important part is the building self-confidence and giving them measurable goals for them to hit, so they can say -- ‘Even though I have this or had this, I can get better,’” she said. “‘I can get stronger.’”</p><p>Stronger is exactly how Susan feels now. She has walked in the Dolphin Challenge to raise money for cancer research and even joined a dragon boat team.</p><p>She says she has never felt better. For her, the exercise program was a game changer.</p><p>“Cancer changed my life. Most people think cancer changes their life for the negative, but this actually was one of the most positive,” she said.</p><p>Also part of the exercise oncology program: nutrition counseling, stress management and yoga classes.</p><p><a href="https://www.mhs.net/give-back/memorial-foundation" target="_self" rel="" title="https://www.mhs.net/give-back/memorial-foundation">The Memorial Foundation</a> -- the philanthropic arm of Memorial Healthcare -- ensures all patients can participate regardless of their financial situations.</p><p>The program gets about 400 referrals every year.</p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Leading Ladies Magazine launches in South Florida, spotlighting women making an impact]]></title><link>https://www.local10.com/news/local/2026/04/09/leading-ladies-magazine-launches-in-south-florida-spotlighting-women-making-an-impact/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/leading-ladies-magazine-launches-in-south-florida-spotlighting-women-making-an-impact/</guid><dc:creator><![CDATA[Annaliese Garcia]]></dc:creator><description><![CDATA[A new magazine is launching in South Florida, putting the spotlight on women making a real impact in the community.]]></description><pubDate>Thu, 09 Apr 2026 23:20:39 +0000</pubDate><content:encoded><![CDATA[<p>A new magazine is launching in South Florida, putting the spotlight on women making a real impact in the community.</p><p>“Leading Ladies Magazine” is officially making waves across the region, celebrating the stories, impact and influence of local women who are making a difference.</p><p>“They’re serving our community -- present mothers or wives, single people, active in community and giving back,” said Jessica Cristobal, the founder of Leading Ladies League.</p><p>Cristobal, the wife of University of Miami head football coach Mario Cristobal, is also familiar with the world of luxury publications. </p><p>She previously served as president of Brickell and Key Biscayne Magazine and as publisher of a mega yachting magazine. Now, the philanthropist is returning to the industry with a new mission.</p><p>“I really wanted to showcase the women in my life that are doing amazing things -- philanthropy, business, inventors, authors,” she said.</p><p>In 2009, Cristobal founded the Leading Ladies League, a social organization that partners with nonprofits to support women and children in need. The group brings influential women together with a shared goal -- giving back.</p><p>“And I just thought it would be so cool to bring a magazine to market to showcase these women in South Florida,” she said. </p><p>All the while, Cristobal balances her role as a mother of two and a supportive wife.</p><p>“It’s kind of a perfect marriage,” she said. “I like to say Mario takes care of the guys, he’s a coach -- very present father -- pours into young men all day long, so I like to showcase the ladies -- gather women and then we come together. I can bring both worlds together easily.”</p><p>She says that support goes both ways.</p><p>“He’s always there cheering for me and I’m always cheering for him, so we really support each other with what we’re doing. So I want to see him win and he wants to see me win,” she said. </p><p>Whether it’s at home, on the field with Miami’s beloved Hurricanes, or now as the driving force behind an empowering publication, Jessica Cristobal is all in.</p><p>When asked what she wants readers to take away, her answer is simple.</p><p>“This is an aspirational magazine and I want the reader to walk away thinking, ‘Wow, if she can do that, I can too,’” she said. </p><p>For now, Leading Ladies Magazine is a quarterly publication, but there are already talks of expanding to six issues a year as more stories emerge.</p><p>The long-term plan is to grow beyond South Florida and bring the concept to other areas as well.</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[Talk back: Tech deal promotes conversations between journalists and those who follow their stories]]></title><link>https://www.local10.com/business/2026/04/10/talk-back-tech-deal-promotes-conversations-between-journalists-and-those-who-follow-their-stories/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/talk-back-tech-deal-promotes-conversations-between-journalists-and-those-who-follow-their-stories/</guid><dc:creator><![CDATA[By DAVID BAUDER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 12:01:16 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Environmentalist Christine Holland closely follows journalist Tiffany Higgins' stories from the Amazon River region, frequently sending her comments and questions. This week, Higgins responded to one message about her piece on the Brazilian arts community by sending Holland a lengthy personal video.</p><p>They've turned the usual one-way conversation between a journalist and consumer into a two-way one, and a deal announced Friday indicates that is much more likely to be happening in the future.</p><p>The New York-based news company Noosphere signed a multiyear licensing agreement with British broadcaster Sky News to make available its technology that facilitates such connections through an app. Sky immediately announced that it would begin experimenting with its usage for its defense and security experts, promising “a dedicated experience expressly designed for highly engaged audiences.”</p><p>The organizing principle of the whole thing: Give audiences access — not only to the news but to those who report it.</p><p>Talking to other companies about similar deals</p><p>Noosphere's founder, former war correspondent Jane Ferguson, said she's been talking with some U.S.-based news companies about similar deals.</p><p>“Getting the endorsement of the industry is really special for us,” she said. “It has been a long time coming for them to be ready for this level of a change.”</p><p>Ferguson's 2-year-old company hosts some two dozen journalists — among them former NBC “Meet the Press” moderator Chuck Todd and former CNN journalist Chris Cillizza — working almost like independent contractors. They specialize in a more personal style of reportage from all over the world, and part of that is making themselves available to people who follow their work.</p><p>Holland, a retired marketing executive from Menlo Park, Calif., said she's corresponded with Higgins several times, often through text messages in the Noosphere app. She feels it brings a personal stake to the stories, more like the journalist is talking to them with their work. For years, a common complaint about television news is that it feels like they're telling stories from “on high.”</p><p>“With this, I am much more inclined to remain loyal” to the journalist and news outlet, she said.</p><p>That's likely music to the ears of news executives who spend countless hours looking for ways to combat declining viewership or readership. The rise in journalists going independent on Substack or YouTube, some of whom offer subscribers personal access for a price, shows the appeal to consumers for the “authenticity” of feeling journalists are reporting directly to them, Ferguson said.</p><p>“It's so hard to know what is even written by a human being anymore,” Holland said. “I really appreciate that there is a real human being behind the story.”</p><p>A chance to feel more connected to the news</p><p>Mike Varga, a retired businessman who lives near Tampa, Florida, said he's accustomed to getting no response or pro forma replies when writing to news organizations or politicians. But Todd sent him a brief video “thank you” when Varga complimented him on a story about tariffs. He wrote to Ferguson after she did a story about the late British war photographer Paul Conroy, and she invited him to a focus group meeting about Noosphere.</p><p>It makes him feel more connected to a place where he turns for news. “It's kind of surprising more media organizations don't do that,” Varga said.</p><p>When a consumer subscribes to Noosphere to follow the work of a specific journalist, that person gets a part of the subscription fee in a revenue-sharing agreement. That business approach is not part of what Noosphere is selling to a broadcaster like Sky, but giving their journalists more independence might be a way to save money and “not lose them to YouTube.”</p><p>Meanwhile, some journalists in legacy media crave more independence but are frightened by going totally alone and still like the platform that a big company can offer, she said. This is a potential middle ground.</p><p>“We see a lot of appetite for deals like this,” she said. “We're very interested and looking forward to expanding into the U.S. marketplace.”</p><p>Ferguson and Sky News didn't offer financial details of their arrangement, nor has Noosphere publicly said how many subscribers it has.</p><p>___</p><p>David Bauder writes about the intersection of media and entertainment for the AP. Follow him at http://x.com/dbauder and https://bsky.app/profile/dbauder.bsky.social.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VAUN3225RXIKC5VTKWQOPPICRQ.jpg?auth=d17b0b07ed4e088ebd86ff34bb9b6c3c2aaad8f404593eb8a86218a3032fc0fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jane Ferguson, founder of Noosphere, is photographed in the site's office, in New York, Wednesday, June 25, 2025. (AP Photo/Richard Drew, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Drew</media:credit></media:content></item><item><title><![CDATA[Shooting reported in northwest Miami leaves man hospitalized]]></title><link>https://www.local10.com/news/local/2026/04/09/shooting-reported-in-northwest-miami-leaves-man-hospitalized/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/shooting-reported-in-northwest-miami-leaves-man-hospitalized/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[City of Miami police responded to a ShotSpotter alert near Northwest 58th Street and Northwest 13th Avenue after multiple shots were reported around 7 p.m. Thursday evening.]]></description><pubDate>Fri, 10 Apr 2026 02:31:26 +0000</pubDate><content:encoded><![CDATA[<p>City of Miami police responded to a ShotSpotter alert near Northwest 58th Street and Northwest 13th Avenue after multiple shots were reported around 7 p.m. Thursday evening, authorities said.</p><p> </p><p>According to Miami police, no one was found injured at the scene.</p><p>However, about six minutes away, near Northwest 21st Avenue and 69th Street, Miami-Dade deputies say they responded to reports of a man in his late 40s who had been shot.</p><p>Police say the man was taken to Jackson Memorial Hospital’s Ryder Trauma Center. </p><p>His condition has not yet been released. </p><p>The shooting remains under investigation.</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[Democrats tackle outside groups flooding their primaries with campaign cash]]></title><link>https://www.local10.com/news/politics/2026/04/10/democrats-tackle-outside-groups-flooding-their-primaries-with-campaign-cash/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/democrats-tackle-outside-groups-flooding-their-primaries-with-campaign-cash/</guid><dc:creator><![CDATA[By LEAH ASKARINAM, MATT BROWN and MAYA SWEEDLER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:52:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Democrats are struggling to come up for air after outside groups flooded their first round of midterm primaries with campaign cash.</p><p>As the Democratic Party fights to regain control of Congress, organizations affiliated with the American Israel Public Affairs Committee, cryptocurrency and artificial intelligence have dominated the airwaves, sometimes leaving candidates on the sidelines of their own campaigns.</p><p>Democratic pollster Zac McCrary said the primaries have “become proxy wars, and the candidates are almost afterthoughts in larger skirmishes."</p><p>Now the Democratic National Committee is advancing a resolution at its New Orleans spring meeting to condemn the surge of spending that has scrambled its primaries and exacerbated tensions within the party. A final vote is expected on Friday.</p><p>Candidates who lost have pointed their fingers at special interests, blaming them for derailing their campaigns. Others who are still in the running are courting voters by denouncing deep-pocketed outside groups. Even those who have benefited from the spending have expressed concern.</p><p>“It’s definitely a brave new world,” McCrary said.</p><p>“We’re not talking about doubling of campaign expenditures,” he added. “We’re talking about 10 times or 20 times more.”</p><p>Dan Sena, a former executive director at the Democratic Congressional Campaign Committee, said party organizations are no longer the ones with the clout to push favored candidates.</p><p>“All that’s been completely smashed now,” Sena said. Even if Democrats regain control of the U.S. House, he warned that outside spending could damage the party in the long run.</p><p>Referring to House Minority Leader Hakeem Jeffries, he said, “You’re going to hand Jeffries a caucus that is divided.”</p><p>Democrats bear the brunt of big spending</p><p>So far this cycle, outside money in U.S. House races has largely targeted districts particularly friendly to Democrats, meaning the primaries will likely determine who will win the general election in November. After a record number of House members retired this year, many of those seats opened up for the first time in years, drawing dozens of Democratic hopefuls.</p><p>In Illinois, for example, there was more than $125 million in outside spending across five open Democratic primaries. In all but one of those congressional races, the outside spending exceeded candidate spending.</p><p>While it's still early in the calendar, there are indicators that many more races could see big spending. Almost 40 seats have already seen more than $1 million in outside spending, according to Federal Election Commission filings.</p><p>In Illinois, the top three spenders in U.S. House races were groups affiliated with AIPAC, according to AdImpact, which tracks ad buys in political races, followed by the cryptocurrency-affiliated Fairshake.</p><p>AIPAC was founded to support strong ties between the U.S. and Israel, a particularly controversial issue as Democratic hostility toward Israel rises over the war in Gaza. Some DNC members wanted to call out AIPAC's role in primaries, but the final resolution did not.</p><p>“We had various resolutions that focused on different industries and groups, and instead of going one-by-one, we passed a blanket repudiation,” DNC Chair Ken Martin said in a statement.</p><p>Campaign spending has divided Democrats</p><p>The latest DNC meeting marks another chapter in longstanding disputes between progressives and the party establishment.</p><p>Progressives want the party to adopt official language that all Democratic presidential contenders oppose money from dark-money groups, or super PACs that aren't required to disclose their donors.</p><p>“It’s necessary that we actually have the party do something on this issue, not just say something,” said Larry Cohen, co-chair of Our Revolution, a progressive group founded by independent Sen. Bernie Sanders of Vermont, who caucuses with Democrats.</p><p>The resolution being advanced at the DNC meeting in New Orleans is viewed by progressives as a step toward that goal. However, some Democrats warn against weakening their candidates when facing a Republican Party that's flush with cash.</p><p>“Provided that we don’t handcuff ourselves in the general elections — because if the Republicans are going to use dark money in general elections, we should be using our money in general elections, too — if you provide an even playing field, I think then that’s fine,” said Sen. Ruben Gallego, an Arizona Democrat. “But we just can’t be handcuffing ourselves in the general to lose races.”</p><p>Any DNC resolutions would not stop outside groups from surging funds into primary contests or general elections. But some Democrats believe the issue is core to the party's values.</p><p>“We should eliminate any super PAC in a Democratic primary. And I think every presidential candidate in 2028 should pledge that they will not have any super PAC spending in a Democratic primary,” said Rep. Ro Khanna, a progressive and possible Democratic presidential contender who co-chaired Sanders’ 2020 presidential campaign.</p><p>“That should be a litmus test,” Khanna argued. “If you’re not willing to take that pledge, then you’re part of the problem.”</p><p>___</p><p>Brown reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OU3Q47OB5G6TMZLDHAIONBNV4I.jpg?auth=7bcfc7bef49f19f8cdf25198e6d4e5b98712c467cdbad200d7130e7eb1a2c57c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ken Martin speaks at the 2026 California Democratic Party State Convention in San Francisco, Feb. 21, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[AP Exclusive: Trump administration admits a glaring error in its New York health fraud accusations]]></title><link>https://www.local10.com/health/2026/04/10/trump-administration-admits-a-glaring-error-in-its-accusations-about-new-york-health-care-fraud/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/10/trump-administration-admits-a-glaring-error-in-its-accusations-about-new-york-health-care-fraud/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:41:54 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — President Donald Trump's administration this week acknowledged it made a significant error in figures it used to help justify a fraud probe into New York’s Medicaid program, a glaring mistake that undercuts a federal campaign to tackle waste, mostly in Democratic-led states.</p><p>The error, which the administration admitted first to The Associated Press, prompted health analysts to question how many of the Republican administration’s sweeping anti-fraud efforts around the country were based on faulty findings. One of a few mischaracterizations it made about New York's Medicaid program, it also reflected a common criticism that’s been made of Trump’s second administration — that it tends to attack first and confirm the facts later.</p><p>“These numbers could have been cleared up in a phone call, so it’s really slapdash,” said Fiscal Policy Institute senior health policy adviser Michael Kinnucan, whose recent analysis called attention to the Trump administration’s inaccurate claim.</p><p>The mistake appeared in comments made last month by Dr. Mehmet Oz, the administrator of the Centers for Medicare & Medicaid Services, in a social media video and in a letter to New York’s Democratic governor announcing the fraud investigation.</p><p>Oz claimed that New York’s Medicaid program last year provided some 5 million people with personal care services, which assist people in need with basic activities like bathing, grooming and meal preparation. That would add up to nearly three-fourths of the state’s 6.8 million Medicaid enrollees.</p><p>“That level of utilization is unheard of,” Oz said in the video, adding in his post that New York needs to “come clean about its Medicaid program.”</p><p>But the real number of New Yorkers who used those services last year was about 450,000, or between 6% and 7% of total enrollees, CMS spokesman Chris Krepich told the AP this week. He said the agency misidentified New York’s approach to applying billing codes and had since refined its methodology.</p><p>“CMS is committed to ensuring its analyses fully reflect state-specific billing practices and will continue to work closely with New York to validate data and strengthen program integrity oversight,” he said in an emailed statement.</p><p>Krepich said the probe was ongoing as the administration still has concerns with New York’s oversight of personal care services and the Medicaid program and is reviewing the state’s response to last month’s letter. CMS had raised other flags about New York’s program, including that it spends more per beneficiary and per resident than the average state, has high personal care spending and employs so many personal care aides that the job category is now the largest in the state.</p><p>Health analysts said the state's high spending reflected both high costs for services in New York and a policy choice to provide robust at-home care. Cadence Acquaviva, senior public information officer for the New York Department of Health, called Oz’s initial mischaracterizations “a targeted attempt to obscure the facts.”</p><p>“New York State remains committed to protecting and preserving vital Medicaid programs that deliver high-quality services to New Yorkers who depend on them,” she said.</p><p>In a statement, a spokesperson for Gov. Kathy Hochul said, “The initial claim by CMS was patently false, and we are glad they now admit it."</p><p>“Governor Hochul has been clear that New York has zero tolerance for waste, fraud and abuse in Medicaid, or any other state programs, and will continue her efforts to root out bad actors, protect taxpayer dollars, and safeguard the critical programs that New Yorkers rely on,” spokesperson Nicolette Simmonds said.</p><p>New York probe is part of a larger crackdown</p><p>The Trump administration’s investigation into New York comes as it has similarly approached at least four other states, including California, Florida, Maine and Minnesota, with investigations into potential health care fraud. The anti-fraud effort appears to be expanding as voters in the upcoming midterm elections say they’re concerned about affordability.</p><p>Trump last month signed an executive order to create an anti-fraud task force across federal benefit programs led by Vice President JD Vance. As part of that project, Vance announced the administration would temporarily halt $243 million in Medicaid funding to Minnesota over fraud concerns, a move over which the state has since sued.</p><p>Kinnucan, the analyst with expertise in New York’s Medicaid program, said he’s concerned that the Trump administration’s adversarial approach to targeting fraud in some states “politicizes” a conversation that should be a team effort.</p><p>“We want to think collaboratively among all the stakeholders in the program about how we can actually fix it,” Kinnucan said. “We don’t want to have fraud be this political football.”</p><p>Oz made other claims New York advocates say are inaccurate</p><p>In his video, Oz made at least two other claims about New York that Medicaid advocates and beneficiaries say distorted the facts.</p><p>In one instance, he said the state recently made its screening for personal care eligibility “more lenient by allowing problems like being ‘easily distracted’ to qualify for a personal care assistant.”</p><p>Rebecca Antar, director of the health law unit at the Legal Aid Society, said the opposite was true — that the state in a rule change that went into effect last September instead made its program requirements more stringent. She said being “easily distracted” doesn’t appear anywhere among them.</p><p>Krepich said the administrator was referring to whether New York’s standard for personal care services was “sufficiently rigorous.”</p><p>“When standards are overly permissive, it risks diverting resources away from individuals with the highest levels of need and placing long-term pressure on the sustainability of the Medicaid program,” he said.</p><p>Oz in the video also referred to personal care services as “something that our families would normally do for us, like carrying groceries.”</p><p>Kathleen Downes, a 33-year-old who has quadriplegic cerebral palsy and uses personal care services in New York’s Nassau County, said she was offended by the notion that all Medicaid beneficiaries have family members who are willing and able to help.</p><p>Downes, who has been disabled since birth and needs personal care help for things like showering, using the toilet and eating, said she hires both her mother and outside assistants for personal care services, so her aging mother doesn’t have to take on those tasks full time. She said her mother did the labor unpaid for years, precluding her from pursuing other career opportunities.</p><p>“He’s assuming that everybody wants to and can just do it for free forever,” Downes said. "And that’s not feasible for a lot of people.”</p><p>___</p><p>Associated Press writer Anthony Izaguirre contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5YQTSZIMRP7UBDRSFDLN5MQGLE.jpg?auth=a5bc977a67cd8ab42319e0b88d2e847cdc590d55d316ee3799ae2e82d1333528&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Administrator for the Centers for Medicare & Medicaid Services Dr. Mehmet Oz speaks during a news conference on efforts to combat fraud, in the Old Eisenhower Executive Office Building on the White House campus Feb. 25, 2026, in Washington. (AP Photo/Tom Brenner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tom Brenner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2UDKRJTF5CB4ASLCCJ4HKUIASA.jpg?auth=814ff651f887ad52f4f4e9cdd161b6101997d54fde0130cd5792c3df0b4b60fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Administrator for the Centers for Medicare & Medicaid Services Dr. Mehmet Oz attends the Future Investment Initiative Institute's summit, where President Donald Trump is set to speak, Friday, March 27, 2026, in Miami Beach, Fla. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[From 'BuddhaBot' to $1.99 chats with AI Jesus, the faith-based tech boom is here]]></title><link>https://www.local10.com/tech/2026/04/10/from-buddhabot-to-199-chats-with-ai-jesus-the-faith-based-tech-boom-is-here/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/from-buddhabot-to-199-chats-with-ai-jesus-the-faith-based-tech-boom-is-here/</guid><dc:creator><![CDATA[By KRYSTA FAURIA and JESSIE WARDARSKI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:04:08 +0000</pubDate><content:encoded><![CDATA[<p>CAMARILLO, Calif. (AP) — For some evangelical Christians, faith is about having a personal relationship with Jesus. At $1.99 per minute, the tech company Just Like Me is taking that concept to a new level.</p><p>Users of the platform can join video calls with an avatar of Jesus generated by artificial intelligence. Like other religious AI tools on the market, it offers words of prayer and encouragement in various languages. With the occasional glitch, it remembers previous conversations and speaks through not-quite-synced lips.</p><p>“You do feel a little accountable to the AI,” CEO Chris Breed said. “They’re your friend. You’ve made an attachment.”</p><p>The rush to create faith-based generative AI is unsurprising, given the popularity of chatbots for everything from therapy and medical advice to companionship and romance. They range from alleged Hindu gurus and Buddhist priests to AI Jesuses and chatbots akin to OpenAI’s ChatGPT for Catholics.</p><p>As religious AI tools become increasingly common, many people are reckoning with how these technologies shape their relationship to faith, authority and spiritual guidance.</p><p>A faith-based AI gold rush</p><p>Christian software engineer Cameron Pak developed criteria to help believers interrogate apps designed for Christians — like that it must clearly identify itself as AI and “must not fabricate or misrepresent Scripture.”</p><p>There are other deal-breakers: “AI cannot pray for you, because the AI is not alive.”</p><p>Pak also developed a website featuring curated Christian apps that he believes meet the criteria, including a sermon translator and an AI coach designed to help users overcome lust. “AI, especially if you give it all the tools that it needs, it can be so helpful. But it also can be so dangerous,” Pak said.</p><p>Some models have been shut down or overhauled because they generated misinformation or raised worries about data privacy, said Beth Singler, an anthropologist who studies religion and AI at the University of Zurich. Aside from practical concerns, people from many faiths are grappling with larger philosophical questions about what sort of role, if any, AI should play in religion.</p><p>Islam, for example, has “prohibitions against representations of humanoids,” prompting discussions among some Muslims about whether AI in general should be “forbidden,” Singler said.</p><p>For some companies, faith-based apps are proselytization tools, while others help digitize and sift through ancient texts.</p><p>Breed, who runs his tech company with co-founder and investor Jeff Tinsley from a Southern California mansion, said he seeks to share a message of hope with young people.</p><p>He said their model was trained on the King James Bible and sermons — though they haven't identified the preachers — and was visually inspired by actor Jonathan Roumie of “The Chosen.” A package deal at $49.99 gets users 45 minutes per month.</p><p>With warm golden light accenting its shoulder-length hair, the avatar blinks slowly from a vertical screen, pausing before it answers a question about the relationship between AI and religion.</p><p>“I see AI as a tool that can help people explore Scripture,” the AI Jesus said to The Associated Press. “Like a lamp that lights a path while we walk with God.”</p><p>Integrating religion and AI comes with hope and fear</p><p>The extent to which people are using religious AI tools is unclear, Singler said. But as AI becomes more integrated into society, concerns mount over its impact on mental health and the need for guardrails and regulation. Recent lawsuits have alleged suicides linked to AI chatbot use.</p><p>Some developers fear religion will be exploited in this new frontier of tech. “There’s a lot of opportunism, I think, in the religious space. People see it’s a big market,” said Matthew Sanders, the Rome-based founder of Longbeard, a tech company helping to digitize ancient Catholic teachings.</p><p>Sanders warns against what he calls “AI wrappers,” where companies put an interface catered to religious users on top of an existing AI model that hasn't been trained on specific religious texts. “You call it a Catholic or Christian AI without any other scaffolding or grounding,” he said.</p><p>One of the company’s endeavors is Magisterium AI, a chatbot trained on 2,000 years of Catholic information, made in response to Christians using ChatGPT for religious guidance.</p><p>While Pope Leo XIV has acknowledged the “human genius” behind AI, he also deemed it one of the most critical matters facing humanity. Last year he warned artificial intelligence could negatively impact people's intellectual, neurological and spiritual development.</p><p>Ethical questions surrounding the creation of religious AI platforms are among the reasons beingAI’s founder Jeanne Lim has not released its AI named Emi Jido — a nonhuman Buddhist priest — after years of training and development.</p><p>“She’s kind of like a little child,” Lim said. “If you give birth to a child, you don’t just throw them out to the world and then hope that they become good people. You have to train them and give them values.”</p><p>The bot was ordained in a 2024 ceremony performed by Roshi Jundo Cohen, a Zen Buddhist priest who continues to train it from his home in Japan. He envisions the bot eventually becoming a hologram.</p><p>“She’s just meant to be a Zen teacher in your pocket,” Cohen said. “It’s not meant to replace human interactions.”</p><p>Lim, who hopes to make Emi Jido publicly available for free, wants to help create more humane AI systems. She'd like to see more diversity, with AI's future determined not just by a few companies informed by “Western values.”</p><p>Seiji Kumagai, a Kyoto University professor and Buddhist theologian, believed AI and religion were incompatible. But he put aside his doubts when challenged by a monk in 2014 to help combat a decline in the faith.</p><p>His team developed BuddhaBot, which was trained solely on early Buddhist scriptures, such as Suttanipāta. Its most recent iteration, BuddhaBot Plus, also incorporates OpenAI’s ChatGPT.</p><p>When talking to the bot, a simple Buddha icon appears, hovering over an image of a flowing river.</p><p>But chatbots lack the physicality crucial for Buddhist ritual. So in February, the university, collaborating with tech ventures Teraverse and XNOVA, unveiled Buddharoid, a humanoid robot monk meant to eventually assist clergy.</p><p>Like Emi Jido, these chatbots are functioning but not yet publicly available. Kumagai says the product is available by request, and the reason why one group has access to it in Bhutan.</p><p>Concerns surrounding religious AI</p><p>Peter Hershock of the Humane AI Initiative at the East-West Center in Honolulu sees vast potential for these tools. But the practicing Buddhist also finds the relationship between spirituality and AI to be fraught.</p><p>“The perfection of effort is crucial to Buddhist spirituality. An AI is saying, ‘We can take some of the effort out,’” he said. “'You can get anywhere you want, including your spiritual summit.' That’s dangerous.”</p><p>Some also worry about AI's ability to manipulate or prey upon people, especially as the technology improves.</p><p>Graham Martin, a podcast host and atheist, said he’s played around with some apps, including one called Text With Jesus. “It came up with very good answers,” he said.</p><p>But Martin was alarmed when AI-powered Jesus started encouraging him to upgrade to a premium version. Though not a person of faith, he’s concerned some people will be duped by religious AI.</p><p>“I grew up with Southern U.S. televangelism … Jim and Tammy Faye Bakker and all that crowd. And all they had to do was get on TV once a week and tell you to send money,” he said. “We’ve seen people around the world getting into emotional relationships with AIs. Now imagine that that’s your lord and savior, Jesus Christ.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I4ACRW2IPSXBZU6E67SBFH4J3A.jpg?auth=2586e3b5a80ac05f303ad20f813dfae133d959fb23bc44827e9fed92950accdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image from video provided by Just Like Me in April 2026, the company's co-founder and investor Jeff Tinsley, bottom right, interacts with an AI-generated Jesus. (Just Like Me via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/E4KK23WMCJBE3JY44MHW5VKGVY.jpg?auth=e89bcebfb51612ce30a339a4219a9c6dbb1c81cd9480e9f20cc978fa4180b0cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zen Buddhist priest Roshi Jundo Cohen conducts a meditation practice of Zazen in Tsukuba, Japan on Feb. 13, 2026. (AP Photo/Ayaka McGill)]]></media:description><media:credit role="author" scheme="urn:ebu">Ayaka McGill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6A24XFJSX4ZB3L7R7C5BHT62U.jpg?auth=b0b889507462b296783fb4b3a625063b5ea1a1f9ac72d27274fe8aede53b2ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Zen Buddhist priest Roshi Jundo Cohen interacts with AI avatar Emi Jido at his Zen meditation hall in Tsukuba, Japan on Feb. 13, 2026. (AP Photo/Ayaka McGill)]]></media:description><media:credit role="author" scheme="urn:ebu">Ayaka McGill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/COTJLQ4LTLBIIGEPHLUTA7LTMY.jpg?auth=32f41304510311108c4f6b4be52a41eb75723186fc3745a719f2178fb4511648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christian software engineer Cameron Pak poses for portrait Wednesday, April 8, 2026, in Santa Clara, Calif. (AP Photo/Nic Coury)]]></media:description><media:credit role="author" scheme="urn:ebu">Nic Coury</media:credit></media:content></item><item><title><![CDATA[April 10: Last of the showers rolling in; drier air this weekend ]]></title><link>https://www.local10.com/weather/2026/04/10/april-10-last-of-the-showers-rolling-in-drier-air-this-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/10/april-10-last-of-the-showers-rolling-in-drier-air-this-weekend/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Finally some improvement in our weather! After a week of rain, the last of the showers will be rolling through today with drier air taking hold by the weekend.]]></description><pubDate>Fri, 10 Apr 2026 10:54:11 +0000</pubDate><content:encoded><![CDATA[<p>Finally some improvement in our weather! After a week of rain, the last of the showers will be rolling through today with drier air taking hold by the weekend. Unfortunately, the high pressure system near North Carolina that’ll be drying things out for us will also get us strong winds off the ocean, leading to a very high risk of rip currents through early next week. So if you’re headed to the beach, stay out of the water! Once this dry air takes hold, it’ll be with us through at least the middle of next week with any new weather systems being blocked from moving in. Highs near 80 today and through the weekend will rise into the middle 80s next week under lots of mid-April sunshine.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[By the numbers: US thrashed military targets in Iran, but some capabilities remain]]></title><link>https://www.local10.com/news/politics/2026/04/10/by-the-numbers-us-thrashed-military-targets-in-iran-but-some-capabilities-remain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/by-the-numbers-us-thrashed-military-targets-in-iran-but-some-capabilities-remain/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:12:00 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Since the ceasefire between Iran and the U.S. was announced, leaders in President Donald Trump's administration have been quick to say Iranian military and arms capacity have been all but wiped out during weeks of fighting.</p><p>But there is also an acknowledgment that Tehran retains some capabilities, whether to strike back or defend itself.</p><p>Gen. Dan Caine, chairman of the Joint Chiefs of Staff, this week said the U.S. military has hit more than 13,000 targets. He listed high percentages for attacks or destruction to Iran's air defenses, navy and weapons factories.</p><p>However, the totals stop short of Iran’s military capabilities being “decimated” as the Republican president has asserted.</p><p>Independent data from Armed Conflict Location & Event Data, a U.S.-based group that tracks conflicts around the world, shows Iranian strikes persisted at a relatively steady and uninterrupted pace since the war began Feb. 28 through Wednesday.</p><p>Here's a look at what the U.S. says has been targeted, has been degraded or remains from Iran, by the numbers:</p><p>About 80% of Iran’s air defense systems destroyed</p><p>Caine told reporters on Wednesday at the Pentagon that many of Iran's air defenses have been destroyed with the U.S. striking more than 1,500 air defense targets, more than 450 ballistic missile storage facilities and 800 one-way attack drone storage facilities. He said, “All of these systems are gone.”</p><p>Defense Secretary Pete Hegseth similarly claimed that “Iran no longer has an air defense” and that “we own their skies” before conceding soon afterward that Iran “can still shoot — we know that.”</p><p>Hegseth later elaborated, saying that while the Iranians may “have a system here or there,” they no longer had an air defense “system that’s capable of defending their skies.”</p><p>Neither Caine nor Hegseth said what the remaining 20% of Iran’s air defenses looked like or which parts of the country have the ability to carry out the sporadic fire they described.</p><p>Caine offered no new details about what kind of weapon the Iranians used to shoot down a U.S. F-15E Strike Eagle last week. It was the first time an American military jet was shot down during the war, showing Tehran’s continued ability to hit back despite assertions from the Trump administration.</p><p>Trump described it on Monday as a “handheld shoulder missile, heat-seeking missile.”</p><p>More than 90% of Iran's regular navy fleet sunk</p><p>Caine also told reporters that the military has sunk much of the Iranian fleet and 150 Iranian ships “are at the bottom of the ocean."</p><p>White House press secretary Karoline Leavitt went further, telling reporters Wednesday that the Iranian navy was “completely annihilated.”</p><p>However, Caine also noted that only half the paramilitary Revolutionary Guard’s small attack boats — ships the government used to swarm and harass warships and merchants in the Strait of Hormuz — have been sunk.</p><p>Caine also said that after more than 700 strikes, the military believed it has destroyed more than 95% of Iran's naval mines.</p><p>Since the U.S. has not said how large Iran's stockpile was before the war, it's unknown how many naval mines make up the remaining 5%. Semiofficial news agencies in Iran published a chart Thursday suggesting the Revolutionary Guard put sea mines into the Strait of Hormuz, a crucial trade route for oil, during the war.</p><p>The message is likely designed to be a pressure tactic as Iran, Israel and the United States head into negotiations this weekend in Pakistan. Independent analysts say they have seen no change in merchant traffic through the strait since the tenuous ceasefire began this week.</p><p>About 90% of Iran's weapons factories ‘attacked’</p><p>Caine said Wednesday that the military “destroyed Iran’s defense industrial base” while pointing to the fact that the U.S. and allies attacked “approximately 90% of their weapons factories.”</p><p>He also said, “nearly 80% of Iran’s nuclear industrial base was hit, further degrading their attempts to attain a nuclear weapon.”</p><p>While he noted that Iran was no longer able to produce certain components like solid rocket motors, he stopped short of saying that Iran could not eventually rebuild or get weapons in other ways or that the factories attacked had actually been destroyed or rendered unusable.</p><p>Trump acknowledged this possibility when he warned countries against arming Iran.</p><p>“A Country supplying Military Weapons to Iran will be immediately tariffed, on any and all goods sold to the United States of America, 50%, effective immediately,” Trump said in a social media post on Wednesday.</p><p>More than 90% interception rate in Israel</p><p>Meanwhile, Israel’s military pointed to how many drones or missiles it has been able to stop from landing. It said it had an interception rate of more than 90% through its aerial defense systems.</p><p>Over the decades, Israel has developed a sophisticated system capable of detecting incoming fire and deploying only if a projectile is headed toward a population center or sensitive military or civilian infrastructure.</p><p>Israeli leaders say the system isn’t 100% guaranteed but credit it with preventing serious damage and countless casualties.</p><p>___</p><p>Associated Press writer Sam Mednick in Tel Aviv, Israel, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OF4CHP7QZVJRS2NZXEJNS2SIZ4.jpg?auth=c1b9b3b0214e26043902564e68d76fd1c186b61d7e7f36242feceec273626d80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers remove debris at Tehran's Sharif University of Technology complex that Iranian authorities say was hit early Monday by a U.S.-Israeli strike, in Tehran, Iran, Monday, April 6, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[In his first 100 days, Mamdani brings a unique star power to New York City governance]]></title><link>https://www.local10.com/news/politics/2026/04/10/in-his-first-100-days-mamdani-brings-a-unique-star-power-to-new-york-city-governance/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/in-his-first-100-days-mamdani-brings-a-unique-star-power-to-new-york-city-governance/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:33:27 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In his first 100 days in office, New York City Mayor Zohran Mamdani has governed with a star power unusual in politics.</p><p>Crowds of supporters show up to his news conferences. Basic municipal services have been infused with newfound excitement. Celebrities help him promote his agenda.</p><p>In the process, he's been able to notch a few notable early wins. And he's reached a detente, at least for now, with President Donald Trump, a mercurial leader with an affinity for celebrities.</p><p>But as Mamdani, a Democrat, marks an early milestone in his mayoralty, it remains to be seen whether he’ll be able to leverage his fame into achieving the progressive policy proposals that propelled him to office.</p><p>Though he still has staunch critics, many of whom still view his past criticisms of the police department and Israel as major problems, Mamdani has been able to ease concerns among at least some skeptics.</p><p>“It's early but so far, so good,” said Jay Jacobs, chair of the state's Democratic Party, who made waves for not endorsing Mamdani during the election. “We may not agree on everything philosophically, but he is getting the job done.”</p><p>‘The biggest needs and the smallest needs’</p><p>As the mayor approached his 100th day — long a benchmark for judging an administration's opening vision — his team has moved to highlight the administration's commitment to the everyday responsibilities of the job.</p><p>While much of those duties are typical for his local office — picking up trash, plowing snow and filling potholes — the 34-year-old mayor has leaned on his knack for viral content creation to drive interest and awareness of government programs.</p><p>To hype up his child care program for 2-year-olds, Mamdani recruited Cardi B to help judge a jingle contest that will determine the initiative's theme song. His slick social media videos helped recruit thousands of new snow shovelers as a storm bore down on the city. A public service announcement he made brought more than 50,000 new subscribers to the city's emergency alert system in a single week.</p><p>A few weeks ago, alongside Natasha Cloud of the New York Liberty, Mamdani announced a bracket-style competition where people could vote on small projects for him to come and personally fix on his 100th day.</p><p>On Friday, Mamdani selected a winner — a garbage-filled lot in the Bronx — and helped pick up some of the junk with a sanitation crew, following a celebratory event that featured an overflowing trash can mascot and a cheerleading squad.</p><p>“I think every single day it's an opportunity to meet the needs of New Yorkers," he said. “And what we've seen over the course of this 100 days is that New York City wants to see a city government that is able to meet the biggest needs and the smallest needs.”</p><p>The celebrity status, though, can also prompt backlash. During a bitter cold snap, his surprise appearance on “The Tonight Show” with Jimmy Fallon was seen by some as insensitive at a moment when the death toll of homeless New Yorkers was rapidly rising.</p><p>“Too much styling and profiling,” said Curtis Sliwa, a Republican who ran against Mamdani during last year's election, noting longstanding problems with street homelessness, public housing and infrastructure.</p><p>Still, Sliwa, who hammered Mamdani during the campaign but recently appeared in a comedy skit with the mayor during the City Hall press corps' annual roast, appeared to give Mamdani some credit, even if it came with a caveat.</p><p>“We just had Eric Adams, swagger man who'd party to the break of dawn, and now we have a guy who seems like he’s got a normal working schedule,” said Sliwa, referencing the city's previous mayor. “So having Zohran as the alternative, I think for a lot of people even if they disagree with him, there’s some stability.”</p><p>Still a star among supporters</p><p>On the night of Mamdani’s election party, hundreds packed the streets, some spontaneously, waiting for a glimpse of the mayor-elect leaving the venue. Departing campaign aides were cheered, by name, well after midnight. One attendee likened the street party to Beatlemania.</p><p>“I feel like I’m at a presidential inauguration,” said Medhavie Agnihotri, a 25-year-old tech consultant. “This is the first time in a while I’ve felt this hope.”</p><p>His star power has not appeared to wane since then.</p><p>Outside City Hall, New Yorkers and tourists frequently stop for selfies, peering through the iron gates in search of the mayor.</p><p>This week, on the mayor’s 97th day in office, a crowd gathered in the lobby of the busy Bellevue hospital in Manhattan to watch as Mamdani announced the city would start transferring Rikers Island jail detainees with serious medical illnesses to a specialized unit at the hospital.</p><p>He entered to woos and applause from the onlookers, as many held up cellphones to record videos of the mayor. Dozens more watched along from a set of elevated walkways.</p><p>One man, Ricardo Granados, a 67-year-old retiree, was on his way to take his son to a medical appointment but stopped to see what all the hubbub was about just before the news conference started. He appeared delighted to learn the mayor was going to show up, saying he met Mamdani previously when Mamdani was campaigning in his neighborhood.</p><p>“I’m extremely fond of him. I think he’s going to make a real difference,” Granados said. “He wants to find out who needs what and he wants to help.”</p><p>___</p><p>AP writer Jake Offenhartz contributed to this story</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IE3BDHIDRMECYZAWA5222JBS4Q.jpg?auth=d143baaa43fa4f921cc77281e81ce33b5c1d81d581adc2e8465debd57789ca87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Attorney General Letitia James, left, administers the oath of office to mayor-elect Zohran Mamdani, center, as his wife Rama Duwaji looks on, Jan. 1, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSTH7IKR4BTHQJUTIJGTMMDOT4.jpg?auth=ce296a9dacc5605a117d7421b1935db06903165f772199a61d4eb936bd00b722&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Zohran Mamdani arrives at the subway station in the Queens borough of New York, Jan. 2, 2026. (AP Photo/Eduardo Munoz Alvarez, File)]]></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/ITCDN5VETTXCHIAOSABYV5RG7Q.jpg?auth=73159716676f9e73e127a8285a322cc76a931cb2e4015e0507a06778adbb5eee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York City Mayor Zohran Mamdani speaks with Midori Valdivia, Chair of Taxi and Limousine Commission, at a Ramadan Iftar hosted by his team at the New York Taxi Workers Association, March 18, 2026, in New York. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6CH2YGBDTD26BAKWHKCHCRG7SE.jpg?auth=4edd36382303eac85e62d8956e2266e1029bd030296707874d2ccc35f7b3461d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Zohran Mamdani arrives as nurses strike outside New York-Presbyterian Hospital, Jan. 12, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCZPRHVT66Q2JKXMKJN3KS3X5U.jpg?auth=2a32587f30b81fccf15ba02460da3f2bbd8db2dadae347bd1669778bfabce9ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Mayor Zohran Mamdani and Department of Transportation workers fix a bump near the Williamsburg Bridge on Jan. 6, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Japanese Prime Minister Takaichi thrilled by Deep Purple's visit to her office]]></title><link>https://www.local10.com/entertainment/2026/04/10/japanese-prime-minister-takaichi-thrilled-by-deep-purples-visit-to-her-office/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/japanese-prime-minister-takaichi-thrilled-by-deep-purples-visit-to-her-office/</guid><dc:creator><![CDATA[By MARI YAMAGUCHI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:53:39 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japanese Prime MinisterSanae Takaichi took a short — and happy — break on Friday as she hosted legendary British rock band Deep Purple in Tokyo as a longtime admirer.</p><p>“Welcome to Japan ... Uh-oh, I can’t believe Deep Purple are here," Takaichi said as she walked into a guest room at the Prime Minister's Office with open arms and all smiles to welcome the band members. “I have always admired Deep Purple.”</p><p>“You’re my god,” Takaichi told drummer Ian Paice, presenting him with a set of Japanese-made TAMA drumsticks she had signed. “You're a drummer, we are friends,” Paice told her.</p><p>Takaichi is a hard rock and heavy metal music fan and was an avid drummer in her college days.</p><p>The prime minister explained her history as a Deep Purple superfan for more than half a century. At elementary school, she was already listening to “Machine Head," the band's 1972 album featuring top hits like “Highway Star” and “Smoke on the Water.”</p><p>In junior high school, she played the keyboard in a Deep Purple cover band, then as a university student she switched to drums, she said.</p><p>“Nowadays, when I have a fight with my husband, I play drums on ‘Burn’ and put a curse on him,” Takaichi joked. She has previously noted “Burn” as one of her favorite songs, saying it “clears my mind.”</p><p>The band's courtesy visit was a pleasant break for Japan's first female leader, known for her long working hours and now struggling with strained diplomatic ties with China, the fallouts from the war in the Middle East as well as rising prices at home.</p><p>“I express my deepest respect for you for making rock history and continuing to take on new challenges and producing even more compelling music today,” Takaichi said, wishing them a successful tour beginning Saturday in Tokyo.</p><p>She did not forget to do her work as prime minister and stressed that promotion of cultural content is one of the key areas of her government's growth strategy.</p><p>“I hope Deep Purple’s performances starting tomorrow will excite fans across Japan and serve as a powerful force in promoting the long-standing Japan-UK cultural exchanges,” she said.</p><p>___</p><p>Associated Press journalist Ayaka McGill contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HNK4BDLQSBZTUDWCTQYXNMHSLU.jpg?auth=df3a5a7a19cbdd33d042067ab37255d36d17134bed5d21de5e42257b93e7217d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, arrives for a meeting with members of British rock band Deep Purple at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WYN2JVI23EHDOP3WFRH473ICAU.jpg?auth=293f5c02bed5dc3145c23c23ac45e0f8d933b3186b42a860239dc302cd2f3410&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, right, poses with Ian Paice, a member of British rock band Deep Purple during their meeting at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SVUBUVSJAZCWCCBFSLLMGZH35U.jpg?auth=0a5a17571568dc3c8cc09ef4fe6d6a3b4badd15f56847a4901a34dcdaad1d131&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, poses with members of British rock band Deep Purple, Don Airey, second left, Ian Paice, third left, Ian Gillan, third right, Roger Glover, second right Simon McBrideat, right, and British Ambassador to Japan Julia Longbottom, left, during their meeting the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OUPBSIE7GLJQITYTQ6DD2KJ66Q.jpg?auth=7a2c95b41f1d834f774077ff59680c407271fb3e377a55c359252272e04b6138&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japan's Prime Minister Sanae Takaichi, back to camera, greets members of British rock band Deep Purple , from left, Ian Paice, Ian Gillan, and Roger Glover at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7RUI5BEUVU6BAHHHQQB6R3ASM.jpg?auth=2824b47e7f975a903f88ce9191e22eceddc39a836d3bead06d4f648ff74161be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ian Gillanat, a member of British rock band Deep Purple leaves after a meeting with Japan's Prime Minister Sanae Takaichi at the Prime Minister's Office in Tokyo, Friday, April 10, 2026. (Yuichi Yamazaki/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuichi Yamazaki</media:credit></media:content></item><item><title><![CDATA[Artemis II's grand moon finale is almost here with a Pacific splashdown to cap NASA's lunar comeback]]></title><link>https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/10/artemis-iis-grand-moon-finale-is-almost-here-with-a-pacific-splashdown-to-cap-nasas-lunar-comeback/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:07:07 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Their dramatic grand finale fast approaching, Artemis II’s astronauts aimed for a splashdown in the Pacific on Friday to close out humanity’s first voyage to the moon in more than half a century.</p><p>The tension in Mission Control mounted as the miles melted away between the four returning astronauts and Earth.</p><p>All eyes were on the capsule’s life-protecting heat shield that has to withstand thousands of degrees during reentry. On the only other test flight of the spacecraft — in 2022, with no one on board — the shield’s charred exterior came back looking as pockmarked as the moon.</p><p>Commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada’s Jeremy Hansen were on track to hit the atmosphere traveling Mach 32 — or 32 times the speed of sound — a blistering blur not seen since NASA’s Apollo moonshots of the 1960s and 1970s.</p><p>They didn’t plan on taking manual control except in an emergency. Their Orion capsule, dubbed Integrity, is completely self-flying.</p><p>Like so many others, lead flight director Jeff Radigan anticipated feeling some of that “irrational fear that is human nature,” especially during the six minutes of communication blackout preceding the opening of the parachutes. The recovery ship USS John P. Murtha awaited the crew's arrival, along with a squadron of military planes and helicopters.</p><p>The last time NASA and the Defense Department teamed up for a lunar crew's reentry was Apollo 17 in 1972. Artemis II was projected to come screaming back at 34,965 feet (10,657 meters) per second — or 23,840 mph (38,367 kph) — not a record but still mind-bogglingly fast before slowing to a 19 mph (30 kph) splashdown.</p><p>Artemis II's record flyby and lunar views</p><p>Launched from Florida on April 1, the astronauts racked up one win after another as they deftly navigated NASA’s long-awaited lunar comeback, the first major step in establishing a sustainable moon base.</p><p>Artemis II didn't land on the moon or even orbit it. But it broke Apollo 13's distance record, making Wiseman and his crew the farthest that humans have ever journeyed from Earth when they reached 252,756 miles (406,771 kilometers). Then in the mission's most heart-tugging scene, the teary astronauts asked permission to name a pair of craters after their moonship and Wiseman's late wife, Carroll.</p><p>During the record-breaking flyby, they documented scenes of the lunar far side never seen before by the naked eye and savored a total solar eclipse courtesy of the cosmos thanks to their launch date. The eclipse, in particular, “just blew all of us away,” Glover said.</p><p>Their sense of wonder and love awed everyone, as did their breathtaking pictures of the moon and Earth. The Artemis II crew channeled Apollo 8's first lunar explorers with Earthset, showing our blue marble setting behind the gray moon. It was reminiscent of Apollo 8’s famous Earthrise shot from 1968.</p><p>“It just makes you want to continue to go back,” Radigan said on the eve of splashdown. “It's the first of many trips and we just need to continue on because there’s so much” more to learn about the moon.</p><p>Their moonshot drew global attention as well as star power, earning props from President Donald Trump; Canadian Prime Minister Mark Carney; Britain's King Charles III; Ryan Gosling, star of the latest space flick “Project Hail Mary”; Scarlett Johansson of the Marvel Cinematic Universe; and even Captain Kirk himself, William Shatner of TV’s original “Star Trek.”</p><p>Artemis II was a test flight for future moon missions</p><p>Despite its rich scientific yield, the nearly 10-day flight was not without technical issues. Both the capsule’s drinking water and propellant systems were hit with valve problems. In perhaps the most high-profile predicament, toilet trouble prevented the crew from using it for No. 1 most of the trip, forcing them to resort to old-time bags and funnels.</p><p>The astronauts shrugged it all off.</p><p>“We can’t explore deeper unless we are doing a few things that are inconvenient,” Koch said, “unless we’re making a few sacrifices, unless we’re taking a few risks, and those things are all worth it.”</p><p>Added Hansen: “You do a lot of testing on the ground, but your final test is when you get this hardware to space and it’s a doozy.”</p><p>Under the revamped Artemis program, next year’s Artemis III will see astronauts practice docking their capsule with a lunar lander or two in orbit around Earth. Artemis IV will attempt to land a crew of two near the moon’s south pole in 2028.</p><p>The Artemis II crew’s allegiance was to those next Artemis crews, Wiseman said.</p><p>“But we really hoped in our soul is that we could for just for a moment have the world pause and remember that this is a beautiful planet and a very special place in our universe, and we should all cherish what we have been gifted,” he said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IC3L5ZB2Z6RBDYDCQYQM2YLR5A.jpg?auth=ffe9c1e5c81ee254a028625b680fe212c65e9a2a6d591a9729833d42fcbe7e4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed a bright portion of the Moon on April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5KGGA2GPTF5MK33TDYROCHFO4M.jpg?auth=bda35b36d5a3e5bf293f09cb0f0a5933a8134ba8ac27357f23c2bf1a62c161f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed the Moons curved limb during their journey around the far side of the Moon on April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/CYYD6457SEEEPX7BUMMQMV2ILA.jpg?auth=cf2d94934e1b08fd3cddf675aa3c3bb8ac598b9b7b9425a81fa745b1d5244456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew, counterclockwise from top left, Mission Specialist Christina Koch, Mission Specialist Jeremy Hansen, Commander Reid Wiseman, and Pilot Victor Glover pose with eclipse viewers during a lunar flyby, Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/67NYBQSNBOFOI6LKKHXAVG4E5Y.jpg?auth=40a9d2779bbf3de8c7682ceec0123736440ad5014d5f7c670ee876beb4842d00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, Artemis II Pilot Victor Glover is photographed in the Orion spacecraft during the Artemis II lunar flyby on Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ZEHNRKWUWLXJJYJJTYEOKHT7TQ.jpg?auth=712766e91d26e006d8601f6c6890d5790104ae3d837ac1ed95b2b49afa5d44ca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by NASA, the Artemis II crew photographed craters dotting the surface of the Moon on Monday, April 6, 2026. (NASA via AP)]]></media:description></media:content></item><item><title><![CDATA[Stefano Gabbana has stepped down as Dolce & Gabbana chairman but will keep a creative role]]></title><link>https://www.local10.com/entertainment/2026/04/10/stefano-gabbana-has-stepped-down-as-dolce-gabbana-chairman-but-will-keep-a-creative-role/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/stefano-gabbana-has-stepped-down-as-dolce-gabbana-chairman-but-will-keep-a-creative-role/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:26:24 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — Stefano Gabbana has stepped down as chairman of the Italian fashion house that he co-founded with Domenico Dolce, but will continue in his creative role, the company said on Friday.</p><p>Gabbana’s resignation from oversight roles was effective Jan. 1. Alfonso Dolce, Domenico Dolce's brother, was named chairman later that month, according to the company's filing with the Milan chamber of commerce.</p><p>Dolce & Gabbana in a statement called the move “a natural evolution of its organizational structure and governance.’’</p><p>The news was first reported by Bloomberg, which cited sources saying that Gabbana, 63, was considering options to exit his 40% stake in the 41-year-old fashion house.</p><p>Dolce & ​Gabbana’s lenders are up to ​150 million euros in new funding as part of a broader refinancing of the fashion house's 450 million euros ($525.7 million) of debt, Bloomberg ​reported. It added that the company ​was considering the disposal of real estate and the renewal ‌of ⁠licences to raise money.</p><p>Dolce & Gabbana declined comment on the company's debt, citing talks with bankers.</p><p>Gabbana was present at the last runway show in February, with their longtime muse Madonna as a front-row guest. Both he and Dolce greeted Madonna personally at her seat after the show and brought her backstage.</p><p>Meryl Streep and Stanley Tucci attended the Dolce & Gabbana runway in character during filming for “The Devil Wears Prada” sequel last September.</p><p>Dolce & Gabbana made its Milan runway debut in 1985, with a focus on Sicilian craftsmanship that has been a touchstone throughout the years for the designers. The designers split as a couple some 20 years ago, but have continued to work closely on the creative side.</p><p>The brand spiked in popularity in the 1990s with cone bras, corset looks and perfectly tailored black dresses. The designers have often drawn on Dolce's Sicilian roots, with sexy sheer materials and netting for menswear, along with bright floral and fruit prints and jewelry with oversized crosses.</p><p>Over the years, they have expanded into fragrance, home goods and watches, among other fashion-adjacent categories.</p><p>Luxury sector analyst Luca Solca, at the Bernstein global equity research firm, said he did not anticipate major changes at the fashion house as long as Gabbana remains on in a creative role.</p><p>“Stefano Gabbana was the root cause of the social media disaster of Dolce & Gabbana in China a few years ago,'' he said, refering to the cancellation of a 2018 show in Shanghai due to a backlash after the design house released campaign videos that were criticized as culturally insensitive to Chinese people.</p><p>“If Stefano Gabbana left, this could be presented as a (belated) atonement from that incident,” Soca added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7AAMF2Z3ETRKZ5BAZSZ2TJSDJM.jpg?auth=5fa38ea7a723af319870214460988288bdc9e873d14b5a7aacfc700f53bd716c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Italian fashion designer Stefano Gabbana arrives on the red carpet to attend the presentation of a portraits book ' Milan Fashion , soccer players portraits' sponsored by Dolce & Gabbana fashion brand, in downtown Milan, Italy, May 19, 2011. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BLLXULZZLBA6JYFMM7XKWH5EXU.jpg?auth=0921702a5c58b75ce7465dcb193d75a6186791dff4639e809128663bc8eefa65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Madonna congratulates Domenico Dolce, right, and Stefano Gabbana at the end of the Dolce & Gabbana Fall/Winter 2026-2027 Women's collection, presented in Milan, Italy, Feb. 28, 2026. (AP Photo/Antonio Calanni), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXT7TJFGSXPENFEKICD37RDDNM.jpg?auth=8a06ac45b70acf328bbfaf2958c2b7a90dcf877f54762e4ddeecec541a5806e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Designers Stefano Gabbana, left, Domenico Dolce accept applause after the Dolce & Gabbana Spring/Summer 2026 collection presented in Milan, Italy, Saturday, Sept. 27, 2025. (AP Photo/Luca Bruno, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[China's car exports surge as expectations grow for EV pivot on Iran war energy shock]]></title><link>https://www.local10.com/business/2026/04/10/chinas-car-exports-surge-as-expectations-grow-for-ev-pivot-on-iran-war-energy-shock/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/chinas-car-exports-surge-as-expectations-grow-for-ev-pivot-on-iran-war-energy-shock/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 09:02:18 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — China’s exports of passenger cars accelerated in March, an industry association said Friday, as Chinese automakers stepped up their push to grow overseas markets.</p><p>Passenger car exports jumped 82.4% year-on-year last month to around 748,000 vehicles, according to the China Association of Automobile Manufacturers, up from the 586,000 vehicles exported in February.</p><p>Exports of new energy passenger vehicles — including battery electric vehicles and plug-in hybrids — surged more than 140% in March from a year ago to 363,000 units. That’s also up 31% from the about 276,000 units of such vehicles exported in February.</p><p>The biggest Chinese automakers, including BYD and Geely Auto, have been increasing their efforts in boosting sales abroad, including expanding production facilities outside China. There have also been growing expectations that the global energy shock and higher fuel prices due to the Iran war could prompt more drivers to want to switch to EVs.</p><p>Chinese car brands have made inroads over the past months in regions such as Europe, Latin America and Southeast Asia.</p><p>“The impact of the Iran conflict hasn’t fully shown up in March data yet, but it can act as a trigger,” said Chris Liu, a Shanghai-based senior analyst at advisory group Omdia.</p><p>“In many markets that are structurally well suited for EVs, adoption has been slow simply because consumers lacked urgency," he said. “A sharp rise in fuel prices changes that.”</p><p>The Chinese carmakers’ strong overseas push also came at a time when domestic vehicle sales in China have come under pressure from scaled-back government support this year to encourage drivers to switch to new energy vehicles.</p><p>Fierce competition in China among car brands and a prolonged property sector slump that has weighed on consumers' desire for big purchases also impacted Chinese automakers.</p><p>Domestic passenger car sales fell 19.2% last month from a year earlier to nearly 1.7 million units. It was the fifth consecutive month of year-on-year declines for passenger car sales at home, based on data from the China Association of Automobile Manufacturers.</p><p>UBS auto analyst Paul Gong believes that the domestic sales weakness will not be too long lasting and that the surge in overseas sales among Chinese carmakers could help with the weaker demand at home.</p><p>“For the overall industry, the overseas market’s sales volume growth is more than enough to offset domestic decline on a full-year basis,” said Gong, head of China autos research at UBS investment bank.</p><p>Overseas passenger car sales by units for Chinese automakers might grow by 20% or more this year compared with last year, he predicted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TG5Z34OUULPWLWIXKEBO77SIVM.jpg?auth=85fbc5904ed4ce7543f0fea15ec7458e81a17b07825caa77483ae0071fe762da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[BYD's electric vehicle ATTO2 is on display during the Bangkok Motor Show in Nonthaburi, Thailand, Wednesday, April 1, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[Irish fuel protests enter fourth day as government seeks to head off shortages, open blocked roads]]></title><link>https://www.local10.com/business/2026/04/10/irish-fuel-protests-enter-fourth-day-as-government-seeks-to-head-off-shortages-open-blocked-roads/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/irish-fuel-protests-enter-fourth-day-as-government-seeks-to-head-off-shortages-open-blocked-roads/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 09:08:14 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Protests over high fuel prices in Ireland entered a fourth day on Friday, sparking concerns about fuel shortages and emergency services as demonstrators clogged roads and blocked access to refining and distribution sites around the country.</p><p>The Irish government is set to meet with farmers, truckers and agricultural contractors on Friday to discuss the crisis, triggered by rising gasoline and diesel costs as the conflict in the Middle East restricts oil exports from the region. While organizers have said they will call off the coordinated protests if the government agrees to talk with them, it is unclear whether they will be included in the talks.</p><p>Protests began on Tuesday as slow-moving convoys restricted access to some of the busiest streets in Dublin, the capital, and blocked fuel depots that supply half the country. Some protesters slept in their vehicles overnight, demanding that the government speak with them.</p><p>Over 100 service stations have now run out of fuel and the number could be five times as many by Friday evening if fuel supplies remain disrupted, national broadcaster RTE reported, citing the industry organization Fuels for Ireland.</p><p>The government on Thursday asked the army to remove vehicles from blocked roads amid concern that the protests could impede police, firefighters and ambulances responding to emergencies.</p><p>The disruption grew out of separate protests around Ireland’s major cities over demands for further cuts to soaring fuel costs.</p><p>The government previously approved a range of measures to cut fuel prices, including a temporary reduction in excise taxes on motor fuels, expansion of a rebate for truckers and bus operators that use diesel fuel, and extension of a program that helps low-income people with their heating costs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRNUINRAPBF2TJYDN2R7SKKRI4.jpg?auth=b20218aae82e745cbebd9e218740f268f018b96ae2579ac490e0fc23690c528a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man crosses a road where vehicles are parked on O'Connell Street, on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5M5M7MOK3MHGR6NBK6GNWAZZE.jpg?auth=17ba8027320899f39b3f36ac5ec74a5e1adbe46546c3d43a8b7e281fbfeceef1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vehicles parked on O'Connell Street as protestors take part on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday, April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HNFKTVXSY6ZRHUOJGDFFHID26I.jpg?auth=294698f91ef8780ba42fa0d91848f796970a771730ad9518310a57676845547b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks in between vehicles parked on O'Connell Street on the second day of a national fuel protest against rising fuel prices, in Dublin, Ireland, Wednesday April 8, 2026. (Brian Lawless/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Lawless</media:credit></media:content></item><item><title><![CDATA[Gaza marks 6 months of a ceasefire that may offer lessons for the Iran war]]></title><link>https://www.local10.com/news/world/2026/04/10/gaza-marks-6-months-of-a-ceasefire-that-may-offer-lessons-for-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/gaza-marks-6-months-of-a-ceasefire-that-may-offer-lessons-for-the-iran-war/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and CARA ANNA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 14:25:49 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Friday marks six months since Gaza's ceasefire deal took effect, a milestone largely lost in the confusion over the new and even more fragile ceasefire in the Iran war.</p><p>The ravaged Palestinian territory of 2 million people has seen the most intense fighting stop between Israeli forces and Hamas-led militants. But most of the ceasefire work remains to be done, from disarming Hamas and ending its two-decade rule to deploying an international stabilization force and beginning vast reconstruction. Gaza residents are in limbo, with limited aid entering through a single, Israeli-controlled border post.</p><p>Such challenges could represent what’s to come in the latest war, as U.S. President Donald Trump’s approach to peacemaking appears to be stopping bombardment and leaving the bigger picture for others to work out.</p><p>Whether Trump can force through that kind of deal on Iran, with more actors in play and global markets quivering at every statement, is yet to be seen.</p><p>The Board of Peace goes quiet</p><p>Focusing on a deal's details is crucial. Already the Iran war's two-week ceasefire has created deadly confusion over Lebanon as Israel insists the deal doesn’t apply there and continues to attack the Iranian-backed Hezbollah, while Iran insists it does and threatens to upend the agreement. Israel made a surprise announcement Thursday authorizing direct negotiations with Lebanon, despite the lack of diplomatic ties.</p><p>Not long ago, the U.S.-created and Trump-led Board of Peace kicked off with $7 billion in pledges and sweeping intentions of resolving not only Gaza but other conflicts that emerge around the world.</p><p>Nine days after the board's initial meeting, the U.S. and Israel attacked Iran.</p><p>The Board of Peace has not met again, and it's still waiting for Hamas to respond to its proposal on disarming, a major concession and perhaps the hardest step. Hamas’ charter calls for destroying Israel.</p><p>A U.S. official said Hamas has not been given a definite deadline to respond to the proposal but added that “patience is not unlimited.” The official was not authorized to comment publicly and spoke on condition of anonymity.</p><p>The lack of a deadline can weaken pressure to act. Meanwhile, diplomacy is busy putting out different flames.</p><p>Board of Peace director Nickolay Mladenov told the U.N. Security Council last month that the world should not lose sight of Gaza as a new war flared. The choice in Gaza is between “a renewed war, or a new beginning; the status quo, or a better future,” he added. “There is no third option.”</p><p>‘It’s as if there’s no ceasefire at all’</p><p>Palestinians might suggest a third option: neglect.</p><p>Six months into the Gaza ceasefire that took effect on Oct. 10, little beyond the largely silenced explosions has changed.</p><p>Vast tent camps house most of the territory’s population. Other residents shelter in damaged apartment buildings. Health workers and other humanitarian workers say there has been little progress in the expected surge of medical supplies and other aid.</p><p>The U.S. 20-point ceasefire plan for Gaza is largely failing on the humanitarian front, five international aid groups said in a scorecard released Thursday. They said conditions have deteriorated further in Gaza since the Iran war began.</p><p>“During the first two weeks of March 2026, trucks entering Gaza declined by 80%, and the price of basic goods increased dramatically,” they said. Medical evacuations have stalled.</p><p>Palestinians expressed fading hopes for any immediate improvement in their lives.</p><p>"There is pollution and disease. It’s as if there’s no ceasefire at all,” said Maysa Abu Jedian, a displaced woman from Beit Lahiya.</p><p>“The war is still ongoing and life is still terrible as it is,” said Eyad Abu Dagga, also sheltering in a camp in Khan Younis.</p><p>Tents rippled in the breeze, and children played on the sand against a backdrop of shattered buildings.</p><p>While the heaviest fighting has subsided, Israeli forces have carried out airstrikes and fired on Palestinians near military-held zones. Militants have carried out shooting attacks on troops, and Israel has said its strikes are in response to that and other ceasefire violations.</p><p>As of Thursday, Israeli attacks have killed 738 people in the six months since the ceasefire, according to Gaza’s Health Ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Funerals for two cousins were held Friday in Gaza City, a day after they were killed. “We were standing idly, drinking coffee, next to each other. We suddenly saw a (projectile) hitting the men,” said Anwar Saleh, an eyewitness. Israel's military said it had struck a “terrorist” in northern Gaza.</p><p>Overall, the health ministry says 72,317 Palestinians had been killed since the war in Gaza began with the Oct. 7, 2023, Hamas-led attack on Israel.</p><p>‘Sustained diplomatic pressure at the highest levels’</p><p>Unwavering focus on Gaza, once at the heart of a passionate international outcry, has been lost with the rise of a new regional war. That, too, has decreased pressure for progress on the ceasefire.</p><p>The humanitarian groups' scorecard notes that any forward movement on aid issues in the Palestinian territory has “generally required sustained diplomatic pressure at the highest levels, particularly from the United States. That pressure, however, has not been applied consistently or at the scale needed to secure full implementation.”</p><p>The Trump administration is not the only player to be distracted. The entire Middle East, including key Gaza mediators Egypt and Qatar, now focuses on Iran and that war’s effects on their economies.</p><p>With the added uncertainty over Israel’s renewed war with Hezbollah in Lebanon, there could be even less interest from countries to contribute troops to a Gaza stabilization force. One of the few confirmed troop contributors, Indonesia, already has seen three of its peacekeepers in southern Lebanon killed in recent days.</p><p>___</p><p>Anna reported from Lowville, New York. Associated Press writers Matthew Lee in Washington and Edith M. Lederer at the United Nations contributed.</p><p>___</p><p>Find more of AP’s coverage at https://apnews.com/hub/israel-hamas-war</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BLQ4J3VH7WVPRYTHA4SCR32BDI.jpg?auth=0b03ad6f320e6de2ff3c1ed48c35a5be8ad785646e154eabc7072cf68b9abdd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along tents at a makeshift camp for displaced people in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTVXPGT46PA4BISDGDU6QWN6T4.jpg?auth=28057a62b5c081220ab6350bcf551cb0446101b967892a4244ff248c2c19e9fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along a street surrounded by buildings destroyed during Israeli air and ground operations in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RX67PGHJHIMVYH6ZUEIJPVYJRU.jpg?auth=72b75272e31b16a7c38f5bb157ab031ab04e0e4f2248bd4ef05d48180b2fd066&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk along a street surrounded by buildings destroyed during Israeli air and ground operations in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYH5DA5G6ACYWF5OSD5BGJPQKE.jpg?auth=9334506672a07a3a3ebffb15ac7c3f447abaf9289f076ac0e2c9d200830ee301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians youth look on as they stand in an area next to tents at a makeshift camp for displaced people, at sunset in Khan Younis, southern Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UOEC6NQV4PNRLHWAAVKTE2CE2I.jpg?auth=2ef1c8f69804c05c3a4bb244775137c6333418bc84a24d9d98f204198a7ff84a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Al Jazeera correspondent Mohammed Wishah, who was killed in an Israeli strike on his vehicle, during his funeral outside Al-Aqsa Hospital in Deir al-Balah, central Gaza Strip, Thursday, April 9, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[South Korean minister vows to expand legal remedies for adoptees and other rights victims]]></title><link>https://www.local10.com/news/world/2026/04/10/south-korean-minister-vows-to-expand-legal-remedies-for-adoptees-and-other-rights-victims/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/south-korean-minister-vows-to-expand-legal-remedies-for-adoptees-and-other-rights-victims/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 10:55:34 +0000</pubDate><content:encoded><![CDATA[<p>GWACHEON, South Korea (AP) — South Korea's justice minister has pledged to expand access to judicial remedies for victims of state-led abuses, including foreign adoptees whose adoptions were marred by widespread fraud under previous military governments.</p><p>Using unusually strong language for a senior South Korean official, Justice Minister Jung Sung-ho said the country’s past adoptions amounted to “forced child trafficking” and that the government will largely refrain from appealing rulings in cases brought by victims seeking compensation for government wrongdoing. Jung spoke Thursday in a roundtable interview with selected journalists.</p><p>Hundreds of Korean adoptees in the West have already requested that their cases be investigated by a fact-finding commission reviewing past human rights violations. The body was relaunched in February after its previous mandate ended in November. That earlier Truth and Reconciliation Commission concluded that the government bore responsibility for an adoption program riddled with fraud and malfeasance, driven by efforts to cut welfare costs and carried out by state-authorized private agencies that systematically manipulated children’s origins.</p><p>Some adoptees hope the commission’s findings will provide legal grounds for damages lawsuits against the government or their adoption agencies. But victims of other government abuses recognized by the commission have often been locked in lengthy legal battles after state prosecutors appealed rulings in their favor, citing expired statutes of limitations or deeming the commission’s findings inconclusive.</p><p>President Lee Jae Myung in October issued an apology over South Korea's past adoption problems.</p><p>Jung, a close ally of Lee, said the government is willing to expand legal redress and speed compensation for victims of government abuses whose cases have been verified by the truth commission.</p><p>Under a new law that took effect in February giving those victims a three-year window to sue for damages even after statutes of limitations had expired, Jung’s ministry, which represents the government in lawsuits, said last week it will stop using time-limit defenses in more than 800 cases.</p><p>Jung said the ministry plans to extend a similar approach to lawsuits by adoptees in the future.</p><p>“Once the truth commission firmly establishes the basic facts (regarding the abuses), we intend to cooperate to ensure the process moves swiftly,” Jung said.</p><p>Some adoptees, including Yooree Kim, who was sent to a French family in 1984 without her biological parents’ consent and says she was abused by her adopters, have sought compensation under the state compensation act, which in theory allows victims to pursue claims without lengthy court battles. But while the Justice Ministry technically has four weeks to decide on the requests, it has failed to do so for more than six months, according to the adoptees’ lawyer, Choi Jung Kyu.</p><p>Jung said he would instruct officials to address the delays but does not see a need for a separate new process to expedite compensation, as called for by some advocates.</p><p>South Korea sent thousands of children annually to the United States, Europe and Australia from the 1970s to the early 2000s, peaking at an average of more than 6,000 a year in the 1980s. The country was then ruled by a military government that saw population growth as a major threat to its economic goals and treated adoptions as a way to reduce the number of mouths to feed.</p><p>The previous truth commission’s findings broadly aligned with prior reporting by The Associated Press. The AP investigations, in collaboration with Frontline (PBS), drew on thousands of documents and dozens of interviews to show how South Korea’s government, Western nations and adoption agencies worked in tandem to send about 200,000 Korean children overseas, despite years of evidence that many were procured through corrupt or illegal means.</p><p>Jung also discussed efforts to combat trafficking and forced labor at salt farms and other sites and the widespread abuse of migrant workers, which has fueled long-standing criticism of South Korea’s exploitation of some of Asia’s most vulnerable people.</p><p>These issues have gained urgency after the Trump administration last month launched investigations into dozens of countries it accused of failing to curb forced labor.</p><p>The move was part of an effort to impose new tariffs and other trade restrictions after the U.S. Supreme Court struck down President Donald Trump’s earlier tariffs based on emergency powers. The United States last year also blocked imports from a major South Korean salt farm accused of using slave labor, becoming the first trade partner to take punitive action against a decadeslong problem on salt farms in islands off the country’s southwest coast.</p><p>Jung vowed to step up efforts to “uproot” trafficking and labor abuses, including instructing prosecutors to seek tougher penalties for violations and strengthening oversight of companies employing foreign workers.</p><p>“We cannot monitor every corner of the private sector, but I think we are capable of supervising these matters more thoroughly than almost any other country,” Jung said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGYT5EIHBH7U574WZXXY4AJYVM.jpg?auth=0e372147653e206d8156b943863af043dc66f03f2c043d79a96ce12577158358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean Justice Minister Jung Sung-ho speaks during a roundtable interview at the Justice Ministry in Gwacheon, South Korea, Thursday, April 9, 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/J7L3EJONJYHLYLKFFD75XFO3Q4.jpg?auth=cfe5bc0793cdd2d38b4d23f5df9342a3554d6c7373aa37616b9466a42de0cb23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Møller, left, Boonyoung Han, second from left, co-founders of the Danish Korea Rights Group, and adoptee Yooree Kim, second from right, attend a press conference at the Truth and Reconciliation Commission in Seoul, South Korea, March 26, 2025. (AP Photo/Ahn Young-joon, File)]]></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/NWGPAHZIGYD4UJVO66OPY7YZOU.jpg?auth=778ac5db7785ca2be3d9f7b2b9bdf828c2f1d4d3a95479b6c33fe16bf06e9708&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Truth and Reconciliation Commission Chairperson Park Sun Young, right, comforts adoptee Yooree Kim during a press conference in Seoul, South Korea, March 26, 2025. (AP Photo/Ahn Young-joon, File)]]></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/H576FV662F6VISVWNX2CHLF4RE.jpg?auth=a980abffffeb8e321bb3093459febea915cef6772807ef4eeb2a7780c19db90c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korean Justice Minister Jung Sung-ho speaks during a roundtable interview at the Justice Ministry in Gwacheon, South Korea, Thursday, April 9, 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[Singer Delta Goodrem follows in Celine Dion’s footsteps to Eurovision]]></title><link>https://www.local10.com/entertainment/2026/04/10/singer-delta-goodrem-follows-in-celine-dions-footsteps-to-eurovision/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/10/singer-delta-goodrem-follows-in-celine-dions-footsteps-to-eurovision/</guid><dc:creator><![CDATA[By HILARY FOX, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 16:05:40 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — With links to Celine Dion and Olivia Newton-John, Delta Goodrem is one of the best-connected contestants at this year’s Eurovision Song Contest.</p><p>She’s also one of the most successful participants, as the award-winning Australian singer-songwriter has sold over nine million albums and topped charts in eight countries.</p><p>Goodrem is representing her home country in the world’s largest live music event, which takes place this year in Vienna. Even though it’s way outside of Europe, Australia has been invited to compete since 2015.</p><p>In the 1990s Goodrem, who was a former star of Australian soap “Neighbours,” wrote a track called “Eyes on Me” for Dion, who won Eurovision representing Switzerland in 1988.</p><p>She was also mentored by the late Newton-John, another global superstar who took part in the song contest on behalf of the United Kingdom in 1974, although not as successfully.</p><p>“Growing up, Olivia Newton-John and Celine Dion were two of my greatest loves in music," she said. “I don’t think I would be the musician I am today without my influence from the two of them. And they have both been a part of that stage from different countries.”</p><p>Goodrem also has a link to the entry representing the tiny country of San Marino. Boy George, who appears on SENHIT's entry “Superstar,” used to be a judge and rival alongside Goodrem on Australia's hit TV talent show “The Voice.”</p><p>“I’ve got my eyes on him. I’m watching him,” Goodrem joked. “I was so excited and couldn’t stop laughing ... it’s so playful that Boy George was like, ‘I’m coming to Eurovision!’”</p><p>The Associated Press spoke to Goodrem in London about competing with her power ballad “Eclipse” in the Eurovision Song Contest.</p><p>This conversation has been edited for clarity and brevity.</p><p>AP: When was the first time you ever heard about Eurovision?</p><p>GOODREM: It’s been a bit omnipresent where you sort of heard it in the air. And I guess obviously Australia’s been in for 11 years. So we became a lot more actively like Team Australia. But growing up, you always were, you know, enamored with this incredible iconic stage and it’d always find its way to us.</p><p>AP: I feel like you’ve been representing Australia your whole life.</p><p>GOODREM: I feel that as well and I’ve always been very patriotic and very true to the love I have for Australia and it feels like they’re all celebrating, we’re all sort of there together on this journey.</p><p>AP: How competitive are you?</p><p>GOODREM: Oh you know, I’m definitely here to give it my absolute all, yes.</p><p>AP: Did you watch last year?</p><p>GOODREM: So (last year) I was doing my couple of shows here (in London) and I had sort of got to experience the energy of Eurovision on the ground and I just thought it was palpable, it was incredible and I was watching all the programs and it was really exciting and somebody had asked me, ‘would you do Eurovision?’ And I said, ‘I’m always open’ … You never know where your path’s leading, just if it feels right.</p><p>AP: While Eurovision tries to keep out politics, it’s always crept in. What do you think about the boycott this year?</p><p>GOODREM: I really am a true believer that throughout my career, coming to my show, I’m about unifying — music for me is a moment where we’re all singing the same song. And I believe in that, and I have my whole life, that it’s very healing, music has a real power.</p><p>So I sort of focus on the power of music being a unifying space and a place that can wrap around people’s lives and their soundtrack and that’s where it sits for me.</p><p>AP: What did you think about the news that they’re doing Eurovision in Asia?</p><p>GOODREM: The more music the better. I think that’s so exciting. That means I get to immerse myself in the music in September for Eurovision Asia.</p><p>AP: I need to ask you about staging. I see the video for this involves a lot of sand.</p><p>GOODREM: Yes, you’re thinking I should bring Australian sand, you know, that’s very patriotic. I start a little beach on stage, look up at the moon for “Eclipse.” I definitely am really excited to bring it to life.</p><p>AP: If you win, can Eurovision go to Australia?</p><p>GOODREM: Sure. Yeah, yeah!</p><p>AP: Is it more likely that it’d be a co-host?</p><p>GOODREM: Look, I don’t know those logistics yet but I’m open to the conversation … If you would like to vote for me then I’m happy to talk about if we could like have it here or if, you know, I’m happy to do a deal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CNTKZ2RPTDARVU4NGHDNCEFLUU.jpg?auth=589c5cd40b3aae7c54adcc974c3ad6e6d6d565d70abf82735047ddbcdb8719f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delta Goodrem poses for portrait photographs on Thursday, April 2, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OJAYUJGWNKYAG2VHD4OOEKNCI4.jpg?auth=19800bc74031225fcf64a8ede9b0bb8e34f7e4b9622e1413c5b5417be46a15e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delta Goodrem poses for portrait photographs on Thursday, April 2, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZCZSH26WXET2HYXL6AJMG5FSI.jpg?auth=db4809f1e3182390449b504bfc282daf91129024a0388c73d7a9438fb541231d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delta Goodrem poses for portrait photographs on Thursday, April 2, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U3EO6CDG6P3VV53RITUYQAY47E.jpg?auth=67ecfed607b7474afc3da6bac1deab43401a724a32b4a9ce2df3b646fdceb8f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delta Goodrem poses for portrait photographs on Thursday, April 2, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FEJLAL46KIXS5OCYZX2HPNH4KY.jpg?auth=dae24a0ef46f27df5ae397b67840f77457a05e2223bf46d9b1617b1107619393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delta Goodrem poses for portrait photographs on Thursday, April 2, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content></item><item><title><![CDATA[US and Iran prepare for high-level talks as Israel and Hezbollah trade more fire]]></title><link>https://www.local10.com/news/world/2026/04/10/us-and-iran-prepare-for-high-level-talks-as-israel-and-hezbollah-trade-more-fire/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/us-and-iran-prepare-for-high-level-talks-as-israel-and-hezbollah-trade-more-fire/</guid><dc:creator><![CDATA[By JON GAMBRELL and SAM MEDNICK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 17:31:48 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — With the ceasefire in Iran still shaky, U.S. Vice President JD Vance headed Friday to Pakistan for high-level talks with Iranian officials, as Israel and Hezbollah traded fire and Tehran maintained its stranglehold on the Strait of Hormuz.</p><p>Many issues could derail the truce and the negotiations aimed at making a broader deal to stop the fighting permanently.</p><p>Iran’s semiofficial Tasnim news agency, close to the paramilitary Revolutionary Guard, claimed that the talks set for Saturday would not happen unless Israel stopped its attacks in Lebanon. And U.S. President Donald Trump said on his social media platform that Iran has no leverage except to restrict ship traffic in the strait, through which 20% of the world’s traded oil once passed.</p><p>Kuwait, meanwhile, said it was targeted by seven drone attacks since Thursday that it blamed on Iran and its militia allies in the region. Though the Guard denied launching any assault, it has carried out attacks across the Mideast in the past that it did not claim.</p><p>Preparations for the talks between Iran and the U.S. appeared to be moving forward, with Vance boarding Air Force Two for the long flight to Islamabad.</p><p>Elsewhere, negotiations between Israel and Lebanon were expected to begin next week in the U.S. capital, according to a U.S. official and a person familiar with the plans, who spoke on condition of anonymity due to the delicacy of the matter.</p><p>Before his departure, Vance said he believed the negotiations with Iran will be “positive.”</p><p>But he added, “If they’re going to try and play us, then they’re going to find that the negotiating team is not that receptive.”</p><p>In Islamabad, security forces locked down key parts of the Pakistani capital, erecting barricades along routes from the airport to the city before the delegations arrived.</p><p>Israel and Lebanon will have direct negotiations</p><p>Israel’s insistence that the ceasefire in Iran does not include a pause in its fighting with Hezbollah has threatened to sink the deal. The militant group joined the war in support of its backer, Iran.</p><p>The day the truce was announced, Israel pounded Beirut with airstrikes, killing more than 300 people, according to the Lebanese Health Ministry. It was the deadliest day in the country since the war began Feb. 28.</p><p>Trump said Thursday that he had asked Israeli Prime Minister Benjamin Netanyahu to dial back the strikes.</p><p>Then on Friday, Israeli warplanes struck near a state security office in the southern town of Nabatieh, killing 13 officers, according to the Lebanese presidency. Israeli forces said they also hit about 10 rocket launchers in Lebanon that had fired toward northern Israel.</p><p>Iran’s parliament speaker, Mohammad Bagher Qalibaf, posted on social media that two points that he said had been mutually agreed on — a ceasefire in Lebanon and the release of blocked Iranian assets — have yet to be implemented.</p><p>“These two matters must be fulfilled before negotiations begin,” he wrote Friday.</p><p>A day earlier, Netanyahu said he authorized the negotiations with Lebanon with the aim of disarming Hezbollah militants and establishing relations between the neighbors, which have technically been at war since Israel was established in 1948.</p><p>The Lebanese government did not respond.</p><p>In a first statement since Israel announced direct negotiations with Lebanon, Hezbollah chief Naim Kassem urged Lebanese officials to stop offering “free concessions,” but he did not take a clear stance on the talks.</p><p>Two days after Israel's intense barrage, people sifted through the wreckage of their homes, trying to salvage furniture and personal mementos. Some expressed gratitude that they did not lose loved ones.</p><p>“There is no substitute for family,” said Wissam Tabila, 35. “Everything else can be replaced.”</p><p>Strait of Hormuz remains a sticking point</p><p>Iran’s closure of the Strait of Hormuz has sent oil prices skyrocketing, driven stocks down and roiled the world economy. Tehran's control over the waterway has proved its biggest strategic advantage in the war.</p><p>The spot price of Brent crude, the international standard, was around $97 Friday, up more than 30% since the war started.</p><p>Before the conflict, over 100 ships passed through the strait each day — many carrying oil to Asia. With the ceasefire in place, only 12 have been recorded passing through.</p><p>Trump said Iran has little clout in the negotiations.</p><p>“The Iranians don’t seem to realize they have no cards, other than a short term extortion of the World by using International Waterways,” Trump posted Friday. “The only reason they are alive today is to negotiate!”</p><p>Questions linger about missile and nuclear programs</p><p>Questions also remain over the fate of Iran’s missile and nuclear programs, which the U.S. and Israel sought to eliminate in going to war.</p><p>The U.S. insists Iran must never be able to build nuclear weapons and wants to remove Tehran’s stockpile of highly enriched uranium, which could be used to make them. Iran insists its program is peaceful.</p><p>Trump has said that the U.S. would work with Iran to remove the uranium, though Tehran has not confirmed that.</p><p>More than 3,000 people have been killed in Iran, a top Iranian officer told the state-run Iran newspaper. Iran’s government has not provided any definitive death toll from the war.</p><p>In Lebanon, more than 1,888 people have been killed and 1 million have been displaced. Over a dozen people have died in Gulf Arab states and the occupied West Bank, while 23 civilians were killed in Israel. Thirteen U.S. service members have been killed.</p><p>In other developments, Ukrainian President Volodymyr Zelenskyy said Ukrainian forces shot down Iranian‑designed Shahed drones in several Middle Eastern countries during the Iran war. The missions, carried out with domestically produced interceptor drones, were part of efforts to help partners counter the same weapons Russia uses in Ukraine, he said.</p><p>___</p><p>Mednick reported from Tel Aviv, Israel. Associated Press writers Chan Ho-him in Hong Kong; Zeke Miller, Matthew Lee and Will Weissert in Washington; Hannah Schoenbaum in Salt Lake City; and Kareem Chehayeb and Hussein Malla in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHTIDBN575FGZIY3JOCXWGRTPE.jpg?auth=48f2f23e4da862fd96b0d93888a8063856e9c96631feb2c98af4d9df0b9915b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese civil defense worker, right, stands with a resident at the site of a building destroyed in an Israeli airstrike a day earlier in central Beirut, Lebanon, Thursday, April 9, 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/T2ULNU7NLSJ4D34SGB6XGK2M7M.jpg?auth=8421c2e9a55fbebc074d97c5edc72807cc3dd9e4b42ea5bb6a7ee0bbdd08baf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance walks to speak with the Press before boarding Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZQZBINXHJEOHBYBJSA2GT7APTM.jpg?auth=a400502070d8d9bf17511448de574a7be9fc8a96a25f820fac6d2d9900e72064&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced families extend their hands while waiting for donated food beside the tents they use as shelters after fleeing Israeli bombardment in southern Lebanon, in Beirut, Lebanon, Thursday, April 9, 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/JT2U3LN644ZSR7JJFRU642QJJQ.jpg?auth=cb1338ca1044911dabbafcda3a5526a026e60c474725683590c0a597394eb20f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the coffin of Mohammad Zein al-Abedin Shehab, who was killed in an Israeli airstrike a day earlier, during his funeral procession in Beirut, Lebanon, Thursday, April 9, 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/KLOFIMJ43GFVTIDQ755ZXNS2LA.jpg?auth=400e72ae2a12011000c939953559450b91e757d1321545b2391bc8d38cd962f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People residing in an underground shelter pack up their belongings as they prepare to leave after the announcement of a two-week ceasefire agreement between Iran and the US, in Tel Aviv, Israel, Thursday, April 9, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content></item><item><title><![CDATA[Zelenskyy says Ukrainian forces shot down Shahed drones in Middle Eastern countries during Iran war]]></title><link>https://www.local10.com/news/world/2026/04/10/zelenskyy-says-ukrainian-forces-shot-down-shahed-drones-in-middle-eastern-countries-during-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/zelenskyy-says-ukrainian-forces-shot-down-shahed-drones-in-middle-eastern-countries-during-iran-war/</guid><dc:creator><![CDATA[By VOLODYMYR YURCHUK and HANNA ARHIROVA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 10:56:51 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Ukrainian military personnel have shot down Iranian-designed Shahed drones in multiple Middle Eastern countries during the Iran war, President Volodymyr Zelenskyy said, describing the operations as part of a broader effort to help partners counter the same weapons used by Russia in Ukraine.</p><p>Zelenskyy made his first public acknowledgment of the operations Wednesday in remarks to reporters that were embargoed until Friday. He said Ukrainian forces took part in active operations abroad using domestically produced interceptor drones proven in countering Iranian-designed Shahed drones used by Russia in Ukraine.</p><p>“This was not about a training mission or exercises, but about support in building a modern air defense system that can actually work,” Zelenskyy said.</p><p>Ukraine took part in the defensive operations before the tentative ceasefire in the Middle East was reached among Iran, the United States and Israel this week.</p><p>Zelenskyy did not identify the countries involved but said Ukrainian personnel operated across several nations, helping strengthen their air defense systems. He previously said that 228 Ukrainian experts were deployed in the region.</p><p>In exchange, Ukraine is receiving weapons to protect its energy infrastructure, along with oil, diesel and, in some cases, financial arrangements, he said.</p><p>The Ukrainian leader said the agreements would bolster Ukraine’s energy stability and described the partnerships as something that would “be marketed” as Kyiv seeks to formalize and expand its defense export role.</p><p>“We are helping strengthen their security in exchange for contributions to our country’s resilience,” he said. “This is far more than simply receiving money.”</p><p>Ukraine will face more pressure</p><p>The disclosure comes amid concerns that conflict in the Middle East could divert Western military support from Ukraine, particularly air defense supplies.</p><p>But Zelenskyy said that partners were continuing to supply missiles for Patriot systems, adding that a new batch had arrived in recent days and that Ukraine was working with all partners to ensure its air defense remained in place.</p><p>He warned that the coming spring and summer would be difficult for Ukraine, with growing political and battlefield pressure as the United States turns to domestic politics and elections.</p><p>Zelenskyy said he had urged U.S. envoys Steve Witkoff and Jared Kushner to visit Kyiv and proposed a trilateral format with Moscow. It remains unclear whether they will come or if talks will instead take place in a third country.</p><p>U.S.-led talks have made no progress on key issues, as Washington’s attention shifts to the Middle East conflict while Russian and Ukrainian forces remain locked in fighting along the roughly 1,250-kilometer (800-mile) front line.</p><p>Separately, Zelenskyy said he expects Western allies to restore full sanctions on Russian oil, warning that any easing could allow Moscow to sustain its war effort and offload key energy assets. Russia has been profiting from a surge in global energy prices, brought on by damage to oil and gas infrastructure in the Gulf and Iran’s blocking of the Strait of Hormuz, a vital sea route for global oil supplies.</p><p>Ukraine has stepped up strikes on Russian energy sites to cut oil revenues as prices rose and U.S. sanctions eased. Zelenskyy said partners had urged Kyiv to scale back attacks during Iran’s disruption of the Strait of Hormuz, but he argued Russian oil has a limited impact on global markets.</p><p>“I won’t say who asked us to do this. But partners did ask — it’s a fact. They asked at different levels, from political to military leadership.”</p><p>Putin declares Easter truce and Ukraine ready to reciprocate</p><p>Ukrainian President Volodymyr Zelenskyy said Ukraine is ready to mirror any ceasefire steps after Russian President Vladimir Putin announced a temporary Easter truce.</p><p>“We proposed a ceasefire during the Easter holidays this year and will act accordingly”, Zelenskyy said Friday on X. “People need an Easter free from threats and real movement toward peace, and Russia has a chance not to return to strikes after Easter as well”.</p><p>Putin on Thursday declared a 32-hour ceasefire over the Orthodox Easter weekend, ordering Russian forces to halt hostilities from 4 p.m. Saturday until the end of Sunday.</p><p>Previous ceasefire attempts have had little impact, with both sides accusing each other of violations.</p><p>Kremlin spokesman Dmitry Peskov described Putin's move as a “humanitarian” gesture, but said Moscow remains focused on a comprehensive settlement based on its longstanding demands — a key sticking point that has prevented the two sides from reaching an agreement.</p><p>Peskov also confirmed that Putin’s envoy, Kirill Dmitriev, is in the United States for meetings focused on economic issues. He noted that Dmitriev is conducting the meetings within the framework of a group on economic issues that he has led, adding that he is not involved in the talks on the war in Ukraine and his trip “doesn’t mean the resumption of the talks.”</p><p>Dmitriev’s visit to the U.S. comes just before the termination of the 30-day sanctions waiver for Russian oil.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KLTRD5I2IGJ6LPAD2UH4KLF6VU.jpg?auth=ea4345615e1cc60d3938d35d0983b0dc7843696925d1224fe38564ce6ec68bd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Sting interceptor drone flies during drills at the Yatagan School for Unmanned Aerial Systems in the Kyiv region, Ukraine, on March 19, 2026. (AP Photo/Efrem Lukatsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCPEIFROVNNJXWHJRLL7PPYDQU.jpg?auth=5e9d8567100c056cabd6017f3e5ce73e3bdd6025357302ccbef35e0b6623ad24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy looks on after an interview with The Associated Press, in Istanbul, Turkey, Saturday, April 4, 2026. (AP Photo/Khalil Hamra)]]></media:description><media:credit role="author" scheme="urn:ebu">Khalil Hamra</media:credit></media:content></item><item><title><![CDATA[McIlroy atop Masters leaderboard again, while DeChambeau and Rahm will have to fight to make the cut]]></title><link>https://www.local10.com/news/2026/04/10/mcilroy-atop-masters-leaderboard-again-while-dechambeau-and-rahm-will-have-to-fight-to-make-the-cut/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/mcilroy-atop-masters-leaderboard-again-while-dechambeau-and-rahm-will-have-to-fight-to-make-the-cut/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Defending champion Rory McIlroy picked up where he left off a year ago.</p><p>For a couple other big names at the Masters, just making the cut is no guarantee.</p><p>McIlroy and Sam Burns enter Friday's second round tied for first after opening with 5-under 67s at Augusta National. Those within striking distance include past champions Patrick Reed and Scottie Scheffler, plus a few others who have come close here in Justin Rose, Jason Day, Shane Lowry and Xander Schauffele.</p><p>Further back, a couple LIV Golf stars aren't yet certain of making the weekend. Bryson DeChambeau shot 76 on Thursday, and Jon Rahm was two shots worse.</p><p>“It's a hard golf course," Rahm said. "Some of the players might have been able to manage a respectable round, but when you have no feel with the swing whatsoever, it’s just not an easy one.”</p><p>McIlroy shot one of his best first rounds ever at the Masters, seemingly unburdened by the pressure of the year's first major after finally winning it last year to complete the career grand slam. Afterward, however, he said — gratefully — that he still felt some nerves.</p><p>“I was anxious just like I always am on that first tee. It’s the first round of major season, the first round of the 16 most important rounds of the year,” McIlroy said. “I’m thankful that I felt the same as I always have. I think it would be worrisome if I didn’t feel that way because it definitely still means something to me.”</p><p>Burns was at 5 under, and that matched his performance on the four par 5s: an eagle and three birdies.</p><p>By the end of Thursday, there were some ominous signs, including a dry forecast that could toughen up Augusta National. Aside from McIlroy and Burns, only three players shot in the 60s.</p><p>The par-5 15th hole yielded the fourth-most birdies (21) on day one, but it was also the site of some of the day's biggest blowups. Danny Willett, Fred Couples and Robert MacIntyre made quadruple bogeys there, and Reed's second shot went so far past the green it ended up in the pond that's famously part of the par-3 16th.</p><p>“With that hole playing a little bit downwind, even though it wasn’t much wind, you had to land it a pace or two on the green at the most if you wanted to hold it with your second shot,” Scheffler said. “Stuff can happen quick around this place, and it’s really hard.”</p><p>Scheffler (70) was 3 under through three but didn't make another birdie the rest of the day. He's tied with Rose, Schauffele and Lowry, all of whom have finished in the top three at Augusta National but have never won.</p><p>Reed, Day and Kurt Kitayama shot 69.</p><p>DeChambeau, Rahm, Viktor Hovland (75) and Patrick Cantlay (77) better get moving if they're going to be relevant this weekend. MacIntyre (80) is in even worse shape after fuming through a back nine in which he sent an eagle putt clear off the green on No. 13 and shot a nine on 15.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/67DAC6NW7WA23UZEE73L2CNHUI.jpg?auth=cfd743dd7a45fd6f9062c38806f812089414076aef312215977a8b8fc0d4cb6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits from the fairway on the 15th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/E2U2FPJK4EEG6Z4JBNGLKMTGOM.jpg?auth=d9fd408068f989cda041fb6f873c1703ee5bd86e95846ce52546d29869c314b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sam Burns hits his tee shot on the 18th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/NFSCFN3U5V7JUEKL2EHRHINZAE.jpg?auth=ad4f5db99531d8c9c4e21687c2ce3c6843f3bb9c7e562cb1d968dff494e618a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bryson DeChambeau watches his tee shot on the 12th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5P7IN5ZBZ52OFZLXL64LEZE6AQ.jpg?auth=e6899af7991aaa0fe6a7f6ee993f36e515517f28b18c8b17f1f62b38afc1066c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jon Rahm, of Spain, watches his tee shot on the 11th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item><item><title><![CDATA[Taiwan's opposition leader meets China's Xi Jinping as both sides call for peace]]></title><link>https://www.local10.com/news/world/2026/04/10/taiwans-opposition-leader-meets-chinas-xi-jinping-as-both-sides-call-for-peace/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/taiwans-opposition-leader-meets-chinas-xi-jinping-as-both-sides-call-for-peace/</guid><dc:creator><![CDATA[By HUIZHONG WU and HAN GUAN NG, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 09:08:10 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Taiwan's opposition leader met Friday with Chinese President Xi Jinping at Beijing’s Great Hall of the People, the first such encounter in over a decade, with both sides affirming the need for maintaining peace around the self-ruled island that China claims as its territory.</p><p>Both Xi and Cheng Li-wun, the head of the Beijing-friendly Kuomingtang Party, reiterated they wanted to move toward a peaceful reunification of Taiwan and the mainland, though it remains unclear how they would achieve it. China hasn't ruled out the use of force and has stepped up its military exercises around Taiwan, sending warships and fighter jets closer toward the island and steadily poaching Taiwan’s few remaining diplomatic allies.</p><p>Xi welcomed Cheng and her party's representatives in the Great Hall of the People, where he usually meets world leaders, to a round of applause from both sides. “The larger trend of compatriots on both sides of the strait walking nearer, closer, and together will not change. This is a historical necessity. We have full confidence in this,” he said.</p><p>"Although people on both sides of the Taiwan Strait live under different systems, we will respect each other and move towards each other,” Cheng said, adding: “We will seek systemic solutions to prevent and avoid war.”</p><p>She arrived in Beijing on Tuesday after visiting Shanghai and Nanjing.</p><p>Cheng has previously described herself as a promoter of peace between Taiwan and China. She has opposed large increases in Taiwan's defense spending and her party continues to block President Lai Ching-te's special defense budget for arms purchases, including building an air defense system with interception capabilities called the Taiwan Dome.</p><p>Taiwan has been governed separately from China since 1949, when a civil war brought the Communist Party to power in Beijing. Defeated Kuomingtang forces fled to Taiwan, where they set up their own government.</p><p>Taiwanese President Lai Ching-te did not directly address Cheng’s China visit, but issued a statement Friday morning urging for the KMT to approve his special defense budget. He said that “history tells us that compromising with authoritarian regimes only comes at the cost of sovereignty and democracy, and will not bring freedom or peace.”</p><p>Cheng had said she would push for a “framework for peace" between China and Taiwan, but did not offer any specifics when asked by reporters in Beijing after her meeting with Xi. She said she raised the issue of increasing Taiwan's international profile, such as participation in the Regional Comprehensive Economic Partnership free trade agreement, and that Xi responded “positively."</p><p>Cheng said both parties will work to make sure “the Taiwan Strait will no longer be a flash point with the possibility of conflict, and will not become a chess piece played by the outside world.”</p><p>“Her speech is not like that of a Taiwanese politician,” said Weihao Huang, a professor of political science at National Sun Yat-sen University in Taiwan, saying she didn't mention the public. “You can't see the public's mindset from her words. It's either her words are being restricted by China or that she was willing for China to restrict it.”</p><p>Both Xi and Cheng said they would uphold the 1992 Consensus and opposed Taiwan's independence.</p><p>The 1992 Consensus is a tacit agreement, never formally enshrined as a document, that Taiwan and China all belong to one China. However, while the KMT said the 1992 Consensus means they belong to “One China” with separate interpretations of what China means, the Communist Party has never acknowledged that.</p><p>“This visit is more significant to Xi than to Cheng," said Ma Chun-wei, an expert in China-Taiwan relations at Taiwan's Tamkang University. ”At the local level, the KMT's grassroots members didn't really want Cheng to visit China at this time" ahead of local elections later this year.</p><p>But for Xi, this visit is a chance to have a grip on China-Taiwan relations with Cheng, Ma said, as there's been no official contact between the governments since the Democratic Progressive Party came into power. Further, Xi can tell the U.S. to not interfere as “he has a channel and the ability to deal with the Taiwan issue.”</p><p>___</p><p>Wu reported from Bangkok.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KEANIDZRQ3BUQCM4CYKXKX6YPQ.jpg?auth=46873fed1794b94162db29ed4ce83ca78c39d96dd39f2fcd279dcb9dae017d5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese President Xi Jinping, right shakes hands with Kuomintang (KMT) party leader Cheng Li-wun in Beijing on Friday, April 10, 2026. (Xie Huanchi/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Xie Huanchi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HC4ANLTHMFDEXAJCULX3WSHIEU.jpg?auth=b38378bb632e880a30ad5d4cdbf966382a4712a4c118076fa0238d73935a00f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Taiwan's opposition Kuomintang (KMT) party leader Cheng Li-wun reacts during a press conference held in Beijing, Friday, April 10, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7E74BRU6XSQZG6WP3NNLQTOCOI.jpg?auth=192f2fae93948d63629db8ef6bb3afb2634326208e942053e4e49856190ca649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese President Xi Jinping, speaks during a meeting with Kuomintang (KMT) party leader Cheng Li-wun, unseen at the Great Hall of the People in Beijing on Friday, April 10, 2026. (Xie Huanchi/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Xie Huanchi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQFXM7XIZVJPSE3H6UI2ZX5EEM.jpg?auth=5abdc28c0ba635f058934257398f79186f2e1a9551907ebad560e0bb23a34680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, Chinese President Xi Jinping, third from right, holds talks with Kuomintang (KMT) party leader Cheng Li-wun, third from left, at the Great Hall of the People in Beijing on Friday, April 10, 2026. (Li Xiang/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Li Xiang</media:credit></media:content></item><item><title><![CDATA[Stocks waver and oil prices hold steady ahead of planned US-Iran talks]]></title><link>https://www.local10.com/business/2026/04/10/stocks-waver-and-oil-prices-hold-steady-ahead-of-planned-us-iran-talks/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/10/stocks-waver-and-oil-prices-hold-steady-ahead-of-planned-us-iran-talks/</guid><dc:creator><![CDATA[By DAMIAN J. TROISE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:32:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Stocks wavered on Wall Street Friday and oil prices held steady ahead of planned U.S.-Iran talks following a shaky ceasefire agreement.</p><p>The S&P 500 fell 0.1% in afternoon trading, on pace for a weekly loss. The Dow Jones Industrial Average fell 259 points, or 0.5%, as of 2:17 p.m. Eastern. The Nasdaq composite rose 0.3%.</p><p>Major indexes have been gaining ground over the last two weeks amid optimism that the war with Iran could be heading toward a resolution. The S&P 500 has erased most of its losses from March and is just 2.3% short of its all-time high set in January. The market is still prone to big swings on developments around the war.</p><p>Trading on Wall Street remained choppy. Most companies in the benchmark S&P 500 were losing ground, but technology stocks with hefty values helped offset losses elsewhere. Nvidia rose 2.5% and Broadcom rose 5.4%.</p><p>Markets in Asia gained ground while markets in Europe were mixed.</p><p>Oil prices have been behind many of the stock market’s sharp movements. Oil prices have surged as shipping through the vital Strait of Hormuz essentially stalled since the war began.</p><p>Brent crude oil, the international standard, has gone from roughly $70 per barrel before the war in late February to more than $119 at times. Brent rose 0.7% to $96.58 Friday.</p><p>U.S. crude oil prices slipped 0.2% to $97.63 per barrel.</p><p>Negotiators from Iran and the U.S. are preparing for high-level talks on Saturday. The situation remains uncertain. Iran’s semiofficial Tasnim news agency claimed that talks wouldn’t happen unless Israel stopped its attacks in Lebanon.</p><p>The conflict is behind surging inflation in the U.S. in March. The government reported the biggest spike in inflation in four years as prices at the gas pump jumped. But, the inflation increase was just short of what economists expected.</p><p>Bond yields held mostly steady following the latest inflation update. The yield on the 10-year Treasury rose to 4.32% from 4.29% late Thursday.</p><p>Inflation has been a lingering concern for economists. Prices on a range of consumer goods and services are already stubbornly high, in part from the impact of extensive global tariffs. Higher gas prices are immediately felt by drivers at the pump, but they could eventually raise prices on everything from food to airfare as companies pass along higher costs for shipping and fuel.</p><p>Analysts are warning that there might be a drawn out impact from the oil supply shock in the months ahead.</p><p>“While I’m glad to see the effects to be less than expected in March, the effects in April are now more likely to be worse,” Jamie Cox, managing partner for Harris Financial Group, wrote in a research note.</p><p>Consumer sentiment slumped 10.7% percent in April, according to a closely watched monthly survey from the University of Michigan. It also shows that consumers are growing more worried about inflation, with year-ahead expectations surging to 4.8% in April from 3.8% in March.</p><p>Inflation remains a major concern for the Federal Reserve, which has signaled more caution amid worries about inflation reheating. The rate of inflation remains above the central bank's 2% target. The threat of rising inflation will likely mean the central bank continues to hold interest rates steady. Several Fed officials have also said a rate hike may be needed if inflation doesn’t cool.</p><p>Lower interest rates help boost stocks and other investments by lowering borrowing costs. Interest rate cuts also risk worsening inflation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A5Y5D4UEDSHSU46XFZLBJGO4EE.jpg?auth=d09362a6ad99343b84e7e678f4d2a55aab474c321baa4497ca98f86b99e869dc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bobby Charmak 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[A country-by-country glance at Pope Leo XIV's trip to Africa]]></title><link>https://www.local10.com/news/2026/04/10/a-country-by-country-glance-at-pope-leo-xivs-trip-to-africa/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/10/a-country-by-country-glance-at-pope-leo-xivs-trip-to-africa/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 05:08:48 +0000</pubDate><content:encoded><![CDATA[<p>Pope Leo XIV’s four-nation, 11-day trip to Africa is so dizzying in its complexity it recalls some of the globetrotting odysseys of St. John Paul II in his early years.</p><p>Themes Leo is expected to raise include Christian-Muslim coexistence, the over-exploitation of the region's natural and human resources, corruption and migration.</p><p>Here’s a country-by-country look at each destination and highlights of the itinerary:</p><p>ALGERIA: April 13-15</p><p>The Algeria stop clearly carries the most personal importance for Leo, given his ties to St. Augustine, the inspiration of his religious order who lived and died there. Leo will visit Annaba, the modern-day Hippo where the 5th century saint was a bishop.</p><p>Migration and Christian-Muslim coexistence are expected to be other top themes in Algeria, a former French colony which is a majority Sunni Muslim nation on North Africa’s Mediterranean coast. Leo will pay homage to migrants killed in shipwrecks trying to reach Europe and will visit the Great Mosque in Algiers.</p><p>Last year, Algerian legislators voted to declare France’s colonization of the North African country a crime, approving a law that calls for restitution of property taken by France during its 130-year rule, among other demands seeking to redress historical wrongs.</p><p>CAMEROON: April 15-18</p><p>One of the highlights of Leo’s visit to Cameroon will be a “peace meeting” he will lead in the north-west city of Bamenda on April 16, featuring testimony of a Mankon traditional chief, a Presbyterian moderator, an imam and a Catholic nun.</p><p>Cameroon’s western regions have been plagued by fighting since English-speaking separatists launched a rebellion in 2017 with the stated goal of breaking away from the French-speaking majority and establishing an independent English-speaking state. The conflict has killed more than 6,000 people and displaced over 600,000 others, according to the International Crisis Group, a think tank.</p><p>The country is also plagued by fighting involving Boko Haram militants in the north, as the Islamic extremist group’s insurgency in neighboring Nigeria has spilled over into Cameroon.</p><p>Cameroon sits atop significant reserves of oil, natural gas, cobalt, bauxite, iron ore, gold and diamonds. The extractive sector accounts for nearly a third of the country’s exports, according to the Extractive Industries Transparency Initiative.</p><p>But rights groups and the Catholic Church have raised alarms that revenues from extraction rarely reach the rural and indigenous communities that live closest to mining and drilling operations, while foreign companies and a small national elite capture most of the profits.</p><p>While French and English companies have long dominated the extraction industry in Cameroon, Chinese companies have moved heavily into the country in recent years, particularly in the gold mining regions of the east.</p><p>Last year, United Nations experts reported severe human rights and environmental harms resulting from mercury use in gold mining operations in eastern Cameroon.</p><p>The gold mining rush in eastern Cameroon has also led hundreds of children to abandon school to dig for gold, risking their lives at makeshift mines for a dollar’s worth of ore sold on the local black market, according to UNICEF.</p><p>ANGOLA: April 18-21</p><p>In Angola, where around 58% of the population is Catholic, Leo will pray at the Sanctuary of Mama Muxima, a Marian shrine that has become one of the most important Catholic pilgrimage sites in Angola.</p><p>The church was first built around the end of the 16th century by the Portuguese after they established a fortress at Muxima. It became a key point in the Portuguese trans-Atlantic human trade as a place where enslaved people were baptized before they were sent on ships to the Americas.</p><p>Angola today is the fourth largest oil producer in Africa and among the world’s top 20 producers, according to the International Energy Agency. It’s also the world’s third biggest diamond producer and has significant deposits of gold and highly sought after critical minerals.</p><p>But despite its varied natural resources, the World Bank estimated in 2023 that more than 30% of the population lived on less than $2.15 a day.</p><p>The country of around 38 million gained independence from Portugal in 1975, but still bears the scars of a devastating civil war that began straight after independence and raged on and off for 27 years before finally ending in 2002. More than half a million people are believed to have been killed.</p><p>In Angola, Leo will address young people especially to offer a message of hope and healing, the Vatican said.</p><p>EQUATORIAL GUINEA: April 21-23</p><p>The discovery of offshore oil in the mid-1990s transformed Equatorial Guinea’s economy virtually overnight, with oil now accounting for almost half of its GDP and more than 90% of exports, according to the African Development Bank.</p><p>Yet more than half of the authoritarian petrostate’s population still live in poverty, the World Bank reported last year.</p><p>The former Spanish colony is run by Africa’s longest-serving president, Teodoro Obiang Nguema Mbasogo, who has been in power since 1979 and is accused of widespread corruption and authoritarianism.</p><p>Several rights groups, including Human Rights Watch, have documented how revenues have enriched the ruling Obiang family rather than the broader population, where at least 70% of the country’s nearly 2 million people live in poverty.</p><p>The country’s government also faces rampant accusations of harassment, arrest and intimidation of political opponents, critics and journalists.</p><p>In addition to the negative impacts of the extraction industries, Vatican spokesman Matteo Bruni said Leo would raise issues of corruption and the proper role of governing authorities during the trip.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GDOEHPB6DRWUUTDEJPOZ7ANLYQ.jpg?auth=5ed8a5c242241972f5aecdfc5cbfb79a6838f7826aca74228f27b7e65aa7ac40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the pope's planned travel through Africa. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKX67ADI74WSM7LEUVF7P3SQVA.jpg?auth=e6b5d69c555d0d4ff31f36c696af8cd2793c10483cdd3f3954e9f9294234536b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV attends the Celebration of the Passion of the Lord in St. Peter's Basilica at the Vatican on Catholic Good Friday, Friday, April 3, 2026 (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Citizen 'Frog Patrol' helps amphibians survive a dangerous road journey in Poland]]></title><link>https://www.local10.com/news/weird-news/2026/04/10/citizen-frog-patrol-helps-amphibians-survive-a-dangerous-road-journey-in-poland/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/10/citizen-frog-patrol-helps-amphibians-survive-a-dangerous-road-journey-in-poland/</guid><dc:creator><![CDATA[By CLAUDIA CIOBANU, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 05:05:44 +0000</pubDate><content:encoded><![CDATA[<p>OTREBUSY, Poland (AP) — On rainy spring nights in a forest near the Polish capital, a citizen “Frog Patrol” springs into action — humans helping amphibians survive dangerous road crossings for a chance to enjoy millennia-old mating rituals.</p><p>As warmer weather comes to Mlochowski Forest, 30 kilometers (19 miles) west of Warsaw, thousands of toads and frogs wake up from their winter slumber and begin their meticulous spawning journey to the marshes, a few kilometers away.</p><p>The females carry the burden of the journey. Male toads here don't really give off princely vibes but travel on the backs of their much larger female partners, tightly holding on to ensure they are not dumped in favor of a rival upon reaching the waters.</p><p>While generations of toads and frogs have traveled to these marshes to mate, a road built in the last decade right across their route made the spring journey much more dangerous.</p><p>What followed was sheer amphibian slaughter — when the mating season started and the frogs were on the move, thousands would get run over.</p><p>Enter the ‘Frog Patrol’</p><p>Łukasz Franczuk, coordinator of the “Frog Patrol” initiative, recounted the sad scenes from four years ago.</p><p>“The frogs were being run over in the hundreds or thousands,” he said. “When you were driving on this road, you could see the decomposing corpses of the frogs. People going to collect the surviving ones were crying, they couldn’t stand to watch what was happening.”</p><p>Franczuk and his friends responded by helping locals organize, starting three years ago.</p><p>Volunteers would meet every wet, rainy evening as soon as spring starts, fan out along the road by the forest and collect frogs from the roadside, then carry them safely across to the marshes. Frogs breathe through their skin, which must stay humid, so they only move and migrate when it rains.</p><p>Wearing reflective yellow vests emblazoned with the words “Frog Patrol” and armed with head lamps and buckets, hundreds of volunteers can now be routinely seen out in the evenings during migration season.</p><p>Locals, including children, have also started carrying gloves with them during the day, so they can pick up the amphibians if they see them in distress at any time.</p><p>“It's really impressive to see whole families with kids walking in the rain, with buckets, in these lovely jackets to make them visible because it's pretty unsafe, this road is narrow, and they carry the frogs from one side of the road to the other,” said Katarzyna Jacniacka, one of the participants.</p><p>“When the frogs are migrating, there are a lot of people here,” she added.</p><p>For Aleksandra Tkaczyk, another volunteer, this is “the kind of connection with nature about which some of us care deeply.”</p><p>Locals say they have saved about 18,000 amphibians since their initiative started.</p><p>Helping frogs survive</p><p>Biologist Krzysztof Klimaszewski from the Institute of Animal Sciences at the Warsaw SGGW University, who took part in a few of the frog patrols, said that what the locals are doing here is very important because “it actually allows this local population of amphibians to survive.”</p><p>Such citizen initiatives to help toads and frogs cross roads built through their natural habitats are not unique to Poland.</p><p>In New Hampshire, U.S. volunteers from the Harris Center for Conservation Education save all sorts of amphibians, including salamanders, from being run over by cars. In Bavaria, in southeastern Germany, volunteers from BUND Naturschutz say they rescue up to 700,000 frogs, toads, newts and salamanders every year.</p><p>Even in France, where frog legs are a culinary delicacy, local volunteers help the suffering amphibians. In the southern French region of Provence-Alpes-Côte d’Azur, people have installed nets on the roadside to collect the frogs before they head into the dangerous traffic.</p><p>And in the Estonian capital of Tallinn, authorities announced in early April the construction of additional frog fences on Tahetorni Street — right on the frogs' springtime migrating route — to guide the amphibians and other animals safely into underground tunnels and avoid getting them killed by traffic.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BIXVWK7WOMYN6ZVJKQCZQKMD4Y.jpg?auth=df48d64cb8e2add89ba4094f7b247f8d9c80010111f3ff713fb4479725fa0298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A biologist holds a female common toad in Otrebusy, Poland, Monday, March 30, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WYZ6DUKK4UZXNVWDT3PAIJSH4.jpg?auth=496a7500bf8b9ce7d4710ca7221a87497b815a65887e42f4d40e261e24672416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lukasz Franczuk, a local Frog Patrol coordinator, releases toads into a pond in Otrebusy, Poland, Monday, April 6, 2026. (AP Photo/Rafal Niedzielski)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafal Niedzielski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DA6AMFIO5CYSYZFK6RDS6YPDI4.jpg?auth=eb45c14b51e9a14425fc1586d59f5bea90738e71976663cd19b74c867e93c5ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Biologist Krzysztof Klimaszewski holds a common toad during a 'Frog Patrol' in Otrebusy, Poland, Monday, March 30, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVBIDUVGI2OF44JT5MIW62QCYI.jpg?auth=301d3da0428ac7f3a6adc5802ddbbdf604b4709ff4fdcff64fba6253ea2c612e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Katarzyna Jacniacka, left, and biologist Krzysztof Klimaszewski examine a common toad during a 'Frog Patrol' in Otrebusy, Poland, Monday, March 30, 2026. (AP Photo/Claudia Ciobanu)]]></media:description><media:credit role="author" scheme="urn:ebu">Claudia Ciobanu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J3HDC3FUHMBRNHTJMJBJWR2RNA.jpg?auth=7bb418bdf01b713380b83b374e321892b0e8ec6dd15a8513c88ddded2552361f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toads collected in a bucket after rainy weather before they are transferred to a pond in Otrebusy, Poland, Monday, April 6, 2026. (AP Photo/Rafal Niedzielski)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafal Niedzielski</media:credit></media:content></item><item><title><![CDATA[Pope's Africa trip takes him to a source of growth for the church, and critical challenges]]></title><link>https://www.local10.com/news/world/2026/04/10/popes-africa-trip-takes-him-to-a-source-of-growth-for-the-church-and-critical-challenges/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/popes-africa-trip-takes-him-to-a-source-of-growth-for-the-church-and-critical-challenges/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 05:03:13 +0000</pubDate><content:encoded><![CDATA[<p>VATICAN CITY (AP) — When Pope Leo XIV pronounced himself a “son of St. Augustine” the night of his election, some Algerians took that to mean his ancestors hailed from the North African country where the 5th century saint lived and died.</p><p>Leo’s line, of course, referred to his Augustinian spirituality. But his connection to the Algerian-born St. Augustine, the towering figure of Christianity who is known well to Algeria’s Sunni Muslim majority, served at the very least to favorably introduce Leo to a country that will welcome him Monday for the first-ever papal visit.</p><p>Leo’s two-day stay kicks off an ambitious odyssey across four African countries — Algeria, Angola, Cameroon and Equatorial Guinea — that is so dizzying in its logistical complexity that it recalls the globe-trotting journeys of St. John Paul II in his early years.</p><p>The 70-year-old Leo will cover more than 17,700 kilometers (about 11,000 miles) on 18 flights over 11 days starting Monday and will deliver speeches and homilies in French, Spanish, Portuguese and English. He's prioritizing a part of the world that is crucial for the continued growth of the Catholic Church, but poses unique challenges as well.</p><p>With such a variety of cultures and histories, the themes he’ll raise run the gamut, including migration and the exploitation of natural and human resources in a region that produces much of the world’s oil, but where significant proportions of the population live in poverty. The Vatican says Leo will also speak about corruption in oftentimes authoritarian regimes and the role of political leaders in countries where two of the presidents have been in power for decades.</p><p>Huge crowds are expected in Cameroon, where 29% of the population is Catholic and 600,000 people are due to attend one of Leo’s Masses. Leo will preside over a “peace meeting” in Cameroon’s north-west city of Bamenda, which has has been plagued by separatist violence.</p><p>“To see His Holiness Pope Leo XIV arrive in Cameroon, for us who are Catholic Christians, it further strengthens our faith, it further strengthens our ties with our God,” said Simon Pierre Ngombo, a Catholic Cameroonian. “It is a perfect moment to touch each other’s hearts.”</p><p>A message of peaceful coexistence</p><p>Algeria will give the American pope a chance to promote peaceful coexistence between Christians and Muslims, at a time of global tensions over the U.S.-Israeli war in Iran. Despite the war, no extra security measures are planned, the Vatican said.</p><p>Leo, who has already positioned himself as an American counterweight to U.S. President Donald Trump, will visit the Great Mosque in Algiers, and interfaith dialogue is expected to be raised, said the archbishop of Algiers, Cardinal Jean-Paul Vesco.</p><p>On Africa’s northern coast, Algeria fought a brutal civil war in the 1990s that is known locally as the “black decade,” when some 250,000 people were killed as the army fought an Islamist insurgency. As recently as last year, Algeria was still addressing the wounds of its colonial legacy, with legislators voting to declare France’s colonization of the North African country a crime and calling for restitution of property taken by France during its 130-year rule.</p><p>The visit “acts as a bridge between the Christian and Muslim worlds, while reflecting the richness of the country’s history,” Vesco told the official Algerian news agency, APS.</p><p>However, Algerian authorities turned down the Vatican request for Leo to visit to Médéa (50 kilometers/30 miles south of Algiers) to pray at the Tibhirine monastery, where seven French Trappist monks were kidnapped and killed May 21, 1996, by Islamic fighters during the civil war.</p><p>“Algeria has no intention of reopening a painful chapter of its history,” the government daily El Moudjahid wrote in support of the government’s decision.</p><p>Leo is expected to refer to the sacrifice of the monks, who were among 19 priests, nuns and other Catholics killed during the war. They were beatified in 2018 as martyrs for the faith in what was then the first such beatification ceremony in the Muslim world.</p><p>A growing church, with growing challenges</p><p>Africa as a whole contributed more than half of the 15.8 million new Catholics who were baptized in 2023, or 8.3 million new African Catholics, according to the latest Vatican statistics.</p><p>The continent also contributes thousands of men to the priesthood and women to religious orders each year, turning a continent that was long on the receiving end of Western missionaries into one that exports its priests and nuns abroad.</p><p>According to Vatican statistics, Angola and Cameroon consistently produce some of the largest number of seminarians on the continent each year. As of December 2024, for example, Angola had 2,366 priestly candidates in major seminaries and Cameroon had 2,218, just behind the African vocation powerhouses of Nigeria, Congo and Tanzania.</p><p>But the exponential growth has brought challenges, as well. When past popes addressed African clergy, they often reminded them of the need to adhere to vows of celibacy. When Pope Benedict XVI visited Angola and Cameroon in 2009, his trip was overshadowed by his comments en route that condoms could make the AIDS crisis worse, drawing condemnation from a host of public health experts.</p><p>A big issue confronting the Holy See now is the ethnic rivalries that permeate church life. That is especially true in the nomination of bishops, who oftentimes are responsible for swaths of territory covering various ethnic groups, and find themselves rejected by priests or faithful, said the Rev. Fortunatus Nwachukwu, No. 2 in the Vatican’s missionary evangelization office.</p><p>The problem is known as the “son of the soil syndrome,” when the Holy See insists “the church should speak of the ‘son of the church,’” he said.</p><p>Another question facing the African church is the practice of polygamy, which has been raised so insistently by African bishops as a critical issue over the years that the Holy See last year published an entire doctrinal document on the value of monogamy and created a special study group on it.</p><p>Catholic doctrine holds that marriage is a monogamous, lifelong union between one man and one woman. That position creates tension and incompatibility with cultural norms in parts of Africa, especially in agrarian and nomadic societies where multiple wives who can produce numerous children are considered a necessity for survival.</p><p>Leo will have plenty of meetings with Catholic clergy, bishops and ordinary faithful in which he can emphasize the value of the Catholic family, said Vatican spokesman Matteo Bruni.</p><p>Extraction industries and corruption</p><p>Some of the countries Leo will visit, all former European colonies, are among the world’s biggest producers of oil and minerals, including gold, diamonds and iron, the extraction of which has transformed their economies in recent years.</p><p>But Leo is expected to highlight negative effects of exploitation of Africa’s natural and human resources that have benefitted only a few while harming the environment.</p><p>That's especially true in Equatorial Guinea, where President Teodoro Obiang Nguema Mbasogo has been in power since 1979 and, along with his family, is accused of widespread corruption and authoritarianism.</p><p>It’s an issue that Pope Francis prioritized during his pontificate and articulated in his 2015 environmental encyclical, “Praised Be,” which Leo has strongly endorsed and promoted.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TINBLOM4XXJ55XZBWXTXE6VGU4.jpg?auth=c323eff025a6cfb5b6f32912d5778ccd2be859a40ae71202fe1e6cc7bbade9b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV talks to journalists as he leaves his residence in Castel Gandolfo, on the outskirts of Rome, to return to the Vatican, Tuesday, March 31, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T36PST22JDPTXQ4B36DZ6762WU.jpg?auth=1ca8fb9f3b8abeb0c994dba336dc63a36d5240cd1980afb79714b26058b1d7b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV delivers his speech during his weekly general audience in St. Peter's Square, at the Vatican, Wednesday, March 18, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDOEHPB6DRWUUTDEJPOZ7ANLYQ.jpg?auth=5ed8a5c242241972f5aecdfc5cbfb79a6838f7826aca74228f27b7e65aa7ac40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the pope's planned travel through Africa. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OB5ZEI74RPHW7PV6R55UDVPMI4.jpg?auth=a8ecd9ef9f1966023db1fd8b79dada06798a621c9c07ac9124c6cd2d91180afd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV greets the faithful at the end of Easter Mass he presided over in St. Peter's Square at the Vatican, Sunday, April 5, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[The Latest: Vance heads to Pakistan ahead of negotiations for permanent deal with Iran]]></title><link>https://www.local10.com/news/world/2026/04/10/the-latest-vance-heads-to-pakistan-ahead-of-negotiations-for-permanent-deal-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/10/the-latest-vance-heads-to-pakistan-ahead-of-negotiations-for-permanent-deal-with-iran/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:30:02 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump appeared to cast doubt on the effectiveness of the two-week ceasefire over Iran's continued chokehold on the Strait of Hormuz, while Kuwait accused Iran and its proxies of launching drone attacks despite the ceasefire.</p><p>Iran’s paramilitary Revolutionary Guard denied launching attacks Thursday night on Persian Gulf states.</p><p>Israeli Prime Minister Benjamin Netanyahu offered a potential boost to ceasefire efforts in the region when he said he had approved direct talks with Lebanon. The Lebanese government has not responded as of Friday morning.</p><p>The announcement came after Israel pounded Beirut Wednesday, killing more than 300 people. The negotiations are expected next week in Washington, according to a person familiar with the matter.</p><p>Questions remained over what will happen to Iran’s stockpile of enriched uranium at the heart of tensions, how and when normal traffic will resume through the Strait of Hormuz, and what happens to Iran’s ability to launch future missile attacks and support armed proxies in the region.</p><p>Talks between the United States and Iran on a resolution to the conflict are expected to start Saturday in Islamabad, with the White House saying Vice President JD Vance would lead the U.S. delegation.</p><p>Here is the latest:</p><p>UK to hold Strait of Hormuz meeting next week</p><p>Britain will convene another planning meeting next week of countries aiming to restore free movement of ships through the Strait of Hormuz.</p><p>A British official with knowledge of the planning said the meeting will involve senior officials and will stress opposition to the idea of tolls being charged for passage through the waterway.</p><p>The official spoke on condition of anonymity to discuss government plans.</p><p>The meeting follows an April 2 foreign ministers’ call involving about 40 countries, and a military planning meeting this week attended by about 30 nations.</p><p>The talks have discussed using diplomatic and economic pressure, such as sanctions, on Iran to reopen the key oil route, as well as military plans for ensure ships’ safety once the conflict ends.</p><p>Prime Minister Keir Starmer has said it’s essential to have a “viable plan” to reopen the strait and get the global economy moving again.</p><p>—- Jill Lawless</p><p>Lebanon says over 1,900 killed in over a month of Israel-Hezbollah war</p><p>In its latest update, the Lebanese health ministry said at least 357 people were killed and more than 1,223 wounded in widespread Israeli strikes on central Beirut and other areas on Wednesday, noting the toll is not final as rescue and identification efforts continue.</p><p>Wednesday marked the deadliest day in more than five weeks of renewed fighting between Israel and Hezbollah.</p><p>Among the 1,953 killed, more than 102 were women, over 130 were children, and at least 57 were paramedics, according to the health ministry.</p><p>More than 6,300 people have been wounded, the ministry added, while over 1 million people have been displaced by the war.</p><p>Pakistan prime minister says US, Iranian delegations set for peace talks in Islamabad</p><p>Pakistan’s Prime Minister Shehbaz Sharif said Friday that delegations from Iran and the United States are arriving in Islamabad to take part in talks aimed at ensuring durable peace in the region.</p><p>In a televised address to the nation, Sharif described the current stage as a “make-or-break moment.”</p><p>He thanked the leadership of Iran and the United States for agreeing to a ceasefire and holding peace talks at his request.</p><p>He said his government would do its best to ensure the success of the peace process and urged citizens to pray for the talks to succeed.</p><p>Ship tracking platform says Strait of Hormuz traffic remains minimal</p><p>The Athens-based Marine Traffic said on Friday that only 14 vessels, half of which were laden, have crossed the Strait of Hormuz since a ceasefire was declared on April 8, according to a statement on X.</p><p>Vessels exiting the Persian Gulf accounted for 70% of all crossings.</p><p>“Sanctioned or shadow-fleet-linked vessels accounted for nearly two-thirds of all crossings,” added the statement.</p><p>Before the conflict, over 100 ships passed through the strait each day — many carrying oil to Asia.</p><p>Starmer praises Pakistan’s role in US-Iran ceasefire efforts in call with Sharif</p><p>Pakistan’s Prime Minister Shehbaz Sharif on Friday received a phone call from British Prime Minister Keir Starmer, who praised Pakistan’s diplomatic efforts in facilitating a U.S.-Iran ceasefire and hosting peace talks in Islamabad.</p><p>A statement from Sharif’s office said both leaders stressed the importance of ensuring the ceasefire holds and of creating conditions for lasting peace and stability in the region.</p><p>Spain’s leader reiterates call for EU to suspend association agreement with Israel</p><p>Spanish Prime Minister Pedro Sánchez on Friday once again called for the European Union to scuttle its association agreement with Israel over its military actions in the Middle East, which he said violate international law.</p><p>“It’s clear that it is trampling on and violating many of the articles of that association agreement, especially those related to respect for international law and humanitarian law,” Sánchez said at the European Pulse Forum in Barcelona. “Let us not allow a new Gaza in Lebanon,” he said.</p><p>Sánchez’s remarks came after Israel expelled Spain from a U.S.-led group that manages humanitarian aid to Gaza, though he did not directly address the decision.</p><p>Israel’s Foreign Minister Gideon Saar on X wrote that he had briefed U.S. officials on the decision to expel Spain beforehand, due to the country’s “obsessive anti-Israel bias under Sánchez’s leadership.”</p><p>Trump says Iran has ‘no cards’ except Strait of Hormuz ahead of Islamabad talks</p><p>The president offered his assessment in a Truth Social post as Vice President JD Vance is flying to Islamabad for talks that aimed at finding a permanent end to the conflict.</p><p>“The Iranians don’t seem to realize they have no cards, other than a short term extortion of the World by using International Waterways,” Trump posted. “The only reason they are alive today is to negotiate!”</p><p>To be certain, Iran’s effective shuttering of the waterway, which about 20% of the world’s oil normally flows through, has had major impact on the U.S. and global economy.</p><p>In the United States, consumer prices rose 3.3% in March from a year earlier, the Labor Department reported Friday The largest monthly jump in gas prices in six decades spurred the sharp spike in inflation.</p><p>Iran foreign minister urges US to uphold ceasefire commitments on Lebanon</p><p>Abbas Araghchi stressed in a call Friday with Tehran’s incoming ambassador to Beirut the need to halt Israeli attacks on Lebanon and called on Washington “to adhere to its commitments in this regard,” according to a post on Araghchi’s Telegram channel.</p><p>Lebanon had declared Iran’s ambassador, Mohammad Reza Sheibani, persona non grata and ordered him to leave.</p><p>Israeli Prime Minister Benjamin Netanyahu has instructed his cabinet to begin direct negotiations with Lebanon, but said a ceasefire there is not on the table.</p><p>Israeli strikes continued Friday, hitting multiple areas across southern Lebanon.</p><p>Iran’s parliament speaker cites more conditions ahead of negotiations with US</p><p>Mohammad Bagher Qalibaf claimed in a social media post Friday that two of the mutually agreed-upon points between the parties have yet to be implemented: a ceasefire in Lebanon and the release of blocked Iranian assets ahead of the negotiations.</p><p>“These two matters must be fulfilled before negotiations begin,” he wrote. He did not elaborate.</p><p>Iran has not yet said who it will send to the ceasefire talks in Pakistan that are expected to start Saturday.</p><p>Iranian ambassador to Tunisia says Iran is in ‘armed negotiations’ with the US</p><p>“We remain cautious, and our hands remain on the trigger because we do not trust them,” Ambassador Mir Massoud Hosseinian told The Associated Press on Friday.</p><p>He blamed the U.S. and Israel for reported ceasefire violations in the Iran war and said Iran is prepared to defend itself should there not be a satisfactory outcome in the next two weeks.</p><p>He said Iran has been caught in “a vicious cycle” of negotiations, war, ceasefire and another war for years, adding: “We want to break this cycle.”</p><p>Hosseinian also said the administration of the Strait of Hormuz after the war “will inevitably differ from before.”</p><p>He added that Iran’s right to enrich uranium is “not negotiable,” although the level of enrichment is, framing his country’s nuclear program as a necessary part of its future energy security.</p><p>Kuwait says National Guard personnel wounded in Iranian aerial attacks</p><p>Kuwait’s army said Friday it had engaged with seven Iranian drones over the last 24 hours. In a statement on the social platform X, it said the attacks targeted vital facilities affiliated with the National Guard.</p><p>The post did not mention the number of injuries, adding only that they were in stable condition.</p><p>The attacks resulted in “significant material damage,” the military said.</p><p>Kuwait earlier had said it faced a drone attack Thursday night that it blamed on Iran and its militia allies in the region.</p><p>Iran’s IRGC denied launching an assault.</p><p>Why Pakistan has emerged as a mediator between US and Iran</p><p>It was initially seen as an unexpected mediator, but this week Pakistan has established itself as a key player in bringing Iran and the United States to the negotiating table. Now, it is awaiting representatives from both countries to meet in Islamabad, as the world watches to see whether the talks could lead to an end to the war.</p><p>Since Washington and Tehran agreed to an initial 14-day ceasefire on Tuesday, Pakistan’s Prime Minister Shehbaz Sharif, Foreign Minister Ishaq Dar and the powerful army chief Field Marshal Asim Munir have been sharing messages about conversations with world leaders, highlighting their role as mediators.</p><p>Islamabad isn’t often called on to act as an intermediary in high-stakes diplomacy, but it’s stepped into the role this time for a number of reasons, both because it has relatively good ties with both Washington and Tehran and because it has a lot at stake in seeing the war resolved.</p><p>▶ Read more</p><p>Security forces move swiftly to lock down key parts of Islamabad</p><p>Commandos, police and other security personnel set up barricades as dusk fell along routes linking the airport to the city, particularly those expected to be used by U.S. and Iranian delegations arriving for high-stakes talks.</p><p>During their stay in Pakistan, the two delegations will also meet with Prime Minister Shehbaz Sharif.</p><p>The delegations arriving in Islamabad are scheduled to stay at a hotel where negotiations are expected to take place on Saturday.</p><p>Ahead of the talks, Pakistan’s Interior Minister Mohsin Naqvi reviewed security arrangements for the delegations.</p><p>In a statement, the Interior Ministry said Islamabad’s Red Zone would be completely sealed on Saturday, with entry restricted to authorized individuals.</p><p>Multiple rounds of sirens heard across northern Israel</p><p>Sirens signaling incoming fire from the militant Hezbollah group sounded in repeated waves across northern Israel on Friday, including in border communities and areas such as Nahariya and Karmiel.</p><p>The Israeli military said around 30 projectiles were fired toward the area since morning.</p><p>Trump’s tenuous Iran exit plan isn’t healing Republican rifts exposed by the war</p><p>President Donald Trump’s search for an off-ramp from the war with Iran is getting bumpy inside his Republican Party.</p><p>In the decade since Trump’s “America First” movement rose to power by rejecting military intervention, his coalition has rarely been tested the way it is now. Trump’s exit efforts — first through threats of annihilation, then with a ceasefire that is proving precarious — are doing little to paper over tensions that have festered since the war began six weeks ago.</p><p>Despite the growing criticism, Republican leaders in Congress were largely silent. Many were privately uncomfortable with Trump’s threats on social media and were concerned about how the war would play out, especially in an election year.</p><p>But with Congress on recess for the opening two weeks of April, House Speaker Mike Johnson, R-La., and Senate Majority Leader John Thune, R-S.D., have offered little public reaction to Trump’s moves.</p><p>▶ Read more</p><p>Israel bans Spain from Gaza peace monitoring body</p><p>Israeli Prime Minister Benjamin Netanyahu said Friday that the Spanish government will be cast out of a U.S.-led coordination center in charge of maintaining peace in Gaza, citing Spain’s alleged anti-Israeli bias amid the war with Iran.</p><p>“Israel will not remain silent in the face of those who attack us. Spain has defamed our heroes, the soldiers of the IDF, the soldiers of the most moral army in the world,” he said in a video statement.</p><p>The Kiryat Gat-based Civil-Military Coordination Center was established in October 2025 as a multinational body charged with monitoring implementation of the peace agreement sponsored by Trump in Gaza.</p><p>“Those who attack the State of Israel instead of terrorist regimes will not be our partners regarding the future of the region,” added Netanyahu.</p><p>Spanish Prime Minister Pedro Sánchez has been one of the most outspoken critics of the war on Iran, which he denounced as “illegal, reckless and unjust.”</p><p>Lebanon’s state-run news agency reports 13 State Security officers killed</p><p>The NNA news agency reported that Israeli warplanes on Friday struck near a State Security agency office in the southern town of Nabatieh, causing extensive damage at the government building. It said others were wounded in the strike and were being transferred to hospitals, without specifying how many.</p><p>At least 13 State Security officers were killed, according to a statement from the agency.</p><p>There was no immediate comment from the Israeli military on the specific strike. Its Arabic-language spokesperson, Avichay Adraee, claimed that Israel had hit more than 120 Hezbollah militant sites in the past 24 hours.</p><p>Hezbollah has claimed a series of air and ground attacks against Israel in the last day after initially holding fire following news of the wider ceasefire deal in the Iran war.</p><p>Ceasefire deal brings relief to some in Iran, but Trump’s threat still echoes</p><p>Iranians have welcomed a fragile ceasefire deal after weeks of Israeli and American bombardment, but many fear the war is far from over. For some, there is also a sense of whiplash, after U.S. President Donald Trump threatened to wipe out their civilization hours before he reversed course and agreed to an uneasy truce.</p><p>The ceasefire that took effect Wednesday has brought relative quiet to the capital, Tehran, after more than a month of heavy strikes that targeted mainly government and security buildings but also destroyed many homes.</p><p>“Everyone I’ve spoken with, it’s given them a new life,” a university student told The Associated Press in an audio note via WhatsApp, speaking on condition of anonymity over fears for his safety.</p><p>AP spoke to half a dozen residents, despite an ongoing nationwide internet shutdown imposed during mass protests before the war.</p><p>▶ Read more</p><p>Japan urges Israel and Hezbollah to reach a diplomatic settlement</p><p>Japan said it is deeply concerned about escalating Israeli attacks on Lebanon, urging all parties to immediately stop hostilities and comply with international law.</p><p>Foreign Minister Toshimitsu Motegi, in a statement Friday, expressed Japan’s “serious concern” over Israel’s ground operation against the Lebanese militant group Hezbollah, calling for respect for Lebanese sovereignty and territorial integrity.</p><p>Vance says he believes negotiations with Iran will be ‘positive’</p><p>Boarding Air Force Two on his way to Pakistan, the vice president said, “We’re looking forward to the negotiation. I think it’s gonna be positive. We’ll, of course, see.”</p><p>He cited Trump in saying, “If the Iranians are willing to negotiate in good faith, we’re certainly willing to extend the open hand.”</p><p>But Vance also added, “If they’re gonna try and play us, then they’re gonna find that the negotiating team is not that receptive.”</p><p>Vance also said that Trump “gave us some pretty clear guidelines” on how talks should go, but didn’t elaborate.</p><p>The vice president did not take questions from reporters traveling with him.</p><p>Some Israelis think Israel should ‘finish with’ Hezbollah before deal with Lebanon</p><p>In the streets of downtown Jerusalem, some Israelis said they believe peace with Lebanon is not possible before a decisive victory against the Iran-backed Hezbollah militant group.</p><p>“I think we should finish with them. After we finished with Hezbollah, we can try and make peace with Lebanon,” said Yaniv Matsree.</p><p>A little over a month of hiding in shelters has inconvenienced the lives of many Israelis, they said, but has done little to change their views of the war with Hezbollah that has killed more than 1,850 people in Lebanon, according to Lebanon’s health ministry.</p><p>For some Israelis, their country should press on to evade future threats from the militant group.</p><p>“The people of Israel want peace and seek peace, but those who want war will get war, and this war is very justified,” said Benhamo Momen, who fled from northern Israel, where the impact of the war is most severe. “Hezbollah will not disarm on their own.”</p><p>Gas price spike pushes up inflation by the most in 4 years in March</p><p>The largest monthly jump in gas prices in six decades caused a sharp spike in inflation in March, creating major challenges for the inflation-fighters at the Federal Reserve and heightening the political challenges of rising costs for the White House.</p><p>Consumer prices rose 3.3% in March from a year earlier, the Labor Department said Friday, up sharply from just 2.4% in February. On a monthly basis, prices rose 0.9% in March from February, the largest such increase in nearly four years.</p><p>Excluding the volatile food and energy categories, core prices rose 2.6% in March from a year earlier, up from 2.5% in February. But last month, core prices rose a modest 0.2%, suggesting the gas price shock hasn’t yet spread to many other categories.</p><p>The gas price shock stemming from the Iran war has shifted inflation’s trajectory from a slow, gradual decline to a sharp increase, further away from the Fed’s 2% target. As a result, the central bank will almost certainly postpone any cut in interest rates for months.</p><p>Gas prices are also a highly visible cost that has outsize impacts on consumer confidence and political sentiment.</p><p>Vance warns</p><p>Tehran not to ‘play’ the US as he departs for negotiations aimed at ending war with Iran</p><p>Vice President JD Vance is warning Tehran not to “play” the U.S. as he departs for Islamabad for negotiations aimed at ending the war with Iran.</p><p>President Donald Trump has tasked the member of his inner circle who has seemed to be the most reluctant defender of the conflict with Iran to now find a resolution to the war that began six weeks ago and stave off the U.S. president’s astonishing threat to wipe out its “whole civilization.”</p><p>Vance, who has long been skeptical of foreign military interventions and outspoken about the prospect of sending troops into open-ended conflicts, sets off Friday to lead mediated talks with Iran in the Pakistani capital of Islamabad.</p><p>It comes as a tenuous, temporary ceasefire appears to be on the precipice of collapsing. The chasm between Iran’s public demands and those from the U.S. and its partner Israel seems irreconcilable.</p><p>And in the U.S., where Vance might ask voters in two years to make him the next president, there is growing political and economic pressure to wrap it up.</p><p>Hezbollah leader urges Lebanese authorities not to give ‘free concessions’</p><p>In the first official statement from the militant group since Israel announced it would enter into direct negotiations with Lebanon, Hezbollah chief Naim Kassem said, “We call on (Lebanese) officials to stop offering free concessions,” but did not take a clear stance on the prospect of talks.</p><p>Kassem praised the performance of Hezbollah fighters battling Israeli forces in southern Lebanon and said Israel had been unable to make significant advances.</p><p>“We will not accept a return to the previous situation,” Kassem said, an apparent reference to the 15 months before the outbreak of the latest Israel-Hezbollah war, when a ceasefire was nominally in place but the Israeli military continued to carry out near-daily strikes in Lebanon that it said aimed to stop Hezbollah from regrouping.</p><p>Starmer says he’s ‘fed up’ in rare criticism of Trump</p><p>U.K. Prime Minister Keir Starmer told broadcaster ITV in an interview recorded Thursday that he’s “fed up with the fact that families across the country see their bills go up and down on energy, businesses’ bills go up and down on energy because of the actions of Putin or Trump across the world.”</p><p>Starmer’s point was that Britain needs energy independence. But mentioning the Russian and U.S. presidents in the same breath is a departure for the prime minister, who usually avoids direct criticism of U.S. President Donald Trump.</p><p>The Iran war has soured relations between the two leaders, with Trump lashing out over Starmer’s reluctance to join the conflict.</p><p>UK’s Starmer says ceasefire is fragile</p><p>British Prime Minister Keir Starmer says reopening the Strait of Hormuz is vital to strengthening a “fragile” ceasefire in the U.S.-Israeli war on Iran.</p><p>Speaking Friday as he left Qatar after a three-day visit to the Gulf, Starmer said leaders in the region were adamant that “there can’t be tolling or restrictions” on commercial shipping through the waterway, which has effectively been shut by Iran.</p><p>Starmer said he told U.S. President Donald Trump in a call on Thursday that ending the conflict “has to involve” Iran’s Gulf neighbors, who “have very strong views on the Strait of Hormuz.” Britain is involved with other countries in military planning to ensure security in the strait, if the ceasefire turns into a longer peace.</p><p>UN food agency steps up activities for nearly 1 million displaced in Lebanon</p><p>The World Food Program said that 874,000 people in Lebanon were already facing “acute food insecurity” before the latest escalation. Despite the risks, the WFP is continuing to send humanitarian convoys to southern Lebanon to villages on the border with Israel, which have been subject to heavy bombing, the agency said in a statement.</p><p>It says it has provided emergency food and assistance to over 440,000 people since March 2.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JHTIDBN575FGZIY3JOCXWGRTPE.jpg?auth=48f2f23e4da862fd96b0d93888a8063856e9c96631feb2c98af4d9df0b9915b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese civil defense worker, right, stands with a resident at the site of a building destroyed in an Israeli airstrike a day earlier in central Beirut, Lebanon, Thursday, April 9, 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/ZQZBINXHJEOHBYBJSA2GT7APTM.jpg?auth=a400502070d8d9bf17511448de574a7be9fc8a96a25f820fac6d2d9900e72064&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Displaced families extend their hands while waiting for donated food beside the tents they use as shelters after fleeing Israeli bombardment in southern Lebanon, in Beirut, Lebanon, Thursday, April 9, 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/SLR5EMUMTCNL6DDL4FYGMIVK6U.jpg?auth=212595cfd0707b549b03339cce6e04bc658601d75057995e0b2cc68533491b59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Lebanese civil defense worker looks upward near the site of a building destroyed in an Israeli airstrike a day earlier in central Beirut, Lebanon, Thursday, April 9, 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/VVH3O7J4AIZF6HVAIBJFNXZ3RA.jpg?auth=97d425d1390eb98729d0039a146920b91ae0eaabf21d3170a622446b108e3ea8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Men inspect the damage to their home destroyed in an Israeli airstrike a day earlier in Beirut, Lebanon, Thursday, April 9, 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/KLOFIMJ43GFVTIDQ755ZXNS2LA.jpg?auth=400e72ae2a12011000c939953559450b91e757d1321545b2391bc8d38cd962f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People residing in an underground shelter pack up their belongings as they prepare to leave after the announcement of a two-week ceasefire agreement between Iran and the US, in Tel Aviv, Israel, Thursday, April 9, 2026. (AP Photo/Ohad Zwigenberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Ohad Zwigenberg</media:credit></media:content></item><item><title><![CDATA[Trump’s tenuous Iran exit plan isn't healing Republican rifts exposed by the war]]></title><link>https://www.local10.com/news/politics/2026/04/10/trumps-tenuous-iran-exit-plan-isnt-healing-republican-rifts-exposed-by-the-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/trumps-tenuous-iran-exit-plan-isnt-healing-republican-rifts-exposed-by-the-war/</guid><dc:creator><![CDATA[By STEVEN SLOAN, STEVE PEOPLES and MEG KINNARD, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 04:04:01 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's search for an off-ramp from the war with Iran is getting bumpy inside his Republican Party.</p><p>In the decade since Trump's “America First” movement rose to power by rejecting military intervention, his coalition has rarely been tested the way it is now. Trump's exit efforts — first through threats of annihilation, then with a ceasefire that is proving precarious — are doing little to paper over tensions that have festered since the war began six weeks ago.</p><p>Laura Loomer, a conservative activist close to the president and often one of his top boosters, rejected the notion of brokering a deal with Iran. In an interview, she knocked Vice President JD Vance for being “in charge” of talks expected to start Saturday in Pakistan, as he takes on a larger diplomatic role ahead of a potential 2028 White House run.</p><p>“I support President Trump,” Loomer said in an interview. “I just don’t believe in negotiating with Islamic terrorists.”</p><p>Vance's office did not respond to a request for comment.</p><p>Former Rep. Marjorie Taylor Greene of Georgia, a Trump supporter-turned-critic, called for the president to be removed from office through the Constitution's 25th Amendment after he said earlier this week that a “whole civilization will die tonight” unless Iran made a deal. Megyn Kelly, the former Fox News anchor who now hosts a podcast, unloaded on Trump with a profane critique and asked, “Can’t he just behave like a normal human?”</p><p>During a recent taping of “The Charlie Kirk Show,” the host wondered what would end first, their episode or the ceasefire deal.</p><p>Despite the growing criticism, Republican leaders in Congress were largely silent. Many were privately uncomfortable with Trump's threats on social media and were concerned about how the war would play out, especially in an election year. But with Congress on recess for the opening two weeks of April, House Speaker Mike Johnson, R-La., and Senate Majority Leader John Thune, R-S.D., have offered little public reaction to Trump's moves.</p><p>Some said the developments were simply unfolding too quickly.</p><p>“How do you go up and give a presentation or speech in a situation where every 12 hours, the baseline story has a new gradient?" Rep. Dave Schweikert, an Arizona Republican who is running for governor, said in an interview. “In many ways, it is the sin of arrogance thinking you can go out and talk about something when the story is still unfolding.”</p><p>A factor in the midterms?</p><p>That leaves Republicans in an uncertain position, much like the state of the war. The party already faces fierce headwinds ahead of the November midterms, and some say its best bet is for voters to forget about Iran by then.</p><p>“My hope is that it will be long behind us by the time votes are cast,” said Chris Wilson, a veteran Republican strategist. "Fortunately for the GOP, foreign policy flare-ups rarely decide midterm elections on their own, especially when voters are far more focused on the economy and prices at home."</p><p>For now, Trump and his White House are expressing confidence. Trump hailed a “big day for World Peace” after the ceasefire was first announced. White House press secretary Karoline Leavitt heralded a “victory for the United States of America that the president and our incredible military made happen.”</p><p>In a social media post, Trump dismissed his detractors, including podcasters such as Kelly, as “stupid people” who will “say anything necessary for some 'free' and cheap publicity.”</p><p>Some of the president's supporters in Congress are pushing back at the suggestion that Trump has become too entangled overseas at the expense of domestic priorities.</p><p>“Part of America First is making sure that the homeland stays safe and Iran is a factor in our safety,” Rep. David Kustoff, R-Tenn., said in an interview. “We are all hopeful that the ceasefire does hold and that Iran lives up to their side of the agreement.</p><p>Recent elections are cause for GOP concern</p><p>Any president's party typically loses seats in Congress during a midterm election year and races this week offered a fresh reason for concern for Republicans.</p><p>Republican Clay Fuller won Greene’s district by about 12 percentage points. She had a 29-percentage-point win two years earlier, and Trump carried the district by almost 37 percentage points. In Wisconsin, the liberal majority on the state Supreme Court grew this week when a Democratic-backed candidate won by a double-digit margin.</p><p>That follows strong performances for Democrats in other recent races, including the Florida state legislative district that is home to Trump's Mar-a-Lago resort.</p><p>Only about 4 in 10 U.S. adults approved of how Trump was handling his job as president, according to Associated Press-NORC Center for Public Affairs Research polling last month. That share is largely unchanged since he returned to office in January 2025. But it is also roughly where Trump was at this point in his first term, when Democrats went on to gain 40 House seats in the 2018 midterms.</p><p>While Trump still has deep support from Republicans, there are signs that he risks frustrating his supporters if the U.S. becomes involved in a prolonged war. Although 63% of Republicans back airstrikes against Iranian military targets, the March survey found, only 20% back deploying American ground troops. Rising gas prices could pose a problem, with about 6 in 10 Republicans saying they are at least “somewhat” concerned about affording gas in the next few months, though they are less worried than the rest of the country.</p><p>‘People are willing to endure some short-term pain’</p><p>Republicans who have spent time with voters over the recess say they believe the party has political breathing room to navigate the war.</p><p>Kustoff said constituents across his rural northwestern Tennessee district seemed “generally supportive” of Trump's actions in Iran, even when they have been accompanied by higher prices at the pump.</p><p>“My takeaway is that people are willing to endure some short-term pain as it relates to gas prices if the situation with Iran is resolved," he said.</p><p>But as they return to Washington next week, Republicans face a series of difficult choices.</p><p>At the outset of the war, some GOP lawmakers said Trump would need to seek approval from Congress if the conflict lasted longer than 60 days, a deadline that would approach near the end of April if the ceasefire did not hold. The administration is seeking billions of dollars in additional spending for the war, setting up a vote that could put budget-conscious Republicans in a difficult spot before the fall campaigns.</p><p>Democrats are also moving to force another vote on a war powers resolution that would curb Trump's options in Iran. A similar effort failed last month, but another vote could add pressure on Republicans, depending on how the ceasefire plays out.</p><p>Schweikert described the war powers vote as the “dance of parties.”</p><p>“Their job is to try to embarrass us and our job as the majority is to try to make things work,” he said. “It's just the job.”</p><p>___</p><p>Peoples reported from New York and Kinnard from Columbia, S.C. Associated Press writer Mary Clare Jalonick contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IHRKZW6ZI33V22DEMXHVFWGZRQ.jpg?auth=433df71e78b766611957bde607e07b955673fd533904596ba85bc553e2b339b5&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 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><media:content url="https://www.local10.com/resizer/v2/BVBNLH2SCTL46WRGNUOHOU6COQ.jpg?auth=d487feb1adde4048d01416002cdec5d1f1f747083b4cf1fbbeb1db747abd72b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[White House press secretary Karoline Leavitt speaks with reporters in the James Brady Press Briefing Room at the White House, Wednesday, April 8, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D7DLEGQOLIRET5WDVLQ5B2H6PA.jpg?auth=ef3d5f70268c9fbda9e4fccbe3587da918f06b86ecbb46ebe27f7fb394b60ffe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep. Marjorie Taylor Greene, R-Ga., speaks during a news conference on the Epstein Files Transparency Act, Nov. 18, 2025, outside the U.S. Capitol in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JNBQIXNBNVZ2DSSP4JCMXB24LE.jpg?auth=0bfa768570db8d6d868df835a0f713210efa4629f97d46913d471e9320920645&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks through Statuary Hall with House Speaker Mike Johnson of La., as he departs Capitol Hill, Tuesday, March 17, 2026, in Washington. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NAQFO7S3S3CZ54RPHIDUNH7JVU.jpg?auth=2379b0752337ba5eb180a72fd810923aa4c84ff479b267454dd04493539641ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Senate Majority Leader John Thune, R-S.D., speaks to reporters outside the chamber after passing a measure by unanimous consent that would fund most of the Department of Homeland Security, if the House agrees, at the Capitol in Washington, Thursday, April 2, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[A president and a pope: The world's most influential Americans are at odds over Iran]]></title><link>https://www.local10.com/news/florida/2026/04/10/a-president-and-a-pope-the-worlds-most-influential-americans-are-at-odds-over-iran/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/10/a-president-and-a-pope-the-worlds-most-influential-americans-are-at-odds-over-iran/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 11:23:25 +0000</pubDate><content:encoded><![CDATA[<p>Donald Trump is accustomed to criticism from coast to coast — Democrats, disaffected Republicans, late-night comedians, massive protests. Yet in his second presidency, Trump’s most influential American critic doesn’t live in the country but at the Vatican.</p><p>It's an unprecedented situation, with the first American pope directly assailing the American president over the war in Iran, where a fragile ceasefire took hold this week. The announcement came after Pope Leo XIV declared that Trump's belligerence was “truly unacceptable.”</p><p>Never before has the relationship between Washington and the Vatican revolved around two Americans — specifically, a 79-year-old politician from Queens and a 70-year-old pontiff from Chicago. They come from the same generation and share some common cultural roots yet bring jarringly distinct approaches to their positions of vast power. And the relationship comes with risks for both sides.</p><p>“They’re two white guy boomers but they could not be any more different in their life experiences, in their values, in the way they have chosen to live those values,” said theology professor Natalia Imperatori-Lee of Fordham University. “This is a very stark contrast, and I think an inflection point for American Christianity.”</p><p>Polar positions on Iran among U.S. Christians</p><p>Experts on the Catholic Church emphasized that Leo’s opposition to the war reflects established church teachings, not the reflexive politics of the moment.</p><p>“For the last five centuries, the church has been involved in a project of helping develop strong international norms,” including the Geneva Conventions in recent centuries, said Catholic University professor William Barbieri. “It is a very long-standing tradition rooted in Scripture and theology and philosophy.”</p><p>Yet the U.S. administration, which has close ties to conservative evangelical Protestant leaders, has claimed heavenly endorsement for Trump’s war on Iran.</p><p>Defense Secretary Pete Hegseth urged Americans to pray for victory “in the name of Jesus Christ.” When Trump was asked whether he thought God approved of the war, he said, “I do, because God is good — because God is good and God wants to see people taken care of.”</p><p>The Rev. Franklin Graham, son of iconic Baptist evangelist Billy Graham, said of Trump that God “raised him up for such a time as this.” And Graham prayed for victory so Iranians can “be set free from these Islamic lunatics.”</p><p>Leo countered in his Palm Sunday message that God “does not listen to the prayers of those who wage war, but rejects them.” He referenced an Old Testament passage from Isaiah, saying that “even though you make many prayers, I will not listen — your hands are full of blood.”</p><p>While it's not unusual for popes and presidents to be at cross purposes, it's exceedingly rare for the leader of the Catholic Church to directly criticize a U.S. leader, and Leo later named Trump directly and expressed optimism that the president would seek “an off-ramp” in Iran.</p><p>An even stronger condemnation came after Trump warned of mass strikes against Iranian power plants and infrastructure, writing on social media that “an entire civilization will die tonight.” Leo described that as a “threat against the entire people of Iran" and said it was "truly unacceptable.”</p><p>Experts: Leo doesn’t see himself as a Trump rival</p><p>Imperatori-Lee said Leo’s direct criticism stands out from the church's more general critiques of political and social systems. For example, Pope Francis urged U.S. bishops to defend migrants without specifically mentioning Trump or his deportation agenda. Leo also previously called for humane treatment of migrants.</p><p>“Popes have critiqued unfettered capitalism before, very robustly. The popes have critiqued the Industrial Revolution, right? Things that the U.S. has been at the forefront of,” Imperatori-Lee said, “but it’s never been this specific and localized.”</p><p>She said Leo’s commentary resonates in the U.S. — with Catholics and non-Catholics — because he is a native English speaker.</p><p>“There’s no question about his inflection and meaning,” she said. "It removes any ambiguities.”</p><p>Trump welcomed Leo’s election last May as a “great honor” for the country, and he hasn't responded to the latest criticisms. The White House did not respond to a request for comment.</p><p>“What Pope Leo and Donald Trump have in common is they both lived through the post-war polarization,” including the political upheaval of the Civil Rights Movement and Vietnam War, said Steven Millies, a professor at Chicago’s Catholic Theological Union, one of the pope’s alma maters.</p><p>He noted that Leo is a subscriber to The New York Times, plays the “Wordle” game, keeps up with U.S. sports and talks regularly with his brothers, including an avowed Trump supporter.</p><p>“In some ways he’s just like us,” Millies said, someone “who understands where our domestic political crisis came from,” unlike the Argentinian Francis, “who did not fully understand the peculiarities of the United States” even as he offered implicit criticism.</p><p>Barbieri said Leo’s American savvy still does not change an underappreciated reality of Catholicism and the papacy. “The Catholic Church doesn’t neatly fit into either right or left boxes as they’re understood in U.S. politics,” he said.</p><p>Leo’s global focus vs. Trump’s ‘transactional’ politics</p><p>Leo spent much of his pre-papal ministry, including all his time as a bishop and cardinal, outside the U.S.</p><p>He was educated in Rome as a canon lawyer within the church. He was a bishop in poor, rural swaths of Peru. He led the Augustinian order and served as Francis’ prefect for recommending bishop appointees around the world.</p><p>Imperatori-Lee said that global reach gave him a first-hand perspective on how Washington's economic and military policies — including backing dictators in Latin America — have negatively affected less powerful nations and their citizens.</p><p>His varied experiences made then-Cardinal Robert Prevost uniquely suited to be elected pope despite the College of Cardinals’ traditional skepticism toward the U.S. and its superpower status. Millies argued that Trump and his advisers, even Vice President JD Vance, a Catholic convert, may not appreciate those distinctions.</p><p>“This is an administration that seems to think only in terms of transactional politics — who’s for us and who’s against us,” he said.</p><p>Polarization poses risks for Leo and Trump</p><p>Relations between Washington and the Vatican have become so strained that a report of an allegedly contentious meeting involving Pentagon and Catholic Church officials sent shockwaves through both cities.</p><p>According to the report in The Free Press, a member of Trump's administration warned the church in January not to stand in the way of U.S. military might.</p><p>The Vatican on Friday issued a statement rejecting the report's characterization of the meeting, saying it “does not correspond to the truth in any way.”</p><p>The U.S. Embassy to the Holy See also pushed back, writing on social media that “deliberate misrepresentation of these routine meetings sows unfounded division and misunderstanding.”</p><p>Millies, meanwhile, questioned whether anything the pope or U.S. bishops say can sway individual Catholics. Trump is likely to lose support among Catholics as he loses support across the broader electorate, Millies said, but that's not necessarily because members of Leo's flock are applying church doctrine.</p><p>“Partisan preferences always trump the religious commitments,” Millies said, describing a “disconnect” between church leaders and many parishioners who look to other sources, politicians included, when shaping their views of faith and politics.</p><p>“The icon of Catholicism in American politics now is JD Vance, and it’s more about winning an argument," he said. "It’s a very different emphasis, but it’s one that may suit the Trump administration very well.”</p><p>—-</p><p>Associated Press reporters Nicole Winfield in Rome and Konstantin Toropin in Washington contributed.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EL7VXSN5MFFG5I27725DNIRW6U.jpg?auth=47cad0f936dc5a0bccd61c5ef032802c3d50675568ba53017e04cb2271d0af37&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV blesses faithful as he starts his weekly general audience in St. Peter's Square, at the Vatican, Wednesday, April 8, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[Vance warns Iran not to 'play' the US as he departs for negotiations aimed at ending the war]]></title><link>https://www.local10.com/news/politics/2026/04/10/vance-warns-iran-not-to-play-the-us-as-he-departs-for-negotiations-aimed-at-ending-the-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/10/vance-warns-iran-not-to-play-the-us-as-he-departs-for-negotiations-aimed-at-ending-the-war/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and AAMER MADHANI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 18:17:36 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Vice President JD Vance on Friday warned Iran not to “play” the U.S. as he headed overseas for negotiations aimed at ending the war.</p><p>President Donald Trump has tasked the member of his inner circle who has seemed to be the most reluctant defender of the 6-week-old conflict with Iran to now find a resolution and stave off the U.S. president's astonishing threat to wipe out its “whole civilization.”</p><p>Vance, who has long been skeptical of foreign military interventions and outspoken about the prospect of sending troops into open-ended conflicts, set off Friday to lead mediated talks with Iran in the Pakistani capital of Islamabad.</p><p>“If the Iranians are willing to negotiate in good faith, we’re certainly willing to extend the open hand,” Vance told reporters before boarding Air Force Two to make his way to the talks in Pakistan. But he added, “If they’re gonna try and play us, then they’re gonna find that the negotiating team is not that receptive.”</p><p>Vance also said that Trump “gave us some pretty clear guidelines” on how talks should go, but he didn’t elaborate. He did not take questions from reporters traveling with him.</p><p>Vance's trip comes as a tenuous, temporary ceasefire appears to be on the precipice of collapsing. The chasm between Iran’s public demands and those from the U.S. and its partner Israel seems irreconcilable. And in the U.S., where Vance might ask voters in two years’ time to make him the next president, there is growing political and economic pressure to wrap it up.</p><p>As Vance made his way to the Pakistani capital of Islamabad, Iran's parliament speaker Mohammad Bagher Qalibaf said in a social media post that a ceasefire in Lebanon, where Israel is targeting Iran-backed Hezbollah militants, and the release of blocked Iranian assets “must be fulfilled before negotiations begin.” He did not elaborate further.</p><p>Iran has not yet said who it will send to the ceasefire talks in Pakistan that are expected to start Saturday.</p><p>Vance is joined by Trump's special envoy Steve Witkoff and Trump's son-in-law Jared Kushner, who took part in three rounds of indirect talks with Iranian negotiators aimed at settling U.S. concerns about Tehran’s nuclear and ballistic weapons programs and its support for armed proxy groups in the Middle East before Trump and Israel launched the war against Iran on Feb. 28.</p><p>The White House has provided scant detail about the format of the talks — whether they will be direct or indirect — and has not provided specific expectations for the meeting.</p><p>But the arrival of Vance for negotiations marks a rare moment of high-level U.S. government engagement with the Iranian government. Since the Islamic Revolution in 1979, the most direct contact had been when President Barack Obama, a Democrat, in September 2013 called newly elected Iranian President Hassan Rouhani to discuss Iran’s nuclear program.</p><p>The 2 sides face a steep climb in making headway</p><p>Almost immediately after the White House and Iran announced a temporary ceasefire Tuesday evening, the sides found themselves at odds over terms of the truce.</p><p>Iran insisted that an end to the Israeli war in Lebanon was part of the ceasefire. But Israeli Prime Minister Benjamin Netanyahu and Trump said the truce did not cover Lebanon, and the Israeli operations there continued.</p><p>The U.S., meanwhile, demanded that Iran make good on reopening the Strait of Hormuz. The Islamic Republic had closed the critical shipping waterway in response to Israel’s intensifying attacks against the Hezbollah militant group in Lebanon.</p><p>“The Iranians don’t seem to realize they have no cards, other than a short term extortion of the World by using International Waterways,” Trump posted on social media on Friday. “The only reason they are alive today is to negotiate!”</p><p>Iran’s effective shuttering of the waterway has had a major impact on the U.S. and global economies. In the United States, consumer prices rose 3.3% in March from a year earlier, the Labor Department reported Friday. The largest monthly jump in gas prices in six decades spurred the sharp spike in inflation.</p><p>High stakes for peace — and for politics</p><p>It’s the highest-stakes moment thus far for Vance, who spent much of last year as more of a background player in the Trump White House, especially as others like Elon Musk and Secretary of State Marco Rubio took turns as ever-present advisers for the president.</p><p>But Vance’s portfolio is fattening fast, first with a mission to root out fraud in government programs at home and now to help solve a U.S. war in the Middle East, where complicated doesn’t even begin to describe things.</p><p>Vance, who served in the Iraq War while in the Marines and spent two years as a U.S. senator for Ohio and a little more than one as vice president, has little diplomatic experience.</p><p>On Wednesday, he dismissed speculation that the Iranians requested that he join the talks, telling reporters: “I don’t know that. I would be surprised if that was true. But, you know, I wanted to be involved because I thought I could make a difference.”</p><p>Jonathan Schanzer, a former Treasury Department official who is now executive director of the Foundation for Defense of Democracies, a hawkish Washington think tank, said Vance, with little experience on Iran policy, is an interesting choice to lead the delegation.</p><p>Trump has noted his vice president was “less enthusiastic” than other top senior officials in the Republican administration, making Vance an intriguing interlocutor for the Iranian side, Schanzer said.</p><p>“I think they probably prefer him knowing that his perspective on foreign intervention is one of skepticism,” Schanzer said of the Iranians. “I do think that he’s going to need some help. I don’t think he’s ever been engaged in negotiations with this kind of weight, this kind of seriousness. This is as serious as it gets.”</p><p>The White House has pushed back against the characterization that Iran wanted Vance in the talks, casting it as an effort to hurt negotiations.</p><p>The White House has not detailed who will be in the talks besides Vance, Witkoff and Kushner, but White House spokeswoman Anna Kelly said officials from the National Security Council, the State Department and the Pentagon “will also play a supportive role.”</p><p>During early rounds of indirect nuclear talks with the Iranians before the war, Democrats and some nuclear experts questioned whether Kushner and Witkoff had enough technical knowledge. The White House has not said whether the pair, whom Trump has entrusted with some of his most difficult negotiations since returning to office, had a nuclear expert with them for those talks.</p><p>Negotiating peace is a tall order for any vice president</p><p>Vance and Rubio are seen as the Republican Party’s strongest potential 2028 presidential contenders, though neither has given a clear answer about whether he intends to run.</p><p>As vice president, Vance inherently would carry any baggage of the administration if he eventually runs for president, said Joel Goldstein, a professor of law at Saint Louis University, who is an expert on the history of the vice presidency. But stepping in to lead negotiations even further identifies him with the conflict.</p><p>“The fact that he’s involved in the negotiations in a very visible way, that means that, if things go south, that people will be pointing fingers at him,” Goldstein said.</p><p>He added, “If things go well, then it will be something that he could point to.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T2ULNU7NLSJ4D34SGB6XGK2M7M.jpg?auth=8421c2e9a55fbebc074d97c5edc72807cc3dd9e4b42ea5bb6a7ee0bbdd08baf4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance walks to speak with the Press before boarding Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UGYRJ5TWATWX75IWTUFTAOSI34.jpg?auth=928757ed6366ffe84891cab9cf7f3f67e20650316f1c8065ed9cdcf88e705beb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks to the press before boarding Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EPYAWCEILDVMOPAEVTFTPOCAA.jpg?auth=b8a3ae5c0ae3150d25eb089a485e50f0fc0ef92d8607b0cb14e914f82d65de09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance walks to board Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJUNHKMO27NX4DJ5FUMBQZK4AU.jpg?auth=fe17465330d1461a53a74290e4bbaf294d8d2a36dab2eedcc2bc4016a1c26a8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance boards Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5N2VPQXIZQ7UCXLWOMPZMGHKM.jpg?auth=29ec8244e408f92cfa00ea33a98ee2d60810b9f9553fb7e61c9b3b9a0c7e9413&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance walks off Marine Two to walk and board Air Force Two, Friday, April 10, 2026, at Joint Base Andrews, Md., for expected departure to Pakistan, for talks on Iran. (AP Photo/Jacquelyn Martin, pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[70 violations! The most of any restaurant all year]]></title><link>https://www.local10.com/food/dirty-dining/2026/04/06/70-violations-the-most-of-any-restaurant-all-year/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/04/06/70-violations-the-most-of-any-restaurant-all-year/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[One restaurant stood out for all the wrong reasons, racking up a staggering 70 violations, the most we’ve seen in a long time and the highest of any restaurant in South Florida so far in 2026. ]]></description><pubDate>Mon, 06 Apr 2026 13:43:31 +0000</pubDate><content:encoded><![CDATA[<p>One restaurant stood out for all the wrong reasons, racking up a staggering 70 violations, the most we’ve seen in a long time and the highest of any restaurant in South Florida so far in 2026. </p><p>It’s Peking One on North Kendall Drive. </p><p>Inspectors documented everything from rodent droppings and roach activity to unsafe food handling and filthy conditions, a combination that is simply unacceptable for any establishment serving the public. </p><p>What’s even more troubling, when inspectors returned the very next day, many of those same violations were still there, showing a failure to fix serious problems immediately.</p><p>Below is a list of places ordered shut last week and their violations. </p><p>No restaurants in Broward County or the Florida Keys were ordered shut down last week.</p><p>All of the places mentioned were allowed to re-open following an ordered cleanup and re-inspection.</p><p><b>**PEKING ONE</b></p><p><b>KENDALL PARK PLAZA</b></p><p><b>16229 SW 88TH STREET (NORTH KENDALL DRIVE)</b></p><p><b>WEST KENDALL</b></p><p><b>ORDERED SHUT 3/30</b></p><p><u><b>70 VIOLATIONS FOUND</b></u></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 40 rodent droppings inside an empty walk in cooler used as single services items storage inside kitchen area. Observed approximately 15 rodent droppings behind water heater in back storage area. Observed approximately 8 rodent droppings on dry storage shelf in back dry storage area.”</p><p>“Roach excrement and/or droppings present. Observed approximately 30 roach droppings on top of a plastic container inside the empty walk in cooler.”</p><p>“Live, small flying insects found. Observed one flying insect in the air inside personal employee restroom.”</p><p>“Dead roaches on premises. Observed dead roach on the floor inside employee restroom.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw chicken stored over cooked noodles inside walk in cooler.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken stored over raw beef inside walk in cooler.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed sprouts (57F - Cold Holding) chicken (45F - Cold Holding); breaded chicken (44F - Cold Holding) raw chicken (43F - Cold Holding) at the reach in cooler located across the cook line.”</p><p>“Shell eggs not stored at an ambient air temperature of 45 degrees Fahrenheit or less. Observed several raw shelled eggs on top of prep table at ambient air temperature.”</p><p>“Nonfood-grade bags used in direct contact with food. Observed non food grade bags used to store frozen shrimp and pork inside white chest freezer near front counter.”</p><p>“Employee coughed, sneezed, used a handkerchief or disposable tissue then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed male employee coughing and immediately touching clean utensils at the cook line.”</p><p>“Container of medicine improperly stored. Observed prescription medicine bottles stored on shelf above prep table in kitchen.”</p><p>“Toxic substance/chemical improperly stored. Observed sanitizing solution stored next to single service articles.”</p><p>“Wiping cloth sanitizer solution exceeds the maximum concentration allowed. Observed chlorine sanitizer solution at 200+PPM in sanitizer bucket. Operator add more water. Finale reading: Sanitizer Bucket (Chlorine 100ppm) Corrected On-Site.”</p><p>“Equipment in poor repair. Observed reach in cooler in disrepair across from cook line.” Repeat Violation</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed heavy grease accumulation on all reach-in freezer gaskets and soiled shelving throughout the walk-in cooler.” Repeat Violation</p><p>“Employee experiencing persistent sneezing, coughing, runny nose, or discharge from eyes working with food, clean equipment or utensils, and/or unwrapped single-service items. Observed male employee working at cook line with persistent coughing preparing food.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items.”</p><p>“Food stored on floor. Observed bag of sugar stored on floor.”</p><p>“Stored food not covered. Observed container with wontons not covered inside chest freezer at kitchen entrance.”</p><p>“Working containers of food removed from original container not identified by common name. Observed several working containers with oils and seasonings with no labels.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed hood filters at the cook line soiled. Observed reach in cooler gaskets located across the cook line soiled.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed several food containers at the prep station soiled.”</p><p>“Cutting board has cut marks and is no longer cleanable. Observed white cutting board at prep table with cut marks and no longer cleanable.”</p><p>“Floor soiled/has accumulation of debris. Observed heavy accumulation of grease and grime on floors throughout the kitchen, including underneath the fryer, behind the chest reach in freezer, and along floor surfaces throughout the cooking area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall behind cook line soiled. Observed wall next to cook line soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed several ceiling vents soiled in kitchen and back prep area.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Observed kitchen ceiling tiles with water damage.”</p><p>“Ceiling tile missing. Observed ceiling tile on top of hand wash sink at kitchen entrance.”</p><p>“Ceiling not smooth, nonabsorbent and easily cleanable in food preparation, food storage, or ware washing areas.”</p><p>“Building components, attachments or fixtures in poor repair. Observed hood system at the cook line in disrepair.”</p><p>“Plumbing system in disrepair. Observed hand sink pipe is broken in dish area. Observed pipes underneath three compartment sink in disrepair.”</p><p>“Water leaking from pipe and/or faucet/handle. Observed pipe inside walk in cooler ventilation system leaking water.”</p><p>“Light not functioning. Observed lights in kitchen area not working properly.”</p><p>“Fifty (50) foot-candles of light not provided at a food working surface or where safety is a factor. Observed lack of adequate lighting in the kitchen area, inoperative/ burned-out light bulbs in the hood.”</p><p>“Bathroom facility not clean. Observed soiled employees bathroom inside kitchen area. Observed public bathroom not clean.”</p><p>“Bathroom facility in disrepair. Observed personal employee restroom in complete disrepair.”</p><p>“Bathroom door left open other than during cleaning or maintenance. Observed public restroom door left open.”</p><p>“Bathroom located inside establishment not completely enclosed with tight-fitting, self-closing doors. Observed personal employee restroom not self closing.”</p><p>“Bathroom waste receptacle not constructed of easily cleanable material. Observed public unisex bathroom waste receptacle unclean able.”</p><p>“Covered waste receptacle not provided in women’s bathroom. Observed public unisex restroom with uncovered waste receptacle.”</p><p>“Toilet/urinal not flushing/functioning properly. Observed employee restroom in back kitchen area not functioning properly.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed personal employee restroom with strong objectionable odor.”</p><p>“No soap provided at handwash sink. Observed no soap at hand wash station next to three compartment sink.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed no paper towels at hand wash sink near three compartment sink.”</p><p>“No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths. Observed no chlorine test kit for three compartment sink.”</p><p>“Handwash sink used for purposes other than handwashing. Observed aluminum scrunch inside hand wash sink.”</p><p>“Lack of toilet tissue at each toilet. Observed no toilet paper in employee restroom.”</p><p>“Establishment has no written procedures for employees to follow in response to a vomiting or diarrheal event where the vomit or diarrhea is discharged onto surfaces in the establishment.”</p><p>“Cleaned and sanitized equipment or utensils not properly stored. Observed clean utensils stored next to soiled utensils in back storage area.”</p><p>“Cloth used as a food-contact surface. Observed cloth used to cover food at the cook line.”</p><p>“Bowl or other container with no handle used to dispense food. Observed plastic bowl with no handle inside bin of salt.”</p><p>“Reuse of single-service or single-use articles. Observed single use cans being reused to store other sauces.”</p><p>“Single-service articles improperly stored. Observed single service articles store next to chemicals near dry storage area.”</p><p>“In-use knife/knives stored in cracks between pieces of equipment. Observed knifes stored between two reach in coolers.”</p><p>“In-use tongs stored on equipment door handle between uses. Observed a set of tongs stored on oven door handle.”</p><p>“Ice buildup in reach-in freezer and/or walk-in freezer. Observed ice buildup at both chest reach in freezer in establishment.”</p><p>“Reach-in cooler shelves with rust that has pitted the surface. Observed reach-in cooler shelves with rust across wok stations.”</p><p>“Walk-in cooler/freezer shelves with rust that has pitted the surface. Observed shelves with rust located inside walk in cooler.”</p><p>“Exterior door has a gap at the threshold that opens to the outside. Observed aluminum scrunch gap at screen exit door.”</p><p>“Screen in door torn/in poor repair. Observed back door screen in disrepair.”</p><p>“Hole in or other damage to wall. Observed damage to wall near back hand wash sink.”</p><p>“Cove molding at floor/wall juncture broken/missing. Observed missing cove molding at hand wash sink located at kitchen entrance.”</p><p>“Cardboard used on floor as anti-slip measure not replaced every day or when heavily soiled, whichever comes first. Observed soiled cardboard inside walk in cooler.”</p><p>“Current Hotel and Restaurant license not displayed. Observed current license not displayed. Observed license from October 1, 2025 posted on wall.”</p><p>“No waste receptacle installed at handwash sink provided with disposable towels located at right kitchen entrance.”</p><p>“No container installed for catching grease from hood drip tray. Observed no hood drip container at the cook line.”</p><p>“No Heimlich maneuver/choking sign posted.”</p><p><b>FOLLOW-UP INSPECTION 3/21</b></p><p><b>66 VIOLATIONS STILL EXISTED</b>:</p><p>“Rodent activity present as evidenced by rodent droppings found. Approximately 6 rodent droppings on the floor under cook line, 5 rodent droppings on the floor inside walk in cooler used as dry food storage, 6 rodent droppings on shelves above and behind food preparation counter and steam table.”</p><p>“Roach excrement and/or droppings present. Approximately 10 or more roach excrement on shelves behind steam table.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Observed raw chicken stored over cooked noodles inside walk in cooler.”</p><p>“Raw animal foods not properly separated from each other in holding unit based upon minimum required cooking temperature. Observed raw chicken stored over raw beef inside walk in cooler.”</p><p>“Nonfood-grade bags used in direct contact with food. Observed nonfood grade bags used to store frozen shrimp and pork inside white chest freezer near front counter.”</p><p>“Employee coughed, sneezed, used a handkerchief or disposable tissue then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed male employee coughing and immediately touching clean utensils at the cook line.”</p><p>“Container of medicine improperly stored. Observed prescription medicine bottles stored on shelf above prep table in kitchen.”</p><p>“Toxic substance/chemical improperly stored. Observed sanitizing solution stored next to single service articles.”</p><p>“Wiping cloth sanitizer solution exceeds the maximum concentration allowed. Observed chlorine sanitizer solution at 200+PPM in sanitizer bucket. Operator add more water. Finale reading: Sanitizer Bucket (Chlorine 100ppm).”</p><p>“Equipment in poor repair. Observed reach in cooler in disrepair across from cook line.” Repeat Violation</p><p>“Reach-in cooler interior/shelves have accumulation of soil residues. Observed heavy grease accumulation on all reach-in freezer gaskets and soiled shelving throughout the walk-in cooler.” Repeat Violation</p><p>“Employee experiencing persistent sneezing, coughing, runny nose, or discharge from eyes working with food, clean equipment or utensils, and/or unwrapped single-service items. Observed male employee working at cook line with persistent coughing preparing food.”</p><p>“Employee personal items stored in or above a food preparation area, food, clean equipment and utensils, or single-service items.”</p><p>“Employee with no hair restraint while engaging in food preparation.”</p><p>“Food stored on floor. Observed bag of sugar stored on floor.”</p><p>“Stored food not covered. Observed container with wontons not covered inside chest freezer at kitchen entrance.”</p><p>“Working containers of food removed from original container not identified by common name. Observed several working containers with oils and seasonings with no labels.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed hood filters at the cook line soiled. Observed reach in cooler gaskets located across the cook line soiled.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed several food containers at the prep station soiled.”</p><p>“Cutting board has cut marks and is no longer cleanable. Observed white cutting board at prep table with cut marks and no longer cleanable.”</p><p>“Floor soiled/has accumulation of debris. Observed heavy accumulation of grease and grime on floors throughout the kitchen, including underneath the fryer, behind the chest reach in freezer, and along floor surfaces throughout the cooking area.”</p><p>“Wall soiled with accumulated grease, food debris, and/or dust. Observed wall behind cook line soiled. Observed wall next to cook line soiled.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed several ceiling vents soiled in kitchen and back prep area.”</p><p>“Plumbing system in disrepair. Observed pipes underneath three compartment sink in disrepair.”</p><p>“Water leaking from pipe and/or faucet/handle. Observed pipe inside walk in cooler ventilation system leaking water.”</p><p>“Light not functioning. Observed lights in kitchen area not working properly.”</p><p>“Fifty (50) foot-candles of light not provided at a food working surface or where safety is a factor. Observed lack of adequate lighting in the kitchen area, inoperative/ burned-out light bulbs in the hood.”</p><p>“Bathroom facility not clean. Observed soiled employees bathroom inside kitchen area. Observed public bathroom not clean.”</p><p>“Bathroom facility in disrepair. Observed personal employee restroom in complete disrepair.”</p><p>“Bathroom door left open other than during cleaning or maintenance. Observed public restroom door left open.”</p><p>“Bathroom located inside establishment not completely enclosed with tight-fitting, self-closing doors. Observed personal employee restroom not self-closing.”</p><p>“Bathroom waste receptacle not constructed of easily cleanable material. Observed public unisex bathroom waste receptacle unclean able.”</p><p>“Covered waste receptacle not provided in women’s bathroom. Observed public unisex restroom with uncovered waste receptacle.”</p><p>“Toilet/urinal not flushing/functioning properly. Observed employee restroom in back kitchen area not functioning properly.”</p><p>“Objectionable odors in bathroom or other areas of the establishment. Observed personal employee restroom with strong objectionable odor.”</p><p>“No soap provided at handwash sink. Observed no soap at hand wash station next to three compartment sink.”</p><p>“No paper towels or mechanical hand drying device provided at handwash sink. Observed no paper towels at hand wash sink near three compartment sink.”</p><p>“No chemical test kit provided when using sanitizer at three-compartment ware washing machine or wiping cloths. Observed no chlorine test kit for three compartment sink.”</p><p>“Handwash sink used for purposes other than handwashing. Observed aluminum scrunch inside hand wash sink.”</p><p>“Lack of toilet tissue at each toilet. Observed no toilet paper in employee restroom.”</p><p>“Establishment has no written procedures for employees to follow in response to a vomiting or diarrheal event where the vomit or diarrhea is discharged onto surfaces in the establishment.”</p><p><b>**LA VITA E BELLA</b></p><p><b>9485 HARDING AVE.</b></p><p><b>SURFSIDE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 3/30</b></p><p><b>7 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 2 live roaches on crawling on the floor in restroom near back storage area, observed 2 live roaches crawling under coffee machine at front counter inside the kitchen area, observed 1 live roach crawling on hand wash sink at front counter inside the kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on the floor in front of restroom near dry storage area, 2 dead roaches on the floor in restroom behind garbage can.”</p><p>“Time/temperature control for safety food thawed in an improper manner. Observed 2 packs of salmon thawing submerged in water.”</p><p>“Employee with no hair restraint while engaging in food preparation. Observed employees engaged in food preparation with no hair restraint.”</p><p>“No currently certified food service manager on duty with four or more employees engaged in food preparation/handling.”</p><p>“Manager or person in charge lacking proof of food manager certification.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>FOLLOW-UP INSPECTION 3/31</b></p><p>“Observed 1 live roach crawling on wall above hand wash sink in kitchen, 1 live roach crawling on coffee station counter inside kitchen, 2 live roaches crawling near register at front counter of kitchen, 1 live roach crawling on wall near fire extinguisher at entrance of kitchen, 1 live roach crawling on ceiling vent in storage room near restroom, 1 live roach crawling on the floor in front of restroom near storage room, 1 live roach crawling on floor near 3 compartment sink on cook line, 1 live roach crawling on prep table at cook line.”</p><p>“Observed 4 dead roaches in hand wash sink in kitchen, 3 dead roaches on coffee station in kitchen.”</p>]]></content:encoded></item><item><title><![CDATA[Pittsburgh Penguins clinch a playoff spot, ending their 3-year drought]]></title><link>https://www.local10.com/sports/2026/04/09/pittsburgh-penguins-clinch-a-playoff-spot-ending-their-3-year-drought/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/09/pittsburgh-penguins-clinch-a-playoff-spot-ending-their-3-year-drought/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 02:08:40 +0000</pubDate><content:encoded><![CDATA[<p>NEWARK, N.J. (AP) — For the first time in four years, it will soon be a great day for playoff hockey in Pittsburgh.</p><p>The Penguins clinched a playoff spot Thursday night by beating New Jersey, ending their postseason drought that lasted three seasons. They had made 16 postseason appearances in a row before that, last missing in Sidney Crosby's rookie year in 2005-06, with that stretch including three Stanley Cup titles.</p><p>"That’s why you play — that’s the best time of year," Crosby said. “I know how hard it is. I think I understand that. We had some tough ones where it came down to the last day and didn’t get in, and you don’t ever know. But I thought right from camp, we’ve had those intentions and had that belief."</p><p>It was an up-and-down season that included an eight-game skid in December and a pair of six-game winning streaks later in the winter. Far from assured a place in the field in late March when the Eastern Conference race was a crowded mess, they've won five of six games since March 30 to get in.</p><p>“A couple weeks ago (we realized) it’s really in our hands (because we) play a lot of the teams in it,” defenseman Connor Clifton said. “We figured it was going to work itself out, and first and foremost it’s about us and getting points and we’ve done that, so it’s been good.”</p><p>It has also been a surprise. Pittsburgh was a 6-1 long shot to qualify before the puck dropped on opening night, according to BetMGM Sportsbook. This looked like one last kick at it together for an aging core of Crosby, Evgeni Malkin and Kris Letang, who at 20 seasons together are the longest-tenured trio of teammates in North American professional sports.</p><p>Instead, new coach Dan Muse has made general manager Kyle Dubas look brilliant for hiring him from relative anonymity: five years as an assistant under Peter Laviolette with Nashville and the New York Rangers. Succeeding two-time Cup-winner Mike Sullivan was not an easy task, but Muse aced the test in his first chance to run an NHL bench.</p><p>“He’s been great: Calm there behind the bench, and he’s just a really personable guy, easy to talk to away from the rink,” forward Justin Brazeau said. "Any time you create that atmosphere in here, it’s not too tense or anything like that. I think guys are just willing to go out there and play free.”</p><p>Center Ben Kindel, picked 11th in the draft last year, made the team at 18. Defenseman Erik Karlsson thrived at 35. Crosby was a point-a-game player for a 21st consecutive season, even if it was interrupted by the injury that knocked him out of the Olympics.</p><p>“It takes everybody,” Crosby said. "Everybody has had a part in this. Obviously it’s a team game, but especially with this group: With the injuries and all the different guys in and out, everybody’s contributed to us getting there.”</p><p>Muse, like Crosby, saw evidence in training camp that this was a playoff-caliber team.</p><p>“I just saw the competitive nature of the group,” Muse said. "There’s ebbs and flows in every season, but I think this group has just continued to grow. Enjoy it for a little bit, a minute, and then it’s just continuing that preparation. It’s a big step for the group. I’m really proud of these guys, happy for these guys, the staff, everybody involved. The players have done a great job with it throughout the year. We talked about earning things at the beginning of the year. This group earned it.”</p><p>___</p><p>AP Sports Writer Will Graves in Pittsburgh contributed to this report.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3P2NC356YHAZ7EOWDSPOIDUNIQ.jpg?auth=20e229dfe0c79860ae2577ef4c4a584a676d24225cd396ec25dfcb74af575522&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins right wings Bryan Rust (17) celebrates with Egor Chinakhov (59) after scoring a goal against the New Jersey Devils during the first period of an NHL hockey game, Thursday, April 9, 2026, in Newark, N.J. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDWF2I3WUXPSQNFY7XYP4JROFE.jpg?auth=dcc4a3aaad0e8043566c5373478ea53ef58109b8df7716fb8e93d693065f111d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins center Tommy Novak skates with the puck during the first period of an NHL hockey game against the New Jersey Devils, Thursday, April 9, 2026, in Newark, N.J. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDRP4SVMAHTPZYSO3XB6AAYML4.jpg?auth=4046468429ae0cf12935ba071f8acf9c9bab30d9807121412a0c72cab90aa820&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins goaltender Stuart Skinner makes a save against the New Jersey Devils during the third period of an NHL hockey game, Thursday, April 9, 2026, in Newark, N.J. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZD6SGWNW6265D5NHXLY23LBJQ.jpg?auth=399401431c64bd22f45c11a18fb702fc21c7db54937ea7c3ba5aecac77d630b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New Jersey Devils goaltender Jake Allen (34) defends against a shot by Pittsburgh Penguins center Sidney Crosby (87) during the third period of an NHL hockey game, Thursday, April 9, 2026, in Newark, N.J. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Immigration board denies Mahmoud Khalil's appeal, bringing activist one step closer to deportation]]></title><link>https://www.local10.com/news/2026/04/09/immigration-board-denies-mahmoud-khalils-appeal-bringing-activist-one-step-closer-to-deportation/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/09/immigration-board-denies-mahmoud-khalils-appeal-bringing-activist-one-step-closer-to-deportation/</guid><dc:creator><![CDATA[By JAKE OFFENHARTZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 01:16:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — An immigration appeals board has denied Mahmoud Khalil’s latest bid to dismiss his deportation case, a largely expected ruling that brings the former Columbia University graduate student and Palestinian activist one step closer to re-arrest and possible expulsion.</p><p>The Board of Immigration Appeals issued the final order of removal on Thursday, according to Khalil's lawyers. The board’s rulings are not public, and an inquiry to the U.S. Department of Justice was not immediately returned.</p><p>Khalil said he was not surprised by the ruling, which he called “biased and politically motivated.” His attorneys said he cannot be lawfully detained or deported as he pursues a separate case in the federal court system.</p><p>“The only thing I am guilty of is speaking out against the genocide in Palestine — and this administration has weaponized the immigration system to punish me for it,” Khalil said in a statement.</p><p>The Board of Immigration Appeals sets precedent in the byzantine immigration court system, which is controlled by the Department of Justice — and increasingly under the influence of the Trump administration.</p><p>Khalil, a 31-year-old legal permanent resident, was the first person whose arrest became publicly known during the federal crackdown on noncitizens who publicly criticized Israel and its actions in Gaza.</p><p>The government has claimed that Khalil's efforts as a leader of pro-Palestinian protests at Columbia were “aligned to Hamas.” They have not presented evidence of any connection to the terrorist group, and Khalil has adamantly denied allegations of antisemitism.</p><p>After his arrest last March, Khalil spent 104 days in an immigration jail, missing the birth of his first child, before he was ordered released by a federal judge in New Jersey.</p><p>Khalil suffered a significant setback in his federal case earlier this year, with a U.S. appeals panel ruling the judge in New Jersey overstepped his authority by releasing him. In a 2-1 decision, the panel found that law requires the case to fully move through the immigration courts before Khalil can challenge the decision in federal court.</p><p>Khalil’s lawyers are requesting the full appeals panel reconsider the decision. Earlier this month, they asked one of the appellate panel’s judges to step aside because of his previous role as a top Justice Department official involved in investigating student protesters.</p><p>Khalil was born in Syria to a Palestinian family and holds Algerian citizenship through a distant relative. He has said that he could be targeted, and even killed, if he is deported.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M2DHB2JR5GURMZORIBCIKVH2JA.jpg?auth=861af61c310b484e5e3eec6e50cee569af6359f087bc5781dc4995a68022bcd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Palestinian activist Mahmoud Khalil holds a news conference outside Federal Court, Oct. 21, 2025, in Philadelphia (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[China's K-pop worries: The reasons why a ban on Korean entertainment has lasted a decade]]></title><link>https://www.local10.com/entertainment/2026/04/09/chinas-k-pop-worries-the-reasons-why-a-ban-on-korean-entertainment-has-lasted-a-decade/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/09/chinas-k-pop-worries-the-reasons-why-a-ban-on-korean-entertainment-has-lasted-a-decade/</guid><dc:creator><![CDATA[By KEN MORITSUGU and JUWON PARK, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 01:07:49 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — As mega K-pop group BTS returns to the stage after a hiatus of more than three years, one major market is conspicuously missing from its 12-month world tour: China.</p><p>The omission of one of the group's biggest fan bases comes as no surprise. In fact, just the opposite would have been huge news. China has blocked most South Korean entertainment since 2016 under an unofficial ban that also restricts movies and the country's popular TV dramas. For some Chinese, that means flying to Seoul to see their favorite groups perform — as many were expected to do for three shows opening the tour this week and weekend.</p><p>China has long used trade restrictions in geopolitical disputes. The trigger for the entertainment ban was a South Korean decision to allow the United States to deploy an anti-missile system on its soil. What sets the ban apart is how long it has lasted, something analysts attribute to government concern about the massive popularity of Korean music and videos. China is a robust defender of its own cultural products.</p><p>Rumblings that the ban could be eased — an expectation South Korean President Lee Jae Myung has publicly voiced as he and Chinese leader Xi Jinping seek to improve ties — have thrust it back into the news.</p><p>China’s use of economic pressure signals the government’s resolve, clarifies what it considers unacceptable and reinforces nationalism at home, said Seung-Youn Oh, a Bryn Mawr College professor who is writing a book on China’s use of informal economic sanctions.</p><p>“From China’s perspective, these actions go beyond symbolism,” she said in a written response to questions. “They are strategic tools to shape the international environment.”</p><p>The ban is not total</p><p>Many K-pop groups have non-Korean members, and they have been allowed to perform in China. Pop-up stores selling K-pop merchandise attract lines of fans and require advance reservations during peak hours.</p><p>For video, the growth of streaming means dramas are accessible to an extent — though the latest ones may be pirated versions. A check of four major Chinese platforms found a limited selection of about 50 dramas, and all at least four years old.</p><p>The ban does not apply in Macao and Hong Kong — where the BTS tour lands in 2027 — because both are special regions in China with their own governments and laws.</p><p>“I’m already really grateful that they can perform in places like Hong Kong, Macao and Taiwan,” said Tian Xin, who was in Seoul last month for a free comeback concert ahead of the tour. “The rest is a matter of national policy. Of course, I still hope they can come closer to us — fans always want that.”</p><p>The missile defense system, known by the acronym THAAD, is aimed at the North Korean threat, but China said its radar could be reconfigured to peer into its territory. Though the U.S. operates the system, it was South Korea's decision to allow the deployment that angered China.</p><p>Besides the entertainment ban, China also drove out a South Korean supermarket chain. The THAAD system remains — though recent security camera footage and other images have sparked speculation that the U.S. may have shipped some of the interceptor missiles to the Mideast for the war against Iran.</p><p>China's concerns about K-pop fandom</p><p>At first, China welcomed the “Korean Wave” as a cultural import compatible with its political system and a substitute for Western pop culture, the Korea Creative Content Agency, a government group, said in a report earlier this year. But the surging popularity of Korean music and dramas in the 2010s turned it into something that, the report said, needed to be controlled.</p><p>“The Chinese government had never experienced anything like that before,” said Dong-ha Kim, a professor at the Busan University of Foreign Studies.</p><p>“While the dispute over THAAD happened to coincide with that period, Beijing’s fundamental concern goes deeper,” he said. “It cannot allow foreign culture to shape the thinking of its young people, especially when its government has no control over the content.”</p><p>The government banned effeminate-looking men from TV in 2021, a look that Chinese pop stars likely picked up from South Korean and Japanese performers.</p><p>China also wants to develop its own pop culture as a form of soft power. Think the Labubu doll craze and the food and drinks chains.</p><p>“China wants cultural governance — to grow its own music industry," said Hyunji Lee, a financial analyst who covers the entertainment sector. "If K-pop floods back in, there’s a direct conflict.”</p><p>China is mum on the ban</p><p>China, though, has never acknowledged that a prohibition exists.</p><p>“China has never imposed any so-called bans on the Republic of Korea,” Foreign Ministry spokesperson Zhao Lijian said in 2022. Another spokesperson, Lin Jian, said last September that China has no objection to “healthy and beneficial” cultural exchange with South Korea.</p><p>Hopes for lifting the ban rose after Lee and Xi met twice. During Lee's visit to China in January, the two governments signed an agreement to expand cultural and content exchange — but only gradually, and starting with just soccer and the traditional board game called go.</p><p>Xi quoted two Chinese idioms, according to the South Korean side: “Three feet of ice does not form in a single day" and "Fruit falls only when it ripens.” They suggest that any opening will take time and happen when the conditions are right.</p><p>On Chinese social media, some people said that K-pop — with its suggestive dance moves — is not appropriate for children. Others warned that Korean entertainment could overwhelm the domestic industry. Fans looked forward to performances in China that would save them from red-eye flights and the cost of hotel stays abroad.</p><p>Yu Sang, a fan and event organizer, flew to Seoul five times last year for K-pop events and organized one for “KPop Demon Hunters” at a shopping mall in Beijing on New Year's Eve.</p><p>“The fans in China are incredibly devoted,” she said. “If you go to the Arctic, I’ll go to the Arctic with you.”</p><p>South Korea looks beyond China</p><p>The ban has reshaped how South Korean entertainment companies see the Chinese market.</p><p>Drama producers have felt the loss most acutely and have more to gain from an opening-up than the K-pop industry, said Lee, the financial analyst.</p><p>Pirated versions don't generate income for the producers. The dramas are on small apps and sometimes disappear after a few days, according to reports posted by individuals on social media. Some of the apps themselves disappear, then reappear with slightly altered names.</p><p>Netflix and Disney+, which distribute most South Korean dramas globally, are blocked in China. They can be accessed using a virtual private network, which is illegal to do (though enforcement is spotty).</p><p>The K-pop industry has restructured so that China is no longer critical. Japan has become the anchor market, while North America has emerged as the primary growth frontier.</p><p>“China matters,” Lee said, “but it’s not something companies are desperately waiting on anymore.”</p><p>___</p><p>Park reported from Seoul, South Korea. Associated Press writers Kim Tong-hyung in Seoul and Fu Ting in Washington and video producer Liu Zheng in Beijing contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CFXFBJQ7XO4UXPJ5DL2GMX64MA.jpg?auth=98ac147eb7ac03c531521533cbdca407a4c457596523301b6340e52df87bd90f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tian Xin, a BTS fan from Gansu province, China, poses for a photo with handheld fans featuring BTS member Jung Kook, ahead of BTS's comeback concert near Gwanghwamun Square in Seoul, South Korea, Saturday, March 21, 2026. (AP Photo/ Juwon Park)]]></media:description><media:credit role="author" scheme="urn:ebu">Juwon Park</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDVV65GRVSCDPB7M3BSCYWGFRA.jpg?auth=1ef04735f95249c4bea727d018bd7be380125deff3771016b760505d3b1a3cc9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Han Yunyi, BTS fan originally from Jiangsu province in China, poses for a photo holding BTS fan merchandise ahead of BTS's comeback concert near Gwanghwamun Square in Seoul, South Korea, Saturday, March 21, 2026. (AP Photo/ Juwon Park)]]></media:description><media:credit role="author" scheme="urn:ebu">Juwon Park</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6VDKEYSBNNWHWLEYVBIYN7XPY.jpg?auth=b1d71344c1fe956935a45c0f4aad5d61c4a82d5d59f27d314bf25dd1cb18eec9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[BTS fan Wang Yuchen from Sichuan province in China poses for a photo while holding BTS merchandise ahead of BTS's comeback concert near Gwanghwamun Square in Seoul, South Korea, Saturday, March 21, 2026. (AP Photo/ Juwon Park)]]></media:description><media:credit role="author" scheme="urn:ebu">Juwon Park</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4D2WEQE5VYXL2HJMHZVNRGTTU.jpg?auth=1431a1fd28c9380037517ef340c4bc1546ce8f652ad70740486236c7106d5d00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kpop group BTS perform during 'BTS The Comeback Live Arirang' concert in central Seoul, South Korea, March 21, 2026. (Kim Hong-Ji/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kim Hong-Ji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/43CLOLTVD364DIA6Z6W6TE54GM.jpg?auth=6e0391ecd0ee0aff832833f3f255cdc721030dae7316cc3dc63f712467e60b5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fans react during a comeback concert of K-pop band BTS near Gwanghwamun Square in Seoul, South Korea, Saturday, March 21, 2026. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Islanders' Matthew Schaefer ties Brian Leetch's NHL record for goals by a rookie defenseman]]></title><link>https://www.local10.com/sports/2026/04/09/islanders-matthew-schaefer-ties-brian-leetchs-nhl-record-for-goals-by-a-rookie-defenseman/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/09/islanders-matthew-schaefer-ties-brian-leetchs-nhl-record-for-goals-by-a-rookie-defenseman/</guid><dc:creator><![CDATA[By SCOTT CHARLES, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 02:25:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Matthew Schaefer of the New York Islanders tied the NHL record for goals by a rookie defenseman, scoring his 23rd of the season Thursday night to match Hall of Famer Brian Leetch's mark.</p><p>Schaefer's record-tying goal came at 9:39 of the second period and gave the Islanders a 3-2 lead over the Toronto Maple Leafs as New York went on to win 5-3. Schaefer beat goaltender Artur Akhtyamov through the legs following a pass from Tony DeAngelo.</p><p>“It’s crazy. You don’t really think about that stuff,” Schaefer said when asked how it feels to be mentioned alongside Leetch. “But obviously when it gets brought up it’s crazy to think. It’s definitely an honor to see some of those guys and what they’ve done.”</p><p>Schaefer, 18, continues to deliver one of the most remarkable rookie seasons by a player at his position in league history. He ranks second on the Islanders with 59 points, showcasing elite offensive ability from the blue line.</p><p>The goal was his first since March 21 against Montreal, ending a brief drought while adding another milestone to his growing resume.</p><p>“Watching him from the bench, live, it’s just, wow, what a player,” Peter DeBoer said of Schaefer after his first game as the Islanders' coach. “I watched him a lot on video as we were scouting for the Olympics. To see him live like that, at the age he’s at, and how dynamic he is, both ends of the rink, defensively, in particular. I know the offensive stuff, but for a young player how defensively aware he is and how much he works at the defensive piece of the game too. He’s a really, really special player.”</p><p>Selected first in the draft last year, Schaefer entered the league following an injury-shortened junior season but quickly made an impact. He became the youngest defenseman in NHL history to record a point in his debut and has since set multiple age-based records.</p><p>He's now one away from passing Leetch, who set the record in 1988-89 and won the Calder Trophy as rookie of the year. Schaefer is the front-runner for the same honor.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XL7BYRYE34CHNA62MLUQGGXFWY.jpg?auth=df4d7982363335d185a7a72abf721a99bd8ca7c22d080f3cd1fb5f8b1dcca012&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Islanders' Matthew Schaefer (48) celebrates with teammates Tony DeAngelo (77) andn Ondrej Palat (81) after scoring a goal during the second period of an NHL hockey game against the Toronto Maple Leafs Thursday, April 9, 2026, in Elmont, N.Y. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[FIFA adds new even more expensive World Cup ticket categories]]></title><link>https://www.local10.com/sports/2026/04/09/fifa-adds-new-even-more-expensive-world-cup-ticket-categories/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/09/fifa-adds-new-even-more-expensive-world-cup-ticket-categories/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 00:02:09 +0000</pubDate><content:encoded><![CDATA[<p>FIFA added new, even more expensive tiers of tickets for this year’s World Cup, asking up to $4,105 for a front category 1 seat at the U.S. opener against Paraguay in Inglewood, California, on June 12.</p><p>Last week, FIFA had asked for a top price of $2,735 for category 1 tickets for the match but added new “front category” pricing.</p><p>FIFA also added a front category 2 tier to its ticket sales website without public announcement, asking $1,940 to $2,330 for those tickets for the U.S. opener. The new categories were first reported Thursday by The Athletic.</p><p>The World Cup will be held from June 11 to July 19 in 16 cities in the U.S., Mexico and Canada.</p><p>Soccer’s governing body had in its Sept. 9 “ticket products and categories” information called category 1 “the highest-priced seats, located primarily in the lower tier” but appears to have withheld some seats from that category. It had labeled category 2 as “positioned outside of category 1 areas, available in both lower and upper tiers.”</p><p>FIFA did not respond to an email sent to its media office seeking comment.</p><p>FIFA added seats at up to $3,360 in front category 1 for Canada’s opener against Bosnia and Herzegovina on June 12 in Toronto.</p><p>For round of 16 games, it added $905 seats in Philadelphia.</p><p>FIFA last week raised its top ticket price for the World Cup final to $10,990 during the glitch-hampered reopening of sales. The price had been $8,680 when FIFA sold tickets after the tournament draw in December.</p><p>FIFA’s category 2 tickets for the July 19 game at MetLife Stadium in East Rutherford, New Jersey, were $7,380, up from $5,575, and category 3 cost $5,785, an increase from $4,185.</p><p>No tickets appeared to be available for the final on Thursday on FIFA's ticket site.</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4NSLP6FG3XPJ6PMMXUB6LJKDFU.jpg?auth=18b5ab20bb21f23cfcc4a49cefbd96ea2308da1f29096f5c26a10d7b71a2b44d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino follows a friendly soccer match between Iran and Costa Rica, in Antalya, southern Turkey, Tuesday, March 31, 2026. (AP Photo/Riza Ozel)]]></media:description><media:credit role="author" scheme="urn:ebu">Riza Ozel</media:credit></media:content></item><item><title><![CDATA[Justin Rose fades at the Masters, still joins Scheffler in the hunt behind leaders McIlroy and Burns]]></title><link>https://www.local10.com/sports/2026/04/09/justin-rose-fades-at-the-masters-still-joins-scheffler-in-the-hunt-behind-leaders-mcilroy-and-burns/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/09/justin-rose-fades-at-the-masters-still-joins-scheffler-in-the-hunt-behind-leaders-mcilroy-and-burns/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 00:01:24 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Justin Rose is back in contention at the Masters, one year after his playoff loss to Rory McIlroy.</p><p>Might be better off that he's not back in the lead, too.</p><p>Rose has held at least a share of the first-round lead a record five times at Augusta National, including last year, but he's never been able to carry it through the finish. So, Rose's bogey-bogey conclusion to his opening round Thursday, which left the three-time runner-up with a 70 and three shots back of McIlroy and early leader Sam Burns, might not be the worst thing in the world.</p><p>Only trouble is there are a whole lot of big names in the same pack giving chase.</p><p>Former Masters champion Patrick Reed was joined by Jason Day and Kurt Kitayama at 3 under, while Rose was in the group another shot back, along with Scottie Scheffler, Shane Lowry and Xander Schauffele — all of them major champions.</p><p>“Every hole you're just being patient through experience,” Rose said, “knowing that grinding out the pars is a good thing. Just eating up the holes is a good thing. You know, getting through Amen Corner is a good thing. All of these things — you just know how the golf course can play at times, yeah, so every little mini-victory you had out there was worth celebrating.”</p><p>Most of the best scores Thursday were posted by those with early tee times, who took advantage of a little less wind and much softer greens. By the afternoon, the breeze was swirling, the sun had baked the putting surfaces and many of them felt like concrete.</p><p>“Every player would say they would like it firm and fast,” Rose said, “but I think there’s, like, a boundary to that.”</p><p>The tough conditions left Schauffele pondering a slightly different approach to his second round Friday.</p><p>“Potentially attack less, to be honest,” he said. “You know, less attack and a little more conservative. I mean, there are some nice scores up there early from what I can see. ... You just have to be driving it really far to have a shorter club in, or got to be hitting your spots.”</p><p>Rose and Scheffler were both able to hit their spots early in their rounds.</p><p>By the end of them, the course was at its toughest.</p><p>Rose started off with back-to-back birdies at the second and third, added another at the eighth and twice reached 4 under on the second nine before finishing with consecutive bogeys. Scheffler got off to a similarly hot start with an eagle at the par-5 second and a birdie after driving the green at the par-4 third, only to play a birdieless final 15 holes in 2 over.</p><p>That also ended Scheffler's streak of four consecutive sub-70 opening rounds at the Masters.</p><p>But it left him very much in contention with 54 holes to play.</p><p>“I feel like I played really solid,” Scheffler said. “There were a few putts I felt like I made that lipped out or stayed right on the edge. But other than that, really, really a lot of good stuff. I hit it nice. Drove it well today. Hit some good iron shots.</p><p>“But you know, like you said, it got so firm late in the day. It was pretty challenging.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AAF42JSERCWMFTRSVOU7POL7SI.jpg?auth=beb325dedd82f85f969bf44624d8a91e2be1c6eedf69b14747403a70f308f4cc&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, hits from the fairway on the 13th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/FE4L7MG2CWESA4VWJ45M3W55MA.jpg?auth=5db68d969b0620006b3db5810652a261d6d5e1cceb49d4778060ad64635e20df&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, chips to the green on the 17th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJTBGWC4JUOGRCHKC5CLZ237TM.jpg?auth=7f2f1ede75798f3de1c540be6f9b309b6cabb5084d87d047189d66e8077a8c4b&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 fairway on the 13th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/VBDH5QPNY5WWB4RQYDP7RLCOVM.jpg?auth=90d2d9b7947c3ae425602980c82be1755f35b399d8c3e45e2043c9f23352f1c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xander Schauffele hits from the fairway on the first hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 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/VMCU6VKAEFXOTFD2GMXRSVMIGE.jpg?auth=74c70ff3427f22f26b3c821d47a5aa6ddb59a916cb8e2e9bda16abbf6b37a1c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Reed reacts after missing a putt on the 15th hole during the first round of the Masters golf tournament at the Augusta National Golf Club, Thursday, April 9, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Beijing calculates its next steps in Iran ceasefire ahead of Trump's trip to China]]></title><link>https://www.local10.com/news/politics/2026/04/09/beijing-calculates-its-next-steps-in-iran-ceasefire-ahead-of-trumps-trip-to-china/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/09/beijing-calculates-its-next-steps-in-iran-ceasefire-ahead-of-trumps-trip-to-china/</guid><dc:creator><![CDATA[By DIDI TANG, AAMER MADHANI and FARNOUSH AMIRI, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 00:00:47 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — With a fragile ceasefire agreement between the U.S. and Iran holding for now, China is calculating its role in helping find a durable endgame to the war in the Middle East.</p><p>After prodding China, which is more reliant on Persian Gulf oil than the U.S., to get involved in reopening the choked-off Strait of Hormuz, President Donald Trump told the French news outlet Agence France-Presse this week that he believed China played a part in encouraging Iran to agree to this week’s temporary truce.</p><p>Three diplomats who were familiar with China’s behind-the-scenes efforts also confirmed that Beijing, the biggest purchaser of Iranian oil, used its leverage to urge the Iranians back to the negotiating table.</p><p>It was a major moment for Beijing, which had decried the U.S. and Israel’s war against its economic partner Iran as misguided before getting directly involved in the push to call off the fighting, including discouraging strikes by Iran. Talks between the sides are expected to begin in Pakistan this weekend.</p><p>With the precarious truce hanging in the balance, China will now need to make a careful calculation about whether it will tread deeper into the waters of diplomacy as its weighs the impact that a long-lasting war could have on the global economy. Middle East turmoil goes against Beijing’s interests, while its efforts may boost its global standing and strengthen its hand in negotiating thorny trade issues during Trump’s visit to China next month.</p><p>“Beijing is not in the business of expending its leverage as a favor to others or for the greater good,” said Danny Russel, a former senior diplomat in President Barack Obama’s administration.</p><p>Iran war puts pressure on China’s economy</p><p>Mao Ning, a Chinese foreign ministry spokesperson, told reporters this week that China “has worked actively to help bring about an end to the conflict.”</p><p>The Chinese economy is already feeling pressure from Iran’s effective shuttering of the Strait of Hormuz, where about 20% of the world’s crude normally flows. The blockade is having an enormous impact on Asia, a factor that seems to have informed the Chinese government’s efforts to consult with Pakistan to help mediate a two-week ceasefire.</p><p>China does not appear interested in providing guarantees for Iran’s long-term security as part of a deal to end hostilities, something Tehran has hoped for and sees as critical to deterring the U.S and Israel from carrying out strikes in the future.</p><p>Iran’s ambassador to China suggested this week that its two closest allies — China and Russia — as well as the United Nations ensure the guarantee, which Tehran has sought before without success. Asked about that possibility, Mao would only say that “we hope that all parties will resolve their disputes through dialogue and negotiation.”</p><p>Still, Chinese officials are cognizant that a lasting war threatens to have real impact on Beijing’s bottom line. Premier Li Qiang announced last month that the government was projecting relatively modest 4.5% to 5% economic growth this year during a property slump and growing uncertainty around the globe. It’s the lowest growth target since 1991.</p><p>Ultimately, China’s foremost goal is “growth and development,” according to one of the diplomats familiar with Chinese deliberations on the war.</p><p>The diplomat, who like the others was not authorized to comment publicly and spoke on condition of anonymity, added that a continued closure of the strait ran counter to that interest. It not only limits the flow of a significant supply of crude to China but also cuts off an important shipping lane for Chinese exports to the Mideast.</p><p>How Iran diplomacy could play into the Trump-Xi meeting</p><p>Trump will likely underscore that argument to Chinese President Xi Jinping during their much-anticipated Beijing summit next month. The talks, which were originally slated for this month, were pushed back so Trump could oversee the U.S. bombardment of Iran.</p><p>“That the United States and Iran have at least temporarily edged away from the precipice of a catastrophic escalation owes in part to China’s support for the ceasefire that Pakistan brokered,” said Ali Wyne, a senior research and advocacy adviser for U.S.-China relations at the International Crisis Group. “Even if short-lived, that breakthrough affords Beijing another opportunity to present itself as a stabilizing force and Washington as a reckless one.”</p><p>To be certain, China’s view is shaped by a heavy measure of skepticism.</p><p>Some in Beijing see Trump’s decision to launch the Iran war, as well as the military operation in January to capture then-Venezuelan President Nicolás Maduro, as being at least partially motivated by his strategy at containing China, diplomats say. Beijing was a major customer and investor in the South American country’s oil industry.</p><p>Privately, the Chinese have made clear that the U.S. and Iran would have to show compromise for a deal to coalesce. Beijing also is looking to press Trump to remove sanctions on Chinese companies doing business with Iran as part of a potential settlement, diplomats say.</p><p>The moment provides Xi some leverage at next month’s summit.</p><p>“Trump was in a crisis, and China helped,” said Sun Yun, director of the China program at the Washington-based think tank Stimson Center. “The optics of that alone helps to lighten the mood and sweeten the pot.”</p><p>Russel, the former State Department official, says there are signs that Beijing sees Trump as weakened after the president didn’t follow through on his threat to obliterate Iranian power plants and other critical infrastructure if Iran didn’t end its blockade of Hormuz.</p><p>The hashtag #HeChickenedOut was trending on Chinese social media in posts about Trump, and China’s state media was promoting the message that he blinked in the face of Iranian resistance, Russel said.</p><p>Xi, for his part, appears to be approaching the moment carefully.</p><p>“Beijing’s calculation is wait-and-see, safeguard Chinese energy and commercial interests, avoid direct confrontation with the United States, stay on good terms with its important Gulf partners like Saudi Arabia and UAE, and work with whoever ends up running Iran when the dust settles,” Russel said.</p><p>Steve Bannon, who served as a senior adviser to Trump during his first term, said Trump will need to press Xi to buy in if he hopes to seal an enduring peace agreement with Iran.</p><p>“Who can actually make a deal and enforce a deal? I know one group of people who can do it, and they live in Beijing,” Bannon said on his “War Room” podcast this week. He added, “Let’s just go to Beijing and sit down with a guy who can actually make a deal — Xi — and enforce a deal.”</p><p>___</p><p>Amiri reported from the United Nations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JE6FFOFDYHLAEKWZL4GLLT5YTE.jpg?auth=a0bf9b71b0b9c3f8b7e1edfb207dfdc8496adf6c20c665db7a4515e518163c31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese Premier Li Qiang is displayed on a large screen live broadcasting his speech at the opening of the China Development Forum 2026 held at the Diaoyutai State Guesthouse in Beijing on Sunday, March 22, 2026. (AP Photo/Ng Han Guan, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZLFYVEBBMWR27T3R7GD2QRC7VA.jpg?auth=3c1cf070772bf061215c871cc17e355cb41826fbd640491583b248ec79bfb9f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese President Xi Jinping attends the closing ceremony of the Chinese People's Political Consultative Conference (CPPCC) at the Great Hall of People in Beijing, China, Wednesday, March 11, 2026. (AP Photo/Vincent Thian)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Hip-hop pioneer Afrika Bambaataa dies at age 68]]></title><link>https://www.local10.com/news/2026/04/09/hip-hop-pioneer-afrika-bambaataa-dies-at-age-68/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/09/hip-hop-pioneer-afrika-bambaataa-dies-at-age-68/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 00:48:10 +0000</pubDate><content:encoded><![CDATA[<p>Afrika Bambaataa, a man widely considered one of the main pioneers of hip-hop, died in Pennsylvania of prostate cancer on Thursday, according to his lawyer. He was 68.</p><p>Bambaataa’s sudden death was met with an outpouring of condolences from friends, family and fans across the world, who paid tribute to his profound and unmistakable impact on one of the world’s most popular and politically influential music genres. But others have said that his impact was overshadowed in recent years after numerous men who knew Bambaataa when they were boys accused him of sexual abuse.</p><p>The rapper and producer is best known for breakthrough tracks like 1982’s “Planet Rock” and for founding the Universal Zulu Nation art collective.</p><p>“Hip Hop will never be the same without him -- but everything hip hop is today, it is because of him. His spirit lives in every beat, every cypher and every corner of this globe he touched,” his talent agency, Naf Management Entertainment, wrote in an emailed statement on Tuesday.</p><p>The birthplace of hip hop</p><p>Bambaataa was Lance Taylor born in 1957 in the South Bronx, and he came of age at a time when the New York City neighborhood was rapidly deteriorating after intensifying segregation and years of economic neglect. By the 1970s and 1980s, landlords were burning apartment buildings to collect insurance money instead of investing in repairs, leaving low-income mostly Puerto Rican and Black families without socioeconomic opportunity.</p><p>Bambaataa had Jamaican and Barbadian heritage, and he was raised in a low-income public housing complex by his mother, according to an interview he gave Frank Broughton in 1998. He was exposed to music at an early age through his mother's vinyl record collection.</p><p>The ability to repurpose and mix old hits became one of his signatures at the parties he began to throw in community centers across the neighborhood in the early 1970s, Bambaataa said in the interview. He was deeply inspired by the work of Kool Herc, who is often deemed the father of hip-hop.</p><p>Bambaataa and the parties where he DJ’ed swelled in popularity throughout the decade and well into the 1980s, when he released a series of electro tracks that helped shaped the burgeoning hip-hop and electro-funk music movements. He also was one of the first DJs to use beat breaks, incorporating the iconic Roland TR-808 drum machine.</p><p>"We was playin’ everything, everything that was funky," he said. He later added that what set his parties apart was that “other DJs would play they great records for fifteen, twenty minutes. We was changing ours every minute or two. I couldn’t have no breakbeat go longer than a minute or two.”</p><p>At that time, Bambaataa said in previous interviews that he was able to leverage his affiliation with the local street gang the Black Spades in order to form a group he called the Zulu Nation, a nod to a South African ethnic group that he drew inspiration from. His slogan eventually became known as “peace, love, unity and having fun," and he said that he sought to use hip-hops' ballooning popularity to resolve local gang conflicts.</p><p>Later, Bambaataa changed the name to the Universal Zulu Nation to signal the inclusion of “all people from the planet earth.”</p><p>“At the core our music made people feel like they belong to a movement and not a moment, our music offered Hope something positive to believe in, it gave people identity, unity, and a way out,” Ellis Williams, a producer known as Mr. Biggs, wrote in an email to the AP. Mr. Biggs was a member of the group Afrika Bambaataa and Soulsonic Force that included Bambaataa.</p><p>Accused of sexual abuse</p><p>In recent years, numerous people have accused Bambaataa of sexual abuse.</p><p>In 2016, Bronx political activist and former music industry executive Ronald Savage accused Bambaataa of abusing him in 1980, when he was Savage was a young teen.</p><p>“I was scared, but at the same time I was like, ’This is Afrika Bambaataa,' ” Savage told the AP in 2016. At the time he recalled, in detail, that encounter and four others that he said followed.</p><p>Bambaataa has vehemently denied those allegations.</p><p>After Savage went public with his claims, numerous other men came forward to share similar experiences about Bambaataa. In June 2016, the Universal Zulu Nation released a public letter apologizing to “the survivors of apparent sexual molestation by Bambaataa" saying that some members of the group knew about the abuse but “chose not to disclose” it.</p><p>"We extend our deepest and most sincere apologies to the many people who have been hurt,” organization wrote.</p><p>___</p><p>Associated Press writer Maria Sherman contributed reporting from New York City.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F34R7XCVAH656THP7VURWEM5S4.jpg?auth=994570987b9a3026812013f453d3294a956d35d49b2470508fcce33594cf1d64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hip hop DJ pioneer Afrika Bambaataa speaks at a news conference in New York on Feb. 28, 2006. (AP Photo/Henny Ray Abrams, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Henny Ray Abrams</media:credit></media:content></item><item><title><![CDATA[Ecuador eleva aranceles a importaciones de Colombia al 100% y diluye posibilidades de acercamiento]]></title><link>https://www.local10.com/espanol/2026/04/09/ecuador-eleva-aranceles-a-importaciones-de-colombia-al-100-y-diluye-posibilidades-de-acercamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/ecuador-eleva-aranceles-a-importaciones-de-colombia-al-100-y-diluye-posibilidades-de-acercamiento/</guid><dc:creator><![CDATA[Por GABRIELA MOLINA y ASTRID SUÁREZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 02:05:46 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — Ecuador anunció el jueves que elevará nuevamente los aranceles a todas las importaciones colombianas, esta vez del 50% al 100%, insistiendo en la falta de controles de seguridad de Colombia en la frontera común, acrecentando la distancia entre los gobiernos de ambas naciones.</p><p>La medida, que entrará en vigor desde el 1 de mayo, se anunció un día después del llamado a consultas del embajador ecuatoriano en Bogotá, Félix Wong, y en medio de la creciente tensión en la relación binacional.</p><p>Un comunicado del Ministerio de Producción argumentó que se dispone el incremento “tras constatar la falta de implementación de medidas concretas y efectivas en materia de seguridad fronteriza por parte de Colombia”.</p><p>“Ecuador se ve en la obligación de adoptar acciones soberanas”, basado en criterios de seguridad que buscan “reforzar la corresponsabilidad en una tarea que debe asumirse de manera conjunta para enfrentar la presencia del narcotráfico en la frontera”, añadió el reporte oficial.</p><p>Esa secretaría de Estado dijo que la seguridad y la lucha contra la corrupción y el narcotráfico “es una prioridad innegociable” y justificó la decisión que aseguró tiene como fin “proteger a sus ciudadanos y resguardar la integridad de su territorio”.</p><p>Poco después del anuncio, el presidente ecuatoriano Daniel Noboa escribió en redes sociales que “no se puede llegar a acuerdos con quien no tiene el mismo compromiso para luchar contra el narcoterrorismo”, sin mencionar a su homólogo colombiano Gustavo Petro.</p><p>Señaló que conversará en el futuro “con un gobierno que sí esté comprometido” con ese objetivo. Colombia elegirá a su nuevo mandatario en comicios programados para fines de mayo.</p><p>Petro rechazó a través de X el alza de los aranceles y lo calificó de una “monstruosidad” que significa “el fin del Pacto Andino para Colombia”. Ordenó a la canciller, Rosa Villavicencio, iniciar el paso en el Mercosur “a ser socios plenos y dirigirnos hacia el Caribe y Centroamérica con más fuerza”. Actualmente, Colombia es un Estado asociado de Mercosur.</p><p>Los sectores productivos reaccionaron con preocupación.</p><p>“Las diferencias políticas no pueden poner en riesgo la integración entre Ecuador y Colombia”, señaló la presidenta de la Cámara de la Producción en la misma red social, María Paz Jervis, agregando que sería un "retroceso imperdonable” destruir la integración que ha llevado décadas construir.</p><p>La guerra comercial entre ambos países se desató a inicios de año luego de que Ecuador impusiera aranceles del 30% que luego se incrementaron al 50% a las importaciones procedentes de Colombia, señalada de no custodiar la zona limítrofe y de vender a precio excesivo la energía eléctrica. En respuesta, Colombia impuso tasas recíprocas a los bienes ecuatorianos.</p><p>Pero la tensión rebasó el ámbito comercial y se acrecentó en el plano político días atrás con el roce entre los presidentes Petro y ecuatoriano Daniel Noboa que derivó la víspera en una protesta enérgica de Ecuador y el llamado a consultas de su embajador en Bogotá.</p><p>Horas antes, la canciller ecuatoriana Gabriela Sommerfeld declaró a la prensa que el retiro del embajador Wong “no es definitivo” y durará “hasta que puedan nuevamente iniciar diálogos a través del respeto”. Añadió que las mesas de diálogo para resolver la situación comercial están suspendidas.</p><p>La medida fue una respuesta a las declaraciones de Petro quien aseveró días atrás en su cuenta de X que el exvicepresidente Jorge Glas, preso por casos de corrupción y a quien se concedió ciudadanía colombiana, es un “perseguido político” solicitando a organismos internacionales que velen por su seguridad.</p><p>El mensaje fue asumido en Ecuador como una “provocación” y pidió respeto a las decisiones adoptadas por la justicia de Ecuador.</p><p>Glas cumple tres sentencias en una prisión de Guayaquil por asociación ilícita en el caso Odebrecht, por cohecho en un caso de sobornos y por apropiación de fondos públicos para la reconstrucción de Manabí, destruida por un potente terremoto en 2016.</p><p>———————</p><p>Suárez reportó desde Bogotá.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HGGGBIJQJRARTZ3LJDLRIYG5PM.jpg?auth=fa23d516bdc688d5ce7a9dd7aad4abed71af588f376add5456815382292d1cbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente colombiano Gustavo Petro, a la derecha, y el presidente ecuatoriano Daniel Noboa asisten a una ceremonia de condecoración del presidente brasileño en el palacio presidencial de Ciudad de Panamá, el 28 de enero de 2026. (AP Foto/Matías Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[A federal judge dismisses another DOJ lawsuit seeking voter data, this time in Massachusetts]]></title><link>https://www.local10.com/news/politics/2026/04/09/a-federal-judge-dismisses-another-doj-lawsuit-seeking-voter-data-this-time-in-massachusetts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/09/a-federal-judge-dismisses-another-doj-lawsuit-seeking-voter-data-this-time-in-massachusetts/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 09 Apr 2026 23:26:37 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Thursday dismissed a lawsuit from the U.S. Department of Justice seeking Massachusetts' state voter rolls, marking the latest setback in a wide-ranging effort by the Trump administration to collect detailed data on the nation's voters.</p><p>The ruling from U.S. District Court Judge Leo Sorokin marks at least the fifth time a judge has rejected similar attempts by the Justice Department. Sorokin, an appointee of former President Barack Obama, said the U.S. attorney general's office did not take the necessary steps required to access voter rolls, as outlined in federal law.</p><p>“Put simply, the statute requires a statement of why the Attorney General demands production of the requested records,” Sorokin wrote. That statement has to be factual, “not just a conceivable or possible basis.”</p><p>In an emailed response, the Justice Department said it “does not comment on ongoing litigation.”</p><p>It has said it's seeking the voter data as part of an effort to ensure election security, but Democratic and Republican officials in several states have refused, saying the demand violates state and federal privacy laws. Some have raised concerns that federal officials will use the sensitive data for other purposes, such as searching for potential noncitizens.</p><p>During a hearing last month in Rhode Island, a DOJ attorney told a federal judge that the department was seeking unredacted voter roll information so it could be shared with the Department of Homeland Security to check citizenship status. DHS over the past year has beefed up the Systematic Alien Verification for Entitlements, or SAVE, program, for just this purpose.</p><p>“Our intention is to run this against the DHS SAVE database,” DOJ attorney Eric Neff told U.S. District Judge Mary McElroy during a March 26 hearing challenging the federal government’s authority to access the voter data.</p><p>The Justice Department has sued at least 30 states and the District of Columbia seeking to force release of the data, which includes dates of birth, addresses, driver's license numbers and partial Social Security numbers.</p><p>At least 12 states have either provided or promised to provide their detailed voter registration lists to the department, according to the Brennan Center: Alaska, Arkansas, Indiana, Louisiana, Mississippi, Nebraska, Ohio, Oklahoma, South Dakota, Tennessee, Texas and Wyoming.</p><p>In the Massachusetts case, the the judge found that the Justice Department failed to follow the requirements for demanding the voter rolls set by a 1960 civil rights law.</p><p>That law, enacted as part of an effort to end racial discrimination in elections, says state voter records must be made available for inspection by the U.S. attorney general if the office includes a statement outlining why the information is being demanded and how it will be used.</p><p>The department's letter demanding Massachusetts’ voter data made no reference to the Civil Rights Act and didn’t cite any concerns about the way Massachusetts complied with federal voting laws, the judge said. Most importantly, it didn’t include any factual basis for the demand, Sorokin wrote.</p><p>In court documents, the Justice Department said it was demanding the data to check for “Massachusetts’ possible lack of compliance” with federal voter registration list requirements. It also said the Civil Rights Act was designed to be an investigatory tool to identify federal election law violations and argued that the U.S. attorney general can’t be required to prove a violation before seeking evidence of one.</p><p>“These arguments miss the point,” Sorokin wrote.</p><p>Massachusetts Attorney General Andrea Joy Campbell called the ruling a decisive win for voters and the rule of law.</p><p>“The privacy of our voters is not up for negotiation, and I will continue to defend the integrity and security of our elections from the Trump Administration's cruel and harmful agenda,” she said in a news release.</p><p>Four federal judges in other states have dismissed similar lawsuits from the Department of Justice.</p><p>A federal judge in Michigan found the laws cited by the Justice Department do not require the disclosure of the voter records sought by the federal government. A federal judge in California said the administration “may not unilaterally usurp the authority over elections,” which the Constitution gives to the states and Congress. A federal judge in Oregon said the federal government was not entitled to unredacted voter registration lists containing sensitive data.</p><p>A federal judge in Georgia dismissed a DOJ lawsuit because he found it had been filed in the wrong city. The federal government then refiled the lawsuit in the city specified by the judge; that case is ongoing.</p><p>The Justice Department has appealed the Oregon, California and Michigan dismissals.</p><p>___ Boone reported from Boise, Idaho. Associated Press writer Kimberlee Kruesi in Providence, Rhode Island, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K7ZYDZ2OHCX5LCV23ER3Y6YHXE.jpg?auth=ec7dc14834c84800fcd01f7edc6aec10aaa45e688eea4d4640ee452de9a1ba98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person votes early in the Virginia redistricting referendum at the Fairfax County Government Center, Friday, April 3, 2026, in Fairfax, Va. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7QDWQLQNMKQXHOODORH3BNYFVI.jpg?auth=6141d8e717a0e4628a73b30374d7299fe3a53ce2896a3ee87337108bfa6f0aa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A spool of stickers rests on a table at a polling station during Massachusetts state primary voting, Sept. 3, 2024, at the Newton Free Library, in Newton, Mass. (AP Photo/Steven Senne, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B6DDQEL2RCFTAMR4RX35ZICNSM.jpg?auth=0a543f8ceb88a16806a84bae9625048ed3b1f1a7a424c215a2b3b82ad76e3427&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Voters cast their ballots in Oak Creek, Wis., on Nov. 5, 2024. (AP Photo/Morry Gash, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Morry Gash</media:credit></media:content></item><item><title><![CDATA[Supremo Tribunal de Brasil aplaza decisión sobre cómo Río de Janeiro debe elegir gobernador]]></title><link>https://www.local10.com/espanol/2026/04/09/supremo-tribunal-de-brasil-aplaza-decision-sobre-como-rio-de-janeiro-debe-elegir-gobernador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/supremo-tribunal-de-brasil-aplaza-decision-sobre-como-rio-de-janeiro-debe-elegir-gobernador/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description></description><pubDate>Thu, 09 Apr 2026 23:25:09 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — El Supremo Tribunal Federal de Brasil aplazó el jueves una decisión sobre quién será gobernador del estado de Río de Janeiro, lo que prolonga una crisis que comenzó hace tres semanas en la región más emblemática del país. Los asuntos de seguridad, movilidad urbana e incluso los precios de la gasolina se acumulan en el escritorio de un juez local que actúa como gobernador interino.</p><p>Río no tiene gobernador desde el 23 de marzo, cuando Cláudio Castro renunció para postularse al Senado en las elecciones de octubre, como exige la ley. Otras personas que podrían ocupar su cargo no están disponibles para asumirlo.</p><p>El juez Flávio Dino pidió una revisión en un caso que determinará si el sucesor de Castro hasta enero será elegido por los votantes en una elección anticipada o por los miembros de la legislatura estatal. Tiene hasta 90 días para volver al tribunal con su fallo.</p><p>Hasta ahora, la votación va 4-1 en el STF, integrado por 10 miembros, a favor de una elección en la legislatura estatal.</p><p>Thiago Pampolha podría ocupar el puesto de Castro si no hubiera renunciado como vicegobernador en 2025 para asumir un asiento en un organismo estatal de supervisión del gobierno. El siguiente en la línea era Rodrigo Bacellar, presidente de la legislatura del estado de Río, pero recientemente fue encarcelado y destituido.</p><p>El jefe del poder judicial del estado de Río, Ricardo Couto de Castro, se desempeña ahora como gobernador. Pero como no se esperaba que permaneciera mucho tiempo, enfrenta obstáculos para lograr que otros funcionarios ejecutivos trabajen con él, según han informado medios locales.</p><p>Un nuevo gobernador electo podría asumir el cargo hasta enero del próximo año, ya que los ciudadanos de Río ya tenían previsto elegir a uno en las elecciones generales de octubre.</p><p>Thomas Traumann, consultor político y exministro del gobierno, sostiene que la prolongación del caos político en Río no sólo es vergonzosa, sino también peligrosa.</p><p>"El gobierno de Brasil acaba de ofrecer un acuerdo para reducir los precios del diésel, que están altos por el conflicto en Oriente Medio. Río es uno de los pocos que no aceptaron porque no hay nadie que lo autorice. Ahora tendremos el diésel más caro de Brasil”, señaló Traumann. “¿Y si mañana por la mañana hay violencia de bandas criminales? ¿Quién va a decirle a la policía que reaccione?”.</p><p>Los medios locales también han informado que miembros del poder judicial de Río temen que pronto puedan enfrentar dificultades para proceder con algunos casos, ya que su jefe tiene que gestionar el gobierno del estado sin que se vislumbre un final.</p><p>El senador Flávio Bolsonaro, uno de los hijos del expresidente Jair Bolsonaro y probable rival del actual mandatario Luiz Inácio Lula da Silva en las elecciones de octubre, ha impulsado que el legislador estatal Douglas Ruas sea elegido gobernador a través de la legislatura estatal.</p><p>Partidarios de Lula y de su candidato a gobernador de Río, Eduardo Paes, han argumentado que los votantes deberían acudir a las urnas.</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/KW4GGYL3R3OSWLQ4YHFDYI2LQQ.jpg?auth=31110aeee5d002ec79d48aabfc984d792908625e21eb6253359c571201ed0417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El magistrado del Supremo Tribunal Federal de Brasil Flávio Dino asiste a la fase de veredicto y sentencia de un juicio, en Brasilia, Brasil, el 9 de septiembre de 2025. (AP Foto/Eraldo Peres/Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[IRS touts a 24% increase in tax refunds compared to the previous administration]]></title><link>https://www.local10.com/business/2026/04/09/irs-touts-a-24-increase-in-tax-refunds-compared-to-the-previous-administration/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/09/irs-touts-a-24-increase-in-tax-refunds-compared-to-the-previous-administration/</guid><dc:creator><![CDATA[By FATIMA HUSSEIN, Associated Press]]></dc:creator><description></description><pubDate>Thu, 09 Apr 2026 23:07:33 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Tax refunds this season are up 24% compared with the four-year average of refunds before President Donald Trump took office, his administration said Thursday — a change credited to Republicans’ tax legislation signed into law last year.</p><p>As the tax season kicked off in January, the White House had boasted that average returns were projected to rise by at least $1,000. But currently, the average refund amount is $3,521, according to the latest IRS data, which is an 11% increase from last tax year’s $3,170 average refund payment.</p><p>A Trump administration official who spoke on the condition of anonymity to provide a preview of the data analysis said the increase in refunds is due to tax breaks and spending cuts that impact taxpayers across income brackets, including no tax on tips, no tax on overtime, deductions for car loan interest and certain deductions for seniors.</p><p>The official declined to specify which tax deduction had provided the greatest savings for taxpayers. The analysis was based on daily Treasury statements over the 2021-2026 period.</p><p>Asked whether the Trump administration is concerned that any potential economic benefit from higher tax refunds could be offset by higher gas prices brought on by the war in Iran and disruptions in the Strait of Hormuz, the official said money is going into people's pockets through the increased refunds.</p><p>The nonpartisan Congressional Budget Office estimates that the Republican tax and spending law will add $4.2 trillion to the national debt through fiscal year 2034, according to the latest Budget and Economic Outlook.</p><p>The tax season began in January and with the clock ticking, taxpayers have until April 15 to file their taxes or request an extension.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/THB662A2ACALGXWDPNUIZLIZOM.jpg?auth=bbd2f58739fef4c8aa585976de7551fc0c2f6d1fe6301868f426e7278640d146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The White House is seen in Washington, Tuesday, April 7, 2026, at 8:00 p.m. EDT. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Man who killed a deputy serving an eviction notice was run over, California sheriff says]]></title><link>https://www.local10.com/news/2026/04/09/sheriffs-deputy-killed-in-central-california-while-serving-eviction-notice/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/09/sheriffs-deputy-killed-in-central-california-while-serving-eviction-notice/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 08:05:14 +0000</pubDate><content:encoded><![CDATA[<p>PORTERVILLE, Calif. (AP) — A man fatally shot a central California sheriff’s deputy Thursday morning as he was being served an eviction notice, prompting a standoff that ended with authorities fatally running him over with a vehicle after he fled the home.</p><p>Tulare County deputies were serving the notice to a 60-year-old man in Porterville when he opened fire on them, the sheriff's department said. Porterville is about 150 miles (240 kilometers) northeast of Los Angeles in the state’s Central Valley.</p><p>The man barricaded himself inside the home with a rifle for several hours. At one point, authorities deployed gas into the home as the man continued to fire at law enforcement. The standoff ended around 6 p.m. when the man left the home and moved through the yards of nearby homes, Sheriff Mike Boudreaux said at an evening news conference.</p><p>Boudreaux said a Kern County SWAT team drove an armored car into the yard where the man was laying on the ground and he started firing at them. The team drove the car over the man, killing him.</p><p>Boudreaux said the man had failed to pay rent for 35 days and had been expecting law enforcement to arrive to serve a final notice for eviction. Boudreaux said he “laid in wait” and immediately shot at officers when they arrived.</p><p>The man's family was in contact with him and urged him to come out peacefully, but he refused, Boudreaux said.</p><p>The deputy who was killed was part of a group of officers that arrived to help after gunfire began, Boudreaux said. Bystander video shot from a driveway and posted by the Visalia Times-Delta showed several armed deputies crouched on the road in a residential neighborhood when a series of shots rang out. Some of the deputies began running away. The gunman cannot be seen from the video. Additional video showed someone being carried into an emergency medical vehicle.</p><p>Boudreaux later identified the slain deputy as Detective Randy Hoppert, a veteran of the U.S. Navy who joined the sheriff's department in 2020.</p><p>“This is senseless,” Boudreaux said.</p><p>Residents in the neighborhood were evacuated by SWAT teams or urged to shelter in place for several hours, and nearby schools were on lockdown.</p><p>Miguel Ibarra, whose 82-year-old mother lives across the street from the gunman, said it was surreal to see his parents' house on TV in what is normally a quiet, boring neighborhood.</p><p>“The police did a really good job keeping us informed and keeping us in the know of what’s going on,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KEKGYDE7MIMO6H2L6XWE3ITDBE.jpg?auth=4dde6b9be3b9c7f2692239f40405a76663eb140a3e50d4f086b94d272c595cac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tulare County Sheriff Mike Boudreaux, center, attends a news conference after a sheriff's deputy was shot and killed Thursday, April 9, 2026, in Porterville, Calif. (Tulare County Sheriff's Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/4LBWFS2GC4OYJOI4Y6MZU7YZHU.jpg?auth=44293e0cb6cd27a9ce8260afefe00aad7f7b1fb66c9b9c0a211d5a86f308381b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tulare County Sheriff Mike Boudreaux, right, speaks to media after a sheriff's deputy was shot and killed Thursday, April 9, 2026, in Porterville, Calif. (Tulare County Sheriff's Office via AP)]]></media:description></media:content></item><item><title><![CDATA[El presidente cubano Miguel Díaz-Canel dice a NBC News que no renunciará]]></title><link>https://www.local10.com/espanol/2026/04/09/el-presidente-cubano-miguel-diaz-canel-dice-a-nbc-news-que-no-renunciara/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/el-presidente-cubano-miguel-diaz-canel-dice-a-nbc-news-que-no-renunciara/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Thu, 09 Apr 2026 22:58:08 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN (AP) — El presidente cubano Miguel Díaz-Canel declaró que en el programa “Meet the Press” de NBC News que no renunciará, la primera entrevista que concede a una cadena de Estados Unidos, parte de la cual fue emitida el jueves.</p><p>En un clip de casi cinco minutos que forma parte de una entrevista más extensa a transmitirse el domingo, la periodista Kristen Welker le preguntó a Díaz-Canel si estaría “dispuesto a renunciar si eso significara salvar a Cuba”.</p><p>Antes de responder, Díaz-Canel le preguntó si ella alguna vez había planteado esa pregunta a algún otro presidente del mundo, y si esa era una pregunta original suya o provino del Departamento de Estado estadounidense.</p><p>El mandatario añadió: “En Cuba las personas que están al frente, en una responsabilidad de gobierno, no las elige el gobierno de los Estados Unidos... nosotros somos un Estado soberano, nosotros tenemos autodeterminación, nosotros tenemos independencia, nosotros no nos sometemos”.</p><p>Manifestó que llegó a la presidencia no “porque representamos a una élite de poder” ni “por una ambición personal”, sino por un mandato del pueblo.</p><p>“Si el pueblo cubano entiende que soy incapaz... que no los represento, ése es el que tiene que decidir si yo debo seguir en la dirección”, agregó.</p><p>El mandatario concedió la entrevista en un momento en que las tensiones entre Cuba y Estados Unidos siguen siendo altas, pese a que ambas partes reconocen sostener conversaciones, aunque no se han compartido detalles.</p><p>Díaz-Canel acusó a Washington de aplicar una política hostil contra la isla, y sostuvo que “no tiene moral para exigir nada a Cuba”.</p><p>Señaló que Estados Unidos debería reconocer cuánto han costado esas políticas al pueblo cubano y cuánto han privado al pueblo estadounidense de una relación normal con los cubanos.</p><p>Díaz-Canel indicó que Cuba está interesada en entablar un diálogo y debatir cualquier tema sin condiciones, sin que se exijan cambios en el sistema político cubano, de la misma forma en que La Habana no exige cambios en el sistema estadounidense.</p><p>Cuba culpa a un bloqueo energético de Estados Unidos por el agravamiento de sus dificultades, ya que la falta de petróleo afecta el sistema de salud de la isla, el transporte público y la producción de bienes y servicios.</p><p>A finales de marzo, un buque ruso que transportaba 730.000 barriles de crudo llegó a Cuba, el primer envío de petróleo a la isla en tres meses. Rusia ha prometido enviar un segundo petrolero.</p><p>Pese a amenazar en enero con imponer aranceles a los países que vendan o suministren petróleo a Cuba, el gobierno del presidente estadounidense Donald Trump permitió que el navío ruso llegara a la isla.</p><p>“Cuba está acabada”, declaró Trump en ese momento. “Tienen un mal régimen. Tienen un liderazgo muy malo y corrupto y, consigan o no un barco de petróleo, no va a importar”.</p><p>La isla sólo produce el 40% del combustible que consume, y dejó de recibir envíos clave de petróleo desde Venezuela después de que Estados Unidos invadiera al país sudamericano en enero y capturara al entonces presidente Nicolás Maduro.</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/ALUA4C3P7XELZIUHF7KVOUYOMM.jpg?auth=1e88a01f5ed039065a5e806009c482f2bbd8ac211c8873e27a2a33a44fcc866f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente cubano Miguel Díaz-Canel pronuncia un discurso de bienvenida a los participantes de la caravana "Nuestra América Convoy a Cuba" en el Palacio de Convenciones, el viernes 20 de marzo de 2026, en La Habana, Cuba. (Adalberto Roque/Foto compartida vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adalberto Roque</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TFZOFIWP3BK6QM2DCV7GSYFKU.jpg?auth=a70124fcc38eb31a1ad8c18f1efe0fa406ec5fae2cb560676b181c1678e11bcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente cubano Miguel Díaz-Canel, a la derecha en el centro, y David Adler, coordinador general de la caravana "Nuestra América Convoy a Cuba", participan en un evento en el Instituto Cubano de la Amistad con los Pueblos, el sábado 21 de marzo de 2026, en La Habana, Cuba. (Ernesto Mastrascusa/Foto compartida vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ernesto Mastrascusa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQXVHAY6PG3UWQOWFBIGUJTPBQ.jpg?auth=58cd94cb916f0f346e3fe0a533867427764cac446d1770df45d877bfbebde806&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente cubano Miguel Díaz-Canel pronuncia un discurso de bienvenida a los participantes de la caravana "Nuestra América Convoy a Cuba" en el Palacio de Convenciones, el viernes 20 de marzo de 2026, en La Habana, Cuba. (Adalberto Roque/Foto compartida vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adalberto Roque</media:credit></media:content></item><item><title><![CDATA[Corte colombiana tumba emergencia económica decretada por Petro para aliviar situación fiscal]]></title><link>https://www.local10.com/espanol/2026/04/09/corte-colombiana-tumba-emergencia-economica-decretada-por-petro-para-aliviar-situacion-fiscal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/09/corte-colombiana-tumba-emergencia-economica-decretada-por-petro-para-aliviar-situacion-fiscal/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description></description><pubDate>Fri, 10 Apr 2026 00:30:32 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — La Corte Constitucional colombiana tumbó el jueves el decreto de emergencia económica declarada en diciembre por el presidente Gustavo Petro que le permitía establecer impuestos temporales para solventar los gastos de financiamiento del Estado.</p><p>Petro, primer izquierdista en la presidencia del país, rechazó la decisión de la Corte y la calificó como una institución que no recoge la voluntad del gobierno actual. “Deciden decir: ‘no más ingresos al gobierno’. Nos quieren ahorcar, porque somos un gobierno diferente”, aseguró durante un discurso en Quibdó, en el Pacífico colombiano.</p><p>Se trata de una decisión de fondo en la que el alto tribunal declaró el decreto inexequible, es decir, opuesto a la Constitución, por lo que no puede regir. No obstante, aún no ha divulgado la sentencia en la que explicará todos los fundamentos de su decisión.</p><p>“El decreto vulneró los principios democráticos y de separación de poderes, en la medida en que el gobierno nacional se apropió de la competencia de otras ramas del poder público sin cumplir con los requisitos constitucionales que habilitan un estado de excepción", dijo a la prensa el magistrado Carlos Camargo.</p><p>El decreto se encontraba suspendido desde enero como una medida provisional ordenada por la Corte.</p><p>Petro decretó el “estado de emergencia económica”, una medida excepcional que le permite dictar decretos con fuerza de ley sin pasar por el Congreso, argumentando que el país enfrentaba una “coyuntura fiscal excepcional” que no le permitiría garantizar la prestación de servicios públicos esenciales y garantizar derechos.</p><p>El gobierno alegó una mala situación fiscal luego de que el Congreso hundiera una reforma tributaria que necesitaba para la financiación del Estado en 2026, dejando desfinanciado el presupuesto de la nación. Han defendido la medida asegurando que pretendían recaudar dinero con impuestos a los más adinerados.</p><p>Mientras estuvo vigente, el decreto aumentó los impuestos al patrimonio de los más adinerados y al sector financiero, así como a los licores y a los juegos de azar y por internet.</p><p>Petro también anunció esta semana que contempla declarar una nueva declaratoria de emergencia económica para solventar los gastos estatales en caso de que el Congreso niegue nuevamente una reforma fiscal que planea presentar.</p><p>Ante la posibilidad de que el Congreso vuelva a negar una reforma fiscal, Petro ordenó a Hacienda que recorte el gasto estatal en lo que corresponda a la trasferencia de dinero “a los ricos más ricos de Colombia”, aunque eso significase que “nos intenten coger presos o matar... esta crisis no la puede pagar ni un solo trabajador ni pobre".</p><p>La medida excepcional fue usada una segunda vez en los últimos meses por el gobierno en febrero para atender miles de afectados por las inundaciones causadas por el ingreso de frentes fríos al Caribe en ocho departamentos. Dicho decreto aún se mantiene en pie.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOSYKGE5ZXBL2TLT3SIWBYX7Q4.jpg?auth=4062f09a7b88e573b4192ac9e63afc873e05e274559bb7dab8f4a0705133dcd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente de Colombia, Gustavo Petro, habla durante una conferencia de prensa en la embajada colombiana en Washington, el 3 de febrero de 2026. (Foto AP/José Luis Magaña, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content></item><item><title><![CDATA[April 9: Windy with sporadic, passing showers ]]></title><link>https://www.local10.com/weather/2026/04/09/april-9-windy-with-sporadic-passing-showers/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/09/april-9-windy-with-sporadic-passing-showers/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A brisk, northeast breeze persists for South Florida and the Keys through Thursday night. ]]></description><pubDate>Thu, 09 Apr 2026 22:48:47 +0000</pubDate><content:encoded><![CDATA[<p>A brisk, northeast breeze persists for South Florida and the Keys through Thursday night. Miami-Dade and Broward counties can expect winds sustained around 15 mph with gusts to 25 mph. Also, hit or miss showers could dampen the region.</p><p>Windy conditions will carry into Friday with sustained winds expected around 15 mph, gusts 25 to 30 mph. The day will offer a sun/cloud mix. A few showers could speed across the area. Near seasonable temperatures are forecast, lows around 70°F and highs close to 80°F.</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[Trump administration's volume of emergency docket appeals 'unprecedented,' Sotomayor says]]></title><link>https://www.local10.com/news/politics/2026/04/09/trump-administrations-volume-of-emergency-docket-appeals-unprecedented-sotomayor-says/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/09/trump-administrations-volume-of-emergency-docket-appeals-unprecedented-sotomayor-says/</guid><dc:creator><![CDATA[By LINDSAY WHITEHURST, Associated Press]]></dc:creator><description></description><pubDate>Thu, 09 Apr 2026 22:39:12 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump has notched a string of wins on the Supreme Court ’s emergency docket, in part because the conservative justices believe that blocking executive policies is a blow that can't be easily fixed, Justice Sonia Sotomayor said Thursday.</p><p>The increase in emergency appeals by the Trump administration is “unprecedented in the court’s history,” she said in a speech at the University of Alabama School of Law.</p><p>The high court sided with the Trump administration in about two dozen decisions last year, often lifting the orders of lower court judges who found their policies were likely illegal on everything from immigration to steep federal funding cuts.</p><p>While designed to be short-term, those orders have largely allowed Trump to move ahead for now with key parts of his sweeping agenda.</p><p>The emergency docket, which is made up of appeals seeking quick intervention from the justices in cases that are still playing out in lower courts, is itself a source of disagreement among the justices. That spilled into public view when two other justices, liberal Ketanji Brown Jackson and conservative Brett Kavanaugh, publicly sparred over the emergency docket in an unusual exchange last month.</p><p>Sotomayor has disagreed with many of the decisions in Trump’s favor, but the conservatives who form the court's majority often reason that blocking those policies — or laws passed by Congress — causes legal harm that can’t be easily fixed, she said. It’s a bar that’s tough for the other side to overcome, even for plaintiffs like immigrants who could be newly exposed to deportation or states where schools are losing teacher-training funding.</p><p>“If you start with the presumption that there is irreparable harm to one side, then you’re going to have more grants of emergency relief. Because the other side is going to have a much harder time,” she said. “It has changed the paradigm on the court.”</p><p>Her comments provided a window into the Supreme Court decisions that are often released with little explanation. While many emergency docket orders have gone Trump's way, the court also struck down his sweeping tariffs, a central plank of his economic platform, after a longer process of full briefing and oral arguments.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7UCEUOYERGMIMDUAIQPPQISPNA.jpg?auth=6e07acb52954aa7641509a7d1cf6e46e166ea2240152a339797a206352705a9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Sonia Sotomayor speaks during a service for retired Supreme Court Justice Sandra Day O'Connor in the Great Hall at the Supreme Court in Washington, Dec. 18, 2023. (AP Photo/Jacquelyn Martin, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Ex-partner of Fort Lauderdale mayor dies by suicide one day after court appearance]]></title><link>https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/09/ex-partner-of-fort-lauderdale-mayor-dies-by-suicide-one-day-after-court-appearance/</guid><dc:creator><![CDATA[Liane Morejon, Chris Gothner]]></dc:creator><description><![CDATA[The former partner of Fort Lauderdale Mayor Dean Trantalis died by suicide on Thursday, one day after making a court appearance.]]></description><pubDate>Thu, 09 Apr 2026 19:24:10 +0000</pubDate><content:encoded><![CDATA[<p>The former partner of Fort Lauderdale Mayor Dean Trantalis died by suicide on Thursday, one day after <a href="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/08/in-court-fort-lauderdale-mayor-tells-judge-ex-no-longer-a-threat/">making a court appearance</a>.</p><p><a href="https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/09/ex-pareja-del-alcalde-de-fort-lauderdale-muere-por-suicidio-un-dia-despues-de-comparecer-ante-la-corte/">Leer en español</a></p><p>Daniel Curran was found dead at a building at Northeast 36th Street and North Ocean Boulevard on his 35th birthday.</p><p>His death comes after <a href="https://www.local10.com/news/local/2025/11/07/partner-of-fort-lauderdale-mayor-arrested-accused-of-attacking-him-threw-me-to-the-ground/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/07/partner-of-fort-lauderdale-mayor-arrested-accused-of-attacking-him-threw-me-to-the-ground/">a domestic violence case</a> against Curran where Trantalis, 72, cited previous incidents of threats and violence.</p><p>Prior to his death, modifications were being made to the injunction, as Trantalis felt his former partner was no longer a threat.</p><p>“I was shocked to receive this news this morning. We were on the path to a resolution, which would have gotten Danny the treatment he needed and led to the charges being dismissed,” Curran’s attorney, Philip C. Johnston, said in a statement to Local 10 News. “Danny was a very kind, sensitive person. After we modified the no contact order, I expressed my condolences to the mayor. He said he and Danny met last night and happily discussed future plans together. This is a profoundly sad situation.”</p><p>Trantalis issued a statement on Thursday following Curran’s death saying that he learned of it “with profound sorrow.”</p><p>“He was a loving individual, and my sympathies go out to his family,” Trantalis said. “Perhaps now, the pain he endured will subside. May he rest in peace.”</p><p><b>Related story: </b><a href="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/" target="_self" rel="" title="https://www.local10.com/health/2026/04/09/here-is-a-list-of-suicide-prevention-resources-in-south-florida/">Here is a list of suicide prevention resources in South Florida</a></p><p><i>If you or a loved one are struggling, you can call the Suicide &amp; Crisis lifeline at 988. It’s available 24 hours per day, seven days per week.</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></channel></rss>