<?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>Tue, 08 Sep 2026 02:43:53 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Officials search for 4 family members aboard small plane missing off Bahamian cost]]></title><link>https://www.local10.com/news/local/2026/09/07/officials-searching-for-small-plane-that-went-missing-off-bahamian-cost/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/officials-searching-for-small-plane-that-went-missing-off-bahamian-cost/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in the Bahamas are searching for four people who were aboard a plane that went missing.]]></description><pubDate>Tue, 08 Sep 2026 01:22:42 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in the Bahamas are searching for four people who were aboard a plane that went missing.</p><p>According to officials, officers on Andros Island are looking for the aircraft after it may have gone down in the waters off Red Bays.</p><p>Police in the Bahamas said they received a report around 2:20 p.m. Monday regarding an airplane that may have gone into the water. </p><p>The plane had four people on board, according to authorities, and it departed Great Harbour Cay around 11:10 a.m. with a destination of Opa-locka in South Florida. </p><p>Officials said air traffic control lost contact with the aircraft when it was approximately 13 miles west of Andros Island.</p><p>Family members told Local 10 News that the four people aboard the plane were Mario Lamar, 80, his wife Lili Lamar, 79, and their grandchildren Sofia Sosa, 28, and Christian Sosa, 22.</p><p>They also said Mario Lamar is an experienced pilot who has been flying for 40 years. </p><p>According to relatives, the family was tracking the flight path when for some reason, the plane turned around, and that’s when they said they lost contact. </p><p>The family said they immediately contacted authorities and are now asking anyone in the Bahamas who sees anything in the ocean to let authorities know. </p><p>Efforts are underway to locate the missing plane, but officials said a search by the U.S. Coast Guard was temporarily postponed due to inclement weather. </p><p><i>Local 10 News reporter Liane Morejon and assignment desk editor Wilson Louis contributed to this report. </i></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hundreds of flights delayed, cancelled at MIA 1 day after cargo plane crash]]></title><link>https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/</guid><dc:creator><![CDATA[Isabella Martin]]></dc:creator><description><![CDATA[Travelers passing through Miami International Airport are dealing with delays and cancellations following Sunday’s cargo plane crash. ]]></description><pubDate>Mon, 07 Sep 2026 21:18:51 +0000</pubDate><content:encoded><![CDATA[<p>Travelers passing through Miami International Airport are dealing with delays and cancellations following Sunday’s cargo plane crash.</p><p>It was around 2 p.m. Sunday when an Amazon cargo plane operated by 21 Air went off the end of a runway and crashed into several cars, killing five people and injuring five others. </p><p>A ground stop was initially issued, but flights have since resumed arriving and departing from MIA. </p><p>Hector Poblete arrived on Monday, telling Local 10 News he was stuck in Peru for several hours on Sunday waiting to board his flight to Miami. </p><p>“When I arrived to Lima, I had to wait more time there, about six hours,” he said. </p><p>As of Monday evening, 382 flights out of MIA were delayed and 177 were canceled, according to <a href="https://www.flightaware.com/live/cancelled/today/mia" target="_blank" rel="noreferrer" title="https://www.flightaware.com/live/cancelled/today/mia">Flight Aware</a>. </p><p>Another traveler told Local 10 News she is part of a large group who are all on their way to the Dominican Republic.</p><p>“We are going to the DR so we are meeting in the Miami airport, but there is a group of 30 of us so half of us are in different states and a lot of people couldn’t make it to their flights,” said traveler Katie, who arrived from Salt Lake City. “We didn’t think we would make it here today, but we’re here.”</p><p>As passengers try to get their holiday travel back on track, the investigation into what caused the deadly crash continues.</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[Dolphins legend Jason Taylor gives back with back-to-school shopping spree ]]></title><link>https://www.local10.com/news/local/2026/09/07/dolphins-legend-jason-taylor-gives-back-with-back-to-school-shopping-spree/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/dolphins-legend-jason-taylor-gives-back-with-back-to-school-shopping-spree/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[DAVIE, Fla.]]></description><pubDate>Mon, 07 Sep 2026 22:19:14 +0000</pubDate><content:encoded><![CDATA[<p>The Jason Taylor Foundation held its annual “Cool Gear for the School Year” event on Monday.</p><p>It’s the Miami Dolphins legend’s 21st year putting on the giveaway.</p><p>Sixty disadvantaged children from Miami-Dade and Broward counties got a chance to go on a $300 shopping spree at a Davie Old Navy store.</p><p>Each child was paired with a celebrity shopper, including Miami Hurricanes athletes and Dolphins alums.</p><p>Since launching the program, the foundation has helped more than 1,000 local children get ready for a new school year. </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[Aaron Donald pleased with how return to field is going, mum on status for Rams' season opener]]></title><link>https://www.local10.com/sports/2026/09/07/aaron-donald-pleased-with-how-return-to-field-is-going-mum-on-status-for-rams-season-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/aaron-donald-pleased-with-how-return-to-field-is-going-mum-on-status-for-rams-season-opener/</guid><dc:creator><![CDATA[By DAN GREENSPAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — After two seasons out of football, Aaron Donald has been pleasantly surprised by how his body has reacted since rejoining the Los Angeles Rams last month.]]></description><pubDate>Tue, 08 Sep 2026 01:42:28 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — After two seasons out of football, Aaron Donald has been pleasantly surprised by how his body has reacted since rejoining the Los Angeles Rams last month.</p><p>Whether it means the three-time Associated Press Defensive Player of the Year will be ready to play in the Rams’ season opener against the San Francisco 49ers in Melbourne, Australia, on Friday morning local time is still unclear.</p><p>“We going day by day,” Donald said. “(We’ll) Come up with a game plan and see what’s going on. But feeling good. Feeling really good.”</p><p>Donald did not practice Monday, which he described as a scheduled day off. Such breaks were frequently built into his game week to reduce wear and tear in later years during the 10 seasons of his first stint with the Rams. They are likely to again be a regular feature now that Donald is 35 years old and hasn’t played in an NFL game since a NFC wild-card round loss to the Detroit Lions in January 2024.</p><p>For Donald, everything is about putting himself in position to be as effective as possible in meaningful action. He is still holding himself to the same standard that led to 111 sacks in 154 regular-season games and eight first-team All-Pro honors.</p><p>“Even with my first day out there with 11-on-11, I thought things would be a little all over the place, but (I) settled in, settled in. A couple plays was a little rusty. It ain’t where I want to be, but it’s pretty damn good,” Donald said.</p><p>“If you ask me, you know, to not play football in two years, to be moving how I’m moving, like I said, it’s really no drop off.”</p><p>Defensive coordinator Chris Shula said the opportunity to have a player with Donald’s resume is worth navigating the uncertainty of his status for this game.</p><p>“It’s a challenge I’ll take any time,” Shula said. “No, we’re taking it day by day, and we’re just trying to get him acclimated to the defense. But at the end of the day, football is football. I know it’s been about two years, but we kind of expect him to hit the ground running, and we’ll see what happens.”</p><p>Shula said the Rams are accounting for all possibilities when it comes to Donald's availability at the Melbourne Cricket Ground.</p><p>“We’re ready for him if he does (play), ready for him if he doesn’t, and we’ll have a plan for however many plays he feels like he can go, and we’ll go from there,” Shula said.</p><p>The only thing that seems to be clear is neither Donald nor Shula expect him to be a every-down player at this stage of his career. After being used on 867 (80.8%) of the Rams' defensive snaps in the 2023 regular season, Donald will likely be focusing on getting to the quarterback alongside star pass rusher Myles Garrett, whose acquisition in June first sparked his interest in coming out of retirement.</p><p>The Rams have plenty of quality interior linemen to reduce Donald's workload, including Kobie Turner, Poona Ford and Braden Fiske.</p><p>“That’s the best thing about it, I don’t have to worry about playing 70, 60 snaps when you have a group like this,” Donald said. "There’s no pressure on me. I can just go out there, play free, play ball. Let the game come to me, play with the guys around me. Help them, they help me. Hopefully we have a lot of success this season.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FBR5OZX2DWW4AFCI7FQZJOPR3M.jpg?auth=658b8634c1c2855bbbc921fc7a9b1da392980e6bee73756c2977bdf04a762731&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Aaron Donald takes the field for practice at the Los Angeles Rams' training complex in Los Angeles, Sunday, Aug. 30, 2026. (AP Photo/Greg Beacham)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Beacham</media:credit></media:content></item><item><title><![CDATA[Flights to and from Indonesia’s capital resume after volcanic eruption forced a 2-day closure]]></title><link>https://www.local10.com/news/world/2026/09/07/flights-to-and-from-indonesias-capital-resume-after-volcanic-eruption-forced-a-2-day-closure/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/flights-to-and-from-indonesias-capital-resume-after-volcanic-eruption-forced-a-2-day-closure/</guid><dc:creator><![CDATA[By NINIEK KARMINI and EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Flights to and from Indonesia’s capital of Jakarta resumed early Tuesday after ash from a volcanic eruption forced a two-day closure that halted nearly 3,000 flights.]]></description><pubDate>Tue, 08 Sep 2026 01:45:07 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Flights to and from Indonesia’s capital of Jakarta resumed early Tuesday after ash from a volcanic eruption forced a two-day closure that halted nearly 3,000 flights.</p><p>Soekarno-Hatta International Airport and Halim Perdanakusuma Airport serving Jakarta, Husein Sastranegara Airport in West Java’s Bandung city and two smaller airports in Banten province reopened just after midnight, Transportation Minister Dudy Purwagandhi said.</p><p>Three other airports remained closed until 10 a.m., including Radin Inten II Airport in Lampung on the southern tip of Sumatra island, despite improving conditions. Atung Bungsu Airport in Pagar Alam in South Sumatra province had resumed normal operations Monday morning.</p><p>“We are taking a conservative approach because wind direction is highly dynamic,” Purwagandhi said in a statement. “We want to ensure that volcanic ash has moved away from airports around Anak Krakatau.”</p><p>Although tests at several airports showed no traces of volcanic ash, the extended closures would allow time for inspecting and cleaning surfaces and equipment like runways, taxiways and aircraft that may have been exposed to volcanic ash, Purwagandhi said.</p><p>The continuous eruption of Anak Krakatau with lava fountains and loud booms ended Sunday but the volcanic island remained active Tuesday morning. Eruptions were reported at 5:08 a.m. and 5:34 a.m., though the height of the ash column could not be observed.</p><p>The airport closures Sunday and Monday disrupted nearly 2,961 flights, including 622 international services, and affected about 341,000 passengers.</p><p>The government also authorized schools in areas affected by volcanic ash to shift temporarily to online learning to reduce students’ exposure to ash.</p><p>Anak Krakatau is a volcanic island in the Sunda Strait between Indonesia’s main islands of Java and Sumatra. Its name means “child of Krakatau,” and the volcano is the offspring of the infamous Krakatau, whose monumental 1883 eruption triggered a period of global cooling.</p><p>An eruption of Anak Krakatau in 2018 caused a tsunami that killed at least 430 people in Sumatra and Java. Researchers believe volcanic activity triggered an underwater landslide and caused a large chunk of Anak Krakatau’s southwest slope to collapse and displace a large volume of water.</p><p>The volcano remained at Indonesia’s second-highest alert level since July, and authorities advised residents, tourists and fishermen to stay at least 3 kilometers (1.9 miles) from the active crater.</p><p>Indonesia has more than 120 active volcanoes and frequently experiences eruptions due to its location along the Pacific “Ring of Fire,” the ring of seismic faults around the Pacific Ocean where most global seismic activity occurs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KZJWSFOEUWQJFBYUHKHMMEWRSA.jpg?auth=ce8509a140392f08afe0b5702d44a493b78f5053fccf870ff74bdb09c1db39ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait as flights are disrupted due to the eruption of Mount Anak Krakatau, at Soekarno-Hatta International Airport in Tangerang, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRWHXFBOJJZLPZO7T6BMSM4JTE.jpg?auth=ad826365e9e3477db868376a6c07a4c371003851f663d94a5e7762cc51242944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A technician measures the seismic readings from the eruption of Mount Anak Krakatau at an observation post in Pasauran, Banten province, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Dziki Oktomauliyadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Dziki Oktomauliyadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTT24LHK5XQIVN6ZS66GXHM2ZQ.jpg?auth=5c2c610e83de5428f967253ed7c8fbc51b052a504a2e75df888bd0838f47be7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past an information board showing cancelled flights due to the eruption of Mount Anak Krakatau, at Soekarno-Hatta International Airport in Tangerang, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QMLQ44BOKL2ZM2BSU6ZSYRNOZ4.jpg?auth=a5547afc996204ec71036bd21c338111220759245706080db94eda52636a4c44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this drone photo released by the Geological Agency (Badan Geologi) of Indonesia's Ministry of Energy and Mineral Resources, Mount Anak Krakatau spews volcanic smoke in Sunda Strait, Indonesia, Saturday, Sept. 5, 2026. (Badan Geologi via AP)]]></media:description></media:content></item><item><title><![CDATA[5 injured after cargo plane crash remain hospitalized in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/09/07/5-injured-after-cargo-plane-crash-remain-hospitalized-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/5-injured-after-cargo-plane-crash-remain-hospitalized-in-miami-dade/</guid><dc:creator><![CDATA[Saira Anwer, Andrea Torres]]></dc:creator><description><![CDATA[Five people who were injured after a cargo plane crashed remained hospitalized on Monday afternoon at Jackson Memorial Hospital’s Ryder Trauma Center and at Jackson South Medical Center. ]]></description><pubDate>Mon, 07 Sep 2026 23:03:32 +0000</pubDate><content:encoded><![CDATA[<p>Five people who were injured after a cargo plane crashed remained hospitalized on Monday afternoon at Jackson Memorial Hospital’s Ryder Trauma Center and at Jackson South Medical Center. </p><p>Five more people died after the cargo plane overshot Miami International Airport’s runway 30 on Sunday afternoon and crashed into a van, a fence, a sports utility vehicle, and a second fence, according to the National Transportation Safety Board.</p><p>NTSB Chairwoman Jennifer Homendy said the Boeing 767-300 on Prime Air Flight 798 for Amazon struck a white 2012 Ford E-150 Econoline van inside MIA and a Toyota Corolla Cross LE that was on Northwest 67th Avenue outside of MIA. </p><p>“The recovery of victims is most important,” Homendy said. </p><p>Miami-Dade Sheriff Rosie Cordero-Stutz said deputies were working to identify the victims. </p><p>The Boeing 767-300, which was manufactured in 1994, had departed with two crew members from San Juan, Puerto Rico, according to the Federal Aviation Administration and the NTSB. </p><p>A witness’s video shows there were stormy clouds when the plane landed on the runway shortly before 2 p.m. on Sunday. Homendy said the plane traveled for 1,300 feet past the paved surface. </p><p>Miami-Dade Fire Rescue deployed more than 60 units. Dark smoke billowed from the crash site. Firefighters reported using foam to help extinguish the flames in the engine compartment.</p><p>“We had a very complex fire,” Miami-Dade Fire Chief Raied “Ray” Jadallah said on Sunday. </p><p>Jadallah said firefighters rescued the pilot and co-pilot, who were trapped in the cockpit. Rohan Ellis, a witness, shared a video showing them getting out through a window. </p><p>Homendy said the crash site was still not safe on Monday afternoon. </p><p>“There is fuel everywhere. That will have to be remediated, but then they are also removing fuel from the aircraft, so we have to allow that to occur,” Homendy said. </p><p>Two of Miami International Airport’s four runways remained closed on Monday afternoon, according to Greg Chin, a spokesman for the Miami-Dade Aviation Department. </p><p>Homendy asked witnesses to share photos and videos with the NTSB team via e-mail at witness@ntsb.gov.</p><p><b>NTSB news conference</b></p><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 97.71% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/06418bd7-25bf-48d0-8b43-a2a426da2598?src=embed&amp;embed_type=responsive_iframe" title="Cargo plane crash" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/">Video shows firefighters free pilot and co-pilot after cargo plane overshoots MIA runway, crashes into cars, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/">MIA not equipped with arresting systems used to stop planes that go past end of a runway; here’s why</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/">Hundreds of flights delayed, cancelled at MIA 1 day after cargo plane crash</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">Delays, cancellations continue at MIA following Amazon cargo plane crash that killed 5 people </a></li><li><a href="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/">3 in critical condition after deadly plane crash at Miami International Airport</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">Cargo plane crashes after going off Miami International Airport runway, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/">Passengers inside Miami International Airport dealing with delays following fatal plane crash</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Se prevé que el huracán Lowell pase cerca de Hawai y genere fuertes lluvias en el estado]]></title><link>https://www.local10.com/espanol/2026/09/07/se-preve-que-el-huracan-lowell-pase-cerca-de-hawai-y-genere-fuertes-lluvias-en-el-estado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/se-preve-que-el-huracan-lowell-pase-cerca-de-hawai-y-genere-fuertes-lluvias-en-el-estado/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[El gobernador de Hawai, Josh Green, cerró escuelas y oficinas gubernamentales en las islas más occidentales de Kauai y Niihau para el martes, ya que se prevé que el huracán Lowell pase cerca, generando vientos destructivos, deslaves, posibles tornados, peligrosas corrientes de resaca y hasta 40 centímetros (16 pulgadas) de lluvia en algunas zonas.]]></description><pubDate>Tue, 08 Sep 2026 01:21:30 +0000</pubDate><content:encoded><![CDATA[<p>El gobernador de Hawai, Josh Green, cerró escuelas y oficinas gubernamentales en las islas más occidentales de Kauai y Niihau para el martes, ya que se prevé que el huracán Lowell pase cerca, generando vientos destructivos, deslaves, posibles tornados, peligrosas corrientes de resaca y hasta 40 centímetros (16 pulgadas) de lluvia en algunas zonas.</p><p>Los cierres, que incluyen universidades comunitarias y oficinas estatales y de condados, entraron en vigor para el condado de Kauai, que estaba bajo una advertencia de huracán emitida por el Centro Nacional de Huracanes (NHC, por sus siglas en inglés). El condado incluye las islas de Kauai, que tiene más de 73.000 habitantes, y Niihau, donde hay menos de 100 residentes.</p><p>Una parte del vasto Monumento Nacional Marino Papahanaumokuakea también fue incluida en la advertencia.</p><p>El NHC informó el lunes por la tarde que se prevé que el núcleo de la tormenta pase sobre Niihau o apenas al oeste de la isla el lunes por la noche y el martes en la madrugada. Aunque se calcula que los vientos —lo suficientemente fuertes como para convertir a Lowell en un huracán de categoría 2 el lunes por la tarde— se debilitarán, se prevé que la tormenta siga siendo un huracán en su punto de mayor cercanía a las islas.</p><p>“Cerrar oficinas, escuelas y tribunales ayudará a mantener a la gente fuera de los caminos durante condiciones peligrosas y permitirá que los equipos de emergencia se concentren en proteger a nuestras comunidades", indicó Green en un comunicado de prensa. "Insto a todos en el condado de Kaua'i a permanecer en interiores, evitar viajes innecesarios y atender todas las instrucciones oficiales de emergencia”.</p><p>Exhortó también a los residentes a mantenerse alejados de las costas, evitar conducir a través de aguas inundadas, prepararse para apagones y estar atentos a las actualizaciones.</p><p>Estaba vigente una advertencia de tormenta tropical para la isla de Oahu, que tiene cerca de 1 millón de residentes.</p><p>Se prevén acumulaciones aisladas de lluvia de hasta 25 centímetros (10 pulgadas) en Oahu y Maui, y 30 centímetros (12 pulgadas) en partes de la Isla Grande de Hawai, la más oriental de las islas principales del estado.</p><p>El mes pasado, Hawai se vio afectado por la tormenta tropical Lala. Aunque no tocó tierra, golpeó con fuerza al archipiélago —y especialmente a la Isla Grande—, provocando deslaves, arrasando unas 100 viviendas y causando cortes de electricidad generalizados.</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/PJQ52LS5UF6KZ2BUXLPP26GYVI.jpg?auth=f9228566bb986da985e60aa09f014c1533545ed75c3d3aa5220b8be917b73d0d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen satelital difundida por la NOAA muestra al huracán Lowell el domingo 6 de septiembre de 2026, acercándose a Hawai. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[NTSB: Cargo plane struck cleaning van, SUV before coming to stop outside MIA]]></title><link>https://www.local10.com/news/local/2026/09/07/ntsb-to-provide-updates-on-cargo-plane-crash-outside-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/ntsb-to-provide-updates-on-cargo-plane-crash-outside-mia/</guid><dc:creator><![CDATA[Janine Stanwood, Liane Morejon]]></dc:creator><description><![CDATA[Officials with the National Transportation Safety Board provided an update on Sunday’s plane crash outside Miami International Airport.]]></description><pubDate>Mon, 07 Sep 2026 19:56:10 +0000</pubDate><content:encoded><![CDATA[<p>Officials with the National Transportation Safety Board provided an update on <a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">Sunday’s plane crash outside Miami International Airport</a>.</p><p>Sunday afternoon, the Amazon cargo plane, operated by 21 Air, went off the end of a runway, crashing into several cars and catching fire before coming to a stop next to a parking lot. </p><p>Five people were killed and five others were hurt, with three of the injured victims listed in critical condition at last check. </p><p>During the press conference, new information was made available regarding what happened in the immediate moments after the plane touched down.</p><p>“The plane struck navigational aides and equipment, then impacted a 2012 white Ford Econoline van that was owned by Professional Ocean Service Corporation, which is a contract cleaning company for the airlines. In the van were seven persons on board,” said NTSB Chairwoman Jennifer Homendy. </p><p>“The aircraft then traveled through a perimeter fence, and impacted a Toyota Corolla Cross LE, which was traveling on Northwest 67th Avenue,” she said. </p><p>Officials have not provided any additional information on the injuries suffered by any of the people inside those vehicles. </p><p>Local 10 News’ Liane Morejon went to the MIA branch location for Professional Ocean Service Corp., but it appeared to be closed.</p><p>The company’s vice president, Antonio Hespanhol, spoke to Local 10 over the phone and confirmed it was the company’s vehicle involved in the crash.</p><p>Speaking from Chile, Hespanhol said he has not yet received confirmation regarding how many of his employees were hurt or killed. </p><p>Monday’s NTSB press conference began shortly after 4 p.m., and it can be viewed in its entirety below: </p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FWPLGLocal10%2Fvideos%2F1732992621087339%2F&show_text=false&width=560&t=0" width="100%" height="414" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><blockquote><p>Runway 12/30 at Miami International Airport has the full 1,000-foot Runway Safety Area mandated by the FAA. Engineered Materials Arresting Systems, or EMAS, are generally used at airports where space constraints prevent a full safety area from being provided. No U.S. airport has EMAS at a runway end that also maintains the full, unobstructed 1,000-foot safety area. EMAS is intended as an alternative, not as an additional layer on top of one.</p><p>MIA undergoes a comprehensive FAA safety inspection every year and has consistently met federal airfield safety requirements.</p><p>As the NTSB and FAA continue their investigation, we will fully cooperate with their review and evaluate any recommendations that result from it.</p><p class="citation">Greg Chin, Miami-Dade Aviation Department Communications Director</p></blockquote><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[Motorcyclist killed in crash at Bird and Red roads]]></title><link>https://www.local10.com/news/local/2026/09/07/motorcyclist-killed-in-crash-at-bird-and-red-roads/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/motorcyclist-killed-in-crash-at-bird-and-red-roads/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A motorcyclist was killed Monday in a crash at Bird and Red roads, just outside of Coral Gables, according to the Florida Highway Patrol.]]></description><pubDate>Mon, 07 Sep 2026 23:05:13 +0000</pubDate><content:encoded><![CDATA[<p>A motorcyclist was killed Monday in a crash at Bird and Red roads, just outside of Coral Gables, according to the Florida Highway Patrol.</p><p><a href="https://www.local10.com/espanol/2026/09/07/se-mato-al-warewlle-su-moto-contra-auto-en-bird-road-y-red-road/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/se-mato-al-warewlle-su-moto-contra-auto-en-bird-road-y-red-road/"><b>Leer en español</b></a></p><p>The crash happened just before 4 p.m. when the driver of a Hyundai Sonata going westbound on Southwest 40th Street, also known as Bird Road, turned onto 57th Avenue, also known as Red Road, in front of the biker, causing him to T-bone the sedan and fall from his Kawasaki.</p><p>Lt. Alex Camacho, an FHP spokesperson, said the motorcyclist died at the scene. </p><p>Authorities have not publicly identified the motorcyclist, nor have they said whether the Hyundai driver will be cited or charged.</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/XLM3XWR2PFH4TBF2BR4RROZRLE.jpg?auth=e06de6e16cb00de7cf81440d325696646970713113bb9b4f87fdc17644fc954f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Se mató al estrellar su moto contra auto en Bird Road y Red Road]]></title><link>https://www.local10.com/espanol/2026/09/07/se-mato-al-warewlle-su-moto-contra-auto-en-bird-road-y-red-road/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/se-mato-al-warewlle-su-moto-contra-auto-en-bird-road-y-red-road/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un motociclista perdió la vida la tarde de este lunes en un choque registrado en la intersección de Bird Road y Red Road, en las afueras de Coral Gables.]]></description><pubDate>Tue, 08 Sep 2026 01:10:53 +0000</pubDate><content:encoded><![CDATA[<p>Un motociclista murió el lunes en un choque en Bird Road y Red Road, a las afueras de Coral Gables, según informó la Patrulla de Caminos de Florida (FHP, por sus siglas en inglés).</p><p>El accidente ocurrió poco antes de las 4 de la tarde, cuando el conductor de un Hyundai Sonata que circulaba hacia el oeste por la calle 40 suroeste, conocida como Bird Road, giró hacia la avenida 57, conocida como Red Road, justo frente al motociclista. Este impactó de frente contra un costado del sedán y cayó de su Kawasaki.</p><p>El teniente Alex Camacho, portavoz de la FHP, indicó que el motociclista murió en el lugar del accidente.</p><p>Las autoridades no han identificado públicamente al motociclista, ni han informado si el conductor del Hyundai recibirá una citación o enfrentará cargos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XLM3XWR2PFH4TBF2BR4RROZRLE.jpg?auth=e06de6e16cb00de7cf81440d325696646970713113bb9b4f87fdc17644fc954f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[5 dead were in 2 vehicles struck by cargo plane in Miami-Dade, feds say]]></title><link>https://www.local10.com/news/local/2026/09/07/ford-econoline-van-with-7-workers-was-torn-apart-after-cargo-planes-impact-at-mia/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/ford-econoline-van-with-7-workers-was-torn-apart-after-cargo-planes-impact-at-mia/</guid><dc:creator><![CDATA[Liane Morejon, Andrea Torres]]></dc:creator><description><![CDATA[A cargo plane overshot Miami International Airport’s runway 30 on Sunday afternoon and crashed into a van, a fence, a sports utility vehicle, and a second fence, according to the National Transportation Safety Board.]]></description><pubDate>Mon, 07 Sep 2026 22:11:11 +0000</pubDate><content:encoded><![CDATA[<p>A cargo plane overshot Miami International Airport’s runway 30 on Sunday afternoon and crashed into a van, a fence, a sports utility vehicle, and a second fence, according to the National Transportation Safety Board.</p><p><a href="https://www.local10.com/espanol/2026/09/07/los-cinco-muertos-viajaban-en-los-vehiculos-que-arrollo-el-avion/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/los-cinco-muertos-viajaban-en-los-vehiculos-que-arrollo-el-avion/"><b>Leer en español</b></a></p><p>NTSB Chairwoman Jennifer Homendy said the Boeing 767-300 on Prime Air Flight 798 for Amazon struck a white 2012 Ford E-150 Econoline van inside MIA and a Toyota Corolla Cross LE that was on Northwest 67th Avenue outside of MIA. </p><p>Homendy said there were seven workers in the Econoline van belonging to the Professional Ocean Service Corp., which she described as a cleaning company that operates on planes at MIA. </p><p>“The recovery of victims is most important,” Homendy said. </p><p>Five people died, and five were injured, including three whose condition was critical. Miami-Dade Sheriff Rosie Cordero-Stutz said deputies were working to identify the victims. </p><p>Homendy said the five dead were in the vehicles. The Econoline van, she said, was “torn apart.” </p><p>Antonio Cesar Hespanhol, a vice president at Professional Ocean Service who was in Chile, said some of the company’s employees were among the dead, but he had not confirmed how many. </p><p>The Boeing 767-300, manufactured in 1994, had departed with two crew members from San Juan, Puerto Rico, according to the Federal Aviation Administration and the NTSB. </p><p>A witness’s video shows there were stormy clouds when the plane landed on the runway shortly before 2 p.m. on Sunday. Homendy said the plane traveled for 1,300 feet past the paved surface. </p><p>Miami-Dade Fire Rescue deployed more than 60 units. Dark smoke billowed from the crash site. Firefighters reported using foam to help extinguish the flames in the engine compartment.</p><p>“We had a very complex fire,” Miami-Dade Fire Chief Raied “Ray” Jadallah said on Sunday. </p><p>Jadallah said firefighters rescued the pilot and co-pilot, who were trapped in the cockpit. Rohan Ellis, a witness, shared a video showing them getting out through a window. </p><p>Fire rescue personnel took the injured to Jackson Memorial Hospital’s Ryder Trauma Center and the Jackson South Medical Center. </p><p>Homendy said the crash site was still not safe on Monday afternoon. </p><p>“There is fuel everywhere. That will have to be remediated, but then they are also removing fuel from the aircraft, so we have to allow that to occur,” Homendy said. </p><p>Two of Miami International Airport’s four runways remained closed on Monday afternoon, according to Greg Chin, a spokesman for the Miami-Dade Aviation Department. </p><p>Homendy asked witnesses to share photos and videos with the NTSB team via e-mail at witness@ntsb.gov.</p><p><b>NTSB news conference</b></p><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 97.71% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/06418bd7-25bf-48d0-8b43-a2a426da2598?src=embed&amp;embed_type=responsive_iframe" title="Cargo plane crash" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/">Video shows firefighters free pilot and co-pilot after cargo plane overshoots MIA runway, crashes into cars, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/">MIA not equipped with arresting systems used to stop planes that go past end of a runway; here’s why</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/hundreds-of-flights-delayed-cancelled-at-mia-1-day-after-cargo-plane-crash/">Hundreds of flights delayed, cancelled at MIA 1 day after cargo plane crash</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">Delays, cancellations continue at MIA following Amazon cargo plane crash that killed 5 people </a></li><li><a href="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/">3 in critical condition after deadly plane crash at Miami International Airport</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">Cargo plane crashes after going off Miami International Airport runway, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/">Passengers inside Miami International Airport dealing with delays following fatal plane crash</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Los cinco muertos viajaban en los vehículos que arrolló el avión]]></title><link>https://www.local10.com/espanol/2026/09/07/los-cinco-muertos-viajaban-en-los-vehiculos-que-arrollo-el-avion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/los-cinco-muertos-viajaban-en-los-vehiculos-que-arrollo-el-avion/</guid><dc:creator><![CDATA[Liane Morejon, Andrea Torres]]></dc:creator><description><![CDATA[La aeronave recorrió 1,300 pies más allá del pavimento antes de detenerse. El sitio seguía sin ser seguro el lunes: aún drenaban el combustible derramado.]]></description><pubDate>Tue, 08 Sep 2026 01:06:43 +0000</pubDate><content:encoded><![CDATA[<p>Un avión de carga rebasó la pista 30 del Aeropuerto Internacional de Miami la tarde del domingo y chocó contra una van, una cerca, una SUV y una segunda cerca, según la Junta Nacional de Seguridad del Transporte.</p><p>La presidenta de la NTSB, Jennifer Homendy, dijo que el Boeing 767-300 del vuelo 798 de Prime Air, de Amazon, golpeó una van Ford E-150 Econoline blanca del año 2012 que estaba dentro de MIA y un Toyota Corolla Cross LE que circulaba por Northwest 67th Avenue, fuera del aeropuerto.</p><p>Homendy señaló que en la van Econoline iban siete trabajadores de Professional Ocean Service Corp., una empresa de limpieza que, según describió, presta servicio a los aviones en MIA.</p><p>“Lo más importante es la recuperación de las víctimas”, dijo Homendy.</p><p>Cinco personas murieron y cinco resultaron heridas, tres de ellas en estado crítico. La alguacil de Miami-Dade, Rosie Cordero-Stutz, informó que los agentes trabajaban en la identificación de las víctimas.</p><p>Homendy indicó que los cinco fallecidos estaban en los vehículos. La van Econoline, dijo, quedó “destrozada”.</p><p>Antonio Cesar Hespanhol, vicepresidente de Professional Ocean Service, quien se encontraba en Chile, dijo que algunos de los empleados de la empresa están entre los muertos, aunque no había confirmado cuántos.</p><p>El Boeing 767-300, fabricado en 1994, había despegado de San Juan, Puerto Rico, con dos tripulantes a bordo, según la Administración Federal de Aviación y la NTSB.</p><p>El video de un testigo muestra que había nubes de tormenta cuando el avión aterrizó en la pista, poco antes de las 2 p.m. del domingo. Homendy dijo que la aeronave recorrió 1,300 pies más allá de la superficie pavimentada.</p><p>Miami-Dade Fire Rescue desplegó más de 60 unidades. Una densa humareda negra salía del lugar del accidente. Los bomberos reportaron el uso de espuma para ayudar a extinguir las llamas en el compartimiento del motor.</p><p>“Tuvimos un incendio muy complejo”, dijo el domingo el jefe de Bomberos de Miami-Dade, Raied “Ray” Jadallah.</p><p>Jadallah contó que los bomberos rescataron al piloto y al copiloto, que quedaron atrapados en la cabina. Rohan Ellis, un testigo, compartió un video que los muestra saliendo por una ventana.</p><p>El personal de rescate trasladó a los heridos al Ryder Trauma Center del Jackson Memorial Hospital y al Jackson South Medical Center.</p><p>Homendy dijo que la tarde del lunes el lugar del accidente todavía no era seguro.</p><p>“Hay combustible por todas partes. Eso habrá que remediarlo, pero además están extrayendo el combustible de la aeronave, así que tenemos que dejar que eso ocurra”, explicó Homendy.</p><p>Dos de las cuatro pistas del Aeropuerto Internacional de Miami seguían cerradas la tarde del lunes, según Greg Chin, vocero del Departamento de Aviación de Miami-Dade.</p><p>Homendy pidió a los testigos que compartan fotos y videos con el equipo de la NTSB por correo electrónico, a <a href="mailto:witness@ntsb.gov" rel="">witness@ntsb.gov</a>.</p>]]></content:encoded></item><item><title><![CDATA[Video muestra el rescate del piloto y el copiloto tras el accidente en MIA]]></title><link>https://www.local10.com/espanol/2026/09/07/cinco-heridos-siguen-hospitalizados-tras-el-accidente-aereo-en-mia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/cinco-heridos-siguen-hospitalizados-tras-el-accidente-aereo-en-mia/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[El Boeing 767 rebasó la pista 30 y quedó detenido en un terreno junto al aeropuerto, tras arrollar autos estacionados. La aeronave llegaba desde San Juan.]]></description><pubDate>Mon, 07 Sep 2026 15:40:19 +0000</pubDate><content:encoded><![CDATA[<p>Cinco personas seguían hospitalizadas el lunes después de que un Boeing 767-300, operado por 21 Air como avión de carga de Amazon Prime Air, se saliera de una pista la tarde del domingo en el Aeropuerto Internacional de Miami y chocara contra autos estacionados cerca de un almacén.</p><p>Otras cinco personas murieron luego de que el avión de carga rebasara la pista 30 de MIA, poco antes de las 2 p.m. del domingo, y “quedara detenido en un terreno contiguo al aeropuerto”, cerca de unas bodegas, según la alguacil de Miami-Dade, Rosie Cordero-Stutz.</p><p>El jefe de Bomberos de Miami-Dade, Raied “Ray” Jadallah, dijo que los bomberos se apresuraron a liberar al piloto y al copiloto del avión de carga, que quedaron atrapados en la cabina. Rohan Ellis, un testigo, compartió un video que los muestra saliendo por una ventana.</p><p>“El avión sí golpeó un par de vehículos”, dijo Jadallah, y agregó que los bomberos también tuvieron que sacar a los heridos que estaban “atrapados dentro de los autos”.</p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>El personal de rescate trasladó a los heridos al Ryder Trauma Center del Jackson Memorial Hospital y al Jackson South Medical Center. MDFR desplegó más de 60 unidades.</p><p>Una densa humareda negra salía del lugar del accidente. Hubo una fuga de combustible. Los bomberos reportaron el uso de espuma para ayudar a extinguir las llamas en el compartimiento del motor.</p><p>“Tuvimos un incendio muy complejo”, dijo Jadallah.</p><p>Los agentes de Miami-Dade pidieron al público evitar la zona cercana a Northwest 67th Avenue, entre las calles 25 y 36, durante la tarde del domingo y la mañana del lunes.</p><figure><img src="https://www.local10.com/resizer/v2/A3NMNO334RCUHGETRDMBXKBM5U.jpg?auth=16ed4ec00d66d18c6e1de14ba00f45dddd6786cfeaf82d73ee5988c0d73bacd4&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p><a href="https://x.com/WPLGLocal10/status/2096729607714074729" rel="">El video de un testigo</a> mostró que nubes de tormenta cubrían parcialmente el cielo cuando el avión de carga aterrizó en MIA, tras llegar desde el Aeropuerto Internacional Luis Muñoz Marín, en San Juan, Puerto Rico.</p><p>La Administración Federal de Aviación emitió una <a href="https://www.fly.faa.gov/adv/adv_otherdis?advn=28&amp;adv_date=09072026&amp;facId=MIA&amp;title=ATCSCC%20ADVZY%20028%20MIA/ZMA%2009/07/2026%20CDM%20GROUND%20DELAY%20PROGRAM&amp;titleDate=09/07/2026" rel="">orden temporal de detención de operaciones en tierra</a> durante unas tres horas la tarde del domingo.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d4120.58230894198!2d-80.30541386669307!3d25.801506421996454!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1sMIA!5e1!3m2!1sen!2sus!4v1788792413800!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p><p><b>Noticias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/09/07/continuan-retrasos-y-cancelaciones-en-mia-tras-accidente-de-avion-de-carga-de-amazon-que-dejo-cinco-personas-muertas/">Continúan retrasos y cancelaciones en MIA tras accidente de avión de carga de Amazon que dejó cinco personas muertas</a></li><li><a href="https://www.local10.com/espanol/2026/09/07/tres-personas-en-condicion-critica-tras-mortal-accidente-aereo-en-el-aeropuerto-internacional-de-miami/">Tres personas en condición crítica tras mortal accidente aéreo en el Aeropuerto Internacional de Miami</a></li><li><a href="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/">Avión de carga se estrella tras salirse de la pista en el Aeropuerto Internacional de Miami</a></li><li><a href="https://www.local10.com/espanol/2026/09/06/pasajeros-en-el-aeropuerto-internacional-de-miami-enfrentan-retrasos-tras-accidente-aereo-mortal/">Pasajeros en el Aeropuerto Internacional de Miami enfrentan retrasos tras accidente aéreo mortal</a></li></ul><p><b>Reacciones en redes sociales</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://x.com/hashtag/MDFR?src=hash&amp;ref_src=twsrc%5Etfw">#MDFR</a> INCIDENT UPDATE #1: SEPT. 6 - 3:25 P.M. <br><br>Over 60 Miami-Dade Fire Rescue units are on scene of an incident involving a plane that overran a runway and struck multiple vehicles near Miami International Airport. Units arrived to find an airplane that had caught on fire as a… <a href="https://t.co/T0JTFZTb3F">pic.twitter.com/T0JTFZTb3F</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2096681097732002266?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">ACTUALIZACIÓN N.º 2 DEL INCIDENTE DE <a href="https://x.com/hashtag/MDFR?src=hash&amp;ref_src=twsrc%5Etfw">#MDFR</a>: 6 DE SEPT. - 6:25 P.M.<br><br>El domingo 6 de septiembre, a la 1:55 p.m., Miami-Dade Fire Rescue recibió reportes de un avión de carga que había chocado contra varios vehículos cerca del Aeropuerto Internacional de Miami.<br><br>Más de 60 unidades… <a href="https://t.co/wa4iIWs6x8">pic.twitter.com/wa4iIWs6x8</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2096726809417007258?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">🚨 TRAFFIC ALERT 🚨<br><br>Due to a major first responder presence, NW 67th Avenue between NW 25th Street - NW 36th Street is currently closed. Expect delays and seek alternate routes.<br><br>Flights at Miami International Airport are also currently grounded. Travelers should expect delays. <a href="https://t.co/y4vYZq4Vpx">pic.twitter.com/y4vYZq4Vpx</a></p>&mdash; Miami-Dade Sheriff’s Office (@MiamiDade_SO) <a href="https://x.com/MiamiDade_SO/status/2096682876855107907?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">21 Air Flight 7598 overran the runway after landing at Miami International Airport around 2 p.m. local time on Sunday, Sept. 6. The Boeing 767-300 cargo aircraft departed from Luis Muñoz Marín International Airport in San Juan, Puerto Rico. The FAA will investigate. Contact the…</p>&mdash; The FAA ✈️ (@FAANews) <a href="https://x.com/FAANews/status/2096677693722898862?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Hurricane Lowell expected to pass near one Hawaiian island and cause major rains statewide]]></title><link>https://www.local10.com/news/national/2026/09/07/hurricane-lowell-expected-to-pass-near-one-hawaiian-island-and-cause-major-rains-statewide/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/07/hurricane-lowell-expected-to-pass-near-one-hawaiian-island-and-cause-major-rains-statewide/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Hawaii Gov. Josh Green closed schools and government offices on the westernmost islands of Kauai and Niihau for Tuesday as Hurricane Lowell was expected to pass nearby, bringing damaging winds, mudslides, possible tornadoes, dangerous rip currents and as much as 16 inches (about 40 centimeters) of rain to some areas.]]></description><pubDate>Tue, 08 Sep 2026 00:48:21 +0000</pubDate><content:encoded><![CDATA[<p>Hawaii Gov. Josh Green closed schools and government offices on the westernmost islands of Kauai and Niihau for Tuesday as Hurricane Lowell was expected to pass nearby, bringing damaging winds, mudslides, possible tornadoes, dangerous rip currents and as much as 16 inches (about 40 centimeters) of rain to some areas.</p><p>The closures, which include community colleges and state and county offices, were put into effect for Kauai County, which was under a hurricane warning issued by the National Hurricane Center. The county includes the major islands of Kauai, which has a population of over 73,000, and Niihau, where there are fewer than 100 residents.</p><p>A portion of the vast Papahanaumokuakea Marine National Monument was also included in the warning.</p><p>Monday afternoon, the National Hurricane Center said the core of the storm was expected to pass over or just west of Niihau late Monday and early Tuesday. While the winds — which were strong enough to make Lowell a Category 2 hurricane as of Monday afternoon — were expected to weaken, the storm was expected to remain a hurricane at its closest approach to the islands</p><p>“Closing offices, schools and courts will help keep people off the roads during dangerous conditions and allow emergency crews to focus on protecting our communities,” Green said in a news release. “I urge everyone in Kaua'i County to remain indoors, avoid unnecessary travel and follow all official emergency instructions.”</p><p>He also urged residents to stay away from shorelines, avoid driving through floodwaters, prepare for power outages and monitor for updates.</p><p>A tropical storm warning was in effect for Oahu, which has close to 1 million residents.</p><p>Isolated rainfall totals of up to 10 inches (25 centimeters) were expected in Oahu and Maui, and 12 inches (30 centimeters) was expected in portions of the Big Island of Hawaii, the farthest east of the state's major islands.</p><p>Last month, the state had a brush with Tropical Storm Lala. While it did not make landfall, it hit Hawaii — and especially the Big Island — hard, leaving behind landslides, washing away about 100 homes and causing widespread power outages.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z5GDMZZYEUJC36N35GA3RYOLMI.jpg?auth=697030b3ad23011e588d1a813725acd0ee1329c2c183c6104ca988613aa2aa9b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image released by NOAA shows Hurricane Lowell approaching Hawaii, Sunday, Sept. 6, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Aaron Judge activated from 60-day injured list by New York Yankees]]></title><link>https://www.local10.com/sports/2026/09/07/aaron-judge-activated-from-60-day-injured-list-by-new-york-yankees/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/aaron-judge-activated-from-60-day-injured-list-by-new-york-yankees/</guid><dc:creator><![CDATA[By MIKE FITZPATRICK, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After missing more than three months, Aaron Judge is ready to return to the New York Yankees.]]></description><pubDate>Tue, 08 Sep 2026 01:28:52 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After missing more than three months, Aaron Judge is ready to return to the New York Yankees.</p><p>The three-time MVP was reinstated from the 60-day injured list Monday night, an off day for the Yankees. They open a three-game series at home Tuesday night against the Colorado Rockies.</p><p>Judge hasn't played since May 31 because of a broken right rib, but the slugger traveled with the Yankees on their recent trip to the West Coast. He took batting practice on the field multiple times last weekend in San Diego and ran the bases as he worked toward his return.</p><p>The outfielder will rejoin New York's active roster without going on a minor league rehab assignment first. Throughout his absence, Judge said he wouldn't need a stint in the minors to get ready.</p><p>“If I tell them I’m ready to go play, I think we’re ready to go play,” Judge said on Aug. 27. “I’m not a pitcher. I’m a position player. I can get my reps down here in the cage. I’m in every game. I’m sitting there in the dugout watching every game, feeling the environment, feeling the energy, so I don’t think there’s going to be much of a difference.”</p><p>With 19 games remaining in the regular season, the Yankees (81-62) trail first-place Tampa Bay by four games in the AL East. They are two games ahead of rival Boston (80-65) for the top American League wild card and hold a potential tiebreaker between the teams after winning the season series.</p><p>The higher seed plays at home throughout every best-of-three Wild Card Series.</p><p>New York was 36-23 after Judge last played on May 31 and went 45-39 in the 84 games he missed since.</p><p>The offense, however, was obviously affected. The Yankees batted .243 with 86 homers in 59 games through May 31 but hit only .227 with 107 homers in 84 games while Judge was out.</p><p>Their batting average during that stretch ranked 29th among the 30 major league teams, ahead of only Seattle (.225).</p><p>New York had a .770 OPS through May 31, but it was .681 in his absence.</p><p>Judge is hitting .248 with 17 homers and 38 RBIs. He was initially injured attempting to avoid second baseman Jazz Chisholm Jr. on a diving catch in Houston on April 26 and batted .263 with seven homers and 20 RBIs in 31 games before being sidelined.</p><p>The 35-year-old captain's only homer in the final 18 games before he went on the injured list was a game-ending, two-run shot to beat Tampa Bay 2-0 on May 24 that snapped an 11-game drought without an RBI, the longest of his career.</p><p>Judge won a batting title last season when he hit a career-high .331 with 53 homers and 114 RBIs in 152 games. He missed 10 games from July 26 to Aug. 4 with a flexor strain in his right elbow that he sustained on a throw to home plate July 22 in Toronto. He underwent a plasma-rich platelet injection and did not require offseason surgery.</p><p>Judge skipped a rehab assignment in 2023 when he missed 42 games with a fractured right big toe after crashing into the right-field fence at Dodger Stadium. In 2019, he appeared in five minor league games for Triple-A Scranton/Wilkes-Barre when he missed two months with a strained left oblique.</p><p>To make room on the 40-man roster for Judge, right-hander Chase Hampton was designated for assignment Monday night.</p><p>New York optioned right-hander Elmer Rodríguez to Triple-A Scranton/Wilkes-Barre after Sunday's loss in San Diego.</p><p>___</p><p>AP Baseball Writer Ronald Blum contributed to this report.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QPKLKWLI34OIBKROOSVKK5UA5Q.jpg?auth=ef8e9168ed74880b265d67c6cc141612ddb088a81527326a4a6d35dcb84a0686&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge smiles towards fans during a baseball game against the Houston Astros, Wednesday, Aug. 26, 2026, in New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57M23FSOH3MOPK3OLTV5G24GWY.jpg?auth=ee1093fd15e3648cae0652fd965a535ee16ab21d294d93db84622b1a648059e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ben Rice, left, Spencer Jones, center, and Aaron Judge, right, lean on the dugout rail in the first inning during a baseball game against the Boston Red Sox, Sunday, Aug. 30, 2026, in New York. (AP Photo/Corey Sipkin)]]></media:description><media:credit role="author" scheme="urn:ebu">Corey Sipkin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UAX4437RXOQGOWWSRFMWRP6HX4.jpg?auth=e0a28efbd191b811fc78a0eb66a107abdc8ad1cb7017a30e93a8474912c118a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge talks to third base/outfield coach Luis Rojas before a baseball game against the Houston Astros Tuesday, Aug. 25, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KDBDOD6YLXIBTQI27QGB635RJI.jpg?auth=cc57a0305cf37080c2ed8109087ad9ce47a9d89cbf6a847816146ddcb188fec8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Aaron Judge, right, gives autographs to fans before a baseball game against the Los Angeles Angels, Monday}, Aug. 31, 2026, in Anaheim, Calif. (AP Photo/Wally Skalij)]]></media:description><media:credit role="author" scheme="urn:ebu">Wally Skalij</media:credit></media:content></item><item><title><![CDATA[No. 19 SMU, Florida State kick off after nearly 2-hour delay due to power outage]]></title><link>https://www.local10.com/sports/2026/09/07/no-19-smu-florida-state-kick-off-after-nearly-2-hour-delay-due-to-power-outage/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/no-19-smu-florida-state-kick-off-after-nearly-2-hour-delay-due-to-power-outage/</guid><dc:creator><![CDATA[By BOB FERRANTE, Associated Press]]></dc:creator><description><![CDATA[TALLAHASSEE, Fla. (AP) — The game between No. 19 SMU and Florida State kicked off after a delay of nearly two hours on Monday night due to a power outage at the stadium.]]></description><pubDate>Tue, 08 Sep 2026 02:32:34 +0000</pubDate><content:encoded><![CDATA[<p>TALLAHASSEE, Fla. (AP) — The game between No. 19 SMU and Florida State kicked off after a delay of nearly two hours on Monday night due to a power outage at the stadium.</p><p>Power went out at Doak Campbell Stadium just minutes before the scheduled kickoff and the delay lasted about 1 hour, 45 minutes. The Seminoles (1-0) and Mustangs, playing their opener, finally took the field at 9 p.m. EDT for warmups and the game started at 9:15 p.m. under less than ideal conditions.</p><p>When play began, not all the stadium lights were operating and the teams were forced to deal with a number of other issues, including no coach-to-player communication, no iPads on the sidelines, no public address announcer and no scoreboard. There was no public game clock and on-field officials were keeping track of the time. Some replays were being shown on the Jumbotron.</p><p>Coach-to-player communication was restored with about six minutes remaining in the second quarter, and clock functions and yardage distances were back on the scoreboard.</p><p>A statement on the Jumbotron inside the stadium during the delay read: “Technical staff are addressing a power disruption to the west side tower due to an electrical short in the main transformer. Electricians are working to restore the power service. The game remains suspended. Update to follow.”</p><p>ACC commissioner Jim Phillips chatted with athletic directors from both schools, SMU’s Damon Evans and Florida State’s Michael Alford, for a few minutes on the field before administrators moved inside to further discuss options.</p><p>The highly anticipated finale on Labor Day to the weekend's first full slate of games was put on hold as a countdown clock inside the stadium stopped at 7:30 p.m. and the stadium lights went out.</p><p>Florida State and SMU had run out of their respective tunnels and onto their sidelines just moments before the game officially entered a delay. The Seminoles and Mustangs remained on their sidelines before eventually being sent back to their locker rooms.</p><p>A few specialists from both teams returned to the field to warm up. Florida State's punter encouraged the fans to stand up and cheer, and the school’s band played in one end zone. Fans did the wave and knocked around beach balls.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6HA5FOMV3MSTXFXDQYMB2MRQ4Q.jpg?auth=f1eb309db7a0af062e0d549d7fcd399d7ff2fc3eeee0b9c07df93b147133cbea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida State's scoreboard shows a delay message due to a blackout before an NCAA college football game against SMU, Monday, Sept. 7, 2026, in Tallahassee, Fla. (AP Photo/Noah Lantor)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Lantor</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D4AYY4OR7EQBZWAOAEL3JTWHQI.jpg?auth=5ec50458c476f1f6be21fbbe13fe84c83060195b709856b7d3217392d4d1676d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida State students perform the tomahawk chop during a stadium-wide power outage before an NCAA college football game against SMU, Monday, Sept. 7, 2026, in Tallahassee, Fla. (AP Photo/Noah Lantor)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Lantor</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FXWVJYP4DTYYOH7ZYZC6JFVRQE.jpg?auth=da695316b8fd29c6cd28dbbd9d9f6186648325e90370f7ea3a62979b0e7ecd8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida State students react during a stadium-wide power outage before an NCAA college football game against SMU, Monday, Sept. 7, 2026, in Tallahassee, Fla. (AP Photo/Noah Lantor)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Lantor</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U3DJZSZHAG7J7GAEPFRF75D5FE.jpg?auth=e189551a73739bfbfe327269de17aac9d5c33c2ce43fa157f09a7c716bd87134&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida State students wave their shirts during a stadium-wide power outage before an NCAA college football game against SMU, Monday, Sept. 7, 2026, in Tallahassee, Fla. (AP Photo/Noah Lantor)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Lantor</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZH7747GMHNOL5IES2W4IMRWA5A.jpg?auth=1b4aaf6ddc49d801ddf14ce07d997c93d1bc18d510ed78ed4f2da87bf6e74409&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Florida State students wave their shirts during a stadium-wide power outage before an NCAA college football game against SMU, Monday, Sept. 7, 2026, in Tallahassee, Fla. (AP Photo/Noah Lantor)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Lantor</media:credit></media:content></item><item><title><![CDATA[Presidente colombiano respalda a exmilitar ante juicio en EEUU por caso del Palacio de Justicia]]></title><link>https://www.local10.com/espanol/2026/09/07/presidente-colombiano-respalda-a-exmilitar-ante-juicio-en-eeuu-por-caso-del-palacio-de-justicia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/presidente-colombiano-respalda-a-exmilitar-ante-juicio-en-eeuu-por-caso-del-palacio-de-justicia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella pidió el lunes activar la diplomacia para respaldar a un exmilitar que está a punto de enfrentar un juicio civil en Estados Unidos, al considerar que actuó como un “héroe” durante uno de los episodios de violencia más recordados de las últimas décadas.]]></description><pubDate>Mon, 07 Sep 2026 23:31:41 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella pidió el lunes activar la diplomacia para respaldar a un exmilitar que está a punto de enfrentar un juicio civil en Estados Unidos, al considerar que actuó como un “héroe” durante uno de los episodios de violencia más recordados de las últimas décadas.</p><p>Se trata del exmilitar Luis Alfonso Plazas Vega, de 82 años, quien fue demandado ante una corte del Distrito Sur de Florida —estado en el que vive— por las tres hijas del magistrado Carlos Horacio Urán Rojas, por su presunta responsabilidad en su tortura y ejecución extrajudicial.</p><p>El caso inició en la corte estadounidense en 2022 con la demanda y se espera que el martes inicie el juicio contra Plazas Vega. Al tratarse de un juicio civil, no interviene el gobierno como acusador.</p><p>Urán Rojas es una de las decenas de víctimas del asalto armado al Palacio de Justicia, edificio que albergaba las altas cortes en Bogotá, en 1985 por integrantes de la guerrilla M-19. Los funcionarios y civiles que estaban en el lugar fueron rehenes, mientras los guerrilleros demandaron hacer un juicio público al entonces presidente Belisario Betancur (1982-1986).</p><p>El gobierno de la época no negoció con los guerrilleros y emprendió un operativo militar para retomar el control del palacio con tanquetas y armamento, desatando enfrentamientos y generando incendios. Plazas Vega, uno de los encargados de la retoma, era el comandante de la Escuela de Caballería de la Brigada XIII del ejército.</p><p>La retoma se extendió hasta el otro día y, aun después de cuatro décadas, la información de lo ocurrido es inconclusa, incluyendo el número de muertos.</p><p>Cruce de versiones</p><p>Helena, Xiomara y Mairée Urán Bidegaín señalan en la demanda que los militares le comunicaron a su familia que el magistrado murió durante el fuego cruzado dentro del Palacio de Justicia. Sin embargo, cuestionan esa versión asegurando que décadas después fueron halladas pertenencias de su padre en una bóveda dentro de la Brigada XIII.</p><p>También indican que surgieron grabaciones y testimonios de testigos que dicen haber visto al magistrado salir con vida del Palacio de Justicia con miembros del ejército.</p><p>Plazas Vega fue juzgado en Colombia por las desapariciones del Palacio de Justicia. Cumplió casi ocho años en prisión, hasta que la Corte Suprema de Justicia anuló su condena en 2015, tras concluir que no había suficiente certeza sobre la responsabilidad penal de Plazas.</p><p>“El coronel Plazas Vega es un héroe de la Patria”, defendió el conservador De la Espriella en la red social X, en la que recordó que la corte colombiana lo absolvió luego de años de lo que consideró una “persecución” judicial.</p><p>El mandatario colombiano ordenó al canciller, Omar Bula, y a la embajadora en Washington, María Consuelo Araújo, evaluar el caso de Plazas Vega y apoyarlo, aunque es inusual que un presidente ordene apoyar judicialmente en otro país a un colombiano en un caso que no corresponde a una demanda contra el Estado.</p><p>“Si el coronel tiene que enfrentar situaciones jurídicas por cuenta de hechos ocurridos en el ejercicio de su deber, en defensa de la Patria, es deber del Estado acompañarlo”, explicó De la Espriella.</p><p>Plazas Vega pidió a la corte estadounidense anular el caso, alegando que fue absuelto por una alta corte en su país y las demandantes no agotaron todos los recursos disponibles en Colombia; sin embargo, la solicitud fue denegada.</p><p>—————</p><p>El reportero de The Associated Press Joshua Goodman contribuyó a este reporte desde Miami.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C3ZHG32XYJ56PIZBLUAP75PNWM.jpg?auth=8c0563ffe1f191d6ca7f3a562d04743b785f771c2132522a885880ff51bbdd1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, ofrece una conferencia de prensa durante un recorrido por las obras de construcción de la primera línea del metro de Bogotá, Colombia, el miércoles 2 de septiembre de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[US envoys Witkoff and Kushner hold talks in Ukraine after meeting with Putin]]></title><link>https://www.local10.com/business/2026/09/06/us-envoys-witkoff-and-kushner-hold-talks-in-ukraine-after-meeting-with-putin/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/06/us-envoys-witkoff-and-kushner-hold-talks-in-ukraine-after-meeting-with-putin/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — U.S. envoys Steve Witkoff and Jared Kushner held “encouraging” talks in Kyiv on Sunday in their first official visit to Ukraine, but made no breakthrough toward ending Russia’s full-scale invasion.]]></description><pubDate>Sun, 06 Sep 2026 19:41:53 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — U.S. envoys Steve Witkoff and Jared Kushner held “encouraging” talks in Kyiv on Sunday in their first official visit to Ukraine, but made no breakthrough toward ending Russia’s full-scale invasion.</p><p>The Trump administration’s push to end the fighting has lost momentum, with the focus on the Iran war for the past six months.</p><p>The trip by the Americans, part of a renewed effort to end the war, followed a meeting with Russian President Vladimir Putin in Moscow on Saturday, as both sides have escalated their aerial attacks in the more than 4½-year all-out war.</p><p>Despite the latest diplomatic push, the core demands of Moscow and Kyiv remain mutually exclusive, especially over territorial concessions, underscoring the difficulty of reaching an agreement. Kushner acknowledged the challenge, saying the U.S. was working “behind the scenes” to create the conditions for a possible deal.</p><p>“It’s a very, very hard problem, but we’re going to try,” Kushner said.</p><p>Russia has recently been using fast-flying jet-powered drones, and the recurring wail of air-raid sirens has become part of daily life in Kyiv. Troops have struggled to make progress along the 1,250-kilometer (775-mile) front line.</p><p>Zelenskyy held three rounds of talks with the Americans on Sunday, the last of which brought in national security advisers from the United Kingdom, France and Germany.</p><p>Security guarantees and a winter plan</p><p>Zelenskyy said at a news conference that the discussions covered air defense needs — including Patriot systems — and a “winter package” of support covering both air defense and energy infrastructure before the colder months. He said that Kyiv was seeking “serious volumes” of American support on that front, with backing from European partners as well.</p><p>The Ukrainian president said the U.S. planned to increase production of Patriot interceptor missiles next year, with Germany also expanding its own production under existing licensing agreements.</p><p>Zelenskyy said that Russia had intensified strikes on Ukrainian cities before Russia’s State Duma election later this month, calling the attacks deliberate “terror” against civilians. He said Ukraine was working with 67 domestic companies developing systems to shoot down Russia’s jet-powered drones at scale.</p><p>The Ukrainian leader said the territorial question “remains relevant,” but reiterated his view that such difficult issues “can only be resolved at the level of leaders.” Zelenskyy said the talks also touched on long-term security guarantees and economic support for Ukraine’s postwar reconstruction. He said that a strong Ukrainian army remained “one of the main guarantees of security.”</p><p>Zelenskyy said the sides agreed to hold a follow-up meeting involving Ukraine, the U.S. and Europe, though a location has not been set.</p><p>Witkoff said the U.S. was pursuing “a diplomatic resolution to this conflict, not a kinetic resolution.” Referring to the previous day’s talks, he said the meeting in Moscow had produced “new ideas” that were later brought to Kyiv. He pointed to the presence of national security advisers from the so-called E3 nations — France, Germany and the U.K. — as evidence that “collaboration is critical” to reaching a deal.</p><p>Asked whether Washington was prepared to increase pressure on Russia if the talks produced no breakthrough, Kushner said the U.S. approach was to look for a “win-win” outcome.</p><p>He said his father-in-law, U.S. President Donald Trump, was focused not just on ending the fighting but on building “a framework that could actually lead to a durable peace,” and that he and Witkoff had held a “constructive and substantive” meeting with Putin, discussing what Russia, Ukraine and the wider world could each gain from a settlement.</p><p>Kushner said the two envoys hoped to revive trilateral talks involving Russia and Ukraine directly, a format last used roughly six months earlier, and said that Washington remained in near-daily contact with Ukrainian officials even between visits.</p><p>No breakthroughs in Moscow talks</p><p>Saturday’s meeting in Moscow lasted more than three hours behind closed doors and ended without any major developments being announced. Putin’s foreign policy adviser, Yuri Ushakov, described the talks as constructive, frank and useful, but he didn’t discuss specific outcomes.</p><p>While Moscow offered its “comprehensive assessment” of the battlefield situation in Ukraine, Ushakov said, the talks weren’t purely focused on the war.</p><p>“Economic issues and potentially large, mutually beneficial joint projects for Russia and America were discussed in considerable detail,” he said.</p><p>The last known visit to Moscow by Witkoff and Kushner was in January when they also held talks with Putin at the Kremlin.</p><p>Russia and Ukraine continue to exchange fire</p><p>Putin and Zelenskyy had agreed to pause strikes on each other’s capitals while the talks took place. Still, the two traded fire overnight into Sunday, officials said.</p><p>Air raids on the capital noticeably eased during the U.S. envoys’ visit, prompting Zelenskyy to joke that their presence in Kyiv appeared more potent than the Patriot missile systems Ukraine has been urgently seeking.</p><p>Russian attacks across multiple Ukrainian regions killed one person and wounded at least 10 others overnight into Sunday, Ukraine’s State Emergency Service said.</p><p>In Zaporizhzhia, drone strikes killed a 74-year-old man and wounded three people, while a drone damaged an apartment building, wounding seven people, in the Khmelnytskyi region.</p><p>Ukraine’s air force said Sunday it intercepted 82 drones out of 108 launched by Russia overnight, along with six missiles. In Russia, a man was killed and a woman was seriously wounded when a Ukrainian drone struck a vehicle, local authorities in the Belgorod border region said.</p><p>The Russian Defense Ministry said Sunday its air defenses overnight shot down 258 Ukrainian drones over 14 Russian regions, the Russian-occupied Crimean Peninsula and the waters of the Black and Azov Seas.</p><p>Mixed hopes on the ground</p><p>In Kyiv on Sunday, dozens gathered for a nationwide 9 a.m. moment of silence honoring Ukraine’s fallen soldiers, a daily ritual held in cities across the country.</p><p>Nataliia Lipei, 67, whose son Viktor was killed in December 2022, was among those who attended. Despite a health condition, she has traveled from city to city to take part.</p><p>“I hope these steps and these meetings will definitely produce results, because there has been so much bloodshed and so many deaths here that we have to stop all of this,” Lipei told The Associated Press.</p><p>Not everyone shared her hope for the talks. Oleksandr Pastukhov, a 27-year-old video editor who joined the commemoration, was skeptical the envoys’ visit would change anything.</p><p>In his Sunday prayer, Pope Leo XIV renewed his appeal for peace in Ukraine and said he hopes the negotiations will bring results.</p><p>“I hope that the efforts undertaken in recent days to resume negotiations will bear concrete fruit and make way for diplomacy,” he told the gathered faithful in St. Peter’s Square at the Vatican.</p><p>___ Associated Press writers Volodymyr Yurchuk and Yevhenii Ocheretianyi in Kyiv, and Elise Morton in London, contributed to this report.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded></item><item><title><![CDATA[September 7: Warm, humid, daily thunderstorm chance]]></title><link>https://www.local10.com/weather/2026/09/07/september-7-warm-humid-daily-thunderstorm-chance/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/07/september-7-warm-humid-daily-thunderstorm-chance/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Lingering rain showers over South Florida will fade Monday evening, leaving mostly to partly cloudy skies for Miami-Dade and Broward counties.]]></description><pubDate>Mon, 07 Sep 2026 22:44:52 +0000</pubDate><content:encoded><![CDATA[<p>Lingering rain showers over South Florida will fade Monday evening, leaving mostly to partly cloudy skies for Miami-Dade and Broward counties.</p><p>Tuesday will get off to a muggy start, as there may be a shower or two dotting the coastline in the morning. The afternoon will feature a mix of clouds and sun with the possibility of more showers and storms developing, particularly inland. Temperatures are expected to reach the low 90s.</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[Video shows firefighters free pilot and co-pilot after cargo plane overshoots MIA runway, crashes into cars, killing 5]]></title><link>https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/five-remain-hospitalized-after-cargo-plane-overshoots-mia-runway-crashes-into-cars-killing-5-others/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[Five people were hospitalized on Monday after a Boeing 767, operating as an Amazon Prime Air cargo jet, overran a runway on Sunday afternoon at Miami International Airport and crashed into parked cars near a warehouse. ]]></description><pubDate>Mon, 07 Sep 2026 14:29:41 +0000</pubDate><content:encoded><![CDATA[<p>Five people remained hospitalized on Monday after a Boeing 767-300, operated by 21 Air as an Amazon Prime Air cargo jet, overran a runway on Sunday afternoon at Miami International Airport and crashed into parked cars near a warehouse. </p><p><a href="https://www.local10.com/espanol/2026/09/07/cinco-heridos-siguen-hospitalizados-tras-el-accidente-aereo-en-mia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/cinco-heridos-siguen-hospitalizados-tras-el-accidente-aereo-en-mia/"><b>Leer en español</b></a></p><p>Five other people died after the cargo plane overran MIA’s runway 30 shortly before 2 p.m. on Sunday and “came to rest at a field adjacent to the airport,” near warehouses, according to Miami-Dade Sheriff Rosie Cordero-Stutz. </p><p>Miami-Dade Fire Chief Raied “Ray” Jadallah said firefighters rushed to free the cargo plane’s pilot and co-pilot, who were trapped in the cockpit. Rohan Ellis, a witness, shared a video showing them getting out through a window. </p><p>“The airplane did strike a couple of vehicles,” Jadallah said, adding that firefighters also had to free the injured who were “trapped in the vehicles.” </p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>Fire rescue personnel took the injured to Jackson Memorial Hospital’s Ryder Trauma Center and the Jackson South Medical Center. MDFR deployed more than 60 units. </p><p>Dark smoke billowed from the crash site. There was a fuel leak. Firefighters reported using foam to help extinguish the flames in the engine compartment. </p><p>“We had a very complex fire,” Jadallah said. </p><p>Miami-Dade deputies asked the public to avoid the area near Northwest 67th Avenue, between 25th and 36th streets on Sunday afternoon and Monday morning. </p><figure><img src="https://www.local10.com/resizer/v2/A3NMNO334RCUHGETRDMBXKBM5U.jpg?auth=16ed4ec00d66d18c6e1de14ba00f45dddd6786cfeaf82d73ee5988c0d73bacd4&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p><a href="https://x.com/WPLGLocal10/status/2096729607714074729" target="_self" rel="" title="https://x.com/WPLGLocal10/status/2096729607714074729">A witness’s video</a> showed storm clouds were partially covering the sky when the cargo plane landed at MIA after arriving from the Luis Muñoz Marín International Airport in San Juan, Puerto Rico. </p><p>The Federal Aviation Administration issued a temporary <a href="https://www.fly.faa.gov/adv/adv_otherdis?advn=28&amp;adv_date=09072026&amp;facId=MIA&amp;title=ATCSCC%20ADVZY%20028%20MIA/ZMA%2009/07/2026%20CDM%20GROUND%20DELAY%20PROGRAM&amp;titleDate=09/07/2026" target="_self" rel="" title="https://www.fly.faa.gov/adv/adv_otherdis?advn=28&amp;adv_date=09072026&amp;facId=MIA&amp;title=ATCSCC%20ADVZY%20028%20MIA/ZMA%2009/07/2026%20CDM%20GROUND%20DELAY%20PROGRAM&amp;titleDate=09/07/2026">ground stop order</a> for about three hours on Sunday afternoon. </p><p>Cordero-Stutz asked relatives in need of information about the victims of the plane crash to call 305-471-2400. </p><p><b>News conference with National Transportation Safety Board Chairwoman Jennifer Homendy at MIA</b></p><p><b>Interactive graphic</b></p><p><div style="position: relative; width: 100%; height: 0px; padding: 97.71% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/06418bd7-25bf-48d0-8b43-a2a426da2598?src=embed&amp;embed_type=responsive_iframe" title="Cargo plane crash" allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border-width: medium; border-style: none; border-color: currentcolor; border-image: none; padding: 0px; margin: 0px;"></iframe></div></p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/">MIA not equipped with arresting systems used to stop planes that go past end of a runway; here’s why</a></li><li><a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">Delays, cancellations continue at MIA following Amazon cargo plane crash that killed 5 people </a></li><li><a href="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/">3 in critical condition after deadly plane crash at Miami International Airport</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">Cargo plane crashes after going off Miami International Airport runway, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/">Passengers inside Miami International Airport dealing with delays following fatal plane crash</a></li></ul><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://x.com/hashtag/MDFR?src=hash&amp;ref_src=twsrc%5Etfw">#MDFR</a> INCIDENT UPDATE #1: SEPT. 6 - 3:25 P.M. <br><br>Over 60 Miami-Dade Fire Rescue units are on scene of an incident involving a plane that overran a runway and struck multiple vehicles near Miami International Airport. Units arrived to find an airplane that had caught on fire as a… <a href="https://t.co/T0JTFZTb3F">pic.twitter.com/T0JTFZTb3F</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2096681097732002266?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">ACTUALIZACIÓN N.º 2 DEL INCIDENTE DE <a href="https://x.com/hashtag/MDFR?src=hash&amp;ref_src=twsrc%5Etfw">#MDFR</a>: 6 DE SEPT. - 6:25 P.M.<br><br>El domingo 6 de septiembre, a la 1:55 p.m., Miami-Dade Fire Rescue recibió reportes de un avión de carga que había chocado contra varios vehículos cerca del Aeropuerto Internacional de Miami.<br><br>Más de 60 unidades… <a href="https://t.co/wa4iIWs6x8">pic.twitter.com/wa4iIWs6x8</a></p>&mdash; Miami-Dade Fire Rescue (@MiamiDadeFire) <a href="https://x.com/MiamiDadeFire/status/2096726809417007258?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">🚨 TRAFFIC ALERT 🚨<br><br>Due to a major first responder presence, NW 67th Avenue between NW 25th Street - NW 36th Street is currently closed. Expect delays and seek alternate routes.<br><br>Flights at Miami International Airport are also currently grounded. Travelers should expect delays. <a href="https://t.co/y4vYZq4Vpx">pic.twitter.com/y4vYZq4Vpx</a></p>&mdash; Miami-Dade Sheriff’s Office (@MiamiDade_SO) <a href="https://x.com/MiamiDade_SO/status/2096682876855107907?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr">21 Air Flight 7598 overran the runway after landing at Miami International Airport around 2 p.m. local time on Sunday, Sept. 6. The Boeing 767-300 cargo aircraft departed from Luis Muñoz Marín International Airport in San Juan, Puerto Rico. The FAA will investigate. Contact the…</p>&mdash; The FAA ✈️ (@FAANews) <a href="https://x.com/FAANews/status/2096677693722898862?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[‘Eavesdropping on eavesdroppers’: Researchers listen in on undersea gossip among dolphins, fish]]></title><link>https://www.local10.com/news/local/2026/09/07/eavesdropping-on-eavesdroppers-researchers-listen-in-on-undersea-gossip-among-dolphins-fish/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/eavesdropping-on-eavesdroppers-researchers-listen-in-on-undersea-gossip-among-dolphins-fish/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[There’s a whole lot of eavesdropping going on under the sea.]]></description><pubDate>Mon, 07 Sep 2026 21:53:16 +0000</pubDate><content:encoded><![CDATA[<p>There’s a whole lot of eavesdropping going on under the sea.</p><p>Researchers from Florida Atlantic University have been listening in on the sounds dolphins and fish make underwater — and all that talking is fascinating.</p><p>Jessica Carvalho, a research scientist, and professors Gregory O’Corry-Crowe and Laurent Chérubin are all studying sound at FAU’s Harbor Branch Oceanographic Institute in Fort Pierce. Local 10 News spoke to them about what they’re finding out.</p><p>“Here are some examples of spectrograms, so basically these are images that we produce of sound,” Carvalho said, showing Local 10 News results.</p><p>O’Corry-Crowe, who studies marine mammals at the institute, explained that sound is key for helping dolphins navigate the ocean.</p><p>“The ocean is a world of sound more than light, and dolphins kind of straddle that interface effortlessly,” O’Corry-Crowe said.</p><p>Chérubin said researchers are probing these questions: “Let’s say the dolphins, we know they are there, but what do they do? Where do they live? Where do they talk? Where do they hang out? Where do they go have some food?”</p><p>Chérubin engineered a way to listen in on all that chatter under the sea.</p><p>Together, the team of three used an autonomous, wave-powered vehicle to snoop on dolphins and their prey.</p><p>Outfitted with solar panels galore, the glider was sent out to sea for two months, recording all the sounds dolphins and fish make.</p><p>“The idea of listening quietly, eavesdropping on eavesdroppers, you know, has really been sort of fascinating,” O’Corry-Crowe said.</p><p>Dolphins whistle to communicate with each other.</p><p>They use echolocation to navigate and forage for food.</p><p>Fish can use calls to communicate, too.</p><p>They’re smaller and quieter, but that could mean fish quiet down when they detect dolphins.</p><p>“Are the fish producing sound and that’s how the dolphins are finding them?” Carvalho asked. “Or are those particular areas excellent for fish and a great environment and the dolphins know to hunt them there?”</p><p>It’s the whole “which came first, the chicken or the egg?” question.</p><p>But in this case, the question is whether dolphins are listening for fish or fish are listening for dolphins.</p><p>Seems like they are all snooping on each other.</p><p>“I think it’s fascinating that they are socializing in certain areas and hunting in others, like that’s not something that we have much knowledge about,” Carvalho said.</p><p>Thanks to the decked-out glider, they were able to capture 62 hours of underwater sounds.</p><p>Of course, those loud dolphins dominate the recordings. </p><p>But don’t underestimate the little guys: the fish noises prove they are not passive victims.</p><p>“These are actually fish as well, right there, these small little spikes at the bottom,” Carvalho said, showing study results.</p><p>From the sound of it, everyone seems to have a favorite hangout spot.</p><p>And dolphins don’t really eat where they play. They seem to separate work from their social life.</p><p>When it comes to research like this, there may not always be a definitive answer. Finding out what happens underneath these waters can spawn even more questions and a real desire for discovery.</p><p>O’Corry-Crowe said the next step is gathering more information over time.</p><p>“Deploying the gliders for longer periods, longer durations, would be one thing, and comparing across years and seasons would be another, and then ultimately we need to kind of get visual confirmation of what we are hearing,” O’Corry-Crowe said.</p><p>The glider saves a lot of money compared with boats and planes when it comes to research.</p><p>So this smooth operator may be outfitted with cameras and other features to dig deeper into the underwater abyss and the language of those living there.</p><p>“When we put it out, we didn’t know what to expect, right?” Chérubin said. “So basically we’re still going through it, and at every corner it’s a surprise.”</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[For Sandra Bullock and Nicole Kidman, 'Practical Magic 2' heals old wounds]]></title><link>https://www.local10.com/entertainment/2026/09/07/for-sandra-bullock-and-nicole-kidman-practical-magic-2-heals-old-wounds/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/07/for-sandra-bullock-and-nicole-kidman-practical-magic-2-heals-old-wounds/</guid><dc:creator><![CDATA[By LIAM MCEWAN, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Sandra Bullock and Nicole Kidman view “Practical Magic” very differently today than they did when they made it 28 years ago.]]></description><pubDate>Mon, 07 Sep 2026 21:52:05 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Sandra Bullock and Nicole Kidman view “Practical Magic” very differently today than they did when they made it 28 years ago.</p><p>In 1998, the film received mixed reviews and had a modest box office performance. It has since become a cult favorite, embraced by a new generation who found the romantic comedy through social media clips. The two Oscar winners are returning to their roles of witchy sisters Sally and Gillian Owens in “Practical Magic 2,” in theaters on Sept. 10, giving them a chance to reckon with the original’s rocky reception and its unlikely second life.</p><p>Both films trace their roots to Alice Hoffman’s novels: “Practical Magic,” published in 1995, inspired the original film, while her 2021 novel “The Book of Magic” expands the Owens family’s story and provides inspiration for the sequel.</p><p>‘Maybe it needed to marinate’</p><p>Bullock recalls a promotional push for the original film that became memorable — for the wrong reasons.</p><p>“I had so much trauma from the press junket from the first one because it was brutal,” Bullock recalls. “We were not well-received because we were ‘too much,’ ‘too witchy,’ ‘too many women,’ ‘too many tones.’ I’m like, ‘Have you lived a day in a life as a woman?’ ”</p><p>“We didn’t stumble, but it stumbled, but it didn’t really stumble. Maybe it needed to marinate a little bit. We were marinating,” said Bullock. “But here we are, and how lucky are we that we’re still here to be able to go reap the benefits and the rewards of our work?”</p><p>The movie eventually found the audience it had missed in theaters, and Bullock said she realized there had been a reappraisal about six years ago.</p><p>“I was still harboring so much shame,” she said. “I was like, ‘Oh my god, the things that were said, I’m sorry, we thought we were doing something nice.’ And turns out we did. It was just 28 and change years too early.”</p><p>Reclaiming the witch</p><p>Part of that second life, Bullock believes, reflects a broader change in the way people have come to view the word “witch.”</p><p>“A witch has always been a negative connotation. It was presented that way. The word is being taken back, and there’s ownership of it from the community saying, ‘I’m a witch and I’m proud,’ ” Bullock said.</p><p>For Kidman, the film’s resurgence became personal.</p><p>“People started just coming into my life who would go, 'You want to know what my favorite film of yours is? ‘Practical Magic.’ And suddenly I was like, ‘What? Wow, OK,’ ” she said.</p><p>When it came time to make the sequel, Bullock sat down with her children and their friends to watch the original.</p><p>“I wanted fresh eyes,” she said. “Because we were embarking on the new chapter, the new baby witches coming in. I wanted to understand it from a point of view I didn’t have. I wanted to see what they had to say.”</p><p>Building the magic again</p><p>As producers, Bullock and Kidman also faced the practical realities of mounting a legacy sequel on a budget. Among the challenges was recreating one of the original film’s most recognizable elements: the Owens house.</p><p>The production rebuilt the house on a London back lot as a full structure, rather than the temporary exterior shell used for the original film.</p><p>“It was an incredibly tough fiscal time. We were hedging the dollar,” Bullock said. “We’re not a big superhero film, so you don’t get the luxury of a big price tag.”</p><p>Kidman added: “And we also knew the responsibility of bringing it in on a certain price because then you go, 'OK, we can breathe a bit,' ” she said. “I think when a budget blows out, you’re like, ‘Oh my gosh, the stress.’ And we don’t need any more stress in our lives. It’s stressful enough.”</p><p>A new generation of witches</p><p>The sequel continues the story of the younger generation of Owens women, with Joey King and Maisie Williams playing Kylie and Antonia Owens, the daughters of Sally.</p><p>“I really appreciate that it’s like a passing of the baton. I think it’s beautiful,” King said. “It just felt like we were stepping into their world and doing this with them, and it’s a real gift and honor to be considered the people who are taking the batons.”</p><p>Producer Denise Di Novi, who also produced the original and cast King in her first leading role in 2010's “Ramona and Beezus,” said the new characters could carry the story forward.</p><p>“We would love to make a third one, and I think there’s so much more to do with Kylie and Antonia," she said. “At the end of the movie, spoiler alert, but you kind of feel like the Sally and Gillian characters are kind of the elder aunts, you know, and Kylie and Antonia are the ones launching off into the world as witches.”</p><p>Williams is also hoping to expand on the younger Owens women’s story: “We’re so there for it. There’s so much more of ‘Book of Magic’ that we didn’t get to explore,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MQKGV5FB5SX237WCYJT4C3W4WI.jpg?auth=b503da327cc5f5054b37fcd3c8478ddea7f60ea4f77a3d5cde64469d7ffd5667&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nicole Kidman, left, and Sandra Bullock arrive at the premiere of "Practical Magic 2" on Monday, Aug. 31, 2026, at the Directors Village in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HKP4OVUR3NJ6RL7GDUU3GKY7HA.jpg?auth=c65620a9eb83645b32ece1e063a0c79b8c60305ebc19b4b5d269ce9c3eb9a42b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sandra Bullock, left, and Nicole Kidman pose for photographers upon arrival at the premiere of the film 'Practical Magic 2' on Wednesday, Aug. 26, 2026, in London. (Photo by Millie Turner/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Millie Turner</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SD7AADX5KC7AUEZ6TKB5SRHYEA.jpg?auth=8c67dba5ae280467cc113018edfba68e8d43f8fceb42d4787609fa2def285c59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nicole Kidman, left, and Sandra Bullock arrive at the premiere of "Practical Magic 2" on Monday, Aug. 31, 2026, at the Directors Village in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBEK2GW52RFC6X2IDNLIPUKOMA.jpg?auth=c05f445629eb59ca80ef3cfaadf5a0878fc3d246de5d31ee1422de35054e656c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Maisie Williams, Sandra Bullock, Nicole Kidman and Joey King pose for photographers upon arrival at the photo call for the film 'Practical Magic 2' on Thursday, Aug. 27, 2026, in London. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S527Q4CVYZK7VY2RMQHL3FRK64.jpg?auth=a961768077967bb08e090e06ff4cd1c2c4b0dd893c9fec86c31d4dd8dbcb012f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maisie Williams, from left, Nicole Kidman, Sandra Bullock, and Joey King arrive at the premiere of "Practical Magic 2" on Monday, Aug. 31, 2026, at the Directors Village in Los Angeles. (Photo by Jordan Strauss/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content></item><item><title><![CDATA[Iran says improved ballistic missile shows it will take preemptive action against threats]]></title><link>https://www.local10.com/news/world/2026/09/07/iran-says-improved-ballistic-missile-shows-it-will-take-preemptive-action-against-threats/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/iran-says-improved-ballistic-missile-shows-it-will-take-preemptive-action-against-threats/</guid><dc:creator><![CDATA[By AMIR-HUSSEIN RADJY and CARA ANNA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Iran state media on Monday said a ballistic missile with improved capabilities was demonstrating a new doctrine: Tehran “will take action against any threat, even before it is carried out.”]]></description><pubDate>Mon, 07 Sep 2026 21:24:48 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Iran state media on Monday said a ballistic missile with improved capabilities was demonstrating a new doctrine: Tehran “will take action against any threat, even before it is carried out.”</p><p>The report by Iran’s state news agency repeatedly cited comments aired on state TV the day before by the head of Iran’s Supreme National Security Council, Mohsen Rezaei, who boasted of new missile capability and claimed it had been “tested” against a U.S. warship. But it was not clear whether what was tested was the missile the new report described, the solid-fueled Qassem Basir.</p><p>The U.S. on Saturday said ballistic missiles were launched at U.S. warships and it struck three Iranian oil tankers in response. Experts called the launch a dangerous escalation, noting that until then Iran's attacks at sea had targeted commercial shipping during six months of war. The U.S. said the warships evaded the attacks.</p><p>Iran’s messaging in recent days has become more assertive, and Monday’s report said the Qassem Basir marks “a turning point in Iran’s defense strategy.” It described the missile as having greater range and accuracy and a half-ton warhead. The missile was unveiled last year, when it was described as having at least a 1,200-kilometer (745-mile) range.</p><p>Concerns about Iran's ballistic missile program were one of the stated reasons the U.S. and Israel attacked Iran early this year, sparking the war.</p><p>US dismisses talk of Iran-imposed ‘exclusion zone’</p><p>The White House responded to plans announced by Rezaei to create an “exclusion zone” near the Strait of Hormuz that's aimed at vessels trying to transit, saying the waterway is open and controlled by the U.S.</p><p>It also said the U.S. Navy had cleared the strait of mines, and that tanker traffic to non-Iranian ports would increase. A U.S. blockade on Iranian ports continues in an effort to increase Tehran's economic pain by limiting its oil exports. The U.S. military said that as of Monday, 94 commercial vessels had been redirected and three had been disabled.</p><p>Tehran wants ships to follow a route it chooses through the strait, which was considered an international waterway before the war. Rezaei acknowledged that the U.S. has been helping a limited number of ships transit on a route off Oman, and said Tehran isn't sinking them because they carry oil, noting environmental concerns.</p><p>As both countries continue to assert claims about the strait and the flow of shipping, global commerce information firm Kpler noted on X that transits through the waterway dropped sharply last week.</p><p>A week ago, an attack on a Saudi-owned tanker killed two crew members and left seven unaccounted for. If they are confirmed dead, that would make the attack the deadliest on a commercial vessel since the war began on Feb. 28 with U.S. and Israeli strikes.</p><p>Regional countries express frustration</p><p>Frustration emerged again in the Gulf over the uncertainty around the waterway that's crucial for shipping global supplies of oil, natural gas and related products like fertilizer.</p><p>“No single state” should control the strait, Anwar Gargash, a diplomatic adviser to the UAE president, said at a forum of world leaders in Abu Dhabi, adding: “Our energy exports will not be held hostage, nor will our trade and economic activity.”</p><p>The UAE, a close U.S. ally, has repeatedly come under Iranian missile and drone fire in the war. Last month, the UAE suspended all trade with Iran after saying it had come under renewed fire.</p><p>Rebuilding trust between Iran and the Gulf countries could take decades, Gargash warned.</p><p>And Nabil Fahmy, secretary-general of the Arab League, told a ministerial-level meeting in Cairo that “we will not accept our maritime corridors to become a bargaining chip in the calculations of others" and condemned Iran's attacks on Gulf nations.</p><p>___</p><p>Anna reported from Jerusalem. Associated Press writers Josh Boak in Washington and Fatma Khaled in Cairo contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4G456X7L3LWH4UX5NR43RN3HII.jpg?auth=2e1869263644c671a12705942b14a057ea6ef8c7d5cd9d02593fb9b205a2625e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorboat travels past commercial vessels anchored amid haze in the Strait of Hormuz off Bandar Abbas, Iran, Monday, Sept. 7, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Texas braces for rematch with No. 1 Ohio State after previous close losses to the Buckeyes]]></title><link>https://www.local10.com/sports/2026/09/07/texas-braces-for-rematch-with-no-1-ohio-state-after-previous-close-losses-to-the-buckeyes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/texas-braces-for-rematch-with-no-1-ohio-state-after-previous-close-losses-to-the-buckeyes/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[AUSTIN, Texas (AP) — Hero Kanu has seen both sides of the Texas-Ohio State rivalry, in shades of scarlet and burnt orange.]]></description><pubDate>Mon, 07 Sep 2026 21:14:57 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — Hero Kanu has seen both sides of the Texas-Ohio State rivalry, in shades of scarlet and burnt orange.</p><p>Kanu was a Buckeye defensive tackle when Ohio State beat Texas in a 2024 season College Football Playoff semifinal on the way to the national championship.</p><p>Then he was a Longhorn when the Buckeyes beat Texas again in the 2025 season opener. That loss proved critical when the preseason No. 1 ultimately missed the playoff.</p><p>So here he is again, waiting for another Texas-Ohio State matchup on Saturday night when the Buckeyes become the first No. 1 team to visit Austin since Alabama in 2022. Texas is No. 5.</p><p>“I'm not going to make this game personal,” Kanu said Monday. But he quickly acknowledged how big the game is for college football.</p><p>A Longhorns-Buckeyes matchup may seem routine of late, but it has been rare in the history of the sport. Ohio State has been playing college football since 1890 and Texas since 1893. Saturday will mark just the sixth meeting across that gulf of time.</p><p>“I think this is the game everybody is the country is looking forward to,” Kanu said. “This is a playoff-caliber type game.”</p><p>And one that Ohio State was better prepared to handle the last two years.</p><p>“They owned the moment better than we did last year,” Kanu said.</p><p>The big moments of both recent games certainly swung Ohio State's way.</p><p>In 2024, Texas was driving for a tying touchdown late in the fourth quarter when Jack Sawyer sacked Quinn Ewers, scooped the fumble and ran 83 yards for the game-clinching TD. The play set off wild celebrations as Kanu and his teammates cheered Sawyer all the way down the sideline.</p><p>Last season's matchup in Columbus left Kanu with nothing to cheer about. The Buckeyes won 14-7 and pushed the Longhorns around most of the day. Texas quarterback Arch Manning's Heisman Trophy campaign all but ended, and Ohio State quarterback Julian Sayin's was just starting.</p><p>Kanu said he still has friends on Ohio State. But he made it clear there won't be any friendly chatter this week.</p><p>“We don’t talk this week,” Kanu said. “We can chat after this week.”</p><p>Last season's matchup hurt Texas more than just a battered ego. It was the first of three losses that ultimately kept Texas out of the playoff despite a strong finish.</p><p>A win in Columbus last year could have changed a lot for Texas. Longhorns coach Steve Sarkisian said he won't try to project the impact of this week on the Decembers playoffs.</p><p>“I don't need to spend so much energy and time on ‘what does this game mean?’ As a competitor, we get to play the No. 1 team in the country, a team we've had two battles with the last two years,” Sarkisian said.</p><p>“We've got 10 other games to go play,” to determine the season's ultimate destination, Sarkisian said.</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KTQQ6ZOMLYUD3XWKYQXXUAK5LY.jpg?auth=fc4687ee35171b3eac6301d49e0c6731c723927ca535ed4a220764b3339460b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas running back James Simon (31) celebrates with teammates after scoring a touchdown against Texas State during the second half of an NCAA college football game in Austin, Texas, Saturday, Sept. 5, 2026. (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/EBBAGLLVTELTLVQIT62D4MJX3I.jpg?auth=2b630eee45c12e1ec519eb522fb9a7443eefac7e8c0074a879f8fec0f555643a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ohio State quarterback Julian Sayin throws a pass against Ball State during the first half of an NCAA college football game, Saturday, Sept. 5, 2026, in Columbus, Ohio. (AP Photo/Jay LaPrete)]]></media:description><media:credit role="author" scheme="urn:ebu">Jay LaPrete</media:credit></media:content></item><item><title><![CDATA[Jesús Luzardo pitched his first career shutout. The Phillies expect more in October]]></title><link>https://www.local10.com/sports/2026/09/07/jesus-luzardo-pitched-his-first-career-shutout-the-phillies-expect-more-in-october/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/jesus-luzardo-pitched-his-first-career-shutout-the-phillies-expect-more-in-october/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Jesús Luzardo never pitched into the ninth inning over his first 149 career starts and had to block out the exhilaration he felt on the mound when he finally got that chance.]]></description><pubDate>Mon, 07 Sep 2026 21:10:46 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Jesús Luzardo never pitched into the ninth inning over his first 149 career starts and had to block out the exhilaration he felt on the mound when he finally got that chance.</p><p>The Phillies' All-Star left-hander walked to the mound to a roaring ovation and with his warmup music — usually played in the first inning — cranked inside the ballpark as he tried to treat the final inning like any other.</p><p>“Just think about the pitch in front of you,” Luzardo said.</p><p>Luzardo was economical and efficient in the ninth with his pitches against the Atlanta Braves and looked to the sky in appreciation as he got the final out in Philadelphia's 1-0 win on Monday in 1 hour, 51 minutes, the fastest game in baseball this season.</p><p>He struck out 12 and tossed two-hit ball with only one walk for his first career complete game.</p><p>“Everyone dreams about being a guy your team relies on,” Luzardo said. “Just going out there when, I don't want to call it a must-win, but a big win, it feels good.”</p><p>The Phillies split a four-game series with the NL East-leading Braves and cut the division lead to four games in front of a holiday crowd of 41,820. They play three more next weekend in Atlanta.</p><p>Phillies manager Don Mattingly said there was no doubt Luzardo was going back out for the ninth.</p><p>“I knew Donnie probably wouldn't let me go too much more,” Luzardo said. “Thankful for Donnie for giving me a chance to go back out there in the ninth.”</p><p>Luzardo at least had some run support when he took the mound to a standing ovation as the familiar Meek Mill tune “Dreams and Nightmares” played to a packed Citizens Bank Park.</p><p>Kyle Schwarber got Luzardo the win when he socked his MLB-leading 43rd homer into the second deck against reliever Didier Fuentes.</p><p>Schwarber hit his 11th career go-ahead home run in the eighth inning or later. It was only the Phillies' fourth hit of the game.</p><p>The Phillies had left the bases loaded in the first inning against Braves starter Grant Holmes.</p><p>“We expect to win a baseball game when we walk out of these doors,” Schwarber said.</p><p>The NL pitcher of the month for August, Luzardo (14-5) didn’t walk a batter until the ninth inning and retired the final two batters to complete the 109-pitch gem. He threw 78 strikes.</p><p>It was the franchise’s fastest nine-inning game since July 4, 1989, vs. Cincinnati.</p><p>Luzardo's sweeper kept the Braves off balance all game — he had 12 total swings-and-misses on his go-to pitch and five strikeouts on his fastball — and he gave the Phillies bullpen a needed day off after a rough late-game collapse a day earlier.</p><p>“I felt really good going back out in the ninth,” Luzardo said. “It could have been adrenaline or emotions or whatever it could have been.”</p><p>In his last 21 starts since May 14, Luzardo has posted a 1.93 ERA over 135 innings, striking out 164 batters while surrendering only 39 walks. The Phillies are 18-3 in those games.</p><p>Luzardo won only eight total games over 30 starts when he played for Mattingly with the Miami Marlins in 2021 and 2022. He contended with various injuries over the early part of his career, and the Marlins traded him to the Phillies for two prospects in December 2024.</p><p>Mattingly had a hunch there was much more talent lurking inside Luzardo than what he flashed in parts of six seasons with Oakland and the Marlins.</p><p>“Stuff-wise, he looked the same,” Mattingly said. “He always looked like this. It was just not enough strikes.”</p><p>Luzardo powered his way through the zone against a loaded lineup and settled the nerves of Phillies fans frothing for some sort of vengeance against the Braves.</p><p>Mattingly brushed off the suggestion that old-school retaliation should be on the table against Braves slugger Ronald Acuña Jr., who flapped his arms and stutter-stepped around third base after he hit a tying three-run homer in Sunday’s 5-4 win and gave himself a curtain call to the irritation of Phillies fans.</p><p>The days of a fastball to the ribs to send a message has about gone the way of the neighborhood play.</p><p>“That's just not part of the game now,” Mattingly said. “I think it's about making pitches. Getting the ball to the right spots.”</p><p>Luzardo simply made Acuña uncomfortable at the plate, much to the delight of the fans who reveled in booing the Phillies' foil.</p><p>Acuña was retired on one pitch in each of his first two at-bats and was 0 for 3 before he walked in the ninth.</p><p>No matter.</p><p>Luzardo struck out Drake Baldwin and got Ozzie Albies to fly out on the first pitch to end the game.</p><p>Phillies left fielder Brandon Marsh gleefully tossed Luzardo the game ball and the winning pitcher said he would gift it to his parents.</p><p>Milwaukee ace Jacob Misiorowski has posited himself as the NL Cy Young Award front-runner, yet much like the Phillies and Braves, Luzardo is lurking, in the hunt and determined to finish in first.</p><p>“He keeps finding a way to get better and better,” Schwarber said, “which is awesome.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4IKRUSL46QNZFO3WSMS3Q6SQNM.jpg?auth=912019132557f64fd986ee3fcbefbeffdd0e6d33231b5d58be40298d86c8fbe4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies pitcher Jesús Luzardo throws during the ninth inning of a baseball game against the Atlanta Braves, Monday, Sept. 7, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJQ5QZKBB52OJT6OAHYTT7K4BU.jpg?auth=38788d2be435351e1a0f1a69caee2af114c1b0573e02bf22bd4917442e6c6156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies pitcher Jesús Luzardo smiles as he is interviewed after a baseball game against the Atlanta Braves, Monday, Sept. 7, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OCB3FYI7EQB3NOV5OC7PSNIGYA.jpg?auth=36cd48097194be6f344d5296d98ed7def8e3707b10d3d94b116e3e2337a43b6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies pitcher Jesús Luzardo is doused by teammates in the dugout after a baseball game against the Atlanta Braves, Monday, Sept. 7, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RI44M2FCVSLPW74XSXAWKAL6CE.jpg?auth=49b9d83593aea70091382b285561496c00d70d969ce3da8f4074a0804c634099&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies pitcher Jesús Luzardo walks off the mound after striking out Atlanta Braves' Austin Riley during the eighth inning of a baseball game, Monday, Sept. 7, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/INOW447VS4FE2F2OFU6T55S724.jpg?auth=7fb3f0a1b25a9827f63d618c319bf62cd2fc5902085ac755e4f00afd1f851a2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies pitcher Jesús Luzardo reacts after striking out Atlanta Braves' Austin Riley during the eighth inning of a baseball game, Monday, Sept. 7, 2026, in Philadelphia. (AP Photo/Derik Hamilton)]]></media:description><media:credit role="author" scheme="urn:ebu">Derik Hamilton</media:credit></media:content></item><item><title><![CDATA[Presidente colombiano lanza plan con ayuda de empresarios para reconstruir epicentro del terremoto]]></title><link>https://www.local10.com/espanol/2026/09/07/presidente-colombiano-lanza-plan-con-ayuda-de-empresarios-para-reconstruir-epicentro-del-terremoto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/presidente-colombiano-lanza-plan-con-ayuda-de-empresarios-para-reconstruir-epicentro-del-terremoto/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella lanzó el lunes el plan para la reconstrucción del Chocó, epicentro del devastador terremoto del 10 de agosto que afectó especialmente al oeste del país.]]></description><pubDate>Mon, 07 Sep 2026 20:55:42 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente colombiano Abelardo de la Espriella lanzó el lunes el plan para la reconstrucción del Chocó, epicentro del devastador terremoto del 10 de agosto que afectó especialmente al oeste del país.</p><p>El plan combinará el apoyo estatal con el de empresas privadas a las que citó el lunes en Quibdó, capital del departamento, para buscar inversión a favor de Chocó, el departamento más pobre del país, que sumó a su ya difícil situación la devastación del terremoto.</p><p>“No hay una sola razón objetiva que condene a las gentes de este departamento al atraso. Todo lo contrario, pocas regiones de Colombia reúnen una riqueza natural, una ubicación y unas posibilidades semejantes”, dijo De la Espriella en una declaración junto a los empresarios.</p><p>La reconstrucción fue bautizada por el presidente como “Plan Marshall”, en referencia a la iniciativa patrocinada por Estados Unidos que ayudó a reactivar las economías de Europa occidental tras la Segunda Guerra Mundial.</p><p>Incluirá la construcción de cinco vías que pretenden conectar a Chocó con otros departamentos de Colombia y al mar, dado que conecta con el océano Pacífico. Actualmente, a muchos pueblos solo se puede acceder en avión o en barco, y los ríos pueden ser peligrosos.</p><p>De la Espriella aseguró que las vías costarán aproximadamente 318.000 dólares, los cuales serán financiados en parte con obras por impuestos, un mecanismo que permite que los empresarios se encarguen de las obras como parte del pago de impuestos.</p><p>En la región, vasta en recursos naturales, operan varios grupos armados ilegales como el Clan del Golfo, el mayor cártel del país, y la guerrilla Ejército de Liberación Nacional, que buscan controlar pasos estratégicos para el narcotráfico y la lucrativa minería ilegal de oro.</p><p>El plan también contempla un “régimen especial minero” que incluirá la formalización de mineros que ya trabajan en la zona y la búsqueda de “seguridad jurídica” para los inversionistas que quieran entrar en esa actividad, según explicó la ministra de Minas, María Nohemí Arboleda.</p><p>El gobierno, con apoyo de los empresarios, prometió dar un “capital semilla” de aproximadamente 1.500 dólares para 1.000 emprendedores que fueron afectados por el terremoto.</p><p>Colombia sufrió el embate del terremoto de 7,4 —el de mayor magnitud registrado en lo que va del siglo— el 10 de agosto. El epicentro estuvo en el departamento de Chocó, en el oeste, pero la devastación se extendió a otros 15 departamentos.</p><p>Las cifras oficiales calculan que más de 330 personas perdieron la vida, 111 continúan desaparecidas y más de 466.700 personas resultaron afectadas, miles de ellas perdiendo su casa por completo.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7KEXZ567PIBVST6KM2VGYZHSEI.jpg?auth=fdbb8060c6fcb47dc1a33b997fd12911e89489104140549973388e3860ae905e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una retroexcavadora retira escombros tras un terremoto en Quibdó, Colombia, el lunes 17 de agosto de 2026. (Foto AP/Paula Orozco)]]></media:description><media:credit role="author" scheme="urn:ebu">Paula Orozco</media:credit></media:content></item><item><title><![CDATA[Cuba dice que no hay "hoja de ruta" en contactos con Estados Unidos tras cerco energético]]></title><link>https://www.local10.com/espanol/2026/09/07/cuba-dice-que-no-hay-hoja-de-ruta-en-contactos-con-estados-unidos-tras-cerco-energetico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/cuba-dice-que-no-hay-hoja-de-ruta-en-contactos-con-estados-unidos-tras-cerco-energetico/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — Pese a que Estados Unidos y Cuba mantuvieron algunas conversaciones luego del cerco energético impuesto por el presidente Donald Trump a la isla, no hubo avances en las mismas ni hay “una hoja de ruta”, reveló el lunes el canciller de la nación caribeña, Bruno Rodríguez.]]></description><pubDate>Mon, 07 Sep 2026 20:37:14 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — Pese a que Estados Unidos y Cuba mantuvieron algunas conversaciones luego del cerco energético impuesto por el presidente Donald Trump a la isla, no hubo avances en las mismas ni hay “una hoja de ruta”, reveló el lunes el canciller de la nación caribeña, Bruno Rodríguez.</p><p>Rodríguez hizo estas declaraciones al presentar ante periodistas el informe anual que será enviado a las Naciones Unidas para ser discutido el 28 de octubre sobre el efecto de las sanciones de Washington a la isla, a las que desde enero se agregó un bloqueo petrolero.</p><p>A raíz del este último ambas naciones mantuvieron comunicación, pero ninguna ofreció detalles.</p><p>“Ha habido conversaciones con el Departamento de Estado. Se mantienen comunicaciones en este sentido. Dichas conversaciones no cuentan avances ni progresos a partir de la falta de voluntad del gobierno de los Estados Unidos”, dijo Rodríguez. “Cuba reitera que estará dispuesta a continuar dichas conversaciones sobre la base del derecho internacional, sin precondiciones”.</p><p>El funcionario acotó que en este momento no hay “ni agendas, ni hojas de ruta” pero recalcó que el gobierno está dispuesto “a continuar esos contactos a pesar de la falta de progresos”.</p><p>Estados Unidos, que ha sostenido sus sanciones por décadas con más o menos fuerza, incrementó la tensión en el primer semestre y llegó a barajar una operación militar en Cuba para lograr cambios políticos y económicos. Washington acusó de inepto al gobierno cubano y consideró que su modelo político de corte socialista no es sustentable.</p><p>El Parlamento cubano y el Partido Comunista aprobaron por su lado en junio un histórico paquete de 176 transformaciones económicas de corte aperturista. Las autoridades insistieron que se trata de una decisión soberana y no de una concesión hacia Washington.</p><p>Daños económicos</p><p>Según Rodríguez, los daños ocasionados por las medidas de Estados Unidos contra la isla alcanzaron los 8.083 millones de dólares entre marzo de 2025 y febrero de 2026. El canciller destacó que es un monto “récord”.</p><p>El funcionario acotó que la cifra no refleja todavía el impacto del cerco energético y financiero impuesto a finales de enero y que “multiplicaría” las pérdidas para la isla.</p><p>El cálculo de las pérdidas se realiza con una metodología validada por la ONU y debe abarcar desde marzo a febrero de cada año.</p><p>En 2025 unos 165 países votaron en contra de la política de sanciones estadounidenses contra la isla.</p><p>El cerco energético agudizó una dura crisis de un lustro en Cuba con impactos en cada sector de la vida cotidiana ya que además incluyó apagones de más de 30 horas. Deterioró los sistemas de salud y educación, así como el transporte, generó una caída del turismo y de la actividad económica en general.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SJ5473F5UAIA77NTILUL7KKZNU.jpg?auth=95973af72b6868cc76e27869dbae4f66b6b8d5b9f239bc95152bc7be9e80ff3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre empuja un carrito lleno de bidones de agua mientras otro descansa en un sofá en una calle de La Habana, Cuba, el jueves 27 de agosto de 2026. (Foto AP/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Breanna Stewart sparks US to 105-64 rout of Czech Republic after a scare vs Italy]]></title><link>https://www.local10.com/sports/2026/09/07/breanna-stewart-sparks-us-to-105-64-rout-of-czech-republic-after-a-scare-vs-italy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/breanna-stewart-sparks-us-to-105-64-rout-of-czech-republic-after-a-scare-vs-italy/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Breanna Stewart had 19 points, seven rebounds and six assists to help the United States rout the Czech Republic 105-64 on Monday.]]></description><pubDate>Mon, 07 Sep 2026 20:36:41 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Breanna Stewart had 19 points, seven rebounds and six assists to help the United States rout the Czech Republic 105-64 on Monday.</p><p>The Americans rebounded from their worst preliminary-round game in 50 years after edging Italy 55-52 on Sunday. Stewart set the tone early to make sure that wouldn't happen again as the U.S. won its 33rd in a row in the tournament, going back to a semifinal loss to Russia in the 2006 World Cup.</p><p>Next up for the U.S. is the quarterfinal round on Thursday. They’ll face the winner of the Hungary vs. Japan game which takes place Tuesday.</p><p>Stewart had 11 points in the first 10 minutes as the U.S. jumped out to a 29-15 lead. The Americans had only 30 points in the first half against Italy. They kept it going in the second quarter behind Napheesa Collier, who had seven of her 12 points in the period.</p><p>The Americans extended the advantage to 57-33 at the half. They weren't challenged in the second half by the Czechs as the lead ballooned to more than 40 points.</p><p>Stewart finished short of her World Cup career-high of 23 points set against China in 2018. She only played just over 16 minutes against the Czechs. Stewart sat in the fourth quarter giving her no chance at becoming only the second player in World Cup history to have a triple double. The Czech's Erika Dobrovicova accomplished the feat in 1994 against Spain.</p><p>The Czech Republic finished winless in pool play. The Czechs were playing in their first World Cup since 2014. They won the silver medal when they hosted the event in 2010.</p><p>In other games on Monday, China beat Italy; Germany topped Mali; Belgium beat Australia; Puerto Rico edged Turkey; France routed Nigeria; Spain beat Japan and Hungary slipped past Korea.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/37CJJH4ZECHFT3K3MNCXMBO3HY.jpg?auth=c6f988631bf32618fa0eee32a3bd586908e6e2bcf9fbbb357998f7bf92e94ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Breanna Stewart, of the United States, reacts during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBEND64EVZUEPC3KEPIDBJHHYY.jpg?auth=24e628777b2b33a6d60b48bc056e9cce26bb249172bfcbd6ce2c819c35cafebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Caitlin Clark, of the United States, shoots during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57YBKLHKNTISB62HXUM7RU5JNY.jpg?auth=823116b6cd30a72975f01a253666964393e185a0fb0f3097d0a42a75b443b13f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia's Petra Holesinska guards Rhyne Howard, of the United States, during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JQNKLCHEWMYJKYQIXCFKQ6JA6A.jpg?auth=181ab67a619c373f638cc7418ae70f49b409d907c37d0a64ba30098d31a294e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia's Julie Pospisilova guards Breanna Stewart, of the United States, during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LLPXGRUENHRRPIDIU7YSY46FAQ.jpg?auth=ef0db84ad06358b9db47ea13fe490cce3f7d6ea0631daecbd93727be337c5952&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Czechia's Katerina Zeithammerova guards Rhyne Howard, of the United States, during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Amid another distraction, UNC's Belichick says program focused on 'doing things properly']]></title><link>https://www.local10.com/sports/2026/09/07/amid-another-distraction-uncs-belichick-says-program-focused-on-doing-things-properly/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/amid-another-distraction-uncs-belichick-says-program-focused-on-doing-things-properly/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[CHAPEL HILL, N.C. (AP) — North Carolina coach Bill Belichick said Monday he believes his program “totally” has an atmosphere of following rules amid a school investigation into conduct within his football program.]]></description><pubDate>Mon, 07 Sep 2026 20:39:25 +0000</pubDate><content:encoded><![CDATA[<p>CHAPEL HILL, N.C. (AP) — North Carolina coach Bill Belichick said Monday he believes his program “totally” has an atmosphere of following rules amid a school investigation into conduct within his football program.</p><p>“Obviously everybody’s responsible, including me, for doing things properly,” Belichick said. “And we intend to do that.”</p><p>Later Monday, a school spokesman issued a statement backing the 74-year-old Belichick, who won six Super Bowl titles with the NFL's New England Patriots.</p><p>“The University continues to support Bill Belichick and the Carolina football program," said Dean Stoyer, UNC's vice chancellor for communications.</p><p>The Tar Heels were off following their season-opening win against TCU in Ireland on Aug. 29. But during that open week, general manager Michael Lombardi resigned after being put on paid administrative leave in late July amid an investigation by UNC’s Office of University Counsel.</p><p>The same day, WRAL of Raleigh cited anonymous sources in reporting the type of questions asked of some interviewees. Some focused on Belichick's son Steve, the Tar Heels' defensive coordinator currently on medical leave.</p><p>Additionally, Lombardi attorney Tom Mars told The Athletic that the school’s probe now included questions into potential “inappropriate” relationships that didn’t involve his client. Mars hasn’t returned a call or email from The Associated Press regarding that comment.</p><p>Two people with knowledge of the situation had previously told the AP that a human resources complaint from a former employee was tied to Lombardi originally being placed on leave as the investigation launched. They spoke at the time on condition of anonymity because the school wasn't publicly discussing case details, with UNC saying employees and athletes weren't permitted to discuss the topic “as is standard procedure with personnel matters.”</p><p>Those developments have only added to a year’s worth of unwanted headlines off the field to go with shaky play on it under Belichick.</p><p>By Monday, reporters spent roughly the first 13 minutes of Belichick's 20-minute game week news conference asking questions that had nothing to do with Saturday's upcoming home debut against East Tennessee State.</p><p>That included whether his program had an atmosphere of rule compliance and if Belichick had “control” over the program.</p><p>“If you’re around here every day, I think you’d see it,” Belichick said.</p><p>Belichick was also asked whether he had spoken to chancellor Lee Roberts and athletic director Steve Newmark about his job security. He responded by looking ahead to the ETSU game, though he later elaborated more on his relationship with school officials when asked whether they had asked him to change anything in running the program.</p><p>“They've been very supportive, a great working relationship with those people,” he said. "In the end, look, we want to run the program in the very best way. And if there’s things we need to do to correct it, then we’ll obviously do them.”</p><p>The Tar Heels tallied more losses by double-digit margins (five) than wins (four) in Belichick's debut season, along with distractions such as an assistant coach being briefly suspended for violating NCAA rules. Belichick said in July he had hoped lessons learned would lead to more success in Year 2.</p><p>The Tar Heels got that with the 15-10 win against TCU after losing to the Horned Frogs by 34 in Belichick's UNC debut. But the past week take some glow off that victory.</p><p>“We’re so focused on everything internal and getting better on the field and getting better in the meeting room that we could care less about what we see in the headlines or what's on the news,” running back Benjamin Hall said. “It's not going to affect this team.”</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UM3BW5TLTANIAKFH6ISKS6FIEE.jpg?auth=7dd8ac56f65560f3e56f9557a6b64db880abe7c69831690c09a770726515f134&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[North Carolina head coach Bill Belichick, right, speaks with an official during an NCAA college football game against TCU in Dublin, Ireland, Saturday, Aug. 29, 2026. (AP Photo/Peter Morrison)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Morrison</media:credit></media:content></item><item><title><![CDATA[Mirra Andreeva helps injured opponent Anastasia Potapova before finishing her US Open victory]]></title><link>https://www.local10.com/sports/2026/09/07/mirra-andreeva-helps-injured-opponent-anastasia-potapova-before-finishing-her-us-open-victory/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/mirra-andreeva-helps-injured-opponent-anastasia-potapova-before-finishing-her-us-open-victory/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Mirra Andreeva remembers looking up to Anastasia Potapova well before they became rivals on the court.]]></description><pubDate>Mon, 07 Sep 2026 20:14:33 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Mirra Andreeva remembers looking up to Anastasia Potapova well before they became rivals on the court.</p><p>So when Potapova fell and was injured late in their fourth-round match Monday at the U.S. Open, Andreeva put aside the tennis and went to assist.</p><p>The French Open champion helped Potapova up so she could get treatment, then finished off a 5-7, 6-4, 6-3 victory that sent her to the quarterfinals in Flushing Meadows for the first time.</p><p>“It’s not the perfect end to the match,” Andreeva said.</p><p>Andreeva led 5-3 in the final set when Potapova lunged to hit a running forehand and went down holding her left knee. As Potapova sat on the court in pain, the 19-year-old Russian came from the other side of the net and rested her hand on the 25-year-old's shoulder.</p><p>She helped the No. 24 seed up and Potapova was able to limp to her bench, where Andreeva asked if someone could bring her ice. Potapova was treated and eventually able to continue with her knee bandaged, though with limited movement she didn't win another point and didn't even attempt to get Andreeva's final shot.</p><p>Potapova appeared to be tearing up as Andreeva came around the net for a long embrace after the final point.</p><p>Potapova now represents Austria, but she was born in Russia and still played under that flag when she won the junior Wimbledon championship in 2016.</p><p>“For me, Nastya, she was always like a prodigy,” Andreeva said. “She came on tour early. She also had a lot of wins. I also remember we were all watching and cheering for her when she won juniors Wimbledon title. I remember watching that match. For me, she was always, like, a little star that I was kind of always looking at.”</p><p>Potapova won their first meeting on tour in 2022 but Andreeva has won the last four. This one prevented Potapova from reaching her first Grand Slam quarterfinal.</p><p>“First, she just beat me. So after, I just kind of knew that she’s a tough player to play, but at the same time, she was so nice,” Andreeva said.</p><p>“Then since then we would practice together, and just like that, the more you see each other, the more you spend time together, then you just talk about everything, discuss everything. Then just like that, I feel like we have a good connection off the court.”</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B2K2RRI6H6OPLJMINXTD2BFEFE.jpg?auth=cf0361ef1b343e6f45c255f1b5af9117b13cd10643a5304a76fb647254b31bba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mirra Andreeva, of Russia, left, helps Anastasia Potapova, of Austria, after Potapova fell during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARAK6AWLXPKCE2SGPWPGF5ROJY.jpg?auth=b6b63f92f52ac10cd507879742b37b7297f112d30e474c1c9a4658f343eab510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anastasia Potapova, of Austria, reacts after falling on the court during a match against Mirra Andreeva, of Russia, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JF2XARPZGPJESXWG5TURSMX57Y.jpg?auth=23f46e40363d7f325944c5660b6420fcdd6eea4615cb4d65f8b930653ceb3556&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mirra Andreeva, of Russia, left, hugs Anastasia Potapova, of Austria, after winning a match during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SKQQ4KE3L32H7SLUO6XM3ZKGNI.jpg?auth=7e42dc142da50fc5c52b2c7b9bbe673db529749996d75a0c5b4d4aaa7a4d6ca4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mirra Andreeva, of Russia, left, helps Anastasia Potapova, of Austria, after Potapova fell during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YU5XUTC6WRBPIR33B6WS32MBLM.jpg?auth=49e5560a27ce5d2ca68f0766ed96711b933427fdbb4831be2786c555b6e94554&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Anastasia Potapova, of Austria, has her leg worked on during a medical timeout during a match against Mirra Andreeva, of Russia, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Andres Kudacki)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content></item><item><title><![CDATA[Veteran coaches surprised that stadium clock was not official clock in wild Michigan win Saturday]]></title><link>https://www.local10.com/sports/2026/09/07/veteran-coaches-surprised-that-stadium-clock-was-not-official-clock-in-wild-michigan-win-saturday/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/veteran-coaches-surprised-that-stadium-clock-was-not-official-clock-in-wild-michigan-win-saturday/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[Longtime coach Kyle Whittingham was unaware the stadium clock he watched Saturday night at Michigan might not reflect the official game time. Purdue coach Barry Odom also was caught off guard as he watched on television more than 250 miles away.]]></description><pubDate>Mon, 07 Sep 2026 20:01:12 +0000</pubDate><content:encoded><![CDATA[<p>Longtime coach Kyle Whittingham was unaware the stadium clock he watched Saturday night at Michigan might not reflect the official game time. Purdue coach Barry Odom also was caught off guard as he watched on television more than 250 miles away.</p><p>The two Big Ten coaches acknowledged Monday they did not know there could be a discrepancy between what everyone was seeing on television and inside the stadium and the conference's tracking system.</p><p>But that's how conference officials explained the dramatic finish in Whittingham's debut for No. 16 Michigan. After time appeared to expire with Western Michigan leading 12-7, the refs added 1 more second and the Wolverines capitalized on their second chance with J.J. Buchanan hauling in Bryce Underwood's desperation heave for a 47-yard touchdown and a stunning 13-12 victory.</p><p>"Well, I guess they have this Hawkeye system? I was unaware of that,” Whittingham said Monday. “But as I looked, I knew it was close. When the ball sailed back to the end zone, I glanced up at the clock, and it was just ticking to zero, and somebody touched it. I didn’t know who had touched it, but apparently, it was a defender that had already established an out-of-bounds position. I’m assuming they got it right. They looked at it, and the technology they have is very advanced, I guess.”</p><p>It was a learning experience for both longtime coaches, who are relatively new to the Big Ten.</p><p>The 66-year-old Whittingham joined Utah's staff in 1994 and stayed through last season, coming out of a brief retirement to take the Michigan job. He won a school record 177 games including 11 bowl games as the Utes head coach from 2005-25.</p><p>The 49-year-old Odom returned to his alma mater, Missouri, as an assistant coach in 2003 and spent a total of 14 seasons on the Tigers staff, the last four as their head coach. His tenure at Missouri was split by a short stint at Memphis, from 2012-14, and following his firing as the Tigers head coach in 2019, he went to Arkansas for three seasons before returning to the head coaching ranks at UNLV in 2023 and moving to Purdue in 2025.</p><p>The Boilermakers (1-0) beat Indiana State 44-19 on Friday night to snap a 10-game losing streak.</p><p>“I didn’t until Saturday night,” Odom said at his weekly news conference when asked if he was aware a second clock, not visible inside the stadium, kept the official game time.</p><p>The Big Ten issued a statement two hours after the game, clarifying the process that was used and citing the rule that was enforced about when the clock stops if a player touches the ball out of bounds.</p><p>“It was determined (Western Michigan safety Micah Davis) started his jump from an established out-of-bounds position (left foot) and made contact with the ball with 1 second remaining on the clock,” the conference said. “A side-by-side view of the play and the game clock, using a direct shot of the game clock in the stadium, was used to determine the final ruling.”</p><p>Based on that explanation, Whittingham and Odom believe the refs got it right.</p><p>Mid-American Conference Commissioner Jon Steinbrecher and Western Michigan President Russ Kavalhuna also told ESPN on Sunday night they accepted the explanation though Kavalhuna believes more transparency is needed. The Broncos (0-1) play in the MAC.</p><p>“If you look at what they saw, then you reach the conclusion they reached,” Kavalhuna said. “However, if you look at what the broadcasters broadcast, you reach a different conclusion. I think it would be good to ask ourselves, can we sync those up so that the viewers could see what the officials would be looking at?”</p><p>The ACC even allows television viewers to hear the discussion between the game officials and the replay center before reaching a conclusion.</p><p>But it wasn't just fans who were confused.</p><p>“I believe those charged with orchestrating, administering and officiating the game, they have to make decisions based on all the information they get, and then it’s their job to communicate that to us. I would assume that’s what happened in Ann Arbor," Odom said. “Like the other night, we were exiting the field for halftime and the official stopped me and said, ‘Hey, we’ve got to make sure that that last play there...' They wanted to make sure everything lined up the way it did. So it’s never over till it’s over. Until they blow the whistle or whatever that indicator is.”</p><p>Whittingham now believes the matter is closed as he moves on from the season-opening win and focuses on hosting No. 10 Oklahoma in one of this week's featured games.</p><p>“I think everyone’s fairly satisfied with the explanation. I am, and I think Western Michigan came out with a statement that, ‘Hey, we’re not going to question this anymore,’” he said. "They gave us a fairly transparent answer, and we’ll move forward.”</p><p>___</p><p>AP Sports Writer Larry Lage contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MZKNKGPROSEBAIMNLHB23GK7GU.jpg?auth=8dc0d60cb079c1adf1220bed778018f429ba6596979216b7dd3b53fa83bae9e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan head coach Kyle Whittingham watches against Western Michigan during the first half of an NCAA college football game Saturday, Sept. 5, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZJZ73O34LPFSTYQDZLTITWVDI.jpg?auth=9c40acc528cf63fedcf9d6431ea552eaf2ea2684d207ad75855e98a9324cf21c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michigan head coach Kyle Whittingham watches against Western Michigan during the second half of an NCAA college football game Saturday, Sept. 5, 2026, in Ann Arbor, Mich. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QPBSY7P64JA5564XO7TNUOSIV4.jpg?auth=dd8d1aa1b95621c46755139f23b2ae77676643906e21f698ad120fa6f7e58d73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Purdue head coach Barry Odom watches during the second half of an NCAA college football game against Illinois, Oct. 4, 2025, in West Lafayette, Ind. (AP Photo/Darron Cummings, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darron Cummings</media:credit></media:content></item><item><title><![CDATA[New Titans coach Robert Saleh brushes off Jets firing ahead of Week 1 opener]]></title><link>https://www.local10.com/sports/2026/09/07/new-titans-coach-robert-saleh-brushes-off-jets-firing-ahead-of-week-1-opener/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/new-titans-coach-robert-saleh-brushes-off-jets-firing-ahead-of-week-1-opener/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — New Titans coach Robert Saleh insists he holds no grudge against the New York Jets for firing him from his first NFL head coaching gig and that he's only focused on opening the season with T ennessee against his old team Sunday.]]></description><pubDate>Mon, 07 Sep 2026 20:01:01 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — New Titans coach Robert Saleh insists he holds no grudge against the New York Jets for firing him from his first NFL head coaching gig and that he's only focused on opening the season with T ennessee against his old team Sunday.</p><p>“Our desire to win Week 1, beat the Jets, is because it’s Week 1 and nothing more,” Saleh said. “I’m forever grateful for the opportunity they gave.”</p><p>Forgive anyone who doesn't buy that it's just business in the NFL.</p><p>The Jets hired Saleh in 2021, then fired him five games into the 2024 season. Saleh was 20-36 as coach of the Jets whose playoff drought now has reached 15 straight seasons, the longest in major North American sports.</p><p>Now Saleh has his second chance as an NFL head coach with the Titans, who are trying to snap a skid of four consecutive losing seasons and went 6-28 combined the past two. He has plenty of former Jets with him now in Tennessee.</p><p>Saleh reunited with Aaron Whitecotton as his defensive line coach, and the Titans currently have seven players Saleh coached with the Jets either on the roster or practice squad. That group includes defensive end Jermaine Johnson II, defensive linemen John Franklin-Myers and Solomon Thomas and safety Tony Adams.</p><p>Thomas spent three seasons with the Jets between 2022 and 2024 and couldn’t be happier to see this opponent for the opener with his new team. He agrees with Saleh that there’s no grudges held against the Jets or that he and fellow teammates want to get a win against their old team for payback.</p><p>The veteran lineman going into his 10th season said he’s focused on showing what they’re doing now with the Titans.</p><p>“We went through a lot of adversity at the Jets, and we’re bringing all the things we learned from that adversity here and spreading it in the culture of this locker room, spreading in the culture of the coaches,” Thomas said. “And I think it’s a lot of knowledge that we’re passing on from then.”</p><p>Defensive end Jacob Martin is among Tennessee's free agent additions who played for Saleh with the Jets. Martin was only there for eight games in 2022 before being traded by the Jets, and Martin said that every game in the NFL is personal — at least to him.</p><p>“I know a lot of guys in this locker room that were with the Jets organization," Martin said. “They’re extra excited to play in this one and myself included. I would say that's your old boss."</p><p>Asked what went wrong with the Jets, Martin said that's a question people have been asking for a while.</p><p>“I’m not really sure what the answer to that is, truthfully,” Martin said. "It just didn’t work out there. I don’t know why.”</p><p>The Jets traded Johnson to the Titans in February, giving up on a one-time Pro Bowler and their 26th pick overall in the 2022 draft. Johnson, who tore an Achilles tendon in 2024, has made clear he's targeting at least 10 sacks this season being reunited with Saleh.</p><p>Johnson said he's looking forward to seeing former teammates Sunday, talking and swapping jerseys after the game.</p><p>“First impressions are everything, believe it or not," Johnson said. "So this is the first time we get to introduce the world, the NFL, the 31 other teams into who we are as a team and who we as a defense and who I am as an individual. So just super excited ... to start that.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7RQHJAEZM33KE35CWJNB7VBWXQ.jpg?auth=cdbb7035c58a72e0dc516b929095ae5ec01faf6ad68070f24d2b0cb159153516&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans head coach Robert Saleh looks on prior to a preseason NFL football game against the Chicago Bears, Saturday, Aug. 29, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QYOL4J6FD5ST245KAB4REHDLX4.jpg?auth=af9705c81b30720ba26864f9bb49f0bdef3f0136da54442dcbad01e615d2c15e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans head coach Robert Saleh gestures for a 2-point conversion play against the Chicago Bears during the second half of a preseason NFL football game, Saturday, Aug. 29, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPEV7GAK62WIU2ZCV4XKUAMJFI.jpg?auth=2f1f30c319f6533b3a99109399004216c86feed5256a74b7382fae684eb336b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks wide receiver Emmanuel Henderson Jr. (84) runs from Tennessee Titans defensive tackle Solomon Thomas, left, and defensive back Cordale Flott, right, during the first half of a preseason NFL football game, Sunday, Aug. 23, 2026, in Nashville, Tenn. (AP Photo/John Amis)]]></media:description><media:credit role="author" scheme="urn:ebu">John Amis</media:credit></media:content></item><item><title><![CDATA[Police officers arrest suspect in duck killings in Pembroke Pines]]></title><link>https://www.local10.com/news/local/2026/09/07/police-officers-arrest-suspect-in-duck-killings-in-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/police-officers-arrest-suspect-in-duck-killings-in-pembroke-pines/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Police officers arrested a 40-year-old man on Monday, accused of killing ducks in Pembroke Pines. ]]></description><pubDate>Mon, 07 Sep 2026 17:19:25 +0000</pubDate><content:encoded><![CDATA[<p>Police officers arrested a 40-year-old man on Monday, accused of killing ducks in Pembroke Pines. </p><p><a href="https://www.local10.com/espanol/2026/09/07/ya-detuvieron-al-sospechoso-de-asesinar-patos-en-pembroke-pines/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/ya-detuvieron-al-sospechoso-de-asesinar-patos-en-pembroke-pines/"><b>Leer en español</b></a></p><p>Detective Priscilla King recently asked the public for help after a surveillance camera recorded video of a man killing the ducks on Aug. 30 near University Drive and 13th Street.</p><p>Police officers identified <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L84288&amp;TypeSearch=AO" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L84288&amp;TypeSearch=AO">Christopher Antoine</a>, a convicted felon on probation, as the suspect. </p><p><b>Related story:</b><a href="https://www.local10.com/news/local/2026/09/03/video-shows-man-abusing-killing-ducks-in-pembroke-pines-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/03/video-shows-man-abusing-killing-ducks-in-pembroke-pines-cops-say/"> Video shows man abusing, killing ducks in Pembroke Pines, cops say</a></p><p>Antoine was convicted of criminal mischief of more than $1,000 after Broward Sheriff’s Office deputies arrested him on June 5, 2024, according to Broward County court records. </p><p>Broward County Circuit Judge Lorena V. Mastrarrigo sentenced Antoine to probation. His supervision started on Dec. 5, 2024, and it was set to end on Dec. 4, 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L84288&amp;TypeSearch=AO" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=L84288&amp;TypeSearch=AO">according</a> to the Florida Department of Corrections. </p><p><b>Related report</b></p><p> </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VF7ZKYOHWNDKZLH7PREPDRBUIU.jpg?auth=ff1c6682e7962d6c3366c5aa2c09863b4603242c2bb8b7f0cff3bdb5a53bd4c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Christopher Antoine, a convicted felon on probation who is the suspect of an animal abuse case in Pembroke Pines.]]></media:description></media:content></item><item><title><![CDATA[Ya detuvieron al sospechoso de asesinar patos en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/09/07/ya-detuvieron-al-sospechoso-de-asesinar-patos-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/ya-detuvieron-al-sospechoso-de-asesinar-patos-en-pembroke-pines/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Las autoridades locales capturaron al acusado gracias a grabaciones de seguridad del área.]]></description><pubDate>Mon, 07 Sep 2026 19:02:44 +0000</pubDate><content:encoded><![CDATA[<p>Oficiales de policía arrestaron este lunes a un hombre de 40 años, acusado de matar varios patos en Pembroke Pines.</p><p>La detectivesa Priscilla King había pedido ayuda a la comunidad recientemente, luego de que una cámara de vigilancia grabara el 30 de agosto a un sujeto matando a los animales cerca de University Drive y la calle 13.</p><p>La policía identificó como sospechoso a Christopher Antoine, un exconvicto que se encontraba bajo libertad condicional.</p><p>Registros judiciales del condado Broward señalan que Antoine fue condenado por daños a la propiedad mayores a $1,000, tras ser arrestado por oficiales de la Oficina del Alguacil de Broward el 5 de junio de 2024.</p><p>La jueza de circuito de Broward, Lorena V. Mastrarrigo, lo sentenció a libertad condicional. Su periodo de supervisión comenzó el 5 de diciembre de 2024 y estaba programado para terminar el 4 de diciembre de 2028, según el Departamento de Correcciones de Florida.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VF7ZKYOHWNDKZLH7PREPDRBUIU.jpg?auth=ff1c6682e7962d6c3366c5aa2c09863b4603242c2bb8b7f0cff3bdb5a53bd4c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Christopher Antoine, a convicted felon on probation who is the suspect of an animal abuse case in Pembroke Pines.]]></media:description></media:content></item><item><title><![CDATA[Pope Leo XIV unveils a fresco at the sanctuary where he prayed after his election last year]]></title><link>https://www.local10.com/news/world/2026/09/07/pope-returns-to-sanctuary-where-he-prayed-after-election-and-unveils-a-fresco-depicting-the-event/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/pope-returns-to-sanctuary-where-he-prayed-after-election-and-unveils-a-fresco-depicting-the-event/</guid><dc:creator><![CDATA[By SILVIA STELLACCI and NICOLE WINFIELD, Associated Press]]></dc:creator><description><![CDATA[GENAZZANO, Italy (AP) — Pope Leo XIV returned Monday to a sanctuary where he prayed just after his election and revealed a permanent sign of his devotion to the place: a fresco depicting him praying that now adorns an upper cornice of the basilica.]]></description><pubDate>Tue, 08 Sep 2026 02:10:15 +0000</pubDate><content:encoded><![CDATA[<p>GENAZZANO, Italy (AP) — Pope Leo XIV returned Monday to a sanctuary where he prayed just after his election and revealed a permanent sign of his devotion to the place: a fresco depicting him praying that now adorns an upper cornice of the basilica.</p><p>Leo unveiled the portrait before celebrating Mass with his fellow Augustinian brothers at the Sanctuary of Our Mother of Good Counsel in the medieval village of Genazzano south of Rome. He joins a handful of past popes whose visits to the sanctuary were commemorated with portraits that adorn its walls, going back to Pope Urban VIII in 1630.</p><p>Leo visited the sanctuary on May 10, 2025, just two days after his election and in his first outing as pope. The former Robert Prevost had been there many times before, since the place has special significance for the pope's Augustinian religious order.</p><p>The sanctuary is managed by Augustinian friars and has been a place of pilgrimage since the 15th century. Leo’s namesake, Pope Leo XIII, elevated it to a minor basilica and expanded the adjacent convent in the early 1900s.</p><p>Leo referred to that 2025 outing during his homily at the basilica Monday, which commemorates the birth of Mary. Leo recalled what he wrote then in the sanctuary's guest book.</p><p>The new pope wrote at the time that he felt the “need and profound desire” to come to the sanctuary after his election to pray before the Madonna of Good Counsel “who has accompanied me all my life with her maternal presence, with her wisdom and example of love for her son who is always the center of my faith.”</p><p>Leo and the Vatican are stepping up activities after a summer lull. The Holy See’s typically busy autumn conferences and audiences are taking shape, and Leo is set to go to France at the end of the month and make his much-awaited trip to Uruguay, Argentina and Peru in November.</p><p>___</p><p>Winfield reported from Rome.</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/IKNXG2EANBIXDBAQFWEORXLYKU.jpg?auth=4200fea90a76740fe64bac4177ea6d9383085e0fc3e8c19fc7f7e9eed638113e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV receives a box with butterflies as he arrives at the Basilica Sanctuary of the Mother of Good Counsel in Genazzano, central Italy, Monday, Sept. 7, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MDY7XHJNG6LWO7LKNC7LCXUZ7I.jpg?auth=6fd538e2d93a363e4c2685236b73f22652db327f3ad3588c825bec255ae05383&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV receives a box with butterflies as he arrives at the Basilica Sanctuary of the Mother of Good Counsel in Genazzano, central Italy, Monday, Sept. 7, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GUOHQOE2SAHZ3JPEVHLB7RAKYA.jpg?auth=97c5daac2e0d43586579ec48d1f3c38dd6c8de7630629590ce8009fc1adb6e5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV celebrates a mass at the Basilica Sanctuary of the Mother of Good Counsel in Genazzano, central Italy, Monday, Sept. 7, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DKFNFVW72R2MEMWVV5DWG36GFA.jpg?auth=0aa8cc12fc309f3c0889033803218bd628381120b9763ac2e438a36b8be86cbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV arrives to celebrate a mass at the Basilica Sanctuary of the Mother of Good Counsel in Genazzano, central Italy, Monday, Sept. 7, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ENRK45FBLIWXVTGLEBAMYCLKHE.jpg?auth=411240d1753b69f5ffe9e01b000550e2a15d6d3086a0a42004f04e1fd44ad32c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pope Leo XIV celebrates a mass at the Basilica Sanctuary of the Mother of Good Counsel in Genazzano, central Italy, Monday, Sept. 7, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Rybakina overpowers Osaka, will face Zheng in US Open quarterfinals with a chance to become No. 1]]></title><link>https://www.local10.com/sports/2026/09/07/rybakina-overpowers-osaka-will-face-zheng-in-us-open-quarterfinals-with-a-chance-to-become-no-1/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/rybakina-overpowers-osaka-will-face-zheng-in-us-open-quarterfinals-with-a-chance-to-become-no-1/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Elena Rybakina overpowered Naomi Osaka at the U.S. Open and is a win away from the No. 1 ranking in women's tennis.]]></description><pubDate>Tue, 08 Sep 2026 02:22:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Elena Rybakina overpowered Naomi Osaka at the U.S. Open and is a win away from the No. 1 ranking in women's tennis.</p><p>She just has to beat Zheng Qinwen, which won't be easy. Even when Zheng goes down — way, way down — she refuses to stay there.</p><p>Rybakina advanced to the quarterfinals Monday with a 6-1, 6-4 victory over Osaka in a matchup of power-hitting Grand Slam champions. The No. 2-seeded Rybakina is guaranteed to replace Aryna Sabalenka atop the WTA rankings if she reaches the semifinals in Flushing Meadows.</p><p>“Of course I want it, I don't know anyone who wouldn’t wish this, but definitely that’s one of my goals,” Rybakina said. “I try to approach the same way, try to do everything I can, fight until the end my next match and let’s see what’s going to happen.”</p><p>Trying to stop her will be Zheng, who made a daring escape from a 5-0 deficit for the second straight match. The 2024 Olympic gold medalist from China beat No. 8 seed Iga Swiatek 7-5, 6-3 to become the first qualifier to reach the final eight in Flushing Meadows since Emma Raducanu won the title in 2021.</p><p>Two days after she was down 5-0 in the third set before winning the final seven games to stun No. 22 Madison Keys 1-6, 7-6 (3), 7-5, Zheng quickly dropped the first five games against Swiatek, the 2022 U.S. Open champion.</p><p>“I guess to come back 0-5 yesterday is not lucky, that’s all I can say,” Zheng said.</p><p>Rybakina won the Australian Open this year for her second major title and her No. 2 ranking is her career best. Even if she loses Wednesday, she can still get to No. 1 if neither Sabalenka, Coco Gauff or Jessica Pegula wins the title.</p><p>Rybakina was too good for Osaka, who won two of her four Grand Slam titles at the U.S. Open but appeared to be struggling with a foot or ankle problem. The match lasted just 1 hour, 6 minutes, with Rybakina closing it out with an ace. She leads the WTA Tour in that category.</p><p>Resurgent Zheng goes from qualifying to quarterfinals</p><p>Zheng was a U.S. Open quarterfinalist in 2023 and 2024 — the year she reached the Australian Open final — but after her ranked dropped following elbow surgery she had to go through qualifying this year to reach the main draw. Raducanu’s title five years ago made her the first qualifier to win a Grand Slam title in the Open era, which dates to 1968.</p><p>Swiatek couldn't convert two set points serving at 5-1 and Zheng fought off another when Swiatek served with a 5-3 lead. She said she was so focused on each point that she even forgot the score.</p><p>Swiatek came in with a 7-1 record against Zheng, with the only loss two years ago in the Olympic semifinals in Paris. Zheng came back from a 4-0 deficit in the second set that day to stop Swiatek’s 25-match winning streak at Roland Garros, where she has won four French Open titles.</p><p>Swiatek got treatment on her left thigh in the second set but said her problems were neither physical nor mental.</p><p>“It was more that I started making mistakes from easy balls and Qinwen stopped doing mistakes," Swiatek said. "She played the balls better.”</p><p>Andreeva provides an assist on her way to quarterfinal vs. Gauff</p><p>Gauff beat No. 14 Iva Jovic 6-1, 6-4 to return to the U.S. Open quarterfinals for the first time since winning her first major title at the tournament in 2023. She lost in the fourth round in each of the last two years.</p><p>The No. 4 seed will face French Open champion Mirra Andreeva, the No. 5 seed who came back to beat No. 24 Anastasia Potapova 5-7, 6-4, 6-3, after helping her opponent when she injured her knee in the final game of the match.</p><p>5 hours, 5 sets as van de Zandschulp ousts lucky loser Gea</p><p>Botic van de Zandschulp outlasted Arthur Gea 3-6, 6-7 (0), 7-6 (7), 7-6 (3), 6-4 in 5 hours, 13 minutes, the fourth-longest match in U.S. Open history.</p><p>Gea, a Frenchman who got in the tournament when 2022 runner-up Casper Ruud pulled out with a back injury, had a match point in the third-set tiebreaker in a bid to become the first lucky loser to reach the quarterfinals of a men's major. A lucky loser is a player who loses in the final round of qualifying but reaches the main draw when another player withdraws.</p><p>Also going five sets — though a mere 3 hours, 50 minutes — was Karen Khachanov's 7-5, 4-6, 6-7 (6), 6-1, 6-4 victory over No. 14 Learner Tien. Tien was trying to give the host country four men in the U.S. Open quarterfinals for the first time since five made it in 1995. No. 8 Ben Shelton, No. 11 Frances Tiafoe and Alex Michelsen all advanced Sunday, along with defending champion Carlos Alcaraz.</p><p>A breakthrough for Belgium's Blockx</p><p>No. 28 seed Alexander Blockx beat No. 24 Francisco Cerundolo 6-3, 4-6, 7-5, 7-5 to become the first man from Belgium to reach the U.S. Open quarterfinals, where he will play Khachanov.</p><p>Top-seeded Alexander Zverev was in action Monday night against No. 21 Luciano Darderi, with the winner facing van de Zandschulp.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UHIYBTSQRRYRENIJKGHGXEPJZE.jpg?auth=ea8ead07c5b18dc2a4d694efb8bd4a6dd54ae396a82a723e8e23e36277755456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elena Rybakina, of Kazakhstan, left, greets Naomi Osaka, of Japan, after winning a match during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5X3HP2ADS3WY5MU5QP7LCSLQFQ.jpg?auth=70b1632dc00f17003cdc9afd84e510a9148710fd8f88a8327eb0aaa3317d1670&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Qinwen Zheng, of China, celebrates after winning a match against Iga Swiatek, of Poland, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOCAVMSSOQ3NX67CYDDOQ5I4T4.jpg?auth=46be8146ec5a9b73a8a3efcfdd560296737607701548c893813453b5bdd9a442&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elena Rybakina, of Kazakhstan, celebrates winning a match against Naomi Osaka, of Japan, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6F5YM7GWJKOROR2MGDFHXJL7AA.jpg?auth=38efea19b76301bde0f1f741d84f2b82e9da480c6c163d089687fec5404e4f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka, of Japan, returns the ball to Elena Rybakina, of Kazakhstan, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WXOILT5UQO4NS2OWIGT3AE2FSM.jpg?auth=e79de71192815cdb17a35b8ce77bec66f7c93b9e86743b4a66ed7ecd5a5e85a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iga Swiatek, of Poland, reacts during a match against Qinwen Zheng, of China, during the fourth round of the U.S. Open tennis championships, Monday, Sept. 7, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Sept. 7: Stormy conditions continue]]></title><link>https://www.local10.com/weather/2026/09/07/sept-7-stormy-conditions-continue/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/07/sept-7-stormy-conditions-continue/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[This Labor Day weekend will continue to feature stormy conditions. Expect a round of storms to continue to materialize this afternoon. ]]></description><pubDate>Mon, 07 Sep 2026 17:42:10 +0000</pubDate><content:encoded><![CDATA[<p>This Labor Day weekend will continue to feature stormy conditions. Expect a round of storms to continue to materialize this afternoon. Slow-moving storms could be heavy hitters and bring excessive rain in a short period of time. We will continue to monitor the potential for flooding. This unsettled pattern will persist all week long. A developing high will continue to fuel in winds from the southeast this week. While the greatest potential for storms will set up on the western side of the peninsula, storms locally could still produce heavy rainfall.</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[Muere una persona tras incendio que envolvió apartamento del tercer piso en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/07/muere-una-persona-tras-incendio-que-envolvio-apartamento-del-tercer-piso-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/muere-una-persona-tras-incendio-que-envolvio-apartamento-del-tercer-piso-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una persona fue encontrada muerta la mañana del lunes después de que un incendio envolviera un apartamento del tercer piso en el noroeste del condado Miami-Dade, dijeron las autoridades.]]></description><pubDate>Mon, 07 Sep 2026 13:36:33 +0000</pubDate><content:encoded><![CDATA[<p>Una persona fue encontrada muerta la mañana del lunes después de que un incendio envolviera un apartamento del tercer piso en el noroeste del condado Miami-Dade, dijeron las autoridades.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade respondieron al incendio en el apartamento cerca de Northwest 14th Avenue y Northwest 103rd Street aproximadamente a las 6:30 a.m.</p><p>Según la MDSO, los agentes llegaron y encontraron el apartamento del tercer piso completamente envuelto en llamas.</p><p>Los agentes comenzaron inmediatamente a evacuar a los residentes de los lados este y oeste del edificio.</p><p>Equipos de Miami-Dade Fire Rescue también respondieron y extinguieron el incendio.</p><p>Las autoridades dijeron que los bomberos posteriormente encontraron a una persona muerta dentro del apartamento. La identidad de la víctima aún no ha sido divulgada.</p><p>La causa del incendio sigue siendo desconocida.</p><p>Detectives de la Oficina de Homicidios de la MDSO respondieron a la escena y asumieron la investigación.</p><p>No se divulgó información adicional de inmediato.</p>]]></content:encoded></item><item><title><![CDATA[Midterm elections head into the home stretch as candidates hit Labor Day events]]></title><link>https://www.local10.com/news/politics/2026/09/07/midterm-elections-head-into-the-home-stretch-as-candidates-hit-labor-day-events/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/07/midterm-elections-head-into-the-home-stretch-as-candidates-hit-labor-day-events/</guid><dc:creator><![CDATA[By PATRICK WHITTLE and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Troy Jackson was a longtime labor activist and logger before he unexpectedly became the Democratic nominee for U.S. Senate in Maine. On Monday, he returned to a union hall to tell workers they need to go to the polls this fall — to raise the minimum wage, expand family medical leave and show support for one another.]]></description><pubDate>Mon, 07 Sep 2026 21:55:16 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Troy Jackson was a longtime labor activist and logger before he unexpectedly became the Democratic nominee for U.S. Senate in Maine. On Monday, he returned to a union hall to tell workers they need to go to the polls this fall — to raise the minimum wage, expand family medical leave and show support for one another.</p><p>“Labor Day has never been just another holiday,” Jackson told several hundred union members at a Southern Maine Labor Council event Monday in Portland. “Today, here with the people I’ve fought alongside for years, I want to make a pledge about exactly what I’m going to do in the United States Senate.”</p><p>Jackson, who became the nominee in a special convention in July, is trying to whip up support in a short period of time as he attempts to unseat longtime Republican Sen. Susan Collins in a race Democrats view as critical to winning Senate control.</p><p>He was among the candidates in key November races who spent Labor Day weekend stumping at festivals, union halls and parades as the midterms enter the final weeks with control of the House and Senate on the line.</p><p>Labor Day marks the beginning of the busy stretch of campaign season</p><p>This year's campaigns already have been combative, busy and expensive, and they are expected to get even more so as a larger number of voters tune in ahead of the Nov. 3 general election. The first statewide mail ballots already went out, in North Carolina, on Friday.</p><p>Outside the Jackson event in Portland, Doug Born, a 64-year-old union stagehand from Westbrook, said Jackson's background as a logger and his longtime support of organized labor are reasons to support him.</p><p>“I think he'd be the most working-class guy in the Senate. That appeals to me,” Born said. “We need more union members in seats of power.”</p><p>Collins had no events scheduled for Labor Day, but she visited shipbuilder Bath Iron Works early in the morning on Sept. 1 to greet employees and promise to continue “leveraging her seniority to secure billions in destroyer contracts, infrastructure modernization, and wage enhancements,” a spokesperson said in a statement.</p><p>Trump hopes to whip up support later this week with midterm convention</p><p>President Donald Trump is also stepping up his own efforts for Republicans in the coming days. His party is set to gather this week in Dallas for an atypical midterm convention, a two-day event that Trump and other Republicans hope will generate enthusiasm for the GOP, which currently controls the White House and Congress.</p><p>Typically, the party in power in Washington loses seats in Congress during the midterm elections.</p><p>Trump has vowed to campaign for Republicans in dozens of races, saying he plans to spend the 30 days before Nov. 3 stumping in House and Senate battlegrounds.</p><p>In a ‘right to work’ Southern state, Democrats still push for labor votes</p><p>Georgia Sen. Jon Ossoff and Democrats’ nominee for governor, Keisha Lance Bottoms, both visited an AFL-CIO picnic in metro Atlanta.</p><p>Ossoff, the only Democratic senator seeking reelection in a state Trump won in 2024, praised current and former labor leaders and activists, while lamenting workers’ economic circumstances under a billionaire president who has grown wealthier while in office.</p><p>“We are dealing with the most absurd and obscene corruption in the modern history of our republic,” Ossoff said, hammering Trump for the war in Iran and inflation while “building monuments to himself.”</p><p>“All of this, when for working families in Georgia, life just gets tougher and tougher,” Ossoff said.</p><p>Ossoff is facing Republican Rep. Mike Collins, who owns a trucking company but has pitched himself as a working-class advocate. Collins’ campaign did not respond to an inquiry about his Labor Day plans.</p><p>Bottoms, who faces wealthy healthcare CEO Rick Jackson, urged union members to use their personal influence and networks to help her counter the Republican nominee’s vast personal spending on Georgia airwaves. She noted that Georgia, like other Southern states, is historically anti-union and has so-called “right to work” laws that make it harder to organize unions and easier for companies to fire workers at will.</p><p>Jackson had no public events Monday.</p><p>Candidates made stops across House, Senate battlegrounds</p><p>In Wisconsin, both major-party candidates in one of the country's most competitive House districts — Republican Rep. Derrick Van Orden and Democrat Rebecca Cooke — joined a parade in the western part of the state. Cooke walked the parade route before it started, talking with voters and handing out literature, and then did it again in the parade. Van Orden drove his 2001 Harley-Davidson motorcycle, with two of his grandchildren along for the ride, along the parade route.</p><p>Maureen Hilton, a 74-year-old retired insurance underwriter who lives just outside of the village of Readstown where the parade took place, said she’s disgusted with both political parties.</p><p>“Just do what’s right,” she said. “Get food prices down. Get gas prices down.”</p><p>But Jerry Ray, a 75-year-old semi-retired appliance repairman, said “it’s time for a change.” He’s voting for the Democrat Cooke in November.</p><p>“Trump’s had a chance and he’s just screwed it up royally,” Ray said as parade participants tossed candy to children along the route.</p><p>Van Orden said he gave Cooke credit for attending the parade in the Republican-leaning village with a population under 500.</p><p>At a fair Sunday in Ohio, an armed assailant charged toward Democratic candidate for Ohio governor Amy Acton and injured several people before he was stopped by troopers, authorities said. A spokesperson for Acton’s opponent, Republican Vivek Ramaswamy, said candidates “should be able to meet with voters without having to worry about threats or violence.”</p><p>___</p><p>Barrow reported from Hapeville, Georgia. Associated Press writers Joey Cappelletti in Washington, Jacqueline GaNun in Lansing, Michigan, and Scott Bauer in Readstown, Wisconsin, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6MDSJRVWDADSRL723GRSTUNS4.jpg?auth=e7f8b7226c7a628fd1c0e78c2a5270684ef92bba0202d13216432b150194e19b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Derrick Van Orden, R-Wis., a candidate for Wisconsin's 3rd Congressional district, rides a motorcycle with his grandson in a Labor Day parade, Monday, Sept. 7, 2026, in Readstown, Wis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7G3SYWWMNQG5A6E6DMQ2VQ46S4.jpg?auth=fc8082619c22ec18e07fb47d0ab60ad7394c5445e57225a114cc27d91ca3a5e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rebecca Cooke, Democratic candidate for Wisconsin's 3rd Congressional District, greets people during a Labor Day parade, Monday, Sept. 7, 2026, in Readstown, Wis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RENAXFI55FN657CHN54XGHVQMY.jpg?auth=e46412f98020320539e4327b3121779ebe9a32096d8d1bb0d7d0a15f794f8484&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Jackson, Democratic candidate for U.S. Senate, speaks to attendees at the Southern Maine Labor Council breakfast, Monday, Sept. 7, 2026, in South Portland, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4HSX3JOZ2JJYVRVILT4M6MPF4.jpg?auth=b5069b365da46ff743d172fa7b439ccc5c4e84a21d41faddf6ddda77d0793ece&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows Democratic gubernatorial candidate Keisha Lance Bottoms signing a campaign sign for a supporter during an Atlanta-North Georgia Labor Council (AFL-CIO) Labor Day lunch in Hapeville, Ga., Monday, Sept. 7, 2026. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrows</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3XQVY5BKWCH2IZ7NHEYUBHFIRM.jpg?auth=7115061f5b3b11572ad0bcf6a1b96eb162ff4834d611405d3996366ecb7fa940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo taken with a smartphone shows Sen. Jon Ossoff, D-Ga., greeting union members at an Atlanta-North Georgia Labor Council (AFL-CIO) Labor Day lunch in Hapeville, Ga., Monday, Sept. 7, 2026. (AP Photo/Bill Barrow)]]></media:description><media:credit role="author" scheme="urn:ebu">Bill Barrows</media:credit></media:content></item><item><title><![CDATA[Pochettino says US mindset must change, appearing to cite Pulisic absence from 2025 Gold Cup]]></title><link>https://www.local10.com/sports/2026/09/07/pocchetino-says-us-mindset-must-change-appearing-to-cite-pulisic-absence-from-2025-gold-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/pocchetino-says-us-mindset-must-change-appearing-to-cite-pulisic-absence-from-2025-gold-cup/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[U.S. coach Mauricio Pochettino vowed to change the attitude and habits of the American national team as he starts a second term, appearing to refer to star Christian Pulisic's decision to skip the 2025 CONCACAF Gold Cup.]]></description><pubDate>Mon, 07 Sep 2026 17:57:50 +0000</pubDate><content:encoded><![CDATA[<p>U.S. coach Mauricio Pochettino vowed to change the attitude and habits of the American national team as he starts a second term, appearing to refer to star Christian Pulisic's decision to skip the 2025 CONCACAF Gold Cup.</p><p>“It was difficult to make the roster for the Gold Cup one year before because the mindset was different,” Pochettino said Monday during an online question-and-answer session with reporters. “You say, 'If I play, I have not holidays. I cannot arrive fresh for the World Cup.' ... You know now that is bull----.”</p><p>Pochettino said his goal “is to change this type of idea that are not right.”</p><p>Pulisic, the top American player, took himself out of consideration for the 2025 Gold Cup citing the need to rest after his season with AC Milan and the hope to be fresh for the 2026 World Cup. He didn't score in four World Cup appearances this year, missing one group-stage match because of a calf injury and leaving the Americans’ round of 16 loss to Belgium on July 6 after fracturing his right tibia and fibula.</p><p>He had 10 goals in his first 15 matches for AC Milan last season but went scoreless in 19 club games after Dec. 28. He has been an unused substitute in AC Milan’s first three games this season.</p><p>Pochettino took over from Gregg Berhalter in the fall of 2024 and was given a four-year contract in a deal announced last month.</p><p>Pochettino plans to announce his roster on Sept. 17 for the first games of his second term, a double window that includes friendlies against Peru (Sept. 26 in Orlando, Florida), Chile (Sept. 29 in St. Louis), Mexico (Oct. 3 in Glendale, Arizona) and Canada (Oct. 6 in St. Paul, Minnesota). In their first competitive matches since the World Cup, the Americans play CONCACAF Nations League quarterfinals in November.</p><p>“A new process, new project, new rules, new principles,” he said, speaking from London. “I think that the headline needs to be that (it) is a new start, a fresh start. And I think we need to change habits.”</p><p>“We need to create a group of players that (are) really being professional and compete in the way that we expect that they need to compete,” he added.</p><p>Players dropped from the World Cup roster, such as midfielders Diego Luna, Tanner Tessmann and Aidan Morris, could return. Young players such as 16-year-old Philadelphia midfielder Cavan Sullivan could be included for possible debuts.</p><p>Some, such as 19-year-old Crystal Palace winger Zavier Gozo, could be left off to allow them time to integrate with new clubs following summer transfers. Pochettino also expressed uncertainty about midfielder Sebastian Berhalter and defender Max Arfsten, who transferred to Middlesbrough.</p><p>Pochettino said players could be given national team debuts before they focus on the under-23 team, which will be coached by former U.S. defender Steve Cherundolo heading toward the 2028 Los Angeles Olympics. He cited a “need to be careful” with youngsters.</p><p>“You need to (have) confidence. You need to have the trust in yourself and belief that you can perform and do well,” he said. “Sometimes if you play well and you are 17, 16 or 18 and you play well and people start to talk, about you are (Lionel) Messi or you are a big star in the world because you do some good things. If after you are confused and you don’t manage well, that can be dangerous for your career and that is what we don’t want.</p><p>“You only are entitled to talk a little bit out of order if you are Messi, if you win. If you won, you can talk with certain arrogance."</p><p>Among the attitudes Pochettino wants to change are those of coaches who would rather have their young players stay with clubs during international breaks.</p><p>“Sometimes the coaches say no. I have a 17-year-old guy that play in the MLS but when the (under) 19 national team called, say no because they need to rest," Pochettino said. “If (you are) 17, you need to rest, aye yai, yai. We have a big problem.”</p><p>No decision yet by Banks</p><p>Augsburg defender Noahkai Banks still hasn’t decided whether to play for the U.S. or Germany.</p><p>“Noki is still in the same situation that (he) was before the World Cup,” Pochettino said. “We are in contact with all the potential duel nationals. I think it’s important for us to see. That is the connection, the human connection, that is so important.”</p><p>Balogun a focus</p><p>Pochettino intends to telephone striker Folarin Balogun, whose proposed transfer from Monaco to Everton came apart last week.</p><p>“I want to know from him what happened but always offering our support,” he said. “He’s an important player for us, was an important player in the World Cup and (I) hope that he can find being in Monaco, in another place, his best place to perform."</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VWLPGOONAUYZWJNFCX7SAQJUPM.jpg?auth=3c2fb6913d08fbcbe21af09d94c099b6fc670a84de316b73264102c04d168b2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States head coach Mauricio Pochettino walks off the field after the United States lost a World Cup round of 16 soccer match against Belgium in Seattle, July 6, 2026. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DEFI5KOTRNXREHFIMOORCVHCAE.jpg?auth=819f60cf80a1a3b83a2a101dd37a5a881b150c886f77a96b1a1c7436b892198c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Christian Pulisic plays during the World Cup round of 16 soccer match between the United States and Belgium in Seattle, July 6, 2026. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Paz visita zona donde se produjo explosión en cuartel que dejó 9 muertos; declara duelo en Bolivia]]></title><link>https://www.local10.com/espanol/2026/09/07/paz-visita-zona-donde-se-produjo-explosion-en-cuartel-que-dejo-7-muertos-declara-duelo-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/paz-visita-zona-donde-se-produjo-explosion-en-cuartel-que-dejo-7-muertos-declara-duelo-en-bolivia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El presidente de Bolivia Rodrigo Paz declaró el lunes duelo nacional tres días después de una doble explosión en el depósito de un cuartel en las afueras de La Paz que dejó hasta ahora nueve fallecidos, el mismo número de desaparecidos y 81 heridos.]]></description><pubDate>Mon, 07 Sep 2026 22:28:05 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El presidente de Bolivia Rodrigo Paz declaró el lunes duelo nacional tres días después de una doble explosión en el depósito de un cuartel en las afueras de La Paz que dejó hasta ahora nueve fallecidos, el mismo número de desaparecidos y 81 heridos.</p><p>El mandatario visitó la zona de la tragedia y participó de una misa con familiares y afectados a quienes ofreció asistencia y anunció una “investigación exhaustiva que dependerá del Ministerio Público”. “No se puede hacer política en un momento de dolor”, dijo frente a las críticas. El tema abrió el debate sobre la seguridad en los cuarteles que almacenan explosivos.</p><p>En la zona donde el depósito del Regimiento Bolívar sufrió el viernes la doble explosión, los rescatistas trabajaban entre los escombros para recuperar los cuerpos de los que no están localizados, según explicó el comandante del Ejército, el general Héctor Alarcón.</p><p>Todavía no se conocen las causas de las detonaciones. La segunda fue tan potente que afectó a varias casas a la redonda, cuyos habitantes fueron evacuados. “No corresponde adelantar criterios mientras no concluyan las investigaciones periciales. No se sabe dónde se inició el fuego”, dijo Alarcón.</p><p>Señaló que las tareas de rescate son lentas debido a que la zona es de “alto riesgo” por la existencia de posibles explosivos entre los escombros.</p><p>“Volaron puertas y ventanas en casi dos kilómetros a la redonda, hay 70 personas afectadas”, según el concejal de Viacha Wilfredo Silva.</p><p>En las afueras del cuartel familias de los conscriptos esperaban en medio del llanto y el dolor cualquier noticia de los rescatistas.</p><p>La fiscalía abrió una investigación por presunto “homicidio culposo” y aún no hay acusados ni detenidos. Paz anunció un resarcimiento a las víctimas y a los afectados.</p><p>Pólvora y pirotecnia</p><p>En el depósito del cuartel había desde 2019 “pólvora negra”, explosivos de uso minero y pirotecnia, según el ministro boliviano de Defensa, Ernesto Justiniano, y el propio Alarcón.</p><p>Los decomisos de explosivos de contrabando que realiza la Aduana son entregados a las Fuerzas Armadas y el Ministerio de Defensa debe autorizar su destrucción, lo que al parecer no ocurrió desde 2019. “No se conoce la cantidad”, señaló Alarcón.</p><p>Paz y su ministro de Defensa anunciaron una revisión y actualización de los “protocolos de seguridad” en los cuarteles.</p><p>Entre los fallecidos están un sargento y seis conscriptos que hacían su servicio militar y estaban asignados al centro de mantenimiento del cuartel.</p><p>Luego se reportó el hallazgo de otros dos cuerpos, informó Alarcón.</p><p>Más de la mitad de los 81 heridos fueron dados de alta, mientras que dos heridos se encuentran en estado delicado, según la ministra de Salud, Marcela Flores.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L36NZCTM4INQNUQ47IQ57HHJZA.jpg?auth=6d81c0a5a13f78497aeaed366da73ad47d1c06fe4b44b35e98acad7907bb029f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un trabajador observa un cuartel militar dañado por un estallido en un depósito de explosivos, el sábado 5 de septiembre de 2026, en Viacha, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3RT4DVK65FN5QDDV2BI6MRCCBI.jpg?auth=da8e75f7a3939e2426bd97091dd98398b1b785fc6bd824b3a156857817c1690c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personal militar recoge escombros tras las explosiones en un depósito de explosivos, el sábado 5 de septiembre de 2026, en Viacha, Bolivia. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[1 dead after fire engulfs third-floor apartment in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/09/07/1-dead-after-fire-engulfs-third-floor-apartment-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/1-dead-after-fire-engulfs-third-floor-apartment-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Linnie Supall]]></dc:creator><description><![CDATA[One person was found dead Monday morning after a fire engulfed a third-floor apartment in northwest Miami-Dade County, authorities said.]]></description><pubDate>Mon, 07 Sep 2026 12:46:04 +0000</pubDate><content:encoded><![CDATA[<p>One person was found dead Monday morning after a fire engulfed a third-floor apartment in northwest Miami-Dade County, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/09/07/muere-una-persona-tras-incendio-que-envolvio-apartamento-del-tercer-piso-en-el-noroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/07/muere-una-persona-tras-incendio-que-envolvio-apartamento-del-tercer-piso-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies responded to the apartment fire near Northwest 14th Avenue and Northwest 103rd Street at approximately 6:30 a.m.</p><p>“I woke up around 6 o’clock in the morning because I heard some screams,” Oscar Umana, who took cellphone video of the fire, said in Spanish. “There were some people fighting outside, so I came outside to look and when I looked, I saw the fire started right there in that building. That’s where the fire started from.”</p><p>According to MDSO, deputies arrived to find the third-floor apartment fully engulfed in flames.</p><p>Deputies immediately began evacuating residents from both the east and west sides of the building.</p><p>Miami-Dade Fire Rescue crews also responded and extinguished the fire.</p><p>Authorities said firefighters later found a person dead inside the apartment. The victim’s identity and cause of death have not yet been released.</p><p>Detectives with the MDSO Homicide Bureau and arson investigators responded to the scene and took over the investigation.</p><p>The cause of the fire remains under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[High school QBs face new reality as transfers dominate starting jobs at the top of college football]]></title><link>https://www.local10.com/sports/2026/09/07/high-school-qbs-face-new-reality-as-transfers-dominate-starting-jobs-at-the-top-of-college-football/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/high-school-qbs-face-new-reality-as-transfers-dominate-starting-jobs-at-the-top-of-college-football/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — Even though he was nearly 2,000 miles from where he'd grown up, Ryan Hopkins felt right at home as a quarterback prospect visiting Wisconsin.]]></description><pubDate>Mon, 07 Sep 2026 16:39:13 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — Even though he was nearly 2,000 miles from where he'd grown up, Ryan Hopkins felt right at home as a quarterback prospect visiting Wisconsin.</p><p>“I felt the energy from the city,” said Hopkins, a former three-star recruit from Mater Dei in Santa Ana, California. “I felt the energy from the coaches.”</p><p>But there was a complication that went beyond the distance factor. Hopkins had to deal with the dilemma facing just about every high school quarterback prospect since most Bowl Subdivision programs now overwhemingly rely on transfers at that position: About 65% of the FBS starting quarterbacks to open this season transferred at some point in their careers.</p><p>“It’s a totally different ballgame,” said Trent Dilfer, who has experienced quarterback recruiting from just about every angle.</p><p>Dilfer is a former Fresno State quarterback and first-round draft pick who started for the Baltimore Ravens’ Super Bowl championship team in the 2000 season. He coached a high school power at Lipscomb Academy in Nashville, Tennessee, was a college head coach at UAB and now is back at Lipscomb.</p><p>He remembers when a quarterback coming out of high school could learn on the job. Colleges don’t need to be that patient anymore because so many college quarterbacks with starting experience are available each year since the NCAA erased the requirement of sitting out a year before the 2021-22 season.</p><p>“And that changed everything,” Dilfer said. “Because instead of recruiting the child, now you’re recruiting a man.”</p><p>Hopkins chose Wisconsin even as the Badgers enter a fourth straight season with a transfer as their starting quarterback. Hopkins spent the summer competing with Louisville transfer Deuce Adams for the right to back up Old Dominion transfer Colton Joseph, who got the start in the Badgers' season-opening loss to No. 4 Notre Dame on Sunday night.</p><p>“I feel like with this coaching staff – no matter if you’re the 2 or the 3 or the 1 - they're coaching every guy the same,” Hopkins said.</p><p>Transferring is now the norm</p><p>The reliance on transfers by most major programs leaves fewer roster spots available for high school prospects.</p><p>“If you’re a quarterback in this day and age, you have to earn it and you have to say, ‘I’m OK with taking less when I’m first getting recruited, because I want to get more when I show how good I am,’” Washington coach Jedd Fisch said.</p><p>They also must realize the college they select out of high school might not be where they finish.</p><p>Going by composite rankings of recruiting sites compiled by 247Sports, more than 80% of the top 50 quarterbacks from the 2023 class have transferred. The number of top-50 quarterbacks from that class who have attended at least three colleges is nearly double the total who stayed at one school.</p><p>“A kid who used to be able to go to a middle-of-the-road SEC or ACC school, it’s probably better for them to go now to a Group of Five school and play,” said Bryant Appling, who coaches Georgia high school power Buford. “Because two years from now, when they want to transfer or move up, they’ll have a leg up on the kid who’s just coming out of high school and who they’re not sure of.”</p><p>Major uncertainty from the transfer portal</p><p>All that activity makes it tough for high school quarterbacks who sign with colleges in December, just before the transfer portal window opens. Most finalize their college plans several months before that December deadline, when they have no idea who they might be competing against once they’ve enrolled.</p><p>“You’re fishing in the dark, so to speak,” said Jason Negro, the coach at St. John Bosco in Bellflower, California, whose list of former quarterbacks includes Illinois’ Katin Houser and 2018 first-round pick Josh Rosen. “You have no control over it. You might look at a roster in November or December - and in January it looks completely different.”</p><p>College coaches won't stop recruiting high school quarterbacks entirely, since they'd prefer to develop multi-year starters rather than depending on the portal each year. But the portal enables them to be choosier.</p><p>“If you’re going to invest in somebody to play at this level, they’d better be able to play in year one or at least year two,” Wisconsin coach Luke Fickell said.</p><p>Coaches also rarely sign multiple high school quarterbacks in the same class anymore. Rutgers coach Greg Schiano noted that “back in the day, if you were a little bit low in that room, you wouldn’t think twice about doing that.”</p><p>Some quarterbacks have been proactive by reclassifying to enter college a year early, enabling them to profit off the use their name, image and likeness sooner.</p><p>Teddy Jarrard is at Notre Dame this year rather than playing his senior season at North Cobb High School in Kennesaw, Georgia. Notre Dame also has a verbal commitment from Champ Monds, who skipped his junior season at Vero Beach (Florida) High and will begin his college career next year. Colorado’s Julian Lewis also reclassified.</p><p>“Some guys are ready to do that,” Schiano said. “They’re physically mature enough. They’re emotionally mature enough. Other guys, not even close.”</p><p>Experience matters</p><p>While the transfer portal hinders high school quarterback prospects initially, it offers potential long-term benefits. Quarterbacks not recruited heavily in high school can work their way up.</p><p>“If they just get in there and play, even at the I-AA level, you’ve seen guys who have made big strides come up,” Duke coach Manny Diaz said. “We’ve seen D-II guys that in the past might’ve just been stuck there forever and no one would have ever known about them.”</p><p>Diego Pavia went from New Mexico Military Institute to New Mexico State to Vanderbilt and became the 2025 Heisman Trophy runner-up. Trinidad Chambliss started out at Division II Ferris State, led Mississippi to a College Football Playoff semifinal berth last year and is back behind center for the Rebels this season.</p><p>Chambliss is one of at least 18 FBS starting quarterbacks this season who spent part of their careers at non-FBS programs.</p><p>“I have a really good friend whose son is a really great quarterback and is asking where he should go,” Nebraska coach Matt Rhule said. “I was like, ‘I’d go to the place where I could start. I’d go FCS. I’d go wherever and play,’ because everyone’s going to want to see a quarterback with experience.”</p><p>Chris McDonald, who coached Washington’s Demond Williams and Oklahoma State’s Broderick Vehrs at Basha High in Chandler, Arizona, said quarterbacks are now similar to baseball prospects moving up a farm system. Productive quarterbacks at lower-level schools get opportunities at bigger programs.</p><p>“Understand your recruitment really doesn’t end until you’re going into your last year of college,” McDonald said.</p><p>Hopkins, the Wisconsin quarterback, offers this advice to high school QB recruits.</p><p>“Trust your development,” he said. “Your development’s huge. I think a lot of kids, they’re really eager and they want to go to these really flashy programs because these coaches are throwing a lot at them. See yourself, be self-aware of your talents and what you’re capable of."</p><p>___</p><p>AP sports writers Aaron Beard and Stephen Hawkins contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E5SMMETOC5AUY42HGN7SHCTYSE.jpg?auth=e3240d18e2d5423a0b939583cc414e4a16dea275a0041cd56164daf26f12df23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wisconsin quarterback Ryan Hopkins (10) throws on the sidelines during the second half of an NCAA college football game against Notre Dame Sunday, Sept. 6, 2026, in Green Bay, Wis. (AP Photo/Kayla Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4II4BWJPR4ZBOWUIJHOZTBRIU.jpg?auth=1b2f286064aea128bad3e53101a49b9927122a184ace61eee2b1f6dfcee1c22a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wisconsin quarterback Ryan Hopkins looks on from the sidelines during the first half of an NCAA college football game against Notre Dame Sunday, Sept. 6, 2026, in Green Bay, Wis. (AP Photo/Kayla Wolf, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5GM5RR4BLCWBP6JB3624IS5LE4.jpg?auth=9cd0f48d4d963a3b45b25b06b482624820f7a20c1eae22b7a02bc9b4eeb80f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wisconsin head coach Luke Fickell looks on during the first half of an NCAA college football game against Notre Dame Sunday, Sept. 6, 2026, in Green Bay, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item><item><title><![CDATA[Ex-F1 boss Bernie Ecclestone detained at Portuguese airport for carrying shotgun]]></title><link>https://www.local10.com/sports/2026/09/07/ex-f1-boss-bernie-ecclestone-detained-at-portuguese-airport-for-carrying-shotgun/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/ex-f1-boss-bernie-ecclestone-detained-at-portuguese-airport-for-carrying-shotgun/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LISBON, Portugal (AP) — Former Formula 1 boss Bernie Ecclestone was detained at a Portuguese airport on Monday — and released hours later — for possession of a firearm.]]></description><pubDate>Mon, 07 Sep 2026 16:42:33 +0000</pubDate><content:encoded><![CDATA[<p>LISBON, Portugal (AP) — Former Formula 1 boss Bernie Ecclestone was detained at a Portuguese airport on Monday — and released hours later — for possession of a firearm.</p><p>Ecclestone, 95, arrived at Tires Airport near Lisbon, where officers from the Portuguese Public Security Police airport division found a shotgun in his possession for which he lacked a permit.</p><p>In an interview with the Daily Mail, Ecclestone admitted he brought the weapon from Switzerland for pigeon shooting.</p><p>“They asked if I had a blue book, which is apparently the documentation you need, and I told them I never travel with documents like that, any documents at all practically,” Ecclestone told the British newspaper. “They said they would arrest me, but after what seemed like hours we sorted it out, but it has been wall-to-wall aggravation."</p><p>Ecclestone was at the helm of F1 from 1987-2017, and divides his time between his homes in Switzerland and Portugal.</p><p>This is not the first time he has run into trouble for carrying a weapon at an airport. In May 2022 he was detained at Viracopos Airport in Brazil after police found a .32-caliber pistol in his possession. On that occasion he had to pay a fine and was able to leave without further issues.</p><p>Ecclestone gained a marketing grip on F1 in the late 1970s by selling its TV rights. Four decades later, the British business magnate controlled the series until his decision to step down. He continues to attend races.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDD5NK6UEWATP2SKSYBTTRZPE4.jpg?auth=b54954ff63ce892ec5d22369b851e2fe8a66529990a2bfba3027a7653829a5be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Formula One chief Bernie Ecclestone stands on the starting grid before the Abu Dhabi Formula One Grand Prix in Abu Dhabi, United Arab Emirates, Dec. 7, 2025. (AP Photo/Darko Bandic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content></item><item><title><![CDATA[Delays, cancellations continue at MIA following Amazon cargo plane crash that killed 5 people ]]></title><link>https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/</guid><dc:creator><![CDATA[Amanda Batchelor, Michaila Hightower, Linnie Supall]]></dc:creator><description><![CDATA[Numerous flights were delayed or canceled Monday morning at Miami International Airport, a day after an Amazon cargo plane went off a runway and crashed, killing five people and injuring five others.]]></description><pubDate>Mon, 07 Sep 2026 10:53:05 +0000</pubDate><content:encoded><![CDATA[<p>Numerous flights were delayed or canceled Monday morning at Miami International Airport, a day after an<a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/"> Amazon cargo plane went off a runway and crashed</a>, killing five people and injuring five others.</p><p><a href="https://www.local10.com/espanol/2026/09/07/continuan-retrasos-y-cancelaciones-en-mia-tras-accidente-de-avion-de-carga-de-amazon-que-dejo-cinco-personas-muertas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/07/continuan-retrasos-y-cancelaciones-en-mia-tras-accidente-de-avion-de-carga-de-amazon-que-dejo-cinco-personas-muertas/">Leer en español</a></p><p>According to <a href="https://www.flightaware.com/live/cancelled/today/mia" target="_self" rel="" title="https://www.flightaware.com/live/cancelled/today/mia">Flight Aware</a>, 129 domestic flights arriving or departing from MIA were delayed and 65 were canceled.</p><p>Airport officials confirmed that two of the airport’s four runways are currently open.</p><p>According to the Federal Aviation Administration, a Boeing 767 cargo plane overran a runway at MIA around 2 p.m. Sunday and plowed across a road used by warehouse workers and other businesses that surround the airport.</p><p>Miami-Dade Fire Rescue officials said several vehicles were struck by the plane in a parking lot along Northwest 67th Avenue, between Northwest 25th Street and 36th Street. </p><p>“So what we see in the video is what we call an unstable approach,” airline Captain Francisco Diaz, who has flown similar planes, said. “The airplane was approaching the runway in a state that was outside of the standard. You can see that it’s pitching down a little bit and then when it reaches the landing zone of the runway it floats forever, right? And it actually makes two little bounces in the air before it touches down on the main gear. From the training perspective, you’re supposed to go around – go back in the air when something like that happens, specifically to avoid this from happening.”</p><p>Miami-Dade Fire Rescue crews launched a search-and-rescue operation for the pilot and co-pilot, who were trapped on the aircraft, as well as victims trapped inside vehicles that were struck by the cargo plane.</p><p>“The airplane did strike a couple of vehicles that required a couple of victims that were actually trapped in the vehicles,” MDFR Chief Ray Jadallah said. </p><p>Officials said over 60 MDFR units consisting of about 200 workers responded to the scene as thick, heavy plumes of smoke billowed from the plane into the air.</p><p>“As you’re well aware, these incidents require seconds, not necessarily minutes, in regards to a response,” Jadallah said. </p><p>Miami-Dade Sheriff Rosie Cordero-Stutz said during a press conference that five people were killed and five others were hospitalized.</p><p>Three of the injured people were listed in critical condition, authorities said. </p><p>According to officials, Prime Air Flight 7598 originated from Luis Muñoz Marín International Airport in San Juan, Puerto Rico.</p><p>Airport officials said the plane was disabled after going off the northwest end of the airport’s diagonal runway. </p><p>A ground stop was issued after the crash and all runways were closed for hours, officials confirmed.</p><p>An airport official said one of MIA’s four runways reopened around 4:15 p.m., and a second was opened around 30 minutes later. </p><p>The National Transportation Safety Board is investigating the cause of the crash and officials with the NTSB are expected to release more details at a press conference Monday.</p><p>Video of Sunday’s landing appears to show the Boeing 767 remaining airborne well down the runway before touching down. Aviation experts said investigators will seek to determine exactly where the plane landed and, if it was beyond the normal touchdown zone, why the pilots did not abandon the landing and circle back for another attempt.</p><p>Investigators will also examine the plane’s speed and braking, weather and wind conditions, the aircraft’s mechanical condition and other factors that could have contributed to the deadly overrun.</p><h3><a href="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/"><b>MIA not equipped with arresting systems used to stop planes that go past end of a runway </b></a></h3><p>MIA is not equipped with arresting systems that the FAA says have been <a href="https://www.local10.com/news/local/2026/02/17/special-tarmac-safety-system-keeps-planes-from-skidding-off-runways/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/special-tarmac-safety-system-keeps-planes-from-skidding-off-runways/">installed at more than 120 airports nationwide </a>to safely stop planes that do go past the end of a runway. </p><p>“It prevents the airplane from leaving the airport premises,” Diaz said. “It’s a soft concrete that is after the runway and if the airplane gets into that area, it becomes like mud and stops the airplane from continuing moving forward.”</p><p>Those beds of lightweight, crushable material at the end of a runway have been credited by the FAA with helping save at least 497 lives aboard planes that overran runways.</p><p>MIA does not have EMAS, or the Engineered Materials Arresting System, because the FAA requires airports that don’t instead have a 1,000-foot runway safety area at the end of the tarmac, which the airport has. However, Diaz said he believes EMAS could have prevented the Amazon cargo plane from going into the parking lot Sunday. </p><p>Diaz is the current captain of a Boeing 747, but flew the same plane involved in Sunday’s crash a decade ago.</p><p>“This airplane registration is registration N1997A. It was the first Amazon Prime airplane about 10 years ago, and the company I used to work for, we were the ones that started this contract with Amazon and I flew this specific tail number 10 years ago,” he said. </p><p>Those flying into or out of MIA Monday are urged to check with their airline for their flight status before arriving at the airport. </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[Soldado colombiano muere en área minada presuntamente activada por disidencia FARC]]></title><link>https://www.local10.com/espanol/2026/09/07/soldado-colombiano-muere-en-area-minada-presuntamente-activada-por-disidencia-farc/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/soldado-colombiano-muere-en-area-minada-presuntamente-activada-por-disidencia-farc/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Un soldado falleció y otros dos resultaron heridos el lunes por la explosión de un área minada en el suroeste de Colombia, presuntamente activada por una disidencia de la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), informó el ejército.]]></description><pubDate>Mon, 07 Sep 2026 21:04:17 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Un soldado falleció y otros dos resultaron heridos el lunes por la explosión de un área minada en el suroeste de Colombia, presuntamente activada por una disidencia de la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), informó el ejército.</p><p>Los soldados dispuestos para un control en el departamento de Nariño, fronterizo con Ecuador, fueron alertados sobre un presunto explosivo instalado en la vía Panamericana, la principal del suroeste. Al acudir al lugar para verificar fue activada un área minada.</p><p>Inicialmente tres soldados resultaron heridos, pero el militar José Manuel López Villada falleció pese a recibir atención de enfermeros de combate, indicó el ejército en un comunicado.</p><p>Con información preliminar el ejército señaló como presunta responsable a una estructura que forma parte de la disidencia de las FARC llamada Estado Mayor Central comandada por Néstor Gregorio Vera, alias “Iván Mordisco”, quien no se acogió al acuerdo de paz firmado con el Estado hace una década.</p><p>La disidencia “habría acondicionado los alrededores de la vía con dispositivos explosivos improvisados activados por la víctima para atentar contra la integridad de las tropas”, detalló el ejército.</p><p>El presidente Abelardo de la Espriella rechazó el ataque e informó en X que ha sido capturado a un hombre presuntamente relacionado con la instalación del campo minado. Indicó que dio la orden de establecer quiénes lo planearon, financiaron y ejecutaron.</p><p>“No permitiremos que los terroristas siembren de minas nuestras carreteras y asesinen a quienes protegen a los colombianos”, afirmó el mandatario.</p><p>El ataque se produjo luego de que las autoridades realizaran operaciones militares en Nariño. De la Espriella informó la víspera en X que siete disidentes fallecieron en la operación y cinco más fueron capturados.</p><p>“Por cada soldado o policía que asesinen, haré caer sobre los criminales todo el peso y toda la fuerza legítima del Estado. No nos van a doblegar”, aseguró el mandatario conservador.</p><p>De la Espriella ha centrado su política gubernamental en la seguridad, prometiendo “mano de hierro” contra los ilegales y puso fin a las negociaciones de paz que adelantó su predecesor Gustavo Petro (2022-2026).</p><p>Durante el primer mes de su gobierno los grupos armados ilegales han respondido con ataques contra la fuerza pública, especialmente mediante el uso de explosivos.</p><p>La guerrilla Ejército de Liberación Nacional, alzada en armas desde 1964, aceptó el lunes la autoría de dos ataques con drones cargados con explosivos contra la policía de Cesar, en el noreste del país, que no dejaron víctimas. También su responsabilidad en el ataque con explosivos y fusiles contra el batallón de Ocaña, fronterizo con Venezuela, en el que murieron tres militares.</p><p>En la comunicación divulgada en X la guerrilla reprochó que De la Espriella cerrara la posibilidad de negociar la paz e insistió en que el país necesita buscar un “acuerdo nacional”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PFMMNXJGFK6REZBM53HKHNSSBM.jpg?auth=8b42c757ac49a719ec26c33627aa3e6da6040d44606512a336f61634d1546aa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abelardo de la Espriella saluda tras tomar juramento como presidente de Colombia, en Cali, el 7 de agosto de 2026. (Foto AP/Matías Delacroix, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Chase Lookahead: JGR shows power with Bell winning Southern 500 in postseason's opening Chase race]]></title><link>https://www.local10.com/sports/2026/09/07/chase-lookahead-jgr-shows-power-with-bell-winning-southern-500-in-postseasons-opening-chase-race/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/chase-lookahead-jgr-shows-power-with-bell-winning-southern-500-in-postseasons-opening-chase-race/</guid><dc:creator><![CDATA[By PETE IACOBELLI, Associated Press]]></dc:creator><description><![CDATA[DARLINGTON, S.C. (AP) — The Chase leader and favorite, the newest Southern 500 champion and two rising young racers who had top-six finishes at Darlington Raceway to open NASCAR’s postseason on Sunday night — the hardest challenge for the four Joe Gibbs Racing drivers might be vying against one another for the Cup Series title.]]></description><pubDate>Mon, 07 Sep 2026 16:04:26 +0000</pubDate><content:encoded><![CDATA[<p>DARLINGTON, S.C. (AP) — The Chase leader and favorite, the newest Southern 500 champion and two rising young racers who had top-six finishes at Darlington Raceway to open NASCAR’s postseason on Sunday night — the hardest challenge for the four Joe Gibbs Racing drivers might be vying against one another for the Cup Series title.</p><p>“Our teams have hit it,” said Christopher Bell, whose late pass on leader Kyle Larson led to his first Southern 500 crown. “Yeah, we need to make the most of it now, because we know how it goes.”</p><p>Right now, it’s all coming up Toyota and JGR in NASCAR. Denny Hamlin was the regular-season champion and favorite to collect his first championship in the series.</p><p>Ty Gibbs, team owner Joe Gibbs’ grandson, is showing his skills with 18 top-10 finishes — he was runner-up to Bell at Darlington — including victories at Bristol and Iowa.</p><p>Chase Briscoe, in his second season with JGR, has 16 top 10s and finished sixth in his quest for a third consecutive Southern 500 trophy.</p><p>Bell had endured a frustrating season, with seven second-place finishes and a wrist injury suffered in a crash at Michigan that he thought would derail his season. But with fresher tires after Larson stayed out on the track instead of changing to new tread, Bell quickly tracked down the defending NASCAR champion and broke through to victory lane for the first time this season.</p><p>He also cut into Hamlin’s Chase points lead, moving from 50 behind to just 12 as the series heads to World Wide Technology Raceway in Madison, Illinois, just outside of St. Louis, next week.</p><p>“We’ve got four great drivers, great teams,” Bell said. “I mean, I go back to, when was it, 2019 when all four of the JGR cars were incredible. This is right there with it.”</p><p>Bell’s win meant all four JGR drivers claimed wins this year, the first time that’s happened since that dominant 2019 season when the late Kyle Busch, Hamlin, Martin Truex Jr. and Erik Jones won 19 of 36 races and Busch brought Gibbs his fifth and latest NASCAR title.</p><p>This year’s JGR quartet has won eight races and Toyota has won 15 of 27 events this season. Hamlin remains on top, even though he had the lowest JGR finish (18th) at Darlington, where a midrace crash cost him a chance to extend his points lead.</p><p>Bell sits second while Briscoe is fifth and Gibbs sixth. 23XI driver Tyler Reddick, who had five victories to lead the series this season, is fourth in the standings in another Toyota.</p><p>JGR co-owner Heather Gibbs, Ty’s mother, said the organization would be disappointed if one of the four wasn’t holding the trophy after the final race at Homestead-Miami Speedway in November.</p><p>“I think we’ve worked so hard as a team and as an organization to be consistent and have four competitive cars,” she said. “Obviously points, coming, showing up every week, just as Christopher has, having all those top twos where it’s criticized, and that makes a championship-caliber team to be consistent.”</p><p>Bell joked that he was going to say he had two free weeks to work on other things since he had advanced to the next round. But that was under the old playoff format, which NASCAR ditched to return to Chase racing, where all 16 qualifiers compete in all 10 races without eliminations.</p><p>“There’s no more weeks off, and I love it,” Bell said.</p><p>It’s a consistent JGR approach to racing that has brought the organization 235 wins since Dale Jarrett won the 1993 Daytona 500 for the three-time Super Bowl-winning, NFL coach-turned-auto racing entrepreneur.</p><p>Adam Stevens, Bell’s crew chief, said JGR often has had a dominant program. But rarely has the talent behind the wheel, in the garage, in leadership and in research and development been so high across the board.</p><p>“I think all of our teams are in a really good spot in that regard, and I think that we’re kind of seeing, you know, we have the capablity,” Stevens said. “We have the program and we have the ability to make good and bad decisions with that information. But the internal strength individually of the teams is next-level right now.”</p><p>It’s a rare moment Bell knows he and his teammates should pounce on before the rest of the garage catches up.</p><p>“Right now we’re on top,” he said, “but we won’t be up there forever, that’s for sure.”</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B6V6GPAATOYABW73ZBCTXRR4WA.jpg?auth=d5f5d3dbf5c63298646088d03f6d36a15041ef41185a81d8328fdd7e0558a8a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christopher Bell celebrates in Victory Lane after winning a NASCAR Cup Series auto race Sunday, Sept. 6, 2026, in Darlington, S.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6DYNNO2SK3GZM5RU25UIUUFH3M.jpg?auth=4e3355196e3e17bade1b73557a91dc34ba9a06c07e7e7b7fffebf02a9928baa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Denny Hamlin steers down the front stretch during a NASCAR Cup Series auto race Sunday, Sept. 6, 2026, in Darlington, S.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XXYNP4V5ZSSV56N5G66RDY72BE.jpg?auth=056f8f0e360995f0ec462be0401adb9d22ee6c572c6ebefda7b29ea0f557d4e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs steers down the front stretch during a NASCAR Cup Series auto race Sunday, Sept. 6, 2026, in Darlington, S.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B65ERNGMVEYXKLDP73WXLEKSYU.jpg?auth=d7d8f6bb151162a6ebbf0354a5e50512b9acd17bb80f4ac8abb3bcdac5d5a4e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chase Briscoe steers down the front stretch during a NASCAR Cup Series auto race Sunday, Sept. 6, 2026, in Darlington, S.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BAINBC2TCV5HNMAFA2D6LX3GR4.jpg?auth=b6e61ecfcf9a59d21af486724bbd6f235d4ad7109a6c04aab46fa9007019f06b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chase Elliott, left, and Christopher Bell, right, interact prior to a NASCAR Cup Series auto race Sunday, Sept. 6, 2026, in Darlington, S.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content></item><item><title><![CDATA[MIA cargo plane crash snarls Labor Day travel]]></title><link>https://www.local10.com/news/local/2026/09/07/mia-cargo-plane-crash-snarls-labor-day-travel/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/mia-cargo-plane-crash-snarls-labor-day-travel/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[The journey to get to South Florida remained a frustrating one for those traveling to Miami International Airport on Monday, one day after a deadly cargo plane crash.]]></description><pubDate>Mon, 07 Sep 2026 15:33:41 +0000</pubDate><content:encoded><![CDATA[<p>The journey to get to South Florida remained a frustrating one for those traveling to Miami International Airport on Monday, <a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">one day after a deadly cargo plane crash</a>.</p><p><a href="https://www.local10.com/espanol/2026/09/07/el-accidente-en-mia-arruina-los-viajes-del-fin-de-semana-largo/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/el-accidente-en-mia-arruina-los-viajes-del-fin-de-semana-largo/"><b>Leer en español</b></a></p><p>It coincided with the busy Labor Day travel weekend.</p><p>One woman said, “I started out in Buffalo, New York, and then I went to Raleigh and then from Raleigh, we had a seven-hour layover, maybe nine hours and then ended up in Denver and had another hour layover and then ended up here.”</p><p>Another woman said her flight was rescheduled three times.</p><p>The deadly crash brought the entire airport to a ground stop Sunday while first responders rushed to the scene. Inbound flights were seeing the most issues.</p><p>Some flights were out-and-out cancelled.</p><p>One flyer said she was at MIA for 10 hours.</p><p>“They said wait ‘til 5 o’clock to see if we reopen and then they canceled the flight,” she said.</p><p>Nearly 150 delays and 60 cancellations were reported as of around 10:30 Monday morning. </p><p>Those delays also affected flight crews getting to MIA to staff flights.</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[Victim remains critical after weekend shooting at Hollywood Beach hotel]]></title><link>https://www.local10.com/news/local/2026/09/07/victim-remains-critical-after-weekend-shooting-at-hollywood-beach-hotel/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/victim-remains-critical-after-weekend-shooting-at-hollywood-beach-hotel/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A victim remained in critical condition on Monday morning after a shooting the previous day at a hotel on Hollywood Beach, according to police.]]></description><pubDate>Mon, 07 Sep 2026 15:10:23 +0000</pubDate><content:encoded><![CDATA[<p>A victim remained in critical condition on Monday morning after a shooting the previous day at a hotel on Hollywood Beach, according to police.</p><p><a href="https://www.local10.com/espanol/2026/09/07/herido-de-bala-en-hotel-de-hollywood-beach-continua-en-estado-critico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/herido-de-bala-en-hotel-de-hollywood-beach-continua-en-estado-critico/"><b>Leer en español</b></a></p><p>The shooting happened just after 1 p.m. on Sunday at the Hyde Beach House at 4010 S. Ocean Drive.</p><p>According to the Hollywood Police Department, medics took the victim, who was found in the hotel’s lobby, to HCA Florida Aventura Hospital. Police did not release information about his or her age or gender.</p><p>Police said detectives “are actively investigating the circumstances surrounding this incident” and authorities have not announced any arrests.</p><p>They asked anyone with information 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><media:content url="https://www.local10.com/resizer/v2/HCMYATJVAZHYFLK7AMFG35I764.jpeg?auth=c6d39dbf4ae1b555902248dfa2d2e42f59e0280e81c85a3d3a97e18a25ecd113&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hollywood hotel shooting scene.]]></media:description></media:content></item><item><title><![CDATA[El accidente en MIA arruina los viajes del fin de semana largo]]></title><link>https://www.local10.com/espanol/2026/09/07/el-accidente-en-mia-arruina-los-viajes-del-fin-de-semana-largo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/el-accidente-en-mia-arruina-los-viajes-del-fin-de-semana-largo/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Una pasajera pasó diez horas varada en la terminal. Otra encadenó escalas en Raleigh y Denver para llegar al sur de Florida. Los atrasos también complicaron la llegada de las tripulaciones.
]]></description><pubDate>Mon, 07 Sep 2026 15:57:42 +0000</pubDate><content:encoded><![CDATA[<p>Llegar al sur de Florida siguió siendo una odisea el lunes para quienes viajaban al Aeropuerto Internacional de Miami, <a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" rel="">un día después del accidente mortal de un avión de carga</a>.</p><p>Todo coincidió con el ajetreado fin de semana del Día del Trabajo.</p><p>Una mujer contó: “Salí de Buffalo, Nueva York, y de ahí fui a Raleigh, y en Raleigh tuvimos una escala de siete horas, quizás nueve, y terminamos en Denver, donde hubo otra escala de una hora, y de ahí llegamos acá”.</p><p>Otra mujer dijo que su vuelo fue reprogramado tres veces.</p><p>El accidente mortal obligó a detener toda la operación en tierra del aeropuerto el domingo, mientras los socorristas acudían al lugar. Los vuelos de llegada fueron los más afectados.</p><p>Algunos vuelos simplemente se cancelaron.</p><p>Una pasajera dijo que pasó diez horas en MIA.</p><p>“Nos dijeron que esperáramos hasta las 5 en punto para ver si reabrían, y después cancelaron el vuelo”, contó.</p><p>Hasta cerca de las 10:30 de la mañana del lunes se reportaban casi 150 retrasos y 60 cancelaciones.</p><p>Esos retrasos también afectaron la llegada a MIA de las tripulaciones que debían cubrir los vuelos.</p>]]></content:encoded></item><item><title><![CDATA[Herido de bala en hotel de Hollywood Beach continúa en estado crítico]]></title><link>https://www.local10.com/espanol/2026/09/07/herido-de-bala-en-hotel-de-hollywood-beach-continua-en-estado-critico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/herido-de-bala-en-hotel-de-hollywood-beach-continua-en-estado-critico/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[El ataque ocurrió el domingo por la tarde y hasta ahora no hay detenidos. Las autoridades no han divulgado la edad ni el sexo de la persona baleada.]]></description><pubDate>Mon, 07 Sep 2026 15:53:44 +0000</pubDate><content:encoded><![CDATA[<p>Una víctima seguía en estado crítico la mañana del lunes tras un tiroteo ocurrido el día anterior en un hotel de Hollywood Beach, según la policía.</p><p>El tiroteo ocurrió poco después de la 1 p.m. del domingo en el Hyde Beach House, en el 4010 de South Ocean Drive.</p><p>De acuerdo con el Departamento de Policía de Hollywood, los paramédicos trasladaron a la víctima, que fue encontrada en el vestíbulo del hotel, al HCA Florida Aventura Hospital. La policía no divulgó información sobre su edad ni su sexo.</p><p>La policía indicó que los detectives “investigan activamente las circunstancias que rodean este incidente” y las autoridades no han anunciado ningún arresto.</p><p>Se pide a cualquier persona con información que llame a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HCMYATJVAZHYFLK7AMFG35I764.jpeg?auth=c6d39dbf4ae1b555902248dfa2d2e42f59e0280e81c85a3d3a97e18a25ecd113&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hollywood hotel shooting scene.]]></media:description></media:content></item><item><title><![CDATA[Encuentran 300 excrementos de roedores en pizzería y cucarachas en refrigerador donde almacenan carne cruda]]></title><link>https://www.local10.com/espanol/2026/09/07/encuentran-300-excrementos-de-roedores-en-pizzeria-y-cucarachas-en-refrigerador-donde-almacenan-carne-cruda/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/encuentran-300-excrementos-de-roedores-en-pizzeria-y-cucarachas-en-refrigerador-donde-almacenan-carne-cruda/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Los inspectores del Departamento de Regulación Comercial y Profesional de Florida han estado bastante ocupados últimamente, encontrando 165 infracciones en ocho establecimientos de alimentos del sur de Florida y ordenando el cierre de todos para realizar labores de limpieza.]]></description><pubDate>Mon, 07 Sep 2026 13:39:52 +0000</pubDate><content:encoded><![CDATA[<p><!-- DIRTY DINING — Guía visual de los 8 locales cerrados. Pegar en el módulo de HTML. Sin scripts. -->
<div style="max-width:720px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;">

<div style="border:1px solid #d8dade;padding:16px 18px;margin-bottom:24px;background:#f6f6f4;">
<p style="margin:0 0 6px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#b4231f;">Del 31 de agosto al 3 de septiembre</p>
<p style="margin:0;font-size:17px;line-height:1.5;"><strong>8 establecimientos cerrados · 165 violaciones.</strong> Los inspectores del estado ordenaron el cierre de estos locales en Miami-Dade y Broward. Ninguna cocina de los Cayos fue clausurada. Todos pudieron reabrir tras una limpieza y una nueva inspección.</p>
</div>


<!-- 1 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Q'Onda Taqueria</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">10575 SW 109th Ct., Kendall</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">39 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 3 de septiembre</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> 30 cucarachas vivas dentro de la nevera donde se guarda la carne cruda. Otras 23 en los cajones bajo la plancha. Más de 55 moscas sobre la salsa de tomatillo y las cebollas, lo que obligó a desechar el producto. Un insecticida doméstico en el bar. Un empleado recogió un frasco del piso y siguió preparando un pedido sin cambiarse los guantes.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Q%27Onda+Taqueria,+10575+SW+109th+Ct,+Miami,+FL+33176&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Q'Onda Taqueria, Kendall"></iframe>
</div>


<!-- 2 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Bagel Express</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">11616 Kendall Drive, Crossroads Shopping Center, Kendall</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">38 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 31 de agosto</span></p>
<p style="margin:0 0 8px;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> más de 90 moscas por todo el local. Más de 30 dentro de un balde de melaza, que hubo que desechar, y más de 40 sobre los estantes con vajilla limpia. Un empleado mató una mosca con la mano y siguió preparando el pedido de un cliente sin lavarse.</p>
<p style="margin:0;font-size:15px;line-height:1.55;color:#b4231f;"><strong>Los inspectores tuvieron que volver tres veces antes de autorizar la reapertura.</strong> En la segunda visita contaron más de 65 moscas, una de ellas dentro de la vitrina de los bagels.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Bagel+Express,+11616+N+Kendall+Dr,+Miami,+FL+33176&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Bagel Express, Kendall"></iframe>
</div>


<!-- 3 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Thyme Machine <span style="font-size:14px;font-weight:400;color:#5f646d;">(unidad móvil)</span></p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">Dirección registrada: 13920 SW 139th Ct., Miami</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">27 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 1 de septiembre · inspección por queja</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> pollo crudo a 76 grados, carne molida a 63 y pavo rebanado a 67, todo desde el día anterior. Se ordenó desechar. Ninguna de las neveras bajaba de 67 grados. No había sanitizante de ningún tipo. Un insecticida doméstico estaba en el piso junto a un balde de mayonesa. El lavamanos se usaba como mesa de corte.</p>
</div>
<iframe src="https://maps.google.com/maps?q=13920+SW+139th+Ct,+Miami,+FL+33186&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: dirección registrada de Thyme Machine, Miami"></iframe>
</div>


<!-- 4 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Asados El Paisa Broward</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">4828 N. University Dr., Lauderhill</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">18 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 31 de agosto</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> cuatro cucarachas vivas dentro del dispensador de toallas de papel de la línea de cocción y dos caminando sobre platos limpios. Cerdo crudo guardado encima de plátanos maduros y de un envase abierto de salsa. Huevos crudos sobre el queso en la nevera.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Asados+El+Paisa+Broward,+4828+N+University+Dr,+Lauderhill,+FL+33351&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Asados El Paisa Broward, Lauderhill"></iframe>
</div>


<!-- 5 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">La Rivera</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">123 NE 20th Ave., Deerfield Beach</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">15 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 3 de septiembre</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> cinco cucarachas vivas bajo los fregaderos y una muerta flotando en un balde de líquido debajo de la mesa de preparación. Cerca de 50 insectos voladores repartidos por la cocina, el mostrador y el comedor. Dos empleados manipulaban alimentos sin redecilla en el cabello.</p>
</div>
<iframe src="https://maps.google.com/maps?q=La+Riviera+Cafe,+123+NE+20th+Ave,+Deerfield+Beach,+FL+33441&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: La Rivera, Deerfield Beach"></iframe>
</div>


<!-- 6 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Olivo Mediterranean Cuisine</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">7815 West Sunrise Blvd., Plantation</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">13 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 3 de septiembre</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> diez excrementos de roedor en la cocina, tres de ellos sobre una bandeja limpia. Crema agria a 60 grados y yogur a 56. Res cruda guardada encima de un envase de crema agria. El agua caliente estaba cerrada, así que los empleados se lavaban las manos con agua a 78 grados, y el lavamanos no tenía jabón.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Olivo+Mediterranean+Cuisine,+7815+W+Sunrise+Blvd,+Plantation,+FL+33313&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Olivo Mediterranean Cuisine, Plantation"></iframe>
</div>


<!-- 7 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Nick's Pizza</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">137 NE 2nd Ave., Deerfield Beach</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">12 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 3 de septiembre</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> unos 300 excrementos de roedor. Cerca de 200 en el piso, bajo los estantes donde se guardan alimentos y utensilios, y otros 100 sobre las bandejas metálicas, las cajas y los manteles de un carro de servicio. Moho negro dentro de la máquina de hielo y la batidora cubierta de residuos viejos de comida.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Nick%27s+Pizza,+137+NE+2nd+Ave,+Deerfield+Beach,+FL+33441&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Nick's Pizza, Deerfield Beach"></iframe>
</div>


<!-- 8 -->
<div style="border:1px solid #d8dade;margin-bottom:20px;">
<div style="padding:14px 16px;">
<p style="margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.3;">Subway</p>
<p style="margin:0 0 8px;font-size:14px;color:#5f646d;line-height:1.4;">4002 SW 64th Ave., Davie</p>
<p style="margin:0 0 10px;"><span style="display:inline-block;background:#b4231f;color:#fff;font-size:13px;font-weight:700;padding:3px 8px;">3 violaciones</span> <span style="font-size:13px;color:#5f646d;">Cerrado el 3 de septiembre</span></p>
<p style="margin:0;font-size:15px;line-height:1.55;"><strong>Lo peor:</strong> nueve excrementos de roedor en el área de preparación, bajo un archivero, un estante y el fregadero. Una pizza prehecha guardada a 49 grados desde la noche anterior, que se ordenó desechar.</p>
</div>
<iframe src="https://maps.google.com/maps?q=Subway,+4002+SW+64th+Ave,+Davie,+FL+33314&amp;hl=es&amp;z=16&amp;output=embed" width="100%" height="240" style="border:0;border-top:1px solid #d8dade;display:block;" loading="lazy" title="Mapa: Subway, Davie"></iframe>
</div>


<p style="font-size:13px;line-height:1.6;color:#5f646d;margin:24px 0 0;border-top:1px solid #d8dade;padding-top:14px;">Fuente: reportes de inspección del Departamento de Negocios y Regulación Profesional de Florida. Las temperaturas están en grados Fahrenheit. Los conteos de plagas corresponden a lo anotado por los inspectores en cada visita.</p>

</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDKHZ4BYANAFNCIBA734VKO7GM.jpg?auth=baf66feac3276c373dd92f10928ee5a6dd3d5f32bca242565fcabc153b43bdf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MIA not equipped with arresting systems used to stop planes that go past end of a runway; here’s why]]></title><link>https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/07/mia-not-equipped-with-arresting-systems-used-to-stop-planes-that-go-past-end-of-a-runway-heres-why/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[Miami International Airport is not equipped with arresting systems that the FAA says have been installed at more than 120 airports nationwide to safely stop planes that go past the end of a runway.]]></description><pubDate>Mon, 07 Sep 2026 14:14:03 +0000</pubDate><content:encoded><![CDATA[<p>Miami International Airport is not equipped with arresting systems that the FAA says have been <a href="https://www.local10.com/news/local/2026/02/17/special-tarmac-safety-system-keeps-planes-from-skidding-off-runways/" target="_self" rel="" title="https://www.local10.com/news/local/2026/02/17/special-tarmac-safety-system-keeps-planes-from-skidding-off-runways/">installed at more than 120 airports nationwide </a>to safely stop planes that go past the end of a runway. </p><p><a href="https://www.local10.com/espanol/2026/09/07/mia-carece-del-sistema-que-frena-aviones-que-se-pasan-de-la-pista/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/07/mia-carece-del-sistema-que-frena-aviones-que-se-pasan-de-la-pista/"><b>Leer en español</b></a></p><p>And after Sunday’s <a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/">fatal plane crash at MIA involving an Amazon cargo plane</a>, many are wondering whether those systems could have saved lives. </p><p>“It prevents the airplane from leaving the airport premises,” airline Captain Francisco Diaz, who has flown the same plane, said. “It’s a soft concrete that is after the runway and if the airplane gets into that area, it becomes like mud and stops the airplane from continuing moving forward.”</p><p>Those beds of lightweight, crushable material at the end of a runway have been credited by the FAA with helping save at least 497 lives aboard planes that overran runways.</p><p>MIA does not have EMAS, or the Engineered Materials Arresting System, because the FAA requires airports that don’t instead have a 1,000-foot runway safety area at the end of the tarmac, which the airport has. However, Diaz said he believes EMAS could have prevented the Amazon cargo plane from going into the parking lot Sunday. </p><p>According to the Federal Aviation Administration, the Boeing 767 cargo plane overran a runway at MIA around 2 p.m. Sunday and plowed across a road used by warehouse workers and other businesses that surround the airport.</p><p>Miami-Dade Fire Rescue officials said several vehicles were struck by the plane in a parking lot along Northwest 67th Avenue, between Northwest 25th Street and 36th Street. </p><p>“So what we see in the video is what we call an unstable approach,” Diaz said. “The airplane was approaching the runway in a state that was outside of the standard. You can see that it’s pitching down a little bit and then when it reaches the landing zone of the runway it floats forever, right? And it actually makes two little bounces in the air before it touches down on the main gear. From the training perspective, you’re supposed to go around – go back in the air when something like that happens, specifically to avoid this from happening.”</p><p>Diaz is the current captain of a Boeing 747, but flew the same plane involved in Sunday’s crash a decade ago.</p><p>“This airplane registration is registration N1997A. It was the first Amazon Prime airplane about 10 years ago, and the company I used to work for, we were the ones that started this contract with Amazon and I flew this specific tail number 10 years ago,” he said. </p><p>Diaz urged the public to wait for the investigation’s findings before deciding who or what was at fault for Sunday’s crash, and urged Miami-Dade officials to invest in EMAS for MIA’s runways.</p><p>“We don’t know if the airplane had any malfunction. We don’t know if the systems had any issues, like hydraulics or brakes or anything like that,” he said. “For the pilots out there, every time you are unstable in an approach, go around. Try a second time. Go back in the air and come back and try. For the authorities, Miami airport is doing a $9 billion investment in infrastructure. Please include something like EMAS for all the runways.” </p><p>Those flying into or out of MIA Monday are urged to check with their airline for their flight status before arriving at the airport. </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[MIA carece del sistema que frena aviones que se pasan de la pista]]></title><link>https://www.local10.com/espanol/2026/09/07/mia-carece-del-sistema-que-frena-aviones-que-se-pasan-de-la-pista/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/mia-carece-del-sistema-que-frena-aviones-que-se-pasan-de-la-pista/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[Más de 120 aeropuertos del país ya tienen ese lecho de concreto blando. La FAA no se lo exige a Miami porque cuenta con un área de seguridad de 1,000 pies al final de la pista.]]></description><pubDate>Mon, 07 Sep 2026 15:25:26 +0000</pubDate><content:encoded><![CDATA[<p>El Aeropuerto Internacional de Miami no está equipado con los sistemas de frenado que, según la FAA, se han <a href="https://www.local10.com/news/local/2026/02/17/special-tarmac-safety-system-keeps-planes-from-skidding-off-runways/" rel="">instalado en más de 120 aeropuertos del país</a> para detener de forma segura a los aviones que se pasan del final de una pista.</p><p>Y tras el <a href="https://www.local10.com/news/local/2026/09/07/delays-cancellations-continue-at-mia-following-amazon-cargo-plane-crash-that-killed-5-people/" rel="">accidente aéreo mortal del domingo en MIA, en el que se vio involucrado un avión de carga de Amazon</a>, muchos se preguntan si esos sistemas habrían podido salvar vidas.</p><p>“Impide que el avión salga de las instalaciones del aeropuerto”, dijo el capitán de aerolínea Francisco Diaz, quien ha volado ese mismo avión. “Es un concreto blando que va después de la pista, y si el avión entra en esa zona, se vuelve como lodo y lo detiene para que no siga avanzando”.</p><p>La FAA atribuye a esos lechos de material liviano y quebradizo instalados al final de las pistas haber ayudado a salvar al menos 497 vidas de personas a bordo de aviones que se pasaron de la pista.</p><p>MIA no tiene EMAS, el Sistema de Frenado con Materiales de Ingeniería, porque la FAA lo exige solo a los aeropuertos que no cuentan con un área de seguridad de 1,000 pies al final de la pista, y el aeropuerto sí la tiene. Aun así, Diaz considera que el EMAS pudo haber evitado que el avión de carga de Amazon terminara en el estacionamiento el domingo.</p><p>De acuerdo con la Administración Federal de Aviación, el avión de carga Boeing 767 rebasó una pista de MIA alrededor de las 2 p.m. del domingo y arrasó una vía que utilizan trabajadores de almacenes y otros negocios de los alrededores del aeropuerto.</p><p>Funcionarios de Miami-Dade Fire Rescue señalaron que el avión golpeó varios vehículos en un estacionamiento sobre Northwest 67th Avenue, entre Northwest 25th Street y 36th Street.</p><p>“Lo que vemos en el video es lo que llamamos una aproximación inestable”, dijo Diaz. “El avión se acercaba a la pista en una condición fuera de lo normal. Se ve que baja un poco la nariz y luego, al llegar a la zona de aterrizaje, flota una eternidad. De hecho, da dos pequeños rebotes en el aire antes de tocar con el tren principal. Desde el punto de vista del entrenamiento, uno debe hacer un motor y al aire, volver a subir cuando pasa algo así, justamente para evitar que esto ocurra”.</p><p>Diaz es actualmente capitán de un Boeing 747, pero hace una década voló el mismo avión que se accidentó el domingo.</p><p>“La matrícula de este avión es N1997A. Fue el primer avión de Amazon Prime hace unos 10 años, y la empresa para la que yo trabajaba fue la que inició ese contrato con Amazon. Yo volé esa misma matrícula hace 10 años”, contó.</p><p>Diaz pidió al público esperar los resultados de la investigación antes de decidir quién o qué tuvo la culpa del accidente del domingo, e instó a las autoridades de Miami-Dade a invertir en el EMAS para las pistas de MIA.</p><p>“No sabemos si el avión tuvo alguna falla. No sabemos si los sistemas tuvieron algún problema, como los hidráulicos o los frenos o algo así”, dijo. “A los pilotos les digo: cada vez que vayan inestables en una aproximación, hagan motor y al aire. Inténtenlo una segunda vez. Vuelvan a subir, regresen e inténtenlo. Y a las autoridades: el aeropuerto de Miami está haciendo una inversión de 9,000 millones de dólares en infraestructura. Por favor, incluyan algo como el EMAS para todas las pistas”.</p><p>A quienes tengan vuelos desde o hacia MIA este lunes se les recomienda consultar el estado de su vuelo con la aerolínea antes de ir al aeropuerto.</p>]]></content:encoded></item><item><title><![CDATA[Retrasos y cancelaciones sacuden a MIA tras accidente de avión de carga]]></title><link>https://www.local10.com/espanol/2026/09/07/continuan-retrasos-y-cancelaciones-en-mia-tras-accidente-de-avion-de-carga-de-amazon-que-dejo-cinco-personas-muertas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/continuan-retrasos-y-cancelaciones-en-mia-tras-accidente-de-avion-de-carga-de-amazon-que-dejo-cinco-personas-muertas/</guid><dc:creator><![CDATA[Amanda Batchelor, Michaila Hightower]]></dc:creator><description><![CDATA[La Junta Nacional de Seguridad del Transporte busca establecer por qué la aeronave se salió de la pista. Un capitán consultado apunta a una aproximación fuera de norma.]]></description><pubDate>Mon, 07 Sep 2026 13:29:28 +0000</pubDate><content:encoded><![CDATA[<p>Numerosos vuelos sufrieron retrasos o cancelaciones la mañana del lunes en el Aeropuerto Internacional de Miami, un día después de que un <a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" rel="">avión de carga de Amazon se saliera de una pista y se estrellara</a>, dejando cinco muertos y cinco heridos.</p><p>Según <a href="https://www.flightaware.com/live/cancelled/today/mia" rel="">Flight Aware</a>, 129 vuelos nacionales que llegaban o salían de MIA se retrasaron y 65 fueron cancelados.</p><p>Funcionarios del aeropuerto confirmaron que dos de las cuatro pistas están abiertas en este momento.</p><p>De acuerdo con la Administración Federal de Aviación, un avión de carga Boeing 767 rebasó una pista de MIA alrededor de las 2 p.m. del domingo y arrasó una vía que utilizan trabajadores de almacenes y otros negocios de los alrededores del aeropuerto.</p><p>Funcionarios de Miami-Dade Fire Rescue señalaron que el avión golpeó varios vehículos en un estacionamiento sobre Northwest 67th Avenue, entre Northwest 25th Street y 36th Street.</p><p>“Lo que vemos en el video es lo que llamamos una aproximación inestable”, dijo el capitán Francisco Diaz, quien ha volado aviones similares. “El avión se acercaba a la pista en una condición fuera de lo normal. Se ve que baja un poco la nariz y luego, al llegar a la zona de aterrizaje, flota una eternidad. De hecho, da dos pequeños rebotes en el aire antes de tocar con el tren principal. Desde el punto de vista del entrenamiento, uno debe hacer un motor y al aire, volver a subir cuando pasa algo así, justamente para evitar que esto ocurra”.</p><p>La alguacil de Miami-Dade, Rosie Cordero-Stutz, informó en una conferencia de prensa que cinco personas murieron y otras cinco fueron hospitalizadas.</p><p>Tres de los heridos estaban en estado crítico, indicaron las autoridades.</p><p>Según las autoridades, el vuelo 7598 de Prime Air había salido del Aeropuerto Internacional Luis Muñoz Marín, en San Juan, Puerto Rico.</p><p>Funcionarios del aeropuerto dijeron que el avión quedó inutilizado tras salirse por el extremo noroeste de la pista diagonal del aeropuerto.</p><p>Tras el accidente se ordenó una detención de operaciones en tierra y todas las pistas permanecieron cerradas durante horas, confirmaron las autoridades.</p><p>Un funcionario del aeropuerto dijo que una de las cuatro pistas de MIA reabrió alrededor de las 4:15 p.m., y una segunda unos 30 minutos después.</p><p>La Junta Nacional de Seguridad del Transporte investiga la causa del accidente y se esperaba que sus funcionarios dieran más detalles en una conferencia de prensa el lunes.</p><p>El video del aterrizaje del domingo parece mostrar que el Boeing 767 siguió en el aire buena parte de la pista antes de tocar tierra. Expertos en aviación señalaron que los investigadores buscarán determinar en qué punto exacto aterrizó el avión y, si fue más allá de la zona normal de contacto, por qué los pilotos no abortaron el aterrizaje para intentarlo de nuevo.</p><p>Los investigadores también examinarán la velocidad y el frenado del avión, las condiciones del clima y del viento, el estado mecánico de la aeronave y otros factores que pudieron contribuir al accidente.</p><h1><b>MIA no cuenta con los sistemas de frenado que detienen aviones que rebasan la pista</b></h1><p>MIA no está equipado con los sistemas de frenado que, según la FAA, se han instalado en más de 120 aeropuertos del país para detener de forma segura a los aviones que se pasan del final de la pista.</p><p>“Impide que el avión salga de las instalaciones del aeropuerto”, explicó Diaz. “Es un concreto blando que va después de la pista, y si el avión entra en esa zona, se vuelve como lodo y lo detiene para que no siga avanzando”.</p><p>La FAA atribuye a esos lechos de material liviano y quebradizo instalados al final de las pistas haber ayudado a salvar al menos 497 vidas de personas a bordo de aviones que se pasaron de la pista.</p><p>MIA no tiene EMAS, el Sistema de Frenado con Materiales de Ingeniería, porque la FAA lo exige solo a los aeropuertos que no cuentan con un área de seguridad de 1,000 pies al final de la pista, y el aeropuerto sí la tiene. Aun así, Diaz considera que el EMAS pudo haber evitado que el avión de carga de Amazon terminara en el estacionamiento el domingo.</p><p>Diaz es actualmente capitán de un Boeing 747, pero hace una década voló el mismo avión que se accidentó el domingo.</p><p>“La matrícula de este avión es N19977A. Fue el primer avión de Amazon Prime hace unos 10 años, y la empresa para la que yo trabajaba fue la que inició ese contrato con Amazon. Yo volé esa misma matrícula hace 10 años”, contó.</p><p>A quienes tengan vuelos desde o hacia MIA este lunes se les recomienda consultar el estado de su vuelo con la aerolínea antes de ir al aeropuerto.</p><p>Nota: dejé fuera el enlace “Leer en español”, ya que apunta a la traducción de esta misma nota y no forma parte del cuerpo del artículo.</p>]]></content:encoded></item><item><title><![CDATA[King Charles III clarifies status of Prince Harry and his wife, Meghan, after their return to the UK]]></title><link>https://www.local10.com/entertainment/2026/09/07/king-charles-clarifies-status-of-prince-harry-and-his-wife-meghan-after-their-return-to-the-uk/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/07/king-charles-clarifies-status-of-prince-harry-and-his-wife-meghan-after-their-return-to-the-uk/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — King Charles III has reiterated that Prince Harry and his wife, Meghan, remain non-working members of the royal family following their return to the United Kingdom.]]></description><pubDate>Tue, 08 Sep 2026 02:22:57 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — King Charles III has reiterated that Prince Harry and his wife, Meghan, remain non-working members of the royal family following their return to the United Kingdom.</p><p>A letter sent on behalf of the king to senior government officials said the couple will continue to refrain from using their royal titles as they have done since stepping back from official royal duties in 2020. Any charity work the couple undertakes will be carried out in a private capacity, and operational security decisions are matters for the relevant police agencies, the letter adds.</p><p>The letter was sent by the Lord Chamberlain, the most senior official in the royal household, to senior officials in the government and military, as well as lord lieutenants, the king’s personal representatives around the country.</p><p>“To help avoid doubt or confusion, The King has directed that (this) information be shared,” the letter says.</p><p>While the communication simply confirms that Harry and Meghan’s status remains unchanged, the decision to send the letter and release it publicly demonstrates the concern among some palace observers that the couple’s status could allow them to become a sort of parallel royal court, competing with working members of the royal family.</p><p>The security question is particularly sensitive because Harry has fought a long-running battle with the government for the restoration of publicly funded police protection, which was canceled when the couple gave up their royal roles.</p><p>The decision about whether to restore the couple’s round-the-clock police protection is a matter for a government panel known as RAVEC, or the Royal and VIP Executive Committee.</p><p>“Any specific questions from official and State organizations about the courtesies which should be extended to the Duke and Duchess, and particularly where recourse to public funds may be required, should be directed to Buckingham Palace,” the Lord Chamberlain said in his letter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VBCANLP4Y2MSU4QY7MTGNLVHFI.jpg?auth=c3e03ad412c60972e8aef20409fe270d1d0d73416ddb6de7551b8b781a821398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prince Harry, and Meghan, the Duke and Duchess of Sussex, arrive for an event, during a visit to Bondi Beach, Australia, April 17, 2026. (Jonathan Brady/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G2VTTVD6ATDETHO2ERLPU2YVI4.jpg?auth=58f49482243cef58b59b5f3e4053ec03c8827f291ad16c3f6920a4f869faf000&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's King Charles III and Queen Camilla walk, during the Braemar Gathering highland games at the Princess Royal and Duke of Fife Memorial Park, in Aberdeenshire, Scotland, Saturday, Sept. 5, 2026. (Aaron Chown/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Chown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4L6YB272LSSNHLZS7E64OJP3OQ.jpg?auth=b2ed9216b65567c5140c619fa30391aaf69ac61cd25d79692b9550c91353757b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's King Charles III and Queen Camilla attend the state opening of Parliament at the Palace of Westminster in London, Wednesday, May 13, 2026. (Chris Jackson/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Jackson</media:credit></media:content></item><item><title><![CDATA[Cargo plane crashes after going off Miami International Airport runway, killing 5]]></title><link>https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/</guid><dc:creator><![CDATA[David Dwork, Rosh Lowe, Byron Tollefson, Bridgette Matter]]></dc:creator><description><![CDATA[First responders rushed to a scene just outside Miami International Airport following an aircraft emergency on Sunday afternoon.]]></description><pubDate>Sun, 06 Sep 2026 19:14:05 +0000</pubDate><content:encoded><![CDATA[<p>First responders rushed to a scene just outside Miami International Airport following an aircraft emergency on Sunday afternoon.</p><p><a href="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/">Leer en español</a></p><p>According to the Federal Aviation Administration, a Boeing 767 cargo plane overran a runway at MIA around 2 p.m. </p><p>Miami-Dade Sheriff Rosie Cordero-Stutz said during a press conference that five people were killed and five others were hospitalized with unknown injuries. </p><p>Three of the injured people were listed in critical condition, authorities said. </p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>The flight originated from Luis Muñoz Marín International Airport in San Juan, Puerto Rico, officials said. </p><p>According to information from MIA, Prime Air Flight 7598 was disabled after going off the northwest end of the airport’s diagonal runway. </p><p>A ground stop was issued, and all runways were closed following the crash, officials said. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">We’ve issued a full ground stop at Miami International while first responders assess the scene after an Amazon cargo plane overran the runway.<br><br>If you’re traveling through the area, please expect significant delays and potential cancellations.<br><br>The <a href="https://x.com/FAANews?ref_src=twsrc%5Etfw">@FAANews</a> will send inspectors… <a href="https://t.co/k6xrXvoLzJ">https://t.co/k6xrXvoLzJ</a></p>&mdash; Secretary Sean Duffy (@SecDuffy) <a href="https://x.com/SecDuffy/status/2096681249687351605?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><p>An airport official said that one of MIA’s four runways reopened around 4:15 p.m., and a second was opened around 30 minutes later. </p><p>According to the FAA’s real-time airport status information for MIA, no planes would be allowed to depart until at least 5:30 p.m.</p><p>Plumes of black smoke could be seen coming from the plane as firefighters worked to extinguish the blaze. </p><p>Miami-Dade Fire Rescue officials said several vehicles were struck by the plane in a parking lot along Northwest 67th Avenue, between Northwest 25th Street and 36th Street. </p><p>MDFR officials said there were multiple people who were injured but did not elaborate on the extent of those injuries. </p><p>Crews launched a search-and-rescue operation for the pilot and co-pilot, who were trapped on the aircraft, as well as victims trapped inside vehicles that were struck by the cargo plane.</p><figure><img src="https://www.local10.com/resizer/v2/UO47GGBXE5EUBNUDQG3Q24QAF4.jpg?auth=d2542067b10b5d48122057ccf9e80aa1c3023c0701ba0a0b91c7b6d5d4eebaa5&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>Officials also said that over 60 MDFR units responded to the scene. </p><p>Officials with MIA said passengers with flights scheduled on Sunday should check with their airlines for their flight status before heading to the airport. </p><p>Additionally, MIA officials said travelers using the Metrorail will need to transfer at the Earlington Heights station for the Orange Line to get to the airport. </p><p>The National Transportation Safety Board will lead the investigation into the crash. </p><figure><img src="https://www.local10.com/resizer/v2/A3NMNO334RCUHGETRDMBXKBM5U.jpg?auth=16ed4ec00d66d18c6e1de14ba00f45dddd6786cfeaf82d73ee5988c0d73bacd4&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>The FAA also said it will be investigating the circumstances that led to the plane going off the runway. </p><p>A spokesperson from Amazon released the following statement Sunday afternoon: </p><blockquote><p>“We can confirm that an Amazon Air plane operated by 21 Air experienced an incident while attempting to land at Miami International Airport today. This is a fast-moving situation and we’re still gathering details. We’re working closely with local authorities and officials to understand exactly what happened. Right now, our absolute priority is the safety, well-being, and care of everyone involved. We’re doing everything we can to support those affected.”</p><p class="citation">Kelly Nantel, Amazon spokesperson</p></blockquote><figure><img src="https://www.local10.com/resizer/v2/YUJ4VM4UOVEBVIGGNNCPQU3I5I.jpg?auth=ee83c217a3091bd7741caee5019270fe94909182a58acd0fe2d6e8a8008f5f3a&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>The NTSB said their investigation will begin on Monday. </p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">NTSB has launched a go team to investigate Sunday&#39;s runway excursion accident involving a B-767-300 cargo airplane at Miami International Airport. The airplane was operated as 21 Air Flight 7598 from San Juan, Puerto Rico, to Miami, Florida. NTSB Chairwoman Jennifer Homendy will…</p>&mdash; NTSB Newsroom (@NTSB_Newsroom) <a href="https://x.com/NTSB_Newsroom/status/2096712369607258505?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><p>MDSO made a dedicated family information line. If you believe your loved one may have been involved in this incident, please call (305) 471-2400.</p>]]></content:encoded></item><item><title><![CDATA[Assad-era Syrian reactor was configured for nuclear weapons, IAEA chief says]]></title><link>https://www.local10.com/tech/2026/09/07/assad-era-syrian-reactor-was-configured-for-nuclear-weapons-iaea-chief-says/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/07/assad-era-syrian-reactor-was-configured-for-nuclear-weapons-iaea-chief-says/</guid><dc:creator><![CDATA[By STEPHANIE LIECHTENSTEIN, Associated Press]]></dc:creator><description><![CDATA[VIENNA (AP) — The Assad-era government in Syria was constructing a nuclear reactor that was configured to produce fissile material for possible use in nuclear weapons, the head of the International Atomic Energy Agency said on Monday.]]></description><pubDate>Mon, 07 Sep 2026 16:12:15 +0000</pubDate><content:encoded><![CDATA[<p>VIENNA (AP) — The Assad-era government in Syria was constructing a nuclear reactor that was configured to produce fissile material for possible use in nuclear weapons, the head of the International Atomic Energy Agency said on Monday.</p><p>The “configuration” and the “technical features” of the nuclear reactor under construction in Syria during the leadership of ousted former President Bashar Assad were “very efficient in the production of fissile material that could be directly used for the fabrication of nuclear weapons,” IAEA director general Rafael Grossi said.</p><p>“Of course, that was never declared, that was always denied, so, and again, intentions cannot be judged, but that was a very serious proliferation concern that we had, and this has been difficult work,” he told reporters on the first day of a regular meeting of the IAEA Board of Governors, in Vienna.</p><p>Syria was believed to have operated an extensive undeclared nuclear program under Assad that included a nuclear reactor built by North Korea in eastern Deir el-Zour province.</p><p>Following Assad’s ouster, the new government agreed to give IAEA inspectors access to suspected former nuclear sites.</p><p>During a visit to Syria in August, IAEA inspectors confirmed that “the cooling infrastructure which has now been uncovered is consistent with that of a nuclear reactor.” Grossi and a team of senior inspectors also visited a previously undeclared site in the country.</p><p>Inspectors had to ‘tear down walls’ to find hidden material</p><p>Syria notified the agency of the site’s existence in a July 17 letter and invited the IAEA “to cooperate with the Syrian authorities in the inspection and verification of the site and of any nuclear material to be potentially found.”</p><p>The IAEA said in its confidential report circulated to member states last Tuesday and seen by The Associated Press that this new site contained “natural uranium metal in the form of fuel rods with cladding.” The agency verified the material and confirmed “the presence of around 73 tonnes of natural uranium metal.”</p><p>Grossi said when the inspectors visited the site in August they had to “tear down walls” and go through “very difficult and narrow passages” to reach the nuclear material that had been hidden. The site had “boxes scattered all over the place,” he said.</p><p>Grossi said that “the important thing is that this material now is under safeguards” of the IAEA, adding that agency inspectors had managed to install cameras at the location.</p><p>Syria to decide what happens next</p><p>Asked if the nuclear material will remain in Syria or be removed, Grossi said that this is “a matter that the Syrian government will have to decide.” He added: “We are not requesting them to do this or to do that. For us what’s important is that we know all the time where this (material) is until the last gram.”</p><p>Logan Mintz, a director for nuclear materials security at the Washington-based Nuclear Threat Initiative, said that natural uranium metal is not directly usable for a nuclear weapon but it could be “diverted to a covert weapons program that further processes it into plutonium for a nuclear weapon.”</p><p>She said that once deemed safe to move, the material could be “transported in certified containers” to a third country that can “safely and securely disposition it into a more chemically stable and more widely used form” for possible use in nuclear power plants.</p><p>“As with any transport of nuclear material, this movement would require robust security from theft or sabotage,” she said.</p><p>—- The Associated Press receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IXXS3SVLV5THBMMH6Z64GEK4OE.jpg?auth=c81a0895932edef03c18b3eb27a5a0ad891709609da72ea7867b5b9af52d481b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[International Atomic Energy Agency's director-general Rafael Mariano Grossi, left, and Syrian Foreign Minister Asaad al-Shibani attend a press conference in Damascus, Syria, Tuesday Aug. 18, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content></item><item><title><![CDATA[Russia shuts German consulate in St. Petersburg in tit-for-tat move after Leipzig drone incident]]></title><link>https://www.local10.com/news/world/2026/09/07/russia-announces-the-closure-of-the-german-consulate-in-st-petersburg/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/russia-announces-the-closure-of-the-german-consulate-in-st-petersburg/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MOSCOW (AP) — Russia’s Foreign Ministry on Monday announced the closure of the German consulate in St. Petersburg, the latest in a cycle of tit-for-tat moves following an attempted drone attack in Leipzig that Germany blamed on Russia.]]></description><pubDate>Mon, 07 Sep 2026 15:12:39 +0000</pubDate><content:encoded><![CDATA[<p>MOSCOW (AP) — Russia’s Foreign Ministry on Monday announced the closure of the German consulate in St. Petersburg, the latest in a cycle of tit-for-tat moves following an attempted drone attack in Leipzig that Germany blamed on Russia.</p><p>The ministry said the German consulate must stop operations and its workers must leave Russia by Sept. 18. It reaffirmed the previously announced decision to shut German Goethe-Institut cultural centers in Moscow and St. Petersburg and said their employees must leave no later than Sunday.</p><p>The ministry's statement cast the moves as retaliation for Germany’s “unfriendly” decision Wednesday to close both the Russian consulate in Bonn and the Russian House cultural center in the German capital, Berlin.</p><p>Germany said Russia was responsible for an attempted drone attack at Leipzig/Halle Airport on Aug. 4, when an explosives-laden drone was found near a Ukrainian plane.</p><p>The airport is a major international freight hub used for providing support to Ukraine. The drone was later defused.</p><p>Moscow has denied involvement in the drone attack and cast it as a provocation.</p><p>“It was the German authorities who once again provoked a new round of escalation in bilateral relations,” the Russian Foreign Ministry said. “All responsibility for the consequences lies entirely with the German government.”</p><p>Western officials have repeatedly accused Moscow of conducting a campaign of sabotage and disruption in their countries with the aim of undermining support for Ukraine and destabilizing European nations, accusations Russia has rejected.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7TTGBLNDHIHEEQSDPAVAE52ALQ.jpg?auth=58ad411f76c88d47389c753eabe9ec9b0cb3dc15e3e01a28d3a7e86c2a3b80fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman walks past the German Consulate General building in St. Petersburg, Russia, June 1, 2023. (AP Photo/Dmitri Lovetsky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitri Lovetsky</media:credit></media:content></item><item><title><![CDATA[3 in critical condition after deadly plane crash at Miami International Airport]]></title><link>https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Five people are dead and five others are injured following a plane crash at Miami International Airport Sunday afternoon.]]></description><pubDate>Mon, 07 Sep 2026 02:18:35 +0000</pubDate><content:encoded><![CDATA[<p>Five people are dead and five others are injured following a <a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">plane crash at Miami International Airport Sunday afternoon.</a></p><p><a href="https://www.local10.com/espanol/2026/09/07/tres-personas-en-condicion-critica-tras-mortal-accidente-aereo-en-el-aeropuerto-internacional-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/07/tres-personas-en-condicion-critica-tras-mortal-accidente-aereo-en-el-aeropuerto-internacional-de-miami/">Leer en español</a></p><p>The five injured, including the pilots, were taken to Jackson Memorial Hospital and Jackson South. Three of the patients are in critical condition.</p><p>The Boeing 767 Amazon cargo plane overshot the runway and crashed into parked cars in a nearby lot.</p><p>Photos from the lot show mangled cars, some upside down, with debris scattered throughout. One photo shows a large white van crushed behind the plane.</p><p>Several victims were trapped in their cars, according to Miami-Dade Fire Rescue.</p><p>The details of the victims’ injuries were not immediately known, other than that they were in critical condition.</p><p>There was also a search and rescue operation for the two pilots who were trapped inside the plane, according to officials.</p><p>The crash remains under investigation. Officials have been asked for an update on the victims’ conditions.</p><p>For the latest information on the crash, <a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">click here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Tres personas en condición crítica tras mortal accidente aéreo en el Aeropuerto Internacional de Miami]]></title><link>https://www.local10.com/espanol/2026/09/07/tres-personas-en-condicion-critica-tras-mortal-accidente-aereo-en-el-aeropuerto-internacional-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/tres-personas-en-condicion-critica-tras-mortal-accidente-aereo-en-el-aeropuerto-internacional-de-miami/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Cinco personas murieron y otras cinco resultaron heridas tras un accidente aéreo en el Aeropuerto Internacional de Miami la tarde del domingo.]]></description><pubDate>Mon, 07 Sep 2026 14:14:48 +0000</pubDate><content:encoded><![CDATA[<p>Cinco personas murieron y otras cinco resultaron heridas tras un <a href="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/">accidente aéreo en el Aeropuerto Internacional de Miami la tarde del domingo</a>.</p><p>Las cinco personas heridas, incluidos los pilotos, fueron trasladadas al Jackson Memorial Hospital y al Jackson South. Tres de los pacientes se encuentran en condición crítica.</p><p>El avión de carga Boeing 767 de Amazon sobrepasó la pista y se estrelló contra vehículos estacionados en un lote cercano.</p><p>Fotos del estacionamiento muestran vehículos destrozados, algunos volcados, con escombros esparcidos por toda el área. Una foto muestra una gran camioneta blanca aplastada detrás del avión.</p><p>Varias víctimas quedaron atrapadas en sus vehículos, según Miami-Dade Fire Rescue.</p><p>Los detalles de las lesiones de las víctimas no se conocieron de inmediato, aparte de que se encontraban en condición crítica.</p><p>También se llevó a cabo una operación de búsqueda y rescate de los dos pilotos que quedaron atrapados dentro del avión, según funcionarios.</p><p>El accidente continúa bajo investigación. Se ha solicitado a los funcionarios una actualización sobre el estado de las víctimas.</p><p>Para obtener la información más reciente sobre el accidente, haga clic aquí.</p>]]></content:encoded></item><item><title><![CDATA[15-year-old South Florida MMA champion takes his fight to the world — and the big screen]]></title><link>https://www.local10.com/features/2026/09/07/15-year-old-south-florida-mma-champion-takes-his-fight-to-the-world-and-the-big-screen/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/07/15-year-old-south-florida-mma-champion-takes-his-fight-to-the-world-and-the-big-screen/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[At just 15 years old, South Florida MMA fighter Isaiah Triana has already traveled the world, collected championship titles and inspired a short film that is headed to an international film festival.]]></description><pubDate>Mon, 07 Sep 2026 11:16:26 +0000</pubDate><content:encoded><![CDATA[<p>At just 15 years old, South Florida MMA fighter Isaiah Triana has already traveled the world, collected championship titles and inspired a short film that is headed to an international film festival.</p><p><a href="https://www.local10.com/espanol/2026/09/07/campeon-de-mma-de-15-anos-del-sur-de-florida-lleva-su-lucha-al-mundo-y-a-la-pantalla-grande/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/07/campeon-de-mma-de-15-anos-del-sur-de-florida-lleva-su-lucha-al-mundo-y-a-la-pantalla-grande/">Leer en español</a></p><p>Known as “The Natural,” Triana has been training in combat sports for nearly his entire life.</p><p>“It’s like I also got super strength. I’m really strong. I punch like an adult,” Triana said. “I never go down without a fight. I never quit.”</p><p>That confidence is backed by a growing list of accomplishments.</p><p>Triana said he became a world grappling champion in Munich, Germany, in 2023 and this year became the first six-time national youth MMA champion. He also has a 7-4 kickboxing record with three knockouts.</p><p>“I’m top of the world right now for my age,” he said.</p><h3>A passion that started at age 2</h3><p>Triana’s journey into the sport began before he was old enough to remember much else.</p><p>“Well, I first started when I was 2 years old. I was still sucking on a binky. I still had my blanket,” he said. “We got into the gym. I faced a kid who was 6 years old.”</p><p>By the time he was about 5, Triana said he knew fighting would be a major part of his life.</p><p>“Kids would cry when they went to the gym. I would cry when I had to leave the gym,” he said. “That’s how much I loved it.”</p><p>That childhood passion has since turned into an intense training schedule.</p><p>Triana trains six days a week, often two or three times a day and sometimes for six or seven hours.</p><p>He credits his father, Eduardo Triana, with helping him develop the discipline needed to compete at such a high level.</p><p>“I always see him as motivation,” Isaiah said. “He pushes me to my limits.”</p><p>Eduardo, who is also a fighter and coach, said watching his son take their sport around the world has been an unforgettable experience.</p><p>“It’s never a dull moment and I can’t stop pinching myself,” he said. “You never get used to it.”</p><h3>His journey heads to the big screen</h3><p>Now, Isaiah’s story is reaching an audience beyond the MMA world.</p><p>He is the focus of a new short film called “Fight Kid,” which follows his journey and one of his title fights.</p><p>The film is scheduled to premiere at the Toronto International Film Festival on Sept. 12. His family also plans to host a red-carpet event in South Florida.</p><p>Even with a film being made about his accomplishments at just 15, Isaiah is already focused on what comes next.</p><p>“What I see in the future is for me to be UFC world champion. And I feel like I’m gonna do that,” he said. “Also, a dream of mine is to be UFC BJJ champion.”</p><p>Before pursuing those professional ambitions, Isaiah said he wants to wrestle in college. He’s also interested in a career in sports medicine or physical therapy.</p><p>For a teenager who has been competing almost as long as he has been walking, the titles and film premiere are milestones — but Isaiah believes his biggest accomplishments are still ahead.</p>]]></content:encoded></item><item><title><![CDATA[Campeón de MMA de 15 años del sur de Florida lleva su lucha al mundo y a la pantalla grande]]></title><link>https://www.local10.com/espanol/2026/09/07/campeon-de-mma-de-15-anos-del-sur-de-florida-lleva-su-lucha-al-mundo-y-a-la-pantalla-grande/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/campeon-de-mma-de-15-anos-del-sur-de-florida-lleva-su-lucha-al-mundo-y-a-la-pantalla-grande/</guid><dc:creator><![CDATA[Alexis Frazier, Yarden Ben-David ]]></dc:creator><description><![CDATA[Con apenas 15 años, el peleador de MMA del sur de Florida Isaiah Triana ya ha viajado por el mundo, acumulado títulos de campeonato e inspirado un cortometraje que se dirige a un festival internacional de cine.]]></description><pubDate>Mon, 07 Sep 2026 13:59:12 +0000</pubDate><content:encoded><![CDATA[<p>Con apenas 15 años, el peleador de MMA del sur de Florida Isaiah Triana ya ha viajado por el mundo, acumulado títulos de campeonato e inspirado un cortometraje que se dirige a un festival internacional de cine.</p><p>Conocido como “The Natural”, Triana ha estado entrenando en deportes de combate durante casi toda su vida.</p><p>“Es como si también tuviera superfuerza. Soy realmente fuerte. Golpeo como un adulto”, dijo Triana. “Nunca caigo sin dar pelea. Nunca me rindo”.</p><p>Esa confianza está respaldada por una creciente lista de logros.</p><p>Triana dijo que se convirtió en campeón mundial de grappling en Múnich, Alemania, en 2023 y que este año se convirtió en el primer campeón nacional juvenil de MMA en seis ocasiones. También tiene un récord de 7-4 en kickboxing con tres nocauts.</p><p>“Estoy en la cima del mundo ahora mismo para mi edad”, dijo.</p><h3><b>Una pasión que comenzó a los 2 años</b></h3><p>El camino de Triana en este deporte comenzó antes de que tuviera edad suficiente para recordar muchas otras cosas.</p><p>“Bueno, comencé cuando tenía 2 años. Todavía usaba chupete. Todavía tenía mi manta”, dijo. “Entramos al gimnasio. Me enfrenté a un niño que tenía 6 años”.</p><p>Cuando tenía alrededor de 5 años, Triana dijo que sabía que pelear sería una parte importante de su vida.</p><p>“Los niños lloraban cuando iban al gimnasio. Yo lloraba cuando tenía que irme del gimnasio”, dijo. “Así de mucho me encantaba”.</p><p>Esa pasión de la infancia se ha convertido desde entonces en un intenso programa de entrenamiento.</p><p>Triana entrena seis días a la semana, a menudo dos o tres veces al día y, en ocasiones, durante seis o siete horas.</p><p>Él atribuye a su padre, Eduardo Triana, el haberlo ayudado a desarrollar la disciplina necesaria para competir a un nivel tan alto.</p><p>“Siempre lo veo como una motivación”, dijo Isaiah. “Me lleva hasta mis límites”.</p><p>Eduardo, quien también es peleador y entrenador, dijo que ver a su hijo llevar su deporte alrededor del mundo ha sido una experiencia inolvidable.</p><p>“Nunca hay un momento aburrido y no puedo dejar de pellizcarme”, dijo. “Nunca te acostumbras”.</p><h3><b>Su camino llega a la pantalla grande</b></h3><p>Ahora, la historia de Isaiah está llegando a una audiencia más allá del mundo de las MMA.</p><p>Él es el protagonista de un nuevo cortometraje llamado “Fight Kid”, que sigue su trayectoria y una de sus peleas por el título.</p><p>Está previsto que la película se estrene en el Festival Internacional de Cine de Toronto el 12 de septiembre. Su familia también planea organizar un evento de alfombra roja en el sur de Florida.</p><p>Incluso con una película realizada sobre sus logros con apenas 15 años, Isaiah ya está concentrado en lo que viene después.</p><p>“Lo que veo en el futuro es que voy a ser campeón mundial de UFC. Y siento que lo voy a lograr”, dijo. “Además, uno de mis sueños es ser campeón de UFC BJJ”.</p><p>Antes de perseguir esas ambiciones profesionales, Isaiah dijo que quiere practicar lucha libre en la universidad. También está interesado en una carrera en medicina deportiva o fisioterapia.</p><p>Para un adolescente que ha estado compitiendo casi desde que comenzó a caminar, los títulos y el estreno de la película son hitos, pero Isaiah cree que sus mayores logros aún están por llegar.</p>]]></content:encoded></item><item><title><![CDATA[Barbecued Shrimp]]></title><link>https://www.local10.com/soflo-taste/2026/09/07/barbecued-shrimp/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/09/07/barbecued-shrimp/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Shrimp On The Barbie]]></description><pubDate>Mon, 07 Sep 2026 13:58:31 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Barbequed Shrimp</b></u></p><p>6 large shrimp or prawns, head-on, if available (we used U5 Prawns for our recipe)</p><p><b>For the cure:</b></p><p>3 tablespoons brown sugar</p><p>2 tablespoons soy sauce</p><p>¼ teaspoon red crushed chilies</p><p>Combine ingredients together and rub the prawns with the cure.</p><p><b>For cooking and serving:</b></p><p>high-temperature cooking oil or nonstick spray, for grilling</p><p>limes, for serving</p><p>Butterfly and prepare the prawns:</p><p>Use a scissor to cut down the convex side of the prawn (with the tail and head facing away from you). Leaving the tail intact, cut about ¾ of the way through the body and head. Gently open the prawn to butterfly it but leave the two sides connected. Discard the vein and rinse the prawns. Pat dry.</p><p>Grill the prawns:</p><p>Whisk together the ingredients for the cure and brush over the meat of the prawns. </p><p>Heat the grill to medium-high heat, about 350˚F - 400˚F. Lightly grease the grates with high-temperature cooking oil or nonstick spray.</p><p>Grill for 2-3 minutes per side until cooked through. While the prawns cook, cut a couple of limes in half and grill the cut side until lightly charred. Serve the prawns warm with the cut limes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2SITEJDDXZGKVMZBJR2O2GQCYQ.JPG?auth=7af4446ff338b1f5dba06375121ddd4caa86ab80abff815e4251da1b21ed1c97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fruit Trifle]]></title><link>https://www.local10.com/soflo-taste/2026/09/07/fruit-trifle/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/09/07/fruit-trifle/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Layers Of Fruity Goodness]]></description><pubDate>Mon, 07 Sep 2026 13:56:35 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Fruit Trifle</b></u></p><p>4-6 cups vanilla pudding (recipe below or use your favorite!)</p><p>your favorite pound cake cut into 2 inch X 2 inch slices</p><p>4½ cups mixed berries, we used strawberries cut in quarters or 1/6ths, blueberries and raspberries</p><p>3 tablespoons granulated sugar, depending on your taste</p><p>2 tablespoons freshly squeezed lemon juice, depending on your taste</p><p>2 cups whipped cream, for topping</p><p>Toss the berries with as much granulated sugar and lemon juice as desired, depending on how sweet your berries are. Allow to macerate for 30-45 minutes.</p><p>Begin by placing a layer of slices of cake down in your trifle dish. Top with vanilla pudding. Top with enough macerated berries to completely cover the cake layers. Repeat the layers until you reach the top of your dish, ending with a layer of macerated berries. Refrigerator until ready to serve. Top with whipped cream before serving.</p><p><b>Vanilla Pudding:</b></p><p><i>Make about 4 cups</i></p><p>⅓ cup plus 1/4 cup granulated white sugar</p><p>¼ cup cornstarch</p><p>⅛ teaspoon salt</p><p>2 large eggs, at room temperature</p><p>1 large egg yolk, at room temperature</p><p>3½ cups whole milk, divided</p><p>2 teaspoons vanilla bean paste or pure vanilla extract</p><p>1 tablespoon unsalted butter</p><p>In a large heatproof bowl, whisk ⅓ cup of the granulated white sugar with the cornstarch, salt, eggs, and egg yolk. Whisk in ½ cup of the milk. Set aside while you heat the rest of the milk and sugar.</p><p>Have ready a fine medium-sized strainer and heat-proof bowl ready to strain the pudding after it is cooked.</p><p>Pour the remaining 3 cups of milk, along with the remaining ¼ cup of sugar, into a medium heavy bottomed saucepan and bring just to a boil, stirring occasionally. Remove from heat and gradually pour the hot milk into the egg mixture, whisking constantly, until the mixture is smooth. Transfer the pudding mixture to a heavy bottomed saucepan and place over medium heat and bring just to a boil. Reduce the heat to medium low and cook, stirring constantly, until the mixture thickens to the consistency of mayonnaise (about 3-5 minutes). Remove from heat and whisk in the vanilla extract and butter.</p><p>Pour through the strainer to remove any lumps that may have formed during cooking. Cover with plastic wrap touching the top of the pudding to prevent a skin from forming and refrigerate until well chilled, at least 4-6 hours.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJJVVHDIHBCNLPXQLVYHO5OTUI.JPG?auth=309897026b098664d3a49522e89928a936e8b57c06c67bf5981f156f9978989e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Grilled Chicken Wings ]]></title><link>https://www.local10.com/soflo-taste/2026/09/07/grilled-chicken-wings/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/09/07/grilled-chicken-wings/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Wings With Smoke]]></description><pubDate>Mon, 07 Sep 2026 13:54:43 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Chicken Wings</b></u></p><p>3 pounds chicken wings, separated into drumettes and flats (or wingette)</p><p><b>For the Italian dressing marinade:</b></p><p>¼ cup olive oil</p><p>3 tablespoons red wine vinegar</p><p>1 tablespoon lemon juice, freshly squeezed</p><p>2 teaspoons dried oregano</p><p>2 teaspoons garlic powder</p><p>2 teaspoons onion powder</p><p>1 teaspoon minced garlic</p><p>1 teaspoon salt </p><p>¼ teaspoon freshly ground black pepper</p><p><b>For cooking and serving:</b></p><p>high-temperature cooking oil or nonstick spray, for grilling</p><p>Gardinera, for serving</p><p><b>Prepare the Chicken Wings:</b></p><p>Whisk together all ingredients for the marinade. Pat the wings dry if needed, then toss in the marinade. Marinate in the refrigerator overnight or at least 4 hours. Remove the chicken wings from the refrigerator at least 30 minutes before grilling.</p><p><b>To grill:</b></p><p>Heat the grill to medium-high heat, about 350˚F - 400˚F. Lightly grease the grates with high-temperature cooking oil or nonstick spray. Season the wings with salt and pepper and place the wings in a grilling basket or over indirect heat and cook for 15-20 minutes, turning every 5-10 minutes.</p><p>Remove from the grill basket and place over direct heat, continue grilling for another 5-7 minutes to get color on the wings. Cook to an internal temperature of 175˚F for the best bite. Serve with Gardinera on the side.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6F6756C2QZF6XIIU6PTH366IPY.jpg?auth=4c79c98964921f417fe10fcbc15b8d11f85b5d5639a73ac8e7c1e23e7d20bae2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[300 rodent droppings found in pizzeria - roaches in cooler where raw meat is stored]]></title><link>https://www.local10.com/food/dirty-dining/2026/09/07/300-rodent-droppings-found-in-pizzeria-roaches-in-cooler-where-raw-meat-is-stored/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/09/07/300-rodent-droppings-found-in-pizzeria-roaches-in-cooler-where-raw-meat-is-stored/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Florida Department of Business and Professional Regulation inspectors have been pretty busy lately, finding 165 violations at eight South Florida food establishments and ordering all of them shut down for cleanup. ]]></description><pubDate>Mon, 07 Sep 2026 13:26:21 +0000</pubDate><content:encoded><![CDATA[<p>Florida Department of Business and Professional Regulation inspectors have been pretty busy lately, finding 165 violations at eight South Florida food establishments and ordering all of them shut down for cleanup. </p><p><a href="https://www.local10.com/espanol/2026/09/07/encuentran-300-excrementos-de-roedores-en-pizzeria-y-cucarachas-en-refrigerador-donde-almacenan-carne-cruda/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/07/encuentran-300-excrementos-de-roedores-en-pizzeria-y-cucarachas-en-refrigerador-donde-almacenan-carne-cruda/">Leer en español</a></p><p>Inspectors found rodent problems at Subway in Davie, Olivo Mediterranean Cuisine in Plantation and Nick’s Pizza in Deerfield Beach, along with roach problems at La Rivera, Q’Onda Taqueria and Asados El Paisa Broward. </p><p>Records show flies were spotted landing on food at Q’Onda Taqueria, Thyme Machine and Bagel Express. </p><p>Inspectors found everything from large amounts of rodent droppings and roaches inside refrigerators to flies landing on food and mold-like buildup inside an ice machine.</p><p>They also found food being held at unsafe temperatures and employees failing to properly wash their hands.</p><p>At Bagel Express, inspectors had to return three times before they were allowed to re-open.</p><p>Below is a list of the places inspected and some of the violations inspectors found. </p><p>All of the establishments mentioned have been allowed to re-open following an ordered cleanup and re-inspection.</p><p>No restaurant kitchens in the Florida Keys were ordered shut.</p><p><b>**SUBWAY</b></p><p><b>4002 SW 64TH AVE.</b></p><p><b>DAVIE</b></p><p><b>ORDERED SHUT 9/3</b></p><p><b>3 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. 1) 2 rodent droppings under filing cabinet in preparation area. 2) 6 rodent droppings under dry storage rack in preparation area. 3) 1 rodent dropping under triple sink.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Lowboy Reach in Cooler under oven- ; Premade Pizza (49F - Cold Holding). Per Manager food item in unit overnight. Item not prepared or portioned today. See stop sale.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Lowboy Reach in Cooler under oven- ; Premade Pizza (49F - Cold Holding). Per Manager food item in unit overnight. Item not prepared or portioned today. See stop sale.”</p><p><b>**LA RIVERA</b></p><p><b>123 NE 20TH AVE.</b></p><p><b>DEERFIELD BEACH</b></p><p><b>ORDERED SHUT 9/3</b></p><p><b>15 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. 1. Observed 1 live roach under triple sink in kitchen. 2. Observed 4 live roaches under hand sink at front counter kitchen.”</p><p>“Dead roaches on premises. 1. Observed bucket of clear liquid with dead roach floating in it under prep table in kitchen.”</p><p>“Live, small flying insects found. 1. Observed 2 live, small, flying insects resting on cocoa and cold brew bags in kitchen. 2. Observed 2 live, small, flying insects resting on glove box and food service paper box in kitchen. 3. Observed approximately 7 live, small, flying insects flying at front counter and in dining area. 4. Observed approximately 26 live, small, flying insects resting on wall and shelving above triple sink in kitchen. 5. Observed 3 live, small, flying insects resting on food prep table legs in kitchen. 6. Observed 8 live, small, flying insects resting on wall next to dish machine in kitchen.”</p><p>“Interior of toaster oven has accumulation of black substance/grease/food debris in kitchen.”</p><p>“Floor soiled/has accumulation of debris. 1. Observed buildup of old food debris under two door reach in cooler in kitchen.”</p><p>“Clean glasses, cups, bowls, plates, pots and pans not stored inverted or in a protected manner. Observed knives and forks stored not inverted or protected at food prep table in kitchen.”</p><p>“Employee with no hair restraint while engaging in food preparation. Observed two employees preparing food and handling food utensils without wearing hair restraints.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>**OLIVO MEDITERRANEAN CUISINE</b></p><p><b>7815 WEST SUNRISE BLVD.</b></p><p><b>PLANTATION</b></p><p><b>ORDERED SHUT 9/3</b></p><p><b>13 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. 1) 3 rodent droppings on prep table next to Hobart Microwave in kitchen. 2) 3 rodent droppings in clean tray on lower shelf of preparation table in kitchen. 3) 4 rodent droppings across from single door freezer in kitchen.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Flip Top- ; Hummus (50F- Cold Holding) Cream Cheese (48F - Cold Holding). Double Doors Glass- ; Sour Cream (60F - Cold Holding); Yogurt (56F - Cold Holding) Per Chef food items in unit less than 4 hours. Items not prepared or portioned today.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. Tray of raw beef stored above container of sour cream in True double doors reach in cooler. Employee moved to a different reach in cooler and stored correctly.”</p><p>“Hot water takes too long to reach handwash sink resulting in employees using only cold water to wash their hands. Hot water turned off in kitchen resulting in employees using only cold water to wash hands. Water temperature 78F. Repeat Violation.”</p><p>“No soap provided at handwash sink in kitchen.”</p><p><b>**NICK’S PIZZA</b></p><p><b>137 NE 2ND AVE.</b></p><p><b>DEERFIELD BEACH</b></p><p><b>ORDERED SHUT 9/3</b></p><p><b>12 VIOLATIONS FOUND</b></p><p><i><b>“Rodent activity present as evidenced by rodent droppings found. 1. Observed approximately 200 rodent droppings on floor under food and food utensils storage shelving next to soda coolers. 2. Observed approximately 100 rodents droppings on all shelves of speed rack, on boxes, metal pans, and table linens.”</b></i></p><p>“Accumulation of black mold-like substance in the interior of the ice machine.”</p><p>“Ceiling vents soiled with accumulated food debris, grease, dust, or mold-like substance in kitchen.”</p><p>“Time/temperature control for safety food identified in the written procedure as a food held using time as a public health control has no time marking. No time mark observed on cheese pizza held using time as a public health control.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. 1. Hood filters at cookline in kitchen. 2. Door gaskets at two door reach in cooler opposite cookline in kitchen. 3. Observed stand mixer covered with heavy old food residue . Repeat Violation.”</p><p><b>**Q’ONDA TAQUERIA</b></p><p><b>10575 SW 109TH CT</b></p><p><b>KENDALL</b></p><p><b>ORDERED SHUT 9/3</b></p><p><b>39 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 30 live roaches crawling inside of reach in cooler where raw meats are stored and inside reach in cooler gaskets next to dish area. Observed 23 live roaches crawling inside of reach in cooler drawers under flat top grill on cook line. Observed 15+ live roaches crawling inside of reach in cooler across cook line where various sauces and shredded cheese is stored and inside reach in cooler gaskets. Observed one live roach inside of oven on cook line. Observed one live roach crawling on wall behind grill. Observed two live roaches crawling on floor underneath grill on cook line.”</p><p>“Dead roaches on premises. Observed 1 dead roach on table where grill is stored on cook line. Observed 2 dead roaches behind white chest freezer on cook line. Observed 3 dead roaches inside reach in cooler drawers under flat top grill on cook line. Observed 3 dead roaches behind standing reach in coolers in prep area. Observed 1 dead roach behind table where onions are stored near back door. Observed 4 dead roaches inside of reach in cooler across cook line.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Live, small flying insects found. Observed 15+ live flies flying and landing inside container of tomatillo salsa on table near kitchen entrance. Observed 20+ live flies landing inside crate and on top of yellow onions near back door. Observed 20+ live flies landing inside crate and on top of red onions near back door.”</p><p>“Live, small flying insects found. Observed 15+ live flies flying and landing inside container of tomatillo salsa on table near kitchen entrance. Observed 20+ live flies landing inside crate and on top of yellow onions near back door. Observed 20+ live flies landing inside crate and on top of red onions near back door. Observed 2 live flies flying and landing on clean knives on top of prep table near dish area.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed can of household raid at bar area.”</p><p>“Accumulation of black/green mold-like substance in the interior of the ice machine/bin. At bar. Repeat Violation.”</p><p>“Buildup of food debris/soil residue on equipment door handles. At reach in coolers throughout kitchen. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Observed ceiling tiles dusty throughout kitchen. Repeat Violation.”</p><p>“Floor soiled/has accumulation of debris. Observed floor heavily soiled with grease buildup under cooking equipment at cook line.”</p><p>“Equipment in poor repair. Observed reach in cooler grill drawers in disrepair. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed reach in cooler gaskets soiled throughout kitchen.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed corn (58F - Cold Holding) at reach in cooler across cook line.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee scoop ice and make drink for customer without first washing hands.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employee put on pair of gloves then continue to prep customer order without first washing hands. Repeat Violation.”</p><p>“Employee touched soiled surface and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed employee grab spice bottle off of floor and continue to prepare customer order without changing gloves and washing hands.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>**THYME MACHINE</b></p><p><b>(MOBILE)</b></p><p><b>13920 SW 139TH CT</b></p><p><b>MIAMI</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 9/1</b></p><p><b>27 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found. Observed one fly landing inside a bin with cooked chicken next to grill. Also observed one fly flying and landing on top of griddle station.”</p><p>“Pesticide/insecticide labeled for household use only present in establishment. Observed household ants and flying insect killer spray stored on the floor next to bucket of mayonnaise that is also stored on the floor.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed an accumulation of grease on top and under the griddle.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Observed raw chicken (76F - Cold Holding); ground beef (63F - Cold Holding); turkey sliced (67F - Cold Holding); hummus (72F - Cold Holding) as per person in charge since yesterday on that unit.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed raw chicken (76F - Cold Holding); ground beef (63F - Cold Holding); turkey sliced (67F - Cold Holding); hummus (72F - Cold Holding) as per person in charge since yesterday on that unit.”</p><p>“Food stored on floor. Observed a bucket of tahini stored on floor. Observed packages of bottled water stored outside the food truck on the floor.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed accumulation of grease and debris under griddle and under saj( like a griddle). Also observed accumulation of debris and grease overall seasoning containers located on top of three compartment sink.”</p><p>“Employee eating in a food preparation or other restricted area. Observed employee drink on top of prep table.”</p><p>“Handwash sink not accessible for employee use at all times. Observed handwashing sink blocked with cutting board and flour tortilla on top of hand washing sink.”</p><p>“Handwash sink used for purposes other than handwashing. Observed handwashing sink used as a prep table with a cutting board on top.”</p><p>“Inadequate number/capacity of cold holding units to maintain time/temperature control for safety food at proper temperatures. Observed all units with inside ambient temperature above 67F. Repeat Violation.”</p><p>“No sanitizer of any kind available for ware washing. Only use single-service items to serve food to customers until sanitizer is available for ware washing. Observed no sanitizer of any kind.”</p><p><b>**ASADOS EL PAISA BROWARD</b></p><p><b>4828 N. UNIVERSITY DR.</b></p><p><b>LAUDERHILL</b></p><p><b>ORDERED SHUT 8/31</b></p><p><b>18 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. -Observed 4 live roaches inside paper towel dispenser at cook line . -Observed 2 live roaches crawling on clean plates stored inside 3 compartment sink.”</p><p>“Raw animal food stored over or with unwashed produce. -Observed raw pork stored over ripe plantains in walk in cooler.”</p><p>“Raw animal food stored over/not properly separated from ready-to-eat food. -Observed raw shell eggs stored over cheese in walk in cooler. -Observed raw pork stored over open container with salsa in walk in cooler. Repeat Violation.”</p><p>“Single-use gloves not changed as needed after changing tasks or when damaged or soiled. Observed employee touch raw pork and then handle clean plates without changing gloves and wash hands. After brief education, employee then changed gloves and wash hands.”</p><p>“No proof of required state approved employee training provided for any employees.”</p><p><b>**BAGEL EXPRESS</b></p><p><b>CROSSROADS SHOPPING CENTER</b></p><p><b>11616 KENDALL DRIVE</b></p><p><b>KENDALL</b></p><p><b>ORDERED SHUT 8/31</b></p><p><b>38 VIOLATIONS FOUND </b></p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed 30+ live flies flying and landing inside and on top of bucket of molasses and on top of crate where bucket is stored.”</p><p>“Live, small flying insects found. Observed 30+ live flies flying and landing inside and on top of bucket of molasses and on top of crate where bucket is stored. Observed 10 live flies flying and landing on top of oven in back kitchen area. Observed 40+ live flies flying and landing on shelf with clean bowls and containers in dish area above oven and triple sink. Observed 3 live flies flying near walk in cooler door, landing on prep table near soiled deli slicer. Observed 5 live flies flying and landing on to go paper bags in dry storage room near mop sink. Observed 2 live flies flying next to flat top grill and landing on shelf with clean containers at front counter. Observed 1 live fly flying and landing on counter in front of orange juice machine at front counter.”</p><p>“Presence of insects, rodents, or other pests. Observed one insect on top of box of strawberry jam in dry storage room.”</p><p>“Dead roaches/flies on premises. Observed one dead fly on top of oven in kitchen area. Observed one dead fly inside container of wax paper in dry storage.”</p><p>“Floor soiled/has accumulation of debris. Observed floor near oven soiled with molasses. Observed floor heavily soiled by bagel boiler with old food debris. Repeat Violation.”</p><p>“Ceiling/ceiling tiles/vents soiled with accumulated food debris, grease, dust, or mold-like substance. Throughout kitchen area. Repeat Violation.”</p><p>“Nonfood-contact surface soiled with grease, food debris, dirt, slime or dust. Observed walk in cooler fan cover soiled. Observed reach in cooler gaskets soiled at front counter. Repeat Violation.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee enter kitchen and begin handling food without first washing hands.”</p><p>“Employee cracked raw shell eggs and then handled ready-to-eat food and/or clean equipment or utensils without washing hands. Observed employee crack raw shell eggs, rinse hands without soap, then continue to prepare customer order without properly washing hands. Repeat Violation.”</p><p>“Employee failed to wash hands before putting on gloves to initiate a task working with food. Observed employee put on pair of gloves and grab bagel to prepare customer order without first washing hands. Repeat Violation.”</p><p>“Employee touched soiled surface and then engaged in food preparation, handled clean equipment or utensils, or touched unwrapped single-service items without washing hands. Observed employee kill fly with hand and continued to prepare customer order without changing gloves and washing hands.”</p><p>“Employee washed hands with no soap. Observed employee take off gloves and wash hands with no soap.”</p><p>“Ceiling/ceiling tile shows damage or is in disrepair. Observed ceiling tiles in kitchen area severely damaged. Repeat Violation.”</p><p><b>FOLLOW-UP INSPECTION 9/1</b></p><p>“Observed 1 live fly flying inside of bagel display case landing on bagels.”</p><p>“Observed 1 live fly flying inside of bagel display case landing on bagels. Observed 50+ live flies flying and landing on shelf and clean equipment in dish area. Observed 1 live fly landing on orange juice machine at front counter. Observed 15+ live flies landing on to go bags inside dry storage room. Observed 2 live flies on wall near flat top grill at front counter. Observed 3 live flies on wall near dough mixer in back area.”</p><p>“Observed one insect on top of box of strawberry jam in dry storage room.”</p><p><b>FOLLOW-UP INSPECTION 9/3</b></p><p>“Observed 10 live flies flying and landing on top of dough mixer, single service rack inside dry storage room, and inside bathroom.”</p><p>“Observed 3 dead flies inside orange juice machine at front counter.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDKHZ4BYANAFNCIBA734VKO7GM.jpg?auth=baf66feac3276c373dd92f10928ee5a6dd3d5f32bca242565fcabc153b43bdf3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Russia and North Korea open the first road link across shared border]]></title><link>https://www.local10.com/business/2026/09/07/russia-and-north-korea-open-the-first-road-link-across-shared-border/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/07/russia-and-north-korea-open-the-first-road-link-across-shared-border/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Russia and North Korea opened the first road bridge across their shared border Monday, a development that both countries hailed as boosting their deepening ties.]]></description><pubDate>Tue, 08 Sep 2026 01:48:31 +0000</pubDate><content:encoded><![CDATA[<p>Russia and North Korea opened the first road bridge across their shared border Monday, a development that both countries hailed as boosting their deepening ties.</p><p>The bridge over the Tumen River is 1 kilometer (0.6 mile) long and has two lanes and will allow up to 300 vehicles a day to pass through a newly built border crossing point, the Russian government said in a statement.</p><p>The bridge links North Korea's Rason and Russia's Khasan, border cities of the two countries. The bridge's inauguration ceremony took place simultaneously in the two cities, with Russian Prime Minister Mikhail Mishustin and North Korean Premier Pak Thae Song attending via video link.</p><p>“I am convinced that the expansion of transport infrastructure near the border will give a powerful boost to the further development of trade, economic, technological, scientific and cultural cooperation between the Russian Federation and the Democratic People's Republic of Korea,” Mishustin said.</p><p>Pak said the bridge's completion is “a significant event adding a new dynamic movement to the overall bilateral cooperation,” according to North Korea's official Korean Central News Agency.</p><p>Relations and exchange programs between Russia and North Korea have been flourishing, with North Korea supplying ammunition and troops to support Russia’s war against Ukraine in return for economic and military assistance.</p><p>North Korea has been receiving Russian tourists since February 2024 amid slowly easing pandemic curbs. KCNA said the bridge's opening would promote tourism, human exchange and commodity circulation between the two countries.</p><p>North Korea and Russia, which are already served by a railway bridge and air service, agreed in 2024 to construct a bridge for automobiles over the Tumen River, which runs along North Korea’s borders with Russia and China. Construction began last year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AGZ4Y2JCKF3MY6DWTKIMGTP44E.jpg?auth=33096a2e48ffd1c6887c322c15b038804a49b05702bb5b5529215f502233fa82&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 Government of Primorsky Krai Region on Monday, Sept. 7, 2026, vehicles drive across the new bridge between Russia and North Korea named after the Soviet officer Yakov Novichenko, who is credited with saving North Korea's founding leader, Kim Il-sung, over the Tumannaya River in Primorsky Krai Region of Russia. (Dmitry Ignatenko/Government of Primorsky Krai Region via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitry Ignatenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XT46ULDPACFDOATBD5PUKSAH2A.jpg?auth=a8fbbe14cf45ab4c9da8b1cc67fb16feb3fff0f94262fa0f7289627e5c3f3b87&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 Government of Primorsky Krai Region on Monday, Sept. 7, 2026, North Korean trucks drive across the new bridge between Russia and North Korea named after the Soviet officer Yakov Novichenko, who is credited with saving North Korea's founding leader, Kim Il-sung, over the Tumannaya River in Primorsky Krai Region of Russia. (Dmitry Ignatenko/Government of Primorsky Krai Region via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Dmitry Ignatenko</media:credit></media:content></item><item><title><![CDATA[5 muertos y 5 heridos después de que un avión de carga de Amazon se saliera de la pista en el Aeropuerto Internacional de Miami]]></title><link>https://www.local10.com/espanol/2026/09/06/5-muertos-y-5-heridos-despues-de-que-un-avion-de-carga-de-amazon-se-saliera-de-la-pista-en-el-aeropuerto-internacional-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/06/5-muertos-y-5-heridos-despues-de-que-un-avion-de-carga-de-amazon-se-saliera-de-la-pista-en-el-aeropuerto-internacional-de-miami/</guid><dc:creator><![CDATA[Pablo Hernandez, David Dwork]]></dc:creator><description><![CDATA[La sheriff de Miami-Dade, Rosie Cordero-Stutz, dijo que cinco personas murieron y otras cinco resultaron heridas. Tres se encuentran en estado crítico.]]></description><pubDate>Sun, 06 Sep 2026 23:50:59 +0000</pubDate><content:encoded><![CDATA[<p>Un avión de carga Boeing 767 <a href="" rel="" title="">sobrepasó una pista en MIA alrededor de las 2 p.m.</a>, según la Administración Federal de Aviación (FAA).</p><p>La sheriff de Miami-Dade, Rosie Cordero-Stutz, dijo que cinco personas murieron y otras cinco resultaron heridas y fueron hospitalizadas. Tres de los heridos se encuentran en estado crítico, informó durante una conferencia de prensa.</p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>Las autoridades dijeron que el vuelo había partido del Aeropuerto Internacional Luis Muñoz Marín, en San Juan, Puerto Rico.</p><p>De acuerdo con información de MIA, el vuelo 7598 de Prime Air quedó inmovilizado después de salirse por el extremo noroeste de la pista diagonal del aeropuerto.</p><p>Un portavoz de Amazon emitió el siguiente comunicado el domingo por la tarde:</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">&quot;We can confirm that an Amazon Air plane operated by 21 Air experienced an incident while attempting to land at Miami International Airport today. This is a fast-moving situation and we&#39;re still gathering details. We&#39;re working closely with local authorities and officials to…</p>&mdash; Amazon News (@amazonnews) <a href="https://x.com/amazonnews/status/2096692490695004235?ref_src=twsrc%5Etfw">September 6, 2026</a></blockquote><p>Tras el accidente se emitió una orden para detener las operaciones en tierra y todas las pistas fueron cerradas, dijeron las autoridades.</p><p>Funcionarios de Miami-Dade Fire Rescue informaron que más de 60 unidades respondieron a la emergencia.</p><p>Las autoridades de MIA recomendaron a los pasajeros con vuelos programados para el domingo verificar el estado de sus vuelos con sus aerolíneas antes de dirigirse al aeropuerto.</p><p>Para obtener la información más reciente sobre el accidente, <a href="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/06/avion-de-carga-se-estrella-tras-salirse-de-la-pista-en-el-aeropuerto-internacional-de-miami/">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Pasajeros en el Aeropuerto Internacional de Miami enfrentan retrasos tras accidente aéreo mortal]]></title><link>https://www.local10.com/espanol/2026/09/06/pasajeros-en-el-aeropuerto-internacional-de-miami-enfrentan-retrasos-tras-accidente-aereo-mortal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/06/pasajeros-en-el-aeropuerto-internacional-de-miami-enfrentan-retrasos-tras-accidente-aereo-mortal/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[Viajeros en el Aeropuerto Internacional de Miami enfrentaron largas demoras y grandes aglomeraciones después de que un avión de carga de Amazon se saliera de una pista y dejara cinco muertos.]]></description><pubDate>Mon, 07 Sep 2026 00:00:45 +0000</pubDate><content:encoded><![CDATA[<p>La Administración Federal de Aviación (FAA) ordenó la suspensión total de las operaciones en tierra en el Aeropuerto Internacional de Miami este domingo <a href="https://www.local10.com/news/local/2026/09/06/watch-live-officials-give-updates-on-amazon-cargo-plane-that-went-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/watch-live-officials-give-updates-on-amazon-cargo-plane-that-went-off-miami-international-airport-runway/">después de que un avión de carga de Amazon se saliera de una pista y se estrellara contra varios vehículos</a>.</p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>Cinco personas murieron en el accidente y otras cinco resultaron heridas, tres de ellas en estado crítico, informaron las autoridades.</p><p>Como consecuencia del caos en el exterior, los viajeros dentro del aeropuerto tuvieron que enfrentar largas demoras y grandes aglomeraciones.</p><p>Una de las cuatro pistas de MIA reabrió alrededor de las 4:15 p.m. y una segunda fue reabierta aproximadamente 30 minutos después, según las autoridades.</p><p>La información en tiempo real de la FAA sobre el estado del aeropuerto indicaba que no se permitirían despegues hasta al menos las 5:30 p.m.</p><p>Jason Carter, de Local 10, habló con varias personas dentro de MIA, y su reporte completo puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[Falcons select Tua Tagovailoa as Week 1 starter; Michael Penix Jr. will be inactive vs. Steelers]]></title><link>https://www.local10.com/sports/2026/09/07/falcons-name-tua-tagovailoa-as-week-1-starter-michael-penix-jr-will-be-inactive-vs-steelers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/falcons-name-tua-tagovailoa-as-week-1-starter-michael-penix-jr-will-be-inactive-vs-steelers/</guid><dc:creator><![CDATA[By MAURA CAREY, Associated Press]]></dc:creator><description><![CDATA[FLOWERY BRANCH, Ga. (AP) — Tua Tagovailoa has been selected as the Atlanta Falcons' starting quarterback for Week 1 against the Pittsburgh Steelers, the team announced Monday.]]></description><pubDate>Mon, 07 Sep 2026 17:57:59 +0000</pubDate><content:encoded><![CDATA[<p>FLOWERY BRANCH, Ga. (AP) — Tua Tagovailoa has been selected as the Atlanta Falcons' starting quarterback for Week 1 against the Pittsburgh Steelers, the team announced Monday.</p><p>The decision comes after Tagovailoa’s monthslong competition with Michael Penix Jr., who started nine games for the Falcons in 2025 before suffering a season-ending torn ACL in November.</p><p>Coach Kevin Stefanski said Monday that Cooper Rush will back up Tagovailoa and Penix will be inactive. He declined to speculate on who the team might start at QB beyond Week 1.</p><p>Tagovailoa received more reps throughout training camp. Penix was cleared for 11-on-11 drills on Aug. 22, but did not appear in any preseason games for the Falcons.</p><p>“Of course, Mike just getting back to 11-on-11, wanted to make sure we gave him an opportunity in these practices, and we did," Stefanski said Monday. "But feel strongly about our decision with everything, all the information available to us.”</p><p>Penix said Monday that Stefanski met with both quarterbacks when selecting the Week 1 starter. Penix alluded to not feeling quite ready yet, but he said he’s “really close.”</p><p>“I want to be stronger. I want to be able to go out there and give the team 100%, and if I don’t feel like I can do that, I don’t want to," Penix said. "That’s not fair for this team. That’s not fair for this organization. I want to make sure whenever I am out there, I’m 100%. There’s no doubt in my mind that I trust my knee.”</p><p>Tagovailoa started the Falcons’ first and final preseason games, splitting time with Strand and Rush. He was 7 of 8 for 95 yards in three drives against his former team, the Miami Dolphins, in Atlanta’s third exhibition. He led an eight-play, 60-yard touchdown drive in Atlanta’s opening drive and lost a fumble in his second. The Falcons beat the Dolphins 17-12.</p><p>Stefanski first addressed the quarterback group as a whole, which consists of Tagovailoa, Penix, Rush and undrafted rookie Jack Strand.</p><p>“Really, really proud of those guys,” he said. “Those guys have worked like crazy all offseason, and they've pushed each other, supported each other, and that's what we'll do for Tua. We'll continue to support him and understand that this is a collective group that is constantly looking to help each other.”</p><p>Tagovailoa signed a one-year deal with the Falcons in March following a six-year stint with the Dolphins. Miami is on the hook for a $99.2 million dead cap hit over the next two seasons after giving Tagovailoa a four-year, $212.5 million contract extension in 2024.</p><p>“I've gotten to see Tua work from the spring until now,” Stefanski said. “New system for all these guys, and like I told them, there's a lot of newness with our players, coaches and, you know, everybody getting up to speed, and he's done a really nice job of working at it. ... I think he's really put himself in position to go be the best version of himself.”</p><p>Tagovailoa's first start for Atlanta will be at the site of his last with Miami. The quarterback was benched for rookie Quinn Ewers following the Dolphins' 28-15 loss in Pittsburgh on Dec. 15.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HEBAHWLKJJXRI6CHAORTURMNRU.jpg?auth=c412a6312fc2c095aee0cf85fbb17e0350a60114f33eb610925f041bab773ea9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons quarterback Tua Tagovailoa speaks at a news conference after an NFL preseason football game against the Miami Dolphins, Friday, Aug. 28, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NKY337T3US3CR7X5XFMFC5K3RA.jpg?auth=92edd10eb4b68d1c8cd283fa482a30ab5a5250fd10d526135cc578b8c0557449&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons quarterback Tua Tagovailoa (1) runs drills during an NFL football training camp practice on Monday, Aug. 17, 2026, in Flowery Branch, Ga. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDCMEBE6L36BIPU2KELJJQ6OOY.jpg?auth=0b8581c633f7c0c0a293959e891bfc74f1f4a22b468ee74950dbe7146550511a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Falcons quarterback Tua Tagovailoa (1) runs drills during an NFL football training camp practice on Monday, Aug. 17, 2026, in Flowery Branch, Ga. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[First female administrator in the Panama Canal's history takes the helm]]></title><link>https://www.local10.com/business/2026/09/07/first-female-administrator-in-the-panama-canals-history-takes-the-helm/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/07/first-female-administrator-in-the-panama-canals-history-takes-the-helm/</guid><dc:creator><![CDATA[By ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[PANAMA CITY (AP) — Naval engineer Ilya Espino de Marotta takes the helm Monday as the first woman to lead the Panama Canal administration, stepping into the role at a challenging time for the vital maritime route.]]></description><pubDate>Mon, 07 Sep 2026 13:04:41 +0000</pubDate><content:encoded><![CDATA[<p>PANAMA CITY (AP) — Naval engineer Ilya Espino de Marotta takes the helm Monday as the first woman to lead the Panama Canal administration, stepping into the role at a challenging time for the vital maritime route.</p><p>Buoyed by her leadership of the multi-billion-dollar expansion project last decade, Espino moves up from deputy administrator to take full command of the canal. Only three other Panamanians have held the position since the United States handed over the interoceanic waterway in late 1999.</p><p>Her appointment to the canal’s top post is already seen as a symbol of women's capability for executive leadership roles in the industry. The canal serves as the engine of the Panamanian economy and handles nearly 3% of global maritime trade.</p><p>Shortly before taking office, Espino told The Associated Press that her priority would be advancing the project to build a reservoir on the Indio River within the canal’s watershed. The $1.5 billion project aims to secure drinking water for 50% of the Central American nation’s 4 million people and to support the future operation of the canal, opened by the U.S. in 1914.</p><p>The canal’s Board of Directors had previously appointed her to lead this $1.5 billion plan, which encompasses community resettlement and environmental considerations. It is the largest project since the waterway’s expansion, which opened in June 2016 at a cost exceeding $5.25 billion. Officials expect the reservoir to be completed by late 2031 or 2032.</p><p>For Espino, the goal is to guarantee future water supplies without compromising reliability in the eyes of the shipping industry. If customers perceive that the canal is not seeking a long-term water solution, they could shift their cargo to other routes.</p><p>That project, which has sparked protests from certain communities, is taking on greater significance as the canal faces another period of low rainfall caused by the El Niño phenomenon, which recently led waterway authorities to restrict the number of ships making the daily crossing between the Atlantic and the Pacific.</p><p>Geopolitical tensions for the canal with the US under Trump</p><p>As the second-highest-ranking official at the canal serving under outgoing administrator Ricaurte Vásquez, she experienced the tension caused by complaints and warnings regarding the waterway voiced by U.S. President Donald Trump both before and after he assumed office.</p><p>Trump threatened to retake control of the canal, citing Chinese influence over the waterway and claiming that U.S. shipping companies were being treated unfairly.</p><p>The country’s judiciary ruled unconstitutional the port concessions at both entrances held by a Hong Kong consortium. That ruling followed the announcement of a planned acquisition of those and other ports by a U.S. investment fund, a deal that has since stalled.</p><p>Espino told the AP that her responsibility over the next seven years at the helm of the canal will be to maintain operations that are “efficient, neutral, and transparent.” She said that diplomatic matters are the responsibility of the Panamanian state.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBQR5OPIKH4EP2KFLKCA47SHHI.jpg?auth=790e7d07acd618b26d489cc912da8d5c43807c563bffbcc89ffa740b9de9e83b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Incoming Panama Canal Administrator Ilya Espino de Marotta speaks during an international financial summit in Panama City, Friday, Sept. 4, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7ISCH3CTZPC34BB7Y4DRN3ED7Y.jpg?auth=773fd9fc2e09940af7000ba8dcd23acc6142acf153b191d4c66a273a73252821&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cargo ship transits the Panama Canal after authorities announced a reduction to daily transits due to forecasts of El Niño conditions in Panama City, Friday, July 24, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LIHOEH6JL2EDEU7UFYQBFYU2IM.jpg?auth=4ee79c4f6ddb4c83b2861aaea69e3f972fc3e75ece796949982afe37ce907fee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Incoming Panama Canal Administrator Ilya Espino de Marotta, center, attends an international financial summit in Panama City, Friday, Sept. 4, 2026. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Jaguar Land Rover will cut 4,000 jobs to reduce costs and compete with China]]></title><link>https://www.local10.com/business/2026/09/07/jaguar-land-rover-will-cut-4000-jobs-to-reduce-costs-and-compete-with-china/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/07/jaguar-land-rover-will-cut-4000-jobs-to-reduce-costs-and-compete-with-china/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Jaguar Land Rover said Monday it will cut 4,000 jobs across its global workforce as it tries to cut costs and compete with Chinese electric carmakers.]]></description><pubDate>Mon, 07 Sep 2026 14:10:05 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Jaguar Land Rover said Monday it will cut 4,000 jobs across its global workforce as it tries to cut costs and compete with Chinese electric carmakers.</p><p>Britain's biggest automaker said the job cuts will take place over the next two years as it targets 1.7 billion pounds ($2.3 billion) in savings to make it more competitive as the industry transitions to electrification.</p><p>“The automotive industry faces significant challenges, with technological change amidst intense competition and ongoing geopolitical uncertainty,” chief executive PB Balaji said in a statement.</p><p>The job cuts and savings will help the company invest 15 to 18 billion pounds ($20-24 billion) over the next five years in electrification, digital technologies and other areas, he added.</p><p>Jaguar Land Rover, which makes the Range Rover, Discovery and other luxury SUVs, has reported slumping profits and sales in the face of intense competition from cheaper Chinese EVs, soaring costs and the impact of U.S. President Donald Trump's tariffs.</p><p>The tariff policy introduced a 10% import tax for British-made cars, with the tax rising to 27.5% after the first 100,000 vehicles produced in a year.</p><p>The company's sales were also hit last year when a cyberattack forced it to halt production for a month.</p><p>The company, owned by India's Tata Motors, makes most of its cars in factories across the U.K. It employs around 34,000 people in the country and the majority of the job cuts are expected to affect its U.K. operations.</p><p>Monday's news came as Treasury chief John Healey pledged to grow Britain's sluggish economy and help businesses navigate rising costs.</p><p>Prime Minister Andy Burnham's office said Monday that while market conditions are challenging for the automotive sector globally, Britain's government will not consider a bailout for Jaguar Land Rover.</p><p>Last week, Volkswagen announced a sweeping cost-cutting plan that would cut 50,000 jobs, slim the company’s model line by half and end auto production at four German plants to counter competition in China and the effects of U.S. tariffs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2J76H2WWVD7YS57WSU4ZYEPGME.jpg?auth=6efc3cc65da2d4fb6fd9d6f0ad3f05eb6954f0058773dc1218f3f9f0a296f52c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A worker polishes a Jaguar logo on a car at a Jaguar dealer in London, Wednesday Sept. 28, 2016. (AP Photo/Frank Austin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content></item><item><title><![CDATA[FIA President Ben Sulayem says F1 drivers and teams won't be put 'at risk' over Middle East events]]></title><link>https://www.local10.com/sports/2026/09/07/fia-president-ben-sulayem-says-f1-drivers-and-teams-wont-be-put-at-risk-over-middle-east-events/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/fia-president-ben-sulayem-says-f1-drivers-and-teams-wont-be-put-at-risk-over-middle-east-events/</guid><dc:creator><![CDATA[By DANIELLA MATAR and JAMES ELLINGWORTH, Associated Press]]></dc:creator><description><![CDATA[MONZA, Italy (AP) — FIA President Mohammed Ben Sulayem has defended the wait for clarity over how this year's Formula 1 season will end amid uncertainty over the Middle East security situation but tells The Associated Press that drivers and team staff will not be put “at risk.”]]></description><pubDate>Mon, 07 Sep 2026 12:56:37 +0000</pubDate><content:encoded><![CDATA[<p>MONZA, Italy (AP) — FIA President Mohammed Ben Sulayem has defended the wait for clarity over how this year's Formula 1 season will end amid uncertainty over the Middle East security situation but tells The Associated Press that drivers and team staff will not be put “at risk.”</p><p>The F1 season is still scheduled to end Qatar Grand Prix on Nov. 29 and the season finale in Abu Dhabi on Dec. 6, but F1 has been examining potential alternative venues. A replacement finale at the Imola circuit in Italy is widely considered the likeliest option.</p><p>Ben Sulayem told the AP it remains “business as usual. We are not changing anything unless we have to,” and said he's in regular communication with F1 chief executive Stefano Domenicali.</p><p>“Being from that part of the world, we can’t jump the gun and just say, that’s it, we are canceling and then cancel,” he added. “Are we going to allow our people, our staff, the drivers or the teams to go at risk? No, of course not. We will not. But we’ll have also to listen to the governments and to the local promoter there.”</p><p>F1 sets its own calendar and agreements with host venues, but as the governing body, the FIA must approve the schedule and any changes.</p><p>Saudi Arabian Grand Prix was called off and Bahrain moved</p><p>Iran has previously targeted Qatar and the UAE, which includes Abu Dhabi, as part of its response to U.S. airstrikes and F1 called off the other two Middle East rounds earlier in the season — in Bahrain and Saudi Arabia.</p><p>The Bahrain Grand Prix  was rescheduled in Malaysia  for Oct. 4, still with Bahrain branding.</p><p>“Do I feel disappointed? I think human lives are more important than motor sport,” said Ben Sulayem, who is from the United Arab Emirates, when asked about the impact on his home region of losing its events.</p><p>“And the well-being of my family being there and the UAE nationals and everyone that lives there comes as a priority.”</p><p>Ben Sulayem added that “for the time being, there is no emergency” in deciding a calendar for the 2027 season.</p><p>Imola could mean another party in Italy for Antonelli</p><p>If the season does end in Imola, it would mean that Kimi Antonelli’s quest to become F1’s youngest champion could now end with the party of a lifetime, just down the road from his home city of Bologna.</p><p>When Antonelli raced there last year, he invited his family and his whole school class to see him at the track.</p><p>The 20-year-old Antonelli moved 66 points clear in the title race with a statement victory at the Italian Grand Prix on Sunday, after an epic fightback from the back of the grid.</p><p>___</p><p>Ellingworth reported from Duesseldorf, Germany.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DOCQMHP7S4M7H7PZZFKJMHASXU.jpg?auth=3fd0044945928914b6d58966902efa427d5bd21bd2ea1b1b6708c0d8742473f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIA President Mohammed Ben Sulayem talks with the Associated Press during an interview prior to the start of Italy's Formula One Grand Prix, at the Monza racetrack, Italy, Sunday Sept. 6, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVXWZJ5GWNNHZKCFCPZRFWOGZM.jpg?auth=5db6d30b71d501e4d43efb41b5c58c5c60b66066e6cb8a3d416ec0aa5afbc450&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mohammed Ben Sulayem President of the Federation Internationale de l'Automobile (FIA) gestures after the qualifying session ahead of the Italian Formula One Grand Prix, in Monza, Italy, Saturday, Sept. 5, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7QUGJIXG33SJ6SW3O3RBT5VH4.jpg?auth=8f478421248a2eb9fe6450c410b01b91faf06b0c1335ff0afa70befab2bc32a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIA President Mohammed Ben Sulayem talks with the Associated Press during an interview prior to the start of the Italy's Formula One Grand Prix, at the Monza racetrack, Italy, Sunday Sept. 6, 2026. (AP Photo/Luca Bruno)]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CTYHDOZKT5BBI55RX63C3KKQCQ.jpg?auth=49e3b95b2c7b3e3cbe8388958d321427fd453224589331f7b3f50293049f9424&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mercedes driver Andrea Kimi Antonelli of Italy celebrates on the podium after winning the Italian Formula One Grand Prix race, in Monza, Italy, Sunday, Sept. 6, 2026. (AP Photo/Antonio Calanni)]]></media:description><media:credit role="author" scheme="urn:ebu">Antonio Calanni</media:credit></media:content></item><item><title><![CDATA[Cambio de liderazgo en el Canal de Panamá: Ilya Espino, primera mujer que asume la administración]]></title><link>https://www.local10.com/espanol/2026/09/07/cambio-de-liderazgo-en-el-canal-de-panama-ilya-espino-primera-mujer-que-asume-la-administracion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/cambio-de-liderazgo-en-el-canal-de-panama-ilya-espino-primera-mujer-que-asume-la-administracion/</guid><dc:creator><![CDATA[Por ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE PANAMÁ (AP) — La ingeniera naval Ilya Espino de Marotta asumió el lunes como la primera mujer al frente de la administración del Canal de Panamá y prometió que su gestión llevará adelante una agenda de transformación enfocada en asegurar el agua, enfrentar los riesgos climáticos y ampliar el papel de la vía en la logística y el comercio mundial.]]></description><pubDate>Mon, 07 Sep 2026 16:42:06 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — La ingeniera naval Ilya Espino de Marotta asumió el lunes como la primera mujer al frente de la administración del Canal de Panamá y prometió que su gestión llevará adelante una agenda de transformación enfocada en asegurar el agua, enfrentar los riesgos climáticos y ampliar el papel de la vía en la logística y el comercio mundial.</p><p>“Hoy, más que nunca, los panameños podemos comprobar que si bien el canal se ubica en Panamá, su negocio y competencia son globales. Y por ello los eventos geopolíticos y climáticos nos presentan riesgos y oportunidades. Y aquí que la estrategia 2025-2035... incluye una serie de iniciativas y proyectos que buscan asegurar la resiliencia y la adaptación a nuestro recurso más estratégico”, dijo la nueva administradora.</p><p>Impulsada por su liderazgo al frente del multimillonario proyecto de ampliación del canal de la década pasada, Espino dejó la subadministración para tomar el mando pleno, un rol que sólo ocuparon tres panameños desde el traspaso de la ruta interoceánica por parte de Estados Unidos a fines de 1999.</p><p>Para esta ingeniera de 64 años, casada y con tres hijos, su llegada al máximo cargo del canal —motor de la economía panameña y que mueve casi el 3% del comercio marítimo mundial— es una muestra de la capacidad de las mujeres para puestos de dirección en la industria.</p><p>A lo largo de más de 40 años llegó a ocupar posiciones de creciente responsabilidad en áreas técnicas, operativas y de liderazgo.</p><p>Principales desafíos</p><p>Poco antes de asumir, Espino dijo en una entrevista con The Associated Press que su “prioridad” será seguir avanzando en el proyecto para construir un embalse en río Indio en la cuenca hidrográfica del canal, que costará 1.500 millones de dólares y que busca asegurar agua para el consumo del 50% de la población del país centroamericano de más de cuatro millones de personas y ayudar en la futura operación de la ruta, abierta por Estados Unidos en 1914.</p><p>La Junta Directiva del canal la había asignado justo a ella para liderar ese plan por un costo de 1.500 millones de dólares, que entre otras cosas incluye el reasentamiento de comunidades y temas ambientales. Es el proyecto más grande desde la expansión de la vía, que abrió operaciones en junio de 2016 y superó los 5.250 millones de dólares. Las autoridades esperan tenerlo listo el embalse a fines de 2031 o 2032.</p><p>Para Espino, el objetivo es garantizar el consumo de agua futuro sin perder confiabilidad ante la industria naviera. Si los clientes perciben que el canal no está buscando una solución hídrica de largo plazo, advirtió, podrían trasladar sus cargas hacia otras rutas.</p><p>Ese proyecto, que ha generado protestas de ciertas comunidades, toma mayor relevancia en momentos en que el canal enfrenta otro episodio de escasas lluvias producto del fenómeno de El Niño, que llevó recientemente a las autoridades de la vía a restringir el número de barcos que cruzan diariamente por la ruta entre el Atlántico y el Pacífico y viceversa.</p><p>Tensiones geopolíticas</p><p>Como segunda en el escalafón del canal detrás del saliente administrador Ricaurte Vásquez, ella vivió la tensión generada por los reclamos y advertencias respecto al canal vertidas por el presidente Donald Trump antes y después de asumir su segunda mandato.</p><p>Trump llegó a amenazar con la posibilidad de retomar el control del canal argumentando la influencia china en la vía y el trato injusto que según él recibían las navieras de su país. La vía no ha escapado de las tensiones comerciales de Estados Unidos y China. La justicia del país declaró inconstitucional la concesión de los puertos en ambas entradas que tenía un consorcio de Hong Kong, posterior al anuncio de la adquisición de esos y otros puertos por parte de un fondo de inversión estadounidense que está estancada.</p><p>Espino dijo a la AP que su responsabilidad en los próximos siete años al frente del canal será mantener la operación “eficiente, neutral y transparente”. Aclaró que de las cuestiones diplomáticas se encarga el Estado panameño.</p><p>“Después que uno pasó un programa de ampliación, todo es posible"</p><p>Liderar la ampliación de un tercer juego de esclusas para buques más grandes, marcó su carrera a futuro. En ese proyecto estuvo vinculada a áreas como seguridad, ambiente, documentación histórica y controles de proyectos, además enfrentó contratos complejos, arbitrajes, paralizaciones de obras y negociaciones con contratistas internacionales.</p><p>“Después que uno pasó un programa de ampliación, todo es posible”, rememoró en la entrevista. “El hecho de haber liderado la ampliación me abrió puertas a nivel internacional”, acotó. Refirió que fue invitada por la Real Academia de Ingeniería de Londres, participó en un panel junto al diseñador del Burj Khalifa y forma parte del jurado del Premio Reina Isabel de Ingeniería.</p><p>Ella recuerda que decidió utilizar un casco rosado durante los trabajos como un mensaje interno y en respuesta a quienes dudaban de su capacidad en el proyecto, lo que terminó convirtiéndose en un símbolo internacional de liderazgo femenino. “Eso mandó un mensaje al mundo”, destacó.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/63SLB34753NVU2IB4WLWPQNYKU.jpg?auth=84b4463488549157959ce6a202c6d2911708ef21146f3953543d81dd13b5bb5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La administradora del Canal de Panamá, Ilya Espino, se encuentra en el Edificio de la Administración del Canal en la ciudad de Panamá, el viernes 4 de septiembre de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVCJF3USW2SAY5IUZS7E6QX6KM.jpg?auth=5b9d476535f4d8ecac344c7fe5cf8b0d0213de98a56d3cae4d8053335af8d36f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ilya Espino de Marotta, en el centro, asume el cargo de administradora del Canal de Panamá en la ciudad de Panamá, el lunes 7 de septiembre de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I2IZARSV46GWODKGOC3PENWB5A.jpg?auth=8ef85cd4686dfa58c61b6e394e86fbf7ed8a80e6a8c0d8cb443e6cebc97ba793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La administradora del Canal de Panamá, Ilya Espino de Marotta, habla durante su toma de posesión en la ciudad de Panamá, el lunes 7 de septiembre de 2026. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4FT2ZIUQPDPR2NBWP6AUCIT6M.jpg?auth=0c8c78565b331243e010996ef72c14ed5c04d8fa3b7cb53f31bc454b3fd481b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas observan el buque cisterna de GLP *G. Spirit*, de bandera panameña, mientras transita por las esclusas de Agua Clara del Canal de Panamá en Colón, Panamá, el martes 1 de septiembre de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/26IRRFBUBNCXQIWLIALNYIYJ3I.jpg?auth=c4d9aefdd862f479b39bfb336197210aa5c9dd855cbbf2630361855f89d154cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un buque de carga transita por el Canal de Panamá después de que las autoridades anunciaran una reducción en los tránsitos diarios debido a los pronósticos de condiciones de El Niño; Ciudad de Panamá, viernes 24 de julio de 2026. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[AfD party's landslide win in eastern Germany tests country's 'firewall' against the far right]]></title><link>https://www.local10.com/news/world/2026/09/07/afd-partys-landslide-win-in-eastern-germany-tests-countrys-firewall-against-the-far-right/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/afd-partys-landslide-win-in-eastern-germany-tests-countrys-firewall-against-the-far-right/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Alternative for Germany, or AfD, has established itself as a significant political force in the 13 years since its founding, but it has never been part of any state or federal government. That’s a result of what is often called a “firewall” against cooperation with the anti-immigrant, far-right party.]]></description><pubDate>Mon, 07 Sep 2026 13:14:23 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Alternative for Germany, or AfD, has established itself as a significant political force in the 13 years since its founding, but it has never been part of any state or federal government. That’s a result of what is often called a “firewall” against cooperation with the anti-immigrant, far-right party.</p><p>That firewall faces its biggest test after AfD won a landslide victory in Sunday’s election in the eastern German state of Saxony-Anhalt.</p><p>Germany's mainstream parties have long said they would not work with Alternative for Germany, which is classified by Germany’s domestic intelligence agency as an extremist group in some regions of the country — including the eastern state of Saxony-Anhalt. Any dealing by mainstream parties with AfD is particularly sensitive in view of Germany’s Nazi past.</p><p>Many Germans had believed their country had developed an immunity to nationalism and assertions of racial superiority after confronting the horrors of its Nazi past through education and laws to outlaw persecution.</p><p>But as it turns out, that conviction was mistaken, and similar to voters across Europe and elsewhere, voters in Germany are increasingly empowering the extreme far-right party.</p><p>AfD has rejected any accusations of being undemocratic or even anti-constitutional and has repeatedly pushed back against the firewall.</p><p>The firewall taboo has sometimes forced other parties into unusual alliances to keep AfD out of power — for instance, a three-party coalition straddling ideological divisions that governs the eastern state of Thuringia since AfD emerged as the strongest party for the first time in a regional election there two years ago.</p><p>In Germany’s national election last year, AfD achieved the best showing by a far-right party since World War II and became the strongest political force in parts of the country. AfD became the biggest opposition party in parliament after Chancellor Friedrich Merz's center-right Christian Democrats upheld the firewall and formed an unpopular coalition with the center-left Social Democrats.</p><p>The firewall could crack after AfD's latest victory</p><p>AfD won 43.8% of the vote in Sunday's election, more than double its showing five years ago in the state, while Merz's party lost about half its support.</p><p>Merz has strictly rejected any kind of cooperation with AfD in the past and top officials reiterated that stance on Sunday. But other parties in the newly elected state parliament may be less likely to keep up the firewall.</p><p>The AfD candidate for governor, Ulrich Siegmund, aims to become the first far-right head of a state government and has already said he will reach out to all other parties and individual lawmakers to assemble a governing majority.</p><p>While Siegmund has rejected an AfD minority government, his party could possibly govern with the hard-left BSW party, which received 5.3% of the vote. The two parties share a Russia-friendly course and oppose immigration but do not agree on some other subjects.</p><p>BSW could help AfD run Germany's first far-right state government since World War II</p><p>On Monday, BSW’s lead candidate in the election, Thomas Schulze, expressed his party’s willingness to help an AfD governor take office in the state parliament.</p><p>Forming a government that excludes the AfD would only be possible if all the other parties that were elected worked together — CDU, Social Democrats, the Greens, the Left Party, and the BSW. However, a coalition involving five partners would be extremely unusual, very complicated and prone to instability.</p><p>It’s also possible that newly elected lawmakers from other parties could defect to AfD — it would only need three people to get a majority to govern.</p><p>Political analyst Volker Resing said AfD may be able to overcome the firewall after its strong showing in Saxony-Anhalt, with BSW potentially serving as the kingmaker.</p><p>“This tiny party could now play a decisive role in determining the future of Saxony-Anhalt," he told The Associated Press.</p><p>Resing said “it is still unclear” whether the parties will join forces based on their common view toward Russia to overcome the firewall and succeed in forming Germany’s first far-right state government since the end of the Nazi era.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQX46EVC526BLFMWFASAHYZOA4.jpg?auth=73bc9bfa0c845da2f5cb47a76456973dbaa71d6f417761fedcbe1cde3a62b457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Co-leader of Alternative for Germany party, or AfD, Alice Weidel, leaves for a press conference in Berlin, Germany, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6TFDPMGOSFOCURHP76UZOXRFRM.jpg?auth=92e49491fc37adfc02cd0a40a090de5f983cfeadbfdceb18ca5b47f5e6302401&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Co-leaders of Alternative for Germany party, or AfD, Alice Weidel, center, and Tino Chrupalla, right, and top candidate for the Saxony-Anhalt state elections Ulrich Siegmund, left, leave a press conference in Berlin, Germany, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Passengers inside Miami International Airport dealing with delays following fatal plane crash]]></title><link>https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The Federal Aviation Administration issued a full ground stop at Miami International Airport on Sunday after an Amazon cargo plane went off a runway and crashed into several vehicles.]]></description><pubDate>Sun, 06 Sep 2026 22:27:14 +0000</pubDate><content:encoded><![CDATA[<p>The Federal Aviation Administration issued a full ground stop at Miami International Airport on Sunday <a href="https://www.local10.com/news/local/2026/09/06/watch-live-officials-give-updates-on-amazon-cargo-plane-that-went-off-miami-international-airport-runway/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/06/watch-live-officials-give-updates-on-amazon-cargo-plane-that-went-off-miami-international-airport-runway/">after an Amazon cargo plane went off a runway and crashed into several vehicles</a>.</p><p><a href="https://www.local10.com/espanol/2026/09/06/pasajeros-en-el-aeropuerto-internacional-de-miami-enfrentan-retrasos-tras-accidente-aereo-mortal/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/06/pasajeros-en-el-aeropuerto-internacional-de-miami-enfrentan-retrasos-tras-accidente-aereo-mortal/">Leer en español</a></p><figure><img src="https://www.local10.com/resizer/v2/EQQ7MH4FOVF4FHLOP7ORNFFLNU.JPG?auth=a81565baeb6b0020f4912b2381cf26375d539668df007eaad493427a0667160b&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>Five people were killed in the crash and five others were injured -- three in critical condition, officials said. </p><p>Travelers inside the airport were left dealing with extended delays and large crowds as a result of the chaos outside.</p><p>One of MIA’s four runways reopened around 4:15 p.m., and a second was opened around 30 minutes later, according to officials. </p><figure><img src="https://www.local10.com/resizer/v2/A3NMNO334RCUHGETRDMBXKBM5U.jpg?auth=16ed4ec00d66d18c6e1de14ba00f45dddd6786cfeaf82d73ee5988c0d73bacd4&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure><p>The FAA’s real-time airport status information for MIA stated that no planes would be allowed to depart until at least 5:30 p.m.</p><p>Local 10’s Jason Carter spoke to several people inside MIA whose flights were affected, and his full report can be seen at the top of this page. </p><p>“We could actually see the flames from the crash from our airplane,” one passenger said. </p><p>“I already have been in this airport for 10 hours,” another traveler told Local 10 News. “They said wait until 5 o’clock to see if we reopen, and then they canceled the flight.”</p><p>Travelers are urged to check their flight status with their airlines before arriving at the airport. </p><figure><img src="https://www.local10.com/resizer/v2/YUJ4VM4UOVEBVIGGNNCPQU3I5I.jpg?auth=ee83c217a3091bd7741caee5019270fe94909182a58acd0fe2d6e8a8008f5f3a&smart=true&width=1200&height=900" alt="Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County." height="900" width="1200"/><figcaption>Milton Delgado shared this photo after a cargo plane crashed on Sunday afternoon in Miami-Dade County.</figcaption></figure>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in New Hampshire’s state primary]]></title><link>https://www.local10.com/news/politics/2026/09/07/ap-decision-notes-what-to-expect-in-new-hampshires-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/07/ap-decision-notes-what-to-expect-in-new-hampshires-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Two former Republican U.S. Senators eyeing a return to Washington will compete in New Hampshire’s state primary Tuesday for a seat they’ve both sought previously with mixed results. In the Democratic primary for the same U.S. Senate seat, a four-term congressman faces an increasingly competitive challenge on his left flank from a democratic socialist candidate.]]></description><pubDate>Mon, 07 Sep 2026 23:27:23 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Two former Republican U.S. Senators eyeing a return to Washington will compete in New Hampshire’s state primary Tuesday for a seat they’ve both sought previously with mixed results. In the Democratic primary for the same U.S. Senate seat, a four-term congressman faces an increasingly competitive challenge on his left flank from a democratic socialist candidate.</p><p>Voters will also select nominees for U.S. House, governor and other state offices.</p><p>The race to replace retiring three-term Democratic U.S. Sen. Jeanne Shaheen is one of a handful across the country that could determine control of the U.S. Senate for the second half of President Donald Trump’s final term. Democrats need a net gain of four seats to retake the chamber, and keeping New Hampshire in their column is a key part of that effort.</p><p>In the Republican primary, former U.S. Sens. John Sununu and Scott Brown are among eight candidates seeking the nomination. Sununu won the seat when it was last open in 2002, defeating then-Gov. Shaheen, but she ousted him in 2008 after one term. Brown was elected in Massachusetts in 2010 to serve out the remaining three years of the late Democratic U.S. Sen. Edward Kennedy’s final term. After his defeat for a full term in 2012, Brown moved to New Hampshire and challenged Shaheen in 2014, losing narrowly.</p><p>Brown endorsed Trump just ahead of his 2016 New Hampshire presidential primary victory. Trump later appointed Brown to serve as U.S. ambassador to New Zealand and Samoa in his first term. Trump is now backing Sununu over Brown in the primary, despite an ongoing war of words he’s had with the Sununu family over the years.</p><p>Sununu endorsed Trump’s rival Nikki Haley for president in 2024 and penned an op-ed that year under the headline “Trump is a loser.” That echoed a critique Sununu’s father, former White House Chief of Staff John H. Sununu, made of Trump during the 2016 presidential primaries, when he told ABC News that Trump had been “a loser all his life.” Trump called the elder Sununu “ a main loser.”</p><p>The former senator’s brother, former Gov. Chris Sununu, also endorsed Haley in 2024 and once called Trump “ (expletive) crazy.” Chris Sununu was one of the president’s top Republican critics and was a frequent target of Trump’s ire on social media.</p><p>Sununu has outraised Brown for the campaign overall, $4.1 million to about $2.2 million, although Brown has spent more of his haul than Sununu. Sununu had about $3 million remaining in his campaign account as of Aug. 19, compared to about $417,000 for Brown.</p><p>Americans for Prosperity Action, a super PAC tied to the conservative Koch political network, has spent at least $3.3 million on the race since June 30 in support of Sununu and against U.S. Rep. Chris Pappas, the Democratic front-runner.</p><p>Pappas has served in the U.S. House since 2019 and has held elected office almost continuously since graduating from college in 2002. He defeated Karoline Leavitt in his 2022 reelection bid before her stint as Trump’s White House press secretary.</p><p>He has the backing of much of the state’s Democratic political establishment, including Shaheen, U.S. Sen. Maggie Hassan and former Gov. John Lynch. Former Vice President Kamala Harris endorsed him on Aug. 31.</p><p>Pappas faces four other candidates for the Democratic nomination, including Karishma Manzur, a progressive activist and scientist with a doctoral degree in biochemistry and molecular biology. She is a member of the Democratic Socialists of America.</p><p>Independent polling from the University of New Hampshire shows that while Pappas continues to lead the primary field, Manzur has gained ground over the summer. A win by Manzur would be the latest high-profile victory this summer for progressive candidates over more moderate candidates backed by the Democratic establishment.</p><p>Pappas still has a commanding fundraising lead, with more than $15 million raised and about $4.3 million in the bank as of Aug. 19, compared to $415,000 raised and $104,000 in the bank for Manzur.</p><p>Crowded primaries are also underway in the 1st Congressional District to replace Pappas. Among the seven active candidates in the Democratic primary are former Portsmouth City Council member Stefany Shaheen, who is Jeanne Shaheen's daughter, and Maura Sullivan, who served as a Defense and Veterans Affairs official in former President Barack Obama's administration. The Republican field includes state Rep. Brian Cole, auto dealership owner Anthony DiLorenzo and iron works CEO Hollie Noveletsky.</p><p>Republican Gov. Kelly Ayotte faces minimal opposition in her bid for renomination to a second term. She will face Democrat Cinde Warmington in November.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Poll closing times vary across the state. Most polls close at 7 p.m. ET, but some close at 7:30 p.m. or 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, executive council, state Senate and state House.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or undeclared voters with no party affiliation may participate in either primary, but voting in a primary will affiliate them with that party. New voters may register on primary day at a polling site, but the deadline to change party affiliation for voters who are already registered was in June.</p><p>How many voters are there?</p><p>As of Aug. 3, there were about 899,000 registered voters in New Hampshire, including about 300,000 Republicans, 247,000 Democrats and about 352,000 undeclared voters.</p><p>How many people actually vote?</p><p>About 148,000 Republican primary ballots and about 96,000 Democratic primary ballots were cast in the 2022 state primaries.</p><p>About 135,000 Republican primary ballots and about 118,000 Democratic primary ballots were cast in the 2024 state primaries.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 8% of Democratic primary ballots in both the 2022 and 2024 state primaries were absentee ballots cast by mail or in person. In recent Republican state primaries, absentee votes made up 4% of the total vote in 2022 and about 5% in 2024.</p><p>The New Hampshire Secretary of State has not disclosed the number of absentee ballots cast ahead of Tuesday’s primary.</p><p>When are early and absentee votes released?</p><p>New Hampshire runs elections at the town and city level. There are 238 separate jurisdictions administering local elections, and they vary in terms of how and when they release results. Most of the larger jurisdictions in the state release all or nearly all their results from both absentee and in-person Election Day voting in their first vote updates of the night. Other large jurisdictions release a mix of results throughout the night.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 8:03 p.m. ET, or three minutes after the last polls closed. The vote count passed the halfway mark at 9:37 p.m. ET. The last vote update of the night was at 2:04 a.m. ET with about 92% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in New Hampshire, but in state primaries, a losing candidate may request and pay for a recount if the margin is 10 votes or less than 1.5% of the total vote. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 56 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p><p>__</p><p>An earlier version of this story said Jeanne Shaheen is a two-term senator; she is in her third term. It also said there are eight active candidates in the 1st Congressional District Democratic primary; there are now seven.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AD3HFWTI7X5NT6W3VN7LWBC2ZM.jpg?auth=ddce1e2b7d987139e794ace29d76ee2670c8a075cbe104ba78c7c72282b35e3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Sen. John E. Sununu, who is seeking the GOP nomination for his old seat, takes a selfie with supporter Sudie Francouer, in Berlin, N.H., Saturday, Aug. 22, 2026. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZDE7L5BZEUD3VIN5Q5WBQGS3Y.jpg?auth=cb8c8a4b383a67b764e17d87b136626a36fa152a650b6884959a57008175cc63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former U.S. Sen. Scott Brown listens to a voter in Londonderry, New Hampshire, on Thursday, Aug. 27, 2026, as he campaigns for the GOP nomination for the state’s open Senate seat. (AP Photo/Holly Ramer)]]></media:description><media:credit role="author" scheme="urn:ebu">Holly Ramer</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Rhode Island’s state primary]]></title><link>https://www.local10.com/news/politics/2026/09/07/ap-decision-notes-what-to-expect-in-rhode-islands-state-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/07/ap-decision-notes-what-to-expect-in-rhode-islands-state-primary/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Rhode Island Gov. Dan McKee faces a tough Democratic primary challenge Wednesday in his bid for a second full term. Ocean State voters will also choose nominees for a full slate of federal, state and local offices.]]></description><pubDate>Mon, 07 Sep 2026 12:03:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Rhode Island Gov. Dan McKee faces a tough Democratic primary challenge Wednesday in his bid for a second full term. Ocean State voters will also choose nominees for a full slate of federal, state and local offices.</p><p>McKee was elected governor by a wide margin in 2022 after first assuming the role in March 2021 when then-Gov. Gina Raimondo stepped down to become U.S. commerce secretary. He now is at risk of becoming the nation’s first elected governor since 2014 to lose renomination and the first in Rhode Island since 1994.</p><p>His challenger is Helena Buonanno Foulkes, a former longtime executive with Rhode Island-based CVS. She placed a close second behind McKee in the five-way 2022 Democratic primary. She is the niece of former Democratic Sen. Chris Dodd of Connecticut.</p><p>A top issue in the campaign has been McKee’s handling and oversight of the reconstruction of the Washington Bridge, which connects Providence and East Providence and carries 100,000 vehicles per day. McKee closed the westbound bridge in December 2023 after authorities discovered critical structural flaws. Authorities then determined in March 2024 that the bridge would need to be demolished and replaced. State officials initially estimated the bridge would be reopened to traffic this year, but that has since been pushed back to Nov. 2028.</p><p>Campaign ads have also referenced a 2024 joint investigation of McKee by the state Attorney General Peter Neronha and the state police that found that the governor “personally and directly intervened” in the awarding of a multimillion-dollar state contract, but that he did not violate the state’s bribery or campaign finance laws. Neronha endorsed Foulkes in March.</p><p>McKee meanwhile has focused on Foulkes’ work at CVS and the company’s alleged role in fueling the opioid crisis.</p><p>Foulkes’ campaign fundraising and spending has almost doubled that of McKee’s, according to state campaign finance records. Independent polling from the University of New Hampshire shows that Foulkes has maintained a lead over McKee throughout the year, although in the latest poll many voters remained undecided.</p><p>McKee won the 2022 primary with 32.8% of the vote, just ahead of Foulkes with 29.9% and then-Secretary of State Nellie Gorbea with 26.2%. McKee narrowly carried most of the state’s most populous cities, including Warwick, Cranston, East Providence and Pawtucket. The state’s largest prize, Providence, went for Gorbea, with McKee placing second. Foulkes did best in most of the towns and cities around Narragansett Bay.</p><p>In the Republican primary, Aaron Guckian and Elaine Pelino are vying for the nomination. Guckian is a state trade association executive and was the nominee for lieutenant governor in 2022. He won the two-way primary that year with about 68% of the vote. Pelino is a former actress and first-time candidate. The state party has endorsed Guckian.</p><p>McKee won the 2022 general election with about 58% of the vote. It’s been 20 years since Rhode Island elected a Republican governor. Since then, no Republican gubernatorial nominee has won more than 39% of the vote in the general election.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in contested primaries for U.S. Senate, U.S. House, governor, lieutenant governor, attorney general, state Senate, state House and Providence mayor.</p><p>Who gets to vote?</p><p>Registered party members may vote only in their own party’s primary. In other words, Democrats can’t vote in the Republican primary or vice versa. Independent or unaffiliated voters may participate in either primary.</p><p>How many voters are there?</p><p>As of Sept. 1, there were about 793,000 registered voters in Rhode Island. Among the 695,000 active registered voters, about 235,000 were Democrats, about 100,000 were Republicans and about 359,000 were unaffiliated.</p><p>How many people actually vote?</p><p>About 59,000 Democratic primary votes and about 19,000 Republican primary votes were cast in the 2024 U.S. Senate primaries.</p><p>About 114,000 Democratic primary votes and about 21,000 Republican primary votes were cast in the 2022 primaries for governor.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 32% of the 2024 Democratic U.S. Senate primary vote was cast early in-person or by mail, compared to about 22% in the Republican primary. Early and mail votes made up a smaller share in the 2022 gubernatorial primaries: 27% in the Democratic primary and 14% in the Republican primary.</p><p>As of Thursday, about 30,000 Democratic primary ballots and about 3,500 Republican primary ballots had already been cast in Wednesday’s election.</p><p>When are early and absentee votes released?</p><p>Rhode Island runs elections at the town and city level. All 39 jurisdictions are expected to release a mix of vote results from all vote types over the course of the night. The release of early in-person and mail voting is not frontloaded to the start of the night.</p><p>How long does vote-counting usually take?</p><p>In the 2024 state primary, the AP first reported results at 8:05 p.m. ET, or five minutes after polls closed. The last vote update of the night was at 10:20 p.m. ET with about 98% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There are no automatic recounts in Rhode Island, but recounts may be requested depending on the vote margin. For contests with more than 100,000 votes cast, a recount may be requested if the vote margin is less than 0.5 percentage points or fewer than 1,500 votes, whichever is less. For races in which between 20,000 and 100,000 votes are cast, the vote margin must be less than 1 percentage point or fewer than 500 votes. If the total number of votes cast is less than 20,000, the margin to request a recount is 2 percentage points or fewer than 200 votes. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Wednesday, there will be 55 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ORC5HJCHD7TOTTBF7R4A7PCRG4.jpg?auth=1ee8e06d15edc236ce39c762b769b075929d70f7d1585c4e5318aad148230716&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sign directs voters to an entrance for City Hall during early voting for the Rhode Island primary election, Wednesday, Sept. 2, 2026, in Providence, R.I. (AP Photo/David Goldman)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/633OQAKSW365OI7JWWWWVQZBNY.jpg?auth=4d595c3a429d58b4f6e3fc762113af6e17cbe97c4601a9c094085423f1ba91ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rhode Island Gov. Dan McKee gives an acceptance speech in front of supporters at a primary election night watch party in Providence, R.I., Sept. 13, 2022. (AP Photo/David Goldman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7E6ETZUWHGALUIE3I553OEC66Y.jpg?auth=c98ec9f910740d2474fd015edde88fb4b90b83735804bf2934757f215016571e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Candidate for Rhode Island governor Helena Buonanno Foulkes speaks during a Get Out the Vote event, Sunday, Aug. 30, 2026, in Providence. (AP Photo/Mark Stockwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Stockwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3U5TTVLMEMHLC6LA476OZXUHSA.jpg?auth=59d09a2a7cef4d8fb92fbd19c49e0812b085a57ddb5c32b122a7dd131c5d6102&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Diverted traffic passes a closed portion of the Washington Bridge, March 8, 2024, in East Providence, R.I. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Chinese theater, promoter fined for altered patriotic song in a comedy show]]></title><link>https://www.local10.com/entertainment/2026/09/07/chinese-theater-promoter-fined-for-altered-patriotic-song-in-a-comedy-show/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/07/chinese-theater-promoter-fined-for-altered-patriotic-song-in-a-comedy-show/</guid><dc:creator><![CDATA[By HUIZHONG WU, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — Authorities fined two companies and said that one of China’s best-known comedians had caused a “negative impact” on society, after an audience reported him for changing the lyrics of a patriotic song during a performance.]]></description><pubDate>Mon, 07 Sep 2026 11:58:53 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — Authorities fined two companies and said that one of China’s best-known comedians had caused a “negative impact” on society, after an audience reported him for changing the lyrics of a patriotic song during a performance.</p><p>The Culture and Tourism Bureau in Wuhan city said Monday they found the comedian Guo Degang “distorted” a patriotic song. It fined the company hosting Guo and the theater for violating rules on commercial performances. It also said it will “deal seriously” with relevant personnel, without specifying what those punishments will entail.</p><p>Guo is considered the country’s most prominent performer of traditional xiangsheng, a form of Chinese comedic dialogue using word play and rhymes. He was placed under investigation by the Wuhan authorities in August, local media reported.</p><p>“Revolutionary songs carry the memory of the Chinese nation’s War of Resistance and the feelings of the people. No organization or person can be allowed to distort or misrepresent them,” authorities said in the statement announcing the fine, referring to the Chinese resistance against Japan starting in 1937.</p><p>Guo’s performance had been approved in advance by the Wuhan authorities, but the lyric change was not, which may have violated regulations governing commercial performances, Chinese state media previously reported.</p><p>State media also said that Guo used “mocking words” at the end of the song.</p><p>The lyrics are from “Playing My Beloved Pipa,” a song from “Railway Guerrilla,” a well-known 1950s film about Communist-led guerrillas fighting Japanese forces during World War II. Pipa is a traditional Chinese stringed instrument, similar to a lute.</p><p>Guo had been on tour and multiple shows were canceled after the incident. He has not performed in public since and his troupe's social media page has stopped updating.</p><p>Guo did not immediately respond to a request for comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z4FDDMGD4Z3AZXCYU5AK6XQ3ZU.jpg?auth=ef84766cd235151d240926dac653ccc197fd5ddee839b4f017c83109bfe014a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman pushes a cart past a Deyunshe theater, part of the comedy group founded by Guo Degang, in Beijing, Saturday, Aug. 22, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SY3JHYIRNP37JV25LRRD527NFU.jpg?auth=4e37d04ef4e8b76067af5ad0863bab39b1a939ffe9be9a4fb8f29bd168c23701&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Deyunshe theater, part of the comedy group founded by Guo Degang, is seen in Beijing, Saturday, Aug. 22, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content></item><item><title><![CDATA[Florida Vintage: Early moments at Local 10 that helped make Kristi Krueger an icon ]]></title><link>https://www.local10.com/features/2026/09/07/florida-vintage-early-moments-at-local-10-that-helped-make-kristi-krueger-an-icon/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/07/florida-vintage-early-moments-at-local-10-that-helped-make-kristi-krueger-an-icon/</guid><description><![CDATA[As Kristi Krueger steps away from the anchor desk after 33 years, we’re looking back at some of the early moments that made her a Local 10 icon.]]></description><pubDate>Mon, 07 Sep 2026 11:56:27 +0000</pubDate><content:encoded><![CDATA[<p>As Kristi Krueger steps away from the anchor desk after 33 years, we’re looking back at some of the early moments that made her a Local 10 icon.</p>]]></content:encoded></item><item><title><![CDATA[At Venice, Ellen Burstyn reflects on playing Marilyn Monroe and a lifetime in movies]]></title><link>https://www.local10.com/entertainment/2026/09/07/at-venice-ellen-burstyn-reflects-on-playing-marilyn-monroe-and-a-lifetime-in-movies/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/07/at-venice-ellen-burstyn-reflects-on-playing-marilyn-monroe-and-a-lifetime-in-movies/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[VENICE, Italy (AP) — Of all the roles Ellen Burstyn might have been offered in her 90s, that of Marilyn Monroe seemed fairly unlikely. But then one day Maggie Gyllenhaal came to her apartment to talk about a wild idea: What if she played Monroe at 100?]]></description><pubDate>Mon, 07 Sep 2026 17:09:49 +0000</pubDate><content:encoded><![CDATA[<p>VENICE, Italy (AP) — Of all the roles Ellen Burstyn might have been offered in her 90s, that of Marilyn Monroe seemed fairly unlikely. But then one day Maggie Gyllenhaal came to her apartment to talk about a wild idea: What if she played Monroe at 100?</p><p>“It sounded like a good idea to me,” Burstyn told The Associated Press.</p><p>Their 17-minute short film, “Flesh Impact,” had its world premiere Monday at the Venice Film Festival, where Burstyn, 93, also received a Golden Lion for Lifetime Achievement.</p><p>Ellen Burstyn's Marilyn Monroe moment</p><p>Though Burstyn never met Monroe, who died at 36, there was overlap. They shared a massage therapist, who would tell stories about his late friend. He even told Burstyn that she was actually quite like Monroe, and lent her one of Monroe's old books called “The Thinking Body,” which had some treasures like old receipts inside.</p><p>“I knew that she was not what she presented as her persona and that actually that’s a persona that she created,” Burstyn said. “She created the whole concept of Marilyn Monroe and played it.”</p><p>Once, she saw her in a nightclub and Monroe nodded at her.</p><p>“She was so startlingly beautiful and she caught my eye and … I felt that she recognized me,” Burstyn said. “I was very early in my career. And the fact that she recognized me, I just felt so honored and pleased.”</p><p>The Monroe short came about in somewhat unconventional fashion, through the luxury car company Genesis, whose chief marketing officer Amy Marentic approached Gyllenhaal about doing something around what would have been Monroe’s 100th birthday in June.</p><p>Gyllenhaal asked for a weekend to think about it, and landed on Marilyn, at 100, “doing basically the most vulnerable, one of the most vulnerable things I think an actor can do, which is audition, alone on a stage.”</p><p>Burstyn was the first actor she thought of.</p><p>“I just had this feeling maybe this is an opportunity for her to think about things in a new way,” Gyllenhaal said.</p><p>The two found that they shared a similar language and approach to the work.</p><p>“We are interested in the depth of what’s being revealed. And we both want to go there,” Burstyn said. “If we’re going to be doing anything, we’re gonna be doing it from there.”</p><p>The Gloria Steinem effect</p><p>Though nothing has really changed very much in how Burstyn chooses roles over the years — she just wants to be moved or challenged — having a set populated largely by women was a far cry from how things were when she was starting out.</p><p>“When I first started working, which was 150 years ago, there were no women on the set. There were no women crew. There was no woman behind the camera. If a woman was on set, that meant that she was an actress,” Burstyn said in a news conference Monday. “Then, slowly, thanks to blessed Gloria Steinem who just died, the consciousness started to change.”</p><p>Burstyn is also in a feature film, Kornél Mundruczó’s “Place to Be” alongside Taika Waititi, that’s playing at the festival. She’s feeling “slightly overwhelmed” by the whole thing.</p><p>“I have been asking myself, why do I deserve this? What have I done? It’s a long career,” she said. “And I finally came to it today that I wouldn’t have had this career without my training.”</p><p>Celebrating a long career</p><p>Perhaps that is a bit modest for someone who has won an Oscar, for “Alice Doesn’t Live Here Anymore,” a Tony and two Emmys for her acting. In her over 50 years in the business, she’s appeared in around 150 films and is a co-president of The Actors Studio. Burstyn even teaches acting classes occasionally, continuing the legacy of her mentor and acting coach Lee Strasberg.</p><p>“Her artistry, which could illuminate pain and everyday resilience with dignity, irony and courage, remains an absolute model of authenticity in performance and civic engagement within the craft of acting,” festival director Alberto Barbera said in a statement.</p><p>Sitting alongside Gyllenhaal the day before the big award, she described her outfit, a gown, and wondered if it was too much. Her director assured her it wasn’t: This was her day.</p><p>“I’m just really very happy to be here and very grateful to receive this award and grateful to this lady who put me in this interesting and deep and funny and wonderful movie,” Burstyn said.</p><p>___</p><p>For ongoing coverage of the 2026 Venice Film Festival, visit: https://apnews.com/hub/venice-film-festival</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZR7HIHGRGGWNQHTPAEFEDHO6PI.jpg?auth=424ff975dd0affd59cc75ddf80c7b512eaef6fd52ecc7c4951fe5822f208f3ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ellen Burstyn receives the golden lion for lifetime achievement during the 83rd edition of the Venice Film Festival in Venice, Italy, on Monday, Sept. 7, 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/JTPKRKC5YPSY7HMGMG52G6HJOM.jpg?auth=f17ee29a06846ddbb6587eed2bc5cbd119d9501a4f414c9c236dec134ca00d62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ellen Burstyn wipes a tear from her eye after receiving the golden lion for lifetime achievement during the 83rd edition of the Venice Film Festival in in Venice, Italy, on Monday, Sept. 7, 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/KC52MJL4NOPY4WMFFI3X7N5R5E.jpg?auth=6c45dd73d6bea8ea2839591c48ff9771e1759ff34f24675308242c82eb2f9604&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ellen Burstyn receives the golden lion for lifetime achievement during the 83rd edition of the Venice Film Festival inl in Venice, Italy, on Monday, Sept. 7, 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/6IPT345KN4625SY4B6LQVKRTGQ.jpg?auth=5afff2d1852f0598047d1bbabf9cbbac59e5ec84db685a09c525aceb77e60ce4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ellen Burstyn speaks to the audience after receiving the golden lion for lifetime achievement during the 83rd edition of the Venice Film Festival in Venice, Italy, on Monday, Sept. 7, 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/WICWDTL6ARN4I6K435TR6UEVU4.jpg?auth=bfbd5b38b3357d1a55df781cf4f17772d7aedc229051262422baf22775165297&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maggie Gyllenhaal speaks to the audience prior to Ellen Burstyn receiving the golden lion for lifetime achievement during the 83rd edition of the Venice Film Festival in Venice, Italy, on Monday, Sept. 7, 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[Party's over for crypto scammers who went on a spending spree after a $240 million bitcoin theft]]></title><link>https://www.local10.com/news/florida/2026/09/07/partys-over-for-crypto-scammers-who-went-on-a-spending-spree-after-a-240-million-bitcoin-theft/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/09/07/partys-over-for-crypto-scammers-who-went-on-a-spending-spree-after-a-240-million-bitcoin-theft/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — They pulled off one of the largest cryptocurrency thefts in U.S. history, duping a stranger out of bitcoin worth over $240 million. They tried to hide their digital fingerprints, carrying out a sophisticated scheme to launder the proceeds.]]></description><pubDate>Mon, 07 Sep 2026 11:53:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — They pulled off one of the largest cryptocurrency thefts in U.S. history, duping a stranger out of bitcoin worth over $240 million. They tried to hide their digital fingerprints, carrying out a sophisticated scheme to launder the proceeds.</p><p>And then the party started.</p><p>The scammers — a network of young men in their late teens or early 20s — celebrated the August 2024 heist by embarking on a wild spending spree. They purchased fleets of sports cars, flew on private jets, hired security guards and rented mansions in Miami and the Hamptons. An alleged ringleader, 22-year-old Malone Lam, spent over $569,000 in one evening at a Los Angeles night club.</p><p>Their bender lasted a month before FBI agents arrested Lam on charges that he organized a "social engineering" attack on the Washington, D.C., resident. Lam, an eighth-grade dropout from Singapore, has a plea agreement hearing set for Tuesday. His conviction would be a capstone for the government's investigation.</p><p>The charges against Lam and 17 others are an extreme example of an increasingly common form of cybercrime. Complaints of cryptocurrency investment fraud to the FBI rose by nearly 50% in 2025, while Republican President Donald Trump's administration largely abandoned a regulatory crackdown on the volatile industry.</p><p>Last year, the Justice Department disbanded a unit dedicated to prosecuting crypto-related crimes. Meanwhile, crypto companies that complained of unfair treatment during Democratic President Joe Biden's presidency are enjoying the government's hands-off approach under Trump, who took in roughly $1.2 billion from his crypto businesses in 2025.</p><p>Cybersecurity researcher Allison Nixon, who has spent years tracking The Com, an underground subculture of young hackers united by the “insane amount of money” that crypto fraud can generate, advocates for more law enforcement resources to go after them.</p><p>“If we don’t seriously ramp up the resources to take these people down and do it faster, then it’s going to spread more and more,” she said.</p><p>Scammers nabbed millions though ‘social engineering’ heist</p><p>A man identified as “Victim 7” in court filings was at home in Washington on Aug. 18, 2024, when his phone rang. The first caller identified himself as a Google representative inquiring about attempts to breach his account. A second, claiming to be from the Gemini crypto exchange, warned the man of a malware attack affecting his crypto wallet.</p><p>The callers manipulated the man into giving them access to his Google Drive and revealing security codes that allowed Lam to siphon off over 4,100 bitcoin, according to prosecutors. They said Lam and his friends on the calls — Veer Chetal and Jeandiel Serrano — targeted the man because he was a wealthy, longtime crypto investor.</p><p>A private recording captured the moment when the friends realized how much money they just stole, according to a video posted by a well-known private investigator of cryptocurrency crimes who goes by ZachXBT.</p><p>“Oh, my God! Bro, bro, I'm going to spaz out!” a voice on the video said.</p><p>Once they swiped the man's savings, they used money laundering specialists to wash it through multiple exchange platforms and convert virtual currency into government-issued cash.</p><p>It wasn't the first social engineering scam for the friends, who met in online gaming forums. They had teamed up on other multimillion-dollar thefts since late 2023 using a similar playbook, according to prosecutors.</p><p>This time, however, one of them made a costly mistake: Serrano failed to conceal his IP address when he created an account on a cryptocurrency exchange to hold nearly $30 million in stolen crypto, according to prosecutors. Investigators linked the IP address to a home in Encino, California, that Serrano was renting for $47,500 a month.</p><p>Lavish spending quickly drew attention</p><p>Serrano was vacationing in the Maldives when investigators identified him as a suspect. Lam was in Los Angeles, where he and friends spent $4 million at nightclubs in one month, authorities say. Chetal gifted a Lamborghini to his parents and hid a duffel bag filled with $500,000 in cash in their laundry machine.</p><p>Word of their windfall quickly spread in crypto scammers' circles. A week after the big score, Chetal's parents were driving in Danbury, Connecticut, when several masked men cut them off, forced them out of their new car, beat Chetal's father with a baseball bat, shoved the couple into a van and bound their hands.</p><p>The captors, from Miami, had intended to use Chetal's parents as leverage for extorting him into giving up his share of the stolen crypto. But the ransom plot fell apart when witnesses notified police, who apprehended the carjackers.</p><p>The FBI showed up to search Chetal's apartment in Brunswick, New Jersey, on Sept. 9, 2024, and found $37 million in stolen crypto in his possession. He agreed to cooperate with their investigation.</p><p>Lam was attracting attention, too, for spending hundreds of thousands of dollars a night at clubs and tossing handbags worth tens of thousands of dollars to women in the crowds. He also used stolen cryptocurrency to buy a $2 million watch and over 30 cars, including custom Porsches, Lamborghinis and Ferraris, according to the FBI.</p><p>“This luxury lifestyle, of which so many young men and women could only dream, was just built on a foundation of fraud,” a prosecutor, William Hart, said during a recent sentencing hearing for a money laundering co-defendant.</p><p>‘Ferris Bueller gone bad’</p><p>Serrano was wearing a $500,000 watch when FBI agents arrested him at Los Angeles International Airport on Sept. 18, 2024. He initially professed his innocence but soon admitted to having roughly $20 million of the D.C. man's stolen crypto, prosecutors said.</p><p>Lam was arrested at one of his Miami mansions on the same day as Serrano. An off-duty law enforcement officer had tipped off Lam that authorities were on their way to arrest him, the indictment says.</p><p>“We always talked about what it would be like if I were to go down, but never thought it would be this crazy,” Lam told associates from jail on a recorded call, according to his indictment.</p><p>The judge for Lam's initial court appearance in Miami sounded astonished by a prosecutor's summary of his lavish spending.</p><p>"I could only think of Ferris Bueller gone bad," U.S. Magistrate Alicia Valle said, referring to the school-skipping protagonist of the 1986 movie “Ferris Bueller's Day Off.”</p><p>Lam's capture didn't stop the splurging. Ferro, who pleaded guilty to a racketeering conspiracy charge last year, used stolen funds to cover Lam’s legal expenses.</p><p>Judgment Days</p><p>Eighteen defendants have been charged. Lam would be the 11th to plead guilty. At Lam's first court appearance, a prosecutor estimated that his sentencing guidelines would recommend a prison term of at least 14 years upon conviction.</p><p>U.S. District Judge Colleen Kollar-Kotelly, who presides over Lam's case, already has sentenced three of his co-conspirators. She sentenced two money launderers to prison terms of approximately six years.</p><p>Chetal pleaded guilty to conspiracy charges in November 2024 and awaits sentencing. Serrano's charges remain pending.</p><p>Tucker Desmond, who pleaded guilty to destroying evidence of other plotters' crimes, was sentenced to probation. Desmond apologized at his sentencing hearing in March, saying he “got obsessed with the image of success rather than actually becoming a hard-working individual myself.”</p><p>Ferro declined to address the court during his sentencing hearing in May. His attorney, Kevin Wilson, described the co-defendants as mischievous “young kids," but the judge didn't accept that as an excuse.</p><p>“Being young only goes so far,” Kollar-Kotelly said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SEFVWXHOHXZ75WJXX3ZZBIMFGY.jpg?auth=7ab65eee62d49fcc1bd7f2cb80416876a55daf6daaf84b5b0006d4c52784f12b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This Justice Department grand jury superseding indictment against Malone Lam and his co-defendants is photographed Friday, Sept. 4, 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/NT7R2GQYHWTZEQQASU7XKTSFQM.jpg?auth=7abe0c8e79401b523c6cf4a0525a32fd7d4f122dc5becc36b3593b8cdca72275&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This Justice Department court filing in the case against Hamza Doost and Kunal Mehta, that includes a photo of Malone Lam, is photographed Friday, Sept. 4, 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/ZD5MJI4IYJZNPJDXZVBHLCPXLQ.jpg?auth=a5e9ea57fb91dbe9409f56503b34fc4aeae017c314967f8502d39dc0346fb609&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This Justice Department court filing in the case against Hamza Doost and Kunal Mehta, that includes a photo of Malone Lam, is photographed Friday, Sept. 4, 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/EWR2AXPXCDDBCBLZ2EFL24MBFM.jpg?auth=34a84db5043ff61b85ec34279ae7e5870d18c631df5a188cc9cbc51894353476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This Justice Department court filing in the case against Hamza Doost and Kunal Mehta, that includes a photo of Malone Lam, is photographed Friday, Sept. 4, 2026. (AP Photo/Jon Elswick)]]></media:description><media:credit role="author" scheme="urn:ebu">Jon Elswick</media:credit></media:content></item><item><title><![CDATA[Host Germany avoids early exit from women’s FIBA World Cup, France sets 3-pointer record]]></title><link>https://www.local10.com/sports/2026/09/07/host-germany-avoids-early-exit-from-womens-fiba-world-cup-france-sets-3-pointer-record/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/host-germany-avoids-early-exit-from-womens-fiba-world-cup-france-sets-3-pointer-record/</guid><dc:creator><![CDATA[By CIARÁN FAHEY, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Host Germany avoided embarrassment at the women’s FIBA World Cup on Monday while Spain advanced to the quarterfinals and France set a record for 3-pointers.]]></description><pubDate>Mon, 07 Sep 2026 21:46:01 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Host Germany avoided embarrassment at the women’s FIBA World Cup on Monday while Spain advanced to the quarterfinals and France set a record for 3-pointers.</p><p>Germany faced the prospect of elimination in its final group game against Mali but the host was never in danger in front of a sell-out crowd at the Berlin Arena with Frieda Bühner (21 points) and Luisa Geiselsöder (17) contributing to a comfortable 83-58 win.</p><p>France scored an unprecedented 22 triples in a comprehensive 111-56 victory over already-eliminated Nigeria (0-3).</p><p>Migna Toure’s 3-point shot with 5:45 left was her team’s 21st, breaking the three-day-old record of 20 set by Japan for 3-pointers in a single contest in World Cup history. Dominique Malonga notched the 22nd.</p><p>Gabby Williams led France (3-0) with 25 points and 6 rebounds. The Olympic finalists were already assured of their place in the quarterfinals.</p><p>Also in Group B, Hungary (2-1) defeated South Korea (1-2) 82-73 to finish second.</p><p>Spain in quarterfinals</p><p>Iyana Martin led Spain to a 79-59 win over Japan with 20 points and four rebounds, sending Spain (2-1) straight through to the quarterfinals as Group A winner because of its head-to-head record against Germany (2-1).</p><p>Alima Dembélé’s two free throws at the start gave Mali (1-2) its only lead against Germany as the host made sure of progress from a group that had been wide open with all teams 1-1 before their final games.</p><p>After the buzzer the German players went over to a corner and danced with the crowd. They then did a lap around the court and high-fived fans as they went off.</p><p>“There's no celebration,” Germany coach Olaf Lange said. "The turnaround to tomorrow is too fast. The players need to recover now. Things get going again first thing tomorrow morning.”</p><p>Germany faces South Korea on Tuesday to decide which progresses to the quarterfinals.</p><p>Japan finished third in the group while Mali was eliminated despite its shock win over Spain on Saturday. Japan next plays Hungary on Tuesday.</p><p>Italian exertions take their toll</p><p>After running the United States close the night before, Italy struggled to find the same energy levels in a 71-51 defeat to China, which secured second place in Group D and a playoff against Puerto Rico on Wednesday.</p><p>China’s 7-foot-3 teenage sensation Zhang Ziyu scored 8 points while Han Xu lead the team with 19 points and 10 rebounds in front of a raucous crowd at the Max-Schmeling-Halle in Berlin.</p><p>Matilde Villa led Italy with 15 points and acknowledged the game against the U.S. on Sunday took a toll.</p><p>“We spent a lot of energy, mentally and physically, and I think we felt it,” Villa told the Associated Press. “But yes, we didn’t approach the game in the right way, and this has to be a lesson for us. Now we will take a day off, recover, and then we will think about the next game.”</p><p>Italy (1-2), back in the tournament after a 32-year wait, next faces Australia on Wednesday for a place in the quarterfinals.</p><p>US continues its run</p><p>The U.S. (3-0) bounced back from its scare the night before with a 105-64 rout of the Czech Republic, which was already eliminated after two losses, now three.</p><p>Breanna Stewart had 19 points, seven rebounds and six assists to help the U.S. win its 33rd in a row in the tournament.</p><p>The four-time defending champion now has two days off.</p><p>Meesseman stars again</p><p>Emma Meesseman led Belgium straight to the quarterfinals with 22 points and 10 rebounds as the European champion topped Australia 80-68 for first place in Group C.</p><p>Belgium had a five-point lead heading into the fourth quarter and bolted in an 11-2 run. The Opals couldn’t recover.</p><p>Belgium’s Julie Allemand finished with seven assists to give her an all-time record 111 in World Cup play.</p><p>Puerto Rico celebrates</p><p>Arella Guirantes scored 21 points and Puerto Rico finished strong to eliminate Turkey 75-71 earlier.</p><p>Puerto Rico was trailing by seven points going into the final quarter but Imani McGee-Stafford scored and Pamela Rosado followed with two 3-pointers to take a 59-58 lead.</p><p>Turkey power forward Elif Bayram went off injured early in the final quarter.</p><p>Turkey fans outnumbered their counterparts at the Max-Schmeling-Halle and they tried to put off Guirantes but couldn’t stop her from securing the win with two free throws.</p><p>"We’re gonna to show the world why Puerto Rico belongs,” said Trinity San Antonio after scoring 18 points.</p><p>___</p><p>AP Basketball Writer Doug Feinberg contributed to this report.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FZHINPXPSF6KPVJBXKYMZIB34.jpg?auth=23b549812900566201a953ea2878b16cf5afca1be68beb63ed1c6c36f94178fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German players celebrate after the Women's Basketball World Cup match between the Germany and Mali in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LYLW2CY3KCDU6KNX2V7EDZVNMQ.jpg?auth=2dfd9232a927ce27116a1292fb9e494f1810e09d34e332f7775ff1aed4f5a0ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[German players react during the Women's Basketball World Cup match between the Germany and Mali in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQKGMEAVKN5XN3I2K3NQ42JFMA.jpg?auth=14e5840c603b30330bdbfd6ccf362a62aab366ddb10d410a613ce76c805486aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mali's Sika Kone shoots over Germany's Marie Guelich during the Women's Basketball World Cup match between the Germany and Mali in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RSJMMA2B7OTQSW36PCGLTB5BRU.jpg?auth=03ea87fc91b731d89710806f4678fc1c49880c8f3908f63a2491dc30fb2b3476&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Germany's Alexis Peterson reacts during the Women's Basketball World Cup match between the Germany and Mali in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W5JNPF6SIWVNENRO6RSGJZ6OME.jpg?auth=27cff6e7ccee50badf5e36e144de7521f59bf62575090c5e7fa03fc6c4cf3f05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Caitlin Clark, of the United States, shoots over Czechia's Veronika Vorackova during the Women's Basketball World Cup match between the United States and Czechia in Berlin, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[The poorest in the US can't find housing even as low-income units sit empty]]></title><link>https://www.local10.com/news/national/2026/09/07/the-poorest-in-the-us-cant-find-housing-even-as-low-income-units-sit-empty/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/07/the-poorest-in-the-us-cant-find-housing-even-as-low-income-units-sit-empty/</guid><dc:creator><![CDATA[By CLAIRE RUSH, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Ore. (AP) — Mathew Davis, who lives in a homeless shelter in Austin, Texas, would love an apartment of his own. But with the little money he makes donating blood plasma, even a $450-a-month tiny home with no running water and a communal bathroom would be a stretch.]]></description><pubDate>Mon, 07 Sep 2026 11:34:10 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Ore. (AP) — Mathew Davis, who lives in a homeless shelter in Austin, Texas, would love an apartment of his own. But with the little money he makes donating blood plasma, even a $450-a-month tiny home with no running water and a communal bathroom would be a stretch.</p><p>Meanwhile, over 4,500 units the city classifies as affordable — nearly 16% — sit empty.</p><p>“I don’t make enough money really to afford anything,” Davis, 49, said of the few hundred dollars he earns a month. “I just keep trying to swim uphill.”</p><p>The poorest people in the U.S. face the most acute shortages of affordable homes. But the majority of low-income housing financed in recent years is for those earning 50% of an area’s median income or above, according to a survey of state housing agencies.</p><p>Some cities are now seeing an uptick in vacancies as rents for these units approach market rates. The result: Apartments designated as affordable sit empty because the poorest of the poor cannot afford them.</p><p>Meanwhile, some people are forced into homelessness and others into desperate circumstances to pay for housing they can’t afford.</p><p>The poorest have few housing options</p><p>There are only about 4 million affordable rental units available for the country’s 11 million extremely low-income renter households, according to the National Low Income Housing Coalition’s most recent annual report.</p><p>These are people with annual incomes either below the federal poverty guidelines — just under $16,000 for a single-person household — or 30% of the median income in their area, whichever is higher. They comprise about a quarter of U.S. renter households, and include many people working low-wage jobs, seniors and those with disabilities living on fixed incomes.</p><p>About three-quarters of extremely low-income renter households pay over half their income on rent and utilities, the report said, leaving little leftover for other necessities.</p><p>Yet homes set aside for these renters were only about 12% of the affordable housing units financed in 2024 by the Low-Income Housing Tax Credit — a federal program providing tax credits to developers in exchange for keeping rents low for at least 30 years, according to figures from the National Council of State Housing Agencies.</p><p>The majority are for those earning at least 50% of an area’s median income, or AMI. In Austin, that’s a single person earning roughly $47,000 a year, as compared with an extremely low-income person earning under $28,000.</p><p>The program has financed nearly 4 million affordable units nationwide since its creation 40 years ago. But some experts say it’s inefficient — and more costly than housing vouchers.</p><p>“It’s enormously complex and bureaucratic, and it raises the cost of construction enormously because the rules are so complicated,” said Chris Edwards, an economist at the Cato Institute, a libertarian think tank, who told Congress the program’s complexity “spawned” an industry of law and accounting firms just to administer it.</p><p>“If you’re going to subsidize affordable housing, you should give the money directly to tenants,” he said, referring to housing vouchers.</p><p>Other experts say the two programs work together well because properties built with the tax credit are required to accept vouchers — while landlords of market-rate apartments in many states are not.</p><p>Still, there’s a major federal funding shortfall: Experts estimate only one-in-four eligible families ever receive vouchers. Vouchers can help the poorest pay for housing that’s targeted to higher income groups, but the waitlist can be yearslong.</p><p>Some affordable housing developers say that without vouchers, it’s not economically feasible to provide units for extremely low-income people.</p><p>True Ground Housing Partners, an affordable housing developer in the Washington, D.C., area, gives an example: A unit for those earning 60% of the area’s median income — nearly $70,000 a year — brings in $1,715 per month in rent. But after $1,575 in mortgage and operating expenses, only $140 is left.</p><p>“The math does not lie,” said president and CEO Carmen Romero, noting that an extremely low-income person would pay only half that rent.</p><p>“Our expenses don’t make it really possible to create a 30% AMI unit, unless there was this extraordinary amount of subsidy that just doesn’t exist.”</p><p>Affordable housing competes with market-rate rents</p><p>Meanwhile, affordable housing rents for 60% AMI units are approaching those of market-rate apartments in U.S. cities like Austin, Denver and Portland, Oregon.</p><p>As a result, some people are opting to pay a bit more for market-rate apartments with less income-verification and faster approval — leaving growing numbers of affordable units vacant.</p><p>In Austin, the vacancy rate for all affordable housing is nearly 16% with over 4,500 vacant units, according to real estate data and analytics firm CoStar. A healthy vacancy rate is around 5%.</p><p>LDG Development, an affordable housing developer, cited a 12% vacancy rate for its 60% AMI units in Austin. Chief portfolio officer Rebekah Fischer said LDG is “in direct competition” with the thousands of new market-rate apartments recently built in Austin.</p><p>“I have to have every bank statement, every pay check, every bill, every Venmo transaction that you had with your friends,” Fischer said of affordable housing applicants.</p><p>“When we’re almost going after the same renter, you can be approved within two minutes at a market-rate deal, where unfortunately in affordable housing … it takes time.”</p><p>In Denver, there’s a 13% vacancy rate among 60% AMI units financed by the federal tax credit program — and a 21% vacancy rate for 80% AMI units, according to the Colorado Housing and Finance Authority. Meanwhile, there is far too little housing for the city's poorest.</p><p>In Portland, where there is also a housing shortage for the lowest income groups, there are over 1,700 vacant affordable units for an overall vacancy rate of 7.5%, according to the Portland Housing Bureau. Most are for those earning 60% AMI, or about $54,000 for a single-person household, with rent capped at $1,444 per month.</p><p>That’s close to the average rent of $1,581 for a one-bedroom market-rate apartment, according to CoStar figures shared by the bureau.</p><p>Portland resident Jaiden Barbee earns around 55% of the area median income and is on waitlists for affordable housing. But, he says, he’d pay more for a market-rate apartment to avoid the lengthy application process.</p><p>“I’d rather spend the $200 extra just to get into a place easier that’s wherever I want” and doesn’t have “all these hoops,” he said.</p><p>‘I want to shut the door at night and sleep’</p><p>Austin officials set a goal of building 20,000 units between 2018 and 2027 for extremely low-income people — 17% of the city’s households.</p><p>Just 543 were built as of 2024, city documents show.</p><p>Meanwhile, all 15,000 units planned for those earning between 60% and 80% of area median income were built.</p><p>In response to questions from The Associated Press, the Austin housing department said it recognized the need to do more to produce housing for the poorest people and was taking steps to do that, including giving preference to funding proposals that include 30% AMI units.</p><p>For Davis, who lived in his car for a year before getting a bed in the Austin shelter, the housing shortage for people like him is frustrating.</p><p>“I want to shut the door at night and be able to sleep,” he said. “I really just want to find the right place.”</p><p>__</p><p>Former AP writer Charlotte Kramon contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BCOKKBPAFTTOQLZHUX46WCQF2I.jpg?auth=020cd127c4a0ff339b66b7f8854e3732dc855f377ba8de7a65be2c797916aa5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person sweeps outside during the grand opening of the Rose on Colfax, a new affordable housing community with a co-located childcare center in the East Colfax neighborhood, Jan. 24, 2024, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4WW4RME6VJFPYIGVWSLYDZZYU.jpg?auth=620c63e3f0bda231b85c3fe648c49049a1e42df2a4671ff7ebc3188e5e894e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cabin-like tiny homes are seen at a micro community in Denver on June 5, 2024. (AP Photo/Thomas Peipert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Peipert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ADYUD5J2VNMA7A7S3LO7ECCBD4.jpg?auth=75d0460604d2b56680cbc798f71abf4cdc3f9e916340618356913d40fd748047&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A window lets light into an empty bedroom in an affordable housing building run by Central City Concern, a homeless services nonprofit, March 15, 2024, in Portland, Ore. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content></item><item><title><![CDATA[Charismatic candidate propels German far-right party to victory after giving it a friendly face]]></title><link>https://www.local10.com/news/world/2026/09/07/charismatic-candidate-propels-german-far-right-party-to-victory-after-giving-it-a-friendly-face/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/charismatic-candidate-propels-german-far-right-party-to-victory-after-giving-it-a-friendly-face/</guid><dc:creator><![CDATA[By GEIR MOULSON, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — Ulrich Siegmund, a charismatic 35-year-old who gave the far-right Alternative for Germany a friendly face and combined promises of a better future with a touch of nostalgia, has led the party to its strongest showing yet.]]></description><pubDate>Mon, 07 Sep 2026 10:32:14 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — Ulrich Siegmund, a charismatic 35-year-old who gave the far-right Alternative for Germany a friendly face and combined promises of a better future with a touch of nostalgia, has led the party to its strongest showing yet.</p><p>The party surged to a resounding victory in Sunday's regional election in the eastern state of Saxony-Anhalt, but fell just short of a majority as it seeks to form the first far-right state government since World War II.</p><p>Siegmund's face was everywhere in posters for Alternative for Germany, or AfD, in a campaign whose motto was “everything is possible.” At campaign events, supporters — some of them wearing T-shirts bearing his image — queued at length for a selfie and a few words with the candidate.</p><p>Although his party is known for its pro-Russian and anti-immigration positions and other radical stances, Siegmund has avoided making extreme statements and presents himself as a man of the people. But while that appeals to voters who might otherwise be put off by AfD, he is also uncompromising, insisting after the election that the party won't “throw our positions overboard for coalitions.”</p><p>Siegmund studied business management and used to sell air fresheners. But he is no political novice: after a brief period as a member of the center-right Christian Democratic Union of current Chancellor Friedrich Merz when he was younger, he joined AfD.</p><p>He has been a lawmaker in the state legislature in Magdeburg for 10 years and the co-leader of AfD's parliamentary group there since 2022. He built a social media following as a critic of restrictions imposed during the COVID-19 pandemic.</p><p>Alongside his image as a young and energetic politician, Siegmund has frequently harked back to the past. He said during the campaign that voters want “the old, safe Germany back.”</p><p>Born on Oct. 25, 1990, weeks after German reunification, he also has catered to lingering nostalgia for life in communist East Germany among some voters — notably with campaign rides on Simson mopeds, which were produced in the east. On Sunday, he arrived at the polling station in his hometown of Tangermuende on one of the machines.</p><p>AfD's use of the mopeds has drawn criticism from the Simson family, whose Jewish ancestors were expropriated by the Nazis in the 1930s and fled to the U.S.</p><p>The party's regional branch in Saxony-Anhalt is one of several classified by the domestic intelligence agency as a proven right-wing extremist group.</p><p>Siegmund was a participant at a 2023 meeting in Potsdam at which a prominent member of the extremist Identitarian Movement presented his “remigration” vision for deportations of immigrants — a gathering that drew large protests when it came to light a few months later. Siegmund was removed as head of the state legislature's social affairs committee, though he disputed any wrongdoing and said his presence didn't mean an endorsement.</p><p>During a recent television debate, incumbent state governor Sven Schulze was asked whether Siegmund is a right-wing extremist.</p><p>“I don't want to judge that as far as he personally is concerned, and I can't either,” Schulze replied. “But I know who he surrounds himself with.” The governor added that there were “very extreme people” in Siegmund's orbit.</p><p>AfD vehemently rejects accusations of extremism. Last month, Siegmund said that "no one here needs to be afraid, quite the contrary. Every honest person in Saxony-Anhalt will benefit from an AfD-led government.”</p><p>Siegmund “manages to come over as likable, open, always smiling,” said Wolfgang Merkel, a political science professor with the WBZ Berlin Social Science Center, adding that he avoids the often abrasive and overtly provocative or ideological language of some other prominent AfD figures.</p><p>“He is avoiding major conflicts at present; that doesn't have to mean that he is a moderate, or conservative. He isn't,” Merkel said before the election. He said that “whether he can govern is something he still has to prove.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SJ6Y63NYEOWOXQN5FH67DGPPKA.jpg?auth=e0dea87b1f728c8e32c574c87b5fd1cf7094a71d43cae9b3fa58f5d00b77ad23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ulrich Siegmund, top candidate for the "Alternative for Germany" (AfD) party and his wife Julia leaving a polling station on a small Schwalbe motorcycle after voting during the Saxony-Anhalt state elections in Tangermuende, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQSVSKXKWU4THZ5OBXS6KGG32Q.jpg?auth=28be42576b1f647d8de67aa8b7e49310e244f0ef28b762104a92acbbff7946d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Top candidate for the Saxony-Anhalt state elections Ulrich Siegmund, center, attends a press conference in Berlin, Germany, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OLODJ7QW4VFOCARNPQDLEVRVOU.jpg?auth=fc34f670aafd0eae97a434aeba444c1ea065fded39d566f72fdd2de464888637&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ulrich Siegmund, top candidate for the "Alternative for Germany" (AfD) party waves to supporters at a polling station after voting during the Saxony-Anhalt state elections in Tangermuende, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/64AUEG2Q3S2PFGUVU2WTKBTVFU.jpg?auth=ef539cbecf1655bc03bbbf7fcb79a22287d870011dd15ec2cd0794bd41b8514c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ulrich Siegmund, top candidate for the "Alternative for Germany" (AfD) party leaves a polling station after voting during the Saxony-Anhalt state elections in Tangermuende, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YRYLXNELJ7IH3Q36NCOZHLZ4I.jpg?auth=a6478dff5ea680b97e819cc50cb945c8fa8fbb9d3c6400b9bc8210f0e925f456&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Co-leaders of Alternative for Germany party, or AfD, Alice Weidel, right, and Tino Chrupalla, left, and top candidate for the Saxony-Anhalt state elections Ulrich Siegmund, center, attend a press conference in Berlin, Germany, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Sept. 7: Hot and humid Labor Day with afternoon storms]]></title><link>https://www.local10.com/weather/2026/09/07/sept-7-hot-and-humid-labor-day-with-afternoon-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/07/sept-7-hot-and-humid-labor-day-with-afternoon-storms/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Another warm and humid start to the day across South Florida with an isolated shower chance through the morning.]]></description><pubDate>Mon, 07 Sep 2026 10:31:34 +0000</pubDate><content:encoded><![CDATA[<p>Another warm and humid start to the day across South Florida with an isolated shower chance through the morning. It’s a hot and humid Labor Day with highs in the upper 80s and lower 90s this afternoon with heat index values up to 103 degrees. Scattered showers and thunderstorms will develop through the afternoon with the potential for frequent lightning, heavy rainfall and localized flooding. </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[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/01/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[After much speculation about Cuba’s Raul Castro being close to death, the Cuban leader showed up at a military event yesterday accompanied by his grandson, Raulito, and Cuba’s President Miguel Diaz-Canel.]]></description><pubDate>Tue, 01 Sep 2026 21:36:54 +0000</pubDate><content:encoded><![CDATA[<p><b>Sept 6: Raul Castro makes public appearance</b></p><p>After much speculation about Cuba’s Raul Castro being close to death, the Cuban leader showed up at a military event yesterday accompanied by his grandson, Raulito, and Cuba’s President Miguel Diaz-Canel.</p><p><b>Sept 3: Raul Castro stable, according to sources </b></p><p>Sources in Cuba say Raul Castro, 95, is stable despite reports about his declining health. According to sources, retired General Abelardo Colome Ibarra, known as “ El Fury,” is currently in worse condition. Colome Ibarra was head of the Ministry of the Interior and highly respected by the Castro brothers and the Cuban military.</p><p><b>Sept 3: President Trump’s hands are tied with regard to Cuba, Rubio says </b></p><p>After months of saying Cuba would be next, Secretary of State Marco Rubio said today that the president’s hands are tied because of the Helms Burton Law which requires no normalization between the U.S. and Cuba unless there is regime change and a move towards a democratic government.</p><p><a href="https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/03/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>Even if Raul Castro was to die in the near future, I do not expect regime change.</p><p>Only the U.S. can change the Helms-Burton Law and I don’t expect that to happen anytime in the near future or after the mid-term elections.</p><p><b>Sept. 2: Children in Cuba start new school year amid more challenges than any other year before </b></p><p>Children in Cuba started the new school year Tuesday facing a lack of supplies, books, uniforms and teachers, and buildings that are falling apart, along with a lack of food to feed the children.</p><p>According to the Cuban minister of education, this will be a very challenging year unlike any others.</p><p>Cuban education was once one of the big accomplishments of the revolution. However, it was also used to indoctrinate the students in an ideology that no one on the island nation believes anymore.</p><p><b>Sept. 1: Raul Castro hospitalized, sources say</b></p><p>Reliable sources inside Cuba have informed me this afternoon that Raul Castro has been hospitalized. We need to be careful and not to over speculate what might happen until further notice.</p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGMQGZGA3ZAEVIQCRUA4BHNHQA.jpg?auth=3a255424581f10889851fa05cb3f161b36717a1d14a2b524783d5abd9f89f710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cuban President Raul Castro attends a political and cultural show paying tribute to late Cuban President Fidel Castro as Cuba marks what would have been his 100th birthday in Havana, Cuba, August 13, 2026. REUTERS/Norlys Perez]]></media:description></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li><a href="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/cargo-plane-crashes-after-going-off-miami-international-airport-runway/">Cargo plane crashes after going off Miami International Airport runway, killing 5</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/3-in-critical-condition-after-deadly-plane-crash-at-miami-international-airport/">3 in critical condition after deadly plane crash at Miami International Airport</a></li><li><a href="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/06/passengers-inside-miami-international-airport-dealing-with-delays-following-fatal-plane-crash/">Passengers inside Miami International Airport dealing with delays following fatal plane crash</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Israeli airstrikes on Lebanese village kill 12, plus other key Mideast developments]]></title><link>https://www.local10.com/news/world/2026/09/07/israeli-airstrikes-on-lebanese-village-kill-12-plus-other-key-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/israeli-airstrikes-on-lebanese-village-kill-12-plus-other-key-mideast-developments/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Lebanon ’s Health Ministry says Israeli airstrikes on a southern village have killed 12 people, including two children.]]></description><pubDate>Tue, 08 Sep 2026 01:53:07 +0000</pubDate><content:encoded><![CDATA[<p>Lebanon ’s Health Ministry says Israeli airstrikes on a southern village have killed 12 people, including two children.</p><p>Meanwhile, Iran-backed Houthi rebels claim to have shot down a Saudi reconnaissance plane. And seven crew members of a Saudi-owned tanker struck last week on the strait appear to remain unaccounted for.</p><p>Here’s a look at the latest news in the Middle East. Full coverage can be found here.</p><p>Israeli airstrikes on southern Lebanon kill at least 12</p><p>Israel carried out airstrikes early Monday on the southern Lebanese village of Kfar Rumman, killing at least 12 people, including a paramedic, four women and two children, the Health Ministry said.</p><p>The strikes came during a new round of escalation between Israel and the Iran-backed Hezbollah. Israel's military said it struck several Hezbollah militants it accused of transferring weapons to Kfar Rumman.</p><p>The military also said it was reviewing the claim that “several uninvolved civilians were harmed” in overnight strikes across southern Lebanon, which it said were in response to Hezbollah militants launching explosive drones against soldiers in the area of the Ali Taher ridge.</p><p>Iran hints at preemptive action as it touts ballistic missile</p><p>Iranian state media said a ballistic missile with improved capabilities demonstrates Tehran’s shifting stance toward taking preemptive action against threats.</p><p>A senior Iranian official earlier said the new missile capability had been “tested” against a U.S. warship over the weekend. But it was not clear whether what was tested was the missile the new report described, the solid-fueled Qassem Basir.</p><p>On Saturday, the U.S. said it struck Iranian oil tankers in response to ballistic missiles launched at U.S. warships.</p><p>Iran’s messaging in recent days has become more assertive, and Monday’s report said the Qassem Basir marks “a turning point in Iran’s defense strategy.” It described the missile as having greater range and accuracy and a half-ton warhead.</p><p>The missile was unveiled last year, when it was described as having at least a 1,200-kilometer (745-mile) range.</p><p>Houthis claim downing Saudi reconnaissance plane</p><p>Iran-backed Houthi rebels downed a Saudi armed reconnaissance aircraft on Monday in the northern part of Yemen, Houthi military spokesperson Brig. Gen. Yahya Saree said in a statement.</p><p>The aircraft was detected in Jawf province’s airspace, according to Saree, who said the aircraft belonged to neighboring Saudi Arabia and was seeking to carry out “hostile actions.”</p><p>The Associated Press couldn’t independently verify that claim. There was no immediate Saudi comment.</p><p>Saree added that over the past 24 hours, a total of three reconnaissance drones belonging to Saudi Arabia were downed, including one that was spotted Monday morning in Bayda province.</p><p>The Yemeni government armed forces said in a post on X that they targeted Houthi gatherings in Dahle province and launched 13 airstrikes targeting Houthi positions and a missile launch base in Bayda province. Other airstrikes targeted Houthi fronts in Marib province. The Houthi military didn’t address those claims.</p><p>The U.N. special envoy for Yemen, Hans Grundberg, called the Houthis’ expansion of fighting across several front lines “extremely alarming” and warned of its broader impact on Yemenis.</p><p>UAE says ‘no single state’ should control Hormuz</p><p>A senior official with the United Arab Emirates says “no single state” should control the Strait of Hormuz, after Iran said it plans to announce a new “exclusion zone” near the waterway aimed at vessels intending to transit.</p><p>“Our energy exports will not be held hostage, nor will our trade and economic activity,” Anwar Gargash, a diplomatic adviser to the UAE president, said at a forum of world leaders in Abu Dhabi.</p><p>Gargash said Iran should face consequences for threatening oil tankers and commercial vessels in the strait with mines, drones or missiles. “Using an international waterway as an instrument of coercion is unacceptable,” he added.</p><p>The UAE, a close U.S. ally, has repeatedly come under Iranian missile and drone fire throughout the war. Rebuilding trust between Iran and the Gulf countries could take decades, Gargash warned, because by targeting its neighbors, Tehran has “demolished” any presumption of good faith.</p><p>Oman says some crew members recovered after Saudi ship hit</p><p>Oman said it had evacuated 16 crew members from a Saudi-owned tanker attacked last week in the Strait of Hormuz. The Sidr tanker was attacked by Iran off Oman, and Saudi Arabia earlier said two Filipino seafarers were killed.</p><p>Oman’s Maritime Security ​Center said on X that 16 of the 25 crew members were rescued. It didn’t give details on the remaining seven.</p><p>If the seven are confirmed dead, that would make the attack the deadliest on a commercial vessel since the war began on Feb. 28.</p><p>Palestinian man killed in the occupied West Bank</p><p>Palestinians in the occupied West Bank community of Hajja mourned the death of Omar al-Toubasi, who was killed in a confrontation with Israeli settlers.</p><p>Israel’s military said in a statement that soldiers were sent to Hajja on Sunday to disperse a confrontation and fired toward Palestinians allegedly throwing stones at soldiers after warning shots. “Hits were identified,” the military said.</p><p>“The army came and made matters worse,” witness Mohammed al-Batta said, adding that settlers had started the confrontation by beating a local man. He said soldiers “started using tear gas and sound bombs at the residents. Gunfire broke out from the two sides.” He said several others were injured.</p><p>Attacks on settlers in the West Bank have surged since the war in Gaza began with the Hamas-led attack on southern Israel on Oct. 7, 2023, according to the United Nations humanitarian office.</p><p>Two-state solution ‘practically impossible’ if Gaza plan fails, diplomat says</p><p>The top diplomat overseeing the U.S.-brokered ceasefire in Gaza, Nickolay Mladenov, called for the implementation of President Donald Trump’s plan to end the war there, including the withdrawal of Israel’s military and the disarming of Hamas.</p><p>He also warned that rising violence in the occupied West Bank could obstruct a two-state solution to the conflict between Israel and the Palestinians.</p><p>“Because with everything that is happening in the West Bank — and with more than 50% of Gaza now under the control of the Israeli army and less than 50% under the control of Hamas — there is no credible pathway forward to a political resolution of the conflict,” Mladenov said at the Hili Forum, a gathering of world leaders in the United Arab Emirates.</p><p>Kosovo commits to stabilization force for Gaza</p><p>Kosovo has formalized its commitment to the International Stabilization Force for Gaza, according to the U.S.-created Board of Peace overseeing the fragile ceasefire.</p><p>The force would deploy to areas of the Palestinian territory administered by an incoming technocratic committee. While there was no information about the number of troops Kosovo would provide, a Board of Peace official said it is expected to contribute about 25 personnel. The official spoke on condition of anonymity because the numbers have not yet been finalized.</p><p>The statement says Kosovo security personnel have deployed at ISF headquarters for months, working on logistics, operations to clear unexploded weapons and civil affairs.</p><p>Overall committed troops to the force remain far short of the expected 20,000. Uganda, Morocco, Kazakhstan and Albania also have made commitments.</p><p>— Matthew Lee in Washington</p><p>Iran raises gasoline price again for its heaviest users</p><p>Iran introduced a higher price for its heaviest gasoline users, state media reported, the second such increase since December.</p><p>Gas price hikes can be sensitive, as seen in 2019 when an increase led to nationwide protests and a deadly crackdown.</p><p>The government did not specifically mention the war with the United States as the reason for this latest increase but cited the “current situation.”</p><p>Under the new system, people buying more than their quota of 110 liters (29 gallons) of gasoline a month now must pay 100,000 rials (about 7 cents) per liter, or twice as much as they have been paying since December.</p><p>Iran still has some of the world’s lowest gasoline prices, but the price increase adds to daily pressures for many of the country’s more than 90 million people.</p><p>Keramat Veis Karami, the CEO of the state oil distribution company, on Monday said the new gasoline rate would affect 15% of consumers, the official IRNA news agency reported.</p><p>Price of gas in the US hits record high for Labor Day weekend</p><p>Gas prices in the U.S. hit a record high for Labor Day weekend, averaging $4.14 per gallon — nearly a dollar more than last year and surpassing the previous record of $3.82 in 2012, according to the AAA motor club.</p><p>Prices shot up after the U.S. and Israel attacked Iran in February and have not settled down since. Crude oil traffic through the key Strait of Hormuz has plunged, and Iran has refused to reopen the waterway.</p><p>“Everything points to the Iran war and the Strait of Hormuz,” said Tom Seng, a professor of energy finance at Texas Christian University.</p><p>In energy markets Monday, Brent crude, the international standard, added 4 cents to $96.32 a barrel following further escalation of the six-month -long U.S. war with Iran.</p><p>Benchmark U.S. crude fell 29 cents to $91.19 a barrel.</p><p>___</p><p>This report will be updated throughout the day as new developments emerge.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y7JUD4BDKYREKHV26EW2ETQRCQ.jpg?auth=eebbb76f3291b767ee027d251b35a6789defc0f92bd74e0bef2383a9082039c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch rescue workers use excavators as they search for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZJYKZ4OOH33UL2NL6L6XZDF67U.jpg?auth=6a7c3ade695e244ebcb14e1b7c1200e83893cc5b5a32c5329e942c0cd6e6e5e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy rides a bicycle past gulls gathered along the shore of the Strait of Hormuz in Bandar Abbas, Iran, Monday, Sept. 7, 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/DOBF5M4DYW5ULUKVZFWNOCTY54.jpg?auth=36dde95e192b881f1a399010ccd22029283031da819c16a2b32f38af1ada167c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mourners carry the body of Palestinian Omar al-Toubasi who was killed during clashes with Israeli army soldiers last night, during his funeral in the West Bank village Hajja, Monday, Sept. 7, 2026. (AP Photo/Majdi Mohammed)]]></media:description><media:credit role="author" scheme="urn:ebu">Majdi Mohammed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HONJW2A25FLCP2PYIDQ3I26ENM.jpg?auth=04b2793bd6200a3f759d63714d150df466589473258cc3a21e4f037000e1ffa4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Jamaica takes its case for reparations for Britain's role in slavery to King Charles III]]></title><link>https://www.local10.com/news/world/2026/09/07/jamaica-takes-its-case-for-reparations-for-britains-role-in-slavery-to-king-charles-iii/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/jamaica-takes-its-case-for-reparations-for-britains-role-in-slavery-to-king-charles-iii/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Jamaica is taking its campaign for Britain to pay reparations for the ravages of the trans-Atlantic slave trade to King Charles III.]]></description><pubDate>Mon, 07 Sep 2026 13:14:49 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Jamaica is taking its campaign for Britain to pay reparations for the ravages of the trans-Atlantic slave trade to King Charles III.</p><p>Using legal traditions that stretch back to the early days of the British Empire, Jamaica petitioned the king on Monday to refer a series of questions about slavery, and the U.K.’s responsibility to pay damages, to a committee of the Privy Council, which serves as the highest court for former colonies that retain ties to the British legal system.</p><p>While the petition is formally addressed to the king, Charles has no personal say on whether it will be referred to the Judicial Committee of the Privy Council, and he will act on the advice of the government.</p><p>The filing was timed to coincide with the anniversary of the day in 1781 when the Liverpool-registered ship Zong set sail from West Africa with 442 enslaved Africans on board. When water supplies ran low on the way to Jamaica, the crew decided to throw 132 men, women and children overboard, calculating that it would be more profitable to file an insurance claim for the lost “property” than to sell their weakened and dehydrated captives for a reduced price.</p><p>The massacre helped speed the abolition of slavery but it wasn't quick</p><p>Publicity about the Zong massacre helped fuel the campaign to end slavery in the British Empire. Britain abolished the slave trade in 1807, but it wasn’t until Aug. 1, 1834, that the enslavement of human beings was outlawed.</p><p>“In relation to the wrongs that were done, we want answers,” Jamaican Culture Minister Olivia Grange told The Associated Press on Sunday before a church service in south London, the first in a series of events scheduled around the filing.</p><p>“Once we get those answers, then our attorneys, our lawyers, will determine what the next move is,” she added.</p><p>Jamaica is a leader of the effort to get Britain and other European nations to apologize for their role in the trans-Atlantic slave trade and pay reparations, both for the enslavement of individuals and for the continuing impact on their descendants around the world. Jamaica said the Caribbean Community, which includes 23 states from the Bahamas to Guyana, endorsed the petition.</p><p>The king has spoken out on the wrongs of slavery</p><p>Although he has stopped short of endorsing reparations, the king has repeatedly expressed his personal commitment to addressing the historic wrongs of slavery. In a 2024 speech to leaders of the Commonwealth, the voluntary association of countries that succeeded the British Empire, Charles said that the “most painful aspects of our past continue to resonate."</p><p>“None of us can change the past,” he added. “But we can commit, with all our hearts, to learning its lessons and to finding creative ways to right inequalities that endure.”</p><p>Buckingham Palace said Monday that it has been working closely with the governor-general of Jamaica, the king's representative on the island who is appointed on the advice of the Jamaican government, to ensure the petition is "properly lodged.''</p><p>While acknowledging that slavery was “abhorrent,” the British government has so far rejected demands for either an apology or reparations.</p><p>When the United Nations General Assembly in March passed a resolution endorsing reparations as a “concrete step” toward addressing the wrongs of slavery, the U.K. abstained. That was partly because the U.K. believes in the internationally recognized legal concept that the law governing any event is the law of the relevant time, British representative James Kariuki told the U.N.</p><p>“There is equally no duty to provide reparation for historical acts that were not, at the time those acts were committed, violations of international law,” he said.</p><p>Jamaica is taking a political campaign to the courts</p><p>Jamaica’s petition is an effort to expand the political campaign for reparations into the legal realm, Grange said.</p><p>The petition asks the Judicial Committee to rule on three questions:</p><p>— Was the forced transport of African people to Jamaica and their subsequent enslavement illegal because it was contrary to English common law?</p><p>— Were the forced transport and enslavement of African people crimes against humanity for which the U.K. bears responsibility?</p><p>— Does the U.K. have an obligation to “provide a remedy” to the people of Jamaica for the forced transport and enslavement of their ancestors?</p><p>The procedure could boost support for a Jamaican republic even if rejected</p><p>Craig Prescott, an expert on constitutional law and the monarchy at Royal Holloway, University of London, said the move was “quite clever” because it seeks to use an obscure constitutional procedure to address one of the biggest issues in Jamaican society.</p><p>The right of British people to petition the crown with grievances about the administration of justice stretches back to the Norman conquest of England in 1066, when the king was considered the “fountain of justice throughout his Dominions,” the Judicial Committee of the Privy Council says on its website.</p><p>Jamaica’s petition is based on an 1833 law that made the committee the highest court for civil and criminal appeals in the British Empire. When the Empire became the Commonwealth of independent nations after World War II, the committee retained that role for the countries that maintain their legal ties to the U.K.</p><p>Prescott expects the petition to be referred to the Judicial Committee, where a panel of U.K. Supreme Court justices will review it and make a ruling.</p><p>But, he said, the justices are usually very cautious about granting such petitions because they sidestep standard legal procedures.</p><p>“I think, at the very least, the board will look at this with a skeptical eye, not because of questions of whether slavery is wrong or right or otherwise, but just this is a very peculiar legal procedure that is sort of just one on the statute books that rears its head from time to time.”</p><p>But rejection of the petition could still be a win for Jamaica.</p><p>Prime Minister Andrew Holness has announced plans to sever ties with the British crown and transform his country into a republic.</p><p>“It does raise the question of why have a head of state who really does not share the positions that are widely held in Jamaica,” Prescott said. “If those residual links (to Britain) don’t deliver an answer that is what they’re looking for in Jamaica, then you might be looking at severing those links.”</p><p>___</p><p>Associated Press journalist Kwiyeon Ha contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G5G7GWEEJWJKYP2FQ3PEELC5ZE.jpg?auth=cf98c50bc80ffa8e3790bd7f76b2855b12e7b74b5db6d02dbfc54d0eead379f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamaica's Minister of Culture, Gender, Entertainment and Sport, Olivia Grange, attends a service, in London, Sunday, Sept. 6, 2026. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GENTDHS3FSGYPTWJKQXFGS3OOI.jpg?auth=1c8f69ba115dcbbc909090df01e1dfd13154d053f322da19b7b2f0da98192b7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamaica's Minister of Culture, Gender, Entertainment and Sport, Olivia Grange, right, attends a service, in London, Sunday, Sept. 6, 2026, for the "remembrance, justice and repair" before filing a petition to refer three specific questions about trans-Atlantic slavery to the Judicial Committee of the Privy Council. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KK6432AWDC7IT5RA3CMGNDDOZM.jpg?auth=2f9cfabc4f64254e7d096cb9f534a37798e95a9ec815bf737a60f1cde648b53d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend a service, in London, Sunday, Sept. 6, 2026, for the "remembrance, justice and repair" before filing a petition to refer three specific questions about trans-Atlantic slavery to the Judicial Committee of the Privy Council. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJTOLKFK2XHXJCMQAS3Y6YZUMY.jpg?auth=f764d33585b0d9716ac1102c0d9621542a00a34173b065ae27e6fec91e8adc5a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamaica's Minister of Culture, Gender, Entertainment and Sport, Olivia Grange, attends a service, in London, Sunday, Sept. 6, 2026, for the "remembrance, justice and repair" before filing a petition to refer three specific questions about trans-Atlantic slavery to the Judicial Committee of the Privy Council. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HN7NUKC7YMN2UURECOOXNWSWJM.jpg?auth=5ccdb5657c8272c6f2f78fb7d3298d70a3e1295e2c8126761893ec9ab00f850b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jamaica's Minister of Culture, Gender, Entertainment and Sport, Olivia Grange, speaks during a service, in London, Sunday, Sept. 6, 2026, for the "remembrance, justice and repair" before filing a petition to refer three specific questions about trans-Atlantic slavery to the Judicial Committee of the Privy Council. (AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[Israeli airstrikes on a village in southern Lebanon kill 12 people, including 2 children]]></title><link>https://www.local10.com/news/world/2026/09/07/israeli-airstrikes-on-a-village-in-southern-lebanon-kill-12-people-including-2-children/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/israeli-airstrikes-on-a-village-in-southern-lebanon-kill-12-people-including-2-children/</guid><dc:creator><![CDATA[By AHMAD MANTASH, Associated Press]]></dc:creator><description><![CDATA[KFAR RUMMAN, Lebanon (AP) — Israel’s air force carried out two airstrikes early Monday on a southern Lebanese village, killing at least 12 people and wounding others, including children, Lebanon's Health Ministry said.]]></description><pubDate>Tue, 08 Sep 2026 00:53:12 +0000</pubDate><content:encoded><![CDATA[<p>KFAR RUMMAN, Lebanon (AP) — Israel’s air force carried out two airstrikes early Monday on a southern Lebanese village, killing at least 12 people and wounding others, including children, Lebanon's Health Ministry said.</p><p>Monday’s strikes came amid a new round of escalation between Israel and the militant Hezbollah group despite a truce reached more than two months ago. The strikes also came days after Israel’s military said it is in “operational control” of the strategic Ali Taher hill that overlooks several villages as well as main roads leading to the city of Nabatiyeh.</p><p>The Health Ministry said one of the strikes hit a building, killing 11 people, including two children and four women. Eight were also wounded, including three children and a paramedic.</p><p>The ministry said that another strike on a car in the village killed a paramedic with the Lebanese Islamic Risala Scout Association and wounded two others.</p><p>The Israeli military said the strikes come in retaliation for two Hezbollah drone attacks that exploded while targeting Israeli troops in Lebanon from the area on Monday. It said the strikes targeted a Hezbollah militant trying to transport weapons to Kfar Rumman.</p><p>Hezbollah did not claim the attacks nor immediately issue a statement on the intensifying strikes around Nabatiyeh province.</p><p>“We have been living in constant anxiety amid shelling on the outskirts,” said Kfar Rumman resident Fouad Chakaron as he stood in front of the destroyed building. “Now they struck the heart of the town.”</p><p>Another resident, Saleh Medlej, pointed to the destroyed building and said this was home to families with children. “Are there missiles here?” he asked in reference to the building where the families lived.</p><p>“I will not leave this place,” Medlej said, vowing to stay in his hometown despite the airstrikes and shelling.</p><p>Earlier Monday, Israel’s military issued an evacuation warning for a home in the village of Deir al-Zahrani and shortly afterward a building was struck. The military said the strike was in retaliation for a drone attack by Hezbollah militants. There was no word on casualties.</p><p>In a separate statement also on Monday, the Israeli military said Israeli troops operating near the Crusader-built Beaufort castle came under fire by a Hezbollah member who was inside a house, lightly wounding two of them. The troops later killed the militant.</p><p>On Sunday, Israeli strikes killed at least seven people in southern Lebanon and leveled an empty hospital.</p><p>The strikes came days after Israel released five Lebanese prisoners as part of a deal between the two countries. In return, Lebanon agreed to search for the bodies of Jewish Lebanese citizens who went missing during the country’s civil war decades ago.</p><p>A U.S.-brokered truce between Israel and Hezbollah has been repeatedly violated, with Israel carrying out airstrikes in Lebanon and Hezbollah firing drones at Israeli troops.</p><p>Lebanon and Israel in June signed a U.S.-mediated framework deal under which Israeli forces were to withdraw from southern Lebanon in exchange for the disarmament of Hezbollah, but little progress has been made in its implementation.</p><p>Hezbollah is not a party to the Lebanon-Israel talks and has said it will not give up its weapons in any area north of southern Lebanon’s Litani River. Israeli officials, meanwhile, have said they will not withdraw unless Hezbollah is disarmed throughout the country.</p><p>Kfar Rumman's mayor, Abdullah Farhat, described what happened in the village as “a massacre in every sense of the word.” He blasted the framework agreement between Lebanon and Israel, saying that Lebanese leaders “signed deals and we are paying the price here.”</p><p>“There is an enemy that is not concerned about anything,” Farhat said, referring to strikes that have been ongoing since the deal was signed.</p><p>___ Associated Press writer Bassem Mroue in Beirut contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZI6G76O7RTDBKZLQMJAUSYBK4.jpg?auth=805bcdf28651910b0136fc42b2b5381451ea5247860a0afd3df08e1a1af11530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mustafa Farhat, 8, who was injured in an Israeli airstrike that hit his home and killed his parents, is comforted by his grandmother at a hospital in the town of Nabatiyeh, southern Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6F45BVAN4EX3EOMRX2FYBYZKME.jpg?auth=61ec4efe8d6f6a0ced8206f5a552d7a40b52c1240324b361fc64f52fc2f8a31b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIVKAO4FDFIKFAGUBKHQDH562E.jpg?auth=cccf84f84ea47791180ca7ff729c27e604ecdd3c2fd1761d8d6a33d942f7ef99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker searches for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RXCOQNJBWLIWEHFERBG32IP6ZI.jpg?auth=141ce249abd5d14511fcb1bceaaf8baf2f63fe383efd48ede9933c987f5703a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6V2FSQJEBUQDXVJJG3BCCNK4T4.jpg?auth=d794fdf05f8076573d43bba134c8aed58e093f6bd46e4ded75a7ba7b5c4d6e7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers search for victims under the rubble of a building destroyed in an Israeli airstrike in the southern village of Kfar Rumman, Lebanon, Monday, Sept. 7, 2026. (AP Photo/Mohammed Zaatari)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammed Zaatari</media:credit></media:content></item><item><title><![CDATA[Germany's Merz shocked by far-right state election triumph but doubles down on unpopular reforms]]></title><link>https://www.local10.com/news/world/2026/09/07/germanys-merz-shocked-by-far-right-state-election-triumph-but-doubles-down-on-unpopular-reforms/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/germanys-merz-shocked-by-far-right-state-election-triumph-but-doubles-down-on-unpopular-reforms/</guid><dc:creator><![CDATA[By GEIR MOULSON and KIRSTEN GRIESHABER, Associated Press]]></dc:creator><description><![CDATA[BERLIN (AP) — German Chancellor Friedrich Merz doubled down Monday on pushing through unpopular reforms to Europe’s largest economy after a far-right party surged to a landslide victory in a regional election, with a very good chance of forming the first far-right state government since the Nazi era.]]></description><pubDate>Tue, 08 Sep 2026 01:01:58 +0000</pubDate><content:encoded><![CDATA[<p>BERLIN (AP) — German Chancellor Friedrich Merz doubled down Monday on pushing through unpopular reforms to Europe’s largest economy after a far-right party surged to a landslide victory in a regional election, with a very good chance of forming the first far-right state government since the Nazi era.</p><p>Merz said his center-right Christian Democratic Union was “deeply shocked” by what he called “the most serious election defeat that the CDU has had for years, for decades.” But he indicated that he's determined to stay at the helm and said that “giving up is not an option for me.”</p><p>The anti-migration and Russia-friendly Alternative for Germany, or AfD, fell just short of a majority in Sunday’s vote in Saxony-Anhalt, a small eastern state that gained outsized prominence as AfD eyed power there. Its regional branch is one of several considered a proven right-wing extremist group by Germany's domestic intelligence agency.</p><p>Merz says Germany will stick to its values and Russia stance</p><p>AfD's victory is a major distraction for Germany and Merz at a time when Europe faces several challenges, including Russia’s continued aggression against Ukraine, a suspected sabotage campaign targeting NATO countries, and difficult dealings with U.S. President Donald Trump.</p><p>Merz said he wanted to assure Germany’s allies that “our institutions are resilient and stable” and the country will stick to its values and constitution after the AfD win. “We know that Germany carries special responsibility because of its history,” he said.</p><p>He vowed that he won't “budge one millimeter from my fundamental conviction that we must defend our freedom against Russia now.” Germany is one of Ukraine's biggest supporters in its war against Russia.</p><p>Because of Germany’s Nazi past, far-right movements have always come under strong scrutiny. Other major parties have refused to cooperate with AfD in a so-called “firewall.” Unlike many countries in Europe, modern Germany hasn’t yet had a far-right or right-wing populist party leading a national, state or major-city government.</p><p>Determination to continue reforms ‘unbroken’</p><p>Merz vowed to weaken AfD before he came to power last year, but instead has seen the party's support increase.</p><p>The governing coalition of his Union bloc and the center-left Social Democrats has developed a reputation for squabbling and become deeply unpopular, as has Merz himself. The government has struggled to persuade voters that it can get the country’s chronically sluggish economy moving, through potentially painful reforms, including to the pension system.</p><p>But Merz insisted Monday that “we need fundamental reforms in Germany.” He said it's a question of “nothing less than the future of our country and the opportunities of our children and grandchildren, and we must not squander those. That is why my determination to continue the reform course is unbroken.”</p><p>He acknowledged a need to “justify them, not just rationally but also emotionally."</p><p>Germany faces another two regional elections on Sept. 20 — in Berlin and in another eastern state, Mecklenburg-Western Pomerania, where AfD is also strong.</p><p>AfD looks for a path to power in Saxony-Anhalt</p><p>While Merz continues to push back against resistance to reforms, AfD — whose victory was cheered by far-right parties across Europe — faces potentially tricky maneuvering to put its candidate for governor in Saxony-Anhalt, Ulrich Siegmund, in power.</p><p>Siegmund had pushed for an absolute majority in the state legislature that would allow AfD to sidestep mainstream parties' shunning of it. After the vote, he signaled that AfD still isn't willing to make compromises, insisting that “we don’t want to become like the parties that were punished” by breaking pre-election promises. He also rejected the idea of a minority government.</p><p>But he said that it has "a very clear mandate to form the government,” and that his party would reach out to other groups in the legislature and even to individual lawmakers. “Our goal now is to build precisely this stable majority in the coming days and weeks,” he said.</p><p>AfD is three seats short of a majority. It could reach out to the hard-left BSW party, which won five seats. The two parties share a Russia-friendly course and oppose immigration but disagree on some other issues.</p><p>BSW has criticized the “firewall” against AfD and signaled again Monday that it could allow Siegmund to become governor by abstaining in a potential third round of voting for a new governor in the state legislature, in which a simple majority would suffice.</p><p>It’s also possible that newly elected lawmakers from other parties could defect to AfD, which would only need three to break ranks.</p><p>Forming a government excluding AfD would only be possible if all the other parties in the legislature worked together. However, an alliance of any kind between those parties is improbable and would be prone to instability.</p><p>Jubilation from Musk and right-wing populists</p><p>Billionaire Elon Musk congratulated the party on its election victory with a “Well done!” on his online platform X. Siegmund immediately thanked him for his support.</p><p>Trump posted a screenshot of the election projection on his Truth Social platform without any comment.</p><p>Russian presidential envoy Kirill Dmitriev on X described the outcome of the election as a “historic win for the pragmatic AfD that will put migration under control.” Dmitriev also said that “AfD will restore Germany and Europe by leading the common-sense approach that migrant-friendly, warmongering Biden-think EU politicians tried to eradicate.”</p><p>The leaders of right-wing populist parties in Spain and Portugal also congratulated AfD.</p><p>The Polish prime minister was critical. “In Poland, only idiots or traitors could rejoice the AfD triumph in Germany,” Donald Tusk wrote on X.</p><p>French Foreign Minister Jean-Noel Barrot, whose country faces a presidential election next year in which the far right is a leading contender, said that “AfD’s platform is a betrayal of the European spirit” and that “our first responsibility is to resist the normalization of far-right ideas.”</p><p>Among voters who didn't back AfD, the reaction was one of deep dismay. Horst Walter Boerner, an 86-year-old from Magdeburg born during World War II, expressed shock.</p><p>“It’s terrible for us,” he said, saying the election was “fear-driven.” He said AfD's victory was foreseeable because of the crowds it drew during the campaign, but he said “this should have never happened.”</p><p>___</p><p>Associated Press journalists Claudia Ciobanu in Warsaw, Poland, and Kerstin Sopke in Magdeburg, Germany, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32OUNSDDFH73ALYRUXLCVMOJCA.jpg?auth=24c95eb0f4e70fd218ae1fcb35a7c6c08989bee75b5ee78cfaa7a4f973afd987&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Top candidate for the Saxony-Anhalt state elections Ulrich Siegmund, center, attends a press conference in Berlin, Germany, Monday, Sept. 7, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IX3BG3YQBGLLZPFE3MTU2BEWI4.jpg?auth=a2219e86b18dcc56f6ba2e19411c802a63829fc428fa2a453d5a3011a3fd6299&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Party members celebrate with a sign of AfD top candidate Ulrich Siegmund after the first results at an election party of the "Alternative for Germany" (AfD) after the Saxony-Anhalt state elections in Magdeburg, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYEVQMDTK5YTUCQETTQHPITPHM.jpg?auth=7f5b2c29f0ed2092aa37b5d76e5d884a0099b8091efa2c9400a0ba290cc71269&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Top candidate Ulrich Siegmund speaks at an election party of the "Alternative for Germany" (AfD) after the Saxony-Anhalt state elections in Magdeburg, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RPHVQNPUHATX4JOZCXUVCJCBYE.jpg?auth=88c1abd8d52b2044fc7c87e62f57c17b3e03fb784e0b25f530122d2d67dd0aec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Top candidate Ulrich Siegmund and party leaders Tino Chrupalla and Alice Weidel, speak to party members in front of a reading "it starts here" at an election party of the "Alternative for Germany" (AfD) after the Saxony-Anhalt state elections in Magdeburg, eastern Germany, Sunday, Sept. 6, 2026. (AP Photo/Matthias Schrader)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content></item><item><title><![CDATA[War criminal Mladic is buried as a hero in Serbia despite EU warnings]]></title><link>https://www.local10.com/news/world/2026/09/07/body-of-war-criminal-mladic-lies-in-state-in-serbian-capital-ahead-of-funeral/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/body-of-war-criminal-mladic-lies-in-state-in-serbian-capital-ahead-of-funeral/</guid><dc:creator><![CDATA[By DUSAN STOJANOVIC and JOVANA GEC, Associated Press]]></dc:creator><description><![CDATA[BELGRADE, Serbia (AP) — Ratko Mladic, the Bosnian Serb commander who died while serving a life sentence for war crimes, was buried on Monday with military honors and crowds attending as Serbia defied European Union warnings against allowing public homage to the man found guilty of the continent’s first case of genocide since World War II.]]></description><pubDate>Mon, 07 Sep 2026 13:33:22 +0000</pubDate><content:encoded><![CDATA[<p>BELGRADE, Serbia (AP) — Ratko Mladic, the Bosnian Serb commander who died while serving a life sentence for war crimes, was buried on Monday with military honors and crowds attending as Serbia defied European Union warnings against allowing public homage to the man found guilty of the continent’s first case of genocide since World War II.</p><p>Thousands of mourners started arriving early at the small Serbian Orthodox Church of St. Luke in Belgrade to honor Mladic as his body lay in state. Mladic is still viewed as a hero by many Serbs. His military officer's cap and saber rested on the coffin, which was flanked by men in fatigues.</p><p>The head of the Serbian Orthodox Church, Patriarch Porfirije, led the funeral service while Serbian army soldiers carried Mladic's flag-draped coffin at the cemetery as mourners clapped and a military orchestra played. Pro-government media broadcast the ceremony live.</p><p>Bosnian Serb nationalist leader Milorad Dodik and the Russian ambassador in Serbia, Alexander Botsan-Kharchenko, were among those present at the funeral.</p><p>Mladic died at 84 on Aug. 27 in The Hague, Netherlands, where he was serving a life sentence. He was sentenced in 2017 for orchestrating the massacre of more than 8,000 Muslim men and boys in Srebrenica in 1995; the yearslong siege of the Bosnian capital, Sarajevo; and other war crimes, including setting up concentration camps for detained non-Serb civilians and enemy soldiers.</p><p>Since Mladic died, his nationalist admirers have held vigils, painted a series of murals in Belgrade with his image and lit flares in his honor. On Sunday evening, soccer fans displayed a huge image of Mladic and chanted his name at a match in Belgrade.</p><p>Mothers of Srebrenica: It's a shame!</p><p>In Bosnia, the Mothers of Srebrenica group that gathers relatives of the victims urged the EU to react, saying that Mladic's funeral “threatens to become the biggest fascist gathering in Europe in the last 70 years.”</p><p>“The glorification of genocide is not honor, it's a shame,” they said on X.</p><p>A U.N. “safe haven” for Bosniaks (Bosnian Muslims), Srebrenica ended up being overrun by Serbs who forced men and boys to strip, killed them and bulldozed their bodies into mass graves.</p><p>The EU's foreign service said in a statement that “any glorification of war criminals, genocide denial and revisionism contradict the most fundamental European values and have no place in the EU or in EU candidate countries.”</p><p>“We are standing in solidarity with all victims, survivors and their families who suffered from war crimes in countries of former Yugoslavia,” the statement said.</p><p>For Milan Dobric, a mourner who traveled from Kosovo for the funeral, Mladic “was a man who gave everything in his life for the Serbian people.” Dobric is “glad that this morning people are coming to pay special respect.”</p><p>Serbian president says gathering is reaction to Western pressure</p><p>While the funeral arrangements were formally made by Mladic's family, the Serbian government also sent a plane last week to bring his remains to Belgrade, and soldiers carried his coffin wrapped in the national flag. A military commemoration was held Saturday at an official Serbian army venue.</p><p>Populist President Aleksandar Vucic, a former extreme nationalist who supported Serbia’s expansionist policies during the war, described the funeral as an “emotional outpouring” that “has nothing to do” with whether the Serbian government approved it or not.</p><p>Serbia is a candidate nation for European Union membership and has faced strong criticism for honoring Mladic after his death.</p><p>Marta Kos, the enlargement commissioner for the bloc, canceled an upcoming visit to Serbia in protest, arguing that “the glorification surrounding his death is incompatible with the values on which the EU path is built.”</p><p>Serbia, which backed Bosnian Serb forces during the war, remains defiant over its wartime role and accuses the West of anti-Serb bias.</p><p>Vucic said that “we (Serbs) have been persecuted and harassed for 30, 40 years ... always guilty whatever happens,” He added that “people just won’t take it anymore.”</p><p>Vucic, who is not attending the funeral, previously has accused Kos of lying. The Serbian president has stepped up his anti-Western rhetoric ahead of an early parliamentary election expected next month.</p><p>A number of other European officials joined the criticism of Serbia, along with regional leaders and relatives of Mladic's victims from the war in Bosnia. The conflict left more than 100,000 people dead and over 1 million homeless before it ended in 1995 in a U.S.-brokered peace agreement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7KOGFPZFZNN3JL7YBDBURLWE4.jpg?auth=105ef3aaeca9430bc9e2a23b53417fa23b67488f04657cad2184fa6dfcba72d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man touches the cross as Serbian national military servicemen stand around the coffin of the former Bosnian Serb army commander Ratko Mladic, who died last week while serving a life sentence for genocide and other atrocities during the war in Bosnia, at the St. Luka Church, in Belgrade, Serbia, Monday, Sept. 7, 2026. (AP Photo/Marko Drobnjakovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Marko Drobnjakovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYQBD26NZW2ZIM3QNN3M37HKRY.jpg?auth=a364b411a1ecac6b08bb7638faedf27b18850e26685a042809e34b1363448ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man touches the cross as Serbian national military servicemen stand around the coffin of the former Bosnian Serb army commander Ratko Mladic, who died last week while serving a life sentence for genocide and other atrocities during the war in Bosnia, at the St. Luka Church, in Belgrade, Serbia, Monday, Sept. 7, 2026. (AP Photo/Marko Drobnjakovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Marko Drobnjakovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NJU4K7LU7SHSUJNJFM2AR5VQM.jpg?auth=32b115c5f63a057001340dafec7d8529a6862d21573760a1d3fca198d6416fdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serbian national military servicemen stand around the coffin of the former Bosnian Serb army commander Ratko Mladic, who died last week while serving a life sentence for genocide and other atrocities during the war in Bosnia, at the St. Luka Church, in Belgrade, Serbia, Monday, Sept. 7, 2026. (AP Photo/Marko Drobnjakovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Marko Drobnjakovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V4FCSARFZHMKV5HLIM2T3EG4CE.jpg?auth=f5a052e1dba7ef2c0b7e57c928260063626cc6404c20dab5691e0c284708336b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People line up to pay their respects as Serbian war veterans stand around the coffin of the former Bosnian Serb army commander Ratko Mladic, who died last week while serving a life sentence for genocide and other atrocities during the war in Bosnia, at the St. Luka Church, in Belgrade, Serbia, Monday, Sept. 7, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A222AAXMFAKQSJ2ZGQB264WRRA.jpg?auth=3f0c7c46479366308fed2c2f0d35377d8d11dbe704632f2859dd5dd1fdd0d15e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People line up to pay their respects to the former Bosnian Serb army commander Ratko Mladic, seen on the flags, who died last week while serving a life sentence for genocide and other atrocities during the war in Bosnia, at the St. Luka Church, in Belgrade, Serbia, Monday, Sept. 7, 2026. (AP Photo/Marko Drobnjakovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Marko Drobnjakovic</media:credit></media:content></item><item><title><![CDATA[Nepal guarda un día de luto tras las inundaciones que dejaron al menos 1.300 muertos]]></title><link>https://www.local10.com/espanol/2026/09/07/nepal-guarda-un-dia-de-luto-por-los-1300-muertos-en-inundaciones-de-agosto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/07/nepal-guarda-un-dia-de-luto-por-los-1300-muertos-en-inundaciones-de-agosto/</guid><dc:creator><![CDATA[Por BINAJ GURUBACHARYA, Associated Press]]></dc:creator><description><![CDATA[KATMANDÚ (AP) — Nepal guardó un día de luto el lunes para recordar a los fallecidos en las inundaciones del 26 de agosto. Las oficinas gubernamentales bajaron las banderas y las familias realizaron rituales de duelo por los más de 1.300 muertos y 5.000 desaparecidos, incluidos extranjeros.]]></description><pubDate>Mon, 07 Sep 2026 16:18:24 +0000</pubDate><content:encoded><![CDATA[<p>KATMANDÚ (AP) — Nepal guardó un día de luto el lunes para recordar a los fallecidos en las inundaciones del 26 de agosto. Las oficinas gubernamentales bajaron las banderas y las familias realizaron rituales de duelo por los más de 1.300 muertos y 5.000 desaparecidos, incluidos extranjeros.</p><p>En Nepal, de mayoría hindú, los periodos de duelo duran 13 días, durante los cuales los familiares cercanos permanecen en casa y los parientes los visitan para presentar sus respetos. En el último día se realizan rituales para rezar por las almas de los fallecidos. El lunes se cumplieron 13 días de la tragedia.</p><p>Varias personas cuyos familiares siguen desaparecidos realizaron funerales simbólicos. La cremación es un rito final importante en la tradición hindú y, para algunas familias, llevar a cabo la ceremonia incluso sin los cuerpos de sus seres queridos les brinda una sensación de liberación espiritual.</p><p>El gobierno designó el lunes como día oficial de luto, y ordenó que todas las oficinas bajaran sus banderas a media asta.</p><p>Mientras tanto, siguen los esfuerzos de búsqueda, aunque algunos protestaron que no se estaba haciendo lo suficiente.</p><p>En Katmandú, familiares se reunieron cerca de las oficinas del primer ministro y de ministerios clave para exigir que el gobierno acelere las tareas de búsqueda y rescate de los cientos de personas que trabajaban en plantas hidroeléctricas y que fueron arrastradas por la crecida del río Bhotekhoshi o quedaron sepultadas por los escombros.</p><p>Sumana Shrestha estaba con sus familiares mientras sostenía un cartel con la foto de su esposo de 55 años, de quien no se ha sabido nada desde el día de la inundación.</p><p>Su esposo, un geólogo consultor, había prometido regresar a casa después de su turno en la oficina del proyecto de la planta hidroeléctrica Trishuli el día de la inundación. La oficina de dos pisos y medio quedó completamente sepultada por los escombros.</p><p>“Estamos aquí porque no hemos sabido de ningún intento de rescate en este proyecto, pero ya han pasado 13 días”, dijo. “Lo único que hemos podido hacer es rezar a Dios y esperar un milagro”.</p><p>Otro manifestante, Mahesh Prasad Shrestha, sostenía una fotografía de su hermano Niraj Shrestha, un ingeniero de 52 años que trabajaba en el mismo sitio. Dijo que las autoridades sólo enviaron una pequeña excavadora en helicóptero al sexto o séptimo día después del desastre, y añadió: “Deberían haber pedido helicópteros grandes de lugares como China o India para traer equipo”.</p><p>Se realizaron vigilias a la luz de las velas en varios lugares de Katmandú en memoria de las víctimas.</p><p>Las labores de rescate se han concentrado cada vez más en 12 proyectos hidroeléctricos, donde unos 900 trabajadores están desaparecidos y se cree que aproximadamente 500 están atrapados en distintos túneles, indicaron las autoridades. Equipos de rescate especializados de India, China, Corea del Sur y Estados Unidos han estado buscando entre escombros, estructuras dañadas y túneles en los proyectos.</p><p>Dos trabajadores nepalíes fueron rescatados de la planta el viernes, y los rescatistas sacaron el sábado a un hombre chino de la instalación.</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/QBVK4TZYUKN3XHKZLCRDOSLDAQ.jpg?auth=0fdb74d8a91151e62bcb027a7989603f939d9de2365b2f9bd96493e19b1419a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una niña enciende una vela durante un día de luto por las víctimas de las inundaciones del 26 de agosto en Katmandú, Nepal, el lunes 7 de septiembre de 2026. (Foto AP/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DDWDTWKB5BRCW3QOJBAURL7JFI.jpg?auth=edd459906f31f2e5cc7f7dd47c2e89f755fcf0daf9bc7635b46fdfd31698b0a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Monjes budistas rezan por las almas de las víctimas de una inundación repentina en la orilla del río Trishuli en Devighat, en el distrito de Nuwakot, Nepal, el sábado 5 de septiembre de 2026. (AP Foto/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Iranian soccer players who sought asylum in Australia say anthem silence was protest against Tehran]]></title><link>https://www.local10.com/sports/2026/09/07/iranian-soccer-players-who-sought-asylum-in-australia-say-anthem-silence-was-protest-against-tehran/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/iranian-soccer-players-who-sought-asylum-in-australia-say-anthem-silence-was-protest-against-tehran/</guid><dc:creator><![CDATA[By ROD McGUIRK, Associated Press]]></dc:creator><description><![CDATA[MELBOURNE, Australia (AP) — Two members of the Iranian women’s soccer team who claimed asylum in Australia have confirmed their pivotal refusal to sing the national anthem during the Women’s Asian Cup in March was a protest against Tehran.]]></description><pubDate>Mon, 07 Sep 2026 06:23:16 +0000</pubDate><content:encoded><![CDATA[<p>MELBOURNE, Australia (AP) — Two members of the Iranian women’s soccer team who claimed asylum in Australia have confirmed their pivotal refusal to sing the national anthem during the Women’s Asian Cup in March was a protest against Tehran.</p><p>The first media interview with Atefeh Ramezanisadeh, 34, and Fatemeh Pasandideh, 22, since they abandoned their team to become refugees was broadcast Sunday on Australia’s “60 Minutes” current affairs program.</p><p>"We just wanted to stand with our people. I was scared at times, but I just tried to do what was right and say that no one should be killed just for protesting,” Ramezanisadeh told Nine Network through an interpreter.</p><p>The team was criticized in Iran and branded as traitors in the media there for remaining silent when the Iranian national anthem was played ahead of their opening loss against South Korea on March 2.</p><p>Some saw it as an act of resistance, while others interpreted it as a show of mourning following the U.S. and Israeli attacks on their homeland which began on Feb. 28. The team offered no public explanation.</p><p>The gesture led to demonstrators demanding the team be offered asylum in Australia before leaving Sydney on March 10.</p><p>Ramezanisadeh and Pasandideh said they were protesting Tehran’s brutal crackdown on nationwide demonstrations against Iran’s theocratic rule.</p><p>Ramezanisadeh said her silence “could have meant any form of torture” for her.</p><p>“But at that moment, the only thing that gave me peace and a clear conscience was not singing it. I wanted to sing the anthem with pride and from my heart. But because of the situation in Iran, I really couldn’t do it,” she said.</p><p>Pasandideh said through an interpreter of her own silence: “My people put their lives on the line and they were killed. Doing that was the absolute least we could do for them.”</p><p>Australian Immigration Minister Tony Burke said none of the team had been offered asylum at that time.</p><p>“At that point, they had absolutely no information from us about the possibility of being able to stay,” Burke said.</p><p>“The silence of itself was deeply significant,” he said. “The reaction was the volcanic moment.”</p><p>The stakes were raised when U.S. President Donald Trump used social media to call for the team to be granted asylum and telephoned Australian Prime Minister Anthony Albanese on the issue.</p><p>Albanese told Trump that four players and a team manager had at that stage accepted offers of humanitarian visas.</p><p>Seven members of the team eventually accepted Australia’s offer of asylum, but all soon changed their minds except for Ramezanisadeh and Pasandideh. They both now play for the Wynnum Wolves semi-professional soccer team in the city of Brisbane and were made Australian citizens in August.</p><p>Ramezanisadeh said her parents had asked her to return under the instructions of Iranian authorities.</p><p>“They tried to reassure me, saying: ‘Nothing will happen to you. This is your home. You must return home.’ But I told them my mind was made up and I was not coming back,” Ramezanisadeh said.</p><p>“Thinking that I might never be able to see my family again was heartbreaking, but I couldn’t allow myself to be indifferent while so many young people were being killed by this regime. I couldn’t stay silent, even though I miss my family so much,” she added.</p><p>Both women said they had not been in contact with their families in recent months, but understood relatives had not been punished.</p><p>Pasandideh said she had never asked her teammates whether they had wanted to return to Iran or had been forced to.</p><p>“We decided not to talk because I don’t want to put their lives in danger,” Pasandideh said.</p><p>“One of my biggest dreams is to be able to go back to Iran, but in different circumstances when the situation in Iran has changed and the people of Iran are happy and thriving. Then I will go back and see my family,” she added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKENV75WMPLYTTG435AGJQ7XNA.jpg?auth=c1cdd635a942c92051fd866fa9fb30fc54b0918d6e2043e1d16f0ed6ad12296e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fatemeh Pasandideh, left, and Atefeh Ramezanisadeh, right, former members of the Iranian women's soccer team, stand with Australia's Minister for Home Affairs, Tony Burke, after receiving their citizenship in Brisbane, Australia, on Aug. 5, 2026. (Department of Home Affairs via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Indonesia keeps several airports closed though volcanic eruption is easing]]></title><link>https://www.local10.com/business/2026/09/07/indonesia-keeps-several-airports-closed-though-volcanic-eruption-is-easing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/07/indonesia-keeps-several-airports-closed-though-volcanic-eruption-is-easing/</guid><dc:creator><![CDATA[By NINIEK KARMINI and EDNA TARIGAN, Associated Press]]></dc:creator><description><![CDATA[JAKARTA, Indonesia (AP) — Indonesia extended the closure of several airports and shifted schools to remote learning in affected areas on Monday even though a volcanic eruption that has halted nearly 3,000 flights and coated areas with ash was subsiding.]]></description><pubDate>Mon, 07 Sep 2026 13:52:47 +0000</pubDate><content:encoded><![CDATA[<p>JAKARTA, Indonesia (AP) — Indonesia extended the closure of several airports and shifted schools to remote learning in affected areas on Monday even though a volcanic eruption that has halted nearly 3,000 flights and coated areas with ash was subsiding.</p><p>The continuous, 25-hour eruption of Anak Krakatau that produced a fountain of lava and a boom heard 700 kilometers (435 miles) away ended Sunday, the country's Geological Agency said. But it remained active Monday with moderate, intermittent eruptions, dark ash emissions and small, localized earthquakes.</p><p>Transportation Minister Dudy Purwagandhi said Monday that authorities decided to extend the temporary closure of seven airports until midnight from an earlier deadline of 6 p.m., despite improving conditions at some facilities. Previously, Atung Bungsu Airport in Pagar Alam, a city in South Sumatra province, resumed normal operations Monday morning.</p><p>"We are taking a conservative approach because wind direction is highly dynamic,” Purwagandhi said in a statement. “We want to ensure that volcanic ash has moved away from airports around Anak Krakatau.”</p><p>Although tests at several airports showed no traces of volcanic ash, operations will not resume until further assessments are completed, Purwagandhi said.</p><p>He said the extended closure would also allow airport operators and airlines to inspect and clean runways, taxiways, aprons and aircraft that may have been exposed to volcanic ash.</p><p>The government also authorized schools in areas affected by volcanic ash to shift temporarily to online learning to reduce students’ exposure to ash.</p><p>Anak Krakatau is a volcanic island in the Sunda Strait between Indonesia's main islands of Java and Sumatra. Its name means “child of Krakatau,” and the volcano is the offspring of the infamous Krakatau, whose monumental 1883 eruption triggered a period of global cooling.</p><p>An eruption of Anak Krakatau in 2018 caused a tsunami that killed at least 430 people in Sumatra and Java.</p><p>Indonesia has more than 120 active volcanoes and frequently experiences eruptions due to its location along the Pacific “Ring of Fire,” the ring of seismic faults around the Pacific Ocean where most global seismic activity occurs.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QMLQ44BOKL2ZM2BSU6ZSYRNOZ4.jpg?auth=a5547afc996204ec71036bd21c338111220759245706080db94eda52636a4c44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this drone photo released by the Geological Agency (Badan Geologi) of Indonesia's Ministry of Energy and Mineral Resources, Mount Anak Krakatau spews volcanic smoke in Sunda Strait, Indonesia, Saturday, Sept. 5, 2026. (Badan Geologi via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/7PU4AKLYE57RP4AUCDPFY4QS3Q.jpg?auth=89c1fd2c57ef94094bf0d45c274f556c1bad2d63a9ca1757aa49d198139be6fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait as flights are disrupted due to the eruption of Mount Anak Krakatau, at Soekarno-Hatta International Airport in Tangerang, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KZJWSFOEUWQJFBYUHKHMMEWRSA.jpg?auth=ce8509a140392f08afe0b5702d44a493b78f5053fccf870ff74bdb09c1db39ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People wait as flights are disrupted due to the eruption of Mount Anak Krakatau, at Soekarno-Hatta International Airport in Tangerang, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TTT24LHK5XQIVN6ZS66GXHM2ZQ.jpg?auth=5c2c610e83de5428f967253ed7c8fbc51b052a504a2e75df888bd0838f47be7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks past an information board showing cancelled flights due to the eruption of Mount Anak Krakatau, at Soekarno-Hatta International Airport in Tangerang, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RRWHXFBOJJZLPZO7T6BMSM4JTE.jpg?auth=ad826365e9e3477db868376a6c07a4c371003851f663d94a5e7762cc51242944&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A technician measures the seismic readings from the eruption of Mount Anak Krakatau at an observation post in Pasauran, Banten province, Indonesia, Monday, Sept. 7, 2026. (AP Photo/Dziki Oktomauliyadi)]]></media:description><media:credit role="author" scheme="urn:ebu">Dziki Oktomauliyadi</media:credit></media:content></item><item><title><![CDATA[Nepal holds a day of mourning after floods kill at least 1,300 people]]></title><link>https://www.local10.com/news/world/2026/09/07/nepal-holds-a-day-of-mourning-after-floods-kill-at-least-1300-people/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/07/nepal-holds-a-day-of-mourning-after-floods-kill-at-least-1300-people/</guid><dc:creator><![CDATA[By BINAJ GURUBACHARYA, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Nepal held a day of mourning Monday to remember those killed in the Aug. 26 floods, with flags lowered at government offices and families concluding mourning rituals.]]></description><pubDate>Mon, 07 Sep 2026 10:57:55 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Nepal held a day of mourning Monday to remember those killed in the Aug. 26 floods, with flags lowered at government offices and families concluding mourning rituals.</p><p>Monday was the 13th day since the flooding which killed more than 1,300 people in Nepal and Tibet and left some 5,000 missing, including foreigners, according to Nepal’s disaster management agency.</p><p>In predominantly Hindu Nepal, mourning periods last 13 days, during which close family members stay home and relatives visit to pay their respects. Rituals are held on the final day to pray for the souls of the departed.</p><p>Several people whose relatives remain missing performed symbolic funerals. Cremation is an important final rite in Hindu tradition, and performing the ceremony even without the bodies of their loved ones provided some families a sense of spiritual release.</p><p>The government had declared Monday an official day of mourning and ordered flags at government offices lowered to half-staff.</p><p>Meanwhile, search efforts continued for the missing, but some protested that not enough was being done.</p><p>In Kathmandu, relatives gathered near the offices of the prime minister and key ministries to demand the government speed up search and rescue efforts for hundreds of people who had been working at hydropower plants and were either swept away by the rushing Bhotekhoshi River or buried under debris.</p><p>Sumana Shrestha stood with family members holding a poster with the photo of her 55-year-old husband, who has not been heard from since the day of the flood.</p><p>Her husband, a consulting geologist, had promised to return home after his shift at the project office for the Trishuli hydropower plant on the day of the flood. The 2 1/2-story office was completely buried by debris.</p><p>“We are here because we have not heard of any rescue attempt on this project, but it has been 13 days already,” she said. "The only thing we have been able to do is pray to God and hope for a miracle."</p><p>Another protester, Mahesh Prasad Shrestha, held a photograph of his brother Niraj Shrestha, a 52-year-old engineer who worked at the same site. He said authorities only sent a small excavator by helicopter on the sixth or seventh day after the disaster, adding: “They should have ordered big helicopters from places like China or India to fly in equipment.”</p><p>Rescue efforts have focused on 12 hydropower projects, where about 900 workers are missing and roughly 500 are believed to be trapped in various tunnels, authorities said. Specialized rescue teams from India, China, South Korea and the United States have been searching through debris, damaged structures and tunnels at the projects.</p><p>Two Nepalese workers were rescued from the plant Friday, and rescuers pulled out a Chinese man from the facility on Saturday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TFWBVJJGUEXML6WSRVKDAWWODY.jpg?auth=10074e12cc246022621acbcdc4b62a5ed16588216f5d381ccdbf41de6b0a0450&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buddhist monks offer prayers for the departed soul of the victims of flash flood on the bank of Trishuli river in Devighat, Nuwakot district, Nepal, Saturday, Sept. 5, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JWDRSGCUO5XKRLOK46CG5PF76U.jpg?auth=d6c90fa66cb5e4642d73d45f68e1935ea19d29494c7e3e8db8820b5e1e8136e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of recent flash flood victims hold banners urging authorities to step up efforts to find their missing loved ones during a demonstration in Kathmandu, Nepal, Monday, Sept. 7, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWUOEEVMZ4CR4JFL6TSTIYYPYI.jpg?auth=95ed8a7f18cb9d319913252e2c65528d7fa974a022741aae9d1cd921b01b4dde&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Relatives of recent flash flood victims hold banners urging authorities to step up efforts to find their missing loved ones during a demonstration in Kathmandu, Nepal, Monday, Sept. 7, 2026. (AP Photo/Dar Yasin)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content></item><item><title><![CDATA[Rescuers look for survivors after New Delhi hostel collapse kills 7]]></title><link>https://www.local10.com/news/2026/09/07/rescuers-look-for-survivors-after-new-delhi-hostel-collapse-kills-7/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/07/rescuers-look-for-survivors-after-new-delhi-hostel-collapse-kills-7/</guid><dc:creator><![CDATA[By RISHI LEKHI, Associated Press]]></dc:creator><description><![CDATA[NEW DELHI (AP) — Search and rescue teams combed through the debris of a collapsed building in New Delhi on Monday as the death toll climbed to seven, officials said.]]></description><pubDate>Tue, 08 Sep 2026 00:40:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW DELHI (AP) — Search and rescue teams combed through the debris of a collapsed building in New Delhi on Monday as the death toll climbed to seven, officials said.</p><p>The five-story building, which housed a boys’ hostel, collapsed on Sunday in Satya Niketan, a densely populated neighborhood known for its private student accommodations near a Delhi University campus.</p><p>Police, firefighters and crews from India’s disaster response agency continued their search for a second day as earthmovers cleared debris and sniffer dogs worked the site to help rescuers reach those still trapped inside.</p><p>Rescue crews pulled at least 12 people from under the rubble, Delhi Chief Minister Rekha Gupta told reporters at the site on Monday. About 80% of the debris had been cleared and only rubble from the basement remained, she said, adding that six people died and six others were injured in the incident.</p><p>Later Monday, rescuers recovered a body, raising the death toll to seven, officials said.</p><p>According to residents, the building was at least 55 years old and had been under renovation for months before reopening to tenants, mostly students, in August despite work remaining unfinished.</p><p>Prakash Chand, a resident, said laborers were in the basement carrying out digging work when the building collapsed.</p><p>Preliminary findings suggest water accumulation in the basement and ongoing repair work on the aging building may have caused the collapse, Gupta said.</p><p>She said the government will draft a policy requiring periodic structural audits and safety certificates for buildings used by the public, including student accommodations, nursing homes and schools. “No public activity will be permitted” in buildings that fail to comply, Gupta said.</p><p>After Gupta’s visit, police arrested the building owner and filed a case against him. Authorities also suspended at least five municipal employees responsible for building safety oversight in the area, the Press Trust of India news agency reported.</p><p>Building collapses are a recurring hazard in parts of India during the June-to-September monsoon season, when heavy or prolonged rain can weaken older structures.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UYVAFEHHXPB4DGYW3YLGFDKWSQ.jpg?auth=b07aaf37cc46217bdb91006f97048733ff690243c22018238b2f294a78854420&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescue workers continue to search for people trapped under the debris of a collapsed building in New Delhi, India, Monday, Sept. 7, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZHVLDULE2S7YDHDDBW5ZTMSGF4.jpg?auth=6738f32e5313f2a1646572acae6e6d0bf0bfc5b1c1b62d9e5a369373ce3493f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers clear debris as they search for people possibly trapped at the site of a collapsed building in New Delhi, India, Monday, Sept. 7, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QP6PJ6RA6YUXOQBXODLZAKWSIA.jpg?auth=cc45084d93359c927450e102f74b2f70fcc3de6a30f864cfe3c5ca67e9d6c432&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A rescue worker carries a cylinder at the site of a collapsed building in New Delhi, India, Monday, Sept. 7, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IP3GRQGKBIHANQ2NPC2O6BYQCU.jpg?auth=2ccaceabd038d27dd1e1fa8db342aefb67e5cdb4baf3bca4757e9e612df3403b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers clear debris as they search for people possibly trapped at the site of a collapsed building in New Delhi, India, Monday, Sept. 7, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSP7YOHXLKXMSKIFVQVBHLX2MQ.jpg?auth=b293a81fb3301f942766171ba9b13af1f14eaad953b81d8afd6e82fc435be7d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers clear debris as they search for people possibly trapped at the site of a collapsed building in New Delhi, India, Monday, Sept. 7, 2026. (AP Photo/Manish Swarup)]]></media:description><media:credit role="author" scheme="urn:ebu">Manish Swarup</media:credit></media:content></item><item><title><![CDATA[Notre Dame's Flanigan continues family tradition by delivering at Lambeau]]></title><link>https://www.local10.com/sports/2026/09/07/notre-dames-flanigan-continues-family-tradition-by-delivering-at-lambeau/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/07/notre-dames-flanigan-continues-family-tradition-by-delivering-at-lambeau/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[GREEN BAY, Wis. (AP) — Notre Dame tight end James Flanigan knew exactly how he wanted to celebrate scoring his first career touchdown in the stadium where his father and grandfather played.]]></description><pubDate>Mon, 07 Sep 2026 05:45:42 +0000</pubDate><content:encoded><![CDATA[<p>GREEN BAY, Wis. (AP) — Notre Dame tight end James Flanigan knew exactly how he wanted to celebrate scoring his first career touchdown in the stadium where his father and grandfather played.</p><p>Flanigan’s father and grandfather, both named Jim Flanigan, each played for the Green Bay Packers. After scoring on a 3-yard touchdown catch in the first quarter of No. 4 Notre Dame’s 41-13 victory over Wisconsin on Sunday night at Lambeau Field, Flanigan pumped his fist in the air just as his dad used to do during his own playing days.</p><p>“I saw some clip of my dad, there’s like this highlight reel out there I’ve watched before,” Flanigan said. “I used to make fun of him for doing it, but now it’s kind of become my thing, I guess. It’s just super fun.”</p><p>Flanigan’s father also played at Notre Dame before launching a 10-year NFL career as a defensive tackle with the Chicago Bears (1994-2000), Packers (2001), San Francisco 49ers (2002) and Philadelphia Eagles (2003). He won the NFL’s Walter Payton Man of the Year award in 2000.</p><p>Flanigan’s grandfather, who died last year at the age of 80, played linebacker for the Packers from 1967-70 and New Orleans Saints in 1971. His 1967 Packers team won Super Bowl II.</p><p>That made it particularly special for the sophomore tight end to return to his hometown and play Notre Dame's season opener at a place where his family had so much history.</p><p>He worked hard to keep his emotions in check.</p><p>“My plan for it worked,” Flanigan said. “It was in pregame warmups, go out on the field and soak it all in. If I see family, say ‘Hi,’ and wave. And then, once we run out of the tunnel after warmups, it’s all business from there.”</p><p>Flanigan played four games for Notre Dame last year and didn’t have any catches, but he figures to have a bigger role this year. He scored the Irish’s first touchdown of the season by catching a CJ Carr pass around the line of scrimmage and getting into the left corner of the end zone.</p><p>Then he paid tribute to his dad.</p><p>“The boys were pumped about that,” Carr said. “Really cool to see him come home and end up having a touchdown.”</p><p>He became just the latest Flanigan to make a name for himself at one of football’s grandest cathedrals.</p><p>“There’s three generations of Flanigans who have been on that field and made some plays,” Flanigan said. “That’s really special.”</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3TTLAIWSNBJTXTJUTXGKTIQVUE.jpg?auth=aec53db150c69326b289955e489fb9456b3671e1cba80a09922a8e333c2625a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Notre Dame tight end James Flanigan, center left, and teammate Micah Gilbert, center right, celebrate a touchdown during the first half of an NCAA college football game against Wisconsin Sunday, Sept. 6, 2026, in Green Bay, Wis. (AP Photo/Kayla Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kayla Wolf</media:credit></media:content></item></channel></rss>