<?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>Sun, 12 Apr 2026 23:28:43 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><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><media:content url="https://www.local10.com/resizer/v2/QNZTIP45GFE33D5FJVLND7BDXI.png?auth=e6c7be4b32b4626bcbf925763aa18592134a64bcba2149dab87e3b3518372187&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" 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><media:content url="https://www.local10.com/resizer/v2/2VOBOBBXBBC2DNVXSR3WORYEBI.png?auth=f54c8d9dc8889034d9e1ccb7a33bcbbc3ca28bc1606bcb76a86a7adaaa687eff&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Families in Fort Lauderdale’s Edgewood still feel impact of historic flooding three 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[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 22:27:48 +0000</pubDate><content:encoded><![CDATA[<p>BRISTOL, Tenn. (AP) — Ty Gibbs outdueled Ryan Blaney and Kyle Larson in overtime Sunday at Bristol Motor Speedway, breaking through for his first NASCAR Cup Series victory in his 131st start.</p><p>Gibbs, the grandson of NASCAR Hall of Fame team owner and former Super Bowl-winning coach Joe Gibbs, led the final 25 laps and held off the two NASCAR Cup Series champions, who both had tires that were nearly 100 laps fresher, on a furious final restart.</p><p>Blaney, who started from the pole position, finished second.</p><p>Larson, who led a race-high 284 of 500 laps and won the first two stages on the 0.533-mile oval, finished third and remained winless in the past 32 races. Tyler Reddick and Chase Briscoe rounded out the top five.</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>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/C2MXSOIPKIOAETGKN65TXHN7CI.jpg?auth=eb9bb1f40531d4e2552bf043d55574092c152c3aea4766626c57246b920751f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney (12) leads Ross Chastain and the rest of the field during the start of 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/JEPKR7UGKOQP3HRECJ7WQFRGJM.jpg?auth=e5922c91f346b108ccea2c507a7aae2dc1744bdb33fdef9ac29ceb187490f6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kyle Larson (5) leads Ross Chastain 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[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[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>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[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[Fellow Democrats urge Swalwell to quit California governor's race and resign from Congress]]></title><link>https://www.local10.com/news/politics/2026/04/12/fellow-democrats-urge-swalwell-to-quit-california-governors-race-and-resign-from-congress/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/12/fellow-democrats-urge-swalwell-to-quit-california-governors-race-and-resign-from-congress/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 19:35:02 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Fellow Democrats are abandoning Eric Swalwell’s campaign for California governor in droves after allegations surfaced that he sexually assaulted a former staffer, with a growing number urging the congressman both to quit the race and resign his seat in Congress.</p><p>Swalwell has denied the allegations, which he has said “are absolutely false.” They surfaced after he became a leading contender in the race for California governor to replace outgoing Democratic Gov. Gavin Newsom.</p><p>Over the weekend, with Swalwell's gubernatorial campaign already teetering, Democrats in Congress began to call for his resignation from the House. Some even said they would support the rare step of expelling him should he refuse to step aside.</p><p>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>Swalwell’s gubernatorial campaign did not immediately respond to an email from The Associated Press seeking comment</p><p>It all added to the mounting political pressure on Swalwell, who has already seen his most prominent supporters, including Sen. Adam Schiff and powerful labor unions, pull their endorsements and call for his exit from the race. Rep. Jimmy Gomez, D-Calif., who helped run Swalwell’s campaign, 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>Republican Rep. Byron Donalds of Florida, who is running his own campaign for governor, said both Swalwell and Gonzales “need to go home” and that he would vote to expel them both.</p><p>Khanna also indicated support for congressional action against both lawmakers.</p><p>“So, it depends on if it’s worded in a fair way,” Khanna said. “But this shouldn’t be about politics. Anyone who abuses young girls and staffers should not be in the United States Congress."</p><p>The San Francisco Chronicle reported Friday about allegations that Swalwell sexually assaulted a woman in 2019 and 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.</p><p>The woman worked for Swalwell when the first alleged assault occurred in 2019, while the 2024 assault allegedly occurred at a charity gala, the Chronicle reported. In both cases the woman said she was too intoxicated to consent to sex.</p><p>The paper didn’t name 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 Saturday that it was investigating. That office urged anyone with knowledge to contact its special victims division.</p><p>After the allegations surfaced, Swalwell said Friday in a video on social media that he would spend the weekend with family and friends and share an update “very soon.” He is not running for reelection for his House seat.</p><p>“These allegations of sexual assault are flat false. They’re absolutely false. They did not happen, they have never happened, and I will fight them with everything that I have,” the congressman said.</p><p>Democratic Rep. Nancy Pelosi, the former House speaker who remains a dominant force in California politics, said the “serious allegations” must be investigated. She said she spoke to Swalwell and suggested that be done “outside of a gubernatorial campaign.”</p><p>House Democratic leader Hakeem Jeffries of New York and his leadership team also called for an investigation and for Swalwell to end his campaign for governor.</p><p>Jayapal and Donalds appeared on NBC's “Meet the Press,” and Khanna was interviewed on “Fox News Sunday.”</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: Final round of the Masters heats up]]></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>Sun, 12 Apr 2026 22:27:30 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — The final round of the 90th Masters is underway, and it’s a tight race for the green jacket.</p><p>Rory McIlroy and Cameron Young opened the day tied at the top of the leaderboard after a dramatic Saturday, with a number of contenders close behind.</p><p>McIlroy and Young struck their opening tee shots at 2:25 p.m. on Tea Olive, the 445-yard par-4 first hole at Augusta National. Young took sole possession of the lead after McIlroy double-bogeyed the fourth hole. But McIlroy has since retaken the lead.</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-golden-state-valkyries-on-multiyear-deal-in-day-2-of-wnba-free-agency/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/all-star-gabby-williams-joins-golden-state-valkyries-on-multiyear-deal-in-day-2-of-wnba-free-agency/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 20:41:32 +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>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.</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.</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>___</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[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>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[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[Peruanos eligen presidente y Congreso bicameral en comicios marcados por amplia oferta de candidatos]]></title><link>https://www.local10.com/espanol/2026/04/12/peruanos-eligen-presidente-y-congreso-bicameral-en-comicios-marcados-por-amplia-oferta-de-candidatos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/12/peruanos-eligen-presidente-y-congreso-bicameral-en-comicios-marcados-por-amplia-oferta-de-candidatos/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:25:52 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Los peruanos acudían a votar el domingo en las elecciones generales para escoger a su próximo presidente entre una oferta inusitada de 35 candidatos en medio de la preocupación por la delincuencia, la corrupción y la persistente inestabilidad política del país.</p><p>Unas 27 millones de personas están llamadas 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>Mientras que varios centros de votación abrieron sus puertas en horario, otros lo hicieron con retraso porque no había llegado el material electoral mientras los electores hacían largas filas para entrar y se quejaban del tiempo de espera.</p><p>Unas horas después, las autoridades electorales anunciaron que ampliarán una hora más el horario de votación y que los centros electorales cerrarán a las 18 hora local debido a “problemas logísticos” en la distribución de la papeletas con los candidatos.</p><p>Distintos sondeos privados coinciden en que ninguno de los postulantes a la presidencia tiene alta intención de voto ni ha logrado establecer una distancia significativa sobre sus rivales.</p><p>Preocupaciones: inseguridad, alto costo de vida, corrupció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 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>La mujer dijo que "no todo lo que dicen (los políticos) lo cumplen; esta vez hay que elegir bien a nuestro presidente para que pueda mejorar al Perú”.</p><p>Sandy Muñoz, que vende comida en la calle, señaló por su lado que “hoy en día ir al mercado sale muy caro”, además de que “está el problema de la seguridad, la corrupción y los trabajadores del transporte, que están constantemente en huelga” por la delincuencia.</p><p>En el último quinquenio las denuncias por extorsión —un delito que ha provocado protestas y paralizaciones frecuentes del transporte público— se han quintuplicado, mientras los asesinatos se han duplicado, de acuerdo con datos oficiales. El costo de la criminalidad consume 1,7% del PBI, el equivalente a unos 5.000 millones de dólares anuales, lo que actúa como un impuesto que asfixia el consumo y la inversión privada, según cálculos del Ministerio de Economía.</p><p>Fujimori, la preferida por ahora</p><p>En un contexto de gran incertidumbre, varios sondeos coinciden en que la derechista Keiko Fujimori —hija del fallecido expresidente Alberto Fujimori (1990-2000)— encabeza la intención de voto con 15% con su promesa de combatir la delincuencia con las Fuerzas Armadas y construir nuevas cárceles. Sin embargo, la suma del voto nulo, en blanco e indeciso lidera las proyecciones.</p><p>Durante la jornada electoral la candidata presidencial visitó en un cementerio las tumbas de su madre, Susana Higuchi, y de su padre.</p><p>La representante de Fuerza Popular salió de su casa en una zona residencial de Lima y se dirigió en un automóvil al cementerio junto a su hermana menor Sachi. “En los procesos electorales anteriores ellos estaban con vida y es la manera de decirles que los tenemos presentes”, dijo a los periodistas la dirigente política, que ha competido varias veces por la presidencia.</p><p>Detrás de Fujimori se ubican sólo 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>Fujimori, López Aliaga y el humorista Carlos Álvarez, de País para Todos, son algunos de los candidatos que ya depositaron su voto.</p><p>Voto obligatorio</p><p>Se contemplan multas de hasta 32 dólares para quienes no voten. Los mayores de 70 años no están obligados a hacerlo.</p><p>Alrededor de 1,1 millones de votantes sufragarán desde 75 países del extranjero, en su mayoría en Estados Unidos y Argentina.</p><p>Las autoridades electorales anticiparon que poco antes de finalizar el domingo esperan alcanzar el 60% del conteo de los votos para presidente, pero el resultado final podría demorar hasta el jueves 16 de abril.</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/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/VDU4AAKSAC4KKIUFNOTPXJ2SS4.jpg?auth=37c7cf9eea5dd349f258487a5a1f0e8267d4c2078be53bfae19bd075d7bedb95&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 centro de votación que no abrió 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>Sun, 12 Apr 2026 10:19:14 +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 on 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>Sun, 12 Apr 2026 08:43:28 +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 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>Sun, 12 Apr 2026 22:39:58 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — President Donald Trump on Sunday 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>Trump wants to weaken Iran’s key leverage in the war after demanding that it reopen the strait to all global traffic on the waterway that was responsible for 20% of global oil shipping before fighting began.</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>A U.S. blockade could further rattle global energy markets.</p><p>Oil prices rose in early market trading on Sunday 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>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, 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>Parliament speaker Mohammad Bagher Qalibaf, who led Iran’s side, 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/G4TCR5EUUEG33D4565CV3AASNQ.jpg?auth=126e62638f135c24f3d047e46cff00d9c3275386fc37d82e726b7094df1baddb&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/22EUZ5UIK6CMTROYNYN427JRLQ.jpg?auth=54536b97e6f3f41c70ce5e664dbe17795d47b9f02af2defe4ed3e0fc9cc82d12&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, right, speaks during a news conference after meeting with representatives from Pakistan and Iran as Jared Kushner, left, and Steve Witkoff, Special Envoy for Peace Missions listen, on Sunday, April 12, 2026, in Islamabad, Pakistan. (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/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><media:content url="https://www.local10.com/resizer/v2/LJYUHUJYTOTFCYDCJKKKGI2YC4.jpg?auth=2689f8afaa4076147cad6915868d85c719d44d2da9a3ebecdebaafceeddefe0c&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></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/justin-rose-takes-the-masters-lead-at-the-turn-in-a-bid-to-finally-get-a-green-jacket/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/justin-rose-takes-the-masters-lead-at-the-turn-in-a-bid-to-finally-get-a-green-jacket/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 22:57:49 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — Rory McIlroy joined more elite company Sunday at the Masters when he pulled away with a pair of birdies around Amen Corner and, as usual, saved a little drama for the end before taking his place in Augusta National history as only the fourth back-to-back champion.</p><p>In a final round where three players had a two-shot lead, 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 that set up another birdie to move three shots ahead.</p><p>There were a few dicey moments, including a wild drive on the 18th that wound up closer to the 10th fairway. But he tapped in for bogey and a 1-under 71 for a one-shot victory.</p><p>A year ago, his playoff victory over Justin Rose gave him the career Grand Slam.</p><p>With another green jacket, McIlroy joined Tiger Woods, Nick Faldo and Jack Nicklaus as the only repeat winners of the Masters.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HWZ7FZYOQQ73FVTMJZHNB5WJH4.jpg?auth=3f30cc527f5443d1c86a58c5c046d8cbeb46b4ed754338b3d3c4693ce71b0deb&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 sixth 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/YE22QBQ3QLNAAQSLNFR5Q5CR6Q.jpg?auth=a03b347de42e54ed1b6a7a825e46dbf96385bf19d9365635f07dc8c1ae873c50&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 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/5MC6GFCXP4UWVM5BXQYXB2KZEY.jpg?auth=251e8200688c43c2afde2814cdff4fc2fd7a512af3dd1c9295931b1547d43772&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 seventh 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><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>Sun, 12 Apr 2026 21:26:16 +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/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-warns-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-warns-it-will-blockade-iranian-ports-after-ceasefire-talks-end/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:09:06 +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>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><p>Iran war has cost Israel at least $11.5 billion, Finance Ministry says</p><p>Israel’s Ministry of Finance released its initial estimate of the cost of the Iran war on Sunday.</p><p>Some NIS 22 billion ($7.25 billion) has been spent on defense and military costs, including equipment and mobilizing more than 100,000 reserve soldiers, the ministry said.</p><p>Another NIS 12 billion ($4 billion) accounts for damages incurred by businesses and individuals from missiles or other related war losses, including missed days of work.</p><p>The ministry noted that some of the costs — including economic losses stemming from the war’s 40-day closure of the airports and many businesses — will only become apparent in the future.</p><p>At the height of its war with Gaza, Israel spent an estimated NIS 14 billion ($4.7 billion) per month on its military, more than double its monthly budget before the Oct. 7, 2023, attack.</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/stampede-at-a-haitian-mountaintop-fortress-leaves-at-least-30-dead-and-dozens-injured/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/04/12/stampede-at-a-haitian-mountaintop-fortress-leaves-at-least-30-dead-and-dozens-injured/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 20:54:55 +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/X3IYAP7G65O263OWVSTOIIQCZA.jpg?auth=24945a942a1e9484d34d519032991decd17442d63cdca655c02117e94852c0ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors tour the Citadelle Laferriere in Milot, Haiti, Thursday, March 27, 2008. (AP Photo/Ariana Cubillos, FILE)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</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-ejected-after-16-years-in-european-electoral-earthquake/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/12/hungarian-prime-minister-orban-ejected-after-16-years-in-european-electoral-earthquake/</guid><dc:creator><![CDATA[By JUSTIN SPIKE and SAM McNEIL, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 23:04:08 +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 break down 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 will require 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/GO53WFYVWID2AT4SSJ6AVTDYYI.jpg?auth=7272135db47c5c062572699c64d17b23eb8152dca5dc2ff43e72593bd25fc7fa&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><item><title><![CDATA[Trump approves disaster requests for at least 7 states. Others await aid decisions]]></title><link>https://www.local10.com/news/politics/2026/04/11/trump-approves-disaster-requests-for-at-least-7-states-others-await-aid-decisions/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/04/11/trump-approves-disaster-requests-for-at-least-7-states-others-await-aid-decisions/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 19:02:16 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration approved major disaster declaration requests for at least seven states this week, according to information released Saturday by the Federal Emergency Management Agency, allowing affected communities to access federal support. About 15 requests for assistance from others states and tribes for extreme weather events this year and last seem to be pending, along with three appeals of previous denials.</p><p>Alaska, Idaho, Montana, Oregon, South Carolina, South Dakota and Washington were granted major disaster declarations, which can unlock federal support and funding for recovery needs such as public infrastructure repairs and aid for survivors.</p><p>The announcement, in a FEMA daily briefing document, comes weeks into Homeland Security Secretary Markwayne Mullin’s tenure overseeing the disaster relief agency and is the latest signal that the former Republican senator from Oklahoma could ease some of the turmoil from the leadership of his predecessor, Kristi Noem, who was fired by President Donald Trump in March.</p><p>Nonetheless, FEMA’s work could be undermined by the ongoing DHS shutdown, now eight weeks long. While disaster response and recovery can continue through a shutdown because FEMA’s Disaster Relief Fund does not lapse, that money is running low as the funding impasse drags on. The DHS appropriations bill would replenish the fund with more than $26 billion.</p><p>Mullin said Tuesday that he planned to brief Trump that day on the pending declaration requests, affirming his intention to speed up work on past disasters in the run-up to Atlantic hurricane season, which begins June 1.</p><p>“We’re trying to push this stuff forward as fast as possible,” Mullin said after surveying Hurricane Helene recovery work in North Carolina on his first official visit as DHS secretary, acknowledging that “disasters are happening constantly.”</p><p>White House spokeswoman Abigail Jackson said Saturday that Trump responds to such requests “with great care and consideration, ensuring American tax dollars are used appropriately and efficiently by the states to supplement — not substitute — their obligation to respond to and recover from disasters.” She said an administration goal is having state and local governments "invest in their own resilience before disaster strikes, making response less urgent and recovery less prolonged.”</p><p>While Mullin assured fellow senators during his confirmation hearing that he believed in FEMA's mission, the agency's future is uncertain. Trump has expressed a desire to push more responsibility for disasters down to states. The FEMA Review Council he appointed last year has not released a recommendation report expected to include sweeping changes to how the federal government supports disaster resilience, response and recovery.</p><p>It was not immediately clear whether other states or tribes had also been told of approvals or denials that were not yet announced publicly. Hawaii Governor Josh Green, a Democrat, said Wednesday said his state had received a disaster declaration for devastating March flooding.</p><p>Trump also amended past disaster declarations for Tennessee and Mississippi, adding more counties for individual assistance after a severe winter storm in January.</p><p>Some communities have experienced unprecedented long waits for answers on their disaster requests during Trump's second term. An analysis by The Associated Press in September found approvals were taking more than a month on average.</p><p>It took less than two weeks on average for a governor’s disaster declaration request to be granted by presidents in the 1990s and early 2000s. That rose to about three weeks during the past decade under presidents from both major parties.</p><p>Arizona has been waiting nearly three months for an answer to its appeal after being denied support for severe storms and flooding that occurred in September.</p><p>Some Democrat-led states have complained about being denied disaster declarations despite proving need. Maryland Gov. Wes Moore called Trump's decision “deeply frustrating” after the president twice denied the state's request for support for May 2025 flooding despite a FEMA assessment showing over $33 million in damages.</p><p>While FEMA assesses damage and uses a specific formula to analyze the possible impact on states and local jurisdictions, disaster declarations are ultimately at the president’s discretion.</p><p>None of the approvals made this week includes hazard mitigation funding, a once-typical add on to disaster declaration support that helped communities build back with more resilience. Trump has not approved a hazard mitigation request for more than a year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3N7L3FAHVUTJQRXTITP4MQHIU.jpg?auth=9a4e11596980044926bdb05caf2d6b92acb23c93712411b085163d559a5375b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin, right, talks with Mayor Peter O'Leary, during a trip to survey damage caused by Hurricane Helene, Tuesday, April 7, 2026 in Chimney Rock, N.C. This is Mullin's first official trip since replacing Kristi Noem. (AP Photo Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Santana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2OLFOT5IX2FY4SXFIUA4GVCH6E.jpg?auth=52a962c0ae4a776bdb546259dcdb2ac04192da61228d58d9f9b08c181aeef6cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Homeland Security Secretary Markwayne Mullin, center left, listens to a briefing on hurricane recovery efforts, Tuesday, April 7, 2026 in Lake Lure, N.C. This is his first official trip since replacing Kristi Noem. (AP Photo Rebecca Santana)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Santana</media:credit></media:content></item><item><title><![CDATA[Tillman Scholars make connections with each other and the community at annual Pat's Run]]></title><link>https://www.local10.com/sports/2026/04/12/tillman-scholars-make-connections-with-each-other-and-the-community-at-annual-pats-run/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/12/tillman-scholars-make-connections-with-each-other-and-the-community-at-annual-pats-run/</guid><dc:creator><![CDATA[By JOHN MARSHALL, Associated Press]]></dc:creator><description></description><pubDate>Sun, 12 Apr 2026 21:37:55 +0000</pubDate><content:encoded><![CDATA[<p>TEMPE, Ariz. (AP) — The room intimidates whether it's the first gathering or the 20th, so much intellect, achievement and initiative squeezed into a confined space.</p><p>The uneasiness begins to peel away during initial conversations, then dissipates more during the 1-mile walk to the start of the race.</p><p>By the time the Tillman Scholars reach the Pat's Run start line, there's an ease, a comfortable feeling that they're among peers, like-minded people who uphold the values of the race's namesake, NFL player-turned-Army Ranger Pat Tillman.</p><p>“I had major imposter syndrome after getting selected to this program,” said Jason Williams, a Tillman Scholar and doctorate candidate at UCLA working on reimagining raw materials for the health and wellness industry. “I looked at a lot of their profiles and it just seemed like every person was like a superhero, but when you actually get there, not only are they amazing on paper, they’re amazing people. I don’t know what they do in their selection process to find these people.”</p><p>Pat's Run began in 2004 as a way to honor the legacy of Tillman, who walked away from a multimillion-dollar NFL career to serve his country in the wake of the Sept. 11 attacks. The run, which started as a gathering of friends following his death in Afghanistan by friendly fire, has blossomed into 4.2-mile run/walk — Tillman's number was 42 — that draws 30,000 people to the desert every year.</p><p>The Tillman Scholars program was created in 2009 to support active-duty service members, veterans and military spouses in their academic pursuits. The race serves as a fundraiser for the scholars, a 1,000-member tribe of uber-achievers who embody the leadership and selflessness Tillman exhibited.</p><p>The two connected worlds mesh in person every year at Arizona State University, where 28 of the 50 Tillman Scholars at the run serve as corral leaders and help urge runners across the final 42 yards of turf to the finish line inside the football stadium where Tillman once played.</p><p>“It’s this almost kind of a coming home right to where it all started,” said Katherine Steele, Pat Tillman Foundation CEO and a Tillman Scholar. “We’re here as Tillman Scholars because Pat lived, so to be able to be a part of it and be embedded with 30,000 people, in those corrals is special.”</p><p>Tillman had a passion for excellence, leadership, humility, belief that everyone should strive for something bigger than themselves.</p><p>The Tillman Scholars reflect those values with their achievements and connections to their communities — 23% have master's degrees, 21% medical degrees, 19% Masters of Business Administration and 15% doctorates.</p><p>They are doctors, CEOs, lawyers, scientists, engineers and entrepreneurs. Some dedicate their lives to helping veterans, tackling public health issues at home and abroad, and affecting policy change.</p><p>All give back in some aspect: serving on national or local boards, volunteer work, providing support for issues like homelessness and hunger. Tillman Scholar Jhay Edwards even served as a volunteer firefighter in Maryland.</p><p>“Every time I go there, it's just so energizing,” said Amber Manke, Tillman Scholar and chief of staff to the CEO of Care Delivery Markets (NY/NJ) at Optum. “That organization gave me something 11 years ago and it wasn’t just the scholarship. It was the community and the people that I’ve met along the way, the lives that have changed.”</p><p>Serving as Pat's Run corral leaders provides the Tillman Scholars a tangible proof of the impact Tillman had on people's lives — even those born after he died.</p><p>Every year, the run draws from all walks of life; people who have never run a race in their lives, parents pushing their children in strollers, firefighters completing the course in full gear, disabled veterans willing themselves across the finish line.</p><p>The interactions at the corrals is a chance for the Tillman Scholars to hear their stories, understand why they're running, how the run fits into the bigger picture of worlds beyond their own.</p><p>“You meet service members and veterans, but other than just saying thank you for your support, you get to learn about the stories of some of the members that have served and their family have served,” said Edwards, who works at pharmaceutical company GSK to provide spaces for veteran and disabled small business owners to be a part of the supply chain. “You see how important it is for you to be there and just to represent them and their family, and the work that Pat did. It really connects.”</p><p>Tillman connected through the life he lived. He continues to even after death, through the race and the scholars who bear his name.</p><p>___</p><p>This story has been corrected to show that the first name of the chief of staff to the CEO of Care Delivery Markets (NY/NJ) at Optum is Amber, not Amanda, Manke.</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VDYXXV2224T5XU6JWD6ZF64F6Q.jpg?auth=f19b67ab3ec0188886ed5bcf5ee3a819f2b6a649f4965bfdd46e0aeb0f910a89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Runners take off at the start line of Pat's Run, a 4.2-mile race honoring former NFL player and Army Ranger Pat Tillman, in Tempe, Ariz., on Saturday, April 11, 2026. (AP Photo/John Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">John Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXY3BZR5MJDGHGLCI6Z6Y3WKOI.jpg?auth=6777c4b2f799752741aa2dc461a168c32c998b7ea65fcfb53d72a7bf67a6a948&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Runners take off at the start line of Pat's Run, a 4.2-mile race honoring former NFL player and Army Ranger Pat Tillman, in Tempe, Ariz., on Saturday, April 11, 2026. (AP Photo/John Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">John Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQTXDUKLRNWHV6ZFXMRDK7RL54.jpg?auth=5ba2dc0da88ace155c8a591b8d198b6e790a962b85056cab4f2186cd20df4c7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wheelchair racer heads toward the finish line of Pat's Run, a 4.2-mile race honoring former NFL player and Army Ranger Pat Tillman, in Tempe, Ariz., on Saturday, April 11, 2026. (AP Photo/John Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">John Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XG6VOKSI4JLK5H3W56ZKTIMQTM.jpg?auth=ea83809e797351e62a90c85979d120cb70ebde4bf06ad5806b08f50970749bba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tillman Scholar Amber Manke runs toward the finish line of Pat's Run, a 4.2-mile race honoring former NFL player and Army Ranger Pat Tillman, in Tempe, Ariz., on Saturday, April 11, 2026. (AP Photo/John Marshall) CORRECTION: Corrects ID to Amber from Amanda.]]></media:description><media:credit role="author" scheme="urn:ebu">John Marshall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZXYQFA77QS2HSDV2QT6PK3VNMQ.jpg?auth=8b74731d25e30ba1f0c341a7f30d537efb4982966ef0df1dc83e38b0dc393e3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A runner celebrates as he reaches the finish line of Pat's Run, a 4.2-mile race honoring former NFL player and Army Ranger Pat Tillman, in Tempe, Ariz., on Saturday, April 11, 2026. (AP Photo/John Marshall)]]></media:description><media:credit role="author" scheme="urn:ebu">John Marshall</media:credit></media:content></item><item><title><![CDATA[Hollywood hit-and-run leaves man in critical condition, police say]]></title><link>https://www.local10.com/news/local/2026/04/11/reported-hit-and-run-in-hollywood-leaves-man-hospitalized-witnesses-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/reported-hit-and-run-in-hollywood-leaves-man-hospitalized-witnesses-say/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Police are investigating a hit-and-run crash in Hollywood that they say left a man critically injured early Saturday morning,]]></description><pubDate>Sat, 11 Apr 2026 10:29:53 +0000</pubDate><content:encoded><![CDATA[<p>Police are investigating a hit-and-run crash in Hollywood that they say left a man critically injured early Saturday morning,</p><p><a href="https://www.local10.com/espanol/2026/04/11/reportan-choque-y-fuga-en-hollywood-que-deja-a-hombre-hospitalizado-dicen-testigos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/reportan-choque-y-fuga-en-hollywood-que-deja-a-hombre-hospitalizado-dicen-testigos/">Leer en español</a></p><p>According to the Hollywood Police Department, officers responded around 2 a.m. to the 2400 block of Sheridan Street following reports of a pedestrian struck by a vehicle. </p><p>Police said a preliminary investigation revealed that the victim was hit by an unknown vehicle, which fled the scene in an unknown direction.</p><p>They said Hollywood Fire Rescue transported the victim to Memorial Regional Hospital, where he remains in critical condition.</p><p>The crash occurred along Sheridan Street near the Interstate 95 southbound off-ramp. By early morning, the scene had cleared, but witnesses described a chaotic and disturbing scene in the immediate aftermath.</p><p>Several bystanders called 911 and rushed to help after spotting the man lying in the roadway. Witnesses said they had to swerve to avoid hitting him.</p><p>Two men told Local 10 that they pulled the victim out of the street and onto the sidewalk, fearing he would be struck again. Video from the scene shows multiple people surrounding the victim and trying to assist him while waiting for emergency responders to arrive.</p><p>A trail of blood and crime scene markers remained in the area where the man was found. Personal items, including black sneakers and a hat, were also seen scattered in the roadway.</p><p>“At first, we thought it was a dead body,” one witness said. “He tried to drag him out of the road so nobody else would hit him, and we got him to the sidewalk.”</p><p>Another witness said the victim was conscious and speaking.</p><p>“I didn’t want anyone else to run him over more than he already had been,” he said. “He told me he was still alive, so that was a good sign, and I hope he survives.”</p><p>Police temporarily shut down eastbound lanes of Sheridan Street for several blocks as they investigated.</p><p>Authorities said the case is being handled by HPD’s traffic homicide detectives.</p><p>No other details were immediately released. </p><p>Anyone with information on the case is urged to call Broward Crime Stoppers at 954-493-8477. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Desvían vuelo de Delta de regreso al aeropuerto de Fort Lauderdale por falla en el tren de aterrizaje ]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Vuelo de Delta Air Lines con destino a Boston fue desviado de regreso al Aeropuerto Internacional de Fort Lauderdale-Hollywood tras experimentar un problema mecánico en el tren de aterrizaje]]></description><pubDate>Sat, 11 Apr 2026 18:00:50 +0000</pubDate><content:encoded><![CDATA[<p>Un vuelo de Delta Air Lines con destino a Boston fue desviado de regreso al Aeropuerto Internacional de Fort Lauderdale-Hollywood el sábado tras experimentar un problema mecánico en el tren de aterrizaje, informaron las autoridades.</p><p>El vuelo <a href="https://www.flightaware.com/live/flight/DAL555" target="_self" rel="" title="https://www.flightaware.com/live/flight/DAL555">DL555</a> aterrizó sin incidentes, y un video obtenido por Local 10 News captó la llegada del avión de vuelta a FLL.</p><p>“El avión aún está dando vueltas y descargando combustible. El incidente involucró un problema mecánico en el tren de aterrizaje de la aeronave. No hay más información disponible en este momento”, escribió la Oficina del Sheriff de Broward en un comunicado enviado a Local 10 News.</p><p>FlightAware reportó que el avión estuvo en el aire durante 1 hora y 13 minutos antes de aterrizar nuevamente en FLL.</p><p>Según <a href="https://www.flightaware.com/live/flight/DAL555" target="_self" rel="" title="https://www.flightaware.com/live/flight/DAL555">datos de seguimiento de vuelos</a>, la aeronave estaba programada para despegar a las 7:05 a.m. con destino a Boston, pero sufrió un retraso hasta las 11:58 a.m. antes de despegar, cuando presentó un problema mecánico.</p><p>Las autoridades aeroportuarias no han dicho cuándo será reprogramado el vuelo.</p><p>Se espera que los pasajeros permanezcan en la zona segura del aeropuerto, ya que el vuelo figura como retrasado y no cancelado hasta la tarde del sábado.</p>]]></content:encoded></item><item><title><![CDATA[Reportan choque y fuga en Hollywood que deja a hombre hospitalizado, dice la policía]]></title><link>https://www.local10.com/espanol/2026/04/11/reportan-choque-y-fuga-en-hollywood-que-deja-a-hombre-hospitalizado-dicen-testigos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/reportan-choque-y-fuga-en-hollywood-que-deja-a-hombre-hospitalizado-dicen-testigos/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Testigos comentaron que un choque y fuga en Hollywood durante la noche dejó a un hombre gravemente herido, transeúntes llamaron al 911 y se apresuraron para ayudar tras el impacto.]]></description><pubDate>Sat, 11 Apr 2026 13:15:56 +0000</pubDate><content:encoded><![CDATA[<p>La Policía investiga un choque y fuga en Hollywood que dejó a un hombre en estado crítico la madrugada del sábado, según autoridades.</p><p>Según el Departamento de Policía de Hollywood, los agentes respondieron alrededor de las 2 a.m. a la cuadra 2400 de Sheridan Street tras reportes de un peatón atropellado por un vehículo.</p><p>La Policía indicó que una investigación preliminar reveló que la víctima fue impactada por un vehículo desconocido, que huyó de la escena en dirección no determinada.</p><p>Señalaron que Hollywood Fire Rescue trasladó a la víctima al Memorial Regional Hospital, donde permanece en condición crítica.</p><p>El accidente ocurrió en Sheridan Street, cerca de la salida hacia el sur de la Interestatal 95. Para la mañana temprano, la escena había sido despejada, pero testigos describieron una situación caótica y perturbadora tras el impacto.</p><p>Varios transeúntes llamaron al 911 y se apresuraron a ayudar al ver al hombre tendido en la vía. Testigos dijeron que tuvieron que esquivarlo para no atropellarlo.</p><p>Dos hombres dijeron a Local 10 que sacaron a la víctima de la calle hacia la acera, por temor a que fuera golpeado nuevamente. Un video de la escena muestra a varias personas rodeando al hombre e intentando ayudarlo mientras esperaban la llegada de los equipos de emergencia.</p><p>Un rastro de sangre y marcadores de la escena del crimen permanecían en el área donde fue encontrado el hombre. Objetos personales, incluidos unos tenis negros y una gorra, también estaban esparcidos en la vía.</p><p>“Al principio pensamos que era un cuerpo sin vida”, dijo un testigo. “Intentó sacarlo de la carretera para que nadie más lo golpeara y lo llevamos a la acera”.</p><p>Otro testigo dijo que la víctima estaba consciente y hablando.</p><p>“No quería que nadie más lo atropellara más de lo que ya había sido”, dijo. “Me dijo que seguía vivo, así que eso fue una buena señal, y espero que sobreviva”.</p><p>La Policía cerró los carriles hacia el este de Sheridan Street por varias cuadras mientras realizaban la investigación.</p><p>Las autoridades indicaron que el caso está siendo manejado por detectives de homicidios de tránsito de la Policía de Hollywood.</p><p>No se dieron a conocer de inmediato más detalles.</p><p>Cualquier persona con información sobre el caso debe llamar a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[The final day of the NBA regular season awaits, with a whole lot left to be decided]]></title><link>https://www.local10.com/sports/2026/04/11/the-final-day-of-the-nba-regular-season-awaits-with-a-whole-lot-left-to-be-decided/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/04/11/the-final-day-of-the-nba-regular-season-awaits-with-a-whole-lot-left-to-be-decided/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 23:19:17 +0000</pubDate><content:encoded><![CDATA[<p>Sunday is the final day of the NBA regular season, and here's a full listing of all the playoff and postseason matchups that have been decided.</p><p>— None.</p><p>There are 10 teams that are locked into specific seeds in the Eastern and Western Conferences, there are 10 other teams that know their seasons will end on Sunday and 10 more still have some level of uncertainty going into the final day of the six-month grind that precedes the NBA postseason.</p><p>By the end of Sunday, four first-round series matchups — those starting next weekend — will be known, as will the first four play-in tournament matchups that will take place on Tuesday and Wednesday.</p><p>“We're just excited to be in this situation,” said Atlanta coach Quin Snyder, whose Hawks are playoff-bound — but don't know if they'll be the No. 5 or No. 6 seed in the East, so they obviously don't know their first-round matchup either.</p><p>“Whoever we play is going to be really good," Snyder said. “It's hard to even try to figure that out. It's possible that certain teams want to play us. ... We don't know what's going to happen. It's hard to predict all these games that are going on. Wherever it falls is how it falls.”</p><p>No team needs to win on Sunday to extend its season. There are 10 teams eliminated from postseason contention who all know Game 82 is the end of the road. But for the other 20 teams, there will be an 83rd game, either in the play-in this coming week or in the playoffs that start next weekend.</p><p>That doesn't mean those 20 teams all have nothing to play for Sunday. There are seeds to grab, and in some cases, a team could essentially manipulate how their side of the bracket sorts itself out. If San Antonio beats Denver, for example, the Spurs would assure themselves of not having to face Oklahoma City or the Nuggets until the Western Conference finals.</p><p>A Nuggets loss would mean LeBron James and the Los Angeles Lakers — provided they beat Utah on Sunday — would finish as the West's No. 3 seed.</p><p>“I’m sure everybody wants to play us," Lakers coach JJ Redick said. "Let’s get that out there — everybody wants to play us. There are probably teams that are in a position where they can start looking forward to potential second-round matchups as well.”</p><p>The breakdown</p><p>— Seeds clinched: Detroit (East 1), Oklahoma City (West 1), Boston (East 2), San Antonio (West 2), New York (East 3), Cleveland (East 4), Houston (West 5), Minnesota (West 6), Phoenix (West 7 for play-in), Golden State (West 10 for play-in).</p><p>— Playoff-bound, seed still TBA: Denver (3 or 4 in West), Los Angeles Lakers (3 or 4 in West), Atlanta (5 or 6 in East).</p><p>— Playoff or play-in bound: Toronto, Orlando, Philadelphia.</p><p>— Play-in bound, seed still TBA: Los Angeles Clippers, Portland, Charlotte, Miami.</p><p>— Season ends Sunday: Milwaukee, Chicago, New Orleans, Memphis, Dallas, Sacramento, Utah, Brooklyn, Indiana, Washington.</p><p>Stat races</p><p>All the major statistical titles have been decided, barring the most mathematically improbable events of all-time happening on Sunday.</p><p>— Scoring: Luka Doncic of the Lakers (33.5 per game) will win, unless something happens like Oklahoma City's Shai Gilgeous-Alexander scoring 194 points on Sunday. Gilgeous-Alexander isn't playing.</p><p>— Rebounding: Nikola Jokic of the Nuggets (12.9 per game) will win, unless something happens like New York's Karl-Anthony Towns grabbing at least 95 rebounds on Sunday.</p><p>— Assists: Jokic (10.9 per game) will win, unless something happens like Detroit's Cade Cunningham getting at least 77 assists on Sunday.</p><p>— Blocked shots: Victor Wembanyama of the Spurs (3.1 per game) will win, unless something happens like Oklahoma City's Chet Holmgren blocking at least 85 shots on Sunday.</p><p>(So, yes, it's safe to assume those races have been decided.)</p><p>Doncic won't play Sunday for the Lakers, meaning he'll fall short of the 65-game rule for award eligibility, and Jokic needs to play Sunday to hit that number. That means it's actually possible the NBA scoring, rebound and assist champions will all be ineligible to appear on the ballots that will decide the All-NBA teams, MVP and other major awards.</p><p>For the record, Jokic is officially 50-50 to play. The Nuggets listed him as questionable on the injury report that was released Saturday, while announcing that many of their other top players — like Jamal Murray — are being held out for various reasons.</p><p>Lots of players out</p><p>There were no fewer than 168 players officially ruled out of Friday's games, and it'll likely be a similar number ruled out of Sunday's games.</p><p>Among the highlights (or lowlights, depending on perspective):</p><p>— Oklahoma City, with nothing to play for, is sitting its starters for a second straight game.</p><p>— New York is sitting Jalen Brunson, Karl-Anthony Towns, OG Anunoby, Josh Hart and more, and probably won't play Mikal Bridges for too long after he extends his every-game-of-his-career playing streak.</p><p>— Giannis Antetokounmpo has been ruled out by Milwaukee for its finale, and an eventful offseason awaits for the Bucks.</p><p>— Boston, with No. 2 in the East secured, is resting most of its regular rotation. Same goes for Cleveland, which has No. 4 secured.</p><p>— Kevin Durant, Alperen Sengun and Amen Thompson are among the players who Houston will rest Sunday. The Rockets are locked into No. 5 in the West. Anthony Edwards, Rudy Gobert and Julius Randle are out for No. 6 Minnesota, and Devin Booker is among those ruled out by West No. 7 Phoenix.</p><p>Draft odds update</p><p>The teams with the three worst records are set: Washington will be worst, with Indiana and Brooklyn second- and third-worst in some order. That means those three teams will have the best odds — 14% each — of winning the No. 1 pick in next month's draft lottery.</p><p>And Washington can't finish lower than fifth in the lottery.</p><p>Utah and Sacramento would both see draft-lottery benefits from losses on Sunday — especially the Jazz, who could assure themselves of keeping a pick that would be guaranteed to be in the top eight.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YR3TPB45P7L7DCSDFPNF6QWDJI.jpg?auth=f65fb8043ca33ae5f9a73e9d457f10e5ebf0f61bb71c4efa23a0abc6aa830d92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Hawks head coach Quin Snyder speaks in the first half of an NBA basketball game against the Boston Celtics, Monday, March 30, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TEJK6ECO5IPE772CP2OSFWPWI4.jpg?auth=c9d89294caab97d6f66d2c50aa1fe11df0814253045b6b45130e658fec907ea6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Lakers head coach JJ Redick gestures during the first half of an NBA basketball game against the Golden State Warriors in San Francisco, Thursday, April 9, 2026. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Mayor says Plantation cop needs to ‘do better’ after confrontation with bystander caught on camera ]]></title><link>https://www.local10.com/news/local/2026/04/10/mayor-says-plantation-cop-needs-to-do-better-after-confrontation-with-bystander-caught-on-camera/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/mayor-says-plantation-cop-needs-to-do-better-after-confrontation-with-bystander-caught-on-camera/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Newly released video obtained exclusively by Local 10 News of Friday shows a confrontation between a man recording police and Plantation Police Department officers at a shopping center, prompting city leaders to acknowledge missteps and say officials will “do better.”]]></description><pubDate>Fri, 10 Apr 2026 22:24:58 +0000</pubDate><content:encoded><![CDATA[<p>Newly released video obtained exclusively by Local 10 News of Friday shows a confrontation between a man recording police and a Plantation Police Department officer at a shopping center, prompting city leaders to acknowledge missteps and say officials will “do better.”</p><p><a href="https://www.local10.com/espanol/2026/04/11/alcalde-comenta-que-policia-de-plantation-debe-hacerlo-mejor-tras-confrontacion-con-testigo-captada-en-camara/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/alcalde-comenta-que-policia-de-plantation-debe-hacerlo-mejor-tras-confrontacion-con-testigo-captada-en-camara/">Leer en español</a></p><p>The officers, who are part of the department’s homeless outreach team, was responding to a situation at a shopping center when one of them noticed a man recording.</p><p>“Hi … you good?” an officer is heard saying on the video.</p><p>Moments later, the tone escalates.</p><p>“You want to get arrested,” the officer says.</p><p>“Why am I being arrested?” the bystander responds.</p><p>“You’re interfering with my investigation,” the officer says.</p><p>“No, I’m not,” the bystander replied.</p><p>Video shows the man standing more than 25 feet away as officers ordered a woman, who officers described as someone frequently seen at the shopping center, to leave the property.</p><p>The situation intensifies when a bystander asks, “What did she do?”</p><p>“You don’t know the law,” the officer is heard saying repeatedly.“You’re gonna be trespassed from this property. If you return, you’re gonna be placed under arrest.” </p><p>Plantation Mayor Nick Sortal and the city’s police chief said from the outset that recording from that distance is within a person’s rights.</p><p>“You can’t come up to people and put your finger in their face and say stop videoing,” Sortal said. “I wish that whole part hadn’t happened.” </p><p>Officials noted that the officer had a point after referencing that the bystander was obstructing traffic, but that observation came after the initial confrontation.</p><p>Police supervisors have since counseled the officer involved, and city leaders say they are taking accountability.</p><p>“If we messed up, we’re going to tell you to your face, we messed up,” Sortal said. “We’re going to try to do better.”</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[Alcalde comenta que polícia de Plantation debe “hacerlo mejor” tras confrontación con testigo captada en cámara ]]></title><link>https://www.local10.com/espanol/2026/04/11/alcalde-comenta-que-policia-de-plantation-debe-hacerlo-mejor-tras-confrontacion-con-testigo-captada-en-camara/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/alcalde-comenta-que-policia-de-plantation-debe-hacerlo-mejor-tras-confrontacion-con-testigo-captada-en-camara/</guid><dc:creator><![CDATA[Glenna Milberg]]></dc:creator><description><![CDATA[Video divulgado obtenido por Local 10 News muestra enfrentamiento entre un hombre que grababa a la Policía y un agente del Departamento de Policía de Plantation.]]></description><pubDate>Sat, 11 Apr 2026 17:19:38 +0000</pubDate><content:encoded><![CDATA[<p>Un video recién divulgado obtenido en exclusiva por Local 10 News el viernes muestra un enfrentamiento entre un hombre que grababa a la Policía y un agente del Departamento de Policía de Plantation en un centro comercial, lo que llevó a líderes de la ciudad a reconocer errores y afirmar que “harán las cosas mejor”.</p><p>Los agentes, que forman parte del equipo de alcance para personas sin hogar, respondían a una situación en un centro comercial cuando uno de ellos notó a un hombre grabando.</p><p>“Hola… ¿todo bien?”, se escucha decir a un agente en el video.</p><p>Momentos después, el tono se intensifica.</p><p>“¿Quieres que te arresten?”, dice el agente.</p><p>“¿Por qué me van a arrestar?”, responde el testigo.</p><p>“Estás interfiriendo con mi investigación”, dice el agente.</p><p>“No, no lo estoy”, replica el hombre.</p><p>El video muestra al hombre a más de 25 pies de distancia mientras los agentes ordenaban a una mujer —a quien describieron como alguien vista con frecuencia en el lugar— que abandonara la propiedad.</p><p>La situación se intensifica cuando un testigo pregunta: “¿Qué hizo ella?”.</p><p>“No conoces la ley”, se escucha decir repetidamente al agente. “Vas a ser expulsado de esta propiedad. Si regresas, serás arrestado”.</p><p>El alcalde de Plantation, Nick Sortal, y el jefe de Policía de la ciudad señalaron desde el inicio que grabar desde esa distancia está dentro de los derechos de una persona.</p><p>“No puedes acercarte a alguien y ponerle el dedo en la cara para decirle que deje de grabar”, dijo Sortal. “Ojalá esa parte no hubiera ocurrido”.</p><p>Funcionarios indicaron que el agente tenía un punto al mencionar que el testigo estaba obstruyendo el tráfico, aunque esa observación surgió después del enfrentamiento inicial.</p><p>Supervisores policiales ya han orientado al agente involucrado, y líderes de la ciudad dicen que están asumiendo responsabilidad.</p><p>“Si nos equivocamos, se lo vamos a decir de frente: nos equivocamos”, dijo Sortal. “Vamos a tratar de hacerlo mejor”.</p>]]></content:encoded></item><item><title><![CDATA[Police: Man arrested after carjacking, chase ends in Fort Lauderdale crash ]]></title><link>https://www.local10.com/news/local/2026/04/11/police-man-arrested-after-carjacking-chase-ends-in-fort-lauderdale-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/police-man-arrested-after-carjacking-chase-ends-in-fort-lauderdale-crash/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 27-year-old man accused of carjacking his ex-girlfriend in Plantation was arrested Friday after leading police on a chase that they say ended in a crash in Fort Lauderdale’s Melrose Park neighborhood.]]></description><pubDate>Sat, 11 Apr 2026 16:51:04 +0000</pubDate><content:encoded><![CDATA[<p>A 27-year-old man accused of carjacking his ex-girlfriend in Plantation was arrested Friday after leading police on a chase that they say <a href="https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/">ended in a crash in Fort Lauderdale’s Melrose Park neighborhood.</a></p><p><a href="https://www.local10.com/espanol/2026/04/11/policia-arrestan-a-hombre-tras-robo-de-auto-y-persecucion-que-termina-en-choque-en-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/policia-arrestan-a-hombre-tras-robo-de-auto-y-persecucion-que-termina-en-choque-en-fort-lauderdale/">Leer en español</a></p><p>Plantation police said officers responded around 7:05 a.m. to a report of a carjacking at a home near the 1100 block of North University Drive. </p><p>They said Anthony Torres Torrero allegedly battered his girlfriend and took her vehicle shortly after. </p><p>Fort Lauderdale police later located the car and attempted a traffic stop, but said Torres Torrero sped away. </p><p>The pursuit ended when he crashed into a fence and struck a parked car in the 600 block of Long Island Avenue, according to Casey Liening, a spokeswoman for the Fort Lauderdale Police Department. </p><p>Investigators said Torres Torrero tried to run again after the crash but was quickly found with the help of a police K-9.</p><p>Jail records show he is facing charges of carjacking without a weapon, assault, fleeing and eluding, and driving without a valid license. Records show he also had outstanding warrants out of Osceola County for false imprisonment and dating violence.</p><p>As of Saturday, he was being held without bond at the Broward County Main Jail. </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/TMRDAZ3QMNDIJFNAVSNKREAPRQ.jpg?auth=2b7ca6880d66a504774bb6848911ed447859a8799d0b479c524bcbd2a59f8906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: arrestan a hombre tras robo de auto y persecución que termina en choque en Fort Lauderdale ]]></title><link>https://www.local10.com/espanol/2026/04/11/policia-arrestan-a-hombre-tras-robo-de-auto-y-persecucion-que-termina-en-choque-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/policia-arrestan-a-hombre-tras-robo-de-auto-y-persecucion-que-termina-en-choque-en-fort-lauderdale/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 27 años acusado de robar el auto de su exnovia en Plantation fue arrestado el viernes tras una persecución.]]></description><pubDate>Sat, 11 Apr 2026 17:09:03 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 27 años acusado de robar el auto de su exnovia en Plantation fue arrestado el viernes tras una persecución que, según la Policía, <a href="https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/10/police-pursuit-of-stolen-car-ends-with-driver-crashing-in-fort-lauderdale/">terminó en un choque en el vecindario Melrose Park de Fort Lauderdale</a>.</p><p>La Policía de Plantation informó que agentes respondieron alrededor de las 7:05 a.m. a un reporte de robo de auto en una vivienda cerca de la cuadra 1100 de North University Drive.</p><p>Indicaron que Anthony Torres Torrero presuntamente agredió a su novia y luego le quitó el vehículo.</p><p>Posteriormente, la Policía de Fort Lauderdale localizó el auto e intentó detenerlo, pero señaló que Torres Torrero huyó a alta velocidad.</p><p>La persecución terminó cuando chocó contra una cerca e impactó un vehículo estacionado en la cuadra 600 de Long Island Avenue, según Casey Liening, portavoz del Departamento de Policía de Fort Lauderdale.</p><p>Investigadores dijeron que Torres Torrero intentó huir nuevamente tras el choque, pero fue localizado rápidamente con ayuda de un perro K-9.</p><p>Registros carcelarios muestran que enfrenta cargos por robo de auto sin arma, agresión, huir y evadir a la Policía y conducir sin una licencia válida. También tenía órdenes de arresto pendientes en el condado Osceola por encarcelamiento falso y violencia en una relación.</p><p>Hasta el sábado, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TMRDAZ3QMNDIJFNAVSNKREAPRQ.jpg?auth=2b7ca6880d66a504774bb6848911ed447859a8799d0b479c524bcbd2a59f8906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pope Leo XIV denounces the 'delusion of omnipotence' he says fuels the US-Israeli war in Iran]]></title><link>https://www.local10.com/news/2026/04/11/pope-leo-xiv-blasts-delusion-of-omnipotence-fueling-the-us-israeli-war-in-iran/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/11/pope-leo-xiv-blasts-delusion-of-omnipotence-fueling-the-us-israeli-war-in-iran/</guid><dc:creator><![CDATA[By NICOLE WINFIELD, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 18:34:23 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — In his strongest words yet, Pope Leo XIV on Saturday denounced the “delusion of omnipotence” that is fueling the U.S.-Israel war in Iran and demanded political leaders stop and negotiate peace.</p><p>Leo presided over an evening prayer service in St. Peter’s Basilica on the same day the United States and Iran began face-to-face negotiations in Pakistan and as a fragile ceasefire held.</p><p>History’s first U.S.-born pope didn’t mention the United States or President Donald Trump in his prayer, which was planned before the talks were announced. 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>“Enough of the idolatry of self and money!” Leo said. “Enough of the display of power! Enough of war!”</p><p>In the basilica pews was the archbishop of Tehran, Belgian Cardinal Dominique Joseph Mathieu. The U.S. was represented in the diplomatic corps by its deputy chief of mission, Laura Hochla, the U.S. Embassy said.</p><p>In the first weeks of the war, the Chicago-born Leo was initially reluctant to publicly condemn the violence and limited his comments to muted appeals for peace and dialogue. But Leo stepped up his criticism starting on Palm Sunday. And this week, he said Trump’s threat to annihilate Iranian civilization was “truly unacceptable” and called for dialogue to prevail.</p><p>On Saturday, Leo called for all people of good will to pray for peace and demand an end to war from their political leaders. The evening vigil in Rome, which featured Scripture readings and meditative recitation of the Rosary prayers, was taking place as simultaneous local prayer services were being held in the U.S. and beyond.</p><p>Praying for peace, Leo said, was a way to “break the demonic cycle of evil” to build instead the Kingdom of God where there are no swords, drones or “unjust profit.”</p><p>“It is here that we find a bulwark against that delusion of omnipotence that surrounds us and is becoming increasingly unpredictable and aggressive,” he said. “Even the holy Name of God, the God of life, is being dragged into discourses of death.”</p><p>Leaders have used religion to justify their actions in the war. U.S. officials and especially Defense Secretary Pete Hegseth have invoked their Christian faith to cast the U.S. as a Christian nation trying to vanquish its foes.</p><p>Leo has said God doesn’t bless any war, and certainly not those who drop bombs.</p><p>Leo presided over the service sitting off to the side of the altar on a white throne, wearing his formal red cape and liturgical stole and praying with a Rosary in his hands. Many of the priests and nuns in the pews fingered Rosary beads as the “Our Father” and “Hail Mary” prayers were recited.</p><p>The Vatican is particularly concerned about the spillover of Israel’s war against Hezbollah in Lebanon, given the plight of Christian communities in the south.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H4F77GC2QDC6LDNZLMKDXZAHMA.jpg?auth=47b4ebcf74e84b0d3b56909aba5f5c4a884609afedd778f7faa4fdeb60248900&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV holds a rosary as he leads a vigil for peace inside St. Peter's Basilica at the Vatican, Saturday, April 11, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CR43NKNSL2NTAS3752FHECH624.jpg?auth=7bd128b08113716fab563d329453cdfd1a3d814a86e7477b6aac31cd69696469&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV leads a vigil for peace inside St. Peter's Basilica at the Vatican, Saturday, April 11, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLGKV36I7XMKSXIDEYXXOBN3PU.jpg?auth=11d7ac99f8b46ee1c47e28dbc51c675ec79202ebd3397d22e2884580f8bf7199&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV leads a vigil for peace inside St. Peter's Basilica at the Vatican, Saturday, April 11, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q57D5V3GFY3UE7YJUORLZZTU4Q.jpg?auth=2f77e24dbb57b4af498a26c43ed8a6c7da92456fd2547441dec4d9d21c8d19ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman holds a rosary as she attends a vigil for peace lead by Pope Leo XIV inside St. Peter's Basilica at the Vatican, Saturday, April 11, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YPZSRW26QLMC2KPNIR3TZUM6ZQ.jpg?auth=83a570f620e8894025ffbab376d49d336f659cb331f6519ec5d0c643be9db0ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV holds a rosary as he leads a vigil for peace inside St. Peter's Basilica at the Vatican, Saturday, April 11, 2026. (AP Photo/Gregorio Borgia)]]></media:description><media:credit role="author" scheme="urn:ebu">Gregorio Borgia</media:credit></media:content></item><item><title><![CDATA[Video muestra a hombre exponiéndose y manoseando por detrás a mujer desprevenida en Weston]]></title><link>https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/10/video-muestra-a-hombre-exponiendose-y-manoseando-por-detras-a-mujer-desprevenida-en-weston/</guid><dc:creator><![CDATA[Jenise Fernandez, Chris Gothner]]></dc:creator><description><![CDATA[Los agentes de la Oficina del Sheriff del Condado de Broward están buscando a un sospechoso que, según dicen, fue grabado en video exhibiéndose y luego atacando a una mujer que estaba sentada en el césped cerca de un campo de golf en Weston.]]></description><pubDate>Fri, 10 Apr 2026 21:30:59 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Broward buscan a un sospechoso que, según dijeron, fue captado en video exponiéndose y luego atacando a una mujer mientras estaba sentada en el césped cerca de un campo de golf en Weston.</p><p>Los agentes indicaron que ocurrió poco antes de las 4:40 p.m. cerca de la cuadra 16500 de Golf Club Road, en las inmediaciones del Bonaventure Golf Club.</p><p>Las autoridades dijeron que el video muestra “a un hombre de tez clara, vestido con una sudadera con capucha color caqui y pantalones distintivos rojos y negros, exponiéndose y tocándose en un estacionamiento cercano”, y luego “acercándose lentamente a la víctima, observando a su alrededor y quitándose los zapatos antes de sujetarla por detrás”.</p><p>“Ella forcejeó con el atacante antes de que él se levantara, se pusiera los zapatos y corriera hacia un scooter cercano, que utilizó para huir de la escena”, señala un comunicado de BSO.</p><p>Cualquier persona con información sobre el sospechoso debe llamar al detective de BSO Michael Kravecz al 954-626-4006 o a Broward Crime Stoppers al 954-493-8477.</p><p>Según BSO, las pistas que conduzcan a un arresto “pueden ser elegibles para una recompensa de hasta $5,000 USD”.</p>]]></content:encoded></item><item><title><![CDATA[Masters winner is set to make $4.5 million out of a majors-record $22.5 million prize purse]]></title><link>https://www.local10.com/news/2026/04/11/masters-winner-is-set-to-make-45-million-out-of-a-majors-record-225-million-prize-purse/</link><guid isPermaLink="true">https://www.local10.com/news/2026/04/11/masters-winner-is-set-to-make-45-million-out-of-a-majors-record-225-million-prize-purse/</guid><dc:creator><![CDATA[By STEVE REED, Associated Press]]></dc:creator><description></description><pubDate>Sat, 11 Apr 2026 16:55:28 +0000</pubDate><content:encoded><![CDATA[<p>AUGUSTA, Ga. (AP) — If Rory McIlroy is able to hang on and win his second consecutive Masters on Sunday, he’ll walk away with $4.5 million.</p><p>That’s up from the $4.2 million he won last year.</p><p>The Masters on Saturday announced its prize purse for this year’s championship at $22.5 million overall — the highest payout of golf’s four majors. The Masters’ prize payout was $21 million last year.</p><p>The other three major tournaments have not announced prize funds for this year. In 2025, the PGA Championship's was $19 million, the British Open's was $17 million and the U.S. Open's was $21.5 million.</p><p>Last month Cameron Young won $4.5 for capturing the Players Championship, which featured a $25 million overall prize purse.</p><p>McIlroy entered the third round of the Masters on Saturday with a six-stroke lead over Patrick Reed and Sam Burns. He is seeking to become only the fourth player to win back-to-back championships at Augusta National and the first since Tiger Woods nearly 25 years ago (2001-02).</p><p>The top four finishers at the Masters will each make at least $1 million.</p><p>The runner-up is set to take home $2.43 million, while the third-place finisher will receive $1.53 million and fourth place gets $1.08 million.</p><p>All professionals who did not make the cut at the Masters will get $25,000.</p><p>___</p><p>AP golf: https://apnews.com/hub/golf</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XCQS6JILZQAJXTCGFNZEVRBV5Q.jpg?auth=2a7e40e75bf316ce53a7c381e0ef6b9afcb02a5cf4f91eef185294439e0c9769&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 12th 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/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/7FO67ASXHTM6WZDQ76CGOUTT2U.jpg?auth=84700bb5ac42dbaa080887f37037c2263d680a6361ea0c192e8f015933e49780&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 a putt on the 16th 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/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Broward man stands accused of hit-and-run crash killing woman ]]></title><link>https://www.local10.com/news/local/2026/04/10/north-lauderdale-man-stands-accused-of-fatal-hit-and-run-crash-in-oakland-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/north-lauderdale-man-stands-accused-of-fatal-hit-and-run-crash-in-oakland-park/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Khaleel Carey was on house arrest with a GPS on Friday in Broward County, after deputies accused him of a fatal hit-and-run crash in Oakland Park, records show. ]]></description><pubDate>Fri, 10 Apr 2026 21:46:32 +0000</pubDate><content:encoded><![CDATA[<p>Khaleel Carey was on house arrest with a GPS on Friday in Broward County, after deputies accused him of a fatal hit-and-run crash in Oakland Park, records show. </p><p><a href="https://www.local10.com/espanol/2026/04/11/acusan-a-hombre-de-broward-por-choque-y-fuga-que-dejo-a-mujer-muerta/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/acusan-a-hombre-de-broward-por-choque-y-fuga-que-dejo-a-mujer-muerta/">Leer en español</a></p><p>Surveillance video shows Carey, 22, was driving a black 2016 Nissan Maxima northbound on Northwest Ninth Avenue early Wednesday morning with a broken light and damage, according to deputies. </p><p>Crime scene technicians found Carey’s Nissan Maxima’s headlight assembly, a driver’s side view mirror, and exterior black trim pieces where the woman died, according to Broward Sheriff’s Office deputies. </p><p>“Carey stated he was driving home last night and as he passed under the bridge, something hit his vehicle ... he looked around and did not see anyone or anything, so he continued driving home ... he saw the damage to his vehicle and covered it with a tarp to hide it from his parents,” a deputy wrote, according to an arrest report. </p><p>At about 12:20 a.m. on Wednesday, the woman was crossing Ninth Avenue’s northbound lanes at the 4400 block, and after the Nissan struck her, she “came to a final rest in the southbound lanes,” according to deputies. </p><p>BSO deputies pronounced the woman dead at 12:24 a.m. and found Carey and his damaged Nissan Maxima hours later in North Lauderdale, according to deputies. </p><p>Deputies arrested Carey at 7 p.m. on Wednesday, and corrections booked him at the Broward County Main Jail. </p><p>Carey faced charges of failure to stop and remain at the scene of an accident, a first-degree felony, and tampering with evidence, a third-degree felony. </p><p>During a hearing, a bond court judge ordered Carey to avoid driving, surrender his passport, stay in Broward, and remain on house arrest with a GPS. </p><p>According to court records, Broward County Circuit Judge Peter Holden was set to preside over the case. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYJRJ6FBPZGEXPOWKL2CUPAGQY.jpg?auth=4e1dfd39a470f7ce60d0481e89c1fb9524e6e079125982846f3c972ecf918885&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 deputies arrested Khaleel Carey on Wednesday in North Lauderdale after a fatal hit-and-run crash in Oakland Park. A judge released him on house arrest with GPS.]]></media:description></media:content></item><item><title><![CDATA[Acusan a hombre de Broward por choque y fuga que dejó a mujer muerta ]]></title><link>https://www.local10.com/espanol/2026/04/11/acusan-a-hombre-de-broward-por-choque-y-fuga-que-dejo-a-mujer-muerta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/acusan-a-hombre-de-broward-por-choque-y-fuga-que-dejo-a-mujer-muerta/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Khaleel Carey estaba bajo arresto domiciliario con monitoreo GPS tras un choque y fuga mortal en Oakland Park, según registros.]]></description><pubDate>Sat, 11 Apr 2026 16:52:05 +0000</pubDate><content:encoded><![CDATA[<p>Khaleel Carey estaba bajo arresto domiciliario con monitoreo GPS el viernes en el condado Broward, luego de que agentes lo acusaran de un choque y fuga mortal en Oakland Park, según registros.</p><p>Un video de vigilancia muestra que Carey, de 22 años, conducía un Nissan Maxima negro 2016 hacia el norte por Northwest Ninth Avenue la madrugada del miércoles con una luz rota y daños visibles, según los agentes.</p><p>Técnicos de la escena encontraron el ensamblaje del faro del Nissan Maxima de Carey, un espejo lateral del conductor y piezas de moldura exterior negra en el lugar donde murió la mujer, según la Oficina del Sheriff de Broward.</p><p>“Carey declaró que conducía a su casa la noche anterior y que al pasar por debajo del puente algo golpeó su vehículo, miró alrededor y no vio a nadie ni nada, por lo que continuó conduciendo hasta su casa, vio los daños en su vehículo y los cubrió con una lona para ocultarlos de sus padres”, escribió un agente, según el informe de arresto.</p><p>Alrededor de las 12:20 a.m. del miércoles, la mujer cruzaba los carriles hacia el norte de la Novena Avenida en la cuadra 4400, y tras ser impactada por el Nissan, “quedó en reposo final en los carriles hacia el sur”, según los agentes.</p><p>Agentes de la BSO declararon a la mujer muerta a las 12:24 a.m. y encontraron a Carey y su Nissan Maxima dañado horas después en North Lauderdale, según las autoridades.</p><p>Los agentes arrestaron a Carey a las 7 p.m. del miércoles y fue ingresado en la cárcel principal del condado Broward.</p><p>Carey enfrenta cargos por no detenerse y permanecer en la escena de un accidente, un delito grave de primer grado, y manipulación de evidencia, un delito grave de tercer grado.</p><p>Durante una audiencia, un juez de fianzas ordenó que Carey no conduzca, entregue su pasaporte, permanezca en Broward y continúe bajo arresto domiciliario con GPS.</p><p>Según registros judiciales, el juez de circuito del condado Broward, Peter Holden, presidiría el caso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EYJRJ6FBPZGEXPOWKL2CUPAGQY.jpg?auth=4e1dfd39a470f7ce60d0481e89c1fb9524e6e079125982846f3c972ecf918885&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 deputies arrested Khaleel Carey on Wednesday in North Lauderdale after a fatal hit-and-run crash in Oakland Park. A judge released him on house arrest with GPS.]]></media:description></media:content></item><item><title><![CDATA[Humane Society of Broward features Frejya, energetic 10-month-old pup ready for adoption]]></title><link>https://www.local10.com/pets/2026/04/11/humane-society-of-broward-features-freyja-energetic-10-month-old-pup-ready-for-adoption/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/04/11/humane-society-of-broward-features-freyja-energetic-10-month-old-pup-ready-for-adoption/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Humane Society of Broward County is spotlighting Friya, a 10-month-old, high-energy dog in need of a loving, permanent home.]]></description><pubDate>Sat, 11 Apr 2026 15:24:09 +0000</pubDate><content:encoded><![CDATA[<p>The Humane Society of Broward County is spotlighting Frejya, a 10-month-old, high-energy dog in need of a loving, permanent home.</p><p><a href="https://www.local10.com/espanol/2026/04/11/humane-society-of-broward-presenta-freyja-cachorra-energica-de-10-meses-lista-para-adopcion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/humane-society-of-broward-presenta-freyja-cachorra-energica-de-10-meses-lista-para-adopcion/">Leer en español</a></p><p>Frejya, who weighs just over 40 pounds, is described as playful and lively, making her a good fit for a family that can keep her entertained with exercise and proper chew toys. Shelter staff say she may be a mix of several breeds, possibly including husky, Shiba Inu and shepherd.</p><p>Because of her energetic personality, Frejya would likely benefit from an active household and could do well with another dog following a meet-and-greet. However, staff note she may be inclined to chase smaller animals like cats.</p><p>The shelter encourages prospective adopters to complete a pre-adoption application online before visiting. Adoption kennels are open daily at 11 a.m.</p><p>According to HSBC’s Cherie Wachter, Frejya’s spirited nature makes her an ideal companion for someone looking for a fun and active pet.</p><p><a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">Click here</a> for more information on how you can adopt a pet. </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[Humane Society of Broward presenta Frejya, cachorra enérgica de 10 meses lista para adopción ]]></title><link>https://www.local10.com/espanol/2026/04/11/humane-society-of-broward-presenta-freyja-cachorra-energica-de-10-meses-lista-para-adopcion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/humane-society-of-broward-presenta-freyja-cachorra-energica-de-10-meses-lista-para-adopcion/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Sociedad Protectora de Animales del condado Broward promueve la adopción de Frejya, una perrita de 10 meses que necesita un hogar amoroso y permanente.]]></description><pubDate>Sat, 11 Apr 2026 15:51:13 +0000</pubDate><content:encoded><![CDATA[<p>La Sociedad Protectora de Animales del condado Broward promueve la adopción de Frejya, una perrita de 10 meses con mucha energía que necesita un hogar amoroso y permanente.</p><p>Frejya, que pesa poco más de 40 libras, es descrita como juguetona y vivaz, lo que la hace ideal para una familia que pueda mantenerla activa con ejercicio y juguetes adecuados para morder. El personal del refugio señala que podría ser una mezcla de varias razas, posiblemente incluyendo husky, Shiba Inu y pastor.</p><p>Debido a su personalidad enérgica, Frejya probablemente se beneficiaría de un hogar activo y podría llevarse bien con otro perro tras un encuentro previo. Sin embargo, el personal indica que podría tender a perseguir animales más pequeños como gatos.</p><p>El refugio recomienda a los interesados completar una solicitud de preadopción en línea antes de visitar. Las perreras de adopción abren todos los días a las 11 a.m.</p><p>Según Cherie Wachter, de la organización, la naturaleza enérgica de Frejya la convierte en una compañera ideal para alguien que busca una mascota divertida y activa.</p><p>Haga<a href="https://humanebroward.com/" target="_self" rel="" title="https://humanebroward.com/"> clic aquí</a> para más información sobre cómo adoptar una mascota.</p>]]></content:encoded></item><item><title><![CDATA[Oakland Park mourns loss of veteran fire rescue battalion chief]]></title><link>https://www.local10.com/news/local/2026/04/11/oakland-park-mourns-loss-of-veteran-fire-rescue-battalion-chief/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/11/oakland-park-mourns-loss-of-veteran-fire-rescue-battalion-chief/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The city of Oakland Park is mourning the loss of Battalion Chief Kevin Michael Fornash, authorities confirmed. ]]></description><pubDate>Sat, 11 Apr 2026 16:02:32 +0000</pubDate><content:encoded><![CDATA[<p>The city of Oakland Park is mourning the loss of Battalion Chief Kevin Michael Fornash, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/04/11/de-luto-oakland-park-por-muerte-de-jefe-veterano-de-batallon-de-bomberos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/de-luto-oakland-park-por-muerte-de-jefe-veterano-de-batallon-de-bomberos/">Leer en español</a></p><p>Fornash, a 28-year veteran of Oakland Park Fire Rescue, was known for his dedication and service to the community. </p><p>City officials confirmed that Fornash, 59, died Thursday after a “courageous” battle with cancer.</p><p>Details about his memorial service will be announced once arrangements are finalized.</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/52NS2MAYWNFK3HP4B4D4DMBYOE.jpg?auth=c3e73ea670458fb901bc48afa903c50f590a29bccebb7cb70d2f533621125338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[De luto Oakland Park por muerte de jefe veterano de batallón de bomberos ]]></title><link>https://www.local10.com/espanol/2026/04/11/de-luto-oakland-park-por-muerte-de-jefe-veterano-de-batallon-de-bomberos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/04/11/de-luto-oakland-park-por-muerte-de-jefe-veterano-de-batallon-de-bomberos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La ciudad de Oakland Park lamenta la muerte del jefe de batallón Kevin Michael Fornash.]]></description><pubDate>Sat, 11 Apr 2026 16:10:10 +0000</pubDate><content:encoded><![CDATA[<p>La ciudad de Oakland Park lamenta la muerte del jefe de batallón Kevin Michael Fornash, confirmaron las autoridades.</p><p>Fornash, con 28 años de servicio en Oakland Park Fire Rescue, era conocido por su dedicación y servicio a la comunidad.</p><p>Funcionarios de la ciudad confirmaron que Fornash, de 59 años, falleció el jueves tras una “valiente” batalla contra el cáncer.</p><p>Los detalles sobre su servicio conmemorativo serán anunciados una vez se finalicen los arreglos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/52NS2MAYWNFK3HP4B4D4DMBYOE.jpg?auth=c3e73ea670458fb901bc48afa903c50f590a29bccebb7cb70d2f533621125338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Thousands volunteer for 44th annual Biscayne Bay cleanup in Miami-Dade]]></title><link>https://www.local10.com/community/2026/04/11/thousands-volunteer-for-44th-annual-biscayne-bay-cleanup-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/community/2026/04/11/thousands-volunteer-for-44th-annual-biscayne-bay-cleanup-in-miami-dade/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[Volunteers fanned out across Miami-Dade County on Saturday for the 44th annual Baynanza Biscayne Bay Cleanup Day, a countywide effort to remove trash from the bay and surrounding waterways.]]></description><pubDate>Sat, 11 Apr 2026 14:55:15 +0000</pubDate><content:encoded><![CDATA[<p>Volunteers fanned out across Miami-Dade County on Saturday for the 44th annual <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1516206542736138" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser1516206542736138">Baynanza Biscayne Bay Cleanup Day</a>, a countywide effort to remove trash from the bay and surrounding waterways.</p><p><a href="https://www.local10.com/espanol/2026/04/11/miles-se-ofrecen-como-voluntarios-en-la-limpieza-anual-numero-44-de-la-bahia-de-biscayne-en-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/miles-se-ofrecen-como-voluntarios-en-la-limpieza-anual-numero-44-de-la-bahia-de-biscayne-en-miami-dade/">Leer en español</a></p><p>Miami-Dade County Mayor Daniella Levine Cava and the Department of Environmental Resources Management said the event is expected to mobilize about 5,000 volunteers at 33 locations across all 13 County Commission districts.</p><p>“From Miami Gardens to Homestead, and from Miami Beach to Hialeah, we all depend on Biscayne Bay,” DERM Director Loren Parra wrote in a news release. “This makes Baynanza the perfect opportunity to show our love for our Bay by protecting its beauty and helping restore it.”</p><p>County officials said Baynanza is Miami-Dade’s largest community cleanup and has grown into a monthslong series of more than 60 events aimed at restoring Biscayne Bay, which officials describe as central to the region’s environment and economy.</p><p>Last year, event organizers said volunteers collected 35,000 pounds of trash, and this year they expect to collect even more.</p><p>“In Miami-Dade County, our environment is our economy, our well-being and our future,” Levine Cava wrote. “Our Bay is not only the Blue Heart of our community. It’s also vital to our economy, generating $64 billion locally each year.”</p><p>The cleanup day, which ran from 9 a.m. to noon, capped this year’s Baynanza programming, which has been held annually for more than four decades. </p><p>“We of course are protecting all of our marine life but more than that we are protecting our economy that really relies on a safe bay,” said Loren Parra, director of environmental resources management. “We really want to make sure that we have a safe bay to protect fishing industry the cruising industry and anyone who relies on a safe and healthy bay.” </p><p>Event organizers said participants received cleanup supplies, water and commemorative T-shirts, and students could earn community service hours. </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[Sinaloa cartel-linked duo get long sentences for 2022 ‘execution’ at Miami Springs hotel]]></title><link>https://www.local10.com/news/local/2026/04/10/sinaloa-cartel-linked-duo-get-long-sentences-for-2022-execution-at-miami-springs-hotel/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/04/10/sinaloa-cartel-linked-duo-get-long-sentences-for-2022-execution-at-miami-springs-hotel/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man and woman officials said were tied to Mexico’s notorious Sinaloa drug cartel each received long prison sentences in connection with a 2022 “execution-style murder” at a “couples-only” hotel near the Miami International Airport, officials with the U.S. Department of Justice announced Friday.]]></description><pubDate>Fri, 10 Apr 2026 22:36:28 +0000</pubDate><content:encoded><![CDATA[<p>A man and woman officials said were <a href="https://www.local10.com/news/local/2024/06/20/duo-tied-to-sinaloa-cartel-now-charged-federally-in-2022-execution-at-miami-springs-hotel/" target="_self" rel="" title="https://www.local10.com/news/local/2024/06/20/duo-tied-to-sinaloa-cartel-now-charged-federally-in-2022-execution-at-miami-springs-hotel/">tied to Mexico’s notorious Sinaloa drug cartel</a> each received long prison sentences in connection with a 2022 “execution-style murder” at a “couples-only” hotel near the Miami International Airport, officials with the U.S. Department of Justice announced Friday.</p><p><a href="https://www.local10.com/espanol/2026/04/11/condenan-a-duo-vinculado-al-cartel-de-sinaloa-por-ejecucion-en-hotel-de-miami-springs-en-2022/" target="_self" rel="" title="https://www.local10.com/espanol/2026/04/11/condenan-a-duo-vinculado-al-cartel-de-sinaloa-por-ejecucion-en-hotel-de-miami-springs-en-2022/">Leer en español</a></p><p>Tsvia Kol, 37, of Hallandale Beach, and Jimmy Sanchez, 38, of Spring Valley, California, both pleaded guilty to using a firearm to cause death and conspiring to distribute at least 500 grams of methamphetamine. </p><p>Investigators said the two were among those responsible for <a href="https://web.archive.org/web/20240620202109/https://www.local10.com/news/local/2024/04/12/suspected-sinaloa-cartel-member-arrested-in-2022-execution-at-miami-springs-hotel/" target="_self" rel="" title="https://web.archive.org/web/20240620202109/https://www.local10.com/news/local/2024/04/12/suspected-sinaloa-cartel-member-arrested-in-2022-execution-at-miami-springs-hotel/">shooting and killing</a> Julio Gonzalez, 46, of Hialeah Gardens, at the Aladdin Hotel, located at 901 S. Royal Poinciana Blvd. in Miami Springs — about a block away from the airport — on Nov. 29, 2022.</p><p>Investigators said the killing was linked to a “missing package containing about 11 pounds of methamphetamine, the street value of which totaled approximately $90,000,” which the duo mistakenly believed that Gonzalez stole. Instead, law enforcement officials had seized the meth.</p><figure><img src="https://www.local10.com/resizer/v2/OYJSHN34QCBW42HBZVWFWNCYXU.jpg?auth=800cc1e7c7cfcbe3f0cf675ab0f1a9471eec9b07e347093a0bc7ef45affa275c&smart=true&width=1200&height=900" alt="Julio Gonzalez." height="900" width="1200"/><figcaption>Julio Gonzalez.</figcaption></figure><p>They said Kol and Sanchez, the latter of whom had flown in from San Diego to MIA the night of the killing, arranged a 12-hour room rental to confront, and later kill, Gonzalez.</p><p>Kol had been described in a Miami-Dade arrest warrant as “a known high-ranking Sinaloa cartel member with a history of international organized crime syndicate that specializes in illegal drug trafficking and money laundering” and the ex-wife of Wilfredo Nunes Gallardo, another high-ranking member of the Sinaloa cartel.</p><p>The criminal organization was once run by the infamous Joaquin “El Chapo” Guzman.</p><p>The case was originally investigated by what was then the Miami-Dade Police Department before turning federal.</p><p>“This started as a drug deal gone wrong and ended in an execution,” U.S. Attorney Jason A. Reding Quiñones said in a statement. “The defendants armed themselves, set up the victim, and carried out a killing over a missing drug package that had already been seized by law enforcement.”</p><p>Prosecutors said Kol received a nearly 20-year sentence while Sanchez received a sentence totaling more than 27 years.</p><p>Reding Quiñones said that the sentences “reflect the seriousness of that violence.”</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/HDI4QYAR3MXIQD3PWYXDCTKG4E.png?auth=939ec0dac72a005487b0ea5c2ace92753d2cad6e67eb3b758b2d69a8ea9109ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Jimmy Sanchez and Tsvia Kol]]></media:description></media:content></item></channel></rss>