<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 13 Apr 2026 12:23:46 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man hospitalized after being pulled from ocean in Hollywood]]></title><link>https://www.local10.com/news/local/2026/04/12/man-hospitalized-after-being-pulled-from-ocean-in-hollywood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/man-hospitalized-after-being-pulled-from-ocean-in-hollywood/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[A man was rushed to the hospital after being pulled from the ocean in Hollywood on Sunday, officials said.]]></description><pubDate>Sun, 12 Apr 2026 21:21:25 +0000</pubDate><content:encoded><![CDATA[<p>A man was rushed to the hospital after being pulled from the ocean in Hollywood on Sunday, officials said.</p><p>According to Hollywood Fire Rescue, the incident happened near Charleston Street.</p><p>Officials said a lifeguard performed CPR on the man after he was pulled from the water.</p><p>He was then transported to a hospital for further treatment. </p><p>A witness told Local 10 News the victim was floating in the water.</p><p>“He was not breathing on his own,” the witness said. “He didn’t have a pulse for a couple minutes. Thankfully, with the help of the wonderful lifeguards and ALS team that came within a minute and a half, they ran through the procedure, got his heart started, got him breathing on his own, cleared his mouth of water and salt. Within five minutes, they got control of his breathing and saved his life. It was phenomenal to watch.”</p><p>No other information has been released. </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[1 injured, 1 arrested after shooting during birthday party in Broward ]]></title><link>https://www.local10.com/news/local/2026/04/12/1-injured-1-arrested-after-shooting-during-mans-birthday-party-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/1-injured-1-arrested-after-shooting-during-mans-birthday-party-in-broward/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[A shooting injured a person early Sunday morning during a man’s birthday party in Broward County. ]]></description><pubDate>Sun, 12 Apr 2026 11:51:38 +0000</pubDate><content:encoded><![CDATA[<p>One person was shot during a man’s birthday party early Sunday morning in Broward County. </p><p>The shooting was reported at about 1:30 a.m. on Sunday outside the Five Stars Banquet Hall in Sunrise. A suspect, identified as Francisco Sanchez, was arrested, according to the Sunrise Police Department. </p><p>Witnesses said about 150 guests were celebrating inside the banquet hall at 6072 W. Oakland Park Blvd. when a person who was using a wheelchair was shot outside.</p><p>Eril Jerome, who was celebrating his father-in-law’s birthday with family at the banquet hall, said they heard about four shots fired. </p><p>For a while, Jerome and other party guests couldn’t leave because their cars were parked within the crime scene. </p><p>The shopping plaza has since reopened.</p><p>The victim’s identity has not yet been released. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d642.589477401636!2d-80.23260669005468!3d26.164154882709802!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d907d4bfb45457%3A0x709f44f2763343d1!2sFIVE%20STARS%20BANQUET%20HALL%20LLC!5e1!3m2!1sen!2sus!4v1775994642014!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Police: Man arrested in connection with domestic violence stabbing in Homestead]]></title><link>https://www.local10.com/news/local/2026/04/13/police-man-arrested-in-connection-with-domestic-violence-stabbing-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/13/police-man-arrested-in-connection-with-domestic-violence-stabbing-in-homestead/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 33-year-old man was arrested Sunday in connection with a domestic violence stabbing that occurred in Homestead, police confirmed.]]></description><pubDate>Mon, 13 Apr 2026 11:37:28 +0000</pubDate><content:encoded><![CDATA[<p>A 33-year-old man was arrested Sunday in connection with a domestic violence stabbing that occurred in Homestead, police confirmed.</p><p>According to Homestead police, the stabbing was reported shortly after 3:30 p.m. in the 1200 block of Southwest Fourth Street.</p><p>Police said the victim was airlifted to Jackson South Medical Center for treatment to multiple lacerations.</p><p>According to authorities, the suspect, Artemio Salas, provided a “full confession.”</p><p>He was arrested on a felony battery charge.</p><p>As of Monday morning, Salas was being held at the Turner Guilford Knight Correctional Center. Online jail records listed his bond as “to be set.”</p><p>Local 10 News has requested a copy of Salas’ arrest report. </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/YPDX5KOHM5FZNFJ525SFM56ZDQ.jpg?auth=2808297fed60ae0664f00119fdb6317b79341e8bb34dd8879137b07805e69915&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Philippine President Marcos debunks health rumors with jumping jacks]]></title><link>https://www.local10.com/news/weird-news/2026/04/13/philippine-president-marcos-debunks-health-rumors-with-jumping-jacks/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/04/13/philippine-president-marcos-debunks-health-rumors-with-jumping-jacks/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:37:09 +0000</pubDate><content:encoded><![CDATA[<p>MANILA, Philippines (AP) — An annoyed Philippine President Ferdinand Marcos Jr. did a few rounds of jumping jack exercise and jogged briefly outside his office in front of journalists Monday to disprove rumors of his failing health.</p><p>Wearing formal office wear, reading glasses and leather shoes, the 68-year-old leader said he did the impromptu workout to ease any worry about his health at a time when people were already beset with problems sparked by the war in the Middle East.</p><p>“I challenge anyone who are saying that I am sick, that they come and exercise with me,” Marcos told reporters. “You come to the gym with me. Let’s see who can lift the weights better.”</p><p>“Those people who tell you that I’m sick, that I’m paralyzed, they’re all liars,” Marcos said.</p><p>Rumors about the president’s deteriorating health and even death have swirled on social media after he briefly vanished from public view in January then later acknowledged in a video message that he was taken to a hospital for an abdominal ailment that he ascribed to stress and age.</p><p>Marcos then laughed off rumors of his demise and said he had been diagnosed with diverticulitis. The condition involves inflammation of small pouches in the digestive tract, usually in the colon, that causes pain, fever, nausea or constipation.</p><p>His last hospital checkup a couple of months ago showed he had been cured of that ailment, Marcos said, and added that he was back on normal diet and was regularly exercising.</p><p>When asked if he was taking any maintenance medicine, Marcos said he was taking medication for gout and for high blood pressure.</p><p>Since taking office in mid-2022, Marcos has grappled with multiple complex problems and political dilemmas.</p><p>Those include an increasingly hostile territorial dispute with Beijing in the South China Sea, devastating earthquakes, typhoons and flooding, economic difficulties, tumultuous relations with his vice president and a corruption scandal involving powerful legislators and allies that has sparked public outrage.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DH54E6SYVAG2PQMLAVLHXUL5RI.jpg?auth=2c00ae27f15e20e317dac0a7aaf36ec0f1009ee3bfc59acf503a88763361e89e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philippine President Ferdinand Marcos Jr. gestures as he answers questions at the ASEAN Editors and Economic Opinon Leaders Forum in Makati, Philippines on Tuesday, Feb. 24, 2026. (AP Photo/Aaron Favila, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content></item><item><title><![CDATA[Serial killer still awaiting resentencing for 1994 Tamiami Trail killings  ]]></title><link>https://www.local10.com/features/2026/04/13/serial-killer-still-awaiting-resentencing-for-1994-tamiami-trail-killings/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/13/serial-killer-still-awaiting-resentencing-for-1994-tamiami-trail-killings/</guid><description><![CDATA[In 1994, young women started turning up dead along the Tamiami Trail and fear spread across South Florida. The man behind it — Rory Conde — was ultimately caught and convicted, but decades later, he’s still awaiting resentencing.]]></description><pubDate>Mon, 13 Apr 2026 11:18:24 +0000</pubDate><content:encoded><![CDATA[<p>In 1994, young women started turning up dead along the Tamiami Trail and fear spread across South Florida. The man behind it — Rory Conde — was ultimately caught and convicted, but decades later, he’s still awaiting resentencing.</p>]]></content:encoded></item><item><title><![CDATA[From humble beginnings to Vegas spotlight: Miami Beach woman’s pizza victory ]]></title><link>https://www.local10.com/news/local/2026/04/13/from-humble-beginnings-to-vegas-spotlight-miami-beach-womans-pizza-victory/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/13/from-humble-beginnings-to-vegas-spotlight-miami-beach-womans-pizza-victory/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Loredana Passariello’s story began in Italy, where she worked as an accountant. It was a leap of faith, however, that led her to make a change.]]></description><pubDate>Mon, 13 Apr 2026 11:16:57 +0000</pubDate><content:encoded><![CDATA[<p>Loredana Passariello’s story began in Italy, where she worked as an accountant.</p><p>It was a leap of faith, however, that led her to make a change.</p><p>Passariello spent years behind the scenes helping build her family’s La Leggenda Pizzeria in Miami Beach.</p><p>Passariello and her husband, Giovanni, of more than 30 years, have always been side-by-side.</p><p>For years, Giovanni was in the spotlight, winning several awards around the world.</p><p>When he decided to step away from competing, it was Passariello’s turn to shine.</p><p>She entered a major competition in Las Vegas, competing against top pizza makers from around the world.</p><p>In stunning fashion, Passariello won.</p><p>“I wanted to validate our shared work and see what those 30 years of working side-by-side with him had truly amounted to. And, quite unexpectedly, I won. I won a very prestigious championship,” Passariello told Local 10’s Alexis Frazier. </p><p>Loredana told Frazier that she hopes to keep inspiring girls and women to try something new.</p><p>You can get your own taste of their pies on South Beach. Click <a href="https://laleggendapizzeria.com" target="_self" rel="" title="https://laleggendapizzeria.com">here</a> for more information.</p>]]></content:encoded></item><item><title><![CDATA[Who remembers this old Channel 10 jingle from 1983?]]></title><link>https://www.local10.com/features/2026/04/13/who-remembers-this-old-channel-10-jingle-from-1983/</link><guid isPermaLink="true">https://www.local10.com/features/2026/04/13/who-remembers-this-old-channel-10-jingle-from-1983/</guid><description><![CDATA[Take a listen down memory lane of the old Channel 10 jingle. ]]></description><pubDate>Mon, 13 Apr 2026 11:15:48 +0000</pubDate><content:encoded><![CDATA[<p>Take a listen down memory lane of the old Channel 10 jingle. </p>]]></content:encoded></item><item><title><![CDATA[Trump family deal spree could open door for future presidents to profit from office]]></title><link>https://www.local10.com/business/2026/04/13/trump-family-deal-spree-could-open-door-for-future-presidents-to-profit-from-office/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/trump-family-deal-spree-could-open-door-for-future-presidents-to-profit-from-office/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:03:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — For decades, presidents avoided even the appearance of profiting from their office.</p><p>Harry Truman refused to lend his name to any business, even in retirement. Richard Nixon so feared a brother might profit off their ties, he had his phone tapped. And George W. Bush dumped his individual stock holdings before taking office.</p><p>President Donald Trump is taking a different approach.</p><p>The family real estate business is undergoing the fastest overseas expansion since its founding a century ago, each deal potentially shaping everything from tariffs to military aid.</p><p>Led by Eric, and his brother, Donald Jr., the family business has expanded into cryptocurrencies with ventures that brought in billions of dollars but raised questions about whether some big investors received favorable treatment in return.</p><p>The brothers have also joined or invested in a number of companies that aim to do business with the government their father runs. Last month, they struck a deal giving them stakes worth millions in an armed drone maker seeking contracts with the Pentagon and with Gulf states under attack by Iran and dependent on the U.S. military led by their father.</p><p>The White House and the Trump Organization deny there are any ethical problems. Asked about the issue at a recent crypto conference, Donald Jr. said, “Frankly, it’s gotten old.”</p><p>The problem of conflicts of interest goes back a decade to when Trump first ran for office, but some government ethics experts and historians argue it’s more pressing than ever as conflicts pile up in his second term that they consider unprecedented, blatant and dangerous to democracy.</p><p>“I don’t think there’s any line right now between policy decisions and political calculations and the interest of the Trump family,” said Julian Zelizer, a presidential historian at Princeton University.</p><p>Deal-making spree abroad</p><p>In Trump’s first term, the Trump Organization did zero deals in foreign countries. In a little over a year into his second term it did eight, all ostensibly complying with the Trump Organization’s self-imposed rule not to do business directly with foreign governments.</p><p>But governments in authoritarian and one-party states rarely take a hands-off approach — especially when the business belongs to a sitting president.</p><p>In Qatar, a Trump golf club and villa project is being developed in part by a company owned by the Qatari government. In Vietnam, where The New York Times reported the government pushed farmers off their land to make way for a Trump resort, the country’s deputy prime minister signed off on the deal at a ceremony. And in Saudi Arabia, a planned “Trump Plaza” resort on the Red Sea is being built by a Saudi real estate developer close to the ruling family.</p><p>Whether the deals played any role in changing U.S. policies in ways these countries sought is nearly impossible to know but the countries did get what they wanted – access to advanced U.S. technology for Qatar, tariff relief for Vietnam and fighter jets for Saudi Arabia.</p><p>And the Trump Organization got something too: Tens of millions in fees.</p><p>Asked about those projects, the Trump Organization said it has done no deals with governments so far, noting that the Saudi company was private and has said it is “collaborating” with the Qatari business and had not struck a “partnership” with it that would have broken its self-imposed rules.</p><p>The UAE, crypto and Binance</p><p>Another deal raising conflicts of interest questions first came to light in a Wall Street Journal article in January — a year after it was struck.</p><p>Days before the inauguration, the Trump family sold nearly half of its World Liberty Financial crypto business to a UAE government-linked company run by a member of the UAE royal family for $500 million.</p><p>A second UAE entity, a government fund, invested in the offshore cryptocurrency exchange Binance using $2 billion worth of a digital currency called a stablecoin issued by World Liberty. That allowed the Trump company that received the dollars to put it in safe investments such as bonds or money market funds and keep the tens of millions of dollars in interest for itself.</p><p>Shortly after, the Trump administration reversed a Biden-era restriction and granted the UAE access to advanced U.S. chips. Binance’s founder, Changpeng Zhao, later got a pardon from Trump, despite having pleaded guilty to failing to stop criminals from using his platform to move money connected to child sex abuse, drug trafficking and terrorism.</p><p>A lawyer for Zhao denied any connection between the Binance’s business with the Trump family and the pardon.</p><p>“Any claim of a quid pro quo by Binance or CZ, or preferential financial treatment by Binance, is a clear misstatement of the public record,” said Teresa Goody Guillen in a email to the AP, referring to Zhao by his initials.</p><p>Asked about the pardon, the White House said federal authorities had unfairly punished Zhao in what it called “The Biden Administration’s war on crypto.”</p><p>World Liberty dismissed the notion of a conflict, saying the UAE deal had no connection to the president’s chips policy.</p><p>Crypto billions</p><p>World Liberty has also provided a separate income stream to a new Trump limited liability corporation through sales of “governance tokens” that give owners certain voting rights in its business, though not equity stakes, raising $2 billion last year. That translates into hundreds of millions of dollars for the Trumps through their World Liberty ownership stake and a separate side deal allowing them a cut of these sales.</p><p>One big token investor was Justin Sun, a cryptocurrency billionaire who as a foreign citizen would be banned under U.S. law from making political donations to U.S. politicians. Between Trump’s election and inauguration, Sun spent $75 million on the tokens.</p><p>In February last year, a federal lawsuit charging Sun with duping investors was paused before being settled last month for a $10 million fine.</p><p>Then there are the souvenir-type “meme” coins stamped with Trump’s face that went on sale days before he took the oath of office last year.</p><p>Over the next four months, the coins generated $320 million, mostly going to Trump-related entities, according to blockchain tracker Chainalysis. That is more than double  the money collected in four years running his Washington D.C. hotel in Trump’s first term.</p><p>Unlike the lobbyists or campaign donors trying to influence Trump, the coin buyers can buy anonymously. One who chose to make his purchase public was Sun, who spent $200 million on the coins and got access to Trump at a gala party he held for the biggest buyers.</p><p>Another family cryptocurrency business, American Bitcoin went public in September, giving Donald Jr. and Eric about $1 billion in paper wealth at that time. Months earlier, their father announced a new national bitcoin reserve, sending the price for the cryptocurrency soaring to a record.</p><p>The Trump businesses aren’t completely immune to crypto’s notorious volatility. The value of bitcoin and other digital tokens have since plunged and rattled investors. Both American Bitcoin stock and the value of Trump’s souvenir meme coins have collapsed 90% from their highs.</p><p>Last month, Trump announced he would hold another dinner with new top holders of his meme coins, giving the coin a boost before it fell back again.</p><p>“Whatever constraints there were in the first term appear to have completely disappeared,” says Columbia University historian Timothy Naftali. “Do you want future presidents to be open to the highest bidder?”</p><p>Trump thinks people don’t care</p><p>Asked to comment for this story, the White House said Trump acts in an “ethically-sound manner” and that any suggestion to the contrary is either “ill-informed or malicious.” It reiterated that his assets are in a trust managed by his children and stated he has “no involvement” in family business deals.</p><p>“There are no conflicts of interest,” said spokesperson Anna Kelly.</p><p>In a separate statement, the Trump Organization said it is “fully compliant with all applicable ethics and conflicts of interest laws” and added, “The implication that politics has enriched the Trump family is unfounded.”</p><p>Trump in January told The New York Times that when it comes to potential conflicts of interest, “I found out that nobody cared, and I’m allowed to,” alluding to an exemption the president gets from the federal statute banning federal officials from holding financial interests in businesses impacted by public policy they help shape.</p><p>It’s not clear he’s wrong about American attitudes, though they appear to be changing even among Republicans. In a Pew Research Center poll in January, 42% of those voters said they were confident that Trump acts ethically in office, down from 55% at the start of his second term a year ago.</p><p>Change of fortune</p><p>Forbes estimates Trump’s net worth is now $6.3 billion, soaring 60% from before he returned to office, a striking development given how much the Trump Organization struggled before.</p><p>The Trump International Hotel in D.C. never turned a profit  before being sold. Two Trump hotel chains catering to middle class travelers in his first term shut down for lack of demand. Condominium buildings stripped the Trump name off their facades after discovering that instead of attracting buyers, it was repelling them.</p><p>No new U.S. condominiums are putting the Trump name above their entrances in his second term, but his name is prized in Washington where people have business before the federal government.</p><p>Donald Jr., Trump’s oldest son, opened a private club in the Georgetown section of Washington that is charging initiation fees as high as $500,000 for founding members.</p><p>One of the few clubs with comparable fees, the Yellowstone Club in Montana, offers access to multiple resorts, 50 ski trails and more than a dozen restaurants across a members-only area the size of Manhattan.</p><p>Donald Jr.’s club is in the basement of a building but offers something else — proximity to power.</p><p>The club’s name is “Executive Branch.”</p><p>Bibles, guitars and sneakers</p><p>Other presidents and their families have done things in pursuit of profit that stained that high office.</p><p>Hunter Biden got paid as a director of a Ukrainian gas company while his father was vice president. The Clinton Foundation got foreign donations, though after Bill Clinton had left office. And Jimmy Carter’s brother Billy cashed in on the family name by selling beer.</p><p>In Trump’s case, the president himself is hawking goods, including $59.99 “God Bless the USA” Bibles, $399 sneakers stamped “Never Surrender” and electric guitars priced up to $11,500 — shipping not included — for a model autographed by the president.</p><p>New year, new profits</p><p>In the first months of Trump’s second year back in the White House, the momentum hasn’t let up.</p><p>In January, the Trump Organization announced its third deal involving Saudi Arabia in less than a year, this time a “collaboration” with a company more directly tied to the government because it is owned by the country’s sovereign wealth fund chaired by its crown prince, Mohammed bin Salman. Asked by the AP whether the project outside Riyadh for Trump mansions, a hotel and golf course violated the company’s pledge not to strike deals with foreign governments, the Trump Organization said it doesn’t “conduct business with any government entity” but didn’t address the project specifically.</p><p>Meanwhile, as the two oldest brothers’ new drone company seeks Pentagon contracts, other government contractors in which one or both have gotten ownership stakes this past year are taking in tens of millions of dollars of new taxpayer money. That includes a rocket motor maker, an AI chip supplier and a data analytics company, according to government contracting records.</p><p>Asked about potential conflicts after the drone deal was announced, Eric said, “I am incredibly proud to invest in companies I believe in.” A spokesman for Donald Jr. said he doesn’t “interface” with the government on companies in his portfolio, adding that “the idea that he should cease living his life and making a living to provide for his five kids just because his dad is president, is quite frankly, a laughable and ridiculous standard.”</p><p>A new investment firm that the brothers joined as advisers last year has raised $345 million in an initial public offering to buy stakes in U.S. companies designed to help their father revive America’s manufacturing base. After the AP asked Trump’s chief business lawyer about language in a regulatory filing stating the firm would target companies seeking federal grants, tax credits and government contracts, he filed a new document with that language removed.</p><p>Zelizer, the Princeton historian, says he expects future presidents will show more restraint in enriching themselves, but worries about the message Trump is sending.</p><p>“He has shown politically there is no price to be paid to making money,” he said. “You know you can go there.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5NVRYIMJU2HS37R3P5JCVJNBKM.jpg?auth=a70979256576827407dac5f8eda8e5f3569be24709c4ee0a9f0c2b75fa47d9b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump hold a Playboy magazine and gold Trump sneakers at Sneaker Con Philadelphia, an event popular among sneaker collectors, in Philadelphia, Saturday, Feb. 17, 2024. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K3AKMOIFXFCPFAAVOWKX74JKJU.jpg?auth=fdd05e649d19310e18ca81417b8578f1306bfdd54f23aa74fce1beced1fd82fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Gold Trump sneakers sit on the podium after Republican presidential candidate former President Donald Trump spoke at Sneaker Con Philadelphia, an event popular among sneaker collectors, and announces a gold Trump sneaker, in Philadelphia, Saturday, Feb. 17, 2024. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D3M6OPG64SGZE3HSFF3YHV2NXU.jpg?auth=05d389a6d418785c83d5095f597fabc412eb7716ae5403f9f4f7b74957c46a97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Donald Trump Jr. and Eric Trump listen to President Donald Trump's State of the Union address to a joint session of Congress in the House chamber at the U.S. Capitol in Washington, Tuesday, Feb. 24, 2026. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/452XO4GHJNUV35VHS4DOX2KWMU.jpg?auth=078c37798f3cba969fcc639a79549e69a19fbff65b3801bb858ddcda05c38f87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left, moderator Aaron Arnold, Eric Trump, Donald Trump Jr., Mike Ho, executive chairman of American Bitcoin and Matt Prusak, CEO of American Bitcoin, sit on stage at Bitcoin 2025, Wednesday, May 28, 2025, in Las Vegas. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LQQSXRZOXW72OIOB63REO4BONY.jpg?auth=d6a59b969ecd122dfe94ae82f25d5ecec133feddaa15fdf6ef39d023246ca7f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the Trump International Hotel is seen on March 4, 2021, in Washington. (AP Photo/Julio Cortez, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Police: 3 shot near main stage at Taste of Miami Karnival]]></title><link>https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/13/police-3-shot-near-main-stage-at-taste-of-miami-karnival/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami police are investigating a shooting they said occurred Sunday night at the Taste of Miami Karnival event.]]></description><pubDate>Mon, 13 Apr 2026 11:02:35 +0000</pubDate><content:encoded><![CDATA[<p>Miami police are investigating a shooting they said occurred Sunday night at the Taste of Miami Karnival event.</p><p>According to Officer Mike Vega, the police department received a ShotSpotter alert near the main stage of the event on Northeast 62<sup>nd</sup> Street off Second Avenue shortly before 11:30 p.m.</p><p>He said three people who had been shot were located. Each was transported by Miami Fire Rescue to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>According to authorities, one victim died at the hospital and the two others are stable. </p><p>No other details about the shooting were immediately released by police.</p><p><i>Watch Local 10 News or refresh this page for updates.</i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Local 10 Special: North Miami Beach, Celebrating a Century ]]></title><link>https://www.local10.com/news/local/2026/04/12/local-10-special-north-miami-beach-celebrating-a-century/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/local-10-special-north-miami-beach-celebrating-a-century/</guid><description><![CDATA[North Miami Beach is a diverse community that’s built to last. Local 10’s Janine Stanwood catches up with Jeff Weinsier in his hometown as the city celebrates turning 100 years old! ]]></description><pubDate>Sun, 12 Apr 2026 23:00:35 +0000</pubDate><content:encoded><![CDATA[<p>North Miami Beach is a diverse community that’s built to last. Local 10’s Janine Stanwood catches up with Jeff Weinsier in his hometown as the city celebrates turning 100 years old! </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[Antisemitic attacks in 2025 caused highest number of deaths in 30 years, study finds]]></title><link>https://www.local10.com/news/world/2026/04/13/antisemitic-attacks-in-2025-led-to-highest-number-of-fatalities-in-30-years-study-finds/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/antisemitic-attacks-in-2025-led-to-highest-number-of-fatalities-in-30-years-study-finds/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:32:32 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Last year saw the highest level of deadly violence against Jews around the world in over three decades, with 20 people killed in antisemitic attacks, according to an annual study released by Tel Aviv University on Monday.</p><p>The violence, including a deadly attack at a Hanukkah celebration in Australia, continued a spike that began following the Hamas-led Oct. 7, 2023, attack and Israel’s subsequent war in Gaza, the report’s authors said.</p><p>“The data raise concern that a high level of antisemitic incidents is becoming a normalized reality,” said Uriya Shavit, the report's chief editor.</p><p>Deadly antisemitic attacks were recorded on three continents. Fifteen people were killed at the holiday event at Sydney’s Bondi Beach in December. There were additional deaths in two antisemitic attacks in the U.S. in Washington, D.C., and Colorado; and in Britain, two people were killed at a Manchester synagogue on Yom Kippur, the holiest day of the Jewish calendar.</p><p>Each year, Tel Aviv University’s Center for the Study of Contemporary European Jewry and the Irwin Cotler Institute for Democracy, Human Rights and Justice releases the report about antisemitism ahead of Israel’s Holocaust Remembrance Day.</p><p>The day marks a national memorial for the 6 million Jews killed in the Holocaust, which begins Monday evening.</p><p>The new report also tracked an increase in antisemitic attacks that resulted in physical harm, including beatings and stone throwing.</p><p>It found that 2025 was the deadliest year for antisemitic attacks since 1994, when the bombing of a Jewish community center in Argentina killed 85 people and wounded more than 300. An Argentine court has blamed Iran and its Hezbollah proxy for the attack.</p><p>According to the report, there was a moderate increase in the overall number of antisemitic incidents last year compared with 2024, but that total represents a huge jump from 2022, before the war in Gaza. The report tracks incidents that range from physical attacks and vandalism to verbal threats and harassment on social media.</p><p>“The peak in the number of incidents was recorded in the immediate aftermath of the Oct. 7 attack, after which we began to see a downward trend — but unfortunately, that trend did not continue in 2025,” Shavit said.</p><p>In the United Kingdom, there were 3,700 antisemitic incidents in 2025, up from 3,556 in 2024. In Canada, the number of incidents grew from 6,219 in 2024 to 6,800 in 2025, a number more than three times higher than in 2022.</p><p>The report found that even after the Gaza ceasefire took effect last October, antisemitic incidents continued to rise from the same period during the previous year. In Australia, there were 588 antisemitic incidents between October and December 2025, up from 492 during the same period in 2024. There were a total of 472 antisemitic incidents across Australia during all of 2022.</p><p>Most physical attacks were carried out by people acting on their own, which is why it is so difficult to try to prevent them, according to Carl Yonker, the study’s director of research. He noted that most attacks were carried out by extremist white Christians devoted to white supremacy or radical Muslims, and often the attackers were unemployed and struggling financially.</p><p>The statistics are based on reports from police, national authorities and local Jewish communities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F5J3P3RGJ76LZC6FVBHOGQPFWU.jpg?auth=45ac45404cba4b54d153ae783e42d956aca87552625e7a3d46a183d8eea67ae4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rabbi Yossi Friedman speaks to people gathering at a flower memorial by the Bondi Pavilion at Bondi Beach on Tuesday, Dec. 16, 2025, following Sunday's shooting in Sydney, Australia. (AP Photo/Mark Baker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Baker</media:credit></media:content></item><item><title><![CDATA[April 13: Lows in the 70s; highs in the 80s]]></title><link>https://www.local10.com/weather/2026/04/13/april-13-lows-in-the-70s-highs-in-the-80s/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/13/april-13-lows-in-the-70s-highs-in-the-80s/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[We are waking up nice and mild with lows in the 70s to start the work and school week.]]></description><pubDate>Mon, 13 Apr 2026 10:41:15 +0000</pubDate><content:encoded><![CDATA[<p>We are waking up nice and mild with lows in the 70s to start the work and school week. Highs will be in the 80s as we expect more sunshine and drier conditions. A persistent east breeze will continue and will keep another day with advisories for the marine forecast for beachgoers and boaters. Keep it tuned to Local 10.</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[Following an election earthquake, Hungary ponders life after Orbán]]></title><link>https://www.local10.com/news/world/2026/04/13/following-an-election-earthquake-hungary-ponders-life-after-orban/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/following-an-election-earthquake-hungary-ponders-life-after-orban/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:09:23 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungary (AP) — After an election earthquake in which voters overwhelmingly rejected pro-Russian Prime Minister Viktor Orbán, Hungarians are contemplating what to expect from the country’s incoming leader, Péter Magyar — a pro-European reformer who has promised a fundamental transformation in Hungary’s political culture.</p><p>In his campaign, Magyar pledged to end Hungary’s drift toward Russia and restore its ties with European allies. He promised voters that after 16 years of autocratic governance and the erosion of the rule of law under Orbán, he will root out corruption and create a “peaceful, functioning and humane” Hungary.</p><p>But what those changes will look like remains to be seen. During his long time in office, Orbán ruled with the power of a two-thirds parliamentary majority, allowing him to pass a new constitution, rewrite the electoral system and reshape the judiciary.</p><p>Magyar’s Tisza party secured exactly such a mandate Sunday when it won 138 of parliament’s 199 seats, giving it broad authority to undo much of the legislation that allowed Orbán to stack the courts, manipulate the electoral system, crack down on press freedom and discriminate against the LGBTQ+ community.</p><p>Still, there are potential pitfalls that could stand in the way of the radical changes many Hungarians had hoped for.</p><p>Historic win</p><p>Magyar’s victory was met with jubilation on the streets of Budapest late Sunday with tens of thousands, many of them young people, celebrating what they view as a ray of hope that Orbán’s loss will make Hungary freer, happier and firmly rooted within the fold of European democracies.</p><p>On streets and avenues across the capital, drivers blared car horns and cranked up anti-government songs while people marching in the streets chanted and screamed.</p><p>During the celebrations, Adrien Rixer said he’d come back to Hungary from his home in London “because I really wanted to make my vote count, and I’m over the moon.”</p><p>“Finally I can say that I’m a proud Hungarian, finally after 16 years,” he said.</p><p>Many Hungarians, and others across Europe who were closely watching the election, had feared that a simple majority for Tisza would have been inadequate to truly transform Orbán’s system.</p><p>Yet others remain uncertain about what the authority of a two-thirds majority will bring, with some uneasy about taking such a mandate from Orbán and delivering it to his opponent.</p><p>“Its hard to see that with two-thirds that it's going to be a fair government, but we will see,” said reveller Dániel Kovács. “Lets hope that it’s going to be a promising four years.”</p><p>The election win for Magyar and Tisza was without precedent in Hungary's post-Communist history: They received more votes and more parliamentary seats than any party ever had before.</p><p>Bulcsú Hunyadi, an analyst with the Budapest-based think tank Political Capital, said that while Tisza's constitutional majority gives it broad powers to roll back many of Orbán's policies, Hungary's key institutions are “led by people who are cemented in their position for many years.”</p><p>As part of his broader effort to consolidate control over Hungary’s democratic system, Orbán installed loyal allies at the helm of key institutions, from the media authority to the public prosecutor’s office and the Constitutional Court.</p><p>In several cases, mandates were extended or new appointments pushed through before existing terms had expired — moves that effectively kept loyal leadership locked in place for years, well beyond any potential change in government.</p><p>In his victory speech on Sunday, Magyar called for such officials — including Hungary's president — to step down of their own accord. Beyond that, Hunyadi said, “they don’t really have any other tools to remove these people.”</p><p>Pressure from the EU</p><p>Magyar accuses Orbán and his government of mismanaging Hungary’s economy and social services, and overseeing unchecked corruption he says has led to the accumulation of extreme wealth within a small circle of well-connected insiders while leaving ordinary Hungarians behind.</p><p>He’s vowed to hold such abuses to account, and plans to create an Office for the Recovery and Protection of National Assets to reclaim what he says are Orbán’s allies' ill-gotten gains.</p><p>Magyar campaigned heavily on a promise to bring home billions of euros in European Union funding that has been frozen to Hungary over corruption and rule-of-law concerns under Orbán. He’s also pledged to introduce the euro to Hungary by 2030 — something Orbán’s government long resisted.</p><p>Hunyadi, the analyst, said Magyar's government will be under “tight pressure” by the EU to quickly carry out reforms in order to get access to those frozen funds that are badly needed by Hungary's faltering economy.</p><p>“There are deadlines in terms of unfreezing the funds. They will have to deliver certain laws and reforms by August this year, which is only a few months away,” he said.</p><p>Tisza's win raised hopes across the EU that a new government in Budapest would reverse Orbán's antagonistic approach to Ukraine and his obstruction of efforts to assist the war-ravaged country as it defends against Russia's full-scale invasion.</p><p>Orbán has used his veto power in the EU to stymie sanctions on Russia and block crucial funding to Kyiv. He's also vowed never to allow talks on Ukraine joining the EU to resume.</p><p>In a statement on Monday, Ukrainian Foreign Minister Andrii Sybiha said Orbán's election campaign, “which unfortunately was marked by manipulative rhetoric about Ukraine, is now behind us.”</p><p>“We expect that ... the election results will also contribute to a normalization of political relations,” Sybiha said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWOQVWG5IYBUNHLAQPGW4QMGVU.jpg?auth=10989682c7234ff98ae73d604ac05c290ef54a9402c74693bf69624de1c68908&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man waves a Hungarian flag as he celebrates in the streets after the announcement of partial results of the Hungarian parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCLLVEGMJ7LOBZUXVES5URT66M.jpg?auth=2fd546db6feaa2b68ef6fbd714dc2f492949f621f5fc3306f263f59dfb592ca4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, the leader of the opposition Tisza party, addresses supporters after claiming victory in a parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBXMH6AJNMCTRR4EWOD2HCX46E.jpg?auth=f4157966a6a0ab1b33c9cf660f22b1c675dee00067d5322b62c058b89474e727&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, the leader of the opposition Tisza party addresses after claiming victory in a parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AWJS672B6BIPGIO3AWBIZGIO4Q.jpg?auth=009d7ec06f44655b5a911ac8a36494eb7b233434bfb7428222d8f9fc69f55a77&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, leader of the opposition Tisza party, waves the Hungarian flag following the announcement of the partial results of the parliamentary election, in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content></item><item><title><![CDATA[Suspected militants kill police officer assigned to guard polio team as nationwide campaign begins]]></title><link>https://www.local10.com/health/2026/04/13/suspected-militants-kill-police-officer-assigned-to-guard-polio-team-as-nationwide-campaign-begins/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/13/suspected-militants-kill-police-officer-assigned-to-guard-polio-team-as-nationwide-campaign-begins/</guid><dc:creator><![CDATA[By MUNIR AHMED and ABDUL QAHAR AFGHAN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 10:14:08 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Suspected militants opened fire on a vehicle carrying police officers assigned to protect polio workers in northwestern Pakistan on Tuesday, killing one of them and wounding four others before fleeing the scene, police said. Two attackers were killed when police returned fire.</p><p>The shooting occurred in Hangu, a district in Khyber Pakhtunkhwa province bordering Afghanistan, shortly after Pakistan launched its second nationwide anti-polio campaign of the year, according to local police official Mahmood Alam.</p><p>No group immediately claimed responsibility, but suspicion is likely to fall on the Pakistani Taliban and local militant groups, which often carry out similar attacks in the region and elsewhere. Pakistan and neighboring Afghanistan remain the only countries where polio has not been eradicated, according to the World Health Organization.</p><p>First lady Aseefa Bhutto Zardari urged families to ensure their children are vaccinated during the weeklong drive, which aims to reach more than 45 million children under 5 across all provinces and regions. She said the campaign will be conducted in coordination with Afghanistan, reflecting a shared commitment to interrupt cross-border transmission and close remaining gaps.</p><p>Aseefa is the daughter of President Asif Ali Zardari and former Prime Minister Benazir Bhutto, who was killed in a 2007 gun and bomb attack by militants, and who had personally overseen initiatives aimed at eliminating polio during her tenure. In a statement, she said “Pakistan stands at a crucial moment in the fight against polio.” She said while the country is closer than ever to eradication, “the final stretch remains the most challenging.”</p><p>Highlighting recent gains, she said 31 polio cases were reported nationwide in 2025, while only one case has so far been recorded so far this year, but warned against complacency.</p><p>While Pakistan primarily uses door-to-door vaccination teams to reach children at their homes, Afghanistan generally relies on fixed vaccination sites and health facilities, where parents are asked to bring their children for immunization.</p><p>In Kabul, Sharafat Zaman, spokesperson for the Ministry of Public Health, said the first national polio vaccination campaign of the year has begun in Afghanistan in coordination with international partners, aiming to vaccinate around 12.6 million children under the age of 5 across the country. He said the campaign has been delayed in some areas due to cold weather.</p><p>Zaman urged parents, religious scholars and community leaders to ensure maximum participation in the campaign, stressing that polio can only be prevented through vaccination.</p><p>Pakistan’s polio eradication program has been running anti-polio campaigns for years, though health workers and the police assigned to protect them are often targeted by militants who falsely claim the vaccination campaigns are a Western conspiracy to sterilize children.</p><p>Authorities have deployed thousands of police officers to protect workers following intelligence warnings of possible attacks. More than 200 polio workers and the police assigned to guard them have been killed in Pakistan since the 1990s, according to officials.</p><p>___</p><p>Afghan reported from Kabul. Riaz Khan and Rasool Dawar contributed to this story from Peshawar, Pakistan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXHFDOTJZMGYLBVV4F3OR4IENI.jpg?auth=bf8e94848f33fa26904435a5083dcd65eac2d6c414c09152e238263748eae524&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker administers a polio vaccine to a child at a school in Lahore, Pakistan, Monday, April 13, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6R4TEODUOCOEV3PD5KWAIKL3KI.jpg?auth=338a8eeb54171b7fe7d30f750e08f5a94f486e475c5766dc95c64c371ae985a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Health workers walk through an ally to administrate polio vaccine among children at a neighbourhood in Lahore, Pakistan, Monday, April 13, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IW5KLHAK5BM6LCQUV63PJZ4FM.jpg?auth=c51c74eef1d3db60c0d7e5950e08d8e5f38d60a89d2f35deca4d67d4f91f5bd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker administers a polio vaccine to a child in Lahore, in Lahore, Pakistan, Monday, April 13, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H2CDHUAA4SXQQ4QIA5NZYWSPNA.jpg?auth=2a9fd3486b80ac065d01cefa909a75c3646ded7235d3fa34858efdde18247a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker administers a polio vaccine to a child in Lahore, in Lahore, Pakistan, Monday, April 13, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FG56XVGBU2RQBT5R54K6JV4RMI.jpg?auth=d7f0ff700a3e93bbe6d132f16899b23f7f1c7b00f8b3f79286c4e9484d05d046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A health worker marks a child's finger after administering a polio vaccine in Lahore, in Lahore, Pakistan, Monday, April 13, 2026. (AP Photo/K.M. Chaudary)]]></media:description><media:credit role="author" scheme="urn:ebu">K.M. Chaudary</media:credit></media:content></item><item><title><![CDATA[The Latest: US-Vatican feud erupts over Iran as ship traffic comes to a halt in Strait of Hormuz]]></title><link>https://www.local10.com/news/world/2026/04/13/the-latest-us-vatican-feud-erupts-over-iran-as-ship-traffic-comes-to-a-halt-in-strait-of-hormuz/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/the-latest-us-vatican-feud-erupts-over-iran-as-ship-traffic-comes-to-a-halt-in-strait-of-hormuz/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 12:06:48 +0000</pubDate><content:encoded><![CDATA[<p>The Pope pushed back Monday on President Donald Trump’s criticism of him over the U.S.-Israel war in Iran, telling reporters that the Vatican’s appeals for peace and reconciliation are rooted in the Gospel, and that he doesn’t fear the Trump administration.</p><p>Leo XIV's comments came as traffic through the Strait of Hormuz appeared to have come to a halt, an intelligence firm said, and oil prices resumed their climb after Trump announced on social media that the United States would blockade the waterway.</p><p>U.S. Central Command later said the blockade would involve all vessels entering or departing Iranian ports and coastal areas, and that it would still allow ships traveling between non-Iranian ports to transit the strait, a step down from the president’s earlier threat to blockade the entire strait.</p><p>Trump confirmed the timing and some details of the CENTCOM statement in a post on his social media site early Monday.</p><p>Iran’s Revolutionary Guard said the strait remained under Iran’s “full control” and was open for non-military vessels, but military ones would get a “forceful response,” two semiofficial Iranian news agencies reported.</p><p>The moves came after marathon U.S.-Iran ceasefire talks in Pakistan ended without an agreement, setting the stage for a showdown. Iranian parliament speaker, Mohammad Bagher Qalibaf, who led Iran’s side in the talks, addressed Trump in a statement on his return to Iran: “If you fight, we will fight.”</p><p>The war, which is entering its seventh week, has killed thousands of people and shaken global markets.</p><p>Here is the latest:</p><p>Iran’s Quds Force chief says U.S. will leave Mideast empty-handed</p><p>The U.S. will leave the Middle East without any achievements, Iranian media reported on Monday citing Brig. Gen. Esmail Qaani, commander of the powerful elite Quds Force.</p><p>He noted that the U.S. and Israel should remember how they left Yemen likewise empty-handed in a prior campaign, according to the Tasnim and Mehr semiofficial news agencies.</p><p>Qaani suggested that the Iranian-backed Houthis rebels could close the Bab el-Mandeb Strait as they did between 2023 and 2025. The attacks in Bab el-Mandeb prompted the U.S. to launch an air campaign against the Houthis. The rebels stopped attacking ships in the Red Sea after a deal with the Trump administration.</p><p>EU chief says bloc’s fuel bill is over $25B higher due to Iran war</p><p>The European Union’s fuel bill has risen by more than $25 billion since the United States and Israel launched their war on Iran and is likely to mount,</p><p>European Commission President Ursula von der Leyen said Monday.</p><p>“Our bill for fossil fuel imports has increased by over 22 billion euros – 44 days, 22 billion euros,” she said, noting that “the disruption of energy supplies will continue for some time to come.”</p><p>Von der Leyen recommended to EU governments that they start coordinating the way they use their oil stocks and store natural gas to avoid putting pressure on the market. She proposed to ease restrictions on state aid rules while the crisis lasts to help protect vulnerable consumers and sectors from high energy prices.</p><p>Trump is ‘bluffing’ over Hormuz threat, Iranian security official says</p><p>A U.S. threat to block the Strait of Hormuz is “more bluffing than reality,” according to Ebrahim Rezaei, a spokesperson for the Iranian parliament’s National Security Commission.</p><p>Rezaei warned that Tehran was prepared to respond if the situation escalates militarily.</p><p>“It will make the current situation (Trump) is in more complicated and will further agitate the market he is angry about, and we may also reveal other cards that we have not used in the game,” Rezaei said in a post on X.</p><p>Netanyahu spoke with Vance after Pakistan talks ended</p><p>Israel’s Prime Minister Benjamin Netanyahu said Monday that he has spoken with U.S. Vice President JD Vance about the negotiations in Pakistan.</p><p>Netanyahu said the pair spoke Sunday while Vance was on the plane returning from the negotiations in Islamabad.</p><p>Israel supports President Donald Trump’s “strong stance to impose a naval blockade on Iran,” Netanyahu said, adding that Israel backs the U.S. position that Iran must remove all of its enriched nuclear material and must refrain from any enrichment within Iran for several decades.</p><p>Maritime expert previews potential conflict in Strait of Hormuz</p><p>The coming days could be a stress test for the Strait of Hormuz and for the rules that are supposed to govern it, according to Sal Mercogliano, a maritime historian at Campbell University.</p><p>It remains unclear, he added, how the U.S. would track, intercept and board vessels moving from Iranian ports through the strait.</p><p>Any U.S. or Iranian attempt to choke off the waterway would run counter to the principle of freedom of navigation, said Mercogliano, who has testified before the U.S. Senate on commercial shipping and written for the U.S. Naval Institute.</p><p>“We are challenging the concept of freedom of the seas,” Mercogliano said on his “What’s Going on With Shipping?” podcast, which has more than 600,000 followers on YouTube.</p><p>Russia warns blockade of Strait of Hormuz will rattle global markets</p><p>Russia said Monday that a U.S. blockade of the Strait of Hormuz will likely hurt global markets.</p><p>Asked to comment on the U.S. announcement of a blockade on Iran’s ports and coastline, Kremlin spokesman Dmitry Peskov said: “Most likely, such actions will continue to negatively impact international markets, this can be assumed with a high degree of certainty.”</p><p>Peskov told reporters: “Many details remain unclear and incomprehensible, so I would refrain from making any substantive comments at this time.”</p><p>Iran and Saudi Arabia discuss Islamabad talks</p><p>Iran’s Foreign Minister Abbas Araghchi has spoken by phone with his Saudi counterpart, Prince Faisal bin Farhan, Iranian semiofficial media reported.</p><p>The ministers discussed the talks between the U.S. and Iran in Pakistan which failed to achieve a deal, Mehr News agency said, without elaborating further.</p><p>Israel strike on Hamas-run security point in Gaza kills 3</p><p>An Israeli airstrike killed at least three Palestinians in central Gaza Strip early Monday, hospital authorities said.</p><p>The strike hit a Hamas-manned security point just after midnight in the eastern part of Deir al-Balah city, in central Gaza, according to the Al-Aqsa Martyrs Hospital which received the dead men. One Palestinian was also wounded in the strike.</p><p>The military did not immediately respond to a request for comment.</p><p>The deaths were the latest among Palestinians in the coastal enclave since an October fragile ceasefire deal attempted to halt a more than two-year war between Israel and Hamas in Gaza. While the heaviest fighting has subsided, the shaky ceasefire has seen almost daily Israeli fire.</p><p>US-Iran ceasefire could be extended, Turkey says</p><p>Turkish Foreign Minister Hakan Fidan has said the U.S.-Iran ceasefire could be extended for 45 to 60 days to allow the negotiations to continue.</p><p>Fidan, whose country has supported mediations efforts, said the U.S. and Iranian delegations presented initial “maximalist” positions during the talks in Pakistan, adding that Iran is expected to review U.S. proposals and respond.</p><p>“If the parties make good progress, an additional ceasefire could be introduced — lasting 45 to 60 days — so that negotiations can continue,” he said in an interview with state-run Anadolu Agency. He cautioned however, that Israel remains “a factor” that could disrupt the negotiations. The nuclear issue could also become a sticking point, he said.</p><p>“If the nuclear matter turns into an all‑or‑nothing situation, especially regarding enrichment, we could face a serious obstacle,” Fidan said. “But hopefully, with the support of mediators and other countries, we will try to overcome this as well.”</p><p>Union sounds alarm over crews stuck in Strait of Hormuz</p><p>A labor union said Monday that thousands of crew members stuck on vessels in and around the Strait of Hormuz are running short on basics and growing increasingly desperate.</p><p>Milind Kandalgaonkar, general secretary of the National Union of Seafarers of India, said that nearly 20,000 Indian crew members were stranded in the region.</p><p>“Many of these seafarers are reportedly facing acute shortages of food, potable water, and essential medical supplies,” he wrote in a letter to India’s national shipping board. He urged authorities to ensure supplies can reach the vessels, protect seafarers’ welfare and prepare evacuation plans if needed.</p><p>Tanker owners say the ceasefire has done little to ease conditions for mariners in the strait, where crews report dwindling food and fresh water.</p><p>Israel’s military says ground operations in southern Lebanon extended</p><p>Israel’s military said Monday said its troops have surrounded what they say is Hezbollah military infrastructure and have started ground operations</p><p>in the strategic southern Lebanese town of Bint Jbeil and its surrounding areas, killing over 100 Hezbollah fighters.</p><p>Hezbollah did not immediately publicly announce anyone killed among their ranks, and Israel did not immediately acknowledge any fatalities among their forces. Hezbollah has not commented on the developments.</p><p>On Sunday Hezbollah claimed at least five attacks on Israeli troops in the town and its outskirts with rockets, artillery, and exploding drones. According to the group’s statements, the Israeli troops were positioned near a school, a hospital, and juncture that surrounds the heart of Bint Jbeil. The Israeli military said it attacked Hezbollah forces.</p><p>The town overlooks the UN-mandated Blue Line that divides Israel and Lebanon, just over 2 miles away, making it a strategic point for the Iran-backed group.</p><p>Germany’s Merz says U.S.-Iran peace talks in Pakistan were not well prepared</p><p>German Chancellor Friedrich Merz has criticized the peace talks between the U.S. and Iran in Pakistan last week as not well prepared.</p><p>“I was not surprised by the decision to break off the talks in Islamabad,” he told reporters in Berlin on Monday.</p><p>“From the very beginning, I didn’t get the impression that they were really well prepared,” the chancellor said without further elaborating who exactly he was referring to with this criticism.</p><p>US blockade of Iran could trigger Houthi disruption of Bab el-Mandeb - analyst</p><p>The U.S. blockade of Iranian ports could prompt the Iranian-backed Houthi rebels in Yemen to disrupt transit through Bab el-Mandeb Strait, an analyst has warned.</p><p>“If the U.S. moves to impose a blockade on Iranian ports and Iran starts feeling the pain, the Houthis are very likely to escalate in the Bab el-Mandeb,” said Ahmed Nagi, a senior analyst for Yemen at the International Crisis Group think-tank.</p><p>The closure of Bab el-Mandeb would add “another layer” of pressure on the global shipping industry, he said.</p><p>Lebanese Red Cross offices in Tyre hit by drone</p><p>The offices of the Lebanese Red Cross in Tyre were hit by a drone strike on Monday, Lebanon’s state-run National News Agency reported.</p><p>The strike in the southern coastal city killed a wounded person being transported and damaged Red Cross vehicles. The Israeli military did not immediately reply to inquires from The Associated Press.</p><p>The funeral was being held on Monday for a Lebanese Red Cross volunteer killed on Sunday in an Israeli strike that hit his team while on a mission in Beit Yahoun.</p><p>The Lebanese Red Cross operates in war-torn southern Lebanon in coordination with the U.N. peacekeeping mission in Lebanon, UNIFIL, and the Lebanese military.</p><p>Japan’s Takaichi praises Pakistan’s mediation effort</p><p>Japan’s Prime Minister Sanae Takaichi held telephone talks Monday with her Pakistani counterpart, Shehbaz Sharif, during which she expressed support for his mediation efforts for hosting U.S.-Iran talks in Islamabad.</p><p>Takaichi said she reiterated Japan’s position that what is most important is to promptly reach a final agreement and to de-escalate the situation through talks to ensure safe passages through the Strait of Hormuz.</p><p>Sharif said Pakistan hopes to cooperate with Japan in the effort, Takaichi said.</p><p>France, U.K. to convene talks on Hormuz navigation mission</p><p>France and the U.K. will organize a conference with partners ready to contribute to a peaceful multinational mission to help restore navigation in the Strait of Hormuz, President Emmanuel Macron said.</p><p>In a post on X, Macron stressed “the need to restore free and unimpeded navigation through the Strait of Hormuz as quickly as possible.” He called for a “peaceful multinational mission,” adding: “This strictly defensive mission, separate from the warring parties to the conflict, is intended to be deployed as soon as circumstances permit.”</p><p>France and the U.K. have in recent years been working to set up an operation that would allow ships to cross the Strait of Hormuz once the fighting ends.</p><p>Germany will reduce energy tax for diesel and gas for 2 months</p><p>The roughly 17-cent (20 U.S. cent) per-liter reduction is intended to help cushion the impact of high energy prices linked to the Iran war.</p><p>Chancellor Friedrich Merz said Monday the measure “will very quickly improve the situation for drivers and businesses across the country, and especially for those who spend a great deal of time on the road, primarily for work-related reasons.”</p><p>Starmer says Britain doesn’t support Trump’s Iran blockade</p><p>Prime Minister Keir Starmer says Britain will not be part of a U.S. blockade of Iranian ports in response to the closing of the Strait of Hormuz. Starmer told BBC radio on Monday that “we’re not supporting the blockade” and “we’re not getting dragged into the war.”</p><p>He said U.K. efforts remain focused on reopening the key shipping route, whose closure has sent prices for oil and other commodities soaring.</p><p>Starmer spoke after U.S. President Donald Trump said Britain would send minesweepers to the strait.</p><p>Britain says it might help with mine-clearing in the waterway, but only after the fighting stops. Starmer said all Britain’s military capability is focused on getting the strait “fully open.” The U.K. is working with dozens of other countries on plans to restore security to shipping through the key oil route after the conflict.</p><p>Japan urges de-escalation</p><p>Japan has expressed support for the U.S.-Iran talks held in Pakistan over the weekend and that it continues to closely watch further development in hopes of an early de-escalation.</p><p>Chief Cabinet Secretary Minoru Kihara told reporters Monday that his government believes that the most important thing is actually to achieve de-escalation, including ensuring the safe passage through the Strait of Hormuz.</p><p>“We hope a final agreement will be reached swiftly through diplomatic efforts,” Kihara said.</p><p>Kihara, asked if Japan is considering sending Japanese warships to join minesweeping effort in the key waterway, said nothing has been decided.</p><p>ASEAN urges more peace negotiations, open Strait of Hormuz</p><p>Southeast Asian countries urged the United States and Iran Monday to keep going with peace negotiations, enforce a ceasefire and restore the safe passage of ships, seafarers and aircraft in the Strait of Hormuz.</p><p>The foreign ministers of the Association of Southeast Asian Nations made the urgent plea as they held an emergency video conference, the second in recent weeks, to assess the impact of the war in the Middle East, including soaring fuel prices, and how they could cooperate in the face of global crises.</p><p>The 11-nation bloc reminded “the obligations of all states to resolve their differences through peaceful means, to respect the sovereignty and territorial integrity of all nations, to protect civilians and civilian infrastructure in armed conflicts.”</p><p>It called “for the full and effective implementation of the ceasefire, aimed at preventing further suffering and loss of lives, ensuring maritime security and freedom of navigation and overflight.”</p><p>Iran says no port in gulf region will be safe if its ports threatened</p><p>Iran threatened ports in the Persian Gulf and the Gulf of Oman after the U.S. announced a blockade on Iran’s ports and coastline.</p><p>“Security in the Persian Gulf and the Sea of Oman is either for everyone or for NO ONE,” according to the Islamic Republic of Iran Broadcasting, IRIB. “NO PORT in the region will be safe,” the Iranian military said.</p><p>Oil prices start climbing, Asian shares drop</p><p>Oil prices started climbing and Asian markets mostly declined Monday as the U.S. military prepared to blockade ships bound for or coming from Iranian ports and transiting the Strait of Hormuz.</p><p>On Monday, benchmark U.S. crude jumped $6.71 or nearly 7% to $103.28 a barrel. Brent crude, the international standard, rose $6.20, or 6.5%, to $101.40 a barrel.</p><p>Oil prices have been rising as shipping through the strait has essentially stalled since late February. 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.</p><p>Japan’s benchmark Nikkei 225 lost 0.7% to finish at 56,502.77. Australia’s S&P/ASX 200 shed 0.4% to 8,926.00. South Korea’s Kospi dipped 0.9% to 5,808.62. Hong Kong’s Hang Seng slipped 1.1% to 25,613.85, while the Shanghai Composite was little changed, inching up less than 0.1% to 3,988.56.</p><p>Iraqi oil exports plummet</p><p>Iraq’s oil exports plunged in March to 18.6 million barrels, down from 99.87 million in February due to the closure of the Strait of Hormuz, according to official figures released Monday.</p><p>The state-run Organization for Marketing of Oil said revenues also have fallen to just $1.95 billion, down from over $6.81 billion.</p><p>The figures showed that exports from the Kurdistan Region through Turkey’s Ceyhan port also dropped to 1.27 million barrels, down from 5.55 million barrels in February.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTZIWTQ2MVEK6EDCX35W24OLNI.jpg?auth=6ef3ba445f178e2a2339f1a9579d2ca4688f69656e7d4f9b53dc156d05d8f4ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oil tankers and cargo ships line up in the Strait of Hormuz as seen from Khor Fakkan, United Arab Emirates, Wednesday, March 11, 2026. (AP Photo/Altaf Qadri,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XEI6VYX5R3DHNGHEF3WPF3IMKM.jpg?auth=18820bfdda204db01fd6c8319b545d8b62c37c9e35fbcdf29c79090676154ab8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners react during the funeral of 13 state security officers killed the previous day in an Israeli strike in Lebanon's coastal city of Sidon, Saturday, April 11, 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/64BSGS3RHK4POZQTGZZFMLC6RY.jpg?auth=4d2daebd7d4be991730cb7422c9c9ad60b2f2cc4f2a17b23d80d1d9188f9b252&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 at Joint Base Andrews, Md., Sunday, April 12, 2026, after he returned from Miami. (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/VPDIHTA3M45MULVAITZMJOVMKM.jpg?auth=9ad47202b70bc69bd5a0c4347d096ee9648c8928e9cc1bf7a8dcdc345848324d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man sits on a bench in a memorial, set for the school children who were killed during a strike on a school in southern town of Minab on Feb. 28, in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQCPGBLY7ZHEZMCQQV2RNCYLKI.jpg?auth=8a1228a15b7d0577f9fcf0c361b93d3ec9d4386df79b2da91b74ab4cbfa58d16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women walk past a banner depicting the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Britney Spears enters substance abuse treatment facility weeks after her arrest on suspicion of DUI]]></title><link>https://www.local10.com/entertainment/2026/04/13/britney-spears-enters-substance-abuse-treatment-facility-weeks-after-her-arrest-on-suspicion-of-dui/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/13/britney-spears-enters-substance-abuse-treatment-facility-weeks-after-her-arrest-on-suspicion-of-dui/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 10:30:50 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Britney Spears has entered a substance abuse treatment facility just over a month after she was arrested on suspicion of driving under the influence of alcohol and drugs.</p><p>A representative for Spears said in an email to The Associated Press on Sunday that the 44-year-old pop superstar had voluntarily checked herself into the facility.</p><p>On March 5, California Highway Patrol officers received a report that a BMW was driving fast and erratically on U.S. 101 in Ventura County near the Los Angeles County line, the CHP said.</p><p>Spears, who lives in the area, took a series of field sobriety tests and was arrested on suspicion of driving under the influence of a combination of alcohol and drugs, authorities said. She was taken to a county jail and released several hours later.</p><p>Investigators turned over the case on March 23 to the Ventura County District Attorney's Office, which plans to make a decision on charges against Spears before a scheduled May 4 court date.</p><p>A representative at the time called Spears' actions “completely inexcusable” and said it would ideally be “the first step in long overdue change that needs to occur in Britney’s life.”</p><p>Spears has mostly set aside her music career. She has not toured in nearly eight years and has not put out an album in nearly a decade.</p><p>In 2021, she regained control of her life decisions and finances when a court-ordered conservatorship was dissolved after nearly 14 years. Two years later, she released a bestselling memoir, “The Woman in Me.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYFZXHT4SROLV5EA4WQEIPGMPI.jpg?auth=0bb22c0f7d5addb4ca7bb784dbb9e4f485d03a22ef0b382f9e7091e83a6bb32a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britney Spears arrives at the Los Angeles premiere of "Once Upon a Time in Hollywood," on July 22, 2019. (Photo by Jordan Strauss/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[An underwater bus in Havana becomes the ride that matters during Cuba's fuel crisis]]></title><link>https://www.local10.com/business/2026/04/13/an-underwater-bus-in-havana-becomes-the-ride-that-matters-during-cubas-fuel-crisis/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/an-underwater-bus-in-havana-becomes-the-ride-that-matters-during-cubas-fuel-crisis/</guid><dc:creator><![CDATA[By ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 05:30:14 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA (AP) — On a recent sweltering afternoon in the Cuban capital, dozens of commuters on bicycles, scooters and electric motorcycles gathered in a tidy row at the entrance of the Havana Bay Tunnel. They were waiting for the Ciclobús, a bus specially fitted to take people — and their rides — through the underwater tunnel linking Old Havana to the eastern side of the island.</p><p>The diesel-powered bus can accommodate around 60 travelers and their vehicles, making enough trips to transport more than 2,000 people per day. It features a front seating section, but half its metallic frame is an open bay for cargo. Riders enter via a specialized ramp and stay with their vehicles for the duration of the trip, holding onto wall-mounted grab bars for balance. Bicycles, motorcycles and scooters are not allowed in the tunnel.</p><p>While the Ciclobús is not new, it has never been as popular — and essential — as Cuba navigates its most severe energy crisis in decades.</p><p>The energy blockade imposed by U.S. President Donald Trump in January has forced the country to ration gasoline to only 20 liters (5 gallons) per vehicle through a cumbersome appointment process that can take weeks, or even months, halting public transportation. These days, the streets of Havana are almost empty of cars but teeming with thousands of bicycles and small electric motorcycles that have become the only way to get around.</p><p>“My husband owns a bicycle, so I'm riding as his companion,” said Ingrid Quintana, a resident of East Havana, who works in the old part of Havana, while waiting for the tunnel bus. “It’s an option we have, because there’s no public transportation and we can’t afford to pay for a private taxi, so we ride the Ciclobús."</p><p>The Ciclobús is the shortest public transportation route on the island, covering 3 kilometers (1.8 miles) in about 15 minutes.</p><p>After boarding near the Havana Bay Tunnel in Old Havana, passengers endure a rattling journey through the darkness of the underwater passage. They emerge in eastern Havana, a sprawling residential zone where hundreds of thousands reside. By contrast, the alternative land route must skirt the massive bay, a 16-kilometer (10-mile) trek through sparsely populated and poorly paved industrial port areas.</p><p>The fare for boarding ranges from 2 to 5 Cuban pesos (a tiny fraction of a U.S. dollar on the informal market) depending on whether you are transporting a bicycle or a motorcycle.</p><p>In comparison, a ride in a shared taxi from the eastern neighborhoods — passing through the tunnel — costs 1,000 Cuban pesos (about $2). A Cuban worker can earn a monthly salary of 7,000 Cuban pesos (about $14).</p><p>Owned by Havana’s state-run transport company, the Ciclobús emerged in the 1990s during the so-called “Special Period,” the crisis triggered by the collapse of the Soviet Union that left the island isolated, prompting then-President Fidel Castro to distribute Chinese-made bicycles among the population.</p><p>Over time, the service lost some of its appeal as residents turned to regular buses or shared taxis. But it is now seeing a resurgence as fuel shortages force more Cubans to rely on bicycles, electric tricycles, scooters and motorcycles for their daily commutes.</p><p>“Most jobs are on the other side, in the city, and that’s why we have to ride it to get across,” said 32-year-old gym teacher Bárbaro Cabral, gripping his bicycle tightly as the Ciclobús began to fill with passengers.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GQQQOQA6SVWERFBMGCZNP5QI7Q.jpg?auth=87312c196b8fc7f41d759840334e80d3aaf1be643e3c2ca87073459fe00232a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People load their bicycles onto a public bus to cross the Bay Tunnel in Havana, Wednesday, April 8, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AD23AEHFH4N6GQ5OYBAFZYLZUQ.jpg?auth=b35dddd1f36d64f1463f95299107d03b90c7b98c5df0e9d0d282144f2fcfd220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People with their bicycles and motorcycles cross the Bay Tunnel in a public bus in Havana, Wednesday, April 8, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6IWM5MOSBXU66ZDHB5V3E5J7JE.jpg?auth=1053be529a726bc68748ad9608571b0d82d1120e78fc9bbae060f910acd0c2c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commuters wait for the arrival of a public bus in Havana, Wednesday, April 8, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JMGZCHTLO2HBVRPDEWI7TY2FIM.jpg?auth=43704c38745b98037019eee4889962d6daa3b13325fb51575fdd7599a01a87fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait for the arrival of a public bus to transport their bicycles across the Bay Tunnel in Havana, Wednesday, April 8, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACCPZUDQJOXSIYLKADRFF22FAI.jpg?auth=92156541c6c57b3c162ec7057e363802609c87f42568a0b665aae7b8b6a976ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man speaks on the phone while holding his electric bicycle in a public bus to cross the Bay Tunnel in Havana, Wednesday, April 8, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Pope calls for peace in Algeria against the backdrop of Iran war]]></title><link>https://www.local10.com/news/world/2026/04/13/pope-leo-xiv-visiting-algeria-to-open-africa-trip-and-honor-locally-born-st-augustine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/pope-leo-xiv-visiting-algeria-to-open-africa-trip-and-honor-locally-born-st-augustine/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, AOMAR OUALI and PAOLO SANTALUCIA, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 10:38:49 +0000</pubDate><content:encoded><![CDATA[<p>ALGIERS, Algeria (AP) — Pope Leo XIV arrived in Algeria on Monday on the first-ever papal visit and called for peace in all nations to prevail, in a trip overshadowed by the U.S.-Israeli war in Iran and an extraordinary broadside against Leo by President Donald Trump.</p><p>Leo’s arrival in Algiers kicked off an intense, 11-day tour of four African nations — Algeria, Cameroon, Angola and Equatorial Guinea — that will bring history’s first U.S.-born pope deep into the growing heart of the Catholic Church.</p><p>Leo is coming to Algeria to promote Christian-Muslim coexistence at a time of global conflict and to honor the locally born inspiration of his religious spirituality, St. Augustine.</p><p>The trip got underway, however, against the backdrop of a growing feud between the Chicago-born Leo and Trump, over the war. Trump overnight said he didn’t think Leo was doing a good job as pope and suggested he should “stop catering to the Radical Left.”</p><p>Leo responded on the plane en route to Algeria, saying the Vatican’s appeals for peace and reconciliation are rooted in the Gospel, and that he didn’t fear the Trump administration.</p><p>In his first remarks in a rainy Algiers, Leo visited the monument to the martyrs of Algeria's violent struggle for independence from France, obtained in 1962. Hundreds of thousands died in the revolution, during which French forces tortured detainees, disappeared suspects and devastated villages as part of a counterinsurgency strategy to maintain their grip on power.</p><p>Speaking in English to a crowd of several thousand people at the monument, Leo said, “God desires peace for every nation: a peace that is not merely an absence of conflict, but one that is an expression of justice and dignity.”</p><p>“I know how difficult it is to forgive. However, as conflicts continue to multiply throughout the world, we cannot add resentment upon resentment, generation after generation,” he said. “In the end, justice will always triumph over injustice, just as violence, despite all appearances, will never have the last word.”</p><p>Later Monday, Leo was to address Algerian authorities and visit the city’s Great Mosque. He was finishing the day with a gathering at the Our Lady of Africa basilica, and then prayers at a nearby monument for migrants killed in shipwrecks trying to reach Europe.</p><p>The official motto of the Algeria trip is Leo’s opening line wherever he goes — “Peace be with you” — and the Vatican says a general message of peace and Christian-Muslim coexistence would be the major theme.</p><p>In Algeria, a tiny Catholic community of around 9,000 people made up mostly of foreigners exists alongside the Sunni Muslim majority of about 47 million, according to Vatican statistics.</p><p>The archbishop of Algiers, French Cardinal Jean-Paul Vesco, said on any given day, nine out of 10 people who visit the basilica are Muslim.</p><p>“It’s wonderful to be able to show that we can be brothers and sisters together, building a society despite our different religions,” Vesco told The Associated Press on the eve of Leo’s arrival. “And that is what our church has been doing since this country gained independence.”</p><p>The United States, though, has placed Algeria on its special watch list for “having engaged in or tolerated severe violations of religious freedom.” The Algerian constitution recognizes “religions other than Islam” and allows individuals to practice their faith if they respect public order and rules.</p><p>But proselytizing to Muslims by non-Muslims is a crime, and some other Christian denominations have faced persecution from Algerian authorities, who have closed their churches.</p><p>“I imagine it’s a good thing that a pope is visiting Algeria,” said Selma Dénane, a student who lives in Annaba down the coast from Algiers. “But what will it change afterward? Will Christians be able to say, ‘I am a Christian’ without fear or stigmatization?’”</p><p>A violent past of martyrs</p><p>Three decades after declaring independence from France, 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.</p><p>Among those killed were 19 Catholics, including seven Trappist monks from the Tibhirine monastery south of Algiers, who were kidnapped and killed in 1996 by Islamic fighters. Also among the 19 were two nuns from Leo’s Augustinian religious family.</p><p>On his first day in Algeria, Leo was paying homage to the 19 martyrs and was visiting the remaining Augustinian nuns who run a social services project out of the Algiers basilica that helps people of all faiths.</p><p>“They gave their lives for God, for Jesus, for the church, for the Algerian people because they didn’t want to leave the country, even in the difficult moments,” said Sister Lourdes Miguelez.</p><p>All 19 were beatified in 2018 as martyrs for the faith in what was then the first such beatification ceremony in the Muslim world.</p><p>Vesco, the Algiers archbishop, likes to remind audiences that Leo was elected on May 8, the Catholic feast day of the 19 martyrs. Immediately after Leo’s election, Vesco invited him to visit.</p><p>Leo has another connection to the Trappist monks: He has made a mantra out of one of the sayings of the martyred prior of the Tibherine monastery, Christian de Chergé, who spoke of an “unarmed and disarming peace.” Leo has cited the line starting from the night of his election.</p><p>A personal and pastoral visit</p><p>For Leo, the visit to Algeria is pastoral but also deeply personal. His Augustinian religious order was inspired by the teachings of St. Augustine of Hippo, the fifth-century theological and philosophical titan of the early Christian church who was born in what is today Algeria and spent all but five years of his life there.</p><p>On Tuesday, Leo will visit Annaba, the modern-day Hippo where St. Augustine was bishop for three decades, and will literally walk in the footsteps of the saint.</p><p>From his first public words as pope, Leo proclaimed himself a “son of St. Augustine,” and he has made that clear in his first year, repeatedly citing the church father in his speeches and homilies.</p><p>“I don’t know if I have seen a statement, a homily, an apostolic letter or exhortation that doesn’t reference Augustine,” said Paul Camacho, associate director of the Augustinian Institute at Villanova University, Leo’s Augustinian-run alma mater outside Philadelphia.</p><p>“The shadow that he casts on Western thought, not just the Roman Catholic Church but on Western thought more broadly, is very, very long indeed,” he said.</p><p>___</p><p>Ouali and Santalucia reported from Algiers, Algeria.</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/KAEGTOAYJ33ATDLHWKGISBJ6LE.jpg?auth=1d7aaaa67a63e0262040326d5979f6fe0d830dfa7d9443afa21d14f2d332587e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV is welcomed by Algerian President Abdelmadjid Tebboune, right, upon his arrival at Algiers' Houari Boumédiène International Airport on Monday, April 13, 2026, at the start of an 11-day apostolic journey to Africa. (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/77I2NLSDHJ6NF6LRJ3GKL3Q5XY.jpg?auth=0bd59430c227d79651fc96a4b1bcc79acdcd404eff84430de86fd3811fc4cf40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives at Maqam Echahid Martyrs' Monument in Algiers, Monday, April 13, 2026, on the first day of an 11-day apostolic journey to Africa. (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/WLVCV4K7AJ3KWITWBYLQAUHM54.jpg?auth=4c9a7fcbeca36ef05bb57712ee2dc8a42d8514f0eb06ada5f5767bbfcac83d25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives at Maqam Echahid Martyrs' Monument in Algiers, Monday, April 13, 2026, on the first day of an 11-day apostolic journey to Africa. (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/RP4DYMK4PGQHVIPTUN2PAOENY4.jpg?auth=a0730c4878283b75980e2a043d7b6060800ece1d6f77af293c7ba76a6b666982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather to watch Pope Leo XIV arriving at Maqam Echahid Martyrs' Monument in Algiers, Monday, April 13, 2026, on the first day of an 11-day apostolic journey to Africa. (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></item><item><title><![CDATA[Already under financial pressure, Midwest soybean farmers are squeezed further by tariffs, Iran war]]></title><link>https://www.local10.com/business/2026/04/13/already-under-financial-pressure-midwest-soybean-farmers-are-squeezed-further-by-tariffs-iran-war/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/already-under-financial-pressure-midwest-soybean-farmers-are-squeezed-further-by-tariffs-iran-war/</guid><dc:creator><![CDATA[By ERIC FERKENHOFF, Lee Enterprises and JOSH KELETY, Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 07:21:04 +0000</pubDate><content:encoded><![CDATA[<p>WAHOO, Neb. (AP) — Strong winds whipped around Doug Bartek, a fifth-generation farmer, as he headed into a grain bin to shovel soybeans onto a conveyor chute. The 60-year-old was anxious at the onset of the spring planting season, rattling off the long list of issues affecting his family’s livelihood at their 2,000-acre farm near Wahoo, Nebraska.</p><p>The high cost of fuel, equipment, and fertilizer — compounded by the Iran war — and also tariffs, perceived “price gouging” by suppliers, and low soybean prices driven by a global supply glut. All of it weighs on Bartek, who is chairman of the Nebraska Soybean Association.</p><p>“Our biggest struggles are our inputs, be it fertilizer, seed, chemical, parts,” Bartek said. “There has been so much drastic markup in all of these. And I just kind of feel like the farmer’s kind of painted in the corner.”</p><p>Bartek’s concerns are shared by many Midwest soybean producers. Costs, such as equipment, have crept up over time while soybean prices have stayed low. Tariffs levied by the Trump administration last year and the resulting monthslong trade war with China only made things worse, they say. Then the Iran war bottled up shipping through the Strait of Hormuz, restricting global fertilizer supplies and sending fertilizer prices sky high. A ceasefire deal announced April 7 raised hope that bottlenecks in the strait would abate, but the future of the agreement was uncertain.</p><p>“A lot of producers are pretty nervous going into this year,” said Justin Sherlock, a soybean farmer and president of the North Dakota Soybean Growers Association. “It looks like we’re going to have another year of negative returns.”</p><p>Years of rising costs, low soybean prices</p><p>Soybeans, which are used for livestock feed, food and biofuels, are among the top U.S. agricultural exports. That hasn’t always been the case. Before the 1960s soybeans weren’t a major crop in the U.S, according to Chad Hart, an agricultural economist at Iowa State University. It wasn’t until the 1990s that soybean production accelerated due to international demand — primarily from China — and soybeans and corn are now dominant in U.S. agriculture.</p><p>But U.S. soybean farmers, who typically also grow corn, have been facing financial issues for years even before the onset of the Iran war. Soybean prices have been persistently low in recent years. The global market has been awash in soybeans, driven in part by Brazil, which surpassed the U.S. as the world’s largest soybean producer years ago.</p><p>“If we look at global soybean production over the past several years, it continues to set record, after record, after record,” Hart said. “There’s been just large supplies globally, and that has led to depressed prices.”</p><p>Meanwhile, Midwest soybean farmers’ costs have risen. Overall farm production expenses, including seed and pesticide, have increased over time, according to the U.S. Department of Agriculture. Operating costs for soybean production have stayed elevated since 2020 and are projected to increase again in 2026, according to the agency.</p><p>The cost of land also is a major issue for farmers, experts say. Midwest crop land values have increased. And most regional farmers rent some of their land, according to Joana Colussi, research assistant professor in the department of agricultural economics at Purdue University.</p><p>Bartek, who rents three-quarters of his land, said landowners are increasing rents, causing further financial strain.</p><p>“There’s a lot of what I call absentee landowners that have absolutely no idea what goes on on the farm,” he said. “All they know is their taxes went up and you get to make up the difference, some way, somehow.”</p><p>“They’re very concerned about negative margins driven by low prices and high cost,” said Paul Mitchell, a professor of agricultural and applied economics at the University of Wisconsin-Madison, of farmers. “There’s just a liquidity cash crunch for a lot of them and they’re just trying to figure out how to deal with everything.”</p><p>The number of farms in the U.S. has shrunk over time and consolidation in farming is a long-term trend, though farmers’ financial pressures wrought by high input costs and low commodity prices have contributed, Hart said. Larger farms tend to be more competitive and depend on large, expensive machinery.</p><p>“The financial reserves need(ed) on a farm are much greater than they used to be,” Hart said. “We’re a bit more sensitive to the financial conditions these days because so much capital is being utilized within the farm business.”</p><p>Tariffs, trade war have lasting impacts</p><p>Market forces aren’t the only issue weighing on farmers. Sweeping tariffs levied by President Donald Trump in April 2025 exacerbated a trade war with China, the top buyer of U.S. soybeans. China responded with retaliatory tariffs and effectively boycotted U.S. soybeans, cutting off a major export market for Midwest farmers and driving the price of soybeans even lower.</p><p>“When that was announced and soybean prices basically collapsed, if you could afford to hold on to your beans and wait for better times, you were OK,” said Mike Cerny, a soybean, and winter wheat corn farmer in Sharon, Wisconsin. “If you had a mortgage due or payments due or cash flow needs and you had to sell at that point, you were taking it pretty rough.”</p><p>The U.S. and China eventually reached a deal in late 2025. Beijing committed to buying 12 million metric tons of soybeans by January and at least 25 million metric tons annually for the next three years. China has since met its initial soybean purchase goal and the Trump administration also rolled out a $12 billion temporary aid package in December to boost farmers affected by the trade war.</p><p>But the damage is already done, experts and farmers say. While China’s renewed purchases and the federal payments are helping, it’s not enough to recover farmers’ losses. Even after federal assistance, farmers still lost almost $75 per harvested acre of soybeans in the 2025 crop, according to the American Soybean Association. And the trade war further pushed China toward competing soybean exporters, such as Brazil — accelerating a trend of declining U.S. soybean exports to China.</p><p>“When China decided to stop purchasing, we couldn’t find enough other markets to replace those sales,” Hart said. “We’re still feeling the impacts today. When you look at where soybean exports are today versus where we would normally expect them to be, we’re still running anywhere from 15% to 20% behind normal.”</p><p>Joseph Glauber, former chief economist at the Department of Agriculture between 2008 and 2014, said global competitors to U.S. soybean farmers gained from the trade war.</p><p>“When China has put on tariffs against the U.S. they’ve tended to buy then from Brazil or Argentina, largely Brazil,” Glauber added. “We’re not nearly as dominant in the world as we used to be in terms of the global export market for soybeans.”</p><p>Iran war drove up fuel, fertilizer costs</p><p>After the U.S. and Israel attacked Iran on Feb. 28, a severe slowdown in shipping traffic through the Strait of Hormuz sent the price of oil soaring. The shipping disruption also largely stopped the export of nitrogen fertilizers manufactured in the Persian Gulf and limited access to key fertilizer ingredients. The price of urea, the most widely traded nitrogen fertilizer, skyrocketed.</p><p>Soybeans don’t require nitrogen fertilizer, but it’s vital for corn and most soybean farmers also grow corn. About half the global supply of urea comes from the Middle East, and Qatar and Saudi Arabia are two of the top sources of U.S. fertilizer imports, according to the American Farm Bureau Federation.</p><p>The U.S. and Iran agreed to a two-week ceasefire last week that included reopening the strait of Hormuz, but traffic remained slowed amid disagreements over Israeli attacks in Lebanon, and the price of urea remains elevated.</p><p>Many Midwest farmers bought their fertilizer well in advance of the spring planting season. But some farmers who didn’t buy early face elevated prices. Dave Walton, a corn, soybean, and hay farmer in Iowa and vice president of the American Soybean Association, said in March that some of his neighbors didn’t have cash on hand last fall to buy fertilizer and were struggling to budget for fertilizer due to high prices.</p><p>The war also caused gasoline and diesel prices to surge, causing further headaches for farmers. Oil prices dropped following the ceasefire announcement, but the war and the closure of the strait will have lasting impacts on farmers, said Seth Goldstein, a senior equity analyst at Morningstar, an investment research company. Facilities in the Middle East that are critical for exporting chemicals, oil and other commodities were damaged or destroyed during the war and it will take time for supply chains to recover, he said.</p><p>“Facilities have been hit, like liquid natural gas plants,” Goldstein added. “You are also looking at a big supply crunch in commodity chemicals, which are the inputs for crop chemicals.”</p><p>“We burn a lot of diesel fuel,” said Chris Gould, a corn and soybean farmer in Maple Park, Illinois. “It’s hard to say if I’m gonna come out ahead or behind on this whole deal. But I suspect I’m going to come out behind.”</p><p>Concerns about the future</p><p>Farmers’ financial problems are showing up in some measures. Farm bankruptcies, while still relatively low, continued to climb in 2025, according to the American Farm Bureau Federation. In a survey of 400 farmers conducted by researchers at the Purdue Center for Commercial Agriculture in late March, almost half said their farm operation is financially worse off than it was a year ago.</p><p>Goldstein, the Morningstar analyst, said farmers’ high costs and low revenues contributed to the spike in bankruptcies between 2024 and 2025. If costs rise faster than crop prices going forward, he added, that “would strain farmers again and likely lead to more bankruptcies.”</p><p>After 43 years of farming, Bartek said the smell of fresh dirt still gets him excited for spring planting. But he’s also heard of farmer suicides, bankruptcies and “retirement sales” where farmers are forced to auction off their operations due to financial problems. Bartek compares farmers to gamblers who put “millions of dollars in the dirt” hoping for returns.</p><p>At times, Bartek doubts his own decision to go into farming. He’s also worried about his son, who purchased a farm a few years ago.</p><p>Bartek wonders: “Did I do the right thing helping him get into farming?”</p><p>___</p><p>Kelety reported from Phoenix.</p><p>___</p><p>This story is a collaboration between Lee Enterprises and The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B7AO7ZIZXDTATGSQPEOEYOY3HA.jpg?auth=7cbb17f97bc748431308deecd12143ced611da7715ccbc7b8d9bb781e182dc1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doug Bartek shovels soybeans in a bin on his farm near Wahoo, Neb., on Monday, April 6, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WI6XM2IREXZSKA7M6B7DQWP5QM.jpg?auth=e42b9af1c4b4338b9b28bafaeda406c783d6cf5d3004bc1dd74b08b8f568381e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doug Bartek talks about high production costs and tough market conditions for the soybeans he grows on his farm near Wahoo, Neb., on Monday, April 6, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AB2VVR6WFEPPTYMDQ6KLK2ZU4A.jpg?auth=8c09cbf61af1ceb4741d16eda76ab9624c6587349027319830e2b9cb0ce2cbc8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soybeans from last year's harvest are loaded into a truck at Doug Bartek's farm near Wahoo, Neb., on Monday, April 6, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRHWTT4JMEH2WZ2IRX2RSSKS6M.jpg?auth=3ef2b3a3b2123545da2b3bb7d7eda23dab9b6fb102c566cefa4e3bc073a28d05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dalton Bartek works a field to prepare for planting soybeans on his family's farm near Wahoo, Neb., on Monday, April 6, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EZNHZWBOMAFBVD7YNQNQPQLG2E.jpg?auth=a5e0e803147b224cd6b8c44d3eed3dfbe7dac23f648e2c61736e343f11076474&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Doug Bartek transfers soybeans from a storage bin to a truck on his farm near Wahoo, Neb., on Monday, April 6, 2026. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Swalwell exits California governor's race after assault allegations as rivals seek his supporters]]></title><link>https://www.local10.com/news/politics/2026/04/13/swalwell-exits-california-governors-race-after-assault-allegations-as-rivals-seek-his-supporters/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/13/swalwell-exits-california-governors-race-after-assault-allegations-as-rivals-seek-his-supporters/</guid><dc:creator><![CDATA[By MICHAEL R. BLOOD, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 04:18:11 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Democratic Rep. Eric Swalwell’s abrupt exit from the race for California governor left his rivals scrambling to lock down his former supporters in a crowded contest with no clear leader, injecting more turmoil into the campaign to lead the nation’s most populous state.</p><p>Swalwell’s decision to suspend his campaign Sunday followed allegations that he sexually assaulted a woman twice, including when she worked for him, that were published Friday in the San Francisco Chronicle and later by CNN. While pulling out of the race he remained defiant in a post on the social platform X, saying, “I will fight the serious, false allegations that have been made — but that’s my fight, not a campaign’s.”</p><p>For rival candidates in a wide-open race, the key issue is where Swalwell’s supporters will go. He was among the most prominent Democrats in the contest, with mail ballots scheduled to go to voters in early May in advance of the June 2 primary election.</p><p>Katie Porter, one of the leading Democrats, posted a line from a San Francisco Chronicle column on X, "Democrats can pull victory from the jaws of defeat by coalescing around Porter.” Billionaire hedge fund manager-turned-liberal activist Tom Steyer said he secured the support of Rep. Jared Huffman, a Democrat from the San Francisco Bay Area.</p><p>With seven established Democrats and two leading Republicans on a primary ballot with more than 50 candidates, the race remains fluid. While Swalwell has suspended his campaign, his name cannot be removed from the ballot.</p><p>“Nobody has really caught fire,” said Democratic consultant Andrew Acosta, who is not involved in the campaign. Swalwell's supporters “will scatter out to other candidates.”</p><p>Many voters remain distant from governor's race</p><p>Swalwell is perhaps best known nationally as a House manager in President Donald Trump’s second impeachment trial during his first term in early 2021. But in a media environment dominated by Trump, the race remains distant from many California voters.</p><p>After the publicity about sexual misconduct allegations, “I think there are probably more people who know who Eric Swalwell is than can articulate a Tom Steyer position paper,” Acosta added.</p><p>Swalwell was considered a leading contender along with fellow Democrats Steyer and Porter and two Republicans, Riverside County Sheriff Chad Bianco and conservative commentator Steve Hilton.</p><p>The 48-hour period marked a rapid reversal for a candidate who appeared to be gaining momentum in the packed field to replace outgoing Democratic Gov. Gavin Newsom, who is barred by law from seeking a third term.</p><p>Though Swalwell has denied the allegations, he has appeared to reference infidelity in multiple statements.</p><p>“To my family, staff, friends, and supporters, I am deeply sorry for mistakes in judgment I’ve made in my past,” he wrote. That followed a video post on Friday where he apologized to his wife.</p><p>Swalwell’s exit shakes up campaign</p><p>The accusations reordered a wide-open gubernatorial race that had Democrats fretting the party’s large number of candidates could lead to them getting shut out of the general election in November. That’s because California has a top-two primary system in which two candidates advance to the general election, regardless of party.</p><p>Swalwell had become a clear target for his Democratic rivals as he began to lock up institutional support. Some had seized on rumors of sexual misconduct that circulated on social media for weeks before the Chronicle’s report.</p><p>The San Francisco Chronicle spoke to a woman who alleged Swalwell sexually assaulted her in 2019, when she worked for him, and again in 2024. The woman said she did not go to police at the time of the assaults because she was afraid she would not be believed. In both cases the woman said she was too intoxicated to consent to sex. CNN reported on allegations that appeared to come from the same woman, and spoke to several other women who accused Swalwell of other sexual misconduct.</p><p>Neither outlet named the woman, and The Associated Press has not been able to independently verify her account and identity. Her lawyer declined to comment.</p><p>The alleged 2024 incident occurred in New York, and the Manhattan District Attorney’s Office said it’s investigating. That office urged anyone with knowledge to contact its special victims division.</p><p>House colleagues call for Swalwell to resign</p><p>As Swalwell’s campaign flailed over the weekend, fellow California Reps. Jared Huffman, Ro Khanna and Sam Liccardo said Swalwell should resign, as did Reps. Teresa Leger Fernández of New Mexico and Pramila Jayapal of Washington state.</p><p>“This is not a partisan issue,” Jayapal said Sunday. “This cuts across party lines. And it is depravity of the way that women have been treated.”</p><p>Some representatives said they would support the rare step of expelling him from the U.S. House should he refuse to step aside.</p><p>It all added to the mounting political pressure on Swalwell, which began with allies like Sen. Adam Schiff and Rep. Jimmy Gomez cutting their support. Gomez had helped run Swalwell’s campaign and said he was immediately ending his role.</p><p>With the House returning to session Tuesday, the question of whether to expel Swalwell could come to a head quickly. Rep. Anna Paulina Luna, R-Fla., said Saturday that she would be filing a motion to start the process.</p><p>Expulsion votes in the House are rare and require a two-thirds majority, but there is recent precedent for taking the step. Republican George Santos of New York in 2023 became just the sixth member in House history to be ousted by colleagues for his conduct.</p><p>Huffman, Jayapal and Leger Fernández said they would vote to expel Swalwell from the House, though they said they also support expelling Rep. Tony Gonzales, R-Texas, who admitted to an affair with a former staff member who later died by suicide.</p><p>Swalwell, who is originally from Iowa, was elected in 2012 and represents a House district east of San Francisco. He launched a presidential run in April 2019 but shuttered it a few months later after failing to catch on with voters.</p><p>___</p><p>Associated Press writer Ben Finley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PMNC6DXYBTVGVLZQDWTC6OG6IU.jpg?auth=d047d639d9c807b9cf3f318bd51d3ad820d46df51cf83d77823057b036a7bb15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Rep. Eric Swalwell, D-Calif., talks with reporters after holding a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IUB4VUZXQBWMQLYWOIO3A6MBXI.jpg?auth=b0cc4423a38f324b19a98a1e90338f5c92493614d8cc73331beb5e380ca6317e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Rep. Eric Swalwell, D-Calif., back, poses for a photo with members of the Service Employees International Union after holding a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVLRRJGJHDVSCMDHWBVE2NJDDY.jpg?auth=9ccf59356abdf0ad0a0356754affa985d87f869e20c8ff8b43079973f064adca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Rep. Eric Swalwell, D-Calif., speaks at a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DQMYGKGHPURGK5ZYOWB3JWFTZU.jpg?auth=9b4b9027232e029f0016b968c5ba82960656d783762f35014fe147039cd6a1d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Rep. Eric Swalwell, D-Calif., listens to a question from the audience during a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[As AI use increases at work, many employees still choose not to use it: Gallup poll]]></title><link>https://www.local10.com/business/2026/04/13/as-ai-use-increases-at-work-many-employees-still-choose-not-to-use-it-gallup-poll/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/as-ai-use-increases-at-work-many-employees-still-choose-not-to-use-it-gallup-poll/</guid><dc:creator><![CDATA[By MATT O'BRIEN and LINLEY SANDERS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 04:09:07 +0000</pubDate><content:encoded><![CDATA[<p>More American workers are experimenting with artificial intelligence in their jobs, but skepticism is still widespread.</p><p>New Gallup polling finds that while more employees are using AI frequently in their work, there’s been an uptick in alarm that new technologies will replace their jobs. Many workers who are not using AI say they prefer to work without it, have ethical oppositions to the technology or worry about data privacy.</p><p>The poll, conducted in February, points to a divergence in how AI is reshaping American workplaces. Some find it to be a gamechanger for productivity and efficiency, while others are concerned about its potentially negative impacts.</p><p>Social worker Scott Segal said he regularly uses AI to find information that will help connect his elderly and vulnerable patients to health care resources in northern Virginia. While he knows that the human connection and care he brings to that work is important, he also believes that AI could soon replace him.</p><p>“I’m planning ahead,” said Segal, 53. “I think everyone who works in a replaceable field or trade should be planning ahead.”</p><p>Most workers using AI report productivity boosts</p><p>Roughly 3 in 10 employees are frequent users of AI in their jobs, meaning they use it daily or a few times a week. About 2 in 10 are infrequent users, using AI tools at work a few times a month or a few times a year.</p><p>The Gallup poll found that about 4 in 10 workers say their organization has adopted AI tools or technology to improve organizational practices. About two-thirds of those workers say AI has had an “extremely” or “somewhat” positive impact on their individual productivity and efficiency at work.</p><p>Workers using AI in management roles are more likely to say the technology has been at least “somewhat" positive for their productivity, compared with individual contributors. About 7 in 10 leaders using AI at least a few times a year say AI has made them more efficient at work, compared with just over half of individual contributors.</p><p>Labor and employment attorney Elizabeth Bloch of Baton Rouge, Louisiana, said she uses ChatGPT to help “draft letters or emails in a diplomatic way because it’s a very adversarial profession and sometimes you get heated.”</p><p>AI tools appear to have a greater benefit for workers in managerial, health care and technology roles than in service jobs. About 6 in 10 employees in those fields who are using AI say it's boosted their productivity at least “somewhat,” compared with 45% of those using it in service jobs.</p><p>Why some employees don’t use AI</p><p>Even when companies make AI tools available, there’s no guarantee employees will adopt them. About half of U.S. employees use AI only once a year or not at all, according to the Gallup study.</p><p>Bloch said she's tried using AI for legal research but finds it is prone to hallucinations, or making up false information, even when using AI tools custom-built for legal work. She's worried other lawyers who were already bad at finding and citing relevant case law are “going to be bad at using AI, because you’re not using the right prompts," leading judges to sanction them for false citations.</p><p>Among workers who have AI tools available at their company and don’t use them, 46% say it’s because they prefer to keep doing their work the way they do it now. About 4 in 10 non-users who have AI available to them report that they are ethically opposed to AI, are concerned about data privacy or don’t believe AI can be helpful for the work they do.</p><p>About one-quarter of these non-users who have AI tools available say they have used AI at work and don’t find it helpful, while about 2 in 10 say they do not feel prepared to use AI effectively.</p><p>Thuy Pisone, a contract administrator in Maryland for a company that works with the federal government, said she uses AI weekly for mundane tasks but has avoided it for things she already can do just fine.</p><p>“I have heard from my colleagues that we could use AI to put together our PowerPoint slides,” Pisone said. “I’m a little biased in that, well, I could put my own PowerPoints together. I don’t need help because it took me time to hone up my skill.”</p><p>More workers are concerned about new technology taking jobs</p><p>While this was less of a reason for forgoing AI at work, the poll also found U.S. workers are increasingly concerned about being driven out of a job by new technologies.</p><p>About 2 in 10 — 18% — of U.S. workers say it is “very” or “somewhat” likely that their current job will be eliminated within the next five years because of new technology, automation, robots or AI. That’s up from 15% in 2025. People working at companies that have adopted AI are even more likely to be concerned that their job will be eliminated: 23% call this at least “somewhat” likely in the next few years.</p><p>A Fox News poll conducted in March found that about 6 in 10 registered voters believe AI will eliminate more jobs than it creates over the next five years. Only about 1 in 10 expect it will create more positions, and about one-third say it’s too soon to say. About 7 in 10 employed voters say they are “not very” or “not at all” concerned their current job could be eliminated by AI.</p><p>Segal, the social worker in Virginia, said his alternative plan if AI replaces him is to start a new “health care chaperone service” that physically escorts patients from one appointment to another, especially when they've been sedated and don't have family or others to pick them up.</p><p>“I don’t think that’s something that will be replaced for another maybe 10 or 15 years, until robots are embodied with AI," Segal said. “I do believe that AI is going to displace most people’s employment functions and I question what people will do for livelihood at that point.”</p><p>In the meantime, he's been asking AI chatbots to help him strategize on saving for his retirement.</p><p>___</p><p>Gallup’s quarterly workforce surveys were conducted with a random sample of adults age 18 and older who work full time and part time for organizations in the United States and are members of Gallup’s probability-based Gallup Panel. The most recent survey of 23,717 employed U.S. adults was conducted Feb. 4-19, 2026. The margin of sampling error for all respondents is plus or minus 0.9 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SI53GMFQZRLP2HBVXJDBBTA4N4.jpg?auth=a17b31d320143f6d65205c4a42ad60fd8ed3db28144fde98e0ea293a0ddcc9a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person types on a computer keyboard in New York, Oct. 8, 2019. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Election loss for Hungarian Prime Minister Orbán has ripple effects for Trump, US conservatives]]></title><link>https://www.local10.com/news/politics/2026/04/13/election-loss-for-hungarian-prime-minister-orban-has-ripple-effects-for-trump-us-conservatives/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/13/election-loss-for-hungarian-prime-minister-orban-has-ripple-effects-for-trump-us-conservatives/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI and MATT BROWN, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 04:07:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The big election over the weekend was in a small European country nearly half a world away from Washington, but the defeat of Hungarian Prime Minister Viktor Orbán has significant reverberations in the United States.</p><p>That's because President Donald Trump and many U.S. conservatives have long embraced Orbán, who has become an icon among the global right for his anti-immigrant stance. The American president's agenda has striking parallels with the way the Hungarian leader used the levers of government to tilt the media, judiciary and electoral system to keep his party in power for 16 years.</p><p>Trump supported Orbán’s reelection bid and even dispatched Vice President JD Vance to Budapest last week — in the midst of the Iran war — to stump for the incumbent.</p><p>Orbán's loss was a reminder of how the war has diminished Trump's ability to help allied politicians overseas, as well as of the limited ability of leaders to use their power to tilt voting in their direction in an age of worldwide discontent over incumbents of all ideological stripes.</p><p>“Oppositions can win despite a tilted playing field,” said Steven Levitsky, a politics professor at Harvard and coauthor of the book “How Democracies Die.” “Democracies are facing many challenges in many parts of the world, but so are autocracies.”</p><p>Orbán’s defeat has immediate global implications because he was the European leader closest to Russian President Vladimir Putin and had blocked European Union aid to Ukraine, which is defending itself after Russian's 2022 invasion.</p><p>His fall was celebrated on Sunday by both Democrats and Republicans, some of whom criticized their own administration for such overt support for the Hungarian leader.</p><p>“Don’t fiddle-paddle in other democracies’ elections,” Republican Rep. Don Bacon of Nebraska said on the social media site X.</p><p>“The freedom-loving people of Hungary have voted decisively in favor of democracy and the rule of law,” posted Republican Sen. Roger Wicker of Mississippi.</p><p>Matt Schlapp, chairman of the American Conservative Union, is part of the wing of the American right that embraced Orbán. The Conservative Political Action Conference, which Schlapp's group hosts, held its first European session in Budapest and has made Hungary a regular destination.</p><p>Orban was a featured speaker at the group's conference in Dallas in 2022.</p><p>Schlapp said there's an easy explanation for Orbán's loss.</p><p>“Eventually, democracies just want change,” he said. “In democracies, you don't have kings, and the people in the end speak.”</p><p>"The people of Hungary were saying, 'We're having a difficult time with inflation, the economy and the war. Let's try the new guy,'” Schlapp said, noting that he backs Trump's Iran war but the turmoil it's created, especially in European energy markets, hurt Orbán.</p><p>Diana Sosoaca, a far-right member of the European Parliament from Romania, on Sunday called Vance's Hungarian visit “a big mistake” given widespread revulsion at the Iran war on the continent.</p><p>“You invite a representative of the United States of America, who created the big disorder in this world?” Sosoaca said in an interview posted by the Kremlin-controlled network RT, formerly known as Russia Today. “It was the biggest mistake he could do before the elections.”</p><p>How Orbán consolidated power</p><p>An anti-communist activist in his youth, Orbán was initially elected prime minister in 1998 but took a turn to the right after being voted out in 2002. Upon returning to office in 2010, Orbán and his Fidesz party implemented a legal framework to consolidate authority that he and his allies developed while he was out of power.</p><p>Orbán embraced what he dubbed “illiberal democracy,” building a barrier on Hungary's southern border to block migrants from Africa and Asia who were moving northward through Europe. He and his party stifled LGBTQ+ rights, cracked down on freedom of the press and undermined judicial independence.</p><p>Orbán cemented his power when his Fidesz party won enough seats in Parliament during the 2010 global recession to rewrite the country's constitution. They restructured the judiciary to funnel appointments to the bench through party loyalists, redrew legislative districts to make it much harder for Fidesz members to lose elections and helped push Hungary's media companies to be sold to tycoons allied with Orban.</p><p>The European Union has declared Hungary an “electoral autocracy.”</p><p>Orbán backers have scoffed at suggestions that the Hungarian leader is an enemy of democracy, and on Sunday he quickly conceded his loss. Democrats have worried that Trump will try to use his own executive power to tilt November's midterm elections or the 2028 presidential vote to his party, much as Trump tried to use his official powers to overturn Democrat Joe Biden's win in the 2020 presidential election.</p><p>“Most importantly for American voters, even a guy who rigs the system can be defeated when the people unite and turn out against him,” said Ian Bassin of Protect Democracy, a nonpartisan group that says it combats authoritarianism.</p><p>Democrats weigh in</p><p>Democratic Rep. Ro Khanna of California took the opportunity to jab at Vance: “Your ally Orban conceded. In 2028, will you @JDVance follow suit if you lose?” he posted on X.</p><p>Levitsky said defenders of democracy shouldn’t take too much comfort from Orbán’s loss, noting that in some ways Trump has been more oppressive. He cited Trump’s use of the Justice Department to investigate political opponents and the shooting deaths of protesters by immigration officers -- steps that Orban’s government never took, Levitsky said.</p><p>But Sen. Chris Van Hollen, a Maryland Democrat, said he sees parallels between Trump's and Orban’s political projects, as well as the potential fate of their parties at the polls.</p><p>“He was essentially doing what Donald Trump is trying to do here in the United States,” Van Hollen said of Orban. “My read of the election is that the people of Hungary rejected that, just like people in the United States are rejecting that here at home.”</p><p>Trump made no public comments Sunday about the election results in Hungary.</p><p>___</p><p>Riccardi reported from Denver.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FFGL6IUKN5LZYWX5ZPDMAWJW6Q.jpg?auth=45a77b013421e51823380c6cadf6754721b83f1a732bc4002364c0c2922274bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump, left, greets Hungary's Prime Minister Viktor Orban at the White House, Friday, Nov. 7, 2025, in Washington. (AP Photo/John McDonnell,File)]]></media:description><media:credit role="author" scheme="urn:ebu">John McDonnell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MIJORMCJA2AI5REMFMSYGXVRCI.jpg?auth=1f05995772d9d05efbdc45f078c8ef01f8838e0b9a499f644dd26feeaff50606&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hungarian Prime Minister Viktor Orban waves has he walks onto stage to speak at the Conservative Political Action Conference (CPAC) in Dallas, Thursday, Aug. 4, 2022. (AP Photo/LM Otero,File)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content></item><item><title><![CDATA[Iran threatens ports in Mideast as US military set to impose shipping blockade]]></title><link>https://www.local10.com/business/2026/04/13/iran-threatens-ports-in-mideast-as-us-military-set-to-impose-shipping-blockade/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/iran-threatens-ports-in-mideast-as-us-military-set-to-impose-shipping-blockade/</guid><dc:creator><![CDATA[By SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 12:11:19 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — The U.S. military was poised to begin a blockade of all Iranian ports and coastal areas on Monday, as President Donald Trump sought to ratchet up pressure on Iran in a move that risks driving oil prices even higher and reigniting the war. Iran responded by threatening all ports in the Persian Gulf and the Gulf of Oman.</p><p>“Security in the Persian Gulf and the Sea of Oman is either for everyone or for NO ONE,” the Islamic Republic of Iran Broadcasting reported Monday. “NO PORT in the region will be safe,” according to a statement from the Iranian military and the Revolutionary Guards.</p><p>U.S. Central Command announced that from 10 a.m. EDT, or 6:30 p.m. in Iran, the blockade would be enforced “against vessels of all nations entering or departing Iranian ports and coastal areas.” It said that would include all of Iran's ports on the Persian Gulf and Gulf of Oman. CENTCOM said it would still allow ships traveling between non-Iranian ports to transit the Strait of Hormuz, a step down from Trump's earlier threat to blockade the vital waterway, where 20% of global oil transited before fighting began.</p><p>The announcement halted the limited ship traffic that resumed in the strait since the ceasefire, according to a report from Lloyd’s List intelligence. Marine trackers say over 40 commercial ships have crossed since the start of the ceasefire, down from roughly 100 to 135 vessel passages per day before the war.</p><p>The blockade threat came after marathon U.S.-Iran ceasefire talks in Pakistan ended without an agreement on Saturday. U.S. Vice President JD Vance said the talks stalled after Iran refused to accept American terms to refrain from developing a nuclear weapon. Iran has demanded compensation for damage caused by U.S.-Israeli strikes that launched the war on Feb. 28, and the release of Iran’s frozen assets.</p><p>Later Sunday, Trump extended his feud over the war with Pope Leo XIV, lashing out in a Truth Social post that called the Catholic leader “terrible on foreign policy” after Leo denounced the war and demanded that political leaders stop and negotiate peace. The pontiff pushed back Monday, telling reporters that the Vatican’s appeals for peace and reconciliation are rooted in the Gospel, and that he doesn’t fear the Trump administration.</p><p>The blockade could have far-reaching effects</p><p>The blockade is likely intended to pile pressure on Iran, which has exported millions of barrels of oil since the war began, much of it likely carried by so-called “dark” transits that evade Western government sanctions and oversight.</p><p>The price of U.S. crude rose 8% to $104.24 a barrel following the blockade announcement, and Brent crude oil, the international standard, rose 7% to $102.29. Brent crude cost roughly $70 per barrel before the war in late February.</p><p>Israeli Prime Minister Benjamin Netanyahu expressed support Monday for Trump's “strong stance to impose a naval blockade on Iran.”</p><p>Prime Minister Keir Starmer told BBC radio Monday that Britain will not be part of a U.S. blockade of Iranian ports in response to the closing of the Strait of Hormuz and that Britain is “not getting dragged into the war.”</p><p>Iran says ‘if you fight, we will fight'</p><p>A chorus of top-ranking Iranian officials threatened retaliation. Mohsen Rezaei, a military adviser and a former Revolutionary Guard Commander, wrote on X that the country’s armed forces had “major untouched levers” to counter a Hormuz blockade.</p><p>Iranian parliament speaker, Mohammad Bagher Qalibaf, who led Iran’s side in the talks, addressed Trump in a statement on his return to Iran: “If you fight, we will fight.”</p><p>Iran’s Revolutionary Guard later said the strait remained under Iran’s “full control” and was open for non-military vessels, but military ones would get a “forceful response,” two semiofficial Iranian news agencies reported.</p><p>During the 21-hour talks this weekend in Pakistan, the U.S. military said two destroyers had transited the strait ahead of mine-clearing work, a first since the war began. Iran denied it.</p><p>No word on what happens after ceasefire expires</p><p>Vance, who led the U.S. side in the talks in Pakistan, said Washington would need "an affirmative commitment that they will not seek a nuclear weapon."</p><p>Iranian negotiators could not agree to all U.S. “red lines,” said a U.S. official who spoke on condition of anonymity because they were not authorized to describe positions on the record. Those red lines included Iran never obtaining a nuclear weapon, ending uranium enrichment, dismantling major enrichment facilities and allowing retrieval of its highly enriched uranium, along with opening the Strait of Hormuz and ending funding for Hamas, Hezbollah and Houthi rebels.</p><p>Iranian officials said talks fell apart over two or three key issues, blaming what they called U.S. overreach. Qalibaf, who noted progress in negotiations, said it was time for the United States “to decide whether it can gain our trust or not.”</p><p>Neither Iran nor the U.S. indicated what will happen after the ceasefire expires on April 22.</p><p>Pakistani Foreign Minister Ishaq Dar said his country will try to facilitate a new dialogue in the coming days. Iran said it was open to continuing dialogue, state-run IRNA news agency reported.</p><p>Turkish Foreign Minister Hakan Fidan, whose country has supported mediations efforts, suggested that if there is progress in dialogue the ceasefire could be extended for 45 to 60 days to allow for more negotiations.</p><p>Iran’s nuclear program is a key sticking point</p><p>Iran’s nuclear program was at the center of tensions long before the U.S. and Israel launched the war on Feb. 28. The fighting has killed at least 3,000 people in Iran, 2,055 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states, and damaged infrastructure in half a dozen countries.</p><p>Tehran has long denied seeking nuclear weapons but insists on its right to a civilian nuclear program. The landmark 2015 nuclear deal, which Trump later pulled the U.S. out of, took well over a year of negotiations. Experts say Iran’s stockpile of enriched uranium, though not weapons-grade, is only a short technical step away.</p><p>___</p><p>Metz reported from Ramallah, West Bank, Boak from Miami and Magdy from Cairo. Associated Press writers E. Eduardo Castillo in Beijing; Collin Binkley and Ben Finley in Washington; Kareem Chehayeb in Beirut; Brian Melley in London; Ghaya Ben MBarek in Tunis; Hannah Schoenbaum in Salt Lake City and Julia Frankel and Mae Anderson in New York contributed to this report.</p><p>___</p><p>This story corrects the local time in Tehran for the start of U.S. blockade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTZIWTQ2MVEK6EDCX35W24OLNI.jpg?auth=6ef3ba445f178e2a2339f1a9579d2ca4688f69656e7d4f9b53dc156d05d8f4ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oil tankers and cargo ships line up in the Strait of Hormuz as seen from Khor Fakkan, United Arab Emirates, Wednesday, March 11, 2026. (AP Photo/Altaf Qadri,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WN4RDWLUZITPW4H54XEPRNBKUI.jpg?auth=316b93bb305899765bfc30a972d9a8485f2d608c9d04f23ff22ec175b58f2c2d&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 gives a thumbs up gesture while boarding Air Force Two as he leaves Islamabad, Sunday, April 12, 2026, after attending 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/SNDBRP4CJVE6RFFQNMEKS42EA4.jpg?auth=79f2f9de8c9844648cc42c044530212b2d5e19acd7bc326d5034aa750690e3cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haifa Kenjo, who fled Israeli airstrikes on the southern suburbs of Beirut, holds her 15-day-old daughter Shiman inside the tent she uses as a shelter and where she gave birth to her in Beirut, Sunday, April 12, 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/AC2TVMGLREERXEWG2CJM4JAC4Y.jpg?auth=07a0dec71d387c321602dc26aaf0324469bbb3f447be96957475c1e1ecb6b4ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents inspect debris at the site of a building where efforts continue to recover the body of missing woman Zahraa Aboud, 26, after it was destroyed in an Israeli airstrike on Wednesday, in central Beirut, Sunday, April 12, 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/4FGAZEOD4JTM2AIU7OVLJZYYEM.jpg?auth=c4cee79f13667045f41b5574ee775fae61a09a8a98f7c106428a726758d39dcb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman checks her smartphone while walking past a police special forces car at Tajrish Square in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Oil prices climb and global markets decline as US prepares for blockade of Iran's ports]]></title><link>https://www.local10.com/business/2026/04/13/oil-prices-resume-their-climb-and-asian-markets-decline-as-us-prepares-for-blockade-of-strait/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/13/oil-prices-resume-their-climb-and-asian-markets-decline-as-us-prepares-for-blockade-of-strait/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 08:42:57 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Oil prices resumed their climb and global markets mostly declined Monday as the U.S. military prepared to blockade traffic to and from Iranian ports and the Strait of Hormuz, where most shipping has been stalled by Iran since the start of the war.</p><p>U.S. President Donald Trump announced the planned blockade after U.S.-Iran ceasefire talks in Pakistan ended without an agreement, and the U.S. military said the blockade involving all Iranian ports would begin Monday at 10 a.m. EDT, or 5:30 p.m. in Iran.</p><p>Oil prices have been rising as shipping through the strait has essentially stalled since late February. 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.</p><p>On Monday, benchmark U.S. crude jumped $7.12 or 7.4% to $103.69 a barrel. Brent crude, the international standard, rose $7.04 or 7.4% to $102.24 a barrel.</p><p>France's CAC 40 dropped 1.0% to 8,174.44 in early trading, while the German DAX lost 1.0% to 23,568.65. Britain's FTSE 100 slipped 0.4% to 10,561.47. U.S. shares were set to drift lower with Dow futures down 0.5% at 47,911.00. S&P 500 futures fell 0.6% to 6,815.50.</p><p>In Asia, Japan's benchmark Nikkei 225 lost 0.7% to finish at 56,502.77. Australia's S&P/ASX 200 shed 0.4% to 8,926.00. South Korea's Kospi dipped 0.9% to 5,808.62. Hong Kong's Hang Seng slipped 0.9% to 25,660.85, while the Shanghai Composite was little changed, inching up less than 0.1% to 3,988.56.</p><p>Analysts said global trading was expected to remain turbulent for some time.</p><p>“The outcome of the talks was not really what people were hoping for, that’s for certain," Neil Newman, Managing Director, Head of Strategy at Astris Advisory Japan, said in Hong Kong.</p><p>“As we stand here at the moment, it doesn’t look very nice. Certainly, the oil prices are a big concern.”</p><p>In currency trading, the U.S. dollar gained to 159.65 Japanese yen from 159.25 yen. The euro cost $1.1696, down from $1.1729.</p><p>___</p><p>Associated Press journalist Mayuko Ono contributed to this report.</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGBSHLT2DKMMFIDCO54DJROJEM.jpg?auth=7d09e47789ae48344cfe6a7d78a3cf83f5d51baead39254385c5c0c4223b42d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI), right, and the foreign exchange rate between U.S. dollar and South Korean won at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Monday, April 13, 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/XA22WDTKZGYJ4FMGUFBBAPJQDI.jpg?auth=c387723382998f807b0199431a9e8b8b858395cb5dda83978170996cb3410678&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders watch monitors near a screen showing the Korea Composite Stock Price Index (KOSPI), top center, and the foreign exchange rate between U.S. dollar and South Korean won, top center left, at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Monday, April 13, 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/GZLL4IMUNKZL4USD5AQMNFGNEI.jpg?auth=d71fd6ad85d9fb3c31be6dceba12befef73d51321563d7518d9a22582d4b95c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Currency traders work near a screen showing the Korea Composite Stock Price Index (KOSPI), top center, and the foreign exchange rate between U.S. dollar and South Korean won, top center left, at the foreign exchange dealing room of the Hana Bank headquarters in Seoul, South Korea, Monday, April 13, 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[Woman dies 2 years after Miramar hit-and-run; driver still at large]]></title><link>https://www.local10.com/news/local/2026/04/12/woman-dies-2-years-after-miramar-hit-and-run-driver-still-at-large/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/woman-dies-2-years-after-miramar-hit-and-run-driver-still-at-large/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[A woman critically injured in a hit-and-run crash in Miramar two years ago has died, and detectives are still searching for the driver.]]></description><pubDate>Mon, 13 Apr 2026 02:56:15 +0000</pubDate><content:encoded><![CDATA[<p>A woman critically injured in a hit-and-run crash in <a href="https://www.local10.com/news/local/2025/03/31/here-is-how-to-help-woman-dealing-with-head-injury-after-surviving-broward-hit-and-run-driver/" target="_self" rel="" title="https://www.local10.com/news/local/2025/03/31/here-is-how-to-help-woman-dealing-with-head-injury-after-surviving-broward-hit-and-run-driver/">Miramar two years ago</a> has died, and detectives are still searching for the driver.</p><p>On April 6, 2024, 26-year-old Onyxia Delinois was jogging ahead of a running group near Miramar Parkway and Southwest 184th Avenue when she was hit by a driver who never stopped.</p><p>The crash left her with a critical head injury, and she required around-the-clock care.</p><p>Her husband, Roosevelt Delinois, who was her primary caretaker, is urging anyone who may have seen anything to come forward so his wife can have justice.</p><p>Police continue to investigate but do not have a vehicle description. There is a $15,000 reward for information that leads to an arrest.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Detectives search for suspect in attempted kidnapping of 11-year-old in Oakland Park]]></title><link>https://www.local10.com/news/local/2026/04/12/detectives-search-for-suspect-in-attempted-kidnapping-of-11-year-old-in-oakland-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/detectives-search-for-suspect-in-attempted-kidnapping-of-11-year-old-in-oakland-park/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Detectives with the Broward Sheriff’s Office Special Victims Unit are asking for the public’s help to identify and locate a man who attempted to kidnap an 11-year-old boy Sunday evening.]]></description><pubDate>Mon, 13 Apr 2026 02:50:59 +0000</pubDate><content:encoded><![CDATA[<p>Detectives with the Broward Sheriff’s Office Special Victims Unit are asking for the public’s help to identify and locate a man who attempted to kidnap an 11-year-old boy Sunday evening.</p><p>According to investigators, the incident happened around 5:12 p.m. near the 4100 block of Northwest 21st Avenue.</p><p>The victim told investigators a man dressed in all black placed his hand over the boy’s mouth and grabbed him. The man then walked with the child, but the boy was able to escape.</p><p>Detectives said the suspect was last seen riding a purple bike.</p><p>Anyone with information is asked to contact Special Victims Unit Detective Eric Wilson at 954-321-4460 or submit a tip through the SaferWatch app. </p><p>Anonymous tips can be submitted to Broward Crime Stoppers at 954-493-TIPS (8477) for a possible cash reward.</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/TN4PAHIPV75NHA5DKULABFKEDA.jpg?auth=23939b2c7ec40a7aaf4dec7a444515d79f499cf727519cabd9b3a6734095b718&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office cruiser]]></media:description></media:content></item><item><title><![CDATA[Families in Fort Lauderdale’s Edgewood still feel impact of historic flooding 3 years later]]></title><link>https://www.local10.com/news/local/2026/04/12/families-in-fort-lauderdales-edgewood-still-feel-impact-of-historic-flooding-three-years-later/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/families-in-fort-lauderdales-edgewood-still-feel-impact-of-historic-flooding-three-years-later/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[The historic flooding happened in 2023, but families in the Edgewood neighborhood remember the rain and devastation like it was yesterday.]]></description><pubDate>Sun, 12 Apr 2026 22:52:44 +0000</pubDate><content:encoded><![CDATA[<p>The historic flooding happened in 2023, but families in the Edgewood neighborhood remember the rain and devastation like it was yesterday.</p><p>Some continue to feel the effects.</p><p>On April 12, 2023, an unprecedented 26 inches of rain fell in just five hours, causing widespread damage. One woman down the street said her home is still under construction from the water damage.</p><p>The City of Fort Lauderdale has since launched a massive stormwater improvement project dubbed Fortify Fort Lauderdale. Crews have installed thousands of feet of pipes underground in vulnerable communities.</p><p>The city invested about $14.5 million in the Edgewood neighborhood alone to reduce flooding and improve drainage. A neighbor showed a new storm drain placed in his front yard.</p><p>On Southwest 32nd Street, many families have recovered, but they still get nervous every time it rains hard.</p><p>“I know my grandmother gets very, very on edge about it,” said Matt Anderson. “I’m a little bit more relaxed. I have generators, pumps for the water. I’m prepared for it in case it happens again.”</p><p>“Yes, that was horrific,” said Sharon Dolan. “When it rains, that was the first and only time I’ve gotten PTSD.”</p><p>“I think there needs to be a lot more work with drainage, a lot more work,” Dolan added.</p><p>In total, Fortify Fort Lauderdale has targeted more than 25 neighborhoods, costing around $1.6 billion.</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[Salvavidas saca a un hombre del océano en Hollywood y le practica RCP antes de trasladarlo al hospital]]></title><link>https://www.local10.com/espanol/2026/04/12/salvavidas-saca-a-un-hombre-del-oceano-en-hollywood-y-le-practica-rcp-antes-de-trasladarlo-al-hospital/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/salvavidas-saca-a-un-hombre-del-oceano-en-hollywood-y-le-practica-rcp-antes-de-trasladarlo-al-hospital/</guid><dc:creator><![CDATA[Pablo Hernandez]]></dc:creator><description><![CDATA[Un salvavidas rescató el domingo a un hombre del océano cerca de Charleston Street en Hollywood y le practicó RCP; fue hospitalizado y no hay más detalles sobre su estado.]]></description><pubDate>Mon, 13 Apr 2026 02:32:11 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue trasladado de urgencia al hospital después de ser sacado del océano en Hollywood el domingo, informaron las autoridades.</p><p>Según Hollywood Fire Rescue, el incidente ocurrió cerca de Charleston Street.</p><p>Las autoridades dijeron que un salvavidas realizó RCP al hombre después de sacarlo del agua.</p><p>Posteriormente fue transportado a un hospital para recibir tratamiento adicional.</p><p>No se ha divulgado ninguna otra información.</p>]]></content:encoded></item><item><title><![CDATA[Giannis Antetokounmpo calls it 'disrespectful' that Bucks benched him in final weeks of season]]></title><link>https://www.local10.com/sports/2026/04/12/giannis-antetokounmpo-calls-it-disrespectful-that-bucks-benched-him-in-final-weeks-of-season/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/giannis-antetokounmpo-calls-it-disrespectful-that-bucks-benched-him-in-final-weeks-of-season/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:07:26 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Giannis Antetokounmpo said it was “disrespectful” for Milwaukee to bench him over the final weeks of the season while he said he was healthy enough to play, a stinging rebuke of the franchise as he enters a stay-or-leave offseason.</p><p>Antetokounmpo, a two-time MVP who led Milwaukee to its first title in a half century in 2021, said after Sunday's season-ending loss to Philadelphia that he learned that he had no control over his playing status as the Bucks limped to the finish.</p><p>Antetokounmpo was the subject of trade speculation as the deadline approached, but he wasn’t dealt. He since has been in a dispute with team management over his injury status.</p><p>The 31-year-old Antetokounmpo hasn’t played since landing awkwardly after a dunk on March 15. Antetokounmpo said in the closing weeks of the season that he was healthy and wanted to play, but the Bucks continued to rule him out with a left knee hyperextension and bone bruise.</p><p>Antetokounmpo did not play Sunday at Philadelphia in what was also likely the final game of Hall of Fame coach Doc Rivers' career.</p><p>“Being cleared to play, I don’t understand. I’ve never in my life denied participation in practice,” Antetokounmpo said. “Whoever came up with that is disrespectful towards what I’ve done for this team and the way I carry myself.</p><p>“I did what I was supposed to do. I wasn’t able to come on the court now. Who has that say? It comes from above. I thought I had control. OK, if I’m healthy, I’m going to play. This just shows me that not just me, players in general, don’t have no control. No, I didn’t feel like I had control.”</p><p>Antetokounmpo had participated in recent pregame warmups, showing no sign of injury.</p><p>“It was draining for me, for sure,” Antetokounmpo said. “If it was draining for me, it was definitely draining for me and the organization.”</p><p>Antetokounmpo said he planned to put his phone on “do not disturb” and try to avoid the distractions that plagued the end of his season.</p><p>The Bucks could look to trade Antetokounmpo in the offseason, or he could sign a four-year, $275 million extension in October.</p><p>Antetokounmpo said he had yet to be formally offered the extension — no surprise given that it could not be finalized for months.</p><p>“That’s too far away. It’s something I have to sit down with my family and see what’s best for me, what’s best for my family,” Antetokounmpo said. “Money doesn’t mean nothing do me. Zero. Absolutely zero. What means something to me, it’s winning.”</p><p>The Bucks put Rivers' job in jeopardy with a dismal 32-50 season that ended the Bucks’ streak of nine straight playoff berths.</p><p>Rivers had said he has a “great relationship” with Antetokounmpo and that he often talks to the superstar about what to work on and what to add to his game.</p><p>“I just want to see it end well for him and for the franchise. I think they both deserve it,” Rivers said. “Giannis is a fantastic person. I’ve been lucky to coach a lot of stars, and he’s right at the top as far as good people. I want good people to be taken care of.”</p><p>The Bucks reached the East finals during Antetokounmpo's first MVP season in 2019 — ending an 18-year stretch without a playoff series win. They won the title two years later. But they haven't won a playoff series since 2022.</p><p>“We’re the furthest away we’ve been,” Antetokounmpo said. “I didn’t think we were going to be in this position last year, so I don’t know what position we will be in next year.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PE4KZD7AEZRP7B44ZGQWN3E2GM.jpg?auth=54f06e3ef2e50793b112e1a0f5b2eada03f8f7e77381ee9f91fb1d48fd38d7f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks forward Giannis Antetokounmpo, center, walks off the court after an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZJLLHTYSEG7MLZ4ZNNWHOCDZY.jpg?auth=ace2cd45a50e9659d8c4cfbddfd81b2381243d4ec8a73bf71410bf043431540d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks power forward Giannis Antetokounmpo, center, reacts from the sideline during the first half of an NBA basketball game against the Philadelphia 76ers, Sunday, April 12, 2026, in Philadelphia. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6V3U52LFBELQIXT27OWWYENOYA.jpg?auth=11778a7e86f6de037b09ffaa2490beb6bbdf3ad75fc3ebb61bfbf8b245cc362b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks forward Giannis Antetokounmpo, left and Kyle Kuzma react after teammate AJ Green made a three-pointer against the Brooklyn Nets during an NBA basketball game, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TJF7PYIQ26ZTJCXS5ZCTODLPS4.jpg?auth=c74e01052c65293ebd1e0b24e399d2833336d55c049a6840ad9fe89470501a8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks fans show their appreciation to Giannis Antetokounmpo during the first half of an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QGNQ7B6FCVRMPIQYEHMU7GWL6A.jpg?auth=4e250e9c42ff1f69a7c8a61fbac1ea39ed1a20a3872db57552b24262b6dd9bfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks forward Giannis Antetokounmpo (34) spins the ball on his finger before an NBA basketball game against the Brooklyn Nets Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content></item><item><title><![CDATA[Peru election results delayed after thousands get a one-day voting extension]]></title><link>https://www.local10.com/news/2026/04/13/peru-election-results-delayed-after-thousands-get-a-one-day-voting-extension/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/13/peru-election-results-delayed-after-thousands-get-a-one-day-voting-extension/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:35:01 +0000</pubDate><content:encoded><![CDATA[<p>LIMA, Peru (AP) — Peruvian voters will have to wait until at least Monday to learn the outcome of Sunday’s presidential election after the process was mired with logistical issues that even left thousands of people in the country and abroad unable to cast ballots.</p><p>The problems prompted electoral authorities to allow more than 52,000 residents of Peru’s capital, Lima, to vote on Monday. The extension, announced after vote counting began Sunday evening, also covers Peruvians registered to vote in Orlando, Florida, and Paterson, New Jersey.</p><p>Authorities initially reported 63,300 people could vote Monday but later revised down the figure.</p><p>Voting is mandatory for Peruvians from the ages of 18 to 70. Failure to do so comes with a fine of up to $32.</p><p>A former minister, a comedian and a political heiress are among 35 candidates vying to become Peru’s ninth president in just 10 years.</p><p>The election comes amid a surge in violent crime and corruption that has fueled widespread discontent among voters, who largely view candidates as dishonest and unprepared for the presidency. Many of the contenders have responded to the crime concerns with wide-ranging proposals, including building megaprisons, restricting food for prisoners and reinstating the death penalty for serious crimes.</p><p>Nurse Heidy Justiniano had not decided who to vote for while already in line outside a public school in Lima.</p><p>“There’s so much crime, so many robberies on every corner; a bus driver was killed. What matters most to us right now is safety, the lives of every person,” Justiniano, 33, said. “Politicians don’t always keep their promises. This time, we have to choose our president wisely so that he can improve Peru.”</p><p>More than 27 million people are registered to vote. Of those, about 1.2 million cast ballots abroad, mainly in the United States and Argentina.</p><p>A presidential candidate needs more than 50% of votes to win outright. However, a runoff in June is virtually assured given the deeply divided electorate and the pool of candidates, the largest in the Andean country’s history.</p><p>Voters are also being asked to choose the members of a bicameral Congress for the first time in more than 30 years, following recent legislative reforms that concentrate significant power in the new upper chamber.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WS73DOJKQ4SL7G7NYCIWWLQTNM.jpg?auth=db1d799cc829822eccda22a6f8fa0ce3c5976f0467c7ec60963dc31b966ee12e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keiko Fujimori, presidential candidate of the Popular Force party, departs a polling station after voting during general elections in Lima, Peru, Sunday, April 12, 2026. (AP Photo/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/CKMLNDY3ODEU5VVURSZN4HVL4Y.jpg?auth=2977055441590d82a52a45975f527bc6c0f2366dd0ed471304c5922c507218e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters wait for the opening of a polling station during general elections in Lima, Peru, Sunday, April 12, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YK2FRCF4EJYIHY5SHXFFR6MMQ.jpg?auth=d2b8120dac901f7739d0c52766f9587c5c12a4012fdb36707561dc79f7ac9cbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rafael Lopez Aliaga, presidential candidate of the Popular Renewal party, makes a victory sign at a polling station during general elections in Lima, Peru, on Sunday, April 12, 2026. (AP Photo/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C64AQKFQZUP4MMRF6CHVVWBHWY.jpg?auth=5e0e616c54e8996d9a5eb1682908f8eb5b9e9f694e7011dc8215fe9f436c1599&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A voter looks at a ballot before marking his candidates during general elections in Lima, Peru, on Sunday, April 12, 2026. (AP Photo/Martin Mejia)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UVTQQ2KRYD5LHPE4PFDMLPW5BE.jpg?auth=7b6913addaa3501ab7723687d8cab810c3a5183f804c915c6c3ea03fab41202b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters line up outside a polling station during general elections in Lima, Peru, Sunday, April 12, 2026. (AP Photo/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Engineers use explosives to implode Mandarin Oriental Miami in Brickell Key ]]></title><link>https://www.local10.com/news/local/2026/04/12/watch-at-830-am-engineers-to-implode-mandarin-oriental-miami-in-brickell-key/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/watch-at-830-am-engineers-to-implode-mandarin-oriental-miami-in-brickell-key/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Engineers used explosives to implode the Mandarin Oriental Miami, a 26-year-old 23-story hotel in Brickell Key, in about 20 seconds on Sunday morning. ]]></description><pubDate>Sun, 12 Apr 2026 11:33:35 +0000</pubDate><content:encoded><![CDATA[<p>Engineers used explosives to implode the <a href="https://www.mandarinbrickellmiami.com/" target="_self" rel="" title="https://www.mandarinbrickellmiami.com/">Mandarin Oriental Miami</a>, a 26-year-old 23-story hotel in Brickell Key, in about 20 seconds on a windy Sunday morning. </p><p><a href="https://swirepropertiesusa.com/" target="_self" rel="" title="https://swirepropertiesusa.com/">Swire Properties</a>, a real estate developer, worked with BG Group personnel and Miami police officers to close the Brickell Key Bridge, which connects the man-made, triangular-shaped island to Brickell. </p><p>The bridge will reopen at 1:30 p.m. The deadline for residents to leave Brickell Key was 7 a.m. The BG Group personnel asked residents to keep windows closed and turn off their air conditioning units during the implosion.</p><p>“We are very grateful for the city of Miami and all of their assistance, the building department, the fire department, the police department, there was such close coordination again 2 years in the making that went off in 20 seconds,” said Jessica Chen, a member of the developer team.</p><p>Emergency vehicles were staged at 6:30 a.m. near 500 Brickell Key Drive. The vibration monitors were installed at 6 a.m.</p><p>The final setup of barricades and signage to secure the “exclusion zone” on both land and water was at 4 a.m. </p><p>The implosion will make way for the two-story The Residences at Mandarin Oriental that Swire Properties expects to complete in 2030.</p><h3><b>Rubble remains where hotel once stood</b></h3><h3><b>Crowd gets last pictures of building</b></h3><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2577.911324283842!2d-80.1853951!3d25.764990699999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c05f7f77dc45%3A0xbf83801caaf4716e!2sMandarin%20Oriental%2C%20Miami!5e1!3m2!1sen!2sus!4v1776001673294!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Taste of Miami Karnival parade brings Caribbean culture to Little Haiti]]></title><link>https://www.local10.com/news/local/2026/04/12/taste-of-miami-karnival-parade-brings-caribbean-culture-to-little-haiti/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/taste-of-miami-karnival-parade-brings-caribbean-culture-to-little-haiti/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[A parade with floats rolled through the streets, followed closely by a band, as the Taste of Miami Karnival kicked off in Little Haiti on Sunday.]]></description><pubDate>Mon, 13 Apr 2026 01:49:28 +0000</pubDate><content:encoded><![CDATA[<p>A parade with floats rolled through the streets, followed closely by a band, as the Taste of Miami Karnival kicked off in Little Haiti on Sunday.</p><p>The event gives a taste of Caribbean carnival celebrations through dance, music genres like kompa, reggae, soca and Afrobeats, along with food.</p><p>The street festival draws people from Caribbean nations to Miami’s Little Haiti neighborhood. Northeast Second Avenue is shut down from Northeast 54th Street to Northeast 62nd Street for the event.</p><p>Hosting again this year is Supa Cindy, who spoke ahead of the festivities.</p><p>“It’s our celebration. We do so much. All the Caribbean just unite together in Little Haiti, and so the Zoes, the Haitians, but it’s all about the Caribbean in general,” she said.</p><p>At some point, the floats are expected to reach the stage area, where the celebration will continue into the night.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Coast Guard veteran rides 2,000 miles to support disabled veterans]]></title><link>https://www.local10.com/news/local/2026/04/12/coast-guard-veteran-rides-2000-miles-to-support-disabled-veterans/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/coast-guard-veteran-rides-2000-miles-to-support-disabled-veterans/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[One pedal stroke at a time, Jodie Knox is in the middle of a bike ride of a lifetime to help disabled veterans.]]></description><pubDate>Mon, 13 Apr 2026 01:40:23 +0000</pubDate><content:encoded><![CDATA[<p>One pedal stroke at a time, Jodie Knox is in the middle of a bike ride of a lifetime to help disabled veterans.</p><p>Knox is taking on “Wheels of Grit,” a 2,000-mile cycling journey up the East Coast.</p><p>“They’re incredible people who have done amazing things for their country,” Knox said.</p><p>“I kind of just get in the mindset of this is all I have to do today, this is it, so just think about it one minute at a time,” she added.</p><p>A few years ago, Knox, who lives in Washington, D.C., suffered a serious accident on her bicycle. Spending months in the hospital, she saw the challenges disabled veterans face up close.</p><p>She’s a Coast Guard veteran herself.</p><p>“I just felt inspired by the people I met and their determination to embrace life and do the best with what they’ve got now,” Knox said.</p><p>Her sendoff was in Key West on Thursday alongside two American Legion posts.</p><p>By Saturday, she made it to downtown Miami. On Sunday, she reached Fort Lauderdale.</p><p>“Part of my journey is to hit American Legions and VFW posts at the end of every ride each day,” she said.</p><p>The goal is to finish the journey in southern Maine.</p><p>She expects the trip to take 42 days, riding more than 60 miles a day.</p><p>No matter the distance or how long it takes, Knox hopes this helps people believe they can go after their goals.</p><p>“I really hope to inspire people who watch this stuff to think about something that feels impossible to them,” she said.</p><p>She has already raised more than $8,000 for the Wounded Warrior Project and another $2,000 for Achilles International, which helps people with disabilities.</p><p>For more information on her journey, visit her <a href="https://www.instagram.com/wheelsofgrit/" target="_self" rel="" title="https://www.instagram.com/wheelsofgrit/">Instagram page.</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Strikes on alleged drug boats kill 5, leave 1 survivor in eastern Pacific, US military says]]></title><link>https://www.local10.com/news/2026/04/12/strikes-on-alleged-drug-boats-kill-5-leave-1-survivor-in-eastern-pacific-us-military-says/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/strikes-on-alleged-drug-boats-kill-5-leave-1-survivor-in-eastern-pacific-us-military-says/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 01:38:58 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military said Sunday that it blew up two boats accused of smuggling drugs in the eastern Pacific Ocean, killing a total of five people and leaving one survivor, as the Trump administration pursues its campaign against alleged traffickers in Latin America while preparing a naval blockade of Iranian ports.</p><p>The attacks on Saturday bring the number of people who have been killed in boat strikes by the U.S. military to at least 168 since the Trump administration began targeting those it calls “narcoterrorists” in early September.</p><p>As with most of the military’s statements on the dozens of strikes in the eastern Pacific and Caribbean Sea, U.S. Southern Command said it targeted the alleged drug traffickers along known smuggling routes. The military did not provide evidence that the vessel was ferrying drugs. Videos posted on X showed small boats moving across the water before they each were engulfed in a bright explosion.</p><p>U.S. Southern Command stated on X that it notified the U.S. Coast Guard to activate the search-and-rescue system for the survivor. The Coast Guard confirmed it was coordinating the search and said updates would be provided when available.</p><p>President Donald Trump has said the U.S. is in “armed conflict” with cartels in Latin America and has justified the attacks as a necessary escalation to stem the flow of drugs into the United States and fatal overdoses claiming American lives. But his administration has offered little evidence to support its claims of killing “narcoterrorists.”</p><p>Critics have questioned the overall legality of the boat strikes as well as their effectiveness, in part because the fentanyl behind many fatal overdoses is typically trafficked to the U.S. over land from Mexico, where it is produced with chemicals imported from China and India.</p><p>The boat strikes have continued in Latin America even as the U.S. military has focused on operations in the Middle East, where the U.S. was engaged in a war with Iran for several weeks.</p><p>Trump on Sunday said the U.S. Navy would begin a blockade of ships entering or leaving the Strait of Hormuz, after U.S.-Iran ceasefire talks in Pakistan ended without an agreement. Trump wants to weaken Iran’s key leverage in the war after demanding that it reopen the crucial waterway through which 20% of global oil normally passes. U.S. Central Command said the blockade would involve Iranian ports.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QRMW3TWKY6NLOABUW6DN73M34E.jpg?auth=a971f8d42efabe50cce17675e4be27c9c2d2a0fcf56f8c46c5a2dc76c10fbfe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from an airplane, Tuesday, April 7, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Cooper Flagg's standout rookie season ends as the No. 1 pick of the Mavs injures ankle in finale]]></title><link>https://www.local10.com/sports/2026/04/12/cooper-flaggs-standout-rookie-season-ends-as-the-no-1-pick-of-the-mavs-injures-ankle-in-finale/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/cooper-flaggs-standout-rookie-season-ends-as-the-no-1-pick-of-the-mavs-injures-ankle-in-finale/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:09:00 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — Cooper Flagg's standout rookie season ended slightly prematurely after the No. 1 pick of the Dallas Mavericks limped to the locker room in the finale against Chicago and was ruled out with an ankle sprain Sunday night.</p><p>Flagg winced as he left the court favoring his left ankle in the second quarter, and the Mavs soon said he wouldn't return. The 19-year-old is in a tight race with former Duke teammate Kon Knueppel for Rookie of the Year.</p><p>It wasn't immediately clear how Flagg was injured. He had 10 points and four rebounds in 10 minutes before leaving the game. He will finish the season averaging 21.0 points, 5.4 rebounds and 4.5 assists in 70 games.</p><p>The Mavericks have been out of the playoff race for weeks in a season that started with high expectations but crumbled with Anthony Davis' continuing injury issues and eventual trade to Washington. Davis' absence led to the team keeping Kyrie Irving sidelined the entire season after the star guard tore the ACL in his left knee in March 2025.</p><p>Despite the steady slide in the standings, Flagg kept making history, capped by a 96-point outburst in two games over the second-to-last weekend, including the 51 against Orlando that made him the first NBA teenager to score at least 50 in a game. He broke his own record of 49 for a teenager.</p><p>Flagg led Duke to the Final Four a year ago as just the fourth freshman to be named The Associated Press men's basketball player of the year.</p><p>The accolades kept rolling in after the Mavs converted just a 1.8% chance to win the lottery and won the rights to draft him.</p><p>Flagg and Michael Jordan are the only two rookies to record multiple games of at least 45 points since the NBA-ABA merger in 1976-77.</p><p>Flagg was playing against LeBron James and the Los Angeles Lakers earlier this month when he scored 45 points and passed the 41-year-old for the most 40-point games by a teenager with his fourth.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I6RBQMZ2AS36HJY255YKOKQN4A.jpg?auth=daddcf43b73ef64d54a1fa7d835ee805185b2f35db327239898a56c731ba7974&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Mavericks' Cooper Flagg, right, is injured during an NBA basketball game against the Chicago Bulls, Sunday, April 12, 2026, in Dallas. (AP Photo/Albert Pena)]]></media:description><media:credit role="author" scheme="urn:ebu">Albert Pena</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WKW2SYJWCX2CYVHVELV7AHGRBE.jpg?auth=ba1aa12b54311f6bc74fada647364c5754ca58401017bf42affa0c0354cb31ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dallas Mavericks' Cooper Flagg goes up to shoot during an NBA basketball game over Chicago Bulls' Leonard Miller Sunday, April 12, 2026, in Dallas. (AP Photo/Albert Pena)]]></media:description><media:credit role="author" scheme="urn:ebu">Albert Pena</media:credit></media:content></item><item><title><![CDATA[NBA play-in games are set: Heat-Hornets, Magic-76ers, Suns-Blazers, Clippers-Warriors]]></title><link>https://www.local10.com/sports/2026/04/12/nba-play-in-games-taking-shape-heat-hornets-magic-76ers-are-set/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/nba-play-in-games-taking-shape-heat-hornets-magic-76ers-are-set/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:38:12 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The play-in tournament field is set, and just like that the postseason has arrived in the NBA.</p><p>First up: an elimination game in Charlotte. The ninth-place Hornets will take on the 10th-place Miami Heat on Tuesday night (7:30 p.m. Eastern) in a win-or-go-home game to open the play-in tournament.</p><p>The rest of the play-in schedule:</p><p>— West No. 7 Phoenix meets West No. 8 Portland on Tuesday (10 p.m. Eastern), with the winner moving on to face Victor Wembanyama and the San Antonio Spurs in Round 1.</p><p>— East No. 7 Philadelphia plays host to East No. 8 Orlando on Wednesday (7:30 p.m. Eastern), with the winner of that game set to meet the Boston Celtics in Round 1.</p><p>— The Los Angeles Clippers, No. 9 in the West, play host to No. 10 Golden State on Wednesday (10 p.m. Eastern) in an elimination game. The winner will play the Suns-Trail Blazers loser on Friday for the right to meet No. 1 Oklahoma City in Round 1.</p><p>— Also Friday, the Hornets-Heat winner will visit the 76ers-Magic loser to decide which team advances to face No. 1 Detroit in Round 1.</p><p>“Our group understands what wins and loses for us,” Heat coach Erik Spoelstra said. “And that’s the most important thing.”</p><p>Rest of Round 1 schedule</p><p>The top two seeds in each conference — Detroit, Boston, Oklahoma City and San Antonio — will wait until either Tuesday or Friday to find out their Round 1 opponents.</p><p>Some teams already know. The 3-vs.-6 and 4-vs.-5 Round 1 matchups are set.</p><p>In the East, No. 3 New York will play No. 6 Atlanta, and No. 4 Cleveland takes on No. 5 Toronto. In the West, No. 3 Denver will play No. 6 Minnesota — the third time in four years those teams have met in the postseason — while the fourth-seeded Los Angeles Lakers will face No. 5 Houston.</p><p>How Sunday went down</p><p>Inside the Heat locker room on Sunday night, everybody's eyes were on a giant television set showing the end of the Orlando-Boston game.</p><p>With good reason. It decided a whole lot in the East.</p><p>The Celtics beat the Magic, which dropped Orlando into the No. 8 spot for the play-in. It also ensured the Miami-Charlotte game would be played Tuesday, since Philadelphia cannot host basketball games Monday or Tuesday because of arena scheduling conflicts with the NHL’s Flyers.</p><p>“This one is done,” Magic coach Jamahl Mosley said after the loss in Boston. “You've got to make sure you focus your time and your attention and your energy all on the Philadelphia 76ers right now.”</p><p>Portland beat Sacramento to earn the No. 8 spot in the West going into the play-in, and therefore will have two chances to win one game and earn a playoff berth. The Clippers beat Golden State in their finale, and now those teams will play again in Inglewood, California, on Wednesday in an elimination game.</p><p>“Each team knows the other pretty well, just from playing against them a lot over the years,” Warriors coach Steve Kerr said.</p><p>Denver — which ended the regular season on a 12-game winning streak — topped San Antonio to lock up the No. 3 seed. The Lakers beat Utah, and that result means LeBron James will be taking on Kevin Durant in their first postseason meeting since the 2018 NBA Finals.</p><p>Points record falls</p><p>More points were scored this season than in any other in NBA history, with the previous record of 282,127 points getting passed Sunday evening — with about seven games left to be played on the schedule.</p><p>The final total for the season: 284,395 points.</p><p>It wasn't a record for points per game; that mark of 118.8 points per team, per game, has stood since 1961-62. This season's pace of 115.6 points per team was sixth-best in NBA history.</p><p>Jokic plays, will be award eligible</p><p>Denver's Nikola Jokic appeared in the Nuggets' game against San Antonio on Sunday night, which pushed his total to 65 games for the season — and therefore got him eligibility on the NBA's award ballots that will be sent out later this week.</p><p>Jokic was second in last year’s MVP balloting behind only Oklahoma City’s Shai Gilgeous-Alexander, That made Jokic just the third player in NBA history with a top-two finish in five or more consecutive seasons, joining Bill Russell and Larry Bird.</p><p>Jokic won MVP in 2021, 2023 and 2024, plus was second in 2022 and again last year.</p><p>Russell and Bird, a pair of Boston Celtics greats, each were first or second in the balloting in six consecutive seasons.</p><p>Stat notes</p><p>The league's statistical champions have been known for some time, but now they're officially official.</p><p>The Lakers' Luka Doncic (33.5 points per game) won the scoring title, while Jokic won both the rebounding (12.9 per game) and assist (10.7 per game) titles to complete another season in which he averaged a triple-double.</p><p>Other stat items of note:</p><p>— The league finished with 96 games decided by 30 points or more, 16 more than the previous record (set last season).</p><p>— The average margin of victory this season was 13.3 points, another record (previous was 12.7, set last season).</p><p>— This one is wild. Last season in the NBA, teams listed as favorites by BetMGM Sportsbook went 853-377. This season, they went ... 853-377.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NOORPX5XJG4FUSRPMBQNHTYJVA.jpg?auth=826cfe468a52c4e3e4bddc82444c27e7ed9aadbbaaccf9b2e07c2b5a158323bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Celtics forward Luka Garza (52) falls to the court as Orlando Magic guard Jevon Carter (2) and forward Jamal Cain (8) take control of the ball during the second half of an NBA basketball game, Sunday, April 12, 2026, in Boston. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSSOUV3IDF5D47AALBVB3QHDWU.jpg?auth=9d49653a47597c00f3174bcffd2079b3c07d6806502f1682fd95a6d2888bd5c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Heat forward Myron Gardner swings on the basket after dunking over Atlanta Hawks forward Asa Newell, left, and guard Keaton Wallace, during the second half of an NBA basketball game, Sunday, April 12, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J56INF6XY6GPFXV6QB5JNKWAUU.jpg?auth=35debe858839c7e9d4ea8fcde0dfca2bc57cfd7e9a09e7b1170b0a3dcd2cc66c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portland Trail Blazers center Donovan Clingan dunks during the first half of an NBA basketball game against the Los Angeles Clippers, Friday, April 10, 2026, in Portland, Ore. (AP Photo/Jenny Kane)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Pope Leo says he does not fear Trump, citing Gospel as he pushes back in feud over Iran war]]></title><link>https://www.local10.com/news/world/2026/04/13/pope-leo-says-he-does-not-fear-trump-citing-gospel-as-he-pushes-back-in-feud-over-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/pope-leo-says-he-does-not-fear-trump-citing-gospel-as-he-pushes-back-in-feud-over-iran-war/</guid><dc:creator><![CDATA[By WILL WEISSERT, JOSH BOAK and NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 12:09:39 +0000</pubDate><content:encoded><![CDATA[<p>ABOARD THE PAPAL PLANE (AP) — U.S.-born Pope Leo XIV pushed back Monday on President Donald Trump’s broadside against him over the U.S.-Israel war in Iran, telling reporters that the Vatican’s appeals for peace and reconciliation are rooted in the Gospel, and that he doesn’t fear the Trump administration.</p><p>“To put my message on the same plane as what the president has attempted to do here, I think is not understanding what the message of the Gospel is,” Leo told The Associated Press aboard the papal plane en route to Algeria. “And I’m sorry to hear that but I will continue on what I believe is the mission of the church in the world today.”</p><p>History’s first U.S.-born pope stressed that he was not making a direct attack against Trump or anyone else with his general appeal for peace and criticisms of the “delusion of omnipotence” that is fueling the Iran war and other conflicts around the world.</p><p>“I will not enter into debate. The things that I say are certainly not meant as attacks on anyone. The message of the Gospel is very clear: ‘Blessed are the peacemakers,’” Leo said.</p><p>“I will not shy away from announcing the message of the Gospel and inviting all people to look for ways of building bridges of peace and reconciliation, and looking for ways to avoid war any time that’s possible.”</p><p>Speaking to other reporters, he added: “I’m not afraid of the Trump administration or of speaking out loudly about the message of the Gospel, which is what the Church works for.''</p><p>“We are not politicians. We do not look at foreign policy from the same perspective that he may have,'' the pope said, adding, ”I will continue to speak out strongly against war, seeking to promote peace, promoting dialogue and multilateralism among states to find solutions to problems.</p><p>"Too many people are suffering today, too many innocent people have been killed, and I believe someone must stand up and say that there is a better way,'' he said.</p><p>Trump says Leo is not ‘doing a very good job’</p><p>Trump delivered an extraordinary broadside against Leo on Sunday night, saying he didn't think the U.S.-born global leader of the Catholic Church is “doing a very good job” and that “he's a very liberal person," while also suggesting the pontiff should “stop catering to the Radical Left.”</p><p>Flying back to Washington from Florida, Trump used a lengthy social media post to sharply criticize Leo, then kept it up after deplaning, in comments on the tarmac to reporters.</p><p>“I’m not a fan of Pope Leo,” he said.</p><p>Trump's comments came after Leo suggested over the weekend that a “delusion of omnipotence” is fueling the U.S.-Israel war in Iran. While it’s not unusual for popes and presidents to be at cross purposes, it’s exceedingly rare for the pope to directly criticize a U.S. leader — and Trump’s stinging response is equally uncommon, if not more so.</p><p>“Pope Leo is WEAK on Crime, and terrible for Foreign Policy,” the president wrote in his post, adding, “I don’t want a Pope who thinks it’s OK for Iran to have a Nuclear Weapon."</p><p>Italian politicians across the spectrum showed their solidarity with Leo. Premier Giorgia Meloni sent a message of support for his peace mission while the leader of the main opposition party, Elly Schlein, was more direct, calling Trump’s attacks “extremely serious.”</p><p>Trump repeated that sentiment in comments to reporters, saying, “We don’t like a pope who says it’s OK to have a nuclear weapon.”</p><p>Later, Trump posted a picture suggesting he had saint-like powers akin to those of Jesus Christ. Wearing a biblical-style robe, Trump is seen laying hands on a bedridden man as light emanates from his fingers, while a soldier, a nurse, a praying woman and a bearded man in a baseball cap all look on admiringly. The sky above is filled with eagles, an American flag and vaporous images.</p><p>Leo's opposition to war irked Trump</p><p>All of that came after Leo presided over an evening prayer service in St. Peter’s Basilica on Saturday, the same day the United States and Iran began face-to-face negotiations in Pakistan during a fragile ceasefire, with Vice President JD Vance leading the U.S. delegation. Vance is Catholic and recently released a book about his faith.</p><p>During his evening prayer service, the pope didn’t mention the United States or Trump by name, but his tone and message appeared directed at Trump and U.S. officials, who have boasted of U.S. military superiority and justified the war in religious terms.</p><p>Leo, who is on an 11-day trip to Africa starting Monday — has previously said that God “does not listen to the prayers of those who wage war, but rejects them.” He's also 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>Before the ceasefire, when Trump warned of mass strikes against Iranian power plants and other infrastructure and that “an entire civilization will die tonight,” Leo described such sentiments as “truly unacceptable.”</p><p>In his social media post on Sunday night, however, Trump went far beyond the war in Iran in criticizing Leo.</p><p>The president wrote, “I don’t want a Pope who thinks it’s terrible that America attacked Venezuela, a Country that was sending massive amounts of Drugs into the United States.” That was a reference to the Trump administration having ousted Venezuelan President Nicolás Maduro in January.</p><p>“I don’t want a Pope who criticizes the President of the United States because I’m doing exactly what I was elected, IN A LANDSLIDE, to do,” Trump added, referencing his 2024 election victory.</p><p>He also suggested in the post that Leo only got his position “because he was an American, and they thought that would be the best way to deal with President Donald J. Trump.”</p><p>“If I wasn’t in the White House, Leo wouldn’t be in the Vatican,” Trump wrote, adding, “Leo should get his act together as Pope, use Common Sense, stop catering to the Radical Left, and focus on being a Great Pope, not a Politician. It’s hurting him very badly and, more importantly, it’s hurting the Catholic Church!”</p><p>In his subsequent comments to reporters, Trump remained highly critical, saying of Leo, “I don’t think he’s doing a very good job. He likes crime I guess” and adding, “He’s a very liberal person.”</p><p>Bishops say the pope is not a politician</p><p>Archbishop Paul S. Coakley, president of the U.S. Conference of Catholic Bishops, issued a statement saying he was “disheartened” by Trump's comments.</p><p>“Pope Leo is not his rival; nor is the Pope a politician. He is the Vicar of Christ who speaks from the truth of the Gospel and for the care of souls,” Coakley said.</p><p>The Italian Bishops' Conference expressed regret over Trump's words, and underlined that the pope "is not a political counterpart, but the successor of Peter, called to serve the Gospel, truth and peace.''</p><p>In the 2024 election, Trump won 55% of Catholic voters, according to AP VoteCast, an extensive survey of the electorate. But Trump's administration also has close ties to conservative evangelical Protestant leaders and has claimed heavenly endorsement for the war on Iran.</p><p>Defense Secretary Pete Hegseth urged Americans to pray for victory “in the name of Jesus Christ.” And, 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>——</p><p>Winfield reported from aboard the papal plane.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQSPZDAVQJ6FTLAU7WS3VMEJ5E.jpg?auth=b9581d245f9c7163435694fcee6c7592558b03c307d8faea1ce57f2b0a37eefd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV speaks to journalists aboard his flight bound for Algiers’ Houari Boumédiène International Airport on Monday, April 13, 2026, at the start of an 11-day apostolic journey to Africa. (Alberto Pizzoli/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pizzoli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64BSGS3RHK4POZQTGZZFMLC6RY.jpg?auth=4d2daebd7d4be991730cb7422c9c9ad60b2f2cc4f2a17b23d80d1d9188f9b252&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 at Joint Base Andrews, Md., Sunday, April 12, 2026, after he returned from Miami. (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/S3RDRJFKQUHHRUJPY2EES7UNZA.jpg?auth=5b4ead4de03c875409afe667766d981e7dfe4d8c25adb54113969135fc03c92b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV delivers the Regina Coeli prayer in St. Peter's Square at the Vatican, Sunday, April 12, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[April 12: Gusty winds bring brief showers to Upper Keys before drier, warmer week ahead]]></title><link>https://www.local10.com/weather/2026/04/12/april-12-gusty-winds-bring-brief-showers-to-upper-keys-before-drier-warmer-week-ahead/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/12/april-12-gusty-winds-bring-brief-showers-to-upper-keys-before-drier-warmer-week-ahead/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Strong gusty winds will continue to usher in a few tiny showers. This time showers will be confined across the upper Keys tonight before clearing Monday morning. We will watch for pleasant conditions to persist again Monday. ]]></description><pubDate>Mon, 13 Apr 2026 01:12:31 +0000</pubDate><content:encoded><![CDATA[<p>Strong gusty winds will continue to usher in a few tiny showers. This time showers will be confined across the upper Keys tonight before clearing Monday morning. We will watch for pleasant conditions to persist again Monday. </p><p>Temperatures will reach the lower 80s all the while staying mostly dry.Plan for mostly dry conditions all week long. The lack of rainfall could intensify drought conditions across our region.</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[Local 10 Special: North Miami, Celebrating a Century ]]></title><link>https://www.local10.com/news/local/2026/04/12/local-10-special-north-miami-celebrating-a-century/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/local-10-special-north-miami-celebrating-a-century/</guid><description><![CDATA[North Miami is a city born after a storm and shaped by culture, cuisine and community. Local 10’s Calvin Hughes takes you on a trip as the city celebrates turning 100 years old! ]]></description><pubDate>Sun, 12 Apr 2026 23:00:01 +0000</pubDate><content:encoded><![CDATA[<p>North Miami is a city born after a storm and shaped by culture, cuisine and community. Local 10’s Calvin Hughes takes you on a trip as the city celebrates turning 100 years old! </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[At 100 days rally, Mamdani celebrates and charts a course toward city-run grocery stores]]></title><link>https://www.local10.com/news/national/2026/04/12/at-100-days-rally-mamdani-celebrates-and-charts-a-course-toward-city-run-grocery-stores/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/12/at-100-days-rally-mamdani-celebrates-and-charts-a-course-toward-city-run-grocery-stores/</guid><dc:creator><![CDATA[By ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 01:01:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — New York City Mayor Zohran Mamdani rallied Sunday to celebrate 100 days in office, touting his early accomplishments and charting future goals as he pledged to lead with a relentless focus on the city's working class.</p><p>In front of a crowd just days after reaching an early milestone of his first term, Mamdani said he took office promising “that City Hall would hold a singular purpose, to make this city belong to more of its people than it did the day before.”</p><p>“For 102 days, we have endeavored to do exactly that,” he said.</p><p>After highlighting the early accomplishments of his administration, he then turned to a few new plans.</p><p>The first, he said, would be to inch toward one of his major campaign promises: opening a slate of city-run grocery stores. The initial store, he said, would open next year, with the remaining shops — eventually one in each of the city's five boroughs — opening by the end of his four-year term.</p><p>“At our stores, eggs will be cheaper. Bread will be cheaper. Grocery shopping will no longer be an unsolvable equation,” said Mamdani, a Democrat.</p><p>In addition, the mayor announced plans to expand the city's covered trash bin program — “Say goodbye to black bags and say hello to the bins,” he said, vowing to spread the initiative citywide by the end of 2031.</p><p>And he reiterated his campaign promise to make buses faster and free of cost, saying he would move to speed up bus services along some routes. It remains unclear how he would make good on eliminating bus fares.</p><p>“Tonight, we're delivering the fast, and we're excited to keep working with Albany to deliver the free,” he said, referencing the governor and the state Legislature, which hold considerable sway over parts of his agenda.</p><p>Before Mamdani spoke, the crowd heard from a city transportation department staffer to hear about Mamdani’s pothole filling blitz; a tenant organizer who praised the mayor’s focus on renters; and a mother who boosted his push to expand child care programs in the city.</p><p>“No longer will city government be afraid of its own shadow,” Mamdani told the crowd shortly after taking the stage. “If anyone should be afraid it is those who take advantage of working people.”</p><p>Mamdani, 34, took office in January after a campaign centered on making New York City a more affordable place to live, centering his agenda on refocusing the vast power of government toward helping the city's struggling working class.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TDGK437TYAHHKGEALZJ46UULKQ.jpg?auth=88547ff22fb91a05829f39076ce08e637312fc2f66715498ea0753c9f7ab73e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani salutes his supporters during an address marking his first 100 days in office at the Knockdown Center on Sunday, April 12, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J2K4I34DUEOQMNHPXMLRRMG22Y.jpg?auth=7020cf2ecae1955c995a98b090ee8820d28e3081296c4c71724c05081abdf05e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani's supporters react during an address marking his first 100 days in office at the Knockdown Center on Sunday, April 12, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYC3T5VQNCYWFO7RIUANYKY7Q4.jpg?auth=1acfab2828413dae02c174042b5bef4af23d0046e86e8461472cf40a32349a61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani reacts to his supporters during an address marking his first 100 days in office at the Knockdown Center, Sunday, April 12, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D56PJWUMOZ3OYWR6UROWR5D6NU.jpg?auth=a2a03c2d73e576a220abcae11fd4ad57b845c34a94dbc64333bc153a60b04e99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani speaks during an address marking his first 100 days in office at the Knockdown Center, Sunday, April 12, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVVX3YZIZKAZRKXEZLWJKW7UGY.jpg?auth=43e3f0fd2feed782f5c680ae9a4655506125b80f01a5f2c5bc0256ff5533f816&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York City Mayor Zohran Mamdani waves during an address marking his first 100 days in office at the Knockdown Center, Sunday, April 12, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[Scottie Scheffler falls a stroke short of a record Masters comeback after a flawless weekend]]></title><link>https://www.local10.com/sports/2026/04/12/scottie-scheffler-falls-a-stroke-short-of-a-record-masters-comeback-after-a-flawless-weekend/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/scottie-scheffler-falls-a-stroke-short-of-a-record-masters-comeback-after-a-flawless-weekend/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:11:18 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Scottie Scheffler conjured a moment of brilliance on the 15th hole and nearly re-created a classic Masters moment on No. 17. He played the final two rounds without a single bogey.</p><p>It wasn't quite enough.</p><p>Scheffler shot a 4-under 68 on Sunday at Augusta National and finished one stroke behind winner Rory McIlroy. Now McIlroy and Scheffler are even with two Masters titles each. Scheffler was trying to pull off what would have been an unprecedented comeback from 12 strokes down after 36 holes.</p><p>“I always felt like I was a couple shots out of it, but I was ahead of those guys (on the course), so I felt like if I could make a few birdies and post a score I’d be in a good spot,” Scheffler said. “Just wasn’t able to make enough birdies on the back.”</p><p>Scheffler shot a 65 on Saturday to pull within four, and he was in the mix during the final round, becoming the first player since World War II to play the last two rounds of the Masters without a bogey.</p><p>What he needed, however, was at least one more birdie. After making one on No. 1 and another on No. 3, a streak of 11 straight pars stalled his progress at a time when he was very much within striking distance.</p><p>On the par-5 15th, his tee shot went to the right into the trees, and his second shot caromed off one of them, leaving him still 189 yards out. He had a gap between two tree trunks but needed to clear water to reach the green.</p><p>He somehow pulled that off and rolled in the putt for a birdie to move to 10 under. Problem was, at around the same moment, McIlroy birdied No. 13 to go to 13 under. Then Scheffler answered with a birdie on the par-3 16th to pull within two.</p><p>And that's where it stayed until the 18th, when McIlroy's bogey was enough to win him the tournament.</p><p>Scheffler's last good chance to apply pressure on McIlroy came when he stood over an 18-foot putt for birdie on No. 17. It was a similar putt to the one Jack Nicklaus made on his way to a sixth Masters title 40 years ago.</p><p>For Scheffler, the putt stayed just to the left of the hole.</p><p>“The putt I hit on 17 I really thought I made,” he said. “The shot into 18 I hit it exactly how I wanted to. I think we just lost the wind, and it got right up to the edge and came all the way back down. Would’ve been nice to give myself an opportunity there on 18, but I always talk about how I try to be focused on controlling the things that I can control and yesterday and today was some of the best that I’ve felt like I’ve been mentally all year.”</p><p>There were other missed opportunities. The par-4 seventh was yielding birdies left and right — and even a couple of eagles — on Sunday. But after an errant tee shot, Scheffler's approach missed the green to the left.</p><p>He went over the green from 95 yards on the par-5 eighth, costing himself another good birdie chance.</p><p>Scheffler's son Remy was born late last month, and he hadn't played since The Players Championship in the middle of March. This was his first top-five finish since Pebble Beach in mid-February.</p><p>Scheffler has won four major titles and now has three runner-up finishes. He tied for second at the 2022 U.S. Open and 2023 PGA Championship. This time he ended up alone in second, proving to be the biggest threat to McIlroy on a crowded leaderboard.</p><p>Scheffler and McIlroy have won four of the last five majors, with McIlroy winning the 2025 and 2026 Masters and Scheffler taking the PGA Championship and British Open last year. They are ranked 1-2 in the world, making this the first major since the 2002 U.S. Open (Tiger Woods over Phil Mickelson) in which the top two players in the ranking were the top two finishers in some order.</p><p>Scheffler ultimately put himself in too big of a hole when he shot 70 in the first round and 74 in the second. And he didn't take advantage of the two par 5s on the back nine — Nos. 13 and 15. His remarkable up-and-down on the 15th hole Sunday was his only birdie on either of those holes, and he bogeyed both Friday.</p><p>McIlroy, meanwhile, played those holes in 6 under over the four days. And he had the fortitude to win Sunday after he lost a six-stroke lead Saturday.</p><p>“I’ve competed against him for a long time, and you don’t win the amount of tournaments that he’s won out here without being pretty resilient,” Scheffler said. “Having a six-shot lead at Augusta is never easy, and losing that is obviously something difficult. But at the end of the day when you tee it up here on Sunday, he’s tied for the lead to start the day and had a solid round and did what he needed to do.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DKO7SCNBLMGX4O45MVHF7FVGF4.jpg?auth=2b1eb5b88f2a8df079008a713bfb285ef088ea341e221934e2c26b395a1cbca5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler finishes his final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/D25R2TXZVMMWUO75HYMYJ6ZQLI.jpg?auth=2ddbf062bcab7d4bb256a64a5bac27ae4f73ec223bc22f58f86d78bc9c6f4857&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler watches his shot on the 15th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/K3257IS447P73TGETTBQI46YZA.jpg?auth=001252421a13e0a1e46911e38af994bb025d4e840e6c6d800132beae0b347ac9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler finishes his final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/CUIFCP7FKKSQPKAR6O5ML73MNM.jpg?auth=05d87fa46560cacce4f2de098d1082ee2c4cfc0f4dc95486301a813b42b8b6d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haotong Li, of China, greets Scottie Scheffler after their final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Jokic plays 1st half of Nuggets' game versus Spurs to qualify for award eligibility while Wemby sits]]></title><link>https://www.local10.com/sports/2026/04/12/jokic-plays-1st-half-of-nuggets-game-versus-spurs-to-qualify-for-award-eligibility-while-wemby-sits/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/jokic-plays-1st-half-of-nuggets-game-versus-spurs-to-qualify-for-award-eligibility-while-wemby-sits/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:59:51 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Three-time MVP Nikola Jokic exited after playing the first half of the Denver Nuggets' 128-118 victory against the San Antonio Spurs on Sunday night, making an appearance in his 65th game to qualify for NBA awards.</p><p>Jokic had 23 points, eight rebounds, two assists and a blocked shot while playing 18 minutes, 15 seconds in the first half of Denver's regular-season finale.</p><p>“I think he embraced it because how hard those guys were playing with him,” Nuggets coach David Adelman said. “There is a respect value there when he sees guys playing for opportunities. A guy like him who has done everything in this game, I think he respects that. I heard the ‘overrated’ (chant by Spurs fans). I don’t know about the overrated thing. He was on pace for 46 and 16, but anyway, it seemed like he had a good time out there.”</p><p>The NBA requires players to participate in 65 games to be eligible for MVP, All-NBA and Defensive Player of the Year honors. The NBA allows two exemptions of 15 to 19:59 minutes played to count as an official game. Jokic had one exemption remaining.</p><p>Jokic was listed as questionable with an injured right wrist, but entered the finale having played in 64 games.</p><p>Jokic did not speak to reporters after the game, exiting the locker room after grabbing his belongings.</p><p>Denver secured the No. 3 seed and will host Minnesota at 2:30 p.m. Saturday in the opening round of the playoffs.</p><p>The Nuggets set a franchise record with their 26th road victory and did so while executing their game plan for Jokic.</p><p>“Yeah, he’ll play the first half,” Adelman said before tipoff. “Then we’ll reconvene at halftime and see where he’s at, where the game’s at. It’s what the rules provide. So we’ll follow the rules.”</p><p>Jokic, who won MVP in 2021, 2022 and 2024, has been named to the All-NBA Team in seven of his 11 seasons.</p><p>Spurs All-Star Victor Wembanyama sat out after reaching eligibility in his previous game.</p><p>Wembanyama qualified for award eligibility by playing in his 65th game Friday, in San Antonio's 139-120 victory over Dallas.</p><p>Wembanyama competed in 64 regular-season games in addition to the NBA Cup Final, which does not count toward regular-season record or statistics, but does qualify as a game played.</p><p>Wembanyama suffered a left rib contusion and missed the second half of Monday's 115-102 victory against the Philadelphia 76ers. He returned Friday to post 40 points and 13 rebounds in 26:13 minutes against Dallas.</p><p>He was listed as questionable due to injury management and was ruled out after the Spurs' afternoon walkthrough.</p><p>“Yeah, he’s doing well, but just a little sore and felt it was the appropriate decision,” San Antonio coach Mitch Johnson said. “He was probably, to be honest, the closest call of the group, but just right in that kind of in between.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQVIUFRWBLE6U4XS3QS53G6SIA.jpg?auth=d2e9cbbc2366aa5a86b219fc15c191dac20430d24e02b709accfd3fc6ae6cd1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denver Nuggets center Nikola Jokic (15) passes as he is guarded by San Antonio Spurs center Mason Plumlee during the first half of an NBA basketball game, Sunday, April 12, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7TANYJ4QNO3OYVH5OUCNPNPC3E.jpg?auth=73857946f3e606321634e9daa60aa532c1adeaeaf3e22200248bd0af0041df16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs guard Devin Vassell shoots against Denver Nuggets' Nikola Jokic, left, Tyus Jones (5) and Jalen Pickett, right, during the first half of an NBA basketball game, Sunday, April 12, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L7TC2J4FUIZCGDB2LKLEXDWXAY.jpg?auth=80c6f228ee2e7652e5e06c0396d2fdefde3c9b771d4d1172b6e6bed0465c8262&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Antonio Spurs forward Carter Bryant (11) dunks against Denver Nuggets center Nikola Jokic during the first half of an NBA basketball game, Sunday, April 12, 2026, in San Antonio. (AP Photo/Darren Abate)]]></media:description><media:credit role="author" scheme="urn:ebu">Darren Abate</media:credit></media:content></item><item><title><![CDATA[Justin Rose rues his miscues through Amen Corner and another lost chance at winning the Masters]]></title><link>https://www.local10.com/sports/2026/04/12/justin-rose-rues-his-miscues-through-amen-corner-and-another-lost-chance-at-winning-the-masters/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/justin-rose-rues-his-miscues-through-amen-corner-and-another-lost-chance-at-winning-the-masters/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:50:59 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Perhaps the only solace Justin Rose can take from another Sunday heartbreak at the Masters is that he didn’t finish second again.</p><p>He finished in a four-way tie for third.</p><p>The popular 45-year-old Englishman, who lost a playoff to Rory McIlroy last year, ended up two shots behind him on Sunday. For a brief moment, it was Rose with a two-shot lead in the final round at Augusta National, until a series of mistakes through Amen Corner and a couple of birdies by the defending champ through the same stretch of holes dealt Rose another dose of disappointment.</p><p>Two-time champion Scottie Scheffler made a late charge to finish second at 11 under, and Rose was another shot back, along with Tyrrell Hatton, Russell Henley and Cameron Young, who played in the final group with McIlroy but never got anything going.</p><p>“Just a chance that got away,” Rose lamented afterward.</p><p>He's had a lot of them on the picturesque grounds of Augusta National.</p><p>Rose has finished second three times, including another playoff loss to Sergio Garcia. The only players to be runner-up more often in the Masters are Jack Nicklaus, Ben Hogan and Tom Weiskopf — and Nicklaus and Hogan each won more than one green jacket.</p><p>“I feel like with a sudden-death loss,” Rose said, “you kind of know you got to the house. You've done everything it took to win. Then it comes down to a flick of a coin at times. Whereas today I felt like, yeah, there was an opportunity to do better.”</p><p>Rose began the day three shots back of McIlroy and Young, but by the time he made the turn, he had reached 12 under and was back in contention. McIlroy and Young had started to falter, and Scheffler had yet to make his move, and that left Rose in the middle of the fairway at the long, par-4 11th with a two-shot lead in the final round of the Masters.</p><p>He proceeded to hang his approach shot so far right that it ended up wide of the greenside bunker, the first ominous sign of trouble. Rose followed with a good pitch, but he missed the 15-footer for par and his lead was trimmed in half.</p><p>Then, at the par-3 12th — perhaps the most famous par 3 in the world — Rose flew the green from 155 yards. His ball came to rest on a slight downhill lie, and he left the ensuing chip short of the green, leading to a second consecutive bogey.</p><p>“You get on the 12th tee, you've got to be 100 percent in the moment,” Rose said. “Landed two yards too far and kind of put me in a funny spot where I had a pine cone right next to my ball that I wanted to move. It kind of made me try to chip that a bit of a different way, because I kind of had to use the toe of the club and hit a bit of a hook-chip.”</p><p>Yet it may have been the final hole of Amen Corner that Rose will regret most. He gave himself a 40-footer for eagle at the par-5 13th, which would have pulled him alongside McIlroy at 12 under. Instead of making it, a three-putt par further zapped his momentum.</p><p>Rose did get up-and-down for birdie at the par-5 15th, but he missed a 3-footer at 17, and his chances of winning were over.</p><p>“I was by no means free and clear, and was nowhere kind of close to having the job done, but I was right in position,” Rose said. “I was really in control. First 10 holes I felt like I was — yeah, I was. And the mentality was to run through the finish line, not just try and get it done. I was playing great, but just momentum shifted for me around the Amen Corner.”</p><p>The majors have caused Rose plenty of heartache over the years. He was second at the British Open in 2024, and third at the PGA Championship earlier in his career. The three runner-up finishes in the Masters have put his name on the large, silver trophy depicting the Augusta National clubhouse, but not in the column that belongs to the winners.</p><p>His only major title remains the 2013 U.S. Open at Merion.</p><p>Rose isn't giving up, though. Far from it.</p><p>“I’ve really kind of re-kicked on and re-energized my career and myself, and have a lot of belief in myself that there is a lot of runway ahead,” he said. “These are the tournaments I focus on. These are the tournaments why I practice. These are the tournaments that get me going that sort of extra mile to sort of have to show up and keep being in these great arenas.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGZTTOHWER7MJOG2E3RWDMYCNY.jpg?auth=ed05f74b36b28a94d35b00314346f5f70f75e4a151b624f77e1fb2f320c68a08&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, reacts after missing a putt on the 16th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/RPPA5Q2NBYXNBTUPBOWRGR54JQ.jpg?auth=5a4e25ba8896d6d3aa71e4383722d6b1b6711a25716a18edd6aa62327668af46&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, reacts after missing a putt on the 16th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/7PAGMFY2SIO56HUDRT4POBMIYQ.jpg?auth=6647fc64b63619fff0c87541c14723334b779bed56f8b1d70de9f5aa7dd17706&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, walks to green on the 18th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKJ5EOJ744MLNPM2YCA5E4CHBI.jpg?auth=e8bac04ba4fab8c7d157dfb88dfedf4b84426cc8b240b44b93dee80d857063c2&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, waves after his putt on the eighth hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/45GKWSWZQ27Q3FCBCMROR3ZAXA.jpg?auth=e60246cc65b1da37adb4edd21113c1ee9881a06d73522f2d93be17ef0131362f&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, waves after his putt on the 18th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Temores de violencia política en Colombia tras amenazas a candidata de oposición; gobierno reacciona]]></title><link>https://www.local10.com/espanol/2026/04/12/temores-de-violencia-politica-en-colombia-tras-amenazas-a-candidata-de-oposicion-gobierno-reacciona/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/temores-de-violencia-politica-en-colombia-tras-amenazas-a-candidata-de-oposicion-gobierno-reacciona/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:54:44 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Con las elecciones presidenciales en Colombia a poco menos de dos meses de distancia, la oposición denunció el domingo una amenaza de muerte contra la candidata conservadora Paloma Valencia, lo que desató una oleada de condenas.</p><p>La Defensoría del Pueblo advirtió sobre las muestras de violencia política y pidió garantías para todos los aspirantes en la contienda presidencial.</p><p>Colombia asistirá a las urnas el 31 de mayo para elegir al sucesor del presidente Gustavo Petro, el primer mandatario de izquierda en la historia del país.</p><p>El expresidente Álvaro Uribe, líder del opositor Centro Democrático, dio a conocer la amenaza contra su candidata, la senadora Valencia, con una publicación en la red social X, donde hizo un llamado para “cuidar a Paloma”. Adjuntó una imagen que circula en redes sociales de una corona fúnebre adornada con una imagen de Valencia y el mensaje “descansa en paz”.</p><p>La candidata también condenó los actos de vandalismo contra la sede de su partido en Bucaramanga durante la jornada.</p><p>Horas más tarde comenzó a circular en redes sociales la misma imagen amenazante, ahora con la fotografía del candidato derechista Abelardo de la Espriella, del movimiento Defensores de la Patria., desatando el rechazo de varios sectores.</p><p>“Quien amenaza a un candidato, amenaza a la democracia y a Colombia. No lo toleraremos”, escribió el ministro de Defensa, Pedro Sánchez, en X y aseguró que se ha desplegado a la Fuerza Pública para “proteger a todos los candidatos, sin distinción alguna”.</p><p>Sánchez ofreció una recompensa económica por información que permita evitar cualquier atentado contra los aspirantes presidenciales.</p><p>En tanto, la defensora del Pueblo, Iris Marín, rechazó en redes sociales “las amenazas y hostigamientos contra la candidata” Valencia y aplaudió el pronunciamiento del gobierno y otros sectores que permitirían que se realice un proceso electoral “libre y en paz”.</p><p>La Defensoría del Pueblo había emitido un comunicado previo en el que solicitaba a la Fiscalía iniciar una investigación expedita de los hechos para determinar responsabilidades y establecer “los riesgos contra la vida y la integridad de la candidata”.</p><p>Iván Cepeda, candidato del oficialista Pacto Histórico que llevó a Petro a la presidencia, se sumó a la condena de “cualquier forma de agresión o violencia política contra mis adversarios”. De la Espriella también se solidarizó con Valencia.</p><p>La escena política de Colombia quedó sacudida el año pasado cuando el legislador y precandidato Miguel Uribe Turbay fue asesinado en un acto político que, de acuerdo con la Fiscalía, fue ordenado por disidencias de las extintas Fuerzas Armadas Revolucionarias de Colombia (FARC). Uribe Turbay pertenecía al mismo partido de Valencia.</p><p>Los candidatos para el Congreso María Bolívar Maury y Mauricio Martínez denunciaron el mes pasado ataques frustrados en su contra, los cuales fueron confirmados por las autoridades. Además, la senadora indígena Aida Quilcué fue localizada con vida en febrero pasado luego de haber sido secuestrada en un país que lidia con la violencia y el asedio de grupos armados.</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[Workers at major Colorado meatpacking plan win wage increases in deal with JBS USA]]></title><link>https://www.local10.com/business/2026/04/12/workers-at-major-colorado-meatpacking-plan-win-wage-increases-in-deal-with-jbs-usa/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/12/workers-at-major-colorado-meatpacking-plan-win-wage-increases-in-deal-with-jbs-usa/</guid><dc:creator><![CDATA[By JESSICA HILL, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:58:45 +0000</pubDate><content:encoded><![CDATA[<p>Workers at one of the nation’s largest meatpacking plants who staged a multiweek strike have reached an agreement with plant owner JBS USA, the company and labor union representatives announced Sunday.</p><p>The Swift Beef Co. plant in Greeley, Colorado, will immediately return to normal operations after weeks of uncertainty, JBS USA said in a statement.</p><p>The agreement comes after thousands of workers at the meat processing plant led a three-week strike with the United Food and Commercial Workers Local 7 Union in a bid for higher wages and better health care. The strike ended April 4 after JBS USA agreed to resume negotiations.</p><p>Workers and JBS USA agreed to wage increases over the next two years and a $750 one-time bonus. The tentative agreement represents a contract with “all gains, countless improvements, and not a single concession," the union said.</p><p>The contract requires the company to pay for personal protective equipment and defends workers against increases in health care costs, according to the union.</p><p>Local union president Kim Cordova said workers picketed through extreme weather “because they knew their worth and refused to be disrespected. Today, that sacrifice has been rewarded.”</p><p>“This is what union power looks like,” Cordova said in the statement.</p><p>The union did not immediately respond to The Associated Press’ requests for further details.</p><p>JBS USA said it is pleased an agreement has been reached, but expressed disappointment that union leadership chose to eliminate pension benefits that were negotiated last year. The company said the pension was designed to strengthen long-term retirement security and argued the union chose to shift those dollars into short-term wage increases rather than into the long-term financial future of workers.</p><p>The union will also withdraw seven alleged unfair labor practice charges, according to JBS USA.</p><p>“With the agreement now finalized, JBS USA looks forward to restoring stability, supporting its workforce, and continuing to invest in the Greeley facility for the future,” the company said in its statement.</p><p>The strike at Greeley was the first strike at a U.S. slaughterhouse since workers walked out at a Hormel plant in Minnesota in 1985. That strike lasted more than a year and was marked by violent confrontations between police and protesters.</p><p>JBS is the world’s largest meatpacking company with a market capitalization of $17 billion. It is the top employer in Greeley, a city 50 miles (80 kilometers) northeast of Denver with a population of about 114,000 people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTVVFWX4B7BTIHM6ISAG6IRJN4.jpg?auth=21be45f8c739961fcb78424ef41fde25ae42e525370741f5d6456928851f7413&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Employees walk in front of the entrance to the JBS meat processing plant, July 23, 2021, in Greeley, Colo. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Ovechkin response to fans' request for 1 more year: 'I'll think about it']]></title><link>https://www.local10.com/sports/2026/04/12/ovechkin-response-to-fans-request-for-1-more-year-ill-think-about-it/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/ovechkin-response-to-fans-request-for-1-more-year-ill-think-about-it/</guid><dc:creator><![CDATA[By DAVID GINSBURG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:41:06 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — If this was indeed the final home game of Alex Ovechkin's sensational NHL career, the Washington Capitals star collected enough memories to take him deep into retirement.</p><p>From the opening faceoff to the celebratory post-game skate in which he waved gratefully to the adoring fans, Ovechkin enjoyed one heck of a day, Best of all, the Capitals won Sunday to remain in the playoff hunt.</p><p>Playing in front of an appreciative sellout crowd, the Capitals beat the Pittsburgh Penguins 3-0. Ovechkin will wait until the offseason to decide whether to retire or return for a 22nd NHL season, but the fans weighed in early in the game by chanting, “One more year!”</p><p>Afterward, surrounded by his two young sons, Ovechkin had this response to that request: “I'll think about it,” he said with a wry smile.</p><p>Ovechkin turns 41 in September, but the league's all-time leading goal scorer with 929 isn't exactly limping to the end of his brilliant career. He leads the Capitals with 32 goals and 63 points, and he received an assist on the empty-net goal that clinched Sunday's pivotal win.</p><p>“It's a big moment for us right now,” he said. “Everybody was dialed in.”</p><p>The Capitals must win their regular-season finale in Columbus on Tuesday night and hope Philadelphia fails to win either of its remaining two games. No matter how it plays out, and regardless of whether he decides to come back or not, Ovechkin will always have this day to savor.</p><p>“I'll remember this moment, the atmosphere that was tonight,” he said.</p><p>It was no ordinary afternoon, and the Capitals knew it.</p><p>“You could tell, the game felt different and the night felt different,” Washington coach Spencer Carbery said. “A lot of great moments.”</p><p>It was an unusual game right from the start, when Ovechkin joined Pittsburgh great Sidney Crosby at center ice for the opening faceoff.</p><p>“The opening draw, I got a kick out of that,” Carbery said, before adding,. “I just caught myself watching in certain moments, taking it all in.”</p><p>It was the 100th meeting between Crosby and Ovechkin. Crosby and the Penguins have won more times than not, but Ovi has certainly made an impression on Sid the Kid.</p><p>“He came in with such high expectations, and he passed them,” Crosby said. “To be the greatest goal scorer of all time and to do what he's done, its impressive.”</p><p>Carbery hopes that Ovechkin will add to his lofty goal total in 2026-27, but regardless, the coach is thankful to have been associated with The Great 8.</p><p>“If it is the end of his career, I smile thinking of those moments because been blessed to be his coach when he broke the all-time goals record and I was the coach that was with him at the end,” Carbery said. “I don't take that for granted one minute.”</p><p>__</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GMQTYKSXE34EKFK3WVCJSSGVP4.jpg?auth=bb3823f8192133c84c2f0939692549c3540edffb6ce60038cf55c2d18f3ccf64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) celebrates after an NHL hockey game against the Pittsburgh Penguins, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ETMO7FNGRLSWI7CXCAZEPK5XGU.jpg?auth=9df4c180ad426bc67e45a5e288cfc986a68da1f7fd4c05f65aae174e3193d417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) salutes the fans after an NHL hockey game against the Pittsburgh Penguins, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VD3RK6TZHCVATW6JLI2UFAIO6U.jpg?auth=da713857244d569739f013239d752b6c59ac5280476a6b68b5bc89fcc71afe06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin, center, speaks at a news conference next to his sons, Ilya, left, and Sergei, right, after an NHL hockey game against the Pittsburgh Penguins, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[European leaders hope Hungary's new leader Péter Magyar can make the EU great again]]></title><link>https://www.local10.com/news/world/2026/04/13/european-leaders-celebrate-peter-magyars-victory-in-a-stunning-hungarian-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/13/european-leaders-celebrate-peter-magyars-victory-in-a-stunning-hungarian-election/</guid><dc:creator><![CDATA[By SAM McNEIL and JUSTIN SPIKE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 10:54:17 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST (AP) — From the jubilant crowds along the Danube in Budapest to executive offices in Brussels, praise and even glee abounded for Hungary’s next leader, Péter Magyar. But the outpouring after his stunning election focused mainly on who he’s not: outgoing Prime Minister Viktor Orbán, who many saw as a threat to Europe’s peace and prosperity.</p><p>From Madrid to Helsinki, many hope that Magyar's win will help unshackle the 27-nation European Union as it faces hybrid warfare attacks from Moscow, an antagonistic Washington and Beijing's economic pressure. EU leaders had been increasingly frustrated with Orbán over his takeover of democratic institutions and vetoing of strategic action like a 90-billion-euro loan for Ukraine.</p><p>It remains to be seen whether those hopes will be fulfilled. Magyar avoided talking about Ukraine or divisive issues like LGTBQ rights on the campaign trail, and was previously a long-time conservative insider in Orban's party. He told The Associated Press that he would work more closely with the EU and the 32-nation NATO mililtary alliance that was forged to thwart aggression from Moscow.</p><p>“All Hungarians know that this is a shared victory. Our homeland made up its mind. It wants to live again. It wants to be a European country,” Magyar said during his victory speech on Sunday.</p><p>Olga Oliker, the director of European Security at the International Crisis Group, said that "where Orban slowed actions and blocked consensus, Magyar, as he defines Hungary’s relationships with its European allies, to say nothing of those with Ukraine, Russia and the United States, can help shape the future of Europe.”</p><p>Unlocking EU funds for Ukraine</p><p>After Magyar takes his oath of office in May, the Hungarian prime minister could potentially lift Hungary's veto and enable the European Commission to provide Ukraine with the 90-billion-euro loan that Orbán had agreed to in December and then backtracked on, enraging his fellow leaders.</p><p>EU diplomats will discuss Wednesday how best to fast-track the funds to Kyiv, said a Cypriot official speaking on condition of anonymity because they were not authorized to be named. Cyprus currently holds the rotating EU presidency.</p><p>Hungary borders Ukraine, and the pro-Russian Orbán had long demonized Ukrainian President Volodymyr Zelenskyy. While congratulating Magyar on X, Zelenskyy said that “we are ready for meetings and joint constructive work for the benefit of both nations, as well as for the sake of Europe’s peace, security, and stability.”</p><p>Kremlin spokesperson Dmitry Peskov said that Russia respects the outcome of the Hungarian vote and expects to maintain contacts with the country’s new leadership.</p><p>He said that “as for what action Hungary’s new leadership will take, we probably need to be patient and see what happens.”</p><p>European institutions hope their Orban problem is over</p><p>The prospect of a nimbler, faster-acting Europe drove widespread praise for Magyar from several European leaders. EU negotiators had to increasingly find workarounds when Orban blocked policy decisions. He also held up Sweden's accession to NATO.</p><p>Magyar said he received calls on Sunday night — before he even took the stage to announce his victory — from French President Emmanuel Macron, NATO Secretary-General Mark Rutte, German Chancellor Friedrich Merz and European Commission President Ursula von der Leyen, who was frequently vilified by Orbán during his campaign.</p><p>“A country returns to its European path. The Union grows stronger,” von der Leyen said.</p><p>“Today Europe wins and European values win,” said Spain’s left-wing Prime Minister Pedro Sánchez in a post on X on Sunday night. Poland’s center-right Prime Minister Donald Tusk exclaimed on social media: “Back together! Glorious victory, dear friends!”</p><p>A setback for Europe's populist right</p><p>Orbán's defeat has reverberated across the world, including to the United States where President Donald Trump supported Orbán’s reelection bid and even dispatched Vice President JD Vance to Budapest last week — in the midst of the Iran war — to stump for the incumbent.</p><p>Magyar's victory might signal a shift in European politics that has been dominated by a far-right shift over the past decade. Magyar comes from a right-wing background but distanced himself from Orban’s leadership.</p><p>With nationalist parties making headways in Germany and France, the electoral earthquake in Hungary shows that “Hungarians are sending a signal to the world” said German lawmaker Daniel Freund.</p><p>“The icon of illiberal anti-European forces has now failed — brought down by a disastrous economy, corruption, and his own unfair electoral system,” he said.</p><p>Orbán's populist allies in the EU, Czech Prime Minister Andrej Babiš and Slovak Prime Minister Robert Fico, congratulated Magyar while praising the ousted strongman. But Fico also brought up the Druzhba pipeline, shuttered since an attack in Ukraine — an issue Orbán campaigned on and one exacerbated by rising energy prices over the Iran war. Magyar has criticized Orbán’s government for failing to diversify its energy mix, and advocated for reaching new agreements and constructing new infrastructure to bring oil and gas from other sources into landlocked Hungary. Both Babiš and Fico pledged to work with Hungary's next leader.</p><p>___</p><p>Associated Press writers Jill Lawless in London, Karel Janicek in Prague, Dusan Stojanovic in Belgrade and Derek Gatopoulos in Kyiv, Ukraine, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZOYYWMSJNA7GNX6KLQZZSTCEJA.jpg?auth=09f72e56305efe98cfefa5a6d440610afa74a510477d4f7789da3cbcaaa5b072&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man wrapped in the European Union flag waves a Hungarian flag, backdropped by the parliament building, early Monday April 13, 2026 as people celebrate Peter Magyar ousting Prime Minister Viktor Orban after 16 years in power. (AP Photo/Sam McNeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Sam McNeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QFXENCWTTA5WAEPZXYIKJCX2Y.jpg?auth=43d99b3ade3af214fda1c79ca304ee4600498dc0507044158496d9456086372f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, leader of the opposition Tisza party, center, celebrates with his party colleagues following the announcement of the partial results of the parliamentary election, in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVEQ6OJ3DWEFSGJICRV3CCGY5A.jpg?auth=428356ab1d5353ad254ea7e4c9d37f378679421340488bed5ca0d2ac6d1ab769&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters of Peter Magyar, the leader of the opposition Tisza party celebrate after a parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BRIVJ4KCI3AWLLMYH6WBLGIFK4.jpg?auth=e418fdb537675032e6e2035a591d0f2664a391b5726b4f3606f8022ed4612bb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, leader of the opposition Tisza party, waves the Hungarian flag following the announcement of the partial results of the parliamentary election, in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Denes Erdos)]]></media:description><media:credit role="author" scheme="urn:ebu">Denes Erdos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4JGAJXONSNKLFCAGWHL6UPTHEY.jpg?auth=b508d746e0f85da3a186118187badb31284b95c285db7ea2cfcc05303b8078a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Peter Magyar, the leader of the opposition Tisza party waves a national flag after claiming victory in a parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Ty Gibbs earns first NASCAR Cup victory at Bristol, beating Kyle Larson and Ryan Blaney]]></title><link>https://www.local10.com/sports/2026/04/12/ty-gibbs-earns-first-nascar-cup-victory-at-bristol-beating-kyle-larson-and-ryan-blaney/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/ty-gibbs-earns-first-nascar-cup-victory-at-bristol-beating-kyle-larson-and-ryan-blaney/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:46:42 +0000</pubDate><content:encoded><![CDATA[<p>BRISTOL, Tenn. (AP) — Outdueling two NASCAR CupSeries champions for the first victory of his career, Ty Gibbs made an emphatic and emotional breakthrough Sunday at Bristol Motor Speedway.</p><p>The win came in the 131st Cup start for the grandson of NASCAR Hall of Fame team owner and former Super Bowl-winning coach Joe Gibbs.</p><p>Ty Gibbs also is the son of the late Coy Gibbs, who also helped run his father’s team before unexpectedly dying in his sleep on Nov. 6, 2022 – the day after his son won the championship in NASCAR’s second-highest division.</p><p>Ty Gibbs, 23, moved to the Cup series the next year and had multiple near-misses (runner-up finishes at Darlington in 2024 and Chicago last year) before reaching victory lane in his fourth season.</p><p>“This is one of my best experiences” Joe Gibbs said. “When I think about Coy, he brought Ty up the entire time. I know he’s probably watching.”</p><p>Ty Gibbs interrupted his grandfather’s postrace interview in the pits with a hug.</p><p>“This is the man right here,” said Ty, whose mother, Heather, also is a co-owner of JGR. “I’ve never seen somebody work so hard in my life, him and my mom. I come to the shop at 6 a.m. or 7 p.m., and there’s nobody there, but they are always there. They work their (butts) off. He’s a great role model. I wouldn’t be here unless it was for him.”</p><p>Gibbs led the final 25 laps at Bristol, inheriting first place under caution on a strategy gamble by staying on track in his No. 54 Toyota while Ryan Blaney pitted from the lead along with Kyle Larson, who led a race-high 284 of 505 laps.</p><p>Blaney and Larson both restarted outside the top five, and Gibbs was cruising toward a win before the yellow flew again on the 498th lap to set up the first overtime restart at Bristol in 11 years.</p><p>Despite Blaney and Larson having tires that were nearly 100 laps fresher, Gibbs fended off the star drivers on a two-lap shootout to the checkered flag.</p><p>“Honestly, I didn’t really know or care if I was going to win or not,” Gibbs said. “I thought the race was awesome. I really appreciate always racing Ryan Blaney and Kyle, too. Those guys always run me really well.”</p><p>Blaney, the 2023 Cup champion who started from the pole position, finished second after leading 190 laps in the No. 12 Ford.</p><p>“Yeah, great battle for sure,” he said. “ I fought a lot of different cars. Gave it my best shot on the last restart. Was close but just couldn’t get it done.”</p><p>Larson, the defending Cup Series champion who won the first two stages, finished third and remained winless in the past 32 races with his No. 5 Chevrolet.</p><p>The Toyotas of Tyler Reddick and Chase Briscoe rounded out the top five.</p><p>“Super happy for Ty,” Briscoe said of his Joe Gibbs Racing teammate. “It’s been a long time coming. To do it the way he did it, on old tires, to beat the two guys that dominated all day long, that was impressive. Just super happy for him and the whole family.”</p><p>Gibbs became the sixth NASCAR driver to earn his first Cup victory at Bristol, joining Dale Earnhardt (1979), Rusty Wallace (1986), Ernie Irvan (1990), Elliott Sadler (2001) and Kurt Busch (2002).</p><p>“It’s awesome to be with great people,” the younger Gibbs said. “To be in this position is great. I’d love for my father to have seen this. I know he knew it was going to happen and expected it as well. Yeah, it was a great day for us. This is our family, so it’s just such a great deal.”</p><p>Hendrick woes</p><p>While Larson excelled at the front, two of his Hendrick Motorsports teammates were struggling mightily.</p><p>William Byron started from the rear because of unapproved adjustments to his No. 24 Chevrolet, which had steering problems in practice and qualifying Saturday. Byron, who has led at every active track but Bristol, was off the pace from the start and finished five laps down.</p><p>Returning frommissing four races because of vertigo, Alex Bowman started 27th and finished last after being involved in a multicar crash started by Shane van Gisbergen.</p><p>“I was fine, just a frustrating day,” Bowman said. “Thought we were OK in practice and then obviously qualified bad and then just really struggled with the handling today. Bummer. Hate that we didn’t get a chance to work on it and make it better and finish the race, but it’s kind of outside our control. When you run that bad, stuff can happen, and it happened to us.”</p><p>Up next</p><p>The NASCAR Cup Series will race April 19 at Kansas Speedway, the first of three consecutive tracks 1.5 miles and longer. Hendrick Motorsports has won three of the past four races at Kansas with Kyle Larsonand Chase Elliott winning last year at the oval in Kansas City, Kansas.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H52XZ764KMEXKCVMQ3PWEJMD3E.jpg?auth=f9b0643bba0b10aacbb574901cc86aa731da2f12dcd34ceff083c0e5d32f1c0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs celebrates after winning a NASCAR Cup Series auto race, Sunday, April 12, 2026, in Bristol, Tenn. (AP Photo/Wade Payne)]]></media:description><media:credit role="author" scheme="urn:ebu">Wade Payne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQNHS2W5VZFEPVEPWC4WKDCBRY.jpg?auth=f8cc72f0fe658d59a0f5cd21fccc1a6a9f765d1aec3122299ecfc44a1996d38a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs, front right, celebrates with the trophy after winning a NASCAR Cup Series auto race as he and Steve Smith, president and CEO of Food City hoist the trophy, Sunday, April 12, 2026, in Bristol, Tenn. (AP Photo/Wade Payne)]]></media:description><media:credit role="author" scheme="urn:ebu">Wade Payne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LGSKMMEXNEDSFUFHLR2WFCPXJY.jpg?auth=f52414a8d974cbef0ea3e36ceda6388145176a1c25fb9cf35fa68f939f082654&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs drives down the backstretch during a NASCAR Cup Series auto race, Sunday, April 12, 2026, in Bristol, Tenn. (AP Photo/Wade Payne)]]></media:description><media:credit role="author" scheme="urn:ebu">Wade Payne</media:credit></media:content></item><item><title><![CDATA[Bob Hall, the father of wheelchair racing and a 2-time winner of the Boston Marathon, dead at 74]]></title><link>https://www.local10.com/sports/2026/04/12/bob-hall-the-father-of-wheelchair-racing-and-a-2-time-winner-of-the-boston-marathon-dead-at-74/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/bob-hall-the-father-of-wheelchair-racing-and-a-2-time-winner-of-the-boston-marathon-dead-at-74/</guid><dc:creator><![CDATA[By JIMMY GOLEN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:30:19 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — Bob Hall, a childhood polio survivor who became known as the father of wheelchair racing after twice winning the Boston Marathon and then going on to build racing chairs for the generations of competitors that followed, has died. He was 74.</p><p>The Boston Athletic Association said on Sunday that Hall's family confirmed his death after a long illness.</p><p>In 1975, Hall convinced Boston Marathon organizers to let him into the race and was promised a finishers’ certificate like the one the runners got if he completed the 26.2-mile distance in under 3 hours. (In 1970, Vietnam War veteran Eugene Roberts, who had lost both of his legs in the war, needed more than six hours to finish.)</p><p>Hall crossed the line in 2:58.</p><p>“It had nothing to do with, per se, the marathon, but it was about the inclusion,” Hall said last year, when he served as the grand marshal in Boston on the 50th anniversary of his pioneering ride. “It was that I was bringing people along.”</p><p>Hall returned to the Boston race in 1977, when it was designated as the site for the National Wheelchair Championship, and prevailed in a field of seven. As they crested Heartbreak Hill, eventual men's winner Bill Rodgers and fifth-place finisher Tom Fleming slowed to encourage him.</p><p>“The interaction was a sign that we were fully accepted as athletes,” Hall said.</p><p>Hall, who lost the use of both legs from childhood polio, sued in 1978 to have wheelchair racers admitted into the New York Marathon, a fight that wasn’t settled until the race created men’s and women’s wheelchair divisions in 2000.</p><p>“Bob Hall is an incredible man,” five-time Boston winner and eight-time Paralympic gold medalist Tatyana McFadden said last year. “I’m so thankful for him. And I think we all are, as wheelchair racers, because he really paved the way.”</p><p>Hall finished in the top three in Boston three other times, and remained active with the race. More than 1,900 wheelchair racers have followed him from Hopkinton to Boston; this year’s race on April 20 will include 50 more, along with 50 others in eight para divisions competing for more than $300,000 in prize money.</p><p>The BAA said that Hall taught “how we can continue to ensure athletes of all abilities have competitive opportunities on the highest stage here in Boston.”</p><p>“Bob designed innovative wheelchair equipment, raced with courage, and was proud to be a two-time Boston Marathon champion,” the BAA said. “He helped lead a technological change, transforming simple wheelchairs into racing chairs built for peak athletic performance. Bob’s influence and effort five decades ago led to the global circuit of wheelchair racing today.”</p><p>Many of the competitors — including McFadden and seven-time Boston winner Marcel Hug — learned to race in chairs built by Hall.</p><p>“Because of him crossing that finish line, we’re able to race today. And it’s evolved so much since then,” McFadden said last year. “It was him. It was him being brave and saying, ‘I’m going to go out and do this because I believe that we should be able to race Boston Marathon just like everyone else.’ So he had the courage to do that.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ODUCAX5B747HNS4RBFIIXQ6DQU.jpg?auth=80dd4676dc484fc5dd6824e117eded6bd8dcc89be3e98d575785b409c06a31a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ernst Van Dyk of South Africa, right, shakes hands with former wheelchair winner Bob Hall, after he won the mens wheelchair division of the 110th running of the Boston Marathon, Monday, April 17, 2006. (AP Photo/Elise Amendola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise Amendola</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E6QQKJUHW5EMFGWMHTN27FC5ME.jpg?auth=8e983d9a75d7e259220fbbee74bd26d2aede90e6aba5ddef8c87896edccef6fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Four-time Boston Marathon winner Bill Rodgers and wheelchair athlete pioneer Bob Hall, second right, grand marshals of the 129th Boston Marathon, greet race volunteers at the start of the Boston Marathon, Monday April 21, 2025. (AP Photo/ Jennifer McDermott, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jennifer McDermott</media:credit></media:content></item><item><title><![CDATA[Oil prices rise after the US says it would block Iranian ports starting Monday]]></title><link>https://www.local10.com/business/2026/04/12/oil-prices-rise-after-the-us-says-it-would-block-iranian-ports-starting-monday/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/12/oil-prices-rise-after-the-us-says-it-would-block-iranian-ports-starting-monday/</guid><dc:creator><![CDATA[By MAE ANDERSON, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:59:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Oil prices rose in early market trading Sunday after the U.S. said it would blockade Iranian ports beginning Monday.</p><p>The price of U.S. crude oil rose 8% to $104.24 a barrel and Brent crude oil, the international standard, rose 7% to $102.29.</p><p>Brent crude has swung dramatically during the Iran war, rising from roughly $70 per barrel before the war in late February to more than $119 at times. On Friday, ahead of the peace talks, Brent for June delivery fell 0.8% to $95.20 per barrel.</p><p>Iran has been effectively controlling the Strait of Hormuz, a key waterway for global oil shipping.</p><p>U.S. Central Command said the blockade would be “enforced impartially against vessels of all nations” entering or departing Iranian ports and coastal areas, including all Iranian ports on the Persian Gulf and Gulf of Oman.</p><p>It said it would still allow ships traveling between non-Iranian ports to transit the Strait of Hormuz.</p><p>Around a fifth of the world’s traded oil typically flows through the Strait of Hormuz every day. Saudi Arabia, Iraq, the United Arab Emirates, Kuwait, and Iran are all major exporters.</p><p>Traffic in the Strait has been limited even in the days since the ceasefire. Marine trackers say over 40 commercial ships have crossed since the start of the ceasefire.</p><p>Claudio Galimberti, chief economist of Rystad Energy, said the blockade will raise prices but might move the needle on talks.</p><p>“It means the oil markets will be even tighter than before,” he said. “However, I think this is a negotiation tactic, which eventually resolves into a full opening of Hormuz. So, more pain now, but more gain later.”</p><p>However, Jim Krane, Energy Research Fellow at Rice University, said the blockade might be effective as a long-term strategy to impose pain on the Iranian economy, but it isn't a good short-term negotiating tactic when the oil market is already under strain.</p><p>“If the deficit to the oil market takes another jump it is going to impose pain on every person on Earth that’s subject to market oil prices,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTZIWTQ2MVEK6EDCX35W24OLNI.jpg?auth=6ef3ba445f178e2a2339f1a9579d2ca4688f69656e7d4f9b53dc156d05d8f4ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Oil tankers and cargo ships line up in the Strait of Hormuz as seen from Khor Fakkan, United Arab Emirates, Wednesday, March 11, 2026. (AP Photo/Altaf Qadri,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[Doc Rivers isn't expected back as Bucks' coach next season, AP source says]]></title><link>https://www.local10.com/sports/2026/04/12/doc-rivers-isnt-expected-back-as-bucks-coach-next-season-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/doc-rivers-isnt-expected-back-as-bucks-coach-next-season-ap-source-says/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:16:06 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — The Milwaukee Bucks don’t expect Doc Rivers back as their coach next season, a person familiar with the situation said Sunday night.</p><p>The person spoke to The Associated Press on condition of anonymity because no formal announcement about Rivers' decision has been made.</p><p>There has been some discussion about whether Rivers will stay with the organization in some capacity. Those talks are ongoing, the person said.</p><p>ESPN first reported that Rivers won't be back as Milwaukee's coach next season.</p><p>The news caps a tumultuous season in which Rivers was selected to the Hall of Fame while leading a Bucks team that was among the most disappointing in the NBA. The Bucks went 32-50 amid a series of injuries, snapping a string of nine straight playoff appearances.</p><p>The 64-year-old Rivers had left little doubt about his future plans as the season wound down. He said after a 126-106 loss at Philadelphia on Sunday that “I think you guys pretty much know” his intentions and that an announcement was expected soon.</p><p>“I have seven grandkids now and they’re all 8 years and under,” Rivers had said about his future before an April 7 loss at Brooklyn. “And it kills me every time I miss grandparents’ day with each one of them in school. And it’s probably time to go see them more. So, I’ll let you figure out the rest.”</p><p>Rivers went 97-103 in 2 1/2 seasons with the Bucks. He owns a 1,194-866 overall record and overtook George Karl for sixth place on the career wins list among NBA coaches earlier this season.</p><p>Only Gregg Popovich, Don Nelson, Lenny Wilkens, Jerry Sloan and Pat Riley have more coaching wins than Rivers.</p><p>Bucks' unsettled future</p><p>Rivers’ exit comes amid all sorts of speculation regarding two-time MVP Giannis Antetokounmpo, who led Milwaukee to its first title in half a century in 2021 and has set Bucks career records in virtually every major statistical category.</p><p>Antetokounmpo’s status dominated league discussions as the trade deadline approached, but he wasn’t dealt. He since has been in a disagreement with team management over his injury status.</p><p>The last game Antetokounmpo played this season was on March 15. Antetokounmpo said in the closing weeks of the season that he was healthy and wanted to play, as the Bucks continued to rule him out due to a left knee hyperextension and bone bruise. The NBA is investigating the matter.</p><p>Antetokounmpo had two extended absences due to right calf strains and ended up playing in just 36 games. Kevin Porter Jr., the Bucks’ second-leading scorer, appeared in just 38 games.</p><p>“It’s hard,” Rivers said Sunday. “I don’t remember guys being out like this, but it makes sense. I haven’t had a lot of this. It’s no fun. Losing, I don’t give a crap what the reasons are, I’m just too competitive. It’s just no fun not winning. It just isn’t.”</p><p>Injuries hindered Rivers' tenure</p><p>Rivers took over the Bucks midway through the 2023-24 season after the firing of first-year head coach Adrian Griffin. Although the Bucks had gone 30-13 under Griffin, they’d posted some uncomfortably close wins over inferior teams and team officials believed a more experienced coach was needed to guide a roster that now featured seven-time all-NBA guard Damian Lillard, as well as Antetokounmpo.</p><p>This move also represented a homecoming of sorts for Rivers, who played at Marquette before his 13-year NBA playing career. His No. 31 college jersey hangs from the rafters at Fiserv Forum, the arena that serves as the site for Bucks and Marquette home games.</p><p>But the Bucks backslid during Rivers’ tenure as they continually dealt with injuries to key players.</p><p>Milwaukee finished 17-19 under Rivers during that 2023-24 season, entered the postseason as the No. 3 seed in the Eastern Conference and lost to Indiana 4-2 in the opening round, with Antetokounmpo missing the entire series due to a calf strain.</p><p>Last season, three-time All-Star wing Khris Middleton didn’t start playing until early December after recovering from offseason surgery to each of his ankles, and he got sent to Washington at the trade deadline. Lillard missed Milwaukee’s final 14 regular-season games due to deep vein thrombosis in his right calf, returned for Game 2 of the Bucks’ first-round playoff series loss to Indiana but tore his Achilles tendon two games later.</p><p>With an injured Lillard unable to play this season, the Bucks waived him and agreed to pay his remaining salary over the next five seasons. That opened up cap space for the Bucks to sign former Indiana Pacers center Myles Turner.</p><p>The roster overhaul didn’t work out.</p><p>“I personally have enjoyed the challenge,” Rivers said after Sunday’s game. “It didn’t go the way I wanted it to go, obviously. I always say I could do a better job. We could have had better health. We could have had all kinds of things. But I’m not a big guy in looking back. All you can do is look forward.”</p><p>Rivers won a title with Boston in 2008 and led the Celtics to Game 7 of the NBA Finals two years later, but he hasn’t advanced a team beyond the regional semifinals since. He owns a career playoff record of 114-112.</p><p>This marks the first full season in which Rivers has coached and posted a losing record since 2006-07, when he went 24-58 with Boston.</p><p>Rivers came to Milwaukee after head coaching stints with the Orlando Magic, Boston Celtics, Los Angeles Clippers and Philadelphia 76ers. He was working as a broadcaster for ESPN and ABC before the Bucks hired him.</p><p>___</p><p>AP Pro Basketball Writer Tim Reynolds in Miami and AP Sports Writer Dan Gelston in Philadelphia contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AKPUQD474RRHX7WB56JI7F7KR4.jpg?auth=9e0248122a8d5a39abaca83e1478ac8e268099056a7497de72465365596cbdc3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks head coach Doc Rivers on the sidelines during the first half of an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5QOAL547M6N6BJF66KR5K5CYKI.jpg?auth=7c1c728730fc76475b8a119b318309e4590916bdca124f9f4f2b9165088b5dbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks head coach Doc Rivers directs his payers against the Detroit Pistons during the first half of an NBA basketball game Wednesday, April 8, 2026, in Detroit. (AP Photo/Duane Burleson)]]></media:description><media:credit role="author" scheme="urn:ebu">Duane Burleson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7BXYANWPN66QRFVPM3OUYDH4MY.jpg?auth=9df04d8f9d266baba8de7abb0c483047062c46cc121ff65e1844d2646d1e4664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks head coach Doc Rivers shouts at a referee during the second half of an NBA basketball game against Brooklyn Nets, Tuesday, April 7, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6LUSOZQQ2TR2P6ZZJBR5G3TH4.jpg?auth=1503b00c02d649a6e220fd11044ebf5a3d30a5138fbe57687dd5b1feffa517c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naismith Hall of Fame Class of 2026 inductee Doc Rivers speaks during a news conference at the Final Four of the NCAA college basketball tournament, Saturday, April 4, 2026, in Indianapolis. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/67S73JJUB232TANJASYOCQHPUY.jpg?auth=fc7e1cc9f1ed3a57fbe5884e4b5fb98c221cdcda9e2952e240e6ef78de1f6690&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Bucks head coach Doc Rivers, center left, and Giannis Antetokounmpo, center right, embrace before an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content></item><item><title><![CDATA[Commercial salmon fishing to open in California for the first time since 2022 as population rebounds]]></title><link>https://www.local10.com/news/national/2026/04/12/commercial-salmon-fishing-to-open-in-california-for-the-first-time-since-2022-as-population-rebounds/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/12/commercial-salmon-fishing-to-open-in-california-for-the-first-time-since-2022-as-population-rebounds/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:07:32 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Federal fishery managers voted Sunday to open waters off the coast of California to commercial salmon fishing for the first time since 2022, with the population rebounding after wet winters ended a long drought.</p><p>The decision by the Pacific Fishery Management Council to allow limited commercial and recreational salmon fishing off the coast is a win for the state's salmon fishing industry, which has grappled with years of season closures due to dwindling fish stocks. The council, which manages fisheries off the West Coast, barred commercial salmon fishing off California for the past three years. It voted last year to allow some recreational fishing for the first time since 2022.</p><p>The council is an advisory group to the U.S. Secretary of Commerce, which makes the final decision but historically has followed the council’s rulings. The secretary’s decision will be posted in the Federal Register within days.</p><p>“It is great news for everyone — for the fishermen, for seafood lovers and the environment because it means that salmon populations are back to a much healthier state,” California Natural Resources Secretary Wade Crowfoot said ahead of the decision.</p><p>The federal council has said forecasts for Chinook and coho salmon off the West Coast look promising this year, though the season will open with some restrictions.</p><p>Recreational fishing along a stretch of the coast spanning about 50 miles (80 kilometers) south of San Francisco to the Mexican border already began this month, according to the Golden State Salmon Association. Sportfishing to the north, including in waters off San Francisco, will begin in June. Commercial fishing along the coast will begin in May.</p><p>The council voted to limit commercial fishing to only a few days and set quotas for the number of salmon that can be caught.</p><p>Biologists say the Chinook salmon population declined dramatically after years of drought, disrupting the fish's migration upstream to lay their eggs. Many in the fishing industry say rules from the first Trump administration also allowed more water to be diverted from the Sacramento River Basin to agriculture. That caused even more harm by increasing river temperatures and dropping water levels when baby salmon were trying to make it from their spawning beds to the ocean.</p><p>But recent wet winters have brought in more cold water, which the fish need to spawn.</p><p>Salmon populations have also bounced back in areas where they were long absent due to river restoration efforts, Crowfoot said.</p><p>After four hydroelectric dams on the Klamath River were removed in 2024, salmon returned to spawn in waters along the Oregon-California border where they hadn't for decades. The state has since removed barriers that prevented the passage of salmon in other waterways, including on Alameda Creek in the San Francisco Bay Area, Crowfoot said.</p><p>Much of the salmon caught in the ocean originate in California’s Klamath and Sacramento rivers. After hatching in freshwater, they spend three years on average maturing in the Pacific, where many are caught by commercial fishermen, before migrating back to their spawning grounds, where conditions are more ideal to give birth. After laying eggs, they die.</p><p>Preserving a healthy salmon population is crucial for the environment and the state's economy, Crowfoot said.</p><p>“Salmon are an iconic species in California and critically important to our tribal communities and our fishing sector,” he said.</p><p>Vance Staplin, executive director of the Golden State Salmon Association, largely blamed state and federal water management policies for low salmon stocks in recent years. The fishing season closures had a large impact on the state’s fishermen, bait shops and companies that make fishing equipment, he said.</p><p>“People don’t understand how big of an industry salmon is to California,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPUOUDG6X3JFSDM5I6V4UIBXUI.jpg?auth=c0655defd7e05489e1346ec003c5884865ef7d037f682282eb8e87368ebef80d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mike Hudson unloads chinook salmon off his boat at Fisherman's Wharf in San Francisco on July 22, 2019. (AP Photo/Eric Risberg, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Risberg</media:credit></media:content></item><item><title><![CDATA[Ovechkin, Capitals keep postseason hopes alive with 3-0 victory over Penguins]]></title><link>https://www.local10.com/sports/2026/04/12/ovechkin-capitals-keep-postseason-hopes-alive-with-3-0-victory-over-penguins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/ovechkin-capitals-keep-postseason-hopes-alive-with-3-0-victory-over-penguins/</guid><dc:creator><![CDATA[By DAVID GINSBURG, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 21:59:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Logan Thompson stopped 24 shots, and the Washington Capitals kept their slim playoff hopes alive by beating the Pittsburgh Penguins 3-0 Sunday in perhaps the final home of Alex Ovechkin's brilliant career.</p><p>To reach the postseason, the Capitals must defeat Columbus in the season finale Tuesday night and hope Philadelphia fails to win either of its last two games.</p><p>The 40-year-old Ovechkin intends to wait until the offseason to decide whether to retire or return for a 22nd season. The all-time NHL leader in goals with 929, Ovechkin has played in every game this season and leads the Capitals in goals (32) and points (63).</p><p>The spirited, sellout crowd saluted Ovechkin during the game with chants of “One more year!” and “Ovi! Ovi! Ovi!”</p><p>Ovechkin helped seal the victory by picking up an assist on an empty-net goal by Connor McMichael, who scored earlier in the third period.</p><p>Pittsburgh last week clinched a postseason berth and home-ice advantage in the opening round. But the rivalry between these teams runs deep, and the Penguins tried hard to throw a wet blanket on the Capitals' playoff hopes and Ovechkin's big day.</p><p>Penguins captain Sidney Crosby was back on the ice after he and several teammates received a day off Saturday when Washington won in Pittsburgh 6-3. This was the 100th — and perhaps final — matchup between Ovechkin and Crosby, two of the game's biggest names.</p><p>To mark the occasion, the two stars lined up at center ice for the opening faceoff. It was only the 175th career faceoff for Ovechkin, counting playoffs, compared to No. 32,131 for Crosby.</p><p>The game was scoreless until Trevor van Riemsdyk jammed the puck under Pittsburgh goalie Stuart Skinner's right leg at 12:22 of the second period.</p><p>That was enough offense for Thompson, who notched his fourth shutout of the season.</p><p>Up next</p><p>Penguins: Close the regular season at St. Louis on Tuesday night.</p><p>Capitals: At Columbus on Tuesday night.</p><p>__</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXWGAM4GRSA6CT5TTVNKN32CWE.jpg?auth=420670c20d9733e8392e6f92a2d9072a9099af19bdcd208b63e6366d97917dc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) looks on after he faced off with Pittsburgh Penguins center Sidney Crosby (87) during the first period of an NHL hockey game, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6PQQWPIOVXNBK2GSBNBVIEBRRQ.jpg?auth=8f09f5ec2c83bb808ac5040bde1bc196465a6c1bc52612f765513e08a641d421&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Capitals left wing Alex Ovechkin (8) hits Pittsburgh Penguins left wing Joona Koppanen, right, during the first period of an NHL hockey game, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A4TXPJDAVZKKINRV6AM7QY4YAI.jpg?auth=30850ea62db7a223e1d65b80aaf5772097dfa12f3bf214e0ae633a73fa2c916c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins center Sidney Crosby (87) meets with Washington Capitals left wing Alex Ovechkin (8) during warmups before an NHL hockey game, Sunday, April 12, 2026, in Washington. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Miami-Dade schools’ teacher faces prosecution by state attorney’s sexual crimes and child abuse unit]]></title><link>https://www.local10.com/news/local/2026/04/12/miami-dade-schools-teacher-faces-prosecution-by-state-attorneys-sexual-crimes-and-child-abuse-unit/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/miami-dade-schools-teacher-faces-prosecution-by-state-attorneys-sexual-crimes-and-child-abuse-unit/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Rudolph Infante was working as an art teacher in Miami-Dade County when he allegedly battered a student several times. ]]></description><pubDate>Sun, 12 Apr 2026 15:41:00 +0000</pubDate><content:encoded><![CDATA[<p>Rudolph Infante was working as an art teacher in Miami-Dade County when he allegedly battered a student several times. </p><p>The teacher’s case was assigned to the Miami-Dade County State Attorney’s Sexual Crimes and Child Abuse unit, according to court records. </p><p>Infante, 53, was on house arrest after a judge ordered him to stay away from all schools and from a teenage girl, according to court records. </p><p>Miami-Dade County Public Schools released a statement about the case on Sunday, reporting that the Miami-Dade Schools Police Department investigated him.</p><p>M-DCPS also reported that the school district had initiated employment termination proceedings against Infante, of Homestead.</p><p>Miami Southridge Senior High School, at 19355 SW 114 Ave., in the South Miami Heights area, listed Infante on <a href="https://miamisouthridgeshs.com/faculty-directory/" target="_self" rel="" title="https://miamisouthridgeshs.com/faculty-directory/">the faculty directory</a> as a Fine Arts teacher. </p><p>M-DSPD officers arrested Infante on Friday, and he appeared before Miami-Dade County Circuit Judge Michael G. Barket on Saturday in bond court. </p><p>The prosecution requested a total lockdown on house arrest, and the defense asked for leniency. Barket sided with the prosecution and addressed the defense: “If the court doesn’t protect our most vulnerable, who will?”</p><p>Infante faced five charges: Four counts of battery and one count of offenses against students by authority figures. Barket set Infante’s bond at $14,000 and ordered the total lockdown. </p><p>“This type of behavior will not be tolerated as it runs contrary to the professional conduct we expect from all employees,” a M-DCPS spokesperson wrote without providing specifics. </p><p>Miami-Dade County Circuit Judge Zachary James was set to preside over the case. </p><p><i>Local 10 News Assignment Editors Sofia Mendez and Mariana Ortiz contributed to this report. </i></p><p><b>Watch bond court hearing</b></p><p><b>Read M-DCPS complete statement:</b></p><p><i>Miami-Dade County Public Schools (M-DCPS) is disturbed by the allegations made against this individual. </i></p><p><i>Upon learning about this suspected behavior, Miami-Dade Schools Police immediately began their investigation and subsequently made an arrest.</i></p><p><i>This type of behavior will not be tolerated as it runs contrary to the professional conduct we expect from all employees. </i></p><p><i>The District has initiated employment termination proceedings and will ensure the individual is precluded from seeking future employment with M-DCPS.</i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3598.571180873482!2d-80.3789662263873!3d25.585929715849193!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9c38341ab7edd%3A0x53a6a2dad4f260c7!2s19355%20SW%20114th%20Ave%2C%20Miami%2C%20FL%2033157!5e0!3m2!1sen!2sus!4v1776009014060!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/MNN74YHILFFE5APSYLM3CSCXNY.jpg?auth=bfa13cba7a95209ff0740c0efd5e38b7c3e5d99f45a63bdf70e4ee890812d5c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Schools Police Department officers arrested Rudolph Infante on Friday and he appeared in bond court on Saturday.]]></media:description></media:content></item><item><title><![CDATA[Swalwell suspends campaign for California governor after being accused of sexual assault]]></title><link>https://www.local10.com/news/2026/04/12/swalwell-suspends-campaign-for-california-governor-after-being-accused-of-sexual-assault/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/swalwell-suspends-campaign-for-california-governor-after-being-accused-of-sexual-assault/</guid><dc:creator><![CDATA[By BEN FINLEY and KATHLEEN RONAYNE, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:19:24 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Democratic Rep. Eric Swalwell suspended his campaign for California governor on Sunday following sexual assault allegations that he continues to deny.</p><p>“I will fight the serious, false allegations that have been made — but that’s my fight, not a campaign’s,” Swalwell said in a social media post.</p><p>Democrats quickly abandoned him after allegations that he sexually assaulted a woman twice, including when she worked for him, were published Friday in the San Francisco Chronicle and later by CNN. The reports came as Swalwell began to emerge as a leader contender in the crowded race.</p><p>His exit from the race comes less than a month before ballots go out in advance of the June 2 primary and as Democrats have been engaged in a messy primary campaign. Swalwell's Democratic rivals were among those who swiftly urged him to exit the race, but his support also cratered among allies in Congress and labor unions who had endorsed him.</p><p>Some Democrats also urged Swalwell to resign his seat in Congress, but he made no mention of that Sunday.</p><p>The 48-hour period marked a rapid reversal for a candidate who appeared to be gaining momentum in the packed field to replace Democratic Gov. Gavin Newsom, who can’t seek a third term.</p><p>Though Swalwell has denied the allegations, he has seemingly referenced infidelity in multiple statements.</p><p>“To my family, staff, friends, and supporters, I am deeply sorry for mistakes in judgment I’ve made in my past,” he wrote. That followed a video post on Friday where he apologized to his wife.</p><p>Swalwell's exit shakes up campaign</p><p>The accusations reordered a wide-open gubernatorial race that had Democrats fretting the party’s large number of candidates could lead to them getting shut out of the general election in November. That’s because California has a top-two primary system in which two candidates advance regardless of party.</p><p>Swalwell had become a clear target for his Democratic rivals as he began to lock up institutional support. Some had seized on rumors of sexual misconduct that circulated on social media for weeks before the Chronicle's report.</p><p>His departure from the race will leave his rivals scrambling to win over his supporters and donors. Other prominent Democrats in the race include billionaire climate activist Tom Steyer and former U.S. Rep. Katie Porter. The major Republican contenders are former Fox News host Steve Hilton, who has Trump’s backing, and Riverside County Sheriff Chad Bianco.</p><p>The San Francisco Chronicle spoke to a woman who alleged Swalwell sexually assaulted her in 2019, when she worked for him, and again in 2024. The woman said she did not go to police at the time of the assaults because she was afraid she would not be believed. In both cases the woman said she was too intoxicated to consent to sex. CNN reported on allegations that appeared to come from the same woman, and spoke to several other women who accused Swalwell of other sexual misconduct.</p><p>Neither outlet named the woman, and The Associated Press has not been able to independently verify her account and identity. Her lawyer declined to comment.</p><p>The alleged 2024 incident occurred in New York, and the Manhattan District Attorney’s Office said it's investigating. That office urged anyone with knowledge to contact its special victims division.</p><p>House colleagues call for Swalwell to resign</p><p>As Swalwell's campaign flailed over the weekend, fellow California Reps. Jared Huffman, Ro Khanna and Sam Liccardo said Swalwell should resign, as did Reps. Teresa Leger Fernández of New Mexico and Pramila Jayapal of Washington state.</p><p>“This is not a partisan issue,” Jayapal said Sunday. “This cuts across party lines. And it is depravity of the way that women have been treated.”</p><p>Some representative said they would support the rare step of expelling him should he refuse to step aside.</p><p>It all added to the mounting political pressure on Swalwell, which began with allies like Sen. Adam Schiff and Rep. Jimmy Gomez cutting their support. Gomez had helped run Swalwell’s campaign and said he was immediately ending his role.</p><p>With the House returning to session Tuesday, the question of whether to expel Swalwell could come to a head quickly. Rep. Anna Paulina Luna, R-Fla., said Saturday that she would be filing a motion to start the process.</p><p>Expulsion votes in the House are rare and require a two-thirds majority, but there is recent precedent for taking the step. Republican George Santos of New York in 2023 became just the sixth member in House history to be ousted by colleagues for his conduct.</p><p>Huffman, Jayapal and Leger Fernández said they would vote to expel Swalwell from the House, though they said they also support expelling Rep. Tony Gonzales, R-Texas, who admitted to an affair with a former staff member who later died by suicide.</p><p>Swalwell, who is originally from Iowa, was elected in 2012 and represents a House district east of San Francisco. He launched a presidential run in April 2019 but shuttered it a few months later after failing to catch on with voters. He is perhaps best known nationally as a House manager in President Donald Trump’s second impeachment trial during his first term in early 2021.</p><p>__</p><p>Associated Press journalists Sophie Austin in Sacramento, Calif., and Michael R. Blood in Los Angeles contributed to this report. Finley reported from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JRMSGZ3CF7PE4HAHL32DMEGYMU.jpg?auth=6aacc077039ad691ea26190561bb9664bac66bb6fe99bf69d174f9fa60c72d56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate, Rep. Eric Swalwell, D-CA appears at a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NUDWPPJKNNF3JQ3GHMYMSUJ3CI.jpg?auth=1cd2ede6cae424bc35b96f30ea8a178f136a704a26359dbf137e9edf2aa7e87b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[California gubernatorial candidate Rep. Eric Swalwell, D-Calif., talks with reporters after holding a town hall meeting in Sacramento, Calif., Tuesday, April 7, 2026. (AP Photo/Rich Pedroncelli)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[Winners of the 2026 Olivier Awards celebrating work on the London stage]]></title><link>https://www.local10.com/entertainment/2026/04/12/winners-of-the-2026-olivier-awards-celebrating-work-on-the-london-stage/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/12/winners-of-the-2026-olivier-awards-celebrating-work-on-the-london-stage/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 19:18:44 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The winners of the 2026 Olivier Awards handed out Sunday for achievement in London theater, opera and dance:</p><p>New Musical: “Paddington The Musical”</p><p>New Play: “Punch”</p><p>New Entertainment or Comedy: “Oh, Mary!”</p><p>Family Show: “The Boy at the Back of the Class”</p><p>Revival: “All My Sons”</p><p>Musical Revival: “Into The Woods”</p><p>Actress-Play: Rosamund Pike, “Inter Alia”</p><p>Actor-Play: Jack Holden, “Kenrex”</p><p>Actress-Musical: Rachel Zegler, “Evita”</p><p>Actor-Musical: James Hameed and Arti Shah, “Paddington The Musical”</p><p>Supporting Actor-Play: Paapa Essiedu, “All My Sons”</p><p>Supporting Actress-Play: Julie Hesmondhalgh, “Punch”</p><p>Supporting Actress-Musical: Victoria Hamilton-Barritt, “Paddington The Musical”</p><p>Supporting Actor-Musical: Tom Edden, “Paddington The Musical”</p><p>Director: Luke Sheppard, “Paddington the Musical”</p><p>Outstanding Musical Contribution: Chris Fenwick and Sean Hayes, “Goodnight Oscar”</p><p>Theater Choreography: “Evita”</p><p>New Opera Production: “Dead Man Walking”</p><p>New Dance Production: “Into the Hairy”</p><p>Set Design: “Paddington The Musical”</p><p>Lighting Design: “Into The Woods”</p><p>Sound Design: “Kenrex”</p><p>Costume Design: “Paddington The Musical”</p><p>Outstanding Achievement in an Affiliate Theater: “The Glass Menagerie” at the Yard Theatre</p><p>Special Award: Elaine Paige</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LXKRK7R36MHZJF65CAXI4KBFH4.jpg?auth=ef0827e2aacb9d35ffef1046531ae4f5c721879ec1ae2b9e21b600ca780b361f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rachel Zegler poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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[This Week in South Florida episode: April 12, 2026]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-episode-april-12-2026/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-episode-april-12-2026/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Local 10 News This Week In South Florida Anchor Glenna Milberg interviews Lt. Gov. Jay Collins; Joseph "Afroman" Foreman; Michael Barfield, the Florida Center for Government Accountability's executive director; and Florida Rep. Angie Nixon. ]]></description><pubDate>Sun, 12 Apr 2026 18:59:28 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News This Week In South Florida Anchor Glenna Milberg interviews Lt. Gov. Jay Collins; Joseph “Afroman” Foreman; Michael Barfield, the Florida Center for Government Accountability’s executive director; and Florida Rep. Angie Nixon.&nbsp;</p>]]></content:encoded></item><item><title><![CDATA[This Week In South Florida: Lt. Gov. Jay Collins                                            ]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-lt-gov-jay-collins/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-lt-gov-jay-collins/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Local 10 News This Week In South Florida Anchor Glenna Milberg interviews Florida Lt. Gov. Jay Collins, who is campaigning for governor. The primary elections are on Aug. 18, and the Florida gubernatorial election is on Nov. 3. ]]></description><pubDate>Sun, 12 Apr 2026 18:45:35 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News This Week In South Florida Anchor Glenna Milberg interviews Florida Lt. Gov. Jay Collins, who is campaigning for governor. </p><p>The primary elections are on Aug. 18, and the Florida gubernatorial election is on Nov. 3. </p><p><b>Watch the TWISF episode</b></p>]]></content:encoded></item><item><title><![CDATA[This Week In South Florida: State Rep. Angie Nixon ]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-state-rep-angie-nixon/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/12/this-week-in-south-florida-state-rep-angie-nixon/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Local 10 News This Week In South Florida Anchor Glenna Milberg interviews State Rep. Angie Nixon, who is campaigning for a U.S. Senate seat. 
The primary election is on Aug. 18, and the Florida general election is on Nov. 3. ]]></description><pubDate>Sun, 12 Apr 2026 18:52:32 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News This Week In South Florida Anchor Glenna Milberg interviews State Rep. Angie Nixon, who is campaigning for a U.S. Senate seat. </p><p>The primary election is on Aug. 18, and the Florida general election is on Nov. 3.</p><p><b>Watch the TWISF episode</b></p><p> </p>]]></content:encoded></item><item><title><![CDATA[‘Most consequential issue in Florida for decades’: FCGA director talks to This Week In South Florida                                      ]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/12/most-consequential-issue-in-florida-for-decades-florida-center-for-government-accountability-director-talks-to-this-week-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/12/most-consequential-issue-in-florida-for-decades-florida-center-for-government-accountability-director-talks-to-this-week-in-south-florida/</guid><dc:creator><![CDATA[Glenna Milberg, Andrea Torres]]></dc:creator><description><![CDATA[While in Miami-Dade County, Florida Attorney General James Uthmeier did not answer a question about whether or not he had asked the court to keep a grand jury report about $10 million in public tax dollars. ]]></description><pubDate>Sun, 12 Apr 2026 17:51:12 +0000</pubDate><content:encoded><![CDATA[<p>While in Miami-Dade County, Florida Attorney General James Uthmeier did not answer a question about whether or not he had asked the court to keep a grand jury report about $10 million in public tax dollars. </p><p>There were allegations that $10 million from a $67 million Medicaid settlement with Centene Corporation were improperly diverted to the Hope Florida Foundation, a charity associated with Florida First Lady Casey DeSantis.</p><p>“I don’t think anybody cares about this topic any more than the liberal media,” Uthmeier said during a news conference. </p><p><a href="https://floridatrident.org/flcga-board-appoints-michael-barfield-as-executive-director/" target="_self" rel="" title="https://floridatrident.org/flcga-board-appoints-michael-barfield-as-executive-director/">Michael Barfield</a>, the executive director of <a href="https://flcga.org/" target="_self" rel="" title="https://flcga.org/">the Florida Center for Government Accountability</a>, strongly disagreed. </p><p>“We think this is the most consequential issue in Florida for decades, in terms of the missing $10 million and how it was spent for political purposes,” Barfield told Local 10 News This Week In South Florida’s Glenna Milberg on Sunday.</p><p>Barfield said “sourced material” showed there was a grand jury investigation as the nonprofit organization’s investigators were “dancing in the dark” amid the alleged secrecy. </p><p>“The attorney general and the governor refuse to answer the question about whether they are attempting to block it,” Barfield told Milberg. “I would also point out that when we moved to intervene into the proceedings that have been sealed, if there were no proceedings, I doubt the judge would have allowed us to intervene in nonexistent proceedings.” </p><figure><img src="https://www.local10.com/resizer/v2/7U24CJTHFVBD7E3N4DT6H24TYI.jpg?auth=0dc1d2bb548ea9c99f6b477b50ec97264c1dcac4e4327692f67a3e803950521c&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>There were questions about the $10 million directed to political committees that opposed a 2024 recreational marijuana amendment.</p><p>Uthmeier served as Gov. Ron DeSantis’ chief of staff before he replaced Ashley Moody, who replaced Marco Rubio as U.S. senator.</p><p>The Florida attorney general post will be up for election on Nov. 3.</p><p>Uthmeier has been campaigning to run in the Republican primary election on Aug. 18 to run against Steven Leskovich, a longtime attorney.</p><p><b>Watch the TWISF episode </b></p>]]></content:encoded></item><item><title><![CDATA[Afroman on This Week In South Florida: Raid ‘was a blessing in disguise’]]></title><link>https://www.local10.com/this-week-in-south-florida/2026/04/12/afroman-with-this-week-in-south-florida-it-was-a-blessing-in-disguise/</link><guid isPermaLink="true">https://www.local10.com/this-week-in-south-florida/2026/04/12/afroman-with-this-week-in-south-florida-it-was-a-blessing-in-disguise/</guid><dc:creator><![CDATA[Glenna Milberg, Andrea Torres]]></dc:creator><description><![CDATA[Joseph “Afroman” Foreman stopped by the Local 10 News studios on Sunday in Pembroke Park to talk to This Week In South Florida’s Glenna Milberg — and there was Lemon Pound cake waiting. ]]></description><pubDate>Sun, 12 Apr 2026 16:21:24 +0000</pubDate><content:encoded><![CDATA[<p>Joseph “<a href="https://www.ogafroman.com/" target="_self" rel="" title="https://www.ogafroman.com/">Afroman</a>” Foreman stopped by the Local 10 News studios on Sunday in Pembroke Park to talk to This Week In South Florida’s Glenna Milberg — and there was Lemon Pound cake waiting. </p><p>The 51-year-old rapper from Los Angeles was at the Tortuga Music Festival in Fort Lauderdale Beach to perform the music inspired by the 2022 law enforcement raid at his home in Ohio. </p><p>“If you look through the lens of positivity, when they kicked down my door, money kicked down my door, fame kicked down my door,” Foreman told Milberg. “It was a blessing in disguise. These were the cards I was dealt, and I played them the best I could.”</p><p>Foreman accused Adams County Sheriff’s Office deputies of taking $400 while raiding his home with a search warrant based on an informant’s lies, while his wife and kids, aged 10 and 12, were home.</p><p>“They chose not to be humane. They chose to be unapologetic, arrogant, mean,” said Foreman, best known for his hits “Because I Got High” and “Crazy Rap (Colt 45 and 2 Zig-Zags).” </p><p>The ACSO deputies did not report finding evidence of a crime, and Foreman used his surveillance videos of the raid for his comedic music release of “Lemon Pound Cake” in 2023. </p><p>“Sometimes for humorous purposes I will exaggerate, but it’s based on a true story ... it’s entertainment ... I’m singing. I’ve gotta make this song marketable for a person who doesn’t care about my story,” Foreman told Milberg. </p><p>The album’s <a href="https://open.spotify.com/album/65guRv8rg6TwPqnDYKtXwj" target="_self" rel="" title="https://open.spotify.com/album/65guRv8rg6TwPqnDYKtXwj">14 songs</a> satirizing the raid included “The Police Raid,” “Why You Disconnecting My Video Camera” and “Will You Help Me Repair My Door.”</p><p>A group of seven deputies sued Foreman for defamation and invasion of privacy, accusing him of hurting their reputations through the unauthorized use of their likenesses and demanding $3.9 million in damages.</p><p>After a three-day trial, the jury sided with Foreman, who wore a U.S. flag-patterned suit to court and quickly went viral. As of Sunday, the <a href="https://www.youtube.com/watch?v=9xxK5yyecRo" target="_self" rel="" title="https://www.youtube.com/watch?v=9xxK5yyecRo">video of “Lemon Pound Cake”</a> had nearly 9 million views on YouTube. </p><p>“I am going to start my own line of lemon pound cakes, I’ve got the Freedom of Speech, God Bless America clothing line coming ... I have a new album that’s called ‘Freedom of Speech.’ It’s available right now ... The sky is the limit, ” Foreman told Milberg. </p><p><b>Watch the TWISF episode</b></p>]]></content:encoded></item><item><title><![CDATA[Police say 1 person was killed and 6 were injured in a mass shooting at a Chick-fil-A in New Jersey]]></title><link>https://www.local10.com/news/national/2026/04/12/police-say-1-person-was-killed-and-6-were-injured-in-a-mass-shooting-at-a-chick-fil-a-in-new-jersey/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/12/police-say-1-person-was-killed-and-6-were-injured-in-a-mass-shooting-at-a-chick-fil-a-in-new-jersey/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 18:42:28 +0000</pubDate><content:encoded><![CDATA[<p>UNION, New Jersey (AP) — Police say one person was shot and killed and six others were injured in what they call a mass shooting at a Chick-fil-A in Union, New Jersey.</p><p>Investigators do not believe the attack at about 9 p.m. Saturday was random, according to a press release issued Sunday from the Union County Prosecutor’s Office. No arrests have been made, but the office said “there is no immediate ongoing threat to the general public.”</p><p>The injuries are not believed to be life-threatening, the release said.</p><p>A ride share driver told WABC that he heard more than seven shots from close range as he approached the restaurant.</p><p>The Homicide Task Force at the county prosecutor’s office is investigating.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Kings will bring back coach Doug Christie for a second full season, AP source says]]></title><link>https://www.local10.com/sports/2026/04/12/kings-will-bring-back-coach-doug-christie-for-a-second-full-season-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/kings-will-bring-back-coach-doug-christie-for-a-second-full-season-ap-source-says/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:45:46 +0000</pubDate><content:encoded><![CDATA[<p>Doug Christie will return for a second full season as coach of the Sacramento Kings despite the team having one of the worst seasons in franchise history.</p><p>A person familiar with the decision said Sunday that Christie will return next season for the second year of a contract that also has a team option for 2027-28. The person spoke to the AP on condition of anonymity because the team hadn't announced the decision, which The Athletic was first to report.</p><p>Christie was initially hired on an interim basis after Mike Brown was fired early in the 2024-25 season. Sacramento went 27-24 the rest of the season before getting knocked out in the play-in tournament.</p><p>The Kings hired Scott Perry as general manager after last season and made the decision to retain Christie. This season didn't go nearly as well, with injuries to key veterans like Domantas Sabonis, Zach LaVine, Keegan Murray and DeAndre Hunter derailing the campaign almost from the start.</p><p>Sacramento had a league-worst 12-46 record in mid-February following a 16-game losing streak. The team showed some life late in the season, going 10-14 the rest of the way to harm their position in the draft lottery. The Kings finished tied with Utah for the fourth-worst record in the league and have a 45.2% chance of picking in the top four of the draft in June.</p><p>The 60 losses for Sacramento are the second-most in franchise history, behind the 65 the team had in 2008-09. The Kings have gotten solid contributions from rookies Nique Clifford, Maxime Raynaud and Dylan Cardwell, but are hoping for good fortune in the lottery to find a player to build around after the team traded away star De'Aaron Fox last season.</p><p>The Kings have made the playoffs just once in the past 20 seasons, losing in the first round to Golden State in 2023 in Brown’s first season as coach.</p><p>Sacramento has the fourth-worst record in the NBA since Vivek Ranadive took over as owner in 2013. The team has had five lead executives and nine head coaches — including interims — in that span.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MZKJHB26FYUYPYVPULNJHTSC34.jpg?auth=d2472a44ec09c23af9fc6533e3f09f8e13d04b2d35f46e49a49dc255fd065c4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sacramento Kings head coach Doug Christie speaks to the media before an NBA basketball game against the New Orleans Pelicans, Friday, April 3, 2026, in Sacramento, Calif. (AP Photo/Alan Greth)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Greth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ICSMPSMRM7WFMYK6HLMIMD2IM.jpg?auth=3c886523d16ed41170c3229042aa285050adae74b72cde94811f95724503629b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sacramento Kings head coach Doug Christie gestures during the first half of an NBA basketball game against the Golden State Warriors, Tuesday, April 7, 2026, in San Francisco. (AP Photo/Godofredo A. Vásquez)]]></media:description><media:credit role="author" scheme="urn:ebu">Godofredo A. Vásquez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YMCULW6CRHUNIDBXPCIBJYH2O4.jpg?auth=01b2f96d1e23abe06ea3538384d0c5f08ae87b8595e8aac18aa75517835f6831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sacramento Kings head coach Doug Christie shouts instructions from the bench during the first half of an NBA basketball game against the Los Angeles Clippers in Sacramento, Calif., Sunday, April 5, 2026. (AP Photo/Randall Benton)]]></media:description><media:credit role="author" scheme="urn:ebu">Randall Benton</media:credit></media:content></item><item><title><![CDATA[It's music festival season. How to stay safe and healthy while enjoying the show]]></title><link>https://www.local10.com/entertainment/2026/04/12/its-music-festival-season-how-to-stay-safe-and-healthy-while-enjoying-the-show/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/12/its-music-festival-season-how-to-stay-safe-and-healthy-while-enjoying-the-show/</guid><dc:creator><![CDATA[By KATHERINE ROTH, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 06:06:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Music festival season has arrived: a time to gather outside with friends, listening to tunes, dancing, and maybe even getting the chance to rub shoulders with musicians you love.</p><p>“Live music nourishes your soul and makes you feel truly alive,” says Chris Bro, host of the “Next” radio show in Maryland and a longtime fan of music festivals.</p><p>Making the most of the experience also means planning ahead for potential hazards like heat, dehydration and more, say regular festivalgoers and the medical pros who care for them.</p><p>The good news is music festivals are safer than ever, thanks to increased focus on on-site medical staff and equipment, says Matt Friedman, national medical director at CrowdRx, which provides medical care at over 20 major music festivals around the country each year.</p><p>Different festivals, different risks</p><p>Different types of festivals tend to have different types of medical emergencies, Friedman says. Much depends on the type of music, the length of the festival and the heat.</p><p>"Jazz music festivals tend have a low medical-usage rate, whereas a heavy metal event will have more blunt traumas from mosh pits and alcohol-related incidents,” he says.</p><p>Electronic dance music festivals tend to have friendly crowds, some of whom "occasionally overindulge or make poor decisions regarding stimulant drugs,” Friedman says. Classical music festivals, meanwhile, tend to have more cardiac events, given the older average age of attendees.</p><p>“You want to have fun, but it’s really important to stay aware,” says Armelle Gloaguen, a musician who attended classic festivals like Clearwater, founded by Pete Seeger, and Woodstock ’94.</p><p>“Be there for the music, not the drugs and alcohol, if you want to remember any of it. Don’t accept food or drinks from strangers, and be aware of your limits,” advises Gloaguen, who owns “Armelle for Kids,” which seeks to bridge cultures through music.</p><p>Know the rules, and download the app</p><p>Festivals' rules vary, so before you head out, check the parking situation and the list of what you can bring.</p><p>For instance, Coachella, the annual festival in Indio, California, doesn’t allow chairs, outside food or umbrellas. At Tanglewood, in western Massachusetts, attendees are welcome to bring chairs and picnics, and umbrellas are fine; they just can’t be over 6 feet across.</p><p>Download a festival's app and bring a portable phone charger.</p><p>Once there, scope out the terrain. Keep an eye out for the nearest cooling station and medical tent as you figure out where to sit.</p><p>Handling the heat</p><p>“First and foremost, we see a lot of heat-related illnesses, since temperatures in the desert can get pretty high and rise quickly,” says Julie Puzzo, assistant medical director of the emergency department at JFK Memorial Hospital, near Coachella.</p><p>“We see everything from heat cramps to heat stroke, which can be life threatening,” she says.</p><p>Hydrate consistently with electrolyte-containing beverages, she says.</p><p>Wear layers, a hat and other protective clothing, and avoid excessive alcohol. Opt for non-aerosol sunscreen, since many festival venues ban aerosol sprays.</p><p>Festivals where heat is an issue are sometimes equipped with mobile cold-water immersion tanks to cool people down quickly, Friedman says.</p><p>At multiday festivals, malnutrition can also be an issue, he says. “People are running on adrenaline for the first two days, but by day three they realize they are dehydrated and exhausted and haven’t eaten nutritious food since they arrived, and this exacerbates any other conditions they might have.”</p><p>His top safety tip: Stick with your friends so you can watch out for one another.</p><p>Leave sandals, heels and flip-flops at home</p><p>Both doctors urge attendees to wear comfortable, closed-toe shoes, since attending a festival can involve more walking that you might expect. And it’s easy to happen upon small stones or other sharp objects on the grounds.</p><p>“Trips and falls are common, and we see a lot of sprains and foot contusions,” says Friedman.</p><p>Glasses, ear plugs, maybe an inhaler</p><p>For anyone susceptible to respiratory problems, it’s a good idea to bring a backup inhaler, since dust-filled wind gusts can exacerbate breathing issues, Puzzo says.</p><p>Eye problems like corneal abrasions are not uncommon at festivals, says Friedman, who recommends bringing large sunglasses or even goggles if it’s likely to be dusty.</p><p>Outdoor venues can get buggy, too, so consider insect repellent.</p><p>Protect your ears by not standing too close to speakers, and bring earplugs, says Greta Stamper, an audiologist at Mayo Clinic in Jacksonville, Florida.</p><p>“It is also helpful to take listening pauses during festivals to allow your ears an opportunity to take a break. Having some quieter moments during the day can help your ears recover,” she says.</p><p>If you notice that your hearing is muffled or your ears start ringing, your ears are telling you it's too loud, Stamper says.</p><p>And if you’re coming with kids, give them added protection with over-the-ear headphones, not just earplugs, Friedman says.</p><p>Pace yourself</p><p>“Musical festivals are a marathon, not a sprint, so be sensible and take care of yourself,” Friedman says.</p><p>As you kick back with friends, it’s easy to have a few drinks too many as the day wears on. Puzzo warns that drugs acquired at some big events might not contain what people think they do. This can be dangerous in any case, and is even more so if combined with extreme heat and alcohol.</p><p>Embrace the moment</p><p>Don't forget, though, to find joy in the music and the scene.</p><p>Enjoy the unexpected, and making connections.</p><p>“If you want to talk to your favorite musician, the most meaningful thing you can do is to thank them and talk about a specific song you love and why,” says Gloaguen.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EJGCJ6P2RIHF4BV35TOEYIJH7E.jpg?auth=52065ba8d05004a17027552e5897ebf7a94332e3b318bda80781c3519f055170&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Festivalgoers run toward the main stage at the Coachella Valley Music and Arts Festival in Indio, Calif., on April 13, 2012. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MWDNM36GF5IS6ACASNAPFHFZHE.jpg?auth=101113660c13a9362b7d73f86767199ddb7953693301de7dfba7c6832696abfd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Festivalgoers shield themselves from the sun at the Coachella Music and Arts Festival in Indio, Calif., on April 13, 2014. (Photo by Chris Pizzello/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QBBH4DQPQAPH7GOLPDXSJLCZ4M.jpg?auth=a8c56ad657e08a51ce0f00e73d94c37a8a3647d44170c0cdb16b4dd978f3ef01&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A festivalgoer applies sunscreen at the Coachella Valley Music and Arts Festival in Indio, Calif., on April 19, 2024. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OVDNDIFTJUUC7BOTFQNCSUTUWA.jpg?auth=6f428788cdae6fb076107e64773308ce97f21ce0cb2e90eadc5ce4360dccbd34&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A festivalgoer holds a fan at the Coachella Valley Music and Arts Festival in Indio, Calif., on April 11, 2025. (Photo by Amy Harris/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amy Harris</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YND522DQDTKM3EJJPSDTK7HRGM.jpg?auth=de1b27b9f067eb2479294c93862651a54b82826c438e5b8f0c02756690f78b80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Music fans fill the grounds of Fort Adams State Park on Narragansett Bay for the Newport Jazz Festival in Newport, R.I., on Aug. 2, 2013. (AP Photo/Joe Giblin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joe Giblin</media:credit></media:content></item><item><title><![CDATA[Former major league infielder Phil Garner, who managed Astros' first World Series team, dies at 76]]></title><link>https://www.local10.com/sports/2026/04/12/former-major-league-infielder-phil-garner-who-managed-astros-first-world-series-team-dies-at-76/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/former-major-league-infielder-phil-garner-who-managed-astros-first-world-series-team-dies-at-76/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:57:08 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Phil Garner, a three-time All-Star infielder who went on to manage the Houston Astros to their first World Series appearance, has died. He was 76.</p><p>Garner's family issued a statement Sunday saying Garner died Saturday after a two-plus-year battle with pancreatic cancer.</p><p>“Phil never lost his signature spark of life,” Garner's son, Ty, said in a statement. “He was so well known for his love for baseball, which was with him until the end.”</p><p>Nicknamed “Scrap Iron” for his blue-collar approach to the game, Garner had a 16-year playing career with the Oakland Athletics (1973-76), Pittsburgh Pirates (1977-81), Astros (1981-87), Los Angeles Dodgers (1987) and San Francisco Giants (1988).</p><p>He played 150 games and had an .800 OPS for Pittsburgh during the Pirates’ 1979 World Series championship season. He batted .417 in the NL Championship Series sweep of Cincinnati and hit .500 (12 for 24) in the World Series as the Pirates rallied from a 3-1 deficit to beat Baltimore.</p><p>Garner made All-Star teams with Oakland in 1976 and with Pittsburgh in 1980 and 1981.</p><p>“Phil Garner was a fierce competitor, a respected leader, and a cherished part of the Pirates family,” Pirates chairman Bob Nutting said in a statement. “His contributions to the 1979 World Series championship team will forever be part of Pirates history. We always appreciated welcoming Phil back to Pittsburgh, and it was evident how deeply this city, this team, his teammates, and our fans meant to him.</p><p>“He will be remembered not only for the grit, passion, and heart he brought to the game, but also for the way he carried himself as a devoted family man and respected member of the baseball community.”</p><p>Garner hit .260 with 109 homers, 738 RBIs and 225 steals in 1,860 regular-season games while being versatile enough to make more than 700 starts at both second base and third base.</p><p>Garner managed in the majors for 15 years, compiling a 985-1,054 record with Milwaukee (1992-99), Detroit (2000-02) and Houston (2004-07).</p><p>“When I got back into managing, he was the first person that I met in Houston and has introduced me to so many of my close friends,” said Tigers manager A.J. Hinch, who dedicated an 8-2 win over Miami to Garner and his family on Sunday. “When I got the job in Detroit, he reached out and talked to me about the city of Detroit and the fan base. Even though his time here didn’t go great, he was a big advocate for Detroit.”</p><p>Garner held the Brewers record for managerial wins until Craig Counsell surpassed him in 2022.</p><p>“He was a very highly respected and beloved individual who was known for his caring nature, wisdom and sense of humor," the Brewers said in a statement.</p><p>Garner took over the Astros midway through the 2004 season after the firing of Jimy Williams and led them to a 48-26 record the rest of the way. They finished 92-70, beat Atlanta in the NL Division Series and wasted a 3-2 lead over St. Louis in the NL Championship Series.</p><p>Garner got the Astros to the World Series the following year. They bounced back from a 15-30 start to finish 89-73 and beat Atlanta in the NLDS and St. Louis in the NLCS before the Chicago White Sox swept them.</p><p>“Phil Garner’s contributions to the Houston Astros, the city of Houston and to the game of baseball will not be forgotten," Astros owner and chairman Jim Crane said in a statement.</p><p>Garner was a Tennessee native who starred at the University of Tennessee, which retired his No. 18 in 2009.</p><p>“I genuinely appreciated Garner as a manager!!” former Tiger Brandon Inge wrote in a text message. “He really taught us how to play with a chip on our shoulders and not to back down to anyone or anything, no matter the circumstance!!! Thinking of his family, he’ll be missed!”</p><p>___</p><p>AP MLB: https://apnews.com/hub/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C7633ONZOLFNYDCG3PXCYKOSCA.jpg?auth=0c3db5f21822b915716cc9ef5144aa76510b7f4e24aedae67f933b824daa0e1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Foli, left, and Phil Garner, the middle infield of the 1979 World Championship Pittsburgh Pirates team attend a pre-game ceremony remembering the team's accomplishment 40 years ago before a baseball game between the Pittsburgh Pirates and the Philadelphia Phillies in Pittsburgh, July 20, 2019. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VNB7UWVAVSCKTJPWOHGPO6LDWI.jpg?auth=ee589b0adb847c3c99fbf62a40abb86fcd492c6f03c3f0f193e709fe56727861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Astros' Phil Garner is greeted by Luis Pujols as he scores the winning run from third to defeat the Los Angeles Dodgers 1-0 in the 11th inning of Game 2 of the National League West playoffs at Houston, Oct. 7, 1981. (AP Photo/F. Carter Smith, File)]]></media:description><media:credit role="author" scheme="urn:ebu">F. Carter Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3DJQRTJ3FJB2HXAYTPNXJT2ZKE.jpg?auth=5d88c295bf8ae700ff0338b73fa468641c05663e3933690e910b3df615739819&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pirates Phil Garner dives for ball hit by Al Bumbry of Baltimore Orioles in fifth inning of third game of World Series, Oct. 12, 1979 in Pittsburgh. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content></item><item><title><![CDATA[Acusan a maestro de arte de Miami-Dade de atacar sexualmente a una estudiante en varias ocasiones]]></title><link>https://www.local10.com/espanol/2026/04/12/acusan-a-maestro-de-arte-de-miami-dade-de-atacar-sexualmente-a-una-estudiante-en-varias-ocasiones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/acusan-a-maestro-de-arte-de-miami-dade-de-atacar-sexualmente-a-una-estudiante-en-varias-ocasiones/</guid><description><![CDATA[Rudolph Infante, 53, maestro de arte de Miami Southridge Senior High, fue arrestado el viernes acusado de agredir sexualmente a una estudiante en varias ocasiones; M-DCPS inició su despido.]]></description><pubDate>Sun, 12 Apr 2026 16:50:41 +0000</pubDate><content:encoded><![CDATA[<p>Rudolph Infante trabajaba como maestro de arte cuando presuntamente agredió sexualmente a una estudiante en varias ocasiones en el condado de Miami-Dade.</p><p>Infante, de 53 años y residente de Homestead, se encontraba bajo arresto domiciliario después de que un juez le ordenara mantenerse alejado de todas las escuelas y de la menor, según registros judiciales.</p><p>Las Escuelas Públicas del Condado de Miami-Dade (M-DCPS) emitieron un comunicado sobre el caso el domingo, informando que el Departamento de Policía Escolar de Miami-Dade lo había investigado.</p><p>M-DCPS también informó que el distrito escolar había iniciado los trámites para terminar el contrato de empleo de Infante.</p><p>La Miami Southridge Senior High School, ubicada en el 19355 de SW 114 Ave., en el área de South Miami Heights, tenía a Infante en su directorio de personal como maestro de Bellas Artes.</p><p>Agentes del M-DSPD arrestaron a Infante el viernes, y compareció ante el tribunal de fianzas el sábado, según registros judiciales.</p><p>Infante enfrentó cinco cargos: cuatro por agresión sexual y uno por delitos contra estudiantes cometidos por figuras de autoridad. Su fianza fue de $14,000.</p><p>“Este tipo de comportamiento no será tolerado, ya que va en contra de la conducta profesional que esperamos de todos nuestros empleados”, escribió un portavoz de M-DCPS sin ofrecer detalles específicos.</p><p>El juez del Circuito de Miami-Dade, Zachary James, estaba programado para presidir el caso.</p><p>Los editores de asignaciones de Local 10 News, Sofia Méndez y Mariana Ortiz, contribuyeron a este informe.</p><p><b>Comunicado completo de M-DCPS:</b></p><p><i>Las Escuelas Públicas del Condado de Miami-Dade (M-DCPS) están perturbadas por las acusaciones formuladas contra este individuo.</i></p><p><i>Al tener conocimiento de este presunto comportamiento, la Policía Escolar de Miami-Dade inició de inmediato su investigación y procedió a realizar el arresto.</i></p><p><i>Este tipo de comportamiento no será tolerado, ya que va en contra de la conducta profesional que esperamos de todos nuestros empleados.</i></p><p><i>El distrito ha iniciado los trámites de terminación de empleo y garantizará que el individuo no pueda buscar empleo futuro en M-DCPS.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MNN74YHILFFE5APSYLM3CSCXNY.jpg?auth=bfa13cba7a95209ff0740c0efd5e38b7c3e5d99f45a63bdf70e4ee890812d5c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Schools Police Department officers arrested Rudolph Infante on Friday and he appeared in bond court on Saturday.]]></media:description></media:content></item><item><title><![CDATA[Sinner beats Alcaraz in straight sets in Monte Carlo final to reclaim No. 1 ranking]]></title><link>https://www.local10.com/sports/2026/04/12/sinner-beats-alcaraz-in-straight-sets-in-monte-carlo-final-to-reclaim-no-1-ranking/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/sinner-beats-alcaraz-in-straight-sets-in-monte-carlo-final-to-reclaim-no-1-ranking/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 17:11:37 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — Jannik Sinner beat defending champion Carlos Alcaraz 7-6 (5), 6-3 on Sunday to win the Monte Carlo Masters for the first time and reclaim the No. 1 ranking from his biggest tennis rival.</p><p>“The result is amazing,” Sinner said. “Getting back to No. 1 means a lot for me.”</p><p>Four-time Grand Slam champion Sinner met seven-time major winner Alcaraz in their ninth final in what is often called the “Sincaraz” rivalry.</p><p>Sinner trimmed Alcaraz’s head-to-head lead to 10-7 in clinching his 27th career title overall and his first Masters title on clay. The 24-year-old Italian will return to No. 1 in the ATP rankings on Monday.</p><p>Sinner rallied from 3-1 down in the second set amid blustery conditions at the Monte Carlo Country Club and served out the match, clinching it on his first match point when Alcaraz returned a forehand long.</p><p>“It was a bit windy, a bit breezy. Different conditions from what the tournament has brought," Sinner said. "I am very happy to win a big title on this surface, I haven’t done it before and it means a lot to me.”</p><p>Alcaraz had won his last 17 matches on clay but struggled Sunday with 45 unforced errors.</p><p>However, he praised Sinner.</p><p>“It is impressive what you are achieving right now,” Alcaraz said. "Congratulations for everything.”</p><p>Sinner dropped to his knees after Alcaraz's shot landed out and then jogged over to celebrate with his box.</p><p>“I felt a bit tired, so I tried to keep the right mentality,” Sinner said. "Having this trophy means a lot to me.”</p><p>It was Sinner's third title of the year after sweeping Indian Wells and Miami — also winning those finals in straight sets — to become only the fourth man to reach the final at the first three Masters of the season. Sinner joined tennis great Novak Djokovic (in 2015) as the only one to win the first three Masters tournaments.</p><p>Alcaraz’s two titles this year include the Australian Open, where the 22-year-old Spaniard became the youngest man to win all four tennis majors.</p><p>He produced a stunning comeback to beat Sinner in last year's French Open final, then lost the Wimbledon final to Sinner before beating him again in the U.S. Open final. ___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HI2TFPECULDWVYZREXLRO6FHAA.jpg?auth=ee1c4fd55860cb42dcd39cad9ac86d3bc971b0ee6695b2a675a0cabd5196529f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy returns a ball against Jiri Lehecka of the Czech Republic in the men's singles final at the Miami Open tennis tournament, Sunday, March 29, 2026, in Miami Gardens, Fla. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Tiroteo afuera de un Checkers en Miami Gardens deja tres heridos, dos de ellos sospechosos]]></title><link>https://www.local10.com/espanol/2026/04/12/tiroteo-afuera-de-un-checkers-en-miami-gardens-deja-tres-heridos-dos-de-ellos-sospechosos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/tiroteo-afuera-de-un-checkers-en-miami-gardens-deja-tres-heridos-dos-de-ellos-sospechosos/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Tres personas resultaron heridas el sábado a las 10:30 p.m. en un tiroteo afuera del Checkers en NW 183 St. en Miami Gardens; dos son sospechosos y un tercero llegó solo al hospital.]]></description><pubDate>Sun, 12 Apr 2026 16:43:27 +0000</pubDate><content:encoded><![CDATA[<p>Tres personas resultaron heridas en un tiroteo ocurrido el sábado por la noche cerca de un restaurante de comida rápida en el condado de Miami-Dade.</p><p>Los agentes de policía describieron a dos de los tres heridos como sospechosos del tiroteo, registrado a las 10:30 p.m. afuera del Checkers ubicado en el 2645 de NW 183 St., en Miami Gardens.</p><p>La tercera persona herida llegó por su cuenta a un hospital cercano después de que los agentes respondieran a la alerta de ShotSpotter, según la policía.</p>]]></content:encoded></item><item><title><![CDATA[The Latest: Rory McIlroy becomes the 4th player to repeat as Masters champion]]></title><link>https://www.local10.com/news/2026/04/12/the-latest-final-round-of-the-masters-heats-up/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/the-latest-final-round-of-the-masters-heats-up/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:46:08 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Rory McIlroy has won the 90th Masters, securing back-to-back championships at Augusta National after holding off a crowded field.</p><p>Rory McIlroy becomes 4th player to repeat at Masters</p><p>McIlroy is just the fourth player to win back-to-back Masters.</p><p>Tiger Woods (2001-02), Jack Nicklaus (1965-66) and Nick Faldo (1989-90) are the other repeat champions.</p><p>After a slow start, McIlroy played the final 12 holes in 3-under par to finish with a one-stroke victory over Scottie Scheffler to earn his second green jacket and a $4.5 million prize.</p><p>After surrendering all of his six-shot 36-hole lead on Saturday, McIlroy started the final round by playing the first six holes in 3 over. He turned things around on the seventh hole when he hit his iron to 7 feet.</p><p>McIlroy was strong until the 18th hole, when his tee shot found the woods. He managed to make bogey to seal the win.</p><p>Rory McIlroy closing in on back-to-back Masters wins</p><p>McIlroy is at 13 under and holds a two-shot lead over Scheffler and Rose with two holes left to play.</p><p>Rory McIlroy back in the lead at the Masters</p><p>The pressure of the Masters might be starting to get to Rose.</p><p>He missed the green on No. 12 after his chip shot failed to reach the putting surface. It resulted in his second straight bogey, allowing McIlroy to regain the lead.</p><p>McIlroy is at 11 under while Rose dropped into a second-place tie with Tyrrell Hatton, Russell Henley and Cameron Young at 10 under.</p><p>Rory McIlroy misses opportunity to tie Justin Rose</p><p>McIlroy missed a makeable put on the ninth hole that would have tied him with Rose at 12 under.</p><p>He remains one back of the lead heading into the 10th.</p><p>Justin Rose has taken sole possession of the lead at the Masters</p><p>The Masters leaderboard is changing at breakneck speed — and we’re not even to the back nine.</p><p>Rose made birdie at the eighth hole and now has sole possession of the lead after Young made bogey at the seventh.</p><p>Rose lost in a playoff to McIlroy last year.</p><p>Does winning the Players Championship = winning the Masters?</p><p>Cameron Young holds a two-shot lead at the Masters after five holes as he seeks to become the third straight player to follow up a win at the Players Championship with a victory at Augusta National.</p><p>Scottie Scheffler won both tournaments in 2024 and Rory McIlroy matched that feat last year.</p><p>Young’s best finish at the Masters came in 2023 when he finished tied for seventh.</p><p>McIlroy breaks down, Young takes 2-shot lead at Masters</p><p>Young has taken sole possession of the lead at the Masters after McIlroy double-bogeyed the fourth hole. Young is at 12 under and leads by two.</p><p>Rory McIlroy moves back into a tie for 1st at Masters</p><p>McIlroy isn’t going to let Young run away with a green jacket.</p><p>The defending Masters champion birdied the par-5 third hole to reach 12 under on Sunday, while Young had to make a nervy 6-footer to save par on the same hole and remain tied with the Northern Irishman after briefly taking a one-shot lead.</p><p>They have a three-shot cushion on Scheffler, who has birdied two of his first six holes to reach 9 under. The world No. 1 is trying to become the first player since Danny Willett in 2016 to come from outside the final group and win the Masters.</p><p>▶ Here’s the leaderboard</p><p>Leaders tee off at the final round of the Masters</p><p>McIlroy and Young have teed off at the Masters, which means everyone is out on the course for the final round.</p><p>McIlroy blew a record 36-hole lead of six shots on Saturday with a round of 73, which allowed Young to pull into a tie with him at 11 under following his 65 — tied for the low round of the tournament. They had a one-shot lead over Sam Burns, though Scottie Scheffler and a host of other big names were ready to give chase.</p><p>Scheffler began the day at 7 under and promptly birdied the difficult par-4 first hole to start his round in style.</p><p>Scottie Scheffler begins hunt for a 3rd green jacket</p><p>The world’s No. 1 made up a lot of ground on Saturday, when his second-round 65 matched co-leader Young for the best of the day. It left Scheffler at 7 under for the tournament, four shots behind Young and McIlroy.</p><p>This would be the first time Scheffler has come from behind at Augusta National to win on Sunday. In 2022, he had a three-shot lead after the third round and won by the same margin. Two years ago, he led by one going into Sunday and won by four.</p><p>There’s reason to believe that Scheffler can make up the ground, though.</p><p>Through the first three rounds, the four-time major champion ranks first from tee-to-green and first in ballstriking. So, why isn’t he in the lead? Scheffler is nearly last in putting. If he can get a few to drop, watch out.</p><p>▶ Here’s the leaderboard</p><p>Leaders’ tee times for the final round of the Masters</p><p>Rory McIlroy lost a six-shot lead during the third round of the Masters, so it makes sense that anyone within six shots of the lead has at least a shot at the green jacket.</p><p>Those at 5 under were scheduled to go off shortly after 1 p.m. EDT, beginning with Ben Griffin and Jake Knapp. They were followed at 1:30 p.m. by Collin Morikawa (-5) and Patrick Reed (-6), with Patrick Cantlay (-6) and Russell Henley (-6) going off at 1:41 p.m.</p><p>World No. 1 Scottie Scheffler and Haotong Li, both at 7 under, were paired together at 1:52 p.m.</p><p>Justin Rose, who lost in a playoff to McIlroy last year, was at 8 under along with Jason Day. They were due off at 2:03 p.m. Sam Burns (-10) and Shane Lowry (-9) were in the penultimate group at 2:14 p.m. before McIlroy and Cameron Young strike their opening tee shots at 2:25 p.m. on Tea Olive, the 445-yard par-4 first hole at Augusta National.</p><p>Sergio didn’t need that driver anyway</p><p>Sergio Garcia, the 2017 Masters champion, will be playing the remainder of the final round without his driver after snapping off the head of it following an angry outburst on the second tee box. After sending his tee shot into a bunker, Garcia took a swipe at a table with a green cooler on it and severed the head of the driver. It was left briefly dangling from the shaft before Garcia grabbed it and ripped it off completely. Geoff Yang, the chairman of the Masters competitions committee, met up with Garcia on the fourth tee box and issued him a code of conduct warning, according to club officials.</p><p>Setting up Sunday at the Masters</p><p>The forecast for the final round of the Masters is much like it has been all week at Augusta National: hot, dry and sunny.</p><p>That’s good news for the thousands of patrons. But it could be bad news for those trying to navigate 18 holes. The weather has been such that club officials can set up the course just about anyway they want. They seemed to give players a reprieve with easier hole locations and softer conditions on Friday and Saturday, but chances are they will want it difficult on Sunday.</p><p>That means hard, fast greens that reject wayward approach shots into difficult pin placements.</p><p>“When greens are firm and targets are tight, even a light wind can add another layer of difficulty,” said John Feerick, senior meteorologist at AccuWeather. “Players who manage launch, spin and landing spot most effectively may have the clearest edge.”</p><p>Masters’ gnomes coming to an end?</p><p>The Masters gnome has grown increasingly popular — and valuable — over the last 10 years. But this year’s gnome has become especially sought after on re-sale markets amid speculation this will be the final year they’ll be produced.</p><p>Masters chairman Fred Ridley has neither confirmed nor denied the rumors.</p><p>The 13 1/2-inch gnome features the traditional old man with a white beard dressed in golf attire and holding an umbrella and Masters-themed cup. It is only available for purchase at Augusta National (not online) and is selling for $59.50.</p><p>However, some are taking the gnome home and using it to help pay for their Masters expenses. The gnome is commanding more than $600 on eBay and Marketplace. With only 1,000 gnomes available per day and regularly selling out within an hour, fans are lining up early in the morning to get one.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HZZG2XPGZN6OEWI5H5VXPIAGS4.jpg?auth=556312cbf554fdca2ae11b485a281bea48ada4967131b1e5bfea780714ed951c&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, waves after his putt on the 18th hole during the third round of the Masters golf tournament at the Augusta National Golf Club, Saturday, April 11, 2026, in Augusta, Ga. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[The NHL playoffs have plenty of fresh blood, and a new Stanley Cup champion will be crowned]]></title><link>https://www.local10.com/sports/2026/04/12/the-nhl-playoffs-have-plenty-of-fresh-blood-and-a-new-stanley-cup-champion-will-be-crowned/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/the-nhl-playoffs-have-plenty-of-fresh-blood-and-a-new-stanley-cup-champion-will-be-crowned/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:29:41 +0000</pubDate><content:encoded><![CDATA[<p>The Stanley Cup will have a new home this year after the back-to-back champion Florida Panthers had their season derailed by injuries.</p><p>They’re not the only perennial contender to miss the playoffs, either, with the Buffalo Sabres among the roughly half dozen newcomers in the 16-team field. The Pittsburgh Penguins are back in the dance, too.</p><p>The Colorado Avalanche have been dominant since October and go in as the favorite after clinching the best regular-season record in the NHL. That has rarely been an indicator of who hoists the Cup at the end of four rounds, and it’s anyone’s guess who comes out of the Eastern Conference, as well as the West.</p><p>“Every team in the playoffs can win,” Dallas Stars defenseman Tyler Myers said. “Every series is a tough series. That’s what’s so amazing about the NHL playoffs: It brings out the best in everybody, in every team, and it creates an unbelievable battle no matter who’s playing.”</p><p>New blood in the NHL playoffs</p><p>Buffalo ended the longest postseason drought in league history at 14 seasons and did so after losing 18 of its first 29 games.</p><p>“It’s something that we strived for from Day One,” said Lindy Ruff, who is among the favorites to be coach of the year. “You’ve got to feel good about getting there. It’s hard. We’re in a division that’s been extremely hard to get there. You’ve got to look back and say that we did a lot of good things to get to this point.”</p><p>The Sabres also look as if they can do some damage in the wide-open East without Florida. They've been the best team since the Olympic break.</p><p>Also hot down the stretch was Pittsburgh, which qualified for the first time since 2022 in new coach Dan Muse's first season. The Penguins were 6-1 long shots on BetMGM Sportsbook in October to make it, but now the trio of Sidney Crosby, Evgeni Malkin and Kris Letang gets another chance.</p><p>“A lot of people doubted us and I guess counted us out, and it just put fuel on the fire for us,” said defenseman Ryan Shea, who's set to make his NHL playoff debut at 29. “I’ve been in the playoffs in the AHL, which was fun, but this is the best league in the world.”</p><p>The Utah Mammoth made it in the franchise's second season in Salt Lake City. The Anaheim Ducks are also back with a young core coached by three-time Cup-champion Joel Quenneville.</p><p>The Central Division path is the toughest</p><p>Colorado is justifiably the best bet to win it all. Nathan MacKinnon could be the MVP, Cale Makar the top defenseman, and the reacquisition of Nazem Kadri at the trade deadline gives the Avalanche the depth to envision another parade in Denver this summer, four years since the previous one.</p><p>To do so, they'll have to go through either Dallas or the Minnesota Wild in the second round just to reach the West final.</p><p>“Confident for sure: Believe in this group. I know we have what it takes,” captain Gabriel Landeskog said. "It’s going to be a long, tough road and mentally, physically grinding. I think we’re ready for it.”</p><p>Stars versus Wild opens the playoffs with a bang, pitting two of the top seven teams in the league in a best-of-seven series that ensures one of them will be golfing by mid-May. It's the result of a division-focused format that Commissioner Gary Bettman has said leads to the best first round in sports.</p><p>"That makes for great matchups," Bettman said. “If you’re a fan of the game and you’re looking for excitement, you’re looking to be entertained, you’re looking for intriguing stories, this format does it.”</p><p>From going for gold to chasing the silver chalice</p><p>Several players who won gold with the U.S. at the Olympics have the chance to add a Stanley Cup ring to their trophy case for the year.</p><p>Colorado's Brock Nelson scored 30 goals after being a difference-maker in Milan. Carolina's Jaccob Slavin, Buffalo's Tage Thompson, Tampa Bay's Jake Guentzel, Minnesota's Matt Boldy, Quinn Hughes and Brock Faber, Ottawa's Brady Tkachuk and Jake Sanderson are all in the running, as are two goaltenders: Boston's Jeremy Swayman and Dallas' Jake Oettinger.</p><p>The same goes for some Canadian stars who see their silver medals as a symbol of losing and get an opportunity to make up for it. That includes Edmonton's Connor McDavid following two consecutive losses in the final, and Crosby after an injury kept him from playing in the gold medal game and is chasing a fourth NHL title.</p><p>"That’s the best time of year," Crosby said. “That’s why you play.”</p><p>___</p><p>AP Sports Writer Pat Graham in Denver 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/P5FG2QC5DUQZ5VRAAASDLYELZI.jpg?auth=f427138682d4e04cf25835e3bf45200b4e77f080671be70c399527a10801b6b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Sabres players celebrate after a victory over the Columbus Blue Jackets in an NHL hockey game Thursday, April 9, 2026, in Buffalo, N.Y. (AP Photo/Jeffrey T. Barnes)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey T. Barnes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6C7HZAMHNYONGSKBCXK2KP7GVU.jpg?auth=edf230a641ae53083cbe85e20b8bf6320ec701fcbdfeb717a3f58ca833fed60c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Wild left wing Matt Boldy (12) and Dallas Stars center Wyatt Johnston (53) slam into the boards chasing after the puck in the first period of an NHL hockey game Thursday, April 9, 2026, in Arlington, Texas. (AP Photo/Tony Gutierrez)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4LMNOE5F3WAB4JVUWSVC34ZGLY.jpg?auth=4b8d1b4acd370652b97b1b06a3a2ff3fa7eb06beb74c077369782fc173a462c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Avalanche center Nathan MacKinnon, left, puts a shot on Vegas Golden Knights goaltender Carter Hart, right, after driving past defenseman Shea Theodore in the third period of an NHL hockey game Saturday, April 11, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HX24AHEMCJRBR2S2K4XUT573GM.jpg?auth=98e3b8063578540afb2e00bd4e7cb2c4f447c498fb33f069a76f3d8358aab4f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pittsburgh Penguins' Sidney Crosby (87) cannot get his stick on an airborne puck during the first period of an NHL hockey game against the Carolina Hurricanes in Pittsburgh, Sunday, March 22, 2026. (AP Photo/Gene J. Puskar)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6P7KG43M3352GDXJXWNMYBCWQM.jpg?auth=0e6aea9719714f67059b21be74ccada5542ceb9399ea276a12cf17782c3d7bd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Edmonton Oilers center Connor McDavid (97) goes after the puck against the Utah Mammoth during the second period of an NHL hockey game, Tuesday, April 7, 2026, in Salt Lake City. (AP Photo/Melissa Majchrzak)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Majchrzak</media:credit></media:content></item><item><title><![CDATA[Le meten bala a persona en silla de ruedas durante cumpleaños con 150 invitados]]></title><link>https://www.local10.com/espanol/2026/04/12/le-meten-bala-a-persona-en-silla-de-ruedas-durante-cumpleanos-con-150-invitados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/le-meten-bala-a-persona-en-silla-de-ruedas-durante-cumpleanos-con-150-invitados/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Una persona en silla de ruedas fue baleada a la 1:30 a.m. del domingo afuera del Five Stars Banquet Hall en Sunrise, donde 150 personas celebraban un cumpleaños; hay un arrestado.]]></description><pubDate>Sun, 12 Apr 2026 16:21:53 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue baleada durante la fiesta de cumpleaños de un hombre en la madrugada del domingo en el condado de Broward.</p><p>El tiroteo ocurrió alrededor de la 1:30 a.m. del domingo afuera del Five Stars Banquet Hall en Sunrise. Un sospechoso fue arrestado, según el Departamento de Policía de Sunrise.</p><p>Testigos dijeron que alrededor de 150 invitados celebraban adentro del salón de banquetes en el 6072 de West Oakland Park Boulevard cuando una persona que usaba silla de ruedas fue baleada afuera.</p><p>Eril Jerome, quien celebraba el cumpleaños de su suegro con familiares en el salón, dijo que escucharon aproximadamente cuatro disparos.</p><p>Por un tiempo, Jerome y otros invitados no pudieron salir porque sus autos estaban estacionados dentro de la escena del crimen. La plaza comercial reabrió posteriormente.</p><p>Esta es una historia en desarrollo.</p>]]></content:encoded></item><item><title><![CDATA[Derriban con explosivos el Mandarin Oriental Miami en 20 segundos para construir nuevo desarrollo residencial]]></title><link>https://www.local10.com/espanol/2026/04/12/derriban-con-explosivos-el-mandarin-oriental-miami-en-20-segundos-para-construir-nuevo-desarrollo-residencial/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/derriban-con-explosivos-el-mandarin-oriental-miami-en-20-segundos-para-construir-nuevo-desarrollo-residencial/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Ingenieros derrumbaron en 20 segundos el hotel Mandarin Oriental Miami en Brickell Key el domingo con explosivos; en su lugar se construirán las residencias de lujo que Swire Properties planea terminar en 2030.]]></description><pubDate>Sun, 12 Apr 2026 16:09:03 +0000</pubDate><content:encoded><![CDATA[<p>Ingenieros usaron explosivos para implosionar el Mandarin Oriental Miami, un hotel de 23 pisos y 26 años de antigüedad en Brickell Key, en aproximadamente 20 segundos durante una ventosa mañana del domingo.</p><p>Swire Properties, una empresa desarrolladora de bienes raíces, trabajó junto con personal de BG Group y agentes de la policía de Miami para cerrar el puente de Brickell Key, que conecta la isla artificial de forma triangular con Brickell.</p><p>El puente reabrirá a la 1:30 p.m. El plazo para que los residentes abandonaran Brickell Key era las 7 a.m. El personal de BG Group pidió a los residentes mantener las ventanas cerradas y apagar los aires acondicionados durante la implosión.</p><p>Los vehículos de emergencia estuvieron apostados desde las 6:30 a.m. cerca de 500 Brickell Key Drive. Los monitores de vibración fueron instalados a las 6 a.m.</p><p>La instalación final de barricadas y señalización para asegurar la “zona de exclusión” en tierra y agua fue a las 4 a.m.</p><p>La implosión abrirá paso a The Residences at Mandarin Oriental, un desarrollo de dos torres que Swire Properties espera completar en 2030.</p>]]></content:encoded></item><item><title><![CDATA[Chicago Sky land rising star Rickea Jackson from LA Sparks in a trade for Ariel Atkins]]></title><link>https://www.local10.com/sports/2026/04/12/chicago-sky-land-rising-star-rickea-jackson-from-la-sparks-in-a-trade-for-ariel-atkins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/chicago-sky-land-rising-star-rickea-jackson-from-la-sparks-in-a-trade-for-ariel-atkins/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:14:22 +0000</pubDate><content:encoded><![CDATA[<p>The Chicago Sky acquired Rickea Jackson from the Los Angeles Sparks for Ariel Atkins on Sunday.</p><p>Jackson was the No. 4 pick in the 2024 WNBA draft and averaged 14.7 points, 3.2 rebounds and 1.7 assists last season.</p><p>“It’s thrilling to acquire one of the great young talents in this league in Jackson,” Sky general manager Jeff Pagliocca said. “Rickea is only going to continue to ascend, and the organization is excited to witness that growth firsthand.”</p><p>It was a difficult offseason for Jackson when her ex-boyfriend, Atlanta Falcons player James Pearce, was arrested and charged in a domestic dispute incident in February.</p><p>The Sky had given Atkins the franchise tag earlier this week. Chicago originally acquired her last February and she averaged 13.1 points in 34 games last season.</p><p>“Ariel is a proven winner and one of the most respected two-way guards in this league,” Sparks GM Raegan Pebley said. “She’s a champion, an elite defender and someone who understands what it takes to win in big moments. Her professionalism, competitiveness and versatility make her a perfect fit for our franchise and a key piece in our pursuit of a championship.”</p><p>It's been a busy week for the Sky. The team signed Skylar Diggins on Saturday, the first day a team could officially add free agents. Chicago also brought back forward Azura Stevens, who helped the franchise win a title in 2021.</p><p>The Sky re-signed center Elizabeth Williams, who has been with the team since 2023. She averaged 8.5 points and 5.2 rebounds last season, appearing in 43 games with 15 starts.</p><p>Chicago also re-signed guard Courtney Vandersloot to a multiyear deal. Vandersloot tore her ACL last year in June.</p><p>Chicago traded Angel Reese on Monday to Atlanta, moving on from the talented young star.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KBGDBC2G563LTHATMKB7IENTH4.jpg?auth=1915055cf90aad69831b9dd111a440c053f648fc5cad0bced9109c73cee15991&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This photo combination shows Los Angeles Sparks' Rickea Jackson, left, July 5, 2025, in Indianapolis and Chicago Sky guard Ariel Atkins, right, June 28, 2025, in Los Angeles. (AP Photo/Michael Conroy, Jessie Alcheh, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy Jessie Alcheh</media:credit></media:content></item><item><title><![CDATA[At least 100 dead in Nigeria after air force 'misfire' on market, sources say]]></title><link>https://www.local10.com/news/2026/04/12/at-least-100-dead-in-nigeria-after-air-force-misfire-on-market-sources-say/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/at-least-100-dead-in-nigeria-after-air-force-misfire-on-market-sources-say/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN and HARUNA UMAR, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 11:05:05 +0000</pubDate><content:encoded><![CDATA[<p>MAIDUGURI, Nigeria (AP) — A Nigerian Air Force strike targeting jihadi rebels hit a local market in northeastern Nigeria, killing over 100 civilians including children and injuring many others, a rights group and local media reported on Sunday. Officials confirmed a misfire without providing details.</p><p>Amnesty International cited survivors as saying that at least 100 people were killed in the airstrike on Saturday on a village in Yobe state, near the border with Borno state, which is the epicenter of the jihadi insurgency that has ravaged the region for over a decade.</p><p>“We have their pictures and they include children,” Isa Sanusi, Amnesty International's Nigeria director, told The Associated Press, referring to the casualties.</p><p>“We are in touch with people that are there, we spoke with the hospital,” he said. “We spoke with the person in charge of casualties, and we spoke with the victims.”</p><p>A worker at the Geidam General hospital, in Yobe, said at least 23 people injured in the incident were receiving treatment. The worker spoke anonymously as he was not authorized to speak to the media.</p><p>Such misfires are common in Nigeria, where the military often conducts air raids to battle armed groups who control vast forest enclaves. At least 500 civilians have died since 2017 in such misfires, according to an AP tally of reported deaths. Security analysts point to loopholes in intelligence gathering as well as insufficient coordination between ground troops, air assets and stakeholders.</p><p>The large, remote market located near the Borno-Yobe border is known to be often used by Boko Haram jihadis to buy food supplies.</p><p>Abdulmumin Bulama, a member of a civilian security group working with the Nigerian military in the northeast, said there was intelligence that Boko Haram terrorists had gathered very close to the market and were planning an attack on nearby communities.</p><p>“The intel was shared and the Air Force jet acted based on the credible information,” Bulama said.</p><p>The Yobe State Government confirmed in a statement that a Nigerian military strike was targeting a stronghold of the Boko Haram jihadi group in the area and that “some people … who went to the Jilli weekly market were affected.”</p><p>The Yobe State Emergency Management Agency also acknowledged that an incident had occurred resulting in “casualties affecting some marketers” and said it had dispatched response teams to the area.</p><p>Nigeria's military issued a statement saying it conducted a successful strike on a “terrorist enclave and logistics hub” belonging to jihadis in the area, killing scores of them as they rode on motorcycles. It did not provide any detail about a possible misfire, but noted that motorcycles remain prohibited in conflict hot spots and “any such movements in restricted areas are therefore treated with the utmost seriousness.”</p><p>Amnesty International has called for an independent investigation into the incident, adding that the military is “fond of” labeling civilian casualties as bandits</p><p>Nigeria, which is Africa’s most populous country, is battling a complex security crisis, especially in the north, where there is a decade-long insurgency and several armed groups that kidnap for ransom.</p><p>Among the most prominent Islamic militant groups are Boko Haram and its breakaway faction, which is affiliated with the Islamic State group and known as Islamic State West Africa Province. There is also the IS-linked Lakurawa group operating in communities in the northwestern part of the country that borders Niger Republic.</p><p>——</p><p>Shibayan reported from Abuja, Nigeria.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3TRVO6IAHHRGEGVEIG373WO6PY.jpg?auth=1679f4d017a23f3a1f6bf45c5b73df135fd5a861663c50ea5be4b64c0b888046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients receive treatment at a hospital in Damaturu after Nigerian Air Force strikes targeting jihadi rebels hit a local market Saturday in northeastern Nigeria, Sunday, April 12, 2026. (AP Photo/Micheal Abu)]]></media:description><media:credit role="author" scheme="urn:ebu">Micheal Abu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRNKGPUBRL4U52HLE7ELMQR7V4.jpg?auth=b5abae421e3657b69c7b85926177e45d909d4989ac5fa2c21bec3935a650669f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients receive treatment at a hospital in Damaturu after Nigerian Air Force strikes targeting jihadi rebels hit a local market Saturday in northeastern Nigeria, Sunday, April 12, 2026. (AP Photo/Micheal Abu)]]></media:description><media:credit role="author" scheme="urn:ebu">Micheal Abu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYXAVRYNQTPZOEFT65CMWBZV2Q.jpg?auth=24546080d2aecaa58fa0fd3d6b680336d82989fd9c5f66682290203402c159a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patients receive treatment at a hospital in Damaturu after Nigerian Air Force strikes targeting jihadi rebels hit a local market Saturday in northeastern Nigeria, Sunday, April 12, 2026. (AP Photo/Micheal Abu)]]></media:description><media:credit role="author" scheme="urn:ebu">Micheal Abu</media:credit></media:content></item><item><title><![CDATA[Cuba's president warns US against attacking island or trying to depose him]]></title><link>https://www.local10.com/news/world/2026/04/12/cubas-president-warns-us-against-attacking-island-or-trying-to-depose-him/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/cubas-president-warns-us-against-attacking-island-or-trying-to-depose-him/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:59:06 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — Cuban President Miguel Díaz-Canel said the U.S. has no valid reason to carry out a military attack against the island or to attempt to depose him.</p><p>Speaking in an interview on NBC News’ Meet the Press program, the president said an invasion of Cuba would be costly and affect regional security. But should it happen, Díaz-Canel said, Cubans would defend themselves.</p><p>“If the time comes, I don’t think there would be any justification for the United States to launch a military aggression against Cuba, or for the U.S. to undertake a surgical operation or the kidnapping of a president,” Díaz-Canel said, speaking through a translator.</p><p>He added: “If that happens, there will be fighting, and there will be a struggle, and we will defend ourselves, and if we need to die, we’ll die, because as our national anthem says, ‘Dying for the homeland is to live'.”</p><p>His comments come as tensions between Cuba and the U.S. remain high despite both sides acknowledging talks, although no details have been shared.</p><p>Díaz-Canel has accused the U.S. government of implementing a “hostile policy” against Cuba and said it has “no moral to demand anything from Cuba.” He noted that Cuba is interested in engaging in dialogue and discussing any topic without conditions, “not demanding changes from our political system as we are not demanding change from the American system, about which we have a number of doubts.”</p><p>Cuba blames a U.S. energy blockade for its deepening woes, with a lack of petroleum affecting the island’s health system, public transportation and the production of goods and services.</p><p>Cuba produces only 40% of the fuel it consumes, and it stopped receiving key oil shipments from Venezuela after the U.S. military attacked the South American country in early January, seized President Nicolás Maduro and took him to New York to face drug trafficking charges. Then, with cooperation from ruling party leaders, the Trump administration began implementing a phased plan to end Venezuela’s entrenched crisis.</p><p>The arrival of a Russian tanker carrying 730,000 barrels of crude oil in Cuba in March marked the island’s first oil shipment in three months. Russia has promised to send a second tanker.</p><p>Despite threatening tariffs in January on countries that sell or provide oil to Cuba, the Trump administration allowed the tanker to proceed.</p><p>“Cuba’s finished,” President Donald Trump said at the time. “They have a bad regime. They have very bad and corrupt leadership and whether or not they get a boat of oil, it’s not going to matter.”</p><p>Díaz-Canel said his government takes Trump’s words as a warning.</p><p>“You hear that Cuba is next, that Cuba is going to be next, that there are, there’s a way out, that they’re going to take over Cuba,” he said. “So, from the position of responsibility within the leadership of the country, that is a warning. And we need to responsibly protect our people, protect our project and protect our country.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QFS2ROZTBKBA3HNHIRSLIVD2XQ.jpg?auth=484d58854f74d9fea7ebf6486e61bbad980105d0c20ca9cebcd2e2032e1a992c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cuban President Miguel Diaz-Canel delivers a welcome speech to participants of the "Nuestra America," or Our America Convoy at the Convention Palace in Havana, Cuba, Friday, March 20, 2026.(Adalberto Roque/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Adalberto Roque</media:credit></media:content></item><item><title><![CDATA[All-Star Gabby Williams joins the Valkyries on a multiyear deal and Alyssa Thomas returns to Phoenix]]></title><link>https://www.local10.com/sports/2026/04/12/all-star-gabby-williams-joins-the-valkyries-on-a-multiyear-deal-and-alyssa-thomas-returns-to-phoenix/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/all-star-gabby-williams-joins-the-valkyries-on-a-multiyear-deal-and-alyssa-thomas-returns-to-phoenix/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:11:41 +0000</pubDate><content:encoded><![CDATA[<p>All-Star Gabby Williams signed a multiyear deal with Golden State, the Valkyries announced Sunday, while Alyssa Thomas is headed back to Phoenix.</p><p>Williams averaged a career-high 11.6 points and 4.2 assists and led the WNBA in steals with 2.3 per game for Seattle last season. That effort earned the 29-year-old an All-Star appearance for the first time in her career. She also was a member of the league's All-Defensive First Team.</p><p>“For a player of Gabby’s caliber to choose us in just our second year ... means everything,” Valkyries general manager Ohemaa Nyanin said in a statement. “She is world-class. One of the best defenders in the world, a WNBA All-Star, and someone who makes everyone around her better.”</p><p>The Valkyries had a stellar season in their first year, making the playoffs — the first time an expansion team had done that. Williams was drafted fourth by Chicago in 2018 and traded to Los Angeles in 2021. She didn't play any games for the Sparks before being traded to Seattle in 2022.</p><p>Thomas was a finalist for MVP last season and All-WNBA and All-Defensive first team. She helped the Mercury reach the WNBA Finals.</p><p>"Alyssa is a generational player, natural leader and one of the fiercest competitors our sport has seen, and we’re excited to have her back in Phoenix,” Mercury general manager Nick U’Ren said. “Her ability to control the game on both ends and elevate her teammates helped fuel our run to the Finals last season.”</p><p>Phoenix also re-signed All-Star wings Kahleah Copper and DeWanna Bonner. The pair was instrumental in getting the Mercury to the WNBA Finals along with Thomas. The team also re-signed veteran guard Sami Whitcomb.</p><p>Other moves on Sunday included Sophie Cunningham and Damiris Dantas re-signing with the Indiana Fever. Cunningham averaged 8.6 points and 3.5 rebounds in 30 games before suffering a season-ending MCL tear in her right knee in August. Dantas originally signed with the Fever ahead of the 2024 season and has since played in 58 games for Indiana, averaging 4.6 points and 2.3 rebounds per game, and was a part of the 2025 Commissioner’s Cup championship team.</p><p>The pair join Kelsey Mitchell and Lexie Hull, who announced on Saturday they were returning to the team. Indiana also added Monique Billings in the first day of free agency.</p><p>The Toronto Tempo added forward Isabelle Harrison, whom Sandy Brondello coached in New York before making the move to Canada.</p><p>Minnesota Lynx</p><p>The Lynx re-signed five-time All-Star Kayla McBride to a two-year deal at a lower max salary, her agent, Ticha Penicheiro, told The Associated Press. Courtney Williams, a two-time All-Star, also is coming back to the Lynx. Minnesota also added two-time All-Star Natasha Howard, who played with Indiana last season. Howard helped Minnesota win a title in 2017.</p><p>Chicago Sky</p><p>The Sky added guard DiJonai Carrington to their roster as well as officially re-signing Courtney Vandersloot. The Sky acquired Rickea Jackson for Ariel Atkins in a trade with Los Angeles.</p><p>Connecticut Sun</p><p>The Sun added guard Kennedy Burke and re-signed forward Olivia Nelson-Ododa to a two-year deal. Burke appeared in 36 games for the Liberty, making nine starts and averaging 8.1 points and 2.4 rebounds.</p><p>Seattle Storm</p><p>The Storm re-signed forward Ezi Magbegor, who had 96 blocks last season to go along with 8.0 points and 6.2 rebounds. She shot 49.3% from the field. Seattle also re-signed wing Katie Lou Samuelson, who missed all of last season after tearing her ACL in training camp. The Storm also added free agent Stefanie Dolson, signing the veteran center as well as guard Jade Melbourne.</p><p>Las Vegas Aces</p><p>The Aces re-signed three members of their core group, with Chelsea Gray, Jackie Young and Cheyenne Parker-Tyus all agreeing to deals with the defending champions.</p><p>Washington Mystics</p><p>The Mystics added forward Michaela Onyenwere to a multiyear deal. She averaged 6.9 points and 2.4 rebounds in her career, last playing with Chicago. Onyenwere was an assistant coach at her alma mater UCLA this past winter and helped the Bruins win their first national championship.</p><p>Portland Fire</p><p>The expansion Fire added center Megan Gustafson, who was with Las Vegas last season when the Aces won the WNBA championship.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JDTUCQXVCYF5AFQE7O3EFDXSIQ.jpg?auth=ec36d8451738275e2d66e066b472fce9c8a5af51d672bf58e35faeed5d15cfd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Seattle Storm forward Gabby Williams in action against the New York Liberty during a WNBA basketball game, June 22, 2025, in Seattle. (AP Photo/Lindsey Wasson, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Man City closes in on Arsenal in Premier League title race with 3-0 win over Chelsea]]></title><link>https://www.local10.com/sports/2026/04/12/man-city-closes-in-on-arsenal-in-premier-league-title-race-with-3-0-win-over-chelsea/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/man-city-closes-in-on-arsenal-in-premier-league-title-race-with-3-0-win-over-chelsea/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 19:36:56 +0000</pubDate><content:encoded><![CDATA[<p>Manchester City issued a huge statement of intent in the race for the Premier League title with a 3-0 win at Chelsea on Sunday.</p><p>Pep Guardiola's team moved to within six points of leader Arsenal ahead of next weekend's top of the table clash between the two teams. City also has a game in hand.</p><p>Nico O'Reilly, Marc Guehi and Jeremy Doku all scored in a blistering second-half performance at Stamford Bridge as City took full advantage of Arsenal's shock defeat to Bournemouth on Saturday.</p><p>“We know that we still have everything in our hands,” Doku said.</p><p>Tottenham's survival fight took another blow after a 1-0 loss to Sunderland left it rooted in the relegation zone.</p><p>In coach Roberto De Zerbi's first game in charge, Spurs fell to a 16th league loss of the season. Its 14-game winless run in the league dates back to Jan. 1.</p><p>Nordi Mukiele's deflected shot sealed the game at the Stadium of Light and plunged Tottenham’s campaign deeper into crisis.</p><p>Tottenham is two points adrift of safety with six games to go. Its plight wasn't helped by relegation-fighting Nottingham Forest drawing 1-1 with Aston Villa.</p><p>Crystal Palace came back from 1-0 down to beat Newcastle 2-1 at Selhurst Park.</p><p>City's title charge gathers pace</p><p>While Arsenal's form has hit a slump at the worst possible time, City made it three statement wins in a row after rolling over Chelsea.</p><p>Victory followed triumph against Arsenal in the English League Cup final and the 4-0 rout of Liverpool in the FA Cup last week.</p><p>While those three results all came in different competitions, City's charge has an ominous feel about it after twice chasing down Arsenal's lead to win the title in 2023 and '24.</p><p>Second-placed City has the chance to cut the gap at the top to three points with victory against Arsenal at the Etihad. Guardiola called for respect for Arsenal when looking ahead to that title showdown.</p><p>“They have been the best team in this country, in Europe, so far. Beating Arsenal once is so difficult, imagine beating them twice in a few weeks," Guardiola said. “I would like to say to my fans — respect Arsenal a lot, they are an extraordinary team. Come to join us from minute one because the players will do the maximum.”</p><p>Rayan Cherki was the inspiration at Stamford Bridge — setting up goals for O'Reilly six minutes after halftime and Guehi in the 57th.</p><p>Doku rounded off the win in the 68th.</p><p>The result didn't help Chelsea's bid to qualify for the Champions League, leaving it four points behind fifth-placed Liverpool.</p><p>Liam Rosenior's team has won just one of its last seven league games.</p><p>Spurs' crisis deepens</p><p>The numbers just keep on getting worse for Tottenham.</p><p>Now on its third coach of the season, it’s more than three months since its last league win and just one point from a possible 24. This was a seventh defeat in eight games.</p><p>If the hope was that De Zerbi would provide an immediate bounce in form after replacing Igor Tudor, it didn't come in a typically toothless display at Sunderland.</p><p>While the new coach could point to bad luck, given the nature of Mukiele's 61st-minute winner, which took a wicked deflection off Micky van de Ven, his team rarely looked like finding a way back into the match — even during 11 minutes of added time at the end.</p><p>An injury to Cristian Romero made a bad day worse for Spurs, which next faces Brighton, one of De Zerbi's former clubs.</p><p>Forest moved three points clear of Spurs after a draw at the City Ground. Neco Williams' long-range shot leveled the game after a Murillo own-goal gave Villa the lead.</p><p>Mateta double for Palace</p><p>Jean-Philippe Mateta saw a January move to AC Milan fall through on deadline day and is now having a big say in Palace's bid to end the season on a high.</p><p>The France forward scored in Thursday's Conference League win against Fiorentina and hit a double as Palace came back against Newcastle.</p><p>Two late goals turned the game at Selhurst Park after William Osula had given Newcastle a halftime lead.</p><p>Mateta leveled in the 80th and then fired a winner from the penalty spot in the fourth minute of added time.</p><p>Palace leapfrogged Newcastle on goal difference to move up to 13th.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CRVZBCPZ2MXJNT6U56GK7FUO2I.jpg?auth=0769a10befda4ee352645120fa571a11873120cbdc67d88a5ef68fed517b033f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's Nico O'Reilly celebrates after scoring during the Premier League soccer match between Chelsea and Manchester City in London, Sunday, April 12, 2026. (AP Photo/Ian Walton)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KW4OQPJH4IGA3LPCDII7CTOOAA.jpg?auth=d5f256179cc857d25e06ae3a51a56d4fa267b3ebf14dbb2eaec7d228027a837a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[during the Premier League soccer match between Chelsea and Manchester City in London, Sunday, April 12, 2026. (AP Photo/Ian Walton)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KTWBVCJU3SYLVOFGKVHEAJ6EY.jpg?auth=dd4d55a9c47e7fbc237387cff202ddd4c5a142d16774d7595b04eecd5f1b1c89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tottenham Hotspur manager Roberto De Zerbi during the Premier League match between Tottenham and Sunderland, at the Stadium of Light, Sunderland, England, Sunday April 12, 2026. (Owen Humphreys/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Owen Humphreys</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IGL2CEV6DHDLGTSYF6V5UI42VI.jpg?auth=f5688d030678c460b9e17726d3a58293291a8f712343e55277f995fbed53379d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crystal Palace's Jean-Philippe Mateta (right) celebrates scoring during the English Premier League soccer match between Crystal Palace and Newcastle United in London., Sunday April 12, 2026. (Jordan Pettitt/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Pettitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ADVYU6GNITLIVFZPMDP5XSYLWM.jpg?auth=00161251405e4e2115d52d8e742b259ea39c54266626916f5f8597053fbbd6d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nottingham Forest's Neco Williams celebrates scoring their side's first goal of the game during the Premier League soccer match between Nottingham Forest and Aston Villa, in Nottingham, England, Sunday April 12, 2026. (Nick Potts/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Potts</media:credit></media:content></item><item><title><![CDATA[‘The Super Mario Galaxy Movie’ rockets to $629 million worldwide at the box office]]></title><link>https://www.local10.com/news/national/2026/04/12/the-super-mario-galaxy-movie-rockets-to-629-million-worldwide-at-the-box-office/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/12/the-super-mario-galaxy-movie-rockets-to-629-million-worldwide-at-the-box-office/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:34:32 +0000</pubDate><content:encoded><![CDATA[<p>“The Super Mario Galaxy Movie” enjoyed otherworldly success at the box office in its second weekend in theaters.</p><p>The Universal and Illumination sequel added $69 million from 4,284 theaters in the U.S. and Canada, according to studio estimates Sunday. That brings its running domestic total to $308.1 million and its global total to $629 million.</p><p>That's a 48% drop from the film's first weekend in theaters, a fairly modest decline for a blockbuster. But the chasm between this movie and the first continues to grow. By its second weekend in 2023, “The Super Mario Bros. Movie” — which was much better reviewed than its follow-up — had earned over $353 million domestically. Still, the sequel is an unabashed hit by any measure, having cost only $110 million to produce.</p><p>Paul Dergarabedian, the head of marketplace trends for Comscore, said “it’s a very respectable” hold.</p><p>“For the film to already be over $300 million is just astonishing,” Dergarabedian said, noting that the majority of tickets were likely sold at lower prices for children. “To get to these box office milestones is all the more impressive.”</p><p>The movie is also helping power up box office momentum before the summer movie season begins in May.</p><p>The weekend’s big new opener was also a Universal release: The travelogue romantic comedy “You, Me & Tuscany,” starring Halle Bailey and Regé-Jean Page of “Bridgerton” fame. It debuted in fourth place with an estimated $8 million from 3,151 screens against a reported production budget of $18 million. Women made up an overwhelming 80% of the audience.</p><p>Directed by Kat Coiro, the movie arrived in theaters with mixed to positive reviews. According to a review by The Associated Press, it’s “a movie as frothy and insubstantial as the foam on a nice cappuccino.” It currently holds a 68% critic score on Rotten Tomatoes.</p><p>Audiences seemed to enjoy it a bit more. According to PostTrak exit polls, 77% of ticket buyers said they would “definitely recommend” it to friends. It also got an A- on CinemaScore.</p><p>Jim Orr, Universal’s head of domestic distribution, said the audience reaction scores, “point to a very nice run at the box office.”</p><p>Second place at the box office this week went to Amazon MGM Studios’ “Project Hail Mary,” which is still drawing double-digit ticket sales in its fourth weekend. It added an estimated $24.6 million from Friday to Sunday, bringing its domestic total to $256.7 million. Worldwide, it has earned $510.6 million.</p><p>“The Drama” took third place in its second weekend, with $8.7 million. The buzzy A24 movie about an engaged couple played by Robert Pattinson and Zendaya fell only 38%, bringing its domestic total to $30.8 million and its worldwide total to $65 million.</p><p>Disney and Pixar's “Hoppers” rounded out the top five in its sixth weekend with $4.1 million. The animated movie has made $354.4 million globally to date.</p><p>Another bright spot was the Japanese video game adaptation “Exit 8," which made $1.4 million from only 490 theaters and landed in seventh place. Directed by Genki Kawamura, the Neon-distributed film is sitting at 95% on Rotten Tomatoes.</p><p>Top 10 movies by domestic box office</p><p>With final domestic figures being released Monday, this list factors in the estimated ticket sales for Friday through Sunday at U.S. and Canadian theaters, according to Comscore:</p><p>1. “The Super Mario Galaxy Movie,” $69 million.</p><p>2. “Project Hail Mary,” $24.6 million.</p><p>3. “The Drama,” $8.7 million.</p><p>4. “You, Me & Tuscany,” $8 million.</p><p>5. “Hoppers,” $4.1 million.</p><p>6. “Faces of Death,” $1.7 million.</p><p>7. “Exit 8,” $1.4 million.</p><p>8. “A Great Awakening,” $1.3 million.</p><p>9. “Reminders of Him,” $1 million.</p><p>10. “Ready or Not 2: Here I Come,” $867,000.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DOGPTWXBKIF2LNK7WZJPJURQ54.jpg?auth=57141817db41a67babecc490d29c5c9dfaaf824fc3113b515ee446114cc24e22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Princess Peach, voiced by Anya Taylor-Joy, left, and Mario, voiced by Chris Pratt, in a scene from "The Super Mario Galaxy Movie." (Nintendo and Illumination/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Nintendo and Illumination</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YUW7JJFKCMFZDVV7Z6P45GPHKA.jpg?auth=570e145008eccb85d966c4b72bf49f46911722ce81a96549fc27ce17588d1c73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jack Black, from second left, Benny Safdie, Donald Glover, Chris Pratt, Anya Taylor-Joy, Charlie Day, Keegan Michael Key and Brie Larson pose for photographers at the World premiere of the film "The Super Mario Galaxy Movie" in Kyoto Japan,, Saturday, March 28, 2026. (AP Photo/Rodrigo Reyes)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Reyes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMC33A7UC6AQUXP4JTA5MWBGPE.jpg?auth=4d3aa030b0e4d3aae5de1375c715d8588ce503f4df722d417086e3e3e1e33482&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlie Day, from left, Jack Black, Donald Glover, Chris Pratt, Anya Taylor-Joy, Benny Safdie and Keegan Michael Key pose for photographers at the photo call for the film "The Super Mario Galaxy Movie" in Tokyo, Thursday, March 26, 2026. (AP Photo/Rodrigo Reyes)]]></media:description><media:credit role="author" scheme="urn:ebu">Rodrigo Reyes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TFPHUNR2CITUW22OW6MH67QFHI.jpg?auth=2e09490d964f931ad5324484a793ddab9788af3c4c22cb03a544bc265d00f78e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Universal Pictures shows Halle Bailey, left, and Regé-Jean Page in a scene from "You, Me & Tuscany." (Giulia Parmigiani/Universal Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Giulia Parmigiani</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4T2MHA2ESCMQ63AR56REFCMPTY.jpg?auth=7fde6ed4015d2aaa6cf62c249fcb9e4d27c098d96cf7301852a8d7c4e667ead9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actress Zendaya, left, and actor Robert Pattinson pose for photographers as they arrive for the Italian premiere of the movie "The Drama," in Rome, Thursday, March 26, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[NASA already has next Artemis flight in its sights following astronauts' triumphant moon flyby]]></title><link>https://www.local10.com/tech/2026/04/12/nasa-already-has-next-artemis-flight-in-its-sights-following-astronauts-triumphant-moon-flyby/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/04/12/nasa-already-has-next-artemis-flight-in-its-sights-following-astronauts-triumphant-moon-flyby/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 21:23:11 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Never-before-glimpsed views of the moon’s far side. Check. Total solar eclipse gracing the lunar scene. Check. New distance record for humanity. Check.</p><p>With NASA’s lunar comeback a galactic-sized smash thanks to Artemis II, the world is wondering: What’s next? And how do you top that?</p><p>“To people all around the world who look up and dream about what is possible, the long wait is over,” NASA Administrator Jared Isaacman said as he introduced Artemis II commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada’s Jeremy Hansen at Saturday’s jubilant homecoming celebration.</p><p>Now that the first lunar travelers in more than a half-century are safely back in Houston with their families, NASA has Artemis III in its sights.</p><p>“The next mission’s right around the corner,” entry flight director Rick Henfling observed following the crew’s Pacific splashdown on Friday.</p><p>In a mission recently added to the docket for next year, Artemis III’s yet-to-be -named astronauts will practice docking their Orion capsule with a lunar lander or two in orbit around Earth. Elon Musk’s SpaceX and Jeff Bezos’ Blue Origin are racing to have their company’s lander ready first.</p><p>Musk’s Starship and Bezos’ Blue Moon are vying for the all-important Artemis IV moon landing in 2028. Two astronauts will aim for the south polar region, the preferred location for Isaacman’s envisioned $20 billion to $30 billion moon base. Vast amounts of ice are almost certainly hidden in permanently shadowed craters there — ice that could provide water and rocket fuel.</p><p>The docking mechanism for Artemis III’s close-to-home trial run is already at Florida’s Kennedy Space Center. The latest model Starship is close to launching on a test flight from South Texas, and a scaled-down version of Blue Moon will attempt a lunar landing later this year.</p><p>NASA promises to announce the Artemis III crew “soon.” Like 1969’s Apollo 9, Artemis III aims to reduce risk for the moon landings that follow.</p><p>Apollo 9 astronaut Rusty Schweickart loved flying the lunar module in low-Earth orbit — “a test pilot’s dream.” But there’s no question, he noted, that “the real astronauts” at least in the public’s mind were the ones who walked on the moon.</p><p>Wiseman and his crew put their passion and feelings on full display as they flew around the moon and back, choking up over lost loved ones as well as those left behind on Earth.</p><p>During the their nearly 10-day journey, they tearfully requested that a fresh, bright lunar crater be named after Wiseman’s late wife, Carroll, who died of cancer in 2020. They also openly shared their love for one another and Planet Earth, an exquisite yet delicate oasis in the black void that they said needs better care.</p><p>Artemis II included the first woman, the first person of color and the first non-U.S. citizen to fly to the moon.</p><p>“Wonderful communicators, almost poets,” Isaacman said from the recovery ship while awaiting their return.</p><p>Apollo’s manly, all-business moon crews of the 1960s and 1970s certainly did not do group hugs.</p><p>For those old enough to remember Apollo, Artemis — Apollo’s twin sister in Greek mythology — couldn’t come fast enough.</p><p>Author Andy Chaikin said he felt like Rip Van Winkle awakening from a nearly 54-year nap. His 1994 biography “A Man on the Moon” led to the HBO miniseries “From the Earth to the Moon.”</p><p>“It’s amazing how far we’ve come and how different this experience is from back then,” Chaikin said from Johnson Space Center late last week.</p><p>The hardest part, according to NASA Associate Administrator Amit Kshatriya, is becoming so close to the crews and their families and then blasting them to the moon. He anxiously monitored Friday’s reentry alongside the astronauts’ spouses and children.</p><p>“You know what’s at stake,” Kshatriya confided afterward. “It’s going to take risk to explore, but you have to make sure you find the right line between being paralyzed by it and being able to manage it.”</p><p>Calling it “mission complete” only after being reunited with his two daughters, Wiseman issued a rallying cry to the rows of blue-flight-suited astronauts at Saturday’s celebration.</p><p>“It is time to go and be ready,” he said, pointing at them, “because it takes courage. It takes determination, and you all are freaking going and we are going to be standing there supporting you every single step of the way in every possible way possible.”</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/TXB2DYQXZMLKIW2LEXUTPNB4UM.jpg?auth=237e6bf34276da019208e0a4659aa52c188b386099a5d809f585edcfb15f4421&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 captured this view of an Earthset on Monday, April 6, 2026, as they flew around the Moon. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5RWSCKSG6RWDYWZA36MIIHVEKU.jpg?auth=7a1ad94d8711ebcf17c82a54db4635d1c43b6a779ec59d5bff93760a0aa9d9f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Artemis II crew, from left, Jeremy Hansen, Reid Wiseman, Christina Koch and Victor Glover gather with Hansen as he speaks during a crew return event Saturday, April 11, 2026, at Ellington Field in Houston. (AP Photo/Michael Wyke)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Wyke</media:credit></media:content><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/ZQ2TBYBW42KIAUZODTYGCPEWT4.jpg?auth=c3112923a1a3aa05362697bb7e147d6c958bcebc65d13a22855dafafda1d998a&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, clockwise from left, Mission Specialist Christina Koch, Mission Specialist Jeremy Hansen, Commander Reid Wiseman, and Pilot Victor Glover, take time out for a group hug inside the Orion spacecraft on their way home on Wednesday, April 7, 2026. (NASA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6C76I5QMVZEYH2VNJKJRI53L5A.jpg?auth=733a000a34d691a73ceb98efa7f4820849d01ecb9fdabec768e7b2c114d2f242&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jared Isaacman, NASA Administrator, speaks before introducing the Artemis II crew during a return event Saturday, April 11, 2026, at Ellington Field in Houston. (AP Photo/Michael Wyke)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Wyke</media:credit></media:content></item><item><title><![CDATA[NOAA’s 2026 Hurricane Awareness tour to kick off Tuesday in Florida Keys ]]></title><link>https://www.local10.com/weather/2026/04/12/noaas-2026-hurricane-awareness-tour-to-kick-off-tuesday-in-florida-keys/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/12/noaas-2026-hurricane-awareness-tour-to-kick-off-tuesday-in-florida-keys/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 14:57:05 +0000</pubDate><content:encoded><![CDATA[<p>The National Oceanic and Atmospheric Administration’s annual <a href="https://www.noaa.gov/media-advisory/hurricane-experts-to-host-preparedness-mission-in-florida-keys-and-caribbean" target="_self" rel="" title="https://www.noaa.gov/media-advisory/hurricane-experts-to-host-preparedness-mission-in-florida-keys-and-caribbean">Caribbean Hurricane Awareness Tour</a> kicks off on Tuesday in the Florida Keys. </p><p>The tour includes the U.S. Air Force Reserve Command <a href="http://www.403wg.afrc.af.mil/About/Fact-Sheets/Display/Article/192525/wc-130j-hercules/" rel=""> WC-130J “Hurricane Hunter”</a> aircraft and a chance to meet the brave men and women who fly it, and members of the National Hurricane Center and National Weather Service staff. </p><p>NHC director Michael Brennan, NHC warning coordination meteorologist Robbie Berg, NOAA Weather Prediction Center meteorologist Jose Alamo, and NHC meteorologist Sandy Delgado are expected to be in attendance. </p><p>NOAA’s Aircraft Operations Center flight director Kerri Englert, and NOAA Marine and Aviation Operations aircraft acquisition deputy director LCDR David Keith are also involved in the tour. </p><p>The public tours are from 1 to 4 p.m. at the Florida Keys Marathon International Airport at 9400 Overseas Highway in Marathon. </p><figure><img src="https://www.local10.com/resizer/v2/T4SQSESYXFBLHHSLLJIJ2HRLAA.jpg?auth=5392b443427922d37b17c9bdeb0b294a421e1d26fbab95ac1f40536a234a6af4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The next stops are on Wednesday at the Juan Manuel Gálvez International Airport in Roatan, Honduras; on Thursday at the Philip S.W. Goldson International Airport in Belize City, Belize; and on Friday at the Fernando Luis Ribas Dominicci Airport in Isla Grande, Puerto Rico.</p><p>There will be more stops on May 4 in Sarasota, Fla.; on May 5 in Mobile, Ala.; and on May 6 at Lake Charles, La. The hurricane season begins June 1.</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/weather/hurricane/2026/04/09/first-2026-hurricane-season-outlook-predicts-least-active-atlantic-since-2015/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/04/09/first-2026-hurricane-season-outlook-predicts-least-active-atlantic-since-2015/">First 2026 hurricane season outlook predicts least active Atlantic since 2015</a></li><li><a href="https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/" target="_self" rel="" title="https://www.local10.com/tech/2026/04/10/worsening-ocean-heat-waves-are-supercharging-hurricane-damage-study-finds/">Worsening ocean heat waves are ‘supercharging’ hurricane damage, study finds</a></li><li><a href="https://www.local10.com/hurricane/" target="_self" rel="" title="https://www.local10.com/hurricane/">Complete coverage</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QDCQF3F4GNGQBIRXXAFZSWV4CI.jpeg?auth=57bdd55e2a4fd26ed1855e35e37c97bb88657ce35e8ec9f5ffcdb4b018d999f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students line up to board the U.S. Air Force Reserve Hurricane Hunter aircraft in St. Thomas, U.S. Virgin Islands, during the 2022 Caribbean Hurricane Awareness Tour. (Image credit: NOAA NHC)]]></media:description></media:content></item><item><title><![CDATA[Sergio Garcia breaks driver in frustration, then gets code-of-conduct warning, a first at Masters]]></title><link>https://www.local10.com/sports/2026/04/12/sergio-garcia-breaks-driver-in-frustration-then-gets-code-of-conduct-warning-a-first-at-masters/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/sergio-garcia-breaks-driver-in-frustration-then-gets-code-of-conduct-warning-a-first-at-masters/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 18:39:04 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Sergio Garcia broke his driver on No. 2 at Augusta National after an outburst on the tee box Sunday and was issued a code-of-conduct warning, a first at the Masters.</p><p>The fiery Garcia then created a lighter moment on the same hole when he carried fellow Spaniard Jon Rahm's clubs for a bit.</p><p>The Garcia-Rahm group, which paired two countrymen and former champions both on LIV Golf, was always going to create some buzz, even with both out of contention. Then, Garcia quickly brought the drama up another notch.</p><p>The 2017 Masters champ looked frustrated on his follow-through when his first shot of the day went well to the right, leading to an opening bogey. Garcia hit another drive headed to the bunker on the par-5 second and lost his temper.</p><p>He slammed his club into the turf twice, then took a swipe at a table with a green cooler on it. That left the head of his driver dangling from the shaft, and Garcia reached over and yanked it off completely.</p><p>According to club officials, Geoff Yang in his role as chairman of the competitions committee spoke to Garcia on the fourth tee and issued the code-of-conduct warning.</p><p>Garcia declined to discuss what was said, saying: “I'm not going to tell you.”</p><p>The PGA Tour has been developing a code-of-conduct policy for competition, and the Masters is the first to use it, according to a person involved in the process. The person spoke to The Associated Press on condition of anonymity out of respect to Augusta National running the tournament.</p><p>The PGA Championship also plans to use the policy, and likely the other two majors. The person said the second violation would be a two-shot penalty, and the third violation leads to disqualification.</p><p>“Just obviously not super proud of it,” Garcia said, “but sometimes it happens.”</p><p>Garcia was disqualified in 2019 at the Saudi International for damaging greens in frustration. His antics over the years include angrily kicking off his shoe when he slipped during a tee shot at the World Match Play in 2001, and the shoe nearly struck an official.</p><p>He also spit into a cup during a World Golf Championship at Doral after three-putting.</p><p>Garcia played the rest of the final round at Augusta National without a driver and appeared to have calmed down.</p><p>“It makes it very easy,” he said. “I just have to hit 3-wood all the time. I didn’t have to choose another club.”</p><p>Shortly after damaging the tee box on No. 2, the situation turned comical when Garcia started carrying Rahm's bag while Rahm's caddie was raking the bunker. The crowd applauded when Rahm took the bag from Garcia and started carrying it himself as Rahm's caddie Adam Hayes hustled to catch up to the players.</p><p>“There was nothing,” Garcia said. “Adam stopped to rake my bunker, and Benji (Thompson), my caddie, was carrying both bags, so I told him, ‘Just put it down, I’ll get it so you can go and get a yardage.’ Just as simple as that.”</p><p>Garcia did manage to make par on No. 2 before bogeying the third and fourth holes. He wound up shooting 75.</p><p>“If you don’t hit good shots,” he said, “you’re not going to score well here. It’s very simple.”</p><p>___</p><p>AP Golf Writer Doug Ferguson and AP Sports Writer Dave Skretta contributed to this report.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TXHJKYYA77B65QAIDSZ7LFJVRQ.jpg?auth=55f21a232eec69e2697d3b360e3b5fafb78d8ec59223ba6bfea73d80e88f93cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sergio Garcia, of Spain, finshes his first round in 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/SSPOO7GCZZRV4LKG37KYTWCKCI.jpg?auth=632298065089e4e5ebdb62184ea87824b1e1be14e1bf4f144ae06c2f4580c030&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, reacts after missing a putt on the 13th hole during the second round of the Masters golf tournament at the Augusta National Golf Club, Friday, April 10, 2026, in Augusta, Ga. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[3 injured after shooting near fast-food restaurant in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/04/12/3-injured-after-shooting-near-fast-food-restaurant-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/12/3-injured-after-shooting-near-fast-food-restaurant-in-miami-dade/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[Three people were injured after a shooting near a fast-food restaurant on Saturday night in Miami-Dade County. ]]></description><pubDate>Sun, 12 Apr 2026 12:04:30 +0000</pubDate><content:encoded><![CDATA[<p>Three people were injured after a shooting near a fast-food restaurant on Saturday night in Miami-Dade County. </p><p>Police officers described two of the three injured as suspects of the shooting at 10:30 p.m. outside of Checkers at 2645 NW 183 St., in Miami Gardens.</p><p>The third person wounded showed up at a nearby hospital after police officers responded to the ShotSpotter alert, according to police. </p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d323.2476014767596!2d-80.24445220954736!3d25.94120757546114!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9afa5e669c80d%3A0xbdb0260bf7dcb949!2s2645%20NW%20183rd%20St%2C%20Miami%20Gardens%2C%20FL%2033056!5e1!3m2!1sen!2sus!4v1775995326052!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></p>]]></content:encoded></item><item><title><![CDATA[April 12: Strong winds, high rip current risk continue]]></title><link>https://www.local10.com/weather/2026/04/12/april-12-strong-winds-high-rip-current-risk-continue/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/12/april-12-strong-winds-high-rip-current-risk-continue/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[The weather story has taken a drastic turn across South Florida. Soaking showers this week gave way to strong winds and a drier weather pattern this Saturday. ]]></description><pubDate>Sun, 12 Apr 2026 13:11:51 +0000</pubDate><content:encoded><![CDATA[<p>Stop me if you heard this one before, but it’ll be windy and rough for beachgoers and boaters today. </p><p>High pressure near the Carolinas will flex its muscles again, kicking up strong east to northeast winds along the beaches, so the rip current risk remains dangerously high, and a small craft advisory remains in effect for the boaters. </p><p>Otherwise, the weather looks great for all outdoor activities today, and it looks like an extended period of dry, sunny weather is settling in through at least the next 5 days. </p><p>Highs in the lower 80s today will climb into the middle 80s later this week.</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[Mississippi reveals its full history for America's anniversary year, a contrast to federal efforts]]></title><link>https://www.local10.com/news/politics/2026/04/12/mississippi-reveals-its-full-history-for-americas-anniversary-year-a-contrast-to-federal-efforts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/12/mississippi-reveals-its-full-history-for-americas-anniversary-year-a-contrast-to-federal-efforts/</guid><dc:creator><![CDATA[By GARY FIELDS and SOPHIE BATES, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 12:01:36 +0000</pubDate><content:encoded><![CDATA[<p>JACKSON, Miss. (AP) — The glass panels of the Lynching Victims Monolith are simple, etched with the names of more than 600 victims of documented racial killings in Mississippi, along with the attackers' motives.</p><p>One man, Malcolm Wright, was beaten to death in front of his family in 1949. His offense? “Hogging the road.” Further research revealed that his mule-drawn wagon was, to his killers, moving too slowly.</p><p>The panels are among thousands of exhibits and artifacts inside the Mississippi Civil Rights Museum and the adjoining Museum of Mississippi History. Called the Two Mississippi Museums, the massive complex in sight of the state Capitol is a central part of the state’s America 250 celebration.</p><p>“That’s just the people that we know about," Kiama Johnson, who was visiting from Monroe, Louisiana, said of the victim panels as she sat beyond the display and fought back tears. "Just imagine the ones that we don’t. Imagine the ones that’s never going to be written in history books.”</p><p>Mississippi’s warts-and-all approach to reflecting its history as part of the state’s official commemoration of the nation’s 250th anniversary is a stark contrast with what has taken place at the national level since President Donald Trump returned to the White House in January 2025.</p><p>Easing the discomfort of a sometimes brutal American history has been a central theme of Trump’s administration. He signed an executive order his first day back in office eliminating diversity, equity and inclusion efforts in the federal government. That, along with a March 2025 executive order, ” Restoring Truth and Sanity to American History,” have led to signs being changed at federal parks, exhibits being altered or in some cases removed, and military bases being renamed.</p><p>Part of the Republican administration's preparations to celebrate the 250th anniversary have included putting pressure on federal institutions, including the Smithsonian, to tell a version of history that is less focused on discrimination and episodes of racial violence.</p><p>In Mississippi, a temporary exhibit created specifically for the commemoration — Mississippi Made -- fills a space that is routinely changed to entice visitors to return. But it is housed in a space where achievement is intertwined with the state’s dark past involving Native Americans, enslaved people and the Civil Rights era.</p><p>Nan Prince, director of collections for the Mississippi Department of Archives & History, said the instructions were simple from scholars, politicians, staff members, and civic and civil rights groups when the museums were being conceived and built.</p><p>“Don’t brush over anything, don’t whitewash anything," she said. "Just tell the absolute truth.”</p><p>‘We weren’t going to hide anything'</p><p>Jackson Mayor John Horhn was a state senator when he began pushing for the Civil Rights Museum in 1999. His efforts finally got a boost when Haley Barbour, a former Republican National Committee chairman, became governor.</p><p>Plans for the museum eventually were combined with a parallel effort to move the state history museum from the Capitol grounds, with the complex opening in 2017.</p><p>The approach to creating a state history museum was the same — tell the full story, beginning with how Native Americans were removed from the land.</p><p>“We said at the beginning we weren’t going to hide anything," Barbour said in an interview, noting that he grew up in an era of segregation. "We weren’t gonna try to justify what was done. That’s what the people wanted — to say, ‘Look, we’re not proud of this, but we’re not going to deny it.’”</p><p>Other states have made sure to highlight their diversity in their presentations for the 250th anniversary. The America 250 description for neighboring Alabama includes milestones in the Civil Rights Movement.</p><p>Mississippi takes its history head-on. Its “America 250 MS” platform says the state’s history mirrors the American story, with the removal of Native Americans making way for slavery and slavery leading to the Civil War, followed by Reconstruction and the Jim Crow era.</p><p>Horhn praised the willingness of Mississippi leaders to use the museums to tell the state's full story.</p><p>“We still have issues, we still have a lot of challenges," he said. "But it’s a demonstration that progress has been made.”</p><p>‘It just made me want to weep’</p><p>The History Museum opens into a gallery that explores Mississippi’s first people, the Native Americans. The entrance is dominated by a 500-year-old canoe, a vivid reminder that Native Americans were here thousands of years before settlers arrived and forced them out, taking the land to begin growing cotton, which was tended by enslaved people.</p><p>Across the lobby sits the Civil Rights Museum. The first audio exhibit is abrupt: “We don’t serve your kind,” a menacing voice tells visitors, triggered when they cross the museum threshold.</p><p>It is one of several phrases once commonplace in the nation’s segregated past that bombard visitors at the opening to the gallery.</p><p>The museum also does not shy away from presenting one of the state's most infamous racial killings, that of Emmett Till. The 14-year-old was kidnapped, tortured and killed in 1955 after being accused of whistling at a white woman in a rural Mississippi grocery store.</p><p>Till’s murder was a pivotal moment in the Civil Rights Movement. Thousands came to his funeral in Chicago, and his mother, Mamie Till Mobley, insisted on an open casket so the country could see the gruesome state of her son’s body.</p><p>At the end of the narrative, by Oprah Winfrey, visitors can see the .45-caliber pistol used to kill the teenager.</p><p>Lindsay Ward, 49, cried in the lobby after touring the Civil Rights Museum. Raised in what she described as a sheltered world in Salt Lake City, she said she had not had any exposure to the topics she encountered during her visit — "this heaviness," as she put it.</p><p>Ward, now living in Denver, said she was troubled by how recent some events were.</p><p>“We’re not talking about hundreds and hundreds of years ago. We’re talking 60 years. It just made me want to weep," she said. "It doesn’t feel great, but it’s important we understand what happened in the past.”</p><p>Connor Lynch, a history teacher and social justice advocate from Chicago, said deciding how history will be told has always been a struggle.</p><p>“All we have is human narrative” and that comes with bias, he said. "I do believe that no matter what sort of erasure the country might be doing, we know the stories. We know the truth."</p><p>‘A very difficult history,’ on full display</p><p>For the America 250 celebration, the museums created ”Mississippi Made," which highlights the state's products and achievements.</p><p>There is the common household cleaner Pine-Sol, a Nissan Frontier and a Toyota Corolla, a section citing the state's involvement in the U.S. space program and medical advances such as the first human lung transplant.</p><p>There is something else — a display by renowned Mississippi quilter Hystercine Rankin. It is a quilt telling the story of her father being killed in 1939.</p><p>Jessica Walzer, the exhibit curator, said she included it because it is one of the few story quilts in the museums’ collection and because it tells part of Mississippi's history.</p><p>“I think it’s important to have something kind of striking like that to kind of remind us that Mississippi also has this very difficult history that a lot of people have been through,” she said.</p><p>Prince, the state director of collections, said such truth had long been denied. Visitors to antebellum homes, for instance, heard about the families who lived there, but “they would never once tell you about the people that lived behind the house or the people that built the house or the people that worked the fields,” she said.</p><p>“For so long," she said, "we just tried to gloss over that because it was uncomfortable.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7A2QPMCVW55EG2FZBSON2FYN6Y.jpg?auth=c17cded92b74c4663cee1809175920f7d4fb030d41058a4a608195c8ef5039f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Ku Klux Klan mask stares out over the Mississippi Museum of History on Friday, March 27, 2026, in Jackson, Miss. (AP Photo/Sophie Bates)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophie Bates</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SWYC6W3ISX3UMRC25UYSLYFAU.jpg?auth=e3c8c9b8953170c0ad6572152a9002c490e34c309b78fcde89fd929f5b132929&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jackson Strong, 9, plays with an interactive section of the Mississippi Made exhibit on Friday, March 27, 2026, in Jackson, Miss. (AP Photo/Sophie Bates)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophie Bates</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYYVFQGQDFLXR7BZF6TX3QDXN4.jpg?auth=7617aeb4ab6cdf4ff5a52e975506a143f715b101a37f281a54258f56de43a8c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lynching monoliths at the Mississippi Civil Rights Museum display the names of more than 600 victims of documented racial killings, March 26, 2026, in Jackson, Miss. (AP Photo/Sophie Bates)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophie Bates</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52O4YTORSGXGJH4E6YZATT3PPI.jpg?auth=003e5e451335df9356f32ea2b2d53a27db7f34adb0f563785d4c2c8903285dc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nan Prince, the director of collections for the Mississippi Department of Archives History, holds a Native America basket in the archives, March 26, 2026, in Jackson, Miss. (AP Photo/Sophie Bates)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophie Bates</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KVPF5N5LATGWZ36UIL2Q3ULXZE.jpg?auth=8cc6bcc9bd7ec6de94fbec883079502bea8dc0e24be4c183d38bc0ccfeb629db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A William Faulkner quote displayed in the Mississippi Made exhibit reads, "To understand the world, you must first understand a place like Mississippi," on Friday, March 27, 2026, in Jackson, Miss. (AP Photo/Sophie Bates)]]></media:description><media:credit role="author" scheme="urn:ebu">Sophie Bates</media:credit></media:content></item><item><title><![CDATA[Hearing aids can seem like a big step. This NYC Ballet principal dancer doesn't regret taking it]]></title><link>https://www.local10.com/health/2026/04/12/hearing-aids-can-seem-like-a-big-step-this-nyc-ballet-principal-dancer-doesnt-regret-taking-it/</link><guid isPermaLink="true">https://www.local10.com/health/2026/04/12/hearing-aids-can-seem-like-a-big-step-this-nyc-ballet-principal-dancer-doesnt-regret-taking-it/</guid><dc:creator><![CDATA[By ADITHI RAMAKRISHNAN and SHELBY LUM, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 11:54:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Sara Mearns was missing her cues.</p><p>She couldn't hear what her dance partner was saying from across the studio. She was late for her entrances because the music sounded too soft.</p><p>Without telling anyone, she finally made an appointment to get her hearing checked.</p><p>Mearns learned that she had hearing loss. After years of isolation, she got the tools to make sense of a world that had gotten muffled.</p><p>Now, she's one of the first dancers with the New York City Ballet to wear hearing aids during performances.</p><p>“I feel like it's a whole new chapter of my life,” Mearns, 40, said in an interview with the AP.</p><p>While hearing loss is common in older adults, it can happen at any age and can be caused by things like nerve damage, infection or head trauma. For Mearns, it may have been a blend of factors including genetics, medical conditions and exposure to loud noise.</p><p>Signs and symptoms of hearing loss</p><p>According to the National Institutes of Health, less than a fifth of American adults aged 20 to 69 who could benefit from wearing hearing aids have ever used them. That's due to lack of access, shame or embarrassment and just not knowing the symptoms.</p><p>“Hearing loss is often not detected by the person because what they can't hear, they don't know,” said Dr. Anil Lalwani, a hearing expert with Columbia University Irving Medical Center.</p><p>Still, “there are a lot of symptoms of hearing loss that are not hearing less,” said Dr. Maura Cosetti with Mount Sinai’s New York Eye and Ear Infirmary.</p><p>One thing to look out for is saying “what” more often, and not being able to hear friends and family in noisy settings like restaurants. Other symptoms include ringing, a sensation like something is stuck in the ears or conversations sounding muffled.</p><p>During the COVID-19 pandemic, Mearns couldn't hear conversations when people were wearing masks.</p><p>“I realized that I was reading everybody’s lips to understand what they were saying,” she said.</p><p>If experiencing hearing loss, you have options</p><p>Experts say to let a doctor know if you think you may be experiencing symptoms of hearing loss. They can help you connect with an audiologist or an ear, nose and throat specialist to get a hearing test.</p><p>Cosetti with Mount Sinai said the Mimi Hearing Test app can be useful resource to get a sense of your hearing. Seeing a professional is the best way to figure out what's actually going on — like whether your ears are just plugged up with wax or fluid.</p><p>Hearing aids fine-tune the sound signal that enters the brain, enhancing speech while lowering background noise. They can be expensive, but many are now available over the counter. Some Apple AirPods also can be used as hearing aids.</p><p>For more severe forms of hearing loss, doctors may recommend a device called a cochlear implant, which converts sounds into electrical signals that are sent to the brain. These include a surgically inserted component and can take months to get used to.</p><p>Hearing aids are an adjustment, but can be worth it</p><p>Mearns initially felt embarrassed to step into the booth for her hearing test, knowing she wouldn't be able to hear all the words. Her audiologist, Marta Gielarowiec, helped her understand what she was missing and guided her to appropriate hearing aids.</p><p>“It's definitely not a one size fits all. There is a lot of adjustment, tuning and calibration involved,” said Gielarowiec, who runs a practice in New York. “Overall, the goal is to maximize the hearing that’s left.”</p><p>Addressing hearing loss can help boost mental health, improve communication and slow cognitive decline for people at high risk of dementia.</p><p>When Mearns walked out of her audiologist's office wearing her aids for the first time, she felt overwhelmed. She could hear the pattering of shoes on the ground, the chirping of birds across the street and the billowing of a flag a block behind her. Returning to her dressing room, she cried.</p><p>She can now hear the full might of the orchestra when she performs — and take phone calls in her ears.</p><p>The life she was living before, she said, was exhausting. At the end of every day she was spent from the strain of asking people to repeat themselves and missing out on conversations and the punch lines of jokes.</p><p>“I don’t want people to feel what I felt, where I was embarrassed and I was quiet about it,” she said. “Because now that I’m on the other side, I’m so happy.”</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/WJ4COUTER3QBK4KA3BOPMFBOMI.jpg?auth=92dbcabd29ca2817792a55ef77318d80f59d04f0d8f7c2a6cee944bd76d0e50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sara Mearns, principal dancer at New York City Ballet, wearing hearing aids on March 17, 2026, in New York. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XDFFZDJ2HYG6R5Q5RGTK5YBIY.jpg?auth=c17be859e4933bce04bafb89e8122b3823d2f8b28fd82e03df448bbecc90217e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sara Mearns, principal dancer at New York City Ballet, warms up on March 17, 2026, in New York. (AP Photo/Shelby Lum)]]></media:description><media:credit role="author" scheme="urn:ebu">Shelby Lum</media:credit></media:content></item><item><title><![CDATA[Iranians left disappointed but defiant after failure of peace talks with US]]></title><link>https://www.local10.com/news/2026/04/12/iranians-left-disappointed-but-defiant-after-failure-of-peace-talks-with-us/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/iranians-left-disappointed-but-defiant-after-failure-of-peace-talks-with-us/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:30:48 +0000</pubDate><content:encoded><![CDATA[<p>TEHRAN, Iran (AP) — Iranians reacted with a mixture of disappointment and defiance on Sunday after peace talks with the United States failed to reach an agreement following hourslong negotiations.</p><p>U.S. officials said the talks collapsed over what they described as Iran’s refusal to commit to abandoning its nuclear program. Iranian officials blamed the U.S. for failing to reach a deal, without specifying the sticking points.</p><p>The failure of the high-stakes talks in Pakistan after 21 hours casts doubt over the future of a fragile two-week ceasefire, due to expire on April 22.</p><p>While the fragile ceasefire seems to hold, the war is not over and uncertainty remains on the streets of Tehran where some residents were reluctant to speak to the media.</p><p>Iranians have been living in digital blackout for over a month after the internet was blocked shortly after the war started on Feb. 28. Since then, the population has been relying on state-controlled media, with a limited number of people having access to overseas satellite TV channels for access to information.</p><p>Standing outside a newsstand in the capital, Tehran, Farhad Simia told The Associated Press he had hoped for successful negotiations and an end to the fighting, but stood with Iran despite the failure of the talks.</p><p>“I’m against war. I think negotiation is the better path,” Simia, 43, said. He blamed “inappropriate demands” by the U.S. for the failure to reach a deal.</p><p>Mehdi Hosseini, also 43, agreed: “Considering the advantage Iran seemed to have on the battlefield, there was a real concern that we might lose all those gains in the negotiations.</p><p>“Whether the talks succeed or not is one matter, but the fact that the Iranian negotiating team managed to preserve what it achieved in the war, while refusing to back down and surrender, gives reason for hope.”</p><p>The streets of Tehran were lined up with large Iranian flags and giant billboards glorifying the country's leaders and military achievements. One large illustration depicted Iranian men in uniform lifting a fishing net out of the sea with a catch of miniature-sized U.S. military aircraft and warships. “The Strait Remains Closed,” the billboard read.</p><p>Hamid Haghi, 55, said “America's overreach” was the reason for the talks' failure. The U.S. wants “to come to the Strait of Hormuz, which is a legacy from our fathers,” he said. “We can oversee (it) ourselves.”</p><p>Like many Iranians, 60-year-old Mohammad Bagher believes Iran should continue to stand strong against the U.S. in what he sees as a war of their own making.</p><p>“We are a nation of dialogue and negotiation as long as our interests are respected. We have never sought war,” he said. “We will stand firm to the end, we are ready to sacrifice our lives, and will not give them one inch of our land.”</p><p>Since the U.S. and Israel launched the war on Feb. 28, it has killed at least 3,000 people in Iran, 2,020 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states, and caused lasting damage to infrastructure in half a dozen Middle Eastern countries.</p><p>Iran’s grip on the Strait of Hormuz has largely cut off the Persian Gulf and its oil and gas exports from the global economy, sending energy prices soaring.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6MN7B4DSAGPOKU6CVDGC4PXAC4.jpg?auth=b343a9dbba706b3fe569e82525846fe44b1e093b4ad790f44b3db59ed4ac5a40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker cleans the street as police officers walks towards their vehicle outside a media center close to Serena Hotel, the venue for the U.S. Iran officials meeting, in Islamabad, Pakistan, Sunday, April 12, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M6TQD25PBLG5WSKZLX45GYWADQ.jpg?auth=681a9195615e2ed0e0b4a056a18221764b439f3ecd907714405a34595830c652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A billboard of the U.S. Iran talks is seen near Serena Hotel, the venue for the U.S. Iran officials meeting, in Islamabad, Pakistan, Sunday, April 12, 2026. (AP Photo/Anjum Naveed)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content></item><item><title><![CDATA[Irish prime minister announces fuel tax cuts to stop protests over soaring pump prices]]></title><link>https://www.local10.com/business/2026/04/12/police-remove-fuel-protesters-from-dublin-center-as-disruption-over-soaring-costs-continues/</link><guid isPermaLink="true">https://www.local10.com/business/2026/04/12/police-remove-fuel-protesters-from-dublin-center-as-disruption-over-soaring-costs-continues/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 18:40:34 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Irish Prime Minister Micheál Martin said Sunday that his government will offer new fuel tax cuts to try to end crippling protests over soaring gas costs, though he slammed the tactics of farmers and truckers who had blocked access to the nation's only oil refinery and several depots.</p><p>Martin said the package amounting to 505 million euros ($592 million) will ease some of the cost of living pressures that have grown since the U.S.-Israel war on Iran led to the closure of the Strait of Hormuz, a vital channel for the world's oil. The relief measure, which needs parliamentary approval, would come on top of a 250 million euro tax break approved nearly three weeks ago.</p><p>It was not immediately clear if the proposal will quell the uprisings, though protests diminished Sunday amid a police crackdown.</p><p>Over six days the actions caused chaos as blockades at Ireland’s refinery, a major port and several vital depots prevented tanker trucks from delivering fuel to service stations and many gas pumps ran dry. Slow-moving convoys of vehicles also caused traffic jams on major highways.</p><p>Martin said Ireland had been on the brink of having oil tankers redirected to other countries and its refinery shut down.</p><p>“It made absolutely no sense what was going on,” he said. “Higher fuel scarcity and higher fuel prices would actually have been the inevitable outcome of these blockades.”</p><p>Police had warned of arrests and began breaking up protests Saturday, using pepper spray to help clear people from the Whitegate refinery in County Cork and vowing to remove others who were endangering critical infrastructure and public safety because gas shortages could prevent response by emergency services.</p><p>Officers ordered trucks and tractors blocking O’Connell Street, the main thoroughfare in the capital of Dublin, to clear out early Sunday. On the other side of the country, police clashed with demonstrators to reopen the Galway docks after a military vehicle was used to knock down a makeshift barrier.</p><p>Protesters at a fuel depot in County Limerick voted to end their action Sunday and demonstrators at Rosslare Europort in Wexford agreed to begin letting trucks leave the port that is jammed with cargo that couldn’t be moved.</p><p>“It’s just a pity that we had to escalate a protest to this level to bring our government to the table to get fairness for every working person around this country,” Neilus O’Connor, an agricultural contractor, told national broadcaster RTE, outside the Foynes depot.</p><p>Protests began Tuesday and grew as word spread on social media, with truckers, farmers, and taxi and bus operators taking part and calling for help — such as price caps or tax cuts — to bring down fuel costs they say will drive people out of business.</p><p>Government officials, who had already introduced measures to ease the burden of price rises a few weeks ago, were baffled over the rationale behind the protests because the global price spike is due to the Middle East conflict that restricted oil exports.</p><p>More than a third of gas pumps had run dry by Saturday, but the reopening of the refinery and removal of roadblocks at fuel depots was expected to begin reversing the shortage, though it could take up to 10 days to fully recover, Fuels for Ireland chief executive Kevin McPartlan said.</p><p>The rare Sunday Cabinet meeting to finalize the relief measures came as the coalition government faces new political pressures from rivals critical of their handling of the crisis.</p><p>Sinn Fein, the largest opposition party, said it would call for a no-confidence vote in the coalition government. Holly Cairns of the Social Democrats said her party would support the vote.</p><p>“They have lost the confidence of the public," Sinn Fein leader Mary Lou McDonald said. "It is clear that they still are not listening and do not accept the scale of this fuel and cost-of-living crisis.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEISBYB7C7C2EK7TK6OWFB3JVU.jpg?auth=aaeaca87107551f25e94f63bf85d27de9b49e3b41c81863ceb1062d187f5a7f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tractors block O'Connell Street on the fifth day of the National Fuel Protest, in Dublin, Ireland, Saturday, April 11, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQSS5LPBGQTP33EL6B3YYVX2BQ.jpg?auth=f7c21e9f680f511ff78f236ef510e084ca52b960062d364f81a9afea12c30a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protester sits on O'Connell Street in the heart of Dublin City center during the fifth day of a National Fuel Protest which has taken hold across Ireland, Saturday, April 11, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2OPLACDCA4UHV3BB5KQ7QMR5ZE.jpg?auth=25fa6d6d2d8ee083ad501b24ac3f79e004715e9d823c43b189386d1af4b77797&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tractors block O'Connell Street on the fifth day of the National Fuel Protest, in Dublin, Ireland, Saturday, April 11, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GI3LAJSFYFA2IIR4ABUWHSKUSU.jpg?auth=6793b431478ad02d877b3b1d739d88876c5586c11339db6e567e3e466df27534&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tractors block O'Connell Street on the fifth day of the National Fuel Protest, in Dublin, Ireland, Saturday, April 11, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYZD2FOTJOQ4OMUZCNNIWN6FDA.jpg?auth=29d6b204b7ba96f43ed4e318439fd473475be76070605637f4e55525b1158122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Protesters make their way to O'Connell Street during the fifth day of a National Fuel Protest, in Dublin, Ireland, Saturday, April 11, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content></item><item><title><![CDATA[Lento conteo de votos en elección presidencial de Perú; más de 52.000 personas no pudieron votar]]></title><link>https://www.local10.com/espanol/2026/04/12/lento-conteo-de-votos-en-eleccion-presidencial-de-peru-mas-de-52000-personas-no-pudieron-votar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/lento-conteo-de-votos-en-eleccion-presidencial-de-peru-mas-de-52000-personas-no-pudieron-votar/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 09:44:36 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Las autoridades electorales llevaban a cabo el domingo el conteo de votos de los comicios presidenciales de Perú en los que participaron 35 candidatos y que se celebraron en medio de problemas logísticos que dejaron sin sufragar a más de 52.000 personas.</p><p>Unos 27 millones de ciudadanos estaban llamados a las urnas para elegir mandatario, dos vicepresidentes, los 130 miembros de la Cámara de Diputados y los 60 del Senado en el regreso a la bicameralidad luego de 30 años.</p><p>La elección transcurrió con problemas logísticos ya que varios centros de votación abrieron sus puertas con retraso porque no había llegado el material electoral, lo que generó malestar entre las personas que hacían largas filas para entrar.</p><p>Debido a ello, las autoridades electorales ampliaron una hora más el horario de votación, hasta las 18 hora local, luego de reconocer problemas en la distribución de la papeletas con los nombres de los candidatos.</p><p>El presidente interino de Perú José María Balcázar dijo a la radio local RPP que los comicios se desarrollaron con tranquilidad a excepción de las personas que no pudieron sufragar y adjudicó la responsabilidad a la Oficina Nacional de Procesos Electorales, organizadora de los comicios y autónoma del Poder Ejecutivo, porque, según sostuvo, contrató a una empresa para el traslado del material electoral.</p><p>“Es una cosa inaudita y estamos exigiendo un proceso disciplinario investigativo...El derecho constitucional se ha visto perjudicado”, afirmó el mandatario, quien aseguró que "en lo que se refiere a la forma en que debe hacerse la votación (el lunes) está garantizada por las fuerzas armadas”.</p><p>El contratiempo impidió que 52.251 ciudadanos pudieran sufragar en Lima, con lo que el tribunal electoral peruano ordenó el domingo por la noche que el lunes lo hagan y que se disponga la misma medida para los que peruanos que se vieron imposibilitados de depositar sus votos en Estados Unidos, cuyo número no fue especificado.</p><p>En un comunicado las autoridades señalaron que las mesas de votación estarán abiertas desde las 7 horas hasta las 18 horas en 13 colegios públicos de los distritos capitalinos de San Juan de Miraflores, Lurín y Pachacámac.</p><p>También habrá mesas electorales disponibles en Orlando, Florida, y Paterson, Nueva Jersey, donde viven comunidades peruanas.</p><p>Diversos aspirantes a la presidencia —entre ellos la derechista Keiko Fujimori, de Fuerza Popular— criticaron a Piero Corvetto, el jefe de la organización de los comicios.</p><p>Es difícil establecer con qué velocidad se llevará a cabo el conteo de votos; cerca de las 23.00 horas poco más del 23% de las actas electorales habían sido escrutadas.</p><p>Candidatos sin alta intención de voto</p><p>Según sondeos privados previos, ninguno de los postulantes lleó con alta intención de voto a estas elecciones en las que el sufragio era obligatorio.</p><p>En un contexto de incertidumbre, varias encuestas indicaron que Fujimori —hija del fallecido expresidente Alberto Fujimori (1990-2000)— encabezaba la intención de voto con 15%. La dirigente política promete combatir la delincuencia con las Fuerzas Armadas y construir nuevas cárceles. Sin embargo, la suma del voto nulo, en blanco e indeciso lideraba las proyecciones.</p><p>Detrás de Fujimori se ubicaban cinco postulantes separados por pocos puntos porcentuales entre sí. Entre ellos 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>Para ganar en primera vuelta un candidato a presidente debe obtener el 50% más uno de los votos válidos. Si ningún postulante consigue esa cantidad de sufragios, el 7 de junio se realizará una segunda vuelta entre los dos más votados.</p><p>La inseguridad, mayor preocupación</p><p>Perú atraviesa una crisis política que ha provocado el desfile de ocho presidentes y tres Congresos en una década y un incremento de la delincuencia que los ciudadanos identifican como su mayor preocupación.</p><p>Los electores se quejan además del aumento del costo de vida y de la persistente corrupción.</p><p>La enfermera Heidy Justiniano, de 33 años y madre de una niña, dudaba a quién votar el domingo por la mañana frente a la escuela pública Santa Rosa de Lima.</p><p>“Mucha delincuencia, mucho asalto en cada esquina; a un chofer (de un medio de transporte) lo mataron; lo que ahorita más nos importa es la seguridad, la vida de cada persona”, dijo Justiniano a The Associated Press.</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 que los asesinatos se han duplicado, de acuerdo con datos oficiales. 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>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4F5TWA3XE37OBSCREH7P7R6MTY.jpg?auth=e50e272620569f7588f11dc9180ffaa6aa60a69dde16ce44c0ef5665f7bd1d7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Keiko Fujimori, candidata presidencial del partido Fuerza Popular, saluda con la mano tras votar en las elecciones generales celebradas en Lima, Perú, el domingo 12 de abril de 2026. (Foto AP/Gerardo Marín)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerardo Marin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2KH6YU6LU35NWJDXXEY7J5AFPY.jpg?auth=57d333693c58089b2a42a8361ecc122ce42425dd65a6b7308a273bc454455409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una mujer vota durante las elecciones generales en Lima, Perú, el domingo 12 de abril de 2026. (Foto AP/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K2OTTEYWBWDTG2UR2WQ3BAKV7E.jpg?auth=476cb82460146ee3507c2d48da54d22c33ebcf13c0903c8438132ad2527d72cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los votantes hacen fila afuera de un colegio electoral durante las elecciones generales en Lima, Perú, el domingo 12 de abril de 2026. (AP Foto/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BDRTJEH6PBG4AWPW6MLISNLDRY.jpg?auth=eca4b4aa1056934a7192c711cb1f6584f72fc2faba2ebafcebe98a9d4a4ceb7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los votantes protestan por las demoras en la apertura de un centro de votación durante las elecciones generales en Lima, Perú, el domingo 12 de abril de 2026. (Foto AP/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4YAHM6W7QMYKYOKLQYJPBKMIM.jpg?auth=eeff9f11f5ebc1a49a4fa26face71623b6d1724703392552b7d9ce764e1d7519&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre consulta el censo electoral en un colegio electoral durante las elecciones generales celebradas en Lima, Perú, el domingo 12 de abril de 2026. (Foto AP/Guadalupe Pardo)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Haitians cut back on already scarce food and ask how they'll survive rising fuel prices]]></title><link>https://www.local10.com/news/world/2026/04/12/haitians-cut-back-on-already-scarce-food-and-ask-how-theyll-survive-rising-fuel-prices/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/haitians-cut-back-on-already-scarce-food-and-ask-how-theyll-survive-rising-fuel-prices/</guid><dc:creator><![CDATA[By EVENS SANON and DÁNICA COTO, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 06:23:35 +0000</pubDate><content:encoded><![CDATA[<p>PORT-AU-PRINCE, Haiti (AP) — For a factory worker in Haiti, the war in distant Iran means he now has to walk two hours to work and the same distance home each day, because he can no longer afford public transportation.</p><p>On a recent morning, Alexandre Joseph, 35, fretted about his family’s future in a loud voice, attracting the attention of passersby in Port-au-Prince, Haiti’s capital.</p><p>“The government raised the prices of gasoline, diesel and kerosene, hitting my family. I now am unable to feed my two children on the salary I have,” he said.</p><p>The conflict in Iran has caused oil prices in Haiti to surge, disrupting critical supply chains, doubling transportation costs and forcing millions of undernourished people to cut back on already scarce meals.</p><p>Haiti, the most impoverished country in the Western Hemisphere, has been hit the hardest by rising oil prices that experts warn will deepen a spiraling humanitarian crisis.</p><p>‘One of the most fragile countries in the world’</p><p>On April 2, Haiti’s government announced a 37% increase in the cost of diesel and a 29% increase in the cost of gasoline.</p><p>“The consequences are huge,” said Erwan Rumen, deputy country director for the United Nations World Food Program in Haiti. “It’s one of the most fragile countries in the world.”</p><p>Almost half of Haiti’s nearly 12 million inhabitants already face high levels of acute food insecurity. In recent months, Rumen noted, about 200,000 people dropped from the emergency phase to the acute one, a significant milestone.</p><p>“What is a bit frightening is to see that so many efforts could be basically wiped out by things that are completely out of our control,” he said. “This part of the population is extremely fragile. They’re on the verge of collapsing completely.”</p><p>Gang violence has exacerbated hunger, with armed men controlling key roads and disrupting the transportation of goods. An increase in food prices will only worsen hunger in a country where gangs easily recruit children whose families need food and money.</p><p>Emmline Toussaint, main coordinator of Mary’s Meals’ BND school-feeding program in Haiti, said that gas stations in some regions are selling fuel 25% to 30% higher than even what the government stipulated because of gang violence and difficulties with trucks trying to access certain areas.</p><p>She said the U.S.-based nonprofit is forced to use boats and take longer and multiple roads to feed the 196,000 children they serve across Haiti to avoid armed groups.</p><p>“The humanitarian crisis that we’re facing right now is at its worst,” she said. “So far, we are doing our best not to step back. Now, more than ever, the kids need us. … Most of them, it’s the only meal they receive.”</p><p>‘Everything will go up’</p><p>Fedline Jean-Pierre, a soft-spoken mother of a 7-year-old boy, sat under the shade of a tattered beach umbrella as she mulled increasing the prices of carrots, tomatoes and other produce she sells at an outdoor market in Port-au-Prince.</p><p>“People are not buying now because they don’t have money,” she said, noting she likely won’t have a choice but to increase prices to survive. “I have a child to feed.”</p><p>The 35-year-old mother said she and her son have lived for two years in a cramped and unsanitary shelter, among the record 1.4 million Haitians displaced by gang violence in recent years.</p><p>“The government doesn’t do anything for me,” she said. “Gas is up now, meaning everything will go up.”</p><p>Street vendor Maxime Poulard buys charcoal from suppliers to resell at a higher price. Occasionally he sells two bags of charcoal a day, but he thinks he soon will only be able to afford to buy half a bag to resell.</p><p>“Traveling is expensive; eating is expensive; everything is expensive,” he said. “I’m not sure if I will be able to hold on much more.”</p><p>Nearly 40% of Haitians are surviving on less than $2.15 a day, according to the World Bank. Meanwhile, Haiti’s economy contracted for the seventh consecutive year, with inflation reaching 32% at the end of fiscal year 2025.</p><p>Joseph, the factory worker, said he plans to sell soft drinks at night out of his home to try and earn more money, but even then, that won’t be enough: “We’re also going to reduce the way we normally eat.”</p><p>‘Impossible tradeoffs’</p><p>On April 6, Haitians dragged burning tires and other debris to block streets and protest the increase in fuel prices in Port-au-Prince, of which an estimated 90% is controlled by gangs.</p><p>Local media reported gunfire as some Haitians forced the drivers of small colorful buses known as tap-taps to disembark their passengers.</p><p>Marc Jean-Louis, a 29-year-old tap-tap driver, said passengers are increasingly bartering fares, but he can’t afford to offer discounts.</p><p>“All the money is going toward gas,” he said as he called on the government to reduced prices “so that everyone can breathe.”</p><p>Haitians fear more violence as the country’s poverty and hunger deepens.</p><p>Rumen, with the U.N.’s World Food Program, said they’ve been unable to reach 60,000 people in Haiti’s central region who are awaiting aid. A powerful gang recently attacked the area, killing more than 70 people, according to the U.N.</p><p>“We’re going to have more needs and less resources,” he warned.</p><p>Allen Joseph, program manager for Mercy Corps in Haiti, said rising oil prices are crushing the country’s fragile economy: “The families already spending most of their income on food will face impossible tradeoffs.”</p><p>He warned the increase will affect access to basic services, including potable water.</p><p>“This is not an abstract inflation,” he warned. “It will directly impact survival.”</p><p>___</p><p>Coto reported from San Juan, Puerto Rico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B7BD6HBT6D2DBHAN2ZW7YG4BVM.jpg?auth=f1faa4d156f442d44e606212e54494e4e98e0d7d54b5b3a8e508ca9d993a7f52&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gas station employees prepare to fill a tank with gas in Port-au-Prince, Haiti, Tuesday, April 7, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ID5X2JAPRZUKTDIRL6PT5IZAPA.jpg?auth=1dfbb58552ff0a2b18aca7094b301046e8117c815ec0c3f59518d041cc891896&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A gas station advertises prices in Port-au-Prince, Haiti, Tuesday, April 7, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FMCEHEBIDAPPEBCXR5BWZ5ELFM.jpg?auth=28b47c6648fbcd79eb3c6270e3c0bac1f71196aa59779e32a05247b3e697d451&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers ride in a cargo truck transporting cement in Port-au-Prince, Haiti, Tuesday, April 7, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IZIHUIBFICVXV6X36OJWTODQY.jpg?auth=477b0b28c4810c4d1008de47385369123cd071d7b9235888e13b9bfb51b232b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks through a garbage filled ravine where pigs search for food in the Petion-Ville neighborhood of Port-au-Prince, Haiti, Wednesday, March 25, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[WATCH AT 8:30 A.M.: Mandarin Oriental on Brickell Key set for implosion after nearly 30 years]]></title><link>https://www.local10.com/news/local/2026/04/11/mandarin-oriental-on-brickell-key-set-for-implosion-after-nearly-30-years/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/mandarin-oriental-on-brickell-key-set-for-implosion-after-nearly-30-years/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[The Mandarin Oriental Miami has stood on Brickell Key for nearly three decades. By Sunday morning, the landmark will come down in a matter of seconds.]]></description><pubDate>Sat, 11 Apr 2026 22:36:48 +0000</pubDate><content:encoded><![CDATA[<p>The Mandarin Oriental Miami has stood on Brickell Key for nearly three decades. By Sunday morning, the landmark will come down in a matter of seconds.</p><p>Neighbors are preparing for street closures and a cloud of dust as crews get ready for the controlled implosion.</p><p>“It’s never easy saying goodbye to an old friend,” said Michael Ragan, who lives nearby. “The Mandarin Oriental has been a significant part of Brickell Key. They’ve always treated us really well here.”</p><p>After 26 years, engineers will implode the hotel to make way for a larger redevelopment project.</p><p>Residents say they’ve been kept informed ahead of time.</p><p>“They’ve been pretty organized,” said Alex Boulder. “The bridge has been cleaned and everything. They gave us a lot of notice.”</p><p>On Saturday, people gathered to take photos of the waterfront property one last time, capturing what many call an iconic part of the Miami skyline.</p><p>Officials say the implosion will last about 20 seconds, with the building collapsing inward.</p><p>No evacuations are required, but those in the immediate area are being asked to stay indoors, keep windows shut and turn off air conditioning units during the demolition.</p><p>Few residents expressed concern. Police and fire crews will be on standby in case of emergencies.</p><p>Miami Police Department said the entrance to Brickell Key will be closed from 7 a.m. to 1:30 p.m. Sunday.</p><p>The controlled implosion is scheduled for 8:30 a.m.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Asha Bhosle, one of India’s most versatile Bollywood singers, dies at 92]]></title><link>https://www.local10.com/entertainment/2026/04/12/asha-bhosle-one-of-indias-most-versatile-bollywood-singers-dies-at-92/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/12/asha-bhosle-one-of-indias-most-versatile-bollywood-singers-dies-at-92/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:34:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Asha Bhosle, one of India’s most versatile Bollywood singers whose performances shaped the country’s musical memory and modern cinema, has died. She was 92.</p><p>The legendary singer across genres died Sunday of multiple organ failure at Breach Candy Hospital in Mumbai, Pratit Samdani, a physician at the hospital said. Her son, Anand Bhosle, told reporters that her last rites will be performed Monday.</p><p>Asha was admitted at the hospital on late Saturday with a chest infection and exhaustion, her granddaughter Zanai Bhosle said in a social media post.</p><p>Asha’s timeless voice resonated across a film-obsessed India for nearly eight decades, recorded on about 12,000 songs. She boldly embraced cabaret and Western-influenced melodies to forge a distinct musical identity that stood uniquely apart from her sister, Lata Mangeshkar, herself a legendary voice revered as the “Melody Queen.”</p><p>Asha’s death was widely condoled.</p><p>“I am deeply saddened” by her passing, Indian Prime Minister Narendra Modi said in a social media post.</p><p>“Her unique musical journey spanning decades has enriched our cultural heritage and touched the hearts of countless people around the world,” Modi said. “From soulful melodies to spirited compositions, her voice carried a timeless brilliance.”</p><p>Born on Sept. 8, 1933, Asha Bhosle was initiated into music by her father Dinanath Mangeshkar, who was also a trained singer. All her four siblings became accomplished singers and musicians.</p><p>Asha's first marriage, in 1949, ended in separation in 1960. Her second marriage was to iconic music composer R.D. Burman in 1980. She is survived by a son and grandchildren.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTF67AGHNGQMKTS4WMITCED73Q.jpg?auth=6e4042ed3abba7c674852a2b47a84fe5258e615513af9bd84d818bcc895646d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Indian Bollywood playback singer Asha Bhosle attends the Music launch of Bhosle's film ëMaií in Mumbai, India, Jan. 22, 2013. (AP Photo/Rafiq Maqbool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content></item><item><title><![CDATA[Yemaneberhan Crippa wins Paris Marathon, Ethiopia's Shure Demise smashes record in women’s race]]></title><link>https://www.local10.com/news/2026/04/12/yemaneberhan-crippa-wins-paris-marathon-ethiopias-shure-demise-smashes-record-in-womens-race/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/yemaneberhan-crippa-wins-paris-marathon-ethiopias-shure-demise-smashes-record-in-womens-race/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 09:30:43 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Italy’s Yemaneberhan Crippa was the fastest of nearly 60,000 runners in the Paris Marathon on Sunday, while Shure Demise of Ethiopia smashed a course record to win the women’s race.</p><p>Demise ran the 42.195 kilometers (26.2 miles) through the French capital in a personal-best time of 2 hours, 18 minutes and 34 seconds, shaving more than a minute off the previous women’s fastest time in Paris.</p><p>The 30-year-old Demise reached the finish on Avenue Foch opposite the Arc de Triomphe ahead of compatriot Misgane Alemayehu (2:19:08) and Kenya’s Magdalyne Masai (2:19:17).</p><p>The Ethiopian-born Crippa finished in 2:05:18, five seconds ahead of Bayelign Teshager of Ethiopia and 10 ahead of Sila Kiptoo of Ethiopia.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OZ5773UDVTY2CITHJH5RDHIZRM.jpg?auth=98c2ac35fb64aec1475fb3a4c702f4f0332e592323275b51c36f960d85d27f81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Yemaneberhan Crippa celebrates after crossing the finish line to win the men's race of the Paris marathon, in Paris, Sunday, April 12, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GTFJQWFKERNDUT7MN6DUG7USBQ.jpg?auth=69ee1f0a4ec5f3e3012ba9a552c044338833c8184ee0ebadcf31bbb10400e7c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Ethiopia's Bayelign Teshager, Italy's Yemaneberhan Crippa and Kenya's Sila Kiptoo pose after crossing the finish line of the men's race of the Paris marathon, in Paris, Sunday, April 12, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/36HGLOUPUPSV6T2NJFTSSYU75U.jpg?auth=13abc12208bd4e6e433074e079e1dc9ccfb86b7acbf583efc32641d08071c262&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ethiopia's Shure Demise crosses the finish line to win the women's race of the Paris marathon, in Paris, Sunday, April 12, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53HEFBZM5K6GOG4APFUZGBUCIA.jpg?auth=a815fa7537c84883c8363f729109c16211fce94b208d54a3a7b260cfb21e9183&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ethiopia's Shure Demise crosses the finish line to win the women's race of the Paris marathon, in Paris, Sunday, April 12, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXNXE2DBJPJAM4EYTWMZ77CS3Q.jpg?auth=2558fa76ef0a0f6ece375a471a8fbff09e0325481b0a837cfcb959ac2174b512&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Kenya's Magdalyne Masai, Ethiopia's Shure Demise and Ethiopia's Misgane Alemayehu pose after crossing the finish line of the women's race of the Paris marathon, in Paris, Sunday, April 12, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Russia and Ukraine accuse each other of violating Putin’s Easter ceasefire]]></title><link>https://www.local10.com/news/2026/04/12/russia-and-ukraine-accuse-each-other-of-violating-putins-easter-ceasefire/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/russia-and-ukraine-accuse-each-other-of-violating-putins-easter-ceasefire/</guid><dc:creator><![CDATA[By DEREK GATOPOULOS and VASILISA STEPANENKO, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:48:54 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia and Ukraine accused each other of violating a Kremlin-declared Easter ceasefire Sunday, as Orthodox Christians gathered to celebrate the holiday despite Moscow's 4-year-long war against its neighbor.</p><p>Russian President Vladimir Putin on Thursday declared a 32-hour ceasefire over the Easter weekend, ordering Russian forces to halt hostilities from 4 p.m. on Saturday until the end of Sunday. Ukrainian President Volodymyr Zelenskyy promised to abide by the ceasefire, but warned there would be a swift military response to any violations.</p><p>The General Staff of Ukraine’s armed forces said in a statement Sunday that it had recorded 2,299 ceasefire violations by 7 a.m., including assaults, shelling and small drone launches. It said that the use of long-range drones, missiles or guided bombs had not been reported.</p><p>A Ukrainian military officer told The Associated Press on Saturday that Russian forces had continued to attack their positions.</p><p>Russia’s Defense Ministry also said Sunday it had recorded 1,971 ceasefire violations by Ukrainian forces, including drone strikes. The head of Russia's Belgorod region, Vyacheslav Gladkov, said Sunday that rescuers uncovered the bodies of two civilians who were killed in a Ukrainian attack on Saturday afternoon.</p><p>Ceasefire skepticism</p><p>Outside Kyiv, thousands gathered at an open-air national heritage park to celebrate Easter despite skepticism that a truce would hold.</p><p>Worshippers clustered outside wooden churches to take part in the annual blessing of baskets for the holiday table. Families carried dyed eggs and paska cakes baked the night before, while many women wore colorful scarves. Some waited for the blessing as others picnicked on the grass.</p><p>Irena Bulhakova expressed her doubts over prospects for peace, especially as previous attempts to secure ceasefires have had little or no impact. “Every time a ceasefire is announced for a holiday, the shelling continues regardless,” she said.</p><p>But she still reflected on the holiday’s meaning: “Good triumphs over darkness, and we hope for that very much.”</p><p>Father Roman, a Ukrainian army chaplain who led the blessing ceremonies, described Easter as a moment of faith shared by Ukrainians in their identity and future.</p><p>“We are defending our borders. We are defending our identity,” he said. “We are a free people who live on this territory. We have faith, deep traditions and historical heritage. It’s all about the identity of Ukrainians.”</p><p>Meanwhile, Ukrainian President Volodymyr Zelenskyy and his wife Olena spent Sunday visiting children who has lost parents fighting in the war.</p><p>“They greeted us with smiles that are priceless. We must do everything so that the children of those who made the ultimate sacrifice for Ukraine never lose faith in the world,” Zelenskyy wrote in an online post.</p><p>___</p><p>Follow AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BAEFDHFOXU2J57JNIZBQ676774.jpg?auth=c75cc67352343c4a1cdc020448716aebc31161604396a87c1f4725e6ce32baa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Priests bless believers and their Easter baskets to mark Orthodox Easter, in Pyrohiv, close to Kyiv, Ukraine, Sunday, April 12, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECODQ5TQNPK6MBRAW7L6GQ74MA.jpg?auth=9e456110c67f05d9555e3135f1ea8a5c0a2f686aad910584c2cec07c4b4c7c2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Priests bless believers and their Easter baskets to mark Orthodox Easter, in Pyrohiv, close to Kyiv, Ukraine, Sunday, April 12, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NIVUJJBYK2ASZT4ZLYQ5QAT2SE.jpg?auth=cbdf807ab3aac46dead2f5cdf732ba591b8a3ce4e5e47e51e8a78c3852367c79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People carry candles and Easter baskets as they leave an old church to mark Orthodox Easter, in Pyrohiv, close to Kyiv, Ukraine, Sunday, April 12, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SKGCCKZEVPE6CAVF5DBIXNKYE.jpg?auth=56d3e5a6ff8f7662611437b01415ae9842a8b623cc5edc5bd3f69a3b62f1fa1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People carry their Easter baskets as they leave an old church to mark Orthodox Easter, in Pyrohiv, close to Kyiv, Ukraine, Sunday, April 12, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/67SN3OWZGEEHT4IEO3P3ZPVKXI.jpg?auth=0d7a8425358292eb1d1c59ac76685cbea43be0ace6ddefc50b3a264b07413398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A little girl lights a candle as people bless their Easter baskets to mark Orthodox Easter, in Pyrohiv, close to Kyiv, Ukraine, Sunday, April 12, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content></item><item><title><![CDATA[John Donaldson, the father of Denmark's Australian-born Queen Mary, dies at 84]]></title><link>https://www.local10.com/entertainment/2026/04/12/john-donaldson-the-father-of-denmarks-australian-born-queen-mary-dies-at-84/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/12/john-donaldson-the-father-of-denmarks-australian-born-queen-mary-dies-at-84/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:39:46 +0000</pubDate><content:encoded><![CDATA[<p>COPENHAGEN, Denmark (AP) — The father of Denmark's Australian-born Queen Mary, John Donaldson, has died in Tasmania, the royal house in Copenhagen said Sunday. He was 84.</p><p>Donaldson died in the state's capital, Hobart, a royal statement said, without giving further details. It said that his health had been declining over the past few years, and that the queen last visited him at the end of March.</p><p>John Dalgleish Donaldson, born in Scotland on Sept. 5, 1941, was a professor of applied mathematics.</p><p>Mary became Denmark's queen in January 2024 after two decades as crown princess when her husband became the Scandinavian country's monarch. He was proclaimed King Frederik X following the abdication of his mother, Queen Margrethe II.</p><p>Frederik and Mary met during the 2000 Olympics in Sydney. They married in 2004.</p><p>Sunday's statement quoted Mary as saying that “my heart is heavy.”</p><p>“But I know that when the grief settles, the memories will brighten my day, and what will remain strongest is love and gratitude for everything he gave me and taught me,” she added.</p><p>Mary's mother, Henrietta Clark Donaldson, died in 1997. Her father married Susan Moody in 2001.</p><p>The statement said the family will hold a private memorial service for Donaldson “at a later date.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GGIKH4IQQYQSSMLOILJYJULSJU.jpg?auth=515075f088dd1376a536de59f3529378ce8e8136715e151084250b36b5c5bd74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - John Donaldson, center right, father of Mary Donaldson, the fiancée of Denmark’s Crown Prince Frederik, and his wife, Susan Moody, center left, speak to the crowd in front of the Danish Parliament in Copenhagen, May 13, 2004. (AP Photo/Virginia Mayo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Virginia Mayo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPHPGDXD77AXBJKYNPB6J7B6CQ.jpg?auth=015550d2de3bfff41aa5a166c64dfc3e8270107f9f1702211dc63fa5fa63cb55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denmark's Crown Prince Frederik and Crown Princess Mary, center, pose with parents Susan Moody, Prince Hendrik, Queen Margrethe and John Donaldson, from left, on the Amalienborg Palace balcony following the wedding ceremony in Copenhagen on May 14, 2004. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Heribert Proepper</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPBDSMUDOEAIQNN7JRISNVUH5Y.jpg?auth=ca96c9cda695dbefe816a43efb740e7bd25f9a51bef2e1caf07a1a0d70eded9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Stepmother and father of the bride Susan Moody and John Donaldson pass press photographers on their way to the Royal Theater in Copenhagen on May 13, 2004. (AP Photo/Heribert Proepper, File)]]></media:description><media:credit role="author" scheme="urn:ebu">HERIBERT PROEPPER</media:credit></media:content></item><item><title><![CDATA[Haitianos recortan la ya escasa comida y se preguntan cómo sobrevivirán al alza del combustible]]></title><link>https://www.local10.com/espanol/2026/04/12/haitianos-recortan-la-ya-escasa-comida-y-se-preguntan-como-sobreviviran-al-alza-del-combustible/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/haitianos-recortan-la-ya-escasa-comida-y-se-preguntan-como-sobreviviran-al-alza-del-combustible/</guid><dc:creator><![CDATA[Por EVENS SANON y DÁNICA COTO, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 06:57:50 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Para un obrero de fábrica en Haití, la guerra en el lejano Irán significa que ahora tiene que caminar dos horas para ir al trabajo y la misma distancia de regreso a casa cada día, porque ya no puede pagar el transporte público.</p><p>Alexandre Joseph, de 35 años, se angustió en voz alta por el futuro de su familia una mañana reciente, atrayendo la atención de transeúntes en Puerto Príncipe, la capital de Haití.</p><p>“El gobierno subió los precios de la gasolina, el diésel y el queroseno, afectando a mi familia. Ahora no puedo alimentar a mis dos hijos con el salario que tengo”, manifestó.</p><p>El conflicto en Irán ha provocado que los precios del petróleo se disparen en Haití, alterando cadenas de suministro críticas, duplicando los costos de transporte y obligando a millones de personas desnutridas a recortar comidas ya de por sí escasas.</p><p>Haití, el país más empobrecido del hemisferio occidental, ha sido el más golpeado por el aumento de los precios del petróleo, que según advierten expertos agravará una crisis humanitaria creciente.</p><p>"Uno de los países más frágiles del mundo"</p><p>El gobierno de Haití anunció el 2 de abril un aumento del 37% en el costo del diésel y del 29% en el costo de la gasolina.</p><p>“Las consecuencias son enormes”, afirmó Erwan Rumen, subdirector de país del Programa Mundial de Alimentos de las Naciones Unidas en Haití. “Es uno de los países más frágiles del mundo”.</p><p>Casi la mitad de los cerca de 12 millones de habitantes de Haití ya enfrenta altos niveles de inseguridad alimentaria aguda. En los últimos meses, señaló Rumen, unas 200.000 personas pasaron de la fase de emergencia a la fase aguda, un hito significativo.</p><p>“Lo que da un poco de miedo es ver que tantos esfuerzos podrían, básicamente, quedar borrados por cosas que están completamente fuera de nuestro control”, expresó. “Esta parte de la población es extremadamente frágil. Está al borde de colapsar por completo”.</p><p>La violencia de las pandillas ha agravado el hambre, ya que hombres armados controlan carreteras clave y alteran el transporte de mercancías. Un aumento en los precios de los alimentos sólo empeorará el hambre en un país donde las pandillas reclutan con facilidad a niños cuyas familias necesitan comida y dinero.</p><p>Emmline Toussaint, coordinadora principal del programa de alimentación escolar BND de Mary’s Meals en Haití, dijo que las gasolineras en algunas regiones están vendiendo combustible incluso entre un 25% y un 30% por encima de lo que estipuló el gobierno debido a la violencia de las pandillas y a las dificultades de los camiones para acceder a ciertas zonas.</p><p>Indicó que la organización sin fines de lucro con sede en Estados Unidos se ve obligada a usar embarcaciones y a tomar rutas más largas y múltiples caminos para alimentar a los 196.000 niños a los que atienden en todo Haití, con el fin de evitar a los grupos armados.</p><p>“La crisis humanitaria que estamos enfrentando ahora mismo está en su peor momento”, sostuvo. “Hasta ahora, estamos haciendo todo lo posible por no retroceder. Ahora, más que nunca, los niños nos necesitan. … Para la mayoría de ellos, es la única comida que reciben”.</p><p>"Todo va a subir"</p><p>Fedline Jean-Pierre, un mujer amable con un hijo de 7 años, se sentó a la sombra de una sombrilla de playa raída mientras consideraba aumentar los precios de las zanahorias, los tomates y otros productos que vende en un mercado al aire libre en Puerto Príncipe.</p><p>“Ahora la gente no compra porque no tiene dinero”, comentó, y señaló que probablemente no tendrá otra opción que subir los precios para sobrevivir. “Tengo un hijo al que alimentar”.</p><p>La mujer, de 35 años, contó que ella y su hijo han vivido durante dos años en un refugio estrecho e insalubre, dentro de la cifra récord de 1,4 millones de haitianos desplazados por la violencia de las pandillas en los últimos años.</p><p>“El gobierno no hace nada por mí”, afirmó. “Ahora subió la gasolina, lo que significa que todo va a subir”.</p><p>El vendedor ambulante Maxime Poulard compra carbón a proveedores para revenderlo a un precio más alto. En ocasiones vende dos sacos de carbón al día, pero cree que pronto solo podrá permitirse comprar medio saco para revender.</p><p>“Viajar es caro; comer es caro; todo es caro”, dijo. “No estoy seguro de que pueda aguantar mucho más”.</p><p>Casi el 40% de los haitianos sobrevive con menos de 2,15 dólares al día, según el Banco Mundial. Mientras tanto, la economía de Haití se contrajo por séptimo año consecutivo, con una inflación que alcanzó el 32% al final del año fiscal 2025.</p><p>Joseph, el obrero de fábrica, dijo que planea vender refrescos por la noche desde su casa para intentar ganar más dinero, pero aun así no será suficiente: “También vamos a reducir la forma en que normalmente comemos”.</p><p>"Decisiones imposibles"</p><p>El 6 de abril, los haitianos arrastraron neumáticos en llamas y otros escombros para bloquear calles y protestar por el aumento de los precios del combustible en Puerto Príncipe, donde se estima que las pandillas controlan el 90% de la ciudad.</p><p>Medios locales informaron de disparos mientras algunos haitianos obligaban a los conductores de pequeños autobuses coloridos conocidos como tap-taps a bajar a sus pasajeros.</p><p>Marc Jean-Louis, un conductor de tap-tap de 29 años, dijo que los pasajeros están regateando cada vez más las tarifas, pero él no puede permitirse ofrecer descuentos.</p><p>“Todo el dinero se va en gasolina”, dijo, al tiempo que pidió al gobierno que reduzca los precios “para que todos puedan respirar”.</p><p>Los haitianos temen más violencia a medida que se profundizan la pobreza y el hambre en el país.</p><p>Rumen, del Programa Mundial de Alimentos de la ONU, dijo que no han podido llegar a 60.000 personas en la región central de Haití que están esperando ayuda. Una poderosa pandilla atacó recientemente la zona y mató a más de 70 personas, según la ONU.</p><p>“Vamos a tener más necesidades y menos recursos”, advirtió.</p><p>Allen Joseph, gerente de programas de Mercy Corps en Haití, dijo que el aumento de los precios del petróleo está aplastando la frágil economía del país: “Las familias que ya gastan la mayor parte de sus ingresos en alimentos se enfrentarán a decisiones imposibles”.</p><p>Advirtió que el aumento afectará el acceso a servicios básicos, incluido el agua potable.</p><p>“Esta no es una inflación abstracta”, alertó. “Impactará directamente en la supervivencia”.</p><p>___</p><p>Coto informó desde San Juan, Puerto Rico.</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/7ECSX4BPW2JOY2BMIC24RP7D6M.jpg?auth=5fe9b3c254f89212b0f50103e4861cc928adff439f4c67e01801b972dfe4ac8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Empleados de gasolinera se preparan para llenar un tanque de combustible en Puerto Príncipe, Haití, el martes 7 de abril de 2026. (AP Foto/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Benin holds presidential election with finance minister favored to succeed Talon]]></title><link>https://www.local10.com/news/world/2026/04/12/benin-holds-presidential-election-with-finance-minister-favored-to-succeed-talon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/benin-holds-presidential-election-with-finance-minister-favored-to-succeed-talon/</guid><dc:creator><![CDATA[By VIRGILE AHISSOU and WILSON MCMAKIN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 18:48:36 +0000</pubDate><content:encoded><![CDATA[<p>COTONOU, Benin (AP) — The polls have closed in Benin where voters cast their ballots on Sunday to choose a successor to President Patrice Talon, who is stepping down after a decade in power, leaving a mixed legacy of economic growth, a growing jihadi insurgency in the north, and the suppression of opposition critics.</p><p>Romuald Wadagni, the 49-year-old finance minister and governing coalition standard-bearer, is considered Talon’s anointed successor for the seven-year term. Wadagni is being challenged by Paul Hounkpè, the sole opposition candidate.</p><p>Nearly 8 million are registered to vote across more than 17,000 polling stations in the West African nation. Benin had over 15 million people in 2024, and like many sub-Saharan African countries, its population is overwhelmingly young.</p><p>Vote counting began Sunday afternoon after the polls closed, with results expected within 48 hours.</p><p>Turnout has been low in recent years, and polling stations in Cotonou, the largest city, were sparsely attended throughout the morning. The city was quiet as the election began, with public demonstrations banned on election day, but stores and streets remain open.</p><p>Analysts widely expect Wadagni to win after a parliamentary election in January, during which the opposition failed to cross the 20% threshold required to win seats, leaving Talon’s two allied parties in control of all 109 seats in the National Assembly.</p><p>Hounkpè said that he would accept the result depending on the transparency and fairness of the electoral process. “As for transparency and fairness, it is normal that, if it is done properly, we will accept the results,” he said after the polls had closed.</p><p>Renaud Agbodjo, leader of the Democrats, was barred from competing after failing to secure a sufficient number of parliamentary endorsements — a threshold critics say was engineered to keep rivals out.</p><p>Wadagni has touted the country's economic growth during his decade as finance minister as his key strength. Benin’s economy grew 7% last year, making it one of West Africa’s steadiest performers.</p><p>“Ten years at the Finance Ministry have given him something rare in African politics: a quantified record — verifiable and difficult to dismantle in a serious debate,” said Fiacre Vidjingninou, political analyst at the Lagos-based Béhanzin Institute.</p><p>Talon said Sunday he was “leaving office with the feeling of having given my best, of having led the country to take some steps forward in all areas.” He added: “Whatever the outcome of the vote, Benin has reached a milestone in its history.”</p><p>While Benin has historically been among the most stable democracies in Africa, opposition leaders and human rights organizations have accused Talon of using the justice system as a tool to sideline his political opponents.</p><p>Amnesty International and Human Rights Watch have denounced a sustained crackdown on dissent under Talon, citing arbitrary detentions, tighter restrictions on public demonstrations, and mounting pressure on independent media outlets.</p><p>Protests over the rising cost of living sprang up in recent years, but the government and security forces clamped down on any dissent.</p><p>Beverly Ochieng, an analyst at the Control Risks Group consulting firm, told The Associated Press that, in the event of a Wadagni victory, the new government will likely continue Talon's policies aimed at positioning Benin as a stable investment environment, while facing a largely constrained opposition.</p><p>“Wadagni may want to avert a crisis in confidence by first consolidating power then engaging in dialogue with opponents to demonstrate goodwill,” Ochieng said.</p><p>In December, a group of military officers attempted to topple Talon’s government in a failed coup, the latest in a series of recent military takeover attempts across Africa. Most attempted coups follow a similar pattern of disputed elections, constitutional upheaval, security crises, and youth discontent.</p><p>Among the coup leaders’ key complaints was the deterioration of security in northern Benin.</p><p>For years, Benin has faced spillover violence in its north from neighboring Burkina Faso and Niger in their battle against the al-Qaida-affiliated extremist group Jama’at Nusrat al-Islam wal-Muslimin, or JNIM.</p><p>The tri-border area has long been a hotbed for extremist violence, a trend worsened by the lack of security cooperation with Niger and Burkina Faso, both now led by military juntas.</p><p>——</p><p>McMakin Contributed from Dakar</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KAS6BORBT7R4TZMGKSD6AJZSJQ.jpg?auth=3e45a9e227bcc82193c8135f64fbe09610883ff4f16d736c7492e80597a9bd69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man casts his ballot at a polling station in Cotonou, Benin, Sunday, April 12, 2026. (AP Photo/Abadjaye Justin Sodogandji)]]></media:description><media:credit role="author" scheme="urn:ebu">Abadjaye Justin Sodogandji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GAVGNU25UUUQ7LRHVD74EF65RI.jpg?auth=fa7798b1e5aa9a80c836ea96b4dc320aa7d5e926cea43a86e4480eb9e5f692e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman is verified before casting her ballot at a polling station in Cotonou, Benin, Sunday, April 12, 2026. (AP Photo/Abadjaye Justin Sodogandji)]]></media:description><media:credit role="author" scheme="urn:ebu">Abadjaye Justin Sodogandji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLEWGP6PRCNRWLSJOB5R7HLNNY.jpg?auth=32c2ab3a45d1aa4a744444d917fe56514e5292998d9c3d4670b5dfbddd17cfdb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Electoral officials prepare presidential ballot papers at a polling station in Cotonou, Benin, Sunday, April 12, 2026. (AP Photo/Abadjaye Justin Sodogandji)]]></media:description><media:credit role="author" scheme="urn:ebu">Abadjaye Justin Sodogandji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/236USETX3FSPY7ATUVOOX64YAY.jpg?auth=409f6541f769df2ce529162b85e00211c6b68c19169ad2b891f763dfb528c720&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorcyclist stands beside a billboard featuring presidential candidate Paul Hounkpe in Cotonou, Benin, Friday, April 10, 2026. (AP Photo/Abadjaye Justin Sodogandji)]]></media:description><media:credit role="author" scheme="urn:ebu">Abadjaye Justin Sodogandji</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKGUVEGKABQOVHSRMYRY5MO7ZI.jpg?auth=a8bb53409de4351ad3fc85465f870f927cfed62fe45b6cf8bd181cb7bab8ae0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People ride in an election caravan displaying photos of presidential candidate Romuald Wadagni and his running mate, Mariam Chabi Talata, at a campaign rally in Cotonou, Benin, Friday, April 10, 2026. (AP Photo/Abadjaye Justin Sodogandji)]]></media:description><media:credit role="author" scheme="urn:ebu">Abadjaye Justin Sodogandji</media:credit></media:content></item><item><title><![CDATA[China says it will resume some ties with Taiwan after visit by opposition leader]]></title><link>https://www.local10.com/news/2026/04/12/china-says-it-will-resume-some-ties-with-taiwan-after-visit-by-opposition-leader/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/china-says-it-will-resume-some-ties-with-taiwan-after-visit-by-opposition-leader/</guid><dc:creator><![CDATA[By HUIZHONG WU, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 08:44:35 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — China said Sunday it would resume some ties it had suspended with Taiwan such as direct flights and imports of Taiwanese aquaculture products following a visit by the Beijing-friendly opposition leader of the self-ruled island.</p><p>The Taiwan Work Office under China’s Communist Party issued a statement saying it would explore setting up a longstanding communication mechanism between the Communist Party and Taiwan’s Kuomingtang Party. It said it will facilitate the import of Taiwan’s aquaculture products that it had previously banned.</p><p>Cheng Li-wun, the head of the Kuomingtang, and China’s President Xi Jinping held a high-profile meeting Friday during which they called for peace, without offering specifics. China claims the island as part of its territory and hasn't ruled out the use of force to annex it.</p><p>Taiwan's Mainland Affairs Council, which oversees the relationship with China, said the measures that were announced, such as promoting a communication mechanism, were “political transactions" between the two parties that circumvented the government of Taiwan.</p><p>“The government’s position is clear: to ensure the interests of the nation and its people, all Cross-Strait affairs involving public power must be negotiated by both governments on an equal and dignified basis to be effective and truly protect the rights and well-being of the people,” the Mainland Affairs Council said in response to the Chinese announcement.</p><p>Relations between China and Taiwan, which remain split since 1949, have been tense since the election of pro-independence President Tsai Ing-wen from the Democratic Progressive Party in 2016. Beijing cut off most of its official dialogue with Taiwan's government, and has started sending warships and fighter jets closer toward the island on a daily basis.</p><p>In the statement, China said it plans to resume direct flights between Taiwan and mainland cities like Xi'an or Urumqi, although it remained unclear how the measures will be implemented without the approval of the Taiwanese government.</p><p>China banned its citizens from individual trips to Taiwan in 2019. Taiwan's rules now require Chinese visitors to hold a valid resident visa from another country, like the U.S. or the European Union, to apply for a visitor visa.</p><p>China also said it would work toward construction of a bridge that would connect the mainland to Matsu and Kinmen, Taiwanese islands that are closer geographically to China. The project is a longstanding proposal that Beijing has previously announced.</p><p>China banned the import of Taiwanese pineapples in 2021, and since then has extended it to other fruits and products including the grouper fish, squid and tuna.</p><p>After the initial ban on grouper, Taiwan’s Ministry of Agriculture said it approached China about making adjustments to ensure it met import requirements. China replied with a limited list of individual companies that were allowed to sell to China, but without explanation.</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/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></item><item><title><![CDATA[US military says it will blockade Iranian ports after ceasefire talks ended without agreement]]></title><link>https://www.local10.com/news/world/2026/04/12/us-military-says-it-will-blockade-iranian-ports-after-ceasefire-talks-ended-without-agreement/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/us-military-says-it-will-blockade-iranian-ports-after-ceasefire-talks-ended-without-agreement/</guid><dc:creator><![CDATA[By MUNIR AHMED, JOSH BOAK, SAM METZ, SAMY MAGDY, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 01:52:56 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — President Donald Trump said Sunday the U.S. Navy would swiftly begin a blockade of ships entering or leaving the strategic Strait of Hormuz, after U.S.-Iran ceasefire talks in Pakistan ended without an agreement.</p><p>U.S. Central Command announced the blockade would involve all Iranian ports, beginning on Monday at 10 a.m. EDT, or 5:30 p.m. in Iran, to be “enforced impartially against vessels of all nations.”</p><p>However, CENTCOM said it would still allow ships traveling between non-Iranian ports to transit the strait. Its announcement was a step down from the president’s earlier threat to blockade the entire strait, and allows traffic to flow in the crucial waterway as long as it avoids Iranian ports.</p><p>Trump wants to weaken Iran’s key leverage in the war after demanding that it reopen the strait to global traffic on the waterway where 20% of global oil transited before fighting began.</p><p>That traffic has been limited even in the days since the ceasefire. Marine trackers say over 40 commercial ships have crossed since the start of the ceasefire.</p><p>A U.S. blockade could further rattle global energy markets.</p><p>Oil prices rose in early market trading after the blockade announcement. The price of U.S. crude rose 8% to $104.24 a barrel, and Brent crude oil, the international standard, rose 7% to $102.29. Brent crude cost roughly $70 per barrel before the war in late February.</p><p>Later Sunday, Trump extended his feud over the war with Pope Leo XIV, lashing out in a TruthSocial post that called the Catholic leader “terrible on foreign policy.” The extraordinary broadside came after Leo denounced the war and demanded that political leaders stop and negotiate peace.</p><p>Iran says ‘if you fight, we will fight’</p><p>Iran’s Revolutionary Guard later said the strait remained under Iran’s “full control” and was open for non-military vessels, but military ones would get a “forceful response,” two semi-official Iranian news agencies reported.</p><p>During the 21-hour talks this weekend in Pakistan, the U.S. military said two destroyers had transited the strait ahead of mine-clearing work, a first since the war began. Iran denied it.</p><p>Trump’s plan to use the Navy to block the strait is unrealistic and he will have to concede on some issues with Iran, said Andreas Krieg, a senior lecturer in security studies at Kings College London. “There isn’t any tool in the toolbox in terms of the military lever that he could use to get his way,” Krieg said.</p><p>Trump said Tehran’s nuclear ambitions were at the core of the talks' failure. In comments to Fox News, he again threatened to strike civilian infrastructure.</p><p>Iranian parliament speaker, Mohammad Bagher Qalibaf, who led Iran’s side in the talks, addressed Trump in a new statement on his return to Iran: “If you fight, we will fight.”</p><p>No word on what happens after ceasefire expires</p><p>The face-to-face talks that ended early Sunday were the highest-level negotiations between the longtime rivals since the 1979 Islamic Revolution.</p><p>Neither indicated what will happen after the ceasefire expires on April 22.</p><p>“We need to see an affirmative commitment that they will not seek a nuclear weapon,” said Vice President JD Vance, leading the U.S. side.</p><p>Iranian negotiators could not agree to all U.S. “red lines,” said a U.S. official who spoke on condition of anonymity because they were not authorized to describe positions on the record. These included Iran never obtaining a nuclear weapon, ending uranium enrichment, dismantling major enrichment facilities and allowing retrieval of its highly enriched uranium, along with opening the Strait of Hormuz and ending funding for Hamas, Hezbollah and Houthi rebels.</p><p>Iranian officials said talks fell apart over two or three key issues, blaming what they called U.S. overreach. Qalibaf, who noted progress in negotiations, said it was time for the United States “to decide whether it can gain our trust or not.”</p><p>Pakistani Foreign Minister Ishaq Dar said his country will try to facilitate a new dialogue in the coming days. Iran said it was open to continuing dialogue, state-run IRNA news agency reported.</p><p>The European Union urged further diplomatic efforts. The foreign minister of Oman, located on the Strait of Hormuz's southern coast, called for parties to “make painful concessions." The Kremlin said Russian President Vladimir Putin “emphasized his readiness” to help bring about a diplomatic settlement in a call with Iran's president.</p><p>Iran's nuclear program is a key sticking point</p><p>Iran’s nuclear program was at the center of tensions long before the U.S. and Israel launched the war on Feb. 28. The fighting has killed at least 3,000 people in Iran, 2,055 in Lebanon, 23 in Israel and more than a dozen in Gulf Arab states, and damaged infrastructure in half a dozen countries.</p><p>Tehran has long denied seeking nuclear weapons but insists on its right to a civilian nuclear program. The landmark 2015 nuclear deal, which Trump later pulled the U.S. out of, took well over a year of negotiations. Experts say Iran's stockpile of enriched uranium, though not weapons-grade, is only a short technical step away.</p><p>An Iranian diplomatic official, speaking on condition of anonymity because of the sensitivity of closed-door talks, denied that negotiations had failed over Iran's nuclear ambitions.</p><p>Inside Iran, there was new exhaustion and anger after months of unrest that began with nationwide protests against economic issues and then political ones, followed by weeks of sheltering from U.S. and Israeli bombardment.</p><p>“We have never sought war. But if they try to win what they failed to win on the battlefield through talks, that’s absolutely unacceptable,” Mohammad Bagher Karami said in Tehran.</p><p>Elsewhere in the region, airstrikes calmed over the past day except in Lebanon.</p><p>More questions as Israel presses ahead in Lebanon</p><p>Iran’s 10-point proposal for the talks called for a halt to Israeli strikes on the Iranian-backed Hezbollah in Lebanon. Israel has said the ceasefire did not apply there, but Iran and Pakistan said it did.</p><p>Israeli Prime Minister Benjamin Netanyahu visited parts of southern Lebanon under Israeli control on Sunday, for the first time since the current fighting. Attacks on southern Lebanon have intensified alongside the ground invasion renewed after Hezbollah launched rockets toward Israel in the war’s opening days.</p><p>Negotiations between Israel and Lebanon are expected to begin Tuesday in Washington after Israel’s surprise announcement authorizing talks despite their lack of official relations. Israel wants Lebanon to assume responsibility for disarming Hezbollah, but the militant group has survived efforts to curb its strength for decades.</p><p>The day the Iran ceasefire deal was announced, Israel pounded Beirut with airstrikes, killing more than 300 people, according to the Health Ministry.</p><p>Lebanon’s state-run National News Agency reported six people were killed Sunday in Maaroub village near the coastal city of Tyre.</p><p>___</p><p>Metz reported from Ramallah, West Bank, Boak from Miami and Magdy from Cairo. Associated Press writers E. Eduardo Castillo in Beijing; Collin Binkley and Ben Finley in Washington; Kareem Chehayeb in Beirut; Brian Melley in London; Ghaya Ben MBarek in Tunis; Hannah Schoenbaum in Salt Lake City and Mae Anderson in New York contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JQCPGBLY7ZHEZMCQQV2RNCYLKI.jpg?auth=8a1228a15b7d0577f9fcf0c361b93d3ec9d4386df79b2da91b74ab4cbfa58d16&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women walk past a banner depicting the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strikes on Feb. 28, in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYXAGA2QEITZSXDUEE4FS7TVYI.jpg?auth=a22e0a59ecf8aeaf4e7caf24765c8c46946f6c4d176f2338e750e1591511fe5d&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 during a news conference after meeting with representatives from Pakistan and Iran, Sunday, April 12, 2026, in Islamabad. (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/SNDBRP4CJVE6RFFQNMEKS42EA4.jpg?auth=79f2f9de8c9844648cc42c044530212b2d5e19acd7bc326d5034aa750690e3cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Haifa Kenjo, who fled Israeli airstrikes on the southern suburbs of Beirut, holds her 15-day-old daughter Shiman inside the tent she uses as a shelter and where she gave birth to her in Beirut, Sunday, April 12, 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/J4JY3FHQGAPMYXK7SLN4E3C7EM.jpg?auth=e63e373fef83c02749f33c02fc2959308255e0a77575385e2984e20f1a48682e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Policemen sit on their motorcycles in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AKQXUXXMR6JN6U524WUMGWAVN4.jpg?auth=1b049d352f71a229f4feb8b50245502bc9f4a98339ebd99921dc3e701803bcb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A women sits at a cafe in northern Tehran, Iran, Sunday, April 12, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Paddington stage musical wins big with 7 trophies at London's Olivier Awards]]></title><link>https://www.local10.com/entertainment/2026/04/12/rosamund-pike-wins-best-actress-and-paddington-bear-gets-best-set-design-at-londons-olivier-awards/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/04/12/rosamund-pike-wins-best-actress-and-paddington-bear-gets-best-set-design-at-londons-olivier-awards/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 19:14:50 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Homegrown hit "Paddington The Musical” was the big winner at London’s Olivier Awards on Sunday, where the marmalade-loving bear from Peru won seven trophies, including best new musical.</p><p>The prizes celebrating achievements in theater, opera and dance are Britain’s equivalent of Broadway’s Tony Awards.</p><p>Based on Michael Bond’s stories about a duffel-coated bear seeking a new home in London, “Paddington The Musical” was written by playwright Jessica Swale and songwriter Tom Fletcher of the band McFly.</p><p>Bond’s books have been much-loved since the 1950s¸and in recent years Paddington has become a British icon through three successful movies and an on-screen appearance with Queen Elizabeth II in 2022, just weeks before her death.</p><p>The musical has proved a major success since it opened in November, with audiences embracing the cuddly central character, brought to life through a blend of live acting and puppetry.</p><p>Its Olivier wins included a joint best actor in a musical award for James Hameed and Arti Shah, who together play the role. Hameed provides the voice and remote puppetry, while Shah — the first woman to win a best-actor Olivier — inhabits the bear costume onstage.</p><p>Hameed urged people to embrace the Paddington stories' message of welcoming immigrants and strangers. “Paddington reminds us to be welcoming, inquisitive and most importantly, kind,” he said.</p><p>Cast members Tom Edden and Victoria Hamilton-Barritt won the supporting performer prizes, and the show also took trophies for director Luke Sheppard and for both set and costume design.</p><p>Sheppard hinted that this “love letter to London” could one day be Broadway-bound. “It would be a dream for Paddington to pack his suitcase and visit some other cities around the world,” the director said backstage. “So watch this space.”</p><p>‘Exhilarating risk’</p><p>Rachel Zegler was named best actress in a musical for her starring role in “Evita.” Playing Argentine first lady Eva Peron, Zegler performed the song “Don’t Cry For Me, Argentina” on an exterior balcony, attracting large crowds to the street every night while theatergoers inside watched on screens.</p><p>A much-praised production of Stephen Sondheim’s twisted fairy tale journey “Into the Woods” won the prize for best musical revival, and a second award for lighting.</p><p>In the nonmusical categories, Rosamund Pike was named best actress for playing a judge forced to question the justice system and her own ethics in “Inter Alia.” She said doing the one-woman show, her first stage play in 14 years, was an “exhilarating risk.”</p><p>Jack Holden took the best actor prize for playing multiple roles in small-town murder mystery “Kenrex.”</p><p>“All My Sons” was named best revival, with Paapa Essiedu winning the best supporting actor trophy for Arthur Miller’s classic drama.</p><p>Julie Hesmondhalgh took home the best supporting actress prize for “Punch.” The true-life crime and redemption story, which had a Broadway run last year, was also named best new play</p><p>Playwright James Graham said it had been “one of the honors of my life” to dramatize the story of Jacob Dunne, who killed another man with a single punch in a fight but went on to reconciliation with the victim’s family. Graham was joined onstage by Dunne and the victim’s mother, Joan Scourfield.</p><p>Two significant anniversaries</p><p>The Olivier Awards were founded in 1976 and named after the late actor-director Laurence Olivier. The winners are chosen by voting groups of stage professionals and theatergoers.</p><p>“Ted Lasso” star Nick Mohammed hosted the 50th anniversary edition of the awards at a star-studded ceremony at the Royal Albert Hall, where Ian McKellen, Helen Mirren, Vanessa Williams and Andrew Lloyd Webber were among the trophy presenters.</p><p>The ceremony included performances from nominated musicals and numbers marking two significant anniversaries: 40 years of Lloyd Webber’s “Phantom of the Opera,” and 20 years of “Wicked” in the West End.</p><p>Elaine Paige, star of hit musicals including “Cats,” “Evita,” “Sunset Boulevard” and “Piaf,” received this year’s Special Award.</p><p>The upbeat ceremony reflected the mood of London theater, which is celebrating a strong post-pandemic return. The Society of London Theatre, an industry umbrella group, says ticket sales have surpassed the levels seen before the COVID-19 pandemic. Shows in the West End — the collective name for London’s theaterland — attracted 17.6 million visitors in 2025, 3 million more than Broadway.</p><p>But there are concerns about rising ticket prices and soaring production budgets, fueled by higher costs for labor, materials and energy.</p><p>“Theaters are busier than ever, but many are operating with far less financial headroom,” the society said in a report published last month.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKOIJGQITXPD2HTTKD6CVRKYHI.jpg?auth=68f93a91bdd7d0392932b53ab08450895138e04705061fd0bbf10cd9206298cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rosamund Pike poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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/Y5VUDVDNTSQ6VSAUZ6574X3TSI.jpg?auth=2624ce5b7d1230f537954322b7ce77306508df1430ba07686650ca070f3764ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rachel Zegler reacts upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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/LJXHZ5ITDFICA5XZKENZVDKDUU.jpg?auth=d6c172e64a98ecfc9a28e15351d4a45d106e093b90b49ef6500082d235eaca97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cate Blanchett reacts as she poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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/2F5UKF3YQWMSO25TUPFGLBFU6M.jpg?auth=41cdd5877a5bec058ba44d755a387ee1b353bd3706361822b1ce278134a82ba6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elizabeth Hurley and Billy Ray Cyrus pose for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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/GD3JHGHOFVXOYS7W5MZ2FWDM5U.jpg?auth=97a62566f0bda9e3ea4c0bfabbe558f1d50562cd9e3277ac84c186522f1cc23b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jo Foster poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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/WMQL3CX65L22M766EWGXTIBGTQ.jpg?auth=bec8febfa092057cc7fad36e079d011eb4e4505ef190c43de8fcb0d611e0830f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marisha Wallace poses for photographers upon arrival at the Olivier Awards in London, England, Sunday, April 12, 2026. (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[Rory McIlroy goes back-to-back at the Masters to join Jack Nicklaus, Nick Faldo and Tiger Woods]]></title><link>https://www.local10.com/sports/2026/04/12/rory-mcilroy-goes-back-to-back-at-the-masters-to-join-jack-nicklaus-nick-faldo-and-tiger-woods/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/rory-mcilroy-goes-back-to-back-at-the-masters-to-join-jack-nicklaus-nick-faldo-and-tiger-woods/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 01:11:31 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Rory McIlroy is the Masters champion again, this time without falling to his knees on the 18th green and sobbing over finally achieving his lifelong dream.</p><p>That didn't make Sunday at Augusta National any easier.</p><p>McIlroy coughed up a six-shot lead in the third round. He fell two shots behind two players, Cameron Young and Justin Rose, in an electric final round. And then he delivered two big birdies around Amen Corner to join more elite company.</p><p>A year ago, his playoff victory over Rose made McIlroy only the sixth player with the career Grand Slam. With another green jacket, McIlroy joined Tiger Woods, Nick Faldo and Jack Nicklaus as the only repeat winners of the Masters.</p><p>“I thought it was so difficult to win last year because of trying to win the Masters and the Grand Slam, and then this year I realized it’s just really difficult to win the Masters,” McIlroy said after holding on for a one-shot victory over Scottie Scheffler. “Just incredible.”</p><p>As usual, he kept everyone on edge until the very end.</p><p>His wedge barely cleared the false front of the par-5 15th, a shot that could have been disastrous. His putt from behind the 16th green made a sharp turn down the slope to inches away save par. He saved par with a tough chip on the 17th. Staked to a two-shot lead, his tee shot on the 18th wound up closer to the 10th fairway.</p><p>“I’d say walking off the 18th tee not knowing where my ball was, that was the moment of greatest stress,” McIlroy said.</p><p>He drilled 8-iron around the trees into a bunker, blasted out to 12 feet and took two putts for bogey and a 1-under 71. He thrust both arms in the air and made good on a promise.</p><p>“My parting message last year was I can't wait to come back and put the jacket on myself,” McIlroy said at the trophy presentation. “I wasn't quite correct.”</p><p>For the first time since Woods won back-to-back in 2002, it was left to the Augusta National chairman — Hootie Johnson for Woods, Fred Ridley for McIlroy — to do the honors. “It still fits,” McIlroy said.</p><p>Better than ever.</p><p>He now has six majors, tied with Faldo, Lee Trevino and Phil Mickelson. And that sense of freedom he brought back to Augusta National as a champion carried him to the finish line.</p><p>McIlroy seized control for good with a bold shot over Rae’s Creek to 7 feet for birdie on the par-3 12th. Then he blistered a 350-yard drive on the par-5 13th — he had been in the trees the previous three rounds — that set up another birdie to move three shots ahead.</p><p>He finished at 12-under 276.</p><p>President Donald Trump congratulated McIlroy on social media as he flew back to Washington from Florida.</p><p>“With each year, Rory is becoming more and more a LEGEND!” Trump wrote. McIlroy’s next tournament is likely to be the Cadillac Championship in two weeks at Trump Doral outside Miami.</p><p>It was more heartache for Rose, and frustration for the others who had a chance.</p><p>Rose had a two-shot lead that evaporated around Amen Corner with two bogeys and a three-putt par. He had to settle for a third close call at the Masters.</p><p>Young lost his two-shot lead much earlier with a long three-putt bogey on the par-3 sixth and taking bogey on the next hole when he hit wedge from the fairway into a bunker. One shot behind going to the back nine, Young closed with nine straight pars.</p><p>“There is no negative to take away other than obviously I would’ve loved a different result,” Young said. “I pretty much had a birdie chance on every hole and didn’t make any. That’s how it goes sometimes.”</p><p>As for Scheffler, the world's No. 1 player was in position to shatter the Masters record with the largest 36-hole comeback in history. He was 12 behind going into the weekend. He was two shots behind as he approached the turn. But he ran off 11 straight pars, and that wasn't going to cut it during a final round with accessible pins to create excitement.</p><p>Scheffler had to settle for his third runner-up finish in the majors to go along with four titles. His 65-68 weekend made him the first player since 1942 to go bogey-free on the weekend at Augusta.</p><p>“I put up a good fight in order to give myself a chance,” Scheffler said.</p><p>Rose, at age 45 trying to become the second-oldest Masters champion behind Jack Nicklaus (46) in 1986, made a most improbable birdie with a shot out of the trees to a foot on the seventh. That was the start of three straight birdies to close out the front nine and give him the lead.</p><p>But his approach to the 11th was well to the right and he failed to save par. His tee shot on the 12th was long, and his delicate chip didn't reach the green, leading to another bogey. And his 30-foot eagle putt on the par-5 13th ran 8 feet by the hole and he missed the birdie putt.</p><p>“Chance that got away,” Rose said. “I was by no means free and clear and was nowhere kind of close to having the job done, but I was right in position. ... I was playing great, but just momentum shifted for me around the Amen Corner.”</p><p>That's where McIlroy thrived. No shot at Augusta is more terrifying that the par-3 12th with the deceptive, swirling wind. McIlroy said he thought back to a practice round at his first Masters in 2009 when Tom Watson told him to wait for the right wind and hit.</p><p>His three-quarter 9-iron aimed at the middle bunker drifted more to the right that he imagined, but it turned out perfect, closer than anyone all day.</p><p>“That was a really good golf shot at the right time,” he said. “Huge shot in the tournament.”</p><p>Once tormented by his chase for the green jacket, McIlroy is now a two-time winner whose love for the Masters only deepens.</p><p>He was so ecstatic a year ago that he asked the media when it was over, “What are we going to talk about next year?” Now the topic is easy. No one has ever won three in a row.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6VTODNRVWXUMR7AXSZR7S2LUYE.jpg?auth=bca2ec1dfdc09cbeede1508e7132c27e0dc8299e5680b1af8402961892525522&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, holds the trophy after winning the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga.(AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2RDKPDQQHHZU7332EYEHKNW3E.jpg?auth=4fc0f085b8206ed6286f6eda554f5a15b9a046eeeff65ed6e7a05615eae8cf9d&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, celebrates after winning the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/5QJYJLGE63INEA2A4AXGVRY23E.jpg?auth=2211a2fd275509b0e1a53fc1d1ebca832b30667b49efb82509a6fac1e45c02bd&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, reacts before winning the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Y325XXHOHSCT5RS6EKXGB3YP4.jpg?auth=333c03a468a58a9e0c7ba8caf52f0fb02808e5872260157972347f28bb2a61db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits his tee shot on the 12th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 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/IGZTTOHWER7MJOG2E3RWDMYCNY.jpg?auth=ed05f74b36b28a94d35b00314346f5f70f75e4a151b624f77e1fb2f320c68a08&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, reacts after missing a putt on the 16th hole during the final round of the Masters golf tournament at the Augusta National Golf Club, Sunday, April 12, 2026, in Augusta, Ga. (AP Photo/Gerald Herbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content></item></channel></rss>