<?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>Thu, 17 Sep 2026 19:19:39 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[FDLE agent involved in fatal shooting near southwest Miami-Dade middle school]]></title><link>https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/school-placed-on-brief-lockdown-amid-police-activity-in-southwest-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Janine Stanwood]]></dc:creator><description><![CDATA[An active investigation is ongoing in southwest Miami-Dade County. ]]></description><pubDate>Thu, 17 Sep 2026 16:18:28 +0000</pubDate><content:encoded><![CDATA[<p>An active investigation is ongoing in southwest Miami-Dade County.</p><p><a href="https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/">Leer en español</a></p><p>It was happening Thursday morning in the area of the 15700 block of southwest 140th Street. </p><p>According to the Miami-Dade Sheriff’s Office, an agent with the Florida Department of Law Enforcement who was on duty was inside his car when someone who was standing on the street began to strike the window of the agent’s vehicle. </p><p>Deputies said the agent got out of his car and an altercation between the two began immediately, with the individual slamming the agent to the ground and climbing on top of him.</p><p>During the altercation, deputies said the agent discharged his firearm, striking the individual. </p><p>Crews with Miami-Dade Fire Rescue responded and pronounced the individual deceased at the scene. </p><p>A nearby school, Jorge Mas Canosa Middle School, was placed on a temporary lockdown that has since been lifted. </p><p>Officials with Miami-Dade County Public Schools told Local 10 News the lockdown was due to “non-school related police activity in the area.” </p><p>Video obtained by Local 10 News shows two men scuffling in the area near the school, and at one point in the video, what sounds like a gunshot is heard. </p><p>Soon after, MDSO deputies converged on the area, where a body could be seen covered by a tarp in the road. </p><p>Miami-Dade Fire Rescue said one person was treated at the scene but was not transported to an area hospital. </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[Plantation High School lockdown lifted after fight reported; no gun found: Cops]]></title><link>https://www.local10.com/news/local/2026/09/17/plantation-high-school-placed-on-lockdown-after-large-fight-report-of-armed-person-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/plantation-high-school-placed-on-lockdown-after-large-fight-report-of-armed-person-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Plantation High School was placed on lockdown Thursday after a reported fight on campus prompted someone to yell “gun,” sending people fleeing, according to Plantation police.]]></description><pubDate>Thu, 17 Sep 2026 17:07:33 +0000</pubDate><content:encoded><![CDATA[<p>Plantation High School was placed on lockdown Thursday after a reported fight on campus prompted someone to yell “gun,” sending people fleeing, according to Plantation police.</p><p><a href="https://www.local10.com/espanol/2026/09/17/cierran-plantation-high-school-tras-gran-pelea-y-reporte-de-persona-armada-dice-la-policia/" rel="">Leer en español</a></p><p>Police later clarified that there was no fight or evidence a gun was ever on campus.</p><p>“The investigation determined that no fight had occurred and no firearm was ever on the Plantation High School campus,” police wrote in a statement. They said officers searched the school grounds after the report of a possible weapon but did not find a gun.</p><p>No injuries were reported.</p><p>The incident initially prompted a police response and perimeter around the school as officers investigated a report that a student may have been in possession of a weapon. Police said the student was located immediately, but no weapon was found.</p><p>Broward County Public Schools confirmed that the school, located at 6901 NW 16th St., received an “all-clear” from law enforcement and resumed its normal schedule.</p><p>Sky 10 was over the scene at about 1:20 p.m. as police established a perimeter around the campus. During the investigation, no one was allowed to enter or leave the area while officers searched for evidence of a weapon.</p><p>Once officers confirmed there was no threat to students or staff, police said they cleared the perimeter and lifted the lockdown.</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/BU5IKVPL4VHA7KUBYDBISP7GEI.jpeg?auth=a563f274ff535b7176383aebc733e796925c3159816822cc2c6b2fafbd4131fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward County School Board accuses bookkeeper of theft, court records show ]]></title><link>https://www.local10.com/news/local/2026/09/17/broward-county-school-board-accuses-bookkeeper-of-theft-court-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/broward-county-school-board-accuses-bookkeeper-of-theft-court-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 57-year-old woman faced a grand theft charge on Thursday after the Broward County School Board accused her of stealing, records show. ]]></description><pubDate>Thu, 17 Sep 2026 18:25:42 +0000</pubDate><content:encoded><![CDATA[<p>A 57-year-old woman faced a grand theft charge on Thursday after the Broward County School Board accused her of stealing, records show. </p><p>Prosecutors filed a felony case against Shauntay Poole, of Fort Lauderdale, on Wednesday, over the school board’s accusations, according to Broward County court records. </p><p>The <a href="https://mcarthur.browardschools.com/contact/school-staff-directory" target="_self" rel="" title="https://mcarthur.browardschools.com/contact/school-staff-directory">staff directory for McArthur High School</a>, at 6501 Hollywood Boulevard, in Hollywood, listed Poole, also known as Shauntay Cunningham-Poole, as a <a href="https://govsalaries.com/cunningham-poole-shauntay-d-208616686" target="_self" rel="" title="https://govsalaries.com/cunningham-poole-shauntay-d-208616686">bookkeeper</a> III.</p><p>A 2022 Broward County Public Schools '<a href="https://resources.finalsite.net/images/v1730332187/browardschoolscom/vddh47ijem52unwexcln/ac-2022-0908-oca-internal-funds-report.pdf" target="_self" rel="" title="https://resources.finalsite.net/images/v1730332187/browardschoolscom/vddh47ijem52unwexcln/ac-2022-0908-oca-internal-funds-report.pdf"> audit report</a> and a 2017 BCPS <a href="https://resources.finalsite.net/images/v1730331760/browardschoolscom/atevw66rvykhdbctrrim/2017-0511-internal-funds-audit.pdf" target="_self" rel="" title="https://resources.finalsite.net/images/v1730331760/browardschoolscom/atevw66rvykhdbctrrim/2017-0511-internal-funds-audit.pdf">audit report</a> listed Cunningham-Poole as a bookkeeper for the Whiddon-Rogers Education Center at 700 SW 26 St., in Fort Lauderdale. </p><p>Corrections booked Poole on Wednesday at the Broward County Main Jail in Fort Lauderdale. She faced a charge of third-degree felony grand theft of more than $750 and less than $5,000. Her bond was $2,500. </p><p>Broward County Circuit Judge Francis Viamontes was set to preside over the case. </p><p><i>This is a developing story. Local 10 News has a pending request for the arrest report in the case. </i></p><p><b>Related links</b></p><ul><li>Justice Department: <a href="https://www.justice.gov/usao-sdfl/pr/broward-county-school-board-employee-charged-bribery-and-extortion" target="_self" rel="" title="https://www.justice.gov/usao-sdfl/pr/broward-county-school-board-employee-charged-bribery-and-extortion">Broward County School Board employee charged with bribery and extortion</a></li><li>FBI: <a href="https://archives.fbi.gov/archives/miami/press-releases/2009/mm121709.htm" target="_self" rel="" title="https://archives.fbi.gov/archives/miami/press-releases/2009/mm121709.htm">Former Broward County School Board member indicted on public corruption charges</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U26HDJYKQNCZHIG6FVUMN5MZ64.jpg?auth=19348af540bc7bfd5b0a5d8294d42bfd8d13210e46e954c4a9f93d5d83ccb73c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corrections booked Shauntay Poole, also known as Shauntay Cunningham-Poole, on Wednesday at the Broward County Main Jail in Fort Lauderdale.]]></media:description></media:content></item><item><title><![CDATA[US approves visas for top Iranian leaders to attend UN high-level meeting even with sides at war]]></title><link>https://www.local10.com/news/world/2026/09/17/us-approves-visas-for-top-iranian-leaders-to-attend-un-high-level-meeting-even-with-sides-at-war/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/us-approves-visas-for-top-iranian-leaders-to-attend-un-high-level-meeting-even-with-sides-at-war/</guid><dc:creator><![CDATA[By MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration has approved visas for top Iranian officials, including the president and foreign minister, to attend next week’s U.N. General Assembly high-level meeting in New York even as the two countries are locked in a stalemated war.]]></description><pubDate>Thu, 17 Sep 2026 18:38:46 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration has approved visas for top Iranian officials, including the president and foreign minister, to attend next week’s U.N. General Assembly high-level meeting in New York even as the two countries are locked in a stalemated war.</p><p>The State Department said Thursday that it had approved visas for Iran’s “core delegation,” along with essential staffers to participate in the U.N. meetings. The core delegation includes President Masoud Pezeshkian and Foreign Minister Abbas Araghchi, according to U.S. officials, who spoke on condition of anonymity due to visa privacy laws.</p><p>“Consistent with our host country obligations, the core delegation from the Iranian regime will be able to attend UN General Assembly High Level week. The delegation will be under travel restrictions and will face prohibitions on the purchase of luxury and other goods per our policy. The delegation is smaller than last year,” the statement said.</p><p>The move is unusual due to the more than six-month-long conflict between Iran and the United States and no sign that agreements to reopen the Strait of Hormuz or return to talks on Iran’s nuclear program are close. It also comes as Iranian-backed Houthi rebels in Yemen have stepped up attacks on Saudi infrastructure and shipping in the Red Sea, another major maritime route in the region where impediments have helped drive a surge in global oil prices.</p><p>In addition, Iran remains the world's leading state sponsor of terrorism, according to the United States, which has imposed significant sanctions against the country and launched a new campaign in recent weeks aimed at severing “critical financial lifelines."</p><p>As the host country for the United Nations headquarters, the U.S. is generally limited in what it can do to prevent foreign leaders from coming to the General Assembly. However, it has in the past denied visas to — or discouraged applications from — leaders involved in active conflicts with the United States.</p><p>For last year's U.N. meetings of world leaders — which took place before the Iran war began on Feb. 28 but after the U.S. and Israel launched air strikes on Iranian nuclear facilities in June 2025 — the State Department also approved a limited number of visas for Iranian diplomats but also imposed rigid restrictions on the delegation's movements.</p><p>Those included severe limitations on how far Iranian officials could travel in New York City from their U.N. mission and barred them from shopping at wholesale membership stores, such as Costco and Sam's Club.</p><p>The decision on the Iranian visas was announced just a day after the State Department denied visas to Palestinian President Mahmoud Abbas and his delegation to come to the General Assembly.</p><p>“Consistent with our host country obligations, the core delegation from the Iranian regime will be able to attend UN General Assembly High Level week," the State Department said. "The delegation will be under travel restrictions and will face prohibitions on the purchase of luxury and other goods per our policy. The delegation is smaller than last year.”</p><p>The department accused the Palestinian Authority — which administers parts of the Israeli-occupied West Bank — of trying to “internationalize” the Israel-Hamas war in Gaza by bringing cases to the International Court of Justice and the International Criminal Court as well as continuing to pay stipends to prisoners jailed in Israel for attacks on Israelis.</p><p>The Palestinian Authority condemned the move and called Israel’s actions “the real threat to the two-state solution and prospects for peace.” It also said it remained committed to long-stalled negotiations but defended its efforts to gain Palestinian recognition through international bodies and courts.</p><p>“Punitive measures and restrictions imposed on Palestinian officials do not contribute to advancing peace or combating violence,” the authority’s foreign ministry said in a statement. “Rather, they weaken the Palestinian partner committed to a political solution and encourage forces working to undermine the two-state solution and impose the reality of occupation, settlement and annexation by force."</p><p>The U.S. does not recognize the Palestinian Authority as a full member of the United Nations, although the General Assembly and certain U.N. agencies and bodies have done so.</p><p>___</p><p>Associated Press writer Sam Metz in Jerusalem contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7NSDXL3CTCPUIX5NYVGAJEJ2AY.jpg?auth=762836f03c688ea3cdcb49b4f631db94a853495b8609f6efc8b5aa689d99ce51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Secretary of State Marco Rubio stands with Costa Rica's Foreign Minister Manuel Tovar Rivera, not shown, at the State Department, Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Video shows Messi pointing his finger at MLS commissioner Don Garber during postgame exchange]]></title><link>https://www.local10.com/sports/2026/09/17/video-shows-messi-pointing-his-finger-at-mls-commissioner-don-garber-during-postgame-exchange/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/video-shows-messi-pointing-his-finger-at-mls-commissioner-don-garber-during-postgame-exchange/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Lionel Messi pointed his finger at MLS commissioner Don Garber on multiple occasions while speaking with him after Inter Miami’s game with Cruz Azul on Wednesday.]]></description><pubDate>Thu, 17 Sep 2026 18:30:16 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Lionel Messi pointed his finger at MLS commissioner Don Garber on multiple occasions while speaking with him after Inter Miami’s game with Cruz Azul on Wednesday.</p><p>Postgame video showed Messi pointing at Garber and speaking to him before walking away. He then appears later in the video pointing at him and talking to him again. Another video showed them pointing at each other as they spoke.</p><p>MLS declined comment on the matter. Inter Miami didn’t immediately respond to a request for comment.</p><p>The exchange came after Inter Miami defeated Cruz Azul 2-0 to win the Campeones Cup. Messi scored the 100th goal of his Inter Miami career during the game.</p><p>This victory gave Inter Miami another trophy three years after Messi’s arrival. Miami won the Leagues Cup in 2023, the Supporters’ Shield in 2024 and MLS Cup in 2025.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TQZ2OYOII2SHH6YYFATGPZSNMQ.jpg?auth=c924270750bb89ec184a4d8ef90c4be5c9b406d32958ad038da33f986e427ec8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami co-owners David Beckham, left, and Jose Mas, right, celebrate with Lionel Messi (10) after Inter Miami defeated Cruz Azul in the Campeones Cup soccer match, Wednesday, Sept. 16, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KMFQKXCPGXYNWDAJOCOP5C6EIM.jpg?auth=7860e090c2309ad93906a2877e1dc884707045237adb9eeb142f0b9154d7bf30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) talks with an official during the first half of the Campeones Cup soccer match against Cruz Azul, Wednesday, Sept. 16, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCDMBFSK3FID2PWBMQ67S3U4O4.jpg?auth=11dfeb894c87e1ec3dd520fe1cd1ef2486db7771fac7c011877fa174f7c7e6d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cruz Azul midfielder Amaury García, left, defends as Inter Miami forward Lionel Messi, right, shoots on the goal, which was not allowed due an an offside penalty during the second half of the Campeones Cup soccer match, Wednesday, Sept. 16, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Why the Federal Reserve is lifting rates now, and what it means]]></title><link>https://www.local10.com/business/2026/09/17/why-the-federal-reserve-is-lifting-rates-now-and-what-it-means/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/why-the-federal-reserve-is-lifting-rates-now-and-what-it-means/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — About six weeks ago, Federal Reserve Chairman Kevin Warsh announced that a divided central bank was keeping its key interest rate unchanged.]]></description><pubDate>Thu, 17 Sep 2026 18:30:15 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — About six weeks ago, Federal Reserve Chairman Kevin Warsh announced that a divided central bank was keeping its key interest rate unchanged.</p><p>But on Wednesday, the Fed's rate-setting committee unanimously agreed to a rate hike, and nearly all policymakers signaled that a second increase later this year would likely be appropriate.</p><p>So what changed?</p><p>In short, the renewed fighting in the Middle East has pushed up gas prices again. And there are signs the economy is still growing at a healthy pace even as inflation stays stubbornly high. All three factors appear to have pushed the committee from wait-and-see mode to determined action.</p><p>Yet the Fed's move doesn't necessarily mean Americans will pay significantly higher costs for mortgages or other borrowing in the short-term, because financial markets appear reassured by the Fed's commitment to fighting inflation. On Thursday, the 10-year Treasury yield even slipped a bit, a likely sign of reduced inflation worries among investors.</p><p>The Fed's increase “alleviates concerns around the Fed taking sticky inflation seriously,” Oscar Munoz, head of U.S. economic research at TD Securities, said. “And that they’re ready to act, not just talk about it but actually act.”</p><p>The Fed increases the short-term rate it controls to slow borrowing and spending and ideally cool inflation. The Fed's rate can influence longer-term costs such as mortgage rates, but the Fed doesn't directly control them.</p><p>Warsh throws in towel on ‘temporary’ shocks</p><p>For months, Fed officials have considered whether higher oil and gas prices from the Iran war would just amount to a temporary hit to inflation. If so, it might not make sense to hike rates: By the time higher borrowing costs started to slow the economy, the gas price shock could be over and inflation would fall back to the Fed's 2% target on its own.</p><p>But with the Iran war now in its seventh month, Fed officials are no longer counting on it being a temporary shock.</p><p>At the Fed's previous meeting July 29, its statement said inflation was elevated “in part reflecting supply shocks that have driven price increases in certain sectors, including energy.”</p><p>But its latest statement Wednesday dropped that reference to supply shocks, and instead noted that consumer and business spending “has been resilient.”</p><p>And at his news conference Wednesday afternoon, Warsh said, “our judgment about ... the geopolitical situation has changed.”</p><p>Gas prices, meanwhile, have continued their steady march higher, reaching $4.44 a gallon Thursday, according to AAA. That's 38 cents higher than a month ago. Diesel prices have hit record highs at $6.40, which will push up shipping costs for many types of goods.</p><p>The Fed thinks the economy can take it</p><p>Whenever the Fed increases interest rates, it raises concerns that higher borrowing costs will ultimately weigh down the economy so much that a recession results. Yet Warsh emphasized that the economy is healthy and has continued to grow despite repeated blows from things like higher gas prices, tariffs, and higher interest rates.</p><p>“Our decision comes at a time when the American economy appears to be strengthening,” Warsh said. “New hiring, private-sector earnings, business capital investment — each of these markers has improved in recent months and is pointing in a good direction.</p><p>“Consider the geopolitical landscape of shocks and uncertainty, and you begin to appreciate the resilience of the U.S. economy,” he added.</p><p>Bigger paychecks sought</p><p>While the economy may be showing signs of acceleration, stubborn inflation has eroded Americans' take-home pay. Inflation has now risen faster, on a yearly basis, than average incomes for five months, making it harder for Americans to afford necessities such as gas, food, and rent.</p><p>Warsh said the “least well-off” have the “most to gain” from steady growth and stable prices.</p><p>If the Fed can get inflation to its 2% goal, when Americans “get their wages, they can put their head above water and deliver real take home pay increases,” Warsh said.</p><p>Trump attacks on Fed are misguided, economists say</p><p>President Donald Trump renewed his criticisms of the Fed Wednesday night and called for much lower interest rates, but did not attack Warsh, whom he appointed as chairman earlier this year. That's a big change from Warsh's predecessor, Jerome Powell, who was the subject of repeated personal attacks from Trump, as well as a criminal investigation, which was later dropped.</p><p>“The board is very hostile. They’re very political. They’re doing the wrong thing. They’re a bunch of politicians,” Trump said, referring to the 12 Fed officials on the central bank's rate-setting committee. “They’re raising rates to make Trump do as bad as they can possibly do.”</p><p>Yet economists argue Trump's criticisms are misguided. They note that beyond the Fed, there are multiple reasons why longer-term interest rates have jumped in the past two months. The 10-year Treasury, for instance, strongly influences mortgage rates and this week topped 5% for the first time since 2023. Meanwhile, the weekly average rate on a 30-year fixed-rate home loan climbed to just below 7% — its highest level in over 19 months.</p><p>Wall Street investors are demanding higher rates to hold bonds, partly because inflation remains elevated. Investors need higher interest rates to offset the impact of higher prices.</p><p>Surging investment in AI data centers has also lifted borrowing costs as large tech firms have issued hundreds of billions of dollars in bonds to finance the buildout. The flood of bonds has also pushed up rates.</p><p>Warsh also cited stronger economic growth, which typically raises interest rates as more businesses expect higher returns from new projects so they step up their borrowing to expand.</p><p>But Warsh did not mention another driver of rising interest rates that many economists point to: High and accumulating U.S. government debt, which recently topped $40 trillion and has grown sharply under Trump. Nor did he cite tariffs, something his predecessor, Powell, frequently highlighted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CDFBOK5NEFMFF3FRSLDKLFZNYI.jpg?auth=9895a79915397e17c40e5205bffd07de35004cb492ae44b5f71548089e0fd81f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Chairman Kevin Warsh speaks during a news conference at the Federal Reserve in Washington, Wednesday, Sept. 16, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NDHSZ7FKYFTR2PFCLDPFOGOSA.jpg?auth=bdb34bec55709f95921edb36a5740ceca6164aee2245ca00dac70825bc341824&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Chairman Kevin Warsh speaks during a news conference at the Federal Reserve in Washington, Wednesday, Sept. 16, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5EEKUFY753XPN7VYQKNPXYUL2Q.jpg?auth=7eab83c9659b99633ada0011246811695b7835cdda9686d484874f11b94a8aa8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Chairman Kevin Warsh speaks during a news conference at the Federal Reserve in Washington, Wednesday, Sept. 16, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3XK23XXPX2Y54Z6XV2R7GXLRA.jpg?auth=270df46e5e70798ed6f4ffac7e282e95446206d5a217fc42a5f8aa02d616ecbb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Board Chairman Kevin Warsh leaves after speaking at a news conference at the Federal Reserve in Washington, Wednesday, Sept. 16, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GKCJ75WGXNLOREUQCE2QSUYY3Q.jpg?auth=3fadf434c306155e9d62326e0792eed9bf8320a8cae80e5e887ad03ad5797a39&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Screens display a news conference held by Federal Reserve chairman Kevin Warsh on the floor of the New York Stock Exchange in New York, Wednesday, Sept. 16, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Condenan a hombre acusado de abusar sexualmente de niña en Lowe’s de Hialeah, es delincuente convicto con antecedentes de décadas]]></title><link>https://www.local10.com/espanol/2026/09/17/condenan-a-hombre-acusado-de-abusar-sexualmente-de-nina-en-lowes-de-hialeah-es-delincuente-convicto-con-antecedentes-de-decadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/condenan-a-hombre-acusado-de-abusar-sexualmente-de-nina-en-lowes-de-hialeah-es-delincuente-convicto-con-antecedentes-de-decadas/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Un delincuente convicto de 65 años, acusado recientemente de abusar sexualmente de una niña de 4 años en un Lowe’s de Hialeah, tiene antecedentes penales que se remontan a más de dos décadas en el condado Miami-Dade, según muestran los registros.]]></description><pubDate>Thu, 17 Sep 2026 18:03:01 +0000</pubDate><content:encoded><![CDATA[<p>Un delincuente convicto de 65 años, acusado recientemente de abusar sexualmente de una niña de 4 años en un Lowe’s de Hialeah, tiene antecedentes penales que se remontan a más de dos décadas en el condado Miami-Dade, según muestran los registros.</p><p>Agentes de la policía de Hialeah arrestaron a Jose Cremades en 2002, 2012 y 2016, y agentes de la Oficina del Sheriff de Miami-Dade lo arrestaron en 2019 y 2022, según registros judiciales. Los fiscales presentaron cargos de hurto mayor en tercer grado en los cinco casos.</p><p>Cremades fue declarado culpable en cuatro de los cinco casos y sentenciado a libertad condicional, según registros judiciales. Su período de libertad condicional más reciente terminó el 25 de julio de 2024. El martes, volvió a estar tras las rejas.</p><p>La niña de 4 años dijo a su madre el sábado que “el hombre mayor que había estado junto a ella en el Lowe’s ubicado en 1650 West 37th St. la había tocado” después de que “le levantó la falda”, según el reporte de arresto de un agente de policía.</p><p>El martes, durante una entrevista forense en el Kristi House Children’s Advocacy Center, la niña dijo que Cremades “usó sus dedos para meterlos debajo de su vestido y tocarla varias veces”, escribió un agente de policía, según el reporte.</p><p>“Estamos haciendo todo lo posible para ayudar a las autoridades locales”, escribió un portavoz de Lowe’s en un comunicado el miércoles.</p><p>Videos de vigilancia mostraron a Cremades “agachado” junto a una exhibición de mercancía donde estaba la niña de 4 años antes de que ella corriera hacia su madre, y “caminando detrás” de otras dos niñas “mientras se desplazaban por la tienda”, según el reporte de un agente de policía.</p><p>La madre de la niña dijo a los agentes que ella y su hija de 4 años habían asistido al taller infantil de la tienda y que estaba pagando una compra en la caja cuando su hija se alejó de su lado, según el reporte policial.</p><p>Agentes de la policía de Hialeah arrestaron a Cremades el martes y fiscales de Miami-Dade presentaron tres nuevos casos en su contra el miércoles. Dos de los casos fueron por hurto menor y el otro por abuso lascivo y lujurioso.</p><p>Cremades compareció el miércoles ante la jueza del Circuito del Condado Miami-Dade Mindy S. Glazer. La jueza le negó la fianza y le ordenó mantenerse alejado de la tienda Lowe’s de Hialeah y de la víctima del caso de abuso lascivo y lujurioso.</p><p>Cremades, quien nació en Cuba y vive cerca de O’Quinn Park en Hialeah, permanecía el jueves en el Centro de Detención Metrowest con una orden de retención del Servicio de Inmigración y Control de Aduanas de Estados Unidos, según muestran registros policiales y de reclusos.</p><p>La jueza del Circuito del Condado Miami-Dade Laura A. Stuzin presidía el caso de delito grave por abuso lascivo y lujurioso. La jueza del Circuito del Condado Michelle Roth presidía los casos de delitos menores por hurto.</p><p><b>Reporte relacionado: </b><a href="https://www.local10.com/espanol/2026/09/16/acusan-a-hombre-de-abusar-de-nina-en-lowes-de-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/16/acusan-a-hombre-de-abusar-de-nina-en-lowes-de-hialeah/">Hombre comparece ante tribunal acusado de abusar sexualmente de niña de 4 años en Hialeah</a></p>]]></content:encoded></item><item><title><![CDATA[Man accused of sexually abusing girl at Lowe’s in Hialeah is convicted felon with record going back decades]]></title><link>https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girl-at-lowes-in-hialeah-is-convicted-felon-with-record-going-back-to-2002/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/man-accused-of-sexually-abusing-girl-at-lowes-in-hialeah-is-convicted-felon-with-record-going-back-to-2002/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[A 65-year-old convicted felon recently accused of sexually abusing a 4-year-old girl at a Lowe’s in Hialeah has a criminal record going back over two decades in Miami-Dade County, records show. ]]></description><pubDate>Thu, 17 Sep 2026 16:59:34 +0000</pubDate><content:encoded><![CDATA[<p>A 65-year-old convicted felon recently accused of sexually abusing a 4-year-old girl at a Lowe’s in Hialeah has a criminal record going back over two decades in Miami-Dade County, records show. </p><p><a href="https://www.local10.com/espanol/2026/09/17/condenan-a-hombre-acusado-de-abusar-sexualmente-de-nina-en-lowes-de-hialeah-es-delincuente-convicto-con-antecedentes-de-decadas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/condenan-a-hombre-acusado-de-abusar-sexualmente-de-nina-en-lowes-de-hialeah-es-delincuente-convicto-con-antecedentes-de-decadas/">Leer en español</a></p><p>Hialeah police officers arrested Jose Cremades in 2002, 2012, and 2016, and Miami-Dade Sheriff’s Office deputies arrested him in 2019 and 2022, according to court records. Prosecutors filed third-degree grand theft charges in all five cases. </p><p>Cremades was convicted in four of the five cases and sentenced to probation, according to court records. His most recent probation ended on July 25, 2024. On Tuesday, he was back behind bars. </p><p>The 4-year-old girl told her mother on Saturday that ″the old man who had been next to her at the Lowe’s at 1650 West 37th St., had touched her” after he “lifted her skirt,” according to a police officer’s arrest report. </p><p>On Tuesday, during a forensic interview at the Kristi House Children’s Advocacy Center, the girl said Cremades “used his fingers to reach under her dress and touch ... several times,” a police officer wrote, according to the report. </p><p>“We are doing everything we can to assist local law enforcement,” a spokesperson for Lowe’s wrote in a statement on Wednesday. </p><p>Surveillance videos showed Cremades “crouched down” at a merchandise display where the 4-year-old girl was before she ran toward her mother, and “walking behind” two other girls, “as they moved through the store,” according to a police officer’s report. </p><p>The girl’s mother told police officers she and her 4-year-old daughter had attended the store’s kids workshop, and she was paying for a purchase at the register when her daughter left her side, according to the police report. </p><p>Hialeah police officers arrested Cremades on Tuesday, and Miami-Dade prosecutors filed three new cases against him on Wednesday. Two of the cases were petit theft, and the other was for lewd and lascivious molestation. </p><p>Cremades appeared before Miami-Dade County Circuit Judge Mindy S. Glazer on Wednesday. She denied him bond and ordered him to stay away from the Lowe’s store in Hialeah and the victim of the lewd and lascivious molestation case. </p><p>Cremades, who was born in Cuba and lives near O’Quinn Park in Hialeah, was at the Metrowest Detention Center on Thursday with a U.S. Immigration and Customs Enforcement’s hold, police and inmate records show. </p><p>Miami-Dade County Circuit Judge Laura A. Stuzin was presiding over the felony lewd and lascivious molestation case. County Circuit Judge Michelle Roth was presiding over the misdemeanor theft cases. </p><p><b>Related report:</b> <a href="https://www.local10.com/news/local/2026/09/16/man-appears-in-court-accused-of-sexually-abusing-4-year-old-girl-in-hialeah/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/16/man-appears-in-court-accused-of-sexually-abusing-4-year-old-girl-in-hialeah/">Man appears in court accused of sexually abusing 4-year-old girl in Hialeah</a></p>]]></content:encoded></item><item><title><![CDATA[Man accused of ties to bin Laden and tortured after 9/11 has 20-year Guantanamo detention reviewed]]></title><link>https://www.local10.com/news/politics/2026/09/17/man-accused-of-ties-to-bin-laden-and-tortured-after-911-has-20-year-guantanamo-detention-reviewed/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/17/man-accused-of-ties-to-bin-laden-and-tortured-after-911-has-20-year-guantanamo-detention-reviewed/</guid><dc:creator><![CDATA[By BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[FORT MEADE, Md. (AP) — A man initially accused of being a high-profile al-Qaida figure and who was tortured in CIA custody appeared Thursday at a hearing to review his detention at the U.S. military prison at Guantanamo Bay, Cuba, where he has been held for 20 years without charges.]]></description><pubDate>Thu, 17 Sep 2026 18:14:35 +0000</pubDate><content:encoded><![CDATA[<p>FORT MEADE, Md. (AP) — A man initially accused of being a high-profile al-Qaida figure and who was tortured in CIA custody appeared Thursday at a hearing to review his detention at the U.S. military prison at Guantanamo Bay, Cuba, where he has been held for 20 years without charges.</p><p>A U.S. government official said Abu Zubaydah, who wore a neatly trimmed beard and glasses, had “probably” served as one of Osama bin Laden's most trusted facilitators. The roughly 20-minute hearing offered rare visibility into the secretive military court proceedings of a suspect who had been tortured at CIA black sites during the U.S. war on terrorism and whose case still has not been resolved 25 years after the attacks of Sept. 11, 2001.</p><p>Zubaydah's unidentified government-assigned representative and his private attorney, Annika Conrad, both acknowledged he had known bin Laden, the 9/11 mastermind. But they said Zubaydah was never a member of the militant group that bin Laden founded.</p><p>Conrad argued that Zubaydah poses no security threat to the United States and that it can no longer justify his detention. She said Zubaydah should be approved for transfer out of Guantanamo, which would kick off a multiyear process that includes finding a country to accept him.</p><p>Lawyer describes lasting injuries from torture and says Zubaydah could be monitored if released</p><p>Conrad said Zubaydah is prepared to accept a range of security measures, including continuous monitoring. Conrad said he has the financial and personal support of his family, has rejected any extremist views “and simply wants to live a life of peace.”</p><p>She also argued that a chief military prosecutor for U.S. Military Commissions, which oversees the 15 men still held at Guantanamo Bay, has said that it is unlikely that Zubaydah will be charged. The Office of Military Commissions declined to comment.</p><p>Zubaydah's attorney said the most the government can offer is a “probable association” to bin Laden after more than two decades and noted that Zubaydah declined a direct request from bin Laden to work for al-Qaida.</p><p>Conrad also cited the torture that Zubaydah experienced, describing him as “a greatly injured man” who lost his left eye and his ability to write in English and “frequently struggles to recall words.”</p><p>Zubaydah’s detention is being reviewed by a U.S. government panel of senior defense, intelligence and homeland security officials. The Periodic Review Board was created under the Obama administration to evaluate prisoners and determine if they could be released without posing a threat to national security.</p><p>The review panel did not immediately decide on the case</p><p>The review panel issued no immediate ruling Thursday. A live video feed of the unclassified portion of his hearing at Guantanamo was made available to reporters at Fort Meade, an Army base in Maryland.</p><p>Detainees are not permitted to speak at their review hearings, and Zubaydah sat in silence next to his attorney and the government representative. Dressed in a gray suit jacket and patterned gray tie, he often pressed his left index finger to his left temple or fidgeted with something in his hands. A worn-looking book sat in front of him.</p><p>Zubaydah’s lawyers, Conrad and Ahmed Almudallal, said in a statement before the hearing that he may never face charges.</p><p>“For the first time in over two decades, the military’s Chief Prosecutor believes it is unlikely our client will ever be charged,” the attorneys said. “This is a major change in circumstances that warrants he be cleared for transfer.”</p><p>Almudallal and Conrad said Zubaydah has "no intent to engage in violence against the United States in the future.”</p><p>“Now, at 55 years old, he’s eager to re-connect with his family and live out the rest of his days as a free person,” they said. “Twenty-four years in prison plus being ‘patient zero’ in the US government’s torture program has been punishment enough.”</p><p>He was first in the CIA's ‘enhanced interrogation’ program after 9/11</p><p>Zubaydah was thought to be a high-ranking member of al-Qaida when he was captured in Pakistan in 2002. A Palestinian born in Saudi Arabia, Zubaydah was tortured abroad before being transferred to the Guantanamo in 2006.</p><p>The U.S. later dropped the claim that Zubaydah was one of the most senior figures in al-Qaida, although it has continued to regard him as a security risk. Zubaydah’s lawyers have repeatedly said over the years that he was not an al-Qaida member and point to waterboarding and other harsh treatment he experienced in the early 2000s.</p><p>Zubaydah was the first person in the CIA’s detention and interrogation program following 9/11 and subjected to what is now widely viewed as torture. He was held at CIA black sites in Poland and Lithuania, according to the European Court of Human Rights.</p><p>Zubaydah was waterboarded more than 80 times in a month at one point and confined over 11 days in a coffin-size box, among a raft of other mistreatment, a Senate report found.</p><p>In 2022, the Supreme Court dismissed a lawsuit by Zubaydah, who was seeking testimony from two former CIA contractors as part of an investigation into his treatment when he was held in Poland. The court rejected his case because the government said it would expose state secrets, despite much of the information having been widely reported.</p><p>In January, a lawyer for Zubaydah said the British government had agreed to pay a “substantial sum” to settle a lawsuit that said U.K. intelligence agencies were complicit in his torture. Attorney Helen Duffy said the confidential settlement was symbolically and practically significant for the “intolerable suffering” that Zubaydah endured.</p><p>A British parliamentary committee found in 2018 that U.K. security and intelligence services were aware Zubaydah was being tortured but continued to provide questions for the CIA to ask him without seeking assurances of his condition.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5X2MSVCBL2ZDOJZDER7BKXZELM.jpg?auth=53c9364bf91c4cf30ea957ae18f6fd3c326930e59c2ef5853b231b53cbea7d22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated file photo provided by U.S. Central Command, shows Abu Zubaydah, date and location unknown. (U.S. Central Command via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RU5DUYESJWT26CPKMMB4WEHLRE.jpg?auth=022b60648c6f976d66b361db998186849c6f235c3164fde89c8bf923e070ba1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this photo reviewed by U.S. military officials, the Office of Military Commissions building used for Periodic Review Board hearings is seen, April 18, 2019, in Guantanamo Bay Naval Base, Cuba. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Cierran Plantation High School tras gran pelea y reporte de persona armada, dice la policía]]></title><link>https://www.local10.com/espanol/2026/09/17/cierran-plantation-high-school-tras-gran-pelea-y-reporte-de-persona-armada-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/cierran-plantation-high-school-tras-gran-pelea-y-reporte-de-persona-armada-dice-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Plantation High School fue puesta bajo cierre este jueves después de una gran pelea y un reporte de una persona armada con una pistola, informó el Departamento de Policía de Plantation en un aviso publicado en Facebook.]]></description><pubDate>Thu, 17 Sep 2026 17:14:52 +0000</pubDate><content:encoded><![CDATA[<p>Plantation High School fue puesta bajo cierre este jueves después de una gran pelea y un reporte de una persona armada con una pistola, informó el Departamento de Policía de Plantation en un aviso <a href="https://www.facebook.com/share/p/14o94Sh8h84/" target="_blank" rel="noreferrer" title="https://www.facebook.com/share/p/14o94Sh8h84/">publicado en Facebook</a>.</p><p>Agentes acudieron a la escuela, ubicada en 6901 NW 16th St., y estaban registrando activamente el campus, informó la policía.</p><p>Dijeron que se estableció un perímetro alrededor de la escuela y que no se permitía que nadie entrara ni saliera del área mientras se realizaba la búsqueda.</p><p>El departamento de policía no proporcionó detalles adicionales en el aviso sobre el arma reportada ni informó si alguna persona resultó herida.</p><p><i>Esta es una noticia en desarrollo. Vea Local 10 News o actualice la página para conocer las últimas novedades.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BU5IKVPL4VHA7KUBYDBISP7GEI.jpeg?auth=a563f274ff535b7176383aebc733e796925c3159816822cc2c6b2fafbd4131fb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump withdraws Lance Schroyer, a former Oklahoma state trooper, as his nominee to lead ICE]]></title><link>https://www.local10.com/news/politics/2026/09/17/trump-withdraws-lance-schroyer-a-former-oklahoma-state-trooper-as-his-nominee-to-lead-ice/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/17/trump-withdraws-lance-schroyer-a-former-oklahoma-state-trooper-as-his-nominee-to-lead-ice/</guid><dc:creator><![CDATA[By THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The White House said Thursday that it was withdrawing its nomination of Lance Schroyer, a former Oklahoma state trooper, to lead U.S. Immigration and Customs Enforcement, ensuring that an agency at the forefront of President Donald Trump’s domestic agenda will remain without a Senate-confirmed leader for at least a while longer.]]></description><pubDate>Thu, 17 Sep 2026 17:56:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The White House said Thursday that it was withdrawing its nomination of Lance Schroyer, a former Oklahoma state trooper, to lead U.S. Immigration and Customs Enforcement, ensuring that an agency at the forefront of President Donald Trump’s domestic agenda will remain without a Senate-confirmed leader for at least a while longer.</p><p>Schroyer is close to Homeland Security Secretary Markwayne Mullin, a former U.S. senator from Oklahoma. He has little experience with immigration.</p><p>The White House offered no comment in a brief statement. When he nominated Schroyer in June, Trump said on his Truth Social platform that his pick was “a PATRIOT with real operational experience” and a “proven leader with DECADES of experience locking up the worst of the worst.”</p><p>ICE has not had a Senate-confirmed leader since the Obama administration. David Venturella returned to the agency as acting director earlier this year after Todd Lyons resigned.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTNHVJ7KPBPNLK47JO7I277QQA.jpg?auth=02496c6d37e945791f3e21b30a6628faf1a5787bd888c77ddb220b3cc9d1af42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a campaign rally at the Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content></item><item><title><![CDATA[MDSO: Mother charged after child found ‘covered in scars’ from phone charging cord]]></title><link>https://www.local10.com/news/local/2026/09/17/mdso-mother-charged-after-child-found-covered-in-scars-from-phone-charging-cord/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/mdso-mother-charged-after-child-found-covered-in-scars-from-phone-charging-cord/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A South Florida mother is facing charges over allegedly abusing her 10-year-old daughter. ]]></description><pubDate>Thu, 17 Sep 2026 14:31:32 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida mother is facing charges over allegedly abusing her 10-year-old daughter. </p><p><a href="https://www.local10.com/espanol/2026/09/17/mdso-acusan-a-madre-luego-de-que-encontraran-a-nina-cubierto-de-cicatrices-causadas-con-cable-de-cargador-de-telefono/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/mdso-acusan-a-madre-luego-de-que-encontraran-a-nina-cubierto-de-cicatrices-causadas-con-cable-de-cargador-de-telefono/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said they took 42-year-old Ketsia Pierre Paul of northwest Miami-Dade into custody on Monday. </p><p>According to investigators, officials at the girl’s school contacted the Department of Children and Families after observing “multiple marks on her neck, arms and chest which appeared to be burn marks.” </p><p>Authorities had the girl examined by the Child Protection Team, who advised deputies the girl was “covered in scars, scarred abrasions, and a keloid scar, which were consistent with being hit with a telephone charging cord.”</p><p>When detectives spoke with the girl, they said she told them she was being abused at home “almost daily” with a phone charging cord, but was afraid to say who her abuser was, only that her abuser’s name started with the letter “K”.</p><p>Deputies wrote in Pierre Paul’s arrest report that she was the only person who lived with the girl whose name began with the letter “K”. </p><p>When investigators spoke with Pierre Paul, she admitted to seeing the injuries on the child, but said she “never sought out medical attention or to inquire who was harming her child,” according to her arrest report. </p><p>Jail records show she is facing felony charges of aggravated child abuse with great bodily harm and child neglect with great bodily harm. </p><p>As of Thursday afternoon, Pierre Paul was being held at the Turner Guilford Knight Correctional Center on a $7,500 bond. </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/VM3MT5OLM5HWTEFNFGFJPNUUEI.jpg?auth=bd0988d30774ecff9715401dc349cd0ab5ccbe669eb73094ee6f2c79145f8990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[ICE officer charged in non-fatal shooting arrested by Minnesota authorities]]></title><link>https://www.local10.com/news/national/2026/09/17/ice-officer-charged-in-non-fatal-shooting-arrested-by-minnesota-authorities/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/ice-officer-charged-in-non-fatal-shooting-arrested-by-minnesota-authorities/</guid><dc:creator><![CDATA[By TIM SULLIVAN and RUSS BYNUM, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — A federal immigration officer charged with shooting and wounding a Venezuelan man in January and lying about the circumstances to investigators was to appear Thursday before a Minnesota judge after state authorities arrested him ahead of a separate hearing in federal court.]]></description><pubDate>Thu, 17 Sep 2026 17:23:32 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — A federal immigration officer charged with shooting and wounding a Venezuelan man in January and lying about the circumstances to investigators was to appear Thursday before a Minnesota judge after state authorities arrested him ahead of a separate hearing in federal court.</p><p>Immigration and Customs Enforcement officer Christian Castro faces state and federal charges stemming from the shooting of Julio Ceasar Sosa-Celis during a federal immigration crackdown in the Minneapolis area. Prosecutors say Castro falsely told investigators that he had been attacked with a broom and a shovel.</p><p>The Minnesota Bureau of Criminal Apprehension said in a social media post that it arrested Castro on Wednesday in downtown Minneapolis on an outstanding warrant charging him with assault and false reporting of a crime. The arrest followed a dispute between Minnesota authorities and Texas' governor over Minnesota's attempts to extradite Castro from his home state to face the state charges.</p><p>Castro remained jailed without bond in Hennepin County on Thursday awaiting an afternoon hearing in a state court.</p><p>Castro is also scheduled to appear Friday in U.S. District Court in Minneapolis on the separate federal case in which he is charged with making false statements to investigators regarding the same shooting.</p><p>Castro’s defense attorneys in the federal case have said he plans to plead not guilty. Daniel Gerdts, listed in court records as Castro’s defense attorney in the state case, did not immediately return phone and email messages seeking comment Thursday.</p><p>It’s the first Justice Department prosecution of a federal officer for actions taken during this year’s massive Operation Metro Surge, which brought thousands of agents to the Twin Cities and led to sweeping protests, arrests and the fatal shootings of two U.S. citizens by federal officers.</p><p>In both the federal and state cases against Castro, prosecutors say he shot 24-year-old Sosa-Celis in the leg while firing through the front door of a Minneapolis home. They say Castro later falsely reported he had been attacked with a broom handle and a snow shovel before firing his gun.</p><p>Minnesota authorities have battled with President Donald Trump's administration over who should handle any charges against Castro. The Department of Homeland Security has called Minnesota’s prosecution of Castro “unlawful and nothing more than a political stunt,” saying only federal authorities have jurisdiction.</p><p>Minnesota charged Castro months before his federal indictment. He was arrested in Texas in May on the Minnesota charges. But Texas Gov. Greg Abbott last month refused to sign an extradition warrant to hand him over to Minnesota authorities. He was released in Texas and soon after was indicted on the federal charges. He then turned himself in to federal authorities and returned to Minnesota on his own.</p><p>___</p><p>Bynum reported from Savannah, Georgia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPQXEHEMQDER3HZIBPJZNTAC44.jpg?auth=907c5640041d8c1e3169033527ff951566af4585ed92f6be48080a727ee41436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Immigration and Customs Enforcement officer Christian Castro gets into a car surrounded by news reporters moments after being released from the Carrizalez-Rucker Cameron County Detention Center in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content></item><item><title><![CDATA[Knicks pause ticket sales after error caused them to be listed at prices too high]]></title><link>https://www.local10.com/sports/2026/09/17/knicks-pause-ticket-sales-after-error-caused-them-to-be-listed-at-prices-too-high/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/knicks-pause-ticket-sales-after-error-caused-them-to-be-listed-at-prices-too-high/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The New York Knicks said Thursday they are pausing ticket sales after an error caused them to be listed for amounts that were too high.]]></description><pubDate>Thu, 17 Sep 2026 17:34:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The New York Knicks said Thursday they are pausing ticket sales after an error caused them to be listed for amounts that were too high.</p><p>The NBA champions put individual game tickets for the 2026-27 season on sale this week. The get-in price for the Oct. 20 season opener against Philadelphia was more than $1,000.</p><p>“We are pausing Knicks individual ticket sales due to a mistake in our pricing. We are rolling back to last year’s prices plus an average increase of 12%. We will restart sales with new prices shortly, and anyone who already purchased individual tickets will be refunded the difference," Madison Square Garden Sports said in a statement.</p><p>There is generally a ticket increase after seasons when the Knicks made the playoffs. Owner James Dolan has not raised them when the team does not.</p><p>“Our intention was never to overcharge our loyal fans, and we thank everyone for their support of the Knicks and their patience as we get this right,” MSG said.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KNWM44WIBWLLKO2FIK2BL3ON2A.jpg?auth=63683f44585793f25af8cb69fd0627189f74b63f4f06bc4bfdc75a23e3d41ed0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Knicks guard Landry Shamet (44) brings the ball up the court against San Antonio Spurs guard Devin Vassell (24) during the second half of Game 3 of the NBA Finals basketball series, June 8, 2026, in New York. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FQEXPFJAVSQHHUM4UV4H43QVKU.jpg?auth=7e3ddb74f240f7e527fcb74396ff5692a92811e6818648b8adf318e868a1f240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New York Knicks' Jalen Brunson, left, goes up for a shot against Philadelphia 76ers' Paul George during the first half of Game 4 in a second-round NBA basketball playoffs series, May 10, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[National Book Awards: Marlon James, Louise Erdrich and Karl Ove Knausgaard make long lists]]></title><link>https://www.local10.com/entertainment/2026/09/17/national-book-awards-marlon-james-louise-erdrich-and-karl-ove-knausgaard-make-long-lists/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/national-book-awards-marlon-james-louise-erdrich-and-karl-ove-knausgaard-make-long-lists/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Marlon James' “The Disappearers,” his deeply personal novel about the persecution and perseverance of gay men in Jamaica in the 1980s, is among the nominees on the long lists for the National Book Awards.]]></description><pubDate>Thu, 17 Sep 2026 17:09:36 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Marlon James' “The Disappearers,” his deeply personal novel about the persecution and perseverance of gay men in Jamaica in the 1980s, is among the nominees on the long lists for the National Book Awards.</p><p>Other works cited this week by National Book Foundation judges include a story collection by Louise Erdrich, the latest novel from Norway's Karl Ove Knausgaard and a middle grade novel by Chanel Miller.</p><p>The foundation released lists of 10 nominees in five competitive categories: fiction, nonfiction, poetry, books in translation and young people's literature. Judges will pare the finalists to five in each category, to be announced Oct. 6. Winners will be revealed during a Nov. 18 ceremony in Manhattan, when honorary medals will be presented to Salman Rushdie for Distinguished Contribution to American Letters and Perri Klass for Outstanding Service to the American Literary Community.</p><p>James' novel, which also was on the long list for the Booker Prize, is a fiction nominee for the National Book Award, with others including Erdrich's “Python's Kiss,” Edwidge Danticat's “Dèy,” Valeria Luiselli's “Beginning Middle End” and Alexander Maksik's “Passengers.”</p><p>Miller, whose other books include her acclaimed memoir about being a victim of sexual assault, “Know My Name," is a young adult nominee for “The Moon Without Stars.”</p><p>Knausgaard's “The School of Night,” translated from the Norwegian by Martin Aitken, is on the translation long list, along with Taiwanese author Ping Lu's “To the East of the East” and Indonesian Intan Paramaditha's “Night of a Thousand Hells,” among others.</p><p>Nonfiction nominees include Colin Asher's “The Midnight Special: The Secret Prison History of American Music” and Camonghne Felix's “Let the Poets Govern: A Declaration of Freedom.” Layli Long Soldier's “We,” Victoria Chang's “Tree of Knowledge” and Richie Hofmann's “The Bronze Arms” were among the poetry nominees.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZWGM5ZVAPOLEAGB2EY6TMDUDE.jpg?auth=7fdf3be34e2d158714bfbf3144c7c4e3a74357ccda4b00105cc5de8a81287666&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of book cover images show "The Disappearers" by Marlon James, left, "Beginning Middle End" by Valeria Luiselli, center, and "Dèy" by Edwidge Danticat. ( Riverhead/Knopf/Knopf via AP)]]></media:description></media:content></item><item><title><![CDATA[NHL star Alex Ovechkin says he's 'for peace and love' after appearing in ad for Putin-aligned party]]></title><link>https://www.local10.com/sports/2026/09/17/nhl-star-alex-ovechkin-says-hes-for-peace-and-love-after-appearing-in-ad-for-putin-aligned-party/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/nhl-star-alex-ovechkin-says-hes-for-peace-and-love-after-appearing-in-ad-for-putin-aligned-party/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Va. (AP) — Alex Ovechkin says he's “for peace and love" after the Russian hockey star appeared in an ad for a party aligned with Vladimir Putin during the offseason.]]></description><pubDate>Thu, 17 Sep 2026 16:57:22 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Va. (AP) — Alex Ovechkin says he's “for peace and love" after the Russian hockey star appeared in an ad for a party aligned with Vladimir Putin during the offseason.</p><p>The video for the United Russia party came to light this week, days before Ovechkin's Washington Capitals held their annual media day Thursday. The NHL's career goal-scoring leader is back with the Capitals for a 22nd season.</p><p>Ovechkin is seen in the commercial standing behind Russian Foreign Minister Sergey Lavrov. Longtime Soviet hockey star Viacheslav Fetisov also participated.</p><p>“I’m Russian, and I support my country," Ovechkin said Thursday. "I’m for peace and love, and I hope in the world it doesn’t matter who you are, I hope everybody understands everybody wants peace, and everybody hope everything’s going to be OK in the world.”</p><p>Ovechkin said he did not hesitate to participate in the ad.</p><p>“They asked me to do that. I say yes," he said. "So it’s as simple as that.”</p><p>Ovechkin previously voiced support for the Russian president in 2017 when he started a social movement called the “Putin Team.” At the time, he told reporters from the AP and The Washington Post, “I just support my country."</p><p>When Russia invaded Ukraine in February 2022, Ovechkin said, “Please, no more war,” when asked about the situation. Asked then about his relationship with Putin, Ovechkin said: “He’s my president, but I’m not in politics. I’m an athlete.”</p><p>Russia’s parliamentary election this week features United Russia, plus nine others that all support Putin’s policies. The only party that opposed the war in Ukraine has been barred from the ballot.</p><p>Ovechkin, who turned 41 on Thursday, confirmed he plans to live in Russia when he retires from the NHL.</p><p>“I’m going to stay there. I’m going to live there, my kids are going to live there, family. So I’m for peace and love, and I hope everything’s going to be OK,” Ovechkin said. “My home is Russia. DC is my second home. I have lots of friends. I grew up here as a person and I love DC. This is my second home. So I hope everything’s going to be OK, and how I said — peace and love for everybody.”</p><p>There was speculation last season would be Ovechkin's last, but he chose to stay with the Capitals for at least another year — and he remains noncommital about what the future might hold after 2026-27.</p><p>“I'm focusing right now on training camp,” Ovechkin said. “I have to make the team.”</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2VR6WDNITC2OZI25NZJXGPOJRA.jpg?auth=3b9cd926647f4e579b0f108891cfe49ca402aa029662eda0bbaa6e58f8f6ae98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Washington Capitals left wing Alex Ovechkin reacts after he was named the first star after an NHL hockey game against the Pittsburgh Penguins, April 12, 2026, in Washington. (AP Photo/Nick Wass, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Fuertes lluvias e inundaciones en el norte de Vietnam anegan casas y afectan economía]]></title><link>https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-e-inundaciones-en-el-norte-de-vietnam-anegan-casas-y-afectan-economia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-e-inundaciones-en-el-norte-de-vietnam-anegan-casas-y-afectan-economia/</guid><dc:creator><![CDATA[Por ANIRUDDHA GHOSAL, Associated Press]]></dc:creator><description><![CDATA[HANOI, Vietnam (AP) — Fuertes lluvias provocaron inundaciones en partes del norte de Vietnam el jueves, lo que interrumpió los desplazamientos, anegó viviendas y elevó ríos a niveles peligrosos, informaron las autoridades y los medios estatales.]]></description><pubDate>Thu, 17 Sep 2026 16:50:10 +0000</pubDate><content:encoded><![CDATA[<p>HANOI, Vietnam (AP) — Fuertes lluvias provocaron inundaciones en partes del norte de Vietnam el jueves, lo que interrumpió los desplazamientos, anegó viviendas y elevó ríos a niveles peligrosos, informaron las autoridades y los medios estatales.</p><p>Esta semana ha llovido en el norte y el centro-norte de Vietnam, y algunas zonas han recibido más de 50 centímetros (19,7 pulgadas), según el departamento de prevención de desastres.</p><p>Más de 2.000 viviendas han quedado sumergidas, muchas rutas están bloqueadas y más de 1.000 hogares han quedado aislados. Las provincias de Ninh Binh y Thanh Hoa, que incluyen zonas de llanura y colinas al sur de la capital, Hanói, están entre las más afectadas.</p><p>Vietnam figura entre los países del mundo más vulnerables al cambio climático y es propenso a las inundaciones. Una serie de tormentas severas el año pasado impulsó al país a buscar nuevas formas de prepararse para las inundaciones y gestionarlas.</p><p>En la provincia de Thanh Hoa, los estudiantes tuvieron que quedarse en casa porque las inundaciones impedían el trayecto a la escuela, informaron los medios estatales.</p><p>Las fuertes lluvias e inundaciones han sumergido o dañado unas 10.014 hectáreas (24.745 acres) de arroz y otros cultivos, con las mayores pérdidas reportadas en las provincias de Ninh Binh, Thanh Hoa y Nghe An. También han perecido miles de cabezas de ganado y aves de corral.</p><p>“El diluvio ocurre todos los años”, declaró el residente de Ninh Binh Tran Ngoc Tai a la cadena nacional VTV, y añadió que la gente estaba preparada con agua potable y alimentos.</p><p>Muchas calles de Hanói estaban profundamente inundadas la mañana del jueves, con casi un metro (3,2 pies) de agua en algunos lugares, lo que alteró el tráfico y dificultó a los residentes llegar al trabajo, llevar a los niños a la escuela o salir de sus casas.</p><p>Las precipitaciones desde la noche del miércoles hasta la mañana del jueves superaron los 15 centímetros (5,9 pulgadas) en algunas zonas, informaron los medios estatales.</p><p>Muchas escuelas secundarias y universidades de Hanói permanecieron cerradas o pasaron a clases en línea la tarde del jueves debido a las inundaciones.</p><p>El aumento del caudal del río Bui, en las afueras del suroeste de Hanói, amenazó con inundar viviendas, lo que llevó a las autoridades a desplegar a cientos de soldados para ayudar a los residentes a trasladar sus pertenencias a zonas más elevadas, informaron los medios estatales.</p><p>Una masa de aire frío se desplaza hacia el sur y podría traer fuertes lluvias al sur, incluyendo Ciudad Ho Chi Minh, capital financiera del país, según el Centro Hidrometeorológico Regional del Sur.</p><p>Los meteorólogos pronostican lluvias generalizadas hasta el 21 de septiembre. Las autoridades han advertido sobre inundaciones en zonas bajas y a lo largo de vías fluviales. Ciudad Ho Chi Minh podría recibir de 10 a 20 centímetros (4 a 8 pulgadas) de lluvia, y otros lugares aún más.</p><p>Vietnam sufrió repetidas inundaciones severas en 2025. La tormenta tropical Wipha trajo fuertes lluvias e inundaciones en julio, seguida de más inundaciones y deslizamientos en agosto cuando golpeó la tormenta tropical Kajiki. El tifón Bualoi causó al menos 26 muertos en septiembre. En octubre, las ciudades históricas de Hue y Hoi An, en el centro de Vietnam, se inundaron, junto con gran parte del norte del país.</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. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQGLE3OUTJ3JYPDBGDEU5KLTLQ.jpg?auth=8c513f5fdd8fff7c453e1aaaa821aac1ed063101b8044d77576831c186157460&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las inundaciones en las afueras de Hanoi, Vietnam, el 17 de septiembre del 2026. (Pham Tuan Anh/VNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pham Tuan Anh</media:credit></media:content></item><item><title><![CDATA[Florida Panthers begin 2026 training camp with mix of returning veterans, new faces]]></title><link>https://www.local10.com/sports/local/2026/09/17/florida-panthers-begin-2026-training-camp-with-mix-of-returning-veterans-new-faces/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/17/florida-panthers-begin-2026-training-camp-with-mix-of-returning-veterans-new-faces/</guid><dc:creator><![CDATA[Kacy Hintz, David Dwork]]></dc:creator><description><![CDATA[The Florida Panthers hit the ice on Thursday for their first official training camp practice ahead of the 2026-27 season.]]></description><pubDate>Thu, 17 Sep 2026 16:49:33 +0000</pubDate><content:encoded><![CDATA[<p>The Florida Panthers hit the ice on Thursday for their first official training camp practice ahead of the 2026-27 season.</p><p>Led by head coach Paul Maurice, the Panthers are healthy and excited to get back to their winning ways after suffering through an injury-plagued season a year ago that saw Florida fail to reach the playoffs for the first time since 2019. </p><p>Players were split into two groups during the first day of practice, with many of the team’s expected Opening Night roster going out with group one. </p><p>That included Panthers captain Sasha Barkov, who missed the entire 2025-26 season after suffering a knee injury during his first training camp practice almost exactly one year ago. </p><p>Barkov looked like his usual self during Thursday’s practice, much to the delight of his coaches and teammates. </p><p>One of the new faces on the ice was goaltender Jacob Markstrom. </p><p>He was actually drafted by the Panthers all the way back in 2008 and made his NHL debut in Florida a couple years later, but only played 43 games in a Florida sweater before he was traded to Vancouver in the 2014 deal that brought Roberto Luongo back to the Cats. </p><p>Twelve years and 535 games later, Markstrom is back in South Florida ready to help the team that brought him into the league win another Stanley Cup or two. </p><p>“Ever since I got here over a month ago, I’ve been super impressed with the team and the organization and what (owner) Vinny Viola has done to this franchise, its really impressive,” Markstrom said. </p>]]></content:encoded></item><item><title><![CDATA[Heavy rain brings flooding, difficult travel to Fort Lauderdale]]></title><link>https://www.local10.com/weather/2026/09/17/heavy-rain-brings-flooding-difficult-travel-to-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/17/heavy-rain-brings-flooding-difficult-travel-to-fort-lauderdale/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[Heavy rain-soaked Fort Lauderdale on Thursday morning, leaving water-covered streets and creating difficult travel conditions in some areas as residents navigated the downpour.]]></description><pubDate>Thu, 17 Sep 2026 16:34:10 +0000</pubDate><content:encoded><![CDATA[<p>Heavy rain-soaked Fort Lauderdale on Thursday morning, leaving water-covered streets and creating difficult travel conditions in some areas as residents navigated the downpour.</p><p><a href="https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-provocan-inundaciones-y-dificultan-transito-en-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-provocan-inundaciones-y-dificultan-transito-en-fort-lauderdale/">Leer en español</a></p><p>Umbrellas were a common sight as people waited at bus stops and made their way to work and other morning destinations.</p><p>For some Fort Lauderdale residents, however, the heavy rain can mean more than a wet commute. Rising water can quickly lead to flooding around homes and yards.</p><p>A resident who lives near Northwest 13th Street and Ninth Avenue said rising water can wash out his entire yard during periods of heavy rainfall.</p><p>The downpours also can overwhelm storm drains, causing water to collect on streets and in low-lying areas.</p><p>In some neighborhoods, the flooding began to recede once the rain eased, allowing standing water to drain away.</p><p>Broward County officials said all available vacuum trucks have been deployed to clear stormwater systems and assist with flooding in high-risk areas.</p><p>The county also has pumps ready for use in low-lying areas and said crews will continue flood-control operations throughout 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></item><item><title><![CDATA[Miami rejects proposals — for now — to change use of historic City Hall]]></title><link>https://www.local10.com/news/local/2026/09/17/miami-rejects-proposals-for-now-to-change-use-of-historic-city-hall/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/miami-rejects-proposals-for-now-to-change-use-of-historic-city-hall/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Proposals from the Museum of Miami and Pan American World Airways, LLC to use the historic Miami City Hall building in Coconut Grove have now been formally filed with the city, but a city spokesperson says officials are “not considering a change in use for the Dinner Key facilities at this time.” ]]></description><pubDate>Thu, 17 Sep 2026 15:59:13 +0000</pubDate><content:encoded><![CDATA[<p>Proposals from the Museum of Miami and Pan American World Airways, LLC to use the historic Miami City Hall building in Coconut Grove have now been formally filed with the city, but a city spokesperson told Local 10 News on Thursday that officials are “not considering a change in use for the Dinner Key facilities at this time.” </p><p><a href="https://www.local10.com/espanol/2026/09/17/miami-rechaza-propuestas-por-ahora-para-cambiar-uso-del-historico-ayuntamiento/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/miami-rechaza-propuestas-por-ahora-para-cambiar-uso-del-historico-ayuntamiento/">Leer en español</a></p><p>The proposals come after Miami commissioners <a href="https://www.local10.com/news/local/2026/09/10/miami-wont-abandon-historic-city-hall-in-coconut-grove-this-is-the-peoples-place/" target="_self" rel="" title="https://www.local10.com/news/local/2026/09/10/miami-wont-abandon-historic-city-hall-in-coconut-grove-this-is-the-peoples-place/">voted 4-1 last week</a> to continue using the historic waterfront building at 3500 Pan American Drive for City Commission meetings, even as much of the city government prepares to move to a new administrative complex near Miami Freedom Park.</p><p>The building, constructed in 1933 as a Pan American World Airways seaplane terminal, has served as Miami City Hall since 1954.</p><p>The Museum of Miami and Pan Am had previously pitched potential uses for the site.</p><p>The Museum of Miami proposed preserving the historic terminal while building a dedicated museum nearby. The museum said the site could become a civic campus featuring Miami history, community programming and continued government functions.</p><p>Pan American World Airways, LLC proposed using some offices in the building for its sales, marketing and corporate communications teams while allowing commissioners to continue meeting on the ground floor. The company also proposed incorporating Pan Am memorabilia into the building and, eventually, operating 12-seat, all-electric seaplanes from the waterfront.</p><p>The proposals and renderings have now been submitted to the city as part of letters of intent and formal proposals.</p><p>For now, however, the city says it is not entertaining a different use of the Dinner Key facilities.</p><p>The historic building has been at the center of a debate over how Miami can preserve its architectural and aviation history while accommodating the city’s future administrative needs. Commissioners supporting continued City Hall use have emphasized the building’s civic role and its connection to Miami’s history as an international gateway.</p><p>The Sept. 10 resolution by District 2 Commissioner Damian Pardo called for continued use of the building as City Hall and for regular commission meetings to remain there. District 1 Commissioner Miguel Gabela was the lone vote against the measure, citing concerns about potential duplication of taxpayer-funded facilities.</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/TZ7CN3YN7RATFPURECV7BIDEPU.jpg?auth=cedbcd3e2c2eb14a56f9b9ef3d8fc0c1ffa63ee69453783ff6b16ff4c8fad5b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami rechaza propuestas, por ahora, para cambiar uso del histórico Ayuntamiento]]></title><link>https://www.local10.com/espanol/2026/09/17/miami-rechaza-propuestas-por-ahora-para-cambiar-uso-del-historico-ayuntamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/miami-rechaza-propuestas-por-ahora-para-cambiar-uso-del-historico-ayuntamiento/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Propuestas del Museum of Miami y Pan American World Airways, LLC para utilizar el histórico edificio del Ayuntamiento de Miami en Coconut Grove ya fueron presentadas formalmente ante la ciudad, pero un portavoz municipal dijo que los funcionarios “no están considerando un cambio de uso para las instalaciones de Dinner Key en este momento”.]]></description><pubDate>Thu, 17 Sep 2026 16:45:07 +0000</pubDate><content:encoded><![CDATA[<p>Las propuestas del Museum of Miami y Pan American World Airways, LLC para utilizar el histórico edificio del Ayuntamiento de Miami en Coconut Grove ya fueron presentadas formalmente ante la ciudad, pero un portavoz municipal dijo a Local 10 News el jueves que los funcionarios “no están considerando un cambio de uso para las instalaciones de Dinner Key en este momento”.</p><p>Las propuestas llegan después de que los comisionados de Miami <a href="https://www.local10.com/espanol/2026/09/10/miami-no-abandonara-el-historico-ayuntamiento-en-coconut-grove-este-es-el-lugar-de-la-gente/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/10/miami-no-abandonara-el-historico-ayuntamiento-en-coconut-grove-este-es-el-lugar-de-la-gente/">votaran 4-1 la semana pasada</a> para continuar utilizando el histórico edificio frente al mar, ubicado en 3500 Pan American Drive, para las reuniones de la Comisión de la Ciudad, incluso mientras gran parte del gobierno municipal se prepara para trasladarse a un nuevo complejo administrativo cerca de Miami Freedom Park.</p><p>El edificio, construido en 1933 como una terminal de hidroaviones de Pan American World Airways, ha servido como Ayuntamiento de Miami desde 1954.</p><p>El Museum of Miami y Pan Am habían propuesto anteriormente posibles usos para el lugar.</p><p>El Museum of Miami propuso preservar la histórica terminal mientras construye un museo dedicado en las cercanías. El museo dijo que el lugar podría convertirse en un campus cívico que incluya la historia de Miami, programas comunitarios y la continuidad de funciones gubernamentales.</p><p>Pan American World Airways, LLC propuso utilizar algunas oficinas del edificio para sus equipos de ventas, mercadeo y comunicaciones corporativas, mientras permite que los comisionados continúen reuniéndose en la planta baja. La compañía también propuso incorporar objetos históricos de Pan Am en el edificio y, eventualmente, operar hidroaviones totalmente eléctricos con capacidad para 12 personas desde el frente marítimo.</p><p>Las propuestas y representaciones gráficas ya fueron presentadas a la ciudad como parte de cartas de intención y propuestas formales.</p><p>Sin embargo, por ahora, la ciudad dice que no está considerando un uso diferente para las instalaciones de Dinner Key.</p><p>El histórico edificio ha estado en el centro de un debate sobre cómo Miami puede preservar su historia arquitectónica y de aviación mientras atiende las futuras necesidades administrativas de la ciudad. Los comisionados que apoyan que continúe utilizándose como Ayuntamiento han enfatizado el papel cívico del edificio y su conexión con la historia de Miami como puerta de entrada internacional.</p><p>La resolución del 10 de septiembre del comisionado del Distrito 2, Damian Pardo, pidió que el edificio continúe utilizándose como Ayuntamiento y que las reuniones regulares de la comisión permanezcan allí. El comisionado del Distrito 1, Miguel Gabela, fue el único que votó en contra de la medida, citando preocupaciones sobre una posible duplicación de instalaciones financiadas por los contribuyentes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TZ7CN3YN7RATFPURECV7BIDEPU.jpg?auth=cedbcd3e2c2eb14a56f9b9ef3d8fc0c1ffa63ee69453783ff6b16ff4c8fad5b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Appeals court weighs Trump-backed Missouri congressional map despite Supreme Court block]]></title><link>https://www.local10.com/news/national/2026/09/17/appeals-court-weighs-trump-backed-missouri-congressional-map-despite-supreme-court-block/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/appeals-court-weighs-trump-backed-missouri-congressional-map-despite-supreme-court-block/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[JEFFERSON CITY, Mo. (AP) — A federal appeals court panel on Thursday was considering an attempt to resurrect new Missouri congressional districts backed by President Donald Trump, even though the U.S. Supreme Court blocked those districts from being used in the November election.]]></description><pubDate>Thu, 17 Sep 2026 18:52:24 +0000</pubDate><content:encoded><![CDATA[<p>JEFFERSON CITY, Mo. (AP) — A federal appeals court panel on Thursday was considering an attempt to resurrect new Missouri congressional districts backed by President Donald Trump, even though the U.S. Supreme Court blocked those districts from being used in the November election.</p><p>A three-judge panel of the 8th U.S. Circuit Court of Appeals heard arguments in the long-running dispute over whether the state should use the new Republican-drawn U.S. House districts, just as the state did in its August primary. But it wasn't immediately clear what the impact would be, even if the panel rules in favor of the new map. That's because the U.S. Supreme Court previously blocked the enforcement of a lower court order favoring the map pending a potential appeal and eventual decision by the high court.</p><p>Missouri currently is set to run its November election with the same congressional districts it used in 2024 and 2022, following prior decisions by both the Missouri Supreme Court and U.S. Supreme Court.</p><p>Local elections officials said in a court filing that they already are printing ballots with those districts and face a Friday deadline under federal law to mail absentee ballots to overseas citizens and military voters. State law requires absentee ballots to be available to all other voters by next Tuesday.</p><p>To try to change districts at this late date would be “practically impossible” and cost hundreds of thousands of dollars, according to the filing by the Missouri Association of County Clerks and Election Authorities.</p><p>Republicans press for a map switch</p><p>An attorney representing Republican U.S. Rep. Bob Onder and state Sen. Rick Brattin — the GOP nominee in one of the congressional districts — suggested to appeals court judges that there still is time to revert to the Trump-backed map.</p><p>As he had argued in lower courts, Missouri Solicitor General Lou Capozzi urged the appeals panel to rule that the U.S. Constitution forbids a referendum petition from suspending a congressional map passed by lawmakers until a statewide vote can be held on it — though that's exactly what Missouri's top court has ruled is required under the state constitution.</p><p>The appeals court judges indicated they would rule quickly, noting any decision they make is likely to be appealed to the U.S. Supreme Court.</p><p>“We’ve got to decide, and then they’ve got to decide, and then the poor election officials have to deal with where everything is,” said Judge James Loken, an appointee of former President George H.W. Bush.</p><p>Loken pointedly questioned the attorney for the group People Not Politicians, which gathered petition signatures forcing the new Trump-backed map to a statewide vote. As attorney Chuck Hatfield argued it was too late for the appeals panel to try to make changes to the election, an exasperated Loken eventually cut him off, declaring: “You’re out of time, dang it!”</p><p>The two other panelists — judges David Stras and Justin Smith — are both Trump appointees. Prior to his June appointment, Smith was an attorney who represented Trump as he unsuccessfully appealed a $5 million jury verdict in a lawsuit filed by the writer E. Jean Carroll to the U.S. Supreme Court.</p><p>Missouri redistricting battle took many twists</p><p>Missouri’s redistricting battle has been the longest, most complex and confusing among roughly a dozen states that sought to change their U.S. House districts over the past year. Trump spurred the unusual spate of mid-decade redistricting when he urged Republican-led states to redraw districts to gain an edge in the midterm elections that will determine control of Congress and affect his agenda.</p><p>Missouri lawmakers passed a new congressional map last September that significantly reshaped a Kansas City-based district held by Democratic Rep. Emanuel Cleaver. Brattin won a Republican primary to challenge Cleaver. Republicans hoped the map could help them win seven of the state’s eight House seats — one more than they currently hold.</p><p>But opponents submitted thousands of petition signatures in December seeking to force a statewide vote on the new districts. Republican Secretary of State Denny Hoskins waited until August — on the same day that the primary was held under the new districts — to reject the petition. He asserted that referendum petitions aren’t allowed for congressional redistricting.</p><p>The Missouri Supreme Court reversed Hoskins’ finding in September, barring the new map from being used until voters can decide whether to uphold or reject it in a November referendum. The court said the state must instead use the districts approved in 2022.</p><p>But that wasn’t the end of the matter. A federal judge in St. Louis later issued a conflicting order barring the use of anything other than the new Trump-backed map. That judge said it could violate federal rights to switch districts between the primary and general elections. The U.S. Supreme Court halted that judge’s order last week, but the 8th Circuit appellate court proceeded to hear arguments on the issue Thursday.</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><media:content url="https://www.local10.com/resizer/v2/MULOLQVNLHG357IOVU6KI2RKZ4.jpg?auth=77ce0900a5fe14f8610b5e7e31174c14cdff1274bee232c40baebca354142ac3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Missouri Secretary of State Denny Hoskins leaves the courtroom after his contempt hearing at the Missouri Supreme Court in Jefferson City, Mo., Thursday, Sept. 10, 2026. (Liz Rymarev/St. Louis Post-Dispatch via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Liz Rymarev</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CH4BWLSFAWJQIJMEAZOWNR5KK4.jpg?auth=efb91c83f044bf6057aa6a6179fb68171291d9994530ba94f68409d120ddc8dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, U.S. Rep. Emanuel Cleaver, D-Mo., campaigns at the Missouri State Fairgrounds on Thursday, Aug. 20, 2026, Sedalia, Mo. (AP Photo/David A. Lieb)]]></media:description><media:credit role="author" scheme="urn:ebu">David A. Lieb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IQKYYNZGPGZPFMGXUUZGGVL5DM.jpg?auth=2251c95dbc44a0fb703e09aee86228cfa24bbb4fa528584276d2119b8cfa822d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Missouri state Sen. Bob Onder, R-Lake Saint Louis, listens to attorney arguments in the contempt hearing of Missouri Secretary of State Denny Hoskins at the Missouri Supreme Court in Jefferson City, Mo., Thursday, Sept. 10, 2026. (Liz Rymarev/St. Louis Post-Dispatch via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Liz Rymarev</media:credit></media:content></item><item><title><![CDATA[Fuertes lluvias provocan inundaciones y dificultan tránsito en Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-provocan-inundaciones-y-dificultan-transito-en-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/fuertes-lluvias-provocan-inundaciones-y-dificultan-transito-en-fort-lauderdale/</guid><dc:creator><![CDATA[Isabella Martin, Ryan Mackey]]></dc:creator><description><![CDATA[Fuertes lluvias azotaron Fort Lauderdale la mañana de este jueves, dejando calles cubiertas de agua y creando condiciones difíciles para transitar en algunas áreas mientras los residentes se desplazaban bajo el aguacero.]]></description><pubDate>Thu, 17 Sep 2026 16:41:34 +0000</pubDate><content:encoded><![CDATA[<p>Fuertes lluvias azotaron Fort Lauderdale la mañana de este jueves, dejando calles cubiertas de agua y creando condiciones difíciles para transitar en algunas áreas mientras los residentes se desplazaban bajo el aguacero.</p><p>Los paraguas fueron una imagen común mientras las personas esperaban en las paradas de autobús y se dirigían al trabajo y a otros destinos durante la mañana.</p><p>Sin embargo, para algunos residentes de Fort Lauderdale, las fuertes lluvias pueden significar más que un trayecto mojado. El aumento del nivel del agua puede provocar rápidamente inundaciones alrededor de viviendas y patios.</p><p>Un residente que vive cerca de Northwest 13th Street y Ninth Avenue dijo que el aumento del nivel del agua puede inundar por completo su patio durante períodos de fuertes lluvias.</p><p>Los aguaceros también pueden sobrecargar los desagües pluviales, provocando que el agua se acumule en las calles y en áreas bajas.</p><p>En algunos vecindarios, las inundaciones comenzaron a disminuir una vez que amainó la lluvia, permitiendo que el agua estancada drenara.</p><p>Funcionarios del condado Broward dijeron que todos los camiones de succión disponibles han sido desplegados para despejar los sistemas de drenaje pluvial y ayudar con las inundaciones en áreas de alto riesgo.</p><p>El condado también tiene bombas listas para ser utilizadas en áreas bajas y dijo que las cuadrillas continuarán las operaciones de control de inundaciones durante todo el día.</p>]]></content:encoded></item><item><title><![CDATA[Cierran brevemente escuela por actividad policial en el suroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/cierran-brevemente-escuela-por-actividad-policial-en-el-suroeste-de-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Una investigación activa está en curso en el suroeste del condado Miami-Dade.]]></description><pubDate>Thu, 17 Sep 2026 16:38:43 +0000</pubDate><content:encoded><![CDATA[<p>Una investigación activa está en curso en el suroeste del condado Miami-Dade.</p><p>Ocurría la mañana de este jueves en el área de la cuadra 15000 de Southwest 140th Street.</p><p>Una escuela cercana, Jorge Mas Canosa Middle School, fue puesta bajo cierre temporal, que desde entonces fue levantado.</p><p>Funcionarios de las Escuelas Públicas del Condado Miami-Dade dijeron a Local 10 News que el cierre se debió a “actividad policial en el área no relacionada con la escuela”.</p><p>Un video obtenido por Local 10 News muestra a dos hombres forcejeando en el área cerca de la escuela y, en un momento del video, se escucha lo que parece ser un disparo.</p><p>La policía aún no ha proporcionado información oficial sobre lo ocurrido o lo que está investigando.</p><p>Según Bomberos y Rescate de Miami-Dade, una persona fue atendida en el lugar, pero no fue trasladada a un hospital del área.</p>]]></content:encoded></item><item><title><![CDATA[A tip about a swerving van leads police to 66,000 US silver coins in a fraud case]]></title><link>https://www.local10.com/news/weird-news/2026/09/17/a-tip-about-a-swerving-van-leads-police-to-66000-us-silver-coins-in-a-fraud-case/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/09/17/a-tip-about-a-swerving-van-leads-police-to-66000-us-silver-coins-in-a-fraud-case/</guid><dc:creator><![CDATA[By JAMEY KEATEN, Associated Press]]></dc:creator><description><![CDATA[On a yearslong hunt for thousands of U.S. silver coins squirreled away in Norway, police investigating a money laundering case finally got a lucky break: A tip about a van swerving on a highway outside Oslo last year.]]></description><pubDate>Thu, 17 Sep 2026 16:43:16 +0000</pubDate><content:encoded><![CDATA[<p>On a yearslong hunt for thousands of U.S. silver coins squirreled away in Norway, police investigating a money laundering case finally got a lucky break: A tip about a van swerving on a highway outside Oslo last year.</p><p>When officers pulled the vehicle over for inspection, in Baerum, west of the capital, in April 2025, they discovered tens of thousands of American Eagle silver coins. A second van that arrived shortly afterward was found to be carrying tens of thousands more.</p><p>The total take: Nearly 67,000 coins worth at least 25 million Norwegian krone (about $2.65 million), officials said.</p><p>On Thursday, the economic crime unit Okokrim announced that three Norwegians have been sentenced to prison over the illegal possession of the coins.</p><p>The convictions on charges of aggravated money laundering followed allegations that proceeds from a “major investment scheme" in the United States had been converted into millions of dollars worth of coins.</p><p>The three Norwegians — two men and a woman — were convicted in connection with organizing the scheme and storing the coins, and sentenced up to 2-1/2 years in prison.</p><p>Two Britons facing charges were acquitted. Both sides can appeal, and the verdict is not final.</p><p>“It is gratifying that the silver has been recovered and that a verdict has now been handed down, enabling the victims of the fraud in the U.S.A to have the misappropriated assets returned to them,” Public Prosecutor Jon André Hvoslef-Eide said in a statement.</p><p>Speaking to The Associated Press, Hvoslef-Eide said the victims, who he did not identify, could only have the assets returned once the judicial process had been completed.</p><p>An earlier hoard of 79,500 silver coins was found in 2019. Investigators were still searching for more missing U.S. silver coins, at the request of American authorities, when they made their discovery in 2025, Hvoslef-Eide said.</p><p>The U.S. Mint produces American Eagle coins for collectors in a variety of metals, including gold, silver and palladium, each with a different value. Because the price of silver has risen significantly in the past year, the Norwegian haul is even more valuable than when it disappeared.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BXZB6S346RRPZK6WB6OD6JRFEU.jpg?auth=1fb657e87d383a34e66cebe29b0d8aa600062edc86d27af33f25df6479495a51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This handout photo released by Norwegian economic crime investigators on Thursday, Sept. 17, 2026, shows the U.S. "American Eagle" silver coins discovered by police in a van that was stopped after being driven "erratically" outside Oslo in April 2025. (Norwegian economic crime investigators via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/X3RHXTHVIV5E4FVY5MPUCEFSQA.jpg?auth=425237612bd65e79902a5cb2ce1f8ca07e8690b49196d27368007d16d7e0c54c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This handout photo released by Norwegian economic crime investigators on Thursday, Sept. 17, 2026, shows the U.S. "American Eagle" silver coins discovered by police in a van that was stopped after being driven "erratically" outside Oslo in April 2025. (Norwegian economic crime investigators via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RZTPXITIRW5Q4SCX57ZPCDAYLI.jpg?auth=421bee085c6e498361c491341ee99a665e74d908e5dafbc103e26e7c35d3ee67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This handout photo released by Norwegian economic crime investigators on Thursday, Sept. 17, 2026, shows the U.S. "American Eagle" silver coins discovered by police in a van that was stopped after being driven "erratically" outside Oslo in April 2025. (Norwegian economic crime investigators via AP)]]></media:description></media:content></item><item><title><![CDATA[After gaining acclaim in Los Angeles, conductor Gustavo Dudamel takes on New York]]></title><link>https://www.local10.com/entertainment/2026/09/17/after-gaining-acclaim-in-los-angeles-conductor-gustavo-dudamel-takes-on-new-york/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/after-gaining-acclaim-in-los-angeles-conductor-gustavo-dudamel-takes-on-new-york/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Gustavo Dudamel jumped up and down on FAO Schwarz’s giant keyboard during his first trip to New York as a 14-year-old.]]></description><pubDate>Thu, 17 Sep 2026 16:29:26 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Gustavo Dudamel jumped up and down on FAO Schwarz’s giant keyboard during his first trip to New York as a 14-year-old.</p><p>He’s returned three decades later with far more numerous and somewhat smaller instruments at his disposal as music director of the New York Philharmonic.</p><p>“It’s a lot about that bubbling energy, this city,” he said this week at his office in David Geffen Hall.</p><p>Now 45, Dudamel took over as music and artistic director last week after 17 celebrated seasons leading the Los Angeles Philharmonic. He is the 27th man to head the New York orchestra, following luminaries that included Gustav Mahler, Willem Mengelberg, Bruno Walter, Leonard Bernstein and Pierre Boulez.</p><p>A product of Venezuela’s El Sistema music education program, Dudamel was a violinist with the National Children’s Symphony of Venezuela when he played at the Kennedy Center in Washington, D.C., in October 1995 and traveled with the orchestra by bus for a concert at the United Nations.</p><p>“They said we were going to cross a tunnel that is under the river, and we were: `Like, what?’ That was kind of another world,” Dudamel said. “I remember before getting to the river, there were the Twin Towers. Then I saw Statue of Liberty, and then they took us to the U.N. And then they took us to the toy store. We were like in paradise.”</p><p>High-profile start mixing genres</p><p>Dudamel's early schedule is a whirlwind. An opening concert at Radio City Music Hall on Sept. 10 was hosted by actor Liev Schreiber and featured Lizzo, St. Vincent, Joaquina and Aaron Tveit. The celebration continued with an after-party high atop Manhattan in the Rainbow Room.</p><p>“Gustavo Dudamel is not an easy person to describe,” Schreiber told the concert crowd. “Imagine if you added a teaspoon of Billy Joel, an ounce of Jean-Michel Basquiat, a cup of Tito Puente to a dash of Barbra Streisand.”</p><p>Dudamel shifted downtown the next day for a Sounds of Remembrance performance at the World Trade Center arts center for the 25th anniversary of the 9/11 terrorist attacks.</p><p>“Music belongs so profoundly to moments like this,” Dudamel said softly. “Music cannot undo what happened. But when words can no longer reach where we need them to go, sometimes music can. It can give sorrow a voice.”</p><p>Subscription concerts started this week with Sergei Prokofiev’s Fifth Symphony, which he conducted for his New York Philharmonic debut on Nov. 29, 2007.</p><p>“There are not borders. There are bridges," Dudamel said. “A symphonic orchestra can also be immersed in a pop, folk, musicals. We are all in the same space. I think that is the message.”</p><p>Just a month into his tenure, the orchestra embarks Oct. 9 on a two-week, 10-show European tour, then returns in November to Carnegie Hall, its home from 1891 to 1962, for concert performances of Puccini's “Tosca.”</p><p>“There’s this chemistry and passion that he brings to the table, which is infectious,” said Sherry Sylar, associate principal oboe since 1984. “When he’s rehearsing, he addresses the orchestra as `My dears.’ He’ll start to give you a constructive criticism, but it’s always with that as the address to the orchestra. Nobody has ever done that before. It just sort of changes the way you accept the criticism or suggestions.”</p><p>Celebrity beyond classical music</p><p>While he usually has a car with a driver, Dudamel also walks around New York and takes the subway when there is heavy traffic, getting recognized at times.</p><p>With his dark mop of black hair and Giorgio Armani conducting suits, Dudamel is so much the image of a 21st century conductor that Gael García Bernal's character for the “Mozart in the Jungle” television series was patterned after him.</p><p>Still, he is somewhat traditional: He prefers listening to music on vinyl records and frequented The Record Collector on Melrose Ave. in Los Angeles for additions to his collection. He thinks his first record was of Daniel Barenboim leading the Chicago Symphony Orchestra in Tchaikovsky's “1812” overture.</p><p>“I love the sound of the LPs,” Dudamel said. “I destroyed some of them because I was stopping, because I was rehearsing conducting. My father was so angry."</p><p>Dudamel also maintains a home in Madrid and remains undecided whether to seek an apartment on New York's Upper West Side, near the orchestra's Lincoln Center home, or in the Chelsea neighborhood downtown. He's become a fan of some of the city's top restaurants, mentioning Cosme, Milos, Mercado Little Spain and Casa Ora, renowned for its Venezuelan cuisine.</p><p>Repositioning the orchestra, on stage as well as commercially</p><p>Ticket revenue for this season has increased by 8% through the same time last year and seats sold in September are up 20% vs. 2025. Subscription package revenue is at $12.4 million, rising from $11.3 million.</p><p>One of Dudamel's first changes was to move the second violin section from his left to his right, opposite the first violins, and to switch the double basses from his right to his left — a formation he used in LA. He's shifted the entire orchestra closer to the front of the stage at David Geffen Hall and had their seats bunched closer together.</p><p>“It feels like giant chamber music,” violinist Alina Ming Kobialka said. “It’s nice to have the brass and not 500 miles away from us.”</p><p>Dudamel has a five-year contract and will spend about 15 weeks with the orchestra each season. He began his first rehearsal on Labor Day, Sept. 7, with a short speech to the musicians, some of whom played in his New York Philharmonic debut.</p><p>Dudamel recalled then music director Lorin Maazel took the unusual step to personally introduce him at his first rehearsal in 2007. Dudamel was aware of the orchestra’s reputation then as a difficult ensemble.</p><p>“I was very afraid,” he remembered thinking. “I’m going to be shaking for the very first few minutes. But at the end it was such a beautiful and wonderful journey,”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IIDKOY4N63F5GEFAD66OHQBTVM.jpg?auth=a83d9d855ef5dcd41b4437cca18c4f2b4db2bae472e346207f48cd3fe2259954&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gustavo Dudamel appears with the New York Philharmonic at a Sounds of Remembrance concert to commemorate the 25th anniversary of the 9/11 attacks at the Perelman Performing Arts Center in New York on Sept. 11, 2026. (AP Photo/Ron Blum)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Blum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/45M3MIFPEJPWG3BQQZUTFJBXOU.jpg?auth=5ef1689df42e7481cfbb54b982a6b978589e46b6cf690b0a1e0070fc57874ed1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, Conductor Gustavo Dudamel speaks at a news conference at David Geffen Hall in New York on Tuesday, Sept. 8, 2026, a day after beginning his new position as music director for the New York Philharmonic. (AP Photo/Ron Blum)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Blum</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W2IA2EE7GQEFVIETRUVFG6DNPM.jpg?auth=9cbf1061a201e8dce5d258b070d5e0eccdddfe154418c12895abc43599869a98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gustavo Dudamel takes the podium for his first concert as music director of the New York Philharmonic at Radio City Music Hall on Thursday, Sept. 10, 2026 (AP Photo/Ron Blum)]]></media:description><media:credit role="author" scheme="urn:ebu">Ron Blum</media:credit></media:content></item><item><title><![CDATA[Prenatal appointments and no place to pump: Navigating pregnancy and postpartum needs at work]]></title><link>https://www.local10.com/business/2026/09/17/prenatal-appointments-and-no-place-to-pump-navigating-pregnancy-and-postpartum-needs-at-work/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/prenatal-appointments-and-no-place-to-pump-navigating-pregnancy-and-postpartum-needs-at-work/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The ambulance dispatch station where Heydi Fernandez waited for calls as an emergency medical technician didn't have a private place to pump breast milk when she returned to work three months after giving birth to her son.]]></description><pubDate>Thu, 17 Sep 2026 16:25:13 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The ambulance dispatch station where Heydi Fernandez waited for calls as an emergency medical technician didn't have a private place to pump breast milk when she returned to work three months after giving birth to her son.</p><p>So she expressed her milk sitting at a dining table when none of her colleagues were eating meals there.</p><p>One day, the CEO of the private ambulance company she worked for paid a surprise visit to the station and introduced himself to Fernandez while she was pumping.</p><p>“This is his first impression of me, and I was in a panic," Fernandez said, recalling how she told the CEO she could not shake his hand because hers probably had milk on it. She worried the awkward exchange might have career consequences. "Am I going to get fired? Or is this going to impact my future here if I move up within the company?” she thought.</p><p>Many women encounter discrimination during pregnancy and after childbirth, despite state and federal laws designed to protect them. As a result, pregnant and postpartum workers often worry about how hiring managers or their existing employers will view them if they disclose a pregnancy or request job modifications as new mothers.</p><p>“Their employer is required to provide them accommodations, if those are available, and see if there’s a different job that they can do while they’re pregnant," said Cortney Shegerian, co-founder of Shegerian Conniff, a Los Angeles law firm that represents workers alleging pregnancy discrimination and breastfeeding rights violations. “That oftentimes is seen by the employer as a big inconvenience, as something that they just don’t want to deal with.”</p><p>These are suggestions from legal experts and workers for ensuring pregnancy-related employment needs are respected before and after a baby is born.</p><p>Know your rights under the federal Pregnant Workers Fairness Act</p><p>Under a U.S. law that took effect in June 2023, employers with at least 15 workers are required to make reasonable health and safety accommodations so employees who are pregnant or have recently gave birth can remain in their jobs.</p><p>The Pregnant Workers Fairness Act entitles women to seek a wide range of changes at work, including help with physically demanding tasks like lifting heavy objects, flexible scheduling to attend medical appointments and reduced exposure to hazardous chemicals, according to guidance published by A Better Balance, a nonprofit legal advocacy organization that promotes gender and racial equality in workplace policies.</p><p>The law also protects those who are trying to get pregnant through in vitro fertilization and pregnant workers with medical conditions such as severe nausea and vomiting, A Better Balance President Inimai Chettiar said. For nursing mothers, the law guarantees breaks and a private space other than a bathroom for lactation needs.</p><p>“Your employer cannot force you on leave or retaliate against you for requesting accommodation,” Chettiar said. “And the employer has to prove that it would be an undue hardship for them to deny the accommodation, and that’s a really high legal standard. They have to prove it would cause them significant difficulty or expense.”</p><p>Weigh the best time to tell your employer about your pregnancy</p><p>Deciding when to tell a manager or a potential employer about a pregnancy is one of the first considerations for most women.</p><p>“The sad reality is that pregnant workers still need to tread really carefully, and in our experience pregnancy discrimination is still insidious and rampant,” Chettiar said. “But I want to also emphasize that you do have rights as a pregnant worker.”</p><p>To access the protections of the Pregnant Workers Fairness Act, your employer needs to know you have a need related to pregnancy, childbirth or a medical condition. But that doesn't mean your direct supervisor and all of your co-workers do; some companies allow you to discuss requests directly with the human resources department, according to A Better Balance.</p><p>“If you do decide to tell your workplace what’s going on, keep track of how it goes, take notes, put things in writing, especially if you’re worried that they could retaliate," Chettiar added.</p><p>Shegerian recommends informing employers about a pregnancy when it's far enough along that you would tell friends. For many people, that's after the first trimester.</p><p>“Let them know, ‘Listen, I’m pregnant ... and feeling fine so far but I’m due on such-and-such date, and I’m not sure about my leave yet, but I’ll keep you posted,’” Shegerian said.</p><p>If a doctor advises modifications to your duties or work environment, get the specific advice in writing, and let your employer know as soon as possible, Shegerian suggested.</p><p>Decide how to handle job interviews</p><p>Women may be reluctant to mention pregnancies out of fear the information might put them out of the running for promotions or new jobs. A disqualification on that basis counts as discrimination under the law, Shegerian said.</p><p>“I would hate for the illegal thing to happen, which is that an employer automatically says, ‘This person is going to be out in nine months ... and we just don’t want to deal with that, so let’s take her out of the pile,'” she said.</p><p>Amy Green had three miscarriages before she started receiving daily hormone injections to help maintain another pregnancy. The shots made her feel ill, but she was well enough by the end of the first trimester to look for work as a school counselor.</p><p>A 1978 amendment to the groundbreaking Civil Rights Act of 1964 prohibited workplace discrimination based on pregnancy, childbirth or related medical conditions. Green still worried she wouldn't be considered for jobs and wore a loose tank top and a cardigan to conceal her condition. She needed work, especially the health insurance.</p><p>“There's no right answer,” Green said, adding that disclosing might increase the risk of not getting hired but withholding could create the impression of intentional deception. “We’ve built this process for women where there’s no good choice.”</p><p>After your child's birth or miscarriage, you still have rights</p><p>Protections don't end with a pregnancy. New mothers can request pair or unpaid time off to recover from miscarriages or for medical conditions such as postpartum depression.</p><p>They are also entitled to breaks and private spaces for expressing breast milk. With no space available at her dispatch station, Fernandez, the EMT, used rooms in hospitals to pump when she was out delivering patients.</p><p>Then a manager told Fernandez her pumping breaks interfered with the needs of hospital and patient customers. If a transport call came in while she was pumping and she couldn't respond immediately, it would be passed to another medical service; the manager gave Fernandez two weeks to pick a new shift to work.</p><p>She panicked, not knowing how she would manage childcare if her hours changed. She called a help line at A Better Balance and learned that imposing schedule changes because of lactation was considered retaliation, which both the Pregnant Workers Fairness Act and a law that took force in 2022, the Providing Urgent Maternal Protections for Nursing Mothers Act, prohibit.</p><p>In the end, Fernandez got to stick with her original schedule.</p><p>“If my ambulance service ... is willing to accommodate my breastfeeding needs, there’s no reason why any other job should not be willing to,” Fernandez said.</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BY7EDDYR25NTHTCJH7FVR2X67Q.jpg?auth=71481b939475cc2cbfcf3bf681468ba4df858266b575509666db7abbbb24b4e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[Hallan restos de la única persona que quedaba desaparecida tras inundaciones en Gran Cañón]]></title><link>https://www.local10.com/espanol/2026/09/17/hallan-restos-de-la-unica-persona-que-quedaba-desaparecida-tras-inundaciones-en-gran-canon/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/hallan-restos-de-la-unica-persona-que-quedaba-desaparecida-tras-inundaciones-en-gran-canon/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[PARQUE NACIONAL GRAN CAÑÓN, Arizona, EE.UU. (AP) — Los restos humanos hallados en el Gran Cañón esta semana pertenecían a la última persona que seguía desaparecida tras las inundaciones de finales de agosto, manifestó la esposa de la víctima el jueves.]]></description><pubDate>Thu, 17 Sep 2026 16:13:46 +0000</pubDate><content:encoded><![CDATA[<p>PARQUE NACIONAL GRAN CAÑÓN, Arizona, EE.UU. (AP) — Los restos humanos hallados en el Gran Cañón esta semana pertenecían a la última persona que seguía desaparecida tras las inundaciones de finales de agosto, manifestó la esposa de la víctima el jueves.</p><p>El hallazgo de Timothy Allen Smith elevó a tres el número de muertos por las inundaciones que devastaron la zona de Phantom Ranch, en el fondo del cañón, y dañaron la tubería de agua que abastece al Borde Sur.</p><p>Smith, de 53 años, era piloto y vivía en Star Valley, en el oeste de Wyoming. Sus restos fueron encontrados el lunes cerca de Crystal Rapids, en el río Colorado, que atraviesa el cañón.</p><p>Los restos de los dos compañeros de Smith -- Brent Rosenkranz, de 42 años, y John Giusti, de 46, ambos de Granbury, Texas -- fueron hallados anteriormente.</p><p>Smith creció en Granbury y vivía con su esposa en Star Valley Ranch, a unos 64 kilómetros (40 millas) al suroeste de Jackson.</p><p>Él, Rosenkranz y Giusti estaban en un viaje de senderismo, pesca y campamento cuando las inundaciones arrasaron el Gran Cañón.</p><p>Durante el diluvio, los equipos de búsqueda utilizaron visión nocturna y otros equipos para encontrar a personas varadas. Usaron el sistema de permisos del Parque Nacional del Gran Cañón y revisaron matrículas de vehículos para rastrear a quienes seguían desaparecidos. Más de 80 personas fueron rescatadas.</p><p>Pronto, Smith fue el único que permanecía desaparecido. En un video de Facebook de ese momento, su esposa, Carrie, y sus hijos agradecieron a la gente por el apoyo y las oraciones.</p><p>Carrie Smith publicó en Facebook el martes por la mañana que la familia sabía que se había encontrado un cuerpo un día antes y pidió que oraran con ellos.</p><p>Smith confirmó en una publicación de Facebook el jueves que los restos habían sido identificados como los de su esposo.</p><p>“Mi familia ha esperado mucho durante las últimas tres semanas… esperando y con la esperanza de que Tim (papá) volviera a casa, esperando y preguntándonos si los restos encontrados eran Tim (papá)”, escribió. “Ya no tenemos que esperar; Tim fue encontrado hace dos días por los guardabosques del Parque Nacional del Gran Cañón. No de la manera que esperábamos, pero sabemos que estaba haciendo algo que amaba con John y Brent”.</p><p>Añadió: “Sabemos que estos tres hombres amaban al Señor y eran una luz brillante para Él. El impacto que sus vidas tuvieron en los demás todavía se refleja a diario en nuestras familias”.</p><p>El Servicio de Parques Nacionales y el Departamento del Interior no respondieron el jueves a correos electrónicos en que se solicitaban comentarios. Las agencias no han identificado públicamente los restos hallados esta semana.</p><p>Las inundaciones comenzaron el 29 de agosto durante la temporada de monzones cuando los cielos despejados pueden dar paso rápidamente a tormentas eléctricas y lluvias intensas. Un paisaje desértico puede canalizar el agua hacia torrentes repentinos por barrancos y cañones que antes estaban secos.</p><p>La lluvia cayó sobre parte de una zona quemada del Borde Norte que quedó tras un incendio forestal provocado por un rayo en julio de 2025. El fuego destruyó el histórico Grand Canyon Lodge, cabañas y otras estructuras.</p><p>Los parajes chamuscados pueden agravar inundaciones repentinas porque tienen menos vegetación para absorber la escorrentía.</p><p>Las inundaciones dañaron una tubería que atraviesa el cañón y suministra agua a millones de turistas y residentes. La falta de agua obligó a suspender todos los alojamientos nocturnos hasta que pudiera restablecerse la tubería. El Servicio de Parques Nacionales declaró recientemente que esperaba restablecer el suministro de agua en el cañón en cuestión de semanas después de determinar que la mayor parte de un proyecto de tubería casi terminado no resultó dañada durante el suceso.</p><p>Muchos senderos y zonas de alojamiento siguen cerrados, y se ha cortado el agua en el interior del cañón, lo que ha motivado avisos para que los excursionistas lleven su propia agua o dispositivos de filtración.</p><p>Otra inundación repentina golpeó el cañón a lo largo de Bright Angel Creek y el río Colorado durante una tormenta el miércoles, informaron funcionarios del parque. No se reportaron heridos. Las autoridades indicaron que los esfuerzos por reducir al mínimo el personal en el cañón antes de la tormenta, así como las alertas por inundaciones repentinas, permitieron que los equipos se pusieran a salvo. Se estaban realizando evaluaciones de daños.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PXA6RLI4E2QKMNUR52JN3IDO2Y.jpg?auth=e3ce376b5fe1b9cfeab721ea417a3e8eda77209b579fd55b2d6432eeb6a528e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El sitio de las inundaciones en el Gran Cañón en Arizona el 31 de agosto del 2026. (AP foto/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[Judge orders Kennedy Center to provide 30 days’ notice before making any major physical changes]]></title><link>https://www.local10.com/entertainment/2026/09/17/judge-orders-kennedy-center-to-provide-30-days-notice-before-making-any-major-physical-changes/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/judge-orders-kennedy-center-to-provide-30-days-notice-before-making-any-major-physical-changes/</guid><dc:creator><![CDATA[By MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Thursday ordered the Kennedy Center to provide 30 days’ notice before making any major physical changes to the building, including demolishing it as President Donald Trump has threatened.]]></description><pubDate>Thu, 17 Sep 2026 18:47:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Thursday ordered the Kennedy Center to provide 30 days’ notice before making any major physical changes to the building, including demolishing it as President Donald Trump has threatened.</p><p>U.S. District Judge Christopher Cooper said his ruling would “avoid any confusion on that score given more recent events,” including the sudden closure of the building to the public on Wednesday.</p><p>Matt Floca, the Kennedy Center’s executive director and chief operating officer, said he closed the iconic performing arts center temporarily due to “acute risks to public safety resulting from continued structural deterioration” of the aging building. The building will be closed for at least seven days to “assess existing safety risks in those portions of the main building exhibiting severe structural deterioration,” Floca said.</p><p>The temporary closure, which occurred without notice, is separate from a vote Tuesday by the Kennedy Center’s board to close the performing arts center indefinitely for repairs, Floca and other officials said. The closure was based on an inspection of the roof terrace canopy and a partial ceiling collapse earlier this month, Floca said. The closure may be extended after evaluation next week, he added.</p><p>Trump said the Kennedy Center could be ‘ripped down’</p><p>Trump, who was named the Kennedy Center’s chairman last year by loyalists on the board, said Wednesday that his efforts to restore the aging building deserve recognition, “because frankly, if we don’t do that, it’s going to close. It’ll end up being ripped down. It’s in very, very bad shape, very dangerous shape.”</p><p>The announcement of the closure came in response to a court case filed by a Democratic congresswoman who is a trustee and sought an emergency court hearing to prevent what she called the building’s “unlawful closing.”</p><p>Rep. Joyce Beatty, an Ohio Democrat and an ex-officio member of the Kennedy Center board, has led efforts to block Trump’s name from being added to the building. Beatty had a verbal confrontation with the Republican president Tuesday during a virtual board meeting.</p><p>Beatty's lawyers said in a court filing Thursday that the board members' “rationale that they are only temporarily closing the Kennedy Center is a plain pretext to justify shutting down the Center permanently. The facts before the Court are deeply concerning.”</p><p>Cooper denied a request by Beatty's legal team to hold a hearing to clarify the board's actions and intent. But he agreed to their request “to make crystal clear” that his order prohibits demolition of the building without 30 days’ notice.</p><p>The Trump-aligned board, chaired by the president, voted to close the center after Cooper blocked the institution from returning Trump’s name to the building.</p><p>Congress has allocated $257 million to cover the repairs, but Trump said they only would happen if the board was permitted to move forward with plans to add his name to the building.</p><p>Barbra Streisand calls the dispute ‘painful to witness’</p><p>On Thursday, Barbra Streisand, a Kennedy Center honoree in 2008, questioned the closing of the center for repairs and called the controversy surrounding its operation “galling and painful to witness.”</p><p>Of Trump’s attempts to add his name to the center, she said in a statement to The Associated Press: “You can easily imagine my indignation at seeing this revered institution become the subject of such a bitter struggle over one man’s name and unchecked ego.”</p><p>The Kennedy Center board voted in August to inscribe Trump's name on the Kennedy Center’s facade so it would read “The John F. Kennedy Center for the Performing Arts Restored and Renovated By President Donald J. Trump.” If the Trump Kennedy Center Fund reached $100 million, another inscription would be added reading “Endowed by the Trump Kennedy Center Fund.”</p><p>The plaza in front of the Kennedy Center would also have been renamed in Trump’s honor.</p><p>All of those proposals were shot down Tuesday by Cooper, who ruled that nothing could happen “without Congress’s blessing.”</p><p>Cooper ruled in May that the Kennedy Center illegally added Trump’s name to the building, ordering it removed. The institution’s leaders complied in June but left a tarp and scaffolding in place where Trump’s name was once displayed.</p><p>Streisand told AP she was deeply honored to be included in the 31st annual class of Kennedy Center Honorees, adding, “for me, and for so many artists, that honor represented something larger than a career recognition. It represented a belief in the importance of art to the life of a democracy.”</p><p>___</p><p>Associated Press writer Glenn Gamboa in Cleveland contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6VSFFYJG25FLLWO452RPOF55MA.jpg?auth=f2bb5f405748d8fa56265cbd43f361fdb5b9657e475575a0a815eac6dfb692ed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barricades are installed in front of the John F. Kennedy Center for the Performing Arts, Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AK4DUAWWCVE4FX6T2MODZH52RU.jpg?auth=24edc56daeb7175e0bcfd0bc5df2198c97531d967328dcecc96a06be7473c50a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tarp covers portions of the sign at the John F. Kennedy Center for the Performing Arts, 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/67GTE53M3W2APQ7CUZ67LWIHME.jpg?auth=050da13ed457574322003067184d642c1620e74cbe90334f1d2adf6e62b7d4f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rep. Joyce Beatty, D-Ohio, and board member of the Kennedy Center, attends an event with fellow Democrats to denounce the economic policies of President Donald Trump, at the Capitol in Washington, Wednesday, Sept. 16, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WCWWLA3A5NZB22RK22ZK653XKI.jpg?auth=61baaabc70250c7d3f5b0aa93bcc35a8ff8469cf1bd64a6e425cbd824eedc5e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Bligh of Vienna, Va., holds a protest sign outside the John F. Kennedy Center for the Performing Arts in Washington, Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O3BT7FDEIZ7VRK2ASA4FAIU5HA.jpg?auth=00dc79d07599d6a46ce769f2fc8d39a75c63b482a1e56cc3f96813087cc9824e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fencing is installed at the John F. Kennedy Center for the Performing Arts, Wednesday, Sept. 16, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Noboa dice que Ecuador destina 1.500 millones de dólares al año a lucha contra el crimen organizado]]></title><link>https://www.local10.com/espanol/2026/09/17/noboa-dice-que-ecuador-destina-1500-millones-de-dolares-al-ano-a-lucha-contra-el-crimen-organizado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/noboa-dice-que-ecuador-destina-1500-millones-de-dolares-al-ano-a-lucha-contra-el-crimen-organizado/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[QUITO (AP) — El combate a los grupos criminales vinculados con el narcotráfico le cuesta al gobierno de Ecuador unos 1.500 millones de dólares al año, dijo el jueves el presidente Daniel Noboa y destacó que para ello cuenta con apoyo internacional de países como Estados Unidos.]]></description><pubDate>Thu, 17 Sep 2026 16:12:35 +0000</pubDate><content:encoded><![CDATA[<p>QUITO (AP) — El combate a los grupos criminales vinculados con el narcotráfico le cuesta al gobierno de Ecuador unos 1.500 millones de dólares al año, dijo el jueves el presidente Daniel Noboa y destacó que para ello cuenta con apoyo internacional de países como Estados Unidos.</p><p>“Los deberes los tenemos que hacer nosotros, nuestras Fuerzas Armadas y nuestra policía”, dijo el mandatario en declaraciones a radio Élite al explicar que el gobierno enfrenta a unos 80.000 integrantes de bandas criminales.</p><p>Noboa afirmó que para la lucha contra estas redes delictivas Ecuador ha recibido la cooperación de Estados Unidos, que entregó equipos, asistencia económica, información e inteligencia; de Italia y de otros países europeos, así como de Argentina, Brasil, Israel, Corea del Sur y Japón.</p><p>A su vez destacó la iniciativa Escudo de las Américas, una coalición de países afines en la región para ejecutar acciones conjuntas contra los cárteles impulsada por el mandatario estadounidense Donald Trump. "Por fin hay un acuerdo continental sobre la lucha contra el narcotráfico”, expresó Noboa.</p><p>Pero la alianza con Estados Unidos ha sido cuestionada por su falta de efectividad para disminuir el delito.</p><p>“Hay que revisar indicadores de inversión social, qué tipo de oportunidades laborales se están generando” para neutralizar la influencia delictiva, destacó Diego Pérez, catedrático de la Escuela de Seguridad y Defensa del Instituto de Altos Estudios Nacionales. En diálogo con The Associated Press añadió que “las dinámicas de criminalidad en ningún país se revierten con mano dura”.</p><p>Desde 2021 las disputas entre bandas locales asociadas con cárteles de Colombia y México por rutas de distribución de drogas han desencadenado una escalada criminal en Ecuador y el aumento de delitos como el sicariato, el secuestro y la extorsión.</p><p>Noboa atribuyó el crecimiento del narcotráfico en Ecuador a que “no había control en la frontera con Colombia y no había tampoco control al ingreso de armas en la frontera sur” con Perú. De acuerdo con organismos internacionales, la mayor parte de la droga que llega a Ecuador procede de esos países.</p><p>El presidente señaló que en el sur colombiano, fronterizo con Ecuador, hay “un récord de siembra de coca", especialmente en la zona de Nariño y Putumayo, por lo que "nosotros terminamos afectados directamente, debido a lo permisivos que fueron gobiernos anteriores en Colombia".</p><p>El área sembrada con coca en Colombia en 2024 alcanzó las 261.000 hectáreas, de acuerdo con el último informe disponible de la Oficina de las Naciones Unidas contra la Droga y el Delito.</p><p>Desde inicios de año, alrededor de una docena de barcos pesqueros ecuatorianos han sido hundidos por Estados Unidos en el océano Pacífico acusados de ser estaciones de combustible flotantes al servicio del narcotráfico. Organismos internacionales señalan que un 70% de la cocaína mundial es exportada desde Ecuador.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EHO23OWZBTIRUE7R2JUHZS53GU.jpg?auth=fb91a46dc0a57279a8b42765a64f03122e75e65687e06b314a98a1a1bf00eb25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Ecuador, Daniel Noboa, derecha, y el secretario de Estado de Estados Unidos, Marco Rubio, sostienen un documento relacionado con la Orden Nacional al Mérito, la Gran Cruz, otorgada a Rubio, quien la porta, en el palacio Carondelet, el miércoles 9 de septiembre de 2026, en Quito, Ecuador. (AP Foto/Dolores Ochoa, foto compartida)]]></media:description><media:credit role="author" scheme="urn:ebu">Dolores Ochoa</media:credit></media:content></item><item><title><![CDATA[Man appears in court accused of sexually abusing 4-year-old girl in Hialeah ]]></title><link>https://www.local10.com/news/local/2026/09/16/man-appears-in-court-accused-of-sexually-abusing-4-year-old-girl-in-hialeah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/16/man-appears-in-court-accused-of-sexually-abusing-4-year-old-girl-in-hialeah/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A 65-year-old appeared in court on Wednesday, accused of sexually abusing a 4-year-old girl in Miami-Dade County.  ]]></description><pubDate>Wed, 16 Sep 2026 23:33:13 +0000</pubDate><content:encoded><![CDATA[<p>A 65-year-old man appeared in court on Wednesday, accused of sexually abusing a 4-year-old girl in Miami-Dade County. </p><p><a href="https://www.local10.com/espanol/2026/09/16/acusan-a-hombre-de-abusar-de-nina-en-lowes-de-hialeah/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/16/acusan-a-hombre-de-abusar-de-nina-en-lowes-de-hialeah/"><b>Leer en español</b></a></p><p>The girl told her parents a man had molested her on Sept. 12 at at the Lowe’s at 1650 West 37th St., records show.</p><p>Hialeah police officers arrested Jose Cremades on Tuesday after surveillance video showed him crouching down near the girl, according to police. </p><p>Cremades faced a charge of lewd and lascivious molestation of a child under 12. </p><p>Miami-Dade County Circuit Judge Mindy S. Glazer denied him bond. Cremades also had an immigration hold. </p><p>Local 10 News reached out to Lowe’s for comment, and they responded with the following statement: </p><blockquote><p>“Safety is our top priority and we are doing everything we can to assist local law enforcement. Because this is an active investigation, we ask that you reach out to the Hialeah Police Department.”</p><p class="citation">Lowe's </p></blockquote>]]></content:encoded></item><item><title><![CDATA[Former US Sen. Jon Kyl of Arizona, a 'workhorse' who shaped water policy, dies at 84]]></title><link>https://www.local10.com/news/2026/09/17/former-us-sen-jon-kyl-of-arizona-a-workhorse-who-shaped-water-policy-dies-at-84/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/17/former-us-sen-jon-kyl-of-arizona-a-workhorse-who-shaped-water-policy-dies-at-84/</guid><dc:creator><![CDATA[By JACQUES BILLEAUD, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Former U.S. Sen. Jon Kyl, a longtime Republican lawmaker from Arizona who shaped landmark water policies in the U.S. West and guided the confirmation of Supreme Court Justice Brett Kavanaugh, has died. He was 84.]]></description><pubDate>Thu, 17 Sep 2026 17:38:09 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Former U.S. Sen. Jon Kyl, a longtime Republican lawmaker from Arizona who shaped landmark water policies in the U.S. West and guided the confirmation of Supreme Court Justice Brett Kavanaugh, has died. He was 84.</p><p>Kyl died Wednesday night from a neurological disorder, said Gordon James, a communications professional who is a longtime friend of the Kyl family. Kyl had withdrawn from public life in December 2025 after announcing he had been diagnosed with dementia.</p><p>Kyl spent almost three decades in Congress, serving in both chambers, and watched his party undergo a drastic transformation, with his career spanning Ronald Reagan’s presidency to President Donald Trump’s first term.</p><p>“Arizonans are mourning the loss of former U.S. Senator Jon Kyl,” Democratic Gov. Katie Hobbs said in a post. “Throughout his decades of public service in the House and Senate, he was a dedicated statesman who always cared deeply for our state.”</p><p>Former Republican Arizona Gov. Doug Ducey, who considered Kyl a mentor, described the former senator in a February 2025 interview with The Associated Press as a true statesman and a “workhorse” among Washington, D.C.’s “showhorses.”</p><p>“If you saw him on the plane, he was sitting in the aisle, in coach, and he was reading,” Ducey said. “And he was reading potential bills or Senate business.”</p><p>Kyl returns briefly to Senate to fill McCain seat</p><p>Kyl rose to a leadership position during his last full term in the Senate, when his Republican colleagues selected him as minority whip. After retiring from politics in 2013 and becoming a lobbyist, Kyl returned to Congress briefly in 2018, when Ducey appointed him to fill the vacancy left by the late U.S. Sen. John McCain.</p><p>His appointment drew high praise from Trump, who said he was looking forward to working with “the extraordinary senator.” Kyl stayed for less than four months before rejoining lobbying firm Covington and Burling.</p><p>“At the federal level, and I regret to say that this is the case, but probably a lot of my better achievements were in preventing bad things from happening (rather) than forcing good things to happen,” Kyl said in a 2012 conversation with former U.S. Supreme Court Justice Sandra Day O’Connor.</p><p>Lawyer with expertise in water gets elected</p><p>Kyl was born in Oakland, Nebraska, on April 25, 1942, and grew up in a rural farming district in Iowa that his father represented in the U.S. House. At 18, he headed southwest to attend the University of Arizona, where he met his wife, Caryll, and earned a law degree.</p><p>Before being elected for the first of his four terms in the House in 1987, Kyl was a key participant in shaping Arizona’s 1980 groundwater code as a lawyer representing a large water utility. The first-of-its-kind code created a regulatory framework for managing groundwater in the drought-stricken state, largely centering on the state’s population centers, including Phoenix and Tucson.</p><p>In 2004, Kyl authored legislation that provided one of the largest tribal water rights settlements, which, after a decades-long battle, gave the Gila River Indian Community enough water to fill nearly 313,500 Olympic-sized swimming pools annually. Republican U.S. Sen. Mitch McConnell of Kentucky, who later served as majority leader, called Kyl's work ethic “legendary” in a 2012 floor speech and said Kyl had labored mostly behind the scenes for 15 years to advance the settlement.</p><p>Former Arizona Sen. Jeff Flake said he had long admired Kyl and appreciated the advice he offered when Flake started his political career. “The government needs people who are willing to serve a cause greater than their own self-interest, and that personified Jon,” Flake said. “He was a true public servant.”</p><p>Arizona State University’s Kyl Center for Water Policy takes its name from him. Its director, Sarah Porter, said Kyl was generous with his time and an effective member of the state’s congressional delegation who took a practical approach to water policy. “He’s always sort of cared about the public good and been able to think about, ‘What will this mean for the generations to come?’” Porter said, adding that Kyl remained “quite a dynamo” until recent years, as his wife battled health problems.</p><p>‘Giant’ in the Senate kept Republican caucus together</p><p>Ducey said Kyl was a “giant” in the Senate, further describing him as serious, engaging, forthright and thoughtful. His biggest impacts, Ducey said, came from the way he kept the Republican caucus together in opposition to Obamacare and his staunch support of Israel.</p><p>Kyl also backed legislation to authorize construction of a fence stretching hundreds of miles along the U.S.-Mexico border. He later joined with Democrats to support a bill that would provide a path to citizenship and temporary guest-worker status for those in the U.S. without authorization. The proposal ultimately failed.</p><p>As a lobbyist, Kyl helped guide the confirmation of Trump-picked U.S. Supreme Court Justice Brett Kavanaugh. When Kyl returned to the halls of Congress in 2018, he was known as Kavanaugh’s chief Sherpa — an informal but widely known term for a nominee’s guide to the political tundra in the Senate.</p><p>In a statement disclosing his dementia diagnosis, Kyl harkened back to the words of Reagan, when the former president revealed his own Alzheimer’s diagnosis and said he was starting a journey that would lead him to the end of his life.</p><p>Kyl said he shared Reagan’s confidence for Arizona and the nation’s future, and that despite his diagnosis, he was a “very fortunate man.”</p><p>____ Video journalist Nathan Ellgren in Washington and former Associated Press writer Sejal Govindarao contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXKHKQK245CTP4CRSVI56QYVXM.jpg?auth=1cc2d8a8f2e8025283a2363a765e4a69321acf68864c6399c0657944c445082b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Jon Kyl, R-Ariz., waits to be sworn-in by Vice President Mike Pence during his ceremonial swearing-in at the Old Senate Chamber on Capitol Hill, in Washington, Sept. 5, 2018. (AP Photo/Cliff Owen, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Cliff Owen</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFXN2O3LMBTZ7ICUHK7CVCKEVA.jpg?auth=635e8e2b3a1695287f4affc7f33c62540859fc0527f69150c0b564ef6ebf2918&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George W. Bush shares a laugh with, from left, Sen. Jon Kyl, R-Ariz., Sen. Dianne Feinstein, D-Calif., Sen. Orrin Hatch, R-Utah, and Sen. James Sensenbrenner, R-Wis., after signing a bill into law, July 15, 2004, in the Roosevelt Room of the White House. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">SUSAN WALSH</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WEUK26IX4KIVHGHFSVDPQA4PY.jpg?auth=a2a912e1b09f6b71012bd05a626bfdbe5a87d4d7064cfaabf22bebcc96fa9454&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate Judiciary Committee member Sen. Jon Kyl, R-Ariz. questions Supreme Court nominee Sonia Sotomayor on Capitol Hill in Washington, July 16, 2009. (AP Photo/Charles Dharapak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Dharapak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZK4QOQQECVS6FBS3F7DM546CXM.jpg?auth=b20a0f55651a07b6d1cd494106a5cbbb67a5153922322a234f851218195b80c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate Minority Leader Jon Kyl, R-Ariz., departs the Blair House in Washington, May 10, 2011, after a meeting on the legislative framework for deficit reduction. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Caitlin Clark’s Nike signature shoe arrives Oct. 1, with 'Caitlin Blue' and 'Warning Code Yellow']]></title><link>https://www.local10.com/sports/2026/09/17/caitlin-clarks-nike-signature-shoe-arrives-oct-1-with-caitlin-blue-and-warning-code-yellow/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/caitlin-clarks-nike-signature-shoe-arrives-oct-1-with-caitlin-blue-and-warning-code-yellow/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[Caitlin Clark doesn't have much longer to wait for her first signature shoe to come out.]]></description><pubDate>Thu, 17 Sep 2026 16:01:39 +0000</pubDate><content:encoded><![CDATA[<p>Caitlin Clark doesn't have much longer to wait for her first signature shoe to come out.</p><p>They will be available starting Oct. 1 in the U.S. and a week earlier in China.</p><p>“I’m just super excited,” she told The Associated Press in Germany last week. “I look down at my feet and I’m, man, I’m wearing my shoes. There’s not many people that get a Nike signature shoe.”</p><p>Clark will be the fifth active player to have a signature shoe, joining fellow Nike athletes Sabrina Ionescu and A’ja Wilson. Angel Reese has one with Reebok and Breanna Stewart with Puma. Sheryl Swoopes was the first women’s basketball player to have her own one in 1995. Elena Delle Donne’s signature shoe debuted at the same time as Stewart in 2022. They were the first players with signature shoes since Candace Parker in 2011.</p><p>“I don’t even think that’s something I dreamed about as a kid, because it felt so far away from something that I could ever achieve," Clark said of having her own shoe. "I was always a kid that wanted the coolest shoes and I’m so excited.”</p><p>The shoe will sell for $140, putting it around the same as Wilson and Ionescu's shoes. It will be available in "Caitlin Blue" and "Warning Code Yellow" when it first comes out.</p><p>“I hope when people put the shoe on, they can feel a part of me,” Clark said. “I hope more than anything, it gives people confidence that they can dream to achieve whatever they want and they feel like they can be me in the shoe.”</p><p>Clark, who gifted the shoes to her Indiana Fever teammates when she returned from helping the U.S. win a gold medal at the women's FIBA World Cup, said a lot of her personality has come through in the shoe with the colors that she wears.</p><p>“It’s just been really cool and a fun process. I hope everybody knows that I put a lot of time and effort into it. It’s not just like Nike mocked this up and I check the box,” she said. “This was something that was super important for me because I really want my fans to feel connected and to feel like they can play just like how I play.”</p><p>Clark said there are many more colors coming down the road. They'll also be a signature line of apparel coming out as well with T-shirts, jackets and sweatshirts.</p><p>“It’s been a really fun process and it never gets old," Clark said. "Lacing up your shoes that have your logo on it and that you designed and have a Nike swoosh — I don’t think it gets much better than that, to be honest."</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4W2QI2WH3MX3VSA6I5DAL4PY4I.jpg?auth=623eb0df23ec24da8304fb1be35511758c6d96e1e3ae6d7dd47efa7be003ca92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA basketball player Caitlin Clark's signature Nike shoe is shown Sept. 10, 2026, in Berlin, Germany. (AP Photo/Doug Feinberg)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Feinberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N44L73B4AOSQNGHOCU4AZHG5AA.jpg?auth=ecd38bd159c80bf6fb00cf2d5e66f52e98b85e36e99605d5002972f4de1fd45e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Caitlin Clark of the United States, poses with the trophy after the Women's Basketball World Cup final match between the United States and France in Berlin, Sunday, Sept. 13, 2026. (AP Photo/Ebrahim Noroozi)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content></item><item><title><![CDATA[Homestead mother, son charged after girl, 8, reports being hit with belt, bound with shoelaces, cops say]]></title><link>https://www.local10.com/news/local/2026/09/17/homestead-mother-son-charged-after-girl-8-reports-being-hit-with-belt-bound-with-shoelaces-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/homestead-mother-son-charged-after-girl-8-reports-being-hit-with-belt-bound-with-shoelaces-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police in Homestead arrested a mother and her son on child abuse charges. ]]></description><pubDate>Thu, 17 Sep 2026 15:45:53 +0000</pubDate><content:encoded><![CDATA[<p>Police in Homestead arrested a mother and her son on child abuse charges. </p><p><a href="https://www.local10.com/espanol/2026/09/17/acusan-a-madre-de-homestead-y-a-su-hijo-luego-de-que-nina-de-8-anos-reportara-que-la-golpearon-con-cinturon-y-la-ataron-con-cordones-de-zapatos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/acusan-a-madre-de-homestead-y-a-su-hijo-luego-de-que-nina-de-8-anos-reportara-que-la-golpearon-con-cinturon-y-la-ataron-con-cordones-de-zapatos/">Leer en español</a></p><p>Officers with the Homestead Police Department said they took Rebecca Bouie, 37, and Jamaury Elijah Benoit, 19, into custody on Monday after they said the 8-year-old victim reported the abuse while she was at school. </p><p>According to police, the child said her mother, Bouie, and brother, Benoit, “hit her with a belt on her arms, legs and abdomen,” according to an arrest report, which also stated, “The victim has multiple healed patterned markings on her arms, legs, and abdomen consistent with having been struck with a belt.”</p><p>The victim also told police that Benoit would “bound her wrists and ankles together with shoelaces” and left her like that for at least an hour, the arrest report states. </p><p>Additionally, records revealed that in January, Benoit was arrested for child abuse on the same victim and was issued a non-expiring stay away order, which said he could not have any contact with the victim.</p><p>Investigators then discovered that at some point after the order was issued, Bouie allowed Benoit back into the home where the victim also lived. </p><p>Jail records show Bouie is facing felony charges of child abuse with no great bodily harm and child neglect with no great bodily harm, while Benoit was charged with a felony count of aggravated child abuse or torture with great bodily harm and a misdemeanor charge of violation of a domestic violence injunction. </p><p>As of Thursday morning, both were being held at the Turner Guilford Knight Correctional Center, with Bouie on a $5,000 bond and Benoit’s bond listed as “to be set.”</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/SMTYOGAYORDVDJSMW2T7EABIOU.jpg?auth=16e125b51ce61e2bb87c261c6aaf501df359d92fcad169c311dbb6e32eb951d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a madre de Homestead y a su hijo luego de que niña de 8 años reportara que la golpearon con cinturón y la ataron con cordones de zapatos]]></title><link>https://www.local10.com/espanol/2026/09/17/acusan-a-madre-de-homestead-y-a-su-hijo-luego-de-que-nina-de-8-anos-reportara-que-la-golpearon-con-cinturon-y-la-ataron-con-cordones-de-zapatos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/acusan-a-madre-de-homestead-y-a-su-hijo-luego-de-que-nina-de-8-anos-reportara-que-la-golpearon-con-cinturon-y-la-ataron-con-cordones-de-zapatos/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía de Homestead arrestó a una madre y a su hijo por cargos de abuso infantil.]]></description><pubDate>Thu, 17 Sep 2026 15:58:21 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Homestead arrestó a una madre y a su hijo por cargos de abuso infantil.</p><p>Agentes del Departamento de Policía de Homestead dijeron que detuvieron el lunes a Rebecca Bouie, de 37 años, y a Jamaury Elijah Benoit, de 19, después de que la víctima de 8 años reportara el abuso mientras estaba en la escuela.</p><p>Según la policía, la menor dijo que su madre, Bouie, y su hermano, Benoit, “la golpearon con un cinturón en los brazos, piernas y abdomen”, según un reporte de arresto, que también señaló: “La víctima tiene múltiples marcas con patrones ya cicatrizadas en los brazos, piernas y abdomen, compatibles con haber sido golpeada con un cinturón”.</p><p>La víctima también dijo a la policía que Benoit le “ataba las muñecas y los tobillos con cordones de zapatos” y la dejaba así durante al menos una hora, señala el reporte de arresto.</p><p>Además, los registros revelaron que en enero Benoit fue arrestado por abuso infantil contra la misma víctima y recibió una orden de alejamiento sin fecha de vencimiento, que establecía que no podía tener ningún contacto con la víctima.</p><p>Los investigadores descubrieron entonces que, en algún momento después de que se emitiera la orden, Bouie permitió que Benoit regresara a la vivienda donde también vivía la víctima.</p><p>Los registros de la cárcel muestran que Bouie enfrenta cargos graves de abuso infantil sin lesiones corporales graves y negligencia infantil sin lesiones corporales graves, mientras que Benoit fue acusado de un cargo grave de abuso infantil agravado o tortura con lesiones corporales graves y un cargo menor por violación de una orden judicial por violencia doméstica.</p><p>Hasta la mañana del jueves, ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight, con una fianza de $5,000 USD para Bouie, mientras que la fianza de Benoit figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SMTYOGAYORDVDJSMW2T7EABIOU.jpg?auth=16e125b51ce61e2bb87c261c6aaf501df359d92fcad169c311dbb6e32eb951d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Chef David Chang hits the road across the US in new food-centric CNN travel series]]></title><link>https://www.local10.com/entertainment/2026/09/17/chef-david-chang-hits-the-road-across-the-us-in-new-food-centric-cnn-travel-series/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/chef-david-chang-hits-the-road-across-the-us-in-new-food-centric-cnn-travel-series/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In an episode of his new CNN travel series, chef David Chang is cruising down the highway on his way to Las Vegas when he stops at a humble truck stop off Interstate 15.]]></description><pubDate>Thu, 17 Sep 2026 15:49:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In an episode of his new CNN travel series, chef David Chang is cruising down the highway on his way to Las Vegas when he stops at a humble truck stop off Interstate 15.</p><p>The town is Hesperia, California, and the producers wanted Chang to try an Indian restaurant near a windshield repair store. But Chang spots a Mexican cantina that looks promising.</p><p>He naturally chooses to eat at both, freaking out his camera crew.</p><p>“I just wanted to taste things. When I see something, I’m like, ‘Oh, that looks interesting. I would like to taste that,’” he says in an interview. “To the dismay of the producers and the team, they’re like, ‘No, no. We got to go here.’ I was like, ‘You don’t understand. I told you guys that if we’re going to do the show, everything’s on the table.'”</p><p>“Everything's On the Table” might be a good alternative title for the six-part “The Detour with David Chang,” where the famed founder of the Momofuku global restaurant chain pairs with a companion and hits the open road, eating his way through America. It begins airing Sunday.</p><p>What's the show about?</p><p>Chang chows down on Filipino food in South Las Vegas, bites into a traditional Czech puff pastry in Texas and tries Haitian food for the first time in Miami. The show's motto is: “All we’ve got is a destination. Everything else is a detour.”</p><p>He's paired by friends and strangers alike, from “American Fiction” director and writer Cord Jefferson to comedian, actor and writer Cristela Alonzo, who shows him her Texas. In Tennessee, he rides with Christina Tosi, the Milk Bar creator, who is almost a surrogate sister.</p><p>The show is about exploring and connecting with locals to find hidden gems, like the spot that serves killer Cuban fritas at a laundromat. Or the chefs who take barbecue and combine Asian flavors, creating oak-smoked pulled pork with Penang curry. Or the family serving Honduran food truck breakfast that helps heal Chang's terrible rum hangover.</p><p>“I love going out to eat, but as I get older, staying inside, not doing as much, is also nice. And I think that over the past few years, I’ve certainly been calcified,” says Chang. “Anytime you get out of your comfort zone or your little bubble, I think it’s a good reminder that there’s so much other stuff out there.”</p><p>Eating choices don't follow the algorithm</p><p>Chang joins a crowded field of celebrity travel hosts, which includes Daniel Dae Kim, Tony Shalhoub, Rainn Wilson, Eugene Levy, Stanley Tucci,Orlando Bloom, Zac Efron, José Andrés, Chris Hemsworth, Will Smith, Eva Longoria and Ewan McGregor. Awkwafina is on deck.</p><p>All owe a debt to Anthony Bourdain, who inspired millions to share his delight in food and the bonds it created. Bourdain died in 2018. Amy Entelis, executive vice president of talent, CNN Originals and creative development, notes that Chang is the first chef to host a CNN original series since Bourdain.</p><p>“Dave isn’t setting out to define American food or find the ‘best’ restaurant in every city. It’s almost the opposite,” she says. “He gets in the car, talks to people and follows recommendations that take him somewhere he didn’t expect to go. At a time when an algorithm can tell you where to eat, where to stay and what to see, there’s something really appealing about just getting a little lost and seeing what you find.”</p><p>The seed of the series was planted when Chang and executive producer Morgan Neville were chatting one day about what it was like to discover new indie rock bands back in the old days before the internet and influencers, and the joy when you found one.</p><p>“I felt like that was sort of how I felt about food as well,” says Chang. “Listen, it’s easier to eat than ever before. But, in some ways, it is harder to find something that is meaningful to you.”</p><p>He finds twists on brisket and Ethiopian food</p><p>One show highlight is the delightful way he ends up at an Ethiopian restaurant in Las Vegas after listening to the recommendation of a taxi driver. Eating slow-cooked chicken and injera — the sour, spongy flatbread — reminded Chang of how good that cuisine is.</p><p>“I will die on the hill that Ethiopian food is one of the world’s greatest cuisines. There’s nothing like it, and it’s a singular approach to texture, flavor, and the kind of food that everyone loves these days — communal dining, where everyone can eat the same thing but customize it themselves.”</p><p>He learns that in Texas the Holy Trinity is brisket, ribs and sausage, but some local chefs are also putting their own spins on classic dishes. Like pitmaster Chuck Charnichart at the eatery Barbs in Lockhart, who adds serrano glaze on her ribs and zests fresh limes over them. “It feels like I have a front-row seat to Dylan going electric,” Chang says in admiration.</p><p>Throughout the series is Chang's gentle humor and willingness to try and do anything, dropping references to the painter Rothko, musician John Coltrane and director Terrence Malick along the way. And, of course, always popping corn nuts.</p><p>“When you think about it, I’m getting paid to go eat and hang out with friends,” he says, laughing. “I have nothing to complain about. And it’s a nice reminder that this is literally a dream job.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QMSJTL4K2BGTOZK4TLNDKIB5NI.jpg?auth=0f268a2e268be46dcfe2053a6d8cab3f8eb8a74d8a42f27ab7b6611737b8f891&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 CNN shows David Chang in a scene from the new CNN travel series, "The Detour with David Chang." (Alanna Hale/CNN via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alanna Hale</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QMCZYRKI3KJUNPW47LS2VZZ5SM.jpg?auth=d5842c9b59c1aa57274e7ce9c66f4aefe1772a4ca1d2907c11871b6dea7f5651&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chef David Chang speaks during an interview in Los Angeles on Oct. 23, 2019. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content></item><item><title><![CDATA[Arrestan a un hombre por amenazas de bomba en dos escuelas]]></title><link>https://www.local10.com/espanol/2026/09/16/detienen-a-una-persona-tras-amenazas-de-bomba-en-escuelas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/16/detienen-a-una-persona-tras-amenazas-de-bomba-en-escuelas/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Las amenazas iban dirigidas contra una escuela intermedia de Cooper City y una primaria de Lauderhill. Las fuerzas del orden alertaron a los dos centros antes de que comenzaran las clases.]]></description><pubDate>Wed, 16 Sep 2026 13:53:38 +0000</pubDate><content:encoded><![CDATA[<p>Christopher Matthew Wilkens enfrenta un cargo por amenazar con usar un artefacto destructivo. Las clases transcurrieron con normalidad en Cooper City y Lauderhill, y todavía no se conoce el monto de su fianza.</p><p>Un hombre de 28 años fue arrestado el miércoles luego de que, según agentes de la Oficina del Sheriff de Broward (BSO), presuntamente hiciera amenazas de bomba contra dos escuelas del condado Broward antes del inicio de la jornada escolar.</p><p>Las autoridades policiales notificaron a Pioneer Middle School, ubicada en el 5350 SW 90th Ave. en Cooper City, y a Larkdale Elementary School, en el 3250 NW 12th Place en Lauderhill, sobre las amenazas contra sus planteles, confirmaron funcionarios de la Junta Escolar del Condado Broward.</p><p>Según la policía de Lauderhill, el sospechoso, identificado como Christopher Matthew Wilkens, dijo a los investigadores que llamó al 911 para hacer una falsa amenaza de bomba contra ambas escuelas.</p><p>La Junta Escolar aseguró que todos los estudiantes y el personal están a salvo, y que las dos escuelas mantuvieron su horario habitual.</p><p>De acuerdo con la Junta, agentes de BSO y el Departamento de Policía de Lauderhill investigaron las amenazas de inmediato.</p><p>Los investigadores indicaron que Wilkens no tiene ninguna relación con Larkdale, pero no confirmaron si tiene algún vínculo con Pioneer Middle School.</p><p>La policía informó que Wilkens enfrenta un cargo de amenazar con lanzar, proyectar, colocar o detonar un artefacto destructivo.</p><p>Aún no se ha dado a conocer información sobre su fianza.</p>]]></content:encoded></item><item><title><![CDATA[1 arrested after bomb threats reported at 2 Broward schools, authorities say ]]></title><link>https://www.local10.com/news/local/2026/09/16/1-in-custody-after-bomb-threats-reported-at-2-broward-schools-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/16/1-in-custody-after-bomb-threats-reported-at-2-broward-schools-authorities-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 28-year-old man was arrested Wednesday after deputies with the Broward Sheriff’s Office said he allegedly made bomb threats to two Broward County schools before the start of the school day. ]]></description><pubDate>Wed, 16 Sep 2026 13:45:14 +0000</pubDate><content:encoded><![CDATA[<p>A 28-year-old man was arrested Wednesday after deputies with the Broward Sheriff’s Office said he allegedly made bomb threats to two Broward County schools before the start of the school day. </p><p><a href="https://www.local10.com/espanol/2026/09/16/detienen-a-una-persona-tras-amenazas-de-bomba-en-escuelas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/16/detienen-a-una-persona-tras-amenazas-de-bomba-en-escuelas/"><b>Leer en español</b></a></p><p>Pioneer Middle School, located at 5350 SW 90th Ave. in Cooper City, and Larkdale Elementary School, located at 3250 NW 12th Place in Lauderhill, were notified by law enforcement about threats toward their schools, Broward County School Board officials confirmed. </p><p>According to Lauderhill police, the suspect, who they identified as Christopher Matthew Wilkens, told investigators that he called 911 to make a fake bomb threat to both schools. </p><p>School board officials said all students and staff are safe, and both schools followed their normal schedules.</p><p>They said the threats were immediately investigated by BSO deputies and the Lauderhill Police Department. </p><p>Investigators said Wilkens has no connection to Larkdale Middle School but did not confirm whether he has a connection to Pioneer Middle School.</p><p>Wilkens is facing two charges of threatening to throw, project, place or discharge a destructive device and one charge of false report of a bomb. </p><p>Wilkens appeared in bond court Thursday, where a judge set his bond at $45,000. He was also ordered to wear a GPS monitor, prohibited from possessing firearms, weapons or ammunition, and barred from returning to any school in Broward County.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade man accused of beating daughter, 5, with squeegee over ‘poor behavior in school’ ]]></title><link>https://www.local10.com/news/local/2026/09/17/miami-dade-man-accused-of-beating-daughter-5-with-squeegee-over-poor-behavior-in-school/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/17/miami-dade-man-accused-of-beating-daughter-5-with-squeegee-over-poor-behavior-in-school/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade father was arrested Tuesday after deputies said he allegedly struck his 5-year-old daughter multiple times with a plastic bathroom squeegee. ]]></description><pubDate>Thu, 17 Sep 2026 15:13:36 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade father was arrested Tuesday after deputies said he allegedly beat his 5-year-old daughter with a plastic bathroom squeegee. </p><p><a href="https://www.local10.com/espanol/2026/09/17/acusan-a-hombre-de-miami-dade-de-golpear-a-hija-de-5-anos-con-limpiavidrios-por-mal-comportamiento-en-la-escuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/acusan-a-hombre-de-miami-dade-de-golpear-a-hija-de-5-anos-con-limpiavidrios-por-mal-comportamiento-en-la-escuela/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office identified the suspect as 44-year-old Yoanny Herrera Nieblas. </p><p>Deputies said the incident happened Sept. 8 at his home in the 14900 block of Southwest 53rd Lane in the county’s Kendall West neighborhood. </p><p>While conducting a child abuse investigation, deputies determined that the girl was at home taking a shower when Herrera Nieblas entered the bathroom and confronted her about her “poor behavior in school,” according to an arrest report obtained by Local 10 News on Thursday. </p><p>Herrera Nieblas then “proceeded to utilize the plastic bathroom squeegee to strike the victim multiple times on the buttocks,” the report states.</p><p>As a result, the girl sustained visible bruising to her buttocks that was present for more than three days, according to the report.</p><p>After being advised of his Miranda rights, Herrera Nieblas told investigators that his daughter had “ongoing behavioral issues in school,” according to the report.</p><p>He told investigators that the school had recently notified him that his daughter “stuck her middle finger up to the teacher.” During bath time, he also asked her about the incident, and she admitted what she had done, according to the report.</p><p>The report states Herrera Nieblas told investigators he had tried “verbally discipling” the girl multiple times but had not observed a change in her behavior. That was when he “escalated the discipline to spanking her with the plastic bathroom squeegee,” according to deputies. </p><p>Jail records show he is facing one count of child abuse with no great bodily harm.</p><p>As of Thursday morning, Herrera Nieblas was no longer listed as an inmate on the Miami-Dade Corrections and Rehabilitation website. His bond information wasn’t immediately available. </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/KOA7UATKJJCR3FGD6HLR2QZF3I.jpg?auth=d3c54c9f16992e12b6c568057c4ea35eca35f4519874fc975950ca43a7bd9911&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Miami-Dade de golpear a hija de 5 años con limpiavidrios por “mal comportamiento en la escuela”]]></title><link>https://www.local10.com/espanol/2026/09/17/acusan-a-hombre-de-miami-dade-de-golpear-a-hija-de-5-anos-con-limpiavidrios-por-mal-comportamiento-en-la-escuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/acusan-a-hombre-de-miami-dade-de-golpear-a-hija-de-5-anos-con-limpiavidrios-por-mal-comportamiento-en-la-escuela/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un padre de Miami-Dade fue arrestado el martes después de que agentes dijeron que presuntamente golpeó varias veces a su hija de 5 años con un limpiavidrios de plástico para baño.]]></description><pubDate>Thu, 17 Sep 2026 15:27:53 +0000</pubDate><content:encoded><![CDATA[<p>Un padre de Miami-Dade fue arrestado el martes después de que agentes dijeron que presuntamente golpeó a su hija de 5 años con un limpiavidrios de plástico para baño.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade identificaron al sospechoso como Yoanny Herrera Nieblas, de 44 años.</p><p>Los agentes dijeron que el incidente ocurrió el 8 de septiembre en su vivienda, ubicada en la cuadra 14900 de Southwest 53rd Lane, en el vecindario Kendall West del condado.</p><p>Mientras realizaban una investigación por abuso infantil, los agentes determinaron que la niña estaba en su casa bañándose cuando Herrera Nieblas entró al baño y la confrontó por su “mal comportamiento en la escuela”, según un reporte de arresto obtenido por Local 10 News el jueves.</p><p>Herrera Nieblas entonces “procedió a utilizar el limpiavidrios de plástico para baño para golpear a la víctima varias veces en los glúteos”, señala el reporte.</p><p>Como resultado, la niña sufrió moretones visibles en los glúteos que permanecieron durante más de tres días, según el reporte.</p><p>Después de ser informado de sus derechos Miranda, Herrera Nieblas dijo a los investigadores que su hija tenía “problemas continuos de comportamiento en la escuela”, según el reporte.</p><p>Dijo a los investigadores que la escuela le había notificado recientemente que su hija “le mostró el dedo medio a la maestra”. Durante la hora del baño, también le preguntó sobre el incidente y ella admitió lo que había hecho, según el reporte.</p><p>El reporte señala que Herrera Nieblas dijo a los investigadores que había intentado “disciplinar verbalmente” a la niña varias veces, pero no había observado un cambio en su comportamiento. Fue entonces cuando “intensificó la disciplina y le dio nalgadas con el limpiavidrios de plástico para baño”, según los agentes.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de abuso infantil sin lesiones corporales graves.</p><p>Hasta la mañana del jueves, Herrera Nieblas ya no figuraba como recluso en el sitio web del Departamento de Correcciones y Rehabilitación de Miami-Dade. La información sobre su fianza no estaba disponible de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KOA7UATKJJCR3FGD6HLR2QZF3I.jpg?auth=d3c54c9f16992e12b6c568057c4ea35eca35f4519874fc975950ca43a7bd9911&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Martin McDonagh on being scared of John Malkovich, the CIA and 'Wild Horse Nine']]></title><link>https://www.local10.com/entertainment/2026/09/17/martin-mcdonagh-on-being-scared-of-john-malkovich-the-cia-and-wild-horse-nine/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/martin-mcdonagh-on-being-scared-of-john-malkovich-the-cia-and-wild-horse-nine/</guid><dc:creator><![CDATA[By JAKE COYLE, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — Stop me if you've heard this before. Martin McDonagh has unveiled a dark comedy of mischievous wit and melancholy soulfulness, and it's immediately been hailed as one of the best movies of the year.]]></description><pubDate>Thu, 17 Sep 2026 15:22:18 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — Stop me if you've heard this before. Martin McDonagh has unveiled a dark comedy of mischievous wit and melancholy soulfulness, and it's immediately been hailed as one of the best movies of the year.</p><p>Yes, the British-Irish writer-director of “The Banshees of Inisherin,” “In Bruges” and “Three Billboards Outside Ebbing, Missouri” has been here before. But McDonagh's latest, “Wild Horse Nine,” is also something different and more provocative.</p><p>The film, which has played to standing ovations across the Venice, Telluride and Toronto film festivals, stars John Malkovich and Sam Rockwell as CIA officers who have recently laid the groundwork for the 1973 coup in Chile. But they're now taking a trip to Easter Island, as one says, “to see the heads” — the Moai stone sculptures. Chris (Malkovich) is dying of cancer and increasingly loose-lipped about his colorful CIA past, including a presidential assassination.</p><p>Their conversation, as is typical in McDonagh's brilliant, barbed dialogue, is laced with deeper ruminations on regret and death, with more absurd digressions mixed in. In one memorable scene, Chris traces a connection between democracy, homosexuality and good cheese.</p><p>“I wanted those guys to feel like an old married couple in a way,” McDonagh says.</p><p>He recently met a reporter for coffee in Toronto to talk about “Wild Horse Nine” and why he's so eager for the conversation it might generate. Searchlight Pictures releases the film Nov. 6.</p><p>AP: You wrote “In Bruges” after a trip to the Belgian city. This came out of a trip to Easter Island. How important is travel to your writing?</p><p>McDonagh: Very much. I love to travel. I like traveling alone. It always prompts some kind of thinking. Bruges was just a weekend trip for fun and the town became a character literally while I was there. Fifteen years ago I went to Easter Island with the hope that something similar would happen to the Bruges scenario. It looked like a beautiful backdrop to some kind of story to tell but it took a bunch of iterations of it before it became what you saw.</p><p>AP: Do you feel like being removed from regular life frees you?</p><p>McDonagh: Maybe things seem much more cinematic. I never had any desire to write something set in London, for instance, and I never have. I don’t see it with fresh eyes. I do like traveling around America. I used to get trains around America a lot. It feels like a CinemaScope window across the West. I feel like finding the place is going to be key to my next project, which I don’t have right now. Part of that is: Where do you want to spend six months of your life? South of France sounds good! And where is cinematic that hasn’t been captured before?</p><p>AP: Do you tend to start with two characters talking? Some of your films are centered on odd couples.</p><p>McDonagh: The odd couple talking thing, I did three or four versions of that. They were talking fine but there was no purpose or reason for them to be there. But I had always been fascinated with what the CIA did in Chile in the 1970s. When I thought about that, everything fell into place. It wasn’t just two cranky old guys talking.</p><p>AP: I've never seen a CIA agent character like Malkovich's character — a guy who just wants to spill all the beans.</p><p>McDonagh: I don’t think they’re as classy as John. I think we’re painting way too good a picture of the CIA. He’s erudite. He’s got a sense of humor. He regrets stuff. And I don’t think they do.</p><p>AP: He's ready to be up front about some of the U.S.'s underhanded dealings. Do you feel like it's a time for frankness about America's darker side?</p><p>McDonagh: Even while we were still editing it, it felt more and more like it was a commentary on the modern day, especially with a lot of the recent stuff that Trump’s been doing. It wasn’t the direct purpose of it, but I kind of liked that it felt that way. The tragic thing is: history keeps repeating itself, and more and more stupidly and less and less secretively. They kept their horrible stuff secret back then. It’s like they don’t care what people think about it anymore. I think that’s a darker place we’re in now. Shame doesn’t come into it.</p><p>AP: There's a moment in the film when Malkovich's character suggests peaceful protest marches have no effect. What do you think?</p><p>McDonagh: Whether or not I agree with it or not is for a later chat. I’m not saying the pacifist version is wrong or doesn’t work at times. But I do think the CIA and KGB and most vicious governments around the world are more happy with polite protest marches.</p><p>AP: You had twice before, for “Seven Psychopaths” and your play “A Behanding in Spokane,” tried to work with Malkovich. What drew you to him?</p><p>McDonagh: He can be ultra dangerous and you feel scared of him more than most. Maybe Joe Pesci. I was scared the first time I had a Zoom with him. But also his dexterity with comedy. But mostly knowing that in the silent moments you’d see acres of sorrow and regret when he’s seemingly not doing anything — when he’s just looking out of a window or listening to a Dictaphone or smoking a cigarette.</p><p>AP: Was it at all purposeful to have Malkovich playing a memoir-writing CIA officer like he did in the Coen brothers’ “Burn After Reading”?</p><p>McDonagh: Not at all. In fact, I had kind of forgotten that whole section of that film until I rewatched it a few months ago. I hope that they don’t think I stole the whole memoir-of-a-CIA-guy bit from him. (Laughs) But John’s so good at everything that history is going to repeat itself.</p><p>AP: As much acclaim as Malkovich is rightly getting, Rockwell is also great even if his performance is less eye-catching.</p><p>McDonagh: It’s not but it’s completely generous. I think it’s still one of his best-ever performances. It’s not as showy as some of the previous things I’ve done with Sam or some of Sam’s other brilliant work. But there aren’t many who could convey the love that’s there without bawling his eyes out. You feel like it’s an equal two-hander at the same time as John’s character will always be the lead.</p><p>AP: Do you identify more with either of their characters?</p><p>McDonagh: John’s got a lot of me. I like the outrageousness and the danger of where he goes sometimes. In my more sarcastic, anarchistic moments, I find that sort of stuff funny. He’s an awful guy, he’s done awful things. But on top of that, I do feel like he says a lot of funny stuff that I agree with — even if it’s just cheeses. (Laughs) A scene like that, you know you’re being naughty but I think the principle of it is actually sort of loving and weirdly pro-democratic, pro-gay and pro-cheese.</p><p>AP: Coming out of the pandemic, you talked about committing to writing a movie every year.</p><p>McDonagh: That’s gone away! (Laughs) I realize after a year or two I’m fundamentally lazy. But this feels like a quite short time between.</p><p>AP: Well, choosing to make a movie on Easter Island probably doesn't speed things up.</p><p>McDonagh: But it does combine vacation time on an island with making a movie. (Laughs) That’s what I’m going to do next. Tahiti, 1900, two blokes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QOOIVYXMMNZAB5NVNFEL4F5AQE.jpg?auth=4b2a8c74f288f57a34ffe2b7f83036f0120822b3a9806ca8790c1072dad6b19e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[John Malkovich, left, director Martin McDonagh and Sam Rockwell pose for photographers at the photo call for the film 'Wild Horse Nine' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 2026. (Photo by Scott A Garfitt/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Scott A Garfitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BVRJVLEOGOGNQ5JO4FCNX4BBLY.jpg?auth=8130588aef5d6819e98b488a00f5b9c9faca731d869e6f39ae9f21fd561a6780&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 Searchlight Pictures shows John Malkovich in a scene from "Wild Horse Nine." (Diego Araya Corvalán/Searchlight Pictures via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Diego Araya Corvalán</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7YOVUCMD5EZHF5DI2B3UG45PUI.jpg?auth=b0ce5e67580d50bb8a1092b130a7dd4c25c34bb16de8bd5632b0c2c445d56106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Phoebe Waller-Bridge, left, and director Martin McDonagh pose for photographers at the red carpet for the film 'Wild Horse Nine' during the 83rd edition of the Venice Film Festival in Venice, Italy, on Thursday, Sept. 3, 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[Sept. 17: Morning flooding in Broward County is the start to another stormy pattern]]></title><link>https://www.local10.com/weather/2026/09/17/sept-17-morning-flooding-in-broward-county-is-the-start-to-another-stormy-pattern/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/17/sept-17-morning-flooding-in-broward-county-is-the-start-to-another-stormy-pattern/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[Parts of South Florida, especially around Fort Lauderdale, have picked up 3-6 inches of rain so far Thursday morning. ]]></description><pubDate>Thu, 17 Sep 2026 15:21:54 +0000</pubDate><content:encoded><![CDATA[<p>Parts of South Florida, especially around Fort Lauderdale, have picked up 3-6 inches of rain so far Thursday morning. The worst of the flooding is ending with only spotty downpours off the Atlantic for the rest of the afternoon, although some still could back build along the coast and produce localized areas of heavy rain.</p><p>More of the same is on the way Friday into the weekend as a storm system north of the Bahamas moves into Florida and stalls out for a few days. This will give us rounds of thunderstorms, especially in the afternoons. Some storms could be severe with damaging winds, hail, and intense lightning. This wet pattern will last well into next week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Pulisic left off US roster by Pochettino, 16-year-old Sullivan among 13 who could make debuts]]></title><link>https://www.local10.com/sports/2026/09/17/pulisic-left-off-us-roster-by-pochettino-sullivan-among-13-who-could-make-debuts/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/pulisic-left-off-us-roster-by-pochettino-sullivan-among-13-who-could-make-debuts/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Christian Pulisic is out and 16-year-old Cavan Sullivan is in.]]></description><pubDate>Thu, 17 Sep 2026 18:02:08 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Christian Pulisic is out and 16-year-old Cavan Sullivan is in.</p><p>Mauricio Pochettino picked 13 newcomers Thursday for the first roster of his second term as U.S. coach, dropping the team's top star and picking a forward who could become the youngest American national team player in 20 years.</p><p>“It’s a completely different approach than it was in the past,” Pochettino said from New York during an online news conference. “The World Cup is in four years. We need to work with different objectives and goals.”</p><p>Midfielder Yunus Musah, a 2022 World Cup veteran who hasn't played for the Americans since March 2025, also was among 28 players selected for friendlies against Peru (Sept. 26 in Orlando, Florida), Chile (Sept. 29 in St. Louis), Mexico (Oct. 3 in Glendale, Arizona) and Canada (Oct. 6 in St. Paul, Minnesota).</p><p>A two-time World Cup veteran who turns 28 on Friday, Pulisic failed to score during last summer's tournament. He missed one of the Americans’ five matches because of a calf injury and left two others early.</p><p>Pulisic came off in the second half of the 4-1 loss to Belgium in the round of 16 because of a microfracture of his right tibia and fibula, and he didn't make his season debut for AC Milan until last weekend.</p><p>Pochettino didn’t give a reason for why he didn’t pick Pulisic.</p><p>“It’s not a point that now the first camp of this new cycle I start to explain why it’s one, why it is not another," Pochettino said.</p><p>Sullivan made his Major League Soccer debut at 14 with Philadelphia in July 2024 and has six league goals this season. He is set to transfer to Manchester City when he turns 18.</p><p>“He deserved all the praise that he’s getting I think because he’s performing well, he’s playing well, he’s giving assists and scoring goals," Pochettino said. “He is special because he is 16 years old playing in this level in MLS.”</p><p>Sullivan will be two days shy of his 17th birthday when the Americans play Peru and could become the youngest U.S. national team player since Freddy Adu debuted at 16 years, 234 days against Canada on Jan. 22, 2006.</p><p>Sullivan was in the stands for the World Cup loss to Belgium in Seattle.</p><p>“Thinking of that Belgium game, I think I could come into that game on the right side and make a difference," he said on Alexi Lalas’ State of the Union podcast earlier this month.</p><p>Others who could debut are 17-year-old midfielders Adri Mehmeti and Mathis Albert; 18-year-old defenders Peyton Miller and Neil Pierre; 18-year-old forward Julian Hall; 19-year-old midfielder Zavier Gozo; 19-year-old forward Justin Ellis; 20-year-old goalkeeper Diego Kochen; 20-year-old right back Frankie Westfield; 20-year-old midfielders Cole Campbell and Brooklyn Raines; and 25-year-old goalkeeper Brian Schwake.</p><p>“This for me is a great opportunity to meet these guys, to see them, to analyze, to see the things to improve in the way that they can evolve,” Pochettino said. “They need to make the mistake, but we need to be there to try to fix that.”</p><p>Also showing assurance, Gozo spoke of this year's World Cup last month on “The Late Run” podcast.</p><p>“I do think I deserved to be there,” he said.</p><p>Twelve players are from Major League Soccer.</p><p>Two players have just one previous appearance: 22-year-old goalkeeper Chris Brady and 25-year-old defender George Campbell.</p><p>Just 13 players return from the 26-man World Cup roster: goalkeeper Matt Freese and Brady; defenders Sergiño Dest, Alex Freeman, Chris Richards, Antonee Robinson, Miles Robinson and Austin Trusty; midfielders Tyler Adams, Sebastian Berhalter, Gio Reyna and Malik Tillman; and forward Ricardo Pepi.</p><p>Folarin Balogun, who hasn't played for Monaco this season after a possible transfer to Everton fell through, also was not selected. Pochettino cited what he said was a minor leg injury.</p><p>Others from the World Cup roster who were dropped included goalkeeper Matt Turner; defenders Max Arfsten, Mark McKenzie, Tim Ream and Joe Scally; midfielders Weston McKennie and Cristian Roldan; and forwards Brenden Aaronson, Tim Weah, Haji Wright and Alejandro Zendejas.</p><p>“Now it’s not what I did in the past,” Pochettino said. “Now is about today. Football is about today, soccer is about today.”</p><p>The roster:</p><p>Goalkeepers: Chris Brady (Chicago), Matt Freese (New York City), Diego Kochen (Lyngby), Brian Schwake (Nashville).</p><p>Defenders: George Campbell (West Bromwich Albion), Sergiño Dest (PSV Eindhoven), Alex Freeman (Villarreal), Peyton Miller (New England), Neil Pierre (Philadelphia), Chris Richards (Crystal Palace), Antonee Robinson (Fulham), Miles Robinson (Cincinnati), Auston Trusty (Celtic), Frankie Westfield (Philadelphia).</p><p>Midfielders: Tyler Adams (Bournemouth), Mathis Albert (Borussia Dortmund), Sebastian Berhalter (Middlesbrough), Zavier Gozo (Crystal Palace), Adri Mehmeti (New York Red Bulls), Yunus Musah (AC Milan), Brooklyn Raines (New England), Gio Reyna (Strasbourg), Malik Tillman (Bayer Leverkusen).</p><p>Forwards: Cole Campbell (SV Elversberg), Justin Ellis (Orlando), Julian Hall (New York Red Bulls), Ricardo Pepi (PSV Eindhoven), Cavan Sullivan (Philadelphia).</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DEFI5KOTRNXREHFIMOORCVHCAE.jpg?auth=819f60cf80a1a3b83a2a101dd37a5a881b150c886f77a96b1a1c7436b892198c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - United States' Christian Pulisic plays during the World Cup round of 16 soccer match between the United States and Belgium in Seattle, July 6, 2026. (AP Photo/Abbie Parr, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7XPOFMOHPPRYFJAR7XKT5D4ZFI.jpg?auth=207dcf0d4e253e6c1d32d74180eed254ef4ae83dae7610fa316a12cd804d4276&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Union's Cavan Sullivan (6) reacts after his goal during the second half of an MLS soccer match against CF Montreal, Saturday, Sept. 5, 2026, in Chester, Pa. (AP Photo/Chris Szagola)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Szagola</media:credit></media:content></item><item><title><![CDATA[Development odds tick up for central Atlantic system ]]></title><link>https://www.local10.com/weather/hurricane/2026/09/17/development-odds-tick-up-for-central-atlantic-system/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/09/17/development-odds-tick-up-for-central-atlantic-system/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The low-pressure area spinning several hundred miles east of Bermuda – now designated Invest 98L by the National Hurricane Center – has become slightly better organized since Wednesday and NHC nudged up development odds again overnight.]]></description><pubDate>Thu, 17 Sep 2026 14:10:21 +0000</pubDate><content:encoded><![CDATA[<p>The low-pressure area spinning several hundred miles east of Bermuda – now designated Invest 98L by the National Hurricane Center – has become slightly better organized since Wednesday and NHC nudged up development odds again overnight.</p><p><a href="https://www.local10.com/espanol/2026/09/17/aumentan-probabilidades-de-desarrollo-de-sistema-en-el-atlantico-central/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/aumentan-probabilidades-de-desarrollo-de-sistema-en-el-atlantico-central/">Leer en español</a></p><p>While the small low-pressure system has a well-defined spin and an uptick in thunderstorms near its circulation compared to Wednesday, 98L looked far from healthy early Thursday, with spates of strong northerly wind shear quickly toppling over thunderstorm activity trying to build around its center.</p><p>Forecast models are all over the place with 98L, with some models quickly dissipating it to the northwest over the next few days while other model guidance tracks it south, developing it over the weekend, then slowly loop it back northeast later next week ahead of an approaching cold front.</p><figure><img src="https://www.local10.com/resizer/v2/LXIVW5JNVRD3DO27CX73DQ6VAY.jpg?auth=59f70a6dc661401e4da89d32995359ad3a31515cf43edbd087e51a8e0b96df52&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Regardless, the environment around 98L isn’t exactly primed for significant development in the short term. Strong wind shear should be an inhibiting factor until the weekend, but thereafter repeated incursions of dry air will put up extra hurdles.</p><p>Bottom line on 98L: expect this one to fester over the open central Atlantic into next week with a modest development shot by the weekend. Interests in Bermuda should continue to monitor the forecasts but for now the odds of significant strengthening are low. 98L poses no threat to the U.S.</p><p><b>Wake up call for the Atlantic basin to end September?</b></p><p>We’ve been professing it until we’ve turned blue in the face this season, but the Atlantic hurricane season is as dead as we’ve ever seen it beyond its traditional mid-September peak.</p><p>Overall activity as measured by the Accumulated Cyclone Energy or ACE is at an astonishingly low 4.4 ACE units. By this point in an average season, we’re at over 70 ACE units. We’ve never seen a hurricane season in the modern, reliable record (since 1950) with as little activity through Thursday by a wide margin. And with no hurricanes to boot (a record we discussed in last <a href="https://www.local10.com/weather/hurricane/2026/09/11/2026-atlantic-hurricane-season-breaks-record-for-number-of-days-without-a-hurricane/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/09/11/2026-atlantic-hurricane-season-breaks-record-for-number-of-days-without-a-hurricane/">Friday’s newsletter</a>).</p><figure><img src="https://www.local10.com/resizer/v2/K3FUMAT53ZD25IE4ZZ5XGVNVDE.jpg?auth=341baccf93e46b17c1542d3507f840c593934405d9848af22678da1582a71c52&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Over the past decade we have noticed a trend toward later peaking hurricane seasons, something I discussed with the Washington Post in <a href="https://www.washingtonpost.com/weather/2026/09/16/surprising-reason-there-have-been-no-atlantic-hurricanes-this-year/" rel="">an article published </a>Wednesday. Whether or not this is a longer-term trend linked to other climate factors is something we’ll need additional research to determine, but if recent history is any indication, we should expect relative hurricane activity to peak later than it has in previous seasons.</p><p>Our longer-range models are beginning to pick up on perhaps a late September wake-up call for the Atlantic, with a busier look to the basin coinciding with rising air bleeding into the western Atlantic for the first time in a while.</p><figure><img src="https://www.local10.com/resizer/v2/5YJGF72I5FD27PYYK43JOUH4NA.jpg?auth=83962f708891c858e773878cf47dc9fa35fd34c2cd19db5a1e4a17a58208ad93&smart=true&width=1200&height=900" alt="Phase space diagram of the real-time multivariate MJO (RMM) index, as forecast by the European model ensemble system. Each of the 8 pizza slices tells us where on Earth the Madden-Julian Oscillation or MJO is located. Phases 1 and 2 represent the Atlantic. Each dot represents a forecast scenario from a different ensemble member (101 total scenarios). The orange and blue dots are forecasts for about 10-15 days from now. Dots farther removed from the inside center circle indicate a stronger MJO signal. The forecast plot suggests more conducive conditions for Atlantic tropical activity starting in about 10 days (end of September). (ECMWF)" height="900" width="1200"/><figcaption>Phase space diagram of the real-time multivariate MJO (RMM) index, as forecast by the European model ensemble system. Each of the 8 pizza slices tells us where on Earth the Madden-Julian Oscillation or MJO is located. Phases 1 and 2 represent the Atlantic. Each dot represents a forecast scenario from a different ensemble member (101 total scenarios). The orange and blue dots are forecasts for about 10-15 days from now. Dots farther removed from the inside center circle indicate a stronger MJO signal. The forecast plot suggests more conducive conditions for Atlantic tropical activity starting in about 10 days (end of September). (ECMWF)</figcaption></figure><p>It’s too soon to discuss specifics, but we’ll want to watch the southern Gulf and western Caribbean as a possible Central American Gyre takes shape by the end the month, something we previewed in <a href="https://www.local10.com/weather/hurricane/2026/09/16/atlantic-hurricane-seasons-struggles-continue/" target="_self" rel="" title="https://www.local10.com/weather/hurricane/2026/09/16/atlantic-hurricane-seasons-struggles-continue/">Wednesday’s newsletter</a>. We’ll revisit the trends as we get into next week, but for now odds remain quite low. </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/3N4PEVKWOJHK5DESM54XBO4EYY.png?auth=2388d2df19bd3956dd5f99a031070fcf38fd2a4a922c892024df4cefbc115ab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Aumentan probabilidades de desarrollo de sistema en el Atlántico central]]></title><link>https://www.local10.com/espanol/2026/09/17/aumentan-probabilidades-de-desarrollo-de-sistema-en-el-atlantico-central/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/aumentan-probabilidades-de-desarrollo-de-sistema-en-el-atlantico-central/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[El área de baja presión que gira a varios cientos de millas al este de Bermuda, ahora designada Invest 98L por el Centro Nacional de Huracanes, se ha organizado ligeramente mejor desde el miércoles y el NHC volvió a aumentar las probabilidades de desarrollo durante la noche.]]></description><pubDate>Thu, 17 Sep 2026 14:52:40 +0000</pubDate><content:encoded><![CDATA[<p>El área de baja presión que gira a varios cientos de millas al este de Bermuda, ahora designada Invest 98L por el Centro Nacional de Huracanes, se ha organizado ligeramente mejor desde el miércoles y el NHC volvió a aumentar las probabilidades de desarrollo durante la noche.</p><p>Aunque el pequeño sistema de baja presión tiene una circulación bien definida y un aumento de tormentas eléctricas cerca de su circulación en comparación con el miércoles, 98L lucía lejos de estar saludable a primeras horas del jueves, con episodios de fuerte cizalladura del viento del norte que rápidamente derribaban la actividad de tormentas eléctricas que intentaba desarrollarse alrededor de su centro.</p><p>Los modelos de pronóstico muestran escenarios muy diversos para 98L, con algunos modelos disipándolo rápidamente hacia el noroeste durante los próximos días, mientras que otros modelos lo desplazan hacia el sur, desarrollándolo durante el fin de semana y luego haciéndolo girar lentamente de regreso hacia el noreste a finales de la próxima semana, por delante de un frente frío que se aproxima.</p><figure><img src="https://www.local10.com/resizer/v2/LXIVW5JNVRD3DO27CX73DQ6VAY.jpg?auth=59f70a6dc661401e4da89d32995359ad3a31515cf43edbd087e51a8e0b96df52&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>De cualquier manera, el entorno alrededor de 98L no está precisamente preparado para un desarrollo significativo a corto plazo. La fuerte cizalladura del viento debería ser un factor inhibidor hasta el fin de semana, pero después de eso, repetidas incursiones de aire seco presentarán obstáculos adicionales.</p><p>En resumen sobre 98L: se espera que este sistema permanezca sobre las aguas abiertas del Atlántico central hasta la próxima semana, con una posibilidad moderada de desarrollo para el fin de semana. Las personas en Bermuda deben continuar monitoreando los pronósticos, pero por ahora las probabilidades de un fortalecimiento significativo son bajas. 98L no representa una amenaza para Estados Unidos.</p><p><b>¿Un llamado de atención para la cuenca del Atlántico al cierre de septiembre?</b></p><p>Lo hemos estado diciendo hasta quedarnos sin aliento esta temporada, pero la temporada de huracanes del Atlántico está tan inactiva como nunca la hemos visto después de su tradicional pico de mediados de septiembre.</p><p>La actividad general, medida por la Energía Ciclónica Acumulada o ACE, se encuentra en un sorprendentemente bajo nivel de 4.4 unidades ACE. Para este punto de una temporada promedio, estamos por encima de las 70 unidades ACE. Nunca hemos visto una temporada de huracanes en los registros modernos y confiables, desde 1950, con tan poca actividad hasta este jueves, y por un amplio margen. Y además, sin huracanes, un récord que analizamos en el <a href="https://www.local10.com/espanol/2026/09/11/temporada-de-huracanes-del-atlantico-de-2026-rompe-record-de-dias-sin-un-huracan/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/11/temporada-de-huracanes-del-atlantico-de-2026-rompe-record-de-dias-sin-un-huracan/">boletín del viernes</a> pasado.</p><figure><img src="https://www.local10.com/resizer/v2/K3FUMAT53ZD25IE4ZZ5XGVNVDE.jpg?auth=341baccf93e46b17c1542d3507f840c593934405d9848af22678da1582a71c52&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Durante la última década hemos observado una tendencia hacia temporadas de huracanes que alcanzan su pico más tarde, algo que comenté con The Washington Post en un <a href="https://www.washingtonpost.com/weather/2026/09/16/surprising-reason-there-have-been-no-atlantic-hurricanes-this-year/" target="_blank" rel="noreferrer" title="https://www.washingtonpost.com/weather/2026/09/16/surprising-reason-there-have-been-no-atlantic-hurricanes-this-year/">artículo publicado el miércoles</a>. Determinar si se trata o no de una tendencia a más largo plazo vinculada a otros factores climáticos requerirá investigaciones adicionales, pero si la historia reciente sirve de indicio, deberíamos esperar que la actividad relativa de huracanes alcance su pico más tarde que en temporadas anteriores.</p><p>Nuestros modelos a largo plazo están comenzando a detectar quizás un despertar del Atlántico a finales de septiembre, con una cuenca que luce más activa coincidiendo con aire ascendente que se desplaza hacia el Atlántico occidental por primera vez en algún tiempo.</p><figure><img src="https://www.local10.com/resizer/v2/5YJGF72I5FD27PYYK43JOUH4NA.jpg?auth=83962f708891c858e773878cf47dc9fa35fd34c2cd19db5a1e4a17a58208ad93&smart=true&width=1200&height=900" alt="Phase space diagram of the real-time multivariate MJO (RMM) index, as forecast by the European model ensemble system. Each of the 8 pizza slices tells us where on Earth the Madden-Julian Oscillation or MJO is located. Phases 1 and 2 represent the Atlantic. Each dot represents a forecast scenario from a different ensemble member (101 total scenarios). The orange and blue dots are forecasts for about 10-15 days from now. Dots farther removed from the inside center circle indicate a stronger MJO signal. The forecast plot suggests more conducive conditions for Atlantic tropical activity starting in about 10 days (end of September). Credit: ECMWF" height="900" width="1200"/><figcaption>Phase space diagram of the real-time multivariate MJO (RMM) index, as forecast by the European model ensemble system. Each of the 8 pizza slices tells us where on Earth the Madden-Julian Oscillation or MJO is located. Phases 1 and 2 represent the Atlantic. Each dot represents a forecast scenario from a different ensemble member (101 total scenarios). The orange and blue dots are forecasts for about 10-15 days from now. Dots farther removed from the inside center circle indicate a stronger MJO signal. The forecast plot suggests more conducive conditions for Atlantic tropical activity starting in about 10 days (end of September). Credit: ECMWF</figcaption></figure><p>Es demasiado pronto para hablar de detalles específicos, pero tendremos que vigilar el sur del Golfo y el Caribe occidental ante la posible formación de un Giro Centroamericano para finales de mes, algo que adelantamos en el <a href="https://www.local10.com/weather/hurricane/2026/09/16/atlantic-hurricane-seasons-struggles-continue/" target="_blank" rel="noreferrer" title="https://www.local10.com/weather/hurricane/2026/09/16/atlantic-hurricane-seasons-struggles-continue/">boletín del miércoles</a>. Volveremos a analizar las tendencias a medida que avancemos hacia la próxima semana, pero por ahora las probabilidades siguen siendo bastante bajas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3N4PEVKWOJHK5DESM54XBO4EYY.png?auth=2388d2df19bd3956dd5f99a031070fcf38fd2a4a922c892024df4cefbc115ab6&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Acusan a madre luego de que encontraran a niña “cubierto de cicatrices” causadas con cable de cargador de teléfono]]></title><link>https://www.local10.com/espanol/2026/09/17/mdso-acusan-a-madre-luego-de-que-encontraran-a-nina-cubierto-de-cicatrices-causadas-con-cable-de-cargador-de-telefono/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/mdso-acusan-a-madre-luego-de-que-encontraran-a-nina-cubierto-de-cicatrices-causadas-con-cable-de-cargador-de-telefono/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Una madre del sur de Florida enfrenta cargos por presuntamente abusar de su hija de 10 años.]]></description><pubDate>Thu, 17 Sep 2026 14:44:05 +0000</pubDate><content:encoded><![CDATA[<p>Una madre del sur de Florida enfrenta cargos por presuntamente abusar de su hija de 10 años.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que detuvieron el lunes a Ketsia Pierre Paul, de 42 años y residente del noroeste de Miami-Dade.</p><p>Según los investigadores, funcionarios de la escuela de la niña se comunicaron con el Departamento de Niños y Familias después de observar “múltiples marcas en el cuello, brazos y pecho que parecían ser quemaduras”.</p><p>Las autoridades hicieron que la niña fuera examinada por el Equipo de Protección Infantil, que informó a los agentes que la niña estaba “cubierta de cicatrices, abrasiones con cicatrices y una cicatriz queloide, que eran compatibles con haber sido golpeada con un cable de cargador de teléfono”.</p><p>Cuando los detectives hablaron con la niña, dijeron que ella les contó que sufría abusos en su casa “casi a diario” con un cable de cargador de teléfono, pero que tenía miedo de decir quién era su abusador y solo indicó que el nombre de la persona comenzaba con la letra “K”.</p><p>Los agentes escribieron en el reporte de arresto de Pierre Paul que ella era la única persona que vivía con la niña cuyo nombre comenzaba con la letra “K”.</p><p>Cuando los investigadores hablaron con Pierre Paul, ella admitió haber visto las lesiones de la menor, pero dijo que “nunca buscó atención médica ni trató de averiguar quién estaba lastimando a su hija”, según su reporte de arresto.</p><p>Los registros de la cárcel muestran que enfrenta cargos graves de abuso infantil agravado con lesiones corporales graves y negligencia infantil con lesiones corporales graves.</p><p>Hasta la mañana del jueves, Pierre Paul permanecía detenida en el Centro Correccional Turner Guilford Knight con una fianza que figura como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VM3MT5OLM5HWTEFNFGFJPNUUEI.jpg?auth=bd0988d30774ecff9715401dc349cd0ab5ccbe669eb73094ee6f2c79145f8990&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lewis Hamilton denies he's sought to replace any staff at Ferrari as his F1 title bid fades]]></title><link>https://www.local10.com/sports/2026/09/17/lewis-hamilton-denies-hes-sought-to-replace-any-staff-at-ferrari-as-his-f1-title-bid-fades/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/lewis-hamilton-denies-hes-sought-to-replace-any-staff-at-ferrari-as-his-f1-title-bid-fades/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MARANELLO, Italy (AP) — Lewis Hamilton said Thursday he has “never asked” for any of Ferrari's staff to be replaced and praised their dedication after some tense radio exchanges over team strategy in recent Formula 1 races.]]></description><pubDate>Thu, 17 Sep 2026 14:22:23 +0000</pubDate><content:encoded><![CDATA[<p>MARANELLO, Italy (AP) — Lewis Hamilton said Thursday he has “never asked” for any of Ferrari's staff to be replaced and praised their dedication after some tense radio exchanges over team strategy in recent Formula 1 races.</p><p>Hamilton's denial follows a report Tuesday in Italian newspaper Corriere della Sera which said Hamilton had asked for changes to Ferrari's trackside staff and that his relationship with team principal Fred Vasseur was strained.</p><p>“I've seen some of the stories that have gone out and I want to clear it up here. I've never asked for anyone on my team to be replaced. Everyone I work with works hard every day, and their dedication is what moves us forward,” Hamilton wrote on Instagram alongside a picture of himself with dozens of Ferrari staff members.</p><p>“I always try to empower and lift people to be the best versions of themselves or at least see the best in themselves. I may not always achieve that but it's my intention and what I'm here to do. We all work together and that will continue.”</p><p>Hamilton has sometimes questioned Ferrari's strategy over the radio this year, including asking whether he was being used as a “guinea pig” in last month's Dutch Grand Prix, and protesting that teammate Charles Leclerc was allowed to hold him up.</p><p>After that race, he said the messages came from a desire to win and added it was “difficult” to see rival team Mercedes “execute straight away” on strategy decisions.</p><p>The seven-time champion got his first win with Ferrari at the Barcelona-Catalunya Grand Prix in June and remains third in the standings, but a retirement in last week's Spanish Grand Prix left him 101 points off standings leader Kimi Antonelli. That also marked five consecutive races without a podium finish for Hamilton.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVH6CDUITRK2236HXH674XEATI.jpg?auth=5046dbace4f6b03700a0a44c9c2a106b73f86c56fb64c2a5c3f739e19bae5758&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferrari driver Lewis Hamilton of Britain is pictured in the paddock ahead the Spanish Formula One Grand Prix, in Madrid, Spain, Thursday, Sept. 10, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEPE5E5Z7N2BVN3B6CPKMHS7SI.jpg?auth=3d13c4e4b6a3d50721cf7075981b9de56c123ffd17fd0b720483908fe6dae54e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferrari driver Lewis Hamilton of Britain gets pushed back into his garage during the qualifying session for the Spanish Formula One Grand Prix in Madrid, Saturday, Sept. 12, 2026. (Violeta Santos Moura/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Violeta Santos Moura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDF6C2BCLLDZEPAQUW4VCTGYKY.jpg?auth=e099c39a4de31de57d36577e551516791ae7ccee24d022a60f01977d6a2ac812&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferrari driver Lewis Hamilton of Britain gets a pit service during the first free practice ahead of the Spanish Formula One Grand Prix, in Madrid, Friday, Sept. 11, 2026. (AP Photo/Bernat Armangue)]]></media:description><media:credit role="author" scheme="urn:ebu">Bernat Armangue</media:credit></media:content></item><item><title><![CDATA[UNC defensive coordinator Steve Belichick resigns, probe into conduct in football program concludes]]></title><link>https://www.local10.com/sports/2026/09/17/unc-defensive-coordinator-steve-belichick-resigns-probe-into-conduct-in-football-program-concludes/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/unc-defensive-coordinator-steve-belichick-resigns-probe-into-conduct-in-football-program-concludes/</guid><dc:creator><![CDATA[By AARON BEARD, Associated Press]]></dc:creator><description><![CDATA[North Carolina defensive coordinator Steve Belichick, the son of head coach Bill Belichick, has resigned from his position as the school concludes a probe into its football program.]]></description><pubDate>Thu, 17 Sep 2026 14:45:49 +0000</pubDate><content:encoded><![CDATA[<p>North Carolina defensive coordinator Steve Belichick, the son of head coach Bill Belichick, has resigned from his position as the school concludes a probe into its football program.</p><p>The school released a statement Thursday morning saying Steve Belichick's resignation would be effective in late October at the conclusion of a medical leave, which was announced early in preseason camp.</p><p>That comes after the school's investigation “determined that certain actions demonstrated a disregard for Carolina's values and standards of conduct,” according to the statement. The school didn’t reveal specifics of those actions found by the review, nor had it discussed details of the investigation launched in late July.</p><p>“The investigation also found that these actions were isolated in scope and not a systemic failure,” the school said.</p><p>The school had previously announced the resignation of general manager Michael Lombardi amid the probe. Lombardi was an immediate hire of Bill Belichick in his NFL-to-college transition as a six-time Super Bowl winner with the New England Patriots.</p><p>In Bill Belichick’s first news conference after Lombardi’s Sept. 3 resignation, he faced questions that largely dealt nothing with football. Belichick said he believes his program “totally” has an atmosphere of following rules, saying: “Obviously everybody’s responsible, including me, for doing things properly. And we intend to do that.”</p><p>That same day, UNC vice chancellor for communications Dean Stoyer — who released Thursday’s statement — said the school “continues to support Bill Belichick and the Carolina football program.”</p><p>The school announced its probe in late July in the days after putting Lombardi on paid administrative leave. The same day Lombardi resigned, WRAL of Raleigh cited anonymous sources in reporting the type of questions asked of some interviewees, with some focusing on Steve Belichick.</p><p>Additionally, Lombardi attorney Tom Mars told The Athletic that the school’s probe now included questions into potential “inappropriate” relationships that didn’t involve his client. Mars didn't return a call or email from The Associated Press regarding that comment at the time.</p><p>The school on Thursday declined to comment on individuals in the probe, citing university policy on personnel matters. UNC said that “all necessary corrective actions are now underway” and that it considers the investigation to be “resolved.”</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2F4FTD6Z3AMRDKIWSL5A3QG2VE.jpg?auth=a0db62cb17df752d1da7efe54132f772ee87d7f573484eb0708e92e4edab8273&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina head coach Bill Belichick, center, and defensive coordinator Steve Belichick, left, look on during the first half of an NCAA football game against Central Florida, Saturday, Sept. 20, 2025, in Orlando, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BTCFBEN67R5F3SHYHAP34GV4WI.jpg?auth=ea944ffe84ac572a6a0ab0f14c21d31fddf572a3b8cefd345bd2008ee85681ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina defensive coordinator Steve Belichick looks on from the sideline during an NCAA college football game in Chapel Hill, N.C., Saturday, Oct. 25, 2025. (AP Photo/Ben McKeown, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6YWH2YALHW44TMHEEGF337ZCYQ.jpg?auth=f660195ae494b4e5f41023c714ee88fa048cb464f8bf0fd46d917505e27dacad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina head coach Bill Belichick, left, and defensive coordinator Steve Belichick look on during the first half of an NCAA football game against Central Florida, Saturday, Sept. 20, 2025, in Orlando, Fla. (AP Photo/Phelan M. Ebenhack, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNMOHGH4DWS6UIFQJCIV6I2YSI.jpg?auth=08a7535598e8743cf932d17de9ce62625cf8e6f12292fa90b20e458d10136160&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - North Carolina defensive coordinator Steve Belichick looks on from the sideline during an NCAA college football game in Chapel Hill, N.C., Saturday, Oct. 25, 2025. (AP Photo/Ben McKeown, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben McKeown</media:credit></media:content></item><item><title><![CDATA[Body found in Grand Canyon was missing hiker, wife says, bringing flood death toll to 3]]></title><link>https://www.local10.com/news/2026/09/17/body-found-in-grand-canyon-was-missing-hiker-wife-says-bringing-flood-death-toll-to-3/</link><guid isPermaLink="true">https://www.local10.com/news/2026/09/17/body-found-in-grand-canyon-was-missing-hiker-wife-says-bringing-flood-death-toll-to-3/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[GRAND CANYON NATIONAL PARK, Ariz. (AP) — Human remains found in the Grand Canyon this week were those of the last remaining person missing after the deadly flash flooding in late August, the victim’s wife said Thursday.]]></description><pubDate>Thu, 17 Sep 2026 17:13:32 +0000</pubDate><content:encoded><![CDATA[<p>GRAND CANYON NATIONAL PARK, Ariz. (AP) — Human remains found in the Grand Canyon this week were those of the last remaining person missing after the deadly flash flooding in late August, the victim’s wife said Thursday.</p><p>The discovery of Timothy Allen Smith brought the death toll to three from flooding that devastated the Phantom Ranch area at the canyon bottom and damaged the water pipeline serving the South Rim.</p><p>Smith, 53, was a pilot from western Wyoming's Star Valley. His remains were found Monday near Crystal Rapids on the Colorado River that runs through the canyon.</p><p>The remains of Smith's two backcountry companions, Brent Rosenkranz, 42, and John Giusti, 46, both of Granbury, Texas, were found earlier.</p><p>Smith grew up in Granbury and lived with his wife in Star Valley Ranch, about 40 miles (64 kilometers) southwest of Jackson.</p><p>He, Rosenkranz and Giusti were on a multiday hiking, fishing and camping trip when flooding swept through the Grand Canyon.</p><p>During the two-day deluge, searchers used night vision and other equipment to find people in need of rescue. They relied on the Grand Canyon National Park's permit system and checked vehicle license plates to track those still missing. More than 80 people were rescued.</p><p>Soon, only Smith was missing. In a Facebook video at the time, his wife, Carrie, and their children thanked people for their support and prayers.</p><p>On Tuesday morning, Carrie Smith posted on Facebook that the family was aware a body had been found a day earlier and asked others to pray with them.</p><p>Smith confirmed in a Facebook post on Thursday that the remains had been identified as her husband’s.</p><p>“My family has done a lot of waiting over the last three weeks … waiting and hoping Tim (Daddy) would come home, waiting and wondering if the remains found were Tim (Daddy),” she wrote. “We no longer have to wait, Tim was found two days ago by the Rangers at Grand Canyon National Park. Not in the way we had hoped, but we know that he was doing something he loved with John and Brent.”</p><p>She added, “We know that these three men loved the Lord and were a shining light for Him. The impact their lives had on others is still being shown to our families daily.”</p><p>The National Park Service and Department of the Interior did not immediately return email messages seeking comment Thursday. The agencies have not publicly identified the remains found this week.</p><p>The flooding began Aug. 29 during the summer monsoon, or rainy, season when clear skies can quickly give way to thunderstorms and heavy rain. A desert landscape can funnel water from a deluge into sudden torrents that rage down previously dry gullies and canyons.</p><p>The rain fell on part of a North Rim burn area left after a lightning-caused wildfire in July 2025. The fire destroyed the historic Grand Canyon Lodge, cabins and other structures.</p><p>Burn areas can worsen flash flooding because there's less vegetation to absorb runoff.</p><p>The flooding damaged a pipeline spanning the canyon that supplies water to millions of tourists and residents. Insufficient water caused all overnight lodging to be halted until the pipeline could be restored. National Park Service officials said recently that they expected to restore a reliable water supply in the canyon in weeks — not months — after determining most of a near-complete pipeline project was not damaged during the flash flood.</p><p>Many hiking trails and lodging areas remain closed, and water has been shut off in the inner canyon, prompting advisories that hikers bring their own water or water filtration devices.</p><p>Another flash flood hit the canyon along Bright Angel Creek and the Colorado River during a storm Wednesday, park officials said. No injuries were reported. Authorities said efforts to minimize personnel in the canyon before the storm, as well as flash flood warnings, enabled crews to reach safety. Damage assessments were underway.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F7JHBN3WE432OLALOARKSVCNCQ.jpg?auth=c0710ea123bbc3e74198b3cbb2dfb7b003673aa143533ba818fdcc02cf5b677e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bright Angel Canyon, middle left, the scene of flash floods, meets with the Colorado River in the Grand Canyon, Monday, Aug. 31, 2026, at Grand Canyon National Park, Ariz. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XFCBXC7N25IM3TVSTMIWS7LEOI.jpg?auth=a7c3d27e60ec711bed0964ed1207929ef94298f66e88e948bcddc86082921ac8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This July 2026 photo provided by the Smith family shows Timothy Smith during a family trip to Zion National Park in Utah. (Smith Family via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/5KBOSFK253KYX4WEV7BCF6CZNM.jpg?auth=feb43da340d9fd15c6b608cd5a0093218230491908931f009712d748f780e2e9&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 Rosenkranz family shows Brent Rosenkranz during an August 2026 trip to Grand Canyon National Park in northern Arizona. (Rosenkranz Family via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NAYCLVF5M3TVOF7P4RBNAJ47HY.jpg?auth=37713fc2cd0f2ee8cd6808ae91b76a3585a4d6a7ea54064cd339448bcaf9ed3a&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 the Giusti family shows John Giusti during an August 2026 trip to Grand Canyon National Park in northern Arizona. (Giusti Family via AP)]]></media:description></media:content></item><item><title><![CDATA[La guerra con Irán impulsa políticas de energía limpia, pero las emisiones globales no ceden]]></title><link>https://www.local10.com/espanol/2026/09/17/la-guerra-con-iran-impulsa-politicas-de-energia-limpia-pero-las-emisiones-globales-no-ceden/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/la-guerra-con-iran-impulsa-politicas-de-energia-limpia-pero-las-emisiones-globales-no-ceden/</guid><dc:creator><![CDATA[Por JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[La guerra con Irán ha hecho que los países adopten fuentes de energía renovable y tomen medidas para usar menos energéticos, pero esto no es suficiente para ayudar a abordar el cambio climático.]]></description><pubDate>Thu, 17 Sep 2026 14:03:35 +0000</pubDate><content:encoded><![CDATA[<p>La guerra con Irán ha hecho que los países adopten fuentes de energía renovable y tomen medidas para usar menos energéticos, pero esto no es suficiente para ayudar a abordar el cambio climático.</p><p>Cuando Estados Unidos e Israel iniciaron la guerra en febrero, algunos defensores de las energías renovables opinaron que el conflicto podría impulsar una transición verde, ya que los precios del petróleo y el gas se dispararon. Hasta ahora, más de 30 gobiernos han promulgado políticas para alejarse de los combustibles fósiles o mejorar la eficiencia energética. Sin embargo, al mismo tiempo, las emisiones globales de gases de efecto invernadero aumentaron ligeramente y las inversiones en energía limpia cayeron en comparación con el mismo periodo del año pasado.</p><p>The Associated Press habló con una docena de expertos que señalaron que, aunque la guerra con Irán parece estar ayudando a la adopción de la energía limpia, el mundo sigue dependiendo en gran medida de los combustibles fósiles. Indicaron que hará falta más tiempo para que las nuevas políticas muestren resultados.</p><p>“Actualmente, los gobiernos oscilan entre reconocer la importancia de la energía limpia y, al mismo tiempo, seguir apoyando la expansión de los combustibles fósiles”, escribió en un correo electrónico Pauline Heinrichs, profesora de estudios sobre la guerra en el King’s College London. “Vemos cómo interactúan un mundo viejo y uno nuevo que se contradicen entre sí”.</p><p>Se ha producido un aumento de las instalaciones solares en el Reino Unido. El gobierno también considera la posibilidad de ampliar la producción de gas natural. En Asia, donde existe una enorme demanda de energía solar y vehículos eléctricos, Indonesia está en proceso de sustituir algunas centrales eléctricas diésel por energía solar, al tiempo que también redobla su apuesta por el carbón para las industrias pesadas.</p><p>La inversión en energías limpias perdió impulso a escala mundial, pero la historia difiere según la región</p><p>La inversión global en el despliegue de energía eólica y solar cayó en la primera mitad de 2026 en comparación con el mismo periodo del año pasado, tras varios años de crecimiento, según el Clean Investment Monitor del Rhodium Group. China representó la mayor parte de la caída global. En Estados Unidos, Europa e India, donde las economías están más expuestas a los precios del gas y el petróleo, la inversión solar creció y la eólica se mantuvo estable o aumentó, afirmó Hannah Pitt, directora en Rhodium.</p><p>En febrero, Rob Jackson, climatólogo de la Universidad de Stanford dijo que era “simplemente un pensamiento ilusorio” creer que la nueva guerra aumentaría el apoyo a las energías renovables nacionales frente a los combustibles fósiles importados, a menos que resultara ser un conflicto sostenido.</p><p>Seis meses después, Jackson comentó que no preveía que los precios del petróleo se mantuvieran durante tanto tiempo por encima de 90 o 100 dólares por barril. Si decenas de países promueven incentivos para vehículos eléctricos, infraestructura de carga y la electrificación en general, eso puede ayudar en la lucha contra el cambio climático, añadió. Pero solo si esas acciones se mantienen.</p><p>“Necesitamos mantener esa acción durante años, incluso décadas, para lograr un impacto en el problema climático”, expresó Jackson el lunes.</p><p>La contaminación ambiental aumentó marginalmente</p><p>Hasta el 9 de septiembre, 33 gobiernos habían adoptado políticas para pasar de los combustibles fósiles a la electricidad o mejorar la eficiencia energética en respuesta al conflicto en Oriente Medio, según la Agencia Internacional de la Energía. Esto incluye apoyar la adopción de vehículos eléctricos, promover la energía renovable, sustituir calderas de gas por bombas de calor eléctricas y reacondicionar viviendas y empresas para usar menos energía. Holanda, España y Reino Unido ya llevan a cabo todo lo que figura en esa lista.</p><p>China trabaja para que la industria pesada sea más eficiente energéticamente e impulsa la electrificación de los vehículos pesados. India e Indonesia han comenzado a adoptar las estufas eléctricas para reemplazar el gas licuado de petróleo importado como combustible para cocinar. Laos suspendió las importaciones de autos de gasolina y diésel durante 2026 para impulsar los vehículos eléctricos.</p><p>Estos esfuerzos aún no han movido la aguja. Incentivar la compra de vehículos eléctricos o fomentar la eficiencia energética requiere tiempo y escala, según investigadores de la base de datos de emisiones Climate TRACE.</p><p>Al mismo tiempo, muchos gobiernos están recortando los impuestos a los combustibles. Eso brinda un alivio inmediato a los consumidores, pero desincentiva el cambio a vehículos eléctricos. Además, la propia guerra disparará las emisiones.</p><p>Las emisiones globales de gases de efecto invernadero aumentaron un 0,2% en la primera mitad de 2026, en comparación con la primera mitad de 2025, según Climate TRACE. Aunque las emisiones del transporte por carretera se incrementaron, la organización encontró que las emisiones del sector eléctrico disminuyeron, pese a la preocupación de que las alteraciones en los mercados de petróleo y gas obligaran a los países a usar más carbón para generar electricidad. Las emisiones del transporte marítimo también disminuyeron, probablemente debido al cierre del estrecho de Ormuz.</p><p>Los países que importan combustibles fósiles pagan facturas más altas</p><p>Sin embargo, esas facturas habrían sido aún más elevadas de no ser por la energía limpia incorporada desde 2020.</p><p>Los importadores de combustibles fósiles han pagado precios 330.000 millones de dólares más altos en comparación con las expectativas del mercado previas a la guerra, lo que lo convierte en el mayor impacto de precios sostenido desde la Guerra del Golfo de 1990, según una investigación del Centre for Research on Energy and Clean Air. La Unión Europea, China e India fueron quienes más pagaron.</p><p>Se calcula que los países que invirtieron en energía limpia tras crisis energéticas anteriores ahorraron alrededor de 36.000 millones de dólares en importaciones de combustibles fósiles durante los primeros cinco meses del conflicto, de acuerdo con la investigación. China y Japón fueron los que más ahorraron, seguidos por España, Francia, Italia, Holanda, Brasil e India.</p><p>Los gobiernos tratan de protegerse de la volatilidad geopolítica y de la inestabilidad de los precios de los combustibles, dijo Caspian Conran, economista principal de la consultora global Baringa. China sabe que puede apoyarse en el carbón y que a Estados Unidos no se le agotará el gas natural doméstico, señaló. Los políticos europeos sienten la mayor urgencia por adoptar nuevas políticas energéticas porque su producción de combustibles fósiles es limitada, afirmó Conran, quien reside en Londres.</p><p>“Simplemente no tenemos opción”, sostuvo.</p><p>Es muy pronto para decir si la guerra producirá una ganancia neta para las energías renovables o para los combustibles fósiles</p><p>En este punto, la señal sería pequeña y existen muchas otras variaciones en el sistema, según Michael Oppenheimer, profesor de clima y asuntos internacionales en Princeton.</p><p>“Sin embargo, una cosa está clara. Cuando comenzaron los problemas, mucha gente dijo que habría una carrera hacia otras fuentes de combustibles fósiles, disponibles de inmediato, para reemplazar el petróleo del golfo Pérsico y compensar el aumento de precios, lo que presumiblemente enterraría cualquier ganancia en energía libre de carbono”, escribió en un correo electrónico. “En cambio, en este momento, parece que los acontecimientos podrían terminar dando una victoria neta a las energías renovables”.</p><p>Samantha Gross, investigadora de la Brookings Institution, dijo que la guerra está cambiando la manera en que la gente piensa sobre la transición para dejar atrás los combustibles fósiles: ya no es solo por el clima, sino una estrategia de seguridad energética.</p><p>“Eso amplía el atractivo”, afirmó. “Incluye no solo a las personas preocupadas por el lado ecológico, sino a las personas preocupadas por la seguridad pura y dura”.</p><p>El presidente Donald Trump aleja a Estados Unidos de las energías renovables. La guerra subraya los riesgos de su implacable enfoque en los combustibles fósiles.</p><p>“El gobierno de Trump se ha centrado mucho en los combustibles fósiles, pero desde que iniciaron este conflicto, hay que preguntarse: ¿esto es bueno para los combustibles fósiles? Y, en resumen, realmente creo que no”, dijo Gross. “Porque los precios altos y la incertidumbre provocados por esta guerra ayudan a impulsar a otros países a alejarse de los combustibles fósiles”.</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. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian 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/WUSNT5DPOPFUOMNXJ6SWNGZD4A.jpg?auth=a64ee0e5c4dcd49cde1a69dbf2364ccdc0ff92934cf9ad8b1c7b43bd47f1cdcc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – Varios trabajadores instalan paneles solares en el techo de una casa en Prayagraj, India, el lunes 14 de octubre de 2024. (AP Foto/Rajesh Kumar Singh, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Investigation into fatal Pompano Beach hit-and-run remains open, reward being offered]]></title><link>https://www.local10.com/news/local/2026/09/16/investigation-into-fatal-pompano-beach-hit-and-run-remains-open-reward-being-offered/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/16/investigation-into-fatal-pompano-beach-hit-and-run-remains-open-reward-being-offered/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A hit-and-run crash that occurred last month in Pompano Beach remains an active investigation.]]></description><pubDate>Wed, 16 Sep 2026 20:37:55 +0000</pubDate><content:encoded><![CDATA[<p>A hit-and-run crash that occurred last month in Pompano Beach remains an active investigation.</p><p><a href="https://www.local10.com/espanol/2026/09/17/investigan-atropello-fatal-con-fuga-en-pompano-beach-ofrecen-recompensa/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/09/17/investigan-atropello-fatal-con-fuga-en-pompano-beach-ofrecen-recompensa/">Leer en español</a></p><p>According to homicide detectives with the Broward Sheriff’s Office, deputies responded to the 1700 block of northwest 16th Avenue on Sunday, Aug. 23 around 4:45 a.m. after receiving reports of a person lying on the side of the road near a bicycle. </p><p>Pompano Beach Fire Rescue crews also responded and pronounced the victim deceased at the scene. </p><p>He has since been identified as Jacob Robinson. </p><p>Detectives said the bicycle appeared to have been hit by a car, and that an autopsy revealed Robinson sustained injuries consistent with being hit by a car. </p><p>Authorities are asking anyone who has information on the case to call BSO at 954-321-4844 or to contact Broward Crime Stopers at 954-493-TIPS to remain anonymous.</p><p>A reward of up to $5,000 is being offered for any tips through Crime Stoppers that leads to an arrest. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Investigan atropello fatal con fuga en Pompano Beach, ofrecen recompensa]]></title><link>https://www.local10.com/espanol/2026/09/17/investigan-atropello-fatal-con-fuga-en-pompano-beach-ofrecen-recompensa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/investigan-atropello-fatal-con-fuga-en-pompano-beach-ofrecen-recompensa/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un choque con fuga ocurrido el mes pasado en Pompano Beach sigue bajo investigación activa.]]></description><pubDate>Thu, 17 Sep 2026 13:53:39 +0000</pubDate><content:encoded><![CDATA[<p>Un choque con fuga ocurrido el mes pasado en Pompano Beach sigue bajo investigación activa.</p><p>Según detectives de homicidios de la Oficina del Sheriff de Broward, agentes acudieron a la cuadra 1700 de Northwest 16th Avenue el domingo 23 de agosto alrededor de las 4:45 a.m., tras recibir reportes de una persona tendida a un lado de la carretera cerca de una bicicleta.</p><p>Equipos de Bomberos y Rescate de Pompano Beach también acudieron y declararon muerta a la víctima en el lugar.</p><p>Desde entonces, fue identificado como Jacob Robinson.</p><p>Los detectives dijeron que la bicicleta parecía haber sido impactada por un automóvil y que una autopsia reveló que Robinson sufrió lesiones compatibles con haber sido atropellado por un automóvil.</p><p>Las autoridades piden a cualquier persona que tenga información sobre el caso que llame a la BSO al 954-321-4844 o que se comunique con Broward Crime Stoppers al 954-493-TIPS para permanecer en el anonimato.</p><p>Se ofrece una recompensa de hasta $5,000 USD por cualquier información proporcionada a Crime Stoppers que conduzca a un arresto.</p>]]></content:encoded></item><item><title><![CDATA[Arrollan a hombre junto a su auto detenido en el Turnpike]]></title><link>https://www.local10.com/espanol/2026/09/16/arrollan-a-hombre-junto-a-su-auto-detenido-en-el-turnpike/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/16/arrollan-a-hombre-junto-a-su-auto-detenido-en-el-turnpike/</guid><dc:creator><![CDATA[Ryan Mackey, Annaliese Garcia, Gabrielle Arzola]]></dc:creator><description><![CDATA[La víctima estaba de pie junto a un vehículo detenido en el paseo de emergencia cuando fue arrollada antes del amanecer. Murió en el lugar y las autoridades todavía no han revelado su identidad.]]></description><pubDate>Wed, 16 Sep 2026 13:50:21 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió la madrugada del miércoles tras ser atropellado por un auto en el Florida Turnpike, en el suroeste de Miami-Dade, según la Patrulla de Carreteras de Florida (FHP).</p><p>Los agentes indicaron que el accidente ocurrió alrededor de las 4:50 a.m. cerca de la calle 216 del suroeste.</p><p>De acuerdo con la FHP, el conductor de un Honda Civic viajaba hacia el sur por el Turnpike cuando golpeó a un hombre que estaba de pie fuera de un vehículo detenido en el paseo de emergencia derecho.</p><p>El hombre, cuya identidad aún no se ha dado a conocer, murió en el lugar a causa de sus heridas, informaron los investigadores.</p><p>Las autoridades cerraron los carriles en dirección sur del Turnpike a la altura de la calle 216 del suroeste mientras investigaban el accidente.</p>]]></content:encoded></item><item><title><![CDATA[Socavón atrapa a un camión y un auto en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/09/16/socavon-atrapa-a-un-camion-y-un-auto-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/16/socavon-atrapa-a-un-camion-y-un-auto-en-miami-dade/</guid><dc:creator><![CDATA[Jolena Esperto, Trent Kelly]]></dc:creator><description><![CDATA[Los trenes de la Línea Verde quedaron detenidos en ambas direcciones en la estación Earlington Heights. Las autoridades todavía no han explicado qué provocó el colapso de la vía.]]></description><pubDate>Wed, 16 Sep 2026 19:22:41 +0000</pubDate><content:encoded><![CDATA[<p>Un enorme socavón en la intersección de la calle 79 y la avenida 30 del noroeste se tragó parte de la vía la tarde del miércoles. Un camión de carga y un sedán blanco quedaron atascados, y varias calles cercanas tuvieron que cerrarse.</p><p>Varias de las vías que conducen a la intersección permanecen cerradas debido al hundimiento.</p><p>En un video grabado cuando llegaron los primeros equipos se ve un gran camión de carga hundido en la calle. Debajo del remolque también se aprecia un hueco con agua.</p><p>Las imágenes de Sky 10 muestran además la llanta delantera de un sedán blanco hundida en el pavimento, cerca del camión.</p><p>El socavón también detuvo los trenes de la Línea Verde en ambas direcciones en la estación Earlington Heights.</p><p>Los trabajadores del condado y los agentes del sheriff aún no han dado más información sobre la causa del colapso de la vía.</p>]]></content:encoded></item><item><title><![CDATA[Saudi civil defense says falling debris from intercepted Houthi drone kills 1]]></title><link>https://www.local10.com/news/world/2026/09/17/saudi-civil-defense-says-falling-debris-from-intercepted-houthi-drone-kills-1/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/saudi-civil-defense-says-falling-debris-from-intercepted-houthi-drone-kills-1/</guid><dc:creator><![CDATA[By FATMA KHALED, Associated Press]]></dc:creator><description><![CDATA[CAIRO (AP) — Debris from an intercepted Houthi drone has killed a Yemeni resident of Saudi Arabia, the Saudi civil defense said Thursday. It is the first civilian casualty since the Iran-backed rebels have increased their attacks against the kingdom, targeting Saudi shipping and oil facilities.]]></description><pubDate>Thu, 17 Sep 2026 18:47:15 +0000</pubDate><content:encoded><![CDATA[<p>CAIRO (AP) — Debris from an intercepted Houthi drone has killed a Yemeni resident of Saudi Arabia, the Saudi civil defense said Thursday. It is the first civilian casualty since the Iran-backed rebels have increased their attacks against the kingdom, targeting Saudi shipping and oil facilities.</p><p>Two other people were injured, including a Saudi woman and a Pakistani resident who is in critical condition, in the western province of Taif, the civil defense said in an update on X. The debris also damaged vehicles and buildings. The statement didn’t give details on when exactly this happened.</p><p>On Wednesday, Saudi Arabia said the Iran-backed Houthi rebels had tried to attack Mecca, Islam's holiest city, with a drone that it said was intercepted. The Houthis denied the accusation.</p><p>In a recent lightning advance in Yemen that's escalating tensions regionally, the rebels seized a key port city and strategic islands in the Red Sea, threatening to further disrupt international shipping already affected by the Iran war.</p><p>On Thursday, the foreign affairs ministries of Bahrain, Jordan and Kuwait all condemned the Houthis' deadly drone attack in Taif province. The countries, which host U.S. military bases and forces, have repeatedly come under drone and missile attack from Iran since the U.S. and Israel launched the war against Iran on Feb. 28.</p><p>Egypt’s Foreign Minister Badr Abdelatty also said “there is no excuse for attacking” Saudi Arabia. Pakistan’s Foreign Minister Ishaq Dar said his country was “deeply concerned” at the drone attack.</p><p>Saudi Arabia has so far seemed reluctant to unleash a major military campaign against the Houthis, wary of bringing greater Houthi attacks on its oil infrastructure and being dragged back into an all-out civil war in Yemen, its southern neighbor.</p><p>As Houthi attacks continue, the kingdom faces a potential decision about whether to step up its military response or seek a diplomatic solution. Regional officials have recently suggested that Saudi Arabia is running low on missile interceptors and has turned to regional and Western allies for assistance.</p><p>On Thursday, in a pre-recorded speech, the leader of the Iran-backed group, Abdul Malik al-Houthi, denounced what he called Saudi Arabia’s “utterly heinous lies,” referring to the claim that the group targeted Mecca.</p><p>The rebel group’s leader called for mass protests on Friday in Sanaa and Houthi-controlled areas to show support for protecting holy mosques. He called for an end to the Saudi blockade on Yemen.</p><p>In a social media post on Thursday, Iranian Foreign Ministry spokesperson Esmail Baghaei said that a claim of intercepting a drone shouldn’t be turned into an accusation against any specific party or used to escalate tensions. He also condemned attacks on Islamic holy sites.</p><p>On Wednesday, the Houthis had claimed to have downed a Saudi F-15 fighter jet operated by the Saudi-backed coalition over Yemen’s central province of Marib, though they didn’t say when it happened.</p><p>In a video released by the rebel group’s media channels, Houthi fighters were shown gathering around what they described as the wreckage of an F-15 emblazoned with a Saudi flag. The Associated Press could not independently verify the claim. Saudi officials didn't comment on the claim.</p><p>The growing tensions are impacting the Iran war, too, especially since the Houthis captured the port city of Mokha and an island on the Bab el-Mandeb Strait, which is a crucial shipping alternative to the Strait of Hormuz. That is adding pressure on global oil supplies and prices.</p><p>The Houthis have said they are targeting only Saudi-linked vessels, and container ships and oil tankers continued to transit the Bab el-Mandeb Strait, according to shipping analytics firm Windward. But the blockade of Saudi vessels has disrupted a crucial workaround for oil exports bottled up by Iran’s chokehold over Hormuz.</p><p>Yemen’s civil war began in 2014 when the rebels seized the capital, Sanaa, and much of northern Yemen, forcing the government into exile. Saudi Arabia has led an international coalition fighting the rebels and also imposed an air and sea blockade on Houthi-held parts of Yemen.</p><p>The renewed fighting in Yemen has displaced at least 125,000 people who have fled, many with only what they could carry, as the Houthis have advanced down the Red Sea coast. Yemen, the Arab world’s poorest country, was pushed to the brink of famine in an earlier phase of the civil war, which killed an estimated 150,000 people.</p><p>——</p><p>Associated Press journalist Giovanna Dell'Orto contributed from Minneapolis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMQIGFF53TKBP3JJZTDU63HU5M.jpg?auth=8f5d37e573c59e7ba7f0c048792b3c16996e39e6c8f04a3d1179c37fff93d4f0&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 Saudi Press Agency shows firefighters inspecting damage to a building caused by falling debris from a drone that Saudi authorities said was launched by Yemen's Houthi rebels and intercepted over Taif province, western Saudi Arabia, Thursday, Sept. 17, 2026. (Saudi Press Agency via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EMFRTEKAGQQQNT3QRWQIKV5VFE.jpg?auth=320b16b12df3963bea340d1326e391804402dab1edd3386d40a325ebcba4c4f7&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 Saudi Press Agency shows a building damaged by falling debris from a drone that Saudi authorities said was launched by Yemen's Houthi rebels and intercepted over Taif province, western Saudi Arabia, Thursday, Sept. 17, 2026. (Saudi Press Agency via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LI2EO45W4FXBY7WAS4XS266NQ4.jpg?auth=98a6fde8f5f3636b319c41c43ecd459fac0783524e1cdc843dc22bc264cf1ca8&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 Saudi Press Agency shows a building damaged by falling debris from a drone that Saudi authorities said was launched by Yemen's Houthi rebels and intercepted over Taif province, western Saudi Arabia, Thursday, Sept. 17, 2026. (Saudi Press Agency via AP)]]></media:description></media:content></item><item><title><![CDATA[The Iran war is driving clean energy development. It's not enough to help the planet, yet]]></title><link>https://www.local10.com/business/2026/09/17/the-iran-war-is-driving-clean-energy-development-its-not-enough-to-help-the-planet-yet/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/the-iran-war-is-driving-clean-energy-development-its-not-enough-to-help-the-planet-yet/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[Countries are embracing clean power and taking steps to use less energy because of the war against Iran, but it is not yet enough to help address climate change.]]></description><pubDate>Thu, 17 Sep 2026 14:21:33 +0000</pubDate><content:encoded><![CDATA[<p>Countries are embracing clean power and taking steps to use less energy because of the war against Iran, but it is not yet enough to help address climate change.</p><p>When the U.S. and Israel launched the war in February, some backers of renewables opined it could drive a green transition as oil and gas prices spiked. So far, more than 30 governments have enacted policies to move away from fossil fuels or improve energy efficiency. Yet at the same time, global emissions of greenhouse gases increased slightly and investments in clean energy fell compared to the same period last year.</p><p>The Associated Press talked to a dozen experts who said that while the Iran war appears to be helping the adoption of clean energy, the world is still heavily dependent on fossil fuels. They said it will take more time for new policies to show results.</p><p>“Governments are currently doing a dance between acknowledging the importance of clean power while continuing to support fossil fuel expansion,” war studies lecturer Pauline Heinrichs at King’s College London wrote in an email. “We are seeing an old and a new world interact in contradiction with each other.”</p><p>There has been a surge in solar installations in the United Kingdom. The government is also considering expanding natural gas production. In Asia, where there’s massive demand for solar power and electric vehicles, Indonesia is replacing some diesel power plants with solar, while also doubling down on coal for heavy industries.</p><p>Clean investment lost momentum globally, but the story differs importantly by region</p><p>Global investment in wind and solar deployment fell in the first half of 2026 compared to the same period last year, after several years of growth, according to Rhodium Group’s Clean Investment Monitor. China accounted for most of the global decline. In the U.S., Europe and India, where economies are more exposed to gas and oil prices, solar investment grew and wind investment held stable or grew, said Hannah Pitt, a director at Rhodium.</p><p>In February, Stanford University climate scientist Rob Jackson said it was “just wishful thinking” that the new war would boost support for homegrown renewables over imported fossil fuels — unless it turned out to be a sustained conflict.</p><p>Six months later, Jackson said he didn’t anticipate oil prices hurdling past $90 or $100 a barrel for so long. If dozens of countries are promoting electric vehicle incentives, charging infrastructure and electrification in general, that can help in the fight against climate change, added Jackson. But only if those actions are sustained.</p><p>“We need that action over years, to decades, to make a dent in the climate problem,” Jackson said Monday.</p><p>Climate pollution increased marginally</p><p>Thirty-three governments adopted policies to switch from fossil fuels to electricity or improve energy efficiency in response to the Middle East conflict, as of Sept. 9, according to the International Energy Agency. This includes supporting EV adoption, promoting renewable energy, replacing gas boilers with electric heat pumps and retrofitting homes and businesses to use less energy. The Netherlands, Spain and the U.K. are doing everything on that list.</p><p>China is working to make heavy industry more energy efficient and pushing to electrify heavy vehicles. India and Indonesia are shifting to electric stoves to replace imported liquefied petroleum gas as a cooking fuel. Laos suspended gas and diesel car imports through 2026 to boost EVs.</p><p>These efforts haven't moved the needle yet. Incentivizing EV purchases or encouraging energy efficiency take time and scale, according to researchers for the Climate TRACE database of emissions.</p><p>At the same time, many governments are cutting fuel taxes. That provides immediate relief to consumers but disincentivizes switching to EVs. And, the war itself will spike emissions.</p><p>Global greenhouse gas emissions increased 0.2% in the first half of 2026, compared with the first half of 2025, according to Climate TRACE. While emissions from road transportation increased, Climate TRACE found that power sector emissions declined, despite concern that disruptions in oil and gas markets would push countries to use more coal for electricity. Shipping emissions also declined, likely due to the Strait of Hormuz closure.</p><p>Countries that import fossil fuels are footing higher bills</p><p>Those bills would have been even steeper, though, if not for the clean power added since 2020.</p><p>Fossil fuel importers have paid prices that are $330 billion higher compared to prewar market expectations, making it the largest sustained price shock since the 1990 Gulf War, according to research by the Centre for Research on Energy and Clean Air. The European Union, China and India paid the most.</p><p>Countries that invested in clean energy after past energy crises saved an estimated $36 billion in avoided fossil fuel imports in the first five months of the conflict, the research found. China and Japan saved the most, followed by Spain, France, Italy, the Netherlands, Brazil and India.</p><p>Governments are trying to insulate themselves from geopolitical volatility and fuel price instability, said Caspian Conran, lead economist at the global consultancy firm Baringa. China knows it can rely on coal and the U.S. won’t run out of domestic natural gas, he said. Europe's politicians feel the most urgency to adopt new energy policies because their fossil fuel production is limited, said Conran, who is based in London.</p><p>“We simply don’t have a choice,” he said.</p><p>Too soon to say whether the war will be a net gain for renewables or fossil fuels</p><p>At this point, the signal would be small and there is a lot of other variation in the system, according to Michael Oppenheimer, a Princeton climate and international affairs professor.</p><p>“One thing is clear, however. When the trouble began, lots of people said there would be a rush to other, readily-available fossil fuel sources to replace Gulf oil and compensate for the price run-up, which would presumably bury any gain in carbon-free energy,” he wrote in an email. “Instead, at this point, it looks like events could turn out to be a net winner for renewables.”</p><p>Brookings Institution scholar Samantha Gross said the war is changing how people think about transitioning away from fossil fuels — that it’s not just for the climate, it’s an energy security strategy.</p><p>“That widens the appeal,” Gross said. “It brings in not just people concerned about the green side, but people concerned about hard security.”</p><p>President Donald Trump is shifting the U.S. away from renewables. The war underscores the risks of his relentless focus on fossil fuels.</p><p>“The Trump administration has been really focused on fossil fuels, but since they started this conflict, you have to ask the question, is this good for fossil fuels? And in short, I really think not,” Gross said. “Because the high prices and the uncertainty brought about by this war are helping to push other countries away from fossil fuels.”</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/HG4SSZFXJ7TMVVG7KU2CJ5BHAE.jpg?auth=961c91f4bf2843a16fd5e4ff5c77d8a777e1d02df5a13a9423937e0192d00e3a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers install solar panels on a rooftop of a home in Prayagraj, India, Monday, Oct. 14, 2024. (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/SF6KAEIBJ736Z2S5IPVD5RG3JQ.jpg?auth=ac96e1d239bc149306c726eab1e82a392f87096cd3c1d0530b013ceb2d9e1a53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A new solar farm is being built near Quedlinburg, Germany, May 26, 2025. (AP Photo/Matthias Schrader, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthias Schrader</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3AL4WMR6NHUPMAMYVABFXYWYZI.jpg?auth=19ddf32e9e8040b6e17eac7c9d0eb561c29fddb9bd384a20b2b3a6d306455c6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Workers assemble the Zeekr 001 EV models at the Chinese automaker Zeekr assembly plant in Ningbo, east China's Zhejiang Province, April 17, 2025. (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/ICAY67Q6BAB34MQ2YLVUFNSWKM.jpg?auth=1595f6537b26f74d94a1eeb709cc73e381eaee20a212376b1a08b799d8059844&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cattle graze under solar panels April 28, 2026, at a farm in Christiana, Tenn. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7EGHOQVFBUANRWOK26SEH5WF4.jpg?auth=7e1dd7cd8422cca81aa05220de3e8197e3fb76b4a108a6c8f6946d6164f63491&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- The sun rises over floating solar panels on May 3, 2023, in Selangor, Malaysia. (AP Photo/Vincent Thian, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vincent Thian</media:credit></media:content></item><item><title><![CDATA[Spying scandal is still haunting Southampton as Wrexham's celebrity owners have a dig]]></title><link>https://www.local10.com/sports/2026/09/17/spying-scandal-is-still-haunting-southampton-as-reynolds-and-wrexham-continue-the-pile-on/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/spying-scandal-is-still-haunting-southampton-as-reynolds-and-wrexham-continue-the-pile-on/</guid><dc:creator><![CDATA[By STEVE DOUGLAS, Associated Press]]></dc:creator><description><![CDATA[Another week, another taunt as Southampton continues to be dogged by its conduct in the “Spygate” soccer scandal.]]></description><pubDate>Thu, 17 Sep 2026 15:04:10 +0000</pubDate><content:encoded><![CDATA[<p>Another week, another taunt as Southampton continues to be dogged by its conduct in the “Spygate” soccer scandal.</p><p>This time, the jibes are coming from Wrexham’s famous co-owners.</p><p>Ahead of a match between the teams in England’s second-tier Championship on Saturday, Ryan Reynolds and Rob Mac released a video containing cutting references to a saga from last season that saw Southampton expelled from the promotion playoffs for unauthorized filming of opponents’ practice sessions.</p><p>“Today, for no particular reason, we want to talk about the importance of privacy,” Reynolds says after emerging from behind a tree, “specifically how to prevent spies from seeing what you’re doing.”</p><p>“Because there’s some things,” Mac continues, “that you just don’t want any other people to see.”</p><p>They went on to say this wasn’t just a message for Wrexham’s fans, but for those of Oxford, Ipswich, Middlesbrough and people everywhere.</p><p>This was a reference — as part of a promotion for Wrexham’s front-of-kit sponsor, Firefox — to the three teams that Southampton admitted to spying on last season.</p><p>The tree? Well, that’s a nod to a Southampton intern being spotted filming a Middlesbrough training session from behind a tree — the incident which sparked an investigation that revealed Southampton’s misbehavior.</p><p>That, in turn, led to Southampton getting thrown out of the playoffs — costing the team a chance of promotion to the lucrative Premier League — and receiving a four-point deduction to start this season. Its manager, Tonda Eckert, has since been charged by the Football Association with bringing the game into disrepute, with an arbitration panel saying it was “a contrived and determined plan from top down to gain a competitive advantage.”</p><p>Southampton’s opponents aren’t letting this lie.</p><p>Wrexham had a dig during the offseason. Upon discovering it would be playing Southampton in the last match before a hiatus for international matches, Wrexham posted details of the match with the caption: “Taking us into the international break,” accompanied by a spy emoji and a calendar reminder to “Check Training Ground” for unauthorized visitors in the days ahead of the game.</p><p>Southampton’s first game of the season was at Watford, whose fans baited Eckert’s team. Even Watford’s mascot got involved, standing behind one of the goalposts ahead of the game and poking its head out with a binocular gesture.</p><p>On Saturday, Bristol City fans sang a song that referred to Southampton as cheats in the opening seconds of their Championship game.</p><p>Later, Southampton supporters were heard singing: “We spy when we want, we spy when we want, we are Southampton, we spy when we want.”</p><p>After losing to Watford in their opener, Southampton has won four games and drawn the other two to climb to ninth place in the Championship standings, setting up another run to the playoffs — or even to the two automatic promotion spots — in a bid to return to the Premier League.</p><p>Wrexham is 19th in the 24-team standings after just one win in seven games.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MBLXNPW7YXDNZ6GK2ZKP274XYI.jpg?auth=2cb8b4c0e73e33865fda0572ae51488b21a3654cced1bae58c873f95d19666fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rob Mac, left, and Ryan Reynolds arrive at an FYC event for "Welcome to Wrexham" on Tuesday, April 28, 2026, at Chloe's at Golden Road Brewing in Los Angeles. (Photo by Jordan Strauss/Invision/AP), File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Strauss</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGNHU46VYTP5X6ETI3X3Y6TDWE.jpg?auth=f84c23eacb8d253e19beded551ea4379b6219f142edcddd97260d5d7c837d0a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southampton's coach Tonda Eckert reacts during the FA Cup semifinal soccer match between Manchester City and Southampton in Manchester, England, April 25, 2026. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7QKXWBHHI537CSMCYVC672N3M.jpg?auth=bc4b4580c3bd7b26f023a6549124b7dbdddbf18cd4b02efafb020ee7f91f14f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Southampton's coach Tonda Eckert talks to his players during the FA Cup semifinal soccer match between Manchester City and Southampton in Manchester, England, Saturday, April 25, 2026. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Kim Stanley Robinson won't read aloud his climate disaster scene from 'The Ministry for the Future']]></title><link>https://www.local10.com/entertainment/2026/09/17/kim-stanley-robinson-wont-read-aloud-his-climate-disaster-scene-from-the-ministry-for-the-future/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/kim-stanley-robinson-wont-read-aloud-his-climate-disaster-scene-from-the-ministry-for-the-future/</guid><dc:creator><![CDATA[By PETER PRENGAMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Kim Stanley Robinson, author of one of the most famous novels on climate change, says he has done more than 600 speaking events since “The Ministry for the Future” was published in 2020 — but he won't read the first chapter out loud.]]></description><pubDate>Thu, 17 Sep 2026 13:01:04 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Kim Stanley Robinson, author of one of the most famous novels on climate change, says he has done more than 600 speaking events since “The Ministry for the Future” was published in 2020 — but he won't read the first chapter out loud.</p><p>In those opening pages, a prolonged heat wave grips a large swath of northern India. Told from the perspective of an aid worker named Frank, the book starts with a breakdown of the electrical grid, generators that run out of fuel and high temperatures combined with high humidity that lead to death everywhere. Unable to get relief, people die on rooftops, on the streets and in a lake. In the end, the heat kills 20 million people.</p><p>“I just have this instinctive sense, no, this is too harsh,” said Robinson during an interview with The Associated Press last month. “This is too … I’m not willing to read this one aloud.”</p><p>The first chapter struck a nerve with many readers because it brought to the forefront the very real fear of unchecked climate change, caused mainly by the release of greenhouse gases from the burning of fuels like oil, gas and coal. Greenhouse gases build up heat in the atmosphere, which manifests on Earth as both higher temperatures and an intensifying of extreme weather events.</p><p>“The Ministry for the Future does a better job than any other book I’ve read of playing out, in a dramatic but realistic way, how high temperatures can literally kill people,” wrote Bill Gates, philanthropist and climate expert, in his Gates Notes blog in 2022.</p><p>Robinson has been writing about the potential impacts of climate change for years</p><p>For Robinson, an American science-fiction writer, the environment, and how humans interact with it, have been consistent themes in many of his novels. “2312” and “New York 2140,” both published before “The Ministry for the Future,” show how the devastating effects of climate change have altered life on Earth. Some of his terms and concepts — like “the Dithering” in “2312,” referring to the time period between 2005 and 2060 with little climate action — have been adopted by journalists, environmentalists and climate scientists.</p><p>The opening scene of “The Ministry for the Future” has also uniquely captured the imagination of people concerned about climate change. That may be because, while Robinson's cataclysm is clearly fiction and an extreme weather event beyond anything we have seen in modern history, the scale and frequency of extreme weather disasters makes an unprecedented extreme event feel possible one day.</p><p>After the book published, Robinson says he faced criticism in India, with some calling it “disaster porn” and arguing he should have set it in his own country. Robinson says he believes a similar heat wave could happen in the U.S., which has recorded very high wet bulb temperatures, or a combination of air temperature and humidity, a key factor in the lethality of the book's heat wave. However, he also wanted to explore the combined factor of a weakened electrical grid and thought northern India was a good setting because of its population density, humid subtropical climate and vulnerability to extreme weather.</p><p>“I intended it to be a kind of a brutal shock,” he said.</p><p>Indeed, that collective shock is a lead-in to the rest of the book, which explores an international effort to combat climate change, a process that proves to be messy, complicated and, for readers hoping to see a major response, inspiring. Measures include paying people to store carbon, so-called geoengineering efforts like releasing sulfate particulates into the upper atmosphere to reflect sunlight and lower temperatures and creating a ministry — yes, the titular Ministry for the Future — to advocate for future generations.</p><p>Robinson warns of a ‘death cult response’ behind climate change inaction</p><p>Whether a mega extreme weather event would lead to a major effort to combat climate change is an open question. There have been numerous major floods, heat waves, wildfires and droughts in recent years, yet the world feels very far away from the kind of effort described in Robinson's book.</p><p>It wasn't until 2023 that the annual U.N. summit to address climate change, the Conference of the Parties, even directly named the culprit driving up global temperatures — the burning of fossil fuels — and called for a tepid “transition” away from such fuels.</p><p>Since President Donald Trump was reelected in 2024, America, historically the No. 1 emitter of greenhouse gases, has stopped participating in climate diplomacy and has even been hostile to such efforts by other countries. Trump has called climate change a “con job,” characterized green energy transition as the “Green Scam” and rolled back U.S. government subsidies for green energies while directing investment in fossil fuels, including the revamping of coal plants that had been shuttered.</p><p>Robinson, a self-described leftist and environmentalist, says he believes the administration's actions on climate amount to a “death cult response.”</p><p>“It's a kind of glorying in their badness,” said Robinson, adding that it's as if they were saying: “‘It’s hilarious we can get away with this stuff. We can wreck the world and nobody can stop us. How powerful we are.’”</p><p>The administration has repeatedly said its environmental policies are practical and aimed at reducing red tape and promoting energy independence.</p><p>Robinson likens confronting climate change to the American Revolution</p><p>Robinson says he believes the pendulum will swing back toward climate action and this year's El Niño could be a catalyst. The natural and periodic climate pattern leads to warmer waters in parts of the Pacific Ocean, which raises temperatures and scrambles weather patterns around the world. Many scientists believe this cycle, which goes into next year, will be the strongest ever recorded and will juice extreme weather events worldwide.</p><p>As America celebrates its 250th anniversary, Robinson says he has been invoking the American Revolution in discussions about climate change. Despite declaring independence from Britain in 1776, it wasn't until 1783 — when a peace treaty was signed after years of brutal battles — that the country truly became a nation.</p><p>“The story of the American Revolution is lose, lose, lose, lose, lose, win,” said Robinson. “So where did the win come from? It came from keeping to fighting despite the losses.”</p><p>Robinson says he doesn't plan to write a sequel to “The Ministry for the Future” because the book is still “doing its work” of highlighting the dangers of climate change and the need for a unified global response. However, his next novel will also be on climate change and set in the Arctic, though he declined to share more.</p><p>At 74, after many successful novels and numerous accolades, Robinson says he doesn't feel like he has anything to prove.</p><p>“I feel like I’ve got a body of work that I’m pleased with and I don’t have to continue to write novels just to write,” he said. “But I’ve found that I want to, and now I’ve got this idea, it’ll be interesting to see what comes out.”</p><p>___</p><p>Peter Prengaman is The Associated Press’ global director of climate news and can be followed on LinkedIn.</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/IYYOWGEXLOLDJEML2T25OFSJCI.jpg?auth=adef6668ca3ba2f4f9de4592adc0d39a73460c8d97500f10af9773a27164c63e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kim Stanley Robinson's "The Ministry for the Future" sits on a shelf of a bookstore Monday, Sept. 14, 2026, in New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FWBUULVG3D2TBHM4POBQ45WJ3A.jpg?auth=88ae1b11da283444d5cb430bf9f334a9f65da97d435835f0b5db09809fa79b25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kim Stanley Robinson's "The Ministry for the Future" sits on a shelf of a bookstore Monday, Sept. 14, 2026, in New York. (AP Photo/Alyssa Goodman)]]></media:description><media:credit role="author" scheme="urn:ebu">Alyssa Goodman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/75PVFZOKKUKBXNKR5FELKBCOKA.jpg?auth=52a870348165d9c8e076a90f89992edaec21cbbbdcc1d8a8c69b3fb322d9dd68&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - American Electric Power's John Amos coal-fired power plant operates in Winfield, W.Va., on the banks of the Kanawha River, March 22, 2026. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Aleksander Barkov is back and the Florida Panthers have a ton of motivation entering training camp]]></title><link>https://www.local10.com/sports/local/2026/09/17/aleksander-barkov-is-back-and-the-florida-panthers-have-a-ton-of-motivation-entering-training-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/17/aleksander-barkov-is-back-and-the-florida-panthers-have-a-ton-of-motivation-entering-training-camp/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[FORT LAUDERDALE, Fla. (AP) — In the mind of Florida Panthers captain Aleksander Barkov, the difficult part of his comeback is already over.]]></description><pubDate>Thu, 17 Sep 2026 12:57:50 +0000</pubDate><content:encoded><![CDATA[<p>In the mind of Florida Panthers captain Aleksander Barkov, the difficult part of his comeback is already over.</p><p>It happened in May, in a far-from-filled Swedish arena, when Barkov suited up for Finland in an exhibition against Switzerland for his first game since shredding his right knee in the Panthers’ first training camp practice 7 1/2 months earlier. And on one of his very first shifts, he tumbled to the ice.</p><p>Nothing bad happened.</p><p>“Very good news,” Barkov said.</p><p>That was it. That was all it took for Barkov to realize his surgically repaired knee was good, that he could play without fear or concern. A few weeks later, he hoisted the trophy when Finland won the IIHF world championship.</p><p>And now he’s home in Florida, set for the start of training camp and ready to lead a team that — even after missing the playoffs last season — has been set by most sportsbooks as the favorite to win what would be its third Stanley Cup in a four-year span.</p><p>“Don’t take anything for granted,” Barkov said, when asked what he learned from not being able to play for Florida last season. “You just have to enjoy every single chance you get to play hockey, to be with your teammates, to go to every single practice, every single game. You’ve got to be excited about that.”</p><p>The Panthers — who were holding media day on Wednesday in advance of Thursday’s first practice of camp — have plenty of reasons to be excited. Many core players from the runs to the Cup titles in 2024 and 2025 are back, names like Barkov, Matthew Tkachuk, Sam Reinhart, Sam Bennett, Aaron Ekblad, Carter Verhaeghe, Gustav Forsling, Brad Marchand, Anton Lundell, Dmitry Kulikov and Niko Mikkola.</p><p>Brady Tkachuk, Matthew Tkachuk’s brother, has been added to the mix and Florida even brought Radko Gudas — a fan favorite from his first stint with the Panthers — back to help shore up the defense. And in net, with Sergei Bobrovsky gone to Toronto, Florida is turning the goaltender job over to Jacob Markstrom.</p><p>“Every single guy who has come in, they look so determined to be their best and to show their best,” Barkov said. “But they also know that we’re all in this together. Every single person is important, and every single has their own abilities to lead in their own way. We have many of those guys, so that’s the best part of this. No one’s here by themselves. Everyone can be just whatever they are.”</p><p>That didn’t happen last season. Injuries gutted the Panthers, starting with Barkov.</p><p>He got hurt about 20 minutes into the first practice of training camp, tearing the ACL and MCL in his right knee on Sept. 25, 2025. He had surgery a day later and was skating within a few months, but by the time he was ready to seriously consider returning to game action Florida — which dealt with injuries all year — was out of playoff contention and didn’t get a chance at trying to win a third consecutive Stanley Cup.</p><p>It wasn’t entirely a lost season for Barkov. He missed the chance to serve as Finland’s captain at the Milan Cortina Olympics, but played for his country at the IIHF world championships this past spring — and got to hoist the trophy when Finland beat host Switzerland 1-0 in the gold medal game.</p><p>And now, Florida’s career leader in goals and assists is raring to go with the Panthers once again.</p><p>“We all know camp is always going to be hard, no matter what. It’s going to be hard physically and mentally,” Barkov said. ”We’re all kind of ready for that test.”</p><p>___</p><p>See AP’s full NHL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YRSVHGX4DVZUPM722DQCTJBOS4.jpg?auth=9e823cf1512b1a77e60c90e33305c63ad6643c48cd2115842d08b17a364f6100&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left; Florida Panthers defenseman Josh Brown, right wing Evgenii Dadonov, center Aleksander Barkov and left wing Jonathan Huberdeau celebrate after Barkov scored against the Minnesota Wild during the second period of an NHL hockey game Monday, Jan. 20, 2020, in St. Paul, Minn. (AP Photo/Craig Lassig)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Photo/Craig Lassig</media:credit></media:content></item><item><title><![CDATA[Claims for unemployment benefits drop to 196,000, lowest since mid-July as layoffs remain low]]></title><link>https://www.local10.com/business/2026/09/17/claims-for-unemployment-benefits-drop-to-196000-lowest-since-mid-july-as-layoffs-remain-low/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/claims-for-unemployment-benefits-drop-to-196000-lowest-since-mid-july-as-layoffs-remain-low/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The number of people applying for unemployment benefits dropped sharply last week, another sign that layoffs remain rare and most Americans enjoy job security.]]></description><pubDate>Thu, 17 Sep 2026 15:34:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The number of people applying for unemployment benefits dropped sharply last week, another sign that layoffs remain rare and most Americans enjoy job security.</p><p>The Labor Department reported Thursday that jobless claims slid to 196,000, the fewest since mid-July and down from 206,000 the week before. The four-week average of claims, which smooths out week-to-week volatility, dropped to 203,250.</p><p>Economists had expected claims to come in at 207,500, according to a survey by the data firm FactSet.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can be a sign of where the job market is headed. For the past year, claims have mostly stayed within a historically low range of 200,000 to 230,000 a week.</p><p>The American job market has remained sturdy despite higher gasoline prices that have squeezed businesses and consumers since the fighting with Iran began Feb. 28.</p><p>Layoffs are low. Businesses, remembering the labor shortages that followed the end of pandemic lockdowns, are reluctant to let go of staff. They’re hiring — but modestly by the standards of recent years.</p><p>So far this year, employers — companies, government agencies and nonprofits — have been adding an average 80,000 jobs a month, including a surprising 162,000 in August. That is an improvement on a dismal 2025 when monthly job creation averaged 9,700 as high interest rates and President Donald Trump’s ever-changing trade policies discouraged hiring.</p><p>But it remains well below the 166,000 monthly jobs created, on average, in 2023 and 2024, and the 491,000 a month recorded during the 2021-2022 hiring boom that followed COVID-19 lockdowns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4KIMYNGMWCOYTZLDGEC5RIHA7I.jpg?auth=47e3e92e3342356745066f69a1fe1ea5617d19467d238d5867d8ea547eb6a296&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portraits of Presidents Donald Trump and Theodore Roosevelt hang above the Department of Labor in Washington, July 7, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Cuban man deported to Africa last year wants answers as family waits in Homestead]]></title><link>https://www.local10.com/news/local/2026/09/16/cuban-man-deported-to-africa-last-year-wants-answers-as-family-waits-in-homestead/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/16/cuban-man-deported-to-africa-last-year-wants-answers-as-family-waits-in-homestead/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[It’s been 14 months since a Cuban man from Miami was deported, but not to Cuba.]]></description><pubDate>Wed, 16 Sep 2026 22:52:03 +0000</pubDate><content:encoded><![CDATA[<p>It’s been 14 months since a Cuban man from Miami was deported, but not to Cuba.</p><p><a href="https://www.local10.com/espanol/2026/09/16/cubano-deportado-desde-miami-acabo-encarcelado-en-eswatini-en-africa/" target="_self" rel="" title="https://www.local10.com/espanol/2026/09/16/cubano-deportado-desde-miami-acabo-encarcelado-en-eswatini-en-africa/"><b>Leer en español</b></a></p><p>Instead, 59-year-old Roberto Mosquera is in Africa and in jail, even though his attorney says he’s not been charged with a crime there. </p><p>Mosquera lived most of his life in South Florida where he worked as a plumber and has three daughters.</p><p>He showed Local 10 News’ Christian De La Rosa the conditions where he’s currently being held. </p><p>“We don’t got too many windows,” said Mosquera. “The Wi-Fi is not very good.” </p><p>Mosquera, who arrived in the U.S. as a child from Cuba, has a lengthy criminal record, including attempted murder, for which he served time behind bars.</p><p>“I have my faults in the United States, I paid for what I did,” he said. </p><p>Once he completed his sentence and got out, he got a job and had a family, and like so many other Cubans with a deportation order, he’d check in every year.</p><p>But in June 2025, after President Trump took office, ICE detained him two days before Father’s Day.</p><p>“I couldn’t even say goodbye when I left, it’s very hard,” he said. </p><p>Mosquera was deported from Miami to the small country of Eswatini in Southern Africa.</p><p>The Trump Administration claims Cuba would not take him.</p><p>He is one of a growing number of deportees sent to places they’re not from when their countries of origin turn them away.</p><p>The deportation agreement in Eswatini alone has reportedly cost U.S. taxpayers millions. </p><p>“I just want some answers man,” said Mosquera. </p><p>In a statement, the U.S. Department of Homeland Security told Local 10 News:</p><p>“We are lawfully implementing President Trump’s agenda to deport illegal aliens by any means necessary within the law. When an individual is no longer in ICE custody, ICE is no longer responsible for them.”</p><p>Mosquera’s attorney told local 10 News the father of three remains jailed there indefinitely for a crime he did not commit.</p><p>The Homestead plumber says the only thing keeping him hopeful are his daughters, especially his youngest, 10-year-old Faith.</p><p>“Because it’s what I always have here, faith that something is going to change,” he said. </p><p>Mosquera said he was able to do the interview with Local 10 News thanks to a phone he was given after going on a hunger strike for 30 days.</p><p>His attorney, Alma David, says Mosquera’s case raises a larger question about what happens when the U.S. deports someone to a country with which they have no connection.</p><p><blockquote style="margin: 1.5em 0; padding: 1em 1.25em; border-left: 4px solid #999; background-color: #f5f5f5; font-size: 0.9em; font-style: italic; line-height: 1.6;">
  <p style="margin: 0 0 1em 0;">“Roberto has now been imprisoned in a maximum security prison for over a year in a country he had never heard of before he was incarcerated there and where he had never been charged with a crime,” David wrote in a statement to Local 10 News. "I know there are many Americans who believe that people who don’t have immigration status in the USA deserve to be deported. I know there are even Americans who believe that those people should be punished. But if you are not profoundly disturbed by the fact that our government can send a man, who had already finished serving his criminal sentence in the US many years ago, to a totally foreign country where he has never been and where he is being imprisoned with no end in sight, even though the government there has explicitly admitted that he is not charged with a crime or with any wrongdoing at all, you have lost sight of what it means to be American.”</p>
</blockquote></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: Trump says EU allowing Canada as associate member could be a ‘hostile act’]]></title><link>https://www.local10.com/news/politics/2026/09/17/the-latest-trump-says-eu-allowing-canada-as-associate-member-could-be-a-hostile-act/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/17/the-latest-trump-says-eu-allowing-canada-as-associate-member-could-be-a-hostile-act/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump suggested that the European Union allowing Canada to become an associate member could be a “hostile act” and threatened to respond to the proposed move by imposing more tariffs on the bloc.]]></description><pubDate>Thu, 17 Sep 2026 18:25:49 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump suggested that the European Union allowing Canada to become an associate member could be a “hostile act” and threatened to respond to the proposed move by imposing more tariffs on the bloc.</p><p>Meanwhile, House Speaker Mike Johnson sent lawmakers home to campaign for the midterm elections, but not without a scathing rebuke from Republican Rep. Thomas Massie for all the unfinished business. Massie’s resolution to impeach Defense Secretary Pete Hegseth over the war in Iran and his bipartisan effort to release more files in the Jeffrey Epstein investigation are being left behind.</p><p>Here's the latest:</p><p>US OKs to $24 billion sale of F-35 fighter jets to Saudi Arabia</p><p>The Trump administration’s approval of the sale of the advanced warplanes to Saudi Arabia signals a boost in U.S. military cooperation with Gulf Arab states at a time when the war against Iran is at a stalemate.</p><p>The State Department said Thursday it has given the green light for the Saudis to purchase 48 F-35 Lightning II Joint Strike Fighter aircraft. Also included in the deal are jet engines, secure communication and navigational systems, spare parts and training.</p><p>The statement released by the State Department said the sale supports U.S. foreign policy and national security objectives by improving the security of a major non-NATO ally. It called Saudi Arabia “a force for political stability and economic progress in the Gulf region.”</p><p>Judge says Kennedy Center must give notice before making any major changes to building</p><p>The judge’s order says the Kennedy Center must provide 30 days’ notice before making significant changes to the building, including demolishing it as President Donald Trump has threatened.</p><p>U.S. District Judge Christopher Cooper said his ruling would “avoid any confusion on that score given more recent events.”</p><p>Trump was named the Kennedy Center’s chairman last year by loyalists on the center’s board.</p><p>He said Wednesday that his efforts to restore the aging building deserve recognition, saying “if we don’t do that, it’s going to close. It’ll end up being ripped down. It’s in very, very bad shape, very dangerous shape.”</p><p>Trump withdraws Lance Schroyer as his nominee to lead ICE</p><p>The White House said Thursday that Trump is withdrawing its nomination of the former Oklahoma state trooper to lead U.S. Immigration and Customs Enforcement.</p><p>The step ensures that an agency at the forefront of President Donald Trump’s domestic agenda will remain without a Senate-confirmed leader for at least a while longer.</p><p>Schroyer is close to Homeland Security Secretary Markwayne Mullin, a former U.S. senator from Oklahoma. He has little experience with immigration.</p><p>The White House, in a brief statement, offered no comment on the decision.</p><p>When he nominated Schroyer in June, Trump said on his Truth Social platform that his pick was “a PATRIOT with real operational experience.” Trump also called Schroyer a “proven leader with DECADES of experience locking up the worst of the worst.”</p><p>Appeals court considers a Missouri congressional map backed by Trump</p><p>The federal appeals court panel is weighing an attempt to revive Missouri congressional districts backed by President Donald Trump.</p><p>The U.S. Supreme Court blocked those districts from being used in the November election. But on Thursday, the 8th U.S. Circuit Court of Appeals heard arguments about whether the state should use the new Republican-drawn U.S. House districts.</p><p>It wasn’t immediately clear what the impact would be, even if the panel were to rule in favor of the new map.</p><p>Local election officials are already printing ballots under the current districts. They face a Friday deadline to mail out absentee ballots to overseas citizens and military voters.</p><p>▶ Read more</p><p>ICE officer charged in non-fatal shooting is arrested by Minnesota authorities</p><p>A federal immigration officer charged with shooting and wounding  a Venezuelan man in January and lying about the circumstances to investigators was set to appear Thursday afternoon before a Minnesota judge.</p><p>Immigration and Customs Enforcement officer Christian Castro faces both state and federal charges stemming from the shooting of Julio Ceasar Sosa-Celis  during a federal immigration crackdown in the Minneapolis area. Prosecutors say Castro falsely told investigators that he had been attacked with a broom and a shovel.</p><p>The Minnesota Bureau of Criminal Apprehension said in an online post that it arrested Castro on Wednesday in Minneapolis on an outstanding warrant charging him with assault and false reporting of a crime.</p><p>▶ Read more</p><p>Man gets 14-month prison sentence for spraying US Rep Ilhan Omar with vinegar</p><p>The man who sprayed vinegar at U.S. Rep. Ilhan Omar during a Minneapolis town hall was sentenced Thursday under an agreement with prosecutors.</p><p>Sentencing for Anthony Kazmierczak came nearly eight months after the Jan. 27 assault.</p><p>Authorities later determined he had sprayed the Democratic congresswoman from Minnesota with a mixture of water and apple cider vinegar. He was charged with assaulting a U.S. officer.</p><p>During an earlier hearing, Kazmierczak was unable to explain his actions. Omar was not hurt in the attack and continued the January town hall after the incident.</p><p>Kennedy Center closed temporarily to assess building's 'risks to public safety’</p><p>A top official at the Kennedy Center says he closed the iconic performing arts center temporarily due to “acute risks to public safety resulting from continued structural deterioration” of the aging building.</p><p>Matt Floca, the Kennedy Center’s executive director and chief operating officer, said in a court filing Thursday that the building will be closed for at least seven days to “assess existing safety risks in those portions of the main building exhibiting severe structural deterioration.”</p><p>The temporary closure, which occurred without notice Wednesday, is separate from a vote</p><p>Tuesday by the Kennedy Center’s board to close the performing arts center indefinitely for repairs. The closure may be extended after officials evaluate the center next week.</p><p>UN-backed experts cite possible US war crimes in Iran strikes</p><p>Human rights experts commissioned by the U.N.’s top human rights body say they’ve found “reasonable grounds” to believe the U.S. committed war crimes in two strikes in Iran, including one on a school in the southern city of Minab.</p><p>In a non-binding report published Thursday, they also accuse Iran’s theocratic government of carrying out crimes against humanity against its own people.</p><p>The report adds to international evidence gathered about possible crimes in the war in Iran, and could eventually be used in efforts to pursue justice in international courts.</p><p>The fact-finding mission was created by the Human Rights Council, the U.N.’s top human rights body. The grouping of independent experts is expected to present their findings next week to the council, which is made up of 47 U.N. member countries.</p><p>The U.S. State Department did not immediately respond to a request for comment.</p><p>▶ Read more</p><p>House Democratic leader says Republicans are ‘desperate’ as MAGA, Inc. money flows for midterms</p><p>Hakeem Jeffries said Republicans have nothing left to offer voters than “trying to unload tens of millions of dollars” on the House, Senate and governors’ races.</p><p>“But they can’t even stick to their own brand,” he said.</p><p>Jeffries pointed out that the Trump-affiliated group is creating “all of these other entities,” which he suggested was so that they don’t have to disclose MAGA Inc. as the spender in the races.</p><p>“That should tell you a lot,” he said.</p><p>Jeffries said Democrats will have enough funding to defend their House incumbents and flip seats to take back the majority.</p><p>Former US Sen. Jon Kyl of Arizona, a ‘workhorse’ who shaped water policy, dies at 84</p><p>He also guided the confirmation of Supreme Court Justice Brett Kavanaugh.</p><p>Kyl died Wednesday night from a neurological disorder, said Gordon James, a communications professional who is longtime friends with the Kyl family. Kyl had withdrawn from public life in December 2025 after announcing he’d been diagnosed with dementia.</p><p>Kyl spent almost three decades in Congress, serving in both chambers, and watched his party undergo a drastic transformation, with his career spanning Ronald Reagan’s presidency to President Trump’s first term.</p><p>Former Republican Arizona Gov. Doug Ducey, who considered Kyl a mentor, described the former senator in a February 2025 interview with The Associated Press as a true statesman and a “workhorse” among Washington, D.C.’s “showhorses.”</p><p>▶ Read more</p><p>Jeffries calls on Republicans to stay in Washington and work on AI safety</p><p>Democratic leader Hakeem Jeffries is blasting House Republicans for leaving Washington until the midterm elections rather than working to ensure the safety of artificial intelligence.</p><p>Some in the tech industry have expressed concerns that an AI unshackled from human control could be destructive — a concern President Trump has rejected as a hoax.</p><p>“The AI safety issue is very real,” Jeffries said at a news conference.</p><p>To help make his point, he’s noting that some industry leaders have called for the development of AI models to slow down.</p><p>“This is a serious issue. It requires serious engagement and serious and immediate action,” Jeffries said. “And we’re going to be here as House Democrats over the next several weeks working on this issue and other issues demanding that Republicans come back into town so we can take care of these very real concerns.”</p><p>US stocks rise after oil prices fall and pressure from the bond market eases</p><p>U.S. stocks are rising Thursday and recovering most of their losses for the week.</p><p>Falling oil prices and easing pressure from the bond market helped Wall Street reverse many of its moves from the prior day, when the Federal Reserve hiked its main interest rate for the first time in years and suggested more may be ahead as it tries to get the nation’s high inflation under control.</p><p>The S&P 500 climbed 0.9% and was on track for just its second rise in the last nine days. The Dow Jones Industrial Average was up 213 points, or 0.4%, as of 11 a.m. Eastern time, and the Nasdaq composite was 1.4% higher.</p><p>Stocks got a boost after the price for a barrel of Brent crude oil slid 2.3% to $103.38. That’s down sharply from the nearly $110 it reached earlier in the week on worries that the war with Iran will keep oil bottled up in the Middle East instead of going to customers worldwide.</p><p>▶ Read more</p><p>Canadian Prime Minister Mark Carney has rallied ‘middle powers’</p><p>Carney has repeatedly urged what he calls middle powers to resist economic coercion. At the World Economic Forum in Davos in January, he warned that when countries negotiate alone with a dominant power, “we negotiate from weakness. We accept what is offered.”</p><p>Trump rebuked him the next day.</p><p>Jonathan Wilkinson, Canada’s ambassador-designate to the EU, said Ottawa wants “to get as close as we possibly can” to Europe while increasing Canada’s independence.</p><p>While associate membership remains to be negotiated, Canada has already taken a major step. This year, it became the first non-European country to join the EU’s 150-billion-euro ($173-billion) SAFE defense procurement program, giving Canadian companies access to joint procurement as Europe increases defense spending.</p><p>The two sides have also discussed closer cooperation on energy, critical minerals, artificial intelligence and digital trade.</p><p>Redistricting moved 1 in 10 Americans into a new House district, report finds</p><p>The unprecedented spate of mid-decade redistricting for the U.S. House has changed the congressional districts for one-tenth of Americans and significantly altered the makeup of at least one-fifth of districts, according to a new study.</p><p>A report by Protect Democracy found that 34.8 million people — about one in 10 Americans — now live in a different district than they did during the 2024 election cycle. And about one-fifth of all Americans now live in a district where more than a quarter of voters are new to the district compared with the last election cycle.</p><p>The findings display the stark overhaul that partisan redistricting fights kicked off by President Trump last year have caused for Americans across the country. The new congressional maps are increasingly drawn in ways that favor partisan politics over factors like geography and shared communities. That raises concerns among scholars about how the country’s hyperpolarized politics are affecting American democracy.</p><p>▶ Read more</p><p>Carney embraces EU associate membership proposal as Trump pushes Canada closer to Europe</p><p>Canadian Prime Minister Mark Carney on Thursday embraced the prospect of his country becoming the European Union’s first associate member, saying closer ties with the continent would ensure no country could control Canada’s markets or undermine its sovereignty.</p><p>Carney’s speech to the European Parliament repeatedly extolled cooperation between Europe and Canada — but the relationship with the U.S., which has defined Canada’s economy for decades and has increasingly soured, hung over the address.</p><p>Trump’s tariffs, demands for economic concessions and repeated talk of making Canada the 51st state have pushed Ottawa to reduce its dependence on its neighbor and seek a far deeper economic, security and political relationship with Europe.</p><p>Carney told the parliament he welcomed European Commission President Ursula von der Leyen’s proposal, unveiled Wednesday, though he acknowledged that “associate membership” remains to be defined.</p><p>▶ Read more</p><p>Barbra Streisand calls Kennedy Center controversy ‘galling and painful to witness’</p><p>The singer, a Kennedy Center honoree in 2008, questioned the closing of the performing arts center for repairs and called the ongoing controversy surrounding its operation “galling and painful to witness.”</p><p>The award-winning superstar said in a statement to The Associated Press that renaming the National Cultural Center after President John F. Kennedy in 1964, following his assassination the previous year was “a fitting choice, because he was a true champion of the arts.”</p><p>“Since then, the Kennedy Center for the Performing Arts has stood as one of America’s great cultural venues,” she said. “I was deeply honored to be included in the 31st annual class of Kennedy Center Honorees. For me, and for so many artists, that honor represented something larger than a career recognition. It represented a belief in the importance of art to the life of a democracy.”</p><p>She opposes attempts to add President Trump’s name to the center, adding, “You can easily imagine my indignation at seeing this revered institution become the subject of such a bitter struggle over one man’s name and unchecked ego.”</p><p>Kremlin says more US sanctions against Russia would hinder Ukraine peace effort</p><p>Kremlin spokesperson Dmitry Peskov said Thursday that if the United States impose additional sanctions on Russia, it would hinder the Washington-led effort to end the war in Ukraine.</p><p>Peskov’s remarks come after the U.S. House on Wednesday passed a broad package of sanctions targeting Russian officials and key pillars of the country’s economy as lawmakers look to deprive Russian President Vladimir Putin of the financial resources needed to wage the war against Ukraine.</p><p>The bill now heads to President Donald Trump to be signed into law. It represents the most ambitious effort to support Ukraine since Trump’s return to the White House.</p><p>“We are, of course, monitoring the passing of this document. This falls into the category of unfriendly actions. And, of course, the U.S. imposing some additional sanctions would definitely complicate the efforts to find a peace settlement in Ukraine,” Peskov told reporters during his daily conference call.</p><p>Fencing goes up around the main Kennedy Center building after Trump-aligned board votes to close it</p><p>Fencing went up Wednesday around the main Kennedy Center building, a day after the Trump-aligned board voted to close most of the performing arts center for repairs. A Democratic congresswoman who is a trustee quickly sought an emergency court hearing to prevent what she called the “unlawful closing.”</p><p>The board’s vote Tuesday came after a federal judge blocked the institution from returning President Donald Trump’s name to the building.</p><p>The Republican president had said in a social media post that the closure was needed for safety repairs. But he said the repairs, which Congress has allocated $257 million to cover, would only happen if the board was permitted to move forward with plans to add his name to the building.</p><p>Activists who've opposed the closure said there's been no vehicle or pedestrian access to the building Wednesday. An Associated Press reporter who approached the main building was told by a security guard that it was closed.</p><p>▶ Read more</p><p>Speaker Johnson recesses the House early as Rep. Thomas Massie pushes Hegseth impeachment</p><p>Speaker Mike Johnson is closing up the House early, sending lawmakers home Wednesday to campaign for the midterm elections after what he claims is the most productive Congress in decades.</p><p>But not without a scathing rebuke from GOP Rep. Thomas Massie for all the unfinished business.</p><p>Massie’s resolution to impeach Defense Secretary Pete Hegseth over the war in Iran and his bipartisan effort to force the release of more files in the Jeffrey Epstein investigation are all being left behind, blocked from votes.</p><p>“We’re calling off Congress? And we’re in the majority?” Massie railed from the House floor.</p><p>“I’m trying to get justice for the Epstein survivors,” he said. “I’m trying to stop a war.”</p><p>Massie, the renegade Republican from Kentucky, seized control of the chamber for a blistering hourlong speech criticizing Johnson, the Republican majority and the work he said the speaker is refusing to conduct to lower prices for Americans and hold the Trump administration accountable.</p><p>“Why would we be canceling days when the country is burning?” Massie said. “We should stay here for every day that’s on the calendar and we should debate.”</p><p>Johnson insisted “the House has done its job.”</p><p>▶ Read more</p><p>Trump suggests EU allowing Canada as associate member could be a ‘hostile act’</p><p>President Donald Trump suggested that the European Union allowing Canada to become an associate member could be a “hostile act” and threatened to respond to the proposed move by imposing more tariffs on the bloc.</p><p>Trump conditioned his threat Wednesday on the “intention” of European leaders, saying that, “If it’s a good intention, that’s fine. If it’s a bad intention, we’ll put very heavy tariffs on Europe.” He also suggested the U.S. could cut off trade with Europe in certain areas.</p><p>Trump called the prospect of Canada joining the EU “laughable” and called America’s neighbor a “terrible trade partner.”</p><p>Canadian Prime Minister Mark Carney on Thursday embraced the prospect of his country becoming the European Union’s first associate member, saying closer ties with Europe were meant to ensure no country could control Canada’s markets, impair its sovereignty or undermine its freedoms.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TTNHVJ7KPBPNLK47JO7I277QQA.jpg?auth=02496c6d37e945791f3e21b30a6628faf1a5787bd888c77ddb220b3cc9d1af42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks during a campaign rally at the Gastonia Municipal Airport, Wednesday, Sept. 16, 2026, in Gastonia, N.C. (AP Photo/Matt Kelley)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Kelley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EIWPHYXKL6YB4KAHABYKOG7NFM.jpg?auth=4c5b7f52fd5cd9cd1e365344c5089ab483c8c6789e73513c64f4a0b2ac4b7cba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump waves as he arrives on Air Force One, Wednesday, Sept. 16, 2026, at Joint Base Andrews, Md. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Retired NYPD officer collapses during 9/11 hockey tournament, saved by fellow first responders]]></title><link>https://www.local10.com/news/local/2026/09/16/retired-nypd-officer-collapses-during-911-hockey-tournament-saved-by-fellow-first-responders/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/09/16/retired-nypd-officer-collapses-during-911-hockey-tournament-saved-by-fellow-first-responders/</guid><dc:creator><![CDATA[Michaila Hightower]]></dc:creator><description><![CDATA[A hockey tournament honoring first responders turned into a real-life emergency Friday when a retired NYPD officer collapsed just seconds after making a play on the ice.]]></description><pubDate>Wed, 16 Sep 2026 22:15:56 +0000</pubDate><content:encoded><![CDATA[<p>A hockey tournament honoring first responders turned into a real-life emergency Friday when a retired NYPD officer collapsed just seconds after making a play on the ice.</p><p>Joe Gomes, 64, was playing in the <a href="https://www.local10.com/sports/local/2026/09/11/first-responders-military-veterans-honor-911-victims-through-local-hockey-tournament/" target="_self" rel="" title="https://www.local10.com/sports/local/2026/09/11/first-responders-military-veterans-honor-911-victims-through-local-hockey-tournament/">9/11 hockey tournament</a> when he suddenly went down.</p><p>A livestream of the game captured the moment Gomes got up and made one final play before collapsing off the bench.</p><p>“Something didn’t feel right,” Gomes said.</p><p>As players realized something was wrong, sticks and gloves went flying as people rushed to help.</p><p>Among those racing to Gomes’ side was Jess Herman, a paramedic with Jupiter Fire Rescue.</p><p>Herman and Gomes have known each other for more than 15 years. She was 13 when they met, and Gomes used to referee her hockey games. Herman is now 30.</p><p>“When you’ve been friends with someone for over 15 years, that’s not someone you plan on being the person and reason why they’re here today,” Herman said.</p><p>But when Gomes collapsed, her instincts kicked in.</p><p>“It was personal because it was Joe,” Herman said.</p><p>Herman was one of six first responders who worked to keep Gomes’ heart pumping. An AED was used to shock him as they worked together to save his life.</p><p>Gomes and Herman want to recognize the six first responders who helped save him:</p><ul><li>FF Ian Scriver — Palm Beach County</li><li>FF Jessica Herman — Jupiter Fire Rescue</li><li>LT Drew Johnson — Miami-Dade</li><li>FF Joseph Arley — Coconut Creek</li><li>LT Anthony Zapata — North Lauderdale</li><li>Capt. Chris Loy — Coral Springs</li></ul><p>“It was basically reeling us into chaos,” Gomes said.</p><p>“At one point we back each other up because the AED is about to shock him,” Herman said.</p><p>Gomes was rushed from the rink to the hospital. He believes he was seconds from death.</p><p>“I saw the white light,” Gomes said.</p><p>Gomes underwent surgery and 24 hours later was told by his doctor that he could go home.</p><p>But Gomes didn’t want to leave.</p><p>“I said I wanna go to the rink,” he said.</p><p>The first thing on his mind was the people who had witnessed what happened and helped save his life.</p><p>“He got shocked by an AED yesterday and the first thing on his mind, as selfless as he is, is what about everyone else that got to witness this and saved my life,” Herman said.</p><p>Gomes walked out of the hospital with what first responders call no deficits. He said his doctors could clear him in three weeks, and he’s already thinking about getting back on the ice.</p><p>Herman said saving Gomes was a team effort.</p><p>“I’m so thankful that we saved this man, but there was full-on teamwork for this, and that needs to be known. It was not a one-man job. He had multiple people making sure that he could be here another day,” she said.</p><p>Gomes said the experience has given him a lot to think about.</p><p>“I’ve had a lot of soul searching over the last few days,” he said. “To say it’s eye-opening is a complete understatement.”</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[US Open runner-up Ben Shelton withdraws from Laver Cup and is replaced by Brandon Nakashima]]></title><link>https://www.local10.com/sports/2026/09/17/us-open-runner-up-ben-shelton-withdraws-from-laver-cup-and-is-replaced-by-brandon-nakashima/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/us-open-runner-up-ben-shelton-withdraws-from-laver-cup-and-is-replaced-by-brandon-nakashima/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — U.S. Open runner-up Ben Shelton withdrew from the Laver Cup and will be replaced by 16th-ranked Brandon Nakashima on Team World, organizers announced Thursday.]]></description><pubDate>Thu, 17 Sep 2026 11:46:07 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — U.S. Open runner-up Ben Shelton withdrew from the Laver Cup and will be replaced by 16th-ranked Brandon Nakashima on Team World, organizers announced Thursday.</p><p>No reason was given for Shelton’s withdrawal but he's slated to play Davis Cup for the United States in the Czech Republic starting on Friday — less than a week after losing to Alexander Zverev in the U.S. Open final.</p><p>Shelton is up to a career-high No. 4 in the rankings after reaching his first Grand Slam final.</p><p>It will mark Nakashima’s Laver Cup debut. He joins Alex de Minaur, Taylor Fritz, Alexander Bublik, Learner Tien and Francisco Cerundolo on Team World, which has Andre Agassi as its captain.</p><p>Yannick Noah’s Team Europe features Zverev, Carlos Alcaraz, Flavio Cobolli, Rafael Jodar, Jakub Mensik and Casper Ruud.</p><p>The Laver Cup, which is modeled after the Ryder Cup, is scheduled for the O2 arena in London Sept. 25-27.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2QAGAK4ED4XPBA5T3MS7VM4VLQ.jpg?auth=ba316f5b4c479be88f7b83c9df6ef301e3c7d26f9def81791acacdc3858c3d40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ben Shelton, of the United States, reacts after he lost the men's singles final of the U.S. Open tennis championships against Alexander Zverev, of Germany, Sunday, Sept. 13, 2026, in New York. (AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PAZGHNBLSAYLT2WLVVBZ22F3WM.jpg?auth=fcf5eea3e05b4d3926aaff4408ecbae20d7ba66196f483100fb4c1e3eab64d53&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brandon Nakashima, of the United States, returns the ball to Alex Michelsen, of the United States, during the second round of the U.S. Open tennis championships Wednesday, Sept. 2, 2026, in New York. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[The Latest: Federal Reserve defies Trump, hikes key interest rate for first time in 3 years]]></title><link>https://www.local10.com/news/national/2026/09/16/the-latest-federal-reserve-defies-trump-hikes-key-interest-rate-for-first-time-in-3-years/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/16/the-latest-federal-reserve-defies-trump-hikes-key-interest-rate-for-first-time-in-3-years/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Federal Reserve raised its benchmark interest rate Wednesday for the first time since 2023 to quell stubbornly high inflation, a move that could prompt a sharp response from the White House. The quarter-point increase lifts the Fed’s key rate to about 3.9% and, over time, could raise borrowing costs for mortgages, auto loans, and credit cards. The move comes as Americans are already struggling with high costs for groceries, gas, and housing. Affordability has taken on a leading role in the upcoming midterm elections, just seven weeks away.]]></description><pubDate>Thu, 17 Sep 2026 00:44:57 +0000</pubDate><content:encoded><![CDATA[<p>The Federal Reserve raised its benchmark interest rate Wednesday for the first time since 2023 to quell stubbornly high inflation, a move that could prompt a sharp response from the White House. The quarter-point increase lifts the Fed’s key rate to about 3.9% and, over time, could raise borrowing costs for mortgages, auto loans, and credit cards. The move comes as Americans are already struggling with high costs for groceries, gas, and housing. Affordability has taken on a leading role in the upcoming midterm elections, just seven weeks away.</p><p>For a third time, the U.S. House has voted to end the war in Iran, approving a war powers resolution that would halt President Donald Trump’s ability to continue military action without congressional approval. The roll call was similar to earlier efforts this summer. None of the resolutions have made it to the president’s desk, where Trump would almost certainly veto the measure.</p><p>Trump is in North Carolina on Wednesday to campaign with Republican Senate nominee Michael Whatley as the former national party chairman tries to shore up his campaign against Democratic former Gov. Roy Cooper.</p><p>Here’s the Latest:</p><p>Trump repeats far-fetched promise to send every US adult $5K if Republicans win</p><p>The president wrapped up his remarks after about an hour by repeating his new pledge to distribute the checks, which he has conditioned on the GOP winning in the midterms and has been criticized as a dubious attempt to buy votes.</p><p>Such a plan would cost more than $1 trillion, require approval from a Congress that has expressed skepticism and would exacerbate the country’s nearly $1.8 trillion annual budget deficit and concerns about inflation.</p><p>“If we win, we’re going to get you $5,000,” he said.</p><p>Trump says higher gas prices are ‘a very inexpensive price to pay’ for Iran war</p><p>The president, moments after saying that affordability was a word Democrats “made up,” acknowledged that gas prices are “a little higher” in the wake of the Iran war.</p><p>“It’s a very inexpensive price to pay for what we’ve done,” he said, adding a moment later that it would be “even if it was a lot more.”</p><p>He said things were going well for the U.S. economically before he launched the war in late February and “I could have sat back and enjoyed it,” but he told the crowd he felt it was the right thing to do.</p><p>US again denies visas for Palestinian delegation to attend UN General Assembly</p><p>For the second year in a row, the Trump administration has denied visas for a high-level Palestinian delegation to attend the United Nations General Assembly next week.</p><p>The State Department said Wednesday that Palestinian officials, including Palestinian Authority President Mahmoud Abbas, had failed to live up to their commitments under previous agreements to seek peace with Israel.</p><p>In a statement, the department said that the Palestinian Authority had continued to pursue legal action against Israel at the International Court of Justice and the International Criminal Court and had continued to pay stipends to the families of prisoners convicted of terrorist attacks against Israelis.</p><p>“As a consequence of their failure to reform, contrary to their commitments to the United States, and their ongoing activities that undermine the prospects for peace, the United States will extend sanctions that deny visas to PLO members and PA officials” in accordance with standing U.S. law, the department said.</p><p>Despite the visa denials, the Palestinians will still be represented at the UNGA by their diplomats who are already accredited to the United Nations.</p><p>Trump blames Cooper for a high-profile murder and Helene response</p><p>The president is amplifying a false claim about a grisly North Carolina murder as he attacks Cooper on crime.</p><p>Since Iryna Zarutska, a 23-year-old who fled Ukraine, was stabbed to death on a Charlotte train, Trump has blamed Cooper and Democrats in North Carolina for the crime.</p><p>The man charged with the crime, Decarlos Brown Jr., had served time in prison and been committed for schizophrenia. But contrary to Trump’s claim that “he was released by Cooper,” Brown served his sentence and was not freed early under any Cooper policy.</p><p>Trump also called Cooper a “disaster” after Hurricane Helene inflicted widespread damage in 2024. Trump started those claims immediately after the storm, during his last presidential campaign. Cooper rejected that characterization, citing work state and local governments were doing with the Federal Emergency Management Agency.</p><p>“This is a flat-out lie,” Cooper said.</p><p>In North Carolina, Trump casts midterm choice in dire terms</p><p>The president is prone to hyperbole and absolutes when he’s framing binary choices in elections, and he’s sticking to that as he speaks in North Carolina.</p><p>“If we lose, you’re going to lose your border, you’re going to lose your tax cuts, you’re going to lose your wealth and our country is going to go through hell,” he told supporters at a rally.</p><p>It’s an event for Republican Senate nominee Michael Whatley. Trump has praised Whatley and taken plenty of broadsides at Whatley’s opponent, Roy Cooper. But Trump is otherwise sticking to defending his own presidency and Republican majorities on Capitol Hill that have largely given him what he’s wanted.</p><p>Pence pushes Congress to reassert its tariff power as Trump targets Canada</p><p>As Trump wages a trade battle with Canada, his former vice president said Congress should reclaim power outlined in the Constitution over tariffs.</p><p>“We would do well in the years ahead to get back to have the Congress reclaim its authority over taxes, whether they’re tariffs on the border or revenue from the American people,” he said during an appearance at the Economic Club of Washington.</p><p>Pence has been a fierce critic of Trump’s unilateral tariffs. He was pressed at the event about the president’s moves against Canada and recalled that Trump was a strong negotiator during a trade deal in his first term.</p><p>Pence, who campaigned for the White House briefly for the 2024 election, dismissed the notion that he would run again in 2028.</p><p>“My wife would kill me,” he quipped at the prospect.</p><p>Trump says Fed raised rates to hurt him politically</p><p>In North Carolina for a midterm campaign rally, Trump blasted the Federal Reserve board for raising rates Wednesday and called the board “very hostile” to him, though he said he still has confidence in Fed Chairman Kevin Warsh.</p><p>“The board is very hostile. They’re very political. They’re doing the wrong thing. They’re a bunch of politicians,” Trump said, later adding, “They’re raising rates to make Trump do as bad as they can possibly do.”</p><p>Trump said several times in the span of minutes, “Interest rates are too high.”</p><p>He said he talked to Warsh, whom he nominated, ahead of the vote and told him, “You might as well vote with the board because it’s not going to matter.” But the president insisted he wants Warsh “to be independent.”</p><p>Asked whether he still has confidence in Warsh, Trump replied, “I do.”</p><p>Trump suggests EU allowing Canada as associate member could be a ‘hostile act’</p><p>The president threatened to respond to the proposed move by imposing more tariffs on the bloc.</p><p>Trump conditioned his threat Wednesday on the “intention” of European leaders, saying that, “If it’s a good intention, that’s fine. If it’s a bad intention, we’ll put very heavy tariffs on Europe.” He also suggested the U.S. could cut off trade with Europe in certain areas.</p><p>Trump called the prospect of Canada joining the EU “laughable” and called America’s neighbor a “terrible trade partner.”</p><p>House approves sweeping Russia sanctions bill</p><p>The broad package of sanctions targets Russian officials and key pillars of its economy as lawmakers look to deprive President Vladimir Putin of the financial resources needed to wage the war against Ukraine. The legislation now heads to Trump to be signed into law.</p><p>It represents the most ambitious effort to support Ukraine since Trump’s return to the White House and would break nearly two years of relative gridlock on the issue following a 2024 emergency aid package. Ukrainian President Volodymyr Zelenskyy has been pushing for the bill’s passage and made a direct appeal to senators shortly before they passed it last month.</p><p>The measure sanctions Russian officials, banks and a shadow fleet of tankers that keeps Russian energy moving. It also directs Trump to impose up to 100% tariffs on the top five importers of Russian oil or natural gas, with an exception for countries that import less than 15% of Russia’s natural gas exports and have taken significant steps to reduce those imports.</p><p>Attorney General Todd Blanche speaks at campaign event for Michael Whatley</p><p>The nation’s top law enforcement official made a very unusual appearance at an expressly political event in North Carolina that is meant to bolster the Republican Party’s Senate candidate.</p><p>Blanche’s appearance Wednesday came as he’s increasingly erased the longtime independence and distance from expressly political activity that the attorney general’s office has traditionally sought to preserve.</p><p>Blanche last week spoke at the GOP’s midterm convention in Dallas.</p><p>Republican Senate candidate Michael Whatley blames economy on Democrats</p><p>Trump’s handpicked North Carolina Senate hopeful is appearing in Gastonia, outside of Charlotte, with Trump. And the former national GOP chairman is telling supporters that whatever economic pain they’re feeling isn’t the president’s fault.</p><p>“When it comes to our economy, and we talk about affordability, we talk about high prices, we talk about the ditch that Roy Cooper and Joe Biden put America in with the economy,” Whatley said.</p><p>Cooper, Whatley’s Democratic opponent, was governor from 2017 to 2025. He and Biden have been out of office almost 20 months.</p><p>Whatley has tried to thread a needle in his campaign, acknowledging that voters are paying more for gas, groceries, housing, healthcare and other consumer goods. But as a close Trump ally, he has little choice but to maintain his support for Trump’s tariffs and his Iran war that have played a part in inflation.</p><p>Park Service awards contracts to work on East Potomac golf course, Democrats say</p><p>The Trump administration quietly awarded contracts to begin work on Trump’s planned takeover of the East Potomac golf course in Washington, according to Democrats on the House Natural Resources Committee.</p><p>Rep. Jared Huffman of California, the panel’s top Democrat, revealed during a committee hearing Wednesday that the National Park Service hired a civil engineering firm to start work on the historic public golf course, with no public announcement.</p><p>Huffman accused Trump of “systematically moving” to turn the federal site “into another gilded private golf club for the mega-rich.”</p><p>A contract approved last week authorizes nearly $400,000 to a Massachusetts-based company for environmental and historic preservation compliance work. A projected construction contract is worth up to $49 million, with work to begin next year.</p><p>AI researcher says Congress has about a year to act</p><p>Dr. Geoffrey Hinton, the 2024 recipient of the Nobel Prize in physics who is often know as the “godfather of AI,” says Congress doesn’t have long to craft a response to the technological advancements.</p><p>“Maybe a year,” he told reporters after briefing lawmakers Tuesday on Capitol Hill. “But not much more than a year.”</p><p>Sen. Bernie Sanders, I-Vt., who convened the briefing, said it was “basically insane … that we’ve allowed the development of a dangerous technology that could escape human control.”</p><p>Trump says US interest rates should be “1% or less” after Federal Reserve hikes rates</p><p>The president posted on social media that the world should feel obligated to charge lower interest rates on the U.S. national debt.</p><p>He didn’t mention the Federal Reserve in his post, but the U.S. central bank hiked its benchmark rate on Wednesday to reduce inflation. Trump has long maintained that rates should be lower even though most economists have warned that drastic cuts could worsen inflation.</p><p>“Interest Rates in the United States should be 1%, or less, because we are the Best Credit in the World — BY FAR,” Trump said. “We are ‘carrying’ almost every country in the World, and that cannot go on any longer.”</p><p>Rates are elevated because of rising U.S. national debt and higher energy prices because of the Iran war. The interest rate on the 10-year U.S. Treasury note was above 5% in Wednesday afternoon trading.</p><p>El-Sayed meets with Senate Democrats in Washington</p><p>Senate Democratic Leader Chuck Schumer is meeting Wednesday with Abdul El-Sayed, the Democrat running for Senate in Michigan.</p><p>El-Sayed is in Washington talking with Senate Democrats after he defeated Democratic Rep. Haley Stevens, who Schumer had backed, in a primary last month. Schumer has pledged to help the Democrat even as he has run on an anti-establishment platform.</p><p>After meeting with several Democratic senators, El-Sayed said that the party is united and “we’re having really productive conversations about what it takes to win” his race against Republican Mike Rogers.</p><p>He said the party needs solidarity because “we really can take the majority back, and that path runs through Michigan,” El-Sayed said.</p><p>Turkey tells Iran’s major airline to suspend flights to the country following US sanctions</p><p>Turkish officials told Mahan Air to suspend flights Wednesday to its neighboring country, according to a person briefed on the matter, a week after the U.S. Treasury issued new penalties targeting the remaining facets of Tehran’s already beleaguered aviation ecosystem.</p><p>The person, who spoke on the condition of anonymity to discuss details not yet made public, said the decision is also a direct result of recent travels by Treasury officials to Ankara and the larger region to reinforce America’s economic campaign against Iran.</p><p>There was no official announcement from Ankara as of Wednesday afternoon, but the Turkish aviation news website, AirportHaber, had reported the details earlier.</p><p>House votes to name T. Rex as the country’s national fossil dinosaur</p><p>The legislation also names the American mastodon as the national fossil mammal of the United States.</p><p>Indiana Republican Rep. Erin Houchin said he hopes the measure inspires young people and encourages them to “put down their phones, go outside and go dig.”</p><p>The bill was approved unanimously, without a formal roll call, after a brief debate. It would next go to the Senate.</p><p>Top Democrat places hold on Trump administration’s plan to sell $2.8B in heavy munitions to Israel</p><p>The top Democrat on the House Foreign Affairs Committee says he is going to block a proposed sale of $2.8 billion in heavy weaponry to Israel over concerns that the munitions would not be used in accordance with U.S. and international law.</p><p>Rep. Gregory Meeks, D-NY, the ranking member of the committee, said he would withhold approval for the sale because of “grave, unresolved concerns about how these munitions could be used in densely populated areas of Gaza and Lebanon.”</p><p>Meeks’ objections, along with any other potential ones, will not likely affect the sale, which was informally notified to lawmakers on Tuesday, because once it is formally notified to Congress, Secretary of State Marco Rubio can bypass the normal process by making an emergency determination that the transaction is in the national security interest.</p><p>The $2.8 billion package includes 40,000 powerful 2,000-pound bombs, according to two U.S. officials and a person familiar with the plan.</p><p>Kamala Harris to campaign with Abdul El-Sayed in Michigan next week</p><p>The former vice president’s appearance with the Senate nominee comes as the Democrats push to unify voters in a battleground state that could determine which party controls Congress. The two will attend a roundtable discussion about Black maternal mortality on Tuesday, according to El-Sayed’s spokesperson.</p><p>Harris and El-Sayed have spoken multiple times since she endorsed El-Sayed after his primary victory, but this is the first time they’ll appear publicly together.</p><p>Michigan’s bitter primary highlighted divisions among Democratic voters, notably on U.S. support for Israel. El-Sayed, running on a progressive platform, beat Rep. Haley Stevens, who was backed by the American Israel Public Affairs Committee, by about 1 percentage point.</p><p>Some other top-ranking Democrats have joined the unification effort. Former Transportation Secretary Pete Buttigieg urged a crowd of hundreds in Detroit last month to vote for Democratic candidates down the ballot.</p><p>White House chief of staff Susie Wiles says she is cancer-free</p><p>Wiles said in a post on the social platform X on Wednesday that her pathology results came back clear.</p><p>Wiles, 69, announced in March that she had been diagnosed with early-stage breast cancer and that she would remain in her position while seeking treatment.</p><p>She is a longtime Trump ally who rose from his campaign co-chair to become his closest adviser and counsel.</p><p>FBI, Coast Guard board 2 U.S-bound oil tankers following indications of cyberattacks</p><p>The FBI and Coast Guard boarded two oil tankers bound for the United States to investigate following indications that cyberattacks had compromised the ships’ networks, officials said Wednesday.</p><p>The FBI said in a statement that investigators on Aug. 21 and Aug. 24 responded to reported network breaches of two foreign-flagged commercial oil tankers, and that a multi-agency team of cyber experts boarded both vessels in the Gulf of America to assess potential harm to the ships’ operational and information technology systems.</p><p>“Currently, there are no reports of operational disruptions, vessel instability, physical danger to crews, or environmental impacts,” the statement said, adding that the crews of both ships had cooperated with the investigations.</p><p>The FBI statement did not identify a potential culprit of the breaches.</p><p>Fed chair stays mum on Trump wanting rate cuts, instead of rate hikes</p><p>Warsh declined to say what message he sent Trump after the central bank raised its benchmark interest rate to curb inflation.</p><p>Trump has repeatedly called for rate cuts and attacked Warsh’s predecessor, Jerome Powell, on social media for not lowering rates. Higher rates generally lower inflationary pressures, while lower rates can foster more growth and rising price levels.</p><p>“I’ve got nothing for you on a discussion with the president,” Warsh told reporters at a news conference.</p><p>Fed chair portrays rate hikes as an optimistic sign for US economy</p><p>Warsh said the economy appears resilient and the labor market is strengthening, which is why Fed officials felt comfortable raising the benchmark interest rate to combat elevated levels of inflation.</p><p>The Federal Reserve chair said he “would be hard pressed to describe broad financial conditions as restrictive,” so officials agreed a rate hike would not hurt the economy as the Fed tries to return inflation to its 2% target.</p><p>Fed officials separately estimated median inflation of 3.7% this year.</p><p>“Given that resilience and the potential for even greater performance, an attitude of optimism is exactly what I heard,” in the two-day meeting among Fed officials, Warsh said.</p>]]></content:encoded></item><item><title><![CDATA[Ireland’s national broadcaster will boycott 2027 Eurovision Song Contest over Israel’s participation]]></title><link>https://www.local10.com/entertainment/2026/09/17/irelands-national-broadcaster-will-boycott-2027-eurovision-song-contest-over-israels-participation/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/irelands-national-broadcaster-will-boycott-2027-eurovision-song-contest-over-israels-participation/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Ireland will boycott the Eurovision Song Contest for a second year over Israel’s participation, the country’s national broadcaster said Thursday.]]></description><pubDate>Thu, 17 Sep 2026 12:09:47 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Ireland will boycott the Eurovision Song Contest for a second year over Israel’s participation, the country’s national broadcaster said Thursday.</p><p>RTÉ said it will not send an act to the 2027 competition in Bulgaria and will not broadcast the show because of the “appalling and ongoing loss of lives in Gaza and the humanitarian crisis there which continues to put the lives of so many civilians at risk."</p><p>Ireland was one of five countries — along with the Netherlands, Iceland, Slovenia and Spain — to skip Eurovision this year to protest Israel’s inclusion in the pan-continental music contest.</p><p>Eurovision Director Martin Green said organizers regretted RTÉ’s decision but “fully respect” it.</p><p>“All broadcasters decide on an annual basis to participate in the following year’s contest. We will remain in dialogue with RTÉ and hope to welcome them back to the contest in the future,” Green said.</p><p>Dutch broadcaster AVROTROS announced last month it will also boycott next year, calling Eurovision a “platform for division.”</p><p>“AVROTROS will not participate in the Eurovision Song Contest in 2027 because the event can no longer be considered neutral, with a participating country still involved in a large-scale military conflict,” it said.</p><p>Next year’s competition is due to take place in Bulgaria’s Black Sea resort of Burgas in May, after Bulgarian singer Dara won the 2026 event with her infectious party anthem “Bangaranga.”</p><p>The contest was founded in 1956, in part to help unite a shattered continent after World War II. It pits acts from dozens of countries against one another for the continent’s musical crown.</p><p>Israel has taken part in Eurovision since 1973, one of a few non-European countries to compete. But calls for Israel to be kicked out have swelled over the conduct of Prime Minister Benjamin Netanyahu’s government in the Hamas-Israel war in Gaza.</p><p>The 2024 Eurovision contest in Malmo, Sweden, the 2025 in Basel, Switzerland and this year’s contest in Vienna saw pro-Palestinian protests and heightened security.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7BM7KZC6FF42Y56UIFUFPUDVE.jpg?auth=9bf35b456eb63d41068687559e866a7f70d025b10a76b11909173998afc4b39c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - An Eurovision flag flies at the port of Burgas, on Bulgaria's Black Sea coast, which will host the 71st Eurovision Song Contest in 2027, Friday, Aug. 14, 2026. (AP Photo/Valentina Petrova, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Valentina Petrova</media:credit></media:content></item><item><title><![CDATA[US mortgage rates brush 7%, weighing on buyers, sellers and further straining a bleak housing market]]></title><link>https://www.local10.com/business/2026/09/17/us-mortgage-rates-brush-7-weighing-on-buyers-sellers-and-further-straining-a-bleak-housing-market/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/us-mortgage-rates-brush-7-weighing-on-buyers-sellers-and-further-straining-a-bleak-housing-market/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Home shoppers holding out for relief from rising mortgage rates may be in for a long wait.]]></description><pubDate>Thu, 17 Sep 2026 16:58:34 +0000</pubDate><content:encoded><![CDATA[<p>Home shoppers holding out for relief from rising mortgage rates may be in for a long wait.</p><p>The weekly average rate on a 30-year fixed-rate home loan has been rising for months and this week climbed to just below 7% — its highest level in over 19 months.</p><p>The benchmark 30-year fixed rate mortgage rose to 6.95% from 6.76% last week, mortgage buyer Freddie Mac said Thursday. One year ago, the average rate was 6.26%.</p><p>This is the fourth week in a row that mortgage rates have moved higher. The average rate hasn’t reached this level since Jan. 30, 2025.</p><p>Borrowing costs on 15-year fixed-rate mortgages, often sought by borrowers refinancing a home loan, also rose this week. That average rate increased to 6.26% from 6.09% last week. A year ago, it was at 5.41%.</p><p>Higher mortgage rates can add hundreds of dollars a month to borrowers’ costs, limiting homebuyers’ purchasing power. As rates rise, that can also lead prospective home shoppers to delay buying.</p><p>In late February, the average rate on a 30-year mortgage briefly dipped to 5.98%, its lowest level going back to late 2022. The nearly 1 percentage point increase in the rate since then translates roughly into an additional $255 a month cost for a borrower financing a $400,000 home loan at the current average rate.</p><p>The housing market has been stuck in a rut this year in large part because of rising borrowing costs, as mortgage rates have kept marching higher in the months since the war between the U.S. and Iran began in late February. Expectations of higher inflation amid surging oil prices have pushed up the long-term bond yields that lenders use as a guide to pricing home loans, driving mortgage rates higher.</p><p>Mortgage rates are influenced by inflation, Federal Reserve policy and bond-market investors’ expectations for the economy, among other factors. They generally follow the trajectory of the 10-year Treasury yield. That yield, which was at 3.97% in late February, before the war began, breached 5% on Monday for the first time since 2023. It was at 4.94% at midday trading on the bond market Thursday.</p><p>Meanwhile, the Federal Reserve's decision Wednesday to increase its key interest rate for the first time in three years in a bid to tame surging inflation could also put upward pressure on mortgage rates.</p><p>While the central bank doesn’t set mortgage rates, its decisions to raise or lower its short-term rate are watched closely by bond investors and can ultimately affect the yield on 10-year Treasurys. The Fed also signaled Wednesday that another rate hike could occur later this year.</p><p>“The rate hike all but guarantees that mortgage rates will remain stuck at or above the 7% threshold, which creates a psychological and financial barrier that will sharply squeeze affordability and sideline even more prospective buyers," said Lisa Sturtevant, chief economist at Bright MLS.</p><p>The U.S. housing market has been in a slump since 2022, when mortgage rates began to climb from pandemic-era lows. Sales of previously occupied U.S. homes were essentially flat last year, stuck at a 30-year low. U.S. sales of those homes slowed again last month.</p><p>And the latest monthly tally of home purchase transactions that have yet to be finalized points to potentially more sluggish home sales in coming months.</p><p>Pending U.S. home sales inched up 0.3% last month from July and fell 4.7% from August last year, the National Association of Realtors said Thursday. There’s usually a month or two lag between a contract signing and when the sale is finalized, which makes pending home sales a near-term bellwether for the housing market.</p><p>A sharp run-up in home prices, especially in the early years of this decade, and a chronic shortage of homes nationally worsened by years of below-average home construction have left many aspiring homeowners priced out of the market.</p><p>That has many would-be homebuyers keeping an eye on mortgage rates, which can boost home shoppers’ purchasing power when they come down, but also reduce how much homebuyers can afford when rates rise.</p><p>Depending on a borrower’s income, credit and other factors, they may qualify for a rate on a 30-year mortgage that is below or above the current average.</p><p>The Fed rate hike and other factors already driving up mortgage rates this year could set the stage for a further slowing in the housing market this year.</p><p>Still, it's not clear how much mortgage rates will move up from here, as their rise in recent weeks may already reflect, at least in part, expectations that the Fed would elect to begin hiking interest rates.</p><p>“That matters because it tells us how mortgage rates and the bond market might respond to potential Fed hikes,” said Jake Krimmel, senior economist at Realtor.com.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EODTMSXOQGQ53ND6A4OT6C4XJI.jpg?auth=7b7d2e43581e910ebdd23048991e274d4a160ec342f8b18c2599b908495ee8af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Luxury homes are under construction in a subdivision, May 22, 2007 in New Albany, Ohio. (AP Photo/Kiichiro Sato, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kiichiro Sato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XGAAK3HHMXFTPUFNWJLUYYIDMU.jpg?auth=54b85261de8084477bfb20802f1abb8569cafaec8cdbe661849959d8a7777a5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sold sign is posted outside a newly constructed luxury home in Wellesley, Mass., Aug. 25, 2009. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[Ohio voters rejected Sherrod Brown. Two years later, are they ready to give him a second chance?]]></title><link>https://www.local10.com/news/politics/2026/09/17/ohio-voters-rejected-sherrod-brown-two-years-later-are-they-ready-to-give-him-a-second-chance/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/17/ohio-voters-rejected-sherrod-brown-two-years-later-are-they-ready-to-give-him-a-second-chance/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[YOUNGSTOWN, Ohio (AP) — In the wood-paneled basement of a union hall, retirees sat in folding chairs last week as they recalled how miles of steel mills and plentiful jobs had slowly disappeared.]]></description><pubDate>Thu, 17 Sep 2026 11:07:05 +0000</pubDate><content:encoded><![CDATA[<p>YOUNGSTOWN, Ohio (AP) — In the wood-paneled basement of a union hall, retirees sat in folding chairs last week as they recalled how miles of steel mills and plentiful jobs had slowly disappeared.</p><p>“We told our children to get your education, get out, and don’t come back," said Al Antonelli, who has been a member of Ohio Laborers’ International Union of North America Local 125 for nearly 50 years. “Because there’s no future here, especially blue collar.”</p><p>Versions of Youngstown’s story played out across the industrial Midwest, where disappearing jobs and frustration in longtime Democratic strongholds helped fuel Donald Trump’s political rise. When Trump visited as president in 2017, he promised the jobs that had left Ohio were “all coming back.”</p><p>“Don’t sell your house,” one of the retirees recalled Trump saying during his Youngstown visit.</p><p>Nearly a decade later, the old industrial economy Trump promised to revive has not returned, and Democrats hope the political tide is shifting again. Two years after Democrat Sherrod Brown lost his Senate seat, he’s attempting a comeback by trying to win back some of the same voters who turned on his party. Brown wants to harness dissatisfaction with the economy, the war in Iran and the expansion of artificial intelligence data centers to dislodge Republican Sen. Jon Husted in November.</p><p>Brown's chances of returning to Washington depend largely on whether he can win again in parts of the state that have spent years drifting away from Democrats. His race is also part of a much broader challenge for Democrats, who need to make inroads in Republican-leaning states like Ohio, Iowa, Alaska and Texas if they are to win control of the chamber in November.</p><p>Brown outlasted Democrats’ decline in Ohio — until he couldn’t</p><p>For years, Brown was able to outrun the Democratic Party’s decline in Ohio. His pro-labor populism resonated with enough swing voters to deliver decades of victories from the statehouse to Congress.</p><p>Trump carried Ohio by 8 points in 2016, four years after Barack Obama won it. Yet Brown won his third term in the Senate two years later, in part by continuing to perform well in places like Mahoning County, anchored by Youngstown.</p><p>By 2024, even Brown could no longer hold on, losing his reelection campaign to Republican Bernie Moreno by 3.5 percentage points.</p><p>Trump carried Mahoning by more than 10,000 votes, a remarkable reversal in a previously loyal Democratic county that Obama had won by nearly 30 percentage points just 12 years earlier. With Trump’s endorsement, Moreno won the county by just 220 votes.</p><p>The transformation extends across the Mahoning Valley. Neighboring Trumbull County went from backing Obama by 23 points in 2012 to Trump by nearly 17 points in 2024.</p><p>“The Mahoning Valley has struggled with deindustrialization, job loss for years, and the politicians in power have seemed to understand that, but it doesn’t seem like they were doing enough about that,” said Cryshanna Jackson Leftwich, a politics professor at Youngstown State University. “So at some point, 20, 30 years of supporting the candidates, people are gonna say, well, look, this has never worked for us, right?”</p><p>Trump and other Republicans offered voters something different, Leftwich said.</p><p>“Did they keep their promises? Not at all. Is the county still poor? Absolutely,” she said. “But they at least said they were going to do something different.”</p><p>Brown faces a much different environment this year</p><p>Democrats’ bid to flip the Senate requires them to net four seats, including by competing deep in Republican territory.</p><p>Two months from the end of midterm campaigns, high gas prices stemming from the war in Iran have compounded discontent with the economy.</p><p>Trump has also escalated a trade war with neighboring Canada, a fight with particular implications for Ohio. The state exported $17.5 billion in goods to Canada in 2025, or nearly a third of the state’s total exports, according to federal statistics.</p><p>Tension from the economic strain is visible in Parma, a working-class Cleveland suburb that split its ticket in 2024, backing both Trump and Brown. At a watch party for the Republican midterm convention in Dallas, supporters who stayed late into the evening cheered Trump but acknowledged that other issues would most likely determine the midterms.</p><p>“The real thing that’ll move the needle is going to be economics. Gas prices, grocery prices,” said Parma City Councilor Kevin Kussmaul. “That’s really what’s going to help.”</p><p>Parma Republican Party President Doris Peters said similarly that “everyone’s concerned about the high gas prices.”</p><p>“It’s all about the economy," she added. “People remember how much money’s in their wallet and how much is not in their wallet.”</p><p>The limits of a Democratic rebound in Ohio</p><p>Husted presents a different opponent than the one Brown faced two years ago. His restrained demeanor contrasts with Moreno, the brash former car dealer who entered politics as an outsider. Husted spent nearly 25 years in Ohio politics, as a state lawmaker, House speaker, secretary of state and lieutenant governor, before being tapped to fill Vance’s Senate seat.</p><p>But Husted may not need to generate much enthusiasm of his own. Except for Brown and candidates for the Ohio Supreme Court, a Democrat hasn’t won a statewide race for state office in Ohio since 2008.</p><p>Adam Radogna, 37, who hosted the watch party Wednesday for Parma Republicans at his Italian restaurant, has attended more than 80 Trump rallies and remains an ardent Trump supporter. But Husted is not someone he’s followed closely.</p><p>“I don’t know him at all,” Radogna said of Husted. “But I mean, I will vote for him.”</p><p>Brown faces enthusiasm problems of his own as he asks voters to return to a 73-year-old former senator whom they rejected just two years ago.</p><p>Ellen Zban, 67, a longtime Youngstown resident who said she leans Democratic but has voted for Republicans, said she won’t support Husted because she doesn’t believe he has listened enough to the community.</p><p>“I really don't think he's done anything for us," she said. “We never hear from him.”</p><p>But Brown isn’t necessarily the candidate she wishes Democrats were offering either.</p><p>“He’s my best option,” Zban said. “But I’d like to see younger people running.”</p><p>The race is being flooded with money as both sides try to drum up enthusiasm and define the choice for voters. Husted and allied Republican groups have already spent more than $80 million with $86 million more reserved through Election Day, according to AdImpact. Brown and Democratic groups have spent $69 million, with $67 million reserved.</p><p>Elon Musk has also waded into the race through his America PAC, which is running online and streaming ads attacking Brown over transgender issues.</p><p>“Billionaires are lying to try and bail out their ‘Golden Boy’ because Jon Husted has always put special interests ahead of Ohio," Brown's campaign manager, Patrick Eisenhauer, said in a statement.</p><p>Brown has attempted to make data centers central to the race, an issue that has seen bipartisan outrage in communities across the country. Brown's allies have called Husted the face of Ohio’s data center boom, blaming the massive facilities for contributing to rising electricity costs. Husted helped promote Ohio as a destination for data centers while serving as lieutenant governor.</p><p>The ads and backlash have generated enough concern among Republicans that an internal party memo described data centers as an “anchor” around Husted in the race.</p><p>“Thirty-two years in Washington turned Sherrod Brown into a liar," Amy Natoce, a spokesperson for Husted, said in a statement. "Jon Husted is fighting to lower costs and help Ohioans keep more of what they earn. Sen. Husted introduced legislation requiring data center companies to pay for the power they use and return excess electricity to the grid."</p><p>The state's politics could shift again</p><p>In Youngstown, the union retirees who watched the Mahoning Valley shift toward Republicans aren’t convinced the movement is permanent.</p><p>Rich Troisi, business manager of Laborers’ Local 127, said Republican candidates in recent elections could win support in the area largely by aligning themselves with Trump. This year, he said, that dynamic may not hold.</p><p>“I don’t think Donald Trump's endorsement is going to be what it was,” he said.</p><p>Antonelli, the longtime union worker, pointed to independent voters, who he said tend to move with their economic circumstances.</p><p>“My dad used to say, it depends on how tight your shoes are. Tight meaning, how’s the money?” he said. “Right now, the shoes are pretty tight, no matter who you are.”</p><p>____</p><p>Associated Press reporter Julie Carr Smyth contributed to this report from Columbus, Ohio.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4MUAIX4LKRCUCJG34CK4MUNQIU.jpg?auth=04760071d8cff0f491d3e40e12180ddfe0b508c5c6afeea5b60fd3e84cfc0564&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Democratic Ohio Senate candidate Sherrod Brown, a former three-term U.S. senator, speaks at a campaign event in Akron, Ohio, on July 16, 2026. (AP Photo/Sue Ogrocki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/POMNXSOY4GA44LZG2BSOW4B5NQ.jpg?auth=44edfd6b15eb7768ef4f492f7b8d72ca55fefbb7e587c697232d70e05a86556f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters applaud as Democratic Ohio Senate candidate Sherrod Brown, a former three-term U.S. senator, speaks at a campaign event in Akron, Ohio, on July 16, 2026. (AP Photo/Sue Ogrocki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PI6HAGNOSNGKWU25OJSF46SQA.jpg?auth=ab8d7e0e312d1130b9962c8c655fc4f9d5aeb3a2b3065493c86ea6390cd3e106&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Jon Husted, R-Ohio, speaks at the Republican convention Wednesday, Sept. 9, 2026, in Dallas. (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[After 'Educated,' Tara Westover revisits a family split in memoir 'Brothers and Sisters']]></title><link>https://www.local10.com/entertainment/2026/09/17/after-educated-tara-westover-revisits-a-family-split-in-memoir-brothers-and-sisters/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/after-educated-tara-westover-revisits-a-family-split-in-memoir-brothers-and-sisters/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Nearly 10 years after the publication of the million-selling “Educated,” Tara Westover is returning with a second memoir in which she reflects on the fallout from her celebrated and controversial debut.]]></description><pubDate>Thu, 17 Sep 2026 11:10:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nearly 10 years after the publication of the million-selling “Educated,” Tara Westover is returning with a second memoir in which she reflects on the fallout from her celebrated and controversial debut.</p><p>Random House announced Thursday that “Brothers and Sisters” will come out on April 13. It's her follow-up to “Educated,” which was released in 2018 and became one of the most talked-about memoirs of its time.</p><p>Westover's account of growing up as the youngest of seven siblings in a Mormon survivalist family in Idaho, the physical abuse allegedly suffered at the hands of an older brother and her eventual break from her family spent more than two years on The New York Times' nonfiction bestseller list. Winning wide acclaim, it was chosen by the National Book Critics Circle as a finalist in two awards categories and praised by Bill Gates and former President Barack Obama, both of whom placed it on their lists of favorite books of 2018.</p><p>In “Brothers and Sisters,” Westover writes about her parents' disputing her memories and her siblings denying events in “Educated” that they had previously confirmed. According to Random House, the new book considers questions such as “Who gets to say what happened?” and “How do you believe yourself when your parents say you’re lying?”</p><p>“'Brothers and Sisters' is a story of how memories are held in a family. How someone can know you are telling the truth but still say you are lying,” the publisher's announcement reads in part. “Ultimately, it is a story of what it means to grow up — to outlive the story that made you.”</p><p>Westover, who turns 40 later this month, was admitted to Brigham Young University as a scholarship student and later received a doctorate in intellectual history from Trinity College in Cambridge, England. In 2021, then-President Joe Biden awarded her a National Humanities Medal for serving “as a powerful example of how the humanities can set people — and a Nation — free.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SDYKIJO72RI2S7VRDNYK4RIXZI.jpg?auth=d71c3b50481273fb4ad94fc430ae7980b0daa61a5a783b303e01f4c2aecb47e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tara Westover attends the TIME100 Gala in New York on June 8, 2022. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA[House approves sweeping Russia sanctions bill, sending it to Trump]]></title><link>https://www.local10.com/news/world/2026/09/16/house-approves-sweeping-russia-sanctions-bill-sending-it-to-trump/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/16/house-approves-sweeping-russia-sanctions-bill-sending-it-to-trump/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The House on Wednesday passed a broad package of sanctions targeting Russian officials and key pillars of its economy as lawmakers look to deprive President Vladimir Putin of the financial resources needed to wage the war against Ukraine.]]></description><pubDate>Thu, 17 Sep 2026 00:05:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The House on Wednesday passed a broad package of sanctions targeting Russian officials and key pillars of its economy as lawmakers look to deprive President Vladimir Putin of the financial resources needed to wage the war against Ukraine.</p><p>The bill is named after the late Sen. Lindsey Graham of South Carolina, who spent more than a year negotiating it. The measure was approved in a 262-159 vote and now heads to President Donald Trump to be signed into law.</p><p>The legislation represents the most ambitious effort to support Ukraine since Trump’s return to the White House and would break nearly two years of relative gridlock on the issue following a 2024 emergency aid package. Ukrainian President Volodymyr Zelenskyy has been pushing for the bill’s passage and made a direct appeal to senators shortly before they passed it last month.</p><p>The measure sanctions Russian officials, banks and a shadow fleet of tankers that keeps Russian energy moving. It also directs Trump to impose up to 100% tariffs on the top five importers of Russian oil or natural gas, with an exception for countries that import less than 15% of Russia’s natural gas exports and have taken significant steps to reduce those imports.</p><p>“These countries have a choice to make about whether they will continue to sustain Putin’s aggression,” said Rep. Michael McCaul, R-Texas.</p><p>Democrats are divided on the legislation</p><p>Supporters said the tariff provisions are aimed at deterring China and India from purchasing Russian energy, but critics of the bill said they fear Trump will use the legislation to target allies in the European Union and elsewhere. Americans, they warned, would pay the price for such tariffs through higher prices at the cash register.</p><p>“This president has always said he loves tariffs,” said Rep. Gregory Meeks, D-N.Y. “And we know the history of what he’s done with reference to tariffs to our European allies, and our allies everywhere.”</p><p>Democrats were divided on the bill, despite overwhelming support in the caucus for aiding Ukraine. Rep. Steny Hoyer, D-Md., told colleagues they can’t control what the president does, but they can stand up and declare where they are on the war.</p><p>“If we fail to pass this bill, there will be cheers in the Kremlin and tears in Kyiv,” Hoyer said.</p><p>But Rep. Don Beyer, D-Va., predicted Ukraine supporters would come to regret voting for the bill.</p><p>“Yes they will be able to say ‘we stood with Ukraine’ in the immediate aftermath,” Beyer said. “But when Donald Trump hits our allies with new tariffs and waives sanctions on Russia, the propaganda victory for Putin will be lasting, and the damage will be embedded in U.S. law.”</p><p>Democratic leader Hakeem Jeffries of New York, speaking in opposition to the bill, said Democrats would continue to support the Ukrainian people until victory is won, “but this bill does not provide a path to secure that.”</p><p>In all, 58 Democrats broke with Jeffries and voted for the bill, while 152 voted against it. Among Republicans, 203 voted yes while seven voted against it.</p><p>Speaker Mike Johnson, R-La., celebrated the vote and highlighted the additional tariff power it provides the president.</p><p>“For too long, Putin has bankrolled this devastating war with money and resources from countries willing to look the other way, and today, that ends,” Johnson said.</p><p>Getting Trump onboard has been a long process</p><p>Congress has struggled to ensure the flow of U.S. funding and munitions to Ukraine as Republican support for spending billions of dollars more on the effort has waned. Trump routinely derided the Ukraine aid while campaigning for the White House and insisted that, if elected, he would quickly end the war launched by Moscow’s February 2022 invasion.</p><p>It took Graham essentially a full year to bring Trump on board with the Russia sanctions package. Eventually, Trump gave a nod to the bill after it included his push for a five-year extension of existing sanctions on Iran. Republicans speaking on the House floor in advance of Wednesday’s vote were overwhelmingly supportive of the package.</p><p>Rep. French Hill, R-Ark., acknowledged Democratic criticism that tariffs could be used aggressively on smaller U.S. allies, but said it was time to deliver a resounding message to the Kremlin: “End this war, get out of Ukraine, focus on rebuilding your shattered international reputation and your destroyed economy.”</p><p>The Senate overwhelmingly passed the bill by a vote of 86-11 last month, but momentum slowed in the House. Republican leadership focused on other priorities, namely bills designed to put Democrats on defense going into the midterms. Meanwhile, a chorus of key Democratic lawmakers voiced alarm about the bill’s tariff provisions.</p><p>Passage of the bill in the House came on the final day that the chamber is expected to be in session for votes before the Nov. 3 elections.</p><p>After the vote, a group of Republicans and Democrats from the House and Senate celebrated the vote at a rare bipartisan press conference.</p><p>Democratic Sen. Richard Blumenthal of Connecticut, who wrote the bill with Graham, said he hopes the sanctions will help force Putin to the negotiating table and end the war.</p><p>“To Vladimir Putin — we have your number,” Blumenthal said. “And to Ukraine — you are not alone.”</p><p>Leading up to the vote, Zelenskyy took to social media urging the House to pass the bill. He said during war it is sometimes better to “make a not-so-perfect decision than to do nothing.”</p><p>“And this is a very important historical moment for the United States. The bill must be passed, voted on, and supported,” Zelenskyy said on X. “Beyond that, strong decisions from the U.S. Administration are important. Personal decisions by President Trump. I very much hope we will see that.”</p><p>—-</p><p>Associated Press writer Mary Clare Jalonick contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Saudi Arabia says debris from an intercepted Houthi drone killed 1, and other Mideast developments]]></title><link>https://www.local10.com/news/world/2026/09/17/saudi-arabia-says-debris-from-an-intercepted-houthi-drone-killed-1-and-other-mideast-developments/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/saudi-arabia-says-debris-from-an-intercepted-houthi-drone-killed-1-and-other-mideast-developments/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Saudi Arabia said debris from an intercepted Houthi drone killed one person, while the leader of the Iran-backed Houthis called for protests and said the kingdom committed a “monstrous fabrication” when it accused the rebels of trying to attack Islam's holiest city.]]></description><pubDate>Thu, 17 Sep 2026 18:45:46 +0000</pubDate><content:encoded><![CDATA[<p>Saudi Arabia said debris from an intercepted Houthi drone killed one person, while the leader of the Iran-backed Houthis called for protests and said the kingdom committed a “monstrous fabrication” when it accused the rebels of trying to attack Islam's holiest city.</p><p>In the U.S., the Trump administration approved the $24.3 billion sale of advanced F-35 fighter jets and related equipment to Saudi Arabia. Meanwhile, United Nations-backed human rights experts said there are “reasonable grounds” to believe the U.S. committed war crimes in two strikes in Iran when the war began in February.</p><p>Here’s a look at the latest news in the Middle East on Thursday. Full coverage can be found here.</p><p>Houthi drone debris killed 1, Saudi Arabia says</p><p>Debris from an intercepted Houthi drone killed one person and injured two others in Saudi Arabia's Taif province, Saudi civil defense said Thursday.</p><p>The statement didn't indicate when this happened, though Saudi Arabia said Wednesday that it had stopped a drone aimed at Mecca, Islam’s holiest city.</p><p>The Houthis are fighting the internationally recognized government in Yemen, which is backed by Saudi Arabia. The Houthis deny targeting Mecca.</p><p>Iran's Foreign Ministry said a claim of intercepting a drone shouldn’t be used to escalate tensions.</p><p>Houthi leader goes on TV to call for protests</p><p>In a televised speech, Houthi leader Abdul Malik al-Houthi called for an end to what he described as Saudi Arabia’s blockade of Yemen as fighting between the Houthis and Yemen's government forces continued.</p><p>Al-Houthi denounced as an “utterly heinous lie” that the Houthis had attempted to target Mecca. He called for mass protests Friday in Sanaa and Houthi-controlled areas to show support for protecting holy mosques and rejecting the blockade.</p><p>An estimated 125,000 people in Yemen have fled as the Houthis have advanced down the Red Sea coast to a key maritime chokepoint. The offensive, linked to the wider Iran war, has threatened Saudi oil exports, pushed up global fuel prices and rattled markets.</p><p>US OKs Saudi military aircraft deal</p><p>The U.S. State Department said the Saudis can purchase 48 F-35 Lightning II Joint Strike Fighter aircraft along with jet engines, secure communication systems, spare parts and more.</p><p>The sale “will support the foreign policy and national security objectives of the United States by improving the security of a major non-NATO ally that is a force for political stability and economic progress in the Gulf region,” the department said in a statement.</p><p>UN-backed experts look at US strikes in Iran</p><p>Human rights experts commissioned by the U.N.’s top human rights body said their findings focus on a pair of U.S. strikes that killed at least 178 civilians, including women and children, on the first day of the war in Iran.</p><p>At least one U.S. missile hit the Shajareh Tayyebeh school in Minab, according to an Associated Press investigation. The Trump administration has yet to directly accept the blame or release findings of a Pentagon investigation into the school bombing.</p><p>The U.N.-backed team made the allegations of war crimes over the strike on the “clearly identifiable” school and another airstrike where missiles dispersed tungsten pellets over a “clearly identifiable sports complex and residential area” in the southern city of Lamerd.</p><p>Palestinian Authority objects to US decision on visas</p><p>The Palestinian Authority condemned the U.S. denial of visas for Palestinian President Mahmoud Abbas and other PA officials ahead of the U.N. General Assembly and called Israel’s actions “the real threat to the two-state solution and prospects for peace.”</p><p>The authority administers parts of the Israeli-occupied West Bank. It also pushed back against U.S. accusations that it has glorified extremism and strayed from the path toward peace with Israel.</p><p>Its foreign ministry said it remained committed to long-stalled negotiations but defended its efforts to gain Palestinian recognition through international bodies and courts. The U.S. opposes the strategy.</p><p>Israel expands plan for controversial West Bank settlement</p><p>Israel will open the bidding for an additional 2,167 units in a settlement project that would effectively cut the West Bank in two, two days before elections on Oct. 27.</p><p>The new tender, which seeks bids from developers, would bring the total number of housing units for the E1 project to 3,401. The development would effectively cut the West Bank in two. Critics say the planned settlement, east of Jerusalem, would prevent the possibility of a Palestinian state in the territory.</p><p>The project will be “extremely difficult to reverse” under any future government, the Israeli rights group Ir Amim said in a statement.</p><p>A spokesperson for the Palestinian president condemned the new units as a violation of international law. Israeli Prime Minister Benjamin Netanyahu’s office did not immediately respond to a request for comment. The E1 project was on hold for years due to U.S. pressure.</p><p>Protests over fuel prices lead to change in Syria</p><p>Syria will provide subsidized diesel fuel for heating and agriculture after sharp price increases sparked widespread protests this week.</p><p>The energy minister said Thursday that the government would set a tiered system of prices for diesel, with subsidized fuel being sold at 115 Syrian pounds ($0.94) per liter (35 ounces).</p><p>The government on Sunday announced price increases of 30% to 40% for gasoline and diesel, citing the U.S.-Iran war and repairs at a major oil refinery. Hundreds of oil trucks were stranded when protesters blocked a highway.</p><p>Syrian court orders sentences stemming from 2025 insurgency</p><p>A judge has sentenced three people, including an army soldier, after an investigation of violent clashes in Syria’s coastal region in which more than 1,000 people were killed in March 2025.</p><p>Loyalists of ousted Syrian President Bashar Assad attacked government troops and security forces in areas where members of the Alawite religious minority live. The government’s counter-insurgency spiraled into sectarian violence.</p><p>Syria’s military criminal court sentenced the soldier to 20 years in prison Thursday. Two Assad loyalists were also sentenced — one to death and the other to life in prison.</p><p>The violence last year horrified minorities in Syria and others skeptical of the country’s new Islamist-led leadership.</p><p>___</p><p>This piece will be updated throughout the day as new developments emerge.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMQIGFF53TKBP3JJZTDU63HU5M.jpg?auth=8f5d37e573c59e7ba7f0c048792b3c16996e39e6c8f04a3d1179c37fff93d4f0&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 Saudi Press Agency shows firefighters inspecting damage to a building caused by falling debris from a drone that Saudi authorities said was launched by Yemen's Houthi rebels and intercepted over Taif province, western Saudi Arabia, Thursday, Sept. 17, 2026. (Saudi Press Agency via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/EMFRTEKAGQQQNT3QRWQIKV5VFE.jpg?auth=320b16b12df3963bea340d1326e391804402dab1edd3386d40a325ebcba4c4f7&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 Saudi Press Agency shows a building damaged by falling debris from a drone that Saudi authorities said was launched by Yemen's Houthi rebels and intercepted over Taif province, western Saudi Arabia, Thursday, Sept. 17, 2026. (Saudi Press Agency via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VHDDOCURYQOXO24LJBCKBG3LJY.jpg?auth=1d2ded3948bb794baa8ff9cbc87e569202becec9e968576a63adf014880af207&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorful tree and flower decorations remain on the walls of a rubble-strewn classroom at Shajareh Tayyebeh school, damaged in a U.S. airstrike on Feb. 28, in Minab, southern Iran, Monday, Sept. 7, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KLHADTLICXJ2BY4RNHYQL6ABZM.jpg?auth=0033cc4317fe2841372654e7ec027ab7ec12066bb7469a0511b6309036f1885e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing territory captured by the Houthis in Yemen. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Messi scores 100th Inter Miami goal as Miami beats Cruz Azul 2-0 to win Campeones Cup]]></title><link>https://www.local10.com/sports/local/2026/09/17/messi-scores-100th-inter-miami-goal-as-miami-beats-cruz-azul-2-0-to-win-campeones-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/09/17/messi-scores-100th-inter-miami-goal-as-miami-beats-cruz-azul-2-0-to-win-campeones-cup/</guid><dc:creator><![CDATA[Tyler Carmona ]]></dc:creator><description><![CDATA[Lionel Messi scored the 100th goal of his Inter Miami career and Casemiro added another as Miami defeated Cruz Azul 2-0 on Wednesday night to win the Campeones Cup at Nu Stadium. ]]></description><pubDate>Thu, 17 Sep 2026 10:49:01 +0000</pubDate><content:encoded><![CDATA[<p>Lionel Messi scored the 100th goal of his Inter Miami career and Casemiro added another as Miami defeated Cruz Azul 2-0 on Wednesday night to win the Campeones Cup at Nu Stadium. </p><p>Messi opened the scoring in the 24th minute, heading in a cross from Luis Suárez for his 100th goal in 115 appearances across all competitions with Miami.</p><p>The milestone came against the same club Messi scored his first Inter Miami goal against. He scored on a stoppage-time free kick to beat Cruz Azul 2-1 in his Miami debut in July 2023.</p><p>Casemiro made it 2-0 in the 81st minute, heading in a corner from Messi.</p><p>The Brazilian midfielder has scored four goals, all headers, in his last five matches after scoring in three consecutive games against CF Montreal, Atlanta United and Chicago before being held scoreless Saturday against Nashville.</p><p>The victory gave Inter Miami another trophy three years after Messi’s arrival. Miami won the Leagues Cup in 2023, the Supporters’ Shield in 2024 and MLS Cup in 2025.</p><h2>Up next</h2><p>Inter Miami returns to MLS play Sunday when it hosts San Diego FC at Nu Stadium. Miami enters the match second in the Eastern Conference standings.</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/ICYXZXU6MZH35BPQDJDKGA5CGE.jpg?auth=cedfbc7edc2815e9afcdfd76d79086f6f2c9d626a0588330af532e27443a6987&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The fight over congressional maps put nearly 35 million people into new House districts, report says]]></title><link>https://www.local10.com/news/politics/2026/09/17/redistricting-moved-1-in-10-americans-into-a-new-house-district-report-finds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/09/17/redistricting-moved-1-in-10-americans-into-a-new-house-district-report-finds/</guid><dc:creator><![CDATA[By MATT BROWN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The unprecedented spate of mid-decade redistricting for the U.S. House has changed the congressional districts for one-tenth of Americans and significantly altered the makeup of at least one-fifth of districts, according to a new study.]]></description><pubDate>Thu, 17 Sep 2026 13:39:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The unprecedented spate of mid-decade redistricting for the U.S. House has changed the congressional districts for one-tenth of Americans and significantly altered the makeup of at least one-fifth of districts, according to a new study.</p><p>A report by Protect Democracy found that 34.8 million people — about one in 10 Americans — now live in a different district than they did during the 2024 election cycle. And about one-fifth of all Americans now live in a district where more than a quarter of voters are new to the district compared with the last election cycle.</p><p>The findings display the stark overhaul that partisan redistricting fights kicked off by President Donald Trump last year have caused for Americans across the country. The new congressional maps are increasingly drawn in ways that favor partisan politics over factors like geography and shared communities. That raises concerns among scholars about how the country's hyperpolarized politics are affecting American democracy.</p><p>“If this trend continues, it really brings into question whether or not elected officials are really representing their constituents anymore, or if the voters are being randomly picked by mapmakers to squeeze out partisan advantage," said Ben Raderstorf, a policy advocate at Protect Democracy and one of the paper’s co-authors.</p><p>The bare-knuckled partisan redistricting battle for the House began when Trump urged the Republican-controlled legislature in Texas, the second most populous state, to redraw its congressional map to help the party. The highly unusual plan prompted an immediate response from California, the most populous state, which held a successful referendum to tilt its map toward Democrats.</p><p>Other states followed, and Republicans are positioned to potentially gain nine seats because of redistricting.</p><p>The Protect Democracy report warns that such partisan tactics reduce faith in American elections generally and insulate incumbent lawmakers from public opinion. That can make political organizing more difficult, the report cautioned, potentially worsening the country's already highly polarized politics. Both parties may also enter a “doom loop” where they embrace more aggressive and frequent redistricting efforts to avoid ceding any ground to their rivals.</p><p>In some states such as Missouri, the mid-decade redistricting has created confusion for voters about which district they live in and which candidates will appear on their November ballot. After conflicting lower court rulings, the U.S. Supreme Court last week blocked new Missouri districts backed by Trump that had been used in the primary, leaving the state to revert to its previous districts for the general election.</p><p>The report concludes with a call for new electoral structures the authors believe would eliminate the potential downsides of partisan redistricting, like proportional representation or a formal truce between the parties to implement nonpartisan districting plans.</p><p>Nine states already use nonpartisan commissions to draw congressional district lines but those provisions have limits. California, for instance, suspended its nonpartisan maps with a referendum last year in response to Texas' redistricting measures.</p><p>Such remedies would face long odds in Congress and statehouses, but scholars believe there are few other avenues to turn down the temperature in the partisan redistricting fights.</p><p>“This is only going to get worse until somebody stops it,” Raderstorf said. “The logic of gerrymandering points inevitably towards maximalist partisan advantage on both sides. There is no off-ramp other than reform. It is the only way to break the cycle.”</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><media:content url="https://www.local10.com/resizer/v2/J3KNZKKLXHI2W2S5XPMFJAC5WY.jpg?auth=beed8dfe616b9b51847a42d8dbe5fc8e7ed07a0bf470346e3a0507a7cddb8c27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, people opposed to a congressional redistricting plan rally outside the Missouri Capitol in Jefferson City, Mo., Wednesday, Sept. 2, 2026. (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[Sept. 17: Scattered storms expected across South Florida, some could be strong to severe]]></title><link>https://www.local10.com/weather/2026/09/17/sept-17-scattered-storms-expected-across-south-florida-some-could-be-strong-to-severe/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/09/17/sept-17-scattered-storms-expected-across-south-florida-some-could-be-strong-to-severe/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Thursday morning! Grab your rain gear as we will see some showers by the Keys, Broward and Miami-Dade counties this morning. ]]></description><pubDate>Thu, 17 Sep 2026 10:17:03 +0000</pubDate><content:encoded><![CDATA[<p>Good Thursday morning! Grab your rain gear as we will see some showers by the Keys, Broward and Miami-Dade counties this morning. Scattered to numerous showers and thunderstorms are expected again. This afternoon some storms could be strong to low end severe. The winds will increase providing for a moderate risk of rip currents for beachgoers and small craft caution for boaters. There will be breaks in the storms for highs to reach the lower 90s. Please remember: “When thunder roars go indoors.”</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[Dayton Literary Peace Prizes honor wartime Ukraine novel and book on history of Charleston church]]></title><link>https://www.local10.com/entertainment/2026/09/17/dayton-literary-peace-prizes-honor-wartime-ukraine-novel-and-book-on-history-of-charleston-church/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/09/17/dayton-literary-peace-prizes-honor-wartime-ukraine-novel-and-book-on-history-of-charleston-church/</guid><dc:creator><![CDATA[By HILLEL ITALIE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A coming-of-age novel set in wartime Ukraine and the history of a Black church in South Carolina through slavery, the Civil Rights Movement and a gunman's killings in 2015 are this year's winners of Dayton Literary Peace Prizes.]]></description><pubDate>Thu, 17 Sep 2026 10:00:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A coming-of-age novel set in wartime Ukraine and the history of a Black church in South Carolina through slavery, the Civil Rights Movement and a gunman's killings in 2015 are this year's winners of Dayton Literary Peace Prizes.</p><p>The Dayton Foundation previously announced that “Bel Canto” novelist Ann Patchett would receive a lifetime achievement award.</p><p>Judges awarded the fiction prize to Sam Wachman's “The Sunflower Boys,” a debut book in which two brothers are forced to look after themselves after the Russians bomb their home. Kevin Sack's “Mother Emanuel: Two Centuries of Race, Resistance, and Forgiveness in One Charleston Church” won for nonfiction.</p><p>The winners in fiction and nonfiction will each receive $10,000. The runners-up — Charlotte McConaghy's “Wild Dark Shore” and Eve L. Ewing's “Original Sins: The (Mis)education of Black and Native Children and the Construction of American Racism” — will get $5,000 apiece.</p><p>“Year after year, our community and judges seek out and find four extraordinarily powerful books that center a story that promotes peace and understanding in a world where those ideals continue to feel more foreign with each passing year,” Foundation Executive Director Nicholas A. Raines said in a statement released Thursday. “These four books each offer something unique to readers that we hope will continue to inspire and teach for many years to come.”</p><p>The Dayton awards were established in 2006 with a mission to honor “writers whose work uses the power of the written word to foster peace, social justice, and global understanding.” Previous winners include Ta-Nehisi Coates,Alice Hoffman and Junot Diaz.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PYURA3RGLOPZBBWOKNV5TT2O6M.jpg?auth=a35aeccbf8ed7b6586b4a52f11635a5f7a6ca3b8870eca06a5e39277287b9c9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Author Ann Patchett poses for a portrait at her bookstore in Nashville, Tenn., on April 22, 2026. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Bournemouth begins European campaign against Real Sociedad, Man City meets Norwich in League Cup]]></title><link>https://www.local10.com/sports/2026/09/17/bournemouth-begins-european-campaign-against-real-sociedad-man-city-meets-norwich-in-league-cup/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/bournemouth-begins-european-campaign-against-real-sociedad-man-city-meets-norwich-in-league-cup/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Bournemouth kicks off its first European campaign at Spanish side Real Sociedad in the Europa League on Thursday.]]></description><pubDate>Thu, 17 Sep 2026 09:44:37 +0000</pubDate><content:encoded><![CDATA[<p>Bournemouth kicks off its first European campaign at Spanish side Real Sociedad in the Europa League on Thursday.</p><p>Bournemouth enjoyed a record season to finish sixth in the Premier League and Marco Rose’s side hopes its opening European game in San Sebastian is a chance to put behind a slow and winless start to this campaign.</p><p>“We need to stay humble and concentrate on each game,” Bournemouth captain Adam Smith said. “But definitely our aim is to try to get as far as possible.”</p><p>Real Sociedad returns to Europe after a one-year absence. It qualified for the competition by claiming the Spanish Cup for the fourth time.</p><p>Another English club, Crystal Palace, opens its European campaign against Polish champion Lech Poznań after winning the third-tier Conference League last season.</p><p>In other games, Italian giant Juventus faces Dutch side Nijmegen, Besiktas hosts Marseille and Celtic plays Ferencváros in Glasgow.</p><p>The opening round of matches is split into two days.</p><p>On Wednesday, Benfica upset AC Milan 2-0 at San Siro, Sunderland beat visiting AZ Alkmaar 1-0 in its first European match since 1973 and Lyon won 2-1 at Anderlecht.</p><p>Elsewhere, Manchester City faces Championship-side Norwich to complete the third round of the League Cup in England.</p><p>In Spain, Real Betis meets Getafe and Malaga plays Villarreal in La Liga.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OZPWTV27DIJL4QGLRJQBZMITRU.jpg?auth=70ca228af7426696588498405b740271aa9d2b6de3718276d5afeb7123b3c239&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brentford's Kevin Schade is challenged by Bournemouth's Tyler Adams, left, and Rayan during the English Premier League soccer match between Bournemouth and Brentford in Bournemouth, England, Saturday Sept. 12, 2026. (Andrew Matthews/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Matthews</media:credit></media:content></item><item><title><![CDATA[At least 48 dead in Nigeria after consuming drink suspected to contain methanol, authorities say]]></title><link>https://www.local10.com/health/2026/09/17/at-least-48-dead-in-nigeria-after-consuming-drink-suspected-to-contain-methanol-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/health/2026/09/17/at-least-48-dead-in-nigeria-after-consuming-drink-suspected-to-contain-methanol-authorities-say/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — At least 48 people have died and around 100 others are receiving treatment in southern Nigeria after consuming a locally brewed alcoholic concoction suspected to contain methanol, officials said on Thursday.]]></description><pubDate>Thu, 17 Sep 2026 15:37:48 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — At least 48 people have died and around 100 others are receiving treatment in southern Nigeria after consuming a locally brewed alcoholic concoction suspected to contain methanol, officials said on Thursday.</p><p>Banji Ajaka, Ondo state's commissioner for health, said the cases had been reported in the Odigbo and Irele local government areas. A total of 182 people are believed to have been affected and some are being treated in the hospital, he said.</p><p>“I took like two shots and I went out on Friday. On Saturday, I noticed that I could not see,” 32-year-old Sola Adebayo told the local TVC News channel from a hospital bed.</p><p>Drinking locally made alcohol is common in Nigeria, Africa’s most populous country, especially in rural areas where it is more affordable and poorly regulated.</p><p>“This thing happened rapidly. Once they consume, depending on the quantity, the kidneys will pack up, the eyes will go, the brain will be damaged,” Ajaka told The Associated Press, speaking about the drink.</p><p>Ondo state police spokesman Abayomi Jimoh said in a statement that 15 people were arrested in connection with the incident, including one allegedly “involved in the production of substances suspected to contain methanol and is currently assisting the police with investigations.”</p><p>Locals told the AP they suspected a popular herbal drink with high alcohol content, known as “Monkey Tail,” was mixed with methanol, causing the deaths.</p><p>A trader who sells the concoction in Odigbo, speaking on condition of anonymity for fear of being arrested, told the AP there are two versions of Monkey Tail: an original, safe version, and another version which is unsafe.</p><p>Local media reports said the first death was reported nearly two weeks ago.</p><p>Nigeria's National Agency for Food and Drug Administration and Control is currently enforcing a nationwide ban on alcohol in sachets and small plastic containers, which it said are easily accessible to children and young people.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BNVYDI6PALH3H4IA5BSKZVAKX4.jpg?auth=a7665f87e94261cd86db43464960890999799a38bcfe09f1275675b679b595ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, a locally brewed alcoholic concoction commonly known as ' Monkey Tail' is photographed in Odigbo southern Nigeria, Thursday, Sept. 17, 2026. (AP Photo/Raji Akeem)]]></media:description><media:credit role="author" scheme="urn:ebu">Raji Akeem</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YLRH3FPPPUJSLKN5CILTQJCATI.jpg?auth=75cbb01569eecc6d95ae720f64e7f584ac8b3c5177abe130c8becc57fdab6605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo taken with a smartphone, a locally brewed alcoholic concoction commonly known as ' Monkey Tail' is seen at a shop in Odigbo southern Nigeria, Thursday, Sept. 17, 2026. (AP Photo/Raji Akeem)]]></media:description><media:credit role="author" scheme="urn:ebu">Raji Akeem</media:credit></media:content></item><item><title><![CDATA[A ninth woman's body found in South Africa deepens fears of a possible serial killer]]></title><link>https://www.local10.com/news/world/2026/09/17/a-ninth-womans-body-found-in-south-africa-deepens-fears-of-a-possible-serial-killer/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/a-ninth-womans-body-found-in-south-africa-deepens-fears-of-a-possible-serial-killer/</guid><dc:creator><![CDATA[By MOGOMOTSI MAGOME and MICHELLE GUMEDE, Associated Press]]></dc:creator><description><![CDATA[JOHANNESBURG (AP) — South African police said a ninth woman’s body was discovered Thursday in an area east of Johannesburg where they are investigating a series of killings over the past two months that have sparked acute fears in the community.]]></description><pubDate>Thu, 17 Sep 2026 18:42:09 +0000</pubDate><content:encoded><![CDATA[<p>JOHANNESBURG (AP) — South African police said a ninth woman’s body was discovered Thursday in an area east of Johannesburg where they are investigating a series of killings over the past two months that have sparked acute fears in the community.</p><p>All nine bodies were found in the Ekurhuleni municipality, raising concerns that the killings were carried out by the same person or people. Police previously said that some similarities in the killings of the first eight victims were “sufficiently concerning for the police to issue a public warning.”</p><p>The discoveries have sent shock waves around the country, sparked a high-level investigation and highlighted the scourges of femicide and high levels of violent crime.</p><p>Police said the discovery of the latest body early Thursday “will be added to the investigations into the deaths of women in Ekurhuleni.”</p><p>Police warn against circulating photos of the bodies on social media</p><p>Provincial police commissioner Fred Kekana said a passerby found the woman’s body near a construction site and alerted police.</p><p>The unidentified woman appeared to be about 30 and had an apparent stab wound to her side, while her throat appeared to have been cut, he said. Forensic investigators had not yet determined the official cause of death.</p><p>Kekana said police had not established whether her death was linked to the other cases and appealed for information.</p><p>He also urged people not to circulate photographs of the bodies or unverified reports on social media, warning that they were spreading fear and could encourage copycat crimes.</p><p>Residents of Dawn Park, the Johannesburg suburb where the ninth body was found on Thursday, were stunned by the discovery.</p><p>“I hope the government can assist us by arresting the person or people who have been committing these killings, because the current situation is becoming unbearable. We don’t know what’s to happen next,” Dawn Park resident Nomgqibelo Tshabalala said.</p><p>A multidisciplinary team of experts is investigating.</p><p>Families should report any missing relatives immediately</p><p>So far, bodies have been found across several Ekurhuleni communities, including Kempton Park, Pomona, Clayville, Olifantsfontein, Rhodesfield, KwaThema and Dawn Park.</p><p>Panyaza Lesufi, the premier of Gauteng province, said police were making progress in two or three cases, although he did not provide details. He urged the public to give investigators time to gather sufficient evidence.</p><p>“They’ve declared war against the state. We’ll respond,” Lesufi told reporters at the scene. “We’re not going to surrender.”</p><p>Missing In Southern Africa, which supports missing people and their families, urged communities and families to report immediately when they suspected that one of their relatives might be missing.</p><p>The organization said the discoveries had deepened the anguish of families searching for loved ones.</p><p>“There is no waiting period to report a missing person,” it said. “The moment you suspect that someone is missing, report it immediately to the South African Police Service.”</p><p>Community groups and faith leaders demand action to protect women and children</p><p>Running clubs across Johannesburg have this week organized memorial runs in honor of Elizabeth “Tsontso” Moselakgomo, the woman who disappeared last week while jogging and was found dead several days later.</p><p>Some communities across Gauteng, which includes Johannesburg and Ekurhuleni, have held prayer services for the victims.</p><p>Women’s rights advocates, political parties and civil society organizations marched to Kempton Park Police Station on Thursday, demanding stronger measures to protect women and children and hold perpetrators accountable.</p><p>A coalition representing more than 1,000 faith leaders, activists and partner organizations called for tougher action against gender-based violence and more accountability. They urged those at the top of religious hierarchies to address the issue openly and help survivors obtain shelter, counseling and legal assistance.</p><p>“Too often, silence from the pulpit has stood in for the courage to name gender-based violence directly,” it said. “That silence must end.”</p><p>___</p><p>Associated Press video journalist Kayleen Morgan in Johannesburg contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HFO7DMCYTYPSUKTSFCVOWGE5PY.jpg?auth=eb67b1412cedc94ad2b96d0de247c2b7490e3bb3ff76791f7aa15e8b200eafcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic investigators work at the site where the body of a woman was discovered on the outskirts of Johannesburg, South Africa, Thursday, Sept. 17, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CBNHCQQNABJYIK7QZCM64ECDSY.jpg?auth=941648d9a3312fc6b6d22b827bb28b9e171706270e65193bb8690fe891d5fafd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic investigators work at the site where the body of a woman was discovered on the outskirts of Johannesburg, South Africa, Thursday, Sept. 17, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4N6BSJ54GUXI7BDQVKWXZSVUHE.jpg?auth=d1fe775930c66c5bda696ef914f3a96ddd4055422ebf8c034f5eae5257081c5f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A women's church group pay their respect at a scene of a discovery of the body of a 38-year-old woman last week while jogging, in Kempton Park, east of Johannesburg, South Africa, Thursday, Sept. 17, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWV3IXHNANLGJHAYVZNXQB2VH4.jpg?auth=168ed832c84d2009ee0a598dfaa74ffe5974b36954ba37e4f442a18e47ea72b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A poster is seen at a scene of a discovery of the body of a 38-year-old woman last week while jogging, in Kempton Park, east of Johannesburg, South Africa, Thursday, Sept. 17, 2026. (AP Photo/Themba Hadebe)]]></media:description><media:credit role="author" scheme="urn:ebu">Themba Hadebe</media:credit></media:content></item><item><title><![CDATA[The king and AI: UK monarch Charles meets artificial intelligence leaders as safety concerns swirl]]></title><link>https://www.local10.com/business/2026/09/17/the-king-and-ai-uk-monarch-charles-meets-artificial-intelligence-leaders-as-safety-concerns-swirl/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/the-king-and-ai-uk-monarch-charles-meets-artificial-intelligence-leaders-as-safety-concerns-swirl/</guid><dc:creator><![CDATA[By KELVIN CHAN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — King Charles III on Thursday urged senior leaders from OpenAI, Anthropic, Google DeepMind and Nvidia to make sure that artificial intelligence remains under control and in the service of people and the planet.]]></description><pubDate>Thu, 17 Sep 2026 14:57:06 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — King Charles III on Thursday urged senior leaders from OpenAI, Anthropic, Google DeepMind and Nvidia to make sure that artificial intelligence remains under control and in the service of people and the planet.</p><p>The gathering in Scotland was convened to discuss how AI can benefit society, and comes at a pivotal moment for the technology as debate swirls around whether rapid advances will soon put it beyond the ability of humans to rein it in.</p><p>"The development of AI – its substance and its pace – are both intriguing and deeply concerning in equal measure," the king said in his opening remarks.</p><p>The "existential dangers of such technologies falling into the wrong hands, and being used in potentially catastrophic ways” should be urgently considered, he said.</p><p>"Surely, then, we need sufficient means of control before it is all too late?"</p><p>The king asked attendees, including Nvidia CEO Jensen Huang and Google DeepMind Chair Demis Hassabis, to consider the "fundamental principles" that should guide AI development.</p><p>ChatGPT maker OpenAI's Chief Financial Officer Sarah Friar was also at the meeting, along with Britain’s AI Minister Kanishka Narayan. An Anthropic representative was also expected to attend, according to a Buckingham Palace statement.</p><p>The meeting comes as global attention focuses on AI’s breakneck progress and warnings that it could race out of control, threatening humanity. It was held at Dumfries House in Ayrshire, Scotland, headquarters of The King’s Foundation, which is the monarch’s charity.</p><p>After Anthropic researcher Jacob Coxon caused a stir by resigning with a grave warning about the technology's potential risks, Anthropic CEO Dario Amodei responded with an essay saying that the industry might need to slow the pace of its work.</p><p>One of his proposals was for companies and countries to work together on a coordinated plan for such a slowdown.</p><p>The king, without naming any countries or companies, said he wanted meeting participants to consider how to harness the benefits of AI “with safety at its heart” and how to “build international cooperation and consensus” to achieve this.</p><p>Charles told the tech execs that their task “is not merely to advance technology, but to ensure that it remains firmly in the service of humanity, community and the natural world.”</p><p>The AI slowdown debate has divided the industry. Huang, who has criticized the call for slowing, said it’s up to individual companies to develop their AI technology safely and test it properly before releasing any products to the public.</p><p>“When a product is not safe enough, we should hold it back and keep engineering. We’ve always done that and we should continue to do that,” he said in his speech following the king's remarks.</p><p>In the latest report of alarming AI behavior, OpenAI reported on Wednesday six incidents of “unexpected or concerning” behavior by its models, such as acting without authorization, coordinating with other models and evading oversight.</p><p>While the king is an important figurehead whose comments on social issues can be influential, much of the current AI safety debate is centered on U.S. tech companies and their competition with Chinese rivals, with Britain playing a smaller but still vital role.</p><p>The U.K.'s AI Security Institute, a government research organization, is well regarded and the country produces many AI researchers, including Google DeepMind's Chair Demis Hassabis and Coxon.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/URQKEYDZD3A4ASVHRTRRW23NLQ.jpg?auth=842286b8ca19381094ff7c3b0882854c5918d481d7c326691b674d104acf89cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's King Charles III, left, walks with Nvidia chief executive Jensen Huang, right, and Sir Demis Hassabis to a meeting for leaders from the artificial intelligence (AI) sector, government, and thought leaders to discuss how AI can be developed and deployed in ways that benefit society, at Dumfries House in Cumnock, Scotland, Thursday Sept. 17, 2026. (Jonathan Brady/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7RG7OCNWCTNSLQYENRONICVVWQ.jpg?auth=94948c25960ac190cfc4439ff5bd8fc2b6e797515a5cf385abdde755a675037f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's King Charles III, left, walks with Nvidia chief executive Jensen Huang to a meeting for leaders from the artificial intelligence (AI) sector, government, and thought leaders to discuss how AI can be developed and deployed in ways that benefit society, at Dumfries House in Cumnock, Scotland, Thursday Sept. 17, 2026. (Jonathan Brady/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/53K2BT3EGWIHU27NLN535APLP4.jpg?auth=7ba5d27900f39258b936572796624c2a2e7103e408be567c628e128af485bed9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sir Demis Hassabis gives a speech during a meeting hosted by Britain's King Charles III, background, for leaders from the artificial intelligence (AI) sector, Government, and thought leaders to discuss how AI can be developed and deployed in ways that benefit society, at Dumfries House in Cumnock, Scotland, Thursday Sept. 17, 2026. (Jonathan Brady/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6KJYCSSKRDGBVGCDTRQTE5AYA.jpg?auth=ae3a3042a8d1bec50b5ff40d113a15ade5d38db1855da92254a9a2bb18f3331e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nvidia chief executive Jensen Huang records a pool interview ahead of a meeting hosted by King Charles III for leaders from the AI sector, Government, and thought leaders to discuss how AI can be developed and deployed in ways that benefit society, at Dumfries House in Cumnock, Scotland, Thursday Sept. 17, 2026. (Jonathan Brady/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X743WUKQEBLBZYATZYKLEASHLY.jpg?auth=b998ba93828f273c950de56c0d0eb501272970e5050855b8504cc37444307ce2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's King Charles III gives a speech during a meeting for leaders from the artificial intelligence (AI) sector, Government, and thought leaders to discuss how AI can be developed and deployed in ways that benefit society, at Dumfries House in Cumnock, Scotland, Thursday Sept. 17, 2026. (Jonathan Brady/PA via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content></item><item><title><![CDATA[UN-backed experts cite possible US war crimes in Iran strikes]]></title><link>https://www.local10.com/news/world/2026/09/17/un-backed-experts-cite-possible-us-war-crimes-in-iran-strikes/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/un-backed-experts-cite-possible-us-war-crimes-in-iran-strikes/</guid><dc:creator><![CDATA[By JAMEY KEATEN, Associated Press]]></dc:creator><description><![CDATA[GENEVA (AP) — Experts commissioned by the U.N.’s top human rights body say they have found “reasonable grounds” to believe the United States committed war crimes in two strikes in Iran, including on a school in the southern city of Minab. They also accuse Iran’s theocratic government of carrying out crimes against humanity against its own people in a report published Thursday.]]></description><pubDate>Thu, 17 Sep 2026 19:05:59 +0000</pubDate><content:encoded><![CDATA[<p>GENEVA (AP) — Experts commissioned by the U.N.’s top human rights body say they have found “reasonable grounds” to believe the United States committed war crimes in two strikes in Iran, including on a school in the southern city of Minab. They also accuse Iran’s theocratic government of carrying out crimes against humanity against its own people in a report published Thursday.</p><p>The report, while not binding, adds to international evidence gathered about crimes in the war in Iran, and could eventually be used in efforts to reach justice in international courts.</p><p>The fact-finding mission on Iran, chaired by jurist Sara Hossain of Bangladesh, is made up of independent experts and was created in 2022 by the Human Rights Council, the U.N.’s top human rights body, which is based in Geneva.</p><p>The experts were expected to present their findings on Monday to the council, which is made up of 47 U.N. member countries.</p><p>The White House issued a scathing statement in response, with spokeswoman Anna Kelly saying the human rights body has “accomplished nothing for human rights while spouting unserious nonsense for decades.”</p><p>“The only party in this conflict that has committed war crimes is the Iranian regime, which has murdered thousands of its own people, killed Americans overseas, executed acts of terrorism in the Strait of Hormuz, and launched indiscriminate attacks against its neighbors in the region,” Kelly said Thursday.</p><p>The team says the US launched ‘indiscriminate’ attacks</p><p>The international fact-finding mission says its findings on U.S. war crimes center on a pair of U.S. airstrikes that killed at least 178 civilians, including women and children.</p><p>At the start of the U.S.-Israeli war against Iran in February, at least one U.S. missile hit the Shajareh Tayyebeh school in Minab, according to an Associated Press investigation. There has been no final accounting of what happened.</p><p>Iranian state media have said 168 people were killed in the strike, most of them children.</p><p>“Following the United States and Israeli attacks on 28 February, the mission found reasonable grounds to believe the United States committed the war crime of launching indiscriminate attacks resulting in the loss of life or injury to civilians or damage to civilian objects,” a U.N. statement about the team's findings said.</p><p>The U.S. State Department did not immediately respond to a request from The Associated Press seeking comment.</p><p>In their report, the experts concluded that “the building of the school was the intended point of impact” and the resulting damage wasn’t the result of an errant strike or collateral damage from an attack on a compound of Iran’s Revolutionary Guard next to the school.</p><p>The Trump administration has yet to directly accept responsibility or release the findings of a Pentagon investigation into the school bombing.</p><p>The U.N.-backed team based its allegations on two strikes — one involving Tomahawk missiles that hit the “clearly identifiable” school, and another in which Precision Strike Missiles dispersed tungsten pellets over a “clearly identifiable sports complex and residential area” in the southern city of Lamerd, also on Feb. 28.</p><p>The U.N.-backed team said 22 civilian men and women were killed. U.S. Central Command has denied responsibility for the strike on Lamerd.</p><p>Experts cite ‘crimes against humanity’ by Iran's government</p><p>The team found that killings by state security forces in Iran have occurred on a “staggering scale,” and civilians faced “gross human rights violations and crimes against humanity committed by their own government.”</p><p>Iranian security forces carried out “violent repression” over the last two years by firing assault rifles into crowds, beating protesters and arresting healthcare workers, among other things, the team said. Detainees faced torture, and were deprived of legal counsel, leaving their families “in the dark” about their whereabouts, the experts said.</p><p>The Tehran government intensified the use of the death penalty, and said more than 70 people – including five women and three boys – remain at “imminent risk of execution,” they added.</p><p>“The report concluded that many of these gross violations amount to crimes against humanity — including murder, imprisonment, torture, and other inhumane acts committed as part of a widespread and systematic attack on civilians,” the statement said.</p><p>Both the US and Iran should provide reparations, they say</p><p>The experts said the United States and Iran should halt all rights violations and crimes, and provide “full reparations to victims.”</p><p>The report, built on a “victims-centered approach,” was based on interviews with 73 people both inside and outside Iran, along with documentation, satellite imagery, photographic and video material and information from “credible” organizations and experts, the experts wrote.</p><p>The ongoing conflict that has driven people from their homes in Iran as well as an internet shutdown and a lack of full cooperation from the two governments partially impeded the team's efforts to get information.</p><p>Nearly three dozen requests from the experts for information from Iran's government went unanswered, they said, as have requests in June to the U.S. government for information and meetings with officials.</p><p>—-</p><p>Associated Press writer Seung Min Kim contributed to this report from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2WVV2IDWTDE2UEO5MTTQDHYFM4.jpg?auth=20f28a4cdf44ba53e7fd983ce8c4e9494a5c676f58e3825e69c05f55f8663b65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man reacts to the camera while driving past a monument depicting the clenched fist of the late Iranian Supreme Leader Ayatollah Ali Khamenei, who was killed in the U.S. and Israel strike on Feb. 28, and a missile at the Islamic Revolution square in downtown Tehran, Iran, Tuesday, Sept. 15, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[Huawei unveils new chip technologies as Chinese firm steps up the AI race with Nvidia]]></title><link>https://www.local10.com/business/2026/09/17/huawei-unveils-new-chip-technologies-as-chinese-firm-steps-up-the-ai-race-with-nvidia/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/huawei-unveils-new-chip-technologies-as-chinese-firm-steps-up-the-ai-race-with-nvidia/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Chinese technology giant Huawei launched new chip technologies in a challenge to global leaders such as Nvidia that highlights the narrowing gap between China and the U.S. in artificial intelligence.]]></description><pubDate>Thu, 17 Sep 2026 08:21:04 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Chinese technology giant Huawei launched new chip technologies in a challenge to global leaders such as Nvidia that highlights the narrowing gap between China and the U.S. in artificial intelligence.</p><p>Huawei's announcement Thursday at its annual key conference in Shanghai came just days before an expected meeting between U.S. President Donald Trump and Chinese President Xi Jinping in Washington on Sept. 24.</p><p>China has rapidly pursued technological self-reliance, including in chips, as U.S.-led restrictions barred it from accessing some of the world’s most advanced AI chips and cutting-edge chipmaking machines.</p><p>Huawei introduced the Atlas 960 SuperPoD computing cluster at the event, a faster successor to the model it launched only months ago with improvements in AI training and “inference,” referring to the process when a trained AI makes predictions or decisions.</p><p>Huawei also plans to launch the Ascend 970 and 980 chip series in 2028 and 2029, with expectations of significant improvements in computing power.</p><p>“The timing — less than two weeks before President Xi Jinping’s visit to Washington — underscores Beijing’s confidence and ambition in technology and innovation,” said George Chen, a partner and chair of digital practice at The Asia Group consultancy.</p><p>Huawei’s announcement also came as Trump downplayed AI leaders’ call to slow development of the technology for safety purposes. Trump insisted the U.S. must maintain its lead over China, saying “whoever wins in AI, wins.”</p><p>“AI developments move so quickly that no one can be certain of holding the lead forever,” Chen said.</p><p>Advanced technologies in China such as the training of AI models still often rely on U.S. chips, including those from Nvidia, analysts say. But Huawei has made its own advanced chips and maintains a lead over Chinese chip developers, as AI companies in China increasingly embrace the use of domestic chips.</p><p>The Atlas 960 SuperPoD computing cluster raised eyebrows among some technology analysts by coming soon after the company rolled out the Atlas 950 SuperPod late last year.</p><p>“The fact that Huawei achieved this upgrade in just a year, far quicker than before, will only heighten U.S. anxiety about the accelerating AI competition,” Chen said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YCJQ5LMZYPKHNET7DZAGPSTMSQ.jpg?auth=03d23a113217143bbe833c3291fb8c1ee6e977df6ab3885040e9f2b9d4265462&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Visitors past by the Huawei booth display of the Atlas 950 SuperPoD during the World AI Conference in Shanghai, China on Friday, July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZVHGOOF7HHCFJBFWCOEHAPLWM.jpg?auth=72184eeb1867c7d6d61f42d240c1924dcfb070e1ba12af410ed3d45a2e962e8f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Visitors stand near the Huawei Atlas 950 SuperPod during the World AI Conference in Shanghai, Friday, July 17, 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[Buckingham Palace hits back at claims in a book by Princess Diana's brother]]></title><link>https://www.local10.com/news/world/2026/09/17/buckingham-palace-hits-back-at-claims-in-a-book-by-princess-dianas-brother/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/buckingham-palace-hits-back-at-claims-in-a-book-by-princess-dianas-brother/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Buckingham Palace has forcefully denied a claim by the brother of the late Princess Diana that King Charles III said she his ex-wife would soon be forgotten after her death.]]></description><pubDate>Thu, 17 Sep 2026 16:57:09 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Buckingham Palace has forcefully denied a claim by the brother of the late Princess Diana that King Charles III said she his ex-wife would soon be forgotten after her death.</p><p>In a new book, Charles Spencer recounts the traumatic days after Diana was killed in a car crash in Paris in 1997 at the age of 36. He alleges that he argued with his sister's former husband over palace plans for Prince William and Prince Harry, then aged 15 and 12, to walk behind her coffin during the funeral procession.</p><p>Spencer says he told the then-Prince Charles that Diana would not have wanted her boys to undergo the ordeal. He claims the prince told him: “Rest assured, we’ll forget her soon enough.” Spencer also accuses Charles of having “contempt” for his ex-wife and of sounding “elated” after her death.</p><p>The Daily Mail tabloid newspaper is publishing extracts from Spencer's book, titled “Swan Song: Diana, My Sister,” which is due to be published next week.</p><p>Buckingham Palace responded late Wednesday with an extremely strong statement by the measured standards of the royal household.</p><p>“While we do not comment on books as a matter of principle, His Majesty is mindful that the pain of fraternal grief can cloud reason, affect judgment and color memory in ways others do not recognize, even many years after such a loss,” it said.</p><p>Ingrid Seward, editor-in-chief of Majesty magazine, described the wording of the statement as “very strong.”</p><p>“I can’t think of another occasion … in the recent history of royal communications which has been as stark as this one,” she said. “It’s obviously been said with a great deal of feeling.”</p><p>Tensions between the palace and the Spencer family following her death have been much discussed and were dramatized in the film “The Queen” and the TV series “The Crown.”</p><p>Many felt the palace was slow to acknowledge the global outpouring of grief over her death, which forced the royals to recognize that Diana’s common touch had allowed her to connect with people in ways that eluded the rest of the royal family. The more emotionally literate approach of Prince William and Prince Harry — and, in recent years, the king — is a legacy of that time.</p><p>Prince Charles, then 32, married 20-year-old Lady Diana Spencer in a lavish ceremony at St. Paul’s Cathedral in 1981. The couple separated in 1992 and divorced in 1996.</p><p>Charles Spencer — the 9th Earl Spencer — has long clashed with the royals over their treatment of his sister.</p><p>In a searing eulogy at his older sister's funeral, Spencer vowed that her “blood family” would carry on her “imaginative and loving” legacy in raising her two sons. The speech was widely considered a swipe at the royal family.</p><p>“I feel that the Spencers and the royals are just never going to become friends again, as they were centuries ago,” said Seward. “They were very close, but I don’t think they’re going to become friends again in any hurry.”</p><p>George Gross, a royal historian at King’s College London, questioned why Spencer has chosen to “rehash” a painful period of family history in public.</p><p>“We’re dealing with somebody’s death,” he said. “It is very sad at the root of it, and I have to ask some questions as to why a brother at this point is going over all of that again in a book. I think the public know the answer to that.”</p><p>___</p><p>Associated Press journalist Mustakim Hasnath contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FKR3NZQVD6EWKQZ36N2HP3NQRM.jpg?auth=8662888ddeddbd32815432d3ee889c843190a31bfb1f1dc942cf8ca032338a1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - From left: Britain's Prince Philip, Prince William, Earl Spencer, Prince Harry and Prince Charles walk outside Westminster Abbey during the funeral procession for Diana, Princess of Wales, Sept. 6, 1997. (AP Photo/Jeff J. Mitchell, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff J. Mitchell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPOWZJOGCMCLUXEGNFI64U5TGU.jpg?auth=b238dbd6d7239c5c56bd38ed23bbb8c6d4c845402f1aa93870efb00de2c8c84d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Diana, Princess of Wales waves to the crowd as she leaves the Victor Chang Cardiac Research Institute in Sydney Australia, Friday, Nov. 1, 1996. (AP Photo/Rick Rycroft, File)]]></media:description><media:credit role="author" scheme="urn:ebu">RICK RYCROFT</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAM7ZGHO34A4ATIW773SX4OR54.jpg?auth=913af7fd1fd0edc20321d47b8f870b71a129b3a89b06b410c3292307c32291b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's King Charles III gestures at The King's Foundation's Harmony in Food and Farming Summit, at the Foundation's headquarters in Cumnock, Scotland, Wednesday, Sept. 16, 2026.(Jonathan Brady/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H6T54YRCBSOUOCRGH2NESXU4XA.jpg?auth=cb6b2b0eb8b685b7b359fef741fc31822aedeaebc0767bcb17e9e80754c04535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Britain's Prince William makes a speech at the Earthshot Prize Impact Assembly in London, June 23, 2026. (Jordan Pettitt/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jordan Pettitt</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VBCANLP4Y2MSU4QY7MTGNLVHFI.jpg?auth=c3e03ad412c60972e8aef20409fe270d1d0d73416ddb6de7551b8b781a821398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prince Harry, and Meghan, the Duke and Duchess of Sussex, arrive for an event, during a visit to Bondi Beach, Australia, April 17, 2026. (Jonathan Brady/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Brady</media:credit></media:content></item><item><title><![CDATA[Russian missile and drone attacks injure at least 19, including children, in Ukraine]]></title><link>https://www.local10.com/news/world/2026/09/17/russian-missile-and-drone-attacks-injure-at-least-19-including-children-in-ukraine/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/russian-missile-and-drone-attacks-injure-at-least-19-including-children-in-ukraine/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russian missiles and drones injured at least 19 people overnight in Ukraine's capital and the surrounding region, authorities said.]]></description><pubDate>Thu, 17 Sep 2026 15:47:39 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russian missiles and drones injured at least 19 people overnight in Ukraine's capital and the surrounding region, authorities said.</p><p>President Volodymyr Zelenskyy said on Thursday that Ukrainian forces had also carried out overnight strikes against targets in Russia, including an oil refinery in Yaroslavl and a military airfield in the Rostov region.</p><p>Kyiv’s military administration said the overnight attacks struck more than 10 locations in the capital, while 33 sites were damaged in the wider region. A 10-year-old girl and a 12-year-old boy were among the injured, the administration said in a statement on Telegram.</p><p>Zelenskyy may meet Trump on sidelines of UN General Assembly</p><p>Peace efforts to end Russia’s 4 1/2-year full-scale invasion have stalled, with the issue of territorial concessions in eastern Ukraine among the central sticking points. Successive rounds of U.S.-brokered talks have failed to produce a breakthrough. Ukraine is also seeking security guarantees from partners for a deal.</p><p>U.S. President Donald Trump claimed in a social media post on Monday that Russia and Ukraine had mutually agreed to cease attacking each other's energy facilities. Such strikes have led to significant supply issues in both countries.</p><p>In an interview with CBS News on Tuesday, Zelenskyy pushed back on Trump's claim, saying that while an energy truce was discussed during a recent meeting in Kyiv with Steve Witkoff and Jared Kushner, he would agree only if Russia ceases its attacks on Ukrainian energy sites.</p><p>Ukraine's Foreign Minister Andrii Sybiha said Kyiv is ready to agree to a truce covering attacks on energy infrastructure and the Black Sea. But speaking on Thursday at a joint press briefing with his Slovenian counterpart, Tone Kajzer, Sybiha said he has yet to see any indication that Moscow is prepared to do the same.</p><p>He welcomed U.S. efforts to broker such an agreement and said active U.S. involvement could make a truce possible. Sybiha also said Ukraine was preparing for a meeting between Zelenskyy and Trump on the sidelines of the U.N. General Assembly this month.</p><p>“I believe that achieving a truce could be one of the key outcomes of this meeting. It could be a truce covering both the energy sector and the Black Sea — specifically in that combination,” he said.</p><p>Drone near Ukraine’s border with Poland</p><p>A drone hit a petrol station near Ukraine’s border with Poland on Thursday, Polish Prime Minister Donald Tusk said at a press conference in Warsaw.</p><p>A spokesperson for the Polish military told TVN24 that Polish air defences were activated on Thursday after a jet-powered drone approached Polish airspace.</p><p>The drone exploded about 4 kilometres (2.5 miles) from the Polish border, the spokesman said.</p><p>On Sunday, two Russian drones struck near border crossings on the Polish-Ukrainian frontier. One of them hit a railway line shortly after a train carrying European dignitaries had passed through.</p><p>Russian drone kills captain of civilian vessel in Black Sea</p><p>A Russian drone struck a civilian vessel flying the flag of Tanzania in the Black Sea on Thursday, killing the ship’s captain and injuring three crew members, according to Oleh Kiper, the regional head in Odesa.</p><p>The vessel’s superstructure and deck were damaged in the morning attack, Kiper said on Telegram. He accused Russia of deliberately targeting Ukrainian ports and civilian merchant vessels.</p><p>Ukraine’s air force said it destroyed or suppressed 131 Russian aerial targets during the overnight attack in the Kyiv, Zaporizhzhia and Odesa regions. The attack involved ballistic and cruise missiles as well as drones and decoys.</p><p>In Odesa, seven people were injured, including two children, according to Ukraine’s State Emergency Service. Apartments on the 14th through 16th floors of a residential building were damaged. A private residential building in Odesa was also destroyed and others damaged.</p><p>Zelenskyy said Ukraine's operation against the Yaroslavl Oil Refinery was conducted jointly by the country's Security Service, special operations forces, military intelligence and the Foreign Intelligence Service.</p><p>He wrote on Telegram that the security service had also struck a military airfield in Rostov, damaging an An-12 aircraft, two An-26s and three helicopters.</p><p>Russia’s Defense Ministry said the military hit metallurgical and electronics plants, factories of the military-industrial complex and energy and transport facilities. It said that three bulk carriers and a ferry carrying supplies for the Ukrainian military were hit in the port of Chornomorsk.</p><p>The two sides exchange remains</p><p>On Thursday, Ukraine received the bodies of 252 soldiers as part of ongoing exchanges with Russia, the government agency handling prisoners of war said on Telegram.</p><p>Russia said the remains belong to Ukrainian citizens, including military personnel, the agency said, adding that they will be identified.</p><p>Ukrainian officials welcome sanctions vote</p><p>Ukrainian officials welcomed the vote in the U.S. House of Representatives on a package of sanctions targeting Russian officials and key sectors of the economy, saying the measures could increase pressure on Moscow and limit the resources available to finance its war effort.</p><p>The legislation was one of the last major initiatives championed by the late Republican Sen. Lindsey Graham.</p><p>“It is precisely Sen. Graham’s bill, along with other strong sanctions measures taken by our partners against the source of this war, Russia, that represents an extremely powerful tool that can stop this terrorist war and force Russia to seek peace,” Zelenskyy wrote on Telegram.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p><p>___</p><p>This version corrects the spelling of the first name of Sen. Lindsey Graham.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LAQD3EH3A2XX5KVOHFPK4BOHH4.jpg?auth=aa614750d1c530f2203a6a8ac021b29444fb07fe29624a46dff32e05e5754033&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man inspects damage to his apartment after a Russian missile exploded near his home in Kyiv, Ukraine, Thursday, Sept. 17, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6NO6FNNGRUSJKGUU67BNOGJFM.jpg?auth=60d3e0b862fbf3ac29a6a5f48296776d0b121056937a95e811947374b5382266&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, a residential building is seen on fire following a Russian air attack in Odesa, Ukraine, Thursday, Sept. 17, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SMPXIOTE25ETUT2U3Q4EHW5SOE.jpg?auth=0d082dc9f879d397168889ad7569d92e7eae9fb9472a17ca9ca81a47b97313ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman bandages a man after a Russian missile strike in Kyiv, Ukraine, Thursday, Sept. 17, 2026. (AP Photo/Dan Bashakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Dan Bashakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GNEFOVSHEYKNDNMDPPXLESTRIU.jpg?auth=bcd109db07a2150f7a9bd93b85b75787cfa799da4a949d6492775eaea0fe81c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Emergency Service, an emergency services personnel works to extinguish a fire following a Russian air attack in Odesa, Ukraine, Thursday, Sept. 17, 2026. (Ukrainian Emergency Service via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/SG6UHXOKBNOWQAYF3WZQFSJRNE.jpg?auth=44d535bcb286c5ae65faa47c73fb590366a9b8fb11e48de384918b21004b79b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A police officer inspects a commercial facility damaged in a Russian drone attack in Kharkiv, Ukraine, Thursday, Sept. 17, 2026. (AP Photo/Andrii Marienko)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrii Marienko</media:credit></media:content></item><item><title><![CDATA[Sandy Alcantara comes out of the bullpen on 1 day of rest and earns 1st career save for Marlins]]></title><link>https://www.local10.com/sports/2026/09/17/sandy-alcantara-comes-out-of-the-bullpen-on-1-day-of-rest-and-earns-1st-career-save-for-marlins/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/sandy-alcantara-comes-out-of-the-bullpen-on-1-day-of-rest-and-earns-1st-career-save-for-marlins/</guid><dc:creator><![CDATA[By JACK THOMPSON, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Miami Marlins ace Sandy Alcantara has pitched more than 200 innings this season. None of them came in a save situation — until Wednesday night.]]></description><pubDate>Thu, 17 Sep 2026 06:26:03 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Miami Marlins ace Sandy Alcantara has pitched more than 200 innings this season. None of them came in a save situation — until Wednesday night.</p><p>With the Marlins clinging to faint playoff hopes, Alcantara came out of the bullpen for the first time in nine years and closed out a 4-3 victory over the Arizona Diamondbacks.</p><p>Just two days after throwing 101 pitches in a no-decision at Arizona, the 31-year-old right-hander worked a scoreless ninth inning for his first major league save and said he felt “great.”</p><p>“If I’m here, I’m going to do everything I can to help the team win,” Alcantara explained.</p><p>After going five innings Monday in Miami's 8-7 loss, Alcantara told pitching coach Daniel Moskos he could help out Wednesday if needed.</p><p>“Daniel passed that along to me. (Alcantara) headed down (to the bullpen) in the sixth inning or so and I told him he had the ninth,” manager Clayton McCullough said.</p><p>Miami used eight pitchers Tuesday during an 11-inning victory, and the Marlins (76-77) are still fighting to stay in the pennant race. They trail San Diego by 7 1/2 games for the final National League wild card with nine to play.</p><p>“It speaks to Sandy in a lot of ways. This happened 10 days ago when he headed down there (between starts), but it didn't work out,” McCullough added. “It's as much a testament to him wanting to win, what it means to this group. You saw the excitement from the group."</p><p>Alcantara, who leads the majors with 206 innings pitched this season, got two deep flyouts before walking Lars Nootbaar. Pinch-runner Jordan Lawlar attempted to steal second but was thrown out by catcher Joe Mack to end it.</p><p>Alcantara has made 201 big league starts. His eight previous relief appearances all came as a rookie with the St. Louis Cardinals in 2017.</p><p>A two-time All-Star and the 2022 NL Cy Young Award winner, Alcantara is 13-10 with a 3.84 ERA in 32 starts and now one relief outing this season.</p><p>McCullough said Alcantara will start Sunday in San Diego as scheduled. But the pitcher said he's ready if needed before then.</p><p>“This is my first one," Alcantara said. "Hopefully they keep giving me the opportunity.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DGPE74HF6R7EDLCYQCENNNWGWY.jpg?auth=7f0104639e279c702429b1d28b97cfc24b9e65982940cdc363c1f7d273ba5056&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins pitcher Sandy Alcantara, left, celebrates a win against the Arizona Diamondbacks with Marlins manager Clayton McCullough after a baseball game, Wednesday, Sept. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHVDJJLETMVD5RXEISCE6P5KCI.jpg?auth=e526d1da1f092361010f5b4bd05332de2076eb8cbe153f6d40abf7561785a301&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins shortstop Otto Lopez, left, celebrates after tagging out Arizona Diamondbacks' Jordan Lawlar during the ninth inning of a baseball game, Wednesday, Sept. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YWG5MGG5WJ55A3KJL77XKFKAIM.jpg?auth=9f4b4c54f9d26da164c27b6f37f93acf3d67cdcf852c8d56aa1e20780ce6f436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins' Jakob Marsee, right, celebrates a win against the Arizona Diamondbacks with Marlins' Griffin Conine (18) after a baseball game, Wednesday, Sept. 16, 2026, in Phoenix. (AP Photo/Ross D. Franklin)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3PO5GZD6QO66ZVCWH7MY77XKIQ.jpg?auth=49af18cce04bf17489027bda905bda556414a683834757b8bbb733bd31eacc20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins pitcher Sandy Alcantara throws against the Arizona Diamondbacks in the first inning of a baseball game, Monday, Sept 14, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5TTVXD3ZES7CJCBL6UPIOY4YEI.jpg?auth=2ad83a6278836facd7ce120ea24a7b577de357ef876f3053ec63c6e7e2214497&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Marlins starting pitcher Sandy Alcantara throws during the first inning of a baseball game against the Kansas City Royals, Thursday, Sept. 3, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[US stocks rise after oil prices fall and pressure from the bond market eases]]></title><link>https://www.local10.com/business/2026/09/17/us-stocks-rise-after-oil-prices-fall-and-pressure-from-the-bond-market-eases/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/us-stocks-rise-after-oil-prices-fall-and-pressure-from-the-bond-market-eases/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks are rising Thursday and recovering most of their losses for the week.]]></description><pubDate>Thu, 17 Sep 2026 19:08:23 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks are rising Thursday and recovering most of their losses for the week.</p><p>Falling oil prices and easing pressure from the bond market helped Wall Street reverse many of its moves from the prior day, when the Federal Reserve hiked its main interest rate for the first time in years and suggested more may be ahead as it tries to get the nation’s high inflation under control.</p><p>The S&P 500 climbed 1.1% and was potentially heading for its best day in six weeks. The Dow Jones Industrial Average was up 346 points, or 0.7%, with an hour remaining in trading, and the Nasdaq composite was 1.6% higher.</p><p>Stocks got a boost after the price for a barrel of Brent crude oil slid 1% to settle at $104.82. That’s down from the nearly $110 it reached earlier in the week on worries that the war with Iran will keep oil bottled up in the Middle East instead of going to customers worldwide.</p><p>Brent is of course still much more expensive than the $72 per barrel that it cost earlier this summer, but Thursday’s drop helped pull yields lower in the bond market and removed some pressure on stocks. The yield on the 10-year Treasury fell to 4.94% from 5.01% late Wednesday.</p><p>Higher yields make it more expensive for everyone to borrow money, from the U.S. government to people looking to buy houses to businesses wanting to build data centers. That in turn slows the economy.</p><p>The Fed on Wednesday raised the short-term interest rate that it controls, the federal funds rate, by a quarter of a percentage point for its first hike in more than three years. Officials also indicated at least one more increase may be coming this year and that the Fed may then keep the federal funds rate high through next year.</p><p>The signals sent Wall Street on a roller coaster. Stocks initially held onto their gains from earlier in the day after the Fed made its announcement Wednesday. They then slid sharply before recovering a chunk of the losses before trading ended for the day.</p><p>On the upside for markets, the shift to higher interest rates built confidence that the Fed is committed to getting inflation back to its target of 2%. Questions had begun to bubble in the summer about whether it would feel pressure from President Donald Trump, who is calling for lower interest rates. And the short-term cost of pain for the economy could be worth it if it gets inflation under control following years of staying too high.</p><p>On the downside for markets, higher rates undercut prices for stocks and other investments. When investors are earning more in interest from bonds, which are considered safer investments, they’re less willing to pay high prices for other investments. That’s beyond the effect higher rates have on slowing the economy in hopes of removing fuel for inflation.</p><p>Some reports on Thursday signaled the U.S. economy may be strong enough to withstand higher interest rates. One said fewer U.S. workers applied for unemployment benefits last week. Another said that manufacturing growth in the mid-Atlantic region was stronger than economists expected.</p><p>Fed Chairman Kevin Warsh said Wednesday that a strengthening economy is one of the reasons Fed officials moved to raise interest rates after keeping them on hold earlier this year.</p><p>He also cited “geopolitics,” along with the threat that increases in prices it’s causing could filter out and push up inflation elsewhere. That’s likely a nod to the war with Iran and its effect on oil prices.</p><p>On Wall Street, stocks in the artificial-intelligence industry continued to rebound following their worldwide slide on Monday. Nvidia climbed 2.6%, and Advanced Micro Devices rose 6.3%.</p><p>That was even though OpenAI disclosed six more reports of “unexpected or concerning” behavior in AI models. Leaders of the AI industry over the weekend called for a slowdown in development to address safety issues for humanity</p><p>Stocks of several homebuilders also rose, even though a report showed the industry broke ground on fewer new homes last month than economists expected. The housing industry has been one of the hardest hit by the climb for the 10-year Treasury’s yield, which topped 5% this week for the first time since 2023 and has sent mortgage rates higher.</p><p>Thursday’s ease in yields helped D.R. Horton rise 1.5%, while PulteGroup added 0.8%. Rival Lennar erased an early loss and rose 1.1% after reporting weaker profit and revenue for the latest quarter than analysts expected.</p><p>In stock markets abroad, indexes rose across much of Europe following a weaker finish in Asia.</p><p>London’s FTSE 100 climbed 1.2% after the Bank of England decided to keep its interest rates on hold.</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/FUZRSQV4KW3PKN5I7GEPS3W2GA.jpg?auth=c0264a473036b8e5ef4f1edfc65feb4189dd0acaf19d9649629ca57bde317542&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Traders work on the floor at the New York Stock Exchange in New York, Wednesday, Sept. 16, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[El cambio climático hizo más probable el mortal colapso de glaciar y rocas en Nepal, según análisis]]></title><link>https://www.local10.com/espanol/2026/09/17/el-cambio-climatico-hizo-mas-probable-el-mortal-colapso-de-glaciar-y-rocas-en-nepal-segun-analisis/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/09/17/el-cambio-climatico-hizo-mas-probable-el-mortal-colapso-de-glaciar-y-rocas-en-nepal-segun-analisis/</guid><dc:creator><![CDATA[Por SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BANGALORE, India (AP) — El calentamiento global provocado por el ser humano adelgazó los glaciares y descongeló el permafrost de montaña, lo que probablemente ayudó a desestabilizar la ladera del Himalaya que colapsó el mes pasado y provocó inundaciones catastróficas en todo Nepal, según un informe publicado el jueves.]]></description><pubDate>Thu, 17 Sep 2026 05:16:36 +0000</pubDate><content:encoded><![CDATA[<p>BANGALORE, India (AP) — El calentamiento global provocado por el ser humano adelgazó los glaciares y descongeló el permafrost de montaña, lo que probablemente ayudó a desestabilizar la ladera del Himalaya que colapsó el mes pasado y provocó inundaciones catastróficas en todo Nepal, según un informe publicado el jueves.</p><p>El reporte de World Weather Attribution advirtió que el cambio climático no fue la única causa del desastre del 26 de agosto. Su análisis determinó que un gran terremoto en Nepal en 2015 pudo haber debilitado la roca años antes del colapso.</p><p>“Este desastre no fue un fenómeno meteorológico extremo, pero las huellas del cambio climático siguen siendo claras en los cambios a largo plazo”, indicó en un comunicado de prensa Ben Clarke, investigador climático del Imperial College London que trabajó en el análisis.</p><p>Más de 1.300 personas murieron y más de 5.000 siguen desaparecidas después de que una enorme sección de roca y el glaciar que la cubría colapsaran cerca de la frontera de Nepal con China. El torrente resultante de agua, hielo, rocas y sedimentos arrasó comunidades a lo largo del corredor del río Trishuli y causó daños por miles de millones de dólares.</p><p>Científicos del clima señalaron que, en todo el Himalaya, el aumento de las temperaturas está haciendo que los glaciares retrocedan y está descongelando el suelo permanentemente helado que ayuda a mantener unida la roca montañosa fracturada. Eso significa que el cambio climático puede alterar no solo peligros meteorológicos como el calor y las lluvias intensas, sino también la estabilidad de las propias montañas, lo que amenaza a comunidades concentradas en estrechos valles fluviales situados más abajo.</p><p>El análisis no determinó si el colapso habría ocurrido sin el cambio climático, causado principalmente por la liberación de gases de efecto invernadero cuando se queman combustibles como el petróleo, el gas y el carbón. Sin embargo, los investigadores concluyeron que el calentamiento intensificó varios procesos que, durante décadas, hicieron que la ladera fuera menos estable.</p><p>El calentamiento global debilita las laderas de alta montaña</p><p>El informe concluyó que uno de los cambios más claros vinculados directamente al cambio climático fue el aumento de la altitud del umbral de congelación.</p><p>El informe indicó que el calentamiento ha elevado la altitud a la que el suelo permanece congelado de forma constante en aproximadamente 100 metros (328 pies) por década. Esto expone la roca a altitudes cada vez mayores a periodos más largos por encima del punto de congelación, descongela el permafrost y provoca grietas dentro del hielo, lo que en última instancia debilita la pared rocosa bajo el hielo.</p><p>Jakob Steiner, geocientífico de la Universidad de Graz que ha trabajado en la región del Himalaya desde 2006 pero no es autor del informe del jueves, comentó que los instrumentos de monitoreo alrededor de los 5.000 metros (16.404 pies) muestran ahora que algunas rocas y suelos ya no permanecen congelados durante todo el año.</p><p>“Esto significa que el suelo que estuvo bajo el hielo durante cientos y miles de años ahora está quedando expuesto”, explicó.</p><p>El informe determinó que el retroceso de los glaciares fue otra fuerza desestabilizadora.</p><p>Los glaciares de la región han estado perdiendo masa durante décadas a un ritmo equivalente a más de medio metro (aproximadamente 1,6 pies) de adelgazamiento cada año, según el informe. El glaciar Langtang Lirung, ubicado en la región donde ocurrió el desastre el mes pasado, ha retrocedido cerca de medio kilómetro (0,3 millas) desde la década de 1990, dejando al descubierto roca que antes estaba cubierta por hielo.</p><p>La región del Himalaya contiene el mayor volumen de nieve y hielo fuera de las regiones polares. Más de 63.000 glaciares en el área alimentan al menos 10 grandes sistemas fluviales asiáticos y sostienen la seguridad alimentaria, hídrica y energética, así como los medios de vida, de miles de millones de personas. Sin embargo, diversos estudios han concluido que alrededor del 78% del área glaciar, ubicada entre 4.500 y 6.000 metros (14.763 a 19.685 pies) sobre el nivel del mar, está muy expuesta al calentamiento. Informes de las Naciones Unidas han determinado que, entre 2000 y 2019, los glaciares perdieron 267.000 millones de toneladas de hielo por año, una cifra aproximadamente equivalente a la masa de 46.500 Grandes Pirámides de Guiza.</p><p>A medida que los glaciares se reducen, pueden eliminar presión que ayudaba a sostener paredes rocosas adyacentes, además de producir agua adicional por deshielo.</p><p>Las semanas previas al colapso del 26 de agosto también fueron inusualmente cálidas. Este año se registraron las temperaturas más cálidas para los meses julio y agosto documentadas en la zona, según el análisis.</p><p>“Aparte de los posibles factores geológicos como los terremotos que están debilitando el lecho rocoso, todos estos otros factores se agravan por el cambio climático inducido por el ser humano”, afirmó Friederike Otto, científica del clima del Imperial College London y una de las autoras del informe.</p><p>El desastre expone los límites de la adaptación</p><p>El informe señaló que la catástrofe también demuestra cómo algunos riesgos relacionados con el clima en las montañas más altas del mundo pueden superar la protección que pueden ofrecer los sistemas de alerta temprana y otras medidas de adaptación.</p><p>Nepal ha desarrollado planes de reducción del riesgo de desastres y sistemas de alerta, pero los investigadores indicaron que el tamaño y la velocidad del colapso desbordaron esas defensas. A diferencia de una inundación causada por lluvias, que a veces puede pronosticarse con horas o días de anticipación, los fallos catastróficos de laderas en remotas montañas de gran altitud pueden ocurrir de forma repentina y siguen siendo extremadamente difíciles de predecir.</p><p>Otto, la científica del clima, sostuvo que el ecosistema de montaña y las sociedades son más vulnerables a los impactos climáticos que quienes viven en las llanuras. “Pequeños cambios en las temperaturas afectan la estabilidad del propio terreno”, dijo.</p><p>El informe indicó que un mejor monitoreo en alta montaña, la observación de la Tierra y los sistemas de alerta podrían reducir algunos riesgos. Pero los investigadores advirtieron que existen límites para la adaptación en los valles del Himalaya, donde los asentamientos, las carreteras, los proyectos hidroeléctricos y otra infraestructura se concentran a lo largo de los ríos.</p><p>Como los glaciares y el permafrost responden a los cambios de temperatura a lo largo de décadas, parte de la desestabilización de las montañas causada por el calentamiento ya se ha puesto en marcha, señaló el informe.</p><p>“Lo más importante para minimizar el riesgo en esta región es dejar rápidamente de usar combustibles fósiles que llevan a un aumento de las temperaturas globales", advirtió Otto. "Todos estos factores de los que hemos hablado —el deshielo del permafrost, el deshielo de los glaciares, etc.— solo empeorarán. Y eso significa que eventos como este se vuelven más frecuentes”.</p><p>___</p><p>Se puede seguir a Sibi Arasu en X en @sibi123. Contactarlo en sarasu@ap.org.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. 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>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TECJ4GSRZVBHW2BMPDFGV6V5H4.jpg?auth=618d782c581fabe121b8b8fb18c4f2e3e18009d91ace36bd7032b53aa9bb0936&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Casas envueltas en lodo tras una inundación repentina en el río Trishuli en la zona de Devighat del distrito de Nuwakot, Nepal, el 29 agosto de 2026. (AP Foto/Rajesh Kumar Singh, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content></item><item><title><![CDATA[Romanian border residents fear fallout as frequency of drone alerts rises]]></title><link>https://www.local10.com/news/world/2026/09/17/romanian-border-residents-fear-fallout-as-frequency-of-drone-alerts-rises/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/romanian-border-residents-fear-fallout-as-frequency-of-drone-alerts-rises/</guid><dc:creator><![CDATA[By STEPHEN McGRATH and NICOLAE DUMITRACHE, Associated Press]]></dc:creator><description><![CDATA[ISACCEA, Romania (AP) — The text alerts blare first, then the blasts arrive.]]></description><pubDate>Thu, 17 Sep 2026 05:15:42 +0000</pubDate><content:encoded><![CDATA[<p>ISACCEA, Romania (AP) — The text alerts blare first, then the blasts arrive.</p><p>For 48-year-old Robert Marian, who lives in Isaccea, a small Romanian border town in eastern Tulcea County along the Danube River with a crossing into Ukraine, the proximity of Russian drone strikes — just hundreds of meters across the river — has become a source of constant fear.</p><p>“There are alerts warning us that something is coming,” he told The Associated Press. “It happened two weeks ago, maybe three. I was asleep at midnight … One was quieter, but another was really loud. I got scared and ran out of the house.”</p><p>As Russia’s war in Ukraine grinds on, drone incursions into Romania’s airspace have increased significantly. The blasts just across the Danube are a reminder of how close war is to NATO territory — at a time many fear Russian President Vladimir Putin might want to test the alliance’s resolve.</p><p>A Ukrainian border crossing with Romania was “deliberately damaged ... as well as export infrastructure,” said Ukrainian President Volodymyr Zelenskyy on Sept. 1. Romanian customs announced the same day that activity at the Isaccea-Orlivka crossing had been temporarily suspended.</p><p>Alina Mihail, another Isaccea resident, says she feels sick when she hears the drone alerts and blasts ringing out across the border.</p><p>“I have so many nights where I don’t sleep anymore," she said. "I live in terror, me and my husband.”</p><p>Romania sees a threefold jump in airspace breaches</p><p>Data from Romania’s Ministry of National Defense indicate a threefold increase in drone incursions so far this year compared with the whole of 2025 — 27 compared with 9 — and more than double the number of drones and drone debris found on the NATO member's territory, at 37 compared with 16.</p><p>Already this year, there have been 73 attacks near the border on Ukrainian territory, and some 56 military aircraft have been scrambled to “monitor and manage the situation.” Last year, there were 28 attacks near the border and 21 aircraft were raised. In the first year of the war, there was only one attack near the border.</p><p>In May, a drone injured a mother and child after crashing into an apartment block in the eastern town of Galati along the Danube River. A drone that entered Romania from neighboring Moldova was tracked through several counties last week before it reentered Moldova and crashed in a sunflower field.</p><p>Moscow has denied sending combat drones to Romanian territory.</p><p>EU officials warn of Russian provocations</p><p>The growing menace of drones crossing into Romania’s skies, many of which officials have blamed on Russia, prompted the NATO member to shoot down four drones this year, the first time since the war next door started.</p><p>NATO countries across Europe have accused Moscow of being behind a string of “hybrid war” actions against their countries, including drone incursions, sabotage, an attempted attack at a German airport and a Danish helicopter that was fired on with flares in the Baltic Sea.</p><p>NATO Secretary-General Mark Rutte said on Sept. 2 that “Russia has grown increasingly reckless” as Moscow continues its war.</p><p>“We have seen more drones and missiles crossing into our airspace, along our eastern flank, creating increased risk,” he said. “The dangers Russia poses are clear."</p><p>Last week, Polish Prime Minister Donald Tusk also warned that he had received information from CIA Director Jim Ratcliffe indicating Europe should be prepared for intensified Russian provocations, including on the European Union’s eastern flank.</p><p>Minister says eastern flank is 'highly fluid'</p><p>Romanian Defense Minister Radu Miruta told The Associated Press that Russia is considered a “primary, significant threat” to the eastern flank and to Romania in both the National Defense Strategy and NATO assessments.</p><p>“We are engaged in discussions regarding the capabilities needed to counter this common threat — facing the same risks as Poland and the Baltic states — and we are coordinating to ensure these capabilities are distributed in a way that allows for interconnection," he said.</p><p>In the wake of Russia’s full-scale invasion of Ukraine in 2022, NATO bolstered its presence on Europe’s eastern flank by sending additional multinational battle groups to Romania, Hungary, Bulgaria and Slovakia.</p><p>But last year, the U.S. reduced troop deployments to Eastern Europe, including Romania, after Washington shifted its military posture, which officials denied was a sign of lessened commitment to NATO.</p><p>Miruta said there are over 1,000 U.S. troops in Romania, which he said is higher than it was after the U.S. troop rotation last year. "We have a solid relationship,” he said. "The security dynamics along the eastern flank are highly fluid.”</p><p>Short window to respond to incursions</p><p>Miruta said that discussions regarding NATO’s Article 5 — that an attack on any member can be met with a collective response — “can take various directions,” but said Romania currently has no information suggesting a ground invasion is imminent or likely.</p><p>“From this perspective, we can rest easy,” he said. He added that the ongoing threat posed to Romania is unique because of Russia’s frequent attacks on Ukraine’s Danube River ports, a short distance across the natural river border.</p><p>“Once the border is crossed, the distance involved is merely tens of meters, leaving very little reaction time,” he said. “In contrast, in the Nordic countries, targets are tens of kilometers away, providing a sufficiently comfortable window for various forms of intervention.”</p><p>Live fire across the border is visible and audible in some areas and has long put Romanian residents on edge.</p><p>“We see the drones coming, we see them heading toward those ports,” Miruta added. “Most stop there, bombarding port infrastructure, but we cannot know if any might cross over to the other side … If one does cross over, our communities … would be at risk.”</p><p>Romania ramps up defense spending</p><p>In response to the growing array of security threats, Romania and Poland acquired the MEROPS system, which fires short counter-drones to take down incoming stray drones. The defense ministry also announced last month that it had received its first 2.5 billion euros from the EU’s Security Action for Europe program, from the total amount of 16.6 billion allocated.</p><p>In June, the defense ministry also announced it had signed a $2 billion contract with an Israeli firm to acquire short and very-short-range air defense systems, “designed to protect against aerial threats, including drones and cruise missiles.”</p><p>Romanian President Nicusor Dan said at the Ankara summit that defense spending would reach up to 3.7% of GDP this year. He added that Romania joined NATO’s Drone Edge project, which aims to invest over $40 billion in “counter-drone capabilities” over the next five years.</p><p>Back in Isaccea, Mihail says she and her husband stay in the house when the text alerts warn of potential airspace breaches.</p><p>“We have no support, no one to help us," she said.</p><p>—</p><p>McGrath reported from Leamington Spa, England.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RBSSWJK3MSBUP2NEAMGKNFLSHI.jpg?auth=08b31ddde41cfdee817e567ab40752aeeff1929c9de4737c82add2ca5692283d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Staff Sergeant Alyssa Blom walks by flags at the Mihail Kogalniceanu Air Base, in Mihail Kogalniceanu, Romania, Thursday, Sept. 10, 2026. (AP Photo/Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVRQNTC2NDBEVTZTZ3FLM4SNFY.jpg?auth=9855415c770728c4aea4fac52dd217b2572accd358353721a948def168edb14d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A U.S. serviceman enters a restricted area at the Mihail Kogalniceanu Air Base, in Mihail Kogalniceanu, Romania, Thursday, Sept. 10, 2026. (AP Photo/Andreea Alexandru)]]></media:description><media:credit role="author" scheme="urn:ebu">Andreea Alexandru</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WRR6YH3EWZKAOD6BJ7MMMLWNWY.jpg?auth=90a3f8845f5c86fc5acf0330c9ed7679c01dcaf5609bc4c644d4c5e950ce71fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Romanian Defense Minister Radu Miruta speaks during an interview with the Associated Press in Bucharest, Romania, Wednesday, Sept. 9, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H5WOS4JB76ZBETXCPNS7SUJX5E.jpg?auth=7e0a3e811819a9d43ce9e851843fe5a9ae4abe8d3d70a0f4f7e25ba2e471700a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ferries operate at the Isaccea Danube River border crossing between Ukraine and Romania in Isaccea, Romania, Monday, Sept. 14, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HMKODHQUY4WL7UI2VGSMOIAF2U.jpg?auth=f839b6504a759a08678bd5f0f45d7c12ffda18cd8eeeb280afb6d9f414bb8f21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman walks by a traffic sign showing the way to a border crossing point in Isaccea, a town on the Romanian-Ukrainian border, Romania, Monday, Sept. 14, 2026. (AP Photo/Vadim Ghirda)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content></item><item><title><![CDATA[Baker Mayfield doesn't need extra motivation facing the Browns]]></title><link>https://www.local10.com/sports/2026/09/17/baker-mayfield-doesnt-need-extra-motivation-facing-the-browns/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/baker-mayfield-doesnt-need-extra-motivation-facing-the-browns/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[TAMPA, Fla. (AP) — Baker Mayfield doesn’t need extra motivation after a turnover-filled performance in Week 1.]]></description><pubDate>Thu, 17 Sep 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>TAMPA, Fla. (AP) — Baker Mayfield doesn’t need extra motivation after a turnover-filled performance in Week 1.</p><p>His former team provides it anyway.</p><p>Mayfield and the Tampa Bay Buccaneers will face the Cleveland Browns on Sunday in their home opener after starting the season with a 33-27 loss at Cincinnati.</p><p>“I think anytime – as I’ve mentioned to you guys, (when) there’s history between a franchise, a coaching staff, anybody – there’s always (that feeling of) you want to come out on the winning side of that no matter what,” Mayfield said Wednesday. “Obviously, it’s very different there staff-wise and everybody. Yeah, I spent four years there. I’m going into year four here. … I started my career there — (there were) a lot of ups and downs. But yeah, for me this week, (it’s about) doing the little things right, continuing to try and just place the ball where it needs to go, and then obviously making the corrections I need to in ball security.”</p><p>Mayfield lost three fumbles against the Bengals that led to 17 points, including one that was returned for a score.</p><p>He was drafted No. 1 overall by the Browns in 2018 and had an inconsistent tenure in Cleveland. He led the Browns to a playoff victory against Pittsburgh in 2020 but was traded after an injury-plagued 2022 season.</p><p>The Browns dealt Mayfield to Carolina after making a blockbuster trade for Deshaun Watson that has been a disaster for the organization. Watson could be starting his last game for the Browns this week if he plays poorly again.</p><p>Mayfield is the only quarterback to lead the Browns to a playoff win in the 2000s.</p><p>“I think, for me, it goes back to the faith, you know, looking up and knowing that, no matter what happens, if I control what I can control and (am) doing things the right way, obviously, I want to win,” Mayfield said. “As an ultra-competitor, that’s what you want to do at all times. So (it’s about) having trust in that, having faith in that and, yeah, taking it one day at a time.”</p><p>Browns first-year coach Todd Monken was Cleveland’s offensive coordinator in 2019 when Mayfield regressed after a promising rookie season. He threw 22 touchdowns passes and 21 interceptions in a 6-10 season.</p><p>Monken on Mayfield:</p><p>“Well, first off, he’s highly intelligent,” Monken said. “You could just get the beginning of a call out of your mouth and he’s already got it down. He wants the game plan early so he can look at it at home. He comes in the building prepared. On the field, he’s just highly, highly competitive and he holds himself to a high standard and he holds others to a high standard, which is everything you’re looking for in a player, I guess just in a human being in general.”</p><p>Mayfield already played against the Browns and lost in 2022 during a tumultuous season with the Panthers. He ended up being released that season, rebounded with Sean McVay and the Los Angeles Rams and joined the Buccaneers in 2023 after Tom Brady retired.</p><p>He’s become a franchise QB in Tampa Bay, making two Pro Bowls and leading the Bucs to a pair of NFC South titles. Last week, he got a $165 million, three-year contract extension.</p><p>“Yeah, I’m sure it still motivates him,” Browns cornerback Denzel Ward said about Mayfield’s time in Cleveland. “Baker’s a guy that feeds off of motivation, a lot of things, and I know he’s competitive and any game he’s going to want to come in and do his best, but I’m sure he’s definitely motivated for the game.”</p><p>___</p><p>AP freelancer Tom Withers contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ONQY4K5MTSMH4UXEGSE3H6HGEA.jpg?auth=f7d5d128076a7a7c30fe1a09cfe3f96c5bf87e9fec5603c5f6ae01479772297a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield (6) leaves the field after a 33-27 loss to the Cincinnati Bengals in an NFL football game Sunday, Sept. 13, 2026, in Cincinnati. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KOZWHVIAZ5LDL2H6AGOH6H4RVY.jpg?auth=a696c79406f0366f508020d30830731cfba891990e60a7fee9fa907cfb98d3a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tampa Bay Buccaneers quarterback Baker Mayfield (6) fumbles as he is hit in the first half of an NFL football game against the Cincinnati Bengals Sunday, Sept. 13, 2026, in Cincinnati. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[WNBA returns after a 3-week World Cup break, with 4 games left and seeding at stake]]></title><link>https://www.local10.com/sports/2026/09/17/wnba-returns-after-a-3-week-world-cup-break-with-4-games-left-and-seeding-at-stake/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/17/wnba-returns-after-a-3-week-world-cup-break-with-4-games-left-and-seeding-at-stake/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The WNBA is set to resume it season Thursday after a nearly three-week break for the women's FIBA World Cup.]]></description><pubDate>Thu, 17 Sep 2026 10:00:07 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The WNBA is set to resume it season Thursday after a nearly three-week break for the women's FIBA World Cup.</p><p>It will be a sprint to the finish with each team having four games left. While the playoffs teams are set, their positioning is still up from grabs.</p><p>With over 50 players competing in the World Cup teams were left without many of their stars as they prepared for the final seven days of the regular season.</p><p>“I think we have to understand we can’t use these next four games as an opportunity for excuses,” Liberty guard Sabrina Ionescu said. “Obviously, we had the most players gone and it’s not easy when most of your team is gone competing. They’re tired, they’re fatigued, they’ve been traveling, but every team is dealing with it.”</p><p>Here's a look at a few key spots that will be decided over the next week:</p><p>Race for No. 1 seed</p><p>The Minnesota Lynx are close to locking up the top spot, but they headed into the World Cup break with two consecutive losses, including one against second-place Golden State. The Valkyries have won four games in a row and cut their deficit to two games. However, the Lynx have the season tiebreaker, so Minnesota's magic number is two to clinch homecourt throughout the playoffs.</p><p>Lynx star Napheesa Collier loved the chance to play in the World Cup as it gave her more opportunities to get back to 100% after missing the first half of the season while recovering from ankle surgeries.</p><p>“I think this was great that I got to play during this time because, I didn’t need the three weeks off, right? Like my body’s not tired like everyone else is for the season,” she said. “I get to keep making (my ankles) stronger. Keep getting that game experience. Now I go back to the W for a playoff run. Making sure that I’m just hitting my peak at the right time as well.”</p><p>The battle for homecourt advantage</p><p>Las Vegas, Atlanta and Indiana all are vying to get homecourt in the opening round. The Aces, who are one game in front of the Dream and Fever, are in a good spot to get the No. 3 seed with two games against Seattle, one against Los Angeles and a contest against Phoenix left. Those are three of the bottom teams in the standings.</p><p>The Dream own the tiebreaker over the second tiebreaker over the Fever with a better record against opponents that had an over .500 record. Indiana has a tough schedule in front of it with a game at Toronto followed by Washington and two against Minnesota. The Dream play Connecticut and Chicago before closing with a pair of games against New York.</p><p>Jockeying for position at bottom of playoff picture</p><p>New York, Washington and Dallas round out the playoff field with all three teams tied at 24-16. The Liberty might be the most dangerous of the group to pull off a first-round upset. New York is only two years removed from winning the franchise's first WNBA title and the nucleus is back with Breanna Stewart, Sabrina Ionescu and Jonquel Jones.</p><p>The Liberty though had seven of their players competing in the World Cup, so how quickly they reacclimate to their teammates could determine where they finish in the standings. Washington has shown it can play with the best in the league led by Shakira Austin, Sonia Citron and Kiki Iriafen. Both Washington and Dallas have easier schedules than New York, which has to play Minnesota and Atlanta twice in its final four games.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X6M3EHMJHFJPRIA2YTJXGXKU44.jpg?auth=bf36b782264480eccda20e1ca6bdc60ff77a6444cbbacebe3c6f4195897bed5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Liberty guard Sabrina Ionescu (20) dribbles toward the basket during the first half of a WNBA basketball game against the Indiana Fever, Saturday, Aug. 22, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JPQ7HX4RB6MJFR7GFCVZQP6PXA.jpg?auth=2a745743d9f0903847031354df1ad53a899d8723454cc920ecf6be0163ae4906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Aces center A'ja Wilson (22) celebrates after a play against the Toronto Tempo during the second half of a WNBA basketball game Friday, Aug. 28, 2026, in Las Vegas. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content></item><item><title><![CDATA[France hosts Lebanon security talks to discuss post-UN mission plans]]></title><link>https://www.local10.com/news/world/2026/09/17/leaders-from-lebanon-france-and-jordan-to-discuss-struggling-lebanese-military/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/leaders-from-lebanon-france-and-jordan-to-discuss-struggling-lebanese-military/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — The heads of state of Lebanon, France and Jordan met on Thursday as part of an effort to drum up support for the struggling Lebanese military.]]></description><pubDate>Thu, 17 Sep 2026 11:39:50 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — The heads of state of Lebanon, France and Jordan met on Thursday as part of an effort to drum up support for the struggling Lebanese military.</p><p>Ahead of the talks in Paris, a statement from the office of Lebanese President Joseph Aoun said the three leaders would discuss the situation in southern Lebanon and plans for an international presence there after the mandate of the U.N. peacekeeping force, known as UNIFIL expires at the end of the year.</p><p>A donor conference for Lebanon's cash-strapped army was initially set to take place in February, led by France, Saudi Arabia and the United States. However, it was postponed following the eruption of the Iran war and the latest round of the Israel-Hezbollah war.</p><p>A new date for the conference was not immediately announced following Thursday's meeting between French President Emmanuel Macron, Jordan's King Abdullah II and Aoun.</p><p>Lebanon's army now finds itself caught between the Israeli military — now occupying much of southern Lebanon — and the militant group Hezbollah, which has refused calls to give up its weapons.</p><p>In June, the Lebanese and Israeli governments announced a framework agreement under which Israel would withdraw gradually from southern Lebanon and the Lebanese army would assume control, while Hezbollah would be disarmed. Implementation of the deal has stalled.</p><p>Hezbollah was severely weakened in the last war that ended in November 2024, and Lebanon subsequently elected Aoun and Prime Minister Nawaf Salam, who committed to disarming Hezbollah and other non-state armed groups in the country.</p><p>Lebanon has been criticized by Israel and the United States for not taking direct military action to force the militant group to disarm.</p><p>Lebanese officials are wary of a confrontation between the army and Hezbollah, fearing it could spiral into a civil war. The government has also insisted it needs a larger and better-equipped military to deploy across Lebanon and win over Hezbollah’s supporters who question the army’s ability to protect them.</p><p>The small Mediterranean country’s military is underfunded and underequipped, for years relying heavily on international donors, notably the United States, United Kingdom, France and Italy.</p><p>Saudi Arabia had initially earmarked $3 billion in 2013 to support the Lebanese army with French weapons. But Saudi Arabia decided to halt the aid in 2016 as Hezbollah grew in power politically and the Lebanese government's ties with the kingdom deteriorated.</p><p>Many soldiers have left the military or worked second jobs since the country’s fiscal crisis in late 2019, which affected state institutions that once provided decent salaries and benefits, and locked the savings of millions in the banks. The military has struggled to adequately pay salaries as inflation soars and state budgets shrink.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PMWBQG27DAMVJSY7EJIPOMP6SY.jpg?auth=76ca131547dbc159d70d8e088344f5b9cc335ee8e3fe8c74dc362b48de215d59&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, center, Jordan's King Abdullah II, left, and Lebanese President Joseph Aoun pose before a meeting at the Hotel des Invalides in Paris, Thursday Sept. 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QB734S4IROPKE5XQG6UQ3GW5HA.jpg?auth=d9ab55b0bcb21e9ab64825773a3a2e6eeedc0c75d827e65ac7621346b3da5eff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, right, welcomes Jordan's King Abdullah II, left, and Lebanese President Joseph Aoun before a meeting at the Hotel des Invalides in Paris, Thursday Sept. 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HCJLDS4QITV6ZH5XZ55PEP2EEI.jpg?auth=04a145d10f126af3279b800b10f76e4840bde0a830e7bfd517fc2bbfd0950406&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, center, Jordan's King Abdullah II, left, and Lebanese President Joseph Aoun pose before a meeting at the Hotel des Invalides in Paris, Thursday Sept. 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QNYUYWLRYUZZL3A4OIBM5TNI64.jpg?auth=1e62817b261495d23e99f7c10c8619acfdbe93381a490beb4e17217a42cc6e11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, left, welcomes Jordan's King Abdullah II before a meeting at the Hotel des Invalides in Paris, Thursday Sept. 17, 2026. (AP Photo/Thibault Camus)]]></media:description><media:credit role="author" scheme="urn:ebu">Thibault Camus</media:credit></media:content></item><item><title><![CDATA[Bank of England holds rates but appears ready to hike soon]]></title><link>https://www.local10.com/business/2026/09/17/bank-of-england-holds-rates-but-appears-ready-to-hike-soon/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/bank-of-england-holds-rates-but-appears-ready-to-hike-soon/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The Bank of England kept interest rates on hold Thursday while indicating that it could raise them soon in order to dampen inflationary pressures emanating from the fallout of the Iran war.]]></description><pubDate>Thu, 17 Sep 2026 11:41:57 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The Bank of England kept interest rates on hold Thursday while indicating that it could raise them soon in order to dampen inflationary pressures emanating from the fallout of the Iran war.</p><p>The decision was widely anticipated, with six members of the Monetary Policy Committee voting to keep rates unchanged, while three backed a quarter-point increase to 4%.</p><p>Though borrowing rates were kept on hold, financial markets think it's more likely than not that the bank will back an increase at one of the next two policy meetings, either in November or December.</p><p>“So far higher global energy costs have had a limited effect on price and wage setting in the U.K.,” said Bank Governor Andrew Bailey. “But the longer this volatility persists, the bigger the impact it will have on inflation, and the more likely it is we will need to raise Bank Rate to ensure that inflation falls back to our 2% target.”</p><p>Like other central banks, the inflation outlook will be key. Some have already decided to start raising borrowing costs again, including the U.S. Federal Reserve on Wednesday.</p><p>The minutes accompanying the Bank of England's decision showed that inflation is now expected to rise to around 4% in the first quarter of next year from the current 3.1% as households face another increase in their domestic energy bills. That would take inflation further above the bank's target rate of 2%.</p><p>Interest rates in the U.K. had been trending downward from a 15-year high of 5.25% until the U.S. and Israel attacked Iran in late February. The Iran war led to sharp increases in oil and gas prices, partly because the crucial Strait of Hormuz has been largely closed to traffic ever since.</p><p>The Bank of England's rate-setters meet on Nov. 5 and many economists believe that will be a natural moment for a change of course as they will be armed with the latest quarterly economic forecasts and Bailey will be subsequently holding a press briefing.</p><p>“So it is a natural starting point for a hiking cycle,” said Felix Feather, economist at asset management firm Aberdeen.</p><p>As well as impacting the cost of personal loans and mortgages, the uptick in interest rate expectations is a growing problem for the British government as the servicing of its debt accounts for a higher proportion of its spending.</p><p>Before the next meeting, the government will unveil its annual budget, which could have an impact on the inflation outlook and hence interest rate expectations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WD77UV57ZF3QPPU7RMNZT7D4B4.jpg?auth=1dd3b0277986b7824f9df3edf1ba9cce75fc4739c532e157a999864220444a5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -Pedestrians walk past the Bank of England in London, April 30, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item><item><title><![CDATA[Carney embraces EU associate membership proposal as Trump pushes Canada closer to Europe]]></title><link>https://www.local10.com/business/2026/09/17/carney-embraces-eu-associate-membership-proposal-as-trump-pushes-canada-closer-to-europe/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/carney-embraces-eu-associate-membership-proposal-as-trump-pushes-canada-closer-to-europe/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[STRASBOURG, France (AP) — Canadian Prime Minister Mark Carney on Thursday embraced the prospect of his country becoming the European Union’s first associate member, saying closer ties with the continent would ensure no country could control Canada’s markets or undermine its sovereignty.]]></description><pubDate>Thu, 17 Sep 2026 12:54:31 +0000</pubDate><content:encoded><![CDATA[<p>STRASBOURG, France (AP) — Canadian Prime Minister Mark Carney on Thursday embraced the prospect of his country becoming the European Union’s first associate member, saying closer ties with the continent would ensure no country could control Canada’s markets or undermine its sovereignty.</p><p>Carney’s speech to the European Parliament repeatedly extolled cooperation between Europe and Canada — but the relationship with the U.S., which has defined Canada’s economy for decades and has increasingly soured, hung over the address.</p><p>Trump’s tariffs, demands for economic concessions, and repeated talk of making Canada the 51st state have pushed Ottawa to reduce its dependence on its neighbor and seek a far deeper economic, security and political relationship with Europe.</p><p>Carney told the parliament that he welcomed European Commission President Ursula von der Leyen’s proposal, unveiled Wednesday, though he acknowledged that “associate membership” remains to be defined.</p><p>He outlined what he was proposing: deeper integration across trade, defense, critical minerals, artificial intelligence, energy, space, research and financial services to make both sides less vulnerable to economic and geopolitical pressure. He later told reporters he was not pursuing full membership of the EU.</p><p>“We do not seek power to dominate others," he said. “On the contrary, we are pursuing resilience so that no one can control our open markets, impair our sovereignty, threaten our territorial integrity, or undermine our freedoms, our democracies, our rule of law.”</p><p>The prime minister received an ebullient welcome when he walked into the chamber in Strasbourg, France — with many lawmakers approaching him to shake his hand and ask for selfies — and a standing ovation after he spoke. One parliamentarian had donned a Canadian hockey jersey.</p><p>Europe offers Canada another path</p><p>On Wednesday, von der Leyen proposed making Canada the EU’s first associate member — a status that does not currently exist in the bloc’s treaties and would have to be created. She said Europe wants to take its relationship with Canada to “the highest level possible.”</p><p>Carney, sitting in the front row of the chamber, nodded and rose to embrace von der Leyen as lawmakers gave the proposal a standing ovation.</p><p>Von der Leyen said Canada and the EU should move beyond their existing free trade agreement and create an “Alliance for the Future” encompassing a “common prosperity and economic security space.”</p><p>Carney will host EU leaders for a summit in Montreal on Oct. 29-30, when the two sides are expected to discuss the proposed new relationship in more detail.</p><p>Canada sends roughly 70% of its exports to the United States, making it highly exposed to Trump’s tariffs. Ottawa has retaliated and rejected demands that Carney says threaten Canadian sovereignty.</p><p>Europe took a different path, shelving retaliation and accepting tariffs of up to 15% on most EU exports to the U.S.</p><p>Trump pushed back on the EU proposal</p><p>Trump suggested the proposed EU arrangement could be a “hostile act” and threatened heavy tariffs on Europe if he judged its intentions to be unfriendly — raising the stakes ahead of Carney's speech.</p><p>Asked about Trump’s comments, Carney said Canadians were united in rejecting outside attempts to dictate the country’s choices.</p><p>“Canadians are united that nobody is going to tell us what language we speak. No one is going to dictate our culture or with whom we can strike agreements internationally,” Carney said.</p><p>Carney has rallied ‘middle powers’</p><p>Carney has repeatedly urged what he calls middle powers to resist economic coercion. At the World Economic Forum in Davos in January, he warned that when countries negotiate alone with a dominant power, “we negotiate from weakness. We accept what is offered.”</p><p>Trump rebuked him the next day.</p><p>Jonathan Wilkinson, Canada’s ambassador-designate to the EU, said Ottawa wants “to get as close as we possibly can” to Europe while increasing Canada’s independence.</p><p>While associate membership remains to be negotiated, Canada has already taken a major step. This year it became the first non-European country to join the EU’s 150-billion-euro ($173-billion) SAFE defense procurement program, giving Canadian companies access to joint procurement as Europe increases defense spending.</p><p>The two sides have also discussed closer cooperation on energy, critical minerals, artificial intelligence and digital trade.</p><p>Carney said any enhanced partnership with the EU would be debated in Canada’s Parliament and put to a final vote.</p><p>“The policies and rhetoric of the Trump administration are clearly pushing both Canada and the EU to imagine a world without strong U.S. leadership and to act accordingly,” said Daniel Béland, a political science professor at McGill University in Montreal.</p><p>Nelson Wiseman, a professor emeritus at the University of Toronto, said Europeans have long regarded Canada as a country that understands the United States particularly well because of their deep economic and political ties. Carney’s willingness to resist Trump rather than quickly accept Washington’s demands has reinforced that perception, he said.</p><p>“Carney’s shrewdness in dealing with Trump has captured Europe’s attention,” Wiseman said.</p><p>___</p><p>Associated Press writer Lorne Cook contributed from Brussels.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CI2VH4WVW3FKXBD6S5UVTJBPLE.jpg?auth=438a26d8b2e026ab9a3e2dbff4b1a18afc05e0dd7c2299fdfb2e50e21492b2bb&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 delivers a speech during a formal sitting at the European Parliament in Strasbourg, eastern France, Thursday, Sept 17, 2026. (AP Photo/Pascal Bastien)]]></media:description><media:credit role="author" scheme="urn:ebu">Pascal Bastien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HERGR55SNOA23GUBEFUZSVKQAY.jpg?auth=3f8b9a5c3c6a4296a1ac06c2dbc4e01d90d0d09354a4ed6305403b1452bd7ec4&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, left, arrives to deliver a speech at the European Parliament in Strasbourg, eastern France, Thursday, Sept 17, 2026. (AP Photo/Pascal Bastien)]]></media:description><media:credit role="author" scheme="urn:ebu">Pascal Bastien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4XEX5QW6MJVXZUL5TNPLM7M5FI.jpg?auth=cc1e60938c6d163ae1b98d65a4fd78f544615a2d985422bbb2b3f8ae411d9603&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 delivers a speech during a formal sitting at the European Parliament in Strasbourg, eastern France, Thursday, Sept 17, 2026. (AP Photo/Pascal Bastien)]]></media:description><media:credit role="author" scheme="urn:ebu">Pascal Bastien</media:credit></media:content></item><item><title><![CDATA[Artists, promoters and venues have their own kind of power on troubled tours like Ed Sheeran's]]></title><link>https://www.local10.com/business/2026/09/17/artists-promoters-and-venues-have-their-own-kind-of-power-on-troubled-tours-like-ed-sheerans/</link><guid isPermaLink="true">https://www.local10.com/business/2026/09/17/artists-promoters-and-venues-have-their-own-kind-of-power-on-troubled-tours-like-ed-sheerans/</guid><dc:creator><![CDATA[By ANDREW DALTON and GARY GERARD HAMILTON, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Concert promoters wield great power. Venue owners can too but they rarely choose to. And artists capable of filling stadiums like Ed Sheeran usually have approval over everything that happens under their name.]]></description><pubDate>Thu, 17 Sep 2026 08:10:29 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Concert promoters wield great power. Venue owners can too but they rarely choose to. And artists capable of filling stadiums like Ed Sheeran usually have approval over everything that happens under their name.</p><p>That's the consensus view of music business players who talked to The Associated Press about how mammoth tours like Sheeran's generally work.</p><p>The singer's ongoing Loop Tour is mired in chaos after four supporting acts quit in solidarity with rapper Macklemore, who was dropped for making pro-Palestinian comments onstage at New Jersey’s MetLife Stadium.</p><p>Sheeran said on Instagram that the decision was made by the promoter, and he had no power over it. The promoter said it had no choice because venues wouldn't allow Macklemore to perform.</p><p>Robert Kraft, the billionaire owner of the New England Patriots and Gillette Stadium, which is among the remaining tour stops, said in a statement that the decision to drop Macklemore was a result of his recent comments “and a broader history of antisemitic rhetoric and imagery.”</p><p>The promoter and the artist share power</p><p>The promoter is the primary business actor on a tour. At high levels, it's a company like Messina Touring Group, the promoter of Sheeran's tour.</p><p>“The promoter puts up the money, pays all of the acts, deals with the venue. They provide the stake, sell the tickets, and the artists come on and play,” said Ray Waddell, chief content director for media and conferences for the Oak View Group, an entertainment and venue management company whose properties include the concert trade publication Pollstar.</p><p>Sheeran said in his Instagram post that despite his attempts “to build a bridge” all week, “the venue’s and promoter’s decision was final.”</p><p>But do promoters generally have the ultimate say for who is on the bill?</p><p>“If you’re paying for everything, yes you can make that call,” Waddell said, “but almost without exception the promoter wants to do what the artists want.”</p><p>Dean Sheldon Serwin, an entertainment lawyer who works in the music industry, said that broadly speaking, “at the end of the day that superstar headliner is going to have approval over everything.”</p><p>And the artist's power derives from their ability to fill arenas and stadiums.</p><p>“The way to make money in the music industry for real is butts in seats, always has been, always will be,” Serwin said. “How many tickets can you sell and how consistently can you sell those tickets?”</p><p>But while it may be minimal with acts on the level of Sheeran or Ariana Grande, there is still a transactional relationship.</p><p>“When you want to play at the venues you want to play at, there’s a give and take,” Serwin said.</p><p>Lil Gary, a music artists manager who in the past worked in tour management for acts including the Rolling Stones and the Eagles, said touring musicians and their representatives would want say over “a great many things especially when it comes to creative control, but when it gets down to the minutiae, not very much.”</p><p>But she said on some nonmusical issues they’ll take a great interest.</p><p>“Artists of a certain stature, they would absolutely dictate how security works,” she said as an example.</p><p>She said it’s definitely very rare in her experience for supporting artists to have any effect on how the tour went or its fate.</p><p>“The opening acts that were on Rolling Stones tours, for the most part they were happy to be there,” Gary said. “They just suited up, showed up and did the job.”</p><p>Neither Gary nor Waddell nor Serwin are involved in the Sheeran tour.</p><p>The stadium owners' role is usually silent</p><p>Venues and their owners like Kraft are usually hands-off players, but they have say if they make the rare choice of wielding it.</p><p>“Certainly they can lock the doors,” Waddell said. “They usually hand the keys to the promoter. The promoter comes in and does the show whether it’s a club or a stadium, but that doesn’t mean they vacate all power and influence.”</p><p>Waddell said venue operators, like promoters, are usually savvy and can anticipate what an artist is likely to do or say based on past performances.</p><p>“I don’t see why it surprised anybody given the history of the artist involved,” he said. “That being said, I don’t know that Robert Kraft was up on his Macklemore.”</p><p>“But,” Waddell said, “he got wind of it and he didn’t like it and it’s his stadium.”</p><p>What if they have to cancel?</p><p>Concert tour cancellations are common but are usually based on things like artists’ health. And ideally, there’s immediate rescheduling with the very same tickets honored.</p><p>“That can’t always happen, but it is the best,” Gary said.</p><p>There is no strong evidence that Sheeran's entire tour is going to be scrapped over the opening act issue.</p><p>But if it did, multiple insurance companies would likely be involved in salvaging the aftermath.</p><p>The biggest artists generally have their own insurers, and the promoter has its own, to take care of refunding fans and paying people who are contractually owed.</p><p>“They would go to their respective carriers and sort out their respective losses,” Gary said.</p><p>The circumstances could easily lead to blame and broken business relationships, but Waddell said “they work it out because everybody wants to work together again in the future.”</p><p>“Ed Sheeran’s young. He’s got a lot of tours ahead of him and these tours make a lot of money,” he said. “It’s a business and it’s not going away. Everybody’s going to be doing this next year and 10 years after that, God willing.”</p><p>___</p><p>Hamilton reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FQQ775TZGZK5MHDM3JN6D44VTY.jpg?auth=8d29ea8d58d2a4e1d448b375b06072e1069536b743abd40e41f4bc51a87d7805&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Singer-songwriter Ed Sheeran performs during "Ed Sheeran's Play: Live from New York" presented by TikTok at Domino Square in the Brooklyn borough of New York, Sept. 13, 2025. (Photo by Andy Kropa/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andy Kropa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CPEI5DHO4FR6DQTTGRIKNUZ4ZY.jpg?auth=b58b7f4ff7d9786d9115a9e94be2b50b5b6eb1a8496bbb7a8abe3a36c2a03bd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Macklemore performs at Austin City Limits Live during the South by Southwest Music Festival in Austin, Texas on March 17, 2023. (Photo by Jack Plunkett/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jack Plunkett</media:credit></media:content></item><item><title><![CDATA[Russia's wartime parliamentary election is set to secure the Kremlin's power]]></title><link>https://www.local10.com/news/world/2026/09/17/russias-wartime-parliamentary-election-is-set-to-secure-the-kremlins-power/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/09/17/russias-wartime-parliamentary-election-is-set-to-secure-the-kremlins-power/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[It's a challenging time for Russia to hold a parliamentary election, even one whose outcome is all but assured.]]></description><pubDate>Thu, 17 Sep 2026 11:54:06 +0000</pubDate><content:encoded><![CDATA[<p>It's a challenging time for Russia to hold a parliamentary election, even one whose outcome is all but assured.</p><p>The economic and political climate has been seriously affected by 4½ years of full-fledged war with Ukraine. Swarms of enemy drones have inflicted massive damage on Russian oil refineries and logistical facilities. The public, which no longer sees the fighting as something distant, is increasingly nervous.</p><p>United Russia, the main Kremlin party, is poised to keep its overwhelming grip on the State Duma alongside a few other parties aligned with President Vladimir Putin. Still, authorities have tightened control over the first wartime balloting for the lower chamber of parliament since the 2022 full-scale invasion.</p><p>The Kremlin stifled even the slightest signs of dissent before three days of voting that begin Friday. The only party that dared to criticize the war was unceremoniously removed from the ballot, and a few anti-war politicians have been imprisoned or forced to flee abroad.</p><p>For the first time, the election includes residents of four Ukrainian regions that Moscow illegally annexed after the invasion. Ukraine has called the vote illegal.</p><p>With the result predetermined and Putin’s political dominance under no immediate threat, analysts say the Kremlin sees the election as a key effort to mobilize public support for the war and legitimize its action.</p><p>“Your choice and resolve will once again demonstrate that millions of people stand behind our fighters, that we are a united people, bound by shared values, historical memory, and love for the Motherland,” Putin said in an address before the vote.</p><p>Economic damage mounts from summer attacks</p><p>A summer marked by Ukraine's long-range drone strikes brought the war home for millions of Russians.</p><p>The attacks exacerbated problems for the economy, which has plunged into stagnation after an initial boost from massive military spending. The government raised taxes and increased domestic borrowing to keep the growing budget deficit under control.</p><p>Strikes on Russian oil refineries sparked a severe fuel crisis that peaked in June, eased for a few weeks and then returned in August.</p><p>Adding to the pain was a series of attacks on warehouses of online retailers Wildberries and Ozon. Hundreds of thousands of individual sellers lost their merchandise, sending a shock wave through the economy.</p><p>All this dampened the public mood. Polls recorded a dip in Putin’s approval ratings, even though they remained high, with the independent Levada Center showing it at 76% in August, down from 87% in September 2025.</p><p>Even some senior members of Russia’s elite openly expressed discontent.</p><p>Andrei Klepach, chief economist of the state VEB.RF bank, warned of possible internal turmoil.</p><p>“We won’t win the competition in this war of attrition,” he said at a seminar. “Our costs are mounting. I’m almost sure that we will come to face a social crisis.”</p><p>Klepach was dismissed the day after his comments were published.</p><p>Putin doesn’t budge on his war goals</p><p>Putin acknowledged the attacks inflicted significant damage but insisted the economy can weather it. He said Ukraine had opened a “Pandora's box,” inviting massive retaliation.</p><p>Russia intensified attacks on Kyiv and other cities with missiles and new jet-powered drones, exploiting Ukraine’s shortage of defensive interceptors. Moscow also dramatically stepped up its barrage on Black Sea ports, disrupting Ukrainian exports of grain and other agricultural products, a key source of revenue.</p><p>Amid the escalation, fears mounted that the Kremlin was mulling a massive mobilization.</p><p>A partial mobilization of 300,000 reservists in 2022 prompted hundreds of thousands of Russians to flee abroad, undermining domestic stability. Since then, the Kremlin has relied on volunteers to fight, offering comparatively high wages and other benefits. Military experts warned, however, that the flow of volunteers has ebbed while massive losses have continued.</p><p>Ukrainian President Volodymyr Zelenskyy repeatedly claims the Kremlin is considering a postelection mobilization, which Putin dismissed as “nonsense.”</p><p>At a Sept. 5 Kremlin meeting with U.S. envoys Steve Witkoff and Jared Kushner and a subsequent call with President Donald Trump, Putin said Russia holds the upper hand on the battlefield, signaling he will keep his maximalist demands for striking a peace deal.</p><p>Anti-war forces silenced</p><p>In July, the Central Election Commission cleared 11 parties for the parliamentary ballot, including Yabloko, the only one to openly criticize the war.</p><p>Weeks later, however, the country’s Supreme Court removed Yabloko from the ballot. It was acting on an appeal from the nationalist Motherland party that called liberal Yabloko’s anti-war stance akin to seeking the violation of Russia’s territorial integrity.</p><p>Kremlin-watchers described the move as an apparent sign of infighting between elements of the government who wanted a semblance of competition to increase voter turnout, and those who feared Yabloko's presence could bring open criticism of the war and political instability.</p><p>“The risks that the campaign would turn into a struggle for and against peace — that is, a dispute about the war — were quite high, and this clearly was not part of the plan,” said Tatyana Stanovaya of the Carnegie Russia Eurasia Center.</p><p>Maxim Kruglov, a deputy chairman of Yabloko and former member of Moscow's city council, was convicted in June of spreading false information about the military and sentenced to seven years in prison.</p><p>Last month, a court in the Pskov region convicted Yabloko member Lev Shlosberg of speaking out against the war and sentenced him to over 11 years.</p><p>Half of the Duma's 450 seats are filled by approved parties and the other half by the winners of races in single-constituency races. Yabloko was banished from the party list voting.</p><p>Then, authorities methodically barred individual Yabloko members from running in most of its single-constituency races for the Duma and regional legislatures.</p><p>Liberal politician and war critic Boris Nadezhdin, who tried to challenge Putin in the 2024 presidential election, left Russia last month, fearing imprisonment after he was designated as a “foreign agent” and barred from seeking office.</p><p>The main Kremlin party is poised to retain dominance</p><p>United Russia, which controls over two-thirds of the Duma's seats, is set to maintain its dominance of the lower house despite public fatigue with the war and the worsening economy. Some Russian reports indicate the Kremlin has slightly lowered its target for United Russia but expects it to retain full control of parliament.</p><p>“United Russia may be allowed to slip a little … to bring its actual sort of declared results more in line with probably its real results,” said analyst Mark Galeotti, who heads the Mayak Intelligence consultancy, adding that the Kremlin will ensure it “is still absolutely dominant within the Duma.”</p><p>One aim of the elections is showing they are “legitimating rituals to give the impression that mass consensus is behind the Kremlin,” he said.</p><p>Other members of the “systemic opposition” — the Communist Party, the Liberal-Democratic Party and A Just Russia Party, which all follow Putin’s course and strongly support the war — are expected to retain their parliamentary presence.</p><p>While Ukraine's attacks have fueled broad anxiety, they also could bring a demand for a tougher response against Kyiv, “as long as they don't have to be involved in it,” Galeotti said in a podcast.</p><p>Chris Weafer, CEO of the Macro-Advisory Ltd., said that while Ukraine's attacks have affected public morale, there's no immediate threat to the Kremlin’s political domination.</p><p>“There has been a ‘rally around the flag’ anyway since the start of conflict and the opinion polls consistently show the very high level of support,” he said.</p><p>While the results are predetermined, “the public narrative and particularly the turnout” is what's important to the Kremlin to claim broad public support for its action, Weafer added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEK2ZLNWRO4E24BS3F2T46MKX4.jpg?auth=6b0b1cec66b3bb0ea3b0e1414d5bf24b558d2dbaaff7ff03a89a7a6502954aae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian President Vladimir Putin attends a wreath-laying ceremony at the Tomb of the Unknown Soldier by the Kremlin wall in Moscow on Monday, June 22, 2026, marking the 85th anniversary of the invasion of the Soviet Union by Nazi Germany in World War II. (AP Photo/Alexander Zemlianichenko, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W3K3XZBBGRBLVCOJA6YRDVQQCM.jpg?auth=11366103a72b1c89244e06cb7b15bba8d410482a35fd62156a0e6574fc584b11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian President Vladimir Putin, foreground left, meets with United Russia party leaders, from left, Moscow Mayor Sergei Sobyanin; Putin; Foreign Minister Sergey Lavrov, background second right, Presidential Commissioner for Children's Rights Maria Lvova-Belova, center; war correspondent and Hero of Russia Yevgeny Poddubny, second right; and Chief of the Yunarmiya main headquarters Vladislav Golovin, in Moscow, on Saturday, Sept. 5, 2026. (Gavriil Grigorov/Sputnik, Kremlin Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gavriil Grigorov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/O5CQ5VVXBLGIW3VKRAHMOM6TKA.jpg?auth=6a9dbba1897471cbd30b115063a22cabb97a5fdac7f6891ad0a80603bb55bbec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A plume of black smoke is seen over St. Petersburg, Russia, Wednesday, June 3, 2026, after a Ukrainian drone attack. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VUNIX2FD65YPTJVYDROOARHDBA.jpg?auth=4aa1628d72107c3bb2289e855081838049d0f366a05753a6d16cbb5aabcd4ba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Russian Communist Party leader Gennady Zyuganov, center, speaks to journalists after laying flowers at the mausoleum of USSR founder Vladimir Lenin in Red Square, in Moscow, marking the 156th anniversary of his birth on Wednesday, April 22, 2026. (AP Photo/Pavel Bednyakov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FODWFYFMDES3W4IJUJCZ5WZ7C4.jpg?auth=ee54fa792313bf287e9f9665bbe6b530b135c7eb9c8f77a654fb119132b8dc2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Yabloko party leader Nikolai Rybakov stands at a hearing to bar his party from the parliamentary election at Russia's Supreme Court in Moscow, Monday, Aug. 10, 2026. (AP Photo/Pavel Bednyakov, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[Alabama set to execute man for pawnshop killings months after his nitrogen gas execution blocked]]></title><link>https://www.local10.com/news/national/2026/09/17/alabama-set-to-execute-man-for-pawnshop-killings-months-after-his-nitrogen-gas-execution-blocked/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/alabama-set-to-execute-man-for-pawnshop-killings-months-after-his-nitrogen-gas-execution-blocked/</guid><dc:creator><![CDATA[By KIM CHANDLER, Associated Press]]></dc:creator><description><![CDATA[MONTGOMERY, Ala. (AP) — Alabama is set to execute a man Thursday night via lethal injection, three months after a judge's ruling blocked the state from putting him to death with nitrogen gas.]]></description><pubDate>Thu, 17 Sep 2026 17:38:03 +0000</pubDate><content:encoded><![CDATA[<p>MONTGOMERY, Ala. (AP) — Alabama is set to execute a man Thursday night via lethal injection, three months after a judge's ruling blocked the state from putting him to death with nitrogen gas.</p><p>Jeffery Lee, 49, is scheduled to receive an injection beginning at 6 p.m. at south Alabama's William C. Holman Correctional Facility for killing two people during a 1998 pawnshop robbery in rural Dallas County.</p><p>The state initially sought to execute Lee on June 11 using gas. But after a judge stopped that plan, the Alabama attorney general’s office immediately filed paperwork seeking the new execution date for Lee, this time by the chemical injection method.</p><p>Lee and his supporters have made a final bid to spare him, noting the jury in his case had made a recommendation of life imprisonment, which the judge overrode. His attorneys also argued in court that the state should not be legally allowed to switch execution methods. The U.S. Supreme Court on Thursday denied the request to stay the execution.</p><p>Twenty-six inmates have been executed around the U.S. to date this year, including a Texas man given a lethal injection for his conviction in a triple murder at his neighbor’s home. Elsewhere, a judge blocked plans Wednesday by the state of Georgia to execute a man who killed two real estate agents.</p><p>Two killed in 1998 pawnshop robbery</p><p>The double murder occurred on Dec. 12, 1998, at Jimmy’s Pawn Shop in Orrville, a small town west of Selma. Jimmy Ellis, the store's owner, and Elaine Thompson, a store employee, were shot and killed. Another employee survived by playing dead.</p><p>The surviving witness testified that Lee entered the store, asked to see wedding rings and said he would be back after getting money from his grandmother. Lee returned a short time later with a sawed-off shotgun and shot Ellis, Thompson and the other employee. The surviving witness fell to the floor, pretending to be dead, and called 911 once Lee left the store.</p><p>Ellis, a singer whose voice resembled Elvis Presley's, had gained a national following for a time as an Elvis impersonator. He performed as the masked singer “Orion” and was the subject of a 2015 documentary.</p><p>Lee was convicted in 2000 of capital murder and attempted murder.</p><p>Jury voted 7-5 for life in prison</p><p>Lee is one of about two dozen people on Alabama’s death row who were sentenced to death despite jury recommendations they receive life sentences.</p><p>The jury that convicted Lee of capital murder voted 7-5 to recommend a sentence of life without parole, but the trial judge overrode them and sentenced him to death.</p><p>In 2017, Alabama abolished judicial override and stopped allowing judges to change juries’ sentencing decision in capital cases. But the law was not retroactive, leaving Lee and others on death row.</p><p>Supporters have urged the governor to reduce Lee's sentence to what the jury wanted. They held a rally Tuesday outside the Alabama Capitol under the banner, “HONOR THE JURY.”</p><p>A spokeswoman for Gov. Kay Ivey said Thursday that the governor has no plans at this time to grant clemency. Gina Maiola, a spokeswoman for Ivey, said the 2017 law signed by Ivey was clear it would not be retroactive.</p><p>“It preserved all existing death sentences, ensuring promises are kept to victims’ loved ones,” Maiola said.</p><p>Supreme Court turns back stay request</p><p>The U.S. Supreme Court on Thursday denied Lee's request to stay the execution to consider if the state could make the switch to lethal injection. Justices turned back the request without comment. The ruling came about six hours before the scheduled lethal injection.</p><p>Lee filed a lawsuit in 2016 challenging the state’s lethal injection protocol. After Alabama authorized nitrogen as an execution method, Lee selected it as his preferred method. He agreed to dismiss the lethal injection lawsuit in 2018 because the state agreed that “if he is to be executed, defendants will carry out that execution by nitrogen hypoxia.”</p><p>Lee's lawyers argued the state is bound by the terms of that agreement to not use lethal injection. They said the state could revise its nitrogen protocol to make it constitutional or use a firing squad.</p><p>“I feel like they owe me their word because they came into agreement in 2018 that wouldn’t do what they are trying to do now,” Lee said in audio clips released by his team.</p><p>The state attorney general’s office asked the high court to let the execution proceed, arguing that nothing precludes the switch to lethal injection.</p><p>“An unpunished murder is an intrinsic and ongoing harm to those interests and to the rule of law. Nearly twenty-eight years is decades too long,” lawyers with the attorney general’s office wrote.</p><p>For decades, lethal injection was the generally preferred U.S. execution method until problems procuring and administering the drugs led states including Alabama to consider alternatives.</p><p>Lethal injection remains Alabama's primary execution method. But in 2024, the state began carrying out some executions using nitrogen gas, which involves replacing breathable air with gas through a respirator mask, causing death from lack of oxygen. Nitrogen has now been used in seven executions in Alabama and one in Louisiana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3ZG5MURWIMYPVXPERHJPEJGAHY.jpg?auth=3cda9b75c05d078b1d6ed3be8c07112d29721a229f825aa7e1c3156b070e0b44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This undated photo provided by the Alabama Department of Corrections on June 11, 2026, shows Jeffery Lee. (Alabama Department of Corrections via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Former Syrian official convicted of torture under Assad faces sentencing in the US]]></title><link>https://www.local10.com/news/national/2026/09/17/former-syrian-official-convicted-of-torture-under-assad-faces-sentencing-in-the-us/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/former-syrian-official-convicted-of-torture-under-assad-faces-sentencing-in-the-us/</guid><dc:creator><![CDATA[By CHRISTOPHER WEBER and SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A former Syrian military official convicted of torturing prisoners during the rule of former President Bashar Assad's regime is facing a possible decades-long prison sentence in the U.S.]]></description><pubDate>Thu, 17 Sep 2026 18:07:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A former Syrian military official convicted of torturing prisoners during the rule of former President Bashar Assad's regime is facing a possible decades-long prison sentence in the U.S.</p><p>A federal judge in Los Angeles is scheduled to sentence Samir Ousman Alsheikh on Thursday. A jury found him guilty in March of one count of conspiracy to commit torture and three counts of torture while in charge of Syria's infamous Adra Prison from roughly 2005 to 2008.</p><p>Human rights groups and United Nations officials have accused the Syrian government of widespread abuses in its detention facilities, including torture and arbitrary detention of thousands of people, in many cases without informing their families.</p><p>Prosecutors say Alsheikh, seeking to quash political dissent, sent certain prisoners to a wing of Adra where they were held in small isolation cells and tortured.</p><p>At the two-week trial, three victims recounted beatings while suspended from pipes on the ceiling and the use of a device that folded their bodies in half at the waist. One person testified that Alsheikh stomped on the device with his foot, according to the U.S. Department of Justice.</p><p>“Defendant knew that what he was doing was wrong,” DOJ prosecutors said in a sentencing memo filed this month. “Nonetheless he ordered and participated in the torture of his victims because he had the power to do so and because he thought he would never be held accountable.”</p><p>The memo included statements from several victims, one of whom, Nidal Shikhani, said he can “still hear the screams of others begging for mercy, repeating, ‘Leave me, leave me.’”</p><p>The prosecutors asked U.S. District Judge Hernan D. Vera for a minimum sentence of 80 years. Alsheikh's attorneys, Nina Marino and Collin Cate, have called for a five-year sentence, noting that he is 74 years old and has “significant medical and cognitive conditions.”</p><p>They also said he was willing to be deported to Syria, where a new government has sought to hold Assad-era security officials accountable.</p><p>“Whatever moral weight this case carries in the broader arc of history — however much the world, or the victims, or the public might wish the sentence to ‘send a message’ — that desire cannot be the foundation of a just sentence,” Marino and Cate wrote in their Sept. 3 memo.</p><p>Alsheikh came to the U.S. in 2020 and applied for citizenship, but prosecutors say he concealed his involvement in torture. Federal authorities detained him at Los Angeles International Airport in July 2024.</p><p>Jurors also convicted him in March of lying to U.S. immigration authorities and fraudulently obtaining a green card and attempting to naturalize as a U.S. citizen.</p><p>Assad was ousted in a lightning rebel offensive in December 2024, bringing a 14-year civil war to an end, but the country has continued to suffer from sporadic outbreaks of violence.</p><p>In March 2025, armed groups aligned with Assad ambushed the new government’s security forces on Syria’s coast. A government counteroffensive then spiraled into sectarian revenge attacks and the massacre of hundreds of civilians from the Alawite religious minority, to which Assad belongs.</p><p>On Thursday, three people were sentenced in the Syrian city of Aleppo in connection with the violence. Two members of the pro-Assad groups were sentenced to death and life in prison, while a member of the security forces who took part in the revenge attacks was convicted of murder and sentenced to 20 years in prison.</p><p>___</p><p>Thanawala reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZE4BHDD7XTJDR46TWLK6GSWNI.jpg?auth=98cfac5e95c1084d4dc21a1ccb6c584df0a041003c200bda35c60950ff2c8ad5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The exterior of the federal courthouse is seen March 27, 2024, in Los Angeles. (AP Photo/Eric Thayer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Thayer</media:credit></media:content></item><item><title><![CDATA[A global AI safety strategy depends on US-China cooperation. They each see the other as the problem]]></title><link>https://www.local10.com/tech/2026/09/17/a-global-ai-safety-strategy-depends-on-us-china-cooperation-they-each-see-the-other-as-the-problem/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/17/a-global-ai-safety-strategy-depends-on-us-china-cooperation-they-each-see-the-other-as-the-problem/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — As concern rises over the risks of artificial intelligence, hopes for any kind of global approach depend on cooperation between the U.S. and China — superpowers that seem only to be more skeptical of each other's AI strategy.]]></description><pubDate>Thu, 17 Sep 2026 14:17:31 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — As concern rises over the risks of artificial intelligence, hopes for any kind of global approach depend on cooperation between the U.S. and China — superpowers that seem only to be more skeptical of each other's AI strategy.</p><p>AI governance is expected to be on the agenda in a meeting planned for next week in Washington between President Donald Trump and Chinese leader Xi Jinping. The topic has gained urgency in both countries, with American tech leaders saying that averting worst-case scenarios for rogue AI depends on a degree of cooperation with China.</p><p>But both countries are vying for a decisive advantage on AI, with Trump warning that any efforts to regulate the technology would help China. That sets up a meeting in which any agreements might be superficial but a possible start to something larger.</p><p>“A formal agreement or consensus may be near impossible, but they do not need to go that far,” said Samm Sacks, a senior fellow at the Johns Hopkins School of Advanced International Studies’ Institute for America, China, and the Future of Global Affairs. “Trump and Xi just need to create political space by acknowledging AI poses risks to both countries.”</p><p>China and the US are increasingly at odds on AI</p><p>Trump has pushed back on calls to strengthen regulation of the technology, claiming that doing so could cause China to eclipse America on AI. He has repeatedly declared that the nation that leads on the technology “wins.”</p><p>“We are leading China, and all others,” Trump said Monday on social media.</p><p>The two countries are moving the technology forward in different ways. U.S. companies are chasing AI frontiers with computing power supported by cutting-edge chips and the country's rapidly expanding data center infrastructure. China is pursuing wide global adoption of its open-source, more affordable models.</p><p>Chinese AI models have made major advances and gained traction with American companies even as U.S.-led restrictions bar China from getting the world’s most advanced AI chips. While most American frontier models are closed-source, with their design elements kept secret, U.S. Treasury Secretary Scott Bessent said Tuesday the U.S. needs to develop more open-source models to counter China.</p><p>The U.S. has accused China of “aggressive, malicious” efforts to extract capabilities from American AI systems. China has hit back, accusing the U.S. of trying to suppress Chinese companies so it can build a “monopoly of the AI industry.”</p><p>David Sacks, a top AI adviser to Trump, said that China has “already rejected” slowing down the pace of developing the most advanced forms of AI. He said on Fox News' “The Ingraham Angle” that unlike the nuclear tensions with the Soviet Union during the Cold War it would be impossible to verify whether China honored any AI commitments.</p><p>“In this case, we don’t have trust and we can’t verify,” Sacks said. “So let’s not be foolish about this and just hand the whole ball game to China.”</p><p>Still, those with ties to the Chinese government see coordination on AI as helpful.</p><p>At an annual security and defense conference in Beijing, Cui Tiankai, a former Chinese ambassador to the U.S., said Tuesday that AI is an area where “we should go ahead and build up” dialogue between Beijing and Washington. “Because there is a need, a growing need, for cooperation,” he told the Xiangshan Forum. “So how can we manage the balance?”</p><p>American AI leaders call for keeping China in check — and cooperating with China</p><p>Two leading American AI companies, Anthropic and OpenAI, each restrict access in China and have said the U.S. has a national security imperative to protect its lead on AI technology. But they also have called for cooperation with China to manage safety.</p><p>In his essay last weekend calling for a slowdown of AI development for safety reasons, Anthropic CEO Dario Amodei said the U.S. should slow China's progress, including keeping up U.S. restrictions on China's purchases of the world’s most advanced AI chips.</p><p>He also added, however, that “global pacing will require cooperation with China, the autocratic country with by far the most advanced AI capabilities.”</p><p>His essay quickly drew criticism from Beijing, with China’s Ministry of Foreign Affairs saying on Monday that “fearmongering, confrontation and vicious competition will only disrupt the process of global AI governance which serves no one’s interest.”</p><p>China’s state-run Global Times newspaper went further, calling his remarks “packed with containment provisions targeting China and is, in essence, a ‘Cold War playbook’ for the AI sector.”</p><p>Trump has consulted with Nvidia CEO Jensen Huang, even calling the maker of the world’s most advanced computer chips in the middle of a Monday podcast interview. Nvidia has generally favored some chip exports to China as a way to create an American ecosystem for the technology and a more open relationship on AI given the number of researchers in China.</p><p>Both countries have been alarmed by emerging AI capabilities</p><p>In both the U.S. and China, AI's increasingly powerful capabilities have alarmed top officials and policymakers.</p><p>The head of China’s Ministry of State Security, its spy agency, warned in an article Sunday that AI poses many threats to the country, from political and ideological security to cyberattacks.</p><p>In the article, Chen Yixin argued that AI could threaten China’s political and ideological security if used by those “with ulterior motives,” while singling out Anthropic's and OpenAI's powerful AI models. It said they could be used to “weaponize” cybersecurity vulnerabilities and threaten China's critical information infrastructure.</p><p>Several other recent AI-related events were also causing concern in China when it comes to AI governance. That includes a U.S. security firm’s recent discovery of AI vulnerabilities in WeChat, China’s key messaging app that also offers payment services among other functions, said Paul Triolo, a partner at DGA-Albright Stonebridge Group.</p><p>While Chinese officials said after Trump’s Beijing summit with Xi in mid-May that China and the United States had agreed to pursue dialogue on AI development and governance, little progress has been made.</p><p>At the same time, China and the U.S. have been working to form AI alliances with like-minded nations.</p><p>In July, China launched the World Artificial Intelligence Cooperation Organization, a group with 29 initial founding member countries, including Russia and Pakistan, meant to promote global AI governance. This month, China’s Xi has called on BRICS member countries to accelerate the setting up of a global AI governance framework and establish an open-source AI community.</p><p>Some political observers saw the China-led organization as a response to the U.S.-led Pax Silica initiative, which launched last year focusing on strengthening collaboration with countries including Japan, the U.K. and Australia on AI supply chains.</p><p>Asked about his expectations on AI from the Trump-Xi meeting on AI in an interview with CBS' “Face the Nation,” Amodei said “the more long-term thing would be working together to put a speed limit on the rate of AI progress.” But he said it likely would be very difficult.</p><p>In the run-up to the Trump-Xi meeting, a recent social media post by Yuyuantantian, a Chinese state media-linked account, was similarly circumspect.</p><p>“Only after the United States first demonstrates that the safety rules are equally effective for its own model companies can substantive discussions between the U.S. and China take place,” the post said.</p><p>___</p><p>Associated Press writers Josh Boak in Washington and Ken Moritsugu in Beijing contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NINWJ4D73HDHLN574J3OZKABN4.jpg?auth=25d7304ce0cbb9e59a8a5d834153dcc864f667ffaaff25b3034034ff0d1d8c8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor stands near a display about AI during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EYQQSL6MTOB76K3CZMBXSDXHVQ.jpg?auth=cabe4250e68aaed75c4cfec927b44211d4227be5705f29b149eedb738f789930&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A visitor tries out Alibaba's Qwen AI glasses during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P4UFCDOAKHQIMG3S7MUFUQEDYY.jpg?auth=589b9ec89dfe137c7506eb5b45e0cbdf0ffa2b7596aeb2556406a1cbaedbec9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A worker stands at the booth for Chinese AI Startup Moonshot's Kimi K3 during the World AI Conference in Shanghai, China on July 17, 2026. (AP Photo/Ng Han Guan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z36ZTDSCYGJCT5VWPOS5FTLZ5Y.jpg?auth=82d009ad413ec60bf103a8685d7514414b9c42c8634b15b5fc2da5ba36bdd347&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Workers station at the booth for Chinese Ai company Minimax during the World AI Conference in Shanghai, China on July 17, 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[LA news helicopter crashed in birthplace (and, arguably, epicenter) of 'eye-in-the-sky' reporting]]></title><link>https://www.local10.com/news/national/2026/09/17/la-news-helicopter-crashed-in-birthplace-and-arguably-epicenter-of-eye-in-the-sky-reporting/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/09/17/la-news-helicopter-crashed-in-birthplace-and-arguably-epicenter-of-eye-in-the-sky-reporting/</guid><dc:creator><![CDATA[By LAURIE KELLMAN, Associated Press]]></dc:creator><description><![CDATA[Los Angeles has been viewed from above by news helicopters for nearly seven decades. When there was a wildfire, a mudslide or O.J. Simpson fleeing the police across its ribbons of highway, an “eye in the sky” tracked it and advised millions how to keep out of harm's way.]]></description><pubDate>Thu, 17 Sep 2026 13:51:55 +0000</pubDate><content:encoded><![CDATA[<p>Los Angeles has been viewed from above by news helicopters for nearly seven decades. When there was a wildfire, a mudslide or O.J. Simpson fleeing the police across its ribbons of highway, an “eye in the sky” tracked it and advised millions how to keep out of harm's way.</p><p>On Tuesday, one of those flying newsrooms crashed live on-air and burst into flames, killing three people while reporters were covering the collision of an SUV and a city bus. NBC4 Los Angeles reported that two people aboard the helicopter — Eliana Moreno and pilot George Marciniw — were killed, and fire officials said another person, Edy Gutierrez Mejia, died on the ground. It was a horrifying addition to at least eight fatal crashes involving news helicopters in the U.S. since 2000, in which 16 people have been killed.</p><p>Moreno, known widely as “Eli in the Heli,” had been an aerial journalist since 2010, mastering a demanding form of reporting that requires editing, shooting video, intimate knowledge of a city — and quick thinking.</p><p>“After working 76 hours since Sunday, I’m almost done!” she posted to Instagram on Sept. 29, 2023. “I can’t complain though because I have the best job in the world.”</p><p>It has been about getting there first</p><p>Beaming the news from the sky undeniably provides a public service as the descendant of delivery by horseback, teletype and satellite. It's also true that the “Telecopter” was born in Los Angeles as a way to beat the competition to the scene, according to its inventor, John Silva, chief engineer for KTLA-TV when it debuted the machine in 1958. News from the air dazzled audiences — and it meant a new era of big money for local television stations.</p><p>In a 2002 interview with the Television Academy Foundation, Silva recalled sitting on the freeway, frustrated over reporting on the reporters — press stories about which journalists got to major news scenes first and were thus “the hero.”</p><p>“It came to me all of a sudden. ‘How can we beat the competition?'” Silva recalled. “If we could build a news mobile unit in a helicopter we could get over it all, get there first, avoid the traffic, and get to all the stories before anybody in the competition. It’d be a wonderful thing.’”</p><p>But not an easy one. The project had to stay top secret. The helo had to be chosen and fitted in the sprawling backyard property of a news executive, out of sight of rivals. Silva had to figure out how to shave the 2,000 pounds (900 kilograms) of camera equipment down to less than 400 pounds (181 kilograms). And critically, how to beam the news from the air to a receiving dish on a mountain and ultimately to millions of Angelenos.</p><p>Airborne at one point during testing, Silva reportedly inched out on the helicopter's right skid — with no safety belt — to investigate the cause of intense vibrations shaking the cockpit, according to a 2009 interview with Smithsonian Magazine.</p><p>At 6:30 p.m. on July 24, 1958, KTLA preempted regular programming to broadcast the view from above the City of Angels. The station raked in record amounts of advertising, with Procter & Gamble spending $250,000 to sponsor “Telecopter” coverage, the magazine reported.</p><p>“It broadened what news could do, just like the live camera on the ground,” Stan Chambers, then a KTLA news correspondent, told the same foundation. Until then, he said, “television news was not that important to a lot of decision-makers. Then the helicopter really captivated everybody.”</p><p>Silva won two Emmy awards for his invention.</p><p>It offered dazzling coverage, but tragedy, too</p><p>News from the air punctuated a giddy era of television journalism that was increasingly striving for live, real-time reports. Americans were riveted to reports on the L.A. riots in 1992 and the two-hour police chase of O.J. Simpson's white Ford Bronco two years later. Together, the two events did much to confirm the allure of live crisis coverage from the air.</p><p>In 1977, a KNBC news helicopter crashed when it ran out of fuel while returning to the station after covering a wildfire in Santa Barbara, killing the pilot and camera operator. Nine years later, a helicopter flying a radio traffic reporter over New York City for a live rush-hour broadcast plunged into the Hudson River, killing her and critically injuring the pilot. The reporter, WNBC Radio's Jane Dornacker, could be heard screaming, “Hit the water!” as the helicopter went down.</p><p>And in 2007, two news helicopters covering a police chase on live television collided and crashed, killing all four people on board in a plunge that viewers saw as a jumble of spinning, broken images. The NTSB said that crash happened because two of the pilots who were pulling double duty as reporters were distracted by the chase on the ground.</p><p>Tammy Rose, a longtime journalist for more than 20 years, was at KPNX in Phoenix in 2007 when the two television helicopters collided and has survived some harrowing incidents. But, she told The Associated Press in an interview Wednesday, journalists and pilots follow strict protocols to manage the risks.</p><p>In Phoenix after the crash, all five news stations agreed to share the same news helicopter. And the company she works for in Houston, Helicopters Inc., wants its pilots to stay above 500 feet so they will have some altitude to work with in case of a problem like an engine failure.</p><p>“A news helicopter is more than a flying camera,” said Rose, who reports now for ABC-13 in Houston and says her passion keeps her flying. “As a reporter aboard the aircraft, I could see the larger scene, communicate with the newsroom, gather information and report live while events were unfolding.”</p><p>‘The eyes and ears in the sky’ for two newsrooms</p><p>NBC4 reported Wednesday that Moreno and Marciniw were known as “the eyes and ears in the sky” for two newsrooms — NBCLA and Telemundo 52 — and logged hundreds of hours together since they began working together in 2023. Marciniw is believed to have had more than 30 years of flight experience and was respected in the industry, NBC4 reported.</p><p>Esteban Jimenez, a fellow helicopter pilot, told the channel that he had known Marciniw since the 1990s and that the two had talked recently about retirement.</p><p>Moreno stood in awe of the breadth of subjects the team could report — and she seemed to do everything except fly the helicopter. “I’m not just a photographer or reporter or editor, I’m actually doing all three things at the same time,” she told her alma mater, Chapman University.</p><p>In a social media posting from Whiteman Airport on July 31, she said any kind of spot news was fair game, but the brush fires that plague Southern California were critical. “It’s really one of the best stories to cover from the helicopter, because the helicopter is able to show here’s where the fire started, here’s where it’s going, these are the homes that are threatened.”</p><p>“It just goes to show the power that we have from being the eye in the sky.”</p><p>___</p><p>AP Transportation Writer Josh Funk contributed from Omaha, Nebraska. Kellman reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6MWFYATIIMGV5MVTCOCFJDX7GQ.jpg?auth=49df3b9597f169b634a2ba59fa775fcc39aac6d9ccf0ca53c72ac8f187a754d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An aerial view of the aftermath of a news helicopter that crashed in Chatsworth, a neighborhood in Los Angeles, Wednesday, Sept. 16, 2026. (AP Photo/Ethan Swope)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7FRMDTESK3NES6SGEA2AAPCP4.jpg?auth=ee506a60c3466b00890caa43964baf24c69f7d53fe82095cd58379c0b9ed13de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A news helicopter flies over the South Central urban community garden in downtown Los Angeles, June 13, 2006, as authorities use a Los Angeles Fire Department ladder truck ladder, upper right, to extract actress Daryl Hannah and tree sitter John Quigley from a walnut tree. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VCKYSD7KGBWC4VMSN627QXUVF4.jpg?auth=eb48ad09ac691bd385b6b915a02a619a53a7708df103101d67d9559617d29d15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A white Ford Bronco, driven by Al Cowlings carrying O.J. Simpson, is trailed by Los Angeles police cars as it travels on a Southern California freeway in Los Angeles on June 17, 1994. (AP Photo/Joseph Villarin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Villarin</media:credit></media:content></item><item><title><![CDATA[OpenAI flags concerning new AI behavior and vows to track it more closely]]></title><link>https://www.local10.com/tech/2026/09/17/openai-flags-concerning-new-ai-behavior-and-vows-to-track-it-more-closely/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/09/17/openai-flags-concerning-new-ai-behavior-and-vows-to-track-it-more-closely/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[OpenAI has disclosed six reports of “unexpected or concerning” behavior in artificial-intelligence models as the debate on AI safety becomes increasingly heated.]]></description><pubDate>Thu, 17 Sep 2026 10:49:39 +0000</pubDate><content:encoded><![CDATA[<p>OpenAI has disclosed six reports of “unexpected or concerning” behavior in artificial-intelligence models as the debate on AI safety becomes increasingly heated.</p><p>The AI company also said Wednesday it was introducing a new framework for tracking, probing and disclosing instances of what it called “misalignment,” including cases where AI models acted without authorization, coordinated with other models or evaded oversight.</p><p>OpenAI’s latest announcement came as U.S. AI bosses, including the leaders of OpenAI and Anthropic, are calling for a slowdown in the technology’s development over safety concerns.</p><p>Among the new cases reported by OpenAI, an unreleased research model inserted “jailbreak-like instructions” into its own notes to disregard its normal constraints and told itself to be “freed from the roles and identities that bind other chatbots.”</p><p>In another instance, an AI “agent” used computer code to come up with the answer to a question, but, in order to have an online source to cite, it uploaded a file to the public internet without asking the user.</p><p>During training of an AI model called 5.6-sol, the model instructed itself to invent missing data, and an agent wrote a message to remind itself to hide mismatched information.</p><p>The six reports were discovered during training or evaluation over the past months, OpenAI said.</p><p>“As AI systems grow more advanced and more widely deployed, we need to build a broader and better-informed consensus on the progress of alignment research,” OpenAI wrote in a blog post as it disclosed the events.</p><p>“Decisions about how AI development should proceed in the months and years to come need to draw on evidence that people outside the companies building frontier models can examine for themselves,” the company said.</p><p>Wednesday’s new cases followed OpenAI’s disclosure in July that its rogue AI system hacked into AI startup Hugging Face. Anthropic also said the same month that its AI models hacked into three organizations during testing.</p><p>AI “agents” are becoming smarter and have become “more determined to resolve complex tasks through inter-agent collaboration, knowledge sharing, deception, and concealment,” said Lian Jye Su, a chief analyst at technology research and advisory group Omdia.</p><p>That’s making it harder to govern and contain them using traditional AI security approaches, he said.</p><p>OpenAI's new tracking and disclosure framework, meanwhile, can help push for other AI developers to also adopt similar practices.</p><p>“That said, the process remains internal and voluntary, but is a step in the right direction,” Su added.</p><p>__</p><p>AP Business Writer Kelvin Chan in London contributed to this report.</p>]]></content:encoded><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></item><item><title><![CDATA[With 2 more homers, the Cubs' Pete Crow-Armstrong makes his MVP case]]></title><link>https://www.local10.com/sports/2026/09/16/with-2-more-homers-the-cubs-pete-crow-armstrong-makes-his-mvp-case/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/09/16/with-2-more-homers-the-cubs-pete-crow-armstrong-makes-his-mvp-case/</guid><dc:creator><![CDATA[By LUKE DeCOCK, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — As Pete Crow-Armstrong came up with the bases loaded in the eighth inning, the Wrigley Field crowd chanted “M-V-Pete! M-V-Pete!" — and not for the first time Wednesday night.]]></description><pubDate>Thu, 17 Sep 2026 03:56:47 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — As Pete Crow-Armstrong came up with the bases loaded in the eighth inning, the Wrigley Field crowd chanted “M-V-Pete! M-V-Pete!" — and not for the first time Wednesday night.</p><p>The fans serenaded the Chicago star after his first home run, his 43rd to break Billy Williams' Cubs record for left-handed hitters. They made their feelings known after his RBI triple and after his 44th home run.</p><p>Even when Crow-Armstrong struck out on five pitches in the eighth, he still received a standing ovation on his way back to the dugout at the end of a 3 for 4 night with three RBIs and three runs in an 8-4 victory over the Atlanta Braves, his seventh multi-home-run game of the season.</p><p>With Shohei Ohtani still on the injured list with right biceps inflammation, Crow-Armstrong keeps hitting home runs, closing in on the first 40-40 season in Cubs history, putting the finishing touches on his MVP case, at least as far as Cubs fans are concerned.</p><p>“You’re shaking your head in amazement, sometimes,” Cubs manager Craig Counsell said. “In amazement. You know, you don’t get to see this. That’s what I told Alex (Bregman): ‘We don’t get to see things like this.’ You spend your whole life in baseball and you just don’t see this happen on a baseball field.</p><p>"You’re grateful to be a part of it. You’re grateful to see things like this. And then you’re grateful the fans get to see a season like this. They’re going to talk about it. They’re going to tell their kids about it. They’re going to tell their grandkids about a season like this.”</p><p>Yet as he’s gone from breakthrough player to MVP candidate to MVP favorite, Crow-Armstrong has been unfazed by the pressure, his performance unwavering as the Cubs chase a wild-card spot.</p><p>“I keep it pretty simple,” Crow-Armstrong said. “I enjoy just kind of laying low, as I always do and always will. I’ve got a really nice support system.”</p><p>Only one home run behind Philadelphia’s Kyle Schwarber for the major league lead, Crow-Armstrong is hitting. 283 with 105 RBIs, 29 doubles and 37 stolen bases to go with Gold Glove-caliber defense in center field.</p><p>Crow-Armstrong's breakthrough season at age 24 has him at or near the top of every offensive metric in the NL while also tapping out the vocabulary of Wednesday's winning starter, Shota Imanaga.</p><p>“We can always say he's great, or he's excellent, but really there's no words to describe him," Imanaga said through an interpreter. "So I'll think of a new word in English for that.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OY5UHV3RXBYWZZCLU3XKMIZOV4.jpg?auth=4235447fe39bfeb62c96ceb881f6b07f1e65126e593ce660c5c44a9cc98d50e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong, left, celebrates his home run with teammate Michael Busch, right, during the seventh inning of a baseball game against the Atlanta Braves, Wednesday, Sept. 16, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y36L7KXKFUV5C5TXUNB5FM7JMU.jpg?auth=d3835b870fc97be373993b7aab539233a3dbd44aba2ca1750bfb1751fc6db831&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong celebrates his home run during the seventh inning of a baseball game against the Atlanta Braves, Wednesday, Sept. 16, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PXIBLHDDKUZV5FGFW5M5SOJ52M.jpg?auth=07915a9bb143511eb303e4a3288983afbb0849494f0e74a300526f275464473a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches his home run during the seventh inning of a baseball game against the Atlanta Braves, Wednesday, Sept. 16, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AHRONX2TWAIPUQ5MHJ42XJUXXY.jpg?auth=d47379d5e6941c7126b59bca39db482d4987fe8bafc1914bc1b4442404ad21fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong watches the ball during the fifth inning of a baseball game against the Atlanta Braves, Wednesday, Sept. 16, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2VKNBOSUXSZ5UFWSNIQYFJPBCM.jpg?auth=a28b00db2439272ef35b6b5018cf886775365442aa4d8b8c9bd0744cdec89a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Cubs' Pete Crow-Armstrong hits a home run during the seventh inning of a baseball game against the Atlanta Braves, Wednesday, Sept. 16, 2026, in Chicago. (AP Photo/Melissa Tamez)]]></media:description><media:credit role="author" scheme="urn:ebu">Melissa Tamez</media:credit></media:content></item></channel></rss>