<?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 03:18:43 +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 life guards 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[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/world/2026/04/12/peru-election-results-delayed-after-thousands-get-a-one-day-voting-extension/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/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 02:45:07 +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/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><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/GGHMDJN622BBMQO46PZ4RZG2QA.jpg?auth=419986c9f2c35c643d536b0fd6940e527633c273eedb01afa4bd2002cabc4c96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Roberto Sanchez, presidential candidate of Together for Peru party, votes during general elections in Lima, Peru, Sunday, April 12, 2026. (AP Photo/Isabel Dueñas)]]></media:description><media:credit role="author" scheme="urn:ebu">Isabel Dueñas</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/politics/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/politics/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 taking shape: Heat-Hornets, Magic-76ers are set]]></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 01:25:24 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Inside the Miami 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 Eastern Conference.</p><p>The East postseason matchups — as many as can be known at this point, anyway — are now set. Miami goes to Charlotte for a play-in game on Tuesday, while Orlando goes to Philadelphia for a win-and-you're-in game on Wednesday.</p><p>The Orlando-Philadelphia winner will play No. 2 Boston in Round 1, while the Orlando-Philadelphia loser will play the Miami-Charlotte winner on Friday to decide who plays No. 1 Detroit in an East quarterfinal series.</p><p>Also now set: first-round meetings between No. 3 New York and No. 6 Atlanta, along with No. 4 Cleveland and No. 5 Toronto. Game 1s in those series will be next weekend.</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>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>The Western Conference matchups were to be set later Sunday.</p><p>Phoenix will play host to either the Los Angeles Clippers or Portland on Tuesday to decide the No. 7 playoff seed — and a first-round matchup with West No. 2 San Antonio — while Golden State will visit either the Clippers or Portland on Wednesday in an elimination game to see who moves a game closer to a first-round matchup with West No. 1 Oklahoma City.</p><p>Denver and the Los Angeles Lakers will be the No. 3 and No. 4 seeds, in some order. The third seed will meet No. 6 Minnesota in Round 1, while the fourth seed will take on No. 5 Houston.</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>It won't be a record for points per game; that mark of 118.8 points per team, per game, has stood since 1961-62. Entering Sunday, 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 would get 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>___</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></item><item><title><![CDATA[Trump lambasts Pope Leo XIV, extending feud over Iran war with first American pontiff]]></title><link>https://www.local10.com/news/politics/2026/04/12/trump-lambasts-pope-leo-xiv-extending-feud-over-iran-war-with-first-american-pontiff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/12/trump-lambasts-pope-leo-xiv-extending-feud-over-iran-war-with-first-american-pontiff/</guid><dc:creator><![CDATA[By WILL WEISSERT and JOSH BOAK, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:58:54 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump delivered an extraordinary broadside against Pope Leo XIV 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>He 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>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. 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 scheduled to leave Monday for an 11-day trip to Africa — 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>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>]]></content:encoded><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[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[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 quality for award eligibility while Wemby sits]]></title><link>https://www.local10.com/sports/2026/04/12/jokic-to-start-for-nuggets-versus-spurs-to-quality-for-award-eligibility-while-wemby-sits/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/jokic-to-start-for-nuggets-versus-spurs-to-quality-for-award-eligibility-while-wemby-sits/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:14:28 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANTONIO (AP) — Three-time MVP Nikola Jokic exited after playing the first half of the Denver Nuggets' regular-season finale against San Antonio on Sunday night for his 65th game played 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.</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>“Yeah, he’ll play the first half,” Denver coach David 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>Denver needs a victory over the Spurs on Sunday to secure the third seed in the Western Conference. A Nuggets loss, coupled with a win by the Los Angeles Lakers, would drop the Nuggets to fourth and move the Lakers to third.</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 is sitting out the game 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>Spurs guard Stephon Castle was upgraded to available after missing the past two games with a left foot soreness.</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 celebrate Péter Magyar's victory in a stunning Hungarian election]]></title><link>https://www.local10.com/news/world/2026/04/12/european-leaders-celebrate-peter-magyars-victory-in-a-stunning-hungarian-election/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/european-leaders-celebrate-peter-magyars-victory-in-a-stunning-hungarian-election/</guid><dc:creator><![CDATA[By SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:35:01 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST (AP) — European leaders heaped praise on Péter Magyar after his stunning election victory in Hungary, not just for what the vibrant campaigner and the country's next premier might do but who he is not — long-serving Prime Minister Viktor Orbán, who many saw as a direct threat to the continent's peace and prosperity.</p><p>The outpouring reflected a deep frustration with Orbán across the 27-nation European Union and its institutions.</p><p>“Today Europe wins and European values win,” said Spanish Prime Minister Pedro Sánchez in a post on X on Sunday night. Polish Prime Minister Donald Tusk exclaimed on social media: “Back together! Glorious victory, dear friends!”</p><p>Orbán's 16-year grip on power has tested the EU system of governance meant to ensure peace through economic and political integration after the ravages of the world wars. Claiming he sought to advance Hungarian’s national interests over strategy forged in Brussels, Orbán time and again vetoed collective action such as support for Ukraine following Russia's all-out invasion.</p><p>Recently, the far-right leader's government outraged EU leaders and officials when it admitted to providing a backchannel to Russia during summits.</p><p>In a recent interview, Magyar told The Associated Press that if elected, he would repair Hungary’s relationship with the EU. However, he has carefully avoided taking firm positions on a number of divisive issues during the election campaign — including Orbán’s anti-LGBTQ+ policies and whether Hungary should extend more support to Ukraine. “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 from the banks of the Danube River in Budapest, the country's capital.</p><p>After Orbán concedes, congratulations for Magyar pour in fast</p><p>Magyar said he received calls on Sunday night — before he 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.</p><p>Online, congratulations also flowed in from British Prime Minister Keir Starmer, Irish Prime Minister Micheál Martin, Swedish Prime Minister Ulf Kristersson and European Parliament Speaker Roberta Metsola. Danish Prime Minister Mette Frederiksen, Romanian President Nicușor Dan and European Council President António Costa also posted their well-wishes for Magyar.</p><p>“This is an historic moment, not only for Hungary, but for European democracy," Starmer said.</p><p>“France welcomes the victory of democratic participation, the Hungarian people’s commitment to the values of the European Union, and Hungary’s commitment to Europe,” Macron said.</p><p>Merz said, “Let’s join forces for a strong, secure and, above all, united Europe.”</p><p>Kristersson referenced both the EU and NATO in his congratulation note to Magyar: “I look forward to working closely with you – as Allies and EU Members. This marks a new chapter in the history of Hungary.”</p><p>Slovenia’s liberal Prime Minister Robert Golob congratulated Magyar, saying his “victory over right-wing populism is also a great victory for the EU and its future.”</p><p>“Only a more united and more effective EU will be able to respond to the extremely serious challenges of the times ahead,” Golob said.</p><p>Israeli opposition figure Yair Lapid, himself a descendent of Hungarian Jews who survived the Holocaust, also congratulated Magyar.</p><p>And from some, kind words for Orbán</p><p>Italian Prime Minister Giorgia Meloni congratulated Magyar but also thanked Orbán for “intense collaboration for these years."</p><p>Far-right French politician Jordan Bardella, seen as a nationally competitive politician in the upcoming 2027 French elections, praised Orbán's record on populist causes in a post on X. He made no mention of Magyar.</p><p>Von der Leyen, who had like many EU officials avoided any public position on the Hungarian election, posted on X that "Hungary has chosen Europe. Europe has always chosen Hungary. Together, we are stronger. A country returns to its European path. The Union grows stronger.”</p><p>Orbán had vilified the Brussels-based EU executive and frequently stymied her agenda.</p><p>European People's Party President Manfried Weber, also a frequent Orbán target, said on social media that "Hungary is back at the heart of Europe."</p><p>German lawmaker Daniel Freund said that “Hungarians are sending a signal to the world" — and warned that Orbán’s election loss will reverberate among populist leaders world over.</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," Freund said.</p><p>Ukraine's posted congratulations to Magyar on its X account, referencing two historic rivers of Ukraine and Hungary.</p><p>“The Dnipro and the Tisza flow through a shared home — Europe,” it said.</p>]]></content:encoded><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><media:content url="https://www.local10.com/resizer/v2/YDQGRYWOJ5SV5XL52T5WSP4L7Q.jpg?auth=e16f77c62a2c8d07377e3d02430080a614cc2a1b5b36724d089099f0e8a98dd2&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, speaks to his supporters 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[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 02:41:56 +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>Rivers said before the Bucks' season-ending 126-106 loss to the Philadelphia 76ers on Sunday that he wasn't going to announce anything, but he left little doubt about his intentions.</p><p>He cited age and time with his grandchildren as the key reasons he would call it a coaching career. The Bucks went 32-50 this season, snapping a string of nine straight playoff berths.</p><p>The 64-year-old Rivers — who coached the Sixers for three seasons — conceded Sunday he did carry some added emotional baggage. Yet, he didn’t want to make any kind of retirement speech because, “you never know.”</p><p>“I don’t want be Ali and keep coming back,” Rivers said.</p><p>He said his final answer would come “definitely sooner” rather than later in the offseason.</p><p>Rivers noted he has a pair of grandparents’ days coming up at school and planned to be in attendance. He said more than the losing has weighed on him this season.</p><p>“It’s the age,” Rivers said with a laugh. “It’s a lot of things. I still love it. I do. I absolutely love coaching.”</p><p>Milwaukee came into the season with championship aspirations, built again around two-time MVP Giannis Antetokounmpo and further bolstered by the acquisition of Myles Turner in free agency last summer. But injuries doomed Milwaukee; the Bucks started 8-5, then lost seven consecutive games to fall under .500 and that’s where they stayed the rest of the way.</p><p>Antetokounmpo didn’t play against the 76ers and finished the season with 27.6 points and 9.8 rebounds in 36 games this season, by far the fewest games of his 13-year career.</p><p>Rivers also coached the Orlando Magic, Los Angeles Clippers and Boston Celtics, winning the NBA title with the Celtics in 2008.</p><p>Rivers called games for TNT after his playing career was finished and later was part of ESPN’s broadcast team during the 2003-04 season, including the NBA Finals.</p><p>Rivers, who played 13 seasons in the NBA, said he had been approached by a network (he didn’t say which one) about returning to the postseason booth, but was unsure if he would accept.</p><p>Rivers has a 114-112 coaching record in the playoffs that includes a 16-10 mark the year he won the title in Boston. Rivers has missed the playoffs five times over his 27-year coaching record and only once (2017-2018 with the Clippers) since 2008.</p><p>“It’s hard,” Rivers said. “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>Rivers is going into the Naismith Memorial Hall of Fame this summer. Only Gregg Popovich, Don Nelson, Lenny Wilkens, Jerry Sloan and Pat Riley have more coaching wins than Rivers.</p><p>“I’m not going to talk much about me in my speech,” Rivers said. “I think the Hall of Fame, for a coach, at least, means that you had Hall of Fame people around you. You’ve had unbelievable players and you’ve had a lot of help getting there. It’s so little about you.”</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/politics/2026/04/12/swalwell-suspends-campaign-for-california-governor-after-being-accused-of-sexual-assault/</link><guid isPermaLink="true">https://www.local10.com/news/politics/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 01:49:29 +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 the 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>Sun, 12 Apr 2026 18:13:03 +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-13 headed into Sunday's season finale in a stretch that could hurt in the draft lottery. The Kings are currently tied with Utah for the fourth-worst record in the league.</p><p>The 59 losses for Sacramento headed into the final game at Portland are tied for 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>Sun, 12 Apr 2026 17:57:50 +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/GALT3LWVWKRR3RIASHTQFXMGGQ.jpg?auth=679a42d9f2b551dc8b115f2cb94f8c5ddaf4f931bc4021f320683c45635fbf9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Festivalgoers appear at the Coachella Valley Music and Arts Festival in Indio, Calif., on April 13, 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>Sun, 12 Apr 2026 18:49:06 +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/FTILQTEOLCBX45MBTUA4ZQ6JOQ.jpg?auth=db209772e9a97c05fce7f6ba6ab05583818b2172a3b72abd4e2584526e300913&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo taken on April 22, 2017, Nigerian Air Force officers display ammunition next to a fighter jet during an event in Makurdi, Nigeria. (AP Photo/ Sunday Alamba, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</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[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 at about 1:30 a.m. on Sunday outside the Five Stars Banquet Hall in Sunrise. A suspect was arrested, according to the Sunrise Police Department. </p><p>Witnesses said about 150 guests were celebrating inside the banquet hall at 6072 West Oakland Park Boulevard 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. The shopping plaza reopened. </p><p><i>This is a developing story. </i></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[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 Peru; 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-63000-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-63000-personas-no-pudieron-votar/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 03:07:14 +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 22 horas más de 14% de las actas electorales habían sido escrutadas. El resultado final de los comicios podría incluso demorar hasta el 16 de abril.</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><item><title><![CDATA[Estampida en fortaleza en una montaña de Haití deja al menos 25 muertos y decenas de heridos]]></title><link>https://www.local10.com/espanol/2026/04/12/estampida-en-fortaleza-en-una-montana-de-haiti-deja-al-menos-25-muertos-y-decenas-de-heridos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/estampida-en-fortaleza-en-una-montana-de-haiti-deja-al-menos-25-muertos-y-decenas-de-heridos/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:45:09 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Una estampida en una fortaleza en la cima de una montaña en el norte de Haití que es popular entre los turistas dejó al menos 25 muertos y decenas de heridos, informaron las autoridades, actualizando una cifra anterior, más alta, de fallecidos.</p><p>Las autoridades municipales en la ciudad de Cap-Haïtien declararon en un comunicado que la estampida del sábado en Milot “resultó en numerosos casos de asfixia, aplastamiento y pérdida de conciencia”. Las autoridades añadieron que docenas de personas que asistieron a festividades tradicionales en el sitio histórico fueron atendidas en hospitales, y muchas otras fueron reportadas como desaparecidas.</p><p>“Según información preliminar... una situación de grave hacinamiento, vinculada en particular a deficiencias en las medidas de gestión de multitudes, desencadenó una estampida”, indicaron las autoridades locales en el comunicado.</p><p>La Policía Nacional de Haití afirmó en un comunicado separado que había abierto una investigación para determinar la causa exacta del incidente. La pesquisa llevó a las autoridades a actualizar el número de muertos a 25. Ya se realizaban autopsias el domingo.</p><p>La policía añadió que 30 personas permanecen hospitalizadas y pidió a la población que siga cooperando con las autoridades y evite difundir rumores.</p><p>El gobierno de Haití ofreció sus condolencias a las familias de las víctimas del incidente en la Ciudadela Laferrière.</p><p>Algunos de los cuerpos de las víctimas permanecían en el sitio el domingo.</p><p>Donaldson Jean dijo que su hermana había viajado allí después de estudiar diligentemente para obtener las calificaciones necesarias para ser parte de una excursión escolar para los mejores estudiantes. Sollozó después de cargar su cuerpo, que estaba cubierto con una lona blanca.</p><p>“De mañana y de noche, ella estaba estudiando para el programa de genios”, dijo. “Venía y me pedía que la ayudara con la tarea antes de la cena. Miren cómo la perdí”.</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/KF4XV7EU6PWA4XLAH36225VLEE.jpg?auth=c64c9986a79699ee05c9fca2e8cacd6186143aeafb234dddb58e7dbeb08d7684&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los zapatos de las víctimas de una estampida mortal reposan junto a la entrada principal de la Ciudadela Laferriere en Milot, Haití, el domingo 12 de abril de 2026. (Foto AP/Ketlain Difficile)]]></media:description><media:credit role="author" scheme="urn:ebu">Ketlain Difficile</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MX5ZLQSCONCMTBJIULZLV7V6ZE.jpg?auth=285ab4a79261e85c503579f313f9219bb97d3edcdec2a3a65d4303083a99aff8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Visitantes recorren la Ciudadela Laferriere, en Milot, Haití, el jueves 27 de marzo de 2008. (Foto AP/Ariana Cubillos, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[The Latest: US military says it will blockade Iranian ports after ceasefire talks end]]></title><link>https://www.local10.com/news/world/2026/04/12/the-latest-us-military-says-it-will-blockade-iranian-ports-after-ceasefire-talks-end/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/the-latest-us-military-says-it-will-blockade-iranian-ports-after-ceasefire-talks-end/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 02:22:15 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump said the U.S. Navy would swiftly begin a blockade of ships entering or leaving the Strait of Hormuz, after U.S.-Iran ceasefire talks in Pakistan ended without an agreement.</p><p>U.S. Central Command announced that it will blockade all Iranian ports beginning Monday at 10 a.m. EDT, or 5:30 p.m. in Iran.</p><p>CENTCOM said the blockade will be “enforced impartially against vessels of all nations.” It said it would still allow ships traveling between non-Iranian ports to transit the Strait of Hormuz.</p><p>Earlier in the day, the United States and Iran ended 21 hours of face-to-face talks in Islamabad without reaching a deal, leaving the fate of the fragile, two-week ceasefire still unclear.</p><p>The war that has killed thousands of people and shaken global markets has entered its seventh week.</p><p>Here is the latest:</p><p>Trump says he doesn’t care when Iran returns to the negotiating table</p><p>Speaking to reporters outside Washington after flying back from Florida, Trump was asked how long it might be before Iranian officials returned to the negotiating table amid a fragile ceasefire.</p><p>“I don’t care if they come back or not,” he replied. “If they don’t come back, I’m fine.”</p><p>Trump said that during weekend negotiations led by U.S. Vice President JD Vance, Iran said they were pushing for a nuclear weapon.</p><p>“They still want it, and they made that clear the other night. Iran will not have a nuclear weapon,” he said.</p><p>Trump lambasts Pope Leo XIV, extending feud over Iran war</p><p>Trump attacked Pope Leo XIV on social media Sunday, saying the first American pope should “stop catering to the Radical Left.”</p><p>It was an extraordinary broadside against the global leader of the Catholic Church, exacerbating a feud that began over the war in Iran.</p><p>A short time later, speaking to reporters after Air Force One landed outside Washington from Florida, Trump said, “We don’t like a pope who says it’s OK to have a nuclear weapon.”</p><p>“I don’t think he’s doing a very good job,” Trump said, adding that “I’m not a fan of Pope Leo.”</p><p>Trump’s comments followed Leo having denounced over the weekend the “delusion of omnipotence” that is fueling the U.S.-Israel war in Iran and demanded political leaders stop and negotiate peace.</p><p>The U.S.-born pope didn’t mention the United States or Trump by name in his prayer.</p><p>But Leo’s 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>Ships have stopped moving through the Strait of Hormuz, says intelligence firm</p><p>Lloyd’s List Intelligence wrote Sunday that “all traffic” through the Strait of Hormuz stopped after President Donald Trump announced on Truth Social that the U.S. would blockade the waterway. It said two vessels that were leaving the strait turned around after the post.</p><p>A trickle of traffic had returned to the strait in the days since the U.S. and Iran agreed to pause the conflict.</p><p>Australia calls for Strait of Hormuz to be open to all</p><p>Australia’s Prime Minister Anthony Albanese has called for the Strait of Hormuz to be open and said the United States had not requested Australian help to blockade it.</p><p>President Donald Trump said the U.S. Navy would swiftly begin a blockade of ships entering or leaving the Strait of Hormuz, after U.S.-Iran ceasefire talks in Pakistan ended without an agreement.</p><p>Albanese told Nine Network television on Monday: “We’ve received no requests, and they’ve made this announcement overnight and they’ve done that in a unilateral way. And we haven’t been asked to participate.”</p><p>“What we want to see is negotiations continue and resume. We want to see an end to this conflict. We want to see the Strait of Hormuz opened for all. We want to see freedom of navigation as required by international law as well,” Albanese added.</p><p>Planned US blockade isn’t as sweeping as Trump vowed</p><p>The U.S. military’s logistical plans for blockading the Strait of Hormuz appeared to have been scaled down from the sweeping measures President Donald Trump had earlier threatened.</p><p>Trump originally wrote on Truth Social that the U.S. would blockade “any and all” ships exiting or entering the Strait of Hormuz. The military, however, says it will still permit passage of ships headed between non-Iranian ports.</p><p>Iran keeping 21 million barrels of oil in floating storage</p><p>Samir Madani, the co-founder of Tankertrackers.com, told AP that the monitoring group used imagery from the European Space Agency’s Copernicus-2 satellite to identify the types of Iranian oil tankers present in the Strait of Hormuz over the weekend.</p><p>They identified 10 “Very Large Crude Carrier” supertankers - which can hold 2 million barrels of oil each - and 1 Suezmax tanker - which holds 1 million barrels - in the Gulf of Oman as of Sunday, adding up to 21 million barrels.</p><p>Iran could be keeping the oil in floating storage to “better regulate exports amid turbulence” or in case of disturbances at Kharg Island, the group said on X.</p><p>Kharg Island, which the U.S. struck during the war, is home to a terminal through which Iran exports most of its oil.</p><p>Iran’s foreign minister claims US tanked productive talks</p><p>Writing on X, Foreign Minister Abbas Araghchi said Iran had negotiated with the U.S. in “good faith” for an end to the war.</p><p>“But when just inches away from “Islamabad MoU”, we encountered maximalism, shifting goalposts, and blockade,” he wrote, using an acronym for “memorandum of understanding.”</p><p>He then echoed earlier threats from Iranian officials.</p><p>“Good will begets good will. Enmity begets enmity.”</p><p>US Central Command to blockade Iranian ports</p><p>U.S. Central Command has announced that it will begin a blockade of Iranian ports on Monday at 10 a.m. ET.</p><p>CENTCOM said the blockade would be “enforced impartially against vessels of all nations” entering or departing Iranian ports and coastal areas.</p><p>It said it would still allow ships traveling between non-Iranian ports to transit the Strait of Hormuz.</p><p>In its statement, CENTCOM said the blockade would include all Iranian ports. It said it would give more information to commercial vessels before the start of the blockade.</p><p>Lebanese Red Cross says Israeli drone strike hit their unit, killing a paramedic</p><p>The Lebanese Red Cross said Sunday another paramedic was lightly wounded in the attack in the southern Lebanese town of Beit Yahoun.</p><p>At least 87 medical workers in Lebanon have been killed in Israeli strikes since the beginning of the war between Israel and the Hezbollah militant group, according to the country’s health ministry.</p><p>Middle East security expert says Trump has little leverage in the Strait of Hormuz</p><p>Andreas Krieg, a senior lecturer in security studies at Kings College London, said Sunday that Trump’s plan to use the U.S. Navy to block the Strait of Hormuz is unrealistic.</p><p>“We should bear in mind that the Americans have a much lower threshold of pain than the Iranians,” Krieg said. “The Iranians, whatever happens, can sustain this for far longer than the world economy, far longer the Gulf states, far longer then the Americans.”</p><p>Krieg said Trump doesn’t have “any good options” and that he will have to concede on some issues.</p><p>“There isn’t any tool in the toolbox in terms of the military lever that he could use to get his way,” he said.</p><p>Energy expert says oil price could jump by $10 on Trump’s threatened blockade of the Strait of Hormuz</p><p>Brent crude oil, the international standard, has gone from roughly $70 per barrel before the war in late February to more than $119 at times. Brent for June delivery fell 0.8% to $95.20 per barrel Friday.</p><p>Michael Lynch, distinguished fellow at Energy Policy Research Foundation, estimates Trump’s threatened blockade could boost oil prices $5 to $10 when the market opens on Monday.</p><p>The blockade would take an estimated 2 million barrels of oil per day off the market, and the Iran war has already taken roughly 10 million barrels per day out of supply, Lynch said.</p><p>“This is a pretty big insult to a pretty big injury, I guess, is the way to put it,” he said.</p><p>But Lynch said the blockade might be short-lived as Trump will be pressured to walk it back.</p><p>“I wouldn’t be surprised to see him to give it up by midweek, especially if oil prices keep going up,” he said.</p><p>Iran’s chief negotiator says Trump’s threats ‘have no effect on Iranian people’</p><p>Parliament Speaker Mohammad Bagher Qalibaf told reporters Sunday that Iran has shown it doesn’t surrender to threats, hours after Trump said the U.S. would impose a blockade to stop ships from entering or leaving the Strait of Hormuz.</p><p>“If you fight, we will fight.” Qalibaf said in a social media post addressing Trump.</p><p>Qalibaf said the talks in Pakistan were “intensive, serious and challenging,” and that Iran’s negotiators “designed strong initiatives to demonstrate Iran’s goodwill, which led to progress.”</p><p>He did not describe the progress made during the talks nor Iran’s strong initiatives.</p><p>Lebanon’s prime minister says his government is committed to ending the war through negotiations</p><p>Nawaf Salam made his remarks on the eve of the 51st anniversary of the start of Lebanon’s 15-year civil war.</p><p>Lebanon and Israel will hold direct talks in Washington starting Tuesday in a bid to end Israel’s conflict with Hezbollah, an Iran-backed militant group in Lebanon.</p><p>Hezbollah supporters and critics of the decision to negotiate have protested in Beirut, saying the government is too weak to end the war.</p><p>The government has set a truce as a prerequisite for talks, and plans to demand an Israeli withdrawal, the release of Lebanese prisoners, and the return of over one million displaced Lebanese.</p><p>Lebanese authorities have criticized Israel’s airstrikes and ground invasion, but have also decried Hezbollah for launching rockets on March 2 in solidarity with Iran, sparking the latest escalation.</p><p>The Lebanese government came to power just over a year ago promising to disarm all non-state groups.</p><p>“I feel the pain of the mother who lost her son combating on the front lines as I feel the pain of the mother who lost her child who did not choose this war and only wanted to live,” said Salam.</p><p>Experts say blockade could lead to higher oil prices but more details are needed on implementation</p><p>Kevin Book, the managing director of research at research firm ClearView Energy Partners, said Sunday that leaner volumes generally mean tighter markets and higher prices, but “much depends on the scope and implementation of the blockade.”</p><p>“How Tehran responds matters, too. Iranian and/or Houthi reprisals against Gulf producers’ alternative routes could drive prices still higher,” Book said.</p><p>Jonathan Elkind, senior research scholar at the Center on Global Energy Policy at Columbia University said Trump’s statement on Fox News that implementing the blockade will take some time also adds uncertainty.</p><p>“Is this a climb down because of concerns about how sharply oil markets were set to rise in tomorrow’s trading? No one knows,” he said.</p><p>US official says Iran could not agree to America’s red lines for ending the war</p><p>U.S. Vice President JD Vance’s goal in the talks with Iran was to outline America’s red lines and where there was room to negotiate. But Iran’s delegates could not agree to all of the stated red lines.</p><p>That’s according to a U.S. official who spoke to The Associated Press on condition of anonymity because they were not authorized to describe negotiating positions on the record.</p><p>The core objective for U.S. negotiators was that Iran never obtain a nuclear weapon. But there were additional red lines set by the U.S. that Iran objected to, the official said.</p><p>The red lines include Iran ending uranium enrichment, dismantling its major enrichment facilities, allowing retrieval of its highly enriched uranium, ending funding for Hamas, Hezbollah and the Houthis, creating a broader framework for peace and security in the region, and opening the Strait of Hormuz.</p><p>The U.S. believes that blockading the strait will show Iran the limits of its leverage as it considers the offer, the official said.</p><p>__ By Josh Boak</p><p>Netanyahu visits parts of southern Lebanon under Israeli military control</p><p>Israel’s prime minister was making his first visit since the start of the current round of fighting between Israel and Hezbollah.</p><p>“One of the things we see here is that we have essentially changed the face of the Middle East,” Netanyahu said Sunday. “Our enemies — Iran and the Axis of Evil — they came to destroy us, and now they are simply fighting for their own survival.”</p><p>Netanyahu said Saturday that Israel was working to control an 8 to 10 km (5 to 6 mile) buffer zone inside Lebanon to ensure Hezbollah does not fire close-range rockets and anti-tank missiles over the border.</p><p>Iran says it has ‘full control’ of the Strait of Hormuz and that the waterway remains open for non-military vessels</p><p>Iran’s Revolutionary Guard Navy said Sunday that military vessels approaching the Strait of Hormuz “will be met with a firm and forceful response,” according to two semiofficial Iranian news agencies.</p><p>Earlier Sunday, Trump said the U.S. Navy would begin a blockade on the critical waterway to stop ships from entering or leaving.</p><p>The talks in Pakistan between Iran and the U.S. ended Sunday without an agreement to end the fighting.</p><p>UN peacekeeping mission in southern Lebanon says Israeli tanks rammed into their vehicles</p><p>The mission, known as UNIFIL, said Israeli ground troops twice rammed their vehicles with a Merkava tank on Sunday.</p><p>The soldiers were blocking a road in Bayada that peacekeepers have been using to access their positions, UNIFIL said in a statement.</p><p>UNIFIL has decried attacks on its personnel and damage to its facilities since</p><p>the latest war between Israel and Hezbollah militants started on March 2. Three peacekeepers have been killed in the past month.</p><p>“Israeli soldiers have continually blocked peacekeepers’ movements on this road in recent days, in addition to denials of freedom of movement recorded in other areas,” UNIFIL said. “They hinder peacekeepers’ ability to report violations by both sides on the ground.”</p><p>Trump says the UK is sending minesweepers to the Strait of Hormuz</p><p>Britain’s Defense Ministry did not immediately respond to a message seeking comment about Trump’s assertion Sunday on Fox News.</p><p>In an April 2 meeting of top diplomats from 40 nations, British Foreign Secretary Yvette Cooper discussed mustering their collective powers to remove mines from strait once the conflict diminished.</p><p>Cooper convened a meeting with about 30 of those nations last week to discuss restoring free movement in the shipping channel and a follow-up is scheduled this week.</p><p>In March, James Cartlidge, the opposition Conservative Party’s defense secretary, said the British Navy removed its last minesweeper from the Persian Gulf a week before the war began.</p><p>Saudi Arabia summons Iraqi ambassador over drone attacks</p><p>Saudi Arabia’s Foreign Ministry submitted a “protest note” Sunday to the Iraqi ambassador following what it called ongoing drone attacks launched from Iraqi territories against Saudi Arabia and neighboring Gulf States.</p><p>It was not immediately clear if the Iraqi drone attacks are still taking place.</p><p>The Islamic Resistance in Iraq, an umbrella group of Iran-backed Iraqi militias, said last week that it would halt its operations in Iraq and the region for two weeks, hours after the U.S. and Iran agreed to a two-week ceasefire.</p><p>Iran-backed militias in Iraq have claimed responsibility for dozens of attacks on U.S. bases and other facilities in the country in solidarity with Tehran since the war began.</p><p>Iran’s president says his country is prepared to reach ‘balanced and fair’ agreement</p><p>President Masoud Pezeshkian told Russian President Vladimir Putin on Sunday that his country is prepared to reach a deal that would ensure “lasting regional peace.”</p><p>Pezeshkian added that Iran’s national interests are a red line, according to a readout of the call carried by Iran’s state media.</p><p>He criticized the U.S. use of bases in Gulf countries to carry out strikes against Iran, while maintaining that Gulf countries are “brothers” and that Tehran is willing to cooperate with them to achieve regional security “without outside powers”</p><p>Iran has said it has repeatedly struck U.S. facilities in neighboring Gulf countries since the war started in late February. Gulf countries say Iran has also targeted civilian infrastructure and facilities.</p><p>Egypt’s foreign minister speaks with a senior Pakistani diplomat and a US envoy</p><p>In the call with U.S. envoy Steve Witkoff, Foreign Minister Badr Abdelatty affirmed “the importance of adhering to the diplomatic path and prioritizing dialogue and peaceful solutions” to settle all disputes.</p><p>Abdelatty and his Pakistani counterpart, Mohammad Ishaq Dar, affirmed that they will continue their efforts to de-escalate and bridge the gaps between the U.S. and Iran.</p><p>Pakistan, Egypt and Turkey have been mediating between the U.S. and Iran since the start of the war.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NGUYNDN5SHLNUIHOG7HES3PO2U.jpg?auth=cc7107ffb1d624b743a379f434add434640917b3aa93e0c5736770ecdeddfbbe&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, second left, shakes hands with Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar, as Pakistan's Interior Minister Mohsin Naqvi, left, Pakistan's Chief of Defence Forces Chief of Army Staff Field Marshall Asim Munir, third left, and Charge d'Affaires of the U.S. Embassy in Islamabad Natalie A. Baker, right, look on, as he prepares to board Air Force Two after attending talks on Iran in Islamabad, Pakistan, Sunday, April 12, 2026. (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/76WZLFTZ4GIV7VL2BIRJU2E4UU.jpg?auth=8e229a19de3ceed49025bd0cb40c8252708ca1df21bd6e90f15e1e6647c1ae98&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 thumb up sign as he boards Air Force Two after attending talks on Iran in Islamabad, Pakistan, Sunday, April 12, 2026, . (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/B43VTOXHUT2YELK7BPGDCYB4HY.jpg?auth=90efd26f3e3e6b73fa27216434419b04afab0b2548678a0f13e98f3b59b71966&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, left, talks to Pakistan's Chief of Defence Forces and Chief of Army Staff Field Marshall Asim Munir, right, and Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar, center, before boarding Air Force Two after attending talks on Iran in Islamabad, Pakistan, Sunday, April 12, 2026. (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/MA5VP5QKMJBVDSOOPU73XLYF4U.jpg?auth=6740efd11de9c341f3442158949567f4ffac1bbbd8ecb4488d2c73a9576fb154&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance walks with Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar, partially seen on the left, Pakistan's Chief of Defence Forces and Chief of Army Staff Field Marshall Asim Munir, third left, Pakistan's Interior Minister Mohsin Naqvi, and Charge d'Affaires of the U.S. Embassy in Islamabad Natalie A. Baker, right, before boarding Air Force Two after attending talks on Iran in Islamabad, Pakistan, Sunday, April 12, 2026. (AP Photo/Jacquelyn Martin, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[A stampede at a Haitian mountaintop fortress kills at least 25 people and injures dozens]]></title><link>https://www.local10.com/news/world/2026/04/12/a-stampede-at-a-haitian-mountaintop-fortress-kills-at-least-25-people-and-injures-dozens/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/a-stampede-at-a-haitian-mountaintop-fortress-kills-at-least-25-people-and-injures-dozens/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 00:36:09 +0000</pubDate><content:encoded><![CDATA[<p>PORT-AU-PRINCE, Haiti (AP) — A stampede at a mountaintop fortress popular with tourists in northern Haiti has killed at least 25 people and injured dozens of others, authorities said, revising an earlier, higher number of fatalities.</p><p>Municipal authorities in the city of Cap-Haïtien in a statement said that Saturday's stampede in Milot "resulted in numerous cases of asphyxiation, trampling and loss of consciousness." Authorities said dozens of people who attended traditional festivities at the historical site were taken to hospitals while many others were reported missing.</p><p>“According to preliminary information ... a situation of severe overcrowding, linked in particular to deficiencies in crowd management measures, triggered a stampede,” local authorities said in the statement.</p><p>The Haitian National Police in a separate statement said it had opened an investigation to determine the exact cause of incident. The investigation led authorities to update the death toll to 25 fatalities. Autopsies were underway on Sunday.</p><p>Police said 30 people remained hospitalized. The agency also asked the population to continue to cooperate with authorities and avoid spreading rumors.</p><p>Haiti’s government offered its condolences to the families of the victims of the incident at the Citadelle Laferrière.</p><p>Some of the victims’ bodies remained at the site on Sunday.</p><p>Donaldson Jean said his sister had traveled there after studying diligently to get the grades necessary to be part of a school field trip for the best students. He sobbed after carrying her body, which had been covered with a white tarp.</p><p>“Morning and night, she was studying for the genius program,” he said. “She would come and ask me to help with homework before dinner. Look how (I) lost her”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YMV6DIGB6BG6AS3NNLFCMW3QIE.jpg?auth=019aa73f8732ca3efa7e77839980fa564142a6366955f2eb0633aa326b3d2266&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of a victim of a deadly stampede embrace each other in Milot, Haiti, Sunday, April 12, 2026. (AP Photo/Ketlain Difficile)]]></media:description><media:credit role="author" scheme="urn:ebu">Ketlain Difficile</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/44SEO7UKQIDYPIQ32X2LOUGAKU.jpg?auth=d1bfb8f8e51d37fc8efd52f96a848d57970cad33ad16cb1dc492f819067fe78a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The shoes of victims of a deadly stampede sit by the main entrance of the Citadelle Laferriere in Milot, Haiti, Sunday, April 12, 2026. (AP Photo/Ketlain Difficile)]]></media:description><media:credit role="author" scheme="urn:ebu">Ketlain Difficile</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B3KDZGZV4WSHV4SNFMFFRNNHSA.jpg?auth=bad3703a2e2d5fb65c61760bfaff4ac5a6ba9c7017fdeb1e863abc18ba777214&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of a victim of a deadly stampede react in Milot, Haiti, Sunday, April 12, 2026. (AP Photo/Ketlain Difficile)]]></media:description><media:credit role="author" scheme="urn:ebu">Ketlain Difficile</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZGTMXWR7EVAAZFCBQWLRZFQ7M.jpg?auth=c47293c4d54b80871fd9dffeba9f646bab4921b1f95657356ff99e8c004a89d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People prepare to transport the body of a relative, a victim of a deadly stampede, to their home, in Milot, Haiti, Sunday, April 12, 2026. (AP Photo/Ketlain Difficile)]]></media:description><media:credit role="author" scheme="urn:ebu">Ketlain Difficile</media:credit></media:content></item><item><title><![CDATA[Hungarian Prime Minister Orbán is ejected after 16 years in a European electoral earthquake]]></title><link>https://www.local10.com/news/2026/04/12/hungarian-prime-minister-orban-is-ejected-after-16-years-in-a-european-electoral-earthquake/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/hungarian-prime-minister-orban-is-ejected-after-16-years-in-a-european-electoral-earthquake/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Mon, 13 Apr 2026 01:17:44 +0000</pubDate><content:encoded><![CDATA[<p>BUDAPEST, Hungary (AP) — Hungarian voters on Sunday ousted long-serving Prime Minister Viktor Orbán after 16 years in power, rejecting the authoritarian policies and global far-right movement that he embodied in favor of a pro-European challenger in a bombshell election result with global repercussions.</p><p>It was a stunning blow for Orbán — a close ally of both U.S. President Donald Trump and Russian President Vladimir Putin — who quickly conceded defeat after what he called a ″painful″ election result. U.S. Vice President JD Vance had made a visit to Hungary just days earlier, meant to help push Orbán over the finish line.</p><p>Election victor Péter Magyar, a former Orbán loyalist who campaigned against corruption and on everyday issues like health care and public transport, has pledged to rebuild Hungary's relationships with the European Union and NATO — ties that frayed under Orbán. European leaders quickly congratulated Magyar.</p><p>His victory was expected to transform political dynamics within the EU, where Orbán had upended the bloc by frequently vetoing key decisions, prompting concerns he sought to break it up from the inside.</p><p>It will also reverberate among far-right movements around the world, which have viewed Orbán as a beacon for how nationalist populism can be used to wage culture wars and leverage state power to undermine opponents.</p><p>It's not yet clear whether Magyar’s Tisza party will have the two-thirds majority in parliament, which would give it the numbers needed for major changes in legislation. With 93% of the vote counted, it had more than 53% support to 37% for Orbán’s governing Fidesz party and looked set to win 94 of Hungary's 106 voting districts.</p><p>“I congratulated the victorious party,″ Orban told followers. “We are going to serve the Hungarian nation and our homeland from opposition.″</p><p>Jubilation erupted along the Danube</p><p>In a speech to tens of thousands of jubilant supporters at a victory party along the Danube River, Magyar said his voters had rewritten Hungarian history.</p><p>“Tonight, truth prevailed over lies. Today, we won because Hungarians didn’t ask what their homeland could do for them — they asked what they could do for their homeland. You found the answer. And you followed through,” he said.</p><p>On the streets of Budapest, drivers blared car horns and cranked up anti-government songs while people marching in the streets chanted and screamed.</p><p>Many revelers chanted “Ruszkik haza!” or “Russians go home!” — a phrase used widely during Hungary’s 1956 anti-Soviet revolution, and which had gained increasing currency amid Orbán’s drift toward Moscow.</p><p>Turnout in the election was nearly 80%, according to the National Election Office, a record number in any vote in Hungary’s post-Communist history.</p><p>‘Choice between East or West’</p><p>Orbán, the EU’s longest-serving leader and one of its biggest antagonists, traveled a long road from his early days as a liberal, anti-Soviet firebrand to the Russia-friendly nationalist admired today by the global far-right.</p><p>The EU will be waiting to see how Magyar changes Hungary's approach to Ukraine. Orbán repeatedly frustrated EU efforts to support the neighboring country in its war against Russia’s full-scale invasion, while cultivating close ties to Putin and refusing to end Hungary’s dependence on Russian energy imports.</p><p>Recent revelations have shown a top member of Orbán's government frequently shared the contents of EU discussions with Moscow, raising accusations that Hungary was acting on Russia’s behalf within the bloc.</p><p>Members of Trump's “Make America Great Again” movement are among those who see Orbán's government and his Fidesz political party as shining examples of conservative, anti-globalist politics in action, while he is reviled by advocates of liberal democracy and the rule of law.</p><p>In Budapest, Marcell Mehringer, 21, said he was voting “primarily so that Hungary will finally be a so-called European country, and so that young people, and really everyone, will do their fundamental civic duty to unite this nation a bit and to breakdown these boundaries borne of hatred.”</p><p>Strained relationship with the EU</p><p>During his 16 years as prime minister, Orbán launched harsh crackdowns on minority rights and media freedoms, subverted many of Hungary's institutions and been accused of siphoning large sums of money into the coffers of his allied business elite, an allegation he denies.</p><p>He also heavily strained Hungary's relationship with the EU. Although Hungary is one of the smaller EU countries, with a population of 9.5 million, Orbán has repeatedly used his veto to block decisions that require unanimity.</p><p>Most recently, he blocked a 90-billion euro ($104 billion) EU loan to Ukraine, prompting his partners to accuse him of hijacking the critical aid.</p><p>His challenger came from the inside</p><p>Magyar, 45, rapidly rose to become Orbán's most serious challenger.</p><p>A former insider within Orbán's Fidesz, Magyar broke with the party in 2024 and quickly formed Tisza. Since then, he has toured Hungary relentlessly, holding rallies in settlements big and small in a campaign blitz that recently had him visiting up to six towns daily.</p><p>In an interview with The Associated Press earlier this month, Magyar said the election will be a “referendum” on whether Hungary continues on its drift toward Russia under Orbán, or can retake its place among the democratic societies of Europe.</p><p>Tisza is a member of the European People's Party, the mainstream, center-right political family with leaders governing 12 of the EU's 27 nations.</p><p>Uphill election battle</p><p>Magyar faced a tough fight. Orbán's control of Hungary's public media, which he has transformed into a mouthpiece for his party, and vast swaths of the private media market give him an advantage in spreading his message.</p><p>The unilateral transformation of Hungary's electoral system and gerrymandering of its 106 voting districts by Fidesz also required Tisza to gain an estimated 5% more votes than Orbán’s party to achieve a simple majority.</p><p>Additionally, hundreds of thousands of ethnic Hungarians in neighboring countries had the right to vote in Hungarian elections and traditionally have voted overwhelmingly for Orbán's party.</p><p>Russian secret services have plotted to interfere and tip the election in Orbán's favor, according to numerous media reports including by The Washington Post. The prime minister, however, accused neighboring Ukraine, as well as Hungary's allies in the EU, of seeking to interfere in the vote to install a “pro-Ukraine” government.</p><p>___</p><p>Associated Press journalists Béla Szandelszky, Marko Drobnjakovic, Ivan L. Nagy, Florent Bajrami in Budapest, Hungary, and Angela Charlton in Paris contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GZ6W2C5JRUPPPX2ADT5TA7MPLI.jpg?auth=e37b7c75507a89e4557ed9d8b16d01ddec9a18bb0ac3de95e70be3efdd6efc32&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 celebrates 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/ONLMHAJYDR47ZXEXXX2H7CYGKU.jpg?auth=e0108495c3b1d0788c97b94dfef11a021baeb9ceea4b94d8465810da47a0d307&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 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/HZGQJ3BYX4GOOYROYASLJODC4Y.jpg?auth=c73c8f5f9ab1233bebd25be62cfbbc982d00507fb3c08e36e7aad480ffd02077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hungary's Prime Minister Viktor Orban, center, addresses after a parliamentary election in Budapest, Hungary, Sunday, April 12, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AUGD5FWGD3L5KATFCIHFJN5W5Y.jpg?auth=c23baadbcb0108546aafba11dc27c353410135d8087c6f4fe0f73b0a448c6b22&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/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></item><item><title><![CDATA[A 23-story hotel in exclusive Miami locale vanishes in seconds with implosion]]></title><link>https://www.local10.com/news/florida/2026/04/12/a-23-story-hotel-in-exclusive-miami-locale-vanishes-in-seconds-with-implosion/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/04/12/a-23-story-hotel-in-exclusive-miami-locale-vanishes-in-seconds-with-implosion/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 16:12:31 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A hotel at one of Miami's most exclusive locations was demolished Sunday to make way for something bigger.</p><p>Demolition experts completed the controlled implosion of the former Mandarin Oriental, Miami on Brickell Key, a human-made island at the mouth of the Miami River, across from downtown. It marked the largest implosion for Miami in more than a decade, officials said.</p><p>The 23-story building, which opened 25 years ago, collapsed in less than 20 seconds following blasts that occurred around 8:30 a.m.</p><p>People watching the implosion safely from afar cheered and recorded phone videos as the building's framework collapsed following a series of rapid charges. Dust soon filled the air as building material crashed down. Some watchers wore face masks as they left the area.</p><p>Residents within 800 feet (244 meters) of the building were asked to stay inside their apartments during the blast with windows and doors closed.</p><p>According to Swire Properties, the demolition will make way for the groundbreaking of The Residences at Mandarin Oriental, Miami, a two-tower ultraluxury hotel and residential development scheduled for completion in 2030.</p><p>The operation follows nearly two years of planning and coordination with specialized contractors and the city, developers said. Implosion was selected as the safest and most efficient method to maintain the project timeline while minimizing disruption and ensuring the safety of the Brickell Key community.</p><p>The implosion happened a couple of minutes after what looked and sounded like blue- and pink-tinted fireworks were set off near the top of the building.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BJSSFFFL27I5ZOPQME42SDXIM.jpg?auth=aed6b50ea2beb371acba6f738dd5236dbc62ee617aaa16966fcd8effd29321e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Miami Fire-Rescue boat surveys debris following the controlled implosion of the former Mandarin Oriental Hotel on Brickell Key, 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/FPG4AW44G4XTBYL5TLQIZLBW4Q.jpg?auth=9685aef9b8f54e405be2137470e95f6eb32624dd89d57136c1e5f3f21dd6abee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man, with his shirt pulled up to cover his nose against dust, looks toward the debris following the controlled implosion of the former Mandarin Oriental Hotel on Brickell Key, 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/OHOZBGAU5IFJMMJBQHYJ4QVF7I.jpg?auth=fb898141746c182d60baf942c3ba51cc1cc4dd746de3ae21c3ca8401a57ac4f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch pyrotechnics just before the controlled implosion of the former Mandarin Oriental Hotel on Brickell Key, 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/7YMC7XIOQYWUCQ3OZXND56QLAY.jpg?auth=98c99ede04eae3b1ed948c3cd4e6acfe4bd2a8edf8acd32a484e7575ad988887&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather along the Biscayne Bay waterfront to watch the controlled implosion of the former Mandarin Oriental Hotel on Brickell Key, 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/3KLYYXKPWWVJRZLQJFI4ZNCA2A.jpg?auth=2734ec0199a3946e5e76b2ef9d257339b6d776ad92bd135c1a04542fb99530bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A City of Miami Fire-Rescue boat patrols in front of the former Mandarin Oriental Hotel on Brickell Key ahead of its controlled implosion, 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></item><item><title><![CDATA[Cruise companies to Alaska are avoiding a popular excursion to Tracy Arm after a massive landslide]]></title><link>https://www.local10.com/news/national/2026/04/12/cruise-companies-to-alaska-are-avoiding-a-popular-excursion-to-tracy-arm-after-a-massive-landslide/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/04/12/cruise-companies-to-alaska-are-avoiding-a-popular-excursion-to-tracy-arm-after-a-massive-landslide/</guid><dc:creator><![CDATA[By BECKY BOHRER, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 04:03:56 +0000</pubDate><content:encoded><![CDATA[<p>JUNEAU, Alaska (AP) — For years, a popular part of many cruises in southeast Alaska has been sailing up Tracy Arm, a long, narrow fjord marked by steep mountains, glittering waterfalls and calving glaciers.</p><p>But this season, major cruise lines are skipping it. A massive landslide last summer sent parts of a glacier crashing into the water, generated a tsunami and pushed a wave high up the opposite mountain wall. Several companies opting out cited safety concerns with the still-hazardous slopes.</p><p>“Tracy Arm is the majestic princess, you know, she is the queen of fjords,” said travel agent Nate Vallier.</p><p>The destination cruise and tour companies have chosen as an alternative — nearby Endicott Arm and Dawes Glacier — is “still beautiful by any means, but it’s just not the same,” he said.</p><p>Tracy Arm, southeast of Juneau, is a roughly 30-mile (50-kilometer) fjord that features two tidewater glaciers — the North and South Sawyer — and wildlife, including seals and bears.</p><p>Early on Aug. 10, 2025, a landslide originating high on a slope above the toe of the South Sawyer, near the head of the fjord, sent water surging more than a quarter mile (more than half a kilometer) up the mountain wall opposite the slide and out Tracy Arm.</p><p>No ships were in the fjord, officials said, and no deaths or injuries were reported. But kayakers camped on an island near where Tracy and Endicott arms meet had much of their gear swept away by the rushing water.</p><p>Southeast Alaska, largely encompassed by a temperate rainforest, is no stranger to landslides. And while it's long been known the fjord network in the Tracy Arm region has been susceptible, the slope that failed had not been identified as an active hazard before last summer's collapse, said Gabriel Wolken, manager of the state’s climate and ice hazards program.</p><p>Scientists are working to understand not only what caused the slope to collapse but to understand what other hazards might exist in the fjord, he said.</p><p>The area remains unstable, said Steven Sobieszczyk, a U.S. Geological Survey spokesperson. Steep landslide areas continue to change for years after an initial slide, he said by email.</p><p>“Continued rockfall and small-scale sliding from the exposed landslide scar are expected and could impact the water, potentially causing a future localized tsunami,” he said.</p><p>Major cruise companies, including Holland America, Carnival Cruise Line and Royal Caribbean said in response to inquiries from The Associated Press that they are replacing a Tracy Arm visit with Endicott Arm. MSC Cruises, Virgin Voyages and regional tour company Allen Marine also are doing Endicott and Dawes Glacier instead. Norwegian Cruise Line said it does not have voyages sailing by Tracy Arm.</p><p>Endicott already has been a stop for some ships previously and an alternative when conditions in Tracy Arm, such as excess ice, have been unsafe.</p><p>Vallier, who owns the Alaska Travel Desk, said he would have liked cruise companies to give travelers more advance notice about itinerary changes.</p><p>After leaving Seattle, the first ships of the season are due April 21 in Ketchikan and in Juneau the following week.</p><p>Seeing a glacier — particularly a dynamic, calving glacier — is a bucket-list item for many tourists, and that's what has made Tracy Arm so popular, he said. While the Mendenhall Glacier in Juneau is a major attraction for the capital city and cruise port, many visitors view it from across a large lake, and it has diminished or entirely retreated from view from some hiking overlooks.</p><p>Kimberly Lebeda of Wichita, Kansas, was excited when she booked tickets for a Tracy Arm excursion for her family last year. Lebeda, who researches areas she visits, said she was sold on the scenery.</p><p>But the night before the stop, they were told that due to ice in Tracy Arm, they would go up Endicott instead. Her family and others who'd booked the excursion got off the ship and onto a smaller boat with glass windows, abundant seating and snacks. They saw seals on ice floes, waterfalls and “a wall of ice” calve from Dawes Glacier, she said.</p><p>She called it “an amazing thing to witness.”</p><p>“Was it worth it? Yes, because I don’t know if I'll ever get to do that trip again,” she said. “Again, I haven’t ever been to Tracy Arm so I can’t really compare. But to me, was it worth it and was it exciting? Absolutely.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5OFTB5VYSJUJBQE5ONGBRB7Y6M.jpg?auth=32758b4996c144de8a0209a232191b304889f71b204ee9ce703755f831e7b9ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the U.S. Geological Survey looks up Tracy Arm fjord to the terminus of the South Sawyer Glacier about 80 miles southeast of Juneau, Alaska, on Aug. 13, 2025, days after a landslide in the area. (John Lyons/U.S. Geological Survey via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Lyons</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2WNO5KR5IDY6IQTIWCU64PKDW4.jpg?auth=b4f6696fc9b8d6f30d29133cdc48ed3787437f0c9793eb4f05824a40c7efe1e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the U.S. Geological Survey shows the terminus of the South Sawyer Glacier in Tracy Arm fjord, alongside the remains of a landslide, left, that occurred days earlier, Aug. 13, 2025, about 80 miles southeast of Juneau, Alaska. (John Lyons/U.S. Geological Survey via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Lyons</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RMBUZTK6ULOQ6LRGWPJ232EPUU.jpg?auth=6e55e415b9972024619947fab86e9c32f2a3991556b6c94feb23ea34afccadd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the U.S. Geological Survey shows the slope where a landslide occurred days earlier near the terminus of the South Sawyer Glacier, lower right, in Tracy Arm fjord about 80 miles southeast of Juneau, Alaska, on Aug. 13, 2025. (John Lyons/U.S. Geological Survey via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">John Lyons</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IQHVLXPIKK24UX2VMH55INIAM.jpg?auth=25f4bede5fe3f5b21d05680f013a0b5340c570b6a09f492f663ac5ae1068b425&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Passengers stream off the Norwegian Bliss after the vessel arrived, in Juneau, Alaska, April 25, 2022. (AP Photo/Becky Bohrer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Becky Bohrer</media:credit></media:content></item><item><title><![CDATA[Iran war diverts US military and attention from Asia ahead of Trump's summit with China's leader]]></title><link>https://www.local10.com/news/world/2026/04/12/iran-war-diverts-us-military-and-attention-from-asia-ahead-of-trumps-summit-with-chinas-leader/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/iran-war-diverts-us-military-and-attention-from-asia-ahead-of-trumps-summit-with-chinas-leader/</guid><dc:creator><![CDATA[By DIDI TANG, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 04:02:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — In 2011, President Barack Obama declared it was time for America to leave behind the wars in Iraq and Afghanistan and “pivot” to Asia to counter the rise of China. Fifteen years later, the U.S. finds itself still at war in the Middle East and has pulled military assets from the Asia-Pacific as it aims to eliminate the threat posed by Iran's nuclear and missile programs.</p><p>The demands of the Iran war also caused President Donald Trump to delay by several weeks his highly anticipated trip to China, deepening worries that the U.S. is once again getting distracted at the cost of its strategic interests in Asia, where Beijing seeks to unseat the U.S. as the regional leader.</p><p>Those skeptical of the U.S. involvement in the Middle East say the war is preventing Trump from adequately preparing for his summit with Chinese leader Xi Jinping next month, when economic interests are on the line, and they warn that a failure to focus on Asia and maintain strong deterrence could lead to greater instability, if China should believe the time is ripe to seize the self-governed island of Taiwan.</p><p>“This is precisely the wrong time for the United States to turn away and be sucked into another intractable Middle East conflict,” said Danny Russel, a distinguished fellow at the Asia Society Policy Institute. “Rebalancing to Asia is highly relevant to America’s national interests, but it has been undercut by many bad decisions.”</p><p>Others defend the president's approach, arguing that the forceful steps he is taking elsewhere, including in Venezuela and Iran, serve to counter China globally.</p><p>“Beijing is the chief sponsor for the adversaries that President Trump is dealing with sequentially, and it’s wise to do this sequentially,” Matt Pottinger, who served as a deputy national security adviser in the first Trump administration, said in a recent podcast.</p><p>NATO Secretary General Mark Rutte also said conflicts may not be confined to a single theater, suggesting that China could call upon its “junior partners” elsewhere to divert U.S. attention if it should move against Taiwan.</p><p>“Most likely it will not be limited, something in the Indo-Pacific to the Indo-Pacific,” Rutte said, speaking Thursday at the Ronald Reagan Institute in Washington. “It will be a multi-theater issue.”</p><p>Repercussions in Asia of the Iran war</p><p>Sen. Jeanne Shaheen, the top Democrat on the Senate Foreign Relations Committee, recently led a bipartisan group of senators to Taiwan, Japan and South Korea, where they heard concerns about the impact of the war on energy costs and about the departure of U.S. military assets, including missile defense systems from South Korea and a rapid-response Marine unit from Japan.</p><p>She sought to reassure them of the U.S. commitment to deterring conflicts in Asia and shoring up regional stability.</p><p>“Failure is not an option,” Shaheen told The Associated Press after returning from Asia. “We know China has already said they intend to take Taiwan by force if they need to, and they’re on an expedited time schedule. And we also know that what happened in Europe, in the war in Ukraine, in the Middle East is affecting those calculations.”</p><p>Kurt Campbell, who served as deputy secretary of state in the Biden administration, said he’s worried that the military capabilities that the U.S. had patiently accumulated in the Indo-Pacific region might not return in full even after the Iran war ends.</p><p>The longer the conflict goes on, the more it will pull resources and focus away from Asia, said Zack Cooper, a senior fellow at the American Enterprise Institute who studies the U.S. strategy in Asia. He added that future arms sales to the region also will be negatively affected.</p><p>“The United States has expended substantial numbers of munitions in the Middle East and will have to keep an increased force presence there, some of which has been redirected from Asia,” Cooper said. “Meanwhile, Xi Jinping’s wisdom in preparing a ‘war time’ economy by stockpiling and adding alternate energy sources has shown itself to be beneficial.”</p><p>Shaheen said the U.S. defense industry will struggle to meet the demand to replenish the weapons stockpile. “We’re working on a number of strategies to improve that, but at this point, timelines for weapons delivery are slipping,” she said.</p><p>The senator from New Hampshire said she's encouraged that Taiwan, Japan and South Korea are stepping up their own defense.</p><p>After 15 years and 3 presidents, pivot to Asia remains elusive</p><p>Obama's strategic rebalance to Asia reflected his understanding that the U.S. must be a player in the Pacific to harness the region’s growth and ensure continued U.S. leadership in the face of China's rising influence.</p><p>“After a decade in which we fought two wars that cost us dearly, in blood and treasure, the United States is turning our attention to the vast potential of the Asia-Pacific region,” Obama said in a speech to the Australian Parliament. “So make no mistake, the tide of war is receding, and America is looking ahead to the future that we must build.”</p><p>But the strategy was set back when a proposed trade agreement known as the Trans-Pacific Partnership with key U.S. regional partners failed to get through the U.S. Senate. After Trump first took office in 2017, he withdrew the U.S. from the partnership and launched a tariff war with China.</p><p>His Democratic successor, Joe Biden, kept Trump's tariffs on China and tightened export controls on advanced technology, while strengthening regional alliances to counter China.</p><p>Middle East again grabs US attention</p><p>By the time Trump rolled out his national security strategy in late 2025, the U.S. strategy in Asia had been narrowed to military deterrence in the Taiwan Strait and the First Island Chain, a string of U.S.-aligned islands off China's coast that restrict its access to the Western Pacific.</p><p>The national security document says it's in the economic interest of the U.S. to secure access to advanced chips, which are sourced primarily from Taiwan and are needed to power everything from computers to missiles, and to protect shipping lanes in the South China Sea.</p><p>“Hence deterring a conflict over Taiwan, ideally by preserving military overmatch, is a priority,” the document says. “We will build a military capable of denying aggression anywhere in the First Island Chain.”</p><p>The Middle East, it says, should be getting less attention: “As this administration rescinds or eases restrictive energy policies and American energy production ramps up, America’s historic reason for focusing on the Middle East will recede."</p><p>Then came the Iran war.</p><p>___</p><p>AP writer Stephen Groves contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2S3EKL6EABN5FYT42E2Y6OOBEA.jpg?auth=3b6df757244065b1a035e7abd9675482cb1a8e2f5cd870d3f6af1a82cefe47b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo provided by the U.S. Navy, the Arleigh Burke-class guided-missile destroyer USS Halsey (DDG 97) conducts routine underway operations while transiting through the Taiwan Strait, May 8, 2024. (Mass Communication Specialist 3rd class Ismael Martinez/U.S. Navy via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mass Communication Specialist 3r</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JZXAQ75LYHDIMFIH4A6VBNI64E.jpg?auth=fe94e71f41a823bed285c193b25e00d3a74ffeff7f1f98d762933e6939c2d20f&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, and Chinese President Xi Jinping, right, shake hands before their meeting at Gimhae International Airport in Busan, South Korea, Oct. 30, 2025. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YGAPC2IS5QEJBUBL34WTPIXLBQ.jpg?auth=6f2c5f5a9183482e858483ab45b961c9218f000099d54986dce4bb95446a8e02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iranian pro-government demonstrators burn the U.S. and Israeli flags as one of them holds a picture of the Supreme Leader Ayatollah Mojtaba Khamenei during a gathering after announcement of a two-week ceasefire in the war with the Unites States and Israel at the Enqelab-e-Eslami, or Islamic Revolution, Square in Tehran, Iran, April 8, 2026. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64L37JJY3O56STR4KEELZ7GGAU.jpg?auth=01c2de5cce51c9b5081dd10a38432eda49f4104895e55b7068ab7f27752721d2&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 speaks with reporters in the James Brady Press Briefing Room at the White House, Monday, April 6, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Colorado-to-Florida kidney transplant saves South Florida teen in cross-country medical race]]></title><link>https://www.local10.com/news/local/2026/04/11/colorado-to-florida-kidney-transplant-saves-south-florida-teen-in-cross-country-medical-race/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/colorado-to-florida-kidney-transplant-saves-south-florida-teen-in-cross-country-medical-race/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[Nearly 2,000 miles separate Denver and Hollywood. But in a matter of hours, that cross-country journey became part of a medical effort that likely saved a young girl’s life.]]></description><pubDate>Sun, 12 Apr 2026 03:26:39 +0000</pubDate><content:encoded><![CDATA[<p>Nearly 2,000 miles separate Denver and Hollywood. But in a matter of hours, that cross-country journey became part of a medical effort that likely saved a young girl’s life.</p><p>If you met 18-year-old Arianna Crockett, you might think she has lived a normal life. But her story is anything but.</p><p>At just 8 years old, Arianna lost her right kidney after it was severely damaged and she underwent a nephrectomy. </p><p>Years later, after her family moved from Jamaica to South Florida in 2023, she was diagnosed with STAR syndrome, a condition that affects multiple parts of the body.</p><p>For years, she managed the condition, but in January, everything changed.</p><p>“I was actually at school when mom got the call from Dr. Marshall saying you need to pick her up from school right now and bring her into the ER,” Arianna said.</p><p>Doctors soon determined she was in complete kidney failure and needed a transplant quickly. Complicating matters, she learned she has a rare blood type.</p><p>“We found out that I had a very rare blood type, which is B positive,” she said. “So they said that it would be kind of harder to find me a match.”</p><p>That’s where Dr. Chen comes in. She is the director of the living donor transplant program at Joe DiMaggio Children’s Hospital and Memorial Healthcare System.</p><p>“She had several lovely family members come forward, but for various reasons they were either incompatible or not medically suitable,” Dr. Chen said.</p><p>Eventually, a match was found -- a distant family member’s wife.</p><p>“She is my second cousin’s wife and she is a universal blood type,” Arianna said. “She’s a very sweet person. I’m very grateful for her, because she gave me the kidney.”</p><p>This week, surgeons in Colorado removed the healthy kidney from the donor, placed it on a plane to South Florida, and then transported it by helicopter in the pouring rain to Joe DiMaggio Children’s Hospital, where surgeons completed the transplant.</p><p>In about 12 hours, Arianna’s long medical battle became easier.</p><p>“I feel so refreshed, you know, after a long day and tracking across country and a long surgery, that we have a good outcome,” Dr. Chen said.</p><p>Doctors say it marks a milestone procedure.</p><p>“She’s the first remote donor living unrelated kidney transplant in South Florida,” Dr. Chen said.</p><p>Now, Arianna is entering a new normal. She will still need regular lab work and check-ins for months and will take medication for the rest of her life. She hopes to go home Sunday and still plans to walk across the stage at her high school graduation.</p><p>When asked about returning to school, she said, “No more physical school.”</p><p>Doctors say living donor kidneys typically last longer than deceased donor organs -- about 15 to 25 years -- and begin working immediately.</p><p>Doctors at Joe DiMaggio Children’s Hospital say they hope to discharge Arianna on Monday.</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[UFC 327 draws packed crowd to Kaseya Center as Trump attends Miami event]]></title><link>https://www.local10.com/news/local/2026/04/11/ufc-327-draws-packed-crowd-to-kaseya-center-as-trump-attends-miami-event/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/ufc-327-draws-packed-crowd-to-kaseya-center-as-trump-attends-miami-event/</guid><dc:creator><![CDATA[Byron Tollefson]]></dc:creator><description><![CDATA[MMA fans flooded into the Kaseya Center in downtown Miami for UFC 327, where President Donald Trump joined the crowd for the championship bout.]]></description><pubDate>Sun, 12 Apr 2026 03:21:19 +0000</pubDate><content:encoded><![CDATA[<p>MMA fans flooded into the Kaseya Center in downtown Miami for UFC 327, where President Donald Trump joined the crowd for the championship bout.</p><p>Trump was seen shaking hands with fans and later embracing UFC CEO and President Dana White during the event.</p><p>Earlier in the day, the president was seen coming down the stairs of Air Force One after landing at Miami International Airport.</p><p>Outside the arena, security was tight with Secret Service agents, police dogs and a SWAT team stationed ahead of his arrival.</p><p>“DJT? In the crib? Oh yessir bro. Yessir,” one fan said when asked about the president being there. Another responded, “Oh Trump? Yeah yeah yeah.”</p><p>Fans said they were excited to see the major fight night in Miami.</p><p>“We had to come because Miami’s the best city in America,” one attendee said. </p><p>Fans also took photos in front of the UFC logo with the Miami skyline in the background.</p><p>The event marked the UFC’s fifth visit to Miami so far and the first since last April. Many fans said they hope more events continue to return.</p><p>“I’ve always loved when the opportunity comes when they can come closer,” one fan said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Playing For Change Foundation hosts Miami gala honoring music-driven youth impact]]></title><link>https://www.local10.com/news/local/2026/04/11/playing-for-change-foundation-hosts-miami-gala-honoring-music-driven-youth-impact/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/playing-for-change-foundation-hosts-miami-gala-honoring-music-driven-youth-impact/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[From the Rubell Museum in Miami, the Playing For Change Foundation hosted a star-studded gala honoring those making an impact on youth around the world through music.]]></description><pubDate>Sun, 12 Apr 2026 02:48:16 +0000</pubDate><content:encoded><![CDATA[<p>From the Rubell Museum in Miami, the Playing For Change Foundation hosted a star-studded gala honoring those making an impact on youth around the world through music.</p><p>The event celebrated Grammy Award-winning musician, producer and philanthropist Wyclef Jean, who was recognized for his work and influence.</p><p>Acclaimed photographer and humanitarian Nigel Barker received the foundation’s inaugural Visual Impact Award.</p><p>A wide mix of entertainment figures attended the event, including supermodel Karolina Kurkova, who has long supported the foundation’s mission.</p><p>Performances also included singer Taylor Dayne, joining a lineup of artists and supporters gathered for the evening.</p><p>Organizers said the foundation continues to focus on making an impact across communities worldwide through music and creative outreach.</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[Lionel Messi and Inter Miami get 2-2 tie with Red Bulls, after 17-year-old Mehmeti scores late]]></title><link>https://www.local10.com/sports/local/2026/04/11/lionel-messi-and-inter-miami-get-2-2-tie-with-red-bulls-after-17-year-old-mehmeti-scores-late/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/11/lionel-messi-and-inter-miami-get-2-2-tie-with-red-bulls-after-17-year-old-mehmeti-scores-late/</guid><dc:creator><![CDATA[TIM REYNOLDS AP Sports Writer]]></dc:creator><description><![CDATA[Lionel Messi scored two goals in a Champions League match for Barcelona on April 8, 2009, which was two days after Adri Mehmeti was born.]]></description><pubDate>Sun, 12 Apr 2026 02:04:58 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi scored two goals in a Champions League match for Barcelona on April 8, 2009, which was two days after Adri Mehmeti was born.</p><p>Only 17 years later, they both had a say in the outcome for their teams on Saturday night.</p><p>Messi helped set up Germán Berterame for a second-half goal that gave Inter Miami its first lead in its new stadium, and Mehmeti’s first MLS goal in the 77th minute pulled the New York Red Bulls into a 2-2 tie with Messi and the defending MLS Cup champions on Saturday night.</p><p>Mateo Silvetti also scored for Inter Miami (3-1-3), which is now unbeaten in its last six MLS matches. Jorge Ruvalcaba scored for the Red Bulls (3-2-2), who have one win in their last five matches but rallied to get a point out of this one after wasting an early 1-0 lead.</p><p>Berterame’s goal looked like it would give Inter Miami some control.</p><p>There were no fewer than four defenders within a couple of yards of Messi — two of them squarely between him and the net — as he brought the ball toward the box in the 55th minute, and with all those eyeballs on him nobody seemed to be marking Berterame just to his left.</p><p>No shot, no problem. In fact, it was a bit of a bad break for the Red Bulls.</p><p>Messi had the ball knocked away but it simply rolled toward Berterame, who one-timed it with his right foot for a 2-1 lead — with the greatest player ever being the first to wrap him in a celebratory headlock after the goal. It gave Inter Miami its first lead in about 150 minutes of play over two matches in its new stadium, which opened last weekend with a draw against Austin FC.</p><p>But a pair of kids made sure the lead didn’t last.</p><p>Julian Hall, 18, <a href="https://x.com/MLS/status/2043136836638269659?s=20" rel="">set up Mehmeti for the equalizer</a>, finding space near the goal line and putting the ball into the perfect spot.</p><p>Messi had a chance in the 49th minute from about 12 yards out. He got the ball near the top of the box, stopped on a dime as Red Bulls defender Matthew Dos Santos went sliding past, flicked the ball to his left foot and tried a shot to the near post. It went just wide as he fell to the turf.</p><p>Both teams had goals waved off by offside calls — New York’s following a review — in the second half. Messi also had a 25-yard free kick stopped by Red Bulls goalie Ethan Horvath in the 94th minute.</p><p>___</p><p>AP soccer: <a href="https://apnews.com/hub/soccer" rel="">https://apnews.com/hub/soccer</a></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRUFR7IIXZHXTJXPRFASGJV4Z4.jpg?auth=84b42ad7a89895b3ebf138af0fb6f0d1a0c6fe1e0bd9d34209bf7834eb22387b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi, third left, celebrates with teammates after scoring a goal against Austin FC during the first half of an MLS soccer match, Saturday, April 4, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Rory McIlroy’s resilience will be tested again after 6-shot lead evaporates at the Masters]]></title><link>https://www.local10.com/sports/2026/04/11/mcilroys-6-shot-masters-lead-evaporates-after-a-wild-73-setting-up-a-sunday-showdown-at-augusta/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/11/mcilroys-6-shot-masters-lead-evaporates-after-a-wild-73-setting-up-a-sunday-showdown-at-augusta/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 00:12:47 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Rory McIlroy never seems to make anything easy at the Masters.</p><p>Year after year, for more than a decade, the Northern Irishman threw away chances at completing the career grand slam. And when he finally accomplished the feat last year, McIlroy did it only after recovering from a ball put in the water on the back nine and a bogey at the 18th hole in regulation, and beating Justin Rose in a playoff for the green jacket.</p><p>In other words, that record 36-hole lead of six that McIlroy carried into the third round Saturday? It meant nothing.</p><p>And nothing is exactly what it was shortly after he made the turn.</p><p>McIlroy's roller coaster round included three bogeys, four birdies and a double-bogey for a 73, which dropped him to 11 under for the tournament. More importantly, hot rounds by just about everyone else on the leaderboard put the pressure on, and Cameron Young's third-round 65 put him at 11 under as well, leaving McIlroy paired with him for the final round on Sunday.</p><p>“You know, there’s a lot of guys in with a chance tomorrow,” McIlory said. “I’m still tied for the best score going into tomorrow, so I can’t forget that, but I do know I’m going to have to be better if I want to have a chance to win.”</p><p>Indeed, McIlroy and Young will have to worry about a lot more than just each other.</p><p>Sam Burns is one shot back, while Shane Lowry rode his second career Masters ace to a 68 that left him at 9 under. Rose and Jason Day are another shot back, while Scottie Scheffler's round of 65 put him at 7 under and in the hunt for a third green jacket.</p><p>“There’s certainly no lead that’s safe out here,” Young said, "but at the same time, Rory loves it here, and he’s obviously playing some great golf. I don’t think anybody would have been surprised if he went out there and shot 65 today. It’s one of those things where if he does open the door, you have to take advantage of it.”</p><p>McIlroy tried to take all of the drama out of this edition of the Masters when he paired an opening 67 with a 65 on Friday.</p><p>But drama is exactly what he brings to Augusta National every year.</p><p>There was 2011, when McIlroy led by three making the turn, pulled his tee shot left of No. 10 into the cabins, made triple bogey and went on to shoot 80. There was 2016, when he played in the final round with Jordan Spieth but shot 77 and finished tied for 10th. And there was 2018, when he was in the final pairing with Patrick Reed and wound up finishing six shots back.</p><p>Last year, it seemed that McIlroy had finally buried his Masters demons with his playoff victory.</p><p>They surfaced yet again on Saturday.</p><p>It started with an inauspicious bogey at the first, but McIlroy recovered from that with a couple of birdies to reach 13 under. The real trouble began at the 11th, when he was standing in the middle of the fairway with momentum on his side. His approach shot bounced in front of the green, took a left turn and plopped into the pond, leaving quiet ripples across the water.</p><p>McIlroy's eventual bogey putt did a 90-degree lip-out, and the double bogey sent him falling back to the field.</p><p>“Yeah,” he said later, “this golf course has a way of — you know, when you’re not quite feeling it, you struggle.”</p><p>McIlroy followed with another bogey at the par-3 12th, when he pulled his tee shot left of the green and was unable to save par. And when it looked as if he'd regained his composure with back-to-back birdies at Nos. 14 and 15, he proceeded to pull his tee shot at the 17th into a stand of pine trees, leading to another bogey and dropping him into a tie with Young at 11 under.</p><p>“I thought if Rory could shoot a 68 today he might run away with the tournament,” said Lowry, his good buddy. “But the thing is, it’s not easy to go out and go after it when you’re at the top of the leaderboard.”</p><p>McIlroy was still at the top of the leaderboard, though, after a wild third round Saturday at Augusta National.</p><p>It's where he'll start the final round on Sunday, too.</p><p>“I have to look at the positives, even though there isn't that many to take today,” McIlroy said. “You know, I did bounce back. I hit some good shots coming in. But yeah, I'm in great position. I just know I need to be better tomorrow to have a chance.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQOSQAXRX344QTCKOMMSKZ6QZY.jpg?auth=cebeaa5ff9924eb715d2d78270d614f1273310377fe39dfdf116da590b2fc281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, hits from the pine straw on the 17th 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/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/XC5OOSJNH3NIP3J3TSQDBVNK6U.jpg?auth=8f47a5c0dcb8d150e56e779990415bcb69b27a8213da78f49ef2a6a1d01774b1&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, walks to the tee on the 14th 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/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/E4UYS6JQZCAGTUOGX367624DEQ.jpg?auth=f5046e41ef0536334bb0418c63808c6e11020047b36798ab45db00939638dd03&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, walks to green on the 15th 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/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/VCDGCFZGWE2ZREXSOSHKF5UREY.jpg?auth=0f0e5c641e1c308d5fadeba2dc67d385f477b62f316676578d381a1fa498f8b6&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 after missing a putt on the 11th 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/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/EYDQ533T6HLCVMCYWMTEFVUNOY.jpg?auth=8406ea6c924f22fc23afbd57fa0e32b0b0799a44fe67e212812847f45f070bf7&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, watches his tee shot on the 11th 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[April 11: Strong winds, high rip current risk follow rainy stretch across South Florida]]></title><link>https://www.local10.com/weather/2026/04/11/april-11-strong-winds-high-rip-current-risk-follow-rainy-stretch-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/04/11/april-11-strong-winds-high-rip-current-risk-follow-rainy-stretch-across-south-florida/</guid><dc:creator><![CDATA[Peta Sheerwood]]></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>Sat, 11 Apr 2026 22:51:59 +0000</pubDate><content:encoded><![CDATA[<p>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. </p><p>Strong winds out of the northeast will continue to persist with gusts up to 25 to 30 mph on Sunday. The gusts will continue to turn up our local beaches. A very high rip current risk will remain in place. It is important to stay out of the water, if you do venture in, swim in front of a lifeguard.</p><p>Sunday will feature a few stay showers in the morning with mostly dry conditions by the afternoon. Look for high temperatures in the lower 80s.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Delta flight diverted back to Fort Lauderdale airport after landing gear issue]]></title><link>https://www.local10.com/news/local/2026/04/11/delta-flight-diverted-back-to-fort-lauderdale-airport-after-landing-gear-issue/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/delta-flight-diverted-back-to-fort-lauderdale-airport-after-landing-gear-issue/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Delta Airlines flight bound for Boston, Massachusets, was diverted back to Fort Lauderdale-Hollywood International Airport on Saturday after experiencing a mechanical issue with its landing gear, authorities said.]]></description><pubDate>Sat, 11 Apr 2026 17:51:26 +0000</pubDate><content:encoded><![CDATA[<p>A Delta Airlines flight bound for Boston, Massachusets, was diverted back to Fort Lauderdale-Hollywood International Airport on Saturday after experiencing a mechanical issue with its landing gear, authorities said.</p><p>Flight <a href="https://www.flightaware.com/live/flight/DAL555" target="_self" rel="" title="https://www.flightaware.com/live/flight/DAL555">DL555</a> landed without incident, and video obtained by Local 10 News captured the plane arriving back at FLL. </p><p><a href="https://www.local10.com/espanol/2026/04/11/desvian-vuelo-de-delta-de-regreso-al-aeropuerto-de-fort-lauderdale-por-falla-en-el-tren-de-aterrizaje/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/desvian-vuelo-de-delta-de-regreso-al-aeropuerto-de-fort-lauderdale-por-falla-en-el-tren-de-aterrizaje/">Leer en español</a></p><p>“Plane is still circling and dumping fuel. Incident involved a mechanical issue with the aircraft’s landing gear. No other information is available at this time,” the Broward Sheriff’s Office wrote in a statement to Local 10 News. </p><p>According to FlightAware, the plane was in the air for 1 hour and 13 minutes before landing back at FLL.</p><p><a href="https://www.flightaware.com/live/flight/DAL555" target="_self" rel="" title="https://www.flightaware.com/live/flight/DAL555">Flight tracking data</a> shows the aircraft was scheduled to depart at 7:05 a.m. for Boston but was delayed until 11:58 a.m. before taking off, when it experienced the mechanical issue.</p><p>Airport officials cancelled the flight Saturday afternoon.</p><p>Passengers were frustrated after the announcement. </p><p>“Really frustrating,” said Kelly Gardner from New Hampshire. “We’re hoping the airline in some way gives us a voucher because just putting us up for the night doesn’t make me warm and fuzzy. I got to be honest -- we always fly Delta but I’m not sure about anymore.”</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[Nu Stadium clears key permit hurdle before Inter Miami hosts New York Red Bulls]]></title><link>https://www.local10.com/sports/local/2026/04/11/nu-stadium-clears-key-permit-hurdle-before-inter-miami-hosts-new-york-red-bulls/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/04/11/nu-stadium-clears-key-permit-hurdle-before-inter-miami-hosts-new-york-red-bulls/</guid><dc:creator><![CDATA[Ryan Mackey, Magdala Louissaint]]></dc:creator><description><![CDATA[Nu Stadium has received a temporary certificate of occupancy ahead of this weekend’s Inter Miami match, city officials confirmed Friday, allowing the venue to move forward without relying on a limited-event permit.]]></description><pubDate>Sat, 11 Apr 2026 13:18:28 +0000</pubDate><content:encoded><![CDATA[<p><a href="https://www.local10.com/topic/Nu_Stadium/" target="_self" rel="" title="https://www.local10.com/topic/Nu_Stadium/">Nu Stadium</a> has received a temporary certificate of occupancy ahead of this weekend’s Inter Miami match, city officials confirmed Friday, allowing the venue to move forward without relying on a limited-event permit.</p><p><a href="https://www.local10.com/espanol/2026/04/11/supera-nu-stadium-obstaculo-clave-de-permisos-antes-de-que-inter-miami-reciba-a-new-york-red-bulls/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/supera-nu-stadium-obstaculo-clave-de-permisos-antes-de-que-inter-miami-reciba-a-new-york-red-bulls/">Leer en español</a></p><p>The certificate comes before Saturday’s game between Inter Miami CF and the New York Red Bulls. </p><p>The stadium previously operated under a “limited-event permit” during its inaugural match, a measure that allowed the event to proceed with specific restrictions and additional safety precautions.</p><p>City officials said last week they were working to issue the temporary certificate in time for the stadium’s debut, noting the <a href="https://www.local10.com/sports/local/2026/04/03/nu-stadium-still-lacks-occupancy-certificate-ahead-of-debut/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/04/03/nu-stadium-still-lacks-occupancy-certificate-ahead-of-debut/">limited-event</a> permit would serve as a backup if approvals were not finalized. They added that the procedure is “a recourse often used in these situations.”</p><p>“It’s part of the experience,” said Inter Miami fan Sordo. “It’s cool to see afterwards that we were here for day one. This is how it looks today. That means two to three years from now it might be a different experience all around us.”</p><p>Nu Stadium officially opened after years of anticipation as Inter Miami hosted Austin FC, drawing more than 20,000 fans. Despite the milestone, construction remains ongoing around the site.</p><p>Inter Miami co-owner Jorge Mas acknowledged ahead of the opener that work outside the stadium was still in progress.</p><p>“Outside of the stadium it’s a construction site as we prepare construction, but I think it’ll be a beautiful walk up,” he said.</p><p>He added that the overall fan experience is expected to improve in the coming weeks as construction continues and operations are further refined.</p><p>Inter Miami is seeking its first win at Nu Stadium after a 2-2 draw against Austin FC. The match against the New York Red Bulls is set for 7:30 p.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[EEUU e Irán continúan conversaciones en Pakistán sobre el alto el fuego después de la medianoche]]></title><link>https://www.local10.com/espanol/2026/04/11/funcionarios-de-eeuu-e-iran-se-reunen-con-mediadores-en-pakistan-al-inicio-de-las-conversaciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/funcionarios-de-eeuu-e-iran-se-reunen-con-mediadores-en-pakistan-al-inicio-de-las-conversaciones/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 13:37:18 +0000</pubDate><content:encoded><![CDATA[<p>Estados Unidos e Irán continuaban el domingo temprano negociaciones cara a cara en Pakistán, días después que se anunciara un frágil alto el fuego de dos semanas, en una guerra que ha cobrado miles de vidas y ha sacudido los mercados mundiales.</p><p><b>La Casa Blanca confirmó el encuentro de alto nivel.</b></p><p>Mientras tanto, el ejército de Estados Unidos dijo que dos destructores transitaron el estrecho de Ormuz, controlado por Irán, antes de realizar trabajos de despeje de minas, lo que sería una primicia desde que comenzó la guerra hace seis semanas. Sin embargo, medios estatales iraníes dijeron que el mando militar conjunto lo negó.</p><p>“Estamos despejando el estrecho. Si llegamos a un acuerdo o no no marca ninguna diferencia para mí”, dijo el presidente estadounidense Donald Trump a periodistas mientras continuaban las conversaciones cerca de las 2 de la madrugada en Islamabad. La televisora estatal iraní señaló lo que calificó como diferencias “serias”.</p><p>La delegación de Estados Unidos, encabezada por el vicepresidente JD Vance, y la delegación iraní, con el presidente del Parlamento, Mohammad Bagher Qalibaf, al frente, analizaban con Pakistán cómo impulsar un alto el fuego ya amenazado por las profundas discrepancias y los continuos ataques de Israel contra Líbano, cuyo ministerio de Salud dijo que el número de muertos por los ataques israelíes ha superado los 2,000.</p><p>Desde la Revolución Islámica de Irán en 1979, el contacto más directo de Estados Unidos ocurrió en 2013, cuando el presidente Barack Obama llamó al recién elegido presidente Hassan Rouhani para hablar sobre el programa nuclear iraní. Las reuniones más recientes del más alto nivel fueron entre el secretario de Estado John Kerry y su homólogo Mohammad Javad Zarif durante las negociaciones sobre el programa.</p><p>Ahora están en marcha conversaciones entre Vance, un defensor reticente de la guerra que tiene poca experiencia diplomática, y Qalibaf, un excomandante de la Guardia Revolucionaria de Irán.</p><p><b>Irán fija “líneas rojas”, incluida compensación por los ataques</b></p><p>La agencia estatal de noticias de Irán dijo que las conversaciones tripartitas comenzaron después de que se cumplieron las condiciones previas iraníes, incluida una reducción de los ataques israelíes en el sur de Líbano.</p><p>La delegación de Irán dijo a la televisión estatal iraní que presentó algunas “líneas rojas” en las reuniones con el primer ministro paquistaní Shehbaz Sharif. Entre ellas figuraban una compensación por los daños causados por los ataques estadounidense-israelíes que iniciaron la guerra el 28 de febrero y la liberación de los activos congelados de Irán.</p><p>La guerra se ha cobrado la vida de al menos 3,000 personas en Irán, 1,953 en Líbano, 23 en Israel y más de una docena en los Estados árabes del golfo Pérsico. El control asfixiante de Irán sobre el vital estrecho de Ormuz ha aislado en gran medida al golfo Pérsico y sus exportaciones de petróleo y gas de la economía mundial, disparando el precio de la energía. </p><p>Los ataques han causado daños duraderos a la infraestructura en media docena de países de Oriente Medio. El control asfixiante de Irán sobre el vital estrecho de Ormuz ha aislado en gran medida al golfo Pérsico y sus exportaciones de petróleo y gas de la economía mundial, disparando el precio de la energía.</p><p>Como un reflejo de lo mucho que está en juego, funcionarios de la región dijeron que autoridades chinas, egipcias, saudíes y qataríes estaban en Islamabad para facilitar indirectamente las conversaciones. Los funcionarios declararon bajo condición de anonimato para hablar sobre el delicado asunto.</p><p>En Teherán, residentes contaron a The Associated Press que eran escépticos, aunque tenían algo de esperanza en las conversaciones tras semanas de ataques aéreos que han dejado destrucción en su país, de unos 93 millones de habitantes.</p><p>“La paz por sí sola no es suficiente para nuestro país, porque hemos sido golpeados muy duro, ha habido enormes costos”, señaló Amir Razzai Far, de 62 años.</p><p>Y en sus palabras más contundentes hasta ahora, el papa León XIV denunció la “ilusión de omnipotencia” que alimenta la guerra.</p><p>“La paz por sí sola no es suficiente para nuestro país, porque hemos sido golpeados muy duro, ha habido enormes costos”, señaló Amir Razzai Far, de 62 años.</p><p>Y en sus palabras más contundentes hasta ahora, el papa León XIV denunció la “ilusión de omnipotencia” que alimenta la guerra.</p><p><b>Estados Unidos envía fuerzas para despejar minas en el estrecho de Ormuz</b></p><p>Antes de las conversaciones, el presidente de Estados Unidos, Donald Trump, acusó a Irán de usar el estrecho de Ormuz para extorsionar, y dijo a los reporteros el viernes que se abrirá “con o sin ellos”.</p><p>El cierre por parte de Irán del estrecho de Ormuz ha demostrado ser su mayor ventaja estratégica en la guerra. Antes del conflicto, alrededor de una quinta parte del petróleo comercializado en el mundo solía pasar por el estrecho en más de 100 barcos al día. Desde el inicio del alto el fuego, solo se ha registrado el paso de 12.</p><p>El sábado, Trump dijo en redes sociales que Estados Unidos había comenzado a “despejar” el estrecho.</p><p>“Hoy comenzamos el proceso de establecer un nuevo paso y compartiremos pronto esta vía segura con la industria marítima”, dijo después el comandante del Comando Central de Estados Unidos, el almirante Brad Cooper, en la declaración estadounidense sobre los destructores. En el documento se agrega que “Fuerzas adicionales de Estados Unidos, incluidos drones submarinos, se unirán al esfuerzo de despeje en los próximos días”.</p><p>El ministro de Relaciones Exteriores de Irán, Abbas Araghchi, apuntó que Teherán llegaba a las negociaciones con una “profunda desconfianza” derivada de ataques previos contra la República Islámica durante rondas de conversaciones anteriores. Araghchi, que forma parte de la delegación iraní que viajó a Pakistán, dijo el sábado que su país está listo para tomar represalias si es atacado de nuevo.</p><p>En su propuesta de 10 puntos, Irán pedía un final garantizado de la guerra y buscaba el control sobre el estrecho de Ormuz. Incluía poner fin a los combates contra los “aliados regionales” de Irán, pidiendo explícitamente una pausa de los ataques israelíes contra Hezbollah.</p><p>La propuesta de 15 puntos de Estados Unidos incluye restringir el programa nuclear de Irán y reabrir el estrecho.</p><p><b>Israel y Líbano tendrán negociaciones directas</b></p><p>Mientras tanto, Israel seguía atacando Líbano tras decir que no hay un cese el fuego en ese país. Irán y Pakistán discreparon. La agencia estatal libanesa de noticias informó que al menos tres personas murieron.</p><p>Se espera que las negociaciones entre Israel y Líbano comiencen el martes en Washington, informó el viernes la oficina del presidente libanés Joseph Aoun, tras el sorpresivo anuncio de que Israel autorizaba las conversaciones pese a la falta de relaciones oficiales entre los países.</p><p>Pero mientras miles de personas protestaban en Líbano contra tales negociaciones, el primer ministro Nawaf Salam dijo que había pospuesto un viaje planeado a Washington “a la luz de las circunstancias internas actuales”. Su ausencia no debería afectar las conversaciones, ya que se espera que la primera ronda sea a nivel de embajadores.</p><p>Israel quiere que el gobierno libanés asuma la responsabilidad de desarmar a Hezbollah tal como se contemplaba en un alto el fuego de noviembre de 2024. Pero no está claro si el ejército libanés puede confiscarle las armas al grupo político-paramilitar, que durante décadas ha resistido los intentos de limitar su fuerza.</p><p>Hezbollah se sumó a la guerra en apoyo de Irán en los primeros días. Israel continuó con bombardeos y una invasión terrestre contra Líbano.</p><p>El día en que se anunció el acuerdo de alto el fuego con Irán, Israel bombardeó Beirut y mató a más de 300 personas, en el día más letal en el país desde el inicio de la guerra, de acuerdo con el Ministerio de Salud libanés.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34HDYIHZMIF2N3NDG2GEUNIIGQ.jpg?auth=416d2cdc847496ba5f959e9b33039f564871ab6943057d703a64bece8f0b6c32&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 before departing on Marine One from the South Lawn of the White House, Saturday, April 11, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2YEPSPVGPHHWN3OBMXMJEEYKGE.jpg?auth=cb82e1d3495e9c25e9bc19d266a66f0b5f9e025d3981e3e1bf2b186180a52a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pro-government demonstrators wave Iranian flags during a gathering in Tehran, Iran, Saturday, April 11, 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/XUUOGRZ25BJIF2PPNHW23Y22ZE.jpg?auth=b64af365e6f71082ac93d6f1b696f91a590bb5fd48738c3a4b3eeec428f28e84&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, center, walks up a flight of stairs to meet with Pakistan's Prime Minister Shehbaz Sharif for talks about Iran, Saturday, April 11, 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/6F6DCDIALWZTSIEQPZAYGJ37F4.jpg?auth=63b88ec93bd7c44c5138a7b18bbd3b8078d5d391822e47f4ab7f4d8ed36498ca&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 the Pakistan Prime Minister Office, Iran's Parliament Speaker Mohammad Bagher Ghalibaf, left, meets with hand with Pakistani Prime Minister Shehbaz Sharif, in Islamabad, Pakistan, Saturday, April 11, 2026 (Pakistan Prime Minister Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DTVI3IRSTJTWRFMBUGEILHLV7Q.jpg?auth=416cc4eb3a0588469bec47afa2b890a86e42ce1776de1fa13cc89b392627230c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Vice President JD Vance, center, walks with Pakistan's Chief of Defence Forces and Chief of Army Staff Field Marshall Asim Munir, left, and Pakistani Deputy Prime Minister and Foreign Minister Mohammad Ishaq Dar after arriving for talks with Iranian officials in Islamabad, Pakistan, Saturday, April 11, 2026. (AP Photo/Jacquelyn Martin, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Artemis II's moon-traveling astronauts return home to cheers after a record-breaking trip]]></title><link>https://www.local10.com/news/2026/04/11/artemis-iis-moon-traveling-astronauts-return-home-to-cheers-after-a-record-breaking-trip/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/11/artemis-iis-moon-traveling-astronauts-return-home-to-cheers-after-a-record-breaking-trip/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 00:41:38 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — Still marveling over their moon mission, the Artemis II astronauts received a thunderous welcome home Saturday from hundreds who took part in NASA's lunar comeback that set a record for deep space travel.</p><p>The crew of four arrived at Ellington Field near NASA's Johnson Space Center and Mission Control, flying in from San Diego, where they splashed down just offshore the evening before.</p><p>After a quick reunion with their spouses and children, commander Reid Wiseman, pilot Victor Glover, Christina Koch and Canada's Jeremy Hansen took the hangar stage, surrounded by space center workers and other invited guests. They were introduced by NASA Administrator Jared Isaacman, among the first to greet them aboard the recovery ship Friday.</p><p>“Ladies and gentlemen, your Artemis II crew,” Isaacman said to a standing ovation.</p><p>The jubilant crowd included flight directors and the launch director, Orion capsule and exploration system managers, high-ranking military officers, members of Congress, the space agency’s entire blue-suited astronaut corps and even retired ones, and more.</p><p>Their homecoming was poignant: They returned to NASA's Houston base on the 56th anniversary of the launch of Apollo 13, whose “Houston, we’ve had a problem” refrain turned a near-disaster into triumph.</p><p>“This was not easy.” an emotional Wiseman said. “Before you launch, it feels like it’s the greatest dream on Earth. And when you’re out there, you just want to get back to your families and your friends. It’s a special thing to be a human, and it’s a special thing to be on planet Earth.”</p><p>Added Glover: “I have not processed what we just did and I’m afraid to start even trying."</p><p>Hansen said the four of them embodied love “and extracting joy out of that” as the four joined together to stand in a row, embracing one another. “When you look up here, you’re not looking at us. We are a mirror reflecting you. And if you like what you see, then just look a little deeper. This is you.”</p><p>During Artemis II's nearly 10-day mission, the astronauts voyaged deeper into space than the moon explorers of decades past and captured views of the lunar far side never witnessed before by human eyes. A total solar eclipse added to the cosmic wonder.</p><p>On their record-breaking flyby, the astronauts reached a maximum 252,756 miles (406,771 kilometers) from Earth before hanging a U-turn behind the moon, eclipsing Apollo's 13 distance record.</p><p>The mission also revealed a new side of our planet with an Earthset photo, showing our Blue Marble setting behind the gray, pockmarked moon. The image echoed the famous Earthrise shot from 1968 taken by the world’s first lunar visitors, Apollo 8.</p><p>“Honestly, what struck me wasn’t necessarily just Earth, it was all the blackness around it. Earth was just this lifeboat hanging undisturbedly in the universe,” Koch said. “Planet Earth you are a crew.”</p><p>Despite the accomplishments, Artemis II astronauts had to contend with a more mundane problem — a malfunctioning space toilet. NASA promised a design fix before longer moon-landing missions.</p><p>Wiseman, Glover, Koch and Hansen were the first humans to fly to the moon since Apollo 17 closed out NASA's first exploration era in 1972. Twenty-four astronauts flew to the moon during Apollo, including 12 moonwalkers.</p><p>Apollo 13 commander Jim Lovell — who also flew on Apollo 8 — cheered the Artemis II crew on in a wake-up message recorded before he died last summer.</p><p>It was crucial for NASA that Artemis II go well. The space agency is already preparing for next year's Artemis III, which will see a new crew practice docking its capsule with a lunar lander in orbit around Earth. That will set the stage for the all-important Artemis IV moon landing in 2028, when two astronauts attempt a touchdown near the lunar south pole.</p><p>“The long wait is over. After a brief 53-year intermission, the show goes on,” Isaacman said.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDS4QI5DE46UDMGQRQQHM2XIRM.jpg?auth=ee566f113858b40aec4a484c73f14e45cb3ea50517761b1021e1f9f4a21c1319&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, Christina Koch, Victor Glover and Reid Wiseman come to the center stage at the end of 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/IYUGIXTPIITZPIRFDBNLTYTRUM.jpg?auth=5780ad317a932d0cc2d7c104e61f6f7b0153b5480b39ccd7ab60668fee3c8356&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, Christina Koch, Victor Glover and Reid Wiseman come to the center stage at the end of 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/4AHNKX5ZRT4BJZ4DRYT4IHDYDA.jpg?auth=1a0232b67f3109cdc0ec28818d3e50594e1dcfe8241fa033b72e7f51048dfb71&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, Christina Koch, Victor Glover and Reid Wiseman come to the center stage at the end of 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/AVKSGG2NPHD3QW67ENIGGQYVLQ.jpg?auth=8398cb2bd36554aeea1d60729469a137a9da6c66584e47366f70eff16b4772e5&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, Christina Koch, Victor Glover and Reid Wiseman acknowledge the crowd as they take the stage during a crew return event Saturday, April 11, 2026, at Ellington Airforce Base 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/ZDUID573IMHJ7EXIBONWYIJ63M.jpg?auth=86fe100c18bf300d6f167ee4532fa891288972d39b2eadb86b47cb28dbfcfb20&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, Christina Koch, Victor Glover and Reid Wiseman acknowledge the crowd as they take the stage during a crew return event Saturday, April 11, 2026, at Ellington Airforce Base 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[Shane Lowry makes Masters history: His second hole-in-one at Augusta National earns him crystal bowl]]></title><link>https://www.local10.com/sports/2026/04/11/shane-lowry-makes-masters-history-his-second-hole-in-one-at-augusta-national-earns-him-crystal-bowl/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/11/shane-lowry-makes-masters-history-his-second-hole-in-one-at-augusta-national-earns-him-crystal-bowl/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 23:55:43 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Shane Lowry became the first player with two career holes-in-one at the Masters on Saturday.</p><p>More importantly, his ace at the par-3 sixth put him in contention for his first green jacket.</p><p>Playing with Tommy Fleetwood and trying to chase down good buddy Rory McIlroy, Lowry hit a 7-iron from 190 yards and watched the ball hop three times before disappearing into the cup. He reared back and shook his arms in celebration, almost exactly like he did a decade ago, when Lowry aced the par-3 16th during the final round of the Masters.</p><p>“You don't ever expect to make a hole-in-one. I just couldn't believe it,” he said. “Obviously, you know, you're out here, and you're in the hunt at the Masters, and you're making a hole-in-one — it's pretty cool.”</p><p>Even cooler: Lowry ended up shooting 68, leaving him 9 under for the tournament and two back of McIlroy and Cameron Young.</p><p>“We all know it’s all about tomorrow. You know what I mean?” asked Lowry, whose only major victory came at the 2019 British Open. “Obviously it matters, today, but when we get to tomorrow, that’s when, you know, we’ll see what everyone is made of.”</p><p>Perhaps more incredible than his second ace in the Masters was the fact that it was Lowry's second ace in as many events. He had a hole-in-one on the second hole at Memorial Park during the Houston Open, using the same 7-iron he used on Saturday.</p><p>As for the Masters, it was the first hole-in-one since Stewart Cink's on the 16th in 2022. And it was just the seventh ace to happen on the difficult, downhill sixth hole; Corey Conners had the last one during the 2021 tournament.</p><p>Anyone who makes a hole-in-one during the Masters is rewarded with a crystal bowl. Now, Lowry's the first with two of them.</p><p>He has a rapidly growing list of aces at some of golf's iconic venues, too. Along with his two at Augusta National, and his recent one in Houston, the Irishman has aced the 17th at TPC Sawgrass — the famed island green — and the seventh at Pebble Beach.</p><p>“Maybe I'm just good. I don't know,” Lowry said, laughing. “I don't know.”</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/O4NIOM2EZQ36Y7THJKI3Q5AMBE.jpg?auth=37fe60ed6e079a7d0ca153da558fe975728d8386306b87a156426a9e5b03f83c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shane Lowry, of Ireland, left, hugs Tommy Fleetwood, of England, after a hole-in-one on the sixth 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/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/DYUFMV3ODLIB5WXTEGGD7U44LQ.jpg?auth=63b93a311faada2a164df894a33145e95077cc33eaa06fc8773eeb4cae7c72b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shane Lowry, of Ireland, waves after a hole-in-one on the sixth 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/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Judge told to reconsider national security implications of halting Trump's White House ballroom]]></title><link>https://www.local10.com/news/2026/04/11/judge-told-to-reconsider-national-security-implications-of-halting-trumps-white-house-ballroom/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/11/judge-told-to-reconsider-national-security-implications-of-halting-trumps-white-house-ballroom/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN and BEN FINLEY, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 20:20:20 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge must reconsider the possible national security implications of halting construction of President Donald Trump’s $400 million White House ballroom, an appeals court ruled on Saturday.</p><p>A three-judge panel from the U.S. Court of Appeals for the District of Columbia Circuit said it did not have enough information to decide how much of the project can be suspended without jeopardizing the safety of the president, his family or the White House staff.</p><p>The case was returned to the trial judge who, in a March 31 ruling, barred work from proceeding without congressional approval, but suspended enforcement of that order for 14 days. The appeals court extended that for three days, to April 17, to allow the Trump administration to seek Supreme Court review.</p><p>The panel instructed U.S. District Judge Richard Leon to clarify whether — and how — his injunction interferes with the administration’s plans for safety and security.</p><p>Government lawyers had argued that the project includes critical security features to guard against a range of possible threats, such as drones, ballistic missiles and biohazards and that holding up construction “would imperil the President and others who live and work in the White House,.”</p><p>Leon, in issuing the temporary pause, concluded that the preservationist group behind the legal challenge was likely to succeed because the president lacks the authority to build the ballroom without approval from Congress.</p><p>Leon exempted any construction work necessary to ensure the safety and security of the White House, but said he reviewed material the government privately submitted before determining that a halt would not jeopardize national security.</p><p>The Republican administration's appeal cited materials that would be installed to make a “heavily fortified” facility and said construction included bomb shelters, military installations and a medical facility underneath the ballroom.</p><p>The appeals panel noted that much of the government's concerns focused on that below-ground security work, which the White House argued was "distinct from construction of the ballroom itself and could proceed independently.”</p><p>Now, however, the White House seems to suggest those security upgrades are “inseparable” from the project as whole, the appeals court said, making it unclear “whether and to what extent” moving forward with certain aspects of the ballroom is necessary for the safety and security of those upgrades.</p><p>Carol Quillen, president and CEO of the National Trust for Historic Preservation, said in a statement that the organization awaited further clarification from the district court. She said the group was committed “to honoring the historic significance of the White House, advocating for our collective role as stewards, and demonstrating how broad consultation, including with the American people, results in a better overall outcome.”</p><p>The organization sued in December, a week after the White House finished demolishing the East Wing for a 90,000-square-foot (8,400-square-meter) ballroom that Trump said would fit 999 people. The administration said aboveground construction on the ballroom would begin in April.</p><p>Leon concluded last month that the lawsuit was likely to succeed because “no statute comes close to giving the President the authority he claims to have.”</p><p>“The President of the United States is the steward of the White House for future generations of First Families. He is not, however, the owner!” wrote Leon, who was nominated by President George W. Bush, a Republican.</p><p>Two days after Leon’s ruling, the ballroom project won final approval from a key agency that Trump had stocked with allies. Another oversight entity constituted with Trump loyalists had approved the project earlier this year. But the president had proceeded with the biggest structural change to the White House in more than 70 years before seeking input from the commissions.</p><p>Trump says the project is funded by private donations, although public money is paying for construction of underground bunkers and security upgrades.</p><p>The three-judge appeals court panel was made up of Patricia Millett, Neomi Rao and Bradley Garcia. Millett was nominated by President Barack Obama, a Democrat. Rao was nominated by Trump. Garcia was nominated by President Joe Biden, a Democrat.</p><p>Rao wrote a dissenting opinion, which cited a statute that allows the president to undertake improvements to the White House.</p><p>“Importantly, the government has presented credible evidence of ongoing security vulnerabilities at the White House that would be prolonged by halting construction,” Rao wrote, adding that such concerns outweigh the “generalized aesthetic harms” presented in the lawsuit.</p><p>—-</p><p>Associated Press writer Darlene Superville contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XZGTHAGNSFXRGNNHE3QIML2B6M.jpg?auth=e45151250cc17c038ad3d249bb160cd49fa1ac7088cbfa595fbd5648f7346f63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artist renderings of the new White House East Wing and Ballroom are photographed Tuesday, March 31, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NYPTD4K5N3ONHS3YU5KE7YU47M.jpg?auth=64eab4ac6a752db4de30650b858b3b6c95fa665f7c6f3ff7e23b3debd3a411bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Work continues on the construction of the ballroom at the White House, Thursday, April 9, 2026, in Washington, where the East Wing once stood. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T55F2XTVE2CD4SN2BIZO7MVQRU.jpg?auth=d04deca4aeb445a9db037d52da5b5a2d38db4cb14760d37795d8ddc1db7d414f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Work continues on the construction of the ballroom at the White House in Washington, Wednesday, April 1, 2026. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Hungarian election rivals Orbán and Magyar make final push for votes on eve of poll]]></title><link>https://www.local10.com/news/2026/04/11/hungarian-election-rivals-orban-and-magyar-make-final-push-for-votes-on-eve-of-poll/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/11/hungarian-election-rivals-orban-and-magyar-make-final-push-for-votes-on-eve-of-poll/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 19:19:17 +0000</pubDate><content:encoded><![CDATA[<p>DEBRECEN, Hungary (AP) — The leaders of Hungary's two biggest parties held their final election rallies on Saturday to close a turbulent campaign that will reach its apex in Sunday's election.</p><p>Prime Minister Viktor Orbán is facing the biggest political test of his career as his challenger Péter Magyar 's center-right Tisza party has charted a meteoric rise and is leading by double digits in most independent polls.</p><p>If Tisza wins, it will bring Orbán's 16-year grip on power to a dramatic end.</p><p>Yet many observers expect the result to be closer than polls are predicting, and that Orbán's Fidesz party can successfully mobilize its significant base of support in the countryside.</p><p>Magyar, a 45-year-old lawyer and former member of Fidesz's political elite, has toured Hungary relentlessly for two years, visiting hundreds of cities, towns and villages in an effort to win over some of Orbán's rural support.</p><p>He appeared before thousands of supporters on Saturday on University Square in Debrecen, Hungary's second-largest city and traditionally a Fidesz stronghold.</p><p>Magyar struck a confident tone, saying the election would “enter Hungarian history books as the day of resurrection, the renewal of the Hungarian nation, and of the real change of regime.”</p><p>He also gestured toward supporters of Orbán, saying his camp would begin the “reunification” of Hungary after election day, something he called a “national reconciliation.”</p><p>“As the winner of the election, we will have to extend a hand to our fellow countrymen,” he said.</p><p>Orbán, who ended his campaign on Budapest's opulent Castle Hill, has campaigned primarily by sounding the alarm on myriad external dangers he says are threatening Hungarians — particularly the war in neighboring Ukraine.</p><p>Orbán doubled down on that message, telling thousands of supporters that “we are in an age of danger.”</p><p>“Hungary is facing serious challenges,” he said. “We need to say no to major power groups in the world in order to defend ourselves, and this requires knowledge, experience and routine.”</p><p>He added: “Now is not the time to take risks, to change, to renew and to adventure. Now we need to protect and secure what we have.”</p><p>Orbán’s campaign has been plagued by Hungary’s poor economic performance, revelations of the government’s increasingly close connections to Russia and corruption allegations.</p><p>He has sought to boost his appeal with voters by emphasizing his close relationship with U.S. President Donald Trump, who has repeatedly endorsed the Hungarian leader. Vice President JD Vance made a two-day visit to Budapest earlier this week to push for Orbán’s reelection, even appearing at a taxpayer-funded campaign rally alongside the prime minister.</p><p>Meanwhile, Magyar has focused his campaign on issues that affect ordinary Hungarians like inflation, costs of living and the deteriorating state of public health care and transportation.</p><p>He has also spoken forcefully about what he describes as endemic governmental corruption that enriches a narrow segment of political elites — charges Orbán denies — and promised to reverse the prime minister's drift away from the European Union in favor of ever closer ties with Moscow.</p><p>As his supporters waved national flags and chanted “Európa! Európa!” in University Square, Magyar said that “many millions” of voters would show on Sunday that “Hungary’s place was, is, and will be in Europe.”</p><p>Magyar earlier visited several smaller communities in eastern Hungary including Balmazújváros, a town of around 17,000 residents.</p><p>One local Tisza activist, farmer Annamária Matkovics, said she had joined Magyar's party when it was first launched in 2024. While her region has historically been a Fidesz stronghold, Matkovics, 50, said she believes that Tisza has given people the courage to express their dissent, even if could come with consequences.</p><p>“When we’re campaigning on the street, people tell us that they’re worried that they’ll lose their jobs if they don’t vote for Fidesz, and they’re still planning to vote for Tisza,” she said. “They've had enough of the division.”</p><p>___</p><p>Iván L. Nagy contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X4N775FFAAUH33EDBB7XVJBAZA.jpg?auth=6c1ca357c0c1c214b8497eb0f5feed2e51cd77a05c93c333d94caad7bd876a75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Supporters attend a final election rally of Peter Magyar, the leader of the opposition Tisza party in Debrecen, Hungary, Saturday, April 11, 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/IGLQNHI6IHIAVTKUHJ7RONGQZQ.jpg?auth=22f34e63b39d2f42cadb749861789e7ece03bd23771698ea474152ce475c4524&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 attends a rally in Debrecen, Hungary, Saturday, April 11, 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/3HO54JLEKA44JOSERFGTYYFESY.jpg?auth=1a114cfeff4e71e4975dd95900b98989008796c3eb550a7b7ea4f90c277b7b2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hungary's Prime Minister Viktor Orban addresses supporters during the electoral campaign closing rally of the governing Fidesz in Budapest, Hungary, Saturday, April 11, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HRFUUP7GCNK4O4XPQ7GLMJDB3A.jpg?auth=e5ad5c716e339b2c740bc646c2ef365e50a5b5af43f632f74db751e99f66f3e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hungary's Prime Minister Viktor Orban addresses supporters during the electoral campaign closing rally of the governing Fidesz in Budapest, Hungary, Saturday, April 11, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/47C2P6PXMSV7W3Y53KRKNU5ZS4.jpg?auth=d4ffe89144180941e57529ce30c70b955ae6f90faf4b6b61e48dc8a661453919&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hungary's Prime Minister Viktor Orban addresses supporters during the electoral campaign closing rally of the governing Fidesz in Budapest, Hungary, Saturday, April 11, 2026. (AP Photo/Petr David Josek)]]></media:description><media:credit role="author" scheme="urn:ebu">Petr David Josek</media:credit></media:content></item><item><title><![CDATA[Comparece en corte padre de Broward tras arresto por muerte de su bebé y encubrimiento ]]></title><link>https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/padre-de-broward-enfrenta-cargos-tras-arresto-por-muerte-de-su-bebe-y-presunto-encubrimiento/</guid><dc:creator><![CDATA[Michaila Hightower, Andrea Torres]]></dc:creator><description><![CDATA[Una pareja acusada de la muerte de su bebé compareció el jueves ante el tribunal del condado de Broward. Un juez les negó la libertad bajo fianza. También tienen un hijo de dos años.]]></description><pubDate>Fri, 10 Apr 2026 20:38:32 +0000</pubDate><content:encoded><![CDATA[<p>Un padre de 25 años acusado de causar y encubrir la muerte de su hijo de tres semanas enfrentó cargos el viernes en el condado Broward.</p><p>Anfernee Watts, quien también tiene una hija de 2 años, compareció <a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">el jueves</a> ante la corte de fianza de Broward, donde un juez le negó la fianza.</p><p>Watts “admitió haber fabricado una historia para presentar a las autoridades, colocando al bebé fallecido de nuevo en el corral con la intención de hacer parecer que murió mientras dormía”, escribió un agente, según la orden de arresto.</p><p>Crystal Garcia tenía 20 años cuando dio a luz a su hijo el 11 de julio en el Memorial Regional Hospital, según la policía.</p><p>Un pediatra reportó que el bebé estaba en buen estado de salud el 28 de julio, según la orden. La tragedia ocurrió pocos días después.</p><p>“Ella restringió intencionalmente al bebé envolviéndolo firmemente en una manta, asegurando un chupón en su boca y sujetándolo en un asiento de auto antes de colocarlo dentro de una bañera y aislarlo detrás de una puerta cerrada mientras sonaba música a alto volumen”, y “ignoró deliberadamente su angustia y no lo revisó durante varias horas”, escribió un detective, según la orden.</p><p>Personal de Hollywood Fire Rescue declaró muerto al bebé a la 1:50 p.m. del 1 de agosto en una vivienda ubicada en 6660 Thomas St., según los registros.</p><p>Los oficiales notaron una “almohadilla desechable para cambiar pañales que parecía tener manchas de sangre”, y el bebé “tenía espuma visible en la boca y labios agrietados que parecían tener sangre seca”, según la orden de arresto.</p><p>Watts dijo a los agentes que había asistido a una entrevista de trabajo cuando ocurrió la muerte, pero el supuesto entrevistador indicó que eso era falso, según la orden.</p><p>La Oficina del Médico Forense de Broward determinó que la causa de la muerte fue asfixia y la clasificó como homicidio. La evidencia también incluye un video de una cámara de vigilancia Ring que muestra a Garcia con una bolsa de basura antes de llamar al 911.</p><p>La madre de Watts contactó a la policía para reportar que Garcia, de 21 años, le dijo que el bebé murió atrapado entre el marco de la cama y el colchón, según la orden.</p><p>Garcia dejó mensajes de voz a la policía desde el 4 de agosto hasta el miércoles y admitió haber mentido y haber “asfixiado” al bebé, según la orden.</p><p>“Crystal admitió que mintió a la policía por miedo a ser arrestada”, escribió un agente, según la orden.</p><p>El Grupo de Trabajo de Fugitivos de los U.S. Marshals arrestó a la pareja <a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">el miércoles</a>.</p><p>Registros carcelarios indican que Garcia permanecía detenida sin derecho a fianza el viernes en el North Broward Bureau, un centro de detención en Pompano Beach.</p><p>Garcia y Watts enfrentan cada uno cinco cargos: obstrucción de una investigación criminal, homicidio agravado de un menor, negligencia infantil con gran daño corporal, manipulación de evidencia y alterar o manipular un cadáver, su vestimenta o elementos circundantes sin autorización.</p><p>La madre de Watts tiene la custodia de la hija de 2 años desde que tenía aproximadamente 5 meses, luego de que Garcia y la bebé dieran positivo a THC al nacer, según la orden de arresto.</p><p><b>Lea una parte de la orden de arresto</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 1602.86% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/1cec0773-a357-40e2-92c4-30d5ccd0bf3d?src=embed&amp;embed_type=responsive_iframe" title="Manslaughter Case in Hollywood " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Historia relacionada:</b> p<a href="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/04/10/acusan-a-pareja-en-corte-de-broward-por-muerte-de-su-hijo-de-tres-semanas-y-encubrimiento/">areja comparece en corte de Broward acusada por la muerte de su hijo de tres semanas y encubrimiento</a></p>]]></content:encoded></item></channel></rss>