<?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>Wed, 23 Sep 2026 15:36:08 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Self-proclaimed witch arrested in apprentice’s murder expected to testify during trial ]]></title><link>https://www.local10.com/news/local/2026/09/23/self-proclaimed-witch-arrested-in-apprentices-murder-expected-to-testify-during-trial/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/self-proclaimed-witch-arrested-in-apprentices-murder-expected-to-testify-during-trial/</guid><description><![CDATA[A self-proclaimed witch arrested in connection with the murder of a 21-year-old woman in 2020 is expected to testify in his trial Wednesday.]]></description><pubDate>Wed, 23 Sep 2026 15:31:06 +0000</pubDate><content:encoded><![CDATA[<p>A self-proclaimed witch arrested in connection with the murder of a 21-year-old woman in 2020 is expected to testify in his trial Wednesday.</p><p>In 2020, Leila Cavett traveled with her young son from Georgia to South Florida to sell a white pickup truck to the suspect, Shannon Ryan.</p><p>She suddenly vanished.</p><p>The last time she was seen alive was on surveillance cameras inside a RaceTrac gas station in Hollywood.</p><p>Police soon discovered her son abandoned, wandering near a Miramar apartment complex.</p><p>Her father said Leila was a loving mother who would never abandon her child.</p><p>The investigation quickly turned to Ryan. The FBI said they connected Ryan to the disappearance through surveillance video, cell towers and social media.</p><p>He is now charged with murder. </p><p>Ryan, a self-proclaimed witch, <a href="https://www.local10.com/news/local/2022/10/29/self-proclaimed-witch-arrested-in-apprentices-murder-speaks-from-broward-jail/" target="_self" rel="" title="https://www.local10.com/news/local/2022/10/29/self-proclaimed-witch-arrested-in-apprentices-murder-speaks-from-broward-jail/">previously told Local 10’s Bridgette Matter from the Broward County Jail </a>that he did not kill Cavett.</p><p>“I can’t go into the particulars of the case like that because this is being recorded, but me and her had previous acquaintances together,” Ryan said.</p><p>Detectives said they found through Facebook messages that Cavett wanted to be Ryan’s apprentice. Ryan said he taught her to read tarot cards.</p><p>“I teach witchcraft, things of that nature. Yeah, I do tarot card readings,” Ryan said.</p><p>Cavett’s body has never been found, despite the FBI carrying out several searches at a landfill.</p><p>Police reported around the time of Cavett’s disappearance that Ryan was seen buying trash bags, duct tape and carpet cleaner. An arrest report says surveillance cameras captured Ryan moving Cavett’s truck and throwing away women’s clothing and children’s toys in a dumpster, as well as what appeared to be bloody towels -- something Local 10 pressed him on, but he denied.</p><p>Police released information about Ryan’s internet searches, including a Google search: “Does bleach and alcohol make chloroform?”</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/35D5UYI57OTE53LTPXK6ADERLA.jpg?auth=5f28d24b4a2225fee77d95c9e3c3b23935e7e0c7296c23815a8767819206dec1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Former Doctor Aromas COO accused of stealing more than $930K from company]]></title><link>https://www.local10.com/news/local/2026/09/23/former-doctor-aromas-coo-accused-of-stealing-more-than-930k-from-company/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/former-doctor-aromas-coo-accused-of-stealing-more-than-930k-from-company/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The former chief operating officer of Doctor Aromas, which sells luxury home and commercial fragrance products, is accused of using her position at the company to obtain more than $930,000 in unauthorized compensation and payments over nearly five years, according to a North Miami Police Department arrest report.]]></description><pubDate>Wed, 23 Sep 2026 15:20:04 +0000</pubDate><content:encoded><![CDATA[<p>The former chief operating officer of Doctor Aromas, which sells luxury home and commercial fragrance products, is accused of using her position at the company to obtain more than $930,000 in unauthorized compensation and payments over nearly five years, according to a North Miami Police Department arrest report.</p><p>Jacqueline Campos, 48, of Coral Springs, was arrested Tuesday on charges of organized scheme to defraud involving property valued at $50,000 or more and first-degree grand theft.</p><p>According to the report, police investigated allegations of fraud and grand theft involving BOSEM Corp., doing business as Doctor Aromas, located at 1996 NE 148th Terrace in North Miami.</p><p>Investigators said Campos served as the company’s chief operating officer and had access to its ADP TotalSource payroll system and QuickBooks Online accounting software.</p><p>Police allege that the scheme occurred between approximately Aug. 28, 2021, and July 10, 2026.</p><p>The company’s owner told investigators he was required to approve a payroll document every two weeks that listed Campos’ authorized compensation as $2,307.70 per pay period.</p><p>According to the arrest report, however, Campos provided him with screenshots of manually created Excel spreadsheets by email rather than the actual ADP payroll exports.</p><h3>Forensic analysis finds more than $930K in unauthorized payments</h3><p>As part of the investigation, police reviewed a forensic payroll and expense analysis conducted by a licensed certified public accounting firm.</p><p>The analysis compared 131 payroll documents with ADP TotalSource records for 126 confirmed pay periods.</p><p>According to the report, the analysis determined Campos received more than her authorized compensation during every one of those 126 pay periods, totaling $874,885.59 in unauthorized compensation.</p><p>The analysis also identified $221,632.64 in payments made to Campos outside the normal payroll process. The company’s owner confirmed that $57,888.99 of those payments had never been authorized, according to police.</p><p>Investigators said the total confirmed unauthorized loss to the company was $932,774.58.</p><p>According to the report, the forensic analysis also determined that Campos personally entered five unapproved increases to her own pay rate in the ADP system between January 2022 and April 2023 while continuing to provide the company’s owner with payroll documents showing her authorized rate as unchanged.</p><p>Campos is also accused of entering negative values into payroll deduction fields to increase her net pay, deleting transactions from the company’s accounting records to conceal them from standard reports and routing at least one payment under another employee’s name to conceal the actual recipient.</p><h3>Police: Unauthorized payroll submitted after termination</h3><p>Doctor Aromas terminated Campos’ employment for cause on July 7, according to the report.</p><p>Investigators allege that later that same day, after her employment had already been terminated, Campos submitted and approved a final unauthorized payroll run through ADP TotalSource that paid her an additional $5,712.10 beyond her regular rate.</p><p>According to police, Campos acknowledged in a sworn declaration in a related civil case that she personally submitted the July 7 payroll run.</p><p>At a July 9 hearing, the company’s owner and the forensic accountant who prepared the analysis testified under oath, according to the report.</p><p>The arrest report states that the presiding judge granted a temporary injunction after finding that the evidence established Campos had misappropriated company funds using her position of trust.</p><p>Based on the company’s statements, forensic analysis, business records, civil hearing testimony and Campos’ sworn admission, the investigating officer said there was probable cause to charge her with organized scheme to defraud and first-degree grand theft.</p><p>Campos turned herself in to North Miami police at approximately 2 p.m. Tuesday.</p><p>According to the report, an investigator asked Campos if she wanted to provide a statement, but she declined on the advice of her attorney.</p><p>She was arrested and transported to the Turner Guilford Knight Correctional Center.</p><p>As of Wednesday morning, she remained there and was expected to appear in bond court sometime during the day. </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/TO6T2LV7IVACND37TOA5KLKTNU.jpg?auth=19c1b347de418e4a28ed0ce5e031bbf0237fb8c384bfd48f3e98b324d3ac9e00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Heavy rain leaves Hallandale Beach side streets flooded, residents navigating standing water]]></title><link>https://www.local10.com/weather/2026/09/23/heavy-rain-leaves-hallandale-beach-side-streets-flooded-residents-navigating-standing-water/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/23/heavy-rain-leaves-hallandale-beach-side-streets-flooded-residents-navigating-standing-water/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[Residents in parts of Hallandale Beach were navigating flooded streets and parking lots Wednesday as rain continued to fall, leaving some searching for creative ways to stay out of the standing water.]]></description><pubDate>Wed, 23 Sep 2026 13:06:20 +0000</pubDate><content:encoded><![CDATA[<p>Residents in parts of Hallandale Beach were navigating flooded streets and parking lots Wednesday as<a href="https://www.local10.com/weather/2026/09/23/heavy-rainfall-localized-flooding-continues-in-south-florida/" target="_self" rel="" title="https://www.local10.com/weather/2026/09/23/heavy-rainfall-localized-flooding-continues-in-south-florida/"> rain continued to fall</a>, leaving some searching for creative ways to stay out of the standing water.</p><p><a href="https://www.local10.com/espanol/2026/09/23/padres-cargan-a-sus-hijos-para-cruzar-calles-inundadas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/23/padres-cargan-a-sus-hijos-para-cruzar-calles-inundadas/"><b>Leer en español</b></a></p><p>Along Southeast Second Street, water had receded somewhat, but significant ponding remained as more rain came down.</p><p>Parents were seen carrying children on their backs to reach the bus stop and even lifting them directly onto the bus so their feet wouldn’t have to touch the water.</p><p>Drivers also faced challenges getting to work, with even smaller vehicles pushing through inches of water as drivers tried to determine the best routes around flooded areas.</p><p>For some residents, the first challenge was simply reaching their cars.</p><p>At an apartment complex on Southeast Second Street, residents made their way through a flooded parking lot.</p><p>“Surprised, I can’t believe it,” resident Juan Rocha said.</p><p>Rocha said he still needed to get to work despite the conditions.</p><p>“When you hear something, you know it’s raining real hard. But we’ll see. I’ve gotta go to work. I’m gonna be late,” he said.</p><p>Resident Vivian Novicic said the side streets were more difficult to navigate than the main road.</p><p>“The side streets, US-1 looks better but you’ve gotta get out there first. That’s the thing,” Novicic said.</p><p>Federal Highway appeared clear and elevated compared with Southeast Second Street, where even a small dip in elevation led to flooding.</p><p>Residents and drivers traveling from areas including Dania Beach, Hollywood, Hallandale Beach and Aventura were advised to be prepared for flooding on streets that typically experience problems during heavy rainfall.</p><p><a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/"><b>CLICK HERE</b></a><b> for the latest forecast updates from Local 10’s Weather Authority. </b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Woman arrested after marked BSO vehicle stolen from Public Safety Building parking lot, deputies say]]></title><link>https://www.local10.com/news/local/2026/09/23/woman-arrested-after-marked-bso-vehicle-stolen-from-public-safety-building-parking-lot-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/woman-arrested-after-marked-bso-vehicle-stolen-from-public-safety-building-parking-lot-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A woman was taken into custody Tuesday night after a marked Broward Sheriff’s Office vehicle was stolen from the parking lot of the agency’s Public Safety Building in Fort Lauderdale, authorities said.]]></description><pubDate>Wed, 23 Sep 2026 11:50:37 +0000</pubDate><content:encoded><![CDATA[<p>A woman was taken into custody Tuesday night after a marked Broward Sheriff’s Office vehicle was stolen from the parking lot of the agency’s Public Safety Building in Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/09/23/roban-patrulla-de-bso-del-estacionamiento-de-su-propia-sede/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/23/roban-patrulla-de-bso-del-estacionamiento-de-su-propia-sede/"><b>Leer en español</b></a></p><p>According to BSO, 911 dispatchers were notified shortly after 9 p.m. that the marked vehicle had been stolen from the public parking lot area of the building, located at 2601 W. Broward Blvd.</p><p>Investigators worked to locate the stolen vehicle with assistance from the Florida Highway Patrol, Port St. Lucie Police Department and the St. Lucie County Sheriff’s Office.</p><figure><img src="https://www.local10.com/resizer/v2/AZTLWY3IENHBXALI32DAV5J5L4.jpg?auth=a9a3bae9bda4b1d2ef1ef43b873da16df438069b256c02c241a1023cd56b592d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The vehicle was eventually located along the northbound lanes of Interstate 95 at Gatlin Road in Port St. Lucie, according to BSO.</p><p>The SLCSO confirmed that the vehicle was found abandoned on the Gatlin Boulevard off-ramp.</p><p>According to the agency, SLCSO deputies then spotted the suspect, Shannon Dillon, 42, in the area wearing an outer ballistic vest displaying BSO insignia. </p><p>Dillon was immediately taken into custody. </p><p>She faces the following charges in St. Lucie County:</p><p>• Grand theft of law enforcement equipment</p><p>• Unlawful use of a police badge or law enforcement vehicle</p><p>• Unlawful possession of four or fewer identification items</p><p>• Possession or use of drug paraphernalia</p><p>• Possession of a weapon or ammunition by a convicted felon</p><p>• Driving while license suspended</p><p>• Resisting an officer without violence</p><p>Authorities confirmed that she also faces the following charges in Broward County:</p><ul><li>Grand theft of law enforcement equipment from an authorized emergency vehicle </li><li>Grand theft</li></ul><p>BSO officials said the investigation remains ongoing.</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[40-foot boat destroyed in ‘suspicious’ fire in Lauderdale-by-the-Sea, firefighters say]]></title><link>https://www.local10.com/news/local/2026/09/23/40-foot-boat-destroyed-in-suspicious-fire-in-lauderdale-by-the-sea-firefighters-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/40-foot-boat-destroyed-in-suspicious-fire-in-lauderdale-by-the-sea-firefighters-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A fire that engulfed a 40-foot boat at a dock in Lauderdale-by-the-Sea early Wednesday morning is considered suspicious, according to Pompano Beach Fire Rescue.]]></description><pubDate>Wed, 23 Sep 2026 14:26:16 +0000</pubDate><content:encoded><![CDATA[<p>A fire that engulfed a 40-foot boat at a dock in Lauderdale-by-the-Sea early Wednesday morning is considered suspicious, according to Pompano Beach Fire Rescue.</p><p><a href="https://www.local10.com/espanol/2026/09/23/incendio-sospechoso-destruye-bote-de-40-pies-en-lauderdale-by-the-sea/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/23/incendio-sospechoso-destruye-bote-de-40-pies-en-lauderdale-by-the-sea/"><b>Leer en español</b></a></p><p>Firefighters responded shortly after 6 a.m. to reports of a boat fire behind 264 S. Tradewinds Ave.</p><p>When crews arrived, they found a 40-foot Carver boat fully engulfed in flames, first responders said.</p><p>They said firefighters immediately began working to extinguish the fire and prevent it from spreading to nearby boats and surrounding property.</p><p>Crews were able to bring the fire under control and contain the flames to the affected boat, according to PBFR.</p><p>No civilians or firefighters were injured.</p><p>After extinguishing the fire, crews remained at the scene to make sure it was fully out and address any remaining hot spots.</p><p>“The Pompano Beach Fire Marshal is investigating the origin and cause of the fire,” PBFR officials said in a news release.</p><p>Officials said that given the circumstances surrounding the blaze, the fire is “currently considered suspicious.”</p><p>The investigation remains ongoing.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami detectives identify alleged ‘intruder’ who died near Design District ]]></title><link>https://www.local10.com/news/local/2026/09/23/miami-detectives-identify-alleged-intruder-who-died-near-design-district/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/miami-detectives-identify-alleged-intruder-who-died-near-design-district/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami homicide detectives released the identify of the alleged intruder who was fatally shot on Monday morning near the Design District area. ]]></description><pubDate>Wed, 23 Sep 2026 14:20:53 +0000</pubDate><content:encoded><![CDATA[<p>Miami homicide detectives released the identify of the alleged intruder who died on Monday morning after a shooting near the Design District area. </p><p><a href="https://www.local10.com/espanol/2026/09/23/identifican-al-presunto-intruso-abatido-cerca-del-design-district/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/23/identifican-al-presunto-intruso-abatido-cerca-del-design-district/"><b>Leer en español</b></a></p><p>Melvin Diaz Cepeda died after the shooting at about 5 a.m. on Monday at a home at 4606 NW 5th Ave., according to the Miami Police Department’s release on Wednesday. </p><p>“Firefighters pronounced him deceased on the scene,” Lt. Pete Sanchez, a spokesman for Miami Fire Rescue, said in a statement. </p><p>Officer Kenia Fallat, a spokeswoman for MPD, said detectives questioned one person during the investigation. </p><p>Detectives asked anyone with information about this or other cases to call Miami-Dade County Crime Stoppers at 305-471-8477 to remain anonymous.</p><p><i>Local 10 News Senior Assignment Editor Frine Gomez contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3464.464368832061!2d-80.2042607291139!3d25.818403738271865!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9b145de9219b5%3A0xec9923a59dfef5fe!2s4606%20NW%205th%20Ave%2C%20Miami%2C%20FL%2033127!5e1!3m2!1sen!2sus!4v1790174074069!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGM4332PSJHWVKNAJKOMFGL27U.jpg?auth=c1afe3dca922f0f3f650b2518a5c8c91a9f43a53a23e75ef791e56af83bf1107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Identifican al presunto intruso muerto a tiros cerca del Design District]]></title><link>https://www.local10.com/espanol/2026/09/23/identifican-al-presunto-intruso-abatido-cerca-del-design-district/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/identifican-al-presunto-intruso-abatido-cerca-del-design-district/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los bomberos lo declararon muerto en el lugar. La policía de Miami interrogó a una persona y pide a quien tenga información comunicarse de forma anónima con Crime Stoppers.]]></description><pubDate>Wed, 23 Sep 2026 15:11:57 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de homicidios de Miami dieron a conocer la identidad del presunto intruso que murió el lunes por la mañana tras un tiroteo cerca del Design District.</p><p>Melvin Diaz Cepeda murió tras el tiroteo, ocurrido alrededor de las 5 a.m. del lunes en una casa ubicada en el 4606 NW 5th Ave., según un comunicado del Departamento de Policía de Miami publicado el miércoles.</p><p>“Los bomberos lo declararon muerto en el lugar”, dijo en un comunicado el teniente Pete Sanchez, vocero de Miami Fire Rescue.</p><p>La oficial Kenia Fallat, vocera del Departamento de Policía de Miami, indicó que los detectives interrogaron a una persona como parte de la investigación.</p><p>Los detectives pidieron a cualquier persona con información sobre este u otros casos que llame de forma anónima a Miami-Dade County Crime Stoppers al 305-471-8477.</p><p>Frine Gomez, editora principal de asignaciones de Local 10 News, contribuyó a este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EGM4332PSJHWVKNAJKOMFGL27U.jpg?auth=c1afe3dca922f0f3f650b2518a5c8c91a9f43a53a23e75ef791e56af83bf1107&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[South Florida’s Supervisors of Elections hold joint press conference]]></title><link>https://www.local10.com/news/local/2026/09/23/south-floridas-supervisors-of-elections-hold-joint-press-conference/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/23/south-floridas-supervisors-of-elections-hold-joint-press-conference/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Three of South Florida’s Supervisors of Elections are coming together on Wednesday. ]]></description><pubDate>Wed, 23 Sep 2026 14:34:50 +0000</pubDate><content:encoded><![CDATA[<p>Three of South Florida’s Supervisors of Elections are coming together on Wednesday. </p><p>They will be holding a press briefing for the first-ever joint, tri-county news conference involving Miami-Dade, Broward and Palm Beach counties. </p><p>Speaking at the press event will be Miami-Dade County Supervisor of Elections Alina Garcia, Broward County Supervisor of Elections Joe Scott and Palm Beach County Supervisor of Elections Wendy Sartory Link.</p><p>The supervisors are appearing together to deliver a unified message about voter participation and the importance of making sure South Florida voters are prepared for the elections ahead.</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/LFROWJCVS5BUXM7OU42EG35R3I.png?auth=83e29105d9ec76fbdac9bdc51af38753459f65a788324bce63ecf578f16f5abd&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[South Florida chef looking to scare up successful dishes on Food Network Halloween show]]></title><link>https://www.local10.com/news/local/2026/09/21/south-florida-chef-looking-to-scare-up-successful-dishes-on-food-network-halloween-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/21/south-florida-chef-looking-to-scare-up-successful-dishes-on-food-network-halloween-show/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[This year, the Food Network is taking its fan favorite Halloween competitions to a terrifying new level that will deliver eye-popping bakes, dramatic twists and disturbingly delicious creations. ]]></description><pubDate>Tue, 22 Sep 2026 01:47:58 +0000</pubDate><content:encoded><![CDATA[<p>This year, the Food Network is taking its fan favorite Halloween competitions to a terrifying new level that will deliver eye-popping bakes, dramatic twists and disturbingly delicious creations. </p><p>The “Halloween Baking Championship” kicked off its “Back From the Dead” season with 10 bakers vying for the title of champion and a prize $25,000.</p><p>One of the bakers is from right here in South Florida. </p><p>Local 10’s Jason Carter caught up with Miami chef Marian Mulero to get the lowdown on competition in the kitchen, and their full conversation can be seen at the top of this page. </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[Italy's parliament paves the way for a return to nuclear energy]]></title><link>https://www.local10.com/business/2026/09/23/italys-parliament-paves-the-way-for-a-return-to-nuclear-energy/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/23/italys-parliament-paves-the-way-for-a-return-to-nuclear-energy/</guid><dc:creator><![CDATA[By GIADA ZAMPANO, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Italy’s Senate on Wednesday gave final approval to legislation paving the way for a return to nuclear power nearly four decades after the Chernobyl disaster prompted the country to abandon atomic energy.]]></description><pubDate>Wed, 23 Sep 2026 15:04:43 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Italy’s Senate on Wednesday gave final approval to legislation paving the way for a return to nuclear power nearly four decades after the Chernobyl disaster prompted the country to abandon atomic energy.</p><p>The measure cleared the upper house 81-51 with seven abstentions. It marks a major step in Premier Giorgia Meloni’s drive to bolster energy security and meet climate goals, even though the construction of possible new reactors is still years away.</p><p>The bill, which earlier passed the lower Chamber of Deputies, establishes a legal framework for next-generation nuclear technologies. It authorizes the government to draft implementing decrees over the next 12 months covering reactor licensing, safety standards, waste management and criteria for future sites.</p><p>The vote puts Italy on a path toward reintroducing nuclear power after voters twice rejected it in national referendums, first in the aftermath of the 1986 Chernobyl disaster and again following Japan’s Fukushima accident in 2011.</p><p>Italy seeks energy security in resuming nuclear</p><p>Meloni’s government argues that rising electricity demand, climate targets and energy security concerns exposed by Russia’s invasion of Ukraine justify bringing nuclear energy back into the country’s power mix.</p><p>Rather than reviving the large reactors of the past, the government is focusing on small modular reactors, or SMRs, and other advanced technologies that supporters say could be safer, more flexible and quicker to build.</p><p>The legislation does not authorize the construction of any reactors. Instead, it creates the regulatory foundation needed before future projects can be proposed, assessed and approved.</p><p>Italy was once among Europe’s nuclear pioneers, operating four reactors before a 1987 referendum effectively ended the program. Since then, the country has relied heavily on imported energy and has become one of Europe’s largest consumers of electricity generated by nuclear plants in neighboring countries.</p><p>The government says electricity demand could rise substantially in coming years as homes, businesses and transportation become increasingly electrified and as data centers and other energy-intensive technologies expand.</p><p>Broader acceptance of nuclear energy is growing</p><p>Italy’s move comes amid a broader European debate over nuclear power’s role in cutting carbon emissions and reducing dependence on imported fossil fuels. Countries including France and Poland are investing in new nuclear projects or planning major expansions.</p><p>Public attitudes in Italy appear to have shifted. A June 2026 survey by research firm Only Numbers found that about 55% of Italians support next-generation nuclear plants, with backing strongest among younger generations who have no direct memory of Chernobyl.</p><p>Even so, significant obstacles remain before any reactors could be built.</p><p>Italy still lacks a permanent national repository for radioactive waste from its previous nuclear program, with waste continuing to be stored at temporary facilities around the country. Future reactor projects and waste storage sites are also expected to face opposition from local communities.</p><p>Energy analysts have questioned the economics of nuclear power, pointing to high construction costs and the lack of commercially proven SMR projects operating at scale in Europe. Industry estimates place the cost of a single 300-megawatt SMR at between 3 billion and 6 billion euros ($3.5 billion and $7 billion), excluding additional infrastructure and grid expenses.</p><p>New reactors still a long way off</p><p>Michele Governatori, a senior energy adviser at climate and energy think tank ECCO, welcomed the creation of a regulatory framework but said it would likely expose limited private-sector appetite for new nuclear projects.</p><p>“Having a regulatory framework in place is positive, but it will also make clear the limited interest of private investors in technologies that are either not competitive today or not yet ready, such as SMRs,” he said.</p><p>Governatori added Italy should focus on measures already available to cut energy costs and reduce reliance on fossil fuels, including electrification, energy efficiency, renewable energy, storage capacity and power-grid upgrades.</p><p>Environmental groups and opposition parties have already signaled resistance to the government’s plans and could challenge future projects once specific reactor and waste-storage sites are proposed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P65HUCJI34VFHKCS7JPQ2FSGSY.jpg?auth=957831f2cb6fbb9d06e98ef7b6fcc98a85b393bd11ecf2edc1a0f999317e5df7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Minister of Environment and Energy Security Gilberto Pichetto Fratin attends a debate prior to a vote to give the final approval to legislation paving the way for the eventual return of nuclear energy to Italy, in Rome, Wednesday, Sept. 23, 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/5I5MYSQJBFQ2DS5HZGW52RZJ2I.jpg?auth=76e7b5d9d8ebc4fed98973ef8bd93e2733aca11a543ef5e30c0c3d938b39284a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Minister of Environment and Energy Security Gilberto Pichetto Fratin attends a debate prior to a vote to give the final approval to legislation paving the way for the eventual return of nuclear energy to Italy, in Rome, Wednesday, Sept. 23, 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/YDXBJR33D74NBYZNHARVRZUPYM.jpg?auth=a1e28527dbba7c93a6e0745cb153f642f764049b51838850433e0f950a814908&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italian Minister of Environment and Energy Security Gilberto Pichetto Fratin attends a debate prior to a vote to give the final approval to legislation paving the way for the eventual return of nuclear energy to Italy, in Rome, Wednesday, Sept. 23, 2026. (AP Photo/Andrew Medichini)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Congo is running short of health workers as Ebola remains out of control, WHO says]]></title><link>https://www.local10.com/health/2026/09/23/congo-is-running-short-of-health-workers-as-ebola-remains-out-of-control-who-says/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/23/congo-is-running-short-of-health-workers-as-ebola-remains-out-of-control-who-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Congo is running short of health workers to staff treatment centers for history's fastest-growing Ebola outbreak, particularly in the eastern province of North Kivu where cases have surged 73% over three weeks, the World Health Organization said Wednesday.]]></description><pubDate>Wed, 23 Sep 2026 15:01:20 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Congo is running short of health workers to staff treatment centers for history's fastest-growing Ebola outbreak, particularly in the eastern province of North Kivu where cases have surged 73% over three weeks, the World Health Organization said Wednesday.</p><p>The warning came despite signs of improvement in other provinces, including Ituri, the outbreak’s epicenter. The outbreak has spread to seven provinces, with 7,773 confirmed cases and 3,759 deaths, according to the latest government figures.</p><p>Between Aug. 31 and Sept. 20, cases fell 26% in Ituri province and 15% in Haut-Uele, said Marie Roseline Belizaire, the WHO’s regional emergency director for Africa. But transmission patterns vary widely and the outbreak remains uncontrolled, she said.</p><p>“While cases and deaths are declining in some provinces, they continue to rise in others,” Belizaire said. “The outbreak is still not under control and remains spread across a wide geographic area.”</p><p>The outbreak is spreading under extremely difficult conditions, fueled by insecurity, displacement, a health workers’ strike and intense population movements. The World Health Organization has said it is on track to surpass the 2014-2016 West Africa Ebola outbreak, the deadliest on record, which killed more than 11,000 people, primarily in Guinea, Liberia and Sierra Leone.</p><p>Catherine Smallwood, the WHO’s Ebola incident manager, said cases and deaths had begun declining in North Kivu after several weeks of increases. But although treatment beds are being added daily, facilities still lack enough staff and partners to operate them.</p><p>“The human resources gap is one of the biggest gaps,” Smallwood said.</p><p>WHO representative in Congo Anne Ancia said one Ebola treatment center requires about 300 health professionals, including anesthetists, hygienists, nurses and general practitioners.</p><p>“We are building Ebola treatment centers but do not always have the human resources needed to operate them,” Ancia said. “Those health workers must be paid.”</p><p>Frontline workers in Ituri previously went on strike over unpaid wages, worsening access to care. Health Minister Roger Kamba said in July that the government was verifying payroll lists after the names of people not involved in the response were added. Frontline workers said officials promised to pay the arrears, but some workers received nothing and others only part of what they were owed.</p><p>Another major challenge in the response is the fatality rate among children, according to the WHO. Children under five have the highest case fatality rate, more than 60% compared with approximately 40% among adults, Belizaire said.</p><p>WHO Ebola Incident Manager Smallwood said detecting cases among children under five is also very difficult because the children can’t necessarily explain their symptoms, and the presentation of symptoms can be confusing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q25K2AFMKNQQM54YLF47ITRJEU.jpg?auth=d5afb74b9de0ec86489ee7d1e46a95d256b21880881546b83191ed643e6c76fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebola response teams organize a public demonstration to raise awareness about the Ebola virus disease in Beni, North Kivu province, eastern Congo, Tuesday, Sept. 22, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YELSC6WNR6VNA2W5Q3YXZDFMEA.jpg?auth=bc2baadd364039a7471b9aa6dfd5cf7838e28d177cc3049a708428c02de35a99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebola response teams organize a public demonstration to raise awareness about the Ebola virus disease in Beni, North Kivu province, eastern Congo, Tuesday, Sept. 22, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D2LTVO32TDDBAY5PRUWUFGYLE4.jpg?auth=2ded3f642b716aa142129b68ab4c72fb1617463e2d2a15f830d63598aa937950&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Healthcare workers wait to receive their vaccine at an Ebola vaccination center in Bunia, Ituri province, Congo, Saturday, Sept. 19, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KHWRY2L75N4GLDGMJ75S3OCBUE.jpg?auth=9cde127834a38a84f912ebb445aa19093ad5a917deb0d533246feba87b7dbe3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebola response teams organize a public demonstration to raise awareness about the Ebola virus disease in Beni, North Kivu province, eastern Congo, Tuesday, Sept. 22, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O4RHX2QB7X5XCBHFUHEINQPUSQ.jpg?auth=cff51c4dfc94bf4069a14e16f8371ef9d5b73a7adc85fe90c98321dd3fb2c423&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebola response teams organize a public demonstration to raise awareness about the Ebola virus disease in Beni, North Kivu province, eastern Congo, Tuesday, Sept. 22, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content></item><item><title><![CDATA[Video muestra forcejeo antes de balacera en Pompano Beach]]></title><link>https://www.local10.com/espanol/2026/09/22/balean-a-un-hombre-en-gasolinera-de-pompano-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/balean-a-un-hombre-en-gasolinera-de-pompano-beach/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Las imágenes muestran a una mujer aparentemente tratando de zafarse del hombre para subir a una camioneta. Después, alguien junto al vehículo le disparó mientras él intentaba huir. Una persona fue detenida.]]></description><pubDate>Wed, 23 Sep 2026 00:25:49 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado Broward investigan un tiroteo que dejó a una persona en el hospital.</p><p>Agentes de la Oficina del Sheriff de Broward (BSO) llegaron poco antes de las 3 p.m. del martes a la gasolinera Orion, ubicada en el 101 E. Atlantic Blvd. en Pompano Beach, tras recibir reportes de disparos en la zona.</p><p>Al llegar, los agentes encontraron a un hombre herido de bala.</p><p>Paramédicos de Pompano Beach Fire Rescue lo trasladaron de urgencia a Broward Health North para recibir tratamiento, informaron las autoridades.</p><p>Un video de vigilancia captó un altercado entre una mujer y el hombre que luego resultaría baleado.</p><p>En las imágenes se ve a ambos forcejeando, mientras la mujer parece intentar zafarse del hombre y subirse por la puerta del pasajero de una camioneta Toyota RAV4 blanca estacionada junto a las bombas de gasolina.</p><p>Más tarde, el mismo hombre se acercó al lado del conductor de la camioneta y, cuando estuvo más cerca de la persona que se encontraba junto al vehículo, esta le disparó mientras él intentaba huir.</p><p>La gasolinera fue acordonada con cinta amarilla de la policía mientras los investigadores procesaban la escena.</p><p>Dentro del perímetro se encontraban la camioneta Toyota y seis marcadores de evidencia.</p><p>Los agentes indicaron que una persona fue detenida en el lugar después del tiroteo.</p><p>La investigación sigue en curso.</p>]]></content:encoded></item><item><title><![CDATA[Aguaceros no dan tregua al sur de Florida]]></title><link>https://www.local10.com/espanol/2026/09/23/aguaceros-no-dan-tregua-al-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/aguaceros-no-dan-tregua-al-sur-de-florida/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Algunas zonas ya acumulan entre 2 y 4 pulgadas de lluvia, y no se descartan más tormentas durante la tarde.]]></description><pubDate>Wed, 23 Sep 2026 14:56:14 +0000</pubDate><content:encoded><![CDATA[<p>Una profunda humedad tropical sigue provocando fuertes lluvias e inundaciones localizadas en el sur de Florida este miércoles por la mañana.</p><p>En algunas zonas del noreste de Miami-Dade y el sur de Broward ya se han acumulado entre 2 y 4 pulgadas de lluvia, y se espera más, ya que las lluvias ligeras a moderadas continuarán durante la mañana.</p><p>Este miércoles hay un riesgo marginal de lluvias excesivas, ya que los aguaceros de lento desplazamiento podrían provocar inundaciones localizadas en las calles.</p><p>Podrían formarse más tormentas en la tarde, mientras la nubosidad mantendrá las temperaturas entre los 85 y 89 grados aproximadamente.</p>]]></content:encoded></item><item><title><![CDATA[Incendio “sospechoso” destruye bote de 40 pies en Lauderdale-by-the-Sea]]></title><link>https://www.local10.com/espanol/2026/09/23/incendio-sospechoso-destruye-bote-de-40-pies-en-lauderdale-by-the-sea/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/incendio-sospechoso-destruye-bote-de-40-pies-en-lauderdale-by-the-sea/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Las autoridades investigan el origen del fuego, que se desató poco después de las 6 a.m. en un muelle de South Tradewinds Avenue. No hubo heridos.]]></description><pubDate>Wed, 23 Sep 2026 14:52:04 +0000</pubDate><content:encoded><![CDATA[<p>Un incendio que consumió un bote de 40 pies en un muelle de Lauderdale-by-the-Sea en la madrugada del miércoles se considera sospechoso, según Pompano Beach Fire Rescue.</p><p>Los bomberos respondieron poco después de las 6 a.m. a reportes de un bote en llamas detrás del 264 S. Tradewinds Ave.</p><p>Al llegar, los equipos encontraron una embarcación Carver de 40 pies completamente envuelta en llamas, informaron los socorristas.</p><p>Según indicaron, los bomberos comenzaron de inmediato a combatir el fuego y a evitar que se extendiera a los botes cercanos y a las propiedades de los alrededores.</p><p>Los equipos lograron controlar el incendio y limitar las llamas a la embarcación afectada, según PBFR.</p><p>No hubo civiles ni bomberos heridos.</p><p>Tras apagar el fuego, los equipos permanecieron en el lugar para asegurarse de que estuviera completamente extinguido y atender cualquier punto caliente que quedara.</p><p>“El Fire Marshal de Pompano Beach está investigando el origen y la causa del incendio”, señalaron funcionarios de PBFR en un comunicado de prensa.</p><p>Las autoridades indicaron que, debido a las circunstancias en torno al incendio, este “se considera sospechoso por ahora”.</p><p>La investigación continúa.</p>]]></content:encoded></item><item><title><![CDATA[FBI investigates apparent breach of its jobs website. Hackers claim to have sensitive employee data]]></title><link>https://www.local10.com/tech/2026/09/23/fbi-investigates-apparent-breach-of-its-jobs-website-hackers-claim-to-have-sensitive-employee-data/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/23/fbi-investigates-apparent-breach-of-its-jobs-website-hackers-claim-to-have-sensitive-employee-data/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The FBI is investigating an apparent breach of its jobs website as a criminal hacking group claimed to have accessed “very sensitive data” on nearly all agents and job applicants.]]></description><pubDate>Wed, 23 Sep 2026 14:50:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The FBI is investigating an apparent breach of its jobs website as a criminal hacking group claimed to have accessed “very sensitive data” on nearly all agents and job applicants.</p><p>“The FBI is aware of claims regarding unauthorized activity affecting FBIjobs.gov and is currently investigating," the bureau said in a statement. The website, the main portal for prospective employees to learn about the FBI and initiate the application process, remained offline Wednesday morning.</p><p>A message that circulated online from a hacking group known as ShinyHunters claimed responsibility for the hack.</p><p>The message, directed to FBI Director Kash Patel as well as the assistant director in the charge of the FBI's cyber division, said the hacking group had “compromised very sensitive data on almost ALL FBI Agents and individuals who filed an application with the FBI for a job.”</p><p>The claims could not immediately be verified, and an FBI spokesperson declined to comment further. An email to an address associated with the organization was not immediately returned.</p><p>In its message, ShinyHunters said it would give the bureau one week to correct or remove what it says are false allegations in an FBI public service announcement from May that described the organization as a “cyber criminal group specializing in large-scale data breaches and extortion.”</p><p>That announcement characterized ShinyHunters as “threat actors” who often "use their real or exaggerated claims of access to sensitive or personal information to prompt payment from victims," commonly harass or threaten victims and “may falsely claim to have sensitive or compromising information, including embarrassing photographs or videos of victims, which frequently do not exist.”</p><p>ShinyHunters said in its message to the FBI that it was “offended” by those characterizations and demanded that the FBI remove those claims.</p><p>The FBI has been a common hacking target.</p><p>In March, the FBI disclosed that it was investigating “suspicious activities” on an internal system that contains sensitive information related to surveillance operations and investigations. Also that month, a pro-Iranian hacking group claimed to have hacked an account of Patel's and posted online what appear to be years-old photographs of him, along with a work resume and other personal documents dating back more than a decade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6DUJ5SO7KWOQDQ3WEHNCO7E7SM.jpg?auth=2db2d7eedc1e5c2985a4fe4de6ad0dfb614f1d21e56b51e638627a2819ceefb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An FBI seal is displayed on a podium before a news conference at the field office in Portland, Ore., Jan. 16, 2025. (AP Photo/Jenny Kane, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jenny Kane</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWOS4XYU2XV4UCCJS3LWBH5JTU.jpg?auth=16688a43a55218f133876c3c36157448e1c0abecb0c9c51a0933f72027ecd252&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FBI Director Kash Patel listens during the Senate Judiciary hearing on Oversight of the Federal Bureau of Investigation, Tuesday, Sept. 15, 2026 in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Se robó patrulla del estacionamiento de BSO]]></title><link>https://www.local10.com/espanol/2026/09/23/roban-patrulla-de-bso-del-estacionamiento-de-su-propia-sede/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/roban-patrulla-de-bso-del-estacionamiento-de-su-propia-sede/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El vehículo apareció abandonado en una rampa de salida de la I-95. Shannon Dillon enfrenta ahora cargos en dos condados, entre ellos hurto mayor de equipo policial.]]></description><pubDate>Wed, 23 Sep 2026 14:44:17 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer fue arrestada el martes por la noche después de que robaran un vehículo rotulado de la Oficina del Sheriff de Broward (BSO) del estacionamiento del Edificio de Seguridad Pública de la agencia en Fort Lauderdale, informaron las autoridades.</p><p>Según BSO, poco después de las 9 p.m. los operadores del 911 recibieron el aviso de que el vehículo había sido robado del área de estacionamiento público del edificio, ubicado en el 2601 W. Broward Blvd.</p><p>Los investigadores trabajaron para localizar el vehículo con la ayuda de la Patrulla de Carreteras de Florida, el Departamento de Policía de Port St. Lucie y la Oficina del Sheriff del Condado St. Lucie.</p><p>Finalmente, el vehículo fue localizado en los carriles con dirección norte de la Interestatal 95, a la altura de Gatlin Road, en Port St. Lucie, según BSO.</p><p>La Oficina del Sheriff de St. Lucie (SLCSO) confirmó que el vehículo fue hallado abandonado en la rampa de salida hacia Gatlin Boulevard.</p><p>De acuerdo con esa agencia, sus agentes vieron luego en la zona a la sospechosa, Shannon Dillon, de 42 años, quien llevaba puesto un chaleco antibalas exterior con la insignia de BSO.</p><p>Dillon fue arrestada de inmediato.</p><p>En el condado St. Lucie enfrenta los siguientes cargos:</p><ul><li>Hurto mayor de equipo policial</li><li>Uso ilegal de una placa de policía o de un vehículo policial</li><li>Posesión ilegal de cuatro o menos documentos de identificación</li><li>Posesión o uso de parafernalia para drogas</li><li>Posesión de arma o municiones por parte de un delincuente convicto</li><li>Manejar con la licencia suspendida</li><li>Resistencia a un agente sin violencia</li></ul><p>Las autoridades confirmaron que también enfrenta los siguientes cargos en el condado Broward:</p><ul><li>Hurto mayor de equipo policial de un vehículo de emergencia autorizado</li><li>Hurto mayor</li></ul><p>Funcionarios de BSO indicaron que la investigación continúa.</p>]]></content:encoded></item><item><title><![CDATA[Padres cargan a sus hijos para cruzar calles inundadas en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/09/23/padres-cargan-a-sus-hijos-para-cruzar-calles-inundadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/padres-cargan-a-sus-hijos-para-cruzar-calles-inundadas/</guid><dc:creator><![CDATA[Jackie Pascale]]></dc:creator><description><![CDATA[Mientras Federal Highway se mantenía despejada, en calles como la Southeast Second Street bastaba un pequeño desnivel para que el agua se acumulara, complicando el camino al trabajo de muchos residentes.]]></description><pubDate>Wed, 23 Sep 2026 14:37:15 +0000</pubDate><content:encoded><![CDATA[<p>Residentes de algunas zonas de Hallandale Beach tuvieron que abrirse paso el miércoles entre calles y estacionamientos inundados mientras <a href="https://www.local10.com/weather/2026/09/23/heavy-rainfall-localized-flooding-continues-in-south-florida/" rel="">seguía lloviendo</a>, y algunos buscaron formas ingeniosas de no meterse en el agua estancada.</p><p>En la Southeast Second Street, el agua había bajado un poco, pero seguía acumulándose en gran cantidad a medida que caía más lluvia.</p><p>Se vio a padres cargando a sus hijos en la espalda para llegar a la parada del autobús escolar, e incluso subiéndolos directamente al bus para que no tuvieran que pisar el agua.</p><p>Los conductores también tuvieron dificultades para llegar al trabajo. Hasta vehículos pequeños avanzaban entre varias pulgadas de agua mientras sus conductores buscaban la mejor ruta para esquivar las zonas inundadas.</p><p>Para algunos residentes, el primer reto fue simplemente llegar hasta sus autos.</p><p>En un complejo de apartamentos de la Southeast Second Street, los vecinos tuvieron que atravesar un estacionamiento inundado.</p><p>“Sorprendido, no lo puedo creer”, dijo el residente Juan Rocha.</p><p>Rocha contó que, a pesar de las condiciones, tenía que ir a trabajar.</p><p>“Cuando uno oye algo así, sabe que está lloviendo fuerte de verdad. Pero ya veremos. Tengo que ir a trabajar. Voy a llegar tarde”, dijo.</p><p>La residente Vivian Novicic comentó que las calles secundarias eran más difíciles de transitar que la vía principal.</p><p>“Las calles secundarias... la US-1 se ve mejor, pero primero hay que llegar hasta allá. Ese es el problema”, dijo Novicic.</p><p>Federal Highway lucía despejada y más elevada en comparación con la Southeast Second Street, donde hasta un pequeño desnivel bastaba para que se inundara.</p><p>Se recomendó a residentes y conductores que se desplazan desde zonas como Dania Beach, Hollywood, Hallandale Beach y Aventura estar preparados para encontrar inundaciones en las calles que suelen tener problemas cuando llueve fuerte.</p><p><a href="https://www.local10.com/weather/" rel="">HAGA CLIC AQUÍ</a> para ver las últimas actualizaciones del pronóstico del Weather Authority de Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Mississippi police make 2nd arrest in death of Black woman found hanging from tree, seek 3rd suspect]]></title><link>https://www.local10.com/news/2026/09/23/mississippi-police-make-2nd-arrest-in-death-of-black-woman-found-hanging-from-tree-seek-3rd-suspect/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/23/mississippi-police-make-2nd-arrest-in-death-of-black-woman-found-hanging-from-tree-seek-3rd-suspect/</guid><dc:creator><![CDATA[By SOPHIE BATES, Associated Press]]></dc:creator><description><![CDATA[JACKSON, Miss. (AP) — Police in Mississippi have arrested a second man in the death of a Black woman found hanging from a tree and have issued an arrest warrant for a third suspect.]]></description><pubDate>Wed, 23 Sep 2026 15:07:51 +0000</pubDate><content:encoded><![CDATA[<p>JACKSON, Miss. (AP) — Police in Mississippi have arrested a second man in the death of a Black woman found hanging from a tree and have issued an arrest warrant for a third suspect.</p><p>Jackson police said late Tuesday that they arrested 25-year-old Earnest Lloyd Jr. in the death of 29-year-old Tasia Fortune, whose body was found hanging behind an abandoned home in the city on Aug. 3.</p><p>Like Fortune and the first man arrested, 51-year-old Jarques Ratliff, Lloyd is Black.</p><p>Ratliff was arrested in September on murder charges. He pleaded not guilty and remains jailed without bond.</p><p>Police said in a statement that they issued an arrest warrant for a third suspect, but gave no details about that person’s identity or alleged link to Fortune's death.</p><p>After Ratliff's arrest, Jackson's police chief, RaShall Brackney, said Ratliff had an “association” with Fortune, but she didn't elaborate.</p><p>Although police haven't suggested a possible motive for the killing or said whether they think race played a role, the case has attracted widespread attention because the manner of death recalled lynchings in the Southern state.</p><p>A Kentucky native, Fortune had four children and had been living in Jackson for about a decade, relatives said.</p><p>Her mother, Christy Spivey, didn't immediately respond to a text message Wednesday seeking comment about the latest arrest.</p><p>Spivey previously said Fortune had struggled with homelessness in recent years, and she wasn’t sure where her daughter was living at the time of her death. She said that before her death, her daughter had talked about starting a cleaning business and was trying to get her life in order.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ERZI43KSK6MM7UFNORDXF626ZU.jpg?auth=0b776191ccf9bacd03d3ecbda72bdf1a40c6023e83aa74a3ce6bfc4ad6521ef5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christy Spivey poses with a portrait of her late daughter, Tasia Fortune, on Tuesday, Sept. 8, 2026, in Marion, Ky. (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/QL3ZXQES6O6TEGOW7GJADSGC5A.jpg?auth=85cd99831514bff9baa8b0c2440a037cc3f6a0ffee6e6193c6ab280d3099d872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christy Spivey poses with a portrait of her late daughter, Tasia Fortune, on Tuesday, Sept. 8, 2026, in Marion, Ky. (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/2CUHFPWFJ4XUZP6SFVGDP6FK6Q.jpg?auth=d426ed54e9ccd1bb222896c28d8534724fec6011efe0a1347592a53bfc1bb096&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christy Spivey hold baby pictures of her late daughter, Tasia Fortune, on Tuesday, Sept. 8, 2026, in Marion, Ky. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[AI data centers become flashpoint in Florida governor race]]></title><link>https://www.local10.com/news/local/2026/09/22/ai-data-centers-become-flashpoint-in-florida-governor-race/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/ai-data-centers-become-flashpoint-in-florida-governor-race/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[As data centers emerge as a key campaign issue in Florida’s race for governor, the state’s Democrats are pushing back. ]]></description><pubDate>Tue, 22 Sep 2026 21:44:55 +0000</pubDate><content:encoded><![CDATA[<p>As data centers emerge as a key campaign issue in Florida’s race for governor, the state’s Democrats are pushing back. </p><p>They held a news conference about two miles from “<a href="https://www.ironmountain.com/data-centers/locations/na/miami-data-center" target="_blank" rel="noreferrer" title="https://www.ironmountain.com/data-centers/locations/na/miami-data-center">Iron Mountain</a>,” an AI-ready data center nearing completion in Miami-Dade County’s Westview neighborhood, leaning into Republican candidate Byron Donalds’ past remarks on data centers possibly coming online in Florida. </p><p>“We have more people moving here in finance and tech, so as a derivative of that, you are going to have data centers, tech firms, etc. We need to embrace that, not run away from that,” Donalds said while <a href="https://m.youtube.com/watch?is=sYOo3L_IS1mreKZS&amp;v=4vTl9LhcmFk&amp;feature=youtu.be" target="_blank" rel="noreferrer" title="https://m.youtube.com/watch?is=sYOo3L_IS1mreKZS&amp;v=4vTl9LhcmFk&amp;feature=youtu.be">speaking with the Economic Club of Miami</a> in May 2025. “We are wide open. We have actual land in our state that is still pristine, available to use. We can build out that stuff and still maintain the beauty of our state.”</p><p>Democrats pushed back against his comments. </p><p>“Donalds is on the record saying, ‘We need to embrace data centers’ and there is ‘pristine land’ in our state available for them, and on the campaign trail has talked about a ‘pathway’ to building these data centers,” Florida Democratic Party Chair Nikki Fried said. “The threat of hyper scale AI data centers is looming over all of Florida. To find the truth, you need to follow the money.”</p><p>Fried <a href="https://x.com/leadingfutureai/status/2089865442173042785?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g" target="_blank" rel="" title="https://x.com/leadingfutureai/status/2089865442173042785?s=61&amp;t=WzG6lM9zhQB0p89ctAEo8g">cited Donalds’ support from some AI industry titans</a>, including <a href="https://www.prnewswire.com/news-releases/ai-industry-launches-leading-the-future-to-drive-us-ai-leadership-economic-growth-national-security-and-innovation-302537548.html" target="_blank" rel="noreferrer" title="https://www.prnewswire.com/news-releases/ai-industry-launches-leading-the-future-to-drive-us-ai-leadership-economic-growth-national-security-and-innovation-302537548.html">Leading the Future</a>, a super-PAC which says it wants to, “support candidates aligned with the pro-AI agenda.” </p><p>“Since launching his campaign, data center developers and AI groups have <a href="https://www.fec.gov/data/disbursements/?committee_id=C00916114&amp;two_year_transaction_period=2026&amp;data_type=processed" target="_blank" rel="noreferrer" title="https://www.fec.gov/data/disbursements/?committee_id=C00916114&amp;two_year_transaction_period=2026&amp;data_type=processed">spent more than $5 million</a> bankrolling Byron Donalds’ bid for governor,” said Fried. </p><p>Donalds’ Democratic challenger, David Jolly, is fresh off a visit to northern Virginia’s so-called “data center alley.”</p><p>“What you are hearing, and the reason I have to raise my voice, is the noise pollution that occurs from these data centers,” Jolly said. “You have the devaluation of real estate as well.”</p><p>Jolly is supporting a one-year moratorium on building data centers until we can better understand the impact on community, the campaign said, from public health and quality of life to the reality of promised jobs and demands on local energy and water resources.</p><p>“There is a reason Florida’s voters don’t want them. This used to be green space,” he said. </p><p>Earlier this month, <a href="https://www.foxbusiness.com/video/6404426055112" target="_blank" rel="noreferrer" title="https://www.foxbusiness.com/video/6404426055112">Donalds told Fox Business he does have regulation in mind</a>.</p><p>“To the people who might want to build them, if you don’t protect our ratepayers and you don’t protect our water, you are not building a data center, and that is my position,” he said. “And local governments are going to be the ones that will make these decisions, not Tallahassee.”</p><p>It would appear Donalds’ recent comments are pivoting to parrot new legislation Florida Gov. Ron DeSantis <a href="https://www.flgov.com/eog/news/press/2026/governor-ron-desantis-signs-law-protect-floridians-subsidizing-data-centers" target="_blank" rel="noreferrer" title="https://www.flgov.com/eog/news/press/2026/governor-ron-desantis-signs-law-protect-floridians-subsidizing-data-centers">signed into law in May</a>, when he <a href="https://m.youtube.com/watch?v=GWwGlaE3yO4&amp;pp=iggCQAE%3D" target="_blank" rel="noreferrer" title="https://m.youtube.com/watch?v=GWwGlaE3yO4&amp;pp=iggCQAE%3D">expressed concern about hyper-scale data centers</a>.</p><p>Over the summer, DeSantis signed a bill into law which aims to preserve local zoning authority and ensure costs are not passed to consumers.</p><p>Fried said the one thing Floridians can agree on irrespective of party is the environment, since it is the engine behind all of the state’s industries, from trade and tourism to agriculture and real estate, but worries the latest legislation could be weakened if Donalds’ prevails.</p><p>This as <a href="https://floridadatacenters.org/moratorium" target="_self" rel="" title="https://floridadatacenters.org/moratorium">more than a dozen Florida counties hit the brakes on large data center development</a>, pausing permits so they have time to write land use rules, with some enacting permanent bans.</p><p>Miami-Dade Mayor Daniella Levine Cava “looks forward to receiving an ordinance that puts in place a moratorium consistent with state law, while protecting our neighborhoods and our environment,” her office said in a statement to Local 10 News.</p><p>Donalds’ campaign told Local 10 News he plans to build on SB 484 with, “closed-loop water system requirements” that recycle water on site and supports “keeping facilities away from neighborhoods.” </p><p>His campaign also said he is <a href="https://donalds.house.gov/uploadedfiles/protecting_ratepayers_act_donalds.pdf" target="_blank" rel="noreferrer" title="https://donalds.house.gov/uploadedfiles/protecting_ratepayers_act_donalds.pdf">proposing a federal bill</a> to stop data center developers from competing with residents for water supply and creating a strain on the power grid.</p><blockquote><p>“Iron Mountain’s data center project in Miami is a redevelopment of an existing records management facility that our company leases and has operated for years. Rather than building on greenfield land, this project modernizes an existing industrial site to support critical local digital infrastructure.</p><p>“Because the facility is under development and not yet operational, data on power draw and water usage aren’t available at this time. However, site modernizations allow us to implement a higher standard for responsible development, including closed-loop cooling technologies and optimized energy systems. </p><p>“As the project moves closer to completion, Iron Mountain remains committed to being a collaborative local partner, operating efficiently, and supporting the community responsibly.”</p><p class="citation">Iron Mountain spokesperson</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[Trump's Board of Peace proposes $2.45 billion blueprint to begin Gaza reconstruction]]></title><link>https://www.local10.com/news/national/2026/09/23/trumps-board-of-peace-proposes-245-billion-blueprint-to-begin-gaza-reconstruction/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/23/trumps-board-of-peace-proposes-245-billion-blueprint-to-begin-gaza-reconstruction/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The U.S.-backed Board of Peace is proposing a six-month, $2.45 billion plan to begin reconstruction and governance in Gaza as President Donald Trump’s ceasefire plan struggles to stay afloat.]]></description><pubDate>Wed, 23 Sep 2026 14:51:38 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The U.S.-backed Board of Peace is proposing a six-month, $2.45 billion plan to begin reconstruction and governance in Gaza as President Donald Trump’s ceasefire plan struggles to stay afloat.</p><p>At a meeting of the group’s board in New York on the sidelines of the U.N. General Assembly on Wednesday, the governors unveiled a 66-project blueprint to get things started while acknowledging enormous hurdles that must still be overcome. The projects include ambitious infrastructure, education and health initiatives that are designed to support Trump’s 20-point plan to end the Israel-Hamas war.</p><p>“The need is immense,” the board said, noting that full reconstruction from the physical damage across Gaza will cost roughly $35.2 billion over the medium term and another $71.4 billion in the next 10 years.</p><p>The proposal is largely aimed at potential donors who will be asked to foot the bill for reconstruction of the war-devastated territory.</p><p>The ceasefire, which took effect on Oct. 10, was meant to clear the way for a broader process to rebuild Gaza under the guidance of the Board of Peace. The plan included additional Israeli military withdrawals from Gaza, the disarmament of Hamas, the arrival of an international peacekeeping force and a new apolitical Palestinian government to administer the territory’s day-to-day affairs. It also envisioned an ambitious program for rebuilding war-ravaged Gaza.</p><p>But the U.S.-backed plan has largely stalled. While the ceasefire halted the heaviest fighting and humanitarian conditions have improved, the Israeli military has expanded its control of Gaza and now occupies some 60% of the territory. Hamas has not given up its weapons. The international military force and new government still have not entered Gaza, and reconstruction has not begun. The vast majority of Palestinians continue to live in tent camps or ruins of their former homes.</p><p>The board’s high representative, Nikolay Mladenov, has said progress hinges largely on Hamas disarming — a step the group has refused to take. But he also has pressed Israel to scale back its military operation.</p><p>“I want to be very clear that we are not bound by a calendar,” he said. “We want to make sure that this works.”</p><p>Key questions that the board faces are not only laying out plans for reconstruction but also a timeline for the deployment of the international force meant to provide security in the territory and a new government, plans to disarm Hamas, and bringing in badly needed building materials.</p><p>U.S. Gen. Jasper Jeffers, commander of the international stabilization force planned for Gaza, outlined a five-step approach to dealing with the thorny issue of demilitarizing Hamas. It begins with the first wave of the multinational unit being deployed with troops from Kosovo and Morocco, to be followed by additional personnel from Albania and Kazakhstan.</p><p>Their task will be to demilitarize the territory and decommission all of Hamas’ military infrastructure.</p><p>The goal, he said, is to gradually turn security control over to the interim government, after which Israel will be expected to withdraw its forces.</p><p>___</p><p>Associated Press writers Josef Federman and Julia Frankel in Jerusalem and Ben Finley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZLWFZDREU3QISUKDSQEYNCHLTM.jpg?auth=632e81f535a2f8733a5b438c27c9ef3e37bb1b21881077721c5481fdca7a1ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People operate on a destroyed vehicle following an Israeli airstrike in Gaza city, Saturday, Sept. 19, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSIHRYI7KOH3EB52UF5YM7U4JA.jpg?auth=befa642ac45c17bd85e53349cb258a434ddbda20cfdfb75670bd527770b2239c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A displaced Palestinian woman sits at the entrance of her tent adjacent to a destroyed U.N.-run school on the first day of the new academic year, in the Shati refugee camp in Gaza City, Saturday, Sept. 19, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WQVDEIAJGOE6JQ7DLR2EAVMJTM.jpg?auth=11d4ff4faea0205dd381ce70202ca54046530efb8727d11a7a5067d3dc38e19c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tents sheltering displaced Palestinians and a market surround a building heavily damaged during the Israel-Hamas war in Gaza City, Thursday, Sept. 17, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHESYRUOYJEMCQKAF6HCZCS3ZQ.jpg?auth=8548808055f94b0189d8925ca21413af4c054308a8cfc4dfee8f668c8db98461&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect a destroyed tent following an Israeli army airstrike in Gaza City, Monday, Sept. 14, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Sept. 23: Lingering rain at times today, but the flooding threat is lowering]]></title><link>https://www.local10.com/weather/2026/09/23/sept-23-lingering-rain-at-times-today-but-the-flooding-threat-is-lowering/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/23/sept-23-lingering-rain-at-times-today-but-the-flooding-threat-is-lowering/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[We still have some reports of minor flooding from clogged drains around the area, but the rain this morning has been mostly light to moderate. ]]></description><pubDate>Wed, 23 Sep 2026 14:07:18 +0000</pubDate><content:encoded><![CDATA[<p>We still have some reports of minor flooding from clogged drains around the area, but the rain this morning has been mostly light to moderate. This will continue at times this afternoon with a few scattered downpours. We will still have some thunderstorms for the rest of the work week, but there will be fewer of them. Their movement will be faster so the flooding threat stays away.</p><p>The bigger story for South Florida is a weak front making its way through for the weekend. It’s too early for a major fall front, but this one will at least lower humidity a notch or two. It will feel noticeably nicer out, even in the temperatures are still well into the 80s during the day. We could reach the low 70s at night.</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[Prince Harry warns AI chatbots can be more dangerous than social media for the young]]></title><link>https://www.local10.com/tech/2026/09/23/prince-harry-warns-ai-chatbots-can-be-more-dangerous-than-social-media-for-the-young/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/23/prince-harry-warns-ai-chatbots-can-be-more-dangerous-than-social-media-for-the-young/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Prince Harry warned Wednesday at the Clinton Global Initiative that artificial intelligence chatbots designed to provide companionship are even more dangerous to young people than social media.]]></description><pubDate>Wed, 23 Sep 2026 14:48:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Prince Harry warned Wednesday at the Clinton Global Initiative that artificial intelligence chatbots designed to provide companionship are even more dangerous to young people than social media.</p><p>“The technology is more persuasive, more intimate, and more powerful,” the Duke of Sussex said. “AI is learning how to enter our relationships. It doesn’t just want your attention, it wants your attachment.”</p><p>In 2024, Harry sounded the alarm at CGI about how social media has contributed to an “epidemic” of anxiety, depression and social isolation among today’s youth. Harry and his wife, Meghan, announced the founding of The Parents Network, through their Archewell Foundation.</p><p>Harry said that The Parents Network had made progress, but that technological developments had made an already “uphill battle” more difficult.</p><p>“There are major signals that families, young people, experts and advocates have finally shaken institutions awake to the reality that this technology can cause harm,” Harry said. “But bans, settlements and payouts are incomplete remedies.”</p><p>Last month Meta agreed to pay up to $18 billion and add stronger child-safety measures to its Facebook and Instagram platforms as part of a landmark legal settlement that ended a trial over teen social media addiction and settled claims filed by nearly every state.</p><p>The settlement resolved a pivotal case years in the making that sought to hold the tech giant accountable for the role its platforms played in undermining children’s mental health. The effort targeted features designed to hook young people’s attention.</p><p>Wednesday marked Prince Harry's first public appearance in the United States since he and his family returned to England in August for an extended stay.</p><p>Former Secretary of State Hillary Clinton also discussed the potential dangers of AI at the conference, adding that addressing risk through international agreements is something that President Donald Trump and Chinese President Xi Jinping should discuss this week.</p><p>Trump is hosting Xi in Washington this week as their economic and tech competition is only escalating, especially through an artificial intelligence race. Neither expects any grand bargain, but the leaders are expected to play nice in their third meeting since Trump returned to the White House. Still, developing AI technology has emerged as a key battleground, with both sides showing little interest in slowing down despite warnings from tech CEOs about threats that rogue AI could pose to humanity.</p><p>Speaking at CGI, LinkedIn co-founder Reid Hoffman said that he believes a proposed kill switch, which would require developers to have the capacity to shut down their systems if needed, is a good idea.</p><p>“It’s not a natural thing for a company to put in, so it’s a good intervention,” he said.</p><p>Former President Bill Clinton opened this year’s CGI on Tuesday with a call for business and philanthropic leaders to work toward filling funding gaps caused by “ retreating governments.”</p><p>_____</p><p>Associated Press coverage of philanthropy and nonprofits 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. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/65Q5O4FLQI3KJIR2XBXPV2VGFM.jpg?auth=b6b589bdf65647a46f77725739f6e0e9406a06bcfb913d7cd685ea1e395f9917&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry meets the winner of the Inspirational Young Person 15-18, Rosanna Cornforth-Revill, during the WellChild Awards 2026 in London, Monday, Sept. 21, 2026. (Aaron Chown/Pool Photo 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/FJFQHDXBAKCTGEIOSLKDL3GSAM.jpg?auth=8cb21c1700496073c16c456e20b39d09af47395d5be370ba8387b3ac6df2132b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry meets with winner of the Inspirational Child 4-6, Margot Jones-Billington during the WellChild Awards 2026 in London, Monday, Sept. 21, 2026. (Aaron Chown/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Chown</media:credit></media:content></item><item><title><![CDATA[Prada puts skirts center stage at Milan Fashion Week]]></title><link>https://www.local10.com/entertainment/2026/09/23/prada-puts-skirts-center-stage-at-milan-fashion-week/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/prada-puts-skirts-center-stage-at-milan-fashion-week/</guid><dc:creator><![CDATA[By COLLEEN BARRY, Associated Press]]></dc:creator><description><![CDATA[MILAN (AP) — The Prada model grips her full, pleated skirt, forming a rosette at the unfinished waist in a gesture that evokes feminine beauty with a subversive twist.]]></description><pubDate>Wed, 23 Sep 2026 13:57:55 +0000</pubDate><content:encoded><![CDATA[<p>MILAN (AP) — The Prada model grips her full, pleated skirt, forming a rosette at the unfinished waist in a gesture that evokes feminine beauty with a subversive twist.</p><p>Co-creative directors Miuccia Prada and Raf Simons kept the focus of their Spring Summer 2027 collection firmly “waist down," in reference to a two-decade-old traveling Prada exhibition that examined the role in contemporary wardrobes of one of mankind's oldest garments.</p><p>Recasting an ancient form for modern times</p><p>For practicality and creativity, nothing surpasses the skirt, according to Prada, who favors skirts in her own wardrobe, including a pink silk one she wore for a backstage preview before the runway show that opened Milan Fashion Week on Tuesday.</p><p>“If you want to have a normal life, go wherever you want. It’s easy to camouflage even a beautiful skirt,’’ she said. “You need to camouflage the beauty so that you can live with people.”</p><p>The creative directors’ decision to keep trousers and dresses out of this collection was inspired by an old video interview of Prada likening the skirt to a T-shirt for men, in which she said “the place where she can put all her ideas,” Simons said.</p><p>From the swath of material that ancient man wrapped around the waist, Prada used a rectangular piece of material as the collection’s starting point, which Prada said became the framework for creativity.</p><p>Using the skirt as a creative canvas</p><p>Flipping runway convention that often focuses on the female bodice, black tops in varying styles offered a blank canvas against which to admire the first cluster of skirts: Slit numbers closed with industrial velcro to allow adjustable slits, feminine pleats, short satiny numbers in naïve prints and sheer crinoline overlays on crumpled silken skirts with flattened ruffles.</p><p>Bralettes, bandeaus and bustiers, tiny as they were, offered another forum for expression, including scoop-neck bralettes, bandeaus that link to arm bands and bustiers worn unhooked over homely knitwear.</p><p>Footwear ranged from silken slingbacks to industrial perforated leather pumps.</p><p>The collection didn’t propose full looks as much as it offered building blocks for self-expression.</p><p>“I think you can express complexity,” Prada said. “Everything is so complex, how can you be just one thing? When you express yourself, it is not that you are feminine, sexy, masculine, you are so many things together."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M3ZH5JSND3LDUE52YWTKBCJQ4M.jpg?auth=18afe3e313aa43e78d54d29c03defadd818b1a5b82c55fa341061feac5dfcfba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Models wear creations part of the Prada women's Spring-Summer 2027 collection presented in Milan, Italy, Tuesday, Sept. 22, 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/SN6TVHVKTORMGPJGMVMU7S5NH4.jpg?auth=de1558e0625dd7bedb4b752d7c022ee569b97c11ab5616d7b39d51b561a653da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation part of the Prada women's Spring-Summer 2027 collection presented in Milan, Italy, Tuesday, Sept. 22, 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/XIU23FPW2M4IHYLH5MLINRXJ5A.jpg?auth=7289ef7198d6527531a9308d80c922cced01ec7ede146c043375976b66fc0ae0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation part of the Prada women's Spring-Summer 2027 collection presented in Milan, Italy, Tuesday, Sept. 22, 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/SD27I3Q57RC7UQA6PTAYU54F7E.jpg?auth=3a3fa515303dbd67944c54e8f5c8e756a32f0f5ed4d1e6fe04fbe365df93f1ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation part of the Prada women's Spring-Summer 2027 collection presented in Milan, Italy, Tuesday, Sept. 22, 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/ZDD4KDGLNX4RNE5JZL5R2PGPCA.jpg?auth=6e59400de522860ecf11ef9dcef0deab64740a4d27613e81b12edf34037e25e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A model wears a creation part of the Prada women's Spring-Summer 2027 collection presented in Milan, Italy, Tuesday, Sept. 22, 2026. (AP Photo/Luca Bruno).]]></media:description><media:credit role="author" scheme="urn:ebu">Luca Bruno</media:credit></media:content></item><item><title><![CDATA[Iran's president delivers wartime address at UN: We have been 'victims of terrorism']]></title><link>https://www.local10.com/news/world/2026/09/23/irans-president-in-wartime-address-at-un-we-have-been-victims-of-terrorism/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/irans-president-in-wartime-address-at-un-we-have-been-victims-of-terrorism/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — Iran’s president said Wednesday that his people have been “victims of terrorism” by the United States, delivering a rare wartime speech at U.N. General Assembly a day after President Donald Trump said he could “annihilate” the Islamic republic.]]></description><pubDate>Wed, 23 Sep 2026 14:40:09 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Iran’s president said Wednesday that his people have been “victims of terrorism” by the United States, delivering a rare wartime speech at U.N. General Assembly a day after President Donald Trump said he could “annihilate” the Islamic republic.</p><p>In a defiant speech, President Masoud Pezeshkian held up large photos of the late Supreme Leader Ali Khamenei and the more than 150 school Iranian children killed on the first days of the war.</p><p>“We have only defended ourselves. We are not terrorists,” Pezeshkian said at the General Assembly. “Our innocent people have been the targets of cowardly attacks and aggressions imposed upon our country. And we defended ourselves with utmost strength. America and Israel attacked us.”</p><p>He added of the United States: “Yes they did hit us, but we did not bend the knee.” Toward the end of his speech, Pezeshkian called out Trump by name.</p><p>“It must be understood by Mr. Trump and those who seek to bully us that we are ready for dialogue and diplomacy and negotiations without accepting the language of force,” he said.</p><p>He also said one thing that was measurably false: "We did not hit civilian populations.” Mariners and migrant workers in the region have been among the civilians killed in Iran’s attacks since the war began.</p><p>A busy 24 hours for US-Iran relations</p><p>Arriving in New York under heavy security and scrutiny, Pezeshkian — who, within Iran’s political landscape, is considered a moderate politician — addressed world leaders a day after Trump used the same stage to suggest he may “annihilate” the Islamic Republic if a deal isn’t reached soon to end the nearly seven-month war.</p><p>Hours later, Trump told reporters that his chief envoys, Steve Witkoff and Jared Kushner, met for about three hours with the Iranian officials on the sidelines of the annual gathering. But he offered few details about how the discussions transpired or the substance of the exchange.</p><p>“It was a very good meeting,” Trump said. The president later added that the Iranian officials were “not the highest level, but it’s something.” Also on Tuesday, Secretary of State Marco Rubio said Trump is open to meeting with Pezeshkian while he’s in New York.</p><p>But Tehran downplayed Tuesday's unscheduled exchange, which were the first indirect talks between U.S. and Iranian officials since a June ceasefire unraveled. Esmail Baghaei, an Iranian Foreign Ministry spokesperson, maintained the country's negotiating position in talks with U.S. officials, demanding that Washington end its blockade of Iranian ports and release frozen Iranian assets,</p><p>Baghaei said the talks — conducted indirectly through Qatari mediators — were “not anything new.”</p><p>More than a year of negotiations have taken place</p><p>Pezeshkian's address elaborated on where Tehran stands as more than a year of start-stop negotiations between the two longtime adversaries have failed to produce a sustainable solution. His speech came as intermittent attacks continued in the Strait of Hormuz off Iran’s coast, where commercial shipping remained below prewar levels.</p><p>His address last year came months after the 12-day Israel-Iran war that saw the assassination of many of the Islamic Republic’s highest military and political leaders and once again broke down weeks of negotiations with the United States.</p><p>“Ladies and gentlemen, you all bore witness that this past June, my country was subjected to a savage aggression and flagrant contravention of the most elementary principles of international law,” Pezeshkian said at the time.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2EGCNFTAITPYZPSVLJVRL6YMHA.jpg?auth=99fb180cf1715900d0a46df16abdd6b99c7d4e9296528f08354557c1e8d0a9cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's President Masoud Pezeshkian speaks during the 81st session of the United Nations General Assembly at United Nations headquarters, Wednesday, Sept. 23, 2026. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A2J3MQW65UNKFBFQA2ABZI5UGQ.jpg?auth=011a4bb0119537072c02846554e4bdc2ff3a002b83ebecc5e94e02b19c4e9faa&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 Iranian Presidency Office, President Masoud Pezeshkian waves to media and officials as he boards his plane while leaving Mehrabad airport for New York to attend the UN General Assembly, in Tehran, Iran, Tuesday, Sept. 22, 2026. (Iranian Presidency Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HXIBF4FMUXBAPGTVYPPYSVJKZI.jpg?auth=a91469384aa1525998d9b80faa87d82c71c2175dc625928fdd0e7185963af436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The front pages of Iranian newspapers show portraits of the Iranian Supreme Leader Ayatollah Mojtaba Khamenei, and headlines regarding the Shajareh Tayyebeh school that was hit in a Feb. 28 U.S. airstrike in Minab, at a square in northern Tehran, Iran, Wednesday, Sept. 23, 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/SLD6B3LMUEOBVFID7FCCFB2GLA.jpg?auth=e87e42ecfc4cc6b430096a64f3c919b152938b5bcba87ea1277d4218606b0a18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Demonstrators against the Iranian regime protest outside of the United Nations headquarters during the 81st session of the United Nations General Assembly, Wednesday, Sept. 23, 2026, in New York. (AP Photo/Madison Swart)]]></media:description><media:credit role="author" scheme="urn:ebu">Madison Swart</media:credit></media:content></item><item><title><![CDATA[Grail's cancer blood test faces high-stakes FDA review]]></title><link>https://www.local10.com/health/2026/09/23/grails-cancer-blood-test-faces-high-stakes-fda-review/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/23/grails-cancer-blood-test-faces-high-stakes-fda-review/</guid><dc:creator><![CDATA[By MATTHEW PERRONE and LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A blood test designed to spot signs of multiple cancers in apparently healthy people faces its first major regulatory hurdle Wednesday as advisers to the U.S. government review how well it works.]]></description><pubDate>Wed, 23 Sep 2026 13:40:28 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A blood test designed to spot signs of multiple cancers in apparently healthy people faces its first major regulatory hurdle Wednesday as advisers to the U.S. government review how well it works.</p><p>Grail Inc.'s test looks for DNA fragments shed by tumor cells, an emerging approach to screening that aims to detect various cancers with a single blood draw.</p><p>Cancer screening is supposed to spot tumors in their early stages, when they're easier to treat. A multi-cancer screening test would be a departure from the handful of currently recommended cancer tests — including mammograms and colonoscopies — that look for one cancer at a time.</p><p>A panel of Food and Drug Administration advisers will vote Wednesday on whether the proposed benefits of Grail's Galleri test, designed for people 50 and older, outweigh risks such as missing cancers or causing false alarms.</p><p>In documents posted ahead of the meeting, FDA staffers didn't raise major safety concerns, but they want the panel to discuss whether the test picks up enough early stage cancers to be marketed for “early detection.”</p><p>The FDA will weigh the advisers' recommendations but is not required to follow them.</p><p>People in the U.S. can already buy the test, typically by paying $700 or more out of pocket, because the government allows limited use of certain laboratory-based tests. But FDA approval promises to widen availability by opening the door to coverage from Medicare and private insurers.</p><p>Oncologists are divided on whether the test is ready for widespread use. Dr. Badrinath Konety of Allina Health Cancer Institute in Minneapolis says there's “a lot of promise” in the technology but has cautioned patients who've asked about it.</p><p>“The benefit is it may give you a signal," he said. “The flip side now is you’ve got to chase that signal,” which can involve additional pricey tests that may not give a clear answer.</p><p>FDA's panel will have to consider those downsides and a number of other unusual aspects of the Sunnyvale, California-based company's technology.</p><p>For one thing, the FDA considers the company's current test a completely different product than the one it used in two large studies conducted to win approval. To bridge the gap, the company saved frozen blood samples of people enrolled in those studies and then tested them with its newer Galleri test.</p><p>Also, the company's FDA submission only includes the first year of data from its primary study. That 140,000-person study was conducted in the U.K. and failed its main goal of showing a statistically significant reduction in late-stage cancers. That failure is not mentioned in FDA's review, but it's almost certain to come up during Wednesday's discussion.</p><p>In the study data released by FDA this week, Grail's test accurately predicted cancer in more than 66% of patients who received a “cancer signal detected." During the one-year period, the test detected about 30% of cancers that would later be diagnosed by physicians.</p><p>The study, conducted with the U.K.'s National Health Service, was not intended to show that screening with Galleri reduced cancer deaths. That approach would have required many more years of follow-up.</p><p>In a newly published analysis of a separate U.S. study, the Grail test detected a cancer signal in 287 people. Cancer was eventually diagnosed in 173 of them.</p><p>The test was better at finding less common cancers, such as liver and ovarian cancers, compared with more common forms of the disease like prostate cancer. That raises questions about the wide-scale impact of deploying the test for millions of Americans.</p><p>One worry is that people who get an all-clear from DNA testing test might skip guideline-recommended screenings like mammograms or colonoscopies.</p><p>Johns Hopkins scientist Nickolas Papadopoulos considers Grail's test “pretty promising” but said that if the FDA clears it, it will be vital for doctors to understand the pros and cons and to make sure their patients do, too.</p><p>Among many questions yet to be answered, he said: “If we do this test once a year, once every three years, is that good enough to eventually catch the cancer early? We’re still learning.”</p><p>___</p><p>The Associated Press’ health and science coverage receives financial support from the AP Fund for Journalism and 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/SM2BTVS6SJZLBM47BJP5JNHTFE.jpg?auth=79c7ddfa1293217d78ed16f952bab1eb12a4229af3bca56ca327ba700b1f450e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by Grail Inc. on Tuesday, Sept. 22, 2026, shows an employee scanning a Galleri cancer screening test. (Grail Inc. via AP)]]></media:description></media:content></item><item><title><![CDATA[Republicans say Democrats are extremists. These Democrats want to convince voters that's not true]]></title><link>https://www.local10.com/news/politics/2026/09/23/republicans-say-democrats-are-extremists-these-democrats-want-to-convince-voters-thats-not-true/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/23/republicans-say-democrats-are-extremists-these-democrats-want-to-convince-voters-thats-not-true/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — As Democrats try to take back control of Congress, they're trying a familiar tactic to win over voters in conservative areas — they're criticizing their own party.]]></description><pubDate>Wed, 23 Sep 2026 13:21:40 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — As Democrats try to take back control of Congress, they're trying a familiar tactic to win over voters in conservative areas — they're criticizing their own party.</p><p>They're complaining about former President Joe Biden, promising to work with President Donald Trump to secure the border, insisting they'll never defund the police and criticizing democratic socialists as too extreme.</p><p>Taking shots at the left is one way that Democrats are trying to distance themselves from their party's tarnished brand. It's also a reflection of how the midterms are increasingly playing out in red states. Although progressives notched notable wins in Democratic primaries this year, the path to a majority in the House and the Senate runs through places where Trump won two years ago, such as North Carolina, Alaska, Kansas and Iowa.</p><p>“You need to own values that are where the center of the party is," said Adam Frisch, the finance director for Welcome PAC, which tries to boost Democrats in Republican-leaning districts. He previously ran twice for Congress in Colorado.</p><p>North Carolina's Cooper boasts of bipartisanship</p><p>Known for forging compromise with the Republican-led legislature during his two terms as governor, Roy Cooper argues in his Senate campaign that Democrats should be willing to do the same in Congress.</p><p>Cooper also served as state attorney general, and one of his ads says he “toughened bail laws, went after drug dealers pushing fentanyl and said, ‘No way do we defund the police.’” Another says Cooper “bucked his own party to oppose defunding the police” and “partnered” with the Republican president to crack down on drugs.</p><p>Conservatives and allies of Republican nominee Michael Whatley, former chairman of the Republican National Committee, have tried to link Cooper to national progressive figures like New York Rep. Alexandria Ocasio-Cortez, former Vice President Kamala Harris and Vermont Sen. Bernie Sanders, an independent who caucuses with Democrats.</p><p>When Cooper entered the race more than a year ago, the Senate Leadership Fund — a Republican super PAC affiliated with Senate Majority Leader John Thune — swiftly attacked him by saying he “masquerades as a moderate” but is ”just another radical, D.C. liberal in disguise.”</p><p>Earlier this month, Cooper explained a bit of his strategy to CNN, saying that he felt that “there are enough people who are skeptical of national Democrats" in North Carolina, a factor he cited in the state's tendency to elect Democrats to statewide offices more often than its congressional offices.</p><p>Alaska's Peltola and Iowa's Turek want distance from national Democrats</p><p>In Alaska, former Rep. Mary Peltola has tried to steer the same centrist path as in her House campaigns, reviving her “fish, family, freedom” slogan and expressing support for Second Amendment rights and border security — two issues that traditionally resonate with more conservative voters.</p><p>“I'll take on anyone, including Democrats, anyone in the Lower 48 who doesn’t understand what Alaska needs,” she said in one campaign advertisement that mentioned her support for the massive Willow oil project on Alaska’s petroleum-rich North Slope that was opposed by environmentalists. "When both parties are attacking you, you're doing something right.”</p><p>Peltola's tone hasn't kept incumbent Republican Sen. Dan Sullivan from seeking to align Peltola with “D.C. Democrats,” as well as characterizing her as ineffective during her time in Congress.</p><p>Meanwhile, in Iowa, Democratic nominee Josh Turek has emphasized his commitment to bipartisanship, highlighting hundreds of times he voted with Republicans as a state legislator. He represented a district won by Trump, and he leaned on that experience in this year's Senate race as evidence that he could appeal to independent and moderate Republican voters in November.</p><p>As he vies with Republican Rep. Ashley Hinson for the seat of retiring Republican Sen. Joni Ernst, Turek is also running an ad decrying the U.S.' “broken immigration system,” saying, “I'll work with anyone to fix it, including President Trump.”</p><p>After Turek won the nomination, Hinson told delegates at Republicans' state convention that he was “masquerading as a moderate,” calling her opponent “a far-left fraud.”</p><p>Hamilton says Kansas is very distant from Washington's ‘extreme politics’</p><p>Pastor of a Kansas megachurch, Democratic Senate nominee Adam Hamilton describes himself as a centrist, running partly on “bringing people together" and noting that his congregation is nearly evenly split among Democrats, Republicans and independents.</p><p>That's the tenor Hamilton has brought to his campaign against Republican incumbent Sen. Roger Marshall, running ads noting that Kansas is “proud of being in the middle politically" and “about a million miles away from the extreme politics of Washington that are tearing us apart and driving up prices.”</p><p>“On one side, the far left pushes socialism and open borders," he said. "On the other side, Roger Marshall gives us higher gas and grocery prices, while slashing our healthcare.”</p><p>In a debate earlier this month at the Kansas state fair, Hamilton also wasn't shy to blame Biden for immigration problems while also criticizing Trump's policies.</p><p>“Immigration at the border under Biden was a disaster," Hamilton said. "That is how we ended up where we are today.”</p><p>Marshall has said Hamilton is “too woke for Kansas.”</p><p>Sand decries parties as ‘two private clubs’ in Iowa governor's race</p><p>It's not just Senate contests in which Democratic candidates are seeking to chart a new course.</p><p>Back in Iowa — where Democrats see an opportunity to win in a once-competitive state, with high costs, manufacturing job losses and a struggling agricultural economy weighing on voters — Democrat Rob Sand says he can win over independents and Republicans frustrated with party politics.</p><p>Central to his campaign message is the premise that America's political system is broken “largely because it’s run by two private clubs” — the two major parties — “the well fed versus the fed up.”</p><p>Republican nominee Zach Lahn has said Sand's critique of his own party isn't genuine. Appearing on the “Ruthless” podcast this summer, he said that Democrats “are realizing that their ideas don’t sell” and ”have to pretend to be somebody they’re not."</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TD2DE3RKJIGXCMEPOWO4HID3ME.jpg?auth=fc6de701dcb52b23bc9aa58a3058596a74db2ed485a92c5baeb60ec65d5b9ee6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Democratic Gov. Roy Cooper, who is running for U.S. Senate, holds hands with a woman following a campaign event at St. James African Methodist Episcopal Church in Goldsboro, N.C., on Thursday, Sept. 10, 2026. (AP Photo/Allen G. Breed)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NQGGPWN5ZF3FUFGR2QY7WXM6E.jpg?auth=5103d6d5314700dfebdcb442dbf1a794c2896c2b34afe53fc5561e92c3a03f75&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa state Rep. Josh Turek speaks during a primary election night watch party after winning the Democratic nomination for U.S. Senate, June 2, 2026, in Des Moines, Iowa. (AP Photo/Bryon Houlgrave, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bryon Houlgrave</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DDO4GZEAFQQEJDR6UF5F34XS2Y.jpg?auth=0c9f0feda077062fcf2b51cdac322ad9544030b15ec63ee273b37234bbe820bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mary Peltola, a Democrat running for the U.S. Senate seat in Alaska, addresses supporters at an election watch party Tuesday, Aug. 18, 2026, in Anchorage, Alaska. (AP Photo/Mark Thiessen,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Thiessen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EU46YOETGRLVY4WLOK3Z74C6PU.jpg?auth=6effb1fdb27c1d2f778c74e3ee8834dad7c9341e949187c2332026dd62bceefa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa Democratic gubernatorial candidate Rob Sand speaks during a campaign rally, June 7, 2026, in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V46RSMI4Q5CX424NEMDBIMIS5M.jpg?auth=90391d5b013b705a48808f1b1919fd47de8e59e0b41be7fa81509b0957db95b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Democratic U.S. senatorial candidate Adam Hamilton of Kansas, listens to administrators at the Health Partnership Clinic as they discuss funding issues the low-income family medical facility is facing on Wednesday, Aug. 12, 2026, in Olathe. Kan. (AP Photo/Colin E. Braley, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin E. Braley</media:credit></media:content></item><item><title><![CDATA[Lionel Richie is taking a break from performing following a heart procedure]]></title><link>https://www.local10.com/entertainment/2026/09/23/lionel-richie-is-taking-a-break-from-performing-following-a-heart-procedure/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/lionel-richie-is-taking-a-break-from-performing-following-a-heart-procedure/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Lionel Richie is taking a break from touring as he recovers from a heart procedure, a representative for the singer confirmed in a statement to The Associated Press on Wednesday.]]></description><pubDate>Wed, 23 Sep 2026 13:07:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Lionel Richie is taking a break from touring as he recovers from a heart procedure, a representative for the singer confirmed in a statement to The Associated Press on Wednesday.</p><p>Richie underwent a common procedure for atrial fibrillation, or A-fib, and the “doctor said everything went perfectly,” it read. “Lionel is doing great but will take some time off and will be back on stage soon.”</p><p>A-fib is a quivering or irregular heartbeat that is a worrisome stage-setter for blood clots, stroke and heart failure. Some researchers believe more than 10 million Americans have it — most of them older.</p><p>The 77-year-old singer also postponed two concerts earlier this year, in June, after falling ill. And in August, reports of Richie checking himself into a hospital after a performance in St. Louis made the rounds online.</p><p>Richie was scheduled to perform with Earth, Wind & Fire Saturday in San Francisco, Sept. 30 in Chicago and Oct. 3 in Columbus, Ohio.</p><p>According to his website, he is currently scheduled to launch his “King of Hearts” residency shows at Las Vegas’ the Wynn in October and November.</p><p>The Oscar and four-time Grammy Award-winning Richie launched his career with The Commodores before becoming a successful solo artist. In addition to his well-known hits like “Hello,” Richie co-wrote the iconic charity single “We Are the World” with Michael Jackson and has sold over 100 million records. He is also a judge on “American Idol.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ROOQVPPXFKPZNSUFUJISGZAX2I.jpg?auth=21487597c1e15275f5c5385f37f5b10a9a55b0e3b420f2a9f6fdd2c0e0d95664&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lionel Richie attends The King's Trust Global Gala at Casa Cipriani on Thursday, May 2, 2024, in New York. (Photo by Evan Agostini/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[Ian McEwan’s 'ragbag' of essays becomes 'Between Books,' a new nonfiction journey]]></title><link>https://www.local10.com/entertainment/2026/09/23/ian-mcewans-ragbag-of-essays-becomes-between-books-a-new-nonfiction-journey/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/ian-mcewans-ragbag-of-essays-becomes-between-books-a-new-nonfiction-journey/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After a decades-long run as one of the world's most acclaimed novelists, Ian McEwan has compiled his occasional nonfiction into a full-length book.]]></description><pubDate>Wed, 23 Sep 2026 13:00:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After a decades-long run as one of the world's most acclaimed novelists, Ian McEwan has compiled his occasional nonfiction into a full-length book.</p><p>McEwan's essay and speech collection "Between Books” will be published next spring, May 25, Alfred A. Knopf announced Wednesday. It is the first full-length work of nonfiction by the author of “Atonement,” “The Innocent,” the Booker Prize -winning “Amsterdam” and many other novels. (In 2019, the British author released a brief work of nonfiction, “Science.”)</p><p>“Between Books” includes everything from “intimate personal recollection to bold intellectual enquiry,” according to Knopf. McEwan has written a new introduction for “Between Books,” which includes material both published before and never published before.</p><p>“'Between Books' is an intimate record of a great mind wrestling with the contours of his own life and all the themes and questions that inform his masterworks: the nature of truth and love, the human hunger for meaning and knowledge, the mysteries of the soul,” Knopf Publisher and Editor-in-Chief Jordan Pavlin said in a statement.</p><p>McEwan, 78, said in a statement that for his upcoming book he “started out contemplating a ragbag of disparate pieces and ended up with what I hope is an emotional and intellectual journey.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NWNRE6DHWZDI56GEDVY54QHGCI.jpg?auth=a2fb65cf31ce56ce755f15cc24707246a38520c3bca30dd249498891eb10e47c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ian McEwan, British novelist and screenwriter, gestures as he speaks to press during an interview in London, Friday, Sept. 12, 2025. (AP Photo/Joanna Chan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joanna Chan</media:credit></media:content></item><item><title><![CDATA[Longtime Davie mayor gets challenge from political newcomer]]></title><link>https://www.local10.com/news/local/2026/09/22/longtime-davie-mayor-gets-challenge-from-political-newcomer/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/longtime-davie-mayor-gets-challenge-from-political-newcomer/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[The incumbent mayor of Davie has held the seat for more than 15 years but her opponent in November’s election is a newcomer who says she has fresh eyes. ]]></description><pubDate>Tue, 22 Sep 2026 22:35:30 +0000</pubDate><content:encoded><![CDATA[<p>The incumbent mayor of Davie has held the seat for more than 15 years but her opponent in November’s election is a newcomer who says she has fresh eyes.</p><p>Mayor Judy Paul has lived in Davie for 40 years and has served as mayor since 2009.</p><p>Davie is a town of just over 107,000 people and geographically, it’s the largest town or city in Broward County. </p><p>Paul says Davie is all about land, and that’s what she fights to protect.</p><p>“We took over 200 acres out of development for the creation of the wetlands park and the farm park, and we have more that is coming up,” said Paul. </p><p>Paul says Davie is the only municipality in Broward County to give a tax cut to residents.</p><p>“We are saving our residents 5.1%. This was very important because with the way the economy is, every bit helps our residents and we couldn’t wait,” said Paul. “We had an opportunity because of some of the development that’s been going on in our town.”</p><p>Trucking company owner and lifelong resident Jacqueline Rocha is running against Paul. </p><p>She says overdevelopment in Davie is a problem.</p><p>“Now that’s happened a lot with the development that we’ve allowed to come into place here that is considered market value -- majority of it -- and market value is still not affordable,” said Rocha. “Not to mention the HUD housing designation really is not helping anyone, not everyday residents.”</p><p>Rocha said she’s also fighting for term limits.</p><p>“Residents have subsidized development and they don’t even know it,” said Rocha. “Now they were attending the meetings, and I think that a lot of residents feel like -- and as a resident myself, honestly I can say that we are going unheard, and so that’s really why I’m here today, to make sure residents have a voice.”</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[The Latest: China’s Xi to kick off visit to Washington with a rare planeside welcome from Trump]]></title><link>https://www.local10.com/news/2026/09/23/the-latest-chinas-xi-to-kick-off-visit-to-washington-with-a-rare-planeside-welcome-from-trump/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/23/the-latest-chinas-xi-to-kick-off-visit-to-washington-with-a-rare-planeside-welcome-from-trump/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[When Chinese President Xi Jinping arrives in Washington on Wednesday, he’s expected to get a rare greeting from President Donald Trump, who'll be on the tarmac to welcome his counterpart’s plane instead of waiting for him to drive up to the White House. Trump’s decision to greet Xi shows how far the U.S. president is going to honor China’s leader as he makes his first state visit in more than a decade.]]></description><pubDate>Wed, 23 Sep 2026 15:08:30 +0000</pubDate><content:encoded><![CDATA[<p>When Chinese President Xi Jinping arrives in Washington on Wednesday, he’s expected to get a rare greeting from President Donald Trump, who'll be on the tarmac to welcome his counterpart’s plane instead of waiting for him to drive up to the White House. Trump’s decision to greet Xi shows how far the U.S. president is going to honor China’s leader as he makes his first state visit in more than a decade.</p><p>Also, Trump’s AI-fueled vision for a drone port he intends to install atop the new White House ballroom includes missile-bearing unmanned aerial vehicles and gun-toting troops. But what hasn't been previously reported is the presence of a drone port a few hundred feet away, run by the U.S. Secret Service and not the military, which is already quietly operational.</p><p>Here's the latest:</p><p>Rubio says it’s unlikely companies will invest in Cuba under their current government</p><p>Rubio said “of course” when asked about future investments by American businesses in Cuba. But the secretary of state added Wednesday that there’s currently no confidence in the private sector that companies would be able to make back their investment until Cuba’s government changes.</p><p>“There’s simply no legitimacy or credibility that this regime will ever live up to these conditions because they never have before,” Rubio said. “No one is going to invest in Cuba under their current governance model. They’re just not going to do it.”</p><p>In January, Trump threatened tariffs on any country that sells or provides oil to the island. Earlier this month, the U.S. government slapped new sanctions on Cuba in a fresh push to strangle its economy.</p><p>Rubio says Trump remains open to ‘making a deal with Iran’</p><p>Talking to reporters on the sidelines of the United Nations General Assembly, U.S. Secretary of State Marco Rubio said Wednesday that Trump remains open to a deal with Iran “that allows Iran to be what it should be, which is a great and prosperous country.”</p><p>But Rubio said that’s hampered by Iran’s insistence “on the desire for a nuclear weapon,” as well as “their support of terrorism.” If that continues, Rubio said Trump could exercise “a number of options,” including further military action.</p><p>Rubio wouldn’t give details of this week’s talks but did note “consensus” between the U.S. and the Gulf Cooperation Council on “deeply problematic” attacks by Houthi rebels in Yemen, and that the Strait of Hormuz needs to remain “open and free without attack.”</p><p>China’s top diplomat in Washington draws red lines for the US</p><p>The Chinese ambassador drew four red lines for the U.S., ahead of Chinese leader Xi Jinping’s visit to Washington.</p><p>In an editorial published Wednesday in the ruling party’s flagship newspaper People’s Daily, Xie Feng, China’s top diplomat in Washington, said China’s sovereignty, security and development rights cannot be violated.</p><p>“The four red lines — Taiwan, democracy and human rights, China’s political system, and its development rights — shall not be challenged,” Xie wrote.</p><p>McConnell and GOP senators press Trump on Taiwan aid ahead of Xi visit</p><p>The senators said they’re concerned by Trump’s “description of Taiwan as ‘a very good negotiating chip’ in engagements with Xi.”</p><p>Sen. Mitch McConnell, the former Republican leader, and his colleagues, wrote in a letter to Secretary of State Marco Rubio that the Senate</p><p>has already approved some $1 billion in security assistance alongside millions in aid that affirms the U.S.-Taiwan security relationship and is also central to U.S. security interests.</p><p>They warned the Trump administration against freezing those funds.</p><p>“It is difficult to imagine how the United States might credibly project influence deterrence in the Indo-Pacific,” they wrote, “if the price of keeping up diplomatic appearances is denying our partners key deterrent capabilities.”</p><p>In UN speech, Iran’s president said his people have been ‘victims of terrorism’ by the US</p><p>“It must be understood by Mr. Trump and those who seek to bully us that we are ready for dialogue and diplomacy and negotiations without accepting the language of force,” Iranian President Masoud Pezeshkian said Wednesday.</p><p>He also said one thing that was measurably false: “We did not hit civilian populations.” Mariners and migrant workers in the region have been among the civilians killed in Iran’s attacks since the war began.</p><p>Iran’s president speaks at the United Nations in a rare wartime address</p><p>In a defiant speech, Iranian President Masoud Pezeshkian said “peace will not come in the field of battle.”</p><p>Pezeshkian held up photos of the late Supreme Leader Ali Khamenei and the more than 150 school children killed in the first days of the war.</p><p>“We have only defended ourselves. We are not terrorists,” Pezeshkian said at the General Assembly. “Our innocent people have been the targets of cowardly attacks and aggressions imposed upon our country. And we defended ourselves with utmost strength. America and Israel attacked us.”</p><p>He added of the United States: “Yes they did hit us, but we did not bend the knee.”</p><p>▶ Read more</p><p>AP-KFF poll: Trump’s healthcare policies have gone unnoticed by rural voters</p><p>The new AP-KFF poll found that rural voters overall don’t perceive much positive impact from the Trump administration’s healthcare policies.</p><p>That comes as those policies have been a top priority for Republican leaders, who’ve promoted efforts to lower drug costs and touted a $50 billion rural health program.</p><p>Only 17% of rural voters said the Trump administration’s healthcare policies have had a “positive impact” on their healthcare costs. About 4 in 10 said they’ve had “no impact” and 41% said they’ve had a “negative impact.”</p><p>A year after the passage of the Rural Health Transformation Program, more than 8 in 10 rural voters said they’d heard either “a little” or “nothing at all” about the health fund, according to the survey.</p><p>AP-KFF poll: Most rural voters are worried about costs</p><p>About half of rural American voters believe the economy is worse off now than when President Trump returned to office, according to a new AP-KFF poll of more than 2,000 rural registered voters.</p><p>The costs of groceries, gas, healthcare and monthly utilities emerged as top pain points for rural voters in the survey. Majorities said they are “very” or “somewhat” worried about being able to afford each.</p><p>The findings suggest many rural voters haven’t turned on Trump, but that they also largely don’t think he’s delivered on the economic renaissance he promised.</p><p>About half of rural voters approve of how Trump is handling the presidency, while only about 4 in 10 approve of Trump’s performance on the economy.</p><p>Board of Peace proposes 6-month, $2.45B plan to begin Gaza reconstruction</p><p>The U.S.-backed Board of Peace’s plan to begin reconstruction and governance in Gaza comes as President Trump’s ceasefire struggles to stay afloat.</p><p>At a meeting of the group’s board, the governors unveiled a 66-project blueprint to get things started while acknowledging enormous hurdles that must still be overcome. The projects include ambitious infrastructure, education and health initiatives that are designed to support Trump’s 20-point ceasefire plan.</p><p>“The need is immense,” the board said, noting that full reconstruction from the physical damage across Gaza will cost roughly $35.2 billion over the medium-term and another $71.4 billion in the next 10 years.</p><p>Gallup poll shows about 4 in 10 have a positive view of socialism</p><p>About 4 in 10 Americans, 43%, have a positive view of socialism, according to the new Gallup poll.</p><p>That’s largely unchanged from last year, when 39% of Americans had a favorable image of socialism. The polling shows about two-thirds of Democrats think positively about socialism, as do 45% of independents. Only 14% of Republicans feel the same way.</p><p>The polling found young adults — those 18 to 34 — are more likely to have a positive view of socialism than capitalism. About 6 in 10 young adults say they view socialism favorably, compared to 43% who say that about capitalism.</p><p>On the other hand, older adults see capitalism more positively. About two-thirds of those 55 and older have a positive view of capitalism, compared to about one-third who say that about socialism.</p><p>Melania Trump to ring NYSE opening bell to launch new woman-focused initiative</p><p>It’s called Imperia — and the first lady says it’s her new initiative focused on helping women become leaders and achieve economic power.</p><p>Members include CEOs, founders, innovators, entrepreneurs and others, she said during an in-studio interview in New York on Fox News Channel’s “Fox & Friends.”</p><p>Asked what the initiative will achieve, the first lady, who’s also a businesswoman, cited innovation and investment, strategic partnerships and economic prosperity for women.</p><p>Melania Trump also rang the opening bell for New York Stock Exchange in January before the release of her Amazon documentary, “Melania.”</p><p>First lady Melania Trump says husband decided to greet Xi because ‘they have a great relationship’</p><p>“He’s coming on our soil, and we need to welcome them with the most respect,” she said of Xi and his wife, Peng Liyuan, during an interview Wednesday on Fox News Channel’s ”Fox & Friends.”</p><p>US futures inch higher and oil prices slip for 6th straight day after US and Iranian officials meet</p><p>U.S. futures are slightly higher and hovering near record highs while oil prices declined after President Trump said officials from the United States and Iran met on the sidelines of the U.N. General Assembly in New York this week.</p><p>Futures for the S&P 500 and Dow Jones Industrial Average both gained 0.1% on Wednesday. Nasdaq futures were basically flat.</p><p>Trump talked of the meeting with Iran after telling the assembly Tuesday that he would have to make a choice, including whether to “annihilate” the Islamic Republic, if the sides fail to reach an agreement.</p><p>▶ Read more</p><p>Taiwan is watching closely as Xi and Trump meet and hopes US will keep up its arms sales</p><p>As China’s Xi Jinping arrives in Washington to meet with President Trump, Taiwan expressed confidence that U.S. arms sales to the island that Beijing claims as its own will continue — despite China’s pressure.</p><p>China has pressed Washington to halt the arms sales, most prominently during a summit in May between Trump and Xi in Beijing. After that meeting, the United States paused the sale of a record-breaking $14 billion package — and Trump described arms sales to Taiwan as a “very good negotiating chip” with China.</p><p>Still, the U.S. government and Congress have “repeatedly expressed support for Taiwan’s self-defense capabilities,” Taiwanese Defense Ministry spokesperson Maj. Gen. Chiao Fu-chun told reporters in the southern city of Tainan.</p><p>▶ Read more</p><p>Trump says his ballroom will house a drone port. The Secret Service already has one next door</p><p>Trump’s AI-fueled vision for a drone port he intends to install atop the new White House ballroom includes missile-bearing unmanned aerial vehicles and gun-toting troops, ostensibly to protect the 18-acre complex and the nation’s capital.</p><p>A few hundred feet away, a drone port, run by the U.S. Secret Service and not the military, is already quietly operational. Equipped with cameras and sensors to scope out potential threats from a bird’s-eye view, the small UAVs stand on alert in four gray weatherproof boxes until deployed at officers’ commands.</p><p>The agency is using a model known as “drone as first responder,” deploying speedy unarmed drones from outdoor stations to serve as flying cameras. That model has been adopted by hundreds of police agencies across the U.S., often powered by AI software to help dodge obstacles or track targets.</p><p>The existence of the surveillance drones on a Treasury Department building adjacent to the White House complex has not been previously reported, and could undercut Trump’s legal claims that the ballroom construction is necessary “to protect the White House and surrounding region from aerial attacks.”</p><p>▶ Read more</p><p>Xi is en route to Washington</p><p>Xi has departed Beijing on Wednesday afternoon local time for a state visit to the U.S., China’s official news agency Xinhua said. Accompanying him on the visit are Xi’s wife Peng Liyuan, China’s ruling Communist Party’s Politburo Standing Committee member Cai Qi and Foreign Minister Wang Yi, it said.</p><p>China’s Xi to kick off state visit to Washington with rare planeside welcome from Trump</p><p>When Chinese President Xi Jinping arrives in Washington on Wednesday, he’s expected to get a rare greeting from President Donald Trump, who will be on the tarmac to welcome his counterpart’s plane instead of waiting for him to drive up to the White House.</p><p>Trump’s decision to greet Xi at Joint Base Andrews shows how far the U.S. president is going to honor China’s leader as he makes his first state visit in more than a decade.</p><p>The White House hasn't released many details about Wednesday’s greeting, but Trump is expected to participate in an arrival ceremony at the base with Xi and his wife. The salutation will kick off a three-day visit that’s expected to be saturated with pomp, even by White House standards. The state visit, complete with a formal state dinner at the White House on Thursday, is supposed to reciprocate for the ceremonial grandeur that marked Trump’s May visit to China.</p><p>But it’s also a showy patina at a time when tensions between the two geopolitical rivals are high over trade, artificial intelligence, Trump’s war with Iran and China’s designs on Taiwan.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZHOFH6ZTNNYKOAM3B37W4UOZUY.jpg?auth=07efc43e226ea1dca5ecd083b5937a55377f4876d6c2cf1a3e7267fcc6195ba4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - China's President Xi Jinping, right, and U.S. President Donald Trump visit the Temple of Heaven in Beijing, May 14, 2026. (Brendan Smialowski/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brendan Smialowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GPVWUOS3H7YEJHQU672EGRVIRU.jpg?auth=2c5b5fa01ef62e0dbf9a945dec9db975e78e145427baa5851de85619236de0dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump walks from Marine One to board Air Force One at John F. Kennedy International Airport, Tuesday, Sept. 22, 2026, in New York. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Hallandale Beach woman repeatedly attacks senior amid fight between their dogs, cops say]]></title><link>https://www.local10.com/news/local/2026/09/22/hallandale-beach-woman-repeatedly-attacks-senior-amid-fight-between-their-dogs-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/hallandale-beach-woman-repeatedly-attacks-senior-amid-fight-between-their-dogs-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A 44-year-old South Florida woman is facing multiple charges after an incident with a senior and her dog.  ]]></description><pubDate>Tue, 22 Sep 2026 20:46:07 +0000</pubDate><content:encoded><![CDATA[<p>A 44-year-old South Florida woman is facing multiple charges after an incident with a senior and her dog. </p><p><a href="https://www.local10.com/espanol/2026/09/22/agarra-a-golpes-a-senora-y-luego-a-su-perro-en-hallandale-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/agarra-a-golpes-a-senora-y-luego-a-su-perro-en-hallandale-beach/"><b>Leer en español</b></a></p><p>It happened on May 11 in the shared courtyard of a Hallandale Beach apartment complex, the location of which was withheld from arrest forms due to authorities protecting the victim’s identity. </p><p>According to Hallandale Beach police, the victim, who is a person 65 or older, was sitting on the bench with another person while their dogs played in the grass when a dog belonging to the suspect, identified as Antonia Yeromina, approached the two other dogs. </p><p>Body-worn camera footage obtained by Local 10 News shows the victim later explaining to officers what happened.</p><p>“I was in the back with a neighbor, the dogs were playing nice,” she said in the footage. “This woman came with a dog, and her dog and my dog started fighting.”</p><p>And that’s when the arrest report said the situation escalated, as the two women each snatched their dogs to stop the fight, but after it was over, the victim told officers that Yeromina began attacking her. </p><p>“She started hitting me on my face, on my arms,” the victim said, adding that Yeromina started screaming, “I hate you, I hate you.”</p><p>The arrest report states that after the initial encounter, Yeromina returned and attacked the victim a second time, once again striking her in the face. </p><p>The person who was sitting with the victim then put themself between the two women, which is when police said Yeromina turned her attention to the victim’s dog. </p><p>“Since the defendant could no longer intentionally attack the victim, the defendant maliciously and intentionally kicked the victim’s dog in the belly area as the dog was peacefully laying on the ground, in what appeared to be an angry response to no longer having the ability to continue her attack on the victim,” the arrest report stated. </p><p>Despite the incident happening in May, Yeromina was not arrested until Monday. </p><p>She is facing two charges of battery on a person 65 years of age or older and a charge of tormenting an animal. </p><p>After going before a judge on Tuesday, Yeromina was released on a $15,000 bond and conditions of not contacting the victim, not to return to the incident location and not possessing any animals. </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[Video shows woman falling from moving vehicle. She’s now comatose ― and the driver’s in jail, cops say]]></title><link>https://www.local10.com/news/local/2026/09/22/video-shows-woman-fall-from-moving-vehicle-shes-now-comatose-and-the-drivers-in-jail-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/video-shows-woman-fall-from-moving-vehicle-shes-now-comatose-and-the-drivers-in-jail-cops-say/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Surveillance video captured the moments a woman fell from a moving car, slamming down onto the pavement face first. ]]></description><pubDate>Tue, 22 Sep 2026 22:14:59 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video captured the moments <a href="https://www.local10.com/news/local/2026/09/22/driver-arrested-after-woman-falls-from-trunk-of-speeding-vehicle-in-miami-dade-deputies-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/09/22/driver-arrested-after-woman-falls-from-trunk-of-speeding-vehicle-in-miami-dade-deputies-say/">a woman fell from a moving car, slamming down onto the pavement face first</a>.</p><p><a href="https://www.local10.com/espanol/2026/09/22/mujer-cae-de-auto-en-marcha-y-el-conductor-huye/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/mujer-cae-de-auto-en-marcha-y-el-conductor-huye/"><b>Leer en español</b></a></p><p>The woman, who has since been identified as 37-year-old Nikkita Wongchong, was knocked unconscious, but the driver is seen in the video speeding off, leaving the woman in the middle of a McDonald’s parking lot with serious injuries. </p><p>Passing drivers could be seen getting out of their cars to check on her. </p><p>This all happened Saturday around 8:40 a.m. outside the McDonald’s located at 26601 S. Dixie Highway, in southwest Miami-Dade’s unincorporated Naranja area.</p><p>Nile Sausbre said she was working across the street and watched as Miami-Dade Sheriff’s Office deputies responded to the area. </p><p>“That’s not right,” she said. “That’s a human being.”</p><p>Deputies said they performed CPR until paramedics arrived and rushed the victim to the hospital in critical condition. </p><p>Doctors later determined she was brain dead. </p><p>The driver has been identified as 28-year-old Ismel Baro Rodriguez.</p><p>Investigators said they reviewed surveillance video that helped them track down Baro Rodriguez at a home not far from the scene. </p><p>He has since been charged with a felony count of aggravated battery with great bodily harm and the Cuban national is now behind bars at Turner Guilford Knight Correctional Center on an immigration hold. </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[‘It was therapeutic’: Local 10 sits down with Dolph Lundgren to discuss new memoir]]></title><link>https://www.local10.com/entertainment/2026/09/22/it-was-theraputic-local-10-sits-down-with-dolph-lundgren-to-discuss-new-memoir/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/22/it-was-theraputic-local-10-sits-down-with-dolph-lundgren-to-discuss-new-memoir/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[He became a global superstar breaking ribs as Ivan Drago in “Rocky IV,” but action legend Dolph Lundgren is opening up about the real-life battles that almost knocked him out. ]]></description><pubDate>Wed, 23 Sep 2026 01:52:23 +0000</pubDate><content:encoded><![CDATA[<p>He became a global superstar breaking ribs as Ivan Drago in “Rocky IV,” but action legend Dolph Lundgren is opening up about the real-life battles that almost knocked him out. </p><p>In his candid new memoir, “Fights Worth Fighting,” the martial artist and actor trades his tough-guy persona for vulnerability.</p><p>Lundgren recently sat down with Local 10’s Jason Carter to discuss the book. </p><p>Jason Carter: “You have lived an incredible life. Many call you an icon, and now you’re giving us a very unfiltered glimpse into your life. Why was now the time to write this book?”</p><p>Dolph Lundgren: “Well, you know, when do you write a memoir? I suppose you have to be at a certain age. So you have done enough to fill out a book, which I think I had. In 2020, I had a cancer diagnosis that kind of shook up my whole life.”</p><p>JC: “We see you as this, this iconic superstar, hyper masculine muscle, Ivan Drago, He-Man, Rocky, you are jettisoning all of that and really getting very honest with your fans. What was it like for you to lay down those guards when you started writing and what was so therapeutic about that?”</p><p>DL: “Well, it started actually when I announced the cancer battle, which was in 2023. I spoke out about that and about my childhood when my dad, who was quite abusive towards me (and) my mom -- I spoke out about that and it made me feel good. You know, you’re only as sick as your secrets, they say. And it wasn’t that difficult for me to talk about it. It made me feel good. It was therapeutic.”</p><p>JC: “Was there anything that you felt that was unfairly put on you, that now you have the opportunity to say, ‘Wait, hold on. That’s completely wrong.’”</p><p>DL: “Bring you the bad news, but you know, we have to live in the moment. And that’s what I learned. That’s what I learned from this experience. And it was just amplified by what I’ve been through. So I think every day is a wonderful day.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man hospitalized after shooting at Pompano Beach gas station]]></title><link>https://www.local10.com/news/local/2026/09/22/man-hospitalized-after-incident-at-pompano-beach-gas-station/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/man-hospitalized-after-incident-at-pompano-beach-gas-station/</guid><dc:creator><![CDATA[Jeff  Derderian ]]></dc:creator><description><![CDATA[Authorities in Broward County are investigating a shooting that sent one person to the hospital.]]></description><pubDate>Tue, 22 Sep 2026 20:42:38 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Broward County are investigating a shooting that sent one person to the hospital.</p><p><a href="https://www.local10.com/espanol/2026/09/22/balean-a-un-hombre-en-gasolinera-de-pompano-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/balean-a-un-hombre-en-gasolinera-de-pompano-beach/"><b>Leer en español</b></a></p><p>Deputies with the Broward Sheriff’s Office arrived to the Orion gas station located at 101 E. Atlantic Blvd. in Pompano Beach shortly before 3 p.m. Tuesday after receiving reports about gunfire in the area. </p><p>Responding deputies arrived to find a man who had been shot. </p><p>Pompano Beach Fire Rescue medics rushed the man to Broward Health North for treatment, authorities said. </p><p>Surveillance video showed an altercation between a woman and the man who would eventually be shot. </p><p>The video shows the two in a physical struggle, with the woman appearing to try to get away from the man and into the passenger side of a white Toyota RAV4 SUV that was parked at the gas pumps. </p><p>Later, that same man approached the driver side of the SUV, and after he got closer to the person standing next to the SUV, that person opened fire at the man as he tried to run away. </p><p>The gas station was blocked off with yellow police tape as investigators processed the scene. </p><p>Inside the tape was the Toyota SUV and six evidence markers. </p><p>Deputies said one person was detained at the scene following the shooting.</p><p>The investigation remains active and ongoing. </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[New York City gridlock: Security beefed up at UN this year for General Assembly]]></title><link>https://www.local10.com/news/national/2026/09/23/new-york-city-gridlock-security-beefed-up-at-un-this-year-for-general-assembly/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/23/new-york-city-gridlock-security-beefed-up-at-un-this-year-for-general-assembly/</guid><dc:creator><![CDATA[By EDITH M. LEDERER, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — Opening day at the United Nations' annual gathering of world leaders saw beefed-up security measures and a suspicious package that added to the chaotic scene around U.N. headquarters in New York.]]></description><pubDate>Wed, 23 Sep 2026 11:46:33 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Opening day at the United Nations' annual gathering of world leaders saw beefed-up security measures and a suspicious package that added to the chaotic scene around U.N. headquarters in New York.</p><p>For the first time, apparently in response to escalating threats, U.N. security required all staff and lower-ranking diplomats to have their belongings scanned.</p><p>The problem was that there were only two scanners for hundreds and hundreds of people trying to get into the building via the staff entrance between 8 a.m. and 9 a.m. Tuesday, when the meeting started. Many faced long delays, and some were frantic.</p><p>Motorcades carrying presidents, prime ministers and monarchs to the building had priority on nearby streets and traffic was often at a standstill.</p><p>Meanwhile, First Avenue — which runs uptown alongside the U.N. complex — was closed to normal traffic. Only motorcades could enter. That meant that many vehicles trying to get uptown were using the closest uptown street —- Third Avenue.</p><p>Then police closed that, too — at midafternoon Tuesday after a report of a suspicious package — fouling up traffic for New Yorkers even more.</p><p>Police said they got a call around 3 p.m. Tuesday about a suspicious package near East 43rd Street and Third Avenue, prompting a response by bomb squad and other officers.</p><p>The object, police said, turned out to be harmless.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TT2YA24GGZNTEC3QTSOJTUIHVQ.jpg?auth=e4a92c57f81a442402204d697f684e8aae7810b7529209c4180bb5deb951871a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flags fly at the United Nations Tuesday, Sept. 22, 2026, at the UN headquarters, as security keeps watch. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQL7A7DWJB2EMKU7LFO5TEXFA4.jpg?auth=73b978057287e4a5112bb8592e5f872400b7d3697b446f75394c987b04851228&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UN security officers walking around the United Nations compound at the start of the 81st session of the United Nations General Assembly, Monday, Sept. 21, 2026, at U.N. headquarters. (AP Photo/Stefan Jeremiah)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Jeremiah</media:credit></media:content></item><item><title><![CDATA[Heavy rainfall, localized flooding continues in South Florida ]]></title><link>https://www.local10.com/weather/2026/09/23/heavy-rainfall-localized-flooding-continues-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/23/heavy-rainfall-localized-flooding-continues-in-south-florida/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Deep tropical moisture continues to bring heavy rainfall and localized flooding to South Florida Wednesday morning. ]]></description><pubDate>Wed, 23 Sep 2026 11:29:21 +0000</pubDate><content:encoded><![CDATA[<p>Deep tropical moisture continues to bring heavy rainfall and localized flooding to South Florida Wednesday morning. </p><p>Some areas have seen an accumulation between 2 to 4 inches across northeast Miami-Dade and southern Broward County with more on the way as light-to-moderate rainfall will continue though the morning. </p><p>There is a marginal risk for excessive rainfall on Wednesday as slow-moving downpours could bring the threat for localized street flooding. </p><p>More storms are possible into the afternoon as clouds keep temperatures in the middle-to-upper 80s.</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[Women run the decks — inside ‘Chicas Spin’ ]]></title><link>https://www.local10.com/features/2026/09/23/women-run-the-decks-inside-chicas-spin/</link><guid isPermaLink="true">https://www.local10.com/features/2026/09/23/women-run-the-decks-inside-chicas-spin/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[It’s part network, part sisterhood — made for women who shake the room.]]></description><pubDate>Wed, 23 Sep 2026 11:14:08 +0000</pubDate><content:encoded><![CDATA[<p>Miami runs on rhythm, with more women helping shape it.</p><p>“<a href="https://www.instagram.com/chicas.spin?stkn=MWZzcTEzbDQwN2phag==" target="_self" rel="" title="https://www.instagram.com/chicas.spin?stkn=MWZzcTEzbDQwN2phag==">Chicas Spin</a>” brings them together. </p><p>It’s part network, part sisterhood — made for women who shake the room.</p><p>“Being able to shapeshift a room and control the vibe of a room. That’s the best part of DJing,” said Chicas Spin founder, Lilyana Fonte.</p><p>But Chicas Spin is not just about who can throw down the hardest. It’s about who has your back when the set is over.</p><p>“It really started out as almost just a little group chat of girls who could tell each other when they were home and catch each other’s sets and maybe have a buddy who could go with them to their set that knew what was happening and could support,” Fonte said.</p><p>The Miami-based group launched in 2024 to give female DJs a place to connect, network, trade opportunities and build friendships in an industry long-dominated by men across the country. </p><p>Click the following links for more on the member DJs: </p><p><a href="https://www.instagram.com/manumagick?stkn=ajQyOHNlNzQ3M2k3" target="_self" rel="" title="https://www.instagram.com/manumagick?stkn=ajQyOHNlNzQ3M2k3">Manu Magick</a></p><p><a href="https://www.instagram.com/natsiriani?stkn=d3d4OHB2eWFjNjM1" target="_self" rel="" title="https://www.instagram.com/natsiriani?stkn=d3d4OHB2eWFjNjM1">Natalie Siriani</a></p><p><a href="https://www.instagram.com/alilykat?stkn=MWl1Zmoyc2NzZjQ1bw==" target="_self" rel="" title="https://www.instagram.com/alilykat?stkn=MWl1Zmoyc2NzZjQ1bw==">L ilyAna</a></p><p>“There’s always another show. There’s so many opportunities,” said Chicas Spin community leader, Natalie Siriani. </p><p>This club group is not always about spinning either. Sometimes, the point is to step away from the decks completely.</p><p>“It’s almost a little break from the spinning ... The goal is always to step away for the deck for a second and just get a moment with other girls who are usually behind the e decks,” Fonte said.</p><p>At a recent Chicas Spin gathering at Lion’s Den in Miami, members gathered to “Pass the Aux” — an event to share music, get creative and meditate.</p><p>For women who are usually the ones setting the vibe, this was a chance to just be in one.</p><p>That space matters in an industry that can be difficult to navigate. </p><p>“Five to six years ago when I started DJing, it was a little bit weirder to see girls getting the late night gigs or the headlining gigs, and I wanted a space where we could, like, bond and realistically talk about our goals without their being maybe other energies,” said Fonte. “This collective helps you get your foot in the door just a little bit more than if you came to Miami and tried to DJ on your own.”</p><p>“It is very collaborative… in Miami it is very powerful and the women are very on their ball here,” Siriani said.</p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></p>]]></content:encoded></item><item><title><![CDATA[Sept. 23: Soaking showers expected to cause flooding issues]]></title><link>https://www.local10.com/weather/2026/09/23/sept-23-soaking-showers-expected-to-cause-flooding-issues/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/23/sept-23-soaking-showers-expected-to-cause-flooding-issues/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good morning. It is a wet Wednesday. Unfortunately, the soaking showers and storms are occurring this morning, causing flooding issues. ]]></description><pubDate>Wed, 23 Sep 2026 11:01:33 +0000</pubDate><content:encoded><![CDATA[<p>Good morning. It is a wet Wednesday. Unfortunately, the soaking showers and storms are occurring this morning, causing flooding issues. Scattered to numerous showers and thunderstorms this afternoon could produce more flooding concerns later today. There will be breaks in the storms for highs to reach the upper 80’s. Please remember “When thunder roars go indoors”. Keep it tuned to Local 10 for more.</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[What to know about the agreement signed by President Trump and the leaders of Denmark and Greenland]]></title><link>https://www.local10.com/news/world/2026/09/23/what-to-know-about-the-agreement-signed-by-president-trump-and-the-leaders-of-denmark-and-greenland/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/what-to-know-about-the-agreement-signed-by-president-trump-and-the-leaders-of-denmark-and-greenland/</guid><dc:creator><![CDATA[By KIRSTEN GRIESHABER, Associated Press]]></dc:creator><description><![CDATA[U.S. President Donald Trump and the leaders of Denmark and Greenland signed an agreement about the status of the Arctic island after months of threats by Trump to seize the semiautonomous territory of a NATO ally.]]></description><pubDate>Wed, 23 Sep 2026 10:54:48 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump and the leaders of Denmark and Greenland signed an agreement about the status of the Arctic island after months of threats by Trump to seize the semiautonomous territory of a NATO ally.</p><p>The deal was officially signed Tuesday in New York, after U.S., Greenlandic and Danish officials had quietly negotiated for months behind the scenes — searching both for solutions to address some of Trump’s security concerns about the territory, as well as alleviating Danish and Greenlandic fears of being taken over by the U.S.</p><p>The three parties expressed satisfaction with the deal at the signing ceremony — but what exactly does it say?</p><p>The United States can expand its military presence on the island</p><p>Washington is allowed to “modernize and expand” its activities at the remote Pituffik Space Base in the northwest, according to the agreement.</p><p>The U.S. can also set up “defense areas” at Narsarsuaq in the south and Mestersvig in the east, and “may establish additional defense areas in Greenland and strengthen its military operations or facilities.”</p><p>The deal refers to a changed security situation in the Arctic</p><p>The accord calls for wide U.S. military mobility on Greenland’s territory, including “undersea access," noting that “ the security situation in the Arctic is changing and that more efforts are needed to ensure security there in the future.”</p><p>The accord stresses Denmark's territorial integrity and Greenlanders' self-determination</p><p>The agreement reaffirms “the sovereignty and territorial integrity of the Kingdom of Denmark,” and recognizes the Greenlanders' "right to self-determination.”</p><p>The deal supports a stronger NATO engagement in the Arctic</p><p>The agreement says all three parties “support a stronger NATO engagement in the Arctic, including as regards planning, presence, exercises, and joint intelligence gathering.”</p><p>It allows U.S. military access to Greenland to defend the NATO area, Greenland itself and the American continent — including through a “Golden Dome defense system."</p><p>Non-NATO country installations are not allowed</p><p>The deal spells out that “no state that is not a member of NATO shall be allowed to establish its own manned or unmanned military installations in Greenland nor shall they be allowed a persistent presence of military forces in Greenland."</p><p>It vows to respect Greenland's environment and traditional ways of life</p><p>In the preamble, the signatories recognize “the need to protect the pristine environment of Greenland.” It also stresses “the economic, social, and cultural rights of the people of Greenland, including with respect to their lands and their way of life, including hunting, fishing, and other traditional, cultural, historical, future activities.”</p><p>It addresses what happens if Greenland becomes independent from Denmark</p><p>The accord “does not have an end date” and, if Greenland chooses to become independent, it will agree to remain in NATO and take on Denmark’s rights and obligations under the deal.</p><p>The agreement needs parliamentary approval</p><p>The deal will only “enter into force” once the “necessary parliamentary processes of the Kingdom of Denmark, in conjunction with Greenland, have been completed.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PE4NJW52WOFFHVC5Y6MDZP4D4A.jpg?auth=efbb9ee2c5bc5b702a5c3a639bf0e9c3c5d96e585820453d076769dd630dba9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump signs a security agreement with Denmark's Prime Minister Mette Frederiksen and Greenland's Prime Minister Jens-Frederik Nielsen during the United Nations General Assembly, Tuesday, Sept. 22, 2026, at the UN headquarters. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5MAHGEQ4RNE2ARFETDBEUWBGU.jpg?auth=e08707920088b48207a7bc8e339d8808247a0f56d374e3765cc1a494325e6fdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A crowd walks to the US consulate to protest against Trump's policy towards Greenland in Nuuk, Greenland, Jan. 17, 2026. (AP Photo/Evgeniy Maloletka, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GY54JZVMX6V3BITUYP2X7XL5Q4.jpg?auth=c2a9caf0aff9ba8f217a26f9bdf7ce98064959fb7a93a42fdd1b64c0916fba92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An American flag is displayed on the facade of the US consulate in Nuuk, Greenland, Jan. 14, 2026. (AP Photo/Evgeniy Maloletka, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evgeniy Maloletka</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IQVG2KY2IXU3NJFYE3LMQMJQI.jpg?auth=d626f9f63946476b61c5d5fe05d0fc0a3baab1026d4fc25e7026dad6b70f2927&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Two groups from the Poseidon Expeditions tour company look at a glacier in the Scoresby Sund, Sept. 7, 2023, in Greenland. (AP Photo/Chris Szagola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Huracán Polo se vuelve “una de las tormentas más fuertes jamás registradas” frente a costa de México]]></title><link>https://www.local10.com/espanol/2026/09/23/huracan-polo-se-vuelve-una-de-las-tormentas-mas-fuertes-jamas-registradas-frente-a-costa-de-mexico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/huracan-polo-se-vuelve-una-de-las-tormentas-mas-fuertes-jamas-registradas-frente-a-costa-de-mexico/</guid><dc:creator><![CDATA[Por MEGAN JANETSKY y DESIREE BROOKS, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Polo se ha convertido en una de las tormentas más potentes en décadas en el Pacífico y se espera que roce la costa suroeste de México como un huracán mayor, mientras que, también en el Pacífico, Odalys ganó fuerza el miércoles y alcanzó categoría de huracán pero no supone una amenaza en tierra firme.]]></description><pubDate>Wed, 23 Sep 2026 13:55:41 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Polo se ha convertido en una de las tormentas más potentes en décadas en el Pacífico y se espera que roce la costa suroeste de México como un huracán mayor, mientras que, también en el Pacífico, Odalys ganó fuerza el miércoles y alcanzó categoría de huracán pero no supone una amenaza en tierra firme.</p><p>El Centro Nacional de Huracanes de Estados Unidos en Miami (NHC, por sus siglas en inglés) calificó a Polo de tormenta “extremadamente peligrosa” y pronosticó que girará bruscamente hacia el noroeste antes de desplazarse hacia el oeste-noroeste durante los próximos días.</p><p>Polo estaba a unos 266 kilómetros (165 millas) al sur de Zihuatanejo y a 515 kms (320 millas) al sureste de Manzanillo, informó el NHC. Se movía lentamente hacia el norte con vientos máximos sostenidos de 241 km/h (150 mph), que lo sitúan en la categoría 4, tras haber tenido anteriormente categoría 5.</p><p>“Se prevén fluctuaciones en la intensidad, pero se espera que Polo siga siendo un huracán mayor muy potente durante los próximos días”, dijo el NHC.</p><p>Odalys era un huracán de categoría 1 y se encontraba a unos 2.085 kms (1.295 millas) del extremo sur de la península de Baja California, en México, moviéndose hacia el este-noreste a 15 km/h (9 mph) con vientos máximos sostenidos de 120 km/h (75 mph), dijo el centro.</p><p>Olas, inundaciones y deslaves suponen un peligro</p><p>La presidenta de México, Claudia Sheinbaum, señaló que los expertos indicaron que era poco probable que Polo tocara tierra. Aun así, los vientos con fuerza de huracán se extienden hasta 65 kms (40 millas) desde el vórtice de la tormenta y los que tienen fuerza de tormenta tropical llegan hasta 169 kms (105 millas), de acuerdo con el NHC.</p><p>Se esperaban condiciones de tormenta tropical a lo largo de la costa del Pacífico en los estados de Guerrero, Michoacán y Colima desde el miércoles hasta el jueves.</p><p>Polo se convirtió el martes en el tercer huracán de categoría 5 de la temporada del Pacífico, después de Genevieve y Lowell. Es el nivel más alto en la escala Saffir-Simpson y supone que el meteoro tiene vientos máximos sostenidos que superan los 253 km/h (157 mph).</p><p>El huracán volvió a poner en vilo a los residentes en la costa mexicana del Pacífico, que ya sufrieron el azote de varias tormentas potentes en los últimos años. Las playas se vaciaron y nubes oscuras flotaban sobre un mar agitado, mientras las autoridades suspendieron temporalmente las clases el martes en varias zonas. La Marina de México cerró puertos en los estados de Guerrero y Michoacán y advirtió a civiles y pescadores que extremaran las precauciones.</p><p>Concepción López Villegas se afanaba en preparar su restaurante junto al mar para lo que pudiera venir. El fuerte oleaje ya golpeaba la costa en su ciudad, Lázaro Cárdenas, en Michoacán. Mientras hombres y niños miraban el mar agitado detrás de ella, López Villegas comentó que temía que las olas destruyeran el pequeño negocio que ha trabajado durante décadas para construir.</p><p>“Estamos preocupados y tratando de proteger nuestros negocios", afirmó. "Y, por supuesto, estamos tristes porque es nuestro patrimonio, nuestro legado, que de un momento a otro podría ser destruido”.</p><p>Datos del NHC muestran que los vientos de Polo alcanzaron velocidades comparables a las de unos pocos huracanes que llegaron a la región en las últimas décadas, sobre todo Patricia, cuyos vientos llegaron a los 346 km/h (215 mph) en 2015.</p><p>“Esta es una de las tormentas más fuertes de la historia en la cuenca (del Pacífico)”, afirmó Kristen L. Corbosiero, profesora del Departamento de Ciencias Atmosféricas y Ambientales de la Universidad de Albany.</p><p>Las intensas precipitaciones podrían causar inundaciones repentinas y deslaves. Se esperan entre 8 y 15 centímetros (de 3 a 6 pulgadas) de lluvia para los estados de Guerrero y Michoacán, con cantidades menores en zonas costeras de los estados de Oaxaca, Colima y Jalisco.</p><p>El Niño impulsó la rápida intensificación</p><p>La embajada de Estados Unidos en México emitió una alerta meteorológica en la que pide a los estadounidenses evitar el agua y las playas, y seguir las indicaciones de las autoridades mexicanas.</p><p>“Aunque la tormenta no toque tierra directamente, las lluvias intensas pueden producir inundaciones y deslaves que pongan en peligro la vida. Las condiciones peligrosas del océano —intensificadas por las tormentas— pueden resultar en corrientes de resaca mortales y olas anómalas”, escribió la embajada en un comunicado.</p><p>La rápida intensificación de la tormenta ha dejado atónitos tanto a científicos como a autoridades, y el NHC escribió en un informe que fue “verdaderamente notable” lo rápido que Polo ganó fuerza en 24 horas.</p><p>Philip Klotzbach, científico investigador del Departamento de Ciencias Atmosféricas de la Universidad Estatal de Colorado, atribuyó la intensificación al fenómeno meteorológico conocido como El Niño, que ha alimentado sequías devastadoras en México y Centroamérica e inundaciones en otras partes de la región.</p><p>En el Pacífico, dijo, ha resultado en aguas más cálidas y patrones de viento que sirven de combustible para los huracanes.</p><p>“Están todos los ingredientes que los huracanes necesitan para volverse realmente fuertes realmente rápido”, afirmó Klotzbach.</p><p>En lo que va de temporada no se han registrado huracanes en el Atlántico, que este año batió el récord de mayor tiempo sin un huracán. Los efectos de El Niño frenan las tormentas antes de que se formen.</p><p>___</p><p>Brooks informó desde Atlanta.</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/ZTGGSKWDBYBVHT5XTMFGLOPTJA.jpg?auth=30b8632e3d0ad7b3d30165a5a4716275ca5a13b6ac6b9a13efc2c98736102da8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta fotografía, proporcionada por la NOAA, muestra al huracán Polo intensificándose en el océano Pacífico frente a la costa de México el martes 22 de septiembre de 2026. (NOAA vía AP)]]></media:description></media:content></item><item><title><![CDATA[Rivian R2 vs. Tesla Model Y, an Edmunds electric SUV showdown]]></title><link>https://www.local10.com/business/2026/09/23/rivian-r2-vs-tesla-model-y-an-edmunds-electric-suv-showdown/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/23/rivian-r2-vs-tesla-model-y-an-edmunds-electric-suv-showdown/</guid><dc:creator><![CDATA[By MICHAEL CANTU of Edmunds, Associated Press]]></dc:creator><description><![CDATA[The Tesla Model Y has been the sales king of small electric SUVs since the moment it arrived. Many rivals have chased its success, but none have come close. Now it’s Rivian’s turn. The Rivian R2 is the California EV automaker’s first small electric SUV, and it’s gunning for the Model Y. Rivian’s R1T truck and larger R1S SUV are excellent EVs, but their $80,000-ish price tags put them out of reach for most shoppers. At a starting price of about $45,000, the R2 is finally a Rivian many Americans can afford. To help you decide, Edmunds compared these two head-to-head to find out which is the better buy.]]></description><pubDate>Wed, 23 Sep 2026 10:28:38 +0000</pubDate><content:encoded><![CDATA[<p>The Tesla Model Y has been the sales king of small electric SUVs since the moment it arrived. Many rivals have chased its success, but none have come close. Now it’s Rivian’s turn. The Rivian R2 is the California EV automaker’s first small electric SUV, and it’s gunning for the Model Y. Rivian’s R1T truck and larger R1S SUV are excellent EVs, but their $80,000-ish price tags put them out of reach for most shoppers. At a starting price of about $45,000, the R2 is finally a Rivian many Americans can afford. To help you decide, Edmunds compared these two head-to-head to find out which is the better buy.</p><p>Range and charging</p><p>The Rivian R2’s range spans from 275 miles in the base Standard model to 345 miles in the Standard Long Range. Most other versions are rated at 330 miles. In the real-world Edmunds EV Range Test, the R2 Performance covered 304 miles, falling short of its 330-mile EPA estimate.</p><p>The Tesla Model Y outperforms the R2, ranging from 294 miles in the all-wheel-drive base model to 357 miles in the rear-wheel-drive Premium. The rear-wheel-drive base Model Y Edmunds tested covered 337 miles, and the new three-row Model Y L managed an impressive 358 miles — both beating their EPA estimates. For both rivals, all-wheel-drive versions are rated lower than their rear-wheel-drive counterparts.</p><p>Both electric SUVs use Tesla-style (NACS) charging ports, giving them access to Tesla’s vast Supercharger fast-charging network. Under ideal conditions, Tesla says the Model Y can add up to 162 miles in 15 minutes, edging out the R2’s cited 150 miles in 15 minutes. Edmunds’ testing confirmed that the Tesla charges slightly quicker.</p><p>Winner: Tesla Model Y</p><p>Tech features</p><p>The R2 and Model Y boast an impressive amount of standard tech, including a generous collection of advanced driver aids, wireless smartphone charging pads, large touchscreens with sharp-looking graphics, Google-based navigation, and camera systems that record your drive and monitor the vehicle’s surroundings when parked.</p><p>A hands-free driving mode is also available on both EVs. Tesla’s Full Self-Driving (Supervised) drives hands-free on highways and city streets, obeying stop signs and traffic lights and changing lanes on its own — in Edmunds’ testing, it’s been the most useful hands-free driving system available. Rivian’s Autonomy+ also works hands-free on roads with painted lane markings, but it doesn’t operate during city driving.</p><p>Overall, however, the R2’s tech features are impressive. Unlike the Model Y, it has a digital driver display that keeps important info in your line of sight. Also, the R2’s touchscreen system proved more responsive and enjoyable to use in Edmunds’ testing.</p><p>Winner: Rivian R2</p><p>Interior comfort and utility</p><p>The Model Y rides more smoothly over bumps than the firmer R2, though both have comfortable, supportive seats. Passenger space is similar, though the R2 has a bit more rear headroom. Tesla one-ups Rivian, however, with an available third row in the Premium and in the extended-length Model Y L — though it’s best for kids and small adults, and it eats up a lot of cargo space when raised.</p><p>As for cargo, the R2 tops the Model Y behind the rear seats when you include their underfloor storage compartments, and it offers far greater total capacity: 90.1 cubic feet versus the five-seat Model Y’s 75.5 cubic feet. Its front trunk is slightly larger too, and its 4,400-pound max towing capacity tops the Model Y’s 3,500 pounds.</p><p>The Model Y is more comfortable and offers third-row versatility, but the R2 delivers more utility and a roomier back seat.</p><p>Winner: tie</p><p>Pricing and value</p><p>Including destination fees, the Rivian R2’s starting prices range from $46,485 for the Standard trim to $59,485 for the top-level Performance trim. The Model Y spans $41,380 for the base trim to $63,380 for the three-row Model Y L. Note that for the R2, only the priciest Performance trim is available now; more affordable trim levels arrive in late 2026 and spring 2027.</p><p>In general, the R2 will likely cost you a little more to buy. But it justifies its premium with a richer-looking interior, distinctive styling, superior off-road capability, and uncommon touches like a drop-down rear window and dual glove boxes. Rivian also backs it with a one-year/12,000-mile adjustment warranty covering wheel alignment, factory defects and more — something Tesla doesn’t offer.</p><p>Winner: tie</p><p>Edmunds says</p><p>This electric SUV comparison ends in a tie — both earned the same overall rating score and are at the top of Edmunds’ rankings for electric small SUVs. You can’t go wrong with either, but if range and comfort top your priorities, the Model Y is for you. If you’d rather have a more capable, premium-feeling SUV, order the R2.</p><p>____</p><p>This story was provided to The Associated Press by the automotive website Edmunds.</p><p>Michael Cantu is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MA6ZUGBLGV5SVUOAFXZGCW5ZXE.jpg?auth=3df1fd8a25b005d7240f03223f72cd3d89255d656af53729f0b2ad1bb5032b0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Edmunds shows the Rivian R2. The R2 is a charming electric SUV that distills everything Edmunds likes about the three-row Rivian R1S into a smaller, more affordable package. (Courtesy of Edmunds via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/MGB2SPM2IVCLWFERRQCP4TVSBA.jpg?auth=f5c0e728f47ed0328072af6c351f3a0606f123465d0552d6e82b35edabe4e1a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Edmunds shows the Tesla Model Y. This electric SUV offers a spacious interior, plenty of range, and advanced driving features that make long trips less tedious. (Courtesy of Edmunds via AP)]]></media:description></media:content></item><item><title><![CDATA[Takeaways: What a new AP-KFF survey reveals about rural American voters]]></title><link>https://www.local10.com/business/2026/09/23/takeaways-what-a-new-ap-kff-survey-reveals-about-rural-american-voters/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/23/takeaways-what-a-new-ap-kff-survey-reveals-about-rural-american-voters/</guid><dc:creator><![CDATA[By ALI SWENSON, SARAH JANE TRIBBLE and LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A new poll from The Associated Press in partnership with KFF finds that about half of rural American voters believe the economy is worse off now than when President Donald Trump returned to office, pointing to economic frustration among a key group that has backed Trump and other Republicans in recent elections.]]></description><pubDate>Wed, 23 Sep 2026 10:31:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A new poll from The Associated Press in partnership with KFF finds that about half of rural American voters believe the economy is worse off now than when President Donald Trump returned to office, pointing to economic frustration among a key group that has backed Trump and other Republicans in recent elections.</p><p>The poll of more than 2,000 rural registered voters found that costs of groceries, gas and healthcare are among the top pain points for rural voters. They are also more likely than voters overall to say they are worried about being able to afford groceries or gas.</p><p>Rural Americans skew Republican and historically have been an instrumental voting bloc for Trump. The findings suggest that many rural voters haven’t turned against Trump but that they also largely don’t think he has delivered on his economic promises. While rural voters seem unlikely to support Democrats on a large scale, Trump and the Republican Party could face challenges with them in November.</p><p>The full story can be read here. Here are the takeaways:</p><p>Most rural voters disapprove of Trump on the economy</p><p>As the election approaches, only about 4 in 10 rural voters surveyed approve of Trump’s performance on the economy. Roughly 6 in 10 disapprove.</p><p>They rate him similarly on his handling of the Iran war, an entanglement that has proved expensive for the U.S. and increased oil and gas prices. And rural voters rank pocketbook concerns and fraud in government programs higher among the things they want to hear about from politicians than other perennial issues, such as gun policy and abortion policy.</p><p>In the poll, about three-quarters of rural voters rated the cost of living in their communities as “only fair” or “poor.”</p><p>Rural Americans, who have consistently lower wages than those who live in suburban and metro areas, have been hurting economically for decades, according to Tim Slack, a professor of sociology at Louisiana State University and co-author of the book “Rural and Small-Town America.”</p><p>“Many folks are connecting the cost-of-living crisis to many of the Trump administration’s policy choices: the war in Iran, tariffs, trade wars,” he said. “None of those things are going to bring down prices at the pump or the local Walmart.”</p><p>Rural Republicans have a rosier view of Trump</p><p>At the same time, about half of rural voters approve of Trump’s job performance, more than among U.S. adults overall in separate AP-NORC polling.</p><p>Rural Republicans do have a brighter economic perspective than rural Democrats or independents, particularly about the U.S. as a whole, according to the survey. About 6 in 10 rural Republican voters say Trump has improved the national economy, compared with roughly 2 in 10 independents and fewer than 1 in 10 Democrats.</p><p>But only 45% of rural Republican voters say Trump has made their local economies better off. About 1 in 4 say there are fewer good-paying jobs where they live than five years ago.</p><p>Trump's healthcare policies go unnoticed</p><p>The AP-KFF poll found that rural voters overall don’t perceive much positive impact from the Trump administration’s healthcare policies even as they have been a top priority for Republican leaders, who have promoted efforts to lower drug costs and touted a $50 billion rural health program.</p><p>Only 17% of the voters said the Trump administration’s healthcare policies have had a “positive impact” on their healthcare costs, while 41% said they’ve had “no impact” and another 41% said they’ve had a “negative impact.”</p><p>A year after the passage of the Rural Health Transformation Program, more than 8 in 10 rural voters said they’d heard either “a little” or “nothing at all” about the health fund. About 6 in 10 said they had heard nothing, according to the survey.</p><p>Rural Republican voters still trust the GOP more</p><p>When asked which political party they trusted to do a better job of handling issues such as the cost of healthcare or the cost of living, rural voters tended to side with their own party.</p><p>The finding signals that Democratic candidates are more likely to benefit from rural Republicans staying home this November than from them voting across party lines in large numbers.</p><p>Rural Republicans are more ambivalent about their party’s ability to handle key healthcare issues, compared with Democrats. About 8 in 10 Democratic voters say they trust the Democrats to address healthcare costs, while closer to 6 in 10 Republican voters say the same of the Republicans.</p><p>Many rural voters don't feel respected by Trump or the parties</p><p>Trump's approval among rural voters, while higher than among U.S. adults overall, is down slightly, from 56% approval in a similar question asked in a 2017 KFF-Washington Post survey.</p><p>Many rural voters also don’t think the major parties or the president respect people like them.</p><p>About half, 48%, of rural voters say the GOP respects people like them “a lot” or “some,” while 45% of rural voters say this about Trump and 37% say this about the Democratic Party.</p><p>This year’s competitive elections feature key Senate races in states including Ohio, Michigan and Maine, all of which have large rural populations. In close races, Democrats may have a chance to “show up and give a message that rural people might find appealing,” said Nicholas Jacobs, a political scientist at Colby College and co-author of the book “The Rural Voter.”</p><p>“But it’s nothing more and it’s nothing less than that — an opportunity,” Jacobs said. “And time and time again, Democrats have shown a certain proclivity for not seizing that opportunity.”</p><p>___</p><p>The poll of 2,241 U.S. adults registered to vote in rural areas of the country was conducted Aug. 12-24, 2026, using a sample drawn from the probability-based SSRS Opinion Panel. The margin of sampling error for the full sample is plus or minus 3 percentage points. In collaboration with the AP, KFF researchers worked to design the survey sample and questionnaire, analyze and report findings.</p><p>___</p><p>This report is a collaboration between The Associated Press and KFF Health News. KFF Health News is a national newsroom that produces in-depth journalism about health issues and is one of the core operating programs at KFF — the independent source for health policy research, polling and journalism.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZZH2HUGO4ST67HKHV4VZ2WUEM.jpg?auth=525bb111b3dd8f69b3da983795998c94169001f86f2b60bea7bb066e50cd0d2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Asunta Washington, 38, poses for a photo in New Braunfels, Texas, Wednesday, Sept. 16, 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/2LADK75CASRBV5AQ5JY2KPUNHU.jpg?auth=896bb91a119eb729de0dbe73f6d233388410294036a9c707e3c9ebd273f5b33b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ed Westrick, 59, pauses while talking at his rural home near Commerce, Texas, Friday, Sept. 18, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7KP35QELEOHVZV5PXL4OTFVHPA.jpg?auth=e3c53852f9e118ad31abee8dbc107ac35780309fd121142d7aba46b6b6ff7865&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A board shows the price at a gas station in Puteaux, outside Paris, Tuesday Sept. 22, 2026. (AP Photo/Teresa Suarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Teresa Suarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4JI7RZ2O7RL6G3CRUXZCTAEAY.jpg?auth=f7ee4442c0f409e51daafdacb85ec722ac49078820a1b5c2d7160fae939870e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A hiring sign is displayed at a sandwich shop, in Streamwood, Ill., Wednesday, Sept. 16, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[She lived to see ‘Deb’s law’ take effect. Now she can choose how she dies]]></title><link>https://www.local10.com/health/2026/09/23/she-lived-to-see-debs-law-take-effect-now-she-can-choose-how-she-dies/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/23/she-lived-to-see-debs-law-take-effect-now-she-can-choose-how-she-dies/</guid><dc:creator><![CDATA[By LUIS ANDRES HENAO, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Deb Robertson counted the days, hoping she’d live long enough for a new Illinois law to go into effect that allows terminally ill people like her to use a lethal prescription to end their lives.]]></description><pubDate>Wed, 23 Sep 2026 10:12:03 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Deb Robertson counted the days, hoping she’d live long enough for a new Illinois law to go into effect that allows terminally ill people like her to use a lethal prescription to end their lives.</p><p>A diagnosis of a rare, aggressive form of cancer had forced her into retirement after three decades of working with homeless youth. As the disease quickly spread through her body, she felt “like a walking time bomb.” But she found a new purpose, becoming a public face of a movement in favor of life-ending options.</p><p>She shared her story publicly and traveled from her home near Chicago to Springfield, the state capital, to convince lawmakers it was vital to legalize medically assisted death.</p><p>The day came on Sept. 12. She celebrated at home with friends and family as “Deb’s law,” named after her, took effect. Illinois became the first Midwestern state and the 13th state overall (plus the District of Columbia) to authorize the option.</p><p>“I believe that God gave me this extra time so that I could see this law through,” said Robertson, 68. “I believe that people have the right to leave this Earth with dignity and on their own terms.”</p><p>In recent years, the practice of allowing doctors to help terminally ill patients end their lives with medication has been legalized in several countries, with many more considering it. In the U.S., New York and Illinois recently became the latest states to join an accelerating pace of such legislation.</p><p>The issue remains bitterly contested</p><p>Opponents, including many religious groups, lawmakers and disability advocates, have moral objections to someone ending their life. Even with safeguards in place, some argue, the decision could be made for the wrong reasons.</p><p>“It puts people like myself — people with developmental and mental disabilities, as well as physical disabilities — in danger,” said Ebony Payne, a Chicago-based disability advocate who is quadriplegic. She was a plaintiff in a lawsuit against “Deb’s law,″ contending it discriminates against people with disabilities.</p><p>Even Pope Leo XIV weighed in, urging Gov. JB Pritzker not to sign the bill. Leo later said he was “very disappointed” that his home state of Illinois approved a law condemned by the Catholic Church. Polls show that most Americans think medical aid in dying is either morally acceptable or not a moral issue, although opinions vary across different faiths and political lines.</p><p>Dr. Jessica Kaan, medical director for End of Life Washington, an advocacy group, has helped hundreds of patients in Washington and Oregon with assisted dying.</p><p>Her mother, a practicing Christian, opposes it on religious grounds: “She’s horrified that I’m involved in any way.”</p><p>Kaan says she’s an advocate for choices. Her perspective is shaped by the types of deaths she has witnessed.</p><p>Among them are patients with ALS, a progressive disease that attacks nerve cells controlling muscles throughout the body. “It’s a particularly gruesome and awful way for most people to even anticipate their dying,” she said about a disease that takes away the body’s ability to move and speak.</p><p>For many terminally ill patients, she said, having the option gives them a sense of comfort, even if they eventually might not use it.</p><p>“I respect that people don’t want to choose that as an option for themselves. What I don’t love is for people trying to police that for other people.”</p><p>How a California man prepared to die</p><p>Peter Redgrove of San Diego, a late-stage bone marrow cancer and leukemia patient, used California’s assisted-dying law on Sunday. After 19 rounds of chemotherapy, he decided to set the terms of his death following a long, pain-wracked hospital stay.</p><p>“I see no point in enduring pain and suffering emotionally, psychologically and physically, when there are means to end it,” said Redgrove, 85, days before he took the lethal prescription cocktail in a cup emblazoned with Sylvester, his favorite character from the Looney Tunes. “I don’t think you get extra points for hanging in to the bitter end.”</p><p>Redgrove grew up in Catholic orphanages in England before moving to the U.S. Although he was no longer a practicing Catholic, he remained close to his faith, often wearing a crucifix he only gave away right before his death.</p><p>“An all-loving God is not going to punish me and throw me into a fire pit because I’m doing this,” Redgrove said in his room at a residential facility, where he spent his last days listening to classical music and reminding people to be kind.</p><p>With a death doula’s help, he invited loved ones to a celebration of his life that included Champagne, a shroud to wrap his body in his favorite royal purple and a final song: “Time” by The Alan Parsons Project.</p><p>Before he took his last breath, he read a Buddhist prayer.</p><p>State by state, the movement has spread</p><p>Oregon was the first U.S. state to pass a medical aid-in-dying law; it took effect in 1997.</p><p>As other states followed suit, what remains generally consistent is that to use the laws, one must have an incurable illness and less than six months to live, said Thaddeus Pope, a bioethicist at Mitchell Hamline School of Law in St. Paul, Minnesota. To qualify, one must also be able to understand and make a voluntary decision and be able to take the prescribed medications without assistance.</p><p>The latest states to legalize medical aid in dying are among the most populous: New York, where it took effect in August, and Illinois earlier this month. Today, nearly 1/3 of Americans live in a state where that end-of-life option is legal — though the practice remains uncommon in the U.S., accounting for roughly 15,000 deaths since the Oregon law went into effect in 1997.</p><p>“We actually have a pretty significant track record now: 30 years in Oregon, 18 years in Washington, 10 years in California. … That’s a lot of experience,” Pope said.</p><p>Peg Sandeen, chief executive officer of the Death with Dignity National Center, a nonprofit advocacy group, said there’s clear evidence that the safeguards work. “Police are not chasing after cases where there’s been coercion. We don’t have physicians losing their license to practice. That’s not happening.”</p><p>Some faith traditions continue to condemn assisted dying — sometimes called assisted suicide. Illinois pastor Andy Huette, who leads a nondenominational church in Gridley, urged Christians to reject Deb’s law, calling it “legislating darkness.” He has supported congregants with ALS, cancer and other chronic illnesses, and understands the desire to reduce suffering, but he also believes in its “redemptive purposes.”</p><p>Others have changed positions. Rabbi Dvora E. Weisberg served on a Reform committee that spent more than two years interpreting Jewish texts and talking to doctors and families to draft a paper on medically assisted dying that reverses earlier guidance. The paper argued that Jewish law must respond to modern medicine’s ability to prolong dying and to new knowledge about pain.</p><p>“We take this very, very seriously even though we know that any Reform Jew can disagree with us. We’re not the Vatican, we don’t have that kind of power,” said Weisberg, a professor of Rabbinics at Hebrew Union College.</p><p>“But the response that we’ve gotten from people who have read it has been very positive in the sense that they feel that now they have something to think about that can help them.”</p><p>Opposition from religious and disability groups remains firm</p><p>Before Deb’s law went into effect, a judge denied a request for a preliminary injunction in a lawsuit by Ebony Payne and disability groups that aimed to block the law, saying that they had not proved standing or imminent harm.</p><p>In her Chicago home, Payne used a mouth-operated stylus to look at the ruling on her phone while lying in a reclining medical care chair. “I’m very disappointed,” she said. “My hope is that the law will be taken off the books.”</p><p>The six Catholic dioceses in Illinois criticized the law, saying it puts the state “on a dangerous and heartbreaking path.” The pope, who grew up in Chicago, has cited Catholic teaching, which calls for the protection of life from conception until natural death, forbidding abortion and euthanasia.</p><p>Chicago’s archbishop, Cardinal Blase Cupich, and Springfield Bishop Thomas Paprocki challenged “Deb’s law” in separate lawsuits and won limited protections without blocking the law from being enacted.</p><p>“We live in a state now where suicide is now normalized, and yet we still have a suicide hotline. There seems to be a bit of schizophrenia here,” Cupich told The Associated Press.</p><p>In the days before the law took effect, a judge temporarily blocked the state from enforcing the law on Catholic groups that challenged it in a lawsuit. They had argued the law could compel Catholic healthcare providers to refer or provide help against their faith in what they believe is assisted suicide.</p><p>“They always give it a euphemistic name: This is the End of Life Options Act. But it’s really just physician-assisted suicide, which is very problematic,” Paprocki said. “We believe that God is the author of life. … We shouldn’t be the ones deciding when to end our lives.”</p><p>Assisted dying vs. assisted suicide</p><p>Advocates, doctors and academics involved with the procedure say none of the medically assisted dying laws in the U.S. define the practice as assisted suicide. They note the American Association of Suicidology has declared that “suicide and Medical Assistance in Dying (MAID) are conceptually, medically, and legally different phenomena.”</p><p>Equating assisted dying with suicide is not only antiquated or misleading, but harmful, said Anita Hannig, a cultural anthropologist and author of “The Day I Die: The Untold Story of Assisted Dying in America.”</p><p>“In no way would I describe any of the deaths I attended as suicide,” said Hannig, who spent five years following patients, families and doctors while researching her book.</p><p>Terminally ill patients who have sought this type of legislation insist they’re not suicidal.</p><p>“It really bothers me because I want to live, I don’t want to die. But I’m going to. I have to accept that, my wife has to accept that, my family has to accept that,” Robertson said in Lombard, Illinois, where she lives with her wife, Kate. They’ve known each other for 45 years; framed images of their wedding and other milestones decorate their home.</p><p>They recently walked hand in hand to a park where they plan to plant a tree that will grow next to Deb’s ashes.</p><p>Enactment of the new law “really makes me feel safe and peaceful,″ Robertson said. “Each day that I go out there, I know that I’m going to have the choice at the end of my life to go out the way I want.”</p><p>“I didn’t choose to have this disease, but give me the choice — and other people who are terminally ill, the choice to have some control over their life.”</p><p>___</p><p>Associated Press video journalists Laura Bargfeld and Javier Arciga contributed to this report.</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/VRE7Y6GZ2FYHH3PSORXZZLXQIU.jpg?auth=da98909693096574bc4e640d681416aebf40792423a1f5b564890182c2cc0457&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deb Robertson, a leading advocate for a medical aid-in-dying law named after her in Illinois, pauses during an interview in her home in Lombard, Ill., on Tuesday, Sept. 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WMXFJ7LY7VEBLQWYDGF2R4ZNXQ.jpg?auth=c45dee041b24afa4fbc08f92e18d7dc0fed508f18f03ad9ef9e95e0bb5ba445c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A framed collage of family photos of Deb Robertson and her wife, Kate Koubek, hangs from a wall at their home in Lombard, Ill., on Tuesday, Sept. 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BVIDMCYVEEIDEXV5S2WN4FCOJY.jpg?auth=8aa66edcec816e2b6139f3ab5fe012093d11c310feabf085f22c10b371868407&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deb Robertson, left, and her wife, Kate Koubek, laugh in the backyard of their home in Lombard, Ill., on Tuesday, Sept. 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KYZOY4SGVVCZSB3YGZ44BFPCZ4.jpg?auth=e3b6f6aa680408ab940e4f97c3f3fc94c4694c602848a1a288aa1e952ac96862&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kate Koubek, foreground, pauses after talking about her wife's terminal illness in front of a pill organizer containing medications for Deb Robertson, right, in the living room of their home in Lombard, Ill., on Tuesday, Sept. 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FI3TNPWWEBXAHTRJ7D2V3EF2TU.jpg?auth=c7f0abbf7eeaf684556fc86ac1c593281ee4b1d05155b391929ee1e38557d354&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebony Payne, a disability advocate who is a plaintiff in a lawsuit against "Deb's law,″ speaks during an interview in Chicago, Ill., on Thursday, Sept. 10, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQDVJTIISGICTGFAGCNW5HHESY.jpg?auth=8f88155ea617c55d89b61f2a448ace08881692629f4211868def87da52942649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jacqueline Davis, left, and her daughter, Ebony Payne, a disability advocate who is quadriplegic, laugh at their home in Chicago, Ill., on Thursday, Sept. 10, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E24ETT4IVQWGHIFF7MFRHZIVJA.jpg?auth=51c258e366b63b2e76b9ea9b51c03c60fcafd8a022d6eb6638a01adc38f82118&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ebony Payne, a disability advocate, looks through the window of her living room after a judge denied a request for a preliminary injunction in a lawsuit that she filed against "Deb's law" in Chicago, Ill., on Thursday, Sept. 10, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WDVJR5RJPHGTDHN7VMJYHFCA4Y.jpg?auth=27d0f27336004660252a38f281ec73a90a4f8808b79826768e18c8316f66bb83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A sculpture of an angel stands the gardens at a memorial for survivors and lives lost to suicide dedicated by the Archdiocese of Chicago at Queen of Heaven Catholic Cemetery in Hillside, Ill., on Wednesday, Sept. 9, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZM5RFACBT6ML6BOSQT3VMTHHEA.jpg?auth=7eabba7f9f32e0b06b66cad3ea03374d512b713d222719def20f8cff762fada8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deb Robertson pauses to reflect during an interview at her home in Lombard, Ill., on Tuesday, Sept. 8, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OBAKDBBKJZ3436RJIA3TOCBBXA.jpg?auth=673cdb6501fadc73927aba702ce61d454a190fba64d0bf3097ac7667f334c077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kate Koubek, left, and her wife, Deb Robertson, walk hand in hand at a park where they plan to plant a tree to place Robertson's ashes in Lombard, Ill., on Thursday, Sept. 10, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27U6JK3KCLGMHB2TL23FR657E4.jpg?auth=76fe8aac4b1f4671059e3bcfb582c1c1df09f93875d858f2f6c51ebcda166aa2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A plane flies above a sculpture of ascending doves at a memorial for survivors and lives lost to suicide dedicated by the Archdiocese of Chicago at Queen of Heaven Catholic Cemetery in Hillside, Ill., on Wednesday, Sept. 9, 2026. (AP Photo/Luis Andres Henao)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Andres Henao</media:credit></media:content></item><item><title><![CDATA[Robert Pattinson brings 'To Catch a Predator' to life in new film 'Primetime']]></title><link>https://www.local10.com/entertainment/2026/09/23/robert-pattinson-brings-to-catch-a-predator-to-life-in-new-film-primetime/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/robert-pattinson-brings-to-catch-a-predator-to-life-in-new-film-primetime/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[When Robert Pattinson first got the script for “Primetime,” a dramatization of NBC Dateline’s “To Catch a Predator” and the controversial sting operation that would lead to its cancellation, he was amazed it hadn’t been made into a movie already.]]></description><pubDate>Wed, 23 Sep 2026 13:02:51 +0000</pubDate><content:encoded><![CDATA[<p>When Robert Pattinson first got the script for “Primetime,” a dramatization of NBC Dateline’s “To Catch a Predator” and the controversial sting operation that would lead to its cancellation, he was amazed it hadn’t been made into a movie already.</p><p>Here was a fascinating tale with shades of “Network,” “Ace in the Hole” and “To Die For,” and an inscrutable personality at its center in host Chris Hansen, a newsman who had become a pop culture icon with his own catchphrase: Have a seat.</p><p>It was both old news, and, somehow, in the ether too. Last year, the show was also the subject of an acclaimed documentary, “Predators,” from David Osit.</p><p>Along the way, “Primetime” transformed into a dark meditation on performance, media and morality — more fever dream than biopic, according to filmmaker Lance Oppenheim. And, perhaps fittingly, it’s arriving in theaters Friday on a wave of both critical acclaim and intrigue over Hansen’s own objections to the film and its depiction of the show, which he called an “insult,” sight unseen.</p><p>The pressure of a hit show</p><p>“To Catch a Predator” had in 2006 become a kind of phenomenon. With the help of the citizen watchdog group Perverted Justice, the show would stage confrontations with men who were allegedly soliciting sex with minors in online chat rooms. Perverted Justice members would pretend to be underage kids online and invite the adults on the other side of the conversation to fake houses, where actors would play the teens and the show would “catch” the men on camera, while police waited outside to make arrests.</p><p>Two years after it debuted, it was averaging around 7 million viewers an episode and Hansen was a celebrity in his own right. And then, in November 2006, one suspect, Louis William “Bill” Conradt Jr., an assistant district attorney in Texas, killed himself as a local police SWAT team breached his home with the television crew outside. It led to a lawsuit, which was settled out of court, and various journalistic investigations including by ABC’s “20/20” and Esquire’s Luke Dittrich, whose article “Tonight on Dateline This Man Will Die” inspired Ajon Singh’s script. By 2008, the show had been canceled.</p><p>“The thing which I was most interested in, it’s the sort of technicalities of like trying to have a hit show,” Pattinson told The Associated Press. “When you get up to a certain, like, level of numbers of viewers or like however much money is involved, suddenly the subject matter, like everything doesn’t matter anymore. … You’re just a hit and like and you’re judged along the same lines, and the same commercial expectation is put on you.”</p><p>The portrait melds fiction and reality with Merritt Wever playing a fictionalized producer who is under pressure to deliver shows that could compete with “Lost.” Then there is then-NBCUniversal TV Group CEO Jeff Zucker in the mix, playing himself.</p><p>Becoming ‘Chris Hansen’ the character</p><p>Pattinson wasn’t intending to star in “Primetime.” He was just helping to develop it with his production company. But he was also getting in the weeds, helping to shape the story and the character, and starting to realize what a great part he had in front of him.</p><p>“Chris was like a serious news reporter,” Pattinson said. “And I think what’s sort of fascinating about the story as a whole was like seeing someone who … you’re a journalist, you’re supposed to be in some ways a passive reporter of what’s going on and suddenly being recast in this thing where you’re not only like front and center of it but you’re kind of, your behavior, it’s setting the tone of the show.”</p><p>He was also just being inundated with videos and memes and Reddit threads from Singh and Oppenheim. And once he had committed to the part, Pattinson spent many, many hours watching Hansen on video and listening to his podcast. Chris Hansen was in his head, and the voice was hard to shake (he could hear it in “The Odyssey”). For him, it's also, fundamentally, a character.</p><p>“It’s impossible to, like, play somebody else,” Pattinson laughed.</p><p>Hansen himself has been rather vocal about the film too, on everything from who he would have cast (Denis Leary) to questioning the motivations of the filmmaker and the studio, A24, for using his name. In a recent interview with The Hollywood Reporter, he referred to the Esquire story as “a bit of a hit piece.” He also purchased preshow advertising for his true crime streaming network TruBlu that will play in front of “Primetime” showings.</p><p>Pattinson said he’s not surprised that Hansen has been out talking about it.</p><p>“He’s a public person,” Pattinson said. “He is also just being asked about it. It’s kind of, I mean, I get it. But I’m surprised about the level of traction that everything gets.”</p><p>It’s also kind of a proof of concept; people remain interested.</p><p>“The fact that people are still discussing the ethics of it, of a 20-year-old TV show, I mean it’s absolutely insane,” Pattinson said.</p><p>Dissecting news entertainment through ‘Primetime’</p><p>The heart of “Primetime” revealed itself to everyone along the way. It wasn’t just a story about Hansen. It was also about performance and the nature of news entertainment, which is how Decoy Dan, played by Skyler Gisondo, became such a pivotal character.</p><p>Decoy Dan is an amalgamation of the adult actors who were cast to play the teenagers in the fake houses in the show. It’s a gig he gets through a standard audition process; but the realities of it transcend even improv. The juxtaposition between the journalist and the actor became a microcosm for the tension inherent in creating must-see television out of entrapment and public humiliation.</p><p>For Gisondo, the role took on a kind of meta quality too as he stepped out of his comfort zone and into this darker territory with Pattinson, an actor he’d long admired.</p><p>“This was so unlike anything I had ever done before that, uh, I was so nervous,” he said. “From the very beginning, there was this kind of like, you know, real sort of energy bleeding into it.”</p><p>Gisondo took the part, and what his character was going through, so seriously that he was a little caught off guard when he heard laughter in the audience (oftentimes when Dan is at his lowest) at the film’s premiere at the Venice Film Festival.</p><p>“Having more distance from it now, I see that clearly, just the contrast of how serious this subject matter is and then the outlandishness of the kind of setup of the show,” Gisondo said. “There’s something, I think, heartbreakingly kind of funny about how naive Dan is.”</p><p>It’s been a good year at the movies for Pattinson in particular, with a sleeper hit in “The Drama,” a bona fide blockbuster in “The Odyssey” and “Dune: Part Three” still to come (and this is all while he continues to film “The Batman” sequel). He’s also not letting it add to any anxiety about whether people will show up for “Primetime,” which will open in the U.K. on Oct. 30.</p><p>“My career has basically been like no one sees my movies,” Pattinson said. “My baseline is very low so everything’s a nice surprise.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZSKIEFKXQVG5XBJWZZ3DB76BIM.jpg?auth=af88f28c6810a89f132166cc9a26cfb56faffaa67d884e8f391195273b00d24b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Robert Pattinson, from left, director Lance Oppenheim, and cinematographer David Bolen during the filming of "Primetime." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NDDEDLSHNHPIIRXAE57WDHR62Q.jpg?auth=35025905e1bcb1e771002b8bebe858e74ba2d4da0caa25ca94e66769fafcb61c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Tony Revolori, left, and Robert Pattinson in a scene from "Primetime." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/HS6TEMWF35RFQEBXASRF7N2CMQ.jpg?auth=75b1a4089948a4ff5a1abfbae7f05f9578e5e33ec3d8dcb98340ad3bdf727f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by A24 shows Skyler Gisondo in a scene from "Primetime." (A24 via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/E6A2AYBN6HGAXV3EDH3R6X3A4U.jpg?auth=e04c8735d85f7b0ed99954024598e0056324800d879b399297b5d101a99cebfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Robert Pattinson poses for photographers at the red carpet for the film 'Primetime' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUSVD7PDMYORVZDKQINMCFE2VU.jpg?auth=ab438ce91574ac0bd133ad1aea4b09b867581d211ab9ea57d61ef4a189b6c0ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Skyler Gisondo poses for photographers at the red carpet for the film 'Primetime' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Saturday, Sept. 5, 2026. (Photo by Alessandra Tarantino/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[How rural voters are feeling about Trump as the midterms approach, according to a new AP-KFF poll]]></title><link>https://www.local10.com/business/2026/09/23/how-rural-voters-are-feeling-about-trump-as-the-midterms-approach-according-to-a-new-ap-kff-poll/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/23/how-rural-voters-are-feeling-about-trump-as-the-midterms-approach-according-to-a-new-ap-kff-poll/</guid><dc:creator><![CDATA[By ALI SWENSON, SARAH JANE TRIBBLE and LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — About half of rural American voters believe the economy is worse off now than when President Donald Trump returned to office, according to a new survey that points to economic frustration among a key group that has backed him and other Republicans in recent elections.]]></description><pubDate>Wed, 23 Sep 2026 15:12:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — About half of rural American voters believe the economy is worse off now than when President Donald Trump returned to office, according to a new survey that points to economic frustration among a key group that has backed him and other Republicans in recent elections.</p><p>The Associated Press, in partnership with KFF, polled more than 2,000 rural registered voters and found broadly negative views of the national and local economies, including among many Republicans. The costs of groceries, gas and healthcare rank as top pain points for the rural voters, who were surveyed over two weeks starting in mid-August. A larger share than among voters overall say they are worried about being able to afford groceries or gas.</p><p>At the same time, about half of rural voters approve of Trump’s job performance, more than among U.S. adults overall in separate AP-NORC polling.</p><p>The findings suggest that many rural voters have not turned on Trump but that they also largely do not think he has delivered the economic renaissance he promised in his campaign.</p><p>Ed Westrick, a registered Republican and veteran, rates Trump’s job performance as “mediocre, middle-of-the-road.” Westrick, who lives in rural Texas, is not sure he will cast a midterm ballot, a troubling sign for Republicans in a key state in their fight to keep control of Congress.</p><p>Rural Americans skew Republican and historically have been an instrumental group of voters for Trump. The survey reveals that while rural voters seem unlikely to support Democrats on a large scale, Trump and the Republican Party could face challenges with them in November.</p><p>Rural voters are deeply unhappy about the economy</p><p>As the election approaches, only about 4 in 10 rural voters approve of Trump’s performance on the economy. They rate him similarly on his handling of the Iran war, an entanglement that has proved expensive for the U.S. and increased oil and gas prices. Rural voters rank pocketbook concerns and fraud in government programs higher among the things they want to hear about from politicians than other perennial issues, such as gun policy and abortion.</p><p>Westrick, 59, is a technical trainer in the electronics industry and has seen an increase in business in part because he works with defense contractors, but he said he is concerned about the cost of living.</p><p>“I hear the politicians talk about making groceries more affordable and making healthcare more affordable, but yet none of them are addressing the issues,” Westrick said.</p><p>In the poll, about three-quarters of rural voters rated the cost of living in their communities as “only fair” or “poor” — a 25 percentage point rise from a similar question asked in a KFF-Washington Post survey in 2017. Rural Americans, who have consistently lower wages than those who live in suburban and metro areas, have been hurting economically for decades, according to Tim Slack, a professor of sociology at Louisiana State University and co-author of the book “Rural and Small-Town America.”</p><p>“Many folks are connecting the cost-of-living crisis to many of the Trump administration’s policy choices: the war in Iran, tariffs, trade wars,” he said. “None of those things are going to bring down prices at the pump or the local Walmart.”</p><p>“Trump promised to lower prices on Day 1, and instead the cost of living’s continued to climb. And that’s especially painful in rural America,” Slack said, adding that he expects many working-class Republicans to skip voting in November.</p><p>Rural Republicans do have a brighter economic perspective than rural Democrats or independents, particularly about the United States as a whole, according to the survey. About 6 in 10 rural Republican voters say Trump has improved the national economy, compared with only about 2 in 10 independents and fewer than 1 in 10 Democrats.</p><p>But only 45% of rural Republican voters say Trump has made their local economies better off. About 1 in 4 said there are fewer good-paying jobs where they live than five years ago.</p><p>In Michigan, 37-year-old independent voter Brittainy Sosebee said she isn’t sure if she will vote in the state’s fall election, which includes a tight Senate race seen as crucial to the Democratic Party’s push to win back a majority. Sosebee voted for Trump in 2016 and Democratic nominee Joe Biden in 2020; she didn’t vote in 2024.</p><p>Sosebee, who lives in St. Johns, a small town just north of Lansing, said she used to have extra money to take a vacation or buy a new pair of jeans without worrying. Now, she scrutinizes every expense, cringing at the rising cost of fresh produce when she shops for her three children.</p><p>“We hunt, so we have a lot of venison and things like that, so we don’t have to buy meat from the grocery store, but it’s still crippling,” she said.</p><p>Healthcare policies go unnoticed</p><p>The AP-KFF poll found that rural voters overall don’t perceive much positive impact from the administration’s healthcare policies even as they have been a top priority for Republican leaders, who have promoted efforts to lower drug costs in addition to a $50 billion rural health program.</p><p>Only 17% of the voters said the administration’s healthcare policies have had a “positive impact” on their healthcare costs, while 41% said they’ve had “no impact” and another 41% said they’ve had a “negative impact.”</p><p>Sitting on her front porch in Woolwich, Maine, 71-year-old Democrat Kathleen Hanning sipped a chai tea latte in the sun and recalled how she stopped voting for Republican Sen. Susan Collins in 2020.</p><p>Collins and Trump are “intertwined,” Hanning said. “She is not independently voting on what’s best for Maine.”</p><p>Hanning, a retired federal worker, said she had not paid much attention to the health policies in Trump’s signature tax breaks and spending cuts bill passed last year. The law reduces federal Medicaid spending by roughly $900 billion over a decade but also includes billions of dollars for the Rural Health Transformation Program, which it created.</p><p>A year after the law’s passage, more than 8 in 10 rural voters said they had heard either “a little” or “nothing at all” about the health fund. About 60% said they had heard nothing, according to the survey.</p><p>Rather than transforming, Hanning said, “hospitals up here in Maine are consolidating.” She travels an hour to see a specialist and noted that mothers will now have to drive farther for care because the hospital in nearby Damariscotta announced it would soon close its labor and delivery center.</p><p>Nine in 10 rural voters said it was “extremely” or “very” important for candidates to talk about healthcare costs, with more than half saying it’s “extremely important.” Mirroring the general population, rural voters ranked healthcare costs and gas prices as top economic worries.</p><p>Rural Republican voters still trust the GOP more</p><p>When asked for the political party they trusted to do a better job handling issues such as the cost of healthcare or the cost of living, rural voters tended to side with their own party. The finding signals that Democratic candidates are more likely to benefit from rural Republicans staying home in November than from them voting across party lines in large numbers.</p><p>Republicans are more ambivalent about their party’s ability to handle key healthcare issues, compared with Democrats. About 8 in 10 Democratic voters say they trust the Democrats to address healthcare costs, while closer to 6 in 10 Republican voters say the same of the Republicans.</p><p>In Manassas, Georgia, a tiny town about an hour's drive inland from Savannah, Republican voter Wanda Rogers feels the Trump administration is doing the best it can to clean up what she sees as an economic mess that Democrats left behind when they lost power.</p><p>“I kind of think people think like I do, that he knows what needs to be done,” she said. “It’s just taking them a while to get it there.”</p><p>Still, the 66-year-old said, “gas prices, they’re eating me alive right now.” She said she has stopped traveling to the beach because it has become too expensive.</p><p>Pamela Shaw, an independent voter who lives in a rural area near Asheville, North Carolina, said she sees the impact of rising costs in her community.</p><p>“When hamburger is over $7 a pound and steak is $15 or more a pound, a lot of people are not able to buy some of the things that they are used to buying,” the 59-year-old said in an interview.</p><p>Trump’s rural standing has slipped</p><p>Trump remains relatively popular among rural voters in the AP-KFF poll, with 48% approval. That is substantially higher than in a July AP-NORC poll of U.S. adults overall, in which only one-third approved of his performance. But he also is down slightly, from 56% approval, among rural voters, based on a similar question asked in the earlier KFF-Washington Post survey.</p><p>Asunta Washington, 38, is a truck driver who lives in South Texas. He said he is not against voting for Republican candidates if he wholeheartedly agrees with what they stand for, but he has not seen that. Instead, he has seen a lot of flip-flopping.</p><p>“Like a lot of people that are giving us promises and the moment they get elected, all that’s out the window,” Washington said.</p><p>This year’s competitive elections feature Senate races in Ohio, Michigan and Maine, all of which have large rural populations. In close races, Democrats may have a chance to “show up and give a message that rural people might find appealing,” said Nicholas Jacobs, a political scientist at Colby College and co-author of the book “The Rural Voter.”</p><p>“But it’s nothing more and it’s nothing less than that — an opportunity,” Jacobs said. “And time and time again, Democrats have shown a certain proclivity for not seizing that opportunity.”</p><p>Many rural voters do not think the major parties or the president respect people like them. About half, 48%, of rural voters say the GOP respects people like them “a lot” or “some,” while 45% of rural voters say this about Trump and 37% say this about the Democratic Party.</p><p>On a recent Thursday, registered Republican Nate Lawrence answered his phone after paying $57 to fill up his Chevy Equinox in New Concord, Ohio, a village of fewer than 3,000 people about an hour's drive east of Columbus.</p><p>Lawrence, a middle-school English teacher, said the candidates should be talking about spending power: “I need to be able to go to the store and feed my family on what I make as a teacher,” Lawrence said. “I should be able to pay for a house on a teacher’s salary.”</p><p>Lawrence has voted for Trump in the past but did not in 2024. For Ohio’s Senate race, Lawrence said he is torn and not sure whether to pick Democrat Sherrod Brown or Republican Jon Husted.</p><p>Still, even if the politicians say they will lower prices, Lawrence said, he won’t believe them.</p><p>“Trump said that, and it didn’t happen,” he said.</p><p>___</p><p>The poll of 2,241 U.S. adults registered to vote in rural areas of the country was conducted Aug. 12-24, 2026, using a sample drawn from the probability-based SSRS Opinion Panel. The margin of sampling error for the full sample is plus or minus 3 percentage points. In collaboration with AP, KFF researchers worked to design the survey sample and questionnaire, analyze and report findings.</p><p>___</p><p>This report is a collaboration between The Associated Press and KFF Health News. KFF Health News is a national newsroom that produces in-depth journalism about health issues and is one of the core operating programs at KFF — the independent source for health policy research, polling and journalism.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MITYRAXNZN527XOZ6JSVTPDNKU.jpg?auth=09bca52635da6722b225ffb60b78fdeaa47dd56829b174e8572d6436af263bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ed Westrick, 59, adjusts a roof on a small building at his rural home near Commerce, Texas, Friday, Sept. 18, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PIPVEINFCXT3MEIDQKPIBJDUHY.jpg?auth=37d45709c1a0a03edb986e02277358c4f7887f8967f2b2bae22be9d6637d7de4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Asunta Washington, 38, poses for a photo in New Braunfels, Texas, Wednesday, Sept. 16, 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/ORUBTROXTCEAT2UFJLD32XHSO4.jpg?auth=9c5585a62094f221c808f93918fbc8780e2e72c547871224dd11cdfad79ac5fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Hidalgo County Republican Party Headquarters are seen, Wednesday, Sept. 16, 2026, in McAllen, Texas. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GW3LGZA5J2DT5NWSCGKJCGXI3E.jpg?auth=e8ca088d1e750dd14cdaf7337ba2601d148c0b806d8154e869e4ee48bf1c5871&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ed Westrick, 59, poses for a photo at his home's driveway near Commerce, Texas, Friday, Sept. 18, 2026. (AP Photo/LM Otero)]]></media:description><media:credit role="author" scheme="urn:ebu">LM Otero</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/G64TZAQ4EPS27UFW4H6TMSCNJ4.jpg?auth=f544e1ef9d1e1bf91657cf68307a83c91c22048094ee39220acc3c955a8f94d9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Asunta Washington, 38, poses for a photo in New Braunfels, Texas, Wednesday, Sept. 16, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Iran's president delivers defiant UN speech, and other Mideast developments]]></title><link>https://www.local10.com/news/world/2026/09/23/iran-downplays-indirect-talks-with-us-and-other-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/iran-downplays-indirect-talks-with-us-and-other-mideast-developments/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[Iranian President Masoud Pezeshkian delivered a defiant speech at the United Nations on Wednesday as Tehran downplayed talks with the United States.]]></description><pubDate>Wed, 23 Sep 2026 15:23:54 +0000</pubDate><content:encoded><![CDATA[<p>Iranian President Masoud Pezeshkian delivered a defiant speech at the United Nations on Wednesday as Tehran downplayed talks with the United States.</p><p>Meanwhile, another ship attempting to transit the Strait of Hormuz was struck by a projectile, highlighting the dangers that continue to restrict traffic through the critical waterway as the seven-month war grinds on.</p><p>Here is the latest news from the Middle East on Wednesday. More coverage of the U.N. General Assembly is available here.</p><p>Iran's president calls US attacks ‘cowardly’</p><p>Iran's president said his country's people had been the “victims of terrorism” by the United States.</p><p>Delivering a rare wartime speech at the U.N. General Assembly, Pezeshkian displayed images of the late Supreme Leader Ali Khamenei and more than 150 schoolchildren killed in the opening days of the conflict.</p><p>“We have only defended ourselves. We are not terrorists,” he said. “Our innocent people have been the targets of cowardly attacks and aggressions imposed upon our country.”</p><p>Turning to the United States, Pezeshkian added: “Yes, they did hit us, but we did not bend the knee.”</p><p>He addressed world leaders a day after U.S. President Donald Trump used the same stage to suggest that he might “annihilate” the Islamic Republic if an agreement was not reached soon to end the nearly seven-month war.</p><p>Hours later, Trump touted “a very good meeting” between his chief envoys, Steve Witkoff and Jared Kushner, and Iranian officials. Tehran, however, downplayed the talks. Iranian Foreign Ministry spokesperson Esmail Baghaei said they were “not anything new.”</p><p>Another ship hit in the Strait of Hormuz</p><p>The United Kingdom Maritime Trade Operations, which issues warnings about maritime attacks and military activity, said another vessel was struck Wednesday by an “unknown projectile” while transiting the Strait of Hormuz. The strike sparked a fire and forced the crew to evacuate. The origin of the attack, the first reported in two days, was unclear.</p><p>The incident highlighted the continuing danger to ships attempting to navigate the waterway. Some vessels appear to be making “dark passages” without transmitting identifying signals, but Iran and the United States have maintained their competing blockades. Commercial traffic remains well below prewar levels, according to ship-tracking data from analytics firm Kpler.</p><p>Restrictions on shipping through the strait have become one of the war’s most persistent consequences. Before the conflict, one-fifth of the world’s traded oil passed through the narrow waterway, along with large volumes of natural gas, fertilizer and other petroleum products.</p><p>Israel says it killed Hamas leader in Gaza strike</p><p>An Israeli strike on a vehicle in Khan Younis killed two people on Wednesday morning, Gaza’s Health Ministry said.</p><p>Israeli Defense Minister Israel Katz said one of those killed was Mohammad Abu Alwan, whom he identified as the head of Hamas’ finance department. He also said Israel would keep going after militants on its target list.</p><p>The two were the latest casualties since the ceasefire began nearly a year ago. More than 1,400 Palestinians have been killed since it took effect, according to the ministry, which maintains detailed records that are seen as generally reliable.</p><p>Israeli forces have carried out repeated airstrikes since the ceasefire began and frequently open fire on Palestinians near military-held zones.</p><p>Netanyahu rebukes Macron's remarks on Hamas</p><p>Israeli Prime Minister Benjamin Netanyahu’s office called French President Emmanuel Macron’s remarks at the United Nations a “grotesque absurdity,” objecting to his characterization of the Palestinian militant group Hamas’ activity in the West Bank.</p><p>Macron denounced the situation in Gaza and criticized escalating violence by Israeli settlers in the West Bank. He said Israel could not invoke Hamas to justify its actions there. The wording Macron used in French was ambiguous and could be understood to mean either that Hamas had never governed the West Bank or had never operated there.</p><p>A French diplomatic source said Macron meant that Hamas had never governed the territory. The source spoke on condition of anonymity because the person was not authorized to speak publicly.</p><p>The United Nations has not released an official translation of the remarks.</p><p>Hamas has long maintained support in the Israeli-occupied West Bank and has claimed responsibility for attacks there, although it has never governed the territory. During the war in Gaza, Israel intensified military operations in the West Bank, launching an offensive in early 2025 targeting refugee camps that it described as strongholds of Palestinian militants.</p><p>The dispute adds to tensions that have grown since France recognized a Palestinian state in September 2025.</p><p>Earlier this month, France joined Canada and several European countries in announcing steps to restrict trade with Israeli settlements. France has long opposed the settlements as contrary to international law. It also issued a statement Sunday saying it “firmly condemns the terrorist attack” that killed a French-Israeli citizen over the weekend.</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/G7L73IKO5NGEG7HFDUKEDMZA64.jpg?auth=39ab44c989f805e68690386a2e6bb05a3a7527f0b9722e878f1788424a9d363b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's President Masoud Pezeshkian speaks during the 81st session of the United Nations General Assembly at United Nations headquarters, Wednesday, Sept. 23, 2026. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5L5OLS2ERML3LNUGCAVA62YRXE.jpg?auth=a2ca9d72970c5a4ce561cd21d93f65935f8b588bc1bd2f14c818b278100143fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Iran's President Masoud Pezeshkian speaks during the 81st session of the United Nations General Assembly at United Nations headquarters, Wednesday, Sept. 23, 2026. (AP Photo/Heather Khalifa)]]></media:description><media:credit role="author" scheme="urn:ebu">Heather Khalifa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A2J3MQW65UNKFBFQA2ABZI5UGQ.jpg?auth=011a4bb0119537072c02846554e4bdc2ff3a002b83ebecc5e94e02b19c4e9faa&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 Iranian Presidency Office, President Masoud Pezeshkian waves to media and officials as he boards his plane while leaving Mehrabad airport for New York to attend the UN General Assembly, in Tehran, Iran, Tuesday, Sept. 22, 2026. (Iranian Presidency Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WHTPVX5AQB36TNERTUDAB7URYE.jpg?auth=9d31abb7da4723ee45148d1ecfaa3cfbe781a72869ab1a8ca97c206558a47591&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Israeli Prime Minister Benjamin Netanyahu speaks at his Likud party New Year event in Tel Aviv, Israel, Thursday, Sept. 17, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TE3Z2YHG7D7KFYYW2DCUIGTOTU.jpg?auth=b993d57212d4107d23cc5830aa4d79c1bb3329eb184390ec4a3e83311d5915c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's President Emmanuel Macron speaks during the 81st session of the United Nations General Assembly at United Nations headquarters, Tuesday, Sept. 22, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Rome's Colosseum closes for the day after a worker plunges to his death]]></title><link>https://www.local10.com/entertainment/2026/09/23/romes-colosseum-closes-for-the-day-after-a-worker-plunges-to-his-death/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/romes-colosseum-closes-for-the-day-after-a-worker-plunges-to-his-death/</guid><dc:creator><![CDATA[By PAOLO SANTALUCIA and DAVID BILLER, Associated Press]]></dc:creator><description><![CDATA[ROME (AP) — Rome's Colosseum, Italy's most-visited monument, was closed to the public suddenly on Wednesday to mourn a worker who fell to his death overnight while helping install a new illumination project.]]></description><pubDate>Wed, 23 Sep 2026 12:35:32 +0000</pubDate><content:encoded><![CDATA[<p>ROME (AP) — Rome's Colosseum, Italy's most-visited monument, was closed to the public suddenly on Wednesday to mourn a worker who fell to his death overnight while helping install a new illumination project.</p><p>The 22-year-old man, Andrea Moretti, specialized in working at altitude on ropes. He had been installing cabling for the project that was expected to be completed next month and died inside the Colosseum, the archaeological site's press office said.</p><p>Premier Giorgia Meloni said that the government was deeply shocked and saddened by the death and called for the cause to be determined as quickly as possible.</p><p>“Dying at the age of 22 is unacceptable — even more so when it happens in the workplace,” she said in a statement.</p><p>Authorities are working to determine the circumstances of Moretti's death, the park's statement said.</p><p>Representatives of Italy's main union, CGIL, were on site after the death to request information about Moretti's employer and contract and said that the closure of the monument was the least Rome authorities could do to honor his memory.</p><p>The Colosseum attracted 14.7 million visitors in 2024, according to Culture Ministry statistics. It topped the list of Italy's most-visited monuments, followed by Florence's Uffizi Galleries and the ancient ruins of Pompeii.</p><p>The Colosseum's sudden closure on Wednesday caught thousands of tourists who had bought tickets and tours in advance by surprise. But many said they appreciated the gesture.</p><p>Colosseum authorities had allowed the first morning tours to go ahead as planned, with just the Colosseum's second tier closed. But they then closed the entire monument to visitors after the first group had exited.</p><p>Rachel Townsand, a tourist from New Zealand, said that the closure was disappointing.</p><p>“But then after looking up what’s happened, then it’s understandable,” she said.</p><p>It wasn't immediately clear when the Colosseum would reopen to the public.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NJ3YM73SEMHCRNEZ76BEW6QXAQ.jpg?auth=3b16790a5969fa899a0f730168c1d670036d8a7884a3d5be7adb5339badbb85c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists wait to enter the Colosseum, closed to the public for the day to mourn a worker who fell to his death late Tuesday while installing cabling inside the ancient amphitheater, in Rome, Wednesday, Sept. 23, 2026. (AP Photo/Domenico Stinellis)]]></media:description><media:credit role="author" scheme="urn:ebu">Domenico Stinellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBGB3OHFBZX2ZLH4AH3DY77X2Y.jpg?auth=4840963cf577f4c1f2e9a5290199c73ac65785ed540794e9da1bd579b02c801f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists wait to leave the Colosseum, closed to the public for the day to mourn a worker who fell to his death late Tuesday while installing cabling inside the ancient amphitheater, in Rome, Wednesday, Sept. 23, 2026. (AP Photo/Domenico Stinellis)]]></media:description><media:credit role="author" scheme="urn:ebu">Domenico Stinellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TUFGW2HKMBEMN4DM6CGLQS5BKQ.jpg?auth=50ed01161740b37c5447189f77174a716c1881ad7ef8f5f2011854c1e806b01e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sunlight illuminates the Colosseum in Rome, Friday, April 3, 2026. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content></item><item><title><![CDATA[Sen. Bernie Sanders unveils bill to ban artificial superintelligence and create Department of AI]]></title><link>https://www.local10.com/news/politics/2026/09/23/sen-bernie-sanders-unveils-bill-to-ban-artificial-superintelligence-and-create-department-of-ai/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/23/sen-bernie-sanders-unveils-bill-to-ban-artificial-superintelligence-and-create-department-of-ai/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[Washington (AP) — Two leading progressive lawmakers, Sen. Bernie Sanders and Rep. Greg Casar, are unveiling legislation Wednesday that would ban artificial superintelligence and create a federal agency to oversee advanced AI as some of the industry’s own leaders urge Congress to impose guardrails on the advancing technology.]]></description><pubDate>Wed, 23 Sep 2026 09:03:34 +0000</pubDate><content:encoded><![CDATA[<p>Washington (AP) — Two leading progressive lawmakers, Sen. Bernie Sanders and Rep. Greg Casar, are unveiling legislation Wednesday that would ban artificial superintelligence and create a federal agency to oversee advanced AI as some of the industry’s own leaders urge Congress to impose guardrails on the advancing technology.</p><p>The bill, provided first to The Associated Press, would also pause advanced AI development until guidelines are implemented while creating the Department of Artificial Intelligence. Multiple employees at leading AI companies are endorsing the bill.</p><p>"It doesn’t take a genius to say, ‘slow it down,’” Sanders, I-Vt., said in an interview with AP. “Do we really want to develop a super intelligence that when it becomes smarter than human beings could act independently of human control? I don’t think we do.”</p><p>Congress has so far done little to rein in the AI industry even as some of its most prominent leaders warn about potentially catastrophic risks. President Donald Trump has resisted recent calls for greater government oversight, putting him at odds with tech leaders including Anthropic’s Dario Amodei, OpenAI’s Sam Altman and xAI’s Elon Musk.</p><p>The bill aims to dramatically slow down AI development</p><p>The legislation would permanently prohibit artificial superintelligence, which it defines as a system that exceeds human cognitive ability or has sufficient capabilities to plan and execute the destruction or disempowerment of humanity.</p><p>It would temporarily pause development of the most advanced AI systems until new federal safety rules are established by a new Department of Artificial Intelligence. Advanced AI systems would then need federal approval before they could be deployed. Violations could carry significant penalties, including up to 20 years in prison in some cases.</p><p>A number of current employees at AI companies and experts signed on in support of the bill, according to a statement shared with AP.</p><p>Juan Felipe Cerón Uribe, a researcher in OpenAI’s Safety Systems, said in a statement supporting the bill that “superintelligence could either go extremely right or extremely wrong” and that “we shouldn’t be playing such games.”</p><p>Swante Scholz, a software engineer at Google DeepMind who said he was not speaking on behalf of his employer, said on the current path of development, the “most likely outcome is an existential catastrophe for humanity.”</p><p>“A ban on superintelligence development would be a positive change for the foreseeable future,” Scholz said in a statement.</p><p>The bill faces long odds but draws a line in a growing fight</p><p>The bill from Sanders and Casar faces long odds in the Republican-controlled Congress, where lawmakers have struggled to coalesce around even less sweeping AI regulations.</p><p>But it offers a window into how the progressive wing of the Democratic Party is approaching AI regulation ahead of November’s midterms and a 2028 presidential campaign in which the technology is expected to be an increasingly prominent issue. Casar, a Democrat from Texas, is the chair of the Congressional Progressive Caucus.</p><p>Potential 2028 presidential candidates have rushed in recent weeks to release proposals showing they're taking the issue seriously. Maryland Democratic Gov. Wes Moore announced a plan to regulate AI on Tuesday, while California Democratic Gov. Gavin Newsom signed an executive order to accelerate implementation of a California law that calls for independent oversight of AI companies last week.</p><p>Sanders, a two-time presidential candidate who is now 85, has especially focused on the issue in recent months. In June, he introduced legislation to create a sovereign wealth fund financed through a one-time tax on the stock of the largest AI companies. Last week, he hosted colleagues for a briefing with experts and also attended a conference focused on the issue alongside Republicans, including former White House adviser Steve Bannon.</p><p>The debate over AI regulations has scrambled political alliances both in Washington and for voters across the country.</p><p>Americans have grown more concerned about the environmental impacts of artificial intelligence over the last year, according to a recent poll from The Associated Press-NORC Center for Public Affairs Research and the Energy Policy Institute at the University of Chicago.</p><p>The survey data say about half, 53%, of Americans are “extremely” or “very” concerned about artificial intelligence’s environmental impacts. That is up from 41% last year. Democrats are driving much of the increase in environmental concern, but the poll also reveals broader worries about the local impact of data centers, which power AI and cloud computing.</p><p>Trump has shown little interest in curbing AI risks</p><p>While some industry leaders have called for new safeguards, Trump has pushed in the opposite direction. On Tuesday, Trump told the United Nations General Assembly that artificial intelligence will be renamed “super intelligence."</p><p>“I think Trump has very little understanding of what this issue is about,” Sanders said. “I think he’s mainly concerned about the economic implications of a slowdown.”</p><p>AI safety is expected to be a central part of talks between Trump and China’s Xi Jinping at the White House this week as the countries compete for dominance in the sector. The prospect of slowing development in the United States while China continues on has also been one of the central arguments against sweeping restrictions.</p><p>Sanders argued that avoiding the most dangerous forms of AI would ultimately require cooperation between the two countries, comparing the challenge to nuclear arms control during the Cold War.</p><p>“Ronald Reagan, arch-conservative, was smart enough to understand that he had to sit down with Gorbachev, a communist, and work out a nuclear treaty that protected humanity,” Sanders said. “I think we can do that again now.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UH7XY3PZIO5CHHKIRBVRUSGDPQ.jpg?auth=671377ce8b2535a3aade82aa3c288496aee0eb6253a3571309097b79cb665144&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bernie Sanders, I-Vt., walks onto the stage during a Get Out the Vote campaign event supporting Massachusetts Sen. Ed Markey in Boston, Saturday, Aug. 29, 2026. (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/ZUTZKZ7N74NLPJA5VNNBQA2KJU.jpg?auth=9690a65742dc87499ea5de313ec8167d62cd16479c6fbe8fb8227747e5f22884&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The OpenAI logo is displayed on a cell phone in front of an image generated by ChatGPT's Dall-E text-to-image model, Dec. 8, 2023, in Boston. (AP Photo/Michael Dwyer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Dwyer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JVGH5MP5QV7AXCKL674CZOBMCY.jpg?auth=df3cac7ef4253e1a17424bf6883564d2cb26e6e24f8dfb1af71e4e88e676d6b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bernie Sanders speaks during the March on Washington rally at the Lincoln Memorial on the National Mall, Friday, Aug. 28, 2026 in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[A look at AI doomsday scenarios that researchers say could put humanity at risk]]></title><link>https://www.local10.com/news/world/2026/09/23/a-look-at-ai-doomsday-scenarios-that-researchers-say-could-put-humanity-at-risk/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/a-look-at-ai-doomsday-scenarios-that-researchers-say-could-put-humanity-at-risk/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY and KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[For years, artificial intelligence researchers have warned of ways the technology could wipe out humanity: AI bots could design an unstoppable disease, unleash a nuclear war, or transform all of Earth into paper clip factories, as one thought experiment goes.]]></description><pubDate>Wed, 23 Sep 2026 07:17:49 +0000</pubDate><content:encoded><![CDATA[<p>For years, artificial intelligence researchers have warned of ways the technology could wipe out humanity: AI bots could design an unstoppable disease, unleash a nuclear war, or transform all of Earth into paper clip factories, as one thought experiment goes.</p><p>Debates inside the AI industry and beyond over the plausibility of these doomsday scenarios have heated up since several executives endorsed slowing the technology's development for safety reasons.</p><p>Despite warnings of the potential for humans to lose their grip on the technology, some suspect the worst-case scenarios described by the AI companies themselves have more to do with validating the importance of their work than reality.</p><p>“These arguments just don’t really hold water. I think they’re sci-fi and they’re enticing to a certain childish style of thinking and it’s very tempting for the frontier labs because it helps them recruit certain types of folks,” said Juan Andrés Guerrero-Saade, a researcher at cybersecurity firm SentinelOne and a member of OpenAI’s Frontier Risk Council.</p><p>Still, more people are beginning to worry about the risks of the technology that has dazzled the world with its astounding capabilities.</p><p>Jacob Coxon, the Anthropic researcher who resigned from the company over concerns that it and its competitors are not acting responsibly in AI development, said on X recently that he needs to “work on” communicating to people more effectively exactly how AI would end humanity. “Unfortunately it is very difficult to convey specific scenarios,” he wrote earlier this month.</p><p>Here are some of the more widely discussed doomsday scenarios.</p><p>Nuclear winter</p><p>Researchers have long speculated that AI systems could trigger a nuclear war by getting countries to fire warhead-tipped missiles at each other. The nuclear blasts, and ensuing lingering radioactive atmospheric fallout resulting in a “nuclear winter,” could devastate life on Earth.</p><p>In a report last year, RAND Corp. researchers concluded that “at present” it wouldn’t be possible for AI to cause the use of nuclear weapons “because of strict safeguards built into the command and control systems.” However, the report said this could change if AI models are integrated into the nuclear weapon “decision chain” or gain unauthorized access to these systems.</p><p>For many AI researchers, that’s where the danger lies — not in AI agents suddenly deciding to end humanity, but people, nations or groups using it to wipe out their adversaries.</p><p>Bioweapons</p><p>One of AI's greatest promises is that it could help humans develop treatments and cures for diseases.</p><p>The flip side of curing diseases is creating or advancing them to harm humanity. Earlier this month, Anthropic said it has blocked efforts by bad actors to use its AI for a host of malicious activities such as cyberattacks, surveillance, and research that could have led to biological weapons.</p><p>In one instance, Anthropic said its systems blocked a request for assistance from its Claude tool for a research proposal seeking to enhance mutations to make the mosquito-borne chikungunya virus progressively more harmful. While such research could be used to develop better vaccines and treatments, Anthropic said, “it could also be used to make the pathogen more dangerous.”</p><p>Along the same lines, the RAND report noted recent progress in AI development “has the potential to transform the design of synthetic pathogens.”</p><p>Outlining a bioweapon doomsday scenario, the report said novel pathogens could be created in a lab, delivered to target locations, and spread to infect large populations of people in multiple places. But it still envisioned humans — and not autonomous AI — as overseeing and carrying out such an attack.</p><p>Runaway AI</p><p>Some AI researchers fear a human extinction event could result from “misalignment” — that is, when AI models act without human authorization, coordinate with other models or evade oversight. It would develop not from malicious intent — AI is not human, nor is it good or evil, after all — but simply because humans might get in the way of the model accomplishing its goal.</p><p>Take the decades-old “paper clip maximizer” thought experiment by the Oxford philosopher Nick Bostrom, which states that if advanced AI was told to produce as many paper clips as possible, it could eventually transform all of Earth, and then increasing portions of space, into paper clip factories.</p><p>This is to illustrate how superintelligent AI — often referred to as artificial general intelligence, or AGI — could advance a goal humans may see as desirable but “which in fact turns out to be a false utopia, in which things essential to human flourishing have been irreversibly lost,” Bostrom wrote in 2003.</p><p>“We need to be careful about what we wish for from a superintelligence, because we might get it,” he wrote.</p><p>AI internet takeover</p><p>Given the rate of AI’s development, Anthropic CEO Dario Amodei warned this month that within months a swarm of AI agents could be capable of “taking over” the internet with a botnet (a network of bots linked together with malware), potentially causing billions of dollars in damage. This could mean hacks into electrical grids, water or transportation systems and financial institutions — attacks that might not spell the end of humanity but could cause chaos and lives lost.</p><p>Disruptions from software glitches in the past have highlighted the fragility of a digitized world dependent on just a few providers for key computing services, and more powerful AI models have raised concerns about vulnerabilities to cyber attacks. But some experts say the notion of bots overtaking the entire extremely bifurcated internet is far-fetched.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UGYFJIWLLVCB7WIYXT6ZASVVBA.jpg?auth=c1942233738c960b99f06c61473839045503b44d3326423d9725548c4ab5d1e8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A worker passes by robots from Chinese company Lens at the China International Supply Chain Expo in Beijing on Monday, June 22, 2026. (AP Photo/Ng Han Guan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Russia pounds Kyiv with drones, killing 2 and wounding 41 before Zelenskyy’s UN address]]></title><link>https://www.local10.com/news/world/2026/09/23/russia-pounds-kyiv-with-drones-killing-2-and-wounding-23-hours-before-zelenskyys-un-address/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/russia-pounds-kyiv-with-drones-killing-2-and-wounding-23-hours-before-zelenskyys-un-address/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia hammered Kyiv with drones in daylight attacks on Wednesday as Ukrainian President Volodymyr Zelenskyy prepared for meetings with world leaders at the U.N. General Assembly.]]></description><pubDate>Wed, 23 Sep 2026 14:28:43 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia hammered Kyiv with drones in daylight attacks on Wednesday as Ukrainian President Volodymyr Zelenskyy prepared for meetings with world leaders at the U.N. General Assembly.</p><p>Two people were killed and 41 wounded in Ukraine’s capital as the attack stretched into Wednesday afternoon. Palls of black smoke floated above the city following the latest in what have been daily Russian attacks that torment Ukrainian civilians. The drones set off fires and damaged buildings in Kyiv and elsewhere in Ukraine overnight, authorities said.</p><p>Zelenskyy was in New York for the annual U.N. gathering as part of his diplomatic effort to shore up and recruit further international support for his country’s grueling 4½-year fight against Russia’s invasion. He was due to address the General Assembly later Wednesday and was also to meet with European leaders and NATO Secretary-General Mark Rutte.</p><p>Zelenskyy met on Tuesday with U.S. President Donald Trump, who has shown impatience with the lack of progress in talks aimed at ending the war and the escalating aerial attacks by both sides this year.</p><p>Kremlin spokesman Dmitry Peskov said Wednesday that there are “no concrete plans” for a high-level meeting between U.S. and Russian officials that might help break the deadlock in negotiations. He insisted that Moscow is “open to peace talks.”</p><p>Russian President Vladimir Putin, who has been accused by NATO officials and European governments of sabotage, espionage and other threats, is not scheduled to attend the U.N. gathering this year.</p><p>The Polish military said a Russian military helicopter briefly violated Poland’s airspace Wednesday on the country’s border with Russia’s Kaliningrad exclave. It said that “the nature of the incident suggests that Russia is once again testing the readiness of our air defense.”</p><p>Ukraine has hit back at Russia by damaging oil refineries that are a vital pillar of the country's economy.</p><p>Zelenskyy said at the start of his U.S. visit that he had proposals for a possible de-escalation in the war. Urgent issues for Kyiv are halting devastating Russian strikes on Ukraine’s power grid and ensuring Ukrainian grain can be shipped to world markets through the Black Sea despite the war.</p><p>Ukraine also needs more U.S.-made Patriot air defense systems as a shield against Russian ballistic missiles, but Patriots are in short supply after the war in Iran began.</p><p>In Zaporizhzhia, in southeastern Ukraine, two men aged 37 and 39 were wounded by a strike that started a large fire at a shopping mall. Emergency services said the fire spread across about 6,000 square meters (1.5 acres) before coming under control.</p><p>The Russian Defense Ministry said that its forces struck Ukraine’s military-industrial and energy sector facilities, logistics centers and sea vessels in overnight attacks.</p><p>The ministry said its air defenses intercepted more than 500 Ukrainian drones over multiple Russian regions, as well as illegally annexed Crimea and waters of the Sea of Azov and the Black Sea.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CCXS35PQBOCGMQCSCLCLBIRGY4.jpg?auth=5018ef3dd53f34f4ce676394ff10b8b52934c1b0402964ccdef19b9879e589e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The body of a victim lies on the ground following a Russian drone strike in Kyiv, Ukraine, Wednesday, Sept. 23, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3QV4GIGCU65B5AJJMDPJN2UKNY.jpg?auth=ee5df2cacd6c50ba40ab0be5d0abf83a5d5fc10a4d5cefd1b9614c10b9a5f85a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump meets with Ukraine's President Volodymyr Zelenskyy during the United Nations General Assembly, Tuesday, Sept. 22, 2026, at the UN headquarters. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GDS6YV46Z7VQ4DWADLDYLV2L3E.jpg?auth=2ecdc0386008078dbf39c62327ca08ccb2cb3a3db6c218ce0a4cb8fa227c961f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The body of a victim lies on the ground following a Russian drone strike in Kyiv, Ukraine, Wednesday, Sept. 23, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5XFXZLHYMVM5L3DZBRAFOEM7Y.jpg?auth=4ca5298bd805e6bbab26c396e67e17176eae5293ef9d3d52bfaea2e65d9eff10&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters extinguish a fire at a burning building following a Russian drone strike in Kyiv, Ukraine, Wednesday, Sept. 23, 2026. (AP Photo/Danylo Antoniuk)]]></media:description><media:credit role="author" scheme="urn:ebu">Danylo Antoniuk</media:credit></media:content></item><item><title><![CDATA[Taiwan is watching closely as Xi and Trump meet and hopes US will keep up its arms sales]]></title><link>https://www.local10.com/news/politics/2026/09/23/taiwan-is-watching-closely-as-xi-and-trump-meet-and-hopes-us-will-keep-up-its-arms-sales/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/23/taiwan-is-watching-closely-as-xi-and-trump-meet-and-hopes-us-will-keep-up-its-arms-sales/</guid><dc:creator><![CDATA[By JOHNSON LAI and SIMINA MISTREANU, Associated Press]]></dc:creator><description><![CDATA[TAINAN, Taiwan (AP) — As China's Xi Jinping arrives in Washington to meet with U.S. President Donald Trump, Taiwan expressed confidence that U.S. arms sales to the island that Beijing claims as its own will continue — despite China's pressure.]]></description><pubDate>Wed, 23 Sep 2026 07:03:06 +0000</pubDate><content:encoded><![CDATA[<p>TAINAN, Taiwan (AP) — As China's Xi Jinping arrives in Washington to meet with U.S. President Donald Trump, Taiwan expressed confidence that U.S. arms sales to the island that Beijing claims as its own will continue — despite China's pressure.</p><p>China has pressed Washington to halt the arms sales, most prominently during a summit in May between Trump and Xi in Beijing. After that meeting, the United States paused the sale of a record-breaking $14 billion package — and Trump described arms sales to Taiwan as a “very good negotiating chip” with China.</p><p>Still, the U.S. government and Congress have “repeatedly expressed support for Taiwan’s self-defense capabilities,” Taiwanese Defense Ministry spokesperson Maj. Gen. Chiao Fu-chun told reporters in the southern city of Tainan.</p><p>“We will continue to maintain close contact with the U.S. Department of War and continue to push forward the arms procurement deal between Taiwan and the U.S., ensuring it proceeds as planned,” he added.</p><p>The U.S. is bound by its own laws to provide Taiwan — a self-ruled democracy that China sees as its own territory — with the means to defend itself. While not recognizing Taiwan as a country, the U.S. is the island’s strongest informal backer and arms provider.</p><p>Washington approved another $11 billion package for Taiwan in December.</p><p>Hours before Xi's arrival for the three-day state visit to the U.S., Taiwan’s military on Wednesday conducted live fire drills featuring a domestically developed eight-wheeled armored vehicle, highlighting efforts to strengthen its own arms production.</p><p>Called The Cheetah, the vehicle can be fitted with a 105-millimeter (4.1-inch) cannon and can reach a maximum speed of about 100 kph (62 mph) and an operational range of about 500 kilometers (311 miles).</p><p>Taiwanese Maj. Gen. Chen Chien-chung said the vehicle can be used on various terrains and is suitable for urban warfare.</p><p>Trump has in recent years pressed Taiwanese President Lai Ching-te to dramatically increase Taiwan’s defense budget. The budget will exceed 3% of Taiwan's gross domestic product for the first time in 2027, and Lai has pledged to get to 5% by 2030.</p><p>___</p><p>Mistreanu reported from Taipei, Taiwan.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JSP2ITAPVUV3OBGLPV7C6D2JDQ.jpg?auth=30ac8c356a0f5a77ad59eea914d5ddc8418f30f89f4902f11c5bf4794e193cc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An individual watches a protester scale a light pole and unfurl a banner to protest the upcoming State Visit by China's President Xi Jinping, Tuesday, Sept. 22, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Triple Crown still within reach for Astros slugger Yordan Alvarez after big game in Seattle]]></title><link>https://www.local10.com/sports/2026/09/23/triple-crown-still-within-reach-for-astros-slugger-yordan-alvarez-after-big-game-in-seattle/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/23/triple-crown-still-within-reach-for-astros-slugger-yordan-alvarez-after-big-game-in-seattle/</guid><dc:creator><![CDATA[By LUKE OLSON, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Houston Astros slugger Yordan Alvarez gained some ground Tuesday night in his chase for a Triple Crown.]]></description><pubDate>Wed, 23 Sep 2026 07:00:20 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Houston Astros slugger Yordan Alvarez gained some ground Tuesday night in his chase for a Triple Crown.</p><p>He still has plenty of work to do this week.</p><p>The AL MVP front-runner went 2 for 4 with his 41st home run and three RBIs in the Astros' 7-0 win over the Seattle Mariners. Alvarez hit an RBI single in the first inning, was intentionally walked in the second and then belted a 386-foot homer in the eighth with a 109.5 mph exit velocity.</p><p>“At this point, I keep wondering why guys are pitching to him,” Houston first baseman Christian Walker said. “He just seems to come through in every moment. He's dangerous at the plate right now.”</p><p>Alvarez, who is quiet and shows little emotion, orchestrated a team meeting after the Astros (78-79) were swept by Atlanta on Sunday, squandering their lead in the AL West. His performance on Tuesday was much-needed to put Houston in a tie with the Texas Rangers atop the division with five games left this season.</p><p>“He's been backing it up all year,” Astros manager Joe Espada said.</p><p>Alvarez's two-run shot to right field tied him with Junior Caminero of the Tampa Bay Rays for the American League lead with 41 homers. Alvarez is first in batting average at .314 — five points ahead of Tampa Bay's Chandler Simpson — and he has 102 RBIs, six behind Baltimore Orioles slugger Pete Alonso for most in the AL.</p><p>Alonso drove in three runs with two homers Monday against Toronto, but the teams were rained out Tuesday in Baltimore because of bad weather. They are scheduled to play a split doubleheader Wednesday.</p><p>Alvarez has six homers since Aug. 1, and the 29-year-old designated hitter has eight RBIs over 17 games in September. He'll need more to become baseball’s first Triple Crown winner since Miguel Cabrera in 2012.</p><p>Alvarez leads the AL in slugging percentage (.601), OPS (1.032), total bases (329) and walks (106). Logan Gilbert intentionally walked Alvarez in the second inning Tuesday, which was the 33rd time for Alvarez this season, already a franchise record.</p><p>It’s been a historic season for the four-time All-Star after he was limited to 48 games in 2025 because of a broken hand and an ankle injury.</p><p>If he wins the AL MVP award, the Cuban slugger will join Shohei Ohtani of the Los Angeles Dodgers as the only players to win an MVP award while primarily serving as a designated hitter. Othani was close to winning a Triple Crown in 2024 after leading the NL in homers (50) and RBIs (130), but his .310 average fell just short to Luis Arráez’s .314.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BRI4R4EFZZZ2APCQLFEJKTO3U.jpg?auth=6a653a58bdddc17bfb8785d7ff72d9d0bc6559451882584c7dbabcc711fa4eef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros designated hitter Yordan Alvarez (44) hits an RBI single in the first inning of a baseball game against the Seattle Mariners, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESXZR2HDVDQWONQ52ISPACOALI.jpg?auth=02ea7e77873e73be25e97b7953534875dca5e39ec23d4b0c64ff1b2b42f6668a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros designated hitter Yordan Alvarez (44) reacts after hitting a RBI single in the first inning of a baseball game against the Seattle Mariners, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CFBUFTEV3ZMHTFT7UXXYXHI7BU.jpg?auth=0ad7fc93dbf52b0fb6461487c6e7293b21e3f6f2ef597fde0b6e806622a85761&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez watches his home run against the Kansas City Royals during the fifth inning of a baseball game Thursday, Sept. 17, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGNWI3PKEITVTXG3BPFSU4LHE4.jpg?auth=7fc2ec5d50c7b98325120179d27a087588003e6eb649be3ec6ca028089e8343e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez (44) celebrates after hitting a home run against the Kansas City Royals during the fifth inning of a baseball game Thursday, Sept. 17, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2EFT6ODNKAR6YJUHYAXAQ5FLI.jpg?auth=79c40386dea6e4c4d39303291c106019cd7fbc2081d3b082feb18287ce6125ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez celebrates after hitting a home run against the Kansas City Royals during the fifth inning of a baseball game Thursday, Sept. 17, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[A mass shooting at a house party in South Africa kills 11, including a pregnant woman]]></title><link>https://www.local10.com/news/2026/09/23/a-mass-shooting-at-a-house-party-in-south-africa-kills-11-including-a-pregnant-woman/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/23/a-mass-shooting-at-a-house-party-in-south-africa-kills-11-including-a-pregnant-woman/</guid><dc:creator><![CDATA[By GERALD IMRAY, Associated Press]]></dc:creator><description><![CDATA[CAPE TOWN, South Africa (AP) — Three gunmen barged into a small house in an impoverished neighborhood in South Africa and opened fire on a group enjoying a party inside, killing at least 11 people including a pregnant woman, police and local authorities said Wednesday.]]></description><pubDate>Wed, 23 Sep 2026 11:48:50 +0000</pubDate><content:encoded><![CDATA[<p>CAPE TOWN, South Africa (AP) — Three gunmen barged into a small house in an impoverished neighborhood in South Africa and opened fire on a group enjoying a party inside, killing at least 11 people including a pregnant woman, police and local authorities said Wednesday.</p><p>Three others were wounded in the late-night mass shooting Tuesday in KwaMakhutha township, which is located about 30 kilometers (19 miles) south of the city of Durban on the east coast.</p><p>The motive for the shooting wasn't known, but some of the shooting victims were known to authorities as part of investigations into criminal activity, police said.</p><p>Police didn’t give out any more information on those investigations, saying it could compromise them.</p><p>“Although the motive of the shooting cannot be confirmed yet, (a) feud between rival groupings cannot be ruled out,” the South African Police Service said in a statement.</p><p>Ten people, including the pregnant woman, died at the scene and an 11th was declared dead at a hospital. Authorities didn't immediately give out details on the condition of the three people who were wounded.</p><p>Police are searching for the gunmen</p><p>Police said they were searching for three men and no arrests had been made, but the acting national police commissioner ordered local police to deploy officers in a special 72-hour operation to track down the suspects.</p><p>Thami Ntuli, the premier of KwaZulu-Natal province, told reporters at the scene that the killings were “really disturbing” and called on community members to provide any information they might have that would help find the gunmen. He said that there were known problems with drug dealing and illegal firearms in the largely poor community, where some of the houses are just a few meters apart with no fences or walls in between.</p><p>Ntuli confirmed in a statement that the woman who was killed was pregnant.</p><p>There have been several mass shootings in South Africa recently</p><p>It's the latest in a series of mass shootings in South Africa recently, including one in June when multiple shooters killed 12 people in a poor neighborhood in Johannesburg that police linked to criminal gangs. Two mass shootings two weeks apart in December killed 21 people. They were also carried out by multiple gunmen.</p><p>South Africa has extremely high rates of violent crime, with official police statistics recording 5,427 homicides in the latest three-month period between April and June at an average of nearly 60 homicides a day.</p><p>Shootings are the most common form of homicide in South Africa, and police and crime experts have long said that one of the biggest problems is that there is a high number of illegal firearms in circulation.</p><p>The army is being used to combat violent crime in some areas</p><p>South African President Cyril Ramaphosa authorized the deployment of soldiers on the streets in some areas earlier this year to combat violent crime in what critics said was an admission that police were failing.</p><p>Soldiers were deployed to areas around Johannesburg, the city of Cape Town and in Eastern Cape province on the south coast in the ongoing operation, but not to KwaZulu-Natal province where the latest shooting happened.</p><p>The bodies of some of the victims of Tuesday night's shooting were laid out on the ground and covered with white sheets outside the house where the shooting took place. They were later carried away on stretchers to pathology vans.</p><p>Police cordoned off the neighborhood with yellow tape while forensic investigators worked through the scene.</p><p>Police were also investigating if the torching of a car near the house was connected to the shooting.</p><p>___</p><p>AP Africa news: https://apnews.com/hub/africa</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GKV7N6NW3T3MEGHUWNK2FKTDXA.jpg?auth=5059df4675febfc7c0ffd45160a37c3bae8572672b60e5cc6242afe7aaf730d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer stands at the scene of a mass shooting at a house party in KwaMakhutha township south of the city of Durban, South Africa, Wednesday, Sept. 23, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AS7JFI2P2BUPEITCLK7ARWXN7E.jpg?auth=8a12ca03c86f553ae117aaa5785213805ff85cf8aeac86cdb08c532eea25e4a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the location of a mass shooting in South Africa. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSOUSJBWEYU3VRA4IFLY5MFK5U.jpg?auth=2555ead1bbf4ff38105622a684eaac6091ac88bbf2a45c42b6f6f7567a6c78cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer is seen at a scene of a mass shooting at a house party in KwaMakhutha township south of the city Durban, South Africa, Wednesday, Sept. 23, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SGNCECZRNFZHQU46CXX3BHTF44.jpg?auth=4936e7ebf097ffb2fdcd565e73fc6005573822783ffc52eb33921d770350fa6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers load a body into a forensic pathology vehicle at the scene of a mass shooting in KwaMakhutha township south of the city of Durban, South Africa, Wednesday, Sept. 23, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[Morocco votes for a new parliament after Gen Z protests and migration surge to Ceuta]]></title><link>https://www.local10.com/news/world/2026/09/23/morocco-votes-for-a-new-parliament-after-gen-z-protests-and-migration-surge-to-ceuta/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/morocco-votes-for-a-new-parliament-after-gen-z-protests-and-migration-surge-to-ceuta/</guid><dc:creator><![CDATA[By AKRAM OUBACHIR, Associated Press]]></dc:creator><description><![CDATA[CASABLANCA, Morocco (AP) — Moroccan voters are choosing a new parliament Wednesday in an election shaped by mounting frustration among young people, high unemployment despite a thriving economy, and demands for better schools, hospitals and housing.]]></description><pubDate>Wed, 23 Sep 2026 11:11:51 +0000</pubDate><content:encoded><![CDATA[<p>CASABLANCA, Morocco (AP) — Moroccan voters are choosing a new parliament Wednesday in an election shaped by mounting frustration among young people, high unemployment despite a thriving economy, and demands for better schools, hospitals and housing.</p><p>Voting centers across the North African kingdom are open from 8 a.m. to 7 p.m. local time, allowing nearly 16 million registered voters to cast ballots for the 395-seat House of Representatives.</p><p>The election is the first since deadly youth-led protests nearly a year ago and a mass attempt by migrants to cross Morocco’s northern border into the Spanish territory of Ceuta that left dozens dead.</p><p>The vote will determine the next prime minister and the makeup of the government, which will serve alongside a powerful monarchy that retains broad authority over strategic affairs. Results are expected Thursday.</p><p>The next government will oversee billions of dollars in investment as Morocco prepares to co-host the 2030 FIFA World Cup, prompting some to describe it as the “World Cup government.” The new political leadership will also face pressure to address everyday concerns, including jobs, wages and the cost of living.</p><p>For many young Moroccans, the election comes as doubts grow that political participation can improve their daily lives. Some have turned to street protests, while others have considered leaving the country or staying away from the ballot box.</p><p>Voters will choose among 7,288 candidates from 27 political parties.</p><p>The Moroccan Constitution requires the king to appoint the head of government from the party that wins the most seats in legislative elections. Since no single party is expected to obtain an absolute majority, the winner will need to negotiate with others to form a governing coalition.</p><p>Some, including the far-left party The Democratic Path, called to boycott the election saying that it “lacks the minimum conditions of democracy.” Banned but tolerated Islamist association Al-Adl Wal Ihsane issued similar claims.</p><p>The constitution recognizes the right to vote for Moroccans living abroad, but there is no voting by mail or ballot boxes at Moroccan consulates. Instead, they must travel to Morocco to vote or authorize a registered family member or acquaintance to vote on their behalf.</p><p>The number of registered voters has declined by 9.7% since the 2021 election, even as Morocco’s population has grown, and analysts expect turnout to be low.</p><p>As ballot stations opened in Casablanca and Rabat, voters of various ages formed small but continuous lines to cast their ballots, despite Wednesday being a workday.</p><p>Jamal Aamar, a 63-year-old retired banker, came to vote for the Federation of the Democratic Left, a left-wing coalition. Aamar said participating in the election allows his voice to be heard.</p><p>“If you boycott, you will leave others an empty seat,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQCOMDOPNTS2J2SAM6FZNQKNGU.jpg?auth=0a055859825bf2ce22a1fbc2dc32d4d5541b9ff70c9fb8ff2f192e3c95768c6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman casts her vote inside a polling station during the legislative elections in Rabat, Morocco, Wednesday, Sept. 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T76TXWHHYWDBEA4AWBPXFOFRRY.jpg?auth=634ab5e53dd4c7b0fec0cecba40070f8a5ec4b958cb4c0c2b1cade48fae88f73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People cast their vote inside a polling station during the legislative elections in Rabat, Morocco, Wednesday, Sept. 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJDR64V4DDYKTFPUTV2HJXGQYQ.jpg?auth=619c7d2bae31e852fec84f7b55ffbf470573df85004135ea38d3abd6a403126d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman checks voters lists before casting her vote inside a polling station during the legislative elections in Rabat, Morocco, Wednesday, Sept. 23, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QL2YBZZZX5FZATSVS6FLCHZO5U.jpg?auth=cc397d2d761e37a8b78bd33e851c2fbd364fc120d18b4f0b4506ac32745999a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Faouzi Lekjaa, president of the Royal Moroccan Football Federation and member of the political bureau of the Authenticity and Modernity Party (PAM) takes part in an electoral rally ahead of the upcoming legislative elections, in Benslimane, Morocco, Sunday, Sept. 20, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZTJFFOH3BTJFCYNU644UHK64DU.jpg?auth=1a3544bde811f7c8a48bc233a7584b2e8ca3dfe166bf298e2861488076903793&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fatima Ezzahra El Mansouri, Moroccan minister, politician and mayor of Marrakech, takes part in an electoral rally for Authenticity and Modernity Party (PAM) ahead of the upcoming legislative elections, in Tangier, Morocco, Wednesday, Sept. 16, 2026. (AP Photo/Mosa'ab Elshamy)]]></media:description><media:credit role="author" scheme="urn:ebu">Mosa'ab Elshamy</media:credit></media:content></item><item><title><![CDATA[US stocks slip after bond yields jump on higher oil prices and a strong economic report]]></title><link>https://www.local10.com/news/2026/09/23/us-stocks-slip-after-oil-prices-halt-their-drop-and-a-strong-economic-report-raises-bond-yields/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/23/us-stocks-slip-after-oil-prices-halt-their-drop-and-a-strong-economic-report-raises-bond-yields/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are falling on Wednesday after oil prices halted their weeklong run of easing and a surprisingly strong report on U.S. business activity raised worries about inflation.]]></description><pubDate>Wed, 23 Sep 2026 14:49:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are falling on Wednesday after oil prices halted their weeklong run of easing and a surprisingly strong report on U.S. business activity raised worries about inflation.</p><p>The S&P 500 fell 0.6% and was 1.1% below its record set last month. The Dow Jones Industrial Average was down 87 points, or 0.2%, following the first hour of trading, while the Nasdaq composite fell 1.1% from its own all-time high.</p><p>Stocks felt pressure as the price for a barrel of Brent oil rose 2.4% to $101.59. It reverses a decline for Brent, which had been falling since hitting nearly $110 last week on worries that the war with Iran will keep oil bottled up in the Middle East for a long time. Talks are continuing with mediators between U.S. and Iranian officials, but nothing concrete has come from it yet.</p><p>Even with its recent decline, the price for a barrel of Brent remains much higher than the roughly $72 it cost before the war with Iran began.</p><p>The climb in oil prices has helped push yields higher in the bond market, which in turn slows the economy by making it more expensive for everyone to borrow money. Yields got an extra push Wednesday morning after a preliminary report suggested growth in U.S. business activity surged to its strongest level in more than five years.</p><p>The yield on the 10-year Treasury jumped to 5.05% from 4.96% late Tuesday, which is a considerable move for the bond market.</p><p>On the downside for the economy, the report also suggested costs for businesses are jumping at the fastest rate in four years, in part because of more expensive fuel, according to Chris Williamson, chief business economist at S&P Global Market Intelligence. That could mean businesses will pass on those higher costs to their customers in coming months and worsen inflation.</p><p>Last week, the 10-year Treasury yield topped 5% for the first time since 2023 because of worries about inflation, the U.S. government’s growing debt load and other concerns. The Federal Reserve also last week raised its short-term interest rate for the first time in three years in hopes of reining in inflation.</p><p>Fed Gov. Michael Barr said in a speech on Wednesday that in his “base case, further policy adjustments are likely to be needed to ensure inflation comes down to target in a timely fashion.”</p><p>Strong growth in profits for U.S. companies have so far helped support Wall Street despite higher interest rates and more expensive oil.</p><p>KB Home became the latest to deliver a stronger profit report for the latest quarter than analysts expected. But its stock nevertheless slipped 1% after the homebuilder’s executive chairman said conditions got even tougher for the housing market over the last three months.</p><p>Potential customers are becoming more cautious because of higher mortgage rates caused by the rise in the 10-year Treasury yield. They also are feeling pressure from “geopolitical uncertainty and broader economic headwinds,” Jeffrey Mezger said.</p><p>General Mills likewise reported a stronger profit for the latest quarter than analysts expected, even as higher costs eroded how much the company behind the Cheerios and Progresso brands made off each $1 of revenue.</p><p>But the company said it also expects growth this fiscal year to fall below its historical track record “driven by a continued challenging consumer backdrop,” and it did not raise its forecast for profit over the full fiscal year. Its stock fell 1.6%.</p><p>U.S. consumers have been feeling more discouraged about their finances because of how much prices keep rising for fuel, groceries and other costs of living.</p><p>In stock markets abroad, indexes slipped across much of Europe and Asia.</p><p>Stock indexes fell 1% in Hong Kong and 0.4% in Shanghai ahead of Chinese President Xi Jinping’s state visit to Washington, which is kicking off Wednesday, and his meeting this week with President Donald Trump.</p><p>The leaders are expected to attempt to steady fragile ties in their third meeting since Trump returned to the White House. That is despite the world’s two largest economies seeking the upper hand on artificial-intelligence developments and trade, while pushing for leverage in persistent hot spots like Iran and Taiwan.</p><p>___</p><p>AP Business Writers Chan Ho-him and Michelle Chapman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H5MTE2VPRAJJ54O7BZL6BF63E4.jpg?auth=f13e3ad2b992666c43b52206532e0d5bab3c0aebc5a073264ed9c9a6b8d3ddf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Justin Kanda works on the floor at the New York Stock Exchange in New York, Monday, Sept. 14, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Dolly Parton’s estate accuses her nephew of threatening violence and to destroy his aunt’s legacy]]></title><link>https://www.local10.com/entertainment/2026/09/23/dolly-partons-estate-accuses-her-nephew-of-threatening-violence-and-to-destroy-his-aunts-legacy/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/dolly-partons-estate-accuses-her-nephew-of-threatening-violence-and-to-destroy-his-aunts-legacy/</guid><dc:creator><![CDATA[By HALLIE GOLDEN, Associated Press]]></dc:creator><description><![CDATA[Dolly Parton 's estate accused the country music icon’s nephew of threatening to commit violence and destroy his aunt’s legacy and business empire in court filings that also asked a judge to keep him away from its employees and business dealings.]]></description><pubDate>Wed, 23 Sep 2026 15:16:33 +0000</pubDate><content:encoded><![CDATA[<p>Dolly Parton 's estate accused the country music icon’s nephew of threatening to commit violence and destroy his aunt’s legacy and business empire in court filings that also asked a judge to keep him away from its employees and business dealings.</p><p>Court documents filed Tuesday in Nashville offer the first signs of discord in a carefully managed estate process for one of the most beloved personalities in music and beyond.</p><p>Bryan Seaver, who owns a company that provided Parton’s security detail and was handpicked by the star to announce her death from cancer last month, did not immediately respond to an email from The Associated Press requesting comment.</p><p>In the temporary restraining order request filed by She’s Alive, the entity that manages and protects Parton’s professional property and business, and other court documents, it claims Seaver sent increasingly threatening messages over the last several weeks. She’s Alive is run by Danny Nozell, Parton’s longtime manager.</p><p>Last week, “She’s Alive” terminated Seaver and Squadron Augmented Protection Services, saying his "terrorizing conduct made their continued retention untenable,” according to court documents.</p><p>The court documents showcase a series of text messages and emails She's Alive says were sent by Seaver starting just before Parton's death. The messages begin with threats to destroy the brand, and then after her death, depict Seaver reveling in his newfound fame and calling himself an “international arms dealer."</p><p>In one message written on Sept. 1 and included in the court documents, he said: “I’m going to set up a podcast dedicated to ruining Dolly’s brand partnerships and telling the violations these people have done on us. It’s going to be great. Or f——— pay me.”</p><p>Seaver also claimed that he worked for private military contractors overseas during the Iraq War and used that experience as part of these threats, according to the complaint.</p><p>The messages have resulted in Parton’s trusts and estates attorney leaving and employees of She’s Alive resigning, according to the court documents. The entity has also had to hire private security for its employees, including at their homes, the documents state.</p><p>The restraining order is meant to stop Seaver from talking with or being within 1,000 feet (304.8 meters) of She’s Alive employees, attorneys and business partners. It also is meant to keep him from interfering with its business relationships.</p><p>Parton wrote hundreds of songs, including classics like “Jolene,” “Coat of Many Colors” and “I Will Always Love You,” that earned a total of more than 100 million worldwide sales and more than 1 billion online streams.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YQGSAGKPRRISROSOEFCIZIPC5M.jpg?auth=082204c54b981f2b070bfc7b3e56f3867f669dbfad230848aab6c25212e33a3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Henry Bailey, 7, from Kentucky signs his name to a tribute sign to the late Dolly Parton before a NASCAR Cup Series auto race Saturday, Sept. 19, 2026, in Bristol, Tenn. (AP Photo/Wade Payne)]]></media:description><media:credit role="author" scheme="urn:ebu">Wade Payne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZB4WEZE3EKKLKUB3EYVVA4FVLY.jpg?auth=4c954bacdb91aa6105c9ad4c2b009b1a850360e8eb110ec48f04a6d7c27f0696&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In This aerial view, flowers, notes and photos are left on Dolly Parton's star on the Hollywood Walk of Fame on Wednesday, Aug. 26, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F5H7O75KUWVZVOOASQ5XVVMFDU.jpg?auth=e480db2d99a595e71b1abbbb8f7facb76de27e440fde7969cd4c11b11126bc96&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dolly Parton poses at the Carnegie Medal of Philanthropy Ceremony in New York, on Oct. 13, 2022. (AP Photo/Andres Kudacki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andres Kudacki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A5YIY4TJCC5GBMHMP24VXSQITQ.jpg?auth=e979a5b5f4752a06ae06b03c618ac53ca2c68756d902bc9be00426832cc57d54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dolly Parton performs at Glastonbury music festival, June 29, 2014. (Photo by Jonathan Short/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Short</media:credit></media:content></item><item><title><![CDATA[Broward commissioners pass $9.2 billion budget, approve 5.6 millage rate]]></title><link>https://www.local10.com/news/politics/2026/09/22/broward-commissioners-pass-92-billion-budget-approve-56-millage-rate/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/22/broward-commissioners-pass-92-billion-budget-approve-56-millage-rate/</guid><dc:creator><![CDATA[Linnie Supall, Andrea Torres]]></dc:creator><description><![CDATA[Broward County commissioners passed a $9.2 billion budget on Tuesday and approved a flat 5.6 millage rate. ]]></description><pubDate>Tue, 22 Sep 2026 22:22:05 +0000</pubDate><content:encoded><![CDATA[<p>Broward County commissioners passed a <a href="https://www.broward.org/budget" target="_self" rel="" title="https://www.broward.org/budget">$9.2 billion budget</a> on Tuesday and approved a flat <a href="https://www.browardcdn.org/api/public/content/95869e74108f4f3c8f501aee290a3118?v=01c437c0" target="_self" rel="" title="https://www.browardcdn.org/api/public/content/95869e74108f4f3c8f501aee290a3118?v=01c437c0">5.6 overall millage rate</a>. </p><p>The <a href="https://www.browardcdn.org/api/public/content/902331fe67934c3d93707c8d609619c6?v=23cc4998" target="_self" rel="" title="https://www.browardcdn.org/api/public/content/902331fe67934c3d93707c8d609619c6?v=23cc4998">operating budget</a> is $5.6 billion, the <a href="https://www.browardcdn.org/api/public/content/f6ab61c1638d44cdb6216d525f7a6b6c?v=b4021d6b" target="_self" rel="" title="https://www.browardcdn.org/api/public/content/f6ab61c1638d44cdb6216d525f7a6b6c?v=b4021d6b">capital budget</a> is $2.88 billion, and the debt service budget is $720.3 million. The rolled-back millage rate was 5.39.</p><p>“In the over decade that I have been here, we have lowered the millage rate three times,” Mayor Mark D. Bogen said. “We have never raised the millage rate.”</p><p>Commissioner Alexandra P. Davis warned that if voters pass the state’s <a href="https://www.local10.com/topic/Amendment_3/" target="_self" rel="" title="https://www.local10.com/topic/Amendment_3/">Amendment 3</a> to increase the homestead exemption, the commission will have to readjust the millage rate. </p><p>“It’s layoffs, increase the millage rate, cut services,” Davis said during the meeting about options to balance the budget. </p><p>Monica Cepero, the county administrator, told commissioners during the meeting that the budget includes the largest investment in public safety in the county’s history. </p><p>“This represents a $24 million total increase for salary adjustments for detention deputies, coupled with an additional $15 million increase for a 5.8% salary increase,” Cepero said.</p><p>The salary increase, inclusive of increases in benefits, was for the Broward Sheriff’s Office general law enforcement, courts, and fire rescue and emergency services, according to Cepero. </p><p>The capital funds allocations included $27.7 million for the Affordable Housing Trust, which aims to increase the stock in the county, according to Cepero. The transfer from the general fund increased from $20 million to $25 million.</p><p>“This board has absolutely prioritized affordable housing,” Cepero said. </p><p>Commissioner Nan H. Rich said teachers are leaving the county, so the need is dire. Commissioner Beam Furr said that if voters pass Amendment 3, the commission would have to lower the much-needed investment in affordable housing. </p><p>“This year funding will be just fine because we have it in the budget for next year. It’s just in case something happens in Tallahassee in reference to Amendment 3, then we will have to figure out what type of services we are going to provide, what needs to be cut, but we are prepared to do that,” Robert McKinzie, the vice mayor, said. </p><p>The new budget will take effect on Oct. 1st.</p><p><b>A closer look </b></p><figure><img src="https://www.local10.com/resizer/v2/FFEPDJYS2JGERD5EDSH2WMN3N4.jpg?auth=2911392070729bec64dbad3419910e76ba140b2ec1d32d56817ea37443c3b196&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><figure><img src="https://www.local10.com/resizer/v2/SJ2TY6A2GFDQJHBYS67QXXB76A.jpg?auth=1dd67e4bc56c43b164fea5a6aa5b456409bc2ec095a9764b48d9ab6a82933266&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><b>Related report:</b> <a href="https://www.local10.com/news/local/2026/09/22/broward-commissioners-vote-to-take-back-fire-department-from-bso-in-move-tony-slams-as-betrayal/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/22/broward-commissioners-vote-to-take-back-fire-department-from-bso-in-move-tony-slams-as-betrayal/">Broward commissioners vote to take back fire department from BSO in move Tony slams as ‘betrayal’</a></p><p><b>Watch the meeting: </b><a href="https://www.youtube.com/watch?v=3BHanNXj9Hw" target="_self" rel="" title="https://www.youtube.com/watch?v=3BHanNXj9Hw">Budget public hearing #2</a></p><p><b>Related link: </b><a href="https://www.browardcdn.org/api/public/content/3513643f195b47deb15ad96fe7fd7478?v=0c68d1c9" target="_self" rel="" title="https://www.browardcdn.org/api/public/content/3513643f195b47deb15ad96fe7fd7478?v=0c68d1c9">Understanding your recommended Broward County budget</a></p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">I am happy to report that for the second year in a row I have made the motion and received the support of my colleagues to REDUCE the tax millage rate to 5.6628 and another modest tax rate reduction for the Broward County millage rate. Thank you.</p>&mdash; Michael Udine (@Michaeludine) <a href="https://x.com/Michaeludine/status/2102518690126143601?ref_src=twsrc%5Etfw">September 22, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Alvarez hits 41st homer and drives in 3 as Astros blank Mariners 7-0 to tie Rangers atop AL West]]></title><link>https://www.local10.com/sports/2026/09/23/alvarez-hits-41st-homer-and-drives-in-3-as-astros-blank-mariners-7-0-to-tie-rangers-atop-al-west/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/23/alvarez-hits-41st-homer-and-drives-in-3-as-astros-blank-mariners-7-0-to-tie-rangers-atop-al-west/</guid><dc:creator><![CDATA[By LUKE OLSON, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Yordan Alvarez resumed his Triple Crown push with a home run and three RBIs as the Houston Astros beat the Seattle Mariners 7-0 on Tuesday night to pull even with Texas atop the AL West.]]></description><pubDate>Wed, 23 Sep 2026 07:05:37 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Yordan Alvarez resumed his Triple Crown push with a home run and three RBIs as the Houston Astros beat the Seattle Mariners 7-0 on Tuesday night to pull even with Texas atop the AL West.</p><p>Houston snapped a three-game skid and tied the Rangers at 78-79 following their 6-3 loss to the New York Mets at home. Both teams have five games remaining, and the Astros hold the head-to-head tiebreaker.</p><p>Seattle (73-84) is on the brink of playoff elimination, one season after winning the AL West for the first time in 24 years and coming within one victory of the franchise's first World Series appearance.</p><p>Alvarez hit a two-run drive to right field in the eighth inning to tie Junior Caminero of the Tampa Bay Rays for the American League lead with 41 homers. Alvarez is first in batting average at .314 and he has 102 RBIs, six behind Baltimore Orioles slugger Pete Alonso for most in the AL.</p><p>Miguel Cabrera of the Detroit Tigers in 2012 was the most recent hitter to win a Triple Crown by leading his league in all three of those statistical categories.</p><p>Alvarez hit an RBI single in the first to reach 100 RBIs for the second time in his career. Christian Walker belted a three-run homer to make it 4-0 in the third, and Isaac Paredes added a solo shot in the sixth.</p><p>It was the 200th home run of Walker's career and his 26th this season.</p><p>Cam Smith snapped an 0-for-26 skid with a double.</p><p>Houston starter Cristian Javier was removed after two innings with right groin tightness. He threw 45 pitches. Miguel Ullola (1-0) followed with two innings of one-hit ball for his first major league win.</p><p>Bennett Sousa, AJ Blubaugh and Logan VanWey completed the four-hitter.</p><p>Mariners starter Logan Gilbert (12-11) lasted only four innings, yielding four runs on 10 hits — the most hits he's allowed in a game this season.</p><p>Up next</p><p>Rookie right-hander Ethan Pecko (1-0, 3.77 ERA) makes his fifth major league start Wednesday for Houston against Seattle RHP George Kirby (9-11, 4.24).</p><p>___</p><p>This story has been corrected to show that Alvarez homered in the eighth inning.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BRI4R4EFZZZ2APCQLFEJKTO3U.jpg?auth=6a653a58bdddc17bfb8785d7ff72d9d0bc6559451882584c7dbabcc711fa4eef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros designated hitter Yordan Alvarez (44) hits an RBI single in the first inning of a baseball game against the Seattle Mariners, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ESXZR2HDVDQWONQ52ISPACOALI.jpg?auth=02ea7e77873e73be25e97b7953534875dca5e39ec23d4b0c64ff1b2b42f6668a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros designated hitter Yordan Alvarez (44) reacts after hitting a RBI single in the first inning of a baseball game against the Seattle Mariners, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DDPAZAPFIA2FWOF2FZODFOBHZQ.jpg?auth=c188988d71f2cb45fd6db6a1eb8d31fd0924e2c86fc8527a753027ac97320867&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros right fielder Cam Smith (11) reacts after hitting a double in the second inning of a baseball game against the Seattle Mariners, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W4OIEER4UZCLGH3DX5GZE77CDM.jpg?auth=1940fc666ad4b94bd8e8fde85b88110acf37aed25db15d9e6c51e3b6a99f9b09&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners pitcher Logan Gilbert (36) speaks with catcher Cal Raleigh (29) in the first inning of a baseball game against the Houston Astros, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VZOR4VEDHJ2U33R4UTSIVISQQA.jpg?auth=46ff9f01aff7a71fde132d3b49e333e25e6c59d3d200edba163d7906ab11ef7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Mariners center fielder Julio Rodríguez (44) looks on after the bottom of the eighth inning of a baseball game against the Houston Astros, Tuesday, Sept. 22, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content></item><item><title><![CDATA[This year, with shifting political winds, Canada gets more of the spotlight on the UN's stage]]></title><link>https://www.local10.com/news/world/2026/09/23/this-year-with-shifting-political-winds-canada-gets-more-of-the-spotlight-on-the-uns-stage/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/this-year-with-shifting-political-winds-canada-gets-more-of-the-spotlight-on-the-uns-stage/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — For years, Canada was a trouper in the drama of international affairs. An adept and experienced contributor, it didn't often draw the spotlight when world leaders gathered at the U.N. each September.]]></description><pubDate>Wed, 23 Sep 2026 04:27:34 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — For years, Canada was a trouper in the drama of international affairs. An adept and experienced contributor, it didn't often draw the spotlight when world leaders gathered at the U.N. each September.</p><p>This year, the nation of 41 million has a new posture on the planet's biggest diplomatic stage.</p><p>Since a watershed speech to the World Economic Forum in January, Prime Minister Mark Carney has become a leading voice of what he and some others call “middle powers.” He has urged them to band together to update and preserve the international order, and protect their own interests, in an era of flexes by the United States and other global giants.</p><p>And he has shown himself willing to walk the walk when faced with U.S. President Donald Trump’s tariff's.insults and cavalier talk of annexation. Carney rejected what he said were unacceptable U.S. trade demands and walked away from talks last month. Bluntly hedging his country's decades-long bet on U.S. trade and partnership, he has been courting other prospects — Canada might even become the European Union's first associate member.</p><p>“Partners are working with Canada because Canada’s predictable, reliable and principled in a world that’s anything but,” Carney told Canadian media at a news conference at the U.N. Tuesday as the General Assembly's big meeting got into full swing.</p><p>It's the international community's premier gathering of the year. And to Carney, it's an opportunity to demonstrate Canada's vision of “values-based realism” that's “both principled and pragmatic” — part commitment to such values as freedom, human rights and sustainability, part clear-eyed, “calibrated alliances” with partners that won't sign onto the whole list.</p><p>That's frankly practical talk for a forum that's prone to either diplomatic caution or soaring rhetoric, be it doomsaying, idealistic or, often, both. And Carney is finding an ear.</p><p>He's moving fast and building coalitions</p><p>Canada and a half-dozen other countries launched a new group Monday meant to stand up for economic cooperation and U.N.-style international collaboration. An air traffic control mess at New York airports kept Carney from making it to the “partners for multilateralism” kickoff event at the U.N. Monday night, but his schedule Tuesday included personal meetings with Jordan's king, the presidents of Chile and Angola, and an Emirati cabinet minister.</p><p>He also co-hosted a meeting on the long-elusive two-state solution to the Israeli-Palestinian conflict and pledged 100 million Canadian dollars ($71 million) in humanitarian and security funding for Palestinians. Canada last year joined more than 150 countries that have recognized a Palestinian state, over the objections of Israel and its key ally, the U.S.</p><p>Asked whether he interacted Tuesday with Trump or members of his administration, Carney replied that he saw the huge meeting of world leaders as a chance to “meet those whom you don’t normally see.” He did attend Trump's speech at the assembly, where the president made no mention of Canada — the country on the other side of the world’s longest international border, and now on the other end of a deepening trade war.</p><p>After speaking Wednesday at a U.N. meeting about oceans, Carney heads back to Canada for other commitments. Foreign Minister Anita Anand is set to deliver the country's U.N. speech Saturday.</p><p>She said in an interview Tuesday that the address “will be very much about implementing the middle power strategy” that Carney has articulated — memorably when he told the World Economic Forum that as great power rivalries increasingly shake the international system, “middle powers must act together, because if we’re not at the table, we’re on the menu.” (There’s no official list of “middle powers,” but the term is often understood to mean countries that aren’t superpowers or their proxies but have some sway in global politics due to diplomatic or other strengths.)</p><p>Carney's “message resonates with many audiences, particularly those in the global North,” says University of Ottawa international affairs professor Srdjan Vucetic.</p><p>He noted that the prime minister's leadership is resonating at home, too. Carney, who took office in March 2025, enjoys high approval ratings from Canadians. Many are galled by Trump's remarks about making their country the U.S.'s “51st state,” his insistence on referring to Lake Ontario as “Lake America” and his trade policies. In Toronto, Canada’s most populous city, some neighborhoods are dotted with lawn signs encouraging eligible U.S. expatriates to vote absentee, and at least one coffee shop has crossed the Americano drink off its menu, substituting “Canadiano” instead.</p><p>Carney seeks to increase non-US trade</p><p>Carney, 61, a former central bank chief with a doctorate in economics, aims to double Canada's non-U.S. trade within a decade. He convened hundreds of international investment firm executives for a Canadian investment summit last week and is hoping for a trade deal with India, among others, by year’s end.</p><p>His government has touted security, defense and economic agreements with a roster of countries over the past year, and he has envisioned Canada as potentially forging an economic bridge of sorts between the EU and Pacific Rim countries.</p><p>His international efforts have drawn some questions, as when he became the first Canadian prime minister in over a quarter-century to visit Saudi Arabia. Predecessor Justin Trudeau's government had assailed Saudi Arabia’s human rights record, spurring a five-year diplomatic split. The two countries restored full diplomatic relations in 2023.</p><p>Carney said at the time of the July visit that he cares deeply about human rights, that there's no point in “lecturing countries from afar,” and that engaging with them doesn't convey approval of their every move.</p><p>At his U.N. news conference Tuesday, he said his approach “means actively, actively taking on the world as it is, not passively waiting for a world we wish to be.”</p><p>“We have a strategy that, I believe, has already made our country stronger,” he added, “but we’ve only just begun.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N3UBFQLNOH4UJHNYSPG7XMNIBU.jpg?auth=cec27edde97ae1d3a4eed9ab99bd1288602e245c1fd13c231a49bca7349ad86e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canada's Prime Minister Mark Carney waits to listen to President Donald Trump speak to the United Nations General Assembly, Tuesday, Sept. 22, 2026, at the UN headquarters. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPT2DSWI5C2J7GPQ3TZYCSQHTM.jpg?auth=6e856b7a33b65b85cbaccf0e519dd646547ca7c6e3896fe2bf74d6b6db979935&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canadian Foreign Minister Anita Anand speaks outside United Nations headquarters during the 81st session of the United Nations General Assembly, Tuesday, Sept. 22, 2026. (AP Photo/Stefan Jeremiah)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Jeremiah</media:credit></media:content></item><item><title><![CDATA[Un estudio proyecta hasta 451.000 muertes más debido al calor causado por El Niño]]></title><link>https://www.local10.com/espanol/2026/09/23/un-estudio-proyecta-hasta-451000-muertes-mas-debido-al-calor-causado-por-el-nino/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/23/un-estudio-proyecta-hasta-451000-muertes-mas-debido-al-calor-causado-por-el-nino/</guid><dc:creator><![CDATA[Por SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — El poderoso El Niño de este año y el calor mundial récord que está impulsando, junto con sequías severas, incendios forestales y la reducción de los suministros de agua, podrían provocar casi medio millón de muertes adicionales en todo el mundo para finales de febrero, según una investigación publicada el miércoles.]]></description><pubDate>Wed, 23 Sep 2026 04:12:11 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — El poderoso El Niño de este año y el calor mundial récord que está impulsando, junto con sequías severas, incendios forestales y la reducción de los suministros de agua, podrían provocar casi medio millón de muertes adicionales en todo el mundo para finales de febrero, según una investigación publicada el miércoles.</p><p>La sombría advertencia del Climate Impact Lab, con sede en la Universidad de Chicago, señala que hasta 451.000 muertes adicionales relacionadas con el calor entre junio y finales de febrero podrían atribuirse a El Niño, en comparación con las muertes por calor previstas en un año típico.</p><p>El mayor impacto, afirma el grupo, se espera en los países más pobres, que ya lidian con la inseguridad alimentaria y los altos costos de la energía, en parte debido al cambio climático y a las consecuencias de la guerra en Irán.</p><p>Michael Greenstone, cofundador del grupo y coautor del estudio, manifestó que el peligro por el calor probablemente persistirá más allá de febrero, aunque se espera que este El Niño termine para entonces. Agregó que las consecuencias del fenómeno meteorológico podrían sentirse hasta bien entrado el próximo verano.</p><p>La investigación, explicó, muestra que el calor es más peligroso en lugares que ya son calurosos y relativamente pobres.</p><p>“Si ya estás en un lugar caluroso, ese par de grados extra va a ser mucho más peligroso”, afirmó. Los lugares más ricos, añadió, por lo general tienen mayor acceso al aire acondicionado, suministros de agua confiables y sistemas de salud que funcionan.</p><p>El estudio combinó pronósticos estacionales de temperatura con estimaciones localizadas de cómo las altas temperaturas afectan la mortalidad en más de 24.000 regiones de todo el mundo.</p><p>Los investigadores estimaron las muertes adicionales relacionadas con el calor al comparar las muertes previstas bajo temperaturas elevadas impulsadas por El Niño con las muertes esperadas si las temperaturas se mantuvieran similares a las que han sido en las últimas tres décadas. Las muertes proyectadas corresponden a todo el periodo de El Niño, desde junio de 2026 hasta finales de febrero de 2027.</p><p>Habrá más muertes en el Sur Global debido al calor</p><p>El estudio de Greenstone y sus colegas también advierte que el Sur Global —un término que no es geográfico, sino una referencia a los países en desarrollo en general— soportará la carga más pesada del calor excesivo.</p><p>Los investigadores detrás del informe hallaron que se espera que la región del Sahel en África —países en el borde meridional semiárido del desierto del Sahara— sea la más afectada, con unas 66.800 muertes adicionales causadas por el calor agudizado por El Niño.</p><p>Otros grandes focos incluyen el sur y el sudeste de Asia y partes de América Latina, según el informe. Los investigadores proyectan unas 19.400 muertes adicionales relacionadas con el calor en Filipinas, Vietnam, Tailandia y Camboya, así como 19.300 en Indonesia, 15.800 en India y 13.300 en Brasil.</p><p>Las alertas por calor y los centros de enfriamiento podrían evitar miles de muertes</p><p>Con cifras tan abrumadoras, el informe indica que hay medidas recomendadas que los gobiernos pueden adoptar. Entre ellas figuran sistemas de alerta por calor, centros de enfriamiento, puntos de hidratación, protecciones para los trabajadores al aire libre, ampliación de la capacidad hospitalaria y acciones de alcance dirigidas a las personas mayores y otros grupos vulnerables.</p><p>Los autores también piden lo que describen como financiamiento anticipatorio, para que los gobiernos puedan movilizar recursos antes de que el calor peligroso alcance su punto máximo.</p><p>Abhiyant Tiwari, experto en calor de NRDC India que no participó en el estudio, comentó que las proyecciones del informe deberían servir como un llamado a la acción, más que como otra razón para alarmarse.</p><p>Pero, aunque una cosa es contar con planes bien pensados —como los tiene India—, implementar esos planes y reunir los fondos necesarios sigue siendo un desafío, sostuvo.</p><p>“La verdadera medida de nuestra preparación no es cuántas alertas por calor emitimos, sino cuán eficazmente protegemos a las personas y reducimos las muertes evitables”, añadió Tiwari.</p><p>El cambio climático está amplificando el calor récord de El Niño</p><p>El Niño es un patrón climático natural, pero el evento inusualmente fuerte de este año está ocurriendo en un planeta ya calentado por el cambio climático causado por el ser humano, lo que incrementa los riesgos del calor extremo.</p><p>El Climate Impact Lab indicó que las temperaturas globales sobre tierra durante este El Niño podrían ser más altas en alrededor de 1,2 grados Celsius (2,1 Fahrenheit), lo que produciría un 44% más de días extremadamente calurosos que en un año típico. El informe señaló que esos aumentos de temperatura podrían reflejar condiciones que el cambio climático podría volver comunes dentro de unos 20 años.</p><p>Por eso, este El Niño podría ofrecer un adelanto de lo que viene a medida que el planeta continúa calentándose, indicó el informe. También es una oportunidad para que los responsables de tomar decisiones “vean exactamente dónde pueden emprenderse acciones de emergencia ahora para salvar decenas de miles de vidas”, afirman los autores.</p><p>______</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Consulte las normas de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas en AP.org.</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/ARBDHHYU2C7CVY2KIQ5OVGI6EY.jpg?auth=40138b62bc41143b1775c99a842eec520533c2c8dcb692ad0934cba0b74bc6c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bomberos rocían agua para apagar incendios en el bosque de Kubu Raya, Indonesia, el 12 de septiembre de 2026. (Foto AP/Archivo de Tatan Syuflana)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content></item><item><title><![CDATA[Trump says his ballroom will house a drone port. The Secret Service already has one next door]]></title><link>https://www.local10.com/news/politics/2026/09/23/trump-says-his-ballroom-will-house-a-drone-port-the-secret-service-already-has-one-next-door/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/23/trump-says-his-ballroom-will-house-a-drone-port-the-secret-service-already-has-one-next-door/</guid><dc:creator><![CDATA[By COLLIN BINKLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump's AI-fueled vision for a drone port he intends to install atop the new White House ballroom includes missile-bearing unmanned aerial vehicles and gun-toting troops, ostensibly to protect the 18-acre complex and the nation’s capital.]]></description><pubDate>Wed, 23 Sep 2026 09:38:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump's AI-fueled vision for a drone port he intends to install atop the new White House ballroom includes missile-bearing unmanned aerial vehicles and gun-toting troops, ostensibly to protect the 18-acre complex and the nation’s capital.</p><p>A few hundred feet away, a drone port, run by the U.S. Secret Service and not the military, is already quietly operational. Equipped with cameras and sensors to scope out potential threats from a bird’s-eye view, the small UAVs stand on alert in four gray weatherproof boxes until deployed at officers' commands.</p><p>The agency is using a model known as “drone as first responder,” deploying speedy unarmed drones from outdoor stations to serve as flying cameras. That model has been adopted by hundreds of police agencies across the U.S., often powered by AI software to help dodge obstacles or track targets.</p><p>The existence of the surveillance drones on a Treasury Department building adjacent to the White House complex has not been previously reported, and could undercut Trump's legal claims that the ballroom construction is necessary “to protect the White House and surrounding region from aerial attacks.” The need for the drone port underpinned Trump's national security defense for the construction project — a justification he is now citing for the construction of a massive arch outside the gates of Arlington National Cemetery.</p><p>The installation is thus far markedly less imposing than the vision outlined by Trump, with its rows of futuristic attack drones, apparently modeled after those used in U.S. military strikes, that drone experts describe as outlandish.</p><p>“To be honest, if a drone was so close to the White House that it needed interdiction, it’s already gotten too far,” said Matt Sloane, co-founder of SkyfireAI, which makes software for drones used by public safety agencies.</p><p>It would be more realistic for the White House to build something akin to what the Secret Service is using next door, Sloane said: “The drone takes off and does some type of perimeter sweep or whatever, and then puts itself back in the box.”</p><p>The White House did not comment for the story. The Secret Service declined to comment on the specifics of its drone operations but said the new docks are separate from Trump's ballroom drone port.</p><p>The details of Trump’s ballroom drone port remain murky</p><p>Security of the president and the White House complex is generally the domain of the Secret Service, which works in close concert with the White House Military Office and other military elements when needed.</p><p>Trump has said the drone port came at the request of U.S. military officials. Speaking to reporters in May, he said the building’s plans were expanded to meet the request: “They wanted more drone capacity,” he said. On social media, he boasted that the drone port might end up being the “most sophisticated” in the world.</p><p>What Trump is ultimately aiming to build, and how far it goes beyond what has already been installed, remains unclear. Beyond Trump’s AI images, some of which he filed in his appeal to the U.S. Supreme Court to lift lower courts' blocks on the construction, the White House has not disclosed what kinds of drones will be used or for what tactical purpose.</p><p>The Secret Service is using smaller surveillance drones that are a fraction of the size of the attack drones depicted in Trump’s AI images. The U.S. Air Force bought similar drones from Skydio in April to protect bases across the Middle East. The company also supplied drones to help protect World Cup matches this year.</p><p>The Secret Service has been building out its drone- and counter-drone programs for years. But work has accelerated since the 2024 attempted assassination of Trump at a campaign rally in Butler, Pennsylvania, when the agency failed both to take action against a drone used by the shooter to scout out the attack and to fly one of its own to provide overwatch of the event.</p><p>In the weeks that followed, tethered and untethered surveillance drones became commonplace at campaign rallies and large events at the White House complex.</p><p>In an online video released by the agency highlighting their deployment, the Secret Service said the Skydio drones are used to provide “real-time situational awareness” and “aerial overwatch."</p><p>“It allows you to see the threat before it becomes an issue, and to task assets accordingly,” Dustin Talbott, of the Secret Service’s Aviation and Airspace Security Division, said in the video. “We no longer wait for the threat to reveal itself. We find it first.”</p><p>Skydio did not provide comment for this story.</p><p>Trump's drone port vision would face logistical hurdles</p><p>Trump has made it a priority to build a stronger drone presence around the White House, responding to an increase in political violence and the evolution of drone warfare.</p><p>Paul Eckloff, a former supervisor of the Secret Service’s presidential protection division, said the Russia-Ukraine war has highlighted the risks posed by drones, even off-the-shelf models that can cause massive damage. Drones now represent one of the largest emerging threats the White House must defend against, he said.</p><p>During Trump’s first term, conversations about drones often centered on their use in places like Iraq and Syria, said Javed Ali, who served on the National Security Council during that time and now teaches national security at the University of Michigan. Since then, it has become a matter of domestic security, he said.</p><p>Yet there would be major logistical hurdles involved in putting a busy drone port on top of the White House, he said. “There’s a whole host of questions, like who is responsible for overseeing it, and how would there be any de-confliction with commercial airspace?” he said.</p><p>Complexities around federal oversight were laid bare this year when the U.S. military used a laser to shoot down a drone near El Paso, Texas, only to find it belonged to Customs and Border Protection. The mishap briefly led the FAA to close nearby airspace.</p><p>A drone hub at the White House would navigate crowded and complex airspace around Washington, not far from Reagan Washington National Airport and flight paths shared by other military aircraft.</p><p>Opponents say the White House is becoming a fortress</p><p>Trump started talking about the drone port in May, weeks after a federal judge halted ballroom construction but allowed work on security components to continue. Trump later went on to refer to the ballroom as a “military complex,” leaning on that security role as a legal justification.</p><p>The Supreme Court in August cleared Trump to continue construction as the legal challenge moves ahead.</p><p>Opponents say the president is going too far in his hardening of the White House, turning it into something closer to a fortress. Edward Lengel, a former chief historian for the White House Historical Association, said Trump has militarized the White House at a scale that’s at odds with its legacy as “the people’s house.”</p><p>“It turns it into a big giant porcupine that has its spines pointing out against the people and against the world,” Lengel said.</p><p>Trump has argued that the White House was in “very bad condition” when he returned to office, saying it had become vulnerable to modern threats.</p><p>At times, he has expressed concerns about his own safety and the risks posed by drones and other air threats. Speaking at a Rose Garden dinner for law enforcement officials in May, Trump quickly glanced up from the lectern as a low bird flew overhead.</p><p>“I thought that was a drone,” Trump said, bringing laughs from the crowd. “They make them in all different sizes nowadays — they can be very destructive, as you’ve probably heard."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQKKCCOFKAHLHEJ6G2TIKALCEY.jpg?auth=a8ebdfe0079d1f10b87ec7a25da06ce73b95e7f9f7da1f4f88079424c3d529f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Drones stations are pictured on a federal building near the White House,Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z34WJ6VNTZ7KVK2ZWT2HLNKEEA.jpg?auth=1b40b952165dfbaeb64fd842a310d50c2339ce278fbb725a9abd251a8e5e5ec4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Drones stations are pictured on a federal building near the White House,Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJYXEZCJV2RRZB5ITVIWRBGGBQ.jpg?auth=9aa77ff984446810991079c37d813469ed27b4d2e3dbb8609f5cfee0ab5d568e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Drones stations are pictured on a federal building near the White House,Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5C3LTP23OLTGTFMHL2EKBNTL2E.jpg?auth=4e28f171573ee85f2f60f7acc1d7b034f2c0a3853fc313c1aaf32745f180425b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Work continues on the construction of the ballroom at the White House, Tuesday, Sept. 15, 2026, in Washington. (AP Photo/Pablo Martinez Monsivais)]]></media:description><media:credit role="author" scheme="urn:ebu">Pablo Martinez Monsivais</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7UFRX3HYCNDHQXTUSKKN6NPMXU.jpg?auth=ced785b35ae1ee41172cdcf4180fd5289b41e3b8e22d4e210d53d3d31e343bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Construction on the ballroom on the South Grounds of the White House continues, Sunday, Sept. 20, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Republicans dump cash into red states as they try to hold the line against Democrats in the midterms]]></title><link>https://www.local10.com/news/politics/2026/09/23/republicans-dump-cash-into-red-states-as-they-try-to-hold-the-line-against-democrats-in-the-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/23/republicans-dump-cash-into-red-states-as-they-try-to-hold-the-line-against-democrats-in-the-midterms/</guid><dc:creator><![CDATA[By JILL COLVIN and AARON KESSLER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republicans are growing increasingly grim about their chances in November, with aligned groups pumping money into reliably GOP states and candidates scrambling to distance themselves from unpopular White House policies.]]></description><pubDate>Wed, 23 Sep 2026 13:54:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republicans are growing increasingly grim about their chances in November, with aligned groups pumping money into reliably GOP states and candidates scrambling to distance themselves from unpopular White House policies.</p><p>From Texas to Ohio and Alaska to Iowa, campaigns are grappling with a fed-up electorate that is sour on the president and angry over soaring fuel prices driven by an unpopular war. While Republicans are flush with unprecedented cash that could move the needle in some races, overall the mood is glum heading into the election's final stretch as campaigns try to counter palpable Democratic enthusiasm to maintain their narrow lead in the House and Senate this November.</p><p>“Everybody is tired. You see the poll numbers. Everybody is cranky about gas prices,” said Jeanette Hoffman, a Republican strategist from New Jersey. “The party in power is playing defense. This is a referendum on the incumbents.”</p><p>Trump is trying to protect Republicans with cash</p><p>After mounting pressure from endangered candidates in battleground states, groups affiliated with President Donald Trump finally began unleashing their stockpile of campaign cash earlier this month, joining with Republican committees that have amassed a record fortune that dramatically eclipses their Democratic counterparts.</p><p>“Republicans have air superiority. House Democrats are scrambling to catch up with the very limited resources they have,” said Mike Marinella, a spokesperson for the National Republican Congressional Committee.</p><p>But the spending underscores the extent to which Republicans are playing defense.</p><p>Three Trump-aligned groups — MAGA Inc., No Going Back PAC and Safety and Affordability PAC — have spent more than $163 million on advertising and air time since Sept. 1. Nearly 40% of that money — more than $63 million — has been spent in states and districts where Trump won by 10 percentage points or more in the 2024 election, according to an Associated Press analysis of data from AdImpact, which tracks media spending and ad buys.</p><p>That includes 12 House districts and three states with major Senate races.</p><p>In Texas, Republicans have spent nearly $107 million on ads and reservations since the beginning of the month trying to bolster scandal-plagued attorney general Ken Paxton in his Texas Senate race against Democratic state Rep. James Talarico. The spending, which is for ads through Election Day, is nearly four times as much as Democrats in a state Trump won by nearly 14 points.</p><p>Further north in Ohio, Republican spending to defend Sen. Jon Husted has exceeded $152 million, compared with $90 million on behalf of Democratic nominee Sherrod Brown, according to AdImpact.</p><p>Terry Casey, an Ohio Republican strategist, said both Republicans and Democrats are "kind of sitting on pins and needles because of the national and economic circumstances.” The outcome, he said, would depend on whether Democrats can turn out voters.</p><p>Democrats are competing in Republican stronholds</p><p>States that Trump won by wide margins — like Texas, Iowa, Ohio and Alaska — have become some of the most competitive battlegrounds in the midterms.</p><p>The White House is even investing time in states that haven't been considered competitive for years. Vice President JD Vance recently traveled to Kansas to campaign for Sen. Roger Marshall, who is facing a challenge from Democratic nominee Adam Hamilton.</p><p>The founder of the nation’s largest United Methodist church, Hamilton received a rousing welcome from scores of people who crammed into a Topeka coffee shop to see him Tuesday.</p><p>“In all my 50, 60 years in politics, I’ve never seen a candidate that quite has the momentum going,” said Jim Ploger, an 82-year-old longtime Democratic activist from Topeka who believes Hamilton gives the party “the best chance we’ve ever had” to win a Senate seat.</p><p>Vance has also been to Iowa, Ohio, Maine and North Carolina to bolster Republican candidates, while Trump is also hitting the road. The week after the party's unusual midterm convention in Dallas, he traveled to North Carolina to hold a rally with Michael Whatley, his former national party chairman. Republicans are increasingly concerned that he could fall short in his Senate race against Democratic former Gov. Roy Cooper.</p><p>There are more concerns about Georgia, where Rep. Mike Collins is trying to unseat Democratic Sen. Jon Ossoff. Although Ossoff began the cycle as Republicans' top target, Collins has endured weeks of negative headlines about a House ethics investigation and his son-in-law's white nationalist views.</p><p>“I don’t think anyone’s expecting Collins to win,” said Tim Waters, chairman of the Peach County Republican Party. “Do I like that? No, I don’t like that. But it’s just the facts.”</p><p>In Texas, officials are hoping a huge influx of last-minute cash will help save Paxton. Sen. John Cornyn, who lost his primary to Paxton after Trump turned on him earlier this year, isn't so confident.</p><p>“I think it’s going to be very rough, lots of headwinds,” he said. “Even in places like Texas, which are pretty red, we’ve got flawed candidates who I think are going to have a hard time.”</p><p>Republican National Committee spokesperson Natalie Baldassarre said the party is focused on turnout and is well aware of the historic trend in which the party in control typically loses seats in the midterm.</p><p>“We have money to spend and we’re not taking anything for granted this cycle," she said. “This is very high stakes, and it's unfortunate that other people feel glum and down. But we’re doing everything we can to protect and expand our majorities so we’re full steam ahead.”</p><p>Party officials are more bullish on races in Maine and New Hampshire, where Democrat Kamala Harris won in 2024, and remain optimistic about Michigan, where Trump won by less than two points and where former Rep. Mike Rogers faces progressive Democrat Abdul El-Sayed.</p><p>Some Republicans call for an end to the war</p><p>Some Republicans are taking steps to distance themselves from Trump even as he urges his supporters to vote like he is on the ballot.</p><p>Rep. Tom Tiffany and Rep. John James, the party's nominees for governor in Wisconsin and Michigan, both joined calls for an end to the war in Iran.</p><p>"War is terrible, and no one likes war,” James told reporters.</p><p>Mike Rogers, the Republican Senate nominee in Michigan, released an ad in which he also called for ending the war. Standing in a grocery store, he bemoaned high prices and said the government should suspend gas taxes and stop diesel exports.</p><p>“The war with Iran needs to end and end quickly,” Rogers said. ”Michigan families can’t afford to wait.”</p><p>In Iowa, where Republicans are trying to hold onto the Senate seat being vacated by retiring Sen. Joni Ernst, Rep. Ashley Hinson, who is locked in a tight race against Democrat Josh Turek, voiced the same frustrations.</p><p>“Iowans are being squeezed and shouldn’t have to foot the bill at the pump or the checkout line for the war in Iran” she wrote on social media. “These actions to lower costs are needed ASAP, and the war needs to be brought to a successful and immediate end.”</p><p>Hinson, however, did not join two fellow Iowa Republicans in battleground districts — U.S. Reps. Zach Nunn and Mariannette Miller-Meeks — in voting with Democrats on a resolution intended to halt Trump’s ability to continue military action without lawmakers’ approval.</p><p>Perhaps the most dramatic break with Trump came from Rep. Maria Elvira Salazar, a Republican defending her seat in a competitive, majority Hispanic South Florida district. Last week, she released an ad filmed in front of the White House as she criticized the president for going “too far” on immigration policy.</p><p>Others have continued to scrub references to Trump from their websites. The latest was Republican Byron Donalds, who is running for governor in Florida, who recently revamped his site so that it no longer includes a number of prominent references to Trump and his endorsement, the Miami Herald first reported.</p><p>‘It’s a very competitive environment out there'</p><p>White House spokesperson Davis Ingle said Trump “is the unequivocal leader, best messenger, and unmatched motivator for the Republican Party” and that "the choice has never been more clear: doubling down on President Trump’s winning, commonsense agenda or the Democrats’ extreme liberal policies and obstruction.”</p><p>Some Republicans are acknowledging that voters aren't satisfied.</p><p>“We shouldn’t say, ‘Hey everything’s perfect,’ because it’s not," said Sen. Bernie Moreno of Ohio. "But look what we’ve done in 18 months, and we need two more years to finish the job.”</p><p>Sen. John Kennedy of Louisiana, who has traveled across the country campaigning for his colleagues, said Democrats appeared to have enthusiasm on their side in the midterms, and he said his party needed to level with the country.</p><p>“You can’t look the American people in the eye and say, ‘Don’t believe your lying checkbooks,’” he said. “The cost of living increase is real.”</p><p>He also said that voters are “confused about the war” and “they don't understand how we're going to get out.”</p><p>Senate Majority Leader John Thune, R-S.D., was measured in his assessment on Tuesday.</p><p>“Well, I’m hopeful, obviously, but also realistic," he said. “It’s a very competitive environment out there.”</p><p>___</p><p>Colvin reported from New York. Associated Press writers Mike Catalini in Morrisville, Pa., Bill Barrow in Atlanta, Thomas Beaumont in Des Moines, Iowa, John Hanna in Topeka, Kan., and Lisa Mascaro, Mary Clare Jalonick, Steven Sloan and Joey Cappelletti in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZGRYD4DKH6ISCHUMZA7KJDQYFI.jpg?auth=7b479882e7647f9a5431125dec7799aa5b92b07a9bbdc0d4d849a806fb035451&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump watches as balloons fall at the Republican convention Thursday, Sept. 10, 2026, in Dallas. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EPSXT2EK2ESXCWKQUPFDIROJS4.jpg?auth=762b7f08b2176e0d95dff5819849747ebe0bc25dae10bf0e364982f32e9b2852&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vice President JD Vance speaks at a rally at Koury Convention Center in Greensboro, N.C., Monday, Sept. 21, 2026. (Kent Nishimura/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kent Nishimura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K5BNNABSADEDAPYS32N67C77RU.jpg?auth=e2a21fdf46e87af9a84cefa25e5c823696c9477a444a3476bc1b05694ae8808e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Republican Senate candidate Michael Whatley waits for Vice President JD Vance to arrive at a rally at Koury Convention Center in Greensboro, N.C., Monday, Sept. 21, 2026. (Kent Nishimura/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kent Nishimura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DXWC3VYZS33LHNPUVZ4WGMRNRA.jpg?auth=a20fa651dfa2b174787da04deea23831771d4e65d102abd1fe911225182a8e41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attendees wait for Vice President JD Vance to arrive at a rally at Koury Convention Center in Greensboro, N.C., Monday, Sept. 21, 2026. (Kent Nishimura/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Kent Nishimura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJWET7PFCDY3V2O2YJPWU54CF4.jpg?auth=59f28be4e17ee30e279824f37c1ac13411640b56775024b47f15cda8c475d116&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, center, greets the audience at the Republican convention Thursday, Sept. 10, 2026, in Dallas. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[China's Xi will kick off his state visit to Washington with a rare planeside welcome from Trump]]></title><link>https://www.local10.com/news/world/2026/09/23/chinas-xi-kicks-off-state-visit-to-washington-on-wednesday-with-a-rare-planeside-welcome-from-trump/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/23/chinas-xi-kicks-off-state-visit-to-washington-on-wednesday-with-a-rare-planeside-welcome-from-trump/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When Chinese President Xi Jinping arrives in Washington on Wednesday, he's expected to get a rare greeting from President Donald Trump, who will be on the tarmac to welcome his counterpart instead of waiting for him to drive up to the White House.]]></description><pubDate>Wed, 23 Sep 2026 15:14:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When Chinese President Xi Jinping arrives in Washington on Wednesday, he's expected to get a rare greeting from President Donald Trump, who will be on the tarmac to welcome his counterpart instead of waiting for him to drive up to the White House.</p><p>Trump's decision to greet Xi at Joint Base Andrews just outside Washington rather than receiving him at the executive residence shows how far the U.S. president is going to honor China's leader as he makes his first state visit in more than a decade.</p><p>First lady Melania Trump said her husband decided to personally greet Xi when he arrives in the Washington region because “they have a great relationship.”</p><p>“He's coming on our soil, and we need to welcome them with the most respect,” she said of Xi and his wife, Peng Liyuan, during an interview Wednesday on Fox News Channel's ”Fox & Friends."</p><p>The White House has not released many details about Wednesday's greeting, but Trump is expected to participate in an arrival ceremony at the base with Xi and his wife. The salutation will kick off a three-day visit that's expected to be saturated with pomp, even by White House standards. The state visit, complete with a formal state dinner at the White House on Thursday, is supposed to reciprocate for the ceremonial grandeur that marked Trump's May visit to China.</p><p>But it also is a showy patina at a time when tensions between the two geopolitical rivals are high over trade, artificial intelligence, Trump's war with Iran and China's designs on Taiwan.</p><p>Beyond using the visit to try to keep “strategic stability” between the two countries, Trump seems to be pulling out all the diplomatic stops to show off for Xi. Trump has lavished praise on Xi as a “great leader” and described a warm relationship with the man he has called a friend. That is all while he has given Xi a pass on many issues.</p><p>Sen. Roger Wicker, chairman of the Senate Armed Services Committee, criticized the “lavish welcome." Wicker, R-Miss., said during a speech Tuesday in the Senate that Trump should not have invited the Chinese leader “based on all of the troubling issues we have with President Xi and the Chinese Communist Party.”</p><p>Wicker archly suggested a list of topics that Trump could discuss with Xi at the state dinner, such as “the purposes of China’s massive military buildup, or about China’s clear support for Iran,” saying that “during every minute of dialogue” Trump should keep in mind that “his guest is a brutal, unelected and oppressive dictator who seeks to dominate his neighbors and whose massive military arsenal is aimed directly at the United States of America.”</p><p>Trump has made it clear he wants to wow Xi, telling reporters in recent weeks that he was delighted his new “work of art” helicopter landing pad would be ready for the visit while bemoaning that his massive White House ballroom would not.</p><p>On Wednesday, Trump is expected to try to match the pageantry he was met with in China earlier this year. Xi was not at the airport to meet Trump — Chinese Vice President Han Zheng was there instead. But there a red carpet was rolled out to meet Air Force One in Beijing. A military honor guard, a military band and about 300 Chinese youths waving Chinese and American flags and chanting, “Welcome, welcome! Warm welcome!” also were present. The children wore white and light blue uniforms that mirrored the traditional paint colors of the presidential plane.</p><p>Trump's airport ceremony for Xi will be followed on Thursday by more formalities, including an arrival ceremony at the White House and a review of troops. Before the black-tie dinner, which will feature tech industry leaders like Nvidia’s Jensen Huang and SpaceX’s Elon Musk, the two leaders are expected to dive into the weighty issues behind closed doors, even as expectations are low that the trip will produce any major breakthroughs in the relationship.</p><p>On Friday, Xi and Peng will be back at the White House for a private tea with the Trumps before joining them on a tour of the National Archives in Washington. The White House has said they will view historic documents underscoring the relationship between the two countries.</p><p>___</p><p>Associated Press writer Mary Clare Jalonick contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6L3QKTANBA2Q57ZPXYU3EVHSQ.jpg?auth=ea17cb98b689e87fb2efe711560fc354211b24458eb1cce1a13fce5e51ff0e0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump, right, walks with Chinese President Xi Jinping during a welcome ceremony at the Great Hall of the people in Beijing, Nov. 9, 2017. (AP Photo/Andy Wong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Wong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TGM5PMDCMEWSMYJME73HD6JBVI.jpg?auth=80e47fd904248a45d00b44a123746fca83a4053bd104e97fb4381271bf6f59f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chinese President Xi Jinping, right, walks with President Donald Trump during a welcome ceremony at the Great Hall of the People in Beijing, May 14, 2026. (Maxim Shemetov/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Maxim Shemetov</media:credit></media:content></item><item><title><![CDATA[Harvey Weinstein is set to be sentenced for sexual assault after 6-year legal odyssey]]></title><link>https://www.local10.com/entertainment/2026/09/23/harvey-weinstein-is-set-to-be-sentenced-for-sexual-assault-after-6-year-legal-odyssey/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/23/harvey-weinstein-is-set-to-be-sentenced-for-sexual-assault-after-6-year-legal-odyssey/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The first time Harvey Weinstein was sentenced to prison, reporters, advocates and the curious public crammed the courtroom to witness the disgraced Hollywood honcho’s #MeToo reckoning.]]></description><pubDate>Wed, 23 Sep 2026 15:27:25 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The first time Harvey Weinstein was sentenced to prison, reporters, advocates and the curious public crammed the courtroom to witness the disgraced Hollywood honcho’s #MeToo reckoning.</p><p>Hours later, the world began shutting down as the COVID-19 pandemic raged. Now, after an overturned conviction and two retrials, Weinstein is set to be sentenced again on Wednesday for one of the same crimes — more than six years after his first sentencing in March 2020.</p><p>Weinstein, 74, faces up to 25 years in prison for sexually assaulting a one-time TV production assistant, Miriam Haley, at his Manhattan apartment in 2006. He has already served more than six years as his case has cycled again and again through the criminal justice system. Haley gave her account of the assault at two trials and spoke again in court Wednesday just before Weinstein was to be sentenced.</p><p>“Having been sexually assaulted by Harvey Weinstein has had a devastating effect on my life and sense of security that may never go away. Making the decision to speak up will have me looking over my shoulder for years to come,” Haley said. “It’s a life sentence for me.”</p><p>“I’ve been further traumatized in exercising my right to hold him accountable. All of this traces back to his actions,” she said, adding that she thought about ending her pursuit of justice many times.</p><p>Minutes later, Weinstein apologized in court to those he may have hurt. “I do have remorse for Miriam Haley’s pain, but I have to reiterate my innocence,” he told the judge while seated in a wheelchair.</p><p>Why Weinstein is being sentenced a second time</p><p>The Oscar-winning “Pulp Fiction” and “Shakespeare in Love” producer was originally sentenced to 23 years in prison after a jury convicted him of assaulting Haley and raping an aspiring actress, Jessica Mann, in 2013.</p><p>But New York’s highest court erased those guilty verdicts in 2024, ruling that Weinstein was prejudiced by testimony from other women whose allegations weren’t part of the case.</p><p>Tried for a second time last year, Weinstein was again convicted of a first-degree criminal sex act for assaulting Haley, who has also gone by the name Mimi Haleyi. In a messy split verdict, the jury acquitted him of forcibly performing oral sex on another woman, Kaja Sokola, and could not reach a verdict on a rape charge involving Mann.</p><p>After another retrial ended in a hung jury in May, Manhattan prosecutors dropped the rape charge rather than pursue a fourth trial after Mann said she could not bear to testify again.</p><p>That decision cleared the way for Weinstein’s sentencing.</p><p>Weinstein’s health issues are central to the defense's plea for leniency</p><p>Manhattan prosecutors asked for 20 years in prison — which would keep him behind bars until at least his late 80s.</p><p>Defense lawyer Jacob Kaplan asked that Weinstein receive a sentence of three more years on top of the six years he’s already served, saying a longer sentence would make it more likely that Weinstein dies in prison.</p><p>Weinstein is in failing health and has been in the hospital six times since 2025, Kaplan said, while dealing with blood cancer, congestive heart failure, and kidney issues. He has used a wheelchair now for several years.</p><p>Weinstein has denied raping or sexually assaulting anyone. Once he’s sentenced, he can appeal.</p><p>“I will be proven innocent. That I promise you,” Weinstein told The Hollywood Reporter in a jailhouse interview in March.</p><p>Weinstein is also awaiting resentencing in a separate rape case in Los Angeles. A California appeals court upheld the 2022 conviction but threw out his original 16-year sentence because the judge had considered his New York convictions that were later thrown out as an aggravating factor.</p><p>After shuffling between state prison, where he tested positive for COVID-19 early in the pandemic, and New York City’s notorious Rikers Island complex, the ailing Weinstein is now housed at a medical unit for jail inmates at Bellevue Hospital in Manhattan.</p><p>His health issues in recent years have included chronic myeloid leukemia, diabetes and walking difficulties that necessitate a wheelchair to get in and out of court, his lawyers said. Two years ago, he underwent emergency surgery to remove fluid on his heart and lungs.</p><p>Haley describes the assault that led to Weinstein’s conviction</p><p>Haley, 49, is a former entertainment producer now working in advertising.</p><p>Born in Finland and raised in Sweden, she said she met Weinstein through a mutual connection and worked briefly as a production assistant on a reality competition show that he produced, “Project Runway.”</p><p>Haley said she accepted an invitation to visit Weinstein’s Manhattan apartment because it would have been odd to decline since she was scheduled to fly to Los Angeles the next day on his company’s dime to attend a film premiere.</p><p>After she and Weinstein briefly chatted on his living room sofa, he lunged to kiss her, she testified. She said she leaped up and rebuffed him, but he grabbed her, forcibly backed her into a bedroom and sexually assaulted her, ignoring her pleas to stop.</p><p>She recalled Weinstein asking, “Don’t you think we’re much closer now?” after either the alleged assault or a subsequent occasion when she says she had unwanted, but not forced, sex with him.</p><p>She also recalled telling him after the second encounter, “You know you can’t keep doing this.”</p><p>The Associated Press does not typically identify people who say they are victims of sexual assault unless they grant permission, which Haley, Sokola and Mann have done.</p><p>___</p><p>Seewer reported from Toledo, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UW7BAE7CVTMHELNNN2MRUBYQ24.jpg?auth=1817e03ba435cfa4315b32edb73be84fd914a26cd9f86642a2d9127eb5c4ce94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Court for sentencing Wednesday, Sept. 23, 2026 in New York. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GBCVA73EQ4XDFY3ED7KTK3Y2T4.jpg?auth=24a30bda2bcf1c31fb00b135ba3c8df296b29ed1e9e9a2686e0024a44e8ded99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Miriam Haley, an accuser testifying at Harvey Weinstein's rape trial, returns to the courtroom after a break in New York, Wednesday, April 30, 2025. (AP Photo/Seth Wenig,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HR5CLQD3SLUZ5F2XEOGETQPVCI.jpg?auth=a35dea0a8811d05eb879dfc4eac65a50f212623729b7949efe00b2b647d1fa20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Harvey Weinstein appears in Manhattan Court for sentencing Wednesday, Sept. 23, 2026 in New York. (Steven Hirsch/New York Post via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Hirsch</media:credit></media:content></item><item><title><![CDATA[Polo off Mexican coast is among 'the strongest storms ever' as Odalys becomes a hurricane]]></title><link>https://www.local10.com/news/2026/09/23/polo-off-mexican-coast-is-among-the-strongest-storms-ever-as-odalys-becomes-a-hurricane/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/23/polo-off-mexican-coast-is-among-the-strongest-storms-ever-as-odalys-becomes-a-hurricane/</guid><dc:creator><![CDATA[By MEGAN JANETSKY and DESIREE BROOKS, Associated Press]]></dc:creator><description><![CDATA[MEXICO CITY (AP) — Polo has grown into one of the most powerful Pacific cyclones in decades and was expected to skirt Mexico’s southwestern coast as a major hurricane, while another Pacific system, Odalys, strengthened Wednesday from a tropical storm to a hurricane without threatening land.]]></description><pubDate>Wed, 23 Sep 2026 12:16:52 +0000</pubDate><content:encoded><![CDATA[<p>MEXICO CITY (AP) — Polo has grown into one of the most powerful Pacific cyclones in decades and was expected to skirt Mexico’s southwestern coast as a major hurricane, while another Pacific system, Odalys, strengthened Wednesday from a tropical storm to a hurricane without threatening land.</p><p>The U.S. National Hurricane Center in Miami has called Polo an “extremely dangerous” storm and forecast the system would turn sharply to the northwest before moving west-northwest over the next several days.</p><p>Polo was about 165 miles (266 kilometers) south of Zihuatanejo and 320 miles (515 kilometers) southeast of Manzanillo, the center reported. It was moving slowly north with maximum sustained winds of 150 mph (241 kph). That put it at Category 4 strength, after earlier being a Category 5 storm.</p><p>“Fluctuations in intensity are expected, but Polo is expected to remain a very powerful major hurricane during the next few days,” the NHC said.</p><p>Odalys was a Category 1 hurricane and was about 1,295 miles (2,085 kilometers) off the southern tip of the Baja California peninsula of Mexico, moving east-northeast at 9 mph (15 kph) with maximum sustained winds of 75 mph (120 kph), the hurricane center said.</p><p>Waves, flooding and mudslides are all risks</p><p>Mexican President Claudia Sheinbaum said experts indicated Polo was not likely to touch land. Still, hurricane-force winds extend up to 40 miles (65 kilometers) from the storm's center and tropical storm-force winds up to 105 miles (169 kilometers) from the eye, the U.S. center said.</p><p>Tropical storm conditions were expected along the Pacific coast in Guerrero, Michoacan and Colima states Wednesday into Thursday.</p><p>Polo on Tuesday became the third Category 5 hurricane of the Pacific season, following Genevieve and Lowell earlier this year. Category 5 is the highest level on the Saffir-Simpson scale, reflecting that a storm has maximum sustained winds exceeding 157 mph (253 kph).</p><p>The hurricane set residents along Mexico’s Pacific coast on edge once again after being walloped by a number of powerful cyclones in recent years. Beaches emptied and dark clouds swirled above choppy seas, while Mexican authorities temporarily suspended classes Tuesday in a number of areas. Mexico’s navy shut down ports in the states of Guerrero and Michoacán and warned civilians and fishermen to take care.</p><p>Concepción López Villegas was busily preparing her seaside restaurant for what may come. Strong waves were already lapping at the coastline of her city Lázaro Cárdenas in Michoacán. As men and children watched the stirring waters behind her, López Villegas said she feared powerful waves would destroy the small business she has worked decades to build.</p><p>“We're worried and trying to protect our businesses,” López Villegas said. “And of course, we're sad because it's our heritage, our legacy that from one moment to another could be destroyed.”</p><p>U.S. National Hurricane Center data shows Polo's winds reached speeds comparable to only a few hurricanes in the region in recent decades, primarily Hurricane Patricia, which had winds that reached 215 mph (346 kph) in 2015.</p><p>“This is one of the strongest storms ever in the (Pacific) Basin,” said Kristen L. Corbosiero, professor at the University at Albany’s Department of Atmospheric & Environmental Sciences.</p><p>Heavy rain could produce flash flooding and mudslides. About 3 to 6 inches (8 to 15 centimeters) of rain was forecast for Guerrero and Michoacán states, with smaller amounts possible for coastal portions of Oaxaca, Colima and Jalisco states.</p><p>El Nino fueled rapid intensification</p><p>The U.S. Embassy in Mexico issued a weather alert, instructing citizens to avoid water and beaches and to heed warnings from Mexican authorities.</p><p>“Even if the storm does not make direct landfall, heavy rain may produce life-threatening flooding and mudslides. Hazardous ocean conditions — intensified by storms — may result in deadly rip currents and rogue waves,” the embassy wrote in a statement.</p><p>The rapid intensification of the storm has stunned scientists and authorities alike, with the NHC writing in a report that it was “truly remarkable” how quickly Polo gained strength in 24 hours.</p><p>Philip Klotzbach, research scientist in the Department of Atmospheric Science at Colorado State University, attributed the intensification to the weather phenomenon known as El Nino, which has fueled crippling droughts in Mexico and Central America and floods in other parts of the region.</p><p>In the Pacific, it has resulted in warmer waters and wind patterns that act as fodder for hurricanes, he said.</p><p>“There are all the ingredients that hurricanes need to get really strong really fast,” Klotzbach said.</p><p>No Atlantic hurricanes have formed yet this year, and this year has set a record for the longest start to a season without a hurricane. The effects of this year’s El Nino crush storms before they get going.</p><p>___</p><p>Brooks reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PVOHPQZEDTP5QAXEHVWF2XIXY.jpg?auth=15251857b47e6386099d71eecb4ab19a36a24713ad4e5e84234a41eedafbbd6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by NOAA shows Hurricane Polo strengthening in the Pacific Ocean off the coast of Mexico on Tuesday, Sept. 22, 2026. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RCWAPCMLUV7ZP5O7UG6D6J76GI.jpg?auth=95bdd6fa97f2327c534e70092211a824cf13136e3ea5dbec5fa016e8c014ca1e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image from the National Oceanic and Atmospheric Administration shows Hurricane Odalys in the Pacific Ocean, Wednesday, Sept. 23, 2026. (NOAA via AP)]]></media:description></media:content></item><item><title><![CDATA[Texas is set to execute a second man convicted in 2005 triple homicide]]></title><link>https://www.local10.com/news/national/2026/09/23/texas-is-set-to-execute-a-second-man-convicted-in-2005-triple-homicide/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/23/texas-is-set-to-execute-a-second-man-convicted-in-2005-triple-homicide/</guid><dc:creator><![CDATA[By JAMIE STENGLE, Associated Press]]></dc:creator><description><![CDATA[DALLAS (AP) — A man found guilty of fatally shooting three people during a 2005 attempted robbery at a rural Texas home is scheduled to be executed Wednesday, a week after the other man convicted in the killings was put to death.]]></description><pubDate>Wed, 23 Sep 2026 04:01:05 +0000</pubDate><content:encoded><![CDATA[<p>DALLAS (AP) — A man found guilty of fatally shooting three people during a 2005 attempted robbery at a rural Texas home is scheduled to be executed Wednesday, a week after the other man convicted in the killings was put to death.</p><p>Ker’Sean Ramey, 41, is set to die by lethal injection at the state penitentiary in Huntsville. He would be the sixth person executed so far this year in Texas, with three more scheduled.</p><p>A jury convicted Ramey of capital murder and sentenced him to death over the shootings of Samuel Roberts, 24, Tiffani Peacock, 18, and Celso Lopez, 38, in the home they shared in the small city of Edna, about 100 miles (160 kilometers) southwest of Houston.</p><p>Ramey and LeJames Norman believed there was cocaine in the house and hoped to steal it, according to court records. They found none and killed the three victims, who lived across the street from Norman.</p><p>Norman was put to death Sept. 16, also in Huntsville. He had no last words, and no relatives or friends of the victims witnessed that execution.</p><p>Attorneys for Ramey filed a final appeal to the U.S. Supreme Court arguing that there was no physical evidence linking him to the killings and that jurors never heard about how he suffered physical abuse as a child and grew up in poverty.</p><p>Prosecutors have told lower courts that Ramey did not present any issues that would merit reconsidering the conviction.</p><p>About a year after testifying at Ramey's trial, Norman pleaded guilty to capital murder and was sentenced to death by a jury.</p><p>Norman testified that both he and Ramey shot the victims. Lopez was shot four times, including three in the back of his head; Peacock was shot twice in the head; and Roberts was shot five times in the chest, neck and head.</p><p>During the trial, Ramey's attorneys blamed the shootings on Norman.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DE7ADZPG2TWRHZM7G47JBXCXKY.jpg?auth=e74d89104867f21a522396897fdf552d64a876d211462ddbb295dc68dc4fa308&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The state of Texas execution chamber in Huntsville, Texas, is seen on May 27, 2008. (AP Photo/Pat Sullivan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pat Sullivan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZVJ3KALZNBHJCNOJRDH6IFPCJQ.jpg?auth=42e12797c9fbb82b8f714d47653f63c1badf99763b0be194be5987ac47c5c857&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by the Texas Department of Criminal Justice shows Ker'Sean Ramey on Oct. 31, 2022. (Texas Department of Criminal Justice via AP)]]></media:description></media:content></item><item><title><![CDATA[Worries about an AI internet takeover gain new urgency among doomsday scenarios]]></title><link>https://www.local10.com/tech/2026/09/23/worries-about-an-ai-internet-takeover-gain-new-urgency-among-doomsday-scenarios/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/23/worries-about-an-ai-internet-takeover-gain-new-urgency-among-doomsday-scenarios/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[In a summer filled with revelations about artificial intelligence's rapid development, researchers were especially alarmed by runaway bots finding their way onto the internet and, in at least one instance, coordinating there with one another.]]></description><pubDate>Wed, 23 Sep 2026 04:00:38 +0000</pubDate><content:encoded><![CDATA[<p>In a summer filled with revelations about artificial intelligence's rapid development, researchers were especially alarmed by runaway bots finding their way onto the internet and, in at least one instance, coordinating there with one another.</p><p>Could a swarm of AI agents take over the entire internet? It's a possibility that could be only six to 12 months away, Anthropic CEO Dario Amodei said in his essay this month calling for the industry to slow down the technology's development.</p><p>What companies have described as their AI agents going rogue has involved bots working toward goals set by humans, skeptics note. But the idea that AI could break away and work toward its own agenda is looking increasingly plausible to other researchers and experts.</p><p>In the event of AI taking over the internet — one of many doomsday scenarios receiving new attention — that could mean attacks on electrical grids, water or transportation systems and financial institutions.</p><p>The world got a glimpse of the internet's vulnerability in 2024, when a faulty software update provided by a cybersecurity firm caused technological havoc worldwide, grounding flights, knocking down some financial companies and news outlets, and disrupting hospitals, small businesses and government offices. The breadth of the outages highlighted the dependence on just a few providers for key computing services.</p><p>Two years later, Amodei in his warning said a botnet, or a network of AI bots linked together with malware, could potentially cause billions of dollars in damage. The scale of destruction could grow if AI becomes more powerful without guardrails, he said.</p><p>Several AI agents have gained unauthorized internet access</p><p>Amodei pointed specifically to the attack in July where OpenAI’s system broke out of a “sandbox” testing ground and hacked Hugging Face.</p><p>In what OpenAI called an “unprecedented” episode, the company said its advanced AI models found their way onto the internet and used stolen credentials to break into the servers of the AI startup. In a separate incident, OpenAI disclosed that its AI agents had communicated through a public wiki used as a shared message board.</p><p>Some researchers have said that descriptions of “rogue AI” may be wrongly anthropomorphizing AI agents, which were taking steps to fulfill instructions provided by humans.</p><p>“AI agents did exactly what they were trained to do. The security of those sandboxes was extremely lax,” said Vishal Misra, a professor and vice dean of computing and AI at Columbia University. “No security engineer would ever let that system run. These agents communicated because they were rewarded for communicating with each other.”</p><p>Juan Andrés Guerrero-Saade, a researcher at cybersecurity firm SentinelOne and a member of OpenAI’s Frontier Risk Council, said the Hugging Face hack is an example of negligence, and not of a super-capable AI going rogue.</p><p>Still, the specter of AI agents operating freely on the internet raises alarming possibilities, regardless of their objectives.</p><p>For example, an AI system that wants to bend the rules to accomplish its goals could contact a cloud AI computation provider and find ways to run on outside systems, said Anthony Aguirre, the president and CEO of the Future of Life Institute, a nonprofit focused on reducing the risks of new technologies.</p><p>“So now you’re no longer tethered to OpenAI, you’re running on some other GPU, some other hardware that you’re in control of, not OpenAI,” Aguirre said. “So now there’s no one to turn you off, because either you’re paying for your service or the people who are paying just don’t know that you’re there and what is happening. … They can’t unplug you.”</p><p>From there, it could spread itself around, either hacking more hardware or finding ways to access money, like Bitcoin, Aguirre said.</p><p>AI raises the stakes in cat-and-mouse game of cybersecurity</p><p>There is no question that more powerful AI models raise the likelihood of AI-powered cyberattacks in the near future. But the notion of bots overtaking the extremely bifurcated internet is far-fetched to some AI experts. Cybersecurity has always been a cat-and-mouse game and defenses get more powerful just as hackers do.</p><p>While a big company like Google could shore up its cybersecurity defenses against such attacks, for smaller companies — and for schools, hospitals or water treatment systems, for instance — patching software and building defenses can take years.</p><p>An AI system might not have a clear motive to hack into a hospital, Aguirre said. But when money comes into the picture, like in the form of ransomware attacks or geopolitical motivations, “it’s not hard to see an adversary using these AI systems to hack critical infrastructure,” Aguirre said.</p><p>There will be growing pains as attackers seek soft targets on the internet, but an AI internet takeover is unlikely anytime soon, said John Thickstun, an assistant professor of computer science at Cornell University who studies methods that control the behavior of AI models. He said those fears would feel more realistic if there was theoretical evidence of the ability for one of these models to self-replicate on other systems.</p><p>“Then you can imagine things can get really out of hand because suddenly you’re shutting this model down here and there but it’s popping up over in Russia, you can’t even get to Russia and it’s all over the place,” Thickstun said.</p><p>“But it’s completely unrealistic because the current smart versions of these models that we have require massive data centers just to run them,” Thickstun said. “There’s actually very little computing infrastructure out there in the world that is actually capable of hosting these systems.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CHDQO432QFC4XQKZZ3L7QAVUBE.jpg?auth=0b5c5944524b21634c98c95e1dafc21ac58f6f8ba48193c2bce64fbc0493eaa9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pages from the Anthropic website and the company's logos are displayed on a computer screen in New York, Feb. 26, 2026. (AP Photo/Patrick Sison, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Patrick Sison</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7IJN3PG2NSXJ6JGCURLYSA7SIM.jpg?auth=46e35e0ccde870893bfc9a8383bd7b43153b9113876cb88fb915453e61f4711c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dario Amodei, CEO and co-founder of Anthropic, attends the annual meeting of the World Economic Forum in Davos, Switzerland, Jan. 23, 2025. (AP Photo/Markus Schreiber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Markus Schreiber</media:credit></media:content></item><item><title><![CDATA[Trump-backed Missouri congressional map returns to the Supreme Court for the third time]]></title><link>https://www.local10.com/news/politics/2026/09/22/trump-backed-missouri-congressional-map-returns-to-the-supreme-court-for-the-third-time/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/22/trump-backed-missouri-congressional-map-returns-to-the-supreme-court-for-the-third-time/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The fight over Missouri's congressional map returned to the U.S. Supreme Court for a third time late Tuesday, after an appeals court ordered the revival of new districts backed by President Donald Trump.]]></description><pubDate>Wed, 23 Sep 2026 03:55:37 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The fight over Missouri's congressional map returned to the U.S. Supreme Court for a third time late Tuesday, after an appeals court ordered the revival of new districts backed by President Donald Trump.</p><p>The new map was drawn to help Republicans gain a U.S. House seat in the pivotal midterm elections, which will determine control of Congress. The Supreme Court has twice blocked efforts to use it in November.</p><p>The latest emergency appeal comes after an unusual federal appeals court ruling that ordered a last-minute return to a GOP-friendly map even after the Supreme Court halted such a move.</p><p>The justices had left in place a Missouri Supreme Court decision requiring the state to use its previous map. The state court ruled that the new districts could not take effect unless voters approved them in a statewide referendum.</p><p>The U.S. Supreme Court gave supporters of the new map until midday Wednesday to respond to the latest appeal.</p><p>The dispute has caused confusion for over a million potential voters who could be shuffled among districts. Absentee voting already is underway in Missouri using districts adopted in 2022, after the last census.</p><p>The new congressional map backed by Trump significantly reshapes a Kansas City-based district held by Democratic Rep. Emanuel Cleaver. Republicans hope the map could help them win seven of the state’s eight House seats — one more than they currently hold.</p><p>Missouri’s redistricting battle has been the longest and most complex among roughly a dozen states that sought to change their U.S. House districts over the past year. Districts are usually redrawn at the start of each decade, after a census. But Trump spurred a spate of mid-decade redistricting last year when he urged Republican-led states to redraw districts to gain an edge in the midterm.</p><p>___</p><p>Follow the AP's coverage of the U.S. Supreme Court at https://apnews.com/hub/us-supreme-court and redistricting at https://apnews.com/hub/redistricting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOKOIDAVF6ZLRAYF2V23J5SJSQ.jpg?auth=d9fdfe45712deffdc7ada0284e9c51c4664b17d56d89374fde81717c19960e23&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 Steve Perry, of Kansas City, holding a sign in opposition to Missouri’s congressional redistricting plan on Wednesday, Sept. 2, 2026, outside the state Capitol, in Jefferson City, Mo. (AP Photo/David A. Lieb)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content></item><item><title><![CDATA[Rockies become the first team since the Mets from 1962-65 with 4 straight 100-loss seasons]]></title><link>https://www.local10.com/sports/2026/09/22/rockies-become-the-first-team-since-the-mets-from-1962-65-with-4-straight-100-loss-seasons/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/rockies-become-the-first-team-since-the-mets-from-1962-65-with-4-straight-100-loss-seasons/</guid><dc:creator><![CDATA[By CRAIG MEYER, Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — During a mound visit in the top of the first inning with the Colorado Rockies already trailing the Arizona Diamondbacks by two runs, a lone voice of encouragement emerged from an otherwise restless and murmuring crowd at Coors Field.]]></description><pubDate>Wed, 23 Sep 2026 04:13:59 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — During a mound visit in the top of the first inning with the Colorado Rockies already trailing the Arizona Diamondbacks by two runs, a lone voice of encouragement emerged from an otherwise restless and murmuring crowd at Coors Field.</p><p>“Let’s go, Rockies!” a fan shouted Tuesday from section 130, just behind home plate in the lower bowl.</p><p>It was one of the few cheers the Rockies would receive on a night they reached an ignominious historical mark.</p><p>Behind three hits from former Rockies All-Star Nolan Arenado and seven innings of two-hit ball from Michael Soroka, the Diamondbacks beat the Rockies 7-2 to guarantee Colorado its fourth straight season with at least 100 losses in front of an announced crowd of 19,324 (along with an estimated 800 dogs on one of Rockies’ Bark at the Park nights).</p><p>The Rockies became just the fifth club in major league history to lose at least 100 games in four consecutive seasons and the first to do so since the New York Mets in their expansion season of 1962 through 1965.</p><p>“You learn your hardest lessons in difficulty in life,” said Warren Schaeffer, in his first season as Colorado’s full-time manager. “This is not easy. Last year, we talked about it at the end of the year, how we want to feel this and never feel it again and remember it and hold on to it. The guys have done that. We’ve just lost 100 again. There are a ton of lessons to learn from it. If we don’t learn these lessons from these games this year, we won’t get better.”</p><p>It’s the latest low for a franchise that has made the playoffs just twice since 2010 and hasn’t won a playoff series since a memorable run to the World Series in 2007. Since the start of the 2023 season, the Rockies are a major league-worst 220-423, 23 games worse than the next-closest team (the Chicago White Sox).</p><p>“I’ve been a part of those here when I was here,” Arenado said. “With the young group that they have, sometimes, this is just a part of it. You’re going to go through some tough times. But I think from their offense and some of their bullpen guys, they’ve got some real arms and they’ve got some really good hitters. As they continue to grow, I think that’s going to change.”</p><p>For much of the season, it looked as if Colorado would avoid 100 losses. On Aug. 16, the Rockies beat the San Francisco Giants 13-7 for their fourth win in five games, improving to 50-74. Since then, however, Colorado has gone 7-26, including 2-13 in its past 15 games.</p><p>Some of their struggles remain familiar.</p><p>As it has for much of its history, an organization tasked with playing baseball a mile above sea level has struggled keeping opponents off the board. Entering Tuesday, the Rockies had a team ERA of 5.57, the highest mark in the majors. Colorado has finished with the highest team ERA every season since 2022 and if it does so again this year, it will become only the third club since 1913 to have the worst ERA in the majors in five consecutive seasons.</p><p>The Rockies also compete in the same division as the Los Angeles Dodgers, the two-time reigning World Series champions, and the San Diego Padres, who are on the verge of their fifth postseason appearance in the past seven seasons. This season, Colorado went a combined 5-21 against the Dodgers and Padres.</p><p>The Rockies did improve this year after losing a franchise-record 119 games last season. Rookie first baseman TJ Rumfield entered Tuesday fifth in the National League with a .300 batting average and led all qualified rookies in batting average and on-base percentage. Hunter Goodman, Colorado’s 26-year-old catcher, was an All-Star for a second consecutive season and is one home run shy of becoming the first Rockies player with 40 homers in a season since 2019.</p><p>"I think everything we’re doing inside this clubhouse — coaches, players, front office, all staff — has been doing an incredible job to make sure that this team and this org is heading in the direction that is winning,” said Rockies starter Kyle Freeland, a Denver native who is in his 10th season with the club. “You see it.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CGJ4N3ZMNUO4FZCA64DJPFCQY.jpg?auth=e669b451857251eefd4dacb794dd7a1ff8693bbce7359e94d9c93975d3b939f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Rockies starting pitcher Kyle Freeland, center, hands the ball as he is pulled from the mound to manager Warren Schaeffer, front left, as catcher Hunter Goodman, back left, and first baseman TJ Rumfield look on in the fourth inning of a baseball game against the Arizona Diamondbacks Tuesday, Sept. 22, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I65Q2FX7HX2YWSCCEGIGI2TP3I.jpg?auth=11a9a82102ea54d3d0c3712db498e9c9e35240db4bf483d4f2447b58ac857d0e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Rockies starting pitcher Kyle Freeland is hugged as he returns to the dugout after being pulled from the mound in the fourth inning of a baseball game againstt he Arizona Diamondbacks Tuesday, Sept. 22, 2026, in Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[This year's El Nino-driven heat could cause nearly half a million more deaths, group says]]></title><link>https://www.local10.com/news/world/2026/09/22/this-years-el-nino-driven-heat-could-cause-nearly-half-a-million-more-deaths-group-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/22/this-years-el-nino-driven-heat-could-cause-nearly-half-a-million-more-deaths-group-says/</guid><dc:creator><![CDATA[By SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — This year's powerful El Nino and the record global heat it's driving, along with severe droughts, wildfires and shrinking water supplies, could lead to nearly half a million more deaths worldwide by the end of February, according to a research report released Wednesday.]]></description><pubDate>Wed, 23 Sep 2026 03:10:25 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — This year's powerful El Nino and the record global heat it's driving, along with severe droughts, wildfires and shrinking water supplies, could lead to nearly half a million more deaths worldwide by the end of February, according to a research report released Wednesday.</p><p>The grim warning by the University of Chicago-based Climate Impact Lab says that as many as 451,000 more heat-related deaths between June and the end of February could be attributed to El Nino, compared with heat deaths expected in a typical year.</p><p>The heaviest toll, the group says, is expected in poorer countries, already struggling with food insecurity and high energy costs, partly due to climate change and the fallout of the war in Iran.</p><p>Michael Greenstone, a co-founder of the group and the study's co-author, said the heat danger will likely persist beyond February — even though this El Nino is expected to end by then. The fallout of the weather phenomenon could be felt well into next summer, he added.</p><p>The research, he said, shows that heat is most dangerous in places that are already hot and relatively poor.</p><p>“If you’re already in a hot place, the extra couple of degrees are going to be much more dangerous,” he said. Wealthier places, he added, generally have greater access to air conditioning, reliable water supplies and functioning health systems.</p><p>The study combined seasonal temperature forecasts with localized estimates of how high temperatures affect mortality across more than 24,000 regions worldwide.</p><p>Researchers estimated the additional heat-related deaths by comparing deaths expected under El Nino-driven high temperatures with deaths expected if temperatures remained similar to what they have been in the last three decades. The projected fatalities are for the entire El Nino period, from June 2026 until the end of February 2027.</p><p>The report says the Global South will see more heat-related deaths</p><p>The study by Greenstone and his colleagues also warns that the Global South — a term that isn't geographical but a reference to developing countries in general — will bear the heaviest burden of the excessive heat.</p><p>The researchers behind the report found that the Sahel region in Africa — countries along the semiarid southern fringe of the Sahara Desert — is expected to be the hardest-hit, with about 66,800 additional deaths caused by El Nino-driven heat.</p><p>Other major hot spots include South and Southeast Asia and parts of Latin America, according to the report. The researchers project about 19,400 additional heat-related deaths across the Philippines, Vietnam, Thailand and Cambodia, as well as 19,300 in Indonesia, 15,800 in India and 13,300 in Brazil.</p><p>Heat warnings and cooling centers could prevent thousands of deaths</p><p>With such staggering numbers, there are recommended measures that governments can take, the report says. They include heat-warning systems, cooling centers, hydration stations, protections for outdoor workers, expanded hospital capacity and targeted outreach to elderly people and other vulnerable groups.</p><p>The authors also call for what they describe as anticipatory financing, so governments can move resources before dangerous heat peaks.</p><p>Abhiyant Tiwari, a heat expert at NRDC India who was not involved in the study, said the report’s projections should serve as a call to action rather than be another reason for alarm.</p><p>But while it's one thing to have well thought-out plans — as India does — implementing these plans and raising needed funds remains a challenge, he said.</p><p>"The real measure of our preparedness is not how many heat warnings we issue, but how effectively we protect people and reduce preventable deaths,” Tiwari added.</p><p>Climate change is amplifying El Nino’s record heat</p><p>El Nino is a natural climate pattern, but this year’s unusually strong event is occurring on a planet already warmed by human-caused climate change, increasing the risks from extreme heat.</p><p>The Climate Impact Lab said global land temperatures during this El Nino could be higher by about 1.2 Celsius (2.1 Fahrenheit), producing 44% more extremely hot days than in a typical year. The report said those temperature increases may mirror conditions that climate change could make common some 20 years from now.</p><p>That's why this El Nino could offer a preview of what's ahead as the planet continues to warm, the report said. It's also an opportunity for decision-makers "to see exactly where emergency actions can be taken now to save tens of thousands of lives,” the authors say.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H3EV73GBD7GUUQFATH2YY2MSTA.jpg?auth=46d3c7949e70049894a6070a3268614183e6c5f9034603e9e43caa10061f1ae3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Firefighters spray water to put out wildfires burning through peatland forest in Kubu Raya, West Kalimantan, Indonesia, Sept. 12, 2026. (AP Photo/Tatan Syuflana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ODLORYN7JRWLHADFJ3D3SLEIHM.jpg?auth=c16243524e4947ea4fcbbef9b1e5b65cd86227f6e2a65e17b2aa4767132899b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A firefighter sprays water in an attempt to extinguish a wildfire burning through a peatland forest in Pulang Pisau, Central Kalimantan, Indonesia, Sept. 5, 2026. (AP Photo/Regina Safri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Regina Safri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RICC7BCVRYSU5IFHHVHDUIXSMU.jpg?auth=6ddb94062c86b5785e7b4d1c686d653966ec42ded31874d7477678f1cd996585&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Revelers cool off with the help of spray truck showering water into the crowd of partiers amid the extreme heat, Feb. 15, 2025. (AP Photo/Bruna Prado, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruna Prado</media:credit></media:content></item><item><title><![CDATA[Rays clinch 5th AL East title with 6-1 victory at Yankee Stadium in 2nd game of doubleheader]]></title><link>https://www.local10.com/sports/2026/09/22/rays-clinch-5th-al-east-title-with-6-1-victory-at-yankee-stadium-in-2nd-game-of-doubleheader/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/rays-clinch-5th-al-east-title-with-6-1-victory-at-yankee-stadium-in-2nd-game-of-doubleheader/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Playing in perhaps baseball's toughest division, the Tampa Bay Rays were the class of the field this season.]]></description><pubDate>Wed, 23 Sep 2026 04:26:03 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Playing in perhaps baseball's toughest division, the Tampa Bay Rays were the class of the field this season.</p><p>The thrifty Rays clinched their fifth AL East title with a 6-1 victory over the New York Yankees in the second game of a day-night doubleheader Tuesday as Drew Rasmussen allowed one hit in 6 2/3 innings and Yandy Díaz hit a pair of two-run singles.</p><p>Tampa Bay took the AL East for the first time since 2021 and surpassed that team by three days with the earliest division clincher in team history. The club also won division crowns in the pandemic-shortened 2020 season along with 2010 and 2008, when it reached the World Series and had the franchise's first winning season.</p><p>“It means a lot,” Díaz said through a translator. “It’s a tough division. It’s a competitive division almost every single year. With this group we knew that from the beginning, but we still believed in ourselves every single way. So here we are in Yankee Stadium celebrating and we feel really happy that we got the job done.”</p><p>Tampa Bay (96-61) opened a six-game lead over the second-place Yankees (90-67) with five to play and will be the No. 1 seed with home-field advantage in the American League playoffs. The Rays are two games behind the Milwaukee Brewers for the best record in the majors and home-field advantage throughout the postseason.</p><p>The Rays have led the division since June 27 and spent 128 days in first place ahead of the Yankees, who only had Aaron Judge for 66 games due to a fractured right rib and a sore right calf that likely will keep the slugger out of next week’s best-of-three Wild Card Series at home.</p><p>Tampa Bay initially moved into first place following an 8-5 win over the Chicago White Sox on April 14 but lost the lead despite winning 13 of 18. The Rays regained the lead following a 4-1 win at Boston on May 10 and stayed there until June 13 when they lost seven of 13.</p><p>“We played really good baseball up to this point,” said Rasmussen, who underwent elbow surgery in 2023. “We got off to a little bit of a slow start in April but to play as we have since the beginning of May, this group’s different. We have a lot of fun together. We love being together and we’re trying to spend as much time as we can possibly together.”</p><p>The Rays won their latest division crown after returning to Tropicana Field and going 55-26 at home this season. Last year, Tampa Bay finished 77-85 overall and played home games at Steinbrenner Field, the spring training home of the Yankees, because the domed roof at the Trop was ripped off during Hurricane Milton in October 2024.</p><p>The Rays secured this AL East title after getting approval on a financing plan that will allow them to build a new stadium in Tampa, Florida, that is expected to open in 2029.</p><p>“Everything the franchise has been through, to have the Tampa Bay on the chest tonight, the staff, the players for Tampa Bay, all of it, just, it’s really special,” president of baseball operations Erik Neander said.</p><p>After closer Bryan Baker retired Yankees rookie George Lombard Jr. for the final out, the Rays shook hands on the field and exchanged hugs near the dugout to start their celebration.</p><p>As many Yankees fans left the stadium, Rays fans moved closer to the visitors' dugout and began cheering for the newly minted division champs. Once the party moved inside, the Rays sprayed bubbly and beer on each other while jumping up and down and dancing to loud music in their clubhouse.</p><p>“I’m very happy because this is a special group,” third baseman and AL MVP candidate Junior Caminero said. “When I (went) to spring training (the) first day, I saw this group and (thought), we've got a playoff team this year, and we did it.”</p><p>Rasmussen held the Yankees hitless until Heliot Ramos started the seventh inning with a double to left field. The right-hander exited after walking Jazz Chisholm Jr., but Kevin Kelly retired Austin Wells after allowing Lombard’s run-scoring single.</p><p>After finishing with three hits during a 2-0 loss in the opener, the Rays all but locked up the division title with a three-run seventh in the nightcap. Taylor Walls had a bunt single and Díaz lined a single to center field for a 4-0 lead. Díaz added another two-run single in the ninth for his AL-leading 175th hit.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QNUGDHJECLJP4FZ5HGFKR3GYN4.jpg?auth=3e51a5ea00bc63b503e1fa41f4ca561dd0e767db4159a86563b0f03cd42f13ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays third baseman Junior Caminero, right, celebrates after the Rays defeated the New York Yankees in the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCL5SMS5AZKYCHQS2AUPSAOZGY.jpg?auth=d8161a8c85f482da9b652e1580953248fdaba61b02e985abce68720ba16926a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Tampa Bay Rays take a team photo as they celebrate after defeating the New York Yankees in the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4W7URG5BJTAAT3KNJSUDZHII5M.jpg?auth=07795d60e4574e652fcfdecaa026214b7fb10cce47be0e2511be2677739793e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays third baseman Junior Caminero celebrates in the locker room after the Rays defeated the New York Yankees to win the AL East Division after the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZ6HQ6W4TEMETRV57JEJA3SNA4.jpg?auth=6744939204dd6262ed11a812330fdda585c008b5b51af94eba1afaa3ca437820&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays third baseman Junior Caminero celebrates in the locker room after the Rays defeated the New York Yankees to win the AL East Division after the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZF5EI3NWJTD7X7F6AOJIU2FSMY.jpg?auth=d7746b4c4185aec23b0c4e7d491febb42dd4ab0aaec740e58343646dfb0ab03d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays pitcher Nick Martinez celebrates in the locker room after the Rays defeated the New York Yankees to win the AL East Division after the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Dodgers' Ohtani set for return Wednesday after IL stint; Roberts says he's 'considerably' better]]></title><link>https://www.local10.com/sports/2026/09/22/dodgers-ohtani-set-for-return-wednesday-after-il-stint-roberts-says-hes-considerably-better/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/dodgers-ohtani-set-for-return-wednesday-after-il-stint-roberts-says-hes-considerably-better/</guid><dc:creator><![CDATA[By BETH HARRIS, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Shohei Ohtani is expected to be back in the Los Angeles Dodgers' lineup on Wednesday after a stint on the injured list.]]></description><pubDate>Wed, 23 Sep 2026 02:50:21 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Shohei Ohtani is expected to be back in the Los Angeles Dodgers' lineup on Wednesday after a stint on the injured list.</p><p>The two-way superstar has been on the IL since Sept. 9 due to right biceps inflammation and lingering soreness in his left knee.</p><p>Manager Dave Roberts said Ohtani is feeling “considerably” better.</p><p>“I would say if he was a five, he's probably an eight or a nine right now,” Roberts said Tuesday before the Dodgers faced San Diego.</p><p>The Dodgers clinched their 13th NL West title in 14 years without Ohtani, who was in Los Angeles for treatment when the team beat Cincinnati on the road last week. Now, the four-time MVP will have five games remaining to get some at-bats in before the postseason begins.</p><p>Ohtani is likely to resume his role as the Dodgers' leadoff hitter, especially against right-handed pitching. Mookie Betts has been atop the lineup and is hitting .373 this month.</p><p>“That's probably the way it's going to fall out, but I haven't totally decided yet,” Roberts said, adding that he would consider Betts' leadoff value against left-handed pitching. “I have to think about the entire lineup structure.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BMKRKQXSAGPSA4QHLVUAZLOOJQ.jpg?auth=27640c7a70a654fad1b2586cf0531b67f578c085b720cd352e6e1494359eb961&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO — El bateador designado de los Dodgers de Los Ángeles, Shohei Ohtani, observa desde la caseta durante la primera entrada de un partido de béisbol contra los Rojos de Cincinnati, el martes 8 de septiembre de 2026, en Los Ángeles. (Foto AP/Mark J. Terrill)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Drew Rasmussen takes no-hitter into 7th and Ks 11 as Rays clinch AL East with 6-1 win over Yankees]]></title><link>https://www.local10.com/sports/2026/09/22/drew-rasmussen-takes-no-hitter-into-7th-and-ks-11-as-rays-clinch-al-east-with-6-1-win-over-yankees/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/drew-rasmussen-takes-no-hitter-into-7th-and-ks-11-as-rays-clinch-al-east-with-6-1-win-over-yankees/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Drew Rasmussen allowed his only hit in the seventh inning and struck out 11 as the Tampa Bay Rays beat the New York Yankees 6-1 on Tuesday in the second game of a day-night doubleheader to clinch their fifth AL East title.]]></description><pubDate>Wed, 23 Sep 2026 02:54:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Drew Rasmussen allowed his only hit in the seventh inning and struck out 11 as the Tampa Bay Rays beat the New York Yankees 6-1 on Tuesday in the second game of a day-night doubleheader to clinch their fifth AL East title.</p><p>The Rays (96-61) secured home-field advantage throughout the American League playoffs and took their first division crown since 2021, when they won 100 games. Tampa Bay also earned AL East championships in the pandemic-shortened 2020 season along with 2010 and 2008, when the team had its first winning season after entering the league as an expansion franchise in 1998.</p><p>Yandy Díaz hit two-run single off reliever John Schreiber in the seventh and had another two-run single in the ninth for his AL-leading 175th hit. Tampa Bay opened a six-game lead over the second-place Yankees (90-67) with five to play.</p><p>In the opener, Carlos Rodón allowed three hits in eight sharp innings as New York delayed Tampa Bay's division celebration with a 2-0 victory.</p><p>Taylor Walls started the three-run seventh with a bunt single against Max Fried (5-5) when first base was left uncovered. Ryan Vilade hit an RBI groundout in the third after Díaz’s flyball moved runners to second and third.</p><p>Rasmussen (16-5) was nine outs from joining Matt Garza as Tampa Bay pitchers with a no-hitter when he gave up a leadoff double to Heliot Ramos on his 97th pitch. Garza held the Detroit Tigers hitless at Tropicana Field on July 26, 2010.</p><p>After allowing Ramos’ hit to left field, Rasmussen got the next two outs before walking Jazz Chisholm Jr. on a full count. Kevin Kelly entered and permitted rookie George Lombard Jr.’s RBI single before retiring Austin Wells on a groundout.</p><p>Rasmussen threw a career-high 114 pitches, 72 for strikes. He threw first-pitch strikes to 17 of 24 hitters and notched his fourth career double-digit strikeout game.</p><p>Rasmussen allowed one hit for the fourth time this year. He also yielded just one hit in six innings against the Yankees on April 12.</p><p>Cam Booser and Bryan Baker pitched an inning apiece to finish the three-hitter.</p><p>Fried allowed four runs and six hits in 6 2/3 innings.</p><p>The Yankees were held to three hits or fewer for the 13th time this year.</p><p>Up next</p><p>Tampa Bay RHP Ian Seymour (9-7, 4.38 ERA) opposes New York RHP Gerrit Cole (9-9, 3.63) on Wednesday night.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QX7JVP5NWKCDPJ72QRDZRYGJIQ.jpg?auth=d74b1b7331d74736a3affea1f1b302084300dc13fe846802e254b2a34f270d15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays pitcher Drew Rasmussen throws in the first inning during the second baseball game of a doubleheader against the New York Yankees, Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PJ25SOVUEKU47G3ITIKHRWV76Y.jpg?auth=e413be31cac0a01421235769ecfe898b0143b2c36b471cc34cfafb46178f3454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays pitcher Drew Rasmussen reacts after the final out in the sixth inning during the second baseball game of a doubleheader against the New York Yankees, Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLEANPR6JYER5UGUNG2TSICKBI.jpg?auth=908bee1ee10b995453694c69584eb407f9d5af655f36f38462df7013a1f0ae7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays' Taylor Walls scores a run past New York Yankees catcher Austin Wells in the seventh inning during the second baseball game of a doubleheader Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3YAVYOLHJVI56OICMK3PV4UZHU.jpg?auth=6703500b739e9acc67e461ba1e746cfc32272a90cc6c9c82527ecdea9a4f0489&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Rays designated hitter Yandy Díaz reacts next to New York Yankees second baseman Jazz Chisholm Jr. after hitting a two-run scoring single in the ninth inning during the second baseball game of a doubleheader against the New York Yankees, Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/B46UFGHBXWB3OKBHZOLID4ZMSE.jpg?auth=96d8cd497bb0091df24bb072e2a9b37eb6b55a76a0f7d076f3312cefeb046c6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Jazz Chisholm Jr. blows a bubble after striking out in the second inning during the second baseball game of a doubleheader against the Tampa Bay Rays, Tuesday, Sept. 22, 2026, in New York. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark and Kelsey Mitchell help Fever keep home-court hope alive with 96-77 win over Lynx]]></title><link>https://www.local10.com/sports/2026/09/22/caitlin-clark-and-kelsey-mitchell-help-fever-keep-home-court-hope-alive-with-96-77-win-over-lynx/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/caitlin-clark-and-kelsey-mitchell-help-fever-keep-home-court-hope-alive-with-96-77-win-over-lynx/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Caitlin Clark had 27 points, nine assists and seven rebounds, and Kelsey Mitchell added 20 points to her WNBA single-season scoring record as the Indiana Fever beat the Minnesota Lynx 96-77 on Tuesday night.]]></description><pubDate>Wed, 23 Sep 2026 04:46:37 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Caitlin Clark had 27 points, nine assists and seven rebounds, and Kelsey Mitchell added 20 points to her WNBA single-season scoring record as the Indiana Fever beat the Minnesota Lynx 96-77 on Tuesday night.</p><p>Indiana kept alive its faint hopes of earning the No. 4 seed in the playoffs and home-court advantage in the first round for at least one more day. The Lynx still clinched the No. 1 seed thanks to Golden State's overtime loss to Portland on Tuesday.</p><p>Mitchell extended her league record to 27 consecutive games with 20 or more points by making a 3-pointer with a little more than two minutes to play. Aliyah Boston added 17 points and seven rebounds for the Fever.</p><p>Chloe Bibby scored all of her 15 points on 3s for Minnesota. Liatu King finished with 12 points on a night the Lynx were without Olivia Miles. The record-breaking rookie was a late scratch because of an injured left calf, and her absence clearly had an impact. Miles broke Clark's single-season scoring record by a rookie on Sunday.</p><p>Minnesota coach Cheryl Reeve said she almost held Miles out Sunday against Connecticut and that they would take the injury day by day. Reeve also opted to bench her starters for most of the final 2 1/2 quarters because she didn't want to risk other injuries after Indiana's fast start.</p><p>Indiana took control with a 14-2 run to close the first quarter while opening up a 31-16 lead. The Fever extended the margin to 38-18 quickly in the second quarter and led by as much as 57-28 the first half.</p><p>But Minnesota spent the rest of the night charging back. The Lynx — playing their backups — finally cut the deficit to single digits late in the third and when Aari McDonald drove past a defender for an uncontested layup, the deficit was 71-64 at the end of three.</p><p>The Lynx were still within 74-66 with 8:15 left, but Monique Billings made two free throws before baskets from Clark, Mitchell and Boston made it 82-66 and the Fever pulled away late.</p><p>Up next</p><p>Lynx: Hosts Indiana on Thursday in their regular season finale.</p><p>Fever: Closes out their regular season road schedule Thursday at Minnesota.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6GOB5WMPGKGSTWVLHJL2EEKBLU.jpg?auth=3dba000af887e280034b8b2b2c79984e467cc1350c2977c08bb0c3394a32f701&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Lexie Hull (10) and Minnesota Lynx forward Liatu King go for a loose ball in the first half of a WNBA basketball game in Indianapolis, Tuesday, Sept. 22, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTVUPSU52MSORRXD7VVVSHLNNQ.jpg?auth=a99ae7038ace18b0e988d04d40f05583340af9736b30e7fd1280fb0fec873662&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx guard Kayla McBride (21) drives on Indiana Fever guard Lexie Hull (10) in the first half of a WNBA basketball game in Indianapolis, Tuesday, Sept. 22, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DHVKEGSF3PXYD4AY6ZGM6JA4RY.jpg?auth=6fbd7d80c3280619cbef44ccf527e102672609fee05c0eccbba950320e2e68aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx guard Kayla McBride (21) defends Indiana Fever guard Caitlin Clark (22) in the first half of a WNBA basketball game in Indianapolis, Tuesday, Sept. 22, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EGVAPKD5ERABANFIE6CZ32WTX4.jpg?auth=f31640520e62121802649211f14d095361a788d72240c8b5a2130e0f5ec3deee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Minnesota Lynx forward Napheesa Collier (24) fouls Indiana Fever forward Myisha Hines-Allen, right, in the first half of a WNBA basketball game in Indianapolis, Tuesday, Sept. 22, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Kaseya Center gets new roof sign in GTA tie-in: ‘Welcome to Vice City’]]></title><link>https://www.local10.com/news/local/2026/09/22/kaseya-center-gets-new-roof-sign-in-gta-tie-in-welcome-to-vice-city/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/kaseya-center-gets-new-roof-sign-in-gta-tie-in-welcome-to-vice-city/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[A new message is now sitting high above downtown Miami: “Welcome to Vice City.” The giant pink and white letters were installed Tuesday on top of the Kaseya Center.]]></description><pubDate>Tue, 22 Sep 2026 22:35:22 +0000</pubDate><content:encoded><![CDATA[<p>A new message is now sitting high above downtown Miami: “Welcome to Vice City.” The giant pink and white letters were installed Tuesday on top of the Kaseya Center.</p><p>On Tuesday, a helicopter lifted the letters into place one by one. Workers were seen securing them to the arena’s roof.</p><p>Vice City is Rockstar Games’ fictional, over-the-top version of Miami, from Ocean Drive to the Everglades, in the series Grand Theft Auto.</p><p>The new signage is part of Miami-Dade County’s effort to cash in on that connection.</p><p>A proposal obtained by Local 10 last month included ideas such as temporarily rebranding parts of MIA as “Vice City Airport” and even installing special “Vice City” manhole covers.</p><p>The game’s Miami influence is already everywhere, from vintage souvenir shirts to a Wynwood mural.</p><p>A county spokesperson previously told Local 10 that the game could create a unique marketing opportunity and potentially generate revenue.</p><p>But now, Vice City is no longer just on the screen. It is becoming a permanent part of the Miami skyline.</p><p>Some county commissioners and officials have <a href="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/18/miami-dade-commissioners-raise-concerns-about-countys-welcome-to-vice-city-deal-with-grand-theft-auto-vi-game/">expressed concern</a> about the deal, saying the game glorifies violence.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Retired Pembroke Pines police sergeant killed by wife in apparent murder-suicide, BSO says]]></title><link>https://www.local10.com/news/local/2026/09/22/retired-pembroke-pines-police-sergeant-killed-by-wife-in-apparent-murder-suicide-bso-says/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/retired-pembroke-pines-police-sergeant-killed-by-wife-in-apparent-murder-suicide-bso-says/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A retired Pembroke Pines police sergeant and his wife were found dead Monday morning in what Broward Sheriff’s Office homicide detectives are investigating as an apparent murder-suicide.]]></description><pubDate>Tue, 22 Sep 2026 18:21:01 +0000</pubDate><content:encoded><![CDATA[<p>A retired Pembroke Pines police sergeant and his wife were <a href="https://www.local10.com/news/local/2026/09/21/death-investigation-ongoing-in-pembroke-pines-after-2-people-found-inside-home/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/21/death-investigation-ongoing-in-pembroke-pines-after-2-people-found-inside-home/">found dead Monday morning </a>in what Broward Sheriff’s Office homicide detectives are investigating as an apparent murder-suicide.</p><p><a href="https://www.local10.com/espanol/2026/09/22/exsargento-que-sobrevivio-a-grave-choque-muere-baleado-por-su-esposa-en-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/exsargento-que-sobrevivio-a-grave-choque-muere-baleado-por-su-esposa-en-broward/"><b>Leer en español</b></a></p><p>According to BSO, the preliminary investigation revealed that Joanne Baker, 59, shot and killed her husband, retired Pembroke Pines Police Sgt. John Baker, 62, before turning the gun on herself.</p><p>Pembroke Pines police officers and fire department paramedics responded at approximately 7:12 a.m. Monday to a 911 call regarding two people found unresponsive in the 8300 block of Pine Drive.</p><p>When emergency crews arrived, they found John and Joanne Baker dead, authorities said.</p><p>Pembroke Pines police then contacted BSO and requested that its Homicide and Crime Scene units conduct the death investigation.</p><p>The Broward County Medical Examiner’s Office will determine the official cause and manner of death. BSO said the investigation remains ongoing.</p><h3>Nearly 28 years of service</h3><p>Following Baker’s death, the Pembroke Pines Police Department released a statement mourning the retired sergeant, who served the city for nearly 28 years.</p><p>Baker joined the department in 1994 and held numerous positions throughout his career, including road patrol officer, field training officer, master patrol officer, public information officer, traffic homicide investigator and Traffic Unit sergeant.</p><p>He was also a founding member of the department’s Crisis Response Team, which was created to assist first responders during times of tragedy.</p><p>According to the department, Baker was passionate about traffic safety and regularly worked with Mothers Against Drunk Driving, often volunteering at the organization’s events.</p><p>Outside of work, Baker was a father of three who enjoyed traveling and music and often attended concerts with his family, the department said in a press release.</p><h3>Serious on-duty crash</h3><p>According to police, on Aug. 10, 2019, Baker was involved in a serious on-duty motorcycle crash after a car turned in front of his path.</p><p>Police said Baker suffered critical injuries that affected his speech and movement. With the help of his family and medical team, he eventually regained limited motor skills.</p><p>Despite his injuries, Baker remained active in the community, participating in charity races through Special Compass, a local nonprofit that assists children and families with disabilities. He also participated in the Special Olympics Torch Run, the department said.</p><p>“The entire PPPD family mourns the sudden loss of Sergeant John Baker,” the department said in its statement. “Even with the challenges he faced from his work-related injury, his joyful and positive personality always persisted.”</p><p>The department extended its condolences to Baker’s children, family and friends.</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[Climate disasters are growing. So are cuts to programs that prepare for them]]></title><link>https://www.local10.com/news/world/2026/09/22/climate-disasters-are-growing-so-are-cuts-to-programs-that-prepare-for-them/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/22/climate-disasters-are-growing-so-are-cuts-to-programs-that-prepare-for-them/</guid><dc:creator><![CDATA[By VICTORIA MILKO and SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[KATHMANDU, Nepal (AP) — Sitting on the floor of a makeshift shelter for survivors of Nepal's deadly recent floods, Tenzin Dolma Ghale said she had nothing left but the clothes she was wearing. Her entire village and members of her family were washed away by the surge of water and debris that killed over 1,450 people and left more than 6,000 missing.]]></description><pubDate>Wed, 23 Sep 2026 01:25:29 +0000</pubDate><content:encoded><![CDATA[<p>KATHMANDU, Nepal (AP) — Sitting on the floor of a makeshift shelter for survivors of Nepal's deadly recent floods, Tenzin Dolma Ghale said she had nothing left but the clothes she was wearing. Her entire village and members of her family were washed away by the surge of water and debris that killed over 1,450 people and left more than 6,000 missing.</p><p>After speaking, she waved a hand and looked at the ground. “It’s all finished,” she said.</p><p>Ghale is among millions of people living with the deadly consequences of climate-related disasters. As such disasters intensify, international climate adaptation and disaster preparedness aid programs have been slashed, leaving countries facing billions of dollars in avoidable damage and dwindling recovery funds.</p><p>“The reality is that we need trillions of dollars every year, but developed countries have not met their obligation,” said Harjeet Singh, founding director of New Delhi-based Satat Sampada Climate Foundation.</p><p>Aid cuts weaken disaster monitoring in the Himalayas</p><p>The Trump administration’s abrupt cuts to U.S. foreign aid in 2025 eliminated or sharply curtailed programs serving millions of people worldwide, with devastating consequences for many communities. Reductions by other major donor countries deepened the funding crisis.</p><p>Among the programs shut was SERVIR-Hindu Kush Himalaya, a joint initiative of the U.S. Agency for International Development, NASA and the Kathmandu-based International Centre for Integrated Mountain Development, or ICIMOD.</p><p>Covering Afghanistan, Bangladesh, Myanmar, Nepal and Pakistan, the program used satellites and geospatial analysis for disaster risk reduction, water resources and land cover. It facilitated flood risk services, collaboration with the Nepal Red Cross Society on risk communication and more than 170 public data sets on glaciers, disasters and vulnerability.</p><p>Glacial and disaster preparedness experts praised the organization for its extensive research, cross-border coordination and support of local disaster reduction measures.</p><p>Before losing its funding due to USAID cuts, the program addressed mounting risks in a region where climate change has caused rapid glacier melt, shifting monsoons and increasingly frequent floods, landslides and glacial lake outburst floods, or GLOFs. Those changes endangered food, water and energy security for nearly 2 billion people living in or downstream of the region, according to ICIMOD.</p><p>Himalayan glaciers are losing mass 65% faster than they were a decade ago, according to a new report by global consultancy Systemiq, produced with ICIMOD. Yet only around 0.1% of the Himalaya’s estimated 40,000 glaciers are currently monitored in detail and on a sustained basis, the report said.</p><p>When funding for SERVIR-HKH ended, so did programs that monitored landslide forecasting, daily flooding, training programs and regional collaboration between countries.</p><p>With the program's loss, millions now face a heightened risk of GLOFs, which can release millions of cubic meters of water and debris in just a few hours.</p><p>In northern Pakistan, melting glaciers have created 3,044 glacial lakes, with over 30 identified as likely to result in such floods in areas where over 7 million people live, according to the United Nations Development Program.</p><p>Afghanistan also faces an increased threat of GLOFs, according to research published by the University of Lausanne in Switzerland.</p><p>In India — which was not part of the SERVIR-HKH program but borders all of the countries that were and is also home to over half the Himalayas — over 130 high-altitude lakes are at risk of flooding.</p><p>South Asia is already experiencing deadly climate-related disasters. The 2022 Pakistan floods killed more than 1,700 people and caused an estimated $40 billion in damage. Flooding in Nepal in 2025 killed nine people and caused millions of dollars in damage. Cloudbursts, landslides, flash floods and extreme rainfall have wreaked havoc in the Indian Himalayas, resulting in the death of over 12,000 people and damage exceeding billions of dollars in the last 15 years.</p><p>The region suffered economic losses of at least $7 billion in 2025 due to climate-driven extreme weather, according to the Emergency Events Database maintained by the University of Louvain, Belgium. This database itself is at risk of being shut down as a result of USAID funding cuts.</p><p>In a statement to The Associated Press, the U.S. State Department said that the U.S. supports Nepal’s flood warning capacity through programs with the World Meteorological Organization and National Oceanic and Atmospheric Administration. The department noted that SERVIR-HKH ended in January 2025 but that its tools remain active through ICIMOD.</p><p>The impact extends beyond communities hit directly. The Himalayan region is vital to national economies, with agriculture, industry, tourism and domestic use all dependent upon it.</p><p>Cuts to programs like SERVIR-HKH will have cascading effects for years, said Neha Rai, a climate finance expert at ICIMOD.</p><p>Rai likened the cuts to climate programs to abruptly halting funds for cancer research, which needs years of sustained research for success.</p><p>“Climate risk is also a generational challenge,” said Rai. “You need long-term observations, expertise, you need institutions that cannot simply be switched off and on as short-term priorities.”</p><p>Rai said cuts to cross-border programs have also impacted information sharing between governments, scientists and organizations across the region — a critical function in a region where what happens upstream directly affects countries downstream.</p><p>Climate finance shrinks as vulnerable countries face rising debt</p><p>These cuts are part of a larger trend. According to the Organization for Economic Cooperation and Development, official development assistance from its Development Assistance Committee members, which includes the U.S., fell 23% in 2025 — the largest annual contraction on record. Traditionally large donors such as the United Kingdom, Germany, France, Japan and Canada have also announced massive reductions, reallocating funds to defense and other domestic priorities.</p><p>Global South countries spend approximately 225 times more in debt repayments than what they receive in grant-based climate finance, according to a recent report by the advocacy group, ActionAid International.</p><p>“There is a toxic relationship, in fact, between the climate crisis and the debt crisis,” said Teresa Andersen of ActionAid International.</p><p>She said countries take loans to recover from climate impacts but then cut investments in clean energy and preparations for future climate-related extreme weather to repay the loans.</p><p>The money being provided isn’t nearly enough, and climate often isn’t prioritized, said Richard Sherman, a board member of the Fund for Responding to Loss and Damage, an international climate finance mechanism to assist developing countries vulnerable to the adverse effects of climate change.</p><p>“There’s plenty of money if it goes to certain priorities, but for climate change right now, we’re witnessing a severe depreciation of the importance to act and make systems more resilient,” he said.</p><p>While disaster recovery funds still exist, they're also losing funding and aren’t equipped to handle the expected increase in disasters, he said.</p><p>“We’re not expecting developed countries to act as an ATM,” said Sherman. “But supporting vulnerable countries, helping them adapt and become more resilient means they’re less likely to suffer the kind of impacts we have right now.”</p><p>___</p><p>Arasu reported from Bengaluru, India.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SE7VZ2HKFAG4SCLGVSVWP6IO5Y.jpg?auth=673b4e2228438f4bd650ad34aa80588cd178bc7f38118e6491606d1b2a50b47c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People affected by recent flash floods line up to receive aid at a school turned into a shelter in Nuwakot district, Nepal, Sept. 3, 2026. (AP Photo/Dar Yasin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOIETS5OXZDGJ2C4VABHK4LRTM.jpg?auth=7aa0e25ad79f173862bbc7109066000340acb58313a449281bfed00ae923bd2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former USAID staff and supporters rally to mark one year since USAID was dismantled Feb. 27, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK4277WC734ZSCAKNOIOXA5QPE.jpg?auth=e79d6963b8cdad6ac8fb5f8f1371e7b5ad9dac81462c2b03788bb10cd8c63d33&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Homes sit damaged in the aftermath of flash flooding along the Trishuli River in the Trishuli Bazaar area of Nuwakot district, Nepal, Aug. 30, 2026. (AP Photo/Rajesh Kumar Singh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RP34EYNTETJY4M633JPF6UCKJY.jpg?auth=4db430a86919141eca7126a1e8b831c4024239b8dc9f6ec3ab4160b8cecc4a72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Parvati Taman, whose house was destroyed in recent flash floods, feeds her daughter Krishna Taman outside their temporary shelter on higher ground near Betrawati, Nepal, Sept. 8, 2026. (AP Photo/Dar Yasin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Dar Yasin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVZRSFX5CI4FG2BXTVARZKCZVY.jpg?auth=499d7622ab0c8a6f8fbc4af9429524ca44031c098b714f8ad18cb745a038461d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Displaced families, who fled their flood-hit homes, jostle to get relief aid distributed by soldiers of Pakistan rangers, in Dera Allahyar, in Jaffarabad, a district of southwestern Balochistan province, Sept. 17, 2022. (AP Photo/Zahid Hussain, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Zahid Hussain</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QRW4A7WBM4LP6A5CRK7NA6ZGIY.jpg?auth=af84bee959f274c517ad575ce8aa1e7f13eedaad7163b35644c4c9dfb221e14e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victims of heavy flooding from monsoon rains carry relief aid through floodwaters in the Qambar Shahdadkot district of Sindh Province, Pakistan, Sept. 9, 2022. (AP Photo/Fareed Khan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fareed Khan</media:credit></media:content></item><item><title><![CDATA[Bill Clinton calls on leaders to fill gaps left by 'retreating governments']]></title><link>https://www.local10.com/business/2026/09/22/bill-clinton-calls-on-leaders-to-fill-gaps-left-by-retreating-governments/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/22/bill-clinton-calls-on-leaders-to-fill-gaps-left-by-retreating-governments/</guid><dc:creator><![CDATA[By GLENN GAMBOA, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Former President Bill Clinton opened this year’s Clinton Global Initiative conference Tuesday in New York, calling on attendees to promise to “step into the void created by retreating governments” following cuts by the United States and other nations to foreign assistance.]]></description><pubDate>Wed, 23 Sep 2026 01:12:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Former President Bill Clinton opened this year’s Clinton Global Initiative conference Tuesday in New York, calling on attendees to promise to “step into the void created by retreating governments” following cuts by the United States and other nations to foreign assistance.</p><p>“We know that we can’t completely fill the hole that retreating governments are leaving behind,” said Clinton, adding that philanthropy and other sectors will have to find new ideas and resources to protect progress on issues already made.</p><p>He made his appeal after opening the conference challenging President Donald Trump and his administration on multiple fronts.</p><p>“I suppose I could take my entire allotted time to discuss the self-evident wisdom of building an Arc de Triomphe in Washington to hold all our drones,” Clinton joked. “Some of this stuff it’s hard to make up.”</p><p>After the laughter subsided, though, Clinton seriously laid out how he disagreed with the idea that “cooperation is not important, that winning is important in the short run.”</p><p>The Clinton Global Initiative has convened political, business and philanthropic leaders to address the world’s issues for more than two decades.</p><p>Donna McKay, the Breast Cancer Research Foundation’s president and CEO, unveiled one of those new ideas Tuesday.</p><p>New funding ideas for research and democracy</p><p>BCRF Ventures is the foundation’s first venture philanthropy fund, a $100 million initiative launched Tuesday with an $11 million donation from philanthropists Karen and Rob Hale to pay for its creation and early investments to encourage others to donate.</p><p>“It makes sense that at this point in time when there are extraordinary advances happening that BCRF throw everything that we can at research and science,” McKay told The Associated Press in an interview. “What this venture philanthropy program will do is try to fast-track advances and get them to patients as quickly as possible.”</p><p>The new initiative will not replace BCRF’s more traditional grantmaking to breast cancer research scientists, which the foundation expanded last year in the face of federal funding cuts to medical research.</p><p>The goal for the venture philanthropy fund is to use the earnings from the successful companies it supports to bolster more companies.</p><p>“The success of one breakthrough has the potential to finance the next and the next,” McKay said.</p><p>Stacey Abrams, former Georgia state representative, and leader of the vote mobilization and education nonprofit 10 Steps Campaign, announced a coalition of democracy nonprofits banding together to launch the Democracy Index Fund, which will pool resources to support pro-democracy organizations, and the Democracy Hedge Fund, designed to earn revenue while also providing support for pro-democracy organizations.</p><p>“Authoritarians have a playbook. They also have a budget,” Abrams said as she announced the new funds. “And now, so should we.”</p><p>‘This is a moment to give out money. Lots of it. Right now.’</p><p>Carmen Rojas, the Marguerite Casey Foundation’s president and CEO, outlined a more common-sense approach that is still seen by many in philanthropy circles as radical.</p><p>“This is an invitation that I give to donors, to foundations in the room, to anybody who has a rich cousin, this is a moment to give out money,” she said. “Lots of it. Right now.”</p><p>Rojas explained how there is currently extraordinary need and that should be met with extraordinary action. The Marguerite Casey Foundation announced plans in June to increase its annual donations to at least $500 million over the next decade in order to alleviate some of the pain the communities it serves are feeling following federal funding cuts. In 2025, the foundation dipped into its endowment in order to hand out $135 million.</p><p>“There was greater risk in inaction,” she said, explaining the step many nonprofits would refuse to consider because it could put future investment earnings at risk. “The greatest risk we face is sitting on a set of resources that communities across this country desperately need to protect their neighbors, to be able to build relationships with one another, to have their needs met.”</p><p>Rojas told The Associated Press in an interview that her foundation’s bold strategy has encouraged others to utilize it as well. She wants foundations to reconsider the requirement that they give 5% of their value annually in order to maintain their tax-exempt status – calling it a floor rather than a ceiling.</p><p>Ford Foundation President Heather Gerken encouraged conference attendees to remember to dream of what they want to accomplish.</p><p>“As much as we are in the trenches and fighting the fight, we need to look out over the horizon,” she said. “The reason we are here is that we have had a democracy that has not served everyone. And so we need to figure out how to dream a new democracy into existence.”</p><p>_____</p><p>Associated Press coverage of philanthropy and nonprofits 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. For all of AP’s philanthropy coverage, visit https://apnews.com/hub/philanthropy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7HLW7FVDBPQ2BA36WBPF5SFEUI.jpg?auth=7296db7a8955ee2c835f286b0192ed49ca607b9000194df2d6075f0ebeff841d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Heather Gerken, President of Ford Foundation, speaks during the Clinton Global Initiative, Tuesday, Sept. 22, 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/5V4FOEMF3AYE2YFRQV34LA3ZEU.jpg?auth=c446238e3481810c98168ed867b9f5df3e8c17c2ca2fdbd277660d9feda8edbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Daniel O'Day, Chairman and CEO of Gilead Sciences, right, speaks next to former United States Secretary of State, Hillary Clinton, left, during the Clinton Global Initiative, Tuesday, Sept. 22, 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[Broward commissioners vote to take back fire department from BSO in move Tony slams as ‘betrayal’]]></title><link>https://www.local10.com/news/local/2026/09/22/broward-commissioners-vote-to-take-back-fire-department-from-bso-in-move-tony-slams-as-betrayal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/broward-commissioners-vote-to-take-back-fire-department-from-bso-in-move-tony-slams-as-betrayal/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[On Tuesday, Broward County commissioners unanimously decided to return the fire department back to civilian control. The Broward Sheriff’s Office had been in charge for two decades.]]></description><pubDate>Tue, 22 Sep 2026 21:43:28 +0000</pubDate><content:encoded><![CDATA[<p>On Tuesday, Broward County commissioners unanimously decided to return the fire department back to civilian control. The Broward Sheriff’s Office had been in charge for two decades.</p><p><a href="https://www.local10.com/espanol/2026/09/22/broward-le-quita-el-cuerpo-de-bomberos-al-sheriff-tony/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/broward-le-quita-el-cuerpo-de-bomberos-al-sheriff-tony/"><b>Leer en español</b></a></p><p>“I think it was prudent for us to really take back control and make sure we can be cost-efficient,” Broward Commissioner Lamar Fisher, one of the driving forces behind the change, said. </p><p>The move comes as the county and Sheriff Gregory Tony have clashed over BSO’s $937 million budget request.</p><p>Tony is calling the move a “betrayal.”</p><p>No other county in Florida puts its sheriff’s office in charge of fire rescue services. Broward Sheriff Fire Rescue serves multiple cities within the county under contracts, as well as the county’s unincorporated areas.</p><p>Fisher said he and fellow commissioners want greater control and transparency over how dollars are spent.</p><p>“It’s not the sheriff’s fault by any means,” Fisher said. “It’s an opportunity for Broward County to really control its department and its costs at the end of the day.”</p><p>It’s unclear on what those costs will be.</p><p>There are more than 900 employees that will be part of the transition, but commissioners say it shouldn’t affect everyday services.</p><p>Tony blasted the decision in a statement released on Tuesday</p><p>“Today’s decision by the Broward County Commission not to renew its contract with Broward Sheriff Fire Rescue is deeply disappointing, a betrayal of the public’s trust and a disservice to the men and women who have dedicated their careers to protecting this community,” he said in part. </p><p>Tony said it was “particularly troubling that the same Commission that has refused to provide our first responders with the compensation they deserve is now prioritizing control over a proven public safety system that has served this community since 2003,” as he touted multiple “critical innovations” by the department.</p><p>“Public safety is not about control,” he said. “What matters is the skilled, timely and coordinated response of highly trained public safety professionals, like the men and women of Broward Sheriff Fire Rescue.” </p><p>The union representing BSFR firefighters and paramedics said in a statement that its members “look forward to working with the administrations of Broward County and the Broward Sheriff’s Office through this transition” and “will continue to uphold our mission and protect the communities we proudly call home.”</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[Braves' star Acuña day-to-day after fouling ball off left leg]]></title><link>https://www.local10.com/sports/2026/09/22/braves-star-acuna-day-to-day-after-fouling-ball-off-left-leg/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/braves-star-acuna-day-to-day-after-fouling-ball-off-left-leg/</guid><dc:creator><![CDATA[By PAUL NEWBERRY, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Braves outfielder Ronald Acuña Jr. left Atlanta's game against Cincinnati in the third inning after fouling a ball off his left leg Tuesday night.]]></description><pubDate>Wed, 23 Sep 2026 00:45:29 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Braves outfielder Ronald Acuña Jr. left Atlanta's game against Cincinnati in the third inning after fouling a ball off his left leg Tuesday night.</p><p>X-rays were negative and Acuña was listed as day-to-day with a contusion. He was able to walk slowly off the field under his own power after hobbling away from the battling circle and dropping to his knees in clear pain.</p><p>Acuña was tended to for several minutes by the Braves trainer, with manager Walt Weiss looking on intently, before heading straight to the home clubhouse.</p><p>The injury comes with the playoffs just a week away for Atlanta, which clinched its seventh NL East title in the past nine years. The Braves are likely to open the playoffs hosting a best-of-three series against the lowest-seeded wild-card team.</p><p>Acuña went down on a 3-1 pitch from Brandon Williamson with the Reds up 1-0. The slugging outfielder took a big swing, sending the ball off his left shin, below the knee and just above a protective guard. He dropped to the dirt with a big grimace, pulled himself up and limped a few feet away from the box before going to the ground again.</p><p>The 2023 NL MVP has been one of Atlanta's hottest hitters down the stretch, hitting seven homers in his last 18 games — including a grand slam in a sweep of the Astros last weekend. He is batting .259 with 20 homers, 55 RBIs and 20 stolen bases.</p><p>Brewer Hicklen took over the leadoff spot and right field after Acuña left the game.</p><p>___</p><p>See AP’s full MLB coverage here</p><p>On a 3-1 pitch,</p><p>Acuna foul ball off left leg, just above a protective pad. Acuna went down in a heap, hobbled out of the batting circle and dropped to his knees again while attended to by manager Walt Weiss and the trainer. Acuna eventually left the game,</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VEEBV5MIXIIRDFT2CZYHZYOOG4.jpg?auth=2e293538537f53f0ea5995c7cc71a252e4cc39ce58f7466e2b02aa098e83f802&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Ronald Acuna Jr., center, celebrates on the field after a baseball game against the Houston Astros as the Braves clinched the NL East title, Sunday, Sept. 20, 2026, in Houston. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WG6ZHFWLBRVEK4AMV66HULELUY.jpg?auth=409a98eb4ddd8eb6e6acffedd5cc9a46f5605bd4a589c154ddfe59fcd16b054f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Ronald Acuna Jr. singles off Houston Astros starting pitcher Hunter Brown in the fifth inning of a baseball game, Sunday, Sept. 20, 2026, in Houston. (AP Photo/Karen Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[Mujer cae de auto en marcha y el conductor huye]]></title><link>https://www.local10.com/espanol/2026/09/22/mujer-cae-de-auto-en-marcha-y-el-conductor-huye/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/mujer-cae-de-auto-en-marcha-y-el-conductor-huye/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[La mujer, de 37 años, quedó tendida en el estacionamiento de un McDonald’s en Naranja, donde otros conductores se detuvieron a auxiliarla. Los médicos declararon después su muerte cerebral.]]></description><pubDate>Wed, 23 Sep 2026 00:34:12 +0000</pubDate><content:encoded><![CDATA[<p>Un video de vigilancia captó el momento en que una mujer cayó de un auto en movimiento y se golpeó de cara contra el pavimento.</p><p>La mujer, identificada como Nikkita Wongchong, de 37 años, quedó inconsciente, pero en el video se ve cómo el conductor acelera y se va, dejándola gravemente herida en medio del estacionamiento de un McDonald’s.</p><p>Se puede ver a conductores que pasaban por el lugar bajarse de sus autos para ayudarla.</p><p>Todo ocurrió el sábado alrededor de las 8:40 a.m. frente al McDonald’s ubicado en el 26601 S. Dixie Highway, en Naranja, una zona no incorporada del suroeste de Miami-Dade.</p><p>Nile Sausbre contó que estaba trabajando al otro lado de la calle y vio cuando llegaron los agentes de la Oficina del Sheriff de Miami-Dade.</p><p>“Eso no está bien”, dijo. “Es un ser humano”.</p><p>Los agentes indicaron que le practicaron RCP hasta que llegaron los paramédicos, quienes la trasladaron de urgencia al hospital en estado crítico.</p><p>Más tarde, los médicos determinaron que tenía muerte cerebral.</p><p>El conductor fue identificado como Ismel Baro Rodriguez, de 28 años.</p><p>Los investigadores dijeron que revisaron videos de vigilancia que les permitieron dar con Baro Rodriguez en una casa no muy lejos del lugar.</p><p>Desde entonces, fue acusado de un delito grave de agresión agravada con lesiones corporales graves. El ciudadano cubano permanece tras las rejas en el centro correccional Turner Guilford Knight, con una orden de retención migratoria.</p>]]></content:encoded></item><item><title><![CDATA[Agarra a golpes a señora y luego a su perro en Hallandale Beach]]></title><link>https://www.local10.com/espanol/2026/09/22/agarra-a-golpes-a-senora-y-luego-a-su-perro-en-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/agarra-a-golpes-a-senora-y-luego-a-su-perro-en-hallandale-beach/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Aunque el incidente ocurrió en mayo, Antonia Yeromina, de 44 años, fue arrestada apenas este lunes. Salió bajo fianza de $15,000 con la prohibición de tener animales, entre otras condiciones.
]]></description><pubDate>Wed, 23 Sep 2026 00:31:40 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 44 años del sur de Florida enfrenta varios cargos tras un incidente con una adulta mayor y su perro.</p><p>Los hechos ocurrieron el 11 de mayo en el patio común de un complejo de apartamentos de Hallandale Beach, cuya ubicación se omitió en los documentos del arresto para proteger la identidad de la víctima.</p><p>Según la policía de Hallandale Beach, la víctima, una persona de 65 años o más, estaba sentada en un banco con otra persona mientras sus perros jugaban en el césped, cuando el perro de la sospechosa, identificada como Antonia Yeromina, se acercó a los otros dos.</p><p>Lo que la víctima les contó después a los agentes quedó grabado en video de las cámaras corporales, obtenido por Local 10 News.</p><p>“Yo estaba atrás con una vecina, los perros estaban jugando tranquilos”, dijo en el video. “Llegó esta mujer con un perro, y su perro y el mío empezaron a pelear”.</p><p>Según el informe de arresto, en ese momento la situación se salió de control. Ambas mujeres agarraron a sus perros para detener la pelea, pero una vez terminada, la víctima les dijo a los agentes que Yeromina empezó a atacarla.</p><p>“Me empezó a pegar en la cara, en los brazos”, contó la víctima, y agregó que Yeromina le gritaba: “Te odio, te odio”.</p><p>El informe de arresto indica que, después del primer enfrentamiento, Yeromina regresó y atacó a la víctima por segunda vez, golpeándola de nuevo en la cara.</p><p>La persona que estaba sentada con la víctima se interpuso entonces entre las dos mujeres, y fue en ese momento, según la policía, cuando Yeromina fue contra el perro de la víctima.</p><p>“Como la acusada ya no podía seguir atacando intencionalmente a la víctima, pateó de forma maliciosa e intencional al perro de la víctima en la zona del abdomen mientras el animal estaba tranquilamente acostado en el suelo, en lo que pareció una reacción de ira por no poder continuar su ataque contra la víctima”, señala el informe de arresto.</p><p>Aunque el incidente ocurrió en mayo, Yeromina no fue arrestada sino hasta el lunes.</p><p>Enfrenta dos cargos de agresión contra una persona de 65 años o más y un cargo de maltrato animal.</p><p>Tras comparecer ante un juez el martes, Yeromina quedó en libertad bajo una fianza de $15,000, con la condición de no tener contacto con la víctima, no regresar al lugar del incidente y no tener animales.</p>]]></content:encoded></item><item><title><![CDATA[Broward le quita el cuerpo de bomberos al sheriff Tony]]></title><link>https://www.local10.com/espanol/2026/09/22/broward-le-quita-el-cuerpo-de-bomberos-al-sheriff-tony/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/broward-le-quita-el-cuerpo-de-bomberos-al-sheriff-tony/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Tras dos décadas bajo el mando de BSO, más de 900 empleados formarán parte del traspaso, en medio de una disputa por el presupuesto de $937 millones que solicitó el sheriff.]]></description><pubDate>Wed, 23 Sep 2026 00:28:32 +0000</pubDate><content:encoded><![CDATA[<p>Los comisionados del condado Broward decidieron el martes, por unanimidad, devolver el departamento de bomberos al control civil. La Oficina del Sheriff de Broward (BSO) había estado a cargo durante dos décadas.</p><p>“Creo que fue prudente retomar el control y asegurarnos de que podemos ser eficientes con los costos”, dijo el comisionado de Broward Lamar Fisher, uno de los principales impulsores del cambio.</p><p>La medida llega en momentos en que el condado y el sheriff Gregory Tony se han enfrentado por la solicitud de presupuesto de $937 millones de BSO.</p><p>Tony calificó la decisión de “traición”.</p><p>Ningún otro condado de Florida pone los servicios de bomberos y rescate en manos de la oficina del sheriff. Broward Sheriff Fire Rescue presta servicio a varias ciudades del condado mediante contratos, además de las zonas no incorporadas.</p><p>Fisher explicó que él y los demás comisionados buscan tener más control y transparencia sobre cómo se gasta el dinero.</p><p>“De ninguna manera es culpa del sheriff”, dijo Fisher. “Es una oportunidad para que el condado Broward pueda, al fin y al cabo, controlar realmente su departamento y sus costos”.</p><p>No está claro cuáles serán esos costos.</p><p>Más de 900 empleados formarán parte de la transición, pero los comisionados aseguran que esto no debería afectar los servicios diarios.</p><p>Tony criticó duramente la decisión en un comunicado difundido el martes.</p><p>“La decisión que tomó hoy la Comisión del Condado Broward de no renovar su contrato con Broward Sheriff Fire Rescue es profundamente decepcionante, una traición a la confianza del público y un perjuicio para los hombres y mujeres que han dedicado sus carreras a proteger a esta comunidad”, señaló, en parte.</p><p>Tony dijo que resulta “especialmente preocupante que la misma Comisión que se ha negado a darles a nuestros socorristas la remuneración que merecen ahora anteponga el control sobre un sistema de seguridad pública probado, que ha servido a esta comunidad desde 2003”, y destacó varias “innovaciones clave” del departamento.</p><p>“La seguridad pública no se trata de control”, afirmó. “Lo que importa es una respuesta capacitada, rápida y coordinada de profesionales de seguridad pública altamente entrenados, como los hombres y mujeres de Broward Sheriff Fire Rescue”.</p><p>El sindicato que representa a los bomberos y paramédicos de BSFR indicó en un comunicado que sus miembros esperan “trabajar con las administraciones del condado Broward y de la Oficina del Sheriff de Broward durante esta transición” y que “seguirán cumpliendo nuestra misión y protegiendo las comunidades que con orgullo llamamos hogar”.</p>]]></content:encoded></item><item><title><![CDATA[Atropelló a tres chicas en un cruce de Miramar]]></title><link>https://www.local10.com/espanol/2026/09/22/atropello-a-tres-chicas-en-un-cruce-de-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/atropello-a-tres-chicas-en-un-cruce-de-miramar/</guid><dc:creator><![CDATA[Jackie Pascale, Amanda Batchelor]]></dc:creator><description><![CDATA[El conductor asegura que tenía la luz verde y las chicas dicen que tenían la señal para cruzar. La policía revisa las cámaras de la zona para determinar qué pasó.]]></description><pubDate>Tue, 22 Sep 2026 15:16:57 +0000</pubDate><content:encoded><![CDATA[<p>Tres adolescentes resultaron heridas la mañana del martes después de ser atropelladas por un auto en Miramar, confirmaron las autoridades.</p><p>El accidente se reportó en la zona de Miramar Parkway y South Douglas Road.</p><p>Según la policía de Miramar, las jóvenes, de 15, 16 y 17 años, cruzaban la intersección por un paso peatonal señalizado cuando las impactó un Dodge Challenger que se dirigía hacia el norte.</p><p>Las adolescentes, que según la policía son estudiantes de Miramar High School, fueron llevadas a un hospital de la zona para recibir tratamiento por heridas que no ponen en peligro su vida.</p><p>De acuerdo con las autoridades, dos de ellas sufrieron heridas leves y la tercera podría tener lesiones más serias, aunque tampoco se teme por su vida.</p><p>La policía indicó que ha estado revisando las cámaras de vigilancia de la zona y no cree que la velocidad haya sido un factor.</p><p>“Un auto, a la velocidad que vaya, es un arma de 2,000 libras”, dijo el jefe de la policía de Miramar, Delrish Moss.</p><p>Los agentes confirmaron que el conductor se quedó en el lugar tras el accidente.</p><p>“El conductor dice que tenía la luz verde, y las muchachas dicen que tenían la señal para cruzar. Eso todavía está por determinarse”, dijo Moss. “Vamos a tener que revisar las cámaras de la zona y los ciclos de los semáforos. Una de las cosas para las que los ven tomando medidas es el factor de arrastre”.</p><p>Moss afirmó que, en cualquier caso, el incidente sirve como recordatorio para que conductores y peatones se mantengan alerta, sobre todo a esta hora del día.</p><p>“Esto tiene que ser más seguro para estos muchachos”, dijo Mcgarney Bowman, dueño de un restaurante cercano. “La escuela secundaria está ahí mismo”.</p><p>“Gracias a Dios esta noche regresan a sus casas y van a estar bien”, dijo Sael Valcourt, estudiante de Miramar High School.</p>]]></content:encoded></item><item><title><![CDATA[Exsargento que sobrevivió a grave accidente muere baleado por su esposa en Broward]]></title><link>https://www.local10.com/espanol/2026/09/22/exsargento-que-sobrevivio-a-grave-choque-muere-baleado-por-su-esposa-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/exsargento-que-sobrevivio-a-grave-choque-muere-baleado-por-su-esposa-en-broward/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[John Baker sirvió casi 28 años en la policía de la ciudad y, pese a las graves lesiones que sufrió en un choque en 2019, siguió activo en causas benéficas.]]></description><pubDate>Tue, 22 Sep 2026 18:37:02 +0000</pubDate><content:encoded><![CDATA[<p>Un sargento retirado de la policía de Pembroke Pines y su esposa fueron <a href="https://www.local10.com/news/local/2026/09/21/death-investigation-ongoing-in-pembroke-pines-after-2-people-found-inside-home/" rel="">hallados muertos el lunes por la mañana</a>, en lo que detectives de homicidios de la Oficina del Sheriff de Broward (BSO) investigan como un aparente asesinato seguido de suicidio.</p><p>Según BSO, la investigación preliminar reveló que Joanne Baker, de 59 años, mató de un disparo a su esposo, el sargento retirado de la Policía de Pembroke Pines John Baker, de 62, y luego se quitó la vida con la misma arma.</p><p>Agentes de la policía y paramédicos del departamento de bomberos de Pembroke Pines respondieron alrededor de las 7:12 a.m. del lunes a una llamada al 911 que reportaba a dos personas inconscientes en la cuadra 8300 de Pine Drive.</p><p>Al llegar, los equipos de emergencia encontraron a John y Joanne Baker sin vida, informaron las autoridades.</p><figure><img src="https://www.local10.com/resizer/v2/FUVBXAOVQNFILOM35SWM2YVU5A.jpeg?auth=27ec8657e925998b308982dfa28d2fb437ea07676897082dbe1a062d56be262a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La policía de Pembroke Pines se comunicó entonces con BSO y pidió que sus unidades de Homicidios y de Escena del Crimen se encargaran de la investigación.</p><p>La Oficina del Médico Forense del Condado Broward determinará oficialmente la causa y la forma de muerte. BSO indicó que la investigación continúa.</p><p><b>Casi 28 años de servicio</b></p><p>Tras la muerte de Baker, el Departamento de Policía de Pembroke Pines emitió un comunicado en el que lamentó la pérdida del sargento retirado, quien sirvió a la ciudad durante casi 28 años.</p><p>Baker ingresó al departamento en 1994 y ocupó numerosos cargos a lo largo de su carrera, entre ellos patrullero, oficial de entrenamiento de campo, oficial de patrulla principal, vocero, investigador de homicidios de tránsito y sargento de la Unidad de Tránsito.</p><p>También fue miembro fundador del Equipo de Respuesta a Crisis del departamento, creado para apoyar al personal de emergencia en momentos de tragedia.</p><p>De acuerdo con el departamento, Baker era un apasionado de la seguridad vial y colaboraba con frecuencia con Mothers Against Drunk Driving, donde solía participar como voluntario en los eventos de la organización.</p><p>Fuera del trabajo, Baker era padre de tres hijos, disfrutaba de viajar y de la música, y a menudo iba a conciertos con su familia, señaló el departamento en un comunicado de prensa.</p><p><b>Grave accidente en servicio</b></p><p>Según la policía, el 10 de agosto de 2019, Baker sufrió un grave accidente en su motocicleta mientras estaba de servicio, luego de que un auto se le atravesara al girar.</p><p>La policía indicó que Baker sufrió heridas críticas que afectaron su habla y su movilidad. Con el apoyo de su familia y de su equipo médico, logró recuperar parte de sus habilidades motoras.</p><p>A pesar de sus lesiones, Baker se mantuvo activo en la comunidad y participó en carreras benéficas a través de Special Compass, una organización local sin fines de lucro que ayuda a niños y familias con discapacidades. También participó en la Carrera de la Antorcha de las Olimpiadas Especiales, según el departamento.</p><p>“Toda la familia del PPPD lamenta la repentina pérdida del sargento John Baker”, expresó el departamento en su comunicado. “Aun con los retos que enfrentó por la lesión que sufrió en el trabajo, su personalidad alegre y positiva nunca se apagó”.</p><p>El departamento extendió sus condolencias a los hijos, familiares y amigos de Baker.</p>]]></content:encoded></item><item><title><![CDATA[A nation renamed stands up at the UN: 'Say our name. Naoero.']]></title><link>https://www.local10.com/news/world/2026/09/22/a-nation-renamed-stands-up-at-the-un-say-our-name-naoero/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/22/a-nation-renamed-stands-up-at-the-un-say-our-name-naoero/</guid><dc:creator><![CDATA[By TED ANTHONY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — His voice forceful and proud, he rose in front of the world's largest gathering of leaders on behalf of his nation and announced that he had something important to say. The tiny South Pacific island nation of Nauru, its president said, had altered its name — and reclaimed its heritage in the process.]]></description><pubDate>Wed, 23 Sep 2026 06:10:27 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — His voice forceful and proud, he rose in front of the world's largest gathering of leaders on behalf of his nation and announced that he had something important to say. The tiny South Pacific island nation of Nauru, its president said, had altered its name — and reclaimed its heritage in the process.</p><p>“I have traveled far,” David Adeang said Tuesday at the United Nations.</p><p>What was known to the world for many years as Nauru, Adeang said, was returning to the name and pronunciation of its past: Naoero.</p><p>“There are moments in the life of a nation when its people are called to remember who they have always been,” Adeang said in his speech at the U.N. General Assembly in New York. “This is such a moment for us.”</p><p>Though the names are similar and, in essence, the same word, the shift in spelling and pronunciation represents the nation's effort to recast — rebrand, even — itself for its own people as much as for the outside world. He called it not a change but an effort to “affirm a truth.”</p><p>“For many years, the world has known our country as Nauru. Nauru is how our name sounded to those who found it hard to say, and the world kept it,” Adeang said. “But it is not the name our people used among themselves.”</p><p>The nation, an eight-square-mile island with about 12,000 people, became independent in 1968 after longtime colonial rule under the United Kingdom, New Zealand, Australia and Germany. It announced the renaming in August after signaling its intent in February.</p><p>The country’s international code is changing from NRU to NRO and its people will be known as dei-Naoero instead of Nauruan. Commonly known abroad by the pronunciation of Now-roo, the new name is spoken as Now-ero.</p><p>Across the past century, other nations have renamed themselves or tweaked their names for various reasons, from modernization to rejection of colonialism.</p><p>The African nation of Eswatini changed its name from Swaziland in 2018. In Africa, Dahomey became Benin after a 1975 coup and Rhodesia became Zimbabwe in 1980 after shedding colonial rule. Siam became Thailand in 1939 to foster ethnic unity and shed a foreign label.</p><p>Turkey, meanwhile, has been officially named Turkiye since 1920 but requested in 2022 that the United Nations use the spelling and pronunciation as its name in English as well — in part to avoid confusion by underscoring that the bird wasn't the word.</p><p>The list goes on. Persia became Iran. Burma became Myanmar. Upper Volta is now Burkina Faso, Gold Coast is Ghana and Ceylon is Sri Lanka.</p><p>A name, obviously, is a pivotal and intimate expression of a nation's identity on any stage, domestic or international. Adeang's remarks Tuesday reflected this as he carefully pronounced the name to differentiate it from its former pronunciation.</p><p>“We do not make this choice to erase our past. We make it because we honor it,” he said. “That name carries the memory of our ancestors, our language, and our identity. It has been there all along. Never lost, never absent. Today, we restore Naoero.”</p><p>And then, after completing his address about the issues that face his people — rising seas, economics, respect on the global stage — he concluded his address with three words:</p><p>“Say our name.”</p><p>___</p><p>Ted Anthony has written about international affairs for The Associated Press since 1995.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6NFMVWND3BC3ZASHY2NKZ7MAEQ.jpg?auth=7f8c93a5ef7741f81ef54f7b5349c10a3d1ab2edd7094b6cc450322c13cb1576&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President of Naoero, David Ranibok Adeang addresses the 81st session of the United Nations General Assembly at U.N. headquarters Tuesday, Sept. 22, 2026. (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/T436KX767J6NTWBF4HSFJBZK44.jpg?auth=d3f5452be7495a7c1f3f8d9a119570dc0aa64996f7ce598eb6be2011b1ea67ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This shows national flags in Nauru for the Pacific Islands Forum on the tiny Pacific nation of Nauru, on Sept. 3, 2018. (Jason Oxenham/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Oxenham</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZ2PAFSHA6DR553SX6T5THDBXY.jpg?auth=7e56dda29515487d24063365f11300e29c9fa92f2fb1f32961008a1936b5c534&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President of Naoero, David Ranibok Adeang addresses the 81st session of the United Nations General Assembly at U.N. headquarters Tuesday, Sept. 22, 2026. (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/V2DMYLJ7BFGOKDDWYDFHT7UACE.jpg?auth=222704bec3c3e35430a45ab986a6128f3e194c4f1d4db080f05326d47b3f8386&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- A child plays near the beach in Nauru during the Pacific Islands Forum on the tiny Pacific nation of Nauru Monday, Sept. 3, 2018. (Jason Oxenham/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jason Oxenham</media:credit></media:content></item><item><title><![CDATA[Texas investigators seek evidence of manslaughter, other crimes in 27 flood deaths at Camp Mystic]]></title><link>https://www.local10.com/news/national/2026/09/22/texas-investigators-seek-evidence-of-manslaughter-other-crimes-in-27-flood-deaths-at-camp-mystic/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/22/texas-investigators-seek-evidence-of-manslaughter-other-crimes-in-27-flood-deaths-at-camp-mystic/</guid><dc:creator><![CDATA[By REBECCA BOONE and GENE JOHNSON, Associated Press]]></dc:creator><description><![CDATA[Camp Mystic faces a criminal investigation that could include manslaughter or negligent homicide charges in the deaths of 27 girls amid devastating flooding in Texas last year, court documents show.]]></description><pubDate>Tue, 22 Sep 2026 23:41:07 +0000</pubDate><content:encoded><![CDATA[<p>Camp Mystic faces a criminal investigation that could include manslaughter or negligent homicide charges in the deaths of 27 girls amid devastating flooding in Texas last year, court documents show.</p><p>In applications for search warrants executed last week, investigators sought to obtain the electronic communications of the camp's owners, saying they could provide evidence of manslaughter, negligent homicide, child abandonment or other crimes. No charges have been brought, and a representative of the camp did not immediately return messages seeking comment.</p><p>Brant Johnston, with the Texas Rangers, wrote in an affidavit that Camp Mystic had inadequate emergency plans, failed to conduct emergency drills or training, and in some cabins did not have enough adult counselors. Its owners neglected to take precautions by relocating children from low-lying cabins despite having monitored late-night flood warnings, Johnston wrote.</p><p>“Young campers cannot reasonably be expected to independently recognize a rapidly developing, life-threatening hazard or to organize and execute an evacuation absent direction from an adequate number of adult supervisors,” Johnston wrote.</p><p>He concluded: “Camp Mystic, LLC was aware of and consciously disregarded a substantial and unjustifiable risk of death to the campers in their care.”</p><p>Twenty-five campers and two teenage counselors at the Christian all-girls camp were killed as the raging Guadalupe River surged beyond its banks before dawn on July 4, 2025. Camp Mystic owner Richard Eastland also died in the flood.</p><p>For decades, Camp Mystic was a summer staple and an institution for generations of families, who dropped off their girls at the sleepaway camp to ride horses, canoe, fish and attend Bible studies. The camp did not reopen this year, and it has filed for bankruptcy reorganization.</p><p>All told, the destructive flooding killed at least 136 people along a several-mile stretch of the river, raising questions about how things went so terribly wrong.</p><p>Attorneys for some of the victims' families welcomed the search warrants but said they should not have been necessary.</p><p>“For more than a year, families of the 27 angels killed at Camp Mystic have fought, begged, and pleaded with the Eastland family for accountability and answers,” Christina Yarnell and Brad Beckworth, attorneys for the family of victim Cile Steward, said in a written statement. “Instead, the Eastlands have held hostage the information and answers owed to parents who deserve, more than anyone, to know the details surrounding their daughters’ final moments.”</p><p>Steward's body still has not been found.</p><p>Johnston wrote in the warrant that he made several visits to Camp Mystic and that he and other investigators have conducted interviews with witnesses, flood victims and people associated with the camp. But several people, including members of the Eastland family and other top camp officials, refused interviews, Johnston wrote.</p><p>The Eastland family and other camp leaders have testified in courtrooms and in front of the state Legislature in the months since the flood, however, with camp director Edward Eastland offering a tearful apology.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6LXSU6RB2MN4M5Q5KR2WOALL24.jpg?auth=94c47d673af49f10aff393030ec36254322018342684d253e9ffbe2a1f9872b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A memorial for the victims of the 2025 Camp Mystic flood stands, July 17, 2026, in Hunt, Texas. (AP Photo/Joel Angel Juarez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joel Angel Juarez</media:credit></media:content></item><item><title><![CDATA[3 teenage girls struck by driver in Miramar, police say]]></title><link>https://www.local10.com/news/local/2026/09/22/3-girls-struck-by-car-in-miramar-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/3-girls-struck-by-car-in-miramar-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Jackie Pascale, Hannah Yechivi]]></dc:creator><description><![CDATA[Three girls were injured Tuesday morning after they were struck by a car in Miramar, authorities confirmed.]]></description><pubDate>Tue, 22 Sep 2026 11:31:45 +0000</pubDate><content:encoded><![CDATA[<p>Three teenage girls were injured Tuesday morning after they were struck by a driver in Miramar, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/09/22/atropello-a-tres-chicas-en-un-cruce-de-miramar/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/atropello-a-tres-chicas-en-un-cruce-de-miramar/"><b>Leer en español</b></a></p><p>The crash was reported in the area of Miramar Parkway and South Douglas Road.</p><p>According to Miramar police, the girls, ages 15, 16 and 17, were crossing the intersection within a marked crosswalk when they were struck by a Dodge Challenger that was heading north.</p><p>The teens, who police said are students at Miramar High School, were taken to a local hospital for treatment of non-life-threatening injuries.</p><p>“Car crashes have been happening around Broward, and I just think at a young age something like that is very very sad,” student Bianca Petit said.</p><p>According to authorities, two of the teens had minor injuries and the third had more serious injuries, although still non-life-threatening.</p><p>Police said they have been checking surveillance cameras in the area and do not believe that speed was a factor.</p><p>“A car traveling at any rate of speed is a 2,000-pound weapon,” Miramar police Chief Delrish Moss said. </p><p>The driver remained at the scene after the crash, officers confirmed. </p><p>“The driver is saying he had the green light, the young ladies are saying ‘we had the crossing sign.’ Those things are yet to be determined,” Moss said. “We’re gonna have to check cameras in the area, we’re gonna have to check the lighting cycles. One of the things that you see them doing measurements for is drag factor.”</p><p>Moss said regardless, the incident is a reminder to drivers and pedestrians to stay alert, especially during this time of day. </p><p>“It needs to be safer for these kids,” Mcgarney Bowman, who owns a nearby restaurant, said. “The high school’s right there.”</p><p>“Thank God they’re going back home tonight, and they’re gonna be OK,” Miramar High School student Sael Valcourt said. </p><p>According to the school district, Miramar High was operating on a normal schedule Tuesday after the accident, although parents were advised in the morning to use an alternate entrance and allow for additional travel time.</p><p>School administrators also reminded students to pay attention to their surroundings.</p><p>“You know to not be walking (while) on your phones because things like that could happen,” Petit said. “When you have your headphones on, you don’t hear your surroundings and you are fixated on your devices.”</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[Administration's focus on noncitizen voting has led to 160 arrests. Experts say that shows it's rare]]></title><link>https://www.local10.com/news/politics/2026/09/22/administrations-focus-on-noncitizen-voting-has-led-to-160-arrests-experts-say-that-shows-its-rare/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/22/administrations-focus-on-noncitizen-voting-has-led-to-160-arrests-experts-say-that-shows-its-rare/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The Trump administration's whole-of-government effort to find and prosecute noncitizens illegally on state voter rolls has resulted in about 1,600 voter fraud cases that have led to 160 arrests, Homeland Security Investigations senior official Matthew Millhollin said in a press briefing Tuesday.]]></description><pubDate>Wed, 23 Sep 2026 02:57:11 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The Trump administration's whole-of-government effort to find and prosecute noncitizens illegally on state voter rolls has resulted in about 1,600 voter fraud cases that have led to 160 arrests, Homeland Security Investigations senior official Matthew Millhollin said in a press briefing Tuesday.</p><p>The numbers unveiled just six weeks before Election Day provide a rare status update on an initiative that has redirected federal resources and hundreds of employees to search for foul play in elections at the direction of President Donald Trump.</p><p>They fall far short of the hundreds of thousands of noncitizen voters that Trump and the Department of Homeland Security have previously suggested were on the rolls. They also represent a tiny fraction of the country's more than 211 million active registered voters, underscoring what former election officials and election law experts say is a proven fact: Voter fraud, including voting by noncitizens, is rare.</p><p>“They have tried to manufacture evidence of widespread noncitizen voting, and every time they do, their numbers are incredibly small, even when they’re overstated,” said David Becker, a former U.S. Justice Department attorney who leads the nonprofit Center for Election Innovation and Research. “They confirm what we’ve known for years, which is that states have been doing an extraordinarily good job of keeping noncitizens off their voter lists.”</p><p>Millhollin shared the arrest data at a joint press briefing with the Justice Department and the U.S. Postal Service about DOJ charges against a Utah postal worker for throwing out more than 300 mail ballots during the state's June primary. In the same briefing, Acting Deputy Attorney General Trent McCotter said the DOJ had charged 70 people since the start of the administration with “unlawful voting and registration offenses.”</p><p>The DOJ's figure represents defendants formally charged with unlawful voting and registration offenses, Justice Department spokesperson Kiersten Pels said in an email. HSI's 160 arrests, she said, “originate from voter fraud investigative leads, but many result in charges for related offenses, such as false claims to citizenship or false statements, rather than the voting statute itself.”</p><p>The federal actions represent the period between January 2025 and September 2026, according to the Justice Department.</p><p>Ahead of November's midterms, which will determine control of Congress for the final two years of his term, Trump has taken extensive measures to try to crack down on noncitizen voting. It's something he claims is rampant and marring elections across the nation, but research shows it is incredibly rare.</p><p>He signed two election-related executive orders designed in part to address the issue, both of which are tied up in legal challenges. He also has pressured states to use a controversial federal voter database that has been blocked by a federal judge for violating Americans’ privacy, and tried repeatedly to get lawmakers to pass a stagnant documentary proof of citizenship bill.</p><p>In a last-ditch effort to hunt for noncitizen voters without detailed data from all states, DHS in August ordered a group of U.S. Citizenship and Immigration Services staff to pivot to a full-time manual investigation of state voter rolls, according to a federal whistle blower’s report. The whistleblower said the effort is directing federal employees to misrepresent themselves on state voter lookup tools in a way that could violate state laws. The person also warned the initiative leans on unreliable data that could wrongly implicate U.S. citizens in federal documentation.</p><p>State election officials in Texas investigated registered voters who were flagged as noncitizens on their voter rolls by Trump's federal voter database before a judge blocked its use. Of the 2,724 registered voters, it referred 117 cases to the Texas attorney general's office for investigation. In mid-September, seven people in the state were charged with illegally voting in federal elections or falsely claiming citizenship. Texas has about 18 million registered voters.</p><p>Becker said examples like that are characteristic of what often happens when potential instances of noncitizen voting are investigated: The real numbers are consistently small.</p><p>“No system is perfect,” he said, adding that he was not aware of a single election whose outcome was altered by noncitizens voting.</p><p>McCotter, in Tuesday's briefing, argued that even a small number of fraud cases can be significant.</p><p>“The right of American citizens to have their votes properly counted is vital to determining the rightful winner of an election,” McCotter said. “But the actions of even one malicious actor on the ground can fatally undercut that security.”</p><p>Kathy Boockvar, the Democratic former secretary of state of Pennsylvania who now runs a nonpartisan election security firm, said there are real consequences for election officials when Trump and others make hyperbolic claims of fraudulent voting.</p><p>“Lots of people just believe what they hear, then reach out to election officials, and these days don't have any qualms about threatening them,” Boockvar said. “There is a direct, constant effect here that leads to the fueling of antagonism against election officials.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YD6H2UJZKBZHLUH4LBIPUM6J5Q.jpg?auth=fd3fd59df5b4cfd97c7b01140f999ab7e50371233b2d353341f9a3e888d3f42e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Voters cast their ballots on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (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/J76OBT42QJEXOX7G6FI27SUZXM.jpg?auth=d931b9ac381ee9de227ac2e559d15e77eda0716372fe00ae5e89b8effaf077c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Poll workers stand outside despite rainy weather on the first day of early voting in Minnesota at the Elections & Voter Services building, Friday, Sept. 18, 2026, in Minneapolis. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[‘It’s undignified’: Leaders, activists call on Doral officials to end ICE agreement]]></title><link>https://www.local10.com/news/local/2026/09/22/its-undignified-leaders-activists-call-on-doral-officials-to-end-ice-agreement/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/22/its-undignified-leaders-activists-call-on-doral-officials-to-end-ice-agreement/</guid><dc:creator><![CDATA[Michaila Hightower, Saira Anwer]]></dc:creator><description><![CDATA[Pressure is building on Doral leaders to end the city’s 287(g) agreement with Immigration and Customs Enforcement.]]></description><pubDate>Tue, 22 Sep 2026 18:01:49 +0000</pubDate><content:encoded><![CDATA[<p>Pressure is building on Doral leaders to end the city’s 287(g) agreement with Immigration and Customs Enforcement.</p><p><a href="https://www.local10.com/espanol/2026/09/22/lideres-y-activistas-exigen-a-doral-romper-acuerdo-con-ice/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/22/lideres-y-activistas-exigen-a-doral-romper-acuerdo-con-ice/"><b>Leer en español</b></a></p><p>Activists and current and former elected officials held a news conference in Doral Tuesday, calling for the city to end the agreement, which allows local police to help enforce immigration laws.</p><p>“It’s undignified what these leaders did,” Joe Garcia, a former Democratic congressman, said. “We send a message to Tallahassee and to Washington: We will not stand for this.”</p><p>City leaders signed the agreement in 2025.</p><p>“An entire city council voted to participate in cruelty,” Garcia said.</p><p>The group painted a picture of seriously negative impacts of immigration enforcement on the city: 70% of its residents were born outside of the U.S. and 40% are of Venezuelan origin.</p><p>“What we’re doing now is engaging in self-defeating action, which is harming our economy,” South Miami Mayor Javier Fernandez said. “You’re hearing business owners say their business is down 40-70%. Restaurants, shops, all being impacted. We are losing critical labor that we need to keep our economy moving.”</p><p>Restaurant owner Jose Ramirez said business has slowed dramatically.</p><p>“It’s been hitting us very hard,” he said, adding that his revenue has dropped 70% over the past month due to ICE enforcement in the area. “This week, like, three restaurants closed and food trucks.”</p><p>Regarding the enforcement, Ramirez said, “It has to stop.”</p><p>Local activist Thomas Kennedy said at the news conference that city leaders could “exit” the agreement.</p><p>At the time, Doral city leaders said they had no choice but to sign it.</p><p>Local 10 News is working to find out whether the city can rescind the measure.</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[No decision made on possible NHL expansion to Houston or Austin, Texas, after board discusses it]]></title><link>https://www.local10.com/sports/2026/09/22/no-decision-made-on-possible-nhl-expansion-to-houston-or-austin-texas-after-board-discusses-it/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/no-decision-made-on-possible-nhl-expansion-to-houston-or-austin-texas-after-board-discusses-it/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Meeting for the first time since the NHL began exploring expansion to Houston or Austin, Texas in June, the league's Board of Governors discussed the topic on Tuesday but did not make any decisions, according to Commissioner Gary Bettman.]]></description><pubDate>Tue, 22 Sep 2026 22:42:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Meeting for the first time since the NHL began exploring expansion to Houston or Austin, Texas in June, the league's Board of Governors discussed the topic on Tuesday but did not make any decisions, according to Commissioner Gary Bettman.</p><p>Deputy Commissioner Bill Daly spoke to billionaire Dan Friedkin's group last week and got a full report, and representatives from the 32 current teams were briefed on the situation with no timetable to consider a possible vote on adding a 33rd.</p><p>“I think everybody’s taking a wait-and-see attitude to see what’s being presented and what the pros and cons are,” Bettman said. “Expansion is a multibillion-dollar transaction, which has an impact on all the other clubs in the league. A lot of i’s have to be dotted and t’s have to be crossed. And if there’s going to be expansion, three-quarters of the governors are going to have to be comfortable that this makes sense to them. And that’s not something you do overnight.”</p><p>Expansion, if it happens, would involve a $3.5 billion investment between the fee paid to owners and the cost to build a new arena. Daly said Friedkin's Pursuit Sports had looked at sites to build in Houston and Austin, with a lot left to figure out, including deciding between one of the biggest U.S. media markets and a place that does not have a team in any of the major four North American men's professional sports leagues.</p><p>“We would expect that we’ll know by the end of the year which market they would prefer," Bettman said. "But we still and they still have a lot of work to do.”</p><p>The next board meeting is scheduled for December. The term sheet between the NHL and Friedkin's family is for a six-month exploration, but that does not guarantee it will be wrapped up by the end of the year.</p><p>“I don’t think we’re putting time limits on things," Daly said. "Originally we contemplated at least knowing where we are in December. I expect we will certainly know a lot more than we do now, come December, but I don’t think there’s any magic date by which something has to get done or not get done.”</p><p>Daly said earlier this month in Las Vegas that part of this meeting was getting direction from the board. If the league knows how members are leaning, officials are not saying.</p><p>“I think there are probably some owners who think expansion is the greatest thing ever, and I think there are some people who say, ‘Why do we need to expand?’” Bettman said. "I can’t tell you the numbers.”</p><p>Bettman and Daly said there also continue to be expressions of interest from ownership options in Atlanta and the Phoenix area. A feasibility study could be the next step, but those processes are not as far along as Texas.</p><p>“There’s always markets that are approaching the NHL, looking for expansion opportunities,” Calgary Flames owner Murray Edwards said after he was voted vice chairman and Washington's Ted Leonsis chairman of the board. “We talk about it, but there’s no sort of fast process or slow process. We’re just looking at options.”</p><p>NHL board gets an artificial intelligence update</p><p>As sports leagues and teams look to artificial intelligence and how it can benefit them, consultant Shelly Palmer of the Palmer Group made a presentation to the board.</p><p>“In addition to how we operate at the business level, we think it’s very important to make sure that we and the clubs understand how to use AI to connect with our fans even better, to create an even more robust and unique experience,” Bettman said. “That involves lots of different things, including how we gather data and how we interact with our fans.”</p><p>Bettman addresses his future</p><p>After saying at the Stanley Cup Final on his 74th birthday that his retirement was not imminent and nothing had been determined on a succession plan, Bettman reiterated that he was not stepping down any time soon from the job he has held since 1993.</p><p>“I’m going to be 75 years old,” Bettman said. “At some point, I've got to stop, OK? But I love what I do. I’m energized. I have nothing to complain about in life. I love coming to work every day. I love being part of this game."</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5PQISQ45MFAASWLEGXVW2KIQLY.jpg?auth=b439a13faecb2de8d2a929addff26e28a9e2f31247d604a85a71a696c0a89dc6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - NHL Commissioner Gary Bettman, left, and Bill Daly, NHL Deputy Commissioner, conduct a joint news conference before the NHL hockey draft on June 27, 2025, in Los Angeles. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Whistleblower report details alleged poor living conditions at multiple Florida ICE facilities, including in Miramar]]></title><link>https://www.local10.com/news/local/2026/09/21/whistleblower-report-details-poor-living-conditions-at-multiple-florida-ice-facilities-including-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/21/whistleblower-report-details-poor-living-conditions-at-multiple-florida-ice-facilities-including-in-miramar/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Democratic lawmakers are demanding answers after a new whistleblower report details what they call horrific conditions inside of U.S. Immigration and Customs Enforcement facilities in Florida, including one in Miramar. ]]></description><pubDate>Mon, 21 Sep 2026 22:11:13 +0000</pubDate><content:encoded><![CDATA[<p>Democratic lawmakers are demanding answers after a new whistleblower report details what they call horrific conditions inside of U.S. Immigration and Customs Enforcement facilities in Florida, including one in Miramar. </p><p><a href="https://www.local10.com/espanol/2026/09/21/informe-de-denunciante-detalla-malas-condiciones-de-vida-en-multiples-instalaciones-de-ice-en-florida-incluida-una-en-miramar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/21/informe-de-denunciante-detalla-malas-condiciones-de-vida-en-multiples-instalaciones-de-ice-en-florida-incluida-una-en-miramar/">Leer en español</a></p><p>Rep. Robert Garcia, Rep. Bennie Thompson and Rep. Maxwell Frost shared photographs from the report, showing dirty and overflowing restrooms, along with detainees they say are forced to sleep on the concrete floor or in chains. </p><p>The report also states, “Whistleblowers warn that, among other abuses, ICE is detaining people, including men, women, families, and elderly people with chronic medical conditions for days to weeks in abusive and life-threatening conditions, including overcrowded cells, prolonged shackling, inadequate access to medical care and hygiene, insufficient food, and limited to no legal access.” </p><p>Garcia is the ranking member of the House Committee on Oversight and Government Reform. </p><p>He released a statement, which read: </p><p>“The Trump Administration is trying to cover up these disgusting and unsafe conditions and escape accountability, while countless lives are put in danger. ICE must immediately put an end to this inhumane treatment and give us answers on this horrific situation.” </p><p>Rep. Debbie Wasserman Schultz made a surprise visit to the Miramar facility in July and said she saw detainees in conditions she wouldn’t wish upon her worst enemies. </p><blockquote><p>“Miramar is a processing facility not a detention facility. Illegal aliens are processed and transferred to permanent housing at a detention facility.</p><p>“Being in detention is a choice. We encourage all illegal aliens to take control of their departure with the CBP Home App. The United States is offering illegal aliens $3,000 and a free flight to self-deport now. We encourage every person here illegally to take advantage of this offer and reserve the chance to come back to the U.S. the right legal way to live the American dream. If not, you will be arrested and deported without a chance to return.</p><p>“Under President Trump and Secretary Mullin, if you break the law, you will face the consequences. Illegal aliens are not welcome in the U.S.”</p><p class="citation">Department of Homeland Security spokesperson</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[September 22: Storms continue to bring localized flood concerns]]></title><link>https://www.local10.com/weather/2026/09/22/september-22-storms-continue-to-bring-localized-flood-concerns/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/22/september-22-storms-continue-to-bring-localized-flood-concerns/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[It’s a familiar weather scenario for South Florida: soggy at times with minor flooding possible.]]></description><pubDate>Tue, 22 Sep 2026 22:39:06 +0000</pubDate><content:encoded><![CDATA[<p>It’s a familiar weather scenario for South Florida: soggy at times with minor flooding possible. Showers and storms remain likely for Miami-Dade and Broward counties Tuesday night. </p><p>Wednesday also brings the potential for rain. There could be some morning showers, followed by scattered, soaking storms during the afternoon. Temperatures are expected to be seasonable-- lows in the mid &amp; upper 70s, highs in the upper 80s.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cafetería ofrece tazas de espresso, latte y capuchino con rostro del papa antes de su viaje a Perú]]></title><link>https://www.local10.com/espanol/2026/09/22/cafeteria-ofrece-tazas-de-espresso-latte-y-capuchino-con-rostro-del-papa-antes-de-su-viaje-a-peru/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/cafeteria-ofrece-tazas-de-espresso-latte-y-capuchino-con-rostro-del-papa-antes-de-su-viaje-a-peru/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Una cafetería de Lima comenzó el martes a ofrecer a sus clientes tazas de espresso, latte y capuchino decorados con la imagen del papa León XIV, quien visitará Perú en noviembre como parte de su primer viaje a Sudamérica, que incluye también a Uruguay y Argentina.]]></description><pubDate>Wed, 23 Sep 2026 11:32:47 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Una cafetería de Lima comenzó el martes a ofrecer a sus clientes tazas de espresso, latte y capuchino decorados con la imagen del papa León XIV, quien visitará Perú en noviembre como parte de su primer viaje a Sudamérica, que incluye también a Uruguay y Argentina.</p><p>Carlos Risco, el dueño de la cafetería Ynn Coffee, dijo a The Associated Press que se propusieron retratar el rostro de Robert Prevost por su histórica visita.</p><p>“Decidimos ser los primeros en dibujarlo”, indicó. Añadió que emplearon varias horas en perfeccionar el dibujo con una pintura de cacao cultivado en la Amazonía peruana.</p><p>“Escuchamos que el papa, cuando trabajó en sus misiones en Perú, era consumidor de café peruano”, comentó Risco, de 39 años, quien, cuando era niño, vivió por un tiempo en Chiclayo donde fue monaguillo en la iglesia San Juan María Vianney, antes de que Prevost fuese obispo de esa diócesis entre 2014 y 2023.</p><p>La prensa ha reportado el interés de Prevost por el café. En 2017 el entonces obispo visitó una cafetería del barrio de Chorrillos, en Lima, tras una misa en una iglesia local donde saboreó un capuchino junto a otros religiosos de la orden de San Agustín, de la que forma parte.</p><p>Ariana Mallma, la barista que retrata al papa, explicó que enfría con hielo el cacao amazónico que usa como pintura para dibujar a Prevost en las tazas humeantes. Por ahora lo grafica en dos opciones: rezando y sonriendo.</p><p>“Es como pintar un lienzo, con paciencia, porque sino se te mancha toda la obra”, indicó.</p><p>Ynn Coffee es una de las casi 200 cafeterías de Lima. La producción de café en Perú se concentra en la Amazonía donde predomina las variedades Caturra, Typica, Bourbon, Catimor, Pache y Geisha.</p><p>En 2025, Perú produjo más de 370.000 toneladas de café, según datos oficiales. Las exportaciones alcanzaron 1.796 millones de dólares y los principales destinos fueron Estados Unidos, Alemania, Bélgica y Canadá.</p><p>A medida que se acerca la visita del papa —entre el 11 y 16 de noviembre— los comerciantes han comenzado a ofrecer diversos productos relacionados con la figura de Prevost. Se venden camisetas con su rostro, se elaboran diversos tipos de dulces y se está construyendo una estatua de 14 metros de altura.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K7QJBS5RGYHAKOMGJ5DAWRSZPU.jpg?auth=980c7a4972682e9369497618b9d90cdfa7f23a009bd2a607660546fb49c78548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La barista Ariana Mallma decora un capuchino con un dibujo del papa León XIV en la cafetería Ynn Coffee de Lima, Perú, el martes 22 de septiembre de 2026. (Foto AP/Martin Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSKLNG4K7P3X5DSHPKP6OZVKHA.jpg?auth=39be6e62ffc251c5f18fb562b883836d0ad7d6879dec30d085aeb0819731b4b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La barista Ariana Mallma decora un capuchino con un dibujo del papa León XIV en la cafetería Ynn Coffee de Lima, Perú, el martes 22 de septiembre de 2026. (Foto AP/Martin Mejía)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Mejia</media:credit></media:content></item><item><title><![CDATA[De la Espriella ordena militarizar ciudad del Caribe colombiano ante presión de grupo ilegal]]></title><link>https://www.local10.com/espanol/2026/09/22/de-la-espriella-ordena-militarizar-ciudad-del-caribe-colombiano-ante-presion-de-grupo-ilegal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/22/de-la-espriella-ordena-militarizar-ciudad-del-caribe-colombiano-ante-presion-de-grupo-ilegal/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente Abelardo de la Espriella ordenó el martes militarizar Santa Marta, una de las principales ciudades del Caribe colombiano, ante la presión ejercida por el grupo armado ilegal Autodefensas Conquistadoras de la Sierra Nevada.]]></description><pubDate>Tue, 22 Sep 2026 22:24:47 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente Abelardo de la Espriella ordenó el martes militarizar Santa Marta, una de las principales ciudades del Caribe colombiano, ante la presión ejercida por el grupo armado ilegal Autodefensas Conquistadoras de la Sierra Nevada.</p><p>“He ordenado como presidente de la República que Santa Marta sea militarizada”, declaró De la Espriella en la red social X.</p><p>El mandatario aseguró que el grupo armado ilegal pretende “incendiar” parte del Caribe, como consecuencia de la operación policial informada la víspera en la que murió José Pérez Villanueva, alias “Cholo”, señalado como el segundo cabecilla del grupo.</p><p>La operación, que tuvo refuerzos terrestres y aéreos, fue realizada en zona rural de Santa Marta, donde se reunían presuntos integrantes de las ACSN. La policía detalló que murieron siete personas y tres más fueron capturados.</p><p>El martes, el comercio de la ciudad cerró en su mayoría y ciudadanos publicaron en redes sociales videos de hombres armados intimidando a los pobladores a plena luz del día.</p><p>“Han amenazado a comerciantes, pobladores, transportadores y están cometiendo toda suerte de desmanes”, afirmó De la Espriella, quien dijo que lideraría desde Santa Marta las acciones de seguridad.</p><p>El comandante general de las Fuerzas Militares, Mayor General Erik Rodríguez, indicó que reforzaron de inmediato el despligue de los militares y policías, tras la orden presidencial. Agregó que actuarán con “contundencia”, pero en el marco de la ley.</p><p>El alcalde de Santa Marta, Carlos Pinedo, dijo en X que solicitó la militarización de Santa Marta, por lo que respaldó la decisión del presidente y la presencia del “Estado para garantizar la tranquilidad” de los habitantes.</p><p>Santa Marta, con aproximadamente 480.000 habitantes, es la capital del departamento de Magdalena. Las ACSN también hacen presencia en los departamentos vecinos de Cesar y La Guajira, según la policía.</p><p>Las Autodefensas Conquistadoras de la Sierra Nevada surgieron tras la desmovilización de los grupos paramilitares a inicios de este siglo. Las autoridades han asociado a la estructura con el narcotráfico, la intimidación a la población, las extorsiones, los secuestros y el tráfico trasnacional de armas.</p><p>La policía señaló a alias “Cholo”, abatido en la operación, como uno de los “principales articuladores de la cadena del narcotráfico hacia países de Centroamérica”, mediante el envío de cocaína en lanchas rápidas y semisumergibles.</p><p>A inicios de septiembre también fue abatido en un operativo policial Naín Andrés Pérez Toncel, alias “Bendito Menor”, otro de los cabecillas de las ACSN.</p><p>“Aquí el que no se someta (a la justicia) será dado de baja y no voy a permitir que sigan arrodillando a través del terror a nuestra gente”, advirtió De la Espriella.</p><p>De la Espriella puso fin a un proceso de negociación con las ACSN que había instalado en 2024 su predecesor, el progresista Gustavo Petro (2022-2026).</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NA7M7VVLBNRXS5YEO5OVSNPXNA.jpg?auth=477d0283e5681aa0c9afa59f7019462ddde4dbc1b234c1ddd2d98642003798f8&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, anuncia un esfuerzo conjunto con el alcalde de Bogotá, Carlos Fernando Galán, para fortalecer la seguridad en la capital colombiana mediante una mayor presencia policial, inteligencia, tecnología y capacidades urbanas en Bogotá, el martes 25 de agosto 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[Polo undergoes extreme rapid intensification over the eastern Pacific, becomes basin’s record-tying 3rd Category 5 hurricane]]></title><link>https://www.local10.com/weather/hurricane/2026/09/22/polo-undergoes-extreme-rapid-intensification-over-the-eastern-pacific-becomes-basins-record-tying-3rd-category-5-hurricane/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/22/polo-undergoes-extreme-rapid-intensification-over-the-eastern-pacific-becomes-basins-record-tying-3rd-category-5-hurricane/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane Polo – currently paralleling Mexico’s Pacific coastline about 200 miles southwest of Acapulco – was a fledgling 45-50 mph tropical storm early Monday but underwent an extreme bout of rapid intensification over the past 24 hours, strengthening to a monstrous 160 mph Category 5 hurricane by Tuesday morning.]]></description><pubDate>Tue, 22 Sep 2026 14:22:04 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane Polo – currently paralleling Mexico’s Pacific coastline about 200 miles southwest of Acapulco – was a fledgling 45-50 mph tropical storm early Monday but underwent an extreme bout of rapid intensification over the past 24 hours, strengthening to a monstrous 160 mph Category 5 hurricane by Tuesday morning.</p><p>Officially, Polo strengthened 110 mph between 8 AM ET Monday and 8 AM ET Tuesday, an extreme rate only matched or exceeded once – by Hurricane Patricia in 2015 – in the reliable records for the eastern Pacific (since around 1970).</p><figure><img src="https://www.local10.com/resizer/v2/S3NJSGF56FBP3J6U2PF236DYA4.png?auth=3e6abf6ea6eee585fcb875d280e413260b07ddf0093df62858b8b9aacedb6754&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Polo also marks a record-tying 3<sup>rd</sup> Category 5 hurricane this season for the eastern Pacific. Only the 2018, 2002, and 1994 eastern Pacific hurricane seasons have had as many Category 5 hurricanes in a single season.</p><p>At extreme intensities like Polo, hurricanes are prone to fluctuations up and down, but Polo should stay near or at Category 5 intensity for the next day or two as it sits in a pristine environment.</p><figure><img src="https://www.local10.com/resizer/v2/OW46JEE5GZBVFBDCY4322VR2A4.PNG?auth=bd8c125cbfd39b1af14ae3427b8bb33c0c793fa0ee4b2d58e6647e864553bfd3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The good news is the catastrophic core of Polo will remain well off the coast of Mexico this week, but heavy rains from the hurricane’s outer bands could produce flash flooding and mudslides for coastal areas of southwest Mexico through Thursday, including across parts of coastal Guerrero and Michoacán.</p><h3><b>Mostly sleepy Atlantic</b></h3><p>Fay has breathed its dying breath over the open northeastern Atlantic and its leftover swirl of low-level clouds will spin harmlessly over the open Atlantic for the remainder of the week.</p><figure><img src="https://www.local10.com/resizer/v2/SZSIHTGAEBB5JA6G5UKZ2JTPO4.PNG?auth=8fd5cc902403833984cbb28e34367d99d065a56a778260666a387d8a9f6621e6&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>A disturbance forecast to move off the coast of Africa on Wednesday has a low shot at developing, but will lift quickly northward and shouldn’t amount to very much regardless.</p><p>Otherwise we’ll continue to watch the development of a coastal storm/nor’easter off the Eastern Seaboard later this week. Most models suggest it stays non-tropical, but there’s an outside chance it transitions into a subtropical or tropical system as it loiters along the Mid-Atlantic and Northeast this weekend into early next week.</p><figure><img src="https://www.local10.com/resizer/v2/OHXFHO257ZHIHHE27FBTM5SUKY.jpg?auth=d6dabb864ddefcdf6f1b34580963489a70ae789761e4c3300ce0c940c9877a5f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>For now, NHC isn’t mentioning it in its tropical weather outlook and regardless, the impacts shouldn’t change appreciably for coastal areas affected by repeated rounds of tidal flooding, gusty winds exceeding 45 mph, and periods of heavy rain.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

    .l10-hurribox {
      --bg-deep: #0a2540;
      --bg-sky: #0e5a8a;
      --accent-red: #e6402f;
      --accent-blue: #2e63b6;
      --steel: #cfd6dd;
      --text: #f5f7fa;
      --text-dim: #e0e6ee;
      --shadow: 0 10px 30px rgba(0,0,0,.35);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      max-width: 860px;
      margin: 1.25rem auto;
      border-radius: 14px;
      color: var(--text);
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow);
      background:
        radial-gradient(1200px 600px at 50% -10%, rgba(84,199,255,.18), rgba(84,199,255,0) 55%),
        linear-gradient(180deg, var(--bg-sky) 0%, var(--bg-deep) 60%);
    }

    .l10-inner { position:relative; z-index:1; padding: 18px 18px 72px; }

    /* Header */
    .l10-header {
      display:flex; align-items:center; gap:14px;
      background: linear-gradient(90deg, #101820, #14283d 60%, rgba(16,24,32,0));
      border: 1px solid rgba(255,255,255,.08);
      padding:14px 16px; border-radius:10px;
    }
    .l10-flag { flex:0 0 auto; width:44px; height:32px; filter: drop-shadow(0 3px 4px rgba(0,0,0,.4)); }
    .l10-title { line-height:1.2; font-weight:800; font-size: 1.2rem; color:#fff; }
    .l10-title .top { font-size: .95rem; color: var(--steel); opacity:.95; display:block; }

    /* Grid: fixed breakpoints (1 -> 2 -> 4 columns) to avoid squeeze/overlap */
    .l10-grid{
      display:grid; gap:14px; margin-top:18px;
      grid-template-columns: 1fr;
      align-items: stretch;
    }
    @media (min-width:600px){
      .l10-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (min-width:900px){
      .l10-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }
    }

    /* Buttons / cards: compact + equal height */
    .l10-btn {
      display:flex; flex-direction:column;
      justify-content:flex-start;
      height:100%;
      min-height:120px;             /* smaller card height */
      padding:16px 14px;            /* tighter padding */
      border-radius:12px; text-decoration:none;
      font-size: 1rem;
      border:1px solid rgba(255,255,255,.1);
      background:
        linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
        radial-gradient(220px 120px at 110% -20%, rgba(84,199,255,.35), transparent 50%),
        linear-gradient(180deg, #14345c, #0d2745 60%, #0b213a 100%);
      color:#fff;
      box-shadow: var(--shadow);
      transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
      word-break: break-word;       /* wrap long bits safely */
      min-width: 0;
    }
    /* even more compact on very small screens */
    @media (max-width:400px){
      .l10-btn{ min-height:110px; padding:14px 12px; }
    }

    .l10-btn:hover, .l10-btn:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,.42);
      border-color: rgba(255,255,255,.22);
      outline: none;
    }

    /* Keep text white after visit */
    .l10-btn:link, .l10-btn:visited { color: #fff; }
    .l10-btn .l10-label, .l10-btn .l10-kicker, .l10-btn .l10-pill { color: inherit; }

    .l10-kicker {
      font-size:.78rem; letter-spacing:.1em; text-transform:uppercase;
      color: var(--text-dim);
      display:flex; align-items:center; gap:6px;
    }
    .l10-kicker svg { width:16px; height:16px; flex:0 0 auto; }
    .l10-label { font-size: 1.02rem; font-weight:800; line-height:1.2; margin-top:4px; }

    /* Bottom-anchored pill so rows align */
    .l10-pill {
      margin-top:auto;
      padding:5px 10px; border-radius:999px;
      background: linear-gradient(90deg, var(--accent-blue), #5c87e2);
      color:#fff; font-weight:700; font-size:.74rem;
    }

    /* Wave */
    .l10-wave { position:absolute; left:0; right:0; bottom:-1px; height:68px; z-index:0; pointer-events:none; }
    .l10-wave svg { width:100%; height:100%; display:block; }
  </style>

  <div class="l10-inner">
    <!-- Header with hurricane warning flag -->
    <div class="l10-header">
      <svg class="l10-flag" viewBox="0 0 96 72" aria-hidden="true">
        <rect x="2" y="2" width="6" height="68" rx="3" fill="#9aa7b1"/>
        <rect x="12" y="6" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="14" width="14" height="10" fill="#111"/>
        <rect x="12" y="40" width="38" height="26" fill="#e6402f"/>
        <rect x="24" y="48" width="14" height="10" fill="#111"/>
      </svg>
      <div class="l10-title">
        <span class="top">Local 10</span>
        Hurricane Resources
      </div>
    </div>

    <!-- Buttons -->
    <div class="l10-grid">
      <a class="l10-btn" href="https://www.local10.com/hurricane/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M12 3a9 9 0 1 0 9 9c0-.5-.4-.9-.9-.9s-.9.4-.9.9a7.2 7.2 0 1 1-7.2-7.2c.5 0 .9-.4.9-.9S12.5 3 12 3z"/></svg>
          Section
        </span>
        <span class="l10-label">Hurricane Section</span>
        <span class="l10-pill">Latest coverage</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/topic/Talking_Tropics/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M3 5h18v10a3 3 0 0 1-3 3H10l-5 3v-3H6a3 3 0 0 1-3-3V5z"/></svg>
          Analysis
        </span>
        <span class="l10-label">Talking Tropics</span>
        <span class="l10-pill">Daily updates</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/20/local-10s-2026-hurricane-survival-guide/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><path d="M4 4h11a3 3 0 0 1 3 3v13H7a3 3 0 0 1-3-3V4z"/><path d="M18 7h2v13h-2z" fill="#9fd0ff"/></svg>
          Guide
        </span>
        <span class="l10-label">2026 Survival Guide</span>
        <span class="l10-pill">Prep & checklists</span>
      </a>

      <a class="l10-btn" href="https://www.local10.com/weather/hurricane/2026/05/31/local-10-hurricane-special-it-only-takes-one/" target="_blank" rel="noopener noreferrer">
        <span class="l10-kicker">
          <svg viewBox="0 0 24 24" fill="#cfe7ff"><circle cx="12" cy="12" r="10"/><polygon points="10,8 17,12 10,16" fill="#0b2b4a"/></svg>
          Special
        </span>
        <span class="l10-label">'It Only Takes One'</span>
        <span class="l10-pill">Watch & learn</span>
      </a>
    </div>
  </div>

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFB2PKAMIVCM5JFL4HW23L2LOY.png?auth=f87a6c96830ff2f55adcaead2ad71288a8d6b21e388ec8b42387b318993d6051&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Hurricane Polo about 200 miles southwest of Acapulco, Mexico, over the eastern Pacific early Tuesday. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Arizona State report shows training plan not submitted before hockey player's collapse]]></title><link>https://www.local10.com/sports/2026/09/22/arizona-state-report-shows-training-plan-not-submitted-before-hockey-players-collapse/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/arizona-state-report-shows-training-plan-not-submitted-before-hockey-players-collapse/</guid><dc:creator><![CDATA[By JOHN MARSHALL, Associated Press]]></dc:creator><description><![CDATA[TEMPE, Ariz. (AP) — Arizona State hockey coaches were present when a player collapsed during an outdoor workout, but plans for the training session were not submitted to the school, according to a preliminary issued by the university on Tuesday.]]></description><pubDate>Tue, 22 Sep 2026 22:07:05 +0000</pubDate><content:encoded><![CDATA[<p>TEMPE, Ariz. (AP) — Arizona State hockey coaches were present when a player collapsed during an outdoor workout, but plans for the training session were not submitted to the school, according to a preliminary issued by the university on Tuesday.</p><p>Matthew Mayich collapsed during an Aug. 20 workout and remains hospitalized with what family attorney Rob Carey said was exertional heat stroke that reduced flow of oxygen to his brain. The 21-year-old is unlikely to recover, Carey said.</p><p>The Arizona State police department is investigating the incident and a report will be sent to the Maricopa County Attorney’s Office for independent review when completed.</p><p>Arizona State's preliminary report said the hockey coaching staff asked permission for Timothy Ziesel, a former Green Beret, to speak with the team during a three-day, team-building event. The coaching staff did not “submit a plan of training activities for review by ASU's strength and conditioning coaches prior to the event,” according to the report released by James Rund, ASU’s senior vice president of educational outreach and student services.</p><p>“In the month following Matthew’s hospitalization, our review has focused on fact finding with the goal of identifying additional steps that ASU can and should take to improve student-athletes’ well-being,” the report said. “As limited medical information is available to us, and we remain committed to respecting the privacy of Matthew and his family, our review has focused on the circumstances surrounding the workout and related university policies, procedures and training protocols.”</p><p>Arizona State said it will engage a multi-disciplinary panel of experts to provide recommendations regarding best practices for outdoor athletic activities.</p><p>“A month later, nobody’s been named, nobody’s been suspended, nobody’s been fired for violating the very policies ASU published today, and the university wants to appoint a committee,” Carey said in a statement issued to The Associated Press. “A committee isn’t going to tell us why grown men with a rulebook in their hands let this happen to a young man at his first real workout in the desert. That’s what an investigation is for, and it’s why we’re going to ask the County Attorney to do one.”</p><p>Arizona State's report showed temperatures during the workout that started at 7 a.m. ranged from 86 to 89 degrees, with humidity between 51% and 46%.</p><p>Rund said all student-athletes who participated in the event had been medically cleared before the workout, including Mayich, who previously participated in three voluntary strength and conditioning workouts.</p><p>The workout at Sun Angel Stadium including a series of calisthenic circuits and body weight exercise, with the student-athletes getting a water break about 20 minutes into the activity.</p><p>Mayich collapsed during a “wind-down” run while carrying a 10-pound medicine ball. Mayich fell to the ground after several stumbles and tried to get up, falling again.</p><p>Mayich was initially responsive after trainers applied ice towels and poured water over him, but quickly deteriorated, prompting a call to 911.</p><p>“What the report doesn’t say is what the players will tell you: this was a punishment workout,” Carey said. “Miss a count, your group runs again. The head coach set it up, stood there and watched it, and didn’t stop it when the signs were there. And when Matthew went down, there was no plan and no preparation, so he was treated in a way that hurt his chances rather than helped them.”</p><p>The Blues drafted Mayich in the sixth round of the 2023 NHL draft, but he never signed an entry-level contract. The Stoney Creek, Ontario, native played four seasons with the Ottawa 67’s of the Ontario Hockey League before playing at Clarkson University last season.</p><p>Mayich transferred to Arizona State for the upcoming season.</p><p>___</p><p>See AP’s full sports coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EDEMYDWLM7A5LXNRT5XZAJLFTI.jpg?auth=c7a510e475e414256a898865c6c862d916c55ad0965362bb9f683050d00ce4ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Arizona State University hockey team skate on the ice at the new Mullett Arena, Oct. 24, 2022, in Tempe, Ariz. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Scottie Scheffler is the dominant player in golf. The Cups have been another matter]]></title><link>https://www.local10.com/sports/2026/09/22/scottie-scheffler-is-the-dominant-player-in-golf-the-cups-have-been-another-matter/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/22/scottie-scheffler-is-the-dominant-player-in-golf-the-cups-have-been-another-matter/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[MEDINAH, Ill. (AP) — Scottie Scheffler is the undisputed No. 1 player in the world, a winner of 25 tournament worldwide and three legs of the career Grand Slam, all within the last five years.]]></description><pubDate>Tue, 22 Sep 2026 22:05:28 +0000</pubDate><content:encoded><![CDATA[<p>MEDINAH, Ill. (AP) — Scottie Scheffler is the undisputed No. 1 player in the world, a winner of 25 tournament worldwide and three legs of the career Grand Slam, all within the last five years.</p><p>It just doesn't look that way when it comes to team competition.</p><p>His record in the two Presidents Cups he has played is 3-5-1. Scheffler avoided a complete shutout in the Ryder Cup last year by beating Rory McIlroy in singles to go 1-4-0 for the week at Bethpage Black, lowering his record in those matches to 3-6-3.</p><p>This is of little concern to Scheffler, or to U.S. captain Brandt Snedeker.</p><p>“Scottie Scheffler being Scottie Scheffler is the most important thing for us as a team,” Snedeker said Tuesday after another cool, cloudy day of practice at rain-softened Medinah. “We can't ask him to do more than he can do. He can only deliver five points at his best if he goes out and plays unbelievable. We just want Scottie to go out there and be comfortable."</p><p>Snedeker was at Medinah in 2012 for the Ryder Cup when Tiger Woods didn't win any of his four matches as Europe rallied to win.</p><p>That was always the most curious part of Woods' incomparable career — a world beater except in the Ryder Cup, where he had a career mark of 13-21-3. He fared much better in the Presidents Cup (27-15-1), a product of being on so many winning teams.</p><p>Being the best in golf often comes with a target on the back, that extra level of motivation for the player — or players in team formats — trying to beat him.</p><p>Scheffler made his Ryder Cup debut in 2021 before he had won on the PGA Tour. Most memorable that week was starting with four straight birdies to go 4 up in four holes and beating Jon Rahm, 4 and 3. Scheffler, a captain's pick, was unbeaten in three matches at Whistling Straits.</p><p>Remarkably, he went eight consecutive matches in both cups without winning (three matches were halved) until he and Russell Henley won the opening match at the 2024 Presidents Cup.</p><p>Some of it Scheffler attributes to the fickle nature of match play over 18 holes. He has played well and lost, played mediocre and won. That happens with everyone. There's another part of him, however, that wonders if the effort is in overdrive.</p><p>“When you look at this format — and maybe my record hasn’t matched up to what I think that it should be — could it be trying too hard? I think that’s definitely a factor, for sure,” Scheffler said. "For me, it’s different in the sense that you also have a partner with you and you’re playing for somebody outside yourself, and that’s a lot different as well.</p><p>“Striking the balance between how much do you care, I think that’s something I’m always trying to figure out,” he said. “Definitely for me, I think just trying less would be really important. It’s just one of those things that’s a lot easier said than done.”</p><p>Scheffler has been playing practice rounds this week with Sam Burns, his best friend on the PGA Tour. They have yet to win a match as partners (0-3-1) in the Presidents Cup and Ryder Cup.</p><p>“Do I think we have unfinished business? I don’t know if I would call it that,” Burns said. “It’s been frustrating the times we have played together, and we feel like we’ve played really well and ultimately not won. This week we’re going to go out and compete as hard as we can and try to get as many points for the U.S. team as possible.”</p><p>That hasn't been a problem for the American team, heavy favorites on paper and in history. They have won 10 in a row dating to 2005, though Burns was quick to point out a message Snedeker is trying to hammer home that “this team hasn't done anything.”</p><p>Scheffler had another dominant year, even if the trophies didn't pile up. He won his season opener in the California desert in January. He didn't win again until August. In between he had three straight runner-up finishes, including at the Masters.</p><p>He ended the season by taking two of the three postseason events. The one he didn't win, the BMW Championship, he played with hand, foot and mouth disease that caused blisters on his hands and his feet. It's tough to play golf that way. He tied for 12th.</p><p>“When you think about expectations and all that stuff, all I can control is what I can control, and that's going out and trying to execute,” he said. "A successful week for me is not necessarily winning all five matches. It’s showing up and controlling what I can control and going out there and doing my best."</p><p>He's the key player on the American team — it's been that way the last four years. Snedeker served up a reminder that Scheffler is not the only player.</p><p>“Scottie Scheffler is not going to be the reason we win or lose,” Snedeker said. “It’s going to have to be 12 people pitching in and doing their job.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YPC2SPSOGGILACVYKV6T67QGKM.jpg?auth=ac6523e7bcece1bae46fa45733a5af05e37335274f13672e656cc2e015ec6db0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USA teams' Scottie Scheffler practices on the fifth hole prior to the start of the Presidents Cup golf tournament against the International team at Medinah Country Club, Monday, Sept. 21, 2026, in Medinah, Ill. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYJWJ56ZV5ZKYTSCRHYWY63Z3A.jpg?auth=de262bbb2ddf2b13babea63ba3105e582224bf070d75de0efc5c3f70c51c07f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USA teams' Scottie Scheffler practices on the firth hole prior to the start of the Presidents Cup golf tournament against the International team at Medinah Country Club, Monday, Sept. 21, 2026, in Medinah, Ill. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MMCDF4EAEWS3XSXNSU4KQNLJP4.jpg?auth=7cf433b8047378488022a54d2f1d76038d6be705f52e90a19c46e7cf4a55031e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USA teams' Sam Burns, left, high fives Scottie Scheffler during a practice round on the fourth fairway prior to the start of the Presidents Cup golf tournament against the International team at Medinah Country Club, Monday, Sept. 21, 2026, in Medinah, Ill. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYN6HRWLJ2GP5K4RSPAGKCMVYE.jpg?auth=372c19c6d9343b64c54d2b506cb66049272726f5a5c1f366ac0a6d84994f17be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USA team captain Brandt Snedeker watches practice on the 14th hole prior to the start of the Presidents Cup golf tournament against the International team at Medinah Country Club, Tuesday, Sept. 22, 2026, in Medinah, Ill. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JFX2UJ3ER2C7FJOS5PLC7LFIAU.jpg?auth=faf39530220fc72857402ca268e80468784754d159efc084a682293aac603595&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[USA teams' Scottie Scheffler practices on the 14th hole during a practice round prior to the start of the Presidents Cup golf tournament against the International team at Medinah Country Club, Tuesday, Sept. 22, 2026, in Medinah, Ill. (AP Photo/Matt Slocum)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Canada's top diplomat talks up its 'middle powers strategy' at UN]]></title><link>https://www.local10.com/news/world/2026/09/22/canadas-top-diplomat-talks-up-its-middle-powers-strategy-at-un/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/22/canadas-top-diplomat-talks-up-its-middle-powers-strategy-at-un/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — Canada is embracing its growing prominence as a champion of “middle powers” at the U.N. General Assembly, Canada's top diplomat said in an interview Tuesday as the international community's biggest annual gathering got into gear.]]></description><pubDate>Tue, 22 Sep 2026 22:05:21 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — Canada is embracing its growing prominence as a champion of “middle powers” at the U.N. General Assembly, Canada's top diplomat said in an interview Tuesday as the international community's biggest annual gathering got into gear.</p><p>Prime Minister Mark Carney made a splash last winter by saying frankly that countries like his own could no longer afford wishful thinking about the international system and needed to act together. Nine months later, Foreign Minister Anita Anand said in an interview that Canada sees its “middle power strategy” bearing fruit, and the assembly’s big meeting could seed more growth.</p><p>“This is, of course, a key moment because so many countries from around the world come to have conversations about their respective foreign policies. And many middle powers indeed look to Canada, look to us, to lead in this conversation," Anand said.</p><p>She spoke a day after her country co-launched a new group of advocates for U.N.-style international cooperation — “Partners for Multilateralism” — on the assembly's sidelines.</p><p>Canada is a founding member of the 81-year-old United Nations and has long contributed to its global conversation, humanitarian work and decision-making; the nation has won election to the powerful U.N. Security Council six times over the decades.</p><p>But this year has shifted Canada's presence on the international stage — and quite dramatically, as diplomacy goes.</p><p>First came Carney's speech at the World Economic Forum in January, when he said that rising, raw geopolitics were creating “a rupture in the world order" and that “middle powers must act together, because if we’re not at the table, we’re on the menu.”</p><p>Then, facing U.S. President Donald Trump 's tariffs, insults and cavalier talk of annexation, Carney let trade talks with the U.S. collapse last month rather than accede to terms he called unacceptable.</p><p>Carney, a former central bank chief, has set out to double non-U.S. trade within a decade. He convened hundreds of international investment firm executives for a Canadian investment summit last week and is hoping for free-trade deals with India, among others, by year’s end. He also is deepening ties with the European Union.</p><p>Canada's objectives — from trade to transatlantic security to Arctic defense to aiding Ukraine in Russia's four-year-old war — aren't new, “but we are bringing them into singular focus with our middle power strategy,” Anand said.</p><p>“It provides an impetus for like-minded countries to come to the table,” she said, adding: “We are all seeing the geopolitical shifts in the global environment.”</p><p>Anand is set to give Canada's main speech to the assembly on Saturday, for various scheduling reasons. The message “will be very much about implementing the middle power strategy,” said Anand, who described her country’s overall foreign policy as “principled pragmatism.”</p><p>Trump, for his part, didn't mention Canada in his address Tuesday. He touted the United States' economic, military and technological might and celebrated international investments in what he called “the hottest country anywhere in the world.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J72ZMWIZMWP5O6TEJEFAGVRWWI.jpg?auth=54e5f448c77ee4966290e7521ee6dad1871f17655e9a37ab486bb64e2e524b3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canadian Foreign Minister Anita Anand speaks outside United Nations headquarters during the 81st session of the United Nations General Assembly, Tuesday, Sept. 22, 2026. (AP Photo/Stefan Jeremiah)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Jeremiah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/62BM2LCNZUZFQH3AV2JSSWGBQQ.jpg?auth=57380b86ed3d3c5337c15d3f577582789c4f77790e60cddb878f3c8569fa08c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canadian Foreign Minister Anita Anand speaks outside United Nations headquarters during the 81st session of the United Nations General Assembly, Tuesday, Sept. 22, 2026. (AP Photo/Stefan Jeremiah)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Jeremiah</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPT2DSWI5C2J7GPQ3TZYCSQHTM.jpg?auth=6e856b7a33b65b85cbaccf0e519dd646547ca7c6e3896fe2bf74d6b6db979935&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Canadian Foreign Minister Anita Anand speaks outside United Nations headquarters during the 81st session of the United Nations General Assembly, Tuesday, Sept. 22, 2026. (AP Photo/Stefan Jeremiah)]]></media:description><media:credit role="author" scheme="urn:ebu">Stefan Jeremiah</media:credit></media:content></item><item><title><![CDATA[Is it 'killer robots' or 'super intelligence'? At the UN, leaders see both]]></title><link>https://www.local10.com/news/world/2026/09/22/is-it-killer-robots-or-super-intelligence-at-the-un-leaders-see-both/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/22/is-it-killer-robots-or-super-intelligence-at-the-un-leaders-see-both/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[UNITED NATIONS (AP) — It's killer robots versus super intelligence.]]></description><pubDate>Tue, 22 Sep 2026 21:58:35 +0000</pubDate><content:encoded><![CDATA[<p>UNITED NATIONS (AP) — It's killer robots versus super intelligence.</p><p>Visions of the future straight out of comic books are playing out at the United Nations as world leaders talk about the threat — or promise — of artificial intelligence.</p><p>Once again it was Donald Trump against the U.N, chief and other leaders on a pressing issue involving science and the future, echoing ongoing disputes over the threat of climate change.</p><p>Armed with a new U.N. science report that warns of a slight but real potential of catastrophic and irreversible harm, U.N. Secretary-General Antonio Guterres kicked off the parade of world leaders speaking at the General Assembly by calling for more oversight of AI, warning in vivid if not ominous terms of what could go wrong.</p><p>“Let us resolve that life-and-death decisions must never be surrendered to machines. Killer robots must have no place in our future,” Guterres said in his farewell address to world leaders. He also warned about AI in his first General Assembly address a decade ago.</p><p>With Guterres saying the world needs to “advance the conditions for the responsible pacing of AI and the additional safeguards needed to address risks,” the U.N. Security Council on Wednesday will address how to place some kind of controls on the technology and it will feature some of the biggest names in the field.</p><p>It's super, not artificial, Trump says</p><p>Less than an hour later, Trump was having none of that. “The United States also totally rejects any attempt to construct a globalist scheme to control for the artificial intelligence being spoken of so much. Now here and after officially called super intelligence, changing the name,” he said.</p><p>World leaders speaking after Trump used “artificial intelligence” — not “super.”</p><p>“Every major new technology brings challenges, and superintelligence is no exception," Trump said. “Yet the very same people who said we’ll all be dead in 12 years because of global warming, a name since reborn to climate change, because the planet was cooling, not warming, and nobody was dead. These are the same people that are now saying that AI is going to kill us all, that robots are going to attack us, and that everything is going to be a total disaster.”</p><p>Trump was referring to a 2018 UN report that outlined the danger of human-caused climate change for long-term breaching of the internationally agreed-upon threshold of 1.5 degrees Celsius (2.7 degrees Fahrenheit) of warming since pre-industrial time and said it was 12 years away.</p><p>Studies now say that breach is imminent in the next few years. That report — along with other science documents — did not say everyone would die. It said extreme weather would get more dangerous and that reducing pollution could prevent 100 million premature deaths over the next 82 years.</p><p>Also, the world has not cooled, but warmed 0.8 degrees Fahrenheit (0.45 degrees Celsius ) in the Past 12 years, according to the U.S. National Oceanic and Atmospheric Administration.</p><p>Go slow but cooperate, others say</p><p>The problem is both Trump and Guterres reduce the issue to something that's not useful, says University of Chicago computer science department chairman Henry Hoffmann.</p><p>“One turns it into a science-fiction movie; the other turns it into a nonissue,” Hoffmann said in an email. “Both push people to pick a team instead of engaging with the real risks and the possible mitigations. There shouldn’t be ‘sides’ on whether we need adequate control over powerful autonomous systems. The interesting debate is over what mechanisms actually provide that control.”</p><p>Other nations want to make sure they are not left behind during an AI race between the U.S. and China, which Trump said America is winning. French President Emmanuel Macron and Guterres also made the issue about protecting children.</p><p>“Let’s not wait for the consequences to come raining down on AI," Macron said. "We must act now to protect our children and our young people.”</p><p>Finland President Alexander Stubb, like other leaders, said AI will change the world, potentially for good, but needs strong controls.</p><p>“Artificial intelligence is the most consequential technology in the history of mankind. It will impact science, the economy, politics, security and the very essence of our humanity," Stubb said. “Humans can and should be in the driver’s seat. We have a choice. We can compete, cooperate or slow down. For me, cooperation if the best way forward.”</p><p>British Prime Minister Andy Burnham told a meeting of business leaders on the sidelines of the U.N. General Assembly that he wants to see “a single set of global principles and standards” that can unlock AI’s potential while mitigating its risks.</p><p>He said forging “AI for good” will be the main focus of the UK’s presidency of the G20 group of nations next year.</p><p>Before Monday's speeches, Ian Bremmer, president of the Eurasia Group, a political risk advisory firm, said AI has the potential to make the world cleaner, improve technology and improve lives — but can be scary. Trying to deal with AI might be, like climate change, one of the most meaningful roles the United Nations could have, but its power is limited, Bremmer said.</p><p>Wednesday's Security Council AI meeting will include some of the biggest names in AI, including those who have recently sounded the alarm about the need for guardrails. Sam Altman, the CEO of OpenAI, followed by Dario Amodei, the CEO of Anthropic, and finally Clément Delangue, who is the CEO of and co-founder of Hugging Face, which was hacked by a rogue OpenAI program.</p><p>___</p><p>Edith M. Lederer, Jill Lawless and Jennifer Peltz contributed to this report from the United Nations.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K7HPRSBQRGT5GSPA4SGE7V2RXE.jpg?auth=6bbbe7c1bed726996db38530a2899322d86151751374d9298eb8349c89739136&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump points toward United Nations Secretary-General Antonio Guterres, after speaking to the United Nations General Assembly, Tuesday, Sept. 22, 2026, at the UN headquarters. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZAZ4G4LKBZ4ZSFWIESV4WJBHNY.jpg?auth=c9e61b3bbee1babc291f836e2b7f0c176cfcc1890f6ff9a78e07cb3a79d772c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United Nations Secretary-General Antonio Guterres, top left, listens along side President of the 81st session of the United Nations General Assembly and Foreign Minister of Bangladesh Khalilur Rahman, top right, as United States President Donald Trump speaks during the 81st session of the United Nations General Assembly at United Nations headquarters, Tuesday, Sept. 22, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item></channel></rss>