<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Mon, 24 Aug 2026 20:21:08 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[1 hospitalized after car crashes into side of building in Opa-locka]]></title><link>https://www.local10.com/news/local/2026/08/24/1-hospitalized-after-car-crashes-into-side-of-building-in-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/1-hospitalized-after-car-crashes-into-side-of-building-in-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[One person was injured when a car crashed into the side of a building in Opa-locka on Monday, first responders confirmed.]]></description><pubDate>Mon, 24 Aug 2026 18:17:09 +0000</pubDate><content:encoded><![CDATA[<p>One person was injured when a car crashed into the side of a building in Opa-locka on Monday, first responders confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/"><b>Leer en español</b></a></p><p>The crash was reported in the 13200 block of Northwest 32<sup>nd</sup> Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 was above the scene just before 2 p.m. as a damaged Mustang convertible was towed away. A large hole was left behind in the building, along with debris from the wall and vehicle on the sidewalk.</p><p>Miami-Dade Fire Rescue officials confirmed that one adult, the driver of the vehicle, was transported to a local hospital.</p><p>According to Miami-Dade Fire Rescue, the building sustained “significant structural damage” and was subsequently deemed both unsafe and uninhabitable. </p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[California Supreme Court hears arguments over sheriff's seizure of ballots]]></title><link>https://www.local10.com/news/politics/2026/08/24/california-supreme-court-hears-arguments-over-sheriffs-seizure-of-ballots/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/california-supreme-court-hears-arguments-over-sheriffs-seizure-of-ballots/</guid><dc:creator><![CDATA[By OLGA R. RODRIGUEZ, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — The California Supreme Court is weighing whether a Southern California sheriff who seized election ballots must return them to county election officials.]]></description><pubDate>Mon, 24 Aug 2026 19:59:53 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — The California Supreme Court is weighing whether a Southern California sheriff who seized election ballots must return them to county election officials.</p><p>The high court heard oral arguments Monday regarding Riverside County Sheriff Chad Bianco’s seizure of approximately 650,000 ballots from a November 2025 special election on redistricting. The measure passed in the county by roughly 80,000 votes.</p><p>Bianco in March seized 1,000 boxes of election materials to investigate a complaint from a local citizens group that the count was off — though not by an amount that would've changed the outcome. Local election officials had previously said the complaint was unfounded. Bianco was running for governor at the time.</p><p>Democratic Attorney General Rob Bonta immediately launched a legal challenge in March, arguing the sheriff has no authority over election materials and warning the seizure was designed to sow distrust in elections. He ordered Bianco to return the ballots, but Bianco did not. The University of California, Los Angeles Voting Rights Project also sued the sheriff on behalf of several Riverside County voters. The state Supreme Court heard arguments in both cases.</p><p>Chad Dunn, legal director and co-founder of the UCLA Voting Rights Project, told the court there are mechanisms to contest election results, and Bianco failed to follow them.</p><p>Bianco began recounting the vote using sheriff’s officials under the supervision of a special master appointed by a court but suspended it days later, citing mounting legal challenges from the state attorney general and a voting rights group. But he has not returned the ballots.</p><p>“Nowhere else in election law, in this state, in any other that I’m familiar with, does anybody get to handle ballots on their own in the back room with their deputies,” Dunn said.</p><p>Bradley Hertz, who represented Bianco, argued the sheriff had a legal duty to open an investigation after receiving a complaint and he followed the penal code to carry out that investigation, first issuing search warrants in February.</p><p>Hertz said Bianco has not returned the ballots to the registrar of voters because those ballots are “evidence.”</p><p>“The sheriff is holding that evidence, safeguarding it as a custodian for the court,” Hertz said.</p><p>He said Bianco didn’t follow Bonta’s order to return the ballots because a legal fight was already playing out.</p><p>At the time of the ballots’ seizure, Bianco was one of two prominent Republicans running for governor in a crowded June primary. He did not advance to the general election and later announced plans to run for reelection as sheriff in 2028.</p><p>Xavier Becerra, a former state attorney general and Democrat running for governor, is part of the UCLA lawsuit to halt Bianco's efforts.</p><p>The ballot investigation came as President Donald Trump has repeatedly disputed the results of the 2020 election, citing unsubstantiated instances of fraud. His administration recently seized ballots and other documents from an election office in Georgia. Some Republicans have mirrored Trump’s rhetoric on voting in their states.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N2242K4OILWPV6LRXK3ZDOKOPA.jpg?auth=98412cb6920062251fced78b7b1ae470f31b7f45cfb0605f503df289e46fe486&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3IPSWODZEMFF46K6CDGXKX5B2M.jpg?auth=316a9d33a8038fddee7492d5736ab043bc5ef2c4560b78972b4eb624893e95df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plaintiff Clarissa Cervantes takes a selfie with legal team members before attending a hearing about Riverside County Sheriff Chad Bianco's seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZH63UPU6EA64YI7YDW7T4EZEJY.jpg?auth=1876d5669e6642067b0c3e6a784bb1656108eef453eee86a0cce60d7c8870511&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JTVVSTZFZH7LLKLCVDULW5B3HE.jpg?auth=6091e8fbbe26cbeaf10d6096340ac1af3c8fd4c98c708c7d5931aa39bb808530&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Plaintiff Clarissa Cervantes hugs a legal team member before attending a hearing about Riverside County Sheriff Chad Bianco's seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSIW7MIROSQULIA5VENHO2QCBE.jpg?auth=6beebbfb46ff16cd588f9cfa8e36bce094b2b92ba1783836aa10604b9e3e19c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Riverside County Sheriff Chad Bianco arrives at the Supreme Court of California for a hearing about his seizure and recount of more than half a million 2025 election ballots on Monday, Aug. 24, 2026, in San Francisco. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Roger Federer is coming back to play at the US Open, but not interested in coming back to pro tennis]]></title><link>https://www.local10.com/sports/2026/08/24/roger-federer-is-coming-back-to-play-at-the-us-open-but-not-interested-in-coming-back-to-pro-tennis/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/roger-federer-is-coming-back-to-play-at-the-us-open-but-not-interested-in-coming-back-to-pro-tennis/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Roger Federer is actually nervous about his tennis.]]></description><pubDate>Mon, 24 Aug 2026 19:59:01 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Roger Federer is actually nervous about his tennis.</p><p>The man who won five straight U.S. Open championships during the height of his dominance of the sport is set to play again in Arthur Ashe Stadium on Tuesday night for the first time since 2019. And he's not quite sure how the game that perhaps nobody ever made look more elegant will appear now.</p><p>“I haven’t played a singles set in, I don’t know, (Hubert) Hurkacz at Wimbledon maybe, so it’s been five years,” Federer said Monday, referring to his 2021 quarterfinal loss in his last Grand Slam match. “I don’t know how it’s going to go tomorrow. So there is a lot of uncertainty but a lot of happiness that I can return to Arthur Ashe, a place where I have had so many beautiful moments.”</p><p>It's only one set of singles in an exhibition against Andy Roddick and one set of doubles with John McEnroe against Roddick and Andre Agassi. The winner of 20 Grand Slam singles titles should be fine for those.</p><p>But a return to tennis beyond that, competing in major tennis tournaments in his mid-40s like Venus and Serena Williams?</p><p>“No, no, no, no. No, not at all,” Federer said during a news conference. “Thanks for asking. I wasn’t sure if the question was going to get asked, but I’m happy you did so I can clarify in case anybody thought.”</p><p>At 45, Federer still looks fit, and said he enjoys working out in the gym. But he said he goes through long stretches where he is rarely on the court.</p><p>His lengthy absence from the U.S. Open has done little to dampen his popularity, based on the amount of people around the grounds who were mentioning his name. The appearance of “Roger Federer” up on the big board for all to see again, ahead of his afternoon practice on Ashe, where Federer collected the trophy every year from 2004-08, was a welcome sight for his fans.</p><p>The trip to New York is a stop for Federer on his way to Newport, Rhode Island, where he will be enshrined in the International Tennis Hall of Fame on Saturday.</p><p>Federer never really had the chance to say goodbye to New York as a player, because there was no way to know his loss to Grigor Dimitrov in the 2019 quarterfinals would be his last match. He had reached the French Open semifinals and the Wimbledon final earlier that year, falling to Rafael Nadal in Paris and then Novak Djokovic in a fifth-set tiebreaker at the All England Club.</p><p>It was easy to imagine him returning to the U.S. Open the next year and making another deep run. But after falling to Djokovic in the semifinals of the Australian Open to begin 2020, he had knee surgery that February, then another procedure in May.</p><p>He returned to play in the French Open in 2021 but had to withdraw before his fourth-round match. After the loss to Hurkacz — where he appeared struggling and lost 6-0 in the third set — Federer had another knee surgery that August and knew there would be no more comebacks.</p><p>“The knee can’t do it anymore. It’s tired,” he recalled thinking. “The mind can’t be patient even more and wait for another couple years and see what happens.”</p><p>Federer knows Tuesday night won't be real tennis, joking that he and Roddick hopefully would be respectful and not try to drop shot each other. But it will be different from when he did return to Ashe a couple of years back to watch.</p><p>“They gave me an ovation because they saw me on the big screen, but I just feel, like, tomorrow and I guess today, as well, and Monday next week, it really gives me a true opportunity to say thank you and goodbye, which I think is important for some,” Federer said. "It’s a nice thing to do, for sure."</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X66VASWBRGYDWHVHI7FIU3METE.jpg?auth=cf29a3ca81635cdb6d09e60c56bf91b52d5f12362cedcdc57ad73d0fda0cd2ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Roger Federer, of Switzerland, clenches his fist after wining a point against Feliciano Lopez, of Spain, during the U.S. Open tennis tournament in New York, Sept. 2, 2017. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Médicos de Paraguay inician una huelga nacional de cinco días en medio de sistema de salud colapsado]]></title><link>https://www.local10.com/espanol/2026/08/24/medicos-de-paraguay-inician-una-huelga-nacional-de-cinco-dias-en-medio-de-sistema-de-salud-colapsado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/medicos-de-paraguay-inician-una-huelga-nacional-de-cinco-dias-en-medio-de-sistema-de-salud-colapsado/</guid><dc:creator><![CDATA[Por EMILIO SANABRIA, Associated Press]]></dc:creator><description><![CDATA[ASUNCIÓN (AP) — Los médicos de Paraguay iniciaron el lunes una huelga nacional de cinco días para exigir mejores condiciones laborales, un reajuste salarial y la provisión de más insumos médicos en el marco de la precarización de la salud en el país sudamericano, donde siete de cada diez personas dependen de la atención sanitaria pública.]]></description><pubDate>Mon, 24 Aug 2026 19:55:41 +0000</pubDate><content:encoded><![CDATA[<p>ASUNCIÓN (AP) — Los médicos de Paraguay iniciaron el lunes una huelga nacional de cinco días para exigir mejores condiciones laborales, un reajuste salarial y la provisión de más insumos médicos en el marco de la precarización de la salud en el país sudamericano, donde siete de cada diez personas dependen de la atención sanitaria pública.</p><p>Una ola de batas blancas, banderas paraguayas y pancartas tomó las calles con miles de profesionales de la salud de distintas partes del país concentrándose ante la catedral de la capital. Desde allí, marcharon hacia el Ministerio de Salud y luego se dirigieron al de Economía.</p><p>Los manifestantes exigieron la contratación de más personal, más insumos y un incremento salarial. Según el Sindicato Nacional de Médicos (Sinamed), los sueldos están congelados desde 2012.</p><p>Asimismo, pidieron la incorporación a la nómina permanente de los profesionales que llevan años trabajando con contratos temporales.</p><p>“Las condiciones son pésimas. No tenemos medicamentos, no tenemos insumos, se construyen hospitales nuevos, pero no tenemos médicos dentro”, dijo a The Associated Press la doctora Rosana González, secretaria general del Sinamed.</p><p>El sindicato se queja de que sus reclamos no son atendidos y pide una reunión con los ministros de Salud, María Teresa Barán Wasilchuk, y de Economía, Óscar Lovera.</p><p>No obstante el director general de Servicios del Ministerio de Salud, Gustavo Ortiz, dijo a la AP que esa cartera mantiene conversaciones regulares con los profesionales para lograr una pronta solución.</p><p>Médicos denuncian precariedad</p><p>Con pancartas que rezaban “Basta de descuentos”, “Queremos respuestas ya” y “La salud es una prioridad”, los médicos ocuparon diversas calles de Asunción pacíficamente.</p><p>Proyectaron piezas audiovisuales para denunciar las precarias condiciones en distintos hospitales e hicieron una dramatización en la que simularon el fallecimiento de un paciente crítico debido a la falta de atención adecuada.</p><p>“Estamos actualmente con escasez de medicamentos, insumos básicos y de personal... Es una situación que se vive a nivel país”, dijo el doctor David Martínez.</p><p>Está previsto que la huelga se extienda hasta el próximo viernes, aunque el sindicato indicó que podría alargarse indefinidamente en caso de no alcanzarse un acuerdo.</p><p>En algunas zonas de la capital los hospitales tan solo ofrecían los servicios básicos y atenciones de urgencia, según pudo comprobar AP. La huelga afectará a la red de asistencia de salud pública que abarca unos 1.500 centros de salud en todo el país. Mientras esté vigente, se asegurarán las guardias en áreas críticas y de urgencias, pero las consultas externas y las cirugías programadas quedarán suspendidas.</p><p>“El Ministerio de Salud Pública tiene el objetivo en este momento de garantizar la atención sanitaria mientras dure esta huelga”, afirmó Ortiz, y agregó que la cartera garantizará la cobertura continua en servicios críticos de áreas como maternidad, pediatría, oncología e internación.</p><p>Salud pública saturada</p><p>La huelga general se enmarca en el agravamiento del acceso a la salud en Paraguay, donde el 70% de la población no cuenta con un seguro médico, según un informe de Amnistía Internacional publicado en 2024 y datos oficiales enviados a AP.</p><p>Ello ha derivado en una crisis del sistema público de salud, saturado en medio de condiciones cada vez más precarias. Según la organización, “existen múltiples barreras de acceso” a la salud y el sistema está “segmentado, tiene brechas en inversión y atención, y está determinado por el estatus laboral y la capacidad adquisitiva de los hogares”.</p><p>El informe también indica que, en materia de gasto público, el gobierno paraguayo destina alrededor del 4% del PIB a la salud pública, una cifra por debajo del mínimo recomendado por la Organización Panamericana de la Salud (6%) para poder asegurar la cobertura universal.</p><p>Ortiz indicó que en los últimos meses se aprobaron una serie de medidas para hacer frente a la crisis que atraviesa la red pública, cuyos efectos deberán sentirse hasta finales del año.</p><p>Entre ellas destacan la incorporación de nuevos médicos, la habilitación de nuevas plazas de residencia en diferentes regiones y la regulación de las jornadas laborales.</p><p>Indicó además que el gobierno dio su visto bueno para el nombramiento oficial de más de 13.200 profesionales que actualmente trabajan bajo contratos temporales. De estos, 2.130 ya se han incorporado a la nómina definitiva, mientras que los demás deberán hacerlo en los próximos meses, detalló Ortiz.</p><p>____</p><p>En esta nota colaboraron Nayara Batschke desde Santiago de Chile y Jorge Sáenz desde Asunción.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3W7P4G7QFMQ22JLXWRC74TLY2A.jpg?auth=2ae982eeee161443b82b5720e2fb3504f8ce942914b4d70b865cbbc9807c1c6f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Médicos se manifiestan durante una huelga para reclamar mejores salarios en Asunción, Paraguay, el lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJV3CDQKT4KQUADRTHKXCER3F4.jpg?auth=f4f64416b43f0218539d5702c873a6d012f3f350ccbc877acc96289998deb972&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un empleado de limpieza trabaja en un pasillo vacío del hospital público Barrio Obrero durante el primer día de una huelga del sindicato de médicos para reclamar mejores salarios y condiciones laborales en Asunción, Paraguay, el lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVAVGAAMKE5G5UFQXEGKMYGU5M.jpg?auth=85168f1d3fa997474ea95d6ca38b23cb22df609fdc474ee4051faa21b471530b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una persona se abriga con una manta mientras espera a que la atiendan en la entrada de urgencias del hospital público Barrio Obrero, el primer día de una huelga del sindicato de médicos para reclamar mejores salarios y condiciones laborales en Asunción, Paraguay, en la madrugada del lunes 24 de agosto de 2026. (Foto AP/Jorge Sáenz)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Saenz</media:credit></media:content></item><item><title><![CDATA[Taiwan charges 9 over illegal AI server exports to China, including Nvidia and Super Micro staff]]></title><link>https://www.local10.com/tech/2026/08/24/taiwan-charges-9-over-illegal-ai-server-exports-to-china-including-nvidia-and-super-micro-staff/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/24/taiwan-charges-9-over-illegal-ai-server-exports-to-china-including-nvidia-and-super-micro-staff/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[TAIPEI, Taiwan (AP) — Taiwanese prosecutors charged nine people Monday, including one from Nvidia and two from Super Micro, for illegally exporting “high-end AI servers” to mainland China, adding another wave of turbulence in the AI ​​rivalry between China and the United States.]]></description><pubDate>Mon, 24 Aug 2026 19:33:43 +0000</pubDate><content:encoded><![CDATA[<p>TAIPEI, Taiwan (AP) — Taiwanese prosecutors charged nine people Monday, including one from Nvidia and two from Super Micro, for illegally exporting “high-end AI servers” to mainland China, adding another wave of turbulence in the AI ​​rivalry between China and the United States.</p><p>AI infrastructure, including advanced semiconductors mostly made in Taiwan, has become a key point of competition between the U.S. and China. Washington began imposing restrictions on Nvidia’s exports of advanced chips to China in 2022 and tightened them in subsequent years. In April 2025, the U.S. required licenses for exports of Nvidia’s H20 chips to China, before allowing some sales to resume later that year.</p><p>Under export controls, any sale by Nvidia of high-end AI servers — the computer infrastructure that houses the chips needed to power AI systems — requires a strict review process, according to a document from Keelung District Prosecutors' office in Taiwan. The document also said purchases of more than eight high-end AI servers require company staff to conduct on-site checks to the clients.</p><p>Prosecutors said the servers involved were graphics processing units known as “B300,” which have been banned from sale to China.</p><p>“We will work with the Taiwan authorities to help them resolve the allegations as quickly as possible,” Nvidia spokesperson Patrick Rutherford said in a written statement.</p><p>Super Micro said in a written statement that the arrests of two of its former employees were due to its cooperation with the Taiwanese authorities and the company will continue to work to “enhance its robust export compliance program to protect American innovation."</p><p>Seventy-four servers arrived in China successfully, according to the prosecutors. Of those, 50 were sent through Indonesia, 16 delivered directly to China and eight sent to Japan first, then Hong Kong, before they landed in mainland China.</p><p>Another attempt involving 56 servers failed, and the servers remain in Taiwan, said the prosecutor's office.</p><p>Prosecutors are seeking the maximum five-year sentences for four of the nine defendants, including Chang, an Nvidia manager identified just by his family name. Chang was the “key figure” responsible for “authorizing the release of the B300 GPUs” in this case but “demonstrated a clearly poor attitude following the offense,” the document said.</p><p>Some of the defendants set up a company in Japan, which helped successfully transfer eight of the servers, prosecutors said. Some allegedly created fake websites and falsified information to evade export restrictions.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KCFABH7ZZVPNU7ZJANAIOU4SQQ.jpg?auth=1a81a5d379e8dd8a16747dee9de6c24b09fe7fffc07c8115f746a35387a73b67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Visitors listen to the introduction of NVIDIA GB300 NVL72 AI server during the Hon Hai Tech Day (HHTD 25) at the Nangang Exhibition Center in Taipei, Taiwan, Nov. 21, 2025. (AP Photo/Chiang Ying-ying, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chiang Ying-ying</media:credit></media:content></item><item><title><![CDATA[As Chase’s top seed, Denny Hamlin is optimistic about NASCAR title bid against surging Team Penske]]></title><link>https://www.local10.com/sports/2026/08/24/as-chases-top-seed-denny-hamlin-is-optimistic-about-nascar-title-bid-against-surging-team-penske/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/as-chases-top-seed-denny-hamlin-is-optimistic-about-nascar-title-bid-against-surging-team-penske/</guid><dc:creator><![CDATA[By NATE RYAN, Associated Press]]></dc:creator><description><![CDATA[Heading into the NASCAR Chase, Denny Hamlin is feeling good about his “bad” days.]]></description><pubDate>Mon, 24 Aug 2026 19:23:16 +0000</pubDate><content:encoded><![CDATA[<p>Heading into the NASCAR Chase, Denny Hamlin is feeling good about his “bad” days.</p><p>By his high standards for the No. 11 Toyota, middling performances might be enough for the Joe Gibbs Racing star to capture his first Cup Series championship.</p><p>With a seventh place Sunday at New Hampshire Motor Speedway, Hamlin clinched the top seed in the 10-race title run that will begin next month at Darlington Raceway.</p><p>“These are our bad days,” Hamlin said after rebounding from a pit-stop problem and narrowly missing a crash on the opening lap. “I feel good about where our team is right now. Everyone is kind of clicking well, and we don’t have a whole lot of weaknesses.”</p><p>Hamlin will enter the 16-driver Chase as the favorite with a 25-point lead on second and the best record on the tracks that make up the bulk of the playoff.</p><p>Six of the 10 Chase tracks are at least 1.366 miles long, including the 1.5-mile ovals of Kansas Speedway, Las Vegas Motor Speedway, Charlotte Motor Speedway and the season finale at Homestead-Miami Speedway.</p><p>Hamlin’s four victories this season have been at Las Vegas (a 1.5-mile track that will play host to the fifth race of the Chase), Nashville Superspeedway (1.333 miles), Michigan International Speedway (2 miles) and Pocono Raceway (2.5 miles).</p><p>“The Toyotas’ strengths are going fast at the high-speed tracks where downforce matters a lot,” Gibbs teammate Christopher Bell said. “These shorter tracks, it seems like the Penske cars have the advantage.”</p><p>Second-ranked Ryan Blaney’s victory at New Hampshire was Team Penske’s fourth in the past six races, and three were on tracks of a mile or less in length.</p><p>But the team will need to improve on the bigger tracks in the Chase. In the five races on 1.5-mile ovals this year, Penske drivers Blaney, Joey Logano and Austin Cindric have combined for only four top 10s, with a best finish of seventh at Charlotte by Blaney.</p><p>“Obviously, we need to be a little better,” Team Penske president Michael Nelson said. “We definitely have been licking our wounds after a few of those mile-and-a-half tracks. We’re trying everything through those tracks to be better, and hopefully, we’ll have the right combination.”</p><p>Penske should excel on the three Chase tracks that are a mile or shorter — Bristol Motor Speedway, Phoenix Raceway and Martinsville Speedway – but Hamlin also finished in the top 10 on all three tracks at races earlier this season.</p><p>“We’re just not as strong as the Penske cars on these types of racetracks,” Hamlin said. “But Martinsville, we are good. Phoenix, we’ve been good. It’s just the last few have not been as strong, but it’s still top fives and top sevens. So it’s something we can work with, and the mile and a halves are certainly something that’s been our strength for a couple of years now. I look forward to getting the Chase started and seeing where it goes.”</p><p>Chase cutline outlook</p><p>Heading into Saturday’s regular-season finale at Daytona International Speedway, the top 13 spots in the Chase have been clinched, and Bubba Wallace is a virtual lock to advance.</p><p>That leaves the final two slots decided between Cindric, Shane van Gisbergen and Ryan Preece, who trails 16th by 31 points heading to Daytona. NASCAR has instituted new aerodynamic and horsepower regulations on the 2.5-mile oval, and there’ll be no practice for the 400-mile race.</p><p>“I don’t think any of us know what to expect,” Preece said. “I guess we’re all on a level playing field.”</p><p>Berry’s quest</p><p>With consecutive finishes of seventh, fourth, eighth and third, Josh Berry has delivered the longest top-10 streak by a Wood Brothers Racing driver since Morgan Shepherd in 1994. Berry admitted to racing with desperation at New Hampshire as he attempts to land a Cup ride for the 2027 season. A potential landing spot disappeared Monday as Richard Childress Racing announced Austin Hill’s return next year.</p><p>“I don’t necessarily like racing like that, but these guys know what I’m up against right now,” Berry said. “Most of them have respect for me, so I think they understand. Knocking everybody out of the way is not sustainable over a Cup season, but in this scenario, you’re just fighting for everything you can.”</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRIV2H6MX6VAA47Q6GHQR5T7ZE.jpg?auth=287ff0cdeaee00d12152000c8909291080ed3c0915d1570f77a2f8fcd0b46ba4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Joe Gibbs Racing driver Denny Hamlin (11) pit crew goes over the wall during Cook Out 400 at Richmond Raceway, Saturday, Aug. 15, 2026, in Richmond Va. (AP Photo/Robert Simmons)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert Simmons</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4EZQCUEYPEY2P3LMQGW4343ZU4.jpg?auth=29c1865d16662887544051bf1bc40aeca39136e4e946a1796e83c9811204f786&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney (12) and William Byron (24) steer their cars out of Turn 4 during a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, at New Hampshire Motor Speedway in Loudon, N.H. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Broward man involved in $3.5 million sweepstakes scam targeting seniors, feds say]]></title><link>https://www.local10.com/news/local/2026/08/24/broward-man-involved-in-35-million-sweepstakes-scam-targeting-seniors-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/broward-man-involved-in-35-million-sweepstakes-scam-targeting-seniors-feds-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A South Florida man is awaiting extradition to South Carolina after being nabbed in connection with a multimillion-dollar sweepstakes scam targeting mostly seniors, according to court documents obtained by Local 10 News on Monday.]]></description><pubDate>Mon, 24 Aug 2026 16:50:33 +0000</pubDate><content:encoded><![CDATA[<p>A South Florida man is awaiting extradition to South Carolina after being nabbed in connection with a multimillion-dollar sweepstakes scam targeting mostly seniors, according to court documents obtained by Local 10 News on Monday.</p><p><a href="https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/"><b>Leer en español</b></a></p><p>Evans Class Brown, 27, of Coral Springs, is one of several people facing federal charges including wire fraud, mail fraud and money laundering.</p><p>A March <a href="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme" target="_self" rel="" title="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme">news release</a> from federal prosecutors in Charleston, South Carolina, where the case is being tried, identified five of Brown’s accused co-conspirators as Charleston residents Kemar Christopher Edwards, 28; Xavier Gordon, 25; Warner Gordon, 27; and Kevin Milton Simpson, 30; as well as another Floridian, Tashagae Narcia Leslie, 25, of Orlando.</p><p>Two other co-defendants are identified in a Jan. 28 grand jury indictment as Justine Danielle Smith, 34, who federal court records show was arrested in June in Connecticut, and Marcia Minora Lawrence.</p><p>Federal authorities said the scammers convinced victims that they had won cash prizes in sweepstakes, but before receiving their winnings, they had to pay taxes and fees. Authorities said the 100-plus victims, “a substantial portion” of whom were seniors, sent the group money through the mail or by wire transfer.</p><p>Prosecutors said the group then laundered the money and sent a portion of the proceeds to co-conspirators in Jamaica, keeping some of the funds for themselves.</p><p>The victims lost more than $3.5 million as part of the scam, authorities said.</p><p>Brown was taken into custody on Wednesday and was being held in the Broward Sheriff’s Office Main Jail facility in Fort Lauderdale on behalf of the U.S. Marshals Service, as of Monday afternoon.</p><p>It wasn’t immediately clear when he was scheduled to be taken to South Carolina.</p><p>The suspects could face decades behind bars if convicted.</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/PRYMNJRTGVDP3BRGNEKZ74L35U.jpg?auth=2380d226bc7b651736b41d0053728161410a2e2867d5d2733b6dd469e59dfc89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evans Brown]]></media:description></media:content></item><item><title><![CDATA[Cinco incendios mantienen en “moderada” la calidad del aire en el oeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/</guid><dc:creator><![CDATA[Hannah Yechivi, Jennifer Collins, Andrea Torres]]></dc:creator><description><![CDATA[Shark Valley vuelve a abrir sus puertas este lunes a la 1 p.m. Mientras tanto, las cuadrillas siguen conteniendo focos que ya suman más de 23,000 acres quemados en el condado.
]]></description><pubDate>Mon, 24 Aug 2026 17:23:47 +0000</pubDate><content:encoded><![CDATA[<p>Cinco <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">incendios forestales seguían activos</a> el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">La calidad del aire</a> era moderada en las zonas del oeste, cerca de Kendall y Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" rel="">de acuerdo</a> con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" rel="">según</a> la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" rel="">según</a> el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el <a href="https://ffs.firesponse.com/public/" rel="">mapa de respuesta a incendios</a> del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><a href="https://ffs.firesponse.com/public/" rel="">Las cuadrillas del FFS</a> contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" rel="">visite esta página</a>.</p><p>Cinco incendios forestales seguían activos el lunes en el condado de Miami-Dade, según autoridades estatales y federales.</p><p>La calidad del aire era moderada en las zonas del oeste, cerca de Kendall y Homestead, de acuerdo con el Departamento de Protección Ambiental de Florida.</p><p>Eso significa que el aire es aceptable para la mayoría, aunque puede representar un riesgo leve para las personas sensibles a la contaminación, según la Agencia de Protección Ambiental de Estados Unidos.</p><p>El incendio “Chipmunk” era el más grande. Había consumido más de 15,505 acres en el condado de Miami-Dade y estaba contenido en un 50%, según el portal geoespacial del National Interagency Wildfire Enterprise.</p><p>El incendio “Movie Dome” había quemado más de 6,200 acres y estaba contenido en un 60%.</p><p>El incendio “22 (13)” había arrasado 880 acres y estaba contenido en un 40%, según el mapa de respuesta a incendios del Servicio Forestal de Florida. La unidad de campo de los Everglades del FFS trabajaba en ese foco.</p><p>El incendio “Vulture” había quemado más de 345 acres y estaba contenido en un 80%.</p><p>El incendio “Tower Point” consumió tres acres.</p><p>El incendio “Radio Tower” quemó 700 acres y ya estaba contenido.</p><p>Shark Valley tenía previsto reabrir a la 1 p.m. del lunes, según un vocero del Servicio de Parques Nacionales.</p><p>Las cuadrillas del FFS contuvieron un incendio que ardía el domingo en el condado de Collier y seguían combatiendo el lunes el fuego “H2 (50)” en el suroeste del condado de Palm Beach, que estaba contenido en un 85%.</p><p>Para más información sobre los incendios forestales en Florida, visite esta página.</p>]]></content:encoded></item><item><title><![CDATA[‘Brazilian doctor’ accused of stealing from passengers’ luggage at Miami International Airport, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/24/brazilian-doctor-accused-of-stealing-from-passengers-luggage-at-miami-international-airport-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/brazilian-doctor-accused-of-stealing-from-passengers-luggage-at-miami-international-airport-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 68-year-old man was arrested Sunday, days after investigators said he was caught on surveillance video repeatedly taking luggage from baggage carousels at Miami International Airport, removing items from the bags and then returning for more.]]></description><pubDate>Mon, 24 Aug 2026 16:59:34 +0000</pubDate><content:encoded><![CDATA[<p>A 68-year-old man was arrested Sunday, days after investigators said he was caught on surveillance video repeatedly taking luggage from baggage carousels at Miami International Airport, removing items from the bags and then returning for more.</p><p><a href="https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/"><b>Leer en español</b></a></p><p>An arrest report from the Miami-Dade Sheriff’s Office identified the suspect, Marcos Danilo Assuncao-Oliveira, as a doctor from Brazil, however it also lists his current address as “homeless” in Miami. </p><p>Brazilian medical websites list a person with the same name as a gynecologist who works in Minas Gerais, Brazil. </p><p>According to deputies, Assuncao-Oliveira is accused of targeting several pieces of luggage in the American Airlines baggage claim area last Friday.</p><p>Investigators said surveillance video showed Assuncao-Oliveira loitering around the baggage claim before removing bags from different carousels over a short period of time.</p><p>According to the report, Assuncao-Oliveira would take one piece of luggage at a time, open it and remove items he wanted. Investigators said he would then return to the baggage carousels, select another bag and repeat the process.</p><p>Authorities said he did this several times before leaving the area on foot with the items he had taken.</p><p>Investigators have so far identified three victims and estimated the combined value of their stolen property at approximately $1,350, according to the report.</p><p>Authorities said several additional potential victims have not yet been identified.</p><p>The arrest report also states that Assuncao-Oliveira had no active flights with American Airlines during the previous six months.</p><p>The information provided in the arrest report did not specify the items that were allegedly taken from the bags.</p><p>Assuncao-Oliveira was taken into custody Sunday on three counts of third-degree grand theft.</p><p>As of Monday afternoon, he was being held at the Turner Guilford Knight Correctional Center on a $2,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/3GIDRMQBJBELLN7SFASZDWAIPY.jpg?auth=1f9935f8574b0f62b0619306efd380b672f62b672332724277b6db3cc7be1aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Active wildfires lower air quality to ‘moderate’ in western Miami-Dade   ]]></title><link>https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/active-wildfires-lower-air-quality-to-moderate-in-western-miami-dade/</guid><dc:creator><![CDATA[Jennifer Collins, Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[As of Monday morning, five wildfires remained active in Miami-Dade County.]]></description><pubDate>Mon, 24 Aug 2026 16:35:13 +0000</pubDate><content:encoded><![CDATA[<p>Five <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">wildfires remained active</a> on Monday in Miami-Dade County, according to state and federal authorities. </p><p><a href="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/cinco-incendios-mantienen-en-moderada-la-calidad-del-aire-en-el-oeste-de-miami-dade/"><b>Leer en español</b></a></p><p><a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">The air quality</a> was moderate in western areas near Kendall and Homestead, <a href="https://floridadep.gov/air/air-monitoring/content/air-quality-today" target="_self" rel="" title="https://floridadep.gov/air/air-monitoring/content/air-quality-today">according</a> to the Florida Department of Environmental Protection. </p><p><a href="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA" target="_self" rel="" title="https://www.airnow.gov/?city=Miami&amp;state=FL&amp;country=USA">Moderate air quality</a> may pose a slight risk to those who are sensitive to air pollution, <a href="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index" target="_self" rel="" title="https://www.epa.gov/ozone-pollution-and-your-patients-health/patient-exposure-and-air-quality-index">according</a> to the U.S. Environmental Protection Agency. </p><p>The “Chipmunk” wildfire was the largest. It had burned more than 15,505 acres in Miami-Dade County, and it was 50% contained, <a href="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation" target="_self" rel="" title="https://egp.wildfire.gov/maps/?lat=25.581073&amp;lon=-80.881456&amp;zoom=10&amp;dimension=2d&amp;regionId=Nation">according</a> to the National Interagency Wildfire Enterprise’s geospatial portal. </p><p>The “Movie Dome” wildfire had burned more than 6,200 acres, and it was 60% contained. </p><p>The “22 (13)″ wildfire, which had burned 880 acres and was 40% contained, according to The Florida Forest Service’s <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">wildfires response map</a>. The FFS Everglades field unit was working the fire. </p><figure><img src="https://www.local10.com/resizer/v2/Z5BUFET4EFCKJFMRXKMZMROGVA.jpg?auth=af8e9bba1879827b5ccf9d652f38d274c436d5ace37beec71d86f628821be81a&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The “Vulture” wildfire had burned over 345 acres and was 80% contained. </p><p>The “Tower Point” fire burned three acres. </p><p>The “Radio Tower” wildfire burned 700 acres and was contained. </p><p>Shark Valley was set to reopen at 1 p.m. on Monday, according to a spokesperson for the National Park Service. </p><p><a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">FFS crews</a> contained a wildfire that had been burning on Sunday in Collier County and were still fighting the “H2 (50)” fire on Monday in southwestern Palm Beach County, which was 85% contained. </p><p>For more information about the wildfires in Florida, <a href="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information" target="_self" rel="" title="https://www.fdacs.gov/Forest-Wildfire/Wildland-Fire/Current-Wildfire-Information">visit this page</a>. </p><p><b>Related reports</b></p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fpermalink.php%3Fstory_fbid%3Dpfbid0GXVqjPMyNSkqnpUyEjLsRRgeUunjTSrxqmUbPSqDUXgx2cxqBDo9Nh3irzQcDzACl%26id%3D100057634173476&show_text=true&width=100%" width="500" height="168" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Due to active wildfires, Shark Valley is closed, including visitor center, trails, parking, and tram road. Smoke visible; US Highway 41 open. Airboat concessions operational. Alert &amp; Conditions: <a href="https://t.co/MSupo3LDSV">https://t.co/MSupo3LDSV</a>. <a href="https://t.co/QTRvCduq0t">pic.twitter.com/QTRvCduq0t</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://x.com/EvergladesNPS/status/2091328386350055636?ref_src=twsrc%5Etfw">August 23, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Woman arrested for stabbing in Deerfield Beach]]></title><link>https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/woman-arrested-for-stabbing-in-deerfield-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A woman was hospitalized on Sunday morning after she suffered stab wounds in Deerfield Beach, according to Broward Sheriff’s Office deputies.]]></description><pubDate>Mon, 24 Aug 2026 17:15:43 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies accused a 38-year-old woman of a stabbing during a robbery<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a> morning in Deerfield Beach, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/"><b>Leer en español</b></a></p><p>Deputies reported a woman injured at about 3:45 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/">on Sunday</a> near Northwest Third Avenue, also known as Martin Luther King Jr. Avenue, and Fourth Court.</p><p>At about 10 a.m.<a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/"> on Sunday</a>, BSO deputies arrested Brittany Payne, and corrections held her on Monday afternoon without bond at the North Broward Bureau in Pompano Beach, records show. </p><p>Payne faced charges of attempted murder and armed robbery, according to inmate records. </p><p>Broward County Circuit Judge Francis Viamontes was set to preside over the case, according to court records. </p><p><i>This is a developing story. Local 10 News Assignment Editors Carson Merlo and Mariana Ortiz contributed to this report. </i></p><p><b>Location</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d431.19923520994934!2d-80.10820406155445!3d26.322961274981743!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d91d85360c688b%3A0x15566158b9a76e91!2s401%20NW%203rd%20Ave%2C%20Deerfield%20Beach%2C%20FL%2033441!5e1!3m2!1sen!2sus!4v1787493643776!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTPSXAJVTNEVXINETY7QEU2K64.jpg?auth=a47759224a3bc04f845add4180e3c9a6285f1a20d796754fb2487308df3c2a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office deputies arrested Brittany Payne after a stabbing on Sunday morning in Deerfield Beach.]]></media:description></media:content></item><item><title><![CDATA[Man mourns wife, 2-year-old daughter killed by lightning strike in Margate]]></title><link>https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-mourns-wife-2-year-old-daughter-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.]]></description><pubDate>Mon, 24 Aug 2026 16:22:20 +0000</pubDate><content:encoded><![CDATA[<p>A grieving South Florida father is remembering his wife and 2-year-old daughter after police said they were struck and killed by lightning Sunday while arriving for a family dinner in Margate.</p><p><a href="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/"><b>Leer en español</b></a></p><p>For Kameron Glasgow, a patch of grass outside his aunt’s home in the 7900 block of Northwest First Street will forever hold one of his final memories of his wife, Kenya Glasgow, and their daughter, Kennedi.</p><p>“Words can’t describe that feeling,” Kameron Glasgow said.</p><p>Margate police said Kenya, 31, and Kennedi were struck by lightning at about 2:30 p.m. Sunday.</p><p>The family of four had just arrived at the home and were trying to get inside ahead of an approaching storm.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“We saw that the rain was picking up and we just said, ‘Hey, we got to get the girls inside,’” Glasgow recalled.</p><p>Then, lightning struck.</p><p>Glasgow said he felt the electricity shock him. </p><p>“I got the aftershock from the ground,” he said. “By the grace of God, I’m still here.”</p><p>But when he turned around, he was confronted with a devastating sight.</p><p>“To turn around and see your wife and your daughter there lifeless is even worse,” Glasgow said.</p><p>Kenya and Kennedi are survived by Glasgow and Kennedi’s twin sister, Kensli.</p><p>Glasgow said he is now grappling not only with his own grief, but with what the loss will mean for his surviving daughter.</p><p>“For her to lose her twin sister, words can’t describe that feeling because I know she can’t even fathom it right now,” he said through tears.</p><p>Glasgow described his wife as someone who was always there for the people she loved.</p><p>“My wife -- the biggest heart in the world,” he said. “The biggest heart in the world. Puts everybody before herself.”</p><p>He called Kenya, who was his high school sweetheart who he met senior year, one of his heroes, alongside his late father.</p><p>“She helped me make me into the man that I am today,” Glasgow said.</p><p>He described Kennedi as an “Energizer Bunny” with a love of music, particularly songs by Benson Boone.</p><p>“I’ve never seen a 2-year-old sing Benson Boone on a karaoke with a mic word for word,” he said. “Two years old and as clear as day. ‘Beautiful Things’, that’s her favorite song.”</p><p>Glasgow said the loss is especially painful after he viewed the birth of his twin daughters as a blessing following the death of his father.</p><p>“I thought my biggest blessing was God sending me my two daughters once my dad passed,” he said. “Just for one of them to be gone now, it’s tough.”</p><p>He said losing the woman he had spent half his life with will also be difficult to comprehend.</p><p>Despite his grief, Glasgow said he knows he must find a way forward for Kensli.</p><p>“It’s going to be OK because I have to be, because I have another beautiful daughter that’s inside,” he said.</p><p>For now, he is leaning on his faith.</p><p>“God gives no challenges to people that can’t handle it,” Glasgow said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Auto se estrella contra edificio en Opa-locka]]></title><link>https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/auto-se-estrella-contra-edificio-en-opa-locka/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Sky 10 sobrevoló el lugar poco antes de las 2 p.m., cuando una grúa retiraba el vehículo destrozado. Los bomberos trasladaron a un adulto a un hospital cercano.]]></description><pubDate>Mon, 24 Aug 2026 19:01:43 +0000</pubDate><content:encoded><![CDATA[<p>Una persona resultó herida cuando un auto se estrelló contra el costado de un edificio en Opa-locka el lunes, confirmaron los socorristas.</p><p>El accidente fue reportado en la cuadra 13200 de Northwest 32nd Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/ORO2UAXJPZFBRJOXWYDDBI5LGE.jpeg?auth=a95bbc8feaa429c7dd0457ffae1a4d270cfd70c22b7fc32b764efff14dd8fc59&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Sky 10 sobrevoló la escena poco antes de las 2 p.m., mientras una grúa se llevaba un Mustang convertible con daños. En el edificio quedó un gran boquete, y en la acera, escombros de la pared y restos del vehículo.</p><p>Funcionarios de Miami-Dade Fire Rescue confirmaron que un adulto fue trasladado a un hospital de la zona.</p><p>No se dieron a conocer otros detalles de inmediato.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFB6B7VW6NB23GCUATWJV7SSDA.jpeg?auth=89061823328177b5700dba4e30c5d1b2093fef576af7544784c8a381326d9771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[2 children among 4 killed in Gaza a week after US asked Israel to curb attacks]]></title><link>https://www.local10.com/news/world/2026/08/24/2-children-among-4-killed-in-gaza-a-week-after-us-asked-israel-to-curb-attacks/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/2-children-among-4-killed-in-gaza-a-week-after-us-asked-israel-to-curb-attacks/</guid><dc:creator><![CDATA[By WAFAA SHURAFA and SALLY ABOU ALJOUD, Associated Press]]></dc:creator><description><![CDATA[DEIR AL-BALAH, Gaza Strip (AP) — Palestinian residents of war-battered Gaza fled homes and businesses as Israeli strikes and tank fire killed at least four people Monday, including two children, hospital officials said, a week after a U.S. delegation asked Israel to draw down attacks.]]></description><pubDate>Mon, 24 Aug 2026 19:11:26 +0000</pubDate><content:encoded><![CDATA[<p>DEIR AL-BALAH, Gaza Strip (AP) — Palestinian residents of war-battered Gaza fled homes and businesses as Israeli strikes and tank fire killed at least four people Monday, including two children, hospital officials said, a week after a U.S. delegation asked Israel to draw down attacks.</p><p>After evacuation warnings by Israel's military, a strike hit a building in the Bureij refugee camp in central Gaza. One family was unable to flee and a 4-year-old child was killed, according to Awda Hospital, where he was taken. His mother and sister were wounded. There was no Israeli military comment.</p><p>Israeli strikes hit three other buildings across the territory after residents said they received evacuation warnings. Some people sprinted away, with mothers carrying children, while others moved amid the rubble in wheelchairs or with canes.</p><p>Smoke rose over the already devastated landscape.</p><p>Israel's military said it carried out strikes in the Shati refugee camp in Gaza City and in Deir al-Balah after issuing warnings, targeting what it described as two Hamas weapons storage facilities inside mosques. The military did not provide evidence but said the facilities contained dozens of “Kalashnikov rifles, magazines and additional military equipment.”</p><p>An earlier Israeli strike on a tent in Deir al-Balah killed a man, according to Al-Aqsa Hospital, where his body was taken. Israel’s military said it killed a militant affiliated with Hamas’ special forces unit.</p><p>Others were killed or hurt in Khan Younis in the south</p><p>A man was killed and five others were wounded in an Israeli strike in Khan Younis in southern Gaza, according to Nasser Hospital, which received the casualties.</p><p>And Israeli tank fire hit an area east of Khan Younis, killing a 10-year-old girl, according to the hospital, where her body was taken.</p><p>Israel's military did not immediately comment on the strike in Khan Younis and said it was not aware of the incident with the child.</p><p>Israel has continued to carry out targeted killings in the week since a U.S. delegation met with Prime Minister Benjamin Netanyahu in an effort to push last year's ceasefire deal forward.</p><p>U.S. negotiator Jared Kushner asked Netanyahu to draw down Israel’s attacks in Gaza, a person familiar with the meeting said last week, speaking on condition of anonymity because they weren’t authorized to brief journalists.</p><p>Israel has announced strikes on six of the seven days since that meeting.</p><p>Israel says it is targeting militants and related sites</p><p>While the heaviest fighting in Gaza has subsided since the ceasefire took hold in October, Israeli airstrikes have killed at least 1,288 Palestinians, according to Gaza's health ministry. The ministry, part of the Hamas-led government, maintains detailed casualty records that are seen as generally reliable by U.N. agencies and independent experts. It does not give a breakdown of civilians and militants.</p><p>Militants have carried out shooting attacks on Israeli troops, and Israel says its strikes are in response to that and other ceasefire violations. Five Israeli soldiers have been killed since the ceasefire.</p><p>Palestinian officials have reported strikes on homes and police stations, and Hamas has claimed that attacks are designed to destabilize Gaza and prevent progress on the ceasefire's next steps, which include demilitarizing and reconstructing the territory and the deployment of an international stabilization force.</p><p>Israel warns against kites sent from Gaza</p><p>In the period before the Hamas-led Oct. 7, 2023, attack on southern Israel that sparked the war, burning kites and balloons were sent from Gaza into Israel, causing fires and other damage.</p><p>Now Israeli officials are expressing concern after several kites were found in a kibbutz near Gaza. No weapons or dangerous materials were attached. Netanyahu and Defense Minister Israel Katz in a statement Sunday threatened to ramp up strikes on Gaza unless Hamas ensures the kites stop flying toward Israel.</p><p>Hamas spokesperson Hazem Qassem has called the kites “essentially children’s toys” and accused Israel of using them as “an attempt to justify the continuation of aggression and violations against our people.”</p><p>The Oct. 7 attack killed some 1,200 people and saw 251 taken hostage. All hostages or their remains were later released. Israel’s retaliatory offensive in Gaza has killed more than 73,422 Palestinians, according to Gaza’s health ministry.</p><p>___</p><p>AlJoud reported from Beirut. AP writer Sam Metz in Jerusalem contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/66JRYEG4LHDI4I5IBYCVZDUR6Y.jpg?auth=12200dff018e1264a2a0f1b7638fbafbaab1b397f8bcc11af190c45973ff2941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians try to extinguish a fire in the rubble of a destroyed building following an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAJVCH6IDYHXYCLYEQ2AHK7J6Q.jpg?auth=2085eaf467e4920be873ea1e40f0bed6973dec19679da0c39dde58514d991402&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VG3L4VLNDYPT4PRYKQN6FHSWR4.jpg?auth=e83b8f531f0e4045d3c81c2165af8bf24d9ba75857af76911c57f3abb4ee852d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises following an Israeli military strike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ERYYHTUDETWIATQZTEO7R6SUUQ.jpg?auth=8ba95fbb4fd6173a6f8f89d26c4d1b34c14ab0f357fcfd1e1cd7a7a8f06721b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MQBGPX2V7QCDSWLXOZTYKQPDLY.jpg?auth=95306bb5a796b4025e0a0da261d9c6918746831aa25070163ea48379ac6732f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the rubble of a building destroyed in an Israeli airstrike in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content></item><item><title><![CDATA[Man hospitalized after northwest Miami-Dade shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/man-hospitalized-after-northwest-miami-dade-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/man-hospitalized-after-northwest-miami-dade-shooting/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.]]></description><pubDate>Mon, 24 Aug 2026 18:40:00 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.</p><p>It happened just before 1:45 p.m. near Northwest 18th Avenue and 63rd Street in the unincorporated Gladeview area.</p><p>According to MDSO, deputies responding to a ShotSpotter alert found the man shot in “his lower extremities” and medics took him to Jackson Memorial Hospital’s Ryder Trauma Center.</p><p>An MDSO spokesperson said the victim’s condition was “unknown” as of Monday afternoon and that detectives were investigating the case.</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/2TCW6DSKANFBLODZLEEVO7Y4CI.jpg?auth=3f9688953d10845f7ce2c0c1202cc3fa8126a23dd78f13776154e97e755606e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade Sheriff’s Office deputies investigated a shooting Monday afternoon.]]></media:description></media:content></item><item><title><![CDATA[A psychologist at Lindsay Clancy's murder trial says she has bipolar disorder]]></title><link>https://www.local10.com/news/national/2026/08/24/a-psychologist-at-lindsay-clancys-murder-trial-says-she-has-bipolar-disorder/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/24/a-psychologist-at-lindsay-clancys-murder-trial-says-she-has-bipolar-disorder/</guid><dc:creator><![CDATA[By MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[Lindsay Clancy has bipolar disorder and was experiencing anxiety, depression, insomnia and suicidal thoughts in the weeks before she killed her three children, a forensic psychologist testified Monday in her murder trial]]></description><pubDate>Mon, 24 Aug 2026 18:36:28 +0000</pubDate><content:encoded><![CDATA[<p>Lindsay Clancy has bipolar disorder and was experiencing anxiety, depression, insomnia and suicidal thoughts in the weeks before she killed her three children, a forensic psychologist testified Monday in her murder trial</p><p>Kirk Heilbrun, who examined Clancy over three days this year, said he came to a different conclusion than a forensic psychiatrist who also evaluated her and testified Friday that Clancy neither had bipolar disorder nor psychosis.</p><p>Both Heilbrun and Dr. Avram Mack testified as rebuttal witnesses for prosecutors in a case that centers around Clancy's mental state when she strangled her three young children before jumping from a second-story window in January 2023. Closing arguments are expected later this week.</p><p>___</p><p>EDITOR’S NOTE: This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988.</p><p>___</p><p>Clancy’s attorney Kevin Reddington does not dispute that she killed the children. But he says she shouldn’t be held criminally responsible because she had postpartum psychosis, a rare mental illness linked to the stress, sleep deprivation and hormonal changes that follow childbirth. He said she also had bipolar disorder and that antidepressants prescribed worsened her condition.</p><p>Prosecutors say the former labor and delivery nurse planned the killings and contrived to get her husband out of the house by sending him to pick up medicine for one of their children and dinner for the family.</p><p>Heilbrun said he struggled to reach a diagnosis of bipolar 2 disorder “because of all the diagnoses in the records and all the symptoms that she experienced.” People with bipolar 2 disorder experience cycles of depression and hypomania, which is less intense than the mania experienced with bipolar 1 disorder.</p><p>“I was having a hard time finding something that looked like it was a manic episode,” Heilbrun said. “There were times when she felt, as she described it, after the birth of different children, she felt good. She felt on top of the world. She felt really close to them, her husband and her kids and so on. But, it’s also something that it didn’t look like a manic episode so much as it looked like she was really feeling good.”</p><p>Heilbrun echoed earlier testimony about Clancy's struggles with sleep, the negative reactions to medications she was prescribed, anxiety about returning to work and leaving her children as well as intrusive thoughts that include wanting to hurt herself.</p><p>But he noted that at a psychiatric hospital she stayed about two weeks before she killed her children that she never reported having hallucinations or suicidal thoughts. Her main concern was insomnia.</p><p>Clancy, 36, has pleaded not guilty to murder charges in the deaths of Callan, Dawson and Cora Clancy, who ranged from 8 months to 5 years old.</p><p>The two sides have presented experts with starkly contradicting testimony on whether Clancy was suffering from postpartum psychosis.</p><p>After the defense rested Friday, prosecutors began calling rebuttal witnesses, starting with Mack. He agreed that Clancy suffered from a major depressive episode but said he found no evidence of mania or hypomania to support a bipolar diagnosis — or of psychosis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6JQFX5TMDZBUVSSES6EXLM2FRI.jpg?auth=8b9fe5621d631a7f2aeeb5825e3d2faeafe5fd57319f8ec4ed5d7b673705f61c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy grins after her attorney Kevin Reddington concluded his cross examination of rebuttal witness Dr. Avram Mack during her murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5W2G7NVC67LJB67RBX6FQ7ECCY.jpg?auth=efb658c7b871bb522c19fedbb4cd53be75a6bc2cb5935513d146fcc088081f71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Forensic Phycologist Dr. Kirk Heilbrun speaks on the witness stand during Lindsay Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PWZN2TCVX6RRGRCPQDR3VSMUHI.jpg?auth=e9f3d319602f72c3cffb47762b328da6f785d0d683bd5d0af6af831041a6f168&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington, seated with client Lindsay Clancy, listens to testimony by forensic phycologist Dr. Kirk Heilbrun, a prosecution rebuttal witness during Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2J7PUHBBB5H2T5ZTOHWOT26HU.jpg?auth=876d2a28b42dc88f9b30ceb5850122abe1a6fd9cc44d3f7f2bfc73ee494296b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy's parents Paula And Mike Musgrove listen to testimony during Clancy's murder trial at Plymouth Superior Court, Monday, Aug. 24, 2026 in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content></item><item><title><![CDATA[Aug. 24: Much needed rain on the way with daily thunderstorm chances]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-much-needed-rain-on-the-way-with-daily-thunderstorm-chances/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-much-needed-rain-on-the-way-with-daily-thunderstorm-chances/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[It will be another hot week with temperatures slightly above average, but at least we’re not breaking records this time. ]]></description><pubDate>Mon, 24 Aug 2026 18:35:50 +0000</pubDate><content:encoded><![CDATA[<p>It will be another hot week with temperatures slightly above average, but at least we’re not breaking records this time. Thunderstorms are taking over as the big story this week. Each day will give us a 50% chance of afternoon storms. Some could produce some locally heavy rainfall. They will be true to the South Florida rainy season pattern with some neighborhoods getting the rain and others nearby missing out. This is still beneficial for the severe to extreme drought that is ongoing. This pattern is on repeat all 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[Darline Graham, Ralph Norman wrap up a whirlwind South Carolina Senate primary campaign]]></title><link>https://www.local10.com/news/politics/2026/08/24/darline-graham-ralph-norman-wrap-up-a-whirlwind-south-carolina-senate-primary-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/darline-graham-ralph-norman-wrap-up-a-whirlwind-south-carolina-senate-primary-campaign/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[COLUMBIA, S.C. (AP) — Sen. Darline Graham and Rep. Ralph Norman are wrapping up their compressed campaigns to win South Carolina's Republican nomination in a special U.S. Senate primary to replace the late Sen. Lindsey Graham on November ballots.]]></description><pubDate>Mon, 24 Aug 2026 18:34:16 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBIA, S.C. (AP) — Sen. Darline Graham and Rep. Ralph Norman are wrapping up their compressed campaigns to win South Carolina's Republican nomination in a special U.S. Senate primary to replace the late Sen. Lindsey Graham on November ballots.</p><p>Tuesday's Senate runoff tests the heft of both a famous political last name and the endorsement of President Donald Trump, who is backing Darline Graham and campaigned in the state for her days ahead of the vote.</p><p>The matchup pits the well-known Norman — fresh off an unsuccessful gubernatorial bid earlier this summer — against Graham, the late senator's sister who was thrust into the political spotlight with her interim appointment, then a sprint of a primary campaign.</p><p>Trump making final push for Darline Graham</p><p>Graham drew early criticism for being in Washington for Senate votes instead of on the ground in South Carolina, where many voters said they didn’t know anything about her or her positions. She’s been trying to make up that ground, holding meet and greet events, including two on Monday in Aiken and Seneca, as well as a news conference with Gov. Henry McMaster, who appointed her to the interim post and endorsed Graham on Friday.</p><p>Trump on Monday night also planned the second of two tele-rallies for Graham.</p><p>The president, long closely allied with Lindsey Graham, has done more to promote Darline Graham's candidacy than he has for others he’s endorsed in this year’s midterms. Trump encouraged her to run and traveled to South Carolina on Friday for a rally with Graham in Myrtle Beach.</p><p>Before several thousand people — some of whom said they came mostly to see the president, not his chosen candidate — Trump urged “every South Carolina patriot to go to the polls and vote for Darline Graham.”</p><p>When McMaster appointed Graham last month, a person familiar with McMaster’s thinking but unauthorized to speak publicly about it said the governor had never contemplated that she would run for the seat herself.</p><p>Asked Monday why he had waited until late last week to endorse Graham, McMaster said simply that “I thought that was the right time.”</p><p>Norman crisscrossing the state to make his final campaign case</p><p>On Monday, Norman planned two events with pastors, ending his runoff campaign in Greenville. The most populous in the state, Greenville County typically contributes the most votes in statewide Republican primaries.</p><p>It’s also bucked against the front-runners in recent GOP contests. Norman also carried Greenville County in the gubernatorial primary earlier this year — and it was one of the only counties Lindsey Graham lost in his final election, this year’s original June primary.</p><p>Norman has decried the role of super PAC spending against him in the runoff campaign, accusing Graham of being funded by special interests who are pushing their own agenda through her candidacy. The wealthy developer has made large personal transfers into his campaign coffers and promoted his voting record and business acumen.</p><p>Norman has frequently reminded voters of his history supporting the president’s policies in Congress. He’s also portrayed his opponent as inexperienced for a six-year shot at the Senate job, saying in a wide-ranging interview with The Associated Press that the “Washington elite” who funded Graham were “dictating the terms and giving her the political answers” in her campaign.</p><p>At a town hall Friday, Norman leaned into his experience in elected politics and in the business world, reiterating his campaign trail slight against Graham, a political newcomer, that the Senate isn't a place to get “training on the job.”</p><p>“We've had a short runway, and I'm so glad I did this,” Norman told voters at a town hall in Anderson. “You have to know it. You have to be in it, and that's one of the advantages that I have.”</p><p>The winner of Tuesday's GOP runoff will face Democrat Annie Andrews in November. No Democrat has won a statewide-elected office in South Carolina in two decades.</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEVNXYAXTUAY2HMC6XQX5MMJZY.jpg?auth=f384a396b3767c228260cac4b1bb7b0fe484c115e1baf2d4e44be4b569ea25e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gov. Henry McMaster, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks at a news conference for her campaign a day ahead of the special GOP Senate runoff to replace her brother, the late Sen. Lindsey Graham, R-S.C., Monday, Aug. 24, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UFNAQTIBLMUXU7XS73FTSRAFOQ.jpg?auth=65fcb7da1354ce948ce47b43a5579ae4d40c554fc9b23196b919cd7ef0a1c39e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., speaks during a special GOP Senate runoff debate to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V3WFIYB4Z55B6MC5WJLA6VYMZA.jpg?auth=cde89ecd5d53452c80addd73381b65e9627c0a3232e23b3bd9a2767a98ba2770&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, looks on as Sen. Darline Graham, R-S.C., speaks during a special GOP Senate runoff debate to replace the late Sen. Lindsey Graham, R-S.C., on Tuesday, Aug. 18, 2026, in Newberry, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKY2RERI6BOAZYP7VJEUVGZ2TU.jpg?auth=73611af88d810638cc73b7dac82582a517a1f8bf6d9b8e6289d9b47259e77027&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., gestures to Gov. Henry McMaster, R-S.C., at a news conference for her campaign a day ahead of the special GOP Senate runoff to replace her brother, the late Sen. Lindsey Graham, R-S.C., Monday, Aug. 24, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[US Postal Service issues new rule for mail ballots, but its impact on the midterms is uncertain]]></title><link>https://www.local10.com/news/politics/2026/08/24/us-postal-service-issues-new-rule-for-mail-ballots-but-its-impact-on-the-midterms-is-uncertain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/us-postal-service-issues-new-rule-for-mail-ballots-but-its-impact-on-the-midterms-is-uncertain/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI, Associated Press]]></dc:creator><description><![CDATA[The U.S. Postal Service has unveiled new requirements for mail ballots less than two weeks before some states begin sending them, but the regulation will take effect only if the Supreme Court allows President Donald Trump's order restricting voting by mail to go forward.]]></description><pubDate>Mon, 24 Aug 2026 18:10:16 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. Postal Service has unveiled new requirements for mail ballots less than two weeks before some states begin sending them, but the regulation will take effect only if the Supreme Court allows President Donald Trump's order restricting voting by mail to go forward.</p><p>The final regulation was issued Friday night, but may end up as just a footnote in the lengthy legal battle against Trump's order, which a federal judge in Boston has frozen ahead of November’s elections.</p><p>The administration has asked the high court to lift that injunction. But a second one from the same judge would prevent the Postal Service from implementing any procedural changes before this year's midterms and would likely need to be nullified, as well.</p><p>Time is running out for the administration to make any changes in the nation's voting procedures. The first mail ballots are required to be sent to military and overseas voters from North Carolina on Sept. 4. At that point, it would be virtually impossible for all states to alter the formatting of their mail ballots to comply with Trump's directive. The Postal Service rule also requires states to submit voter lists in order to get their mail ballots delivered.</p><p>The Postal Service said it could not comment on its rule given the litigation.</p><p>Lawyers from Democratic-run states and civil rights groups who sued to block the order argued that Trump doesn't have the authority to change election regulations in states. The U.S. Constitution vests that power in the states or Congress, which has been unable to pass Trump's desired election changes.</p><p>The Trump administration appealed to the Supreme Court last month to let it move forward with the executive order, which calls for the federal government to compile a list of eligible voters and send mail ballots only to those on the list. The high court has not yet taken action.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JXXGSCYKUANEF2UJPSUNFMJX44.jpg?auth=7c2e55b8843ad49ef45c5857b50fb3b06c6eb097fe393a1a93d4fb2da2ac7e1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delivery vans bearing the logo sit during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Fuertes nevadas obligan a suspender decenas de vuelos y cerrar carreteras en Bolivia]]></title><link>https://www.local10.com/espanol/2026/08/24/fuertes-nevadas-obligan-a-suspender-decenas-de-vuelos-y-cerrar-carreteras-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/fuertes-nevadas-obligan-a-suspender-decenas-de-vuelos-y-cerrar-carreteras-en-bolivia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Una nevada que caía el lunes en el altiplano de Bolivia obligó a cancelar más de 60 vuelos en el aeropuerto de La Paz y suspender decenas de viajes por carretera hacia otras ciudades del occidente, informaron autoridades.]]></description><pubDate>Mon, 24 Aug 2026 18:07:25 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Una nevada que caía el lunes en el altiplano de Bolivia obligó a cancelar más de 60 vuelos en el aeropuerto de La Paz y suspender decenas de viajes por carretera hacia otras ciudades del occidente, informaron autoridades.</p><p>La operadora de aeropuertos informó el lunes que las nevadas “han reducido la visibilidad por lo que las operaciones aeroportuarias se encuentran temporalmente suspendidas” con el resto del país.</p><p>La terminal de autobuses de La Paz también suspendió salidas a otras ciudades del occidente debido a la intensa nevada que cae desde el domingo en el altiplano boliviano. Otras tres ciudades también cerraron carreteras anulando viajes de pasajeros.</p><p>La Paz registraba lluvia y bajas temperaturas, mientras que en la vecina ciudad de El Alto caía una profusa nevada y lluvia, fenómenos que son habituales al finalizar el invierno pero que este año se presentan más intensos con lluvias en el oriente, según los expertos. El Servicio Nacional de Meteorología e Hidrología declaró un alerta debido a las nevadas de “intensidad de moderada a fuerte”.</p><p>Hace unos días varios turistas quedaron atrapados en el sur de Potosí cuando visitaban el Salar de Uyuni, el mayor atractivo turístico boliviano.</p><p>El temporal se presenta en medio del fenómeno meteorológico de El Niño, que este año se anuncia más intenso con sequías en el occidente y lluvias e inundaciones el oriente. Los expertos dicen que los mayores efectos del fenómeno se sentirán en Bolivia desde noviembre.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CTHQEQERZUSM5XTZPSUVCNAAOE.jpg?auth=71077e88cc3c077f2a4240aa35700717629ef0eeb6889850136608603b246ede&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los camiones se acumulan en una autopista bloqueada por la nieve en La Cumbre, a las afueras de La Paz (Bolivia), el miércoles 19 de agosto de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PNNIFG2Z3CZQY5WFDRP7J4RGDM.jpg?auth=6ed1b1b9d83d647ab48ba7a421f08126e1c81bd71d5c25b38beae3a5d5dea667&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre camina por una carretera cubierta de nieve tras bajarse de un autobús que no pudo continuar su recorrido debido al mal estado de la carretera en La Cumbre, a las afueras de La Paz (Bolivia), el miércoles 19 de agosto de 2026. (Foto AP/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Corvette-driving Miami robbery suspect had victim’s stolen pills ‘in between his buttocks,’ cops say]]></title><link>https://www.local10.com/news/local/2026/08/24/corvette-driving-miami-robbery-suspect-had-victims-stolen-pills-in-between-his-buttocks-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/corvette-driving-miami-robbery-suspect-had-victims-stolen-pills-in-between-his-buttocks-cops-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man from the Fort Myers area is in custody in South Florida in connection with an armed robbery at a Miami apartment building in mid-August in which police said he fled in a Chevrolet Corvette.]]></description><pubDate>Mon, 24 Aug 2026 17:50:00 +0000</pubDate><content:encoded><![CDATA[<p>A man from the Fort Myers area is in custody in South Florida in connection with an armed robbery at a Miami apartment building in mid-August in which police said he fled in a Chevrolet Corvette.</p><p>Miami police said the robbery happened on the morning of Aug. 14. Lee County deputies arrested Xavier Vance Thompson, 19, of Lehigh Acres, later that morning as he drove the Corvette in Fort Myers, according to an arrest warrant. Thompson would be taken back to Miami-Dade County to be booked on Friday.</p><p>Authorities said four other suspects were involved, one of whom was identified as 22-year-old Giovanni Lee Veilleux, who records show also lives in Lehigh Acres. He was not in custody in either Miami-Dade or Lee counties as of Monday morning.</p><p>The arrest warrant states that the victim had been invited over the apartment, the location of which wasn’t specified, to “hang out” to socialize with Thompson, Veilleux and another man, along with two women, on Aug. 12.</p><p>When he was invited back on Aug. 14, police said the victim was “smoking and socializing” with Thompson, Veilleux and three other men when he looked up to see the group armed with pistols and AR-15s, pointing the guns at him.</p><p>“You lacking, we got you,” police said Veilleux told the victim. “Give it up.”</p><p>One of the men hit the victim in the head with the AR-15 “several times” while he was restrained and placed in a chokehold, according to the warrant.</p><p>According to the warrant, the victim told investigators that “his face was pushed into the couch while the offenders searched his pockets and removed his Rose Gold 22 inch Cuban link with baguette diamonds necklace, Chrome Hearts designer reading glasses, red Nike shoes, identification card, bank card, cash and prescription pills inside their prescription bottle with (his) name,” along with his cellphone.</p><p>Authorities said he pleaded with the group to return his belongings to no avail; they instead “mocked him.”</p><p>They said two of the men “escorted him to the elevator and threatened him while forcing him inside.”</p><p>“The victim entered the elevator, and the doors closed,” the warrant states. “However, the elevator did not move because a key fob was required for operation. When the elevator doors reopened, the victim exited and heard the stairwell door closing. The victim then ran down the stairwell to check whether his vehicle had been taken.”</p><p>Police said his car was still there but he saw the group fleeing in the aforementioned Corvette, as well as a Dodge Durango. According to the warrant, he ran out of the parking garage and spotted a Miami police sergeant and reported what happened.</p><p>Authorities said downtown license plate readers captured both vehicles fleeing toward Interstate 95.</p><p>Just after 11:45 a.m., a detective with the Lee County Sheriff’s Office spotted the Corvette in Fort Myers and took Thompson into custody after conducting a felony traffic stop, according to police.</p><p>Authorities said while the LCSO detective searched Thompson, “a foreign cylindrical object was observed protruding from (his) rear area.”</p><p>That object, according to an LCSO report, was under the victim’s pants and boxers, stuffed “in between his buttocks” and turned out to be the victim’s pill bottle with his name on it.</p><p>Deputies said Thompson told them “something to the effect of knowing he wasn’t supposed to have the pills and stuffing them down his pants when he got pulled over.”</p><p>Detectives were able to identify two full pills inside as being Adderall and the opioid buprenorphine. They arrested Thompson on drug possession charges.</p><p>Now facing an armed robbery charge in Miami-Dade, Thompson was being held without bond in the Metrowest Detention Center as of Monday morning.</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/OTH6X2N3OBEVTJT4VWGLTJ2LJM.jpg?auth=483a1b4e6ed057ca762143458c86c1f2cf8ef824bb482c76542cc45cbe15cb97&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Xavier Thompson]]></media:description></media:content></item><item><title><![CDATA[Coalición de pandillas desata nuevo ataque violento contra comunidad agrícola en Haití]]></title><link>https://www.local10.com/espanol/2026/08/24/coalicion-de-pandillas-desata-nuevo-ataque-violento-contra-comunidad-agricola-en-haiti/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/coalicion-de-pandillas-desata-nuevo-ataque-violento-contra-comunidad-agricola-en-haiti/</guid><dc:creator><![CDATA[Por PIERRE-RICHARD LUXAMA y EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PUERTO PRÍNCIPE, Haití (AP) — Una poderosa coalición de pandillas atacó una pacífica comunidad agrícola enclavada en las colinas sobre la capital de Haití, matando a varias personas, informó un funcionario a The Associated Press el lunes.]]></description><pubDate>Mon, 24 Aug 2026 18:54:41 +0000</pubDate><content:encoded><![CDATA[<p>PUERTO PRÍNCIPE, Haití (AP) — Una poderosa coalición de pandillas atacó una pacífica comunidad agrícola enclavada en las colinas sobre la capital de Haití, matando a varias personas, informó un funcionario a The Associated Press el lunes.</p><p>El alcalde de Kenscoff, Jean Massillon, relató que hombres armados irrumpieron en la comunidad a última hora del domingo, incendiaron viviendas y mataron a residentes.</p><p>“Sigue siendo imposible establecer una cifra definitiva de muertos debido a las dificultades de acceso y los problemas de comunicación”, declaró Massillon.</p><p>Los lamentos llenaban el aire en Kenscoff al tiempo que los sobrevivientes encontraban los cuerpos de amigos y familiares esparcidos en las calles a primera hora del lunes.</p><p>“¡Mataron a mi hijo!”, seguía gritando una mujer cuando personas cercanas intentaban consolarla.</p><p>Un hombre se arrojó al costado de la carretera, con la cabeza sobre su brazo derecho y lloraba en el suelo. Cerca, la gente recogía los cadáveres de los asesinados, algunos envueltos en sábanas salpicadas de sangre.</p><p>Robert Jean recordó cómo escuchó disparos antes del amanecer e intentó despertar a la gente para evitar que fuera asesinada. Dijo que buscaba frenéticamente a su hermano, quien fue asesinado: “Estaba llamando para ver si todos estaban a salvo. No pude encontrar a mi hermano”.</p><p>Otro residente de Kenscoff culpó al gobierno por las muertes.</p><p>“Si tan solo tuviéramos una buena fuerza policial que hubiera colocado aquí un camión blindado, lo que pasó aquí se habría evitado”, dijo Verti Enold-Saint, levantando una sábana sobre el cuerpo de su cuñado.</p><p>El agricultor Mathurin Pierre, de 41 años, contó a The Associated Press que perdió a 14 seres queridos y que un número desconocido permanece desaparecido.</p><p>Massillon atribuyó el ataque a integrantes de Viv Ansanm, que el gobierno de Estados Unidos designó el año pasado como organización terrorista extranjera.</p><p>“Sembraron el caos”, indicó Massillon.</p><p>Contó que los agresores atacaron una iglesia y viviendas, incluidas las del doctor Jean “Bill” Pape. Es un médico reconocido que dirige una organización no gubernamental en Haití que ayuda a pacientes, incluidos aquellos con VIH y tuberculosis.</p><p>No se disponía de más detalles sobre el ataque. Un portavoz de la fuerza de supresión de pandillas respaldada por la ONU no ha respondido a un mensaje en que se solicitaban comentarios.</p><p>El gobierno de Haití emitió un comunicado condenando lo que calificó como un atroz ataque criminal.</p><p>“Se están desplegando refuerzos”, indicó. “Kenscoff no será abandonada”.</p><p>Resaltó que se ha ordenado a las fuerzas de seguridad perseguir a los responsables.</p><p>“La población debe mantenerse confiada”, señaló el gobierno, y agregó que no dará marcha atrás.</p><p>Las pandillas controlan aproximadamente el 70% de Puerto Príncipe, la capital, y Viv Ansanm ha atacado repetidamente la cercana Kenscoff.</p><p>La violencia de las pandillas ha desplazado a una cifra récord de 1,5 millones de personas en todo Haití, donde se reportó la muerte de más de 3.100 personas de enero a junio y otras 1.189 resultaron heridas, según estadísticas de la ONU.</p><p>El ataque ocurre menos de una semana después que el gobierno de Estados Unidos deportara a más de 160 personas al atribulado país caribeño por primera vez desde que el gobierno de Trump ganó una batalla legal para poner fin al Estatus de Protección Temporal para unos 350.000 haitianos.</p><p>El gobierno de Haití ha dicho que algunos de los deportados incluían a beneficiarios del TPS. El Departamento de Seguridad Nacional de Estados Unidos indicó el lunes, en un comunicado a la AP, que entre los deportados el viernes había varios pandilleros con antecedentes penales que iban desde agresión hasta narcotráfico.</p><p>Haití tiene previsto celebrar elecciones generales por primera vez en más de una década el 13 de diciembre, y ha estado registrando votantes en Puerto Príncipe y otras localidades. Expertos han advertido que actualmente es demasiado peligroso celebrar elecciones.</p><p>___</p><p>La periodista de The Associated Press Dánica Coto contribuyó a este despacho desde San Juan, Puerto Rico.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IT72HV3VLQF7GNMRDKDU4QKLP4.jpg?auth=21c87998199e700d517449d90c81e8e7d90365feca4383710797e467a7d2292b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un niño juega en un refugio para familias desplazadas por la violencia de las pandillas en Puerto Príncipe, Haití, el lunes 17 de agosto de 2026. (Foto AP/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Newsom returns to a defining California fight: Who pays for wildfire damage?]]></title><link>https://www.local10.com/news/2026/08/24/newsom-returns-to-a-defining-california-fight-who-pays-for-wildfire-damage/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/newsom-returns-to-a-defining-california-fight-who-pays-for-wildfire-damage/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — The bookends of California Gov. Gavin Newsom's nearly eight years in office have been defined by a crucial question: Who should cover the cost of damage from wildfires caused by utility equipment?]]></description><pubDate>Mon, 24 Aug 2026 17:42:18 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — The bookends of California Gov. Gavin Newsom's nearly eight years in office have been defined by a crucial question: Who should cover the cost of damage from wildfires caused by utility equipment?</p><p>The most destructive wildfire in state history, a blaze that killed 85 people and destroyed more than 18,000 buildings in Northern California, started two days after Newsom won the governorship in 2018. Investigators determined it was caused by Pacific Gas & Electric equipment. Facing tens of billions of dollars in liability, the giant utility filed for bankruptcy just weeks after Newsom's inauguration.</p><p>Months later, Newsom signed a law creating a $21 billion fund, paid for by utility shareholders and ratepayers, to help utilities pay for wildfire damages if they take certain safety measures.</p><p>Now, as the final legislative session of his governorship ends, Newsom is trying to broker a deal with lawmakers aimed at further shielding utilities from financial trouble if their equipment sparks a wildfire. His push comes as another major utility, Southern California Edison, faces claims from the state's second-most destructive blaze, a 2025 fire that killed 19 people outside of Los Angeles. Investigators ruled this month that it was sparked by one of the company’s transmission towers.</p><p>Newsom's plan could limit the amount electric and gas companies have to pay victims and attorneys. One of the goals is to stabilize the state's electricity rates, which are among the highest in the nation and have continued to climb in recent years. Utilities have raised rates to pay for wildfire prevention and recovery as climate change has made the blazes more intense and frequent. Six of the state’s 10 most destructive wildfires have been caused by utility equipment.</p><p>Newsom says the state needs to act quickly because he expects the wildfire fund to run out soon. His plan would require survivors to get paid by utilities sooner.</p><p>“Status quo is not going to work,” Newsom recently told reporters. “It’s not going to work for victims, who consistently are last in line. And that’s at the core of this reform."</p><p>But some of those victims are pushing back. They've said Newsom's plan prioritizes utilities over the needs of fire survivors. Meanwhile, insurance companies are concerned they would foot more of the bill for property damage. A coalition including the state's major utilities — PG&E, Southern California Edison, and San Diego Gas & Electric — has been urging lawmakers to pass the plan. The last-minute legislative battle could help shape Newsom's legacy as he considers a run for president in 2028.</p><p>Newsom says his plan strikes a fair balance</p><p>Under California law, utilities have to pay damages for fires ignited by their equipment, even if a judge doesn't find them negligent. Home insurers that pay for policyholders' rebuilding expenses can try to get reimbursed by utilities.</p><p>Newsom's plan could change that by making insurance companies cover more of the cost of property damage. The proposal would also require utility CEOs to forfeit bonuses if their company sparks a wildfire resulting in more than $1 billion worth of damage. And utility shareholders could be fined up to $10 million for violating wildfire prevention requirements, according to the governor's office, which hasn't released the full details.</p><p>Personal Insurance Federation of California, a group representing property insurers across the state, said insurance rates will increase if the plan is implemented. The onus should remain on utilities to pay, said Rex Frazier, the federation's president.</p><p>“Being responsible for your actions is something that parents tell children,” he said in a statement. "Hopefully the Legislature will tell this to the utilities.”</p><p>Fire survivors are also frustrated with the plan, which could limit their payouts. Joy Chen, executive director of Every Fire Survivor's Network, a group of survivors of the 2025 Los Angeles-area fires, blasted it at a virtual town hall this month.</p><p>“This is overall a massive transfer of liability for the three for-profit utility monopolies that have continued to burn down communities across California,” Chen said.</p><p>The Legislature has until Aug. 31 to pass a plan. If they don't, Newsom could call them back for a special session.</p><p>Democratic legislative leaders say the state needs to address the issue but haven't specified what a deal could include. Newsom proposed another $18 billion last year to supplement the wildfire fund, which the Legislature approved.</p><p>An economist says the state should reduce utility liability</p><p>California's longstanding requirement that utilities cover the cost of wildfire damages regardless of whether they were negligent is based on the fact that they are providing a public service, said Meredith Fowlie, an economist who co-directs an energy institute at the University of California, Berkeley.</p><p>But as climate change has fueled more frequent and destructive fires, the state should rethink how to distribute the ballooning costs of recovering from those blazes, she said.</p><p>“Utilities can start fires, but they don’t by themselves create catastrophe,” Fowlie said.</p><p>Other factors make wildfires turn into catastrophes, such as failing to clear vegetation or upgrade homes to make them more fire-resistant, she said. The question of who should be held responsible — and by how much — is “a critical, core issue that we have not dealt with and is not going away,” Fowlie said.</p><p>Newsom says he's prepared to tackle the issue he's kept revisiting since he took office.</p><p>“I'm not going to walk away and hand a real mess to the next governor,” he said last week.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FSHT5IXXIEBKNWWIIWKYII4GZQ.jpg?auth=13c3ef0e4e58a7046fa06fea46927a6e19994dbb04acb4d3b29e4669152f3b6e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California Gov. Gavin Newsom attends the National Association of Latino Elected and Appointed Officials conference in Los Angeles, July 14, 2026. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SFNRDOTPBZE3QDWL4AIA26AHDU.jpg?auth=0e4f5fcceb8bf72fe07560c78d855c6a109d9c2f461e09ac4b246963647f40d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Palisades Fire burns a residence in the Pacific Palisades neighborhood of Los Angeles, Jan. 7, 2025. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6VKAXWS2FEBMG7KBIGVCUFLKPQ.jpg?auth=8e4e458f2c15bdf110870cafb7d22077e9d06b5a4d90bca8bc02fa3a6d9fb481&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Fire crews watch the devastation from the Palisades Fire in the Pacific Palisades neighborhood of Los Angeles, Jan. 11, 2025. (AP Photo/John Locher, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHJKICWBB5W2N3RDNNDBOJGI4Q.jpg?auth=f36638ba2ee44b3ee0f388f4f288ebbe8bd44769787366eca6659fdc1731c139&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Palisades Fire ravages a neighborhood amid high winds in the Pacific Palisades neighborhood of Los Angeles, Jan. 7, 2025. (AP Photo/Ethan Swope, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ethan Swope</media:credit></media:content></item><item><title><![CDATA[Identifican al joven asesinado tras choque de scooters en Gladeview]]></title><link>https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La víctima, residente de Liberty City, murió en plena calle. Los investigadores aún no establecen si ambos hombres se conocían antes del encontronazo.]]></description><pubDate>Mon, 24 Aug 2026 15:23:32 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Miami-Dade informaron que un hombre de 24 años, residente de Miami, fue la víctima de un <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" rel="">tiroteo mortal ocurrido el fin de semana</a> que se originó por un choque entre scooters eléctricos.</p><p>Según la MDSO, Darryl Frankders Johnson Jr. conducía un scooter eléctrico poco antes de las 5:25 p.m. del domingo, cerca de Northwest 75th Street y 22nd Court, en el área no incorporada de Gladeview, cuando chocó con el sospechoso, lo que derivó en una discusión.</p><p>Los agentes dijeron que el sospechoso sacó un arma y le disparó a Johnson, residente de Liberty City, antes de darse a la fuga.</p><p>Los paramédicos de Miami-Dade Fire Rescue declararon muerto a Johnson en el lugar.</p><p>Un vocero de la MDSO informó el lunes que el sospechoso estaba acompañado de un menor al momento del tiroteo.</p><p>No estaba claro de inmediato si los dos hombres se conocían antes del choque y del tiroteo.</p><p>Se pidió a cualquier persona con información sobre el caso que llame a los investigadores.</p>]]></content:encoded></item><item><title><![CDATA[Mató a cuchilladas a otra mujer para robarle en Deerfield Beach]]></title><link>https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/mato-a-cuchilladas-a-otra-mujer-para-robarle-en-deerfield-beach/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[El ataque ocurrió de madrugada cerca de la avenida Martin Luther King Jr. La detención se produjo apenas unas horas después, la misma mañana del domingo.]]></description><pubDate>Mon, 24 Aug 2026 17:31:44 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Alguacil de Broward acusaron a una mujer de 38 años de un apuñalamiento mortal ocurrido durante un robo la mañana <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a> en Deerfield Beach, según los registros.</p><p>Los agentes reportaron a una mujer herida alrededor de las 3:45 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a>, cerca de Northwest Third Avenue —también conocida como Martin Luther King Jr. Avenue— y Fourth Court.</p><figure><img src="https://www.local10.com/resizer/v2/KGWF2J6UERA4DC5OOZLZIXOYQA.jpg?auth=fde793f6737ef769233b434b275e6e70e3602312709994f8ec0a04d25e011248&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Cerca de las 10 a.m. <a href="https://www.local10.com/news/local/2026/08/23/woman-suffers-stab-wounds-in-deerfield-beach-deputies-say/" rel="">del domingo</a>, los agentes de la BSO arrestaron a Brittany Payne, quien hasta la tarde del lunes permanecía bajo custodia en el North Broward Bureau, en Pompano Beach, según los registros.</p><p>Payne enfrenta cargos de asesinato en primer grado y robo a mano armada, un delito grave de primer grado. La jueza del Circuito del condado de Broward Francis Viamontes tenía previsto presidir el caso, de acuerdo con los registros judiciales.</p><p>Los editores de asignaciones de Local 10 News Carson Merlo y Mariana Ortiz contribuyeron a este reporte.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JTPSXAJVTNEVXINETY7QEU2K64.jpg?auth=a47759224a3bc04f845add4180e3c9a6285f1a20d796754fb2487308df3c2a94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff's Office deputies arrested Brittany Payne after a stabbing on Sunday morning in Deerfield Beach.]]></media:description></media:content></item><item><title><![CDATA[Lo agarraron abriendo maletas ajenas en el aeropuerto de Miami]]></title><link>https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/lo-agarraron-abriendo-maletas-ajenas-en-el-aeropuerto-de-miami/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[El sospechoso figura como médico brasileño en el reporte policial, aunque su dirección aparece como “sin hogar”. Tres víctimas ya fueron identificadas y podría haber más.]]></description><pubDate>Mon, 24 Aug 2026 17:29:38 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 68 años fue arrestado el domingo, días después de que los investigadores dijeran que las cámaras de vigilancia lo captaron sacando maletas de las cintas de equipaje del Aeropuerto Internacional de Miami en repetidas ocasiones, retirando artículos de las bolsas y volviendo por más.</p><p>Un informe de arresto de la Oficina del Alguacil de Miami-Dade identificó al sospechoso, Marcos Danilo Assuncao-Oliveira, como un médico de Brasil, aunque también consigna su dirección actual como “sin hogar” en Miami.</p><p>Sitios web médicos brasileños registran a una persona con ese mismo nombre como ginecólogo en Minas Gerais, Brasil.</p><p>Según los agentes, Assuncao-Oliveira está acusado de hurtar varias maletas en el área de reclamo de equipaje de American Airlines el viernes pasado.</p><p>Los investigadores señalaron que el video de vigilancia lo muestra merodeando por la zona antes de retirar maletas de distintas cintas transportadoras en un lapso corto.</p><p>De acuerdo con el informe, Assuncao-Oliveira tomaba una maleta a la vez, la abría y sacaba los artículos que quería. Los investigadores dijeron que luego regresaba a las cintas, escogía otra maleta y repetía el proceso.</p><p>Las autoridades indicaron que lo hizo varias veces antes de irse del lugar a pie con lo que había tomado.</p><p>Hasta ahora los investigadores han identificado a tres víctimas y calculan el valor total de lo sustraído en unos 1,350 dólares, según el informe.</p><p>Las autoridades señalaron que hay otras posibles víctimas que aún no han sido identificadas.</p><p>El informe de arresto también indica que Assuncao-Oliveira no tenía vuelos activos con American Airlines durante los seis meses anteriores.</p><p>La información del informe de arresto no especificó qué artículos habría sacado de las maletas.</p><p>Assuncao-Oliveira fue detenido el domingo bajo tres cargos de hurto mayor en tercer grado.</p><p>Hasta la tarde del lunes permanecía recluido en el Centro Correccional Turner Guilford Knight con una fianza de 2,500 dólares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3GIDRMQBJBELLN7SFASZDWAIPY.jpg?auth=1f9935f8574b0f62b0619306efd380b672f62b672332724277b6db3cc7be1aea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Lo acusan de sacarle millones a personas mayores con estafas en Broward]]></title><link>https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/lo-acusan-de-sacarle-millones-a-personas-mayores-con-estafas-en-broward/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Más de cien personas perdieron su dinero. Parte de las ganancias terminó en manos de cómplices en Jamaica, según los fiscales federales que llevan el caso en Carolina del Sur.]]></description><pubDate>Mon, 24 Aug 2026 17:27:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre del sur de Florida espera ser extraditado a Carolina del Sur tras ser capturado por su presunta participación en una estafa millonaria de sorteos dirigida principalmente a personas de la tercera edad, según documentos judiciales obtenidos el lunes por Local 10 News.</p><p>Evans Class Brown, de 27 años y residente de Coral Springs, es una de varias personas que enfrentan cargos federales por fraude electrónico, fraude postal y lavado de dinero.</p><p>Un <a href="https://www.justice.gov/usao-sc/pr/five-charged-35m-fraud-and-money-laundering-scheme" rel="">comunicado</a> emitido en marzo por los fiscales federales de Charleston, Carolina del Sur, donde se lleva el caso, identificó a cinco de los presuntos cómplices de Brown: los residentes de Charleston Kemar Christopher Edwards, de 28 años; Xavier Gordon, de 25; Warner Gordon, de 27; y Kevin Milton Simpson, de 30; además de otra floridana, Tashagae Narcia Leslie, de 25 años, de Orlando.</p><p>Otros dos coacusados aparecen en una acusación formal del gran jurado del 28 de enero: Justine Danielle Smith, de 34 años, quien según los registros judiciales federales fue arrestada en junio en Connecticut, y Marcia Minora Lawrence.</p><p>Las autoridades federales señalaron que los estafadores convencían a las víctimas de que habían ganado premios en efectivo, pero que antes de cobrarlos debían pagar impuestos y cargos. Según las autoridades, más de cien víctimas —“una porción sustancial” de ellas de la tercera edad— enviaron el dinero al grupo por correo o mediante transferencias bancarias.</p><p>Los fiscales indicaron que el grupo luego lavaba el dinero y enviaba parte de las ganancias a cómplices en Jamaica, quedándose con el resto.</p><p>Las víctimas perdieron más de 3.5 millones de dólares con la estafa, informaron las autoridades.</p><p>Brown fue detenido el miércoles y hasta la tarde del lunes permanecía recluido en la cárcel principal de la Oficina del Alguacil de Broward, en Fort Lauderdale, a disposición del Servicio de Alguaciles de Estados Unidos.</p><p>No estaba claro de inmediato cuándo sería trasladado a Carolina del Sur.</p><p>Los sospechosos podrían enfrentar décadas tras las rejas si son declarados culpables.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PRYMNJRTGVDP3BRGNEKZ74L35U.jpg?auth=2380d226bc7b651736b41d0053728161410a2e2867d5d2733b6dd469e59dfc89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evans Brown]]></media:description></media:content></item><item><title><![CDATA[8-year-old Louisiana girl dies from a rare brain-eating amoeba found in warm freshwater]]></title><link>https://www.local10.com/health/2026/08/24/8-year-old-louisiana-girl-dies-from-a-rare-brain-eating-amoeba-found-in-warm-freshwater/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/24/8-year-old-louisiana-girl-dies-from-a-rare-brain-eating-amoeba-found-in-warm-freshwater/</guid><dc:creator><![CDATA[By JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[An 8-year-old girl in Louisiana has died after being infected by an extremely rare brain-eating amoeba that is found in warm freshwater, her family says.]]></description><pubDate>Mon, 24 Aug 2026 18:59:32 +0000</pubDate><content:encoded><![CDATA[<p>An 8-year-old girl in Louisiana has died after being infected by an extremely rare brain-eating amoeba that is found in warm freshwater, her family says.</p><p>Lillian Smart died over the weekend after being diagnosed with an infection from Naegleria fowleri, according to Kyle Roberts, a spokesperson for her family. Health authorities describe it as a “brain-eating amoeba" that thrives in freshwater bodies around the U.S. and can shoot up the nose and cause an infection that almost always proves fatal. On average there are fewer than 10 cases annually in the U.S.</p><p>“Last night Lillian ran from our arms to the arms of Jesus,” her parents, Daniel and Rebecca Smart, wrote Sunday in a public post on Facebook. “The injuries to her brain were too severe for her little body to recover from. Everyone did everything they could to keep her here.”</p><p>The Louisiana Department of Health said last week that the state had experienced its first confirmed Naegleria fowleri infection since 2013. The department, which did not identify Smart, does not comment on individual cases or specific patients, according to spokesperson Stacey Grow.</p><p>“Heartbroken over the news of Lillian’s passing,” Louisiana Gov. Jeff Landry wrote on X.</p><p>The infection was likely contracted while swimming in Lake Claiborne in north Louisiana, the Louisiana Department of Health said.</p><p>The amoeba can lead to a fatal infection known as primary amoebic meningoencephalitis when water carrying the amoeba travels up the nose and into the brain. Between 1937 and 2025, there have only been approximately 180 confirmed infections in the U.S., according to the Health Department, which added that the cases are “nearly always fatal.” The infection cannot spread from person to person.</p><p>Naegleria fowleri is found in warm freshwater lakes, rivers, canals and ponds throughout the U.S. The amoeba becomes dangerous in water that stays over 77 degrees Fahrenheit (25 degrees Celsius) and for years has been seen almost exclusively in the summer in the southern part of the country. A few recent cases have appeared in Maryland, Indiana and Minnesota, scientists said.</p><p>“The amoeba is naturally occurring, and there is no routine environmental test for Naegleria fowleri in bodies of water,” the Louisiana Department of Health stated.</p><p>Last year, a 12-year-old boy in South Carolina also died from an infection caused by the amoeba.</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UKJHMLU54NI4BII3Y4UPS4SRMM.jpg?auth=aca38ade19e2dc0476b33bccbfbf1d7bdd4373ae5c7470a2e583a79f23b53fda&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo shows Lillian Smart. (Love for Lillian Facebook via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Katie McCormick</media:credit></media:content></item><item><title><![CDATA[Miami-Dade deputies ID victim in e-scooter crash that escalated to fatal shooting]]></title><link>https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/miami-dade-deputies-id-victim-in-e-scooter-crash-that-escalated-to-fatal-shooting/</guid><dc:creator><![CDATA[Chris Gothner, Jeff  Derderian ]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a deadly weekend shooting that stemmed from an e-scooter crash.]]></description><pubDate>Mon, 24 Aug 2026 14:44:49 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies say a 24-year-old Miami man was the victim of a <a href="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/">deadly weekend shooting</a> that stemmed from an e-scooter crash.</p><p><a href="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/identifican-al-joven-asesinado-tras-choque-de-scooters-en-gladeview/"><b>Leer en español</b></a></p><p>According to the MDSO, Darryl Frankders Johnson Jr. was riding an e-scooter just before 5:25 p.m. Sunday near Northwest 75th Street and 22nd Court, in the county’s unincorporated Gladeview area, when he and the suspect crashed, leading to an argument.</p><p>Deputies said the suspect pulled out a gun and shot Johnson, of Liberty City, before fleeing.</p><p>Miami-Dade Fire Rescue medics pronounced Johnson dead at the scene.</p><p>Johnson’s mother, Stacy Bernard, spoke to Local 10 News.</p><p>“He’s a wonderful, awesome son,” she said. “He makes me proud every day. He wasn’t on the street selling drugs. He was on his way to work.”</p><p>Meanwhile, a nearby homeowner told Local 10 News that two of the bullets punctured her house.</p><p>An MDSO spokesperson said Monday that the suspect was with a child at the time of the shooting.</p><p>It was not immediately clear whether the two men knew each other prior to the crash and shooting.</p><p>Anyone with information on the case was asked to call investigators.</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[Un rayo le arrebató a su esposa y a una de sus mellizas en Margate]]></title><link>https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/padre-pierde-a-su-esposa-y-a-su-hija-en-margate/</guid><dc:creator><![CDATA[Michaila Hightower, Amanda Batchelor]]></dc:creator><description><![CDATA[La familia acababa de llegar a casa de una tía para cenar. Corrían hacia la puerta bajo la lluvia cuando cayó el rayo. Ahora él debe explicarle a una niña de 2 años la ausencia de su melliza.]]></description><pubDate>Mon, 24 Aug 2026 16:32:37 +0000</pubDate><content:encoded><![CDATA[<p>Un padre del sur de Florida llora a su esposa y a su hija de 2 años, quienes, según la policía, murieron alcanzadas por un rayo el domingo, cuando llegaban a una cena familiar en Margate.</p><p>Para Kameron Glasgow, un pedazo de grama frente a la casa de su tía, en la cuadra 7900 de Northwest First Street, guardará para siempre uno de sus últimos recuerdos de su esposa, Kenya Glasgow, y de su hija Kennedi.</p><p>“No hay palabras para describir lo que uno siente”, dijo Kameron Glasgow.</p><p>La policía de Margate informó que Kenya, de 31 años, y Kennedi fueron alcanzadas por un rayo alrededor de las 2:30 p.m. del domingo.</p><p>La familia de cuatro acababa de llegar a la casa e intentaba entrar antes de que se desatara la tormenta que se acercaba.</p><p><i>Kennedi (izquierda) abraza a su hermana melliza, Kensli.</i></p><p>“Vimos que la lluvia estaba arreciando y dijimos: ‘Oye, hay que meter a las niñas’”, recordó Glasgow.</p><p>Entonces cayó el rayo.</p><p>Glasgow contó que sintió la descarga.</p><p>“Me llegó el remezón desde el suelo”, dijo. “Por la gracia de Dios, todavía estoy aquí”.</p><p>Pero al voltearse, se encontró con una escena devastadora.</p><p>“Voltearse y ver a tu esposa y a tu hija ahí, sin vida, es todavía peor”, dijo Glasgow.</p><p>A Kenya y a Kennedi les sobreviven Glasgow y Kensli, la hermana melliza de Kennedi.</p><p>Glasgow dijo que ahora enfrenta no solo su propio duelo, sino lo que la pérdida significará para la hija que le queda.</p><p>“Que ella pierda a su hermana melliza... no hay palabras, porque sé que ni siquiera lo puede entender ahora mismo”, dijo entre lágrimas.</p><p>Glasgow describió a su esposa como alguien que siempre estaba ahí para los suyos.</p><p>“Mi esposa: el corazón más grande del mundo”, dijo. “El corazón más grande del mundo. Ponía a todos antes que a ella misma”.</p><p>Dijo que Kenya, su novia desde el último año de secundaria, era una de sus heroínas, junto con su padre, ya fallecido.</p><figure><img src="https://www.local10.com/resizer/v2/6A7OQCEEXNCLPIV3KRE7DJB3ZA.jpg?auth=201aea437996f4abfc63cabe1b386388676bce5758bd69dae50361b9934c2624&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>“Ella me ayudó a convertirme en el hombre que soy hoy”, dijo Glasgow.</p><p>De Kennedi dijo que era un “conejito Energizer” enamorado de la música, sobre todo de las canciones de Benson Boone.</p><p>“Nunca había visto a una niña de 2 años cantar a Benson Boone en un karaoke con micrófono, palabra por palabra”, contó. “Dos años, y clarito. ‘Beautiful Things’, esa era su canción favorita”.</p><p>Glasgow dijo que la pérdida duele aún más porque vivió el nacimiento de sus mellizas como una bendición tras la muerte de su padre.</p><p>“Pensé que mi bendición más grande había sido que Dios me mandara a mis dos hijas después de que murió mi papá”, dijo. “Y que ahora una ya no esté, es duro”.</p><p>Dijo que también le costará asimilar la pérdida de la mujer con la que compartió la mitad de su vida.</p><p>Pese al dolor, Glasgow dijo que sabe que tiene que salir adelante por Kensli.</p><p>“Todo va a estar bien porque tengo que estarlo, porque tengo otra hija hermosa que está adentro”, dijo.</p><p>Por ahora, se aferra a su fe.</p><p>“Dios no le pone a nadie una prueba que no pueda soportar”, dijo Glasgow.</p><p><!-- GRÁFICO DE SERVICIO — Seguridad ante rayos. Pegar en el módulo de HTML. Sin scripts.
     COLORES DE MARCA: reemplazar los dos valores de abajo con los del manual de Local 10.
       Acento (barra superior y numeración):  #003C71
       Texto de titulares:                    #16181d
     Buscar y reemplazar esos hex en todo el bloque.
-->
<div style="max-width:720px;margin:24px auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;border:1px solid #d8dade;">

  <div style="background:#003C71;padding:14px 20px;">
    <p style="margin:0;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#ffffff;">Qué hacer ante una tormenta eléctrica</p>
  </div>

  <div style="padding:22px 20px 6px;">
    <p style="margin:0 0 4px;font-size:21px;line-height:1.3;font-weight:700;">Si escucha un trueno, ya está a distancia de impacto</p>
    <p style="margin:0 0 22px;font-size:16px;line-height:1.5;color:#5f646d;">Un rayo puede caer a 10 millas de donde está lloviendo, incluso con el cielo despejado sobre usted.</p>

    <table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="border-collapse:collapse;">
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">1</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Entre de inmediato</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Al primer trueno, no cuando empiece la lluvia. Tenga en cuenta el tiempo que le tomará llegar al refugio.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">2</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Busque un techo cerrado</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Un edificio con electricidad y plomería, o un auto de techo duro con las ventanas cerradas.</p>
        </td>
      </tr>
      <tr>
        <td width="42" valign="top" style="padding:0 0 18px;font-size:22px;font-weight:700;color:#003C71;line-height:1.2;">3</td>
        <td valign="top" style="padding:0 0 18px;">
          <p style="margin:0 0 2px;font-size:17px;font-weight:700;line-height:1.35;">Espere 30 minutos</p>
          <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Contados desde el último trueno. Que pare la lluvia no significa que haya pasado el peligro.</p>
        </td>
      </tr>
    </table>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 16px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">No sirven de refugio</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Cocheras abiertas, garajes sin cerrar, patios techados, quioscos y árboles. Tampoco los convertibles.</p>
    </div>

    <div style="border-top:1px solid #d8dade;padding:16px 0 0;margin:0 0 4px;">
      <p style="margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.4;">A la víctima se le puede auxiliar de inmediato</p>
      <p style="margin:0;font-size:15px;line-height:1.5;color:#5f646d;">Quien recibe un impacto no queda cargado de electricidad. Se le puede tocar sin riesgo y practicarle RCP mientras llega la ayuda.</p>
    </div>
  </div>

  <div style="border-top:1px solid #d8dade;padding:12px 20px;background:#f6f6f4;">
    <p style="margin:0;font-size:13px;line-height:1.5;color:#5f646d;">Fuente: Servicio Nacional de Meteorología (National Weather Service), <a href="https://www.weather.gov/safety/lightning-espanol" style="color:#003C71;">guía de seguridad ante rayos</a>. Gráfico: Local 10 News.</p>
  </div>

</div></p>]]></content:encoded></item><item><title><![CDATA[Inspectores cierran 10 locales por plagas en el sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Cucarachas vivas detrás de las neveras, moscas posadas sobre los dulces y carne guardada a temperaturas peligrosas. La lista de esta semana no le va a abrir el apetito a nadie.]]></description><pubDate>Mon, 24 Aug 2026 14:28:14 +0000</pubDate><content:encoded><![CDATA[<p><!-- DIRTY DINING — Nota con ficha de cada negocio. Sin scripts.
     Cada embed busca el local por NOMBRE + DIRECCIÓN, así que Google muestra
     el rótulo con el nombre del establecimiento, no un pin anónimo.
     Al hacer clic, el lector llega al listado del negocio con sus fotos.
-->
<div style="max-width:720px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#16181d;font-size:17px;line-height:1.65;">

<p style="margin:0 0 18px;">Los inspectores del estado no descansaron esta semana. Diez establecimientos del sur de Florida y los Cayos fueron cerrados entre el 18 y el 21 de agosto por plagas, fallas de higiene y comida guardada a temperaturas inseguras. En Florida, un local clausurado puede reabrir después de una limpieza y una nueva inspección.</p>

<p style="margin:0 0 28px;">A continuación, lo que encontraron los inspectores en cada uno y dónde queda.</p>


<!-- ============ SECCIÓN 1 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:36px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Roedores: la papa mordida y los excrementos por todo el local</h2>


<!-- Seph -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">Seph Restaurant &amp; Bakery</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">1362 NE 163rd St., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 10 violaciones</span></p>
<p style="margin:0 0 14px;">El caso más llamativo de la semana. El inspector encontró una papa con mordidas de roedor junto al calentador de agua y anotó excrementos en seis puntos distintos: más de 50 debajo del lavamanos de la cocina, más de 25 bajo la mesa de vapor del mostrador, más de 20 bajo los estantes de condimentos, más de 10 junto al calentador, más de 5 en los estantes donde se guardan los utensilios limpios y 3 donde se almacenan los químicos.</p>
<p style="margin:0 0 16px;">En la reinspección del día siguiente aparecieron más de 10 excrementos bajo una nevera y otros 4 detrás de un congelador. El lavamanos del mostrador estaba bloqueado por platos.</p>
<iframe src="https://maps.google.com/maps?q=Seph+Restaurant+%26+Bakery,+1362+NE+163rd+St,+North+Miami+Beach,+FL+33162&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Seph Restaurant and Bakery, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Seph Restaurant &amp; Bakery, en el 1362 de NE 163rd Street.</p>


<!-- CM Chicken -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">CM Chicken</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">1256 NE 163rd St., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 8 violaciones</span></p>
<p style="margin:0 0 16px;">A dos cuadras del anterior y cerrado el mismo día. Los inspectores anotaron más de 10 excrementos de roedor bajo las freidoras y otros 3 en la ventana de la puerta trasera. También registraron heces de cucaracha en cuatro puntos, entre ellos más de 20 en el piso del mostrador y más de 15 bajo el fregadero de tres compartimientos.</p>
<iframe src="https://maps.google.com/maps?q=CM+Chicken+NMB,+1256+NE+163rd+St,+North+Miami+Beach,+FL+33162&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de CM Chicken, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">CM Chicken, sobre la misma cuadra de NE 163rd Street.</p>


<!-- Eat and Run -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Eat and Run Subs</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">16775 N. Miami Ave., North Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 10 violaciones</span></p>
<p style="margin:0 0 16px;">El reporte registra más de 20 excrementos de roedor bajo las freidoras, más de 20 bajo la vitrina del mostrador, 5 sobre el calentador de agua y 5 junto al lavadero de trapeadores. A eso se sumaron dos cucarachas vivas en la cortina de la entrada de la cocina y una rebanadora con restos de comida vieja.</p>
<iframe src="https://maps.google.com/maps?q=Eat+%26+Run+SUBS,+16775+N+Miami+Ave,+North+Miami+Beach,+FL+33169&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Eat and Run Subs, North Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Eat and Run Subs, sobre North Miami Avenue.</p>


<!-- Boardwalk -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Boardwalk Bar &amp; Grill</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">31044 Avenue A, Big Pine Key · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 11 violaciones</span></p>
<p style="margin:0 0 16px;">El único de la lista fuera del área metropolitana. Los inspectores hallaron unos 10 excrementos de roedor sobre la máquina lavaplatos, moho en la máquina de hielo y arroz, brócoli y lechuga guardados entre 52 y 56 grados Fahrenheit. Según el operador, esos alimentos llevaban menos de cuatro horas en la nevera de las cervezas y fueron trasladados a otra unidad.</p>
<iframe src="https://maps.google.com/maps?q=Boardwalk+Bar+%26+Grill,+31044+Ave+A,+Big+Pine+Key,+FL+33043&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Boardwalk Bar and Grill, Big Pine Key"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Boardwalk Bar &amp; Grill, en Big Pine Key.</p>


<!-- ============ SECCIÓN 2 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Cucarachas: dos vecinos de North Andrews Avenue</h2>

<p style="margin:0 0 8px;">En Fort Lauderdale, dos locales de la misma cuadra cayeron con un día de diferencia.</p>


<!-- LongHorn -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">LongHorn Steakhouse</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">6225 N. Andrews Ave., Fort Lauderdale · <span style="color:#b4231f;font-weight:600;">Cerrado el 21 de agosto · 5 violaciones</span></p>
<p style="margin:0 0 16px;">La inspección se hizo por una queja. El inspector reportó unas 15 cucarachas vivas en la pared detrás del fregadero de tres compartimientos, donde en ese momento se preparaba lechuga cortada, más otras siete repartidas por la cocina. En el reporte quedó anotado que no se observó contaminación cruzada.</p>
<iframe src="https://maps.google.com/maps?q=LongHorn+Steakhouse,+6225+N+Andrews+Ave,+Fort+Lauderdale,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de LongHorn Steakhouse, Fort Lauderdale"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El LongHorn Steakhouse de North Andrews Avenue.</p>


<!-- Moonlite -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Moonlite Diner</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">6201 N. Andrews Ave., Fort Lauderdale · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 15 violaciones</span></p>
<p style="margin:0 0 14px;">El vecino de la misma cuadra acumuló 15 violaciones: unas 12 cucarachas vivas detrás de una nevera de la línea de cocción, cinco más en otros puntos y cinco muertas. El lavaplatos no tenía suficiente cloro sanitizante.</p>
<p style="margin:0 0 16px;">La lista de alimentos que se ordenó desechar es larga: tomates, pavo, feta, huevos duros, quesos, camarones crudos, atún y huevo líquido, este último a 62 grados. También se retiró salmón crudo empacado al vacío que debía mantenerse congelado.</p>
<iframe src="https://maps.google.com/maps?q=Moonlite+Diner,+6201+N+Andrews+Ave,+Fort+Lauderdale,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Moonlite Diner, Fort Lauderdale"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El Moonlite Diner, a menos de una cuadra del LongHorn.</p>


<!-- El Machetico -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">El Machetico</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">9674 NW 25th St., Doral · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 18 violaciones</span></p>
<p style="margin:0 0 16px;">El local con más infracciones de la semana. El inspector vio seis cucarachas vivas —una dentro del lavamanos y otra flotando en el agua con sanitizante del fregadero— y más de 16 muertas, incluidas cinco dentro de un envase limpio en el gabinete del café. Una empleada empezó a preparar café sin lavarse las manos después de recoger platos sucios, y el lavamanos no tenía jabón.</p>
<iframe src="https://maps.google.com/maps?q=El+Machetico+Doral,+9674+NW+25th+St,+Doral,+FL+33172&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de El Machetico, Doral"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">El Machetico, en Doral.</p>


<!-- Family Kitchen -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">Family Kitchen Restaurant and Catering</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">3134 W. Commercial Blvd., Tamarac · <span style="color:#b4231f;font-weight:600;">Cerrado el 18 de agosto · 12 violaciones</span></p>
<p style="margin:0 0 14px;">El reporte describe unas 20 cucarachas vivas detrás de los congeladores del almacén, otras 15 entre la pared y una nevera del mismo sector, y varias más en la cocina y el comedor.</p>
<p style="margin:0 0 16px;">Ahí la comida llevaba toda la noche fuera de temperatura —pollo, cerdo, frijoles, alitas de pavo a 65 grados— y unos pepinillos estaban a 80 grados en el mostrador. El local no tenía ningún sistema de lavado de platos.</p>
<iframe src="https://maps.google.com/maps?q=Family+Kitchen,+3134+W+Commercial+Blvd,+Tamarac,+FL+33309&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Family Kitchen Restaurant and Catering, Tamarac"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Family Kitchen, sobre West Commercial Boulevard.</p>


<!-- The Licking -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:32px 0 4px;">The Licking South Beach</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">754-758 Washington Ave., Miami Beach · <span style="color:#b4231f;font-weight:600;">Cerrado el 19 de agosto · 11 violaciones</span></p>
<p style="margin:0 0 16px;">Cuatro cucarachas vivas, dos muertas, macarrones con queso del día anterior a 50 grados y una marinada de suero de leche a 70 grados. Ni el gerente ni al menos un empleado tenían al día su certificación de manejo de alimentos.</p>
<iframe src="https://maps.google.com/maps?q=The+Licking+South+Beach,+754+Washington+Ave,+Miami+Beach,+FL+33139&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de The Licking South Beach, Miami Beach"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">The Licking South Beach, sobre Washington Avenue.</p>


<!-- ============ SECCIÓN 3 ============ -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Moscas sobre los dulces</h2>


<!-- Chill N -->
<h3 style="font-size:20px;line-height:1.3;font-weight:700;margin:28px 0 4px;">Chill N Kendall Place</h3>
<p style="font-size:14px;line-height:1.5;color:#5f646d;margin:0 0 14px;">9065 SW 107th Ave., Kendall · <span style="color:#b4231f;font-weight:600;">Cerrado el 20 de agosto · 9 violaciones</span></p>
<p style="margin:0 0 14px;">El inspector contó más de 15 insectos voladores posándose directamente dentro de los recipientes de galletas Oreo, nueces picadas, gomitas, Kit Kats y crema de maní del mostrador, lo que obligó a desechar todo ese producto. Más de 20 estaban sobre las esponjas del fregadero y otros grupos volaban alrededor de la lavaplatos y del congelador del área de preparación.</p>
<p style="margin:0 0 16px;">Como agravante, el local tenía dos matainsectos eléctricos instalados encima de áreas de preparación de comida, algo prohibido.</p>
<iframe src="https://maps.google.com/maps?q=Chill-N+Ice+Cream+Kendall+Place,+9065+SW+107th+Ave,+Miami,+FL+33176&amp;hl=es&amp;z=17&amp;output=embed" width="100%" height="280" style="border:1px solid #d8dade;display:block;margin-bottom:8px;" loading="lazy" title="Ubicación de Chill N Kendall Place, Kendall"></iframe>
<p style="font-size:13px;color:#5f646d;margin:0 0 8px;">Chill N Kendall Place, en Kendall.</p>


<!-- CIERRE -->
<h2 style="font-size:24px;line-height:1.25;font-weight:700;margin:44px 0 6px;border-top:2px solid #16181d;padding-top:14px;">Cómo consultar los reportes</h2>
<p style="margin:0 0 24px;">Los reportes completos del Departamento de Negocios y Regulación Profesional de Florida son públicos y se pueden consultar por nombre del establecimiento.</p>

</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWP33OFGWJFZ3H66QBHVP4QFZI.jpg?auth=e2c6ab0fa5b38b5663da3d9d820e5ce2bfd5e1e57c76617f6540852ea2980ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[49ers owner Jed York pleads no contest to two misdemeanor charges in Ohio]]></title><link>https://www.local10.com/sports/2026/08/24/49ers-owner-jed-york-pleads-no-contest-to-two-misdemeanor-charges-in-ohio/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/49ers-owner-jed-york-pleads-no-contest-to-two-misdemeanor-charges-in-ohio/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[San Francisco 49ers owner Jed York was arrested over the weekend in Ohio and pleaded no contest to misdemeanor charges of disorderly conduct and possessing criminal tools.]]></description><pubDate>Mon, 24 Aug 2026 18:34:24 +0000</pubDate><content:encoded><![CDATA[<p>San Francisco 49ers owner Jed York was arrested over the weekend in Ohio and pleaded no contest to misdemeanor charges of disorderly conduct and possessing criminal tools.</p><p>York was arrested Sunday morning at a mobile home community in East Palestine, Ohio, and was released after posting a $5,000 bond. He was sentenced to one day in jail for both offenses to be served concurrently and was credited with one day served when he pleaded no contest Monday morning. He also was fined $1,150.</p><p>Court records show that York initially was charged with engaging in prostitution, but prosecutors amended that to disorderly conduct. Records also show that York had a cellphone returned to him and that $160 that was seized was to be given to the Mahoning Valley Human Trafficking Task Force as part of the plea agreement. York also completed on online course.</p><p>The NFL issued a statement saying the league was aware of the arrest and would review it under the personal conduct policy. The team said it would not have any comment on the situation.</p><p>“As this is a legal matter, which has been resolved, we will not be providing any further comment at this time,” the team said in a statement.</p><p>York took over day-to-day control of the 49ers from his parents in 2008. He became the team's principal owner in 2024. After some initial struggles under York's leadership, the team has been a consistent contender since hiring coach Kyle Shanahan and general manager John Lynch in 2017.</p><p>The Niners have made the Super Bowl three times under York's leadership, losing in the 2012 season under coach Jim Harbaugh and the 2019 and '23 seasons under Shanahan and Lynch.</p><p>York also oversaw the building of Levi's Stadium in Santa Clara, California. The team moved from San Francisco to the new stadium in 2014. The stadium has hosted two Super Bowls, a World Cup and a College Football Playoff title game.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJEGREOKVWBVQSM2Z3FHL4AKNM.jpg?auth=bcc6dfdf4a1cf67736966bc891ab78d0c79784c09cb498846c11985bc52733a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - San Francisco 49ers team owner Jed York speaks at a news conference in San Francisco, Monday, Feb. 2, 2026. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[VOTER GUIDE: Here is how to prepare for midterm election in South Florida]]></title><link>https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[More than 1,077 positions, ranging from national, state, county, or district office, are up for election during the primary on Aug. 18 in Florida ahead of the general election on Nov. 3. ]]></description><pubDate>Wed, 18 Mar 2026 20:32:28 +0000</pubDate><content:encoded><![CDATA[<p>More than<a href="https://www.ballotready.org/elections/florida-general-election-8864453a-1d68-450e-8d48-71bae597ed15" target="_self" rel="" title="https://www.ballotready.org/elections/florida-general-election-8864453a-1d68-450e-8d48-71bae597ed15"> 2,360</a> positions are up for <a href="https://dos.fl.gov/elections/candidates-committees/offices-up-for-election/" target="_self" rel="" title="https://dos.fl.gov/elections/candidates-committees/offices-up-for-election/">election and retention</a> on Nov. 3rd in Florida, including governor, a <a href="https://www.senate.gov/senators/senators-contact.htm" target="_self" rel="" title="https://www.senate.gov/senators/senators-contact.htm">U.S. Senate seat</a>, and the <a href="https://www.govtrack.us/congress/members/FL" target="_self" rel="" title="https://www.govtrack.us/congress/members/FL">28</a> <a href="https://ziplook.house.gov/htbin/findrep_house" target="_self" rel="" title="https://ziplook.house.gov/htbin/findrep_house">representatives in the U.S. House</a>.</p><p>In Miami-Dade County, <a href="https://www.votemiamidade.gov/elections/index.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/index.page">the list of local elections</a> includes a <a href="https://ballotpedia.org/Miami-Dade_County_Public_Schools,_Florida,_elections_(2026)" target="_self" rel="" title="https://ballotpedia.org/Miami-Dade_County_Public_Schools,_Florida,_elections_(2026)">school board</a> seat, judges, and mayoral elections in <a href="https://www.palmettobay-fl.gov/1710/Elections-Voting-2026" target="_self" rel="" title="https://www.palmettobay-fl.gov/1710/Elections-Voting-2026">Palmetto Bay</a>, <a href="https://www.somifl.gov/130/Elections" target="_self" rel="" title="https://www.somifl.gov/130/Elections">South Miami</a>, <a href="https://www.northmiamifl.gov/1425/November-3-2026-Election" target="_self" rel="" title="https://www.northmiamifl.gov/1425/November-3-2026-Election">North Miami</a>, and<a href="https://www.sibfl.gov/Resident-Services/Elections" target="_self" rel="" title="https://www.sibfl.gov/Resident-Services/Elections"> Sunny Isles Beach</a>. </p><p>In Broward County, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">the list of local elections</a> includes five <a href="https://ballotpedia.org/Broward_County_Public_Schools,_Florida,_elections_(2026)" target="_self" rel="" title="https://ballotpedia.org/Broward_County_Public_Schools,_Florida,_elections_(2026)">school board</a> seats and mayoral elections in <a href="https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/">Dania Beach</a>, Davie, Lauderdale-by-the-Sea, North Lauderdale, Parkland, Plantation, Tamarac, and Wilton Manors. </p><p>In Monroe County, <a href="https://www.votemonroeflkeys.gov/Candidates-Petitions/Announced-Candidates" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Candidates-Petitions/Announced-Candidates">the local elections</a> include <a href="https://www.cityofkeywest-fl.gov/509/Election-Information" target="_self" rel="" title="https://www.cityofkeywest-fl.gov/509/Election-Information">Key West</a>, <a href="https://islamorada.fl.us/186/2026-Municipal-Election" target="_self" rel="" title="https://islamorada.fl.us/186/2026-Municipal-Election">Isla Morada</a>, and <a href="https://keycolonybeach.net/city-commission-elections-2026/" target="_self" rel="" title="https://keycolonybeach.net/city-commission-elections-2026/">Key Colony Beach</a>. </p><h3><b>Deadlines to remember</b></h3><ul><li>The deadline to <a href="https://registertovoteflorida.gov/home" target="_self" rel="" title="https://registertovoteflorida.gov/home">register to vote</a> in the midterm election is <a href="https://www.myfloridaelections.com/election-dates-deadlines" target="_self" rel="" title="https://www.myfloridaelections.com/election-dates-deadlines"><mark class="hl_red"><b>Oct. 5</b></mark></a><mark class="hl_red"><b>.</b></mark><mark class="hl_red"> </mark></li><li>The deadline to request a <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote-by-mail ballot</a> is<u> </u><mark class="hl_red"><u><b>Oct. 22</b></u></mark><u>.</u> </li><li><a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/">Early voting</a> begins on <mark class="hl_red"><u><b>Oct. 24</b></u></mark> and ends on <mark class="hl_red"><u><b>Oct. 31</b></u></mark><u>.</u> </li><li>General Election Day is<mark class="hl_red"><u><b> Nov. 3</b></u></mark></li><li>For information about the general election results reporting timeline, <a href="https://files.floridados.gov/media/709430/election-results-reporting-timeline-ge-2026-v20250821.pdf" target="_self" rel="" title="https://files.floridados.gov/media/709430/election-results-reporting-timeline-ge-2026-v20250821.pdf">visit this page</a>. </li></ul><h3><b>How to be prepared</b></h3><p><b>SEARCH DATABASES: </b>Check that you are registered to vote, confirm your assigned voting precinct, and research your ballot</p><ul><li><a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank" rel="" title="https://registration.elections.myflorida.com/CheckVoterStatus">Voter information look-up database </a></li><li><a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822" target="_self" rel="" title="https://www.miamidade.gov/global/service.page?Mduid_service=ser151187731708822">Miami-Dade voting precinct finder</a></li><li><a href="https://browardvotes.gov/voters/precinct-finder" target="_self" rel="" title="https://browardvotes.gov/voters/precinct-finder">Broward voting precinct finder</a></li><li><a href="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps" target="_self" rel="" title="https://www.votemonroeflkeys.gov/Where-to-Vote/Maps">Monroe voting precinct finder</a></li><li>Research your ballot:<a href="https://www.ballotready.org/" target="_self" rel="" title="https://www.ballotready.org/"> BallotReady database</a> and <a href="https://www.vote.org/ballot-information/" target="_self" rel="" title="https://www.vote.org/ballot-information/">Vote database</a></li></ul><h3><b>Frequently asked questions </b></h3><p><b>Who can vote?</b></p><p>To be eligible to vote, the applicant for registration has to be a U.S. citizen, a legal resident, at least 18 years old, and not have been adjudicated mentally incapacitated, or a convicted felon without <a href="https://dos.fl.gov/elections/for-voters/voter-registration/felon-voting-rights/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voter-registration/felon-voting-rights/">a restoration of rights</a>.</p><p>A military member, a military family member, or an overseas citizen can register and request an absentee ballot with the <a href="https://www.fvap.gov/florida" target="_blank">online Federal Post Card Application</a>.</p><p><b>Who can’t vote?</b></p><p>A felony conviction in Florida for murder or a sexual offense makes a person ineligible to vote unless the <a href="https://www.fcor.state.fl.us/restoration.shtml">State Clemency Board</a> restores the right to vote.</p><p><b>How do I know if I am registered to vote?</b></p><p>There is a <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">database online to look up voter information</a>.</p><p><b>Can this be done online?</b></p><p><a href="https://registertovoteflorida.gov/home" target="_blank">The voter registration process can be done online</a>. The application requires a Florida driver’s license or identification card, the date when it was issued, and the last four digits of the Social Security Number.</p><p><b>When can one pre-register to vote?</b></p><p>Florida allows 16-year-olds to pre-register, but they won’t be allowed to vote until they are 18 years old.</p><p><b>How can I update my voter registration?</b></p><p>To change the address on the voter information card, the Florida driver’s license or Florida ID has to reflect the change before contacting the supervisor of elections. To request a record update, <a href="https://registertovoteflorida.gov/eligibilityreactive" target="_self" rel="" title="https://registertovoteflorida.gov/eligibilityreactive">visit this page</a>. </p><p><b>Can I register by mail and cast a ballot by mail?</b></p><p>Yes, if done on time and there is access to the forms online, a printer, and a post office. In Florida, those eligible are allowed to <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">register to vote </a>or <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote by mail</a>.</p><p>To vote: U.S. military members, military family members, and overseas citizens can <a href="https://www.fvap.gov/fpca-privacy-notice" target="_blank" rel="" title="https://www.fvap.gov/fpca-privacy-notice">register and request an absentee ballot with the Federal Post Card Application</a> as soon as possible.</p><p>If done in Miami-Dade, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1512065909614490" target="_blank">visit this page</a>. If done in Broward, <a href="https://www.browardvotes.gov/Voting-Methods/Vote-By-Mail-Voting/Absentee-Ballot-and-Early-Voting-Instructions" target="_blank">visit this page</a>. If done in Monroe, <a href="https://www.keys-elections.org/Voter-Information/Vote-by-Mail" target="_blank">visit this page</a>.</p><p>To register: <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">Download the form to print</a>, fill out, and mail.</p><p>Here are the <a href="https://www.usa.gov/state-election-office" target="_blank">mailing addresses</a> for Monroe, Broward, and Miami-Dade counties:</p><p><b>BROWARD</b></p><p><a href="https://www.browardvotes.gov/" target="_blank"><i>Broward County Elections Office</i></a></p><p><i>4650 NW 21st Avenue</i></p><p><i>Fort Lauderdale, FL 33309.</i></p><p><b>MIAMI-DADE</b></p><p><a href="https://www.miamidade.gov/global/elections/home.page" target="_blank"><i>Miami-Dade County Elections Office</i></a></p><p><i>2700 NW 87 Ave.</i></p><p><i>Miami, Fla., 33172</i></p><p><b>MONROE</b></p><p><a href="https://www.keys-elections.org/" target="_blank"><i>Monroe County Elections Office</i></a></p><p><i>530 Whitehead Street #101</i></p><p><i>Key West, Fla., 33040-6577</i></p><p><b>What if I forget to sign my vote-by-mail ballot?</b></p><p>In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" target="_blank" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)<b> </b></p><h3><b>Useful links</b></h3><ul><li>For information about your voter status, <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">visit this page</a>.</li><li>To download the online registration form, <a href="https://dos.fl.gov/elections/for-voters/voter-registration/online-voter-registration/" target="_blank">visit this page</a>.</li><li>The national 27-page voter registration application with instructions for each state is <a href="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf" target="_blank" rel="" title="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf">available here</a>.</li><li>For vote-by-mail ballot information and status lookup, <a href="https://dos.fl.gov/elections/for-voters/check-your-voter-status-and-polling-place/vote-by-mail-ballot-information-and-status-lookup" target="_blank">visit this page.</a></li><li>For more information about federal election guidelines, <a href="https://www.fvap.gov/guide/chapter2/florida" target="_blank">visit this page</a>.</li><li>For more information about early voting and ballot intake stations, <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_blank">visit this page. </a></li></ul><h3><b>Useful contacts</b></h3><ul><li>For more information from the Florida Division of Elections, call 1-866-308-6739 from 8 a.m. to 5 p.m., Monday to Friday.</li><li>For more information in Broward, call 954-357-7050</li><li>For more information in Miami-Dade, call 305-499-8683</li><li>For more information in Monroe, call 305-292-3416</li></ul><p><b>Who handles the process?</b></p><p>The <a href="https://dos.elections.myflorida.com/supervisors/" target="_blank">Supervisor of Elections</a> in the county of residence.</p><ul><li><a href="https://www.votemiamidade.gov/elections/about/biography.page" target="_self" rel="" title="https://www.votemiamidade.gov/elections/about/biography.page">Alina Garcia</a> in Miami-Dade County</li><li><a href="https://browardvotes.gov/" target="_self" rel="" title="https://browardvotes.gov/">Joe Scott</a> in Broward County </li><li><a href="https://www.votemonroeflkeys.gov/" target="_self" rel="" title="https://www.votemonroeflkeys.gov/">Sherri Hodies</a> in Monroe County </li></ul><p><b>Can I register by mail and cast a ballot by mail?</b></p><p>Yes, if done on time and there is access to the forms online, a printer, and a post office. In Florida, those eligible are allowed to <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">register to vote </a>or <a href="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/" target="_self" rel="" title="https://dos.fl.gov/elections/for-voters/voting/vote-by-mail/">vote by mail</a>.</p><p>To vote: U.S. military members, military family members, and overseas citizens can <a href="https://www.fvap.gov/fpca-privacy-notice" target="_blank" rel="" title="https://www.fvap.gov/fpca-privacy-notice">register and request an absentee ballot with the Federal Post Card Application</a> as soon as possible.</p><p>If done in Miami-Dade, <a href="https://www.miamidade.gov/global/service.page?Mduid_service=ser1512065909614490" target="_blank">visit this page</a>. If done in Broward, <a href="https://www.browardvotes.gov/Voting-Methods/Vote-By-Mail-Voting/Absentee-Ballot-and-Early-Voting-Instructions" target="_blank">visit this page</a>. If done in Monroe, <a href="https://www.keys-elections.org/Voter-Information/Vote-by-Mail" target="_blank">visit this page</a>.</p><p>To register: <a href="https://files.floridados.gov/media/703131/dsde39-english-pre-7066-052120.pdf" target="_blank">Download the form to print</a>, fill out, and mail.</p><p>Here are the <a href="https://www.usa.gov/state-election-office" target="_blank">mailing addresses</a> for Monroe, Broward, and Miami-Dade counties:</p><p><b>BROWARD</b></p><p><a href="https://www.browardvotes.gov/" target="_blank"><i>Broward County Elections Office</i></a></p><p><i>4650 NW 21st Avenue</i></p><p><i>Fort Lauderdale, FL 33309.</i></p><p><b>MIAMI-DADE</b></p><p><a href="https://www.miamidade.gov/global/elections/home.page" target="_blank"><i>Miami-Dade County Elections Office</i></a></p><p><i>2700 NW 87 Ave.</i></p><p><i>Miami, Fla., 33172</i></p><p><b>MONROE</b></p><p><a href="https://www.keys-elections.org/" target="_blank"><i>Monroe County Elections Office</i></a></p><p><i>530 Whitehead Street #101</i></p><p><i>Key West, Fla., 33040-6577</i></p><p><b>What if I forget to sign my vote-by-mail ballot?</b></p><p>In Miami-Dade, sign inside the red box <a href="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf" target="_blank" rel="" title="https://www.miamidade.gov/elections/library/instructions/sign-your-ballot.pdf">on the back of the vote-by-mail envelope</a>. If you forgot to sign the envelope or the signature does not match, Florida law allows you to submit an affidavit to cure your vote-by-mail ballot. The affidavit must be completed and submitted to the Elections Department along with a copy of your identification by 5 p.m. on the second day after the election.</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-eng.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (English)</p><p>· <a href="https://www.miamidade.gov/elections/library/forms/vote-by-mail-ballot-signature-cure-affidavit-spa-cre.pdf">Vote-by-Mail Ballot - Signature Cure Affidavit</a> (Español &amp; Kreyòl)<b> </b></p><h3><b>Useful links</b></h3><ul><li>For information about your voter status, <a href="https://registration.elections.myflorida.com/CheckVoterStatus" target="_blank">visit this page</a>.</li><li>To download the online registration form, <a href="https://dos.fl.gov/elections/for-voters/voter-registration/online-voter-registration/" target="_blank">visit this page</a>.</li><li>The national 27-page voter registration application with instructions for each state is <a href="https://www.eac.gov/sites/default/files/eac_assets/1/6/Federal_Voter_Registration_ENG.pdf" target="_blank">available here</a>.</li><li>For vote-by-mail ballot information and status lookup, <a href="https://dos.fl.gov/elections/for-voters/check-your-voter-status-and-polling-place/vote-by-mail-ballot-information-and-status-lookup" target="_blank">visit this page.</a></li><li>For more information about federal election guidelines, <a href="https://www.fvap.gov/guide/chapter2/florida" target="_blank">visit this page</a>.</li><li>For more information about early voting and ballot intake stations, <a href="https://dos.fl.gov/elections/for-voters/voting/early-voting-and-secure-ballot-intake-stations/" target="_blank">visit this page. </a></li><li>To find your U.S. House representative, <a href="https://ziplook.house.gov/htbin/findrep_house" target="_self" rel="" title="https://ziplook.house.gov/htbin/findrep_house">search this database</a>. </li><li>Database: <a href="https://dos.elections.myflorida.com/candidates/CanList.asp?elecid=20261103-GEN" target="_self" rel="" title="https://dos.elections.myflorida.com/candidates/CanList.asp?elecid=20261103-GEN">Candidate listing for the general election in Florida</a></li></ul><h3><b>Useful contacts</b></h3><ul><li>For more information from the Florida Division of Elections, call 1-866-308-6739 from 8 a.m. to 5 p.m., Monday to Friday.</li><li>For more information in Broward, call 954-357-7050</li><li>For more information in Miami-Dade, call 305-499-8683</li><li>For more information in Monroe, call 305-292-3416</li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7FN5RB6KYJFURG5ACK7BDSUFDU.jpg?auth=5f6458607a0019cb1e20f21a8d03cdcb6134154517cd397ca94b31ea7ffdc33a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Washington Post ordered to reinstate Black opinion writer fired after Charlie Kirk posts]]></title><link>https://www.local10.com/news/politics/2026/08/24/washington-post-ordered-to-reinstate-black-opinion-writer-fired-after-charlie-kirk-posts/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/washington-post-ordered-to-reinstate-black-opinion-writer-fired-after-charlie-kirk-posts/</guid><dc:creator><![CDATA[By COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[An arbitrator has ordered The Washington Post to reinstate a Black opinion writer fired over social media posts about violent white men following last year's killing of Charlie Kirk.]]></description><pubDate>Mon, 24 Aug 2026 17:29:41 +0000</pubDate><content:encoded><![CDATA[<p>An arbitrator has ordered The Washington Post to reinstate a Black opinion writer fired over social media posts about violent white men following last year's killing of Charlie Kirk.</p><p>The ruling Thursday said the newspaper did not have sufficient cause to terminate Karen Attiah, who at the time was the last Black full-time member of the Post’s opinion desk. The arbitrator, Sarah Miller Espinosa, also ordered the Post to award Attiah full back pay and lost benefits.</p><p>Kirk, who rose from a teenage conservative campus activist to become a top podcaster and ally of President Donald Trump, was shot and killed Sept. 10 during a public appearance at Utah Valley University. He was 31.</p><p>Kirk launched Turning Point USA in 2012 and made provocative statements about race, gender and politics. He was critical of the Black Lives Matter movement on college campuses and called George Floyd, the Black man whose 2020 murder at the hands of Minneapolis police sparked protests, a “scumbag.”</p><p>His death elicited a torrent of comments about him, both pro and con, and some who spoke out against him in the days after the killing faced sanctions or dismissal at work.</p><p>Attiah posted after Kirk's killing</p><p>After Kirk's killing, Attiah, the founding global opinion editor for the Post and the newspaper's only Black female opinion writer, made several posts to her Bluesky account.</p><p>One post read: “Refusing to tear my clothes and smear ashes on my face in performative mourning for a white man that espoused violence is … not the same as violence.”</p><p>“If anything, the rush to coddle violent white men is self-protective — that we know they are not used to feeling vulnerable and mortal — and will react violently out of fear. And we will all suffer,” read another post.</p><p>Attiah was emailed a termination letter on Sept. 11, accusing her of “gross misconduct.”</p><p>“Your public comments on social media regarding the death of Charlie Kirk violate the Post’s social media policies, harm the integrity of our organization, and potentially endanger the physical safety of our staff,” the letter read.</p><p>But Espinosa found that the newspaper, in a June 4 hearing, failed to establish that Attiah “engaged in gross misconduct” and that the Post “did not have good and sufficient cause to terminate” her employment, which violated the collective bargaining agreement with the newspaper's union.</p><p>“After wrongfully firing me last year, an independent arbitrator has ordered the @washingtonpost to reinstate me immediately, with back pay,” Attiah posted on Instagram on Monday. “It’s been a year-long fight, but this is a victory for journalists everywhere. More to come soon.”</p><p>Ruling welcomed as a landmark moment</p><p>The Democracy Defenders Fund, which, along with Washington-Baltimore News Guild, represented Attiah, said the ruling marks a landmark moment for press freedom, “confirming that corporate media institutions cannot use retaliatory discipline to silence journalists who address uncomfortable truths.”</p><p>The Post said in a statement that it respects the arbitration process, but declined to comment further.</p><p>At the time, Attiah’s firing was among dozens of others across various professions stemming from comments about Kirk’s assassination, igniting a debate over First Amendment rights as Trump vowed retribution for remarks he considers disparaging.</p><p>The National Association of Black Journalists, the nation’s largest professional advocacy organization for journalists of color, added at the time that Attiah’s firing had “raised an alarm about the erosion of Black voices across the media.”</p><p>During the organization's annual convention this month in Atlanta, the NABJ gave The Post a “Thumbs Down Award” because the newspaper has laid off Black journalists and eliminated race and culture beats.</p><p>“When the NABJ raises concerns about the treatment of Black journalists, we do so because the decisions news organizations make have real consequences for our members, our profession and the communities we serve,” NABJ President Errin Haines said Monday in a statement supporting Attiah.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2DZFSXPX6NEG53OIFFEC63ISYA.jpg?auth=0a7ceedac2c92988d7a46c7bfc6d4a7c372368b04c132bd796c655af6099741b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Washington Post columnist Karen Attiah is pictured in Washington, June 3, 2026. (Ashara Wilson via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashara Wilson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6UNK3AGKTJR4F66245CP77GP4Y.jpg?auth=07f207fedf5207b4466e57add2c96a5399cbaad35b5fbaf992d640bca8ccad6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The One Franklin Square Building, home of The Washington Post newspaper, is seen June 21, 2024, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[How Dania Beach will elect their new mayor and vice mayor during midterm elections]]></title><link>https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/24/how-dania-beach-will-elect-their-new-mayor-and-vice-mayor-during-midterm-elections/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Dania Beach has an at-large election for mayor and vice mayor at five precincts on Nov. 3rd, according to the office of Broward County’s supervisor of elections.]]></description><pubDate>Mon, 24 Aug 2026 15:41:32 +0000</pubDate><content:encoded><![CDATA[<p>Dania Beach has an <a href="https://ballotpedia.org/By-district_vs._at-large_election_boundaries" target="_self" rel="" title="https://ballotpedia.org/By-district_vs._at-large_election_boundaries">at-large election</a> for mayor and vice mayor at five precincts on Nov. 3rd, <a href="https://browardvotes.gov/results-information/municipal-election" target="_self" rel="" title="https://browardvotes.gov/results-information/municipal-election">according</a> to the office of Broward County’s supervisor of elections. </p><p>The Dania Beach commission candidate who receives the most votes will be elected to a two-year term as mayor and succeed <a href="https://www.floridamayors.org/joyce-davis-2/" target="_self" rel="" title="https://www.floridamayors.org/joyce-davis-2/">Joyce Davis</a>, who was elected in 2020 and re-elected in 2024. </p><p>The Dania Beach candidate who gets the second-highest number of votes will be elected to a two-year term as vice mayor and succeed <a href="https://www.facebook.com/msalvinosr1/" target="_self" rel="" title="https://www.facebook.com/msalvinosr1/">Marco Salvino</a>, who was elected in 2024.</p><p>The city <a href="https://www.daniabeachfl.gov/city-elections" target="_self" rel="" title="https://www.daniabeachfl.gov/city-elections">listed</a> six qualified commission candidates who are campaigning for office: Maoz Druskin, Diana Fahmie, Aaron Hollis, Kevin Johnson, Colman Ryan, and Kristof Von Anderson. </p><p>Druskin filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100466&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 27. The Israeli Times <a href="https://blogs.timesofisrael.com/author/maoz-druskin/" target="_self" rel="" title="https://blogs.timesofisrael.com/author/maoz-druskin/">described Druskin, 45, </a> as an Israeli-born entrepreneur and writer. He <a href="https://maozdruskin.com/" target="_self" rel="" title="https://maozdruskin.com/">identifies</a> as a candidate committed to safety and supporting local businesses. </p><p>Fahmie filed her <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100606&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 8. Fahmie, who has experience in real estate, <a href="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f" target="_self" rel="" title="https://4d1c06dd.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b4ae5a87-97ff-4741-baf6-94d9117d2a94&amp;region=cle&amp;tenant=40bc5949890e&amp;user=73844e695ae211bce059734e880c8e511f346a857384086079c5064444a91d42&amp;original_url=https%3A%2F%2Fdianafordania.com%2Fabout-me&amp;key=sh-1&amp;hmac=d651b0945d96b76e1c91228d53c826a623b6e97bb1153386e414cc22a0a4136f">identifies</a> as a grandmother of three who will prioritize protecting the city’s charm and coastal areas. </p><p>Hollis filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100950&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. He founded KidsAlways1st, a nonprofit that focuses on crime prevention, <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=EntityName&amp;directionType=PreviousList&amp;searchNameOrder=KIDSALWAYS1ST%20N190000024510&amp;aggregateId=domnp-n19000002451-27e8ea6a-e515-4cca-9735-9c9147a51754&amp;searchTerm=THE%20KIDS%20ACADEMY%20PRESCHOOL%2C%20LLC&amp;listNameOrder=KIDSAGAINSTHUNGERFLORIDA%20N130000077770">in 2019</a>. He <a href="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647" target="_self" rel="" title="https://www.facebook.com/photo?fbid=3413694608801456&amp;set=a.115513028619647">identifies</a> as someone whose work experience includes being an ice cream man and a diversion program facilitator.</p><p>Johnson filed his statement of candidacy on March 9. He earned a doctorate in business administration and sports administration from St. Thomas University and works at Florida Memorial University. He <a href="https://drkevinjohnson.com/" target="_self" rel="" title="https://drkevinjohnson.com/">identifies</a> as a candidate who wants the city to increase community engagement. </p><p>Ryan filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100465&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on May 26. Ryan <a href="https://colmanryan2026.com/" target="_self" rel="" title="https://colmanryan2026.com/">identifies </a>as the president of the <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=ForwardList&amp;searchNameOrder=RYANCOLMAN%20N960000019571&amp;aggregateId=domnp-n96000001957-b37e45fc-9a00-40a6-9c20-c85d562cf01d&amp;searchTerm=Ryan%20Coleman&amp;listNameOrder=RYANCOLLINJ%20L250003755311">Dania Improvement Committee</a>, a civic organization. The Broward County Police Benevolent Association<a href="https://www.facebook.com/BrowardCountyPoliceBenevolentAssociation/posts/the-broward-county-pba-is-proud-to-endorse-colman-ryan-for-danis-beach-city-comm/1428800785939156/" target="_self" rel="" title="https://www.facebook.com/BrowardCountyPoliceBenevolentAssociation/posts/the-broward-county-pba-is-proud-to-endorse-colman-ryan-for-danis-beach-city-comm/1428800785939156/"> endorsed him</a> in July. </p><p>Von Anderson filed his <a href="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB" target="_self" rel="" title="https://webdocs.daniabeachfl.gov/WebLink/DocView.aspx?id=1100751&amp;dbid=0&amp;repo=DB">statement of candidacy</a> on June 1. The U.S. Army veteran is a construction project manager who <a href="https://www.votekristof.com/" target="_self" rel="" title="https://www.votekristof.com/">identifies</a> as a father and a “fresh voice.” </p><p><i>Local 10 News Assignment Planner Abby Lawing contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JGVCITZ745AZFOHFLPT3XNIELU.png?auth=aa25807f2b410e591a1eeea9673e8ca37c9e0b3fb388512ff922f4c85c2f991f&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Denmark's prime minister blasts unsolicited beauty advice from plastic surgeon on Instagram]]></title><link>https://www.local10.com/news/world/2026/08/24/denmarks-prime-minister-blasts-unsolicited-beauty-advice-from-plastic-surgeon-on-instagram/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/denmarks-prime-minister-blasts-unsolicited-beauty-advice-from-plastic-surgeon-on-instagram/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[COPENHAGEN, Denmark (AP) — Danish Prime Minister Mette Frederiksen is fed up with getting unsolicited beauty advice.]]></description><pubDate>Mon, 24 Aug 2026 15:11:57 +0000</pubDate><content:encoded><![CDATA[<p>COPENHAGEN, Denmark (AP) — Danish Prime Minister Mette Frederiksen is fed up with getting unsolicited beauty advice.</p><p>The 48-year-old wrote Monday on Instagram that she had just returned back home from a trip to Ukraine, where she was exposed to air raid sirens in the ongoing war, only to find a message by a plastic surgeon offering her to “fix that little spot on your nose.”</p><p>“I’ve lost count of how many messages I’ve received over the years about my appearance,” Frederiksen wrote. “Especially that I have ugly teeth and thin hair. That I have an ugly ‘wart’ on my nose and well-meaning advice to get some Botox.”</p><p>The prime minister of the Nordic country posted a screen shot of the plastic surgeon's offer on Instagram but without identifying him.</p><p>She also posted her response: “Oh no. I’m happy with my body — I really don’t need a male plastic surgeon to have an opinion about it!”</p><p>Frederiksen, a Social Democrat and Denmark ’s second female prime minister, is now in her third term, making her one of Europe's longest-serving and most experienced leaders. She has led the European Union and NATO member country since mid-2019.</p><p>She has pledged to maintain a firm stance against U.S. President Donald Trump’s ambitions for Greenland, the kingdom’s semiautonomous territory, and continue supporting Ukraine against Russia's war of aggression.</p><p>On Instagram, Frederiksen stressed that she does not interfere with other people's looks and that “I’m perfectly fine with my body — as it is when you’re a woman approaching 50.”</p><p>She added that "if you’re going to write to me (and you’re more than welcome to), I hope you’ll use your time to talk about something more meaningful. Not my nose."</p><p>The prime minister also said that those unsolicited beauty tips and suggestions made her feel “indignant” and that “today, I’m sending an extra loving thought to all of you who have to put up with the 'perfect imperfections' we all walk around with every day.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7ZC4E3TEM6QZIZLIHJYMDD5TMU.jpg?auth=eb6cefc653587b3168b6e201a65b29b8c0670a0d821e11e6ba32544ba3b9cf70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denmark's Prime Minister Mette Frederiksen talks to journalists as she arrives for the EU summit in Brussels, Thursday, June 18, 2026. (AP Photo/Marius Burgelman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marius Burgelman</media:credit></media:content></item><item><title><![CDATA[Atlantic hurricane season in store for a late August awakening? ]]></title><link>https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/24/atlantic-hurricane-season-in-store-for-a-late-august-awakening/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.]]></description><pubDate>Mon, 24 Aug 2026 14:16:20 +0000</pubDate><content:encoded><![CDATA[<p>After a historically slow start – the slowest in almost 40 years by overall tropical activity – the Atlantic hurricane season will make another attempt to jump start its engine this week, first with a disturbance in the central subtropical Atlantic and then later this week with a strong disturbance rolling westward through the main development region of the deep tropics between Africa and the Caribbean.</p><p><a href="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/"><b>Leer en español</b></a></p><h3><b>Subtropical wasteland</b></h3><p>The low-pressure area several hundred miles southeast of Bermuda – designated Invest 95L – has limited prospects beyond today. Although it could become a short-lived depression or storm, strong jet stream winds will rip it apart and whisk its leftover weather toward Atlantic Canada by tomorrow into early Wednesday.</p><p>Like Cristobal, the last named storm that formed around the middle of the month in the subtropics, this one won’t survive long enough to add much to the seasonal scorecard. The next name on the list is Dolly.</p><h3><b>The first Cabo Verde storm of 2026?</b></h3><p>The system that will take center stage this week is the one without an Invest moniker, at least for now.</p><p>The strong tropical wave that we first started discussing in this newsletter last Wednesday was added to NHC’s tropical outlook late Friday, as we indicated it would be in our newsletter earlier that day.</p><p>The wave is perhaps the most impressive we’ve seen yet emerge off the African coast this season.</p><p>As tropical waves often do, it’ll probably lose a little vigor today as it hits the Atlantic waters but should gradually pick up steam again in the coming days. With the exception of some drier air to its north and west, the environment ahead this week looks reasonably conducive to development, and the National Hurricane Center is giving the system a coin flip chance of becoming a depression or named storm before the week is out.</p><p>Forecast models generally agree, with the traditional physics-based European model being the more aggressive of our models in advertising development. Its AI counterpart, on the other hand, has been a little more hot and cold with the system.</p><figure><img src="https://www.local10.com/resizer/v2/7LSXPTMB6FEONDNVAVOLIJN5X4.png?auth=1b1c4f00ae34d3397655c5455dde5954091ab66903dd401bc03a41feb3da9a5c&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com.</figcaption></figure><p>Meanwhile, Google’s first-rate DeepMind machine learning-based 1,000-member ensemble system tends to follow NHC’s thinking (or NHC tends to follow its thinking), with a 40-50% chance of development over the coming week.</p><figure><img src="https://www.local10.com/resizer/v2/DG34LI5WRVHCTILG7I73VN66HM.png?auth=52c969d970cea2b36dee25cc257f0cef5f31694e53912196a7ad610c543e31ec&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Interestingly, DeepMind suggests a development window over the next few days as it passes south of the Cabo Verde islands but then lower development odds until it lifts north of the Caribbean islands next week. This makes sense physically, as wind shear is highest and most pronounced from the Caribbean into the central Atlantic. If it’s able to survive into the subtropical Atlantic – north of around 20 degrees north latitude – and west of the islands, El Niño-driven wind shear becomes much less of an issue.</p><p>This is generally what other models suggest as well, with the possibility of a period of bona fide strengthening – perhaps into the season’s first hurricane – over the southwestern Atlantic in about a week or so. Of course, that assumes it stays a coherent system through the marginal environment this week.</p><p>There’s plenty of time to watch this one, so it’s not something we need to worry about for now. Any threat to the islands next week is low right now, with models largely indicating a track north of the islands.</p><p>However, given this is the first real long-track Cabo Verde contender this season, it’s one worth checking back on periodically this week.</p><h3><b>Moke misses Hawaii</b></h3><p>Moke passed about 250 miles safely south of the Big Island of Hawaii this weekend as a borderline tropical storm.</p><figure><img src="https://www.local10.com/resizer/v2/74WCIBWG6NCQVOQGOSEXLFFHII.png?auth=22bdd479460f81eca344818fa733276aba8c5c13f854db17c1ae1be126234ce1&smart=true&width=1200&height=900" alt="Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com." height="900" width="1200"/><figcaption>Preliminary best track and forecast for now Tropical Depression Moke. Credit: Tomer Burg/Polarwx.com.</figcaption></figure><p>The Big Island avoided widespread heavy rains from Moke, with highest totals so far under 2-3 inches.</p><p>A Flood Watch remains in effect through Monday afternoon local time for lingering rains over still-saturated grounds from Lala, but any flood issues on east-facing slopes should stay localized.</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/YDFYKC5EPZGT3KCKUVK37H32R4.PNG?auth=de733f15bedd0abcc8a29094eb6c72129789743f2d60de5abca8d89526c42372&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Firefighters are trying to stop a fast-moving Nevada wildfire from spreading to homes in Reno]]></title><link>https://www.local10.com/news/2026/08/24/firefighters-are-trying-to-stop-a-fast-moving-nevada-wildfire-from-spreading-to-homes-in-reno/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/firefighters-are-trying-to-stop-a-fast-moving-nevada-wildfire-from-spreading-to-homes-in-reno/</guid><dc:creator><![CDATA[By HAVEN DALY and JOHN SEEWER, Associated Press]]></dc:creator><description><![CDATA[RENO, Nevada (AP) — A wildfire that mushroomed over the weekend in the Sierra Nevada foothills spread perilously close to neighborhoods in Reno, Nevada, forcing authorities to urge more than 90,000 residents to leave their homes.]]></description><pubDate>Mon, 24 Aug 2026 19:56:16 +0000</pubDate><content:encoded><![CDATA[<p>RENO, Nevada (AP) — A wildfire that mushroomed over the weekend in the Sierra Nevada foothills spread perilously close to neighborhoods in Reno, Nevada, forcing authorities to urge more than 90,000 residents to leave their homes.</p><p>The out-of-control fire has already burned some homes, but there's concern that winds could push the flames into newly developed and densely packed neighborhoods in Nevada's largest city outside of metro Las Vegas.</p><p>Schools across Washoe County were closed Monday because of the evacuations and to keep roads clear for emergency crews. Nevada's governor declared a state of emergency in the county and mobilized the National Guard to help with aerial firefighting and protecting evacuated neighborhoods northwest of downtown Reno.</p><p>At one roadblock, residents expressed frustration Monday that they could not get back into their homes.</p><p>"There’s no fire here! Why are the National Guard here?” a driver yelled.</p><p>Wildfires near Reno are blamed on human activity</p><p>Authorities said late Sunday that the Hawk Fire had stayed in its footprint and firefighters were extinguishing hotspots while working to keep the fire from jumping a main highway and reaching homes and businesses. There was zero containment.</p><p>The fire began Saturday and grew to more than 23 square miles (60 square kilometers) on Sunday. It's the third large wildfire in the rugged terrain north of Reno in the past two weeks — all caused by human activity, according to fire officials. They haven't said whether the Hawk Fire was intentionally set or accidental.</p><p>At least six people — three first responders and three civilians — have been injured by the latest fire.</p><p>Reno, home to about 280,000 people, is known for its casinos and as a gateway to nearby Lake Tahoe, North America’s largest alpine lake and a popular vacation destination. It's also southwest of Nevada’s Black Rock Desert, site of the annual Burning Man festival, which begins next Sunday.</p><p>Many who travel to Burning Man make Reno a regular stop. But now some are saying on social media they should avoid the city so they don’t take hotel rooms and other resources away from evacuees.</p><p>Fire claims a Reno woman's home for a second time</p><p>Videos posted on social media showed the smoldering ruins of homes and cars, with only a scorched basketball hoop still standing.</p><p>Crystal Hallock, 53, lost her home to fire for a second time in less than a decade. She moved into the rebuilt house in 2019, a year after an electrical fire burned it down.</p><p>On Saturday, with a giant plume of smoke and flames visible on the nearby mountaintop, she fled with her children, grandchildren and pets. Her ex-husband tried to save the property and her vintage Cadillac, grabbing a garden hose as flames melted children’s toys and burned bushes.</p><p>She urged him over the phone to get out and feared the worst when the line went dead. “He was saying he can’t breathe, it’s so dark I can’t see, and I’m screaming at him, ‘Leave the car, just leave it,’” she said Monday.</p><p>Thirty minutes later, he called to say he had gotten out with the car. “I’m truly blessed because I have a place to stay with my animals and my grandkids. We were all able to get out safely," she said from a niece’s apartment in Reno.</p><p>Nevada fire spread quickly in foothills</p><p>Many residents had little time to evacuate after the fire exploded in size.</p><p>“Honestly, I thought it was like in a movie,” said Ruby Delatorre, who got back from a concert only to find her home in the evacuation zone. She returned Sunday to walk to her house and get a few more possessions.</p><p>“I literally want to cry and go back for all my stuff. I just got what I thought I needed," Delatorre said.</p><p>Some who spotted the smoke on Saturday thought it was from another wildfire that has been burning the past two weeks.</p><p>“The flames were pretty close to my house, and the smoke was really thick, but we have no idea if our house survived or not,” Jon Hanbury said Monday at Reno's convention center, which is now a shelter.</p><p>Wildfire threat remains high in the West</p><p>Much of Nevada’s western edge is under an increased risk of wildfires this week because of high winds and low relative humidity, the National Interagency Fire Center said. The National Weather Service says the region will see warm, dry and breezy conditions, and that critical fire weather conditions are possible in the week's later half.</p><p>Extremely dry conditions across the American West have sparked a rash of wildfires this summer. Fires in eastern Washington state forced the evacuation of 60,000 people in the Spokane area in early August.</p><p>Nationwide, there have been more than 50,000 wildfires — the most over the past 10 years covering the same time period, according to the national fire center.</p><p>___</p><p>Seewer reported from Toledo, Ohio. Associated Press writers Martha Bellisle in Seattle and Sudhin Thanawala in Atlanta contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJD22LJAWLVLK2ZNJKVFDWNIRQ.jpg?auth=d8e2cb4e8cde7f72853b150ed0b11329e05e7722c1fa08cdd08ccfb084dbe8cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows plumes of smoke rising from active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDPD7CEIV5V5ZZKX73PWYHSUJU.jpg?auth=5fdd8bfebee794052ebc28d03f8cfc0542edf9bfd59453e58b983b569aa740bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows a charred neighborhood following wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LMK2UV32EIK6CMNIJABSLPRPEA.jpg?auth=480d206b4254456a64646df2cafc615236d198a621e546dd1407ae00fa0460d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image provided by Cari Kieffer shows part of the Hawk fire in Reno, Nev. (Cari Kieffer via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Cari Kieffer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SUWHM4QG5NGZAGMG6IOG54YFSM.jpg?auth=a9872eb87aca75829b14f832b85f1b388242fa393587001f9794c3f4f1c1aa1a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYJDCV5I3L75KHMYXXFNMK7SFY.jpg?auth=82b9196a0f7e11314879248cc894202c745df9a3d3a7b08e93272fb938427fc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image taken from video shows active wildfires Saturday, Aug. 22, 2026, in Reno, Nevada. (Tim Walton via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tim Walton</media:credit></media:content></item><item><title><![CDATA[After a stop in the NFL, Dae’Quan Wright could be heading back to LSU thanks to court order]]></title><link>https://www.local10.com/sports/2026/08/24/after-a-stop-in-the-nfl-daequan-wright-could-be-heading-back-to-lsu-thanks-to-court-order/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/after-a-stop-in-the-nfl-daequan-wright-could-be-heading-back-to-lsu-thanks-to-court-order/</guid><dc:creator><![CDATA[By BRETT MARTEL and ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[BATON ROUGE, La. (AP) — After a stop in the NFL, former Ole Miss tight end Dae’Quan Wright could be heading to LSU thanks to a court order that is creating havoc throughout college sports by allowing Wright and others an unexpected fifth year of eligibility.]]></description><pubDate>Mon, 24 Aug 2026 17:50:21 +0000</pubDate><content:encoded><![CDATA[<p>BATON ROUGE, La. (AP) — After a stop in the NFL, former Ole Miss tight end Dae’Quan Wright could be heading to LSU thanks to a court order that is creating havoc throughout college sports by allowing Wright and others an unexpected fifth year of eligibility.</p><p>Wright's agent, Drew Rosenhaus, told The Associated Press on Monday that the tight end had been waived by the Cleveland Browns and if he clears waivers, he will join Lane Kiffin's roster at No. 11 LSU.</p><p>If he joins the Tigers, Wright is believed to be the first player to return to college after playing in the NFL. He may not be the last.</p><p>At a news conference Monday, Kiffin declined to discuss any specific players, but did say of the players in the lawsuit: “They’re available to recruit. So, ourselves, like many places around the country, are recruiting them.”</p><p>Not doing so, Kiffin said, could lead to a situation where "we may end up playing against them.”</p><p>Wright signed with the Philadelphia Eagles as an undrafted rookie after the draft. After Philly released him Aug. 11, the Browns signed him. Wright didn’t play in Cleveland’s two preseason games. Wright played two seasons for Kiffin at Ole Miss. Last year, he caught 39 passes for 635 yards and five touchdowns for the Rebels.</p><p>Wright was among a group of players who sued in a Louisiana court, saying a new NCAA rule granting five years of eligibility to most athletes should apply to him and others who were not “grandfathered” into the rule, which did not include those who graduated high school in 2022.</p><p>The judge in Louisiana allowed for the fifth year and also ordered the football transfer portal, normally open only in January, to reopen for a week for the players in the lawsuit.</p><p>“In my opinion, knowing the information, it’s really wrong to be critical of these kids,” said Kiffin, whose move from Ole Miss to LSU last season also created tension between the SEC schools. "They were granted a fifth year by a judge, saying they were wronged by the NCAA. … It’s simply that a judge decided they should have a fifth year, like everyone moving forward will have.”</p><p>Kiffin suggested that the current recruiting by colleges of NFL rookies is a “totally unique circumstance that came about because of the five for five (ruling), and players feeling like they should have known about it before, and because of all the cases around the country. I don’t think we’ll have this (situation) again.”</p><p>___</p><p>Maaddi contributed from Tampa, Fla.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FVXS7Q5SEKMXWDV6EKPQYWRNAM.jpg?auth=2b9810d089f6993d3633b6205e6e451d5800d03210a3f5ddb18a89ea18440704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns tight end Dae'Quan Wright warms up before a preseason NFL football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[Gang coalition unleashes violent new attack on farming community in Haiti]]></title><link>https://www.local10.com/news/world/2026/08/24/gang-coalition-unleashes-violent-new-attack-on-farming-community-in-haiti/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/gang-coalition-unleashes-violent-new-attack-on-farming-community-in-haiti/</guid><dc:creator><![CDATA[By PIERRE-RICHARD LUXAMA and EVENS SANON, Associated Press]]></dc:creator><description><![CDATA[PORT-AU-PRINCE, Haiti (AP) — A powerful gang coalition attacked a once peaceful farming community nestled in the hills above Haiti’s capital, killing multiple people, an official told The Associated Press on Monday.]]></description><pubDate>Mon, 24 Aug 2026 18:29:34 +0000</pubDate><content:encoded><![CDATA[<p>PORT-AU-PRINCE, Haiti (AP) — A powerful gang coalition attacked a once peaceful farming community nestled in the hills above Haiti’s capital, killing multiple people, an official told The Associated Press on Monday.</p><p>Kenscoff Mayor Jean Massillon said armed men raided the community late Sunday, setting fire to homes and killing residents.</p><p>“It is still impossible to establish a definitive death toll due to access difficulties and communication problems,” he said.</p><p>Wails filled the air in Kenscoff as survivors found the bodies of friends and family strewn on the streets early Monday.</p><p>“They killed my son!” one woman kept yelling as people nearby tried to comfort her.</p><p>One man flung himself on the side of the road, head on his right arm as he cried on the ground. Nearby, people picked up the bodies of those killed, some wrapped in blood-spattered sheets.</p><p>Robert Jean recalled how he heard shooting before dawn and tried to rustle people from their sleep to escape being killed. He said he was frantically looking for his brother, who was killed: “I was calling to see if everyone was safe. I could not find my brother.”</p><p>Another Kenscoff resident blamed the government for the killings.</p><p>“If only we had a good police force that would have placed an armored truck here, what happened here would been prevented,” said Verti Enold-Saint as he lifted a sheet over the body of his brother-in-law.</p><p>Farmer Mathurin Pierre, 41, told AP that he lost 14 loved ones and that an unknown number remain missing.</p><p>Massillon blamed the attack on members of Viv Ansanm, which the U.S. government designated as a foreign terrorist organization last year.</p><p>“They sowed chaos,” Massillon said.</p><p>He said gang members targeted a church and homes including those owned by Dr. Jean “Bill” Pape. He is a renowned doctor who runs a nongovernmental organization in Haiti that helps patients including those with HIV and tuberculosis.</p><p>No further details about the attack were available. A spokesperson for the U.N.-backed gang suppression force did not immediately return a message seeking comment.</p><p>Haiti’s government issued a statement condemning what it called a heinous criminal attack. “Reinforcements are being deployed,” it said. “Kenscoff will not be abandoned.”</p><p>It said that security forces have been ordered to pursue those responsible. “The population must remain confident,” the government said, adding that it would not back down.</p><p>Gangs control an estimated 70% of Port-au-Prince, the capital, with Viv Ansanm repeatedly targeting nearby Kenscoff.</p><p>Gang violence has displaced a record 1.5 million people across Haiti, where more than 3,100 people were reported killed from January to June and another 1,189 injured, according to U.N. statistics.</p><p>The attack comes less than a week after the U.S. government deported more than 160 people to the troubled Caribbean country for the first time since the Trump administration won a legal battle to end Temporary Protected Status for some 350,000 Haitians.</p><p>Haiti's government has said some of the deportees included TPS holders. The U.S. Department of Homeland Security said Monday in a statement to the AP that those deported Friday included several gang members with criminal records ranging from assault to drug trafficking.</p><p>Haiti is scheduled to hold general elections for the first time in more than a decade on Dec. 13, and it has been registering voters in Port-au-Prince and beyond. Experts have warned it's currently too dangerous to hold elections.</p><p>___</p><p>Associated Press reporter Dánica Coto in San Juan, Puerto Rico, contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GNZISQCCSVFYLZRDCMNYEYIQ3Q.jpg?auth=6ae93bb686be47245a4890478df136cd9659dcdde75a22d1d03cac21d53403ef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy plays at a shelter for families displaced by gang violence in Port-au-Prince, Haiti, Monday, Aug. 17, 2026. (AP Photo/Odelyn Joseph)]]></media:description><media:credit role="author" scheme="urn:ebu">Odelyn Joseph</media:credit></media:content></item><item><title><![CDATA[Dirty Dining: More than 110 rodent droppings, potatoes with gnaw marks; inspectors found even more the next day!]]></title><link>https://www.local10.com/food/dirty-dining/2026/08/24/dirty-dining-more-than-110-rodent-droppings-potatoes-with-gnaw-marks-inspectors-found-even-more-the-next-day/</link><guid isPermaLink="true">https://www.local10.com/food/dirty-dining/2026/08/24/dirty-dining-more-than-110-rodent-droppings-potatoes-with-gnaw-marks-inspectors-found-even-more-the-next-day/</guid><dc:creator><![CDATA[Jeff Weinsier]]></dc:creator><description><![CDATA[Rodent droppings, roaches and food temperature issues were just some of the violations found last week at restaurants across South Florida.]]></description><pubDate>Mon, 24 Aug 2026 13:47:23 +0000</pubDate><content:encoded><![CDATA[<p>Inspectors have been busy!</p><p>Records show rodent problems were reported at Eat and Run Subs, Seph Restaurant &amp; Bakery, CM Chicken and Boardwalk Bar &amp; Grill. </p><p><a href="https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/24/inspectores-cierran-once-locales-por-plagas-en-el-sur-de-florida/"><b>Leer en español</b></a></p><p>Inspectors found dozens of rodent droppings at several of those businesses, including more than 50 at Seph, where additional droppings were found during a reinspection.</p><p>Roach activity was reported at LongHorn Steakhouse, Moonlite Diner, Eat and Run Subs, El Machetico, Family Kitchen Restaurant and Catering, The Licking South Beach and CM Chicken. </p><p>At Moonlite, inspectors found numerous live and dead roaches along with food being held at unsafe temperatures. </p><p>El Machetico had 18 violations, including live and dead roaches and employee handwashing violations, while Family Kitchen had dozens of live roaches and food held at temperatures as high as 65 degrees.</p><p>Inspectors also found dozens of flying insects landing directly on food at Chill N Kendall Place.</p><p>Below is a list of the establishments and some of the violations inspectors documented. All were ordered closed and later allowed to re-open following a cleanup and re-inspection.</p><p><b>**LONGHORN STEAKHOUSE </b></p><p><b>6225 N. ANDREWS AVE</b></p><p><b>FORT LAUDERDALE</b></p><p><b>INSPECTION BASED ON COMPLAINT</b></p><p><b>ORDERED SHUT 8/21</b></p><p><b>5 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on cart in prep area. Operator removed cleaned and sanitized Observed 1 live roach on top of three compartment sink in ware washing area with cut lettuce being prepared in three compartment sink. Cross contamination not observed. Observed approximately 15 live roaches behind 3 compartment sink on wall Observed 2 live roaches in between cove molding and wall in ware washing area Observed 1 live roach on wall in ware washing area. Observed 1 live roach on pipe in prep area next to ware washing area Observed 1 live roach on ground in dry produce storage area.”</p><p>“Dead roaches on premises. Observed 2 dead roaches on ground in prep area. Repeat Violation.”</p><p>“Interior of oven has accumulation of black substance.”</p><p><b>**MOONLITE DINER</b></p><p><b>6201 N ANDREWS AVE.</b></p><p><b>FORT LAUDERDALE</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>15 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on wall behind flip top cooler on cook line in kitchen Observed 1 live roach on ground in ware washing area in kitchen Observed approximately 12 live roaches on wall behind flip top cooler on cook line in kitchen Observed 2 live roaches on ground behind chest freezer on cook line in kitchen Observed 1 live roach under wait station flip top cooler.”</p><p>“Dead roaches on premises. Observed 1 dead roach on wall above wait station hand wash sink in kitchen area Observed 1 dead roach on wall under shelf in on cook line in kitchen Observed 3 dead roaches inside of reach in cooler at front counter.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. right to left: cut tomatoes (45F); diced tomatoes (49F); turkey (44F); feta (46F); hard boiled eggs (45F); shredded cheese (51F); sliced cheese (48F); cooked meatloaf (46F); turkey (53F); raw shrimp (44F); tuna (46F); egg whites (50F); liquid eggs (62F). Per operator items being held in unit for more than 4 hours.”</p><p>“Stop Sale issued. Fish reduced oxygen packaged on premises, or commercially processed reduced oxygen packaged fish labeled with instructions to remain frozen until time of use, not held frozen. Commercially processed reduced oxygen packaged fish bearing a label indicating that it is to remain frozen until time of use no longer frozen and not removed from reduced oxygen package. Raw salmon stored fully thawed commercially packaged reduced oxygen packaging.”</p><p>“Dish machine chlorine sanitizer not at proper minimum strength. Discontinue use of dish machine for sanitizing and set up manual sanitization until dish machine is repaired and sanitizing properly. Operator set up three compartment sink and called for service.”</p><p>“Proof of required state approved employee training not available for some employees.”</p><p>“Required employee training expired for some employees.”</p><p><b>**EAT AND RUN SUBS</b></p><p><b>16775 N. MIAMI AVE.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>10 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed 5 rodent dropping on top of water heater, 20+ rodent droppings on the floor under the fryers, 20+ rodent droppings on the floor under the display case at the front counter handwashing, and 5 droppings on the floor under mop sink.”</p><p>“Roach activity present as evidenced by live roaches found. Observed 2 live roaches crawling on the curtain in the entrance of the kitchen.”</p><p>“Roach excrement and/or droppings present. Observed 25+ droppings on the floor under the 3 compartment sink, 10+ droppings on the floor under the bread shelves.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed slicer with old food debris.”</p><p>“Handwash sink used for purposes other than handwashing. Observed kitchen handwashing sink with old food debris.”</p><p><b>**EL MACHETICO</b></p><p><b>9674 NW 25TH ST. </b></p><p><b>DORAL</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>18 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach crawling inside of the handwash sink in the kitchen. Also observed 1 live roach inside of sanitizer water at the triple sink. Observed 1 live roach crawling on floor under the steam table. Observed 1 live roach crawling on black cabinet at front counter coffee and pastry area. Observed 2 live roach crawling inside of dry coffee cabinet at front counter coffee and pastry area.”</p><p>“Dead roaches on premises. Observed approximately 7+ dead roaches under preparation table in the kitchen. Employee started cleaning under preparation table at time of inspection. Observed 4 dead roaches on floor at front counter. Observed 5 dead roaches inside of clean container inside of dry coffee cabinet at coffee and pastry area.”</p><p>“Server handled soiled dishes or utensils and then picked up plated food, served food, or prepared a beverage without washing hands. Observed employee began making coffee without first washing her hands after handling dirty dishes from customers table.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands.”</p><p>“Food not stored at least 6 inches off of the floor. Observed 1 box of sweet plantains store on floor under prep table in the middle of the kitchen. Also observed 1 box of onions store on floor under prep table in the middle of the kitchen.”</p><p>“No soap provided at handwash sink. Operator provided soap at time of inspection.”</p><p><b>**CHILL N KENDALL PLACE</b></p><p><b>9065 SW 107TH AVE</b></p><p><b>KENDALL</b></p><p><b>ORDERED SHUT 8/20</b></p><p><b>9 VIOLATIONS FOUND</b></p><p>“Live, small flying insects found. Observed 15+ live flying insects flying and landing inside containers directly touching chocolate crunch bar, graham crackers, gummy worms, chopped pecans, Oreo cookies, chocolate chip cookie, Kit Kats, peanut butter cup, containers at front counter. Observed 2 live flying insects flying and landing inside containers directly touching white chocolate chips and mini chocolate chips at front counter. Observed 5+ live flying insects flying under front counter landing on brownie and cookie sheet tray. Observed 3+ live flying insects flying and landing on top of toppings reach in cooler at front counter. Observed 5+ live flies flying around dish machine. Observed 3+ live flying insects near reach in freezer in back prep area. Observed 5+ flying insects flying and landing on clean equipment at triple sink. Observed 20+ live flying insects landing on sponges at triple sink.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Live, small flying insects found. Observed 15+ live flying insects flying and landing inside containers directly touching chocolate crunch bar, graham crackers, gummy worms, chopped pecans, Oreo cookies, chocolate chip cookie, Kit Kats, peanut butter cup, containers at front counter. Observed 2 live flying insects flying and landing inside containers directly touching white chocolate chips and mini chocolate chips at front counter.”</p><p>“Insect control device installed over food preparation area. Observed bug zapper hanging on dry food rack in back prep room. Observed bug zapper installed over prep table at front counter.”</p><p>“Employee began working with food, handling clean equipment or utensils, or touching unwrapped single-service items without first washing hands. Observed employee begin to prepare customer order without first washing hands.”</p><p>“Accumulation of debris on exterior of ware washing machine.”</p><p><b>**FAMILY KITCHEN RESTAURANT AND CATERING</b></p><p><b>3134 WEST COMMERCIAL BLUD.</b></p><p><b>TAMARAC</b></p><p><b>ORDERED SHUT 8/18</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on ground at front door in dining room Observed approximately 15 live roaches in between wall and reach in cooler in dry storage area Observed approximately 20 live roaches on ground and behind chest freezers in dry storage area. Observed approximately 2 live roaches on ground under oven in kitchen. Observed approximately 5 live roaches on ground under 2 door stainless reach in cooler in kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on oven in kitchen Observed 1 dead roach in 1 door stainless reach in cooler in kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. 2 door stainless: pickles (59F); cooked pork (59F); cooked beans (59F); raw chicken wings (59F); cooked gravy (60F); raw turkey wings (65F); operator states items have been held in unit overnight. Items not prepared or portioned today 1 door stainless: cooked chicken (48F); cooked pork (49F). operator states items have been held in unit overnight. Items not prepared or portioned today 1 door glass in dry storage: cooked chicken (51F); cooked turkey (48F); cooked goat (46F) operator states items have been held in unit overnight. Items not prepared or portioned today. pickles (80F) being held at front counter. Unknown time out of temperature.”</p><p>“No dishwashing facilities of any kind provided. No 3 compartment or ware washing machine provided in establishment.”</p><p>“Required employee training expired for all employees.”</p><p><b>**THE LICKING SOUTH BEACH</b></p><p><b>754-758 WASHINGTON AVE.</b></p><p><b>MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed at ware washing area two live roaches crawling on the ground. Observed a live roach crawling on the wall next to prep sink at prep area. Observed one live roach crawling on the floor at cook line.”</p><p>“Dead roaches on premises. Observed two dead roaches on the floor next to prep sink at prep area.”</p><p>“Stop Sale issued due to food not being in a wholesome, sound condition. Observed MAC AND CHEESE (50F - Cooling) at walk in cooler, as per chef made the day prior.”</p><p>“Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Observed buttermilk marinade (70F - Cold Holding) at kitchen area.”</p><p>“Bowl or other container with no handle used to dispense food. Observed at walk in cooler a plastic tray with no handle used to portion pasta sauce.”</p><p>“Manager or person in charge lacking proof of food manager certification.”</p><p>“No proof of required state approved employee training provided for employee hired more than 60 days ago.”</p><p><b>**SEPH RESTAURANT &amp; BAKERY</b></p><p><b>1362 NE 163RD ST</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>10 VIOLATIONS FOUND</b></p><p><b>“Presence of insects, rodents, or other pests. Observed a potato with gnaw bites by the hot water heater.”</b></p><p><b>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 50+ rodent droppings on the floor under kitchen handwashing sink, 5+ dropping on top shelves where clean utensils are stored, 10+ rodent droppings on the floor by hot water heater, 3 rodent droppings on the shelves where chemicals are stored, 20+ rodent droppings on the floor under seasoning shelves and 25+ rodent droppings on the floor under the front counter steam table.”</b></p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed hot holding box in the front counter soiled.”</p><p>“Worn, torn and/or soiled floors/carpeting. Observed floors under 3 compartment sink, reach in coolers, steam table, fryers and stove heavily soiled.”</p><p>“Handwash sink not accessible for employee use at all times. Observed front counter handwashing sink blocked by plates.”</p><p><b>RE-INSPECTION 8/20</b></p><p><b>“Observed 10+ rodent droppings on the floor under reach in cooler in the kitchen and 4 rodent droppings on the floor behind reach in freezer.”</b></p><p><b>**CM CHICKEN</b></p><p><b>1256 NE 163RD ST.</b></p><p><b>NORTH MIAMI BEACH </b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>8 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by rodent droppings found. Observed approximately 10+ rodent droppings on the floor under the fryers and 3+ rodent droppings on the back door window.”</p><p>“Roach excrement and/or droppings present. Observed 15+ dropping on the floor under the 3 compartment sink, 5+ droppings by the back door window, 20+ droppings on the floor at the front counter, 5+ droppings on the floor under the boba station,”</p><p>“Dead roaches on premises. Observed 2 dead roaches on the floor next to oil filter in the back.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Observed kitchen storage shelves soiled.” </p><p><b>**FAMILY KITCHEN RESTAURANT AND CATERING</b></p><p><b>3134 W. COMMERCIAL BLVD.</b></p><p><b>FORT LAUDERDALE </b></p><p><b>ORDERED SHUT 8/18</b></p><p><b>12 VIOLATIONS FOUND</b></p><p>“Roach activity present as evidenced by live roaches found. Observed 1 live roach on ground at front door in dining room Observed approximately 15 live roaches in between wall and reach in cooler in dry storage area Observed approximately 20 live roaches on ground and behind chest freezers in dry storage area. Observed approximately 2 live roaches on ground under oven in kitchen. Observed approximately 5 live roaches on ground under 2 door stainless reach in cooler in kitchen.”</p><p>“Dead roaches on premises. Observed 1 dead roach on oven in kitchen Observed 1 dead roach in 1 door stainless reach in cooler in kitchen.”</p><p>“Stop Sale issued on time/temperature control for safety food due to temperature abuse. Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. 2 door stainless: pickles (59F); cooked pork (59F); cooked beans (59F); raw chicken wings (59F); cooked gravy (60F); raw turkey wings (65F); operator states items have been held in unit overnight. Items not prepared or portioned today 1 door stainless: cooked chicken (48F); cooked pork (49F). operator states items have been held in unit overnight. Items not prepared or portioned today 1 door glass in dry storage: cooked chicken (51F); cooked turkey (48F); cooked goat (46F) operator states items have been held in unit overnight. Items not prepared or portioned today. pickles (80F) being held at front counter. Unknown time out of temperature.”</p><p>“Required employee training expired for all employees.”</p><p><b>**BOARDWALK BAR &amp; GRILL </b></p><p><b>31044 AVENUE A</b></p><p><b>BIG PINE KEY</b></p><p><b>ORDERED SHUT 8/19</b></p><p><b>11 VIOLATIONS FOUND</b></p><p>“Rodent activity present as evidenced by approximately 10 rodent droppings found on top of dish machine.”</p><p>“Food-contact surface soiled with food debris, mold-like substance or slime. Potato cuter blade is soiled.”</p><p>“Accumulation of mold-like substance in the interior of the ice machine/bin.”</p><p>“In walk-in cooler Time/temperature control for safety food cold held at greater than 41 degrees Fahrenheit. Cooked rice 56F, cooked broccoli 52F, shredded lettuce 53F items were transfer to another walk-in cooler that is cold holding at 42F or below as per operator these items were in the beer cooler under 4 hours.” </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DWP33OFGWJFZ3H66QBHVP4QFZI.jpg?auth=e2c6ab0fa5b38b5663da3d9d820e5ce2bfd5e1e57c76617f6540852ea2980ee5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El Atlántico despierta con una onda tropical de cuidado]]></title><link>https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/el-atlantico-despierta-con-una-onda-tropical-de-cuidado/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Sería el primer aspirante serio de Cabo Verde en 2026, después del arranque de temporada más lento en casi cuatro décadas. Por ahora, las islas del Caribe no están amenazadas.]]></description><pubDate>Mon, 24 Aug 2026 14:50:14 +0000</pubDate><content:encoded><![CDATA[<p>Después de un inicio históricamente lento —el más lento en casi 40 años en cuanto a actividad tropical general—, la temporada de huracanes del Atlántico intentará esta semana volver a encender los motores: primero con una perturbación en el Atlántico subtropical central y, más adelante en la semana, con una fuerte onda que avanza hacia el oeste por la principal región de desarrollo, entre África y el Caribe.</p><p><b>Un páramo subtropical</b></p><p>El área de baja presión ubicada a varios cientos de millas al sureste de Bermuda —designada como Invest 95L— tiene pocas perspectivas más allá de hoy. Aunque podría convertirse en una depresión o tormenta de corta vida, los fuertes vientos de la corriente en chorro la despedazarán y arrastrarán sus restos hacia el Atlántico canadiense entre mañana y el miércoles temprano.</p><p>Al igual que Cristobal, la última tormenta con nombre que se formó a mediados de mes en los subtrópicos, esta no sobrevivirá lo suficiente como para aportar mucho al marcador de la temporada. El próximo nombre de la lista es Dolly.</p><p><b>¿La primera tormenta de Cabo Verde de 2026?</b></p><p>El sistema que será el protagonista de la semana es, por ahora, el que no tiene designación de Invest.</p><p>La fuerte onda tropical de la que empezamos a hablar en este boletín el miércoles pasado fue incorporada al panorama tropical del NHC el viernes por la noche, tal como habíamos anticipado en el boletín de esa misma mañana.</p><p>Es quizás la onda más impresionante que hemos visto salir de la costa africana en lo que va de temporada.</p><figure><img src="https://www.local10.com/resizer/v2/7LSXPTMB6FEONDNVAVOLIJN5X4.png?auth=1b1c4f00ae34d3397655c5455dde5954091ab66903dd401bc03a41feb3da9a5c&smart=true&width=1200&height=900" alt="Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Forecast low-pressure tracks through next Wednesday, September 2nd (next 10 days) from the traditional, physics-based European ensemble system (top) and the newer AI-based ensembles (bottom). The ensembles suggest only modest organization this week but perhaps more significant development next week north of the islands if the system survives the marginal environment this week. Credit: weathermodels.com.</figcaption></figure><p>Como suele ocurrir con las ondas tropicales, es probable que pierda algo de fuerza hoy al llegar a las aguas del Atlántico, pero debería recuperar impulso de forma gradual en los próximos días. Con excepción de algo de aire seco al norte y al oeste, el ambiente que tiene por delante esta semana luce razonablemente favorable para su desarrollo, y el Centro Nacional de Huracanes le da 50% de probabilidad de convertirse en depresión o tormenta con nombre antes de que termine la semana.</p><p>Los modelos de pronóstico coinciden en general, y el modelo europeo tradicional, basado en física, es el más agresivo al anunciar desarrollo. Su contraparte de inteligencia artificial, en cambio, ha sido más inconsistente con el sistema.</p><p><i>Trayectorias pronosticadas de baja presión hasta el próximo miércoles 2 de septiembre (los próximos 10 días), según el sistema de conjuntos del modelo europeo tradicional, basado en física (arriba), y los conjuntos más nuevos basados en inteligencia artificial (abajo). Los conjuntos sugieren una organización modesta esta semana, pero quizás un desarrollo más significativo la próxima semana al norte de las islas, si el sistema sobrevive al ambiente marginal de estos días. Crédito: weathermodels.com.</i></p><p>Por su parte, el excelente sistema de conjuntos de 1,000 miembros basado en aprendizaje automático de DeepMind, de Google, tiende a coincidir con el criterio del NHC (o el NHC con el suyo), con entre 40 y 50% de probabilidad de desarrollo durante la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/DG34LI5WRVHCTILG7I73VN66HM.png?auth=52c969d970cea2b36dee25cc257f0cef5f31694e53912196a7ad610c543e31ec&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Curiosamente, DeepMind plantea una ventana de desarrollo en los próximos días, mientras el sistema pasa al sur de las islas de Cabo Verde, y luego reduce las probabilidades hasta que suba al norte de las islas del Caribe la próxima semana. Tiene sentido desde el punto de vista físico, ya que la cizalladura del viento es más alta y pronunciada desde el Caribe hasta el Atlántico central. Si logra sobrevivir hasta el Atlántico subtropical —al norte de los 20 grados de latitud norte— y al oeste de las islas, la cizalladura impulsada por El Niño deja de ser un problema mayor.</p><p>Eso es lo que sugieren también los demás modelos, con la posibilidad de un período de fortalecimiento real —quizás hasta convertirse en el primer huracán de la temporada— sobre el suroeste del Atlántico dentro de una semana aproximadamente. Claro está, eso supone que el sistema se mantenga coherente al atravesar el ambiente marginal de estos días.</p><p>Hay tiempo de sobra para seguirle la pista, así que no es algo que debamos preocuparnos por ahora. La amenaza para las islas la próxima semana es baja en este momento, y los modelos indican en su mayoría una trayectoria al norte de ellas.</p><p>Sin embargo, como es el primer aspirante real a tormenta de larga trayectoria desde Cabo Verde en esta temporada, vale la pena volver a revisarlo periódicamente durante la semana.</p><p><b>Moke pasa de largo por Hawái</b></p><p>Moke pasó este fin de semana a unas 250 millas al sur de la Isla Grande de Hawái, sin causar daños, como una tormenta tropical en el límite.</p><p><i>Mejor trayectoria preliminar y pronóstico para la ahora depresión tropical Moke. Crédito: Tomer Burg/Polarwx.com.</i></p><p>La Isla Grande se libró de lluvias fuertes generalizadas por Moke: los acumulados más altos hasta ahora no llegan a 2 o 3 pulgadas.</p><p>Un aviso de inundación sigue vigente hasta la tarde del lunes, hora local, por las lluvias persistentes sobre terrenos que aún están saturados tras el paso de Lala, aunque los problemas de inundación en las laderas orientadas al este deberían mantenerse localizados.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YDFYKC5EPZGT3KCKUVK37H32R4.PNG?auth=de733f15bedd0abcc8a29094eb6c72129789743f2d60de5abca8d89526c42372&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Trump tells Canada to ‘fall in line’ as Carney rejects subordination]]></title><link>https://www.local10.com/news/politics/2026/08/24/trump-tells-canada-to-fall-in-line-as-carney-rejects-subordination/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/trump-tells-canada-to-fall-in-line-as-carney-rejects-subordination/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — President Donald Trump told Canadian leaders on Monday to “fall in line” or face consequences that would be “far WORSE” than the tariffs he has already imposed as Prime Minister Mark Carney accused Washington of trying to subordinate Canada.]]></description><pubDate>Mon, 24 Aug 2026 20:18:48 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — President Donald Trump told Canadian leaders on Monday to “fall in line” or face consequences that would be “far WORSE” than the tariffs he has already imposed as Prime Minister Mark Carney accused Washington of trying to subordinate Canada.</p><p>Trump’s warning on social media came as he threatened new 50% tariffs on Canadian vehicles, auto parts and steel amid escalating tensions between the two countries.</p><p>Carney said U.S. trade demands had confirmed Canada’s fears that Washington was seeking to dismantle its auto industry. Nonetheless, he said his country remained willing to negotiate, but only if the United States approached the talks as a partnership between sovereign countries.</p><p>“An attitude at the negotiation table that Canada is a subsidiary of the United States” is “not something we’re going to accept,” Carney said.</p><p>The fiery words from both sides show how relations between the U.S. and Canada have only deteriorated since Carney walked away from trade negotiations with the Trump administration late Friday, triggering the president's threatened 50% tariffs the next day on about $20 billion worth of Canadian goods. In response, Carney announced dollar-for-dollar retaliation beginning Sept. 8.</p><p>On Monday, Trump came back with even more tariffs, warning that he would impose them on Canada's auto industry beginning next year.</p><p>“Canada has been ripping off the United States of America for years,” Trump wrote on social media, criticizing what he called Canada’s “ridiculously high tariffs” on American farmers.</p><p>Carney said Washington’s auto-sector proposals would gradually have the effect of dismantling Canadian production.</p><p>“This is the most successful automotive partnership in history,” Carney said, referring to the deeply integrated Canada-U.S. industry.</p><p>Meanwhile, Ontario Premier Doug Ford unleashed his own tirade on Trump. Speaking in an interview with The Associated Press, he said Trump had underestimated Canadians’ willingness to endure economic pain rather than give in to U.S. pressure.</p><p>“We’re all in,” Ford said. “Up here, we’re at a fever pitch, everyone’s in for an economic war. They know they’re going to have to sacrifice.”</p><p>Trump responded in a social media post by attacking Ford personally, calling him “the less charismatic, intelligent, and overall unimpressive brother of the late, great, Rob Ford,” and once again referring to Canada's prime minister as “Governor Carney.”</p><p>Ford dismissed the insults: “If you think an insult from him hurts me? Well, bring it on, buddy, I’m ready."</p><p>Ford is a Progressive Conservative whose party is different than that of Carney, a Liberal, but the two underscore the broad political unity in Canada over the trade fight with Trump.</p><p>Ford threatens critical minerals and electricity</p><p>Ford said “everything is on the table” if the dispute worsens, including cutting off electricity and critical minerals from Ontario.</p><p>Critical minerals are increasingly important to U.S. national security and manufacturing. The Pentagon has sought more secure supplies of minerals used in military aircraft, missiles, munitions and electronics as Washington tries to reduce reliance on China, which dominates the mining or processing of several strategically important minerals.</p><p>Ford said Canada should also consider increasingly severe retaliation if Trump continues targeting Canadian industries, including oil and potash, while Ontario could raise electricity prices or stop sending power south.</p><p>“We power 1.5 million homes and businesses,” Ford said. “Everything’s on the table. I’ll do whatever it takes.”</p><p>Ford has used electricity as leverage before. During an earlier phase of the dispute, Ontario imposed a 25% surcharge on electricity exported to Michigan, Minnesota and New York. Trump responded by threatening to double tariffs on Canadian steel and aluminum before both sides backed away.</p><p>Auto industry becomes a central battleground</p><p>Ford accused Trump of not simply seeking a better trade deal but aiming to hollow out Canadian industries and move production south.</p><p>Ford said Trump wants to make Canada a vassal state.</p><p>“He wants to bleed out every single sector and bring them down to the U.S.,” Ford said.</p><p>The auto sector is especially important to Ontario, the center of Canada’s vehicle manufacturing industry. Plants and suppliers in Ontario are tightly integrated with factories in Michigan and other U.S. states, with parts routinely crossing the border multiple times during production.</p><p>Automakers including Ford, General Motors and Stellantis operate major assembly plants in Ontario, and the wider supply chain supports tens of thousands of jobs. Trump’s new threat of a 50% tariff on Canadian vehicles and parts puts that sector directly at the center of the escalating dispute.</p><p>U.S. Trade Representative Jamieson Greer said Monday that “the only reason Canada has auto production in the first place” was because of the 1960s Auto Pact, under which Canada used access to its market to encourage vehicle production north of the border.</p><p>Ford says he opposed preliminary deal</p><p>Ford also disclosed that he had opposed the preliminary agreement Carney was considering before Canada walked away from the negotiations, and that he was unwilling to restore American liquor to Ontario store shelves as part of an agreement.</p><p>“I wasn’t going to put the booze back on the shelves,” Ford said. “I was ready to go out there and call a press conference ... and say I’m not buckling over.”</p><p>Ford said he understood Washington had sought language late in the negotiations that would have restricted Canada’s ability to negotiate trade agreements with other countries without U.S. approval. Carney has called that demand unacceptable and a question of Canadian sovereignty.</p><p>“Who does he think he is?” Ford said of Trump. “You gotta be kidding.”</p><p>___</p><p>Associated Press writer Seung Min Kim contributed from Washington.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YUZXB66DKNHPBHV3YALINYOAMU.jpg?auth=2c4fdb1b12fdc134e378570f8509638c34079a971c0dbba9ee66e08fa6251ad6&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 back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Venice Film Festival adds Gaza doc ‘NAZA' to competition lineup]]></title><link>https://www.local10.com/entertainment/2026/08/24/venice-film-festival-adds-gaza-doc-naza-to-competition-lineup/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/24/venice-film-festival-adds-gaza-doc-naza-to-competition-lineup/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[The Venice Film Festival has added a new documentary about the civilian toll of the Israel-Hamas war to its lineup. “NAZA,” from two of the filmmakers behind the Oscar-winning documentary “No Other Land,” will screen in the main competition, festival organizers said Monday.]]></description><pubDate>Mon, 24 Aug 2026 14:37:52 +0000</pubDate><content:encoded><![CDATA[<p>The Venice Film Festival has added a new documentary about the civilian toll of the Israel-Hamas war to its lineup. “NAZA,” from two of the filmmakers behind the Oscar-winning documentary “No Other Land,” will screen in the main competition, festival organizers said Monday.</p><p>According to the synopsis, the film was shot at night on Tel Aviv rooftops and focuses on the killings of Palestinian civilians. Israeli filmmakers Yuval Abraham and Rachel Szor co-directed “Naza,” which was produced by The Guardian and filmmakers behind “The Zone of Interest.” It’s the only documentary competing for the Golden Lion award.</p><p>Abraham and Szor were two of the four directors of the 2025 best documentary winner “No Other Land,” the story of Palestinian activists fighting to protect their communities from demolition by the Israeli military. A collaboration between Israeli and Palestinian filmmakers, it was made over four years between 2019 and 2023, wrapping production days before Hamas launched its deadly Oct. 7, 2023 attack on Israel that started the war in Gaza.</p><p>“Naza” builds on reporting between 2023 and 2025 published by the Israeli-Palestinian +972 Magazine, the Hebrew-language outlet Local Call and The Guardian.</p><p>The war was top of mind at last year’s festival as well, where thousands gathered for a large pro-Palestinian protest during one of the busiest nights in hopes of redirecting the spotlight from the movie stars to the real world. The subject was also prominent in the program: Kaouther Ben Hania’s “The Voice of Hind Rajab,” about the death of a 6-year-old girl attempting to flee Gaza City with her family in early 2024, won the festival’s Silver Lion award.</p><p>Ben Hania is part of the Maggie Gyllenhaal-led jury that will be selecting the award winners at the festival, which begins on Sept. 2. Winners will be announced on Sept. 12.</p><p>Earlier this year, the Venice Biennale contemporary art exhibition opened with no Golden Lions after the jury quit in protest of Israel’s and Russia’s participation and loud protests outside their pavilions. In 2024 the artist and curators representing Israel at the Venice Biennale kept the Israeli pavilion exhibit closed, saying they would only open it if there were a ceasefire in Gaza.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6CMAR6MR3Q7Y5G3SEDV2TKEE5Y.jpg?auth=a36c73150babd71aee0f3e0b11362b8a687b51de3f4e03f29c03c71d108bd1d6&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 the Venice FIlm Festival shows a scene from "NAZA," a documentary by The Guardian directed by Yuval Abraham and Rachel Szor. (Venice Film Festival via AP)]]></media:description></media:content></item><item><title><![CDATA[Prince Harry to leave board of African Parks conservation nonprofit]]></title><link>https://www.local10.com/news/2026/08/24/prince-harry-to-leave-board-of-african-parks-conservation-nonprofit/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/prince-harry-to-leave-board-of-african-parks-conservation-nonprofit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry is stepping down as a trustee of African Parks, a nonprofit organization that manages protected areas in partnership with authorities in 13 countries from Chad to Zimbabwe.]]></description><pubDate>Mon, 24 Aug 2026 14:26:56 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry is stepping down as a trustee of African Parks, a nonprofit organization that manages protected areas in partnership with authorities in 13 countries from Chad to Zimbabwe.</p><p>Harry, who last week announced he and his family were returning to live in the U.K., left the board of trustees after 10 years of service to the organization, a spokesperson for prince confirmed on Monday.</p><p>African Parks said in a statement dated Aug. 19 that the prince’s departure was part of a “governance refresh” in which a Kenyan Supreme Court justice and the president of AGRA, which helps small farmers in Africa, will join the board. The changes take effect Sept. 30.</p><p>Harry's departure comes four months after the Indigenous rights group Survival International called on him to resign after it alleged human rights abuses by rangers employed by African Parks. Previously, the prince left Sentebale, the charity he co-founded to fight poverty and AIDS in southern Africa, in March 2025 after relations with the organization's chair broke down.</p><p>“We extend our thanks to all the members of the Board who generously volunteer their time in support of our conservation mission — and particularly to The Duke of Sussex, for a decade of committed service to African Parks,” Vas Narasimhan, chair of the African Parks board, said in a statement.</p><p>Harry and his wife, Meghan, stepped aside from royal duties when they moved to the U.S. They will not return to royal duties and are expected to live in a non-royal residence outside London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z3FUPHF4RH4OCREE5KRHPFNNYI.jpg?auth=baf26e620c922e25b7b6306d15df3c7077cd82cdcaecf1f291b6d7ac253fab36&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 Harry arrives at London's High Court in London, Tuesday, Jan. 20, 2026. (AP Photo/Alastair Grant, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alastair Grant</media:credit></media:content></item><item><title><![CDATA[Aug. 24: Hazy and hot with few afternoon storms on Monday]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-hazy-and-hot-with-few-afternoon-storms-on-monday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-hazy-and-hot-with-few-afternoon-storms-on-monday/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[Lingering smoke from nearby brush fires and Saharan dust will leave a slight haze in the sky through the start of the week. ]]></description><pubDate>Mon, 24 Aug 2026 14:24:41 +0000</pubDate><content:encoded><![CDATA[<p>Lingering smoke from nearby brush fires and Saharan dust will leave a slight haze in the sky through the start of the week. It will be hot and humid Monday with highs in the lower 90s and feels like temperatures in the triple digits. Expect a mostly sunny sky into the early afternoon before showers and storms develop. Storms today could produce heavy rain, frequent lightning, and gusty winds. Expect a lingering shower early tonight, then partly cloudy and warm weather into Tuesday morning with lows in the upper 70s and lower 80s. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Sube la presión contra el presidente boliviano tras escándalo que involucra a exasesor]]></title><link>https://www.local10.com/espanol/2026/08/24/sube-la-presion-contra-el-presidente-boliviano-tras-escandalo-que-involucra-a-exasesor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/24/sube-la-presion-contra-el-presidente-boliviano-tras-escandalo-que-involucra-a-exasesor/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Una semana después de un aumento del 84% en el precio del diésel para los grandes consumidores la escasez y las filas para cargar combustible continuaban el lunes en Bolivia en medio de un creciente malestar social contra el gobierno del presidente Rodrigo Paz tras el escándalo que involucra a su exasesor argentino encarcelado por presunto intento de feminicidio.]]></description><pubDate>Mon, 24 Aug 2026 14:22:46 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Una semana después de un aumento del 84% en el precio del diésel para los grandes consumidores la escasez y las filas para cargar combustible continuaban el lunes en Bolivia en medio de un creciente malestar social contra el gobierno del presidente Rodrigo Paz tras el escándalo que involucra a su exasesor argentino encarcelado por presunto intento de feminicidio.</p><p>Agricultores del oriente desafiaron el estado de excepción con protestas y anunciaron marchas con tractores para esta semana, según el dirigente del gremio Javier Núñez. “Estamos en plena cosecha de invierno y los perjuicios son enormes, no podemos esperar más las promesas del gobierno”, dijo.</p><p>Centenares de agricultores salieron el domingo a protestar con tractores en el oriente para exigir abastecimiento y la derogatoria del ajuste en el diésel.</p><p>“El aumento de precio no ha resuelto el problema. Sigue la escasez y el decreto sólo alentará el mercado ilegal de combustibles y el contrabando. La cosecha está demorada y los costos repercutirán en los precios”, acotó Klaus Frerking, el presidente de la Cámara Agropecuaria del Oriente (CAO) que agrupa a grandes y pequeños productores de granos.</p><p>El aumento del precio del diésel rige para la industria y los grandes consumidores. El incremento busca acercar el precio al costo de importación para aliviar la fuerte carga sobre las finanzas públicas. La escasez de dólares es la principal causa que impide importar combustibles para cubrir la demanda, admitieron las autoridades.</p><p>Paz no ha tenido apariciones públicas desde hace una semana cuando la novia de su exasesor personal Fernando Cerimedo sobrevivió a un ataque armado y acusó a Cerimedo de pretender acallarla implicando a su pareja en presuntos negociados con el gobierno.</p><p>Cerimedo permanecerá recluido en un penal de la región de Santa Cruz, en el oriente, por seis meses mientras avanzan las investigaciones y tiene otra causa abierta por supuesto enriquecimiento ilícito.</p><p>Paz salió debilitado de las duras protestas de 53 días entre mayo y junio y el escándalo ha golpeado más su imagen. El estado de excepción decretado para aplacar las manifestaciones vence el 17 de septiembre y muchos sectores ya iniciaron protestas que amenazan con recrudecer en los próximos días.</p><p>Cerimedo “tenía un rol indeterminado, un poder grande y tomaba decisiones que no eran apropiadas para un asesor extranjero", dijo a The Associated Press el diplomático y exembajador de Bolivia en Estados Unidos, Jaime Aparicio.</p><p>Agregó que “nadie quiere que (Paz) se vaya del gobierno, creo que los bolivianos esperan un cambio de timón, un mea culpa a partir del cual pueda hacer los cambios que el país requiere. Es una última oportunidad que tiene el presidente para dar un giro radical”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/34S57YJX3KBFCB2OW4JYQEUVHQ.jpg?auth=3eccd74ac3bee83896fcfaca92493f3de787d06208ebb96ed8c79606e8434b43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un letrero anuncia que no hay gasolina en una estación de servicio de La Paz, Bolivia, el lunes 17 de agosto de 2026. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[Deshaun Watson named Cleveland Browns starting quarterback over Shedeur Sanders]]></title><link>https://www.local10.com/sports/2026/08/24/deshaun-watson-named-cleveland-browns-starting-quarterback-over-shedeur-sanders/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/deshaun-watson-named-cleveland-browns-starting-quarterback-over-shedeur-sanders/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[BEREA, Ohio (AP) — Not many gave Deshaun Watson a chance of reclaiming the Cleveland Browns starting quarterback spot over the past 22 months.]]></description><pubDate>Mon, 24 Aug 2026 19:22:26 +0000</pubDate><content:encoded><![CDATA[<p>BEREA, Ohio (AP) — Not many gave Deshaun Watson a chance of reclaiming the Cleveland Browns starting quarterback spot over the past 22 months.</p><p>Since Watson ruptured his right Achilles the first time in a Week 7 game in 2024, owner Jimmy Haslam said during last year’s owners meetings that the Browns “took a big swing and miss” when they sent three first-round picks to Houston for the controversial quarterback in 2022.</p><p>After Shedeur Sanders had a solid first half in last Saturday's 31-7 loss to Buffalo, a frustrated Watson said the boos from the crowd were “personal” and showed “disrespect” after he took the field in Cleveland for the first time in 22 months.</p><p>Despite the hurdles and a close competition with Sanders, Watson will be the Browns starting quarterback for their Sept. 13 opener at the Jacksonville Jaguars.</p><p>Coach Todd Monken made the announcement on Monday after informing both Watson and Sanders.</p><p>“I took in the full body of work over the course of the offseason to training camp to the games, the joint practice, and ultimately felt like to start the season on the road, Deshaun gave us the best chance to move the ball and score points. I mean, that’s really what it’s about,” Monken said. “I felt that way going into the last game, but wasn’t sure. And after we talked as a staff and we re-looked at everything, we’re going to go that direction.”</p><p>Watson, a 10-year veteran, won the competition over Sanders as both split reps with the first unit throughout the offseason, training camp and the preseason.</p><p>The decision will not be popular with Browns fans, who have booed Watson repeatedly during his time in Cleveland, and have put a lot of support behind Sanders since he was selected last year after dropping to the fifth round.</p><p>Monken reiterated that fan sentiment and Watson’s comments did not play a role in his decision. Watson completed 5 of 12 passes for 36 yards and an interception while on the field with players at the bottom of the roster who likely will be cut in a couple of weeks.</p><p>“Ultimately the fans want us to win. That’s our job as coaches, why we’re hired to try and put the best product on the field. And when we don’t, then I understand their frustration. But ultimately they don’t decide who plays. I mean, who would I be if I let someone outside of the building decide who plays?” Monken said.</p><p>Watson has started only 19 games for Cleveland since being acquired from Houston in 2022 and signing a fully guaranteed, $230 million contract that will perhaps go down as one of the worst trades and contract in NFL history. He is 9-10 with the Browns with 19 touchdown passes, 12 interceptions and an 80.7 passer rating.</p><p>In 2022, Watson missed the first 11 games because of a league suspension resulting from his alleged sexual misconduct during massage therapy sessions. He made six starts in 2023 before a season-ending shoulder injury and started seven in 2024 before the first of two Achilles tendon injuries.</p><p>After Monken's announcement, Watson took responsibility for his comments by saying his emotions got the better of him.</p><p>“I’m not a big talker anyway. I think people that know me and around the organization, I just felt like it was what was on my heart,” he said. “It was never intended to go at a certain person, fan base or a certain crowd. It was just, this is how I feel. And once I got it off my chest, I felt better and now I can move forward from it.”</p><p>Watson completed 11 of 15 passes for 126 yards and directed two scoring drives working with other starters and the second team during the first half of the preseason opener at Chicago.</p><p>“There’s a lot of things, too, that me and (Monken) talking personally that we haven’t showcased. We haven’t showcased my full talent and ability to run in his offense. Being able to run, getting outside the pocket, being able to do some other QB-driven stuff. So I’m excited to see what we can cook up, getting ready for Week 1,” Watson said.</p><p>After facing Jacksonville, the Browns are at Tampa Bay on Sept. 20 to face former quarterback Baker Mayfield, who was released after Cleveland traded for Watson. The Browns' first home game is Sept. 27 against Carolina.</p><p>Sanders has shown steady improvement throughout the offseason. He started the final seven games of his rookie season, going 3-4 with seven touchdowns and 10 interceptions.</p><p>Sanders went 9 of 11 for 74 yards with a touchdown and interception during the first half against the Bills. Sanders completed his first eight passes before he was picked off by Damar Hamlin on a pass he threw behind tight end Jermaine Terry.</p><p>He was 6 of 11 for 79 yards with an interception in the second half against the Bears.</p><p>Sanders' biggest improvement is his ability to stand in the pocket as well as move up when he needs to, along with better footwork and decision making.</p><p>Even though Sanders will be on the sideline for the opener, he is likely to start at some point this season.</p><p>“I think he has come to understand the long game. What are we really in this for? What am I in it for? To have the Browns be an organization that people aspire to be. The long game. Where do we want to be in the long term? And he understands that as well as a quarterback,” Monken said. “We met this morning for a good long time and all he had was a smile on his face because he understands what really is in front of him. He’s going to work his butt off to get better.”</p><p>Watson and Sanders will not play in Thursday's final preseason game against the New England Patriots. Dillon Gabriel and rookie Taylen Green will get the snaps as they compete for the third QB spot.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3F6TEQBPO237RELR5DTLTPPZ3Q.jpg?auth=fcf326d7cd44cb5c899d6fa9ba71684f68cf50e8e9fc5565315a234e187fbdac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns quarterback Deshaun Watson speaks at a press conference after an NFL preseason football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (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/A5FXEPX6IICNPABYGCRR65JPZ4.jpg?auth=2fc8152f5819f9cce254a1c20ff0e9b05b1cd41197c021905b2f2053341d83ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Buffalo Bills defensive lineman DeWayne Carter (90) tips a pass from Cleveland Browns quarterback Deshaun Watson (4) during the second half of an NFL preseason football game, Saturday, Aug. 22, 2026, in Cleveland. (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/T76NBGQMTSB6YD4TU4MMUPHUPY.jpg?auth=effd59705c711b4fa90f56db1d75c664e1fe4f60ddf4148f19ff644721bfbd0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cleveland Browns quarterback Deshaun Watson warms up before a preseason NFL football game against the Buffalo Bills, Saturday, Aug. 22, 2026, in Cleveland. (AP Photo/Carolyn Kaster)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content></item><item><title><![CDATA[WATERGATE: Miami’s surprising connection to one of the biggest political scandals in American history]]></title><link>https://www.local10.com/features/2026/08/24/watergate-miamis-surprising-connection-to-one-of-the-biggest-political-scandals-in-american-history/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/24/watergate-miamis-surprising-connection-to-one-of-the-biggest-political-scandals-in-american-history/</guid><description><![CDATA[Take a look back in time at Miami’s surprising connection to one of the biggest political scandals in American history.]]></description><pubDate>Mon, 24 Aug 2026 14:04:25 +0000</pubDate><content:encoded><![CDATA[<p>Take a look back in time at Miami’s surprising connection to one of the biggest political scandals in American history.</p>]]></content:encoded></item><item><title><![CDATA[Astros and GM Dana Brown mutually agree to part ways]]></title><link>https://www.local10.com/sports/2026/08/24/astros-and-gm-dana-brown-mutually-agree-to-part-ways/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/astros-and-gm-dana-brown-mutually-agree-to-part-ways/</guid><dc:creator><![CDATA[By KRISTIE RIEKEN, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — General manager Dana Brown and the Houston Astros have mutually agreed to part ways, the team announced Monday, when it was tied for first place in the AL West.]]></description><pubDate>Mon, 24 Aug 2026 14:17:05 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — General manager Dana Brown and the Houston Astros have mutually agreed to part ways, the team announced Monday, when it was tied for first place in the AL West.</p><p>Brown’s contract was set to expire at the end of the season. Senior adviser Jeff Bagwell and assistant general managers Charles Cook, Gavin Dickey and Connor Huff will take over Brown’s responsibilities while team owner Jim Crane will oversee baseball operations during the transition.</p><p>The move comes after the Astros went 3-6 on a homestand that ended Sunday to fall into a tie with the Texas Rangers for the AL West lead.</p><p>Brown had been the team’s general manager since January 2023.</p><p>“Over the past four seasons, Dana has helped our organization win two division titles and has led our baseball front office through key scouting, draft and development efforts,” Crane said in a statement. “On behalf of the Astros, I want to thank him for his commitment, energy, and contributions to our organization. We wish he and his family the best.”</p><p>Brown came to Houston after four seasons as vice president of scouting for the Atlanta Braves to replace James Click, who was not given a new contract and left the Astros just days after they won the 2022 World Series.</p><p>“I want to thank Jim Crane for the opportunity to serve in my first role as an MLB General Manager,” Brown said. “The Astros organization and the fans have welcomed me and my family, and I am grateful to have called Houston home for the past four seasons. I wish the organization well and I look forward to the future as I continue my 36-plus years in professional baseball.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GIZ5E3SDENUXIPIIFGR3CX7ZB4.jpg?auth=8345fed24a0b247c540c81e6ca94d1e169e3a1726bccbc306e23ce99c3f42652&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Houston Astros general manager Dana Brown during batting practice before a baseball game, Monday, July 20, 2026, in Houston. (AP Photo/Karen Warren, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karen Warren</media:credit></media:content></item><item><title><![CDATA[Kazakhstan's pro-government party wins parliamentary election, boosting president's grip on power]]></title><link>https://www.local10.com/news/world/2026/08/24/kazakhstans-pro-government-party-wins-parliamentary-election-boosting-presidents-grip-on-power/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/kazakhstans-pro-government-party-wins-parliamentary-election-boosting-presidents-grip-on-power/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Kazakhstan’s pro-government Adilet Party won a landslide victory in a parliamentary election, officials announced Monday, a result expected to further strengthen President Kassym-Jomart Tokayev’s grip on power in Central Asia's largest nation.]]></description><pubDate>Mon, 24 Aug 2026 15:19:02 +0000</pubDate><content:encoded><![CDATA[<p>Kazakhstan’s pro-government Adilet Party won a landslide victory in a parliamentary election, officials announced Monday, a result expected to further strengthen President Kassym-Jomart Tokayev’s grip on power in Central Asia's largest nation.</p><p>Adilet, which is led by the former head of Tokayev’s presidential administration, won 71% of Sunday's vote, Kazakhstan’s central electoral commission said, according to preliminary results.</p><p>The second-place Auyl Party won 6.26% of the vote, with three other parties – the Nationwide Social Democratic Party, Respublica and Aq Jol – reaching the 5% threshold needed to win a place in parliament.</p><p>Election monitors for the Organization for Security and Cooperation in Europe said the vote was marred by a lack of distinct political opposition, with “all contesting parties supporting the incumbent president’s policies.”</p><p>Some 74% of the country’s 12.6 million eligible voters took part in the election, the central electoral commission said. Officials tried to boost turnout by having some voters travel to the polls by parachutes and hot air balloons.</p><p>The election was the first to choose lawmakers for the new single-chamber parliament, known as the Kurultai. It is the culmination of a constitutional overhaul initiated by Tokayev in March, when 87% of voters supported a referendum to merge the two chambers of parliament.</p><p>The vote also gave the president authority to appoint key officials, subject to lawmakers' approval.</p><p>Last month, Kazakhstan’s Constitutional Court ruled that the amendments effectively reset the clock on Tokayev’s previous terms in office, clearing the way for him to seek another seven-year term when his mandate expires in 2029.</p><p>The decision echoes those seen in several former Soviet republics, including Russia, Belarus, Uzbekistan and Tajikistan, where leaders have used new or amended constitutions to revise statutory term limits.</p><p>The 73-year-old Tokayev, a former Soviet official and Kazakh diplomat who previously worked at the United Nations, has been in office since 2019.</p><p>He has sought to maintain a balance between Moscow and the West since sanctions were imposed on Russia over the war in Ukraine. Tokayev has justified the constitutional changes by citing the need for rapid decision-making in a fast-changing world.</p><p>The election comes at a difficult economic moment for Kazakhstan, where inflation hit 10.2% in February and tax increases have fueled public discontent.</p><p>Analysts say the economic strain has made authorities wary of a repeat of the unrest of January 2022, when fuel price protests spiraled into violence that left dozens of protesters and police officers dead — a scenario Tokayev is seeking to guard against by concentrating power in his own hands.</p><p>The vote also took place against a backdrop of intensifying crackdowns on press freedom. Media organizations have urged Tokayev to drop criminal charges against several journalists under house arrest and to revise legislation to ensure freedom of speech. Authorities have opened roughly 10 criminal cases against independent journalists and popular bloggers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y2KRIBYN5PYK5B2EVX6WG5NC3Y.jpg?auth=90be596f9c7bc2fe36e2e9950aea4651df76869c5f530d5642a611387fde6bc4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Election commission members count ballots at a polling station during early parliamentary elections in Almaty, Kazakhstan, Sunday, Aug. 23, 2026. (AP Photo/Vladimir Tretyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladimir Tretyakov</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMWDICBKNZDJW56UHWGFXYYSIE.jpg?auth=fc3a802d12dea950b02f39d109124f92e71daec493e0eb1bb8ece93b4db72f45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Kazakhstan's President Press Office, Kazakhstan's President Kassym-Jomart Tokayev casts his ballot at a polling station in Astana, Kazakhstan, Sunday, Aug. 23, 2026.(Kazakhstan's President Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VAWWG6APKAGCBE2OILLFEGJ3WM.jpg?auth=2e772b45cbcb239de8c316fafe7ab768686673a783ec01dc7c7a84124dd2d077&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman casts her ballot at a polling station during early parliamentary elections in Almaty, Kazakhstan, Sunday, Aug. 23, 2026. (AP Photo/Vladimir Tretyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Vladimir Tretyakov</media:credit></media:content></item><item><title><![CDATA[Congo's Ebola outbreak records one of its highest weekly death tolls yet]]></title><link>https://www.local10.com/health/2026/08/24/congos-ebola-outbreak-records-one-of-its-highest-weekly-death-tolls-yet/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/24/congos-ebola-outbreak-records-one-of-its-highest-weekly-death-tolls-yet/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — More than 300 people died of Ebola in eastern Congo in the past week, one of the highest weekly tolls yet, government data showed Monday, as health workers struggle to catch up with an outbreak that is spreading at unprecedented speed.]]></description><pubDate>Mon, 24 Aug 2026 13:09:20 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — More than 300 people died of Ebola in eastern Congo in the past week, one of the highest weekly tolls yet, government data showed Monday, as health workers struggle to catch up with an outbreak that is spreading at unprecedented speed.</p><p>Ministry of Health data showed that as of Saturday, the outbreak had recorded 5,514 cases and 2,642 deaths, including 317 deaths reported in the previous seven days. But Congolese experts have said the outbreak that started weeks before it was confirmed could be three times the known size.</p><p>This is the fastest-growing Ebola outbreak in history, with many people dying outside treatment centers. It has recorded seven times more deaths at this stage than the 2014-2016 West Africa Ebola outbreak that is the deadliest in history with over 11,000 in all.</p><p>Most new cases in Ituri province, the current epicenter, still come from outside monitored contacts.</p><p>Nearly half of people infected have died — 47.9% — but the government data shows much higher rates in hard-to-reach areas such as North Kivu province, which has a fatality rate of 68.6%.</p><p>Frontline workers to receive vaccine used in past outbreaks</p><p>A key challenge has been the lack of approved vaccines or treatments for the rare Bundibugyo virus responsible for the outbreak.</p><p>On Friday, Congo received more than 16,000 doses of the Ervebo vaccine that was effective in past Ebola outbreaks caused by a different, more common type. The World Health Organization says it also will be used in clinical trials for a Bundibugyo virus vaccine.</p><p>WHO says it’s not known whether Ervebo can protect against the Bundibugyo virus, although early laboratory and animal data suggest it may offer some protection.</p><p>Officials have not said when the vaccine will be rolled out to frontline workers. In Ituri, locals expressed optimism that it will help slow the outbreak.</p><p>“I am very pleased that these vaccines have finally arrived,” said Héritier Ramazani, a resident. “We are fed up with recording new cases of Ebola every day.”</p><p>The outbreak is unfolding in some of the most challenging conditions imaginable, with rebel threats and intense population movements.</p><p>Medical teams in Ituri and other affected provinces also face work stoppages by responders who haven’t been paid, anger from long-traumatized communities, bad roads and misinformation claiming that Ebola isn’t real.</p><p>Experts believe the virus was spreading in the mining town of Mongbwalu as early as February, months before authorities declared the outbreak on May 15.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZRMH7UXOCKGGTFA66YRMMY4CVQ.jpg?auth=e07f241cf30290bb76e38766537a8b0b971e129109308444635479905d67bde1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People dressed in protective gear unload a coffin containing the remains of six-year-old Baudjo Baraka Jules, who died of Ebola, for a burial service in Bunia, Ituri province, eastern Congo, Tuesday, Aug. 18, 2026. (AP Photo/Dieudonne Dirole)]]></media:description><media:credit role="author" scheme="urn:ebu">Dieudonne Dirole</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MHVMGHARI7JTFI7NFDPNNEP5RM.jpg?auth=160cb3a865ff3f55efcb6fb1c6fbf7a08e8ca6d3e7e317ae31765d4afae1654c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and frontline workers embark on Ebola outbreak awareness campaign in Beni, North Kivu province, eastern Congo, Friday, Aug. 21, 2026. (AP Photo/Sebastien Kitsa Musayi)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastien Kitsa Musayi</media:credit></media:content></item><item><title><![CDATA[The world inches toward catastrophic climate events: 'Bigger shocks are on the way']]></title><link>https://www.local10.com/news/world/2026/08/24/the-world-inches-toward-catastrophic-climate-events-bigger-shocks-are-on-the-way/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/the-world-inches-toward-catastrophic-climate-events-bigger-shocks-are-on-the-way/</guid><dc:creator><![CDATA[By PETER PRENGAMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In the opening scene of American writer Kim Stanley Robinson’s “The Ministry for the Future,” a heat wave combined with a breakdown of the electrical grid in India kills 20 million people. The devastation causes the world's nations to unite to combat climate change.]]></description><pubDate>Mon, 24 Aug 2026 13:55:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In the opening scene of American writer Kim Stanley Robinson’s “The Ministry for the Future,” a heat wave combined with a breakdown of the electrical grid in India kills 20 million people. The devastation causes the world's nations to unite to combat climate change.</p><p>Scientists have long warned that the world will experience more intense extreme weather events like heat waves, storms, floods and droughts. But what once seemed like the realm of fiction is now discussed as a possibility, even an inevitability.</p><p>Warning about an “extreme of extremes” or the “Other Big One,” a play off the California reference of a big future earthquake, can be fraught. After all, nobody can say for sure when a weather catastrophe may happen. But in the last few years, the planetary ingredients needed for a massive disturbance have been building. And alarm is growing.</p><p>“The risk is that people just think you are exaggerating,” said Daniel Swain, a climate scientist with the California Institute for Water Resources. “It's the ‘Boy Who Cried Wolf’ problem. Sometimes wolves are real. If it’s outside the door, wouldn’t you want to know?”</p><p>The risks have been known, and building, for over 150 years</p><p>In the 1850s, while living in Seneca Falls, New York, amateur scientist Eunice Newton Foote did a series of experiments that put different substances, including carbon dioxide and moist air, inside glass cylinders and left them in the sun. What she found was extraordinary: cylinders with carbon dioxide, a greenhouse gas that is released when coal, gas or oil is burned, heated up faster and took longer to cool after the sun went down.</p><p>Fast-forward: Today, Earth is being heated by massive amounts of greenhouse gases being pumped into the atmosphere, leading to a gradual rise in average global temperature. That increase, 1.44 degrees Celsius (2.59 degrees Fahrenheit) warmer in 2025 compared to the early 1800s, leads to more frequent, and more intense, extreme weather events.</p><p>The country that has released the most greenhouse gas, and thus contributed most to climate change, is the United States. But don't expect recognition of that, much less major government-led efforts to combat it, as the country marks its 250th birthday. President Donald Trump has called climate change “the greatest con job ever," referred to climate policies as a “Green New Scam” and said U.N. climate predictions were made by “stupid people.”</p><p>At any given time there are numerous extreme weather events happening around the globe. Indeed, some have already been so big that we have arguably entered an age of extremes.</p><p>Consider Australia's “Black Summer” of wildfires in 2019 and 2020, when 19 million hectares (over 46 million acres) were scorched. Or Pakistan in 2022, when flooding left a third of the country under water. Or Hurricanes Milton and Helene in 2024, which ravaged parts of the southern United States. That is to say nothing of periodic smaller disasters, such as last year's Texas floods that engulfed young campers; the Los Angeles wildfires that chewed through entire neighborhoods; and Typhoon Kalmaegi, which walloped Vietnam and the Philippines.</p><p>Sarah Perkins-Kirkpatrick, a climate scientist at Australian National University, says she had a “come to Jesus moment" when she realized that constant extreme weather events wouldn't stop even if the world could immediately reach net zero, the point when as much greenhouse gas is taken out of the atmosphere as released into it. Many countries and major companies have net-zero targets for 2050 or beyond.</p><p>Because carbon dioxide can remain in the atmosphere for hundreds of years, and so much has already built up, the damage could take centuries to reverse. And we keep adding more.</p><p>“It's the issue of the frog in the boiling water," said Perkins-Kirkpatrick. "If we get used to bracing ourselves, are we going to notice?”</p><p>What's clear is that no country is truly prepared for a major climate disaster, and the risks are changing.</p><p>Robinson, whose book was published in 2020, says if he were writing today he would include a chapter on wildfires, which have become larger and more destructive. And while the potential heat disaster he writes about in India would arguably be less likely today, thanks to less reliance on the grid and use of solar power, Robinson believes the risks of catastrophe have increased.</p><p>The book, he says, “still has a purpose."</p><p>People have a natural aversion to contemplating worst case scenarios</p><p>It's basic psychology to avoid talking about uncomfortable things. Climate change, depressing and overwhelming, falls into that category.</p><p>Instead of taking action by radically reducing greenhouse gas emissions, or updating our infrastructure to live in a world altered by extreme weather events, a common response, from governments to individuals has largely been to ignore it. Part of the challenge is the care scientists must take when discussing extreme events.</p><p>It's impossible to say, for example, that a disaster will happen in a certain year or even decade. But modeling improves every year, and the amount of time between extreme events is shrinking.</p><p>Sonia Seneviratne is a Swiss climatologist who vice chairs a working group of the Intergovernmental Panel on Climate Change, the top U.N. body of climate scientists. Seneviratne likens the risk to smoking and lung cancer. People who smoke won't necessarily get lung cancer, but the chances are higher and doctors should say that. Similarly, the risk of massive extreme events rises with every tenth of a degree.</p><p>“If such an event happened, I could already see the criticism of people saying, ‘Climate scientists didn’t tell us,’" Seneviratne said. "But we did.”</p><p>While earthquakes are not connected to climate change, the way many cities in earthquake-prone California have prepared for a potential Big One is as an example of what's possible. Central to that effort has been Lucy Jones, a seismologist and author of “The Big Ones: How Natural Disasters Have Shaped Us (and What We Can Do About Them).”</p><p>In 2014, Jones, then with the U.S. Geological Survey, worked with Los Angeles Mayor Eric Garcetti's administration in developing an initiative that produced widespread retrofitting and earthquake preparedness in LA, and then later in other California cities. Two years later, she formed a nonprofit that advises on preparing for earthquakes and other disasters.</p><p>Jones says people will make changes if they believe risks are real and solutions are possible. Without that belief, the response will likely be to ignore the issue.</p><p>“Climate denial is one way of coping," said Jones. She said people rationalize by thinking, 'I won’t believe it’s true, so I’ll feel safer.’”</p><p>In the movies, the final resolution is often extreme — and not helpful</p><p>Over the last quarter century, many movies have focused on extreme weather events, which provide action and danger to any plot. The cinematic portrayals usually have one of two endings: everything will be okay or we are doomed.</p><p>Consider two popular climate movies that came out 15 years apart. In the 2004 “The Day After Tomorrow,” Jack Hall, played by Dennis Quaid, is a climate scientist who, speaking at a U.N. climate conference in Delhi, urges a major reduction in greenhouse gas emissions, warning that a failure to do so will lead to major extreme weather events.</p><p>“The climate is fragile," says Hall.</p><p>“The economy is fragile,” responds the U.S. vice president.</p><p>Shortly after, the disaster that Hall warns about happens. Melting polar ice halts the North Atlantic Current, which moves warm ocean currents northeast across the Atlantic. There are giant cyclones, massive hailstones, heavy flooding and tornadoes before a big freeze takes over — so cold that anybody outside dies.</p><p>Eventually the vice president, who has become president, apologizes to the nation for exploiting nature.</p><p>“We were wrong," he says.</p><p>In the 2021 satire “Don't Look Up,” two astronomers played by Leonardo DiCaprio and Jennifer Lawrence discover a giant comet heading toward Earth. They try to spur action to avoid annihilation. The U.S. president, played by Meryl Streep, isn't interested.</p><p>“At this exact moment, I think we sit tight and assess,” Streep says after learning the comet is heading straight toward Earth.</p><p>“How big is this thing? Can it destroy my ex-wife's house?” jokes a television news host.</p><p>At the end, almost everybody dies, a scenario that even the worst predictions of climate impacts don't envision.</p><p>Science tells us catastrophe is not a question of if, but when</p><p>As powerful as extreme weather events have already gotten, much worse is likely to come. It’s basic physics.</p><p>More than half all greenhouse gases produced by humans throughout history have been released into the atmosphere over 50 years. Those gases create heat, which scrambles weather patterns and ecosystems.</p><p>The when of a major climatic event, or more likely several in different parts of the world, can't be known with certainty. A catastrophic event in any given area could be in 50 years, or 10 years, or sooner.</p><p>People who deny climate change is real will point out that scientists get projections wrong, and it's true that not every climate model has been correct. But over the last decades, if anything, climate scientists have been too conservative. Climate impacts are happening much faster than predicted.</p><p>One of many examples: in January 2022, the U.K. Climate Risk Assessment said there was a 0.02% chance of 40C (104F) or above heat before 2040. That summer, parts of the U.K. topped 40C.</p><p>We have also reached a moment when “tipping points" — when deterioration of a given planetary system has crossed a threshold from which it can't recover — are no longer positioned as theoretical or futuristic.</p><p>The most commonly cited is corals. According to the National Oceanic and Atmospheric Administration, between 2023 and 2025, 84% of the world's corals suffered the expelling of microscopic algae in response to heat stress, which often leads to dying. Even if temperatures were to sharply drop, the recovery of most corals is doubtful.</p><p>The Amazon rainforest, which stores massive amounts of carbon dioxide and helps regulate the climate, is also at risk of a tipping point. Persistent drought, large wildfires and deforestation to make way for cattle have degraded swaths of forest in recent decades. The debate today is when, not if, the Amazon will release more carbon dioxide than it holds.</p><p>This year's El Niño, a natural and periodic warming cycle, is expected to be the strongest ever recorded, which could push temperatures even higher, breaking records and leaving damage along the way.</p><p>Overall, the Earth is on a dangerous path.</p><p>“We need to be talking about some of the worst things that can happen,” said Tim Lenton, climate science professor at the University of Exeter. “It’s natural to think that some bigger shocks are on the way.”</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>AP's 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/RX6LEKPEEYPXSONO7LHB3XSEJQ.jpg?auth=619f8444d81199810a33882e801578ae10ad3b042d59c50a6063b001c8e6ee2b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Bug Fire burns near Doyle in unincorporated Lassen County, Calif., Aug. 13, 2026. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4YZLZSO2XISK2DCUFJZDZTOCXE.jpg?auth=715a1d9dabf8ba8af1eaabbef190c502794d37706a1ce5ddea053e8f2c58cbd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Victims of the unprecedented flooding from monsoon rains use a makeshift barge to carry hay for cattle in Jaffarabad, a district of Pakistan's southwestern Baluchistan province, Sept. 5, 2022. (AP Photo/Fareed Khan, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fareed Khan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6D7N5NF5JAQG6OTD6VMCKUBRU4.jpg?auth=11ffbf22b1bad8241b874226dedfb3439759ccdbb84965fa85b0f9ef4613a93d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Residents sleep on the roof of their home near Versova Beach to escape the oppressive heat inside as hot and humid conditions persist amid a delayed monsoon in Mumbai, India, June 19, 2026. (AP Photo/Rafiq Maqbool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rafiq Maqbool</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NVCFXP3CRZN6NP3KC676ITO4Z4.jpg?auth=042460b5378c12ee1be15f7a11782f806ce163cf758d58fb59baed9787000cf8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Faithful shelter from the hot sun as Pope Leo's XIV arrives for his weekly general audience in St. Peter's Square at The Vatican, June 24, 2026. (AP Photo/Alessandra Tarantino, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alessandra Tarantino</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WNC7COZBEWLV2YRH3DW4KQDZAQ.jpg?auth=516ebcc05832a4166e8942094f17b26b70eb13b695b59c14cfadc93ffae15af1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maria del Carmen, left, her daughter Maria del Carmen Lopez, right, and her partner Mario Gonzalez, center, collect their belongings after their bungalows were ravaged by a wildfire at a campsite in Valle de Iruelas, Spain, July 30, 2026. (AP Photo/Manu Fernandez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDQLMUUU6EJTVGVLP34D545MCA.jpg?auth=13508c2858777e515cacb6c9ba758e9c31203631db4c15b6a2f11375e9ccb649&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A worker uses improvised floats while trying to clear a sea of garbage and debris brought by intense monsoon rains at the Redemptorist Water Channel in Paranaque city, Metro Manila, Philippines, Aug. 11, 2026. (AP Photo/Aaron Favila, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Favila</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XVJ2GVZPCYPFFLIAIQVQCUZW64.jpg?auth=eab7614b04b2b1b8f6cdf78481ded9319f1c86eb686168dcc872c25e2d2224b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People walk through a part of the Amazon River that shows signs of drought in Santa Sofia, on the outskirts of Leticia, Colombia, Oct. 20, 2024. (AP Photo/Ivan Valencia, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4HDLHYFRNHNFVBS3J54CVP4H4.jpg?auth=412f54d62eb74ce1e59a720c2d134b7b049edb51d52563b3806c8576adf7d64d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The coal-fired Mountaineer Power Plant, near New Haven, W.Va., operates across the Ohio River from the Lock 24 RV Park and Campground in Racine, Ohio, March 13, 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[Economists don't expect reopening the US to Mexican cattle imports to reduce high beef prices]]></title><link>https://www.local10.com/news/2026/08/24/economists-dont-expect-reopening-the-us-to-mexican-cattle-imports-to-reduce-high-beef-prices/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/economists-dont-expect-reopening-the-us-to-mexican-cattle-imports-to-reduce-high-beef-prices/</guid><dc:creator><![CDATA[By JOHN HANNA and SARAH RAZA, Associated Press]]></dc:creator><description><![CDATA[The U.S. reopened a border crossing in Arizona to cattle from Mexico on Monday as part of a broader effort by the Trump administration to reduce record-high beef prices, though economists doubt the move will mean much to grocery store shoppers.]]></description><pubDate>Mon, 24 Aug 2026 18:04:05 +0000</pubDate><content:encoded><![CDATA[<p>The U.S. reopened a border crossing in Arizona to cattle from Mexico on Monday as part of a broader effort by the Trump administration to reduce record-high beef prices, though economists doubt the move will mean much to grocery store shoppers.</p><p>The U.S. Department of Agriculture has said concerns about the New World screwworm's spread lessened enough to allow the movement of cattle from Mexico at a crossing in Douglas, Arizona, about 230 miles (370 kilometers) southeast of Phoenix. Over time, it hopes to reopen other crossings in New Mexico and Texas.</p><p>“Today, the border in Sonora is open for livestock,” Mexican President Claudia Sheinbaum said during a Monday morning news conference in Mexico City, referring to the Mexican state bordering Arizona.</p><p>Beef prices clearly are a concern for President Donald Trump, who announced Friday that he would allow up to 331,000 tons (300,000 metric tons) of imported ground beef into the U.S., tariff-free, to be sold at below-market prices over the next 90 days. In February, the White House said closing the border to livestock imports from Mexico more than a year ago was “essential” to containing the screwworm but it has exacerbated a shortage of cattle for slaughter in the U.S.</p><p>“The administration obviously has a lot of incentive to try to be able to say that they’re doing something about high beef prices in particular,” said Derrell Peel, a professor of agribusiness at Oklahoma State University. “Beef has been singled out because it is an expensive product and because it’s just high profile.”</p><p>The Trump administration closed the border to cattle imports in May 2025 as part of its response to the screwworm, a parasite with flesh-eating larvae that can infest and even kill cattle or other animals. The move came as the U.S. already was struggling to meet beef demand, thanks to a cattle herd that has been shrinking for five years and now is the smallest in decades.</p><p>Because the USDA plans a phased reopening of the border, it will take months for Mexican imports to return to their traditional levels, Peel said. Mexico has traditionally provided 1.1 million head, or about 3% of the U.S. cattle supply.</p><p>“I don’t expect to see any measurable impact on cattle prices or beef prices soon,” Peel said.</p><p>The smallest US herd in decades fueled record prices</p><p>The USDA reported that on Jan. 1, the U.S. cattle herd had dropped to 86.2 million head, the lowest figure in 75 years. Beef prices skyrocketed over the past five years, rising significantly faster than food prices as a whole, according to the U.S. Bureau of Labor Statistics.</p><p>The average price of a pound (453 grams) of ground beef rose nearly 57% from July 2021 to July 2026, from $4.39 to $6.89 — hitting a peak of $6.90 in May — with a 10% increase over the previous year. Food prices have risen about 25% overall in those five years, according to the bureau's numbers.</p><p>The price for a pound of uncooked steak rose 35% over the past five years, reaching a record $13.06 per pound in July, also 10% higher than a year before.</p><p>But Glynn Tonsor, a professor of agricultural economics at Kansas State University, said the potential effect on beef prices from the smaller supply of cattle was lessened because the U.S. beef industry is more efficient and has been able to get more meat from each animal than in past years.</p><p>The USDA says the reopening starts at a safe spot</p><p>U.S. government and industry officials view the New World screwworm fly as a major threat to the nation's $113 billion cattle industry. It was an annual warm-weather scourge for U.S. ranchers from at least the 1930s through the 1960s, until the U.S. largely eradicated it. The fly was contained for years near the Panama Canal, but returned to southern Mexico in late 2024 and advanced toward the U.S., with the first case in Texas since 1966 reported June 3.</p><p>Since then, more than 40 cases have been confirmed in southern Texas and southeastern New Mexico, with infestations of cattle, sheep, goats and dogs.</p><p>In her July announcement of plans for a phased reopening of the border, U.S. Agriculture Secretary Brooke Rollins said it was possible to start with an Arizona crossing because the northern Mexican states of Sonora and Chihuahua had stronger animal health programs than other parts of Mexico. She also said each animal would be inspected and declared free of the parasite before crossing the border.</p><p>U.S. Senate Agriculture Committee Chair John Boozman said the USDA is taking a “careful, science-based” approach to reopening the border and imposing strong animal health protocols.</p><p>“This is an important step for America’s cattle producers, especially our feeders in the border states,” Boozman, an Arkansas Republican, said in a statement. “Restoring this long-standing trade is critical to strengthening our cattle supply and supporting a healthy, competitive beef industry.”</p><p>Drought, low prices led to the smallest US herd in 75 years</p><p>Drought in cattle-producing regions of the U.S. is a major reason the national herd is so small, said David Anderson, professor of agricultural economics at Texas A&M University. If grass doesn’t grow, cattle have nothing to graze upon, forcing ranchers to sell them off. Low cattle prices over the past two decades also are a factor.</p><p>“Where we are today is sort of the culmination of some 18, 19, 20 years of very low cattle prices,” he said. “That forces us to reduce our herds. Drought forces us to reduce them even further.”</p><p>The shortage of cattle also has left beef processing plants operating below capacity.</p><p>Tyson Foods, one of the nation's largest meat processors, announced in November that it was reorganizing its beef operations and closing a plant in Lexington, Nebraska, about 220 miles (354 kilometers) southwest of Omaha. Earlier this month, it announced plans to close a plant in Utah outside Salt Lake City and another in Illinois about 150 miles (241 kilometers) southeast of Chicago.</p><p>In June, another major U.S. processor, JBS USA, announced plans to close beef plants in Memphis and outside Philadelphia, though it later said it would keep some operations at the Pennsylvania plant to preserve 400 jobs there.</p><p>Rebuilding the U.S. herd — and ultimately lowering prices — likely will take years, largely because a cow typically has only one calf a year, Peel said. In addition, breeding a heifer keeps her out of the food supply, tightening it further as the herd is rebuilt.</p><p>Peel said prices will remain high for some time and for elected officials, “There’s nothing you can do.”</p><p>___</p><p>This story has been corrected to show that John Boozman is chair of the Senate Agriculture Committee, not the House Agriculture Committee.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AFF4OY67SWUCXBNWSTME6KBMUE.jpg?auth=213a3e0cdc35d7b5fd58beb611db399ef85aabc4be7e81f8e8fac80f20fa5e32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cows are fenced in before being displayed at a cattle auction in Hermosillo, Sonora state, Mexico, on July 29, 2025. (AP Photo/Fernando Llano, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Llano</media:credit></media:content></item><item><title><![CDATA[The Latest: Bessent warns the world to cut financial ties to Iran or face US retaliation]]></title><link>https://www.local10.com/news/politics/2026/08/24/the-latest-bessent-warns-the-world-to-cut-financial-ties-to-iran-or-face-us-retaliation/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/the-latest-bessent-warns-the-world-to-cut-financial-ties-to-iran-or-face-us-retaliation/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Treasury Secretary Scott Bessent said Monday that new U.S. secondary sanctions in the pipeline aim to block all potential sources of revenue for Iran, telling nations to cut economic ties to Tehran or face U.S. retaliation. Tehran has withstood nearly five decades of punishing American sanctions. Ahead of the announcement, Iran’s currency hit a record low, dropping to 2.02 million to the U.S. dollar as trading opened on currency markets.]]></description><pubDate>Mon, 24 Aug 2026 19:28:50 +0000</pubDate><content:encoded><![CDATA[<p>Treasury Secretary Scott Bessent said Monday that new U.S. secondary sanctions in the pipeline aim to block all potential sources of revenue for Iran, telling nations to cut economic ties to Tehran or face U.S. retaliation. Tehran has withstood nearly five decades of punishing American sanctions. Ahead of the announcement, Iran’s currency hit a record low, dropping to 2.02 million to the U.S. dollar as trading opened on currency markets.</p><p>President Donald Trump threatened on Monday to impose a 50% tariff on Canadian automobiles, car parts and steel starting next year as the trade rift with Ottawa continued to deepen. The announcement comes after trade talks between the otherwise reliable trading partners collapsed last week. Long-planned U.S. tariffs on various Canadian goods went into effect after the talks broke off, and Canada has vowed to retaliate.</p><p>The Latest:</p><p>Treasury sanctions nearly 60 Iran-linked entities worldwide on nuclear, missile, cyber and oil networks</p><p>The Treasury announced sanctions Monday against nearly 60 Iran-linked entities over their roles in Iran’s nuclear and missile programs, malign cyber activities and oil shipments.</p><p>It is part of the administration’s economic campaign against Iran, including warnings to other countries not to do business with Iran in sectors such as shipping, technology and aviation.</p><p>The Treasury sanctioned Hong Kong-based Sweet Ocean Industrial Limited and its associated personnel and businesses, accusing them of helping Iran acquire sensitive goods such as laser optics equipment. The Treasury also sanctioned several other Hong Kong-based entities for having provided funds to Sweet Ocean and its network.</p><p>Separately, the Treasury sanctioned China-based Shenzhen Huamei, the Hong Kong branch of the Iran-based logistics company BRE Line and its director for their ties with BRE Line in support of Iran’s missile and nuclear programs.</p><p>A sanctioned company is cut off from the U.S. financial system.</p><p>Trump plays Pied Piper to show off his ballroom</p><p>At the end of a Back to School event near the Rose Garden, the president invited the crowd — which included dozens of children — to accompany him and see the White House ballroom being built nearby.</p><p>“If anybody would like to walk with me,” Trump said, calling it “a special way the kids could see construction.”</p><p>The president added: “I love the sound of construction.”</p><p>Trump has taken to calling the project a “ballroom slash military complex.” He noted that Chinese President Xi Jinping is visiting soon and recalled his own visit to China in May.</p><p>“We saw the Great Hall of China,” Trump said. “Well, now we’re going to have a great hall, too, in the United States.”</p><p>Trump hosts education event in Rose Garden</p><p>The president’s main public event Monday is a back-to-school event featuring Education Secretary Linda McMahon.</p><p>Many schoolchildren are in the audience during the outdoor event.</p><p>“What a nice setting this is,” Trump remarked.</p><p>US formally removes Syria from state sponsors of terrorism list</p><p>The Trump administration on Monday formally removed Syria from the State Department’s “State Sponsor of Terrorism” blacklist, making permanent a series of sanctions removals that had been initially announced more than a month ago.</p><p>Secretary of State Marco Rubio had announced the recission of Syria from the list in early July, but there was a 45-day period for congressional review before it was formalized. That review period has now expired and sanctions related to the state sponsor designation have been almost completely removed, the State and Treasury departments said on Monday.</p><p>“Treasury is following through on President Trump’s promise to give the Syrian people a chance at greatness,” Bessent said in a statement. “Today’s action will help foster additional investment in Syria to promote political and economic stability.”</p><p>Bessent says no country is ‘above the reach of US sanctions’</p><p>When asked that the U.S. could go soft on China to maintain the fragile trade truce between the world’s two largest economies, Bessent said “no one is above the reach of U.S. sanctions”</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” Bessent said.</p><p>Experts have said the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S. to keep the already-fraught relations from falling out.</p><p>The Trump administration is challenged to act big with Iran “without escalating tensions with Beijing,” said Wendy Cutler, vice president of the Asia Society Policy Institute.</p><p>Bessent says its giving Iran’s trading partners a chance ‘to remedy bad behavoir’</p><p>Asked by a reporter Monday about issuing warnings to Tehran’s financial partners instead of promising an ‘economic D-Day’, the Treasury secretary said he wanted countries to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said. “We believe that it is important to level set and give people a cure period.”</p><p>He added, “But they should know that that will move very quickly and that we are serious. Secondary sanctions are a very powerful tool.”</p><p>Bessent doesn’t name names, but insists US is making its expectations clear on Iran trade</p><p>The treasury secretary said Trump has been “making phone calls to world leaders with specific request to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges, and financial transactions with Iran until further notice.</p><p>“I am confident the president, as you all know, is quite persuasive,” Bessent said.</p><p>Bessent said that Treasury and State Department officials are following up with calls and visits with officials from countries and entities it wants to see take action and laying out “exactly what we expect and the timelines.”</p><p>Iran’s parliament speaker dismisses impact of looming US sanctions</p><p>Mohammad Bagher Qalibaf on Monday said Iran’s trading partners were not taking Washington’s “statements into account,” even as the country’s economy reels from months of war and mounting pressure.</p><p>“Americans know that no one buys their bombast,” Qalibaf said in a post on X, saying that the United States was “not in an economic position to further restrict its relations with other countries.”</p><p>His comments came as Washington prepared to expand secondary sanctions targeting countries and companies doing business with Iran, in an effort to isolate Tehran from the global dollar-based financial system.</p><p>Bessent warns nations they can no longer operate in ‘gray zone’ of Iran conflict</p><p>Treasury Secretary Scott Bessent says new U.S. secondary sanctions in the pipeline aim to block all potential sources of revenue for Iran, telling nations to cut economic ties to Tehran or face U.S. retaliation.</p><p>Bessent added it’s “no longer acceptable to operate in the gray spaces” of Iran conflict as US threaten sanctions against Tehran’s trade partners.</p><p>The treasury secretary did not name what countries could face potential secondary sanctions from the United States, but China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“Let there be no ambiguity as to the position of the United States,” Bessent said at a Monday afternoon news conference. “An economic engagement of any kind with this murderous regime will expose those responsible to the full reach of American power.”</p><p>Vance calls Canada ‘a state’ but says doing so was an accident</p><p>Asked about the Trump administration escalating a trade war with Canada when Maine depends so heavily on cross-border trade, the vice president said, “Canada is a state” but then added, “Sorry. Freudian slip.”</p><p>As the crowd laughed and hooted, Vance added, “That was actually an accident.”</p><p>He likened Canada to China in what he called unfair trade practices, saying that “Canada allows itself to be a backdoor for Chinese goods” that eventually are imported into the U.S.</p><p>Vance said negotiations between Canada and the U.S. were ongoing and that he thought there’d have been an agreement easing trade disputes by now — but Canada had made “unreasonable” demands.</p><p>Vance gives shoutout to ‘our very independent friend, Susan Collins’</p><p>Republican Sen. Susan Collins was not accompanying Vice President JD Vance during his manufacturing stop in Brewer, Maine on Monday.</p><p>But he still made sure that her presence was felt.</p><p>“Whenever I’m in Maine, I got to give Susan a little bit of crap,” Vance told the crowd as he began his remarks. “Because as you know, Susan is the most independent member of the United States Senate, and as the president of the United States Senate, she sometimes makes my job just a little bit harder.”</p><p>Vance said Collins, who is up for reelection in the Democratic-leaning state, has visited the vice president’s residence about a half-dozen times. In those meetings, Vance said, Collins is constantly pressing him about how certain policies affect her state.</p><p>Vance ended his brief aside on the senator by asking the crowd to give a shoutout to “our very independent friend, Susan Collins.”</p><p>The Washington Post must reinstate a Black writer fired for posting about Charlie Kirk</p><p>“After wrongfully firing me last year, an independent arbitrator has ordered the @washingtonpost to reinstate me immediately, with back pay,” Karen Attiah posted on Instagram on Monday, calling it “a victory for journalists everywhere.”</p><p>The ruling found insufficient cause to terminate Karen Attiah, the last Black full-time member of the Post’s opinion desk at the time.</p><p>Kirk, a top conservative podcaster and Trump ally, made provocative statements about race, gender and politics, including calling George Floyd, whose 2020 murder at the hands of Minneapolis police sparked protests, a “scumbag.”</p><p>Kirk’s killing on Sept. 10 elicited a torrent of comments, and some who spoke out against him faced sanctions or dismissal at work. One post Attiah made said “Refusing to tear my clothes and smear ashes on my face in performative mourning for a white man that espoused violence is … not the same as violence.”</p><p>A Post statement said it respects the arbitration process and declined further comment.</p><p>Deportees who refused to exit a US flight in Liberia are sent to Equatorial Guinea</p><p>Six people who were deported by the United States to Liberia last week resisted getting off the plane and instead were sent to Equatorial Guinea, a person on the plane and a lawyer in contact with them said Monday.</p><p>Under a series of often secret agreements, the Trump administration has deported thousands of people to two dozen countries that aren’t their own as it pushes ahead with its immigration crackdown, advocates say.</p><p>The four Cuban men, a Brazilian man and a Cameroonian woman are now being held with other migrants in worsening conditions in a hotel that lacks medical staff, said Meredyth Yoon, litigation director for Asian Americans Advancing Justice-Atlanta.</p><p>Equatorial Guinea’s all-powerful president, Teodoro Obiang Nguema Mbasogo, turned the hotel owned by his family into a prison for deported asylum seekers under an opaque $7.5 million deal with the Trump administration. His government did not immediately respond to a request seeking comment.</p><p>By Mark Banchereau</p><p>Reopening US border to Mexican cattle not expected to drop beef prices anytime soon</p><p>The U.S. plans to reopen a border crossing in Arizona to cattle from Mexico on Monday as part of a broader Trump administration effort to reduce record-high beef prices. Economists doubt grocery store shoppers will see any savings soon.</p><p>The U.S. Department of Agriculture said concerns about the New World screwworm’s spread lessened enough to allow the movement of cattle from Mexico.</p><p>Beef prices clearly are a concern for Trump, who announced Friday that he would allow up to 331,000 tons of ground beef imports, tariff-free, to be sold at below-market prices over the next 90 days.</p><p>But the phased reopening means it will take months for Mexican imports to regain their traditional 3% of the U.S. supply, according to Derrell Peel, a professor of agribusiness at Oklahoma State University.</p><p>Palestinian American’s home still besieged by Israeli settlers</p><p>The homeowner whose residence has been besieged by Israeli settlers said Monday that he still can’t move freely in the West Bank village of Qusra.</p><p>Loui Ridi traveled from Ohio to the Israeli-occupied West Bank a week ago to join relatives defending his home from Israeli settlers.</p><p>Israel’s military declared the area a closed zone to restore order in Qusra, made a nearby home into a drone base and required Palestinians to coordinate all their movements from the homes that had been under siege.</p><p>Ridi said settlers keep returning to the area above his home, without consequences, while his family spends hours coordinating moves to get food, water and other supplies.</p><p>Israel’s police has not announced any arrests of settlers, despite condemnation from Israeli rights groups and foreign officials, including U.S. Ambassador to Israel Mike Huckabee, who called the siege terrorism.</p><p>China says more US economic pressure won’t end the Iran war</p><p>“They will only exacerbate tensions and escalate the situation, which is in no one’s interest,” Foreign Ministry spokesperson Lin Jian said in Beijing as the U.S. threatens sanctions on countries that trade with Iran.</p><p>China is calling on all parties to avoid measures “that could further intensify differences and conflicts and disrupt global economic development and financial stability,” he added.</p><p>China is considered the biggest buyer of Iranian oil, and was importing more than 80% of Iranian oil before the U.S.-Israeli war with Iran.</p><p>Iran-backed rebels hit oil tanker in Red Sea</p><p>A crude oil tanker was attacked on Monday in the Red Sea off Saudi Arabia, igniting a fire on its main deck, the British military said.</p><p>The United Kingdom Maritime Trade Organization said there were no reports of casualties.</p><p>The tanker issued a distress alert and the Egyptian Navy was reported to have responded to conduct a rescue operation, according to Ambrey, a UK-based maritime risk and response company.</p><p>The military spokesman with Yemen’s Iran-backed Houthi rebels, Brig. Gen. Yahya Saree, said they targeted the tanker with a ballistic missile.</p><p>US and Iranian officials trade threats over new sanctions</p><p>“President Trump decimated Iran’s economy to a point where the rial has never been weaker and inflation has rarely been higher,” U.S. Treasury Secretary Scott Bessent wrote Sunday in an opinion piece in the Financial Times. “The regime’s final refuge now lies in the self-deception of fearful nations that still believe accommodating aggression can secure a durable peace.”</p><p>Already last week, the United Arab Emirates announced that it was suspending all trade with Iran. The UAE has long been one of Iran’s largest trading partners and its biggest source of imports.</p><p>But Iranian Foreign Ministry spokesperson Esmail Baghaei told reporters in Tehran on Monday that “any escalation of this situation will undoubtedly bring about consequences … Our hands are not tied.”</p><p>Trump promotes economic pressure on Iran</p><p>Trump is commenting on Iran ahead of a Monday announcement about new and even stronger sanctions, including penalties against any countries that do business with the Islamic Republic.</p><p>Trump posted on social media that “IRAN IS COMPLETELY COLLAPSING!!!”</p><p>Still, economic pressure has not yet translated into political pressure to end the war. Iran retains a key strategic advantage: Its attacks and threats on ships in the Strait of Hormuz have nearly halted traffic in the vital waterway, damaging the world economy and heaping pressure on Trump ahead of congressional elections.</p><p>Trump issues new threats to Canada over trade</p><p>Trump threatened Monday to impose a 50% tariff on Canadian automobiles, car parts and steel starting next year as the trade rift with Ottawa deepens.</p><p>Trade talks between the otherwise allies and reliable trading partners collapsed last week. Long-planned U.S. tariffs on various Canadian goods went into effect after the talks broke off, and Canada has vowed to retaliate.</p><p>“Canada has been ripping off the United States of America for years,” Trump posted on social media Monday morning. Criticizing Canada’s “ridiculously high tariffs” on American farmers, Trump wrote: “Not sustainable, and NOT ANYMORE!”</p><p>Ontario’s premier says Canada should be ready to cut electricity, critical minerals to US</p><p>Doug Ford said Monday in an interview with The Associated Press that the late President Ronald Reagan would be “throwing up on” Trump over his trade policies. He also threatened to cut off electricity and critical minerals to the United States if the Canada-U.S. trade fight worsens.</p><p>“I’ll cut them off,” Ford said of critical minerals. “You won’t get a grain of sand out of Ontario.”</p><p>Ford said “everything is on the table” after Prime Minister Mark Carney walked away from trade talks late Friday.</p><p>Ford enraged Trump last year by using Reagan’s anti-tariff words in a television ad.</p><p>US military kills two more boaters in Pacific, says they carried drugs</p><p>The U.S. Southern Command announced the strike in a social media post early Monday, raising the death toll from boat bombings in Latin American waters to more than 210 people in more than 60 strikes.</p><p>“We are committed to imposing total systemic friction on narco-terrorists — disrupting their operations, dismantling their leadership, and eliminating cartel terror across the region,” said Gen. Francis Donovan.</p><p>Defense Secretary Pete Hegseth said the U.S. is extending its offensive to targets on land across multiple Latin American countries. He said Colombia, Guatemala and Honduras had agreed to allow the U.S. to carry out joint military operations against criminal groups on their soil. Guatemala denied this. Ecuador launched similar joint missions in March.</p><p>US trade representative blames Canada for breakdown in trade talks</p><p>Jamieson Greer says Canada ultimately wanted more than Washington was willing to offer.</p><p>Greer said Monday during an interview on CNBC that Canada had maintained restrictions on U.S. wine, spirits, dairy and autos, prompting the U.S. to impose targeted tariffs covering about 5% of Canadian imports.</p><p>He said there was significant progress in negotiations, with the U.S. offering to halve steel and aluminum tariffs and substantially reduce auto tariffs.</p><p>He also dismissed concerns about a broader trade war.</p><p>Father arrested by Border Patrol as son serves on the USS Lincoln</p><p>Joshua Aviles has worked 12-hour shifts for more than 250 days on the USS Lincoln while the aircraft carrier is deployed in the Middle East. One reason he enlisted was the “military parole-in-place” policy, which allows spouses, children and parents of active-duty service members and veterans to obtain legal immigration status while in the United States.</p><p>His father Luis Manuel Aviles, a handyman in Key West, Florida, who came from Nicaragua 19 years ago, was arrested anyway on Saturday as the Trump administration withdraws immigration protections for military families to pursue its mass deportation agenda. Dozens of parents and spouses of active-duty U.S. troops have been detained, and at least six have been deported, the AP found in the first accounting of such detentions.</p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” the Department of Homeland Security said Sunday.</p><p>▶ Read more</p><p>Trump’s oil and gas stocks soar as pump prices rise, congressional report says</p><p>Trump saw the value of his oil and gas stocks rise by as much as $15 million, surging during the Iran war, according to an analysis from Democrats on the Joint Economic Committee in Congress.</p><p>The committee said the president owned between $12.5 million and $45.6 million in oil and gas company stocks in 2025, according to his most recent disclosures. The portfolio is now worth between $17.2 and $61.1 million, which the analysis attributed largely to “the surge in oil and gas stocks driven by Trump’s war in Iran.”</p><p>The Democrats found those stocks rose by an average of 39% from Jan. 2 through Aug. 17 and that two of the large stocks Trump holds in this sector — Valero and Marathon — have more than doubled since the start of 2026.</p><p>The committee Democrats noted that Americans have now spent an additional $71.5 billion on gas since the start of the war.</p><p>US Trade Representative: Fallout over Canada trade talks a ‘tempest in a teapot’</p><p>Jamieson Greer is downplaying the impact of the collapse of the trade talks with Canada.</p><p>“I think this is a little bit of a tempest in a teapot,” Greer told reporters at the White House on Monday morning. “The tariffs went in place over the weekend, which we’ve warned about for a long time. They only cover about 5% of Canadian trade, only 6% of U.S. overall consumption.”</p><p>Greer said he is preparing potential responses for Trump to Canada’s threat to retaliate dollar-for-dollar, but he declined to elaborate on the options.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WLP3OQKB2AQPKICIIY5Y7YBKXY.jpg?auth=28704088ab2df604f278bd9f9489de8e474bf171bdc3e2ca751e57f699eef3d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a news conference, Monday, Aug. 24, 2026, at the Treasury Department in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANKHKYVNZC25NYWYFPSFSNCTTM.jpg?auth=fe364ab6e6b1ab340c8c48113b75dbbd9bdd303d50d350d0a04994c429809d91&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, left, and first lady Melania Trump attend the IndyCar Freedom 250 Grand Prix auto race, Sunday, Aug. 23, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Former commissioner Tim Finchem donates $13 million as PGA Tour reshapes its charity strategy]]></title><link>https://www.local10.com/news/florida/2026/08/24/former-commissioner-tim-finchem-donates-13-million-as-pga-tour-reshapes-its-charity-strategy/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/24/former-commissioner-tim-finchem-donates-13-million-as-pga-tour-reshapes-its-charity-strategy/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Ten years after he retired as commissioner, Tim Finchem and his wife are donating $13 million to help launch a new charity strategy at a time when so much emphasis in golf is on profit in the new commercial enterprise of the PGA Tour.]]></description><pubDate>Mon, 24 Aug 2026 17:36:32 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Ten years after he retired as commissioner, Tim Finchem and his wife are donating $13 million to help launch a new charity strategy at a time when so much emphasis in golf is on profit in the new commercial enterprise of the PGA Tour.</p><p>The tour on Monday revealed plans for PGA Tour Charities ahead of the season-ending Tour Championship, which has a $40 million purse that awards $10 million to the winner.</p><p>Along with building its charity strategy around national campaigns with a more local impact, the PGA Tour is prepared to make up any difference, if needed, to maintain charity levels from tournaments that move down to the Challenger Series in the 2028 schedule.</p><p>“This next chapter is about generating even more focus, coordination, resources and visibility,” said Laura Neal, executive vice president of PGA Tour Strategic Philanthropy. “Launching an evolved PGA Tour Charities — with a legacy-defining, transformative gift from the Finchems — is an exciting next step in golf's enduring commitment to giving back.”</p><p>The PGA Tour long has been the charitable leader in sports with a mechanism that has enabled its tournaments to generate more than $4.4 billion, all starting with a $10,000 donation at the 1938 Palm Beach Invitational. Each tournament operates independently and that doesn't change.</p><p>PGA Tour Charities will launch and fund national priority campaigns around such themes as health, youth, access and service. The idea is to connect with tournaments on a broader scale when their missions align, which the tour hopes can attract new resources and raise visibility.</p><p>Lucas Glover, the Player Advisory Council chairman who joins the PGA Tour board next year, is leading a committee of players to help shape the initiatives.</p><p>“How I grew up on the tour ... what we hung our hat on as an organization was giving back,” Glover said. "With COVID and then LIV coming in, it became more about money in our pocket instead of money in the pocket of people who need it more than we do. It never went away. It just got put on the back burner, and it's time we put it back on the forefront of our minds.</p><p>“When we talk about the PGA Tour, it shouldn't be how much we're making, how much we're playing for,” he said. "It should be about what we're doing in the communities where we play.”</p><p>PGA Tour Enterprises was launched as a for-profit commercial venture in January 2024 with an investment of up to $3 billion from Strategic Sports Group, which led to players receiving equity for the first time. The nonprofit PGA Tour still operates tournament and regulations. PGA Tour Enterprises is geared toward global business, commercial sponsorship and media rights.</p><p>The charitable engine doesn't stop for groups like the Thunderbirds (WM Phoenix Open), Copperheads (Valspar Championship) or the Salesmanship Club of Dallas (The CJ Cup Byron Nelson). Tournaments typically donate all net proceeds — operation costs offset by national and local sponsorship — to local charities.</p><p>It has been key for attracting thousands of volunteers — the backbone of golf tournaments — who feel like they are contributing to their communities because of the charitable function.</p><p>What the tour wants to emphasize with PGA Tour Charities is a dedicated platform for direct community investment that gives players, corporate partners, tournaments and fans a clear way to get involved. The Finchems' donation was seen as a catalyst.</p><p>“The PGA Tour family, its players, fans and communities have meant so much to us for so long, and we feel a connection to the golf world that endures to this day,” Holly Finchem said. “This donation to PGA Tour Charities, as it is reimagined for future generations of impact, is more than a capstone on Tim’s unwavering commitment to charity. It is a celebration of our belief in this great game and the PGA Tour. We can’t wait to see all the good this gift will inspire.”</p><p>His wife separately in a letter published in the digital magazine Global Golf Post disclosed that Tim Finchem has been diagnosed with Alzheimer's disease.</p><p>Finchem, the tour's third commissioner, oversaw massive growth during his tenure from 1994 until retiring in 2016, much of that seizing on the arrival of Tiger Woods. Along with a sharp increase in TV contracts and prize money, he helped to create The First Tee in 1997.</p><p>Finchem was commissioner when charitable donations of PGA Tour events topped $1 billion in 2005 and $2 billion in 2014.</p><p>Meanwhile, the PGA Tour disclosed Monday the remaining $2.5 million charity donation from Brooks Koepka — he was required to donate $5 million as part of his return from LIV Golf — is being equally allocated to charities designated by nearly 100 players.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JZVGLNPLF44IHG4KZSHME7PE4Y.jpg?auth=ce93ae9f2e2036d5306110603c4bf6e0ea71c02ebe58ed56cdba137dad5056e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Finchem, commissioner of the PGA Tour, speaks about the future of golf at the Trump National Doral golf course, March 6, 2016, in Doral, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/52XJQFARAF745NM2F2SI4AIGEY.jpg?auth=64591ade8164b356d755e79652253c4710f66226f1c580d140565e9807afcf7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former PGA Tour commissioner Tim Finchem, left, is inducted into the World Golf Hall of Fame by Davis Love IIII, March 9, 2022, in Ponte Vedra Beach, Fla. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NV4XJUADUAWE2PNYIGYWQYQGA.jpg?auth=87650b6a1a91b2692d1a3c0cf7c96d61c8aa14f4a6eb396f130d183a0679b975&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lucas Glover lines up his putt on the second green during the first round at the RBC Heritage golf tournament, April 16, 2026, in Hilton Head Island, S.C. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content></item><item><title><![CDATA[US strikes a vessel in the eastern Pacific, killing 2 people in first attack in months]]></title><link>https://www.local10.com/news/world/2026/08/24/us-strikes-a-vessel-in-the-eastern-pacific-killing-2-people-in-first-attack-in-months/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/us-strikes-a-vessel-in-the-eastern-pacific-killing-2-people-in-first-attack-in-months/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN and BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — After a pause of more than two months, the U.S. military announced Monday that it once again carried out a strike on a vessel in the eastern Pacific Ocean, killing two people accused of trafficking drugs.]]></description><pubDate>Mon, 24 Aug 2026 20:00:10 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — After a pause of more than two months, the U.S. military announced Monday that it once again carried out a strike on a vessel in the eastern Pacific Ocean, killing two people accused of trafficking drugs.</p><p>It brings the overall death toll to 223 people killed in 67 strikes during the nearly yearlong U.S. campaign of bombing alleged drug boats off Latin America’s Caribbean coast and in the eastern Pacific Ocean. U.S. Southern Command says the campaign has resulted in the destruction of 64 speedboats, three “low-profile” ships and a semisubmersible craft.</p><p>The command said on social media early Monday that forces “executed a lethal kinetic strike on a low-profile vessel operating along established narcotrafficking routes in the Eastern Pacific.” The military said the strike occurred Sunday, and it marked the first since powerful back-to-back June 24 earthquakes in Venezuela killed thousands of people.</p><p>As with most of the military’s statements, Southern Command did not provide evidence that the vessel was ferrying drugs.</p><p>“We are committed to imposing total systemic friction on narco-terrorists — disrupting their operations, dismantling their leadership, and eliminating cartel terror across the region,” said Gen. Francis Donovan, who leads U.S. Southern Command.</p><p>The latest strike comes as the Trump administration pursues deals with allied nations to extend its offensive to land across multiple Latin American countries. Defense Secretary Pete Hegseth said during a visit to Panama this month that Colombia, Guatemala and Honduras had agreed to allow the U.S. to carry out joint military operations against criminal groups on their soil. Guatemala denied reaching such a deal.</p><p>Ecuador launched similar missions with the U.S. in March.</p><p>The Trump administration's boat bombing campaign began in early September and has left numerous survivors, but most of them have never been recovered.</p><p>U.S. Southern Command said in a separate statement Monday that there have been more than 20 search and rescue efforts overall, almost all of which were unsuccessful.</p><p>According to data compiled from the command's social media posts, the strikes have generated 28 survivors with only three people ever being rescued — one person during a strike in March who was transferred to the Costa Rican Coast Guard, and two wounded people who were later repatriated to their home countries of Ecuador and Colombia.</p><p>The very first strike in September 2025 left two survivors who were killed in a second, follow-up strike. When that became public, it drew concern from some lawmakers and those who study military law. The White House insisted it was done “in self-defense” to ensure the boat was destroyed and in accordance with armed conflict laws.</p><p>But some legal scholars said a second strike killing survivors would have been illegal under any circumstance, armed conflict or not.</p><p>President Donald Trump has said the U.S. is in “armed conflict” with cartels in Latin America and has justified the attacks as a necessary escalation to stem the flow of drugs into the United States and fatal overdoses claiming American lives. But his administration has offered little evidence to support its claims of killing “narcoterrorists.”</p><p>Critics have questioned the overall legality of the boat strikes as well as their effectiveness, in part because the fentanyl behind many fatal overdoses is typically trafficked to the U.S. over land from Mexico, where it is produced with chemicals imported from China and India.</p><p>The Pentagon’s watchdog said in May that it plans to look into whether the U.S. military followed an established targeting framework when carrying out the strikes. However, the evaluation is focused specifically on what’s known as the six-phase Joint Targeting Cycle and not on the legality of the strikes, the inspector general’s office said.</p><p>___</p><p>Barrow reported from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVEZ7AHUD2KT5RPRUUGXUUKAC4.jpg?auth=3892c9ecbeba9433492cb96c04365ac83ba2d8193b51b6731dfa458daf1a2e27&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Pentagon is seen from the Washington Monument, Wednesday, Aug. 19, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in Georgia’s special congressional runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-georgias-special-congressional-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Residents of Georgia’s 13th Congressional District outside of Atlanta will get a new representative to Congress after a special election runoff Tuesday to replace the late Democratic U.S. Rep. David Scott, who died April 22.]]></description><pubDate>Mon, 24 Aug 2026 11:54:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Residents of Georgia’s 13th Congressional District outside of Atlanta will get a new representative to Congress after a special election runoff Tuesday to replace the late Democratic U.S. Rep. David Scott, who died April 22.</p><p>The contest between two Democrats will further reduce an already thin Republican majority in the U.S. House.</p><p>The finalists for the seat are former Gwinnett County School Board Chair Everton Blair and Marcye Scott, daughter of the late congressman. They were the top two vote-getters among five contenders in the July 28 all-party special election. Scott received about 46% of the vote, compared to about 38% for Blair.</p><p>The winner will serve out the remaining few months of David Scott’s final term. Neither candidate is running in for the next full term in this seat, which begins on Jan. 3, 2027.</p><p>Blair was the only candidate in the special election who also ran for the full-term seat. He placed third in the May 19 Democratic primary with about 12% of the vote. State Rep. Jasmine Clark won the primary with 56% of the vote and will face Republican Jonathan Chavez in November. Chavez, who ran unopposed for the GOP nomination, challenged David Scott in the 2024 general election and received about 28% of the vote.</p><p>Clark did not file to compete in the special election. Doing so would have required her to resign from her seat in the state Legislature just as Republican Gov. Brian Kemp was calling for a special session to redraw the state’s congressional boundaries in time for the 2028 elections. The state constitution bars state officeholders from seeking a different office with a start date more than 30 days before the end of the officeholder’s current term. The special session did convene, but Republican leaders opted not to take up redistricting.</p><p>In recent years, Congressman Scott had faced questions over his age and health. At the time of his death at age 80, he was facing a tough primary challenge from Clark and others as he sought a 13th term.</p><p>Georgia’s 13th Congressional District is east and southeast of Atlanta and includes parts of six heavily Democratic counties: Clayton, DeKalb, Gwinnett, Henry, Newton and Rockdale. Of the six, the district’s portion of Gwinnett County has the lion’s share of voters, with about 46% of the district electorate in the 2024 general election.</p><p>Blair’s best performance in the July 28 special election was in his home base of Gwinnett County, where he received 56% of the vote. Marcye Scott, who lives outside the district in Fulton County as her father did, carried the other five counties in the district, scoring her highest totals in DeKalb, Clayton and Henry.</p><p>David Scott won his 2024 reelection bid with about 72% of the vote. In the presidential election that night, Democratic then-Vice President Kamala Harris received about 71% of the vote in the district, compared with about 28% for Republican Donald Trump. Trump had his best performance in the district in Gwinnett County, although that still only amounted to about 35% of the vote.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare a winner in the special runoff in the 13th Congressional District.</p><p>Who gets to vote?</p><p>Any voter registered in the 13th Congressional District may participate in the special runoff.</p><p>How many voters are there?</p><p>As of Friday, there were about 585,000 registered voters in the 13th Congressional District. Georgia voters do not register by party.</p><p>How many people actually vote?</p><p>A total of 20,510 votes were cast in the July 28 special election. Turnout in a runoff election tends to be lower than in the election that preceded it.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 47% of the total vote in the July 28 special election was cast early in-person or by mail.</p><p>As of Friday, about 5,200 ballots had already been cast in Tuesday’s election, with by far the largest share coming from Gwinnett County, followed by Clayton and Rockdale counties.</p><p>When are early and absentee votes released?</p><p>All six counties in the 13th Congressional District tend to release most or all of their results from early in-person and mail voting in the first vote update of the night, usually before any in-person Election Day results are released.</p><p>How long does vote-counting usually take?</p><p>In the July 28 special election, the AP first reported results at 7:05 p.m. ET, or five minutes after polls closed. The last vote update of the night was at 10:05 p.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>There is no automatic recount provision in Georgia, but a losing candidate may request a recount if the margin is less than or equal to 0.5% of the total vote. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKJAO7S6QH5UHC5ZH37GLZ4WDA.jpg?auth=36256d9e9a12ad4caa272b2cecc24d97985b2953d63e06ae59f7a48db71d2c80&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sign for the office of the 13th Congressional District of Georgia in the Cannon House Office Building is photographed July 20, 2026, on Capitol Hill in Washington. (AP Photo/Tallulah Brown Van Zee)]]></media:description><media:credit role="author" scheme="urn:ebu">Tallulah Brown Van Zee</media:credit></media:content></item><item><title><![CDATA[AP Decision Notes: What to expect in South Carolina’s special U.S. Senate primary runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-south-carolinas-special-us-senate-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-south-carolinas-special-us-senate-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — South Carolina Republicans will return to the polls Tuesday for the fourth time since June to replace the late U.S. Sen. Lindsey Graham on the fall general election ballot.]]></description><pubDate>Mon, 24 Aug 2026 13:10:44 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — South Carolina Republicans will return to the polls Tuesday for the fourth time since June to replace the late U.S. Sen. Lindsey Graham on the fall general election ballot.</p><p>Graham won the June 9 Republican primary for renomination to the seat he first won in 2002, but his unexpected death on July 11 from an aortic tear created a vacancy not only for his current U.S. Senate seat but also as the party’s pick to compete for another six-year term.</p><p>The finalists for the Republican nomination are Graham’s sister, U.S. Sen. Darline Graham, who was appointed to serve out the remainder of her brother’s current term, and U.S. Rep. Ralph Norman, a five-term congressman who ran for governor earlier in the year and placed third in the primary.</p><p>Darline Graham placed first in the Aug. 11 special primary but fell shy of the vote majority needed to avoid Tuesday’s runoff. She received about 33% of the vote, compared to about 25% for Norman. U.S. Rep. Russell Fry placed third with about 20% of the vote.</p><p>Graham swept the counties across central South Carolina, including the Columbia area, as well as the state’s Lowcountry region, which includes Charleston. She scored her highest percentages in counties along the Georgia border.</p><p>Norman performed best in the state’s Piedmont and Upstate regions, including the Greenville area. Fry did best in the eight counties in the Pee Dee and Waccamaw regions that he represents in Congress.</p><p>Fry endorsed Graham after he lost the primary. She also has key backing from Republican U.S. Sen. Tim Scott and President Donald Trump, who was an early proponent of Graham and held a campaign rally with her Friday in Myrtle Beach.</p><p>Greenville County is the most populous in the state and typically contributes the most votes in statewide Republican primaries. It also has bucked against the front-runners in recent Republican primaries. Norman also carried Greenville County in the gubernatorial primary, and it was one of the only counties Lindsey Graham lost in his final election.</p><p>Democratic-leaning Richland and Charleston counties have the next-largest populations and contribute a sizable number of votes in Republican primaries, but they tend to be more influential in Democratic contests.</p><p>Horry, Lexington and Spartanburg counties are also large counties that have big impacts on Republican primaries. Spartanburg was the only other county Lindsey Graham lost in the June primary.</p><p>The winner will face Democratic nominee Annie Andrews, a Charleston pediatrician who challenged Republican U.S. Rep. Nancy Mace in the 1st Congressional District in 2022.</p><p>Lindsey Graham last won reelection in 2020 with 54% of the vote. Trump carried the state in 2024 with 58% of the vote.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare a winner in the special Republican primary runoff for U.S. Senate.</p><p>Who gets to vote?</p><p>Voters who participated in the Democratic primary on June 9 may not participate in the special Republican primary runoff on August 25. Only Republican primary voters or registered voters who did not participate in any party’s primary on June 9 may cast ballots in Tuesday’s election.</p><p>How many voters are there?</p><p>As of Friday, there were about 3.4 million registered voters in South Carolina. Voters in South Carolina do not register by party.</p><p>How many people actually vote?</p><p>About 465,000 voters cast ballots in the June 9 Republican U.S. Senate primary when Lindsey Graham was renominated. About 336,000 voters participated in the Aug. 11 special Republican U.S. Senate primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>About 19% of the vote in Aug. 11 Republican special primary was cast early in-person or by mail.</p><p>As of Friday, about 45,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Nearly all of South Carolina’s 46 counties release all or almost all of their early in-person and mail voting results in the first vote update of the night, usually before releasing any results from in-person Election Day voting.</p><p>How long does vote-counting usually take?</p><p>In the Aug. 11 special primary, the AP first reported results at 7:13 p.m. ET, or 13 minutes after polls closed. The last vote update of the night was at 11:25 p.m. ET with more than 99% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>In South Carolina, recounts are automatic if the margin between the winning and losing candidates is 1% of the total vote or less. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p><p>___</p><p>The story has been updated to correct the South Carolina region from Upcountry to Upstate.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ISLPRU6R5AIUOCGLTDX5UGTIHI.jpg?auth=d43b981391b655169923a37a7b0efb2fc17019a1c2203bd9a945843030e40efe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Rep. Ralph Norman, R-S.C., left, reaches over to shake hands with Sen. Darline Graham, R-S.C., during a debate ahead of the special GOP Senate runoff election to replace the late Sen. Lindsey Graham, R-S.C., in Newberry, S.C., Tuesday, Aug. 18, 2026. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></item><item><title><![CDATA[Man killed after e-scooter crash escalates into shooting in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/man-killed-after-e-scooter-crash-escalates-into-shooting-in-miami-dade/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[A man was shot and killed Sunday after a collision between two e-scooters in Miami-Dade, according to the Miami-Dade Sheriff’s Office.]]></description><pubDate>Mon, 24 Aug 2026 02:11:24 +0000</pubDate><content:encoded><![CDATA[<p>A man was shot and killed Sunday after a collision between two e-scooters in Miami-Dade, according to the Miami-Dade Sheriff’s Office.</p><p><a href="https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/"><b>Leer en español</b></a></p><p>The incident happened around 5:30 p.m. Two men were riding e-scooters in opposite directions when they collided near Northwest 75th Street and Northwest 22nd Court, investigators said.</p><p>The collision led to an argument that escalated, according to investigators. </p><p>One of the men shot and killed the other before fleeing the scene on his scooter, authorities said.</p><p>Daniel Castillo, a Miami-Dade Sheriff’s Office public information officer, urged anyone with information or camera footage in the area to contact investigators.</p><p>Investigators remained at the scene Sunday night as detectives continued working. Part of the neighborhood was blocked off during the investigation.</p><p>It was not immediately clear whether the two men knew each other prior to the collision and shooting.</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[Wildfires burn in northern Miami-Dade, southern Palm Beach, Collier counties]]></title><link>https://www.local10.com/news/florida/2026/08/23/wildfires-burn-in-northern-miami-dade-southern-palm-beach-collier-counties/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/23/wildfires-burn-in-northern-miami-dade-southern-palm-beach-collier-counties/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[Wildfires were burning on Sunday in Miami-Dade, Palm Beach, and Collier counties, according to the Florida Forest Service. ]]></description><pubDate>Sun, 23 Aug 2026 19:51:08 +0000</pubDate><content:encoded><![CDATA[<p>Wildfires were burning on Sunday in the Florida Everglades in areas of Miami-Dade, Palm Beach, and Collier counties, according to the <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">Florida Forest Service</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/"><b>Leer en español</b></a></p><p>The smoke was moving north and away from the metro areas, according to Local 10 News meteorologist Jennifer Collins. </p><p>In northern Miami-Dade County, the FFS’s Everglades field unit responded to the 800-acre fire in Everglades National Park, and it was 30% contained on Sunday afternoon.</p><figure><img src="https://www.local10.com/resizer/v2/HZDHFRAXKNBG5OOBVXZXJW32HI.jpeg?auth=4d2d6d6a8c78092c789b00111ea85d2831b11c852bb9c4f5db010243fd2e9fa3&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)" height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)</figcaption></figure><p>The National Park Service reported that it was <a href="https://www.nps.gov/ever/planyourvisit/conditions.htm" target="_self" rel="" title="https://www.nps.gov/ever/planyourvisit/conditions.htm">temporarily closing Shark Valley</a> while two wildfires, known as Chipmunk and Vulture, burned. The smoke was visible from Main Park Road and U.S. Highway 41. </p><p>Everglades field unit personnel also responded to a wildfire in southwestern Palm Beach County’s wildlife management area. The flames had burned 350 acres and it was 85% contained.</p><figure><img src="https://www.local10.com/resizer/v2/CGPMHV6W3NBTVHACZ7UNMQV5KM.jpeg?auth=c6ebb1f85a20165141334cb9ca552489316cbfb0ab15c33a3ec993723b0d0d73&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)" height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades. (Bruno Giglio/Local 10 News)</figcaption></figure><p>In western Collier County, a wildfire burned seven acres and was 95% contained near the Florida Panther National Wildlife Refuge. The FFS’s Caloosahatchee field unit responded. </p><p>For more information about the wildfires in Florida, visit the <a href="https://ffs.firesponse.com/public/" target="_self" rel="" title="https://ffs.firesponse.com/public/">Florida Forest Service website</a>. </p><p><b>Shark Valley </b></p><p><b>Weather Authority </b></p><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Due to active wildfires, Shark Valley is closed, including visitor center, trails, parking, and tram road. Smoke visible; US Highway 41 open. Airboat concessions operational. Alert &amp; Conditions: <a href="https://t.co/MSupo3LDSV">https://t.co/MSupo3LDSV</a>. <a href="https://t.co/QTRvCduq0t">pic.twitter.com/QTRvCduq0t</a></p>&mdash; Everglades National Park (@EvergladesNPS) <a href="https://x.com/EvergladesNPS/status/2091328386350055636?ref_src=twsrc%5Etfw">August 23, 2026</a></blockquote><p> </p>]]></content:encoded></item><item><title><![CDATA[Several injured after 3 vehicles crash in Miami-Dade ]]></title><link>https://www.local10.com/traffic/2026/08/23/several-injured-after-3-vehicles-crash-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/23/several-injured-after-3-vehicles-crash-in-miami-dade/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Several people were injured on Sunday after three cars crashed in Miami-Dade County’s West View-Pinewood area. ]]></description><pubDate>Sun, 23 Aug 2026 21:57:09 +0000</pubDate><content:encoded><![CDATA[<p>Several people were injured after three cars crashed on Sunday afternoon in Miami-Dade County’s West View-Pinewood area. </p><p><a href="https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/"><b>Leer en español</b></a></p><p>A white work van, a silver sports utility vehicle, and a silver sedan crashed at the intersection of Northwest 17th Avenue and 103rd Street. </p><p>Miami-Dade Sheriff’s Office deputies and Miami-Dade Fire Rescue personnel responded. One of the injured was a trauma patient, according to MDFR. </p><p>No other details were immediately released.</p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!3m2!1sen!2sus!4v1787521934393!5m2!1sen!2sus!6m8!1m7!1s2Vif_uwJh4aWTOYsLDJcSg!2m2!1d25.86859966543217!2d-80.22641346426542!3f120.09044871349874!4f4.049964309431033!5f1.526120530650572" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[AP Decision Notes: What to expect in Oklahoma’s state primary runoff]]></title><link>https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-oklahomas-state-primary-runoff/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/ap-decision-notes-what-to-expect-in-oklahomas-state-primary-runoff/</guid><dc:creator><![CDATA[By ROBERT YOON, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Oklahoma Republicans will return to the polls Tuesday to settle an expensive nomination fight for governor, while Democrats will pick a nominee for U.S. Senate. Voters will also decide two statewide ballot measures, including one that would add a voter identification requirement to the state constitution.]]></description><pubDate>Mon, 24 Aug 2026 11:02:27 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Oklahoma Republicans will return to the polls Tuesday to settle an expensive nomination fight for governor, while Democrats will pick a nominee for U.S. Senate. Voters will also decide two statewide ballot measures, including one that would add a voter identification requirement to the state constitution.</p><p>The outcome of the gubernatorial primary to replace term-limited Republican Gov. Kevin Stitt has major implications for the fall general election, as Democrats haven’t won the Oklahoma governorship in 20 years. It will also further test President Donald Trump’s endorsement power.</p><p>State Attorney General Gentner Drummond and former state Sen. Mike Mazzei were the top vote-getters among nine candidates in the June 16 primary, with Drummond just edging Mazzei, 26.25% to 25.97%. Both fell far short of the majority needed to avoid Tuesday’s runoff.</p><p>Drummond narrowly carried Oklahoma and Cleveland counties in the Oklahoma City area, while Mazzei edged Drummond in Tulsa County. The two split most of the counties in the Tulsa area.</p><p>The two have poured millions from their personal fortunes into the race, with Mazzei loaning his campaign more than $11 million, compared with $3 million for Drummond, according to state campaign finance records. Mazzei has spent $12.3 million in the race overall, while Drummond has spent about $9.1 million. Loans aside, Drummond has far outraised Mazzei in campaign contributions, $7.1 million to about $1.5 million.</p><p>Trump endorsed Mazzei ahead of the primary, while also lobbing insults at Drummond. Trump’s picks overall in 2026 have had a strong record at the ballot box, but his endorsement is not a guarantee of victory, especially in gubernatorial primaries. The president’s picks for Iowa governor and Georgia governor lost their nomination bids, while his pick for South Carolina governor was forced to a runoff and ultimately lost the nomination after the president also endorsed her opponent.</p><p>The Oklahoma winner will face Democratic state House Minority Leader Cyndi Munson in the general election.</p><p>In the U.S. Senate race, nurse N’Kiyla Jasmine Thomas received about 45% of the Democratic primary vote, short of the majority required to avoid a runoff. Attorney and minister Jim Priest placed second with about 24% of the vote, despite a massive fundraising advantage. He raised almost six times more than Thomas heading into the primary and increased his advantage heading into the runoff. As of Aug. 5, the Thomas campaign reported having only $455 in the bank, compared to about $56,000 for Priest.</p><p>The winner will face Republican U.S. Rep. Kevin Hern, who won the five-way primary with about 70% of the vote. The state last elected a Democrat for U.S. Senate in 1990.</p><p>Also before voters is State Question 846, which would amend the state constitution to require voters to provide proof of identity in order to cast a ballot, which is already required under state law.</p><p>State Question 844 would affect the reimbursements that local governments receive from the state for lost property tax revenue under an incentive program for manufacturing companies.</p><p>Here are some of the key facts about the election and data points the AP Decision Team will monitor as the votes are tallied:</p><p>When do polls close?</p><p>Polls close at 7 p.m. CT, which is 8 p.m. ET.</p><p>What’s on the ballot?</p><p>The Associated Press will provide vote results and declare winners in primary runoff elections for U.S. Senate, governor, state school superintendent, labor commissioner, insurance commissioner, state Senate and state House, as well as for the two statewide ballot measures.</p><p>Who gets to vote?</p><p>Voters registered with a political party may participate only in their own party’s primary runoffs. Democrats may not vote in a Republican primary runoff or vice versa. Independent or unaffiliated voters may not participate in either party’s runoff elections. All registered voters may cast ballots on the statewide ballot measures.</p><p>How many voters are there?</p><p>As of July 31, there were about 2.4 million registered voters in Oklahoma, including about 1.3 million registered Republicans, 616,000 registered Democrats and 500,000 independents not registered with any party.</p><p>How many people actually vote?</p><p>Roughly 403,000 votes were cast in the June 16 Republican primary for governor and 169,000 votes in the Democratic U.S. Senate primary.</p><p>How much of the vote is cast early or by absentee ballot?</p><p>In the June 16 state primaries, about 11% of Republican primary ballots and about 12% of Democratic primary ballots were cast early in-person or by mail.</p><p>As of Friday, about 32,000 ballots had already been cast in Tuesday’s election.</p><p>When are early and absentee votes released?</p><p>Almost every county in Oklahoma releases all or almost all of its results from early in-person and mail voting in the first vote update of the night, usually before any results from in-person Election Day voting are released.</p><p>How long does vote-counting usually take?</p><p>In the June 16 state primary, the AP first reported results at 8:14 p.m. ET, or 14 minutes after polls closed. By 10:19 p.m. ET, more than 90% of the vote had been counted. The last vote update of the night was at 12:14 a.m. ET with about 99.9% of total votes counted.</p><p>When will the AP declare a winner?</p><p>The AP does not make projections and will declare a winner only when it’s determined there is no scenario that would allow a trailing candidate to close the gap. If a race has not been called, the AP will continue to cover any newsworthy developments, such as candidate concessions or declarations of victory. In doing so, the AP will make clear that it has not yet declared a winner and explain why.</p><p>How do recounts work?</p><p>Oklahoma does not have automatic recounts for elections involving candidates, but candidates may request and pay for one regardless of the vote margin. The state does require automatic recounts for statewide ballot questions if the margin is 0.5% or less of the total votes cast. The required margin is larger for state constitutional amendments. The AP may declare a winner in a race that is subject to a recount if it can determine the lead is too large for a recount or legal challenge to change the outcome.</p><p>Are we there yet?</p><p>As of Tuesday, there will be 70 days until the 2026 midterm elections.</p><p>___</p><p>Follow the AP’s coverage of the 2026 election at https://apnews.com/projects/elections-2026/.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2CW2UB6LIEXCGK7P5K32ICBFF4.jpg?auth=83f9b89c8dc9851a818e8589910ca2babe8a7d234ce2c79d13c669ba243d945f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Oklahoma Republican gubernatorial candidates Gentner Drummond, left, and Mike Mazzei verbally spar at a televised debate in Tulsa, Okla., Aug. 3, 2026. (Jake Ramsey/Oklahoma Watch via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Jake Ramsey</media:credit></media:content></item><item><title><![CDATA[Third time the charm? Democrat Christina Bohannan tries again in pivotal US House race in Iowa]]></title><link>https://www.local10.com/news/politics/2026/08/24/third-time-the-charm-democrat-christina-bohannan-tries-again-in-pivotal-us-house-race-in-iowa/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/24/third-time-the-charm-democrat-christina-bohannan-tries-again-in-pivotal-us-house-race-in-iowa/</guid><dc:creator><![CDATA[By THOMAS BEAUMONT, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS JUNCTION, Iowa (AP) — It may have seemed out of place for a university professor from the liberal enclave of Iowa City to be holding court at a roadside bar and grill in a rural county where Republican Donald Trump won overwhelmingly two years ago.]]></description><pubDate>Mon, 24 Aug 2026 11:00:52 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS JUNCTION, Iowa (AP) — It may have seemed out of place for a university professor from the liberal enclave of Iowa City to be holding court at a roadside bar and grill in a rural county where Republican Donald Trump won overwhelmingly two years ago.</p><p>But that's part of Christina Bohannan's long learning curve as a Democratic candidate for Congress.</p><p>“It’s a big district. It takes a lot of time to get around, get people to know you and trust you,” Bohannan told a couple dozen voters in the tiny Louisa County town of Columbus Junction on a recent Sunday afternoon.</p><p>She would know. It's her third crack at it.</p><p>Bohannan lost to Republican Rep. Mariannette Miller-Meeks in Iowa's 1st Congressional District in 2022 and 2024. Now she's banking on Trump's sagging popularity, healthcare struggles and economic concerns to put her over the top in a race that could help Democrats regain control of the U.S. House.</p><p>Miller-Meeks is digging in for a difficult campaign, describing Bohannan as a “radical progressive.” If Bohannan pulls off a victory this time, it could be the first ripple of what Democrats see as a potential national wave.</p><p>The Democrat is reaching into rural counties to shave the Republican edge</p><p>That's why Bohannan was in Louisa County, a place she did not visit in the months leading up to the 2024 election, when she lost to Miller-Meeks by only 799 votes.</p><p>It was the second-closest House race that year, and far closer than Bohannan's loss in 2022, when she fell short by 23,000 votes.</p><p>Iowa's 1st District is a microcosm of the state, largely rural with urban and suburban pockets. A geographic area larger than Massachusetts, more than half of its 20 counties have populations of less than 20,000 residents.</p><p>Cindy Starr and her husband Tim Knutson had never met Bohannan before they made the drive from nearby Wapello to see her at 92 Roadside, a Louisa County social hub named for the highway that runs past it.</p><p>“We’d never heard of any campaign event for her before,” said Starr, a 62-year-old retired social worker.</p><p>“Somebody rang our doorbell,” said Knutson, a 60-year-old retired meatpacking plant manager. “That’s never happened before.”</p><p>Two years ago, she lost the county by almost 1,400 votes.</p><p>This time, Bohannan has a more aggressive ground game, reaching out in rural counties she lost, but also beginning her canvassing in January as opposed to April. Her campaign’s door-knockers travel with a letter from Bohannan introducing herself.</p><p>Pushing against the image of a left-wing college professor</p><p>Bohannan's day job — University of Iowa law professor — can be tricky in a district where Trump won by 8.4 percentage points in 2024 and where the school is often parodied by Republicans as a haven for left-wing liberals.</p><p>“I’m not some radical,” said the 55-year-old former environmental engineer whose legal scholarship has focused on intellectual property, business innovation and copyright law.</p><p>She portrays her low-income upbringing in rural central Florida, her father’s nomadic life as a construction worker and her family’s healthcare crises during her youth as experiences that echo across the Mississippi Valley district where union manufacturing jobs have been declining for decades.</p><p>“Iowa is just a really good, common-sense state full of fair-minded, common-sense people,” she told The Associated Press. “Sometimes the Republicans have a point. I think tax dollars are precious. I think sometimes we do tend to stifle economic growth with maybe unnecessary regulation.”</p><p>Miller-Meeks did not agree to an interview.</p><p>Bohannan has been gaining ground in the district</p><p>Along with trying to shave the Republican advantage in the district's dozen-plus rural counties, Bohannan is also trying to gain a foothold in its more urban and suburban hubs.</p><p>Johnson County, with Iowa City and its teeming suburbs, and Scott County's economically diverse cities of Davenport and Bettendorf help make the district among the most competitive in the country.</p><p>Bohannan won more than 70% of the vote in Johnson County in 2022 and 2024. She also improved her performance in Scott County, losing in 2022 but winning narrowly there in 2024.</p><p>Those gains in a high-turnout presidential year, combined with the very narrow final margin — after a recount — made the decision simple for Bohannan to sign up a third time.</p><p>“That was a big part of it. That means tens of thousands of Trump voters split their ballot and voted for me,” she told The Associated Press after a stop at a Scott County Democrats’ picnic in Bettendorf. “It’s not always easy to get people, especially in this toxic political environment, from the other party to support you. But we’re taking the time. We’re going to every corner of the district.”</p><p>Now, she is trying to hold the edge in Scott County, hoping the recent move of more independent voters into the Democrats' ranks continues.</p><p>In another potential boost to Bohannan, Democratic voter registration in Iowa rose more than Republican registration ahead of the June primaries.</p><p>In Scott County, the district’s most populous, the trend has continued since the primary, said Terry Olsen, vice chairman of the Scott County Democrats and a former Republican.</p><p>“Every month it’s been moving,” Olsen said, though Democrats still narrowly trail Republicans and independent voters in the county. “But it’s a different strategy than 2024, trying to grab more of that rural vote and still boost turnout in the cities. That’s the hope, at least.”</p><p>Trump's agenda could drag down Miller-Meeks</p><p>Bohannan believes that Trump's failure to curb inflation since returning to the White House will drag down Miller-Meeks, who was first elected in 2020.</p><p>Miller-Meeks voted for measures blocking Congress from challenging Trump's emergency tariff actions, and the trade war has cut U.S. soybean sales. She has voted in support of Trump's ability to continue U.S. military operations against Iran, as drivers in her district pay nearly $4 per gallon for gas and farmers pay $5 per gallon for diesel fuel.</p><p>And Miller-Meeks last year supported Trump's signature tax-break and spending cuts bill, which is expected to reduce federal Medicaid spending over the coming years. Hospitals and other healthcare providers have warned that the changes could put additional financial pressure on rural facilities that rely heavily on Medicaid reimbursements.</p><p>Miller-Meeks, a physician, defended her record in a statement by saying “I’ve spent my career on the side of patients, not the big insurance companies and bureaucrats standing between them and the care they need.”</p><p>She said the legislation included "common sense provisions the majority of Americans support," and she said Bohannan “would have kept subsidies flowing straight to big profitable insurance companies that deny claims, jack up premiums, and restrict which doctors you can see.”</p><p>Healthcare funding pressures have surfaced in Miller-Meeks’ district. MercyOne Clinton Medical Center announced it would end its obstetrics, labor and delivery services in 2026, citing rising costs, staffing shortages, inadequate reimbursement, and changes to Medicaid policy among the factors.</p><p>“In the past, when I ran the last couple of times, people weren’t entirely clear on what Miller-Meeks had been up to,” Bohannan said. “And now people know what they are paying at the grocery store. They know what they are paying at the gas pump.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LRYKIAQOXAH7HD2L5SNTSYLTII.jpg?auth=d24c2dcfaaa28691aba77c4aa6ec15d205abcbb54f31d4b31e457eca51aed746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JUNSOVTDFMQOTYBWIWWK2MVXKY.jpg?auth=d18efbb0da9e26ab7a1eac5cdc92a17dff0a16388f2f69528b96b23b5feb4eb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People attend the Scott County Democrats Annual Family Picnic in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OKUYFPRWV7ARPFIAYC7P35655Y.jpg?auth=b2415c2e53510e939f1cc73bed589687443999bb215b203143471e7bd5f0b0e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during a campaign event with the Louisa County Democrats, in Columbus Junction, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVC44U2IUV7WHM4HR4R5KWO5VM.jpg?auth=ad44f2e6b22717253dd52a8677b40b89d8a8fc844690961a50c79e954e99bd70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks to voters during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa. Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HF3EFTQNIOFWZMURW2XMD5FS6Q.jpg?auth=b0d2f4c2c9b6db71db666fb1f7828c7dc4b72b7c262efb6d72bd75e5e0895eaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Christina Bohannan, Democratic candidate for U.S. House, speaks during the Scott County Democrats Annual Family Picnic, in Bettendorf, Iowa, Sunday, Aug. 16, 2026. (AP Photo/Joseph Cress)]]></media:description><media:credit role="author" scheme="urn:ebu">Joseph Cress</media:credit></media:content></item><item><title><![CDATA[Mother, 2-year-old daughter killed by lightning strike in Margate, police say]]></title><link>https://www.local10.com/news/local/2026/08/23/police-mother-2-year-old-son-killed-by-lightning-strike-in-margate/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/police-mother-2-year-old-son-killed-by-lightning-strike-in-margate/</guid><dc:creator><![CDATA[Pablo Hernandez, Byron Tollefson]]></dc:creator><description><![CDATA[A 31-year-old mother and her 2-year-old daughter died Sunday after they were struck by lightning in Margate, police said.]]></description><pubDate>Sun, 23 Aug 2026 21:35:36 +0000</pubDate><content:encoded><![CDATA[<p>A 31-year-old mother and her 2-year-old daughter died Sunday after they were struck by lightning in Margate, police said.</p><p><a href="https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/"><b>Leer en español</b></a></p><p>Margate police and Margate Fire Rescue personnel responded at about 2:30 p.m. to a 911 call about two people who had been struck by lightning and were found lying on a sidewalk near 7900 Northwest First St.</p><p>First responders immediately began treating the victims, including by performing CPR on them, according to police.</p><p>The woman, identified as Kenya Glasgow, was taken by Margate Fire Rescue to North Broward Medical Center in Deerfield Beach. The 2-year-old girl was taken to Broward Health Medical Center in Fort Lauderdale with a police escort.</p><p>Despite efforts by first responders and medical personnel, both mother and daughter died shortly after arriving at the hospitals.</p><p>Prince Moody, who lives across the street, said he had just returned from picking up groceries when he heard the lightning strike.</p><p>“I heard the loudest lightning strike I could hear, thunder, and an orange glow went through my window,” Moody said.</p><p>Moody said he was thinking about the family as he stayed at the scene.</p><p>“Imagine the family that’s actually going through this. The father, you know. I have a kid and I can imagine. My thoughts and prayers,” he said.</p><p>The incident remains under investigation by the Margate Police Department.</p><p>Police expressed their condolences to the family and loved ones of the victims.</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[Aug. 24: Heat indices to reach 100 degrees; rain returns in afternoon]]></title><link>https://www.local10.com/weather/2026/08/24/aug-24-heat-indices-to-reach-100-degrees-rain-returns-in-afternoon/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/24/aug-24-heat-indices-to-reach-100-degrees-rain-returns-in-afternoon/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Monday morning. Lows this morning are in the upper 70s thanks to the overnight showers.]]></description><pubDate>Mon, 24 Aug 2026 10:54:59 +0000</pubDate><content:encoded><![CDATA[<p>Good Monday morning. Lows this morning are in the upper 70s thanks to the overnight showers. High temperatures will be in the lower 90s, but heat indices will reach 100 degrees. Air quality is at moderate levels caused by several brush fires burning over inland Broward and Miami-Dade, plus some Saharan dust. Limit your time outdoors if you have respiratory issues. Grab the rain gear, showers and storms return again after midday and early evening hours thanks to the sea breeze. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Iran warns of a harsh response to anticipated US sanctions and other Middle East news]]></title><link>https://www.local10.com/news/2026/08/24/iran-warns-of-a-harsh-response-to-anticipated-us-sanctions-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/iran-warns-of-a-harsh-response-to-anticipated-us-sanctions-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran warned that U.S. sanctions set to be announced Monday would not bring peace to the region. Meanwhile, Israeli and Syrian officials met less than a week after Israeli strikes in Syria. And Israel said it killed a Hamas commander in Gaza.]]></description><pubDate>Mon, 24 Aug 2026 14:45:37 +0000</pubDate><content:encoded><![CDATA[<p>Iran warned that U.S. sanctions set to be announced Monday would not bring peace to the region. Meanwhile, Israeli and Syrian officials met less than a week after Israeli strikes in Syria. And Israel said it killed a Hamas commander in Gaza.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East on Monday. Full coverage can be found here.</p><p>Iran threatens response ahead of US sanctions announcement</p><p>Iran’s Foreign Ministry spokesperson warned that Tehran would respond harshly to expanded U.S. sanctions, including measures against countries it sees as cooperating with Washington.</p><p>“Any escalation of this situation will undoubtedly bring about consequences,” Esmail Baghaei said. “Our hands are not tied.” The new head of Iran’s top security body warned Sunday that Tehran will see any country’s support for the sanctions as an “act of war."</p><p>The expanded sanctions come after weeks of impasse. The United States has not dislodged Iran’s grip on the Strait of Hormuz, through which a fifth of the world’s traded oil passed before the war started nearly six months ago.</p><p>Iran's demands for reopening the strait include lifting the U.S. naval blockade, withdrawing U.S. forces from the region and reparations for damages sustained in the war. It has held separate talks with Oman, on the other side of the strait, on jointly managing the waterway regardless of whether a new deal is brokered with the U.S.</p><p>Sanctions have historically raised prices of basic goods in Iran, but after decades of withstanding them, Iran’s economy has adapted through finding new trading partners and building domestic industries.</p><p>Ahead of the expected U.S. announcement, the country's currency hit a record low on Monday.</p><p>China warns new sanctions will 'escalate the situation'</p><p>China said Monday that sanctions and additional pressure “will not help resolve the issue,” as the U.S. has threatened to impose secondary sanctions on countries that trade with Iran.</p><p>“They will only exacerbate tensions and escalate the situation, which is in no one’s interest,” Foreign Ministry spokesperson Lin Jian said during a daily briefing in Beijing.</p><p>He added that China was calling on all parties to avoid measures “that could further intensify differences and conflicts and disrupt global economic development and financial stability.”</p><p>China is considered the biggest buyer of Iranian oil, and was importing more than 80% of Iranian oil before the U.S.-Israeli war with Iran.</p><p>Israeli and Syrian officials meet following an Israeli airstrike</p><p>Syrian Foreign Minister Asaad al-Shibani met over the weekend with a high-level Israeli delegation in Jordan to try to defuse tensions after Israel last week struck an air base in northern Syria, Syrian state news agency SANA reported.</p><p>The U.S.-mediated discussions on Sunday focused on restarting negotiations for a future security agreement, SANA said.</p><p>Israel struck the Abu Duhur air base in Idlib province, saying it aimed to stop Turkey — which has supported the new Syrian government’s efforts to rebuild its armed forces after 14 years of civil war — from establishing a presence there.</p><p>Syrian officials during the talks asserted the right to develop an army and freely forge alliances with any country, SANA said.</p><p>They also called for the withdrawal of Israeli forces from a buffer zone in southern Syria they have occupied since December 2024, and reiterated Syria’s stance that the Golan Heights — which Israel captured in the 1967 Mideast war and later annexed — is Syrian territory.</p><p>Israeli officials didn't immediately comment on the meeting.</p><p>An oil tanker is struck off Saudi Arabia</p><p>A crude oil tanker was struck by an unknown projectile Monday off Saudi Arabia, the British military said. The United Kingdom Maritime Trade Organization said the attack occurred 63 nautical miles west of the Red Sea city of Yanbu, and a fire was ignited on the main deck. There were no reports of casualties.</p><p>Iran-backed Houthi rebels in Yemen have attacked Saudi tankers in recent weeks but did not claim this attack, and did not respond to requests for comment. The group’s military spokesperson said the rebels will release a statement about “military operations” later in the day.</p><p>Israel says it killed another Hamas militant</p><p>Israel’s military said it killed a militant affiliated with Hamas’ special forces unit in an overnight airstrike, the latest targeted killing announced since U.S. officials met with Prime Minister Benjamin Netanyahu last week hoping to push last year’s ceasefire deal forward.</p><p>Israel says it targets and kills Palestinian militants it says participated in the Oct. 7, 2023, attack that sparked the war.</p><p>Israel has announced targeted strikes on six of the seven days since U.S. negotiator Jared Kushner’s meeting with Netanyahu.</p><p>At least 1,288 Palestinians have been killed since the ceasefire took effect last October, according to Gaza’s health ministry, part of the Hamas-run government. Its numbers are generally considered reliable by the international community.</p><p>Palestinian American says he can’t freely leave West Bank home</p><p>The Palestinian American homeowner whose residence was besieged this month by Israeli settlers said he remained unable to move freely in the village of Qusra in the occupied West Bank. Loui Ridi traveled from Ohio to join his relatives defending his home a week ago.</p><p>The Israeli military declared the area a closed zone to restore order in Qusra. Ridi said settlers returned throughout the week to the hill above his house.</p><p>Since Israeli settlers surrounded the house more than two weeks ago, preventing occupants from leaving, Israeli soldiers have encouraged them to leave but Israel’s police have not announced arrests.</p><p>The siege and Israel’s response have sparked condemnation from Israeli rights groups and foreign officials, including U.S. Ambassador to Israel Mike Huckabee, who called the violence terrorism.</p><p>Palestinians consider the West Bank, home to some 3 million Palestinians and 560,000 Israeli settlers, the heart of any future state and have condemned Israel’s expansion there. This year has seen a dramatic spike in violence carried out by Israeli settlers against Palestinians.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4ERUPEXHGFNR2TOUG3XUFI3B6I.jpg?auth=d6535cc30db5a4fcc12b7291ab039aadc529ae333851b7a05a7dc4e20a158828&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Motorcyclists pass a billboard depicting U.S. President Donald Trump underwater amid explosions, with the words "Great Victory! Strait of Hormuz," in Tehran, Iran, Monday, Aug. 24, 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/4FI22BLRL5LXZJPKUJSEX4BPCA.jpg?auth=8a1dd3bfa6cff910f4898d9c8f1cc5e353b8316659a3d443c20f3b8b51e5629d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Decommissioned Syrian air force planes are seen at the Abu Duhur military air base east of Idlib, following the takeover of the area by Syrian opposition fighters on Saturday, Dec. 7, 2024. (AP Photo/Omar Albam, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Albam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZ4FN4KCISFPZEXYFL55UW7V7I.jpg?auth=bb35916a94c50f7873f526f0cbe1d7edb312bb080a83cc2446f90a37ca20a894&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk amid the ruins of buildings destroyed by Israeli airstrikes during the war with Hamas, in Gaza City, Monday, Aug. 24, 2026. (AP Photo/Jehad Alshrafi)]]></media:description><media:credit role="author" scheme="urn:ebu">Jehad Alshrafi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NHUJUFDDYKWIVBSHKIWO5RXEQQ.jpg?auth=d2863136768b3c439010201a5e0fad0e1d0ac06b508e93964194620df4561529&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Revolutionary Guard commander Mohsen Rezaei casts his ballot during the parliamentary and Assembly of Experts elections at a polling station in Tehran, Iran, March 1, 2024. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[He was waiting for his son to return from the USS Lincoln. Then Border Patrol arrested him]]></title><link>https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/23/he-was-waiting-for-his-son-to-return-from-the-uss-lincoln-then-border-patrol-arrested-him/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, AMY TAXIN and JACK BROOK, Associated Press]]></dc:creator><description><![CDATA[When Luis Manuel Aviles was arrested by immigration authorities, his son was entering his ninth month on the USS Abraham Lincoln with the Navy — a vessel that set a U.S. military record for uninterrupted time at sea, stirring concerns about supply shortages and deteriorating mental health among soldiers.]]></description><pubDate>Sun, 23 Aug 2026 23:10:56 +0000</pubDate><content:encoded><![CDATA[<p>When Luis Manuel Aviles was arrested by immigration authorities, his son was entering his ninth month on the USS Abraham Lincoln with the Navy — a vessel that set a U.S. military record for uninterrupted time at sea, stirring concerns about supply shortages and deteriorating mental health among soldiers.</p><p>Luis Manuel Aviles, 48, was arrested after leaving his house to take his car to the mechanic, according to his wife, Argelia Aviles. She said her husband, a handyman in Key West, Florida, has a permit to work in the United States. Originally from Nicaragua, he has lived in the U.S. for 19 years.</p><p>“He dedicates himself only to work so he can put food on the table at home. He is a good father. He loves his children with all his soul,” said Argelia, 47.</p><p>Aviles’ arrest comes as the Trump administration rolls back immigration protections for military families to pursue its mass deportation agenda, detaining at least dozens of parents and spouses of active-duty U.S. troops.</p><p>At least six family members have been deported and one self-deported, the AP found in the first accounting of such detentions, which the government does not track. One spouse, the wife of a U.S. soldier who spent more than a month in federal immigration detention, was removed from a deportation flight to Brazil after the AP’s reporting.</p><p>One of the military’s most highly advertised immigration benefits is “military parole-in-place,” which allows the spouses, children and parents of active-duty service members and veterans to obtain legal immigration status from within the country. Not everyone qualifies: those who overstayed visas or who already applied for legal status at the border, for example.</p><p>The Department of Homeland Security said in a statement that Border Patrol agents arrested Luis Aviles on Saturday in Key West and that he will remain in ICE custody while the government seeks to deport him.</p><p>“Having a family member in the military is not a free pass to violate our nation’s laws,” the department said Sunday, adding that the Trump administration “does not pick and choose which laws to enforce.”</p><p>Aviles’ son said in a Facebook post that he has been working 12-hour work shifts for more than 250 days without a break on the USS Lincoln, which is deployed in the Middle East. The deployment has raised widespread concerns about the impact on service members who are away from land for long periods, food shortages, as well as the increasing strain on the ship and its equipment.</p><p>The Pentagon referred all questions to the Navy. The Navy didn’t immediately respond to an emailed request for comment on Sunday afternoon. Defense Secretary Pete Hegseth previously called conditions aboard the Lincoln “completely misrepresented.”</p><p>Joshua Aviles wrote in his post on Saturday that he was still on the USS Lincoln “fighting for a country that has given me everything” when he got a call about his father’s detention on Saturday morning.</p><p>“This is heartbreaking for me. I don’t know how I can mentally continue working 12+ hour days knowing that my dad is somewhere, possibly treated like a criminal,” Joshua Aviles wrote.</p><p>Katherine Delgado, 28, Joshua Aviles’ sister, said that Joshua joined the military in part because he thought it would improve his father’s chances of getting citizenship and so that he would “no longer be living in fear of being arrested.”</p><p>She said being apart from Joshua, who she calls her “best friend” and her “ride-or-die,” has been devastating.</p><p>“I spent weeks without knowing where he was,” Delgado said. Once she heard from him, and was told that he wasn’t getting enough food, she said, she has spent hundreds of dollars to send him care packages with food and hygiene products — some of which never arrived.</p><p>Joshua is “supposed to come home soon,” Delgado said, referring to news that the ship her brother is on will soon be brought out of service in the Middle East. “And he’s gonna come home without his father.”</p><p>The son’s lengthy deployment has been challenging for Luis Aviles, according to his wife. He told her that he was looking forward to the deployment finally coming to an end. When six months passed and his son didn’t come back, Aviles was distraught, she said.</p><p>“He was excited,” she said. “He wanted to hug his son, as he hadn’t seen him for nine months.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OL3CDZUQXCEWOI42PJDOCG44RU.jpg?auth=7dc1374a651b4cafdbd6a17c3dddfd94cd938bc49c99464127164588e1999dc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo courtesy of Katherine Delgado shows her step-father Luis Manuel Aviles, left, and her brother Joshua Aviles stand outside their home in Oct. 2025, shortly before Joshua deployed on the USS Lincoln the following month in Key West, Fla. (Katherine Delgado via the AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Katherine Delgado</media:credit></media:content></item><item><title><![CDATA[TURN ON TV NOW: LOCAL 10 NEWS AT 6:00]]></title><link>https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</link><guid isPermaLink="true">https://www.local10.com/station/2023/10/13/turn-on-tv-now-local-10-news-at-6/</guid><description><![CDATA[Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.]]></description><pubDate>Sat, 14 Oct 2023 02:34:01 +0000</pubDate><content:encoded><![CDATA[<p>Here are the top stories airing on Local 10 News this morning. Be sure to watch Local 10 at 6:00 a.m. for the latest updates.</p><ul><li>Mother, 2-year-old daughter killed by lightning strike in Margate</li><li>Lightning to blame for several brush fires burning in West Miami-Dade</li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Trump's 'economic D-Day' threats become warnings for countries to sever financial ties with Iran]]></title><link>https://www.local10.com/news/world/2026/08/24/bessent-says-new-us-sanctions-aim-to-block-all-potential-sources-of-revenue-for-iran/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/bessent-says-new-us-sanctions-aim-to-block-all-potential-sources-of-revenue-for-iran/</guid><dc:creator><![CDATA[By FARNOUSH AMIRI, CHRISTOPHER RUGABER, AAMER MADHANI and DIDI TANG, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.]]></description><pubDate>Mon, 24 Aug 2026 20:16:34 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Treasury Secretary Scott Bessent announced a new round of sanctions aimed at Iran on Monday and warned every country that does business with the Islamic Republic to sever those financial ties or face retaliation from the United States.</p><p>President Donald Trump's pledge last week to unleash an “economic D-Day” against Tehran turned out to be new warnings to cut off Iran from the rest of the global economy. Asked why the U.S. was not imposing secondary sanctions on Iran's trading partners, Bessent told reporters he wanted countries to have an opportunity to shift away from Iran before it was too late.</p><p>“Why would I want to blow up the global financial system?” Bessent said.</p><p>The Trump administration is struggling to find an off-ramp nearly six months into an unpopular war with an increasingly obstinate Iran. Washington had promised new sanctions would put even more pressure on an Iranian economy already battered by previous penalties and a U.S. naval blockade.</p><p>But the announcement Monday provided little detail and did not name which countries could face secondary sanctions. China, Turkey and the United Arab Emirates are Iran’s largest trade partners.</p><p>“We are level-setting with every country to tell them our expectations. We know who they are. They know who they are,” Bessent said. “So when the hammer of U.S. Treasury actions falls upon them, they will have no one to blame but themselves.”</p><p>Dubbing the campaign "Operation Economic Outcast," Bessent said Trump has been “making phone calls to world leaders with specific requests to cease their interactions” with Iran and has already seen results.</p><p>The UAE announced last week that it was suspending all trade, commercial exchanges and financial transactions with Iran until further notice after a reported missile attack on the Gulf country. Bessent said the UAE decision was “not a coincidence."</p><p>Shortly before the announcement, Iranian parliamentary Speaker Mohammad Bagher Qalibaf said the U.S. is not in an economic position to further restrict Tehran's relations with other countries.</p><p>“Iran’s trading partners, both in the media and through messages sent to us, have made it clear that they don’t take these statements into account anywhere,” Qalibaf, who has been Iran's lead negotiator over the past six months, posted on X.</p><p>Bessent is pressed on what the new campaign means for China</p><p>Asked whether the U.S. would target China, Bessent said that “no one is above the reach of U.S. sanctions," despite the fragile trade truce in place between the world’s two largest economies.</p><p>“If they facilitate transactions and are part of the ecosystem that turns Iranian oil into money, into repression, they will be targeted,” he added.</p><p>Experts say the U.S. is likely to carefully calibrate its actions on China, just a month before Chinese leader Xi Jinping is expected to visit the U.S.</p><p>How much the announcement matters "depends on the aggressiveness with which President Trump is willing to enforce it,” said Ali Wyne, senior research and advocacy adviser for U.S.-China relations at the International Crisis Group. “Thus far, despite threatening severe economic consequences for countries that do business with Iran, he has largely given China a pass.”</p><p>The Treasury Department said Monday that it was imposing sanctions on nearly 60 Iran-linked entities, accusing them of roles in Iran’s nuclear and missile programs, cyber activities and oil shipments.</p><p>That includes Hong Kong-based Sweet Ocean Industrial Limited and associated people and businesses, which were accused of helping Iran acquire sensitive goods such as laser optics equipment. Also penalized was China-based Shenzhen Huamei, which is a service provider for the Iran-based logistics company BRE Line, as well as BRE Line’s branch in Hong Kong, for allegedly supporting the missile and nuclear programs.</p><p>Iranian currency falls to a record low</p><p>Hours before Bessent's announcement, Iran’s currency hit a record low.</p><p>The rial dropped to 2.02 million to the U.S. dollar as trading opened on currency markets. Iran’s official Central Bank rate stood at around 1.5 million rials to the dollar, but the market rate is what most Iranians pay.</p><p>The currency had already been under pressure before the U.S. and Israel attacked Iran on Feb. 28, as Iran faced double-digit inflation and negative growth. The rial has repeatedly hit new lows as nearly six months of war have taken an even greater toll.</p><p>Iranians find daily staples increasingly unaffordable. Since the war began, rice is up some 60% and beef prices are more than 150% higher. The International Monetary Fund forecasts that gross domestic product will contract more than 5%.</p><p>Still, economic pressure has not yet translated into political pressure. Iran retains a key strategic advantage: Its attacks and threats on ships in the Strait of Hormuz have brought traffic in the vital waterway to a near halt, damaging the world economy and heaping pressure on U.S. President Donald Trump ahead of congressional elections.</p><p>The war, as a result, has devolved into a fight over who controls the strait, through which a fifth of the world’s traded oil transited before the conflict. Iran is now refusing to fully reopen it unless it can charge ships.</p><p>Iran and Oman, which is on the opposite side of the strait, are reportedly in the final stages of agreeing on a plan for joint management of the waterway. Oman’s foreign minister is set to visit Iran on Tuesday.</p><p>Pakistani delegation visits Iran</p><p>Pakistan, which played a key role in brokering a 60-day ceasefire in June, sent a high-level delegation to Iran on Monday to encourage the U.S. and Iran to return to negotiations, two senior officials said. The officials spoke on condition of anonymity because they were not authorized to speak to the media.</p><p>The military confirmed only Field Marshal Asim Munir’s visit, saying it was aimed at de-escalating tensions in the region.</p><p>Trump spoke with Munir ahead of the army chief’s visit to Iran, according to a person familiar with the discussion who spoke on condition of anonymity to confirm a private conversation. Reuters, citing Pakistani sources, first reported the call.</p><p>Munir met Iranian Interior Minister Eskandar Momeni in Tehran, according to the two senior officials. Munir was accompanied by Pakistani Interior Minister Mohsin Naqvi and other officials. Munir was expected to remain in Iran overnight and meet the Iranian president and other senior officials before returning to Pakistan.</p><p>His previous visit to Tehran in May helped pave the way for a memorandum of understanding signed by the U.S. and Iran in June.</p><p>In downtown Tehran, 73-year-old Sadegh Mahmoudi did not hold out hope for a resolution. He joined a line of about a dozen people to purchase U.S. dollars with his remaining savings to hedge against further declines.</p><p>“There is no hope for a deal and peace,” he said.</p><p>___</p><p>Amiri reported from New York. Associated Press writers Nasser Karimi in Tehran, Iran; David Rising in Dubai, United Arab Emirates; Seung Min Kim in Washington; and Munir Ahmed in Islamabad contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZFTYPJOF7GCFXOCHNGKU6SB4EY.jpg?auth=cbf29818d8c27b97cb97f5ca12126f1dbf22b5052b212925f4ae187363c1d723&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent arrives to speak at a news conference, Monday, Aug. 24, 2026, at the Treasury Department in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LRKUXSBMBOP53EDIUYD2LGQDS4.jpg?auth=25dc30f46e0db7fcb104fdcbe5bf8a1d499d31b036597b0ffae57b928487af48&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Treasury Secretary Scott Bessent speaks at a news conference, Monday, Aug. 24, 2026, at the Treasury Department in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMGVLW3QBERHRXT2RGODTTFJ7A.jpg?auth=b4cba25192d340b98b8aeef86523b6ffefc59ea513bf749b201abf7c464dc99d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Current and pre-revolution Iranian banknotes are displayed by a street money exchanger at Ferdowsi square, a hub for foreign currency trading in downtown Tehran, Iran, Monday, Aug. 24, 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/XNXB4R43IWT33F7XE7XYF5YLDM.jpg?auth=fcaca78f286071d66895e1010d62a34edc6a14ef83fdcc68c17c43a5d6ed9623&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, speaks with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M7ABCBW6EVXU5OAKZ756HYJKY4.jpg?auth=4d1aea2b3ffe2fd5ef9adbeade52645f46f159ec1add1c2e0828290cefb5e7a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Islamic Consultative Assembly News Agency, ICANA, Iran's Parliament Speaker and top negotiator Mohammad Bagher Qalibaf, right, shakes hands with Pakistan's Army Chief Field Marshal Gen. Asim Munir during their meeting in Tehran, Iran, Monday, Aug. 24, 2026. (Mahmoud Hosseini/ICANA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mahmoud Hosseini</media:credit></media:content></item><item><title><![CDATA[European leaders mark Ukraine’s 35th Independence Day as Russian invasion pushes on]]></title><link>https://www.local10.com/news/world/2026/08/24/european-leaders-mark-ukraines-35th-independence-day-as-russian-invasion-pushes-on/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/24/european-leaders-mark-ukraines-35th-independence-day-as-russian-invasion-pushes-on/</guid><dc:creator><![CDATA[By SAMYA KULLAB, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — European leaders joined President Volodymyr Zelenskyy in Kyiv on Monday to celebrate the 35th anniversary of Ukraine’s independence and boost its long-range missile program as Russia pressed on with its 4-year-old invasion of the country.]]></description><pubDate>Mon, 24 Aug 2026 16:31:21 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — European leaders joined President Volodymyr Zelenskyy in Kyiv on Monday to celebrate the 35th anniversary of Ukraine’s independence and boost its long-range missile program as Russia pressed on with its 4-year-old invasion of the country.</p><p>One of President Vladimir Putin’s key goals in starting a war with Russia’s neighbor in February 2022 was to return Kyiv to Moscow’s orbit. Ukrainian lawmakers voted on Aug. 24, 1991, to proclaim the country’s independence, and a nationwide referendum later that year overwhelmingly approved it.</p><p>With no significant changes on the front line for months and no apparent progress after more than a year of U.S.-led peace efforts, both countries are locked in a spiral of escalating aerial attacks that are killing civilians and smashing infrastructure.</p><p>Europe rallies around Ukraine</p><p>U.K. Prime Minister Andy Burnham, on his first overseas trip since taking office last month, joined almost a dozen other European leaders, as well as other dignitaries in Kyiv on Monday.</p><p>“For Ukraine, independence is not an abstract idea. We defended it against all odds,” Ukrainian Foreign Minister Andrii Sybiha said on social media. “In times like these, nations learn how important it is to have allies by your side.”</p><p>Burnham co-chaired a meeting of what's been dubbed the Coalition of the Willing — a group of over two dozen countries helping Ukraine resist Russia's onslaught.</p><p>Burnham said he is pushing British industry to help a Ukrainian project that is working on a low-cost alternative to the U.S.-made Patriot air defense systems that are desperately needed but are in short supply. He urged other countries to encourage Washington to adopt stiffer sanctions on Russia and press Moscow to accept U.S. attempts to secure an unconditional ceasefire.</p><p>Zelenskyy said in a speech at Kyiv’s St. Sophia Square that the presence of European leaders reflected continental fears about Russia’s wider ambitions.</p><p>“We all understand that in this Russian war against us — against Ukraine — far more is being decided than the future of Ukraine and Eastern Europe,” he said.</p><p>“No nation in a war like this could rely solely on its own weapons," Zelenskyy said. "No nation could withstand attacks of such intensity without the world’s help.”</p><p>Ukraine eyes local production of Anglo-French missile</p><p>The leaders brought pledges of further military and financial support. Burnham announced his government has agreed to allow defense company MBDA to release classified information relating to British components used in the SCALP long-range missile. That paves the way for France and Ukraine to advance plans for the weapon's production in Ukraine.</p><p>SCALP is the French version of the U.K.’s Storm Shadow missile, with both systems incorporating shared technology.</p><p>“Ukraine has been Europe’s protector, not a drain on our security, but the front line of keeping Europe safe,” Burnham said, adding that Kyiv and its partners “must keep up the pressure on Moscow.”</p><p>Kremlin spokesman Dmitry Peskov said the Kremlin views the plan “extremely negatively.” He accused the U.K. of “taking part in this war” on Kyiv’s side.</p><p>Ukraine has leaned heavily on NATO countries for help fighting Russia’s bigger army, although relations with the United States have been cooler under President Donald Trump.</p><p>Russia, meanwhile, is getting help from North Korea and China.</p><p>Ukraine displays its drones in a parade</p><p>Ukraine’s swift development of innovative drone technology has enabled it to blunt Moscow’s battlefield progress as well as hit targets deep inside Russia, as far as 2,000 kilometers (1,200 miles) from their border. The speeches in St. Sophia Square were accompanied by a parade of domestically produced weapons.</p><p>Both Russia and Ukraine are trying through long-range strikes to inflict economic pain, disrupt military supplies and erode public morale.</p><p>Ukraine's long-range drones have repeatedly hit facilities in Russia's vital oil industry, causing fuel shortages, and have also engaged in a campaign against Russia's largest online retailer, Wildberries.</p><p>But foreign suppliers also have to take into account their own needs, weapon production levels and the depth of stockpiles.</p><p>As the air war has intensified, Ukraine’s stocks of Patriot interceptors to counter Russia’s ballistic missiles have dwindled. Kyiv urgently needs more interceptors before winter, when Russia routinely bombards its power grid, but the demands of the Iran war and slow output of the sophisticated interceptors have left Ukraine short and vulnerable.</p><p>Finnish President Alexander Stubb said he believed that striking Russian targets like Wildberries was a “sensible military strategy” that would hasten peace negotiations.</p><p>Ukrainian strikes kill 3 teenagers</p><p>Three teenagers were killed and six children were wounded in the southern Russian city of Krasnodar, Russia’s children’s rights ombudswoman Maria Lvova-Belova said, as Ukraine attacked several warehouses of Ozon, another online retailer, for the third straight day, according to officials and the company.</p><p>Ozon said a large fire raged at its logistics facility in the suburbs of Krasnodar following the overnight attack.</p><p>A drone also hit the grounds of an Ozon logistics center in the southern Russian region of Adygeya, said regional Gov. Murat Kumpilov, although the company said its warehouse wasn’t damaged.</p><p>In all, four Ozon premises appeared to have been targeted.</p><p>Meanwhile, Ukraine’s General Staff said its forces struck the Russian state-owned Kamenetsky Combine defense company in the Rostov region overnight, starting a fire. The plant produces rocket and missile fuel, it said.</p><p>Russia's Defense Ministry said its air defenses overnight intercepted and destroyed 351 Ukrainian drones over eight Russian regions, the Crimean Peninsula and the Azov and Black seas. Moscow illegally annexed Crimea in 2014.</p><p>The ministry also said its forces overnight struck Ukrainian ports and vessels delivering military cargo.</p><p>Russia has also turned its sights on Ukrainian shopping malls, supermarkets and gas stations in recent months. Russian drones struck a shopping center in central Ukraine in a daytime attack Friday, killing 16 people and wounding 130, Ukrainian officials said.</p><p>Ukraine’s southern Odesa region came under a large-scale Russian missile and drone attack Monday, with food storage facilities and energy infrastructure among the targets, regional authorities reported.</p><p>Eighteen people, including two children, were injured in a Russian drone strike on Chernihiv in northern Ukraine, according to Ukraine’s Emergency Service.</p><p>It was not possible to independently verify each side's reports.</p><p>___</p><p>Follow the AP’s coverage of the war in Ukraine at https://apnews.com/hub/russia-ukraine</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WIYXOZLDPHDZNYTIBCQNFD5RI.jpg?auth=1303aecf9335ad22458d830ffe878f312d34e54c22752e740456a11605ab1109&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukrainian and foreign officials attend a ceremony marking Ukraine's Independence Day in Kyiv, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBTOGRWD5ZFFYZNVOQCTEEJIGI.jpg?auth=7b844ce603ba034a5284d7373e476abfc19a1d6f133e44d2edc67fa60ec5cb58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy hands over the flag of a military unit during the ceremony to mark Ukraine Independence Day in Kyiv, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Efrem Lukatsky)]]></media:description><media:credit role="author" scheme="urn:ebu">Efrem Lukatsky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VOXPB3FVJTC7INCM73O2OCFOTE.jpg?auth=8f1016dab0c6c3d404fed47547e0ce4c527753707d0b7c1a2a1ca2e7314731a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Luxembourg's Prime Minister Luc Frieden, Moldova's President Maia Sandu, Finland's President Alexander Stubb, Britain's Prime Minister Andy Burnham, Ukraine's President Volodymyr Zelenskyy, Ukraine's Prime Minister Sergiy Koretsky, EU Council President Antonio Costa, Lithuania's President Gitanas Nauseda listen to France's President's Emmanuel Macron speaking via video conference during the Coalition of the Willing meeting, in Kyiv, Ukraine, Monday, Aug. 24, 2026. (Henry Nicholls/Pool photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6N7SYDX3MNP7TDYQPPCT2R5C6Q.jpg?auth=9c6c1a22caa5a56298cb3389b851f672bee916215f1f7823644ebe2ab6d79906&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prime Minister Andy Burnham, left, looks at Ukraine's President Volodymyr Zelensky delivering a speech during a commemorative ceremony marking Ukraine's 35th Independence Day outside St. Sofia cathedral in Kyiv, Ukraine, Monday, Aug. 24, 2026. (Henry Nicholls/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Henry Nicholls</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PK5J5A3D254DGJYY76HCQVNPWI.jpg?auth=8bf6961ff126ecf8f0f8de9228c774eef4fd26914ee766fe702762fb539e0ba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke raises above a shopping mall following a Russian air attack in Odesa, Ukraine, Monday, Aug. 24, 2026. (AP Photo/Michael Shtekel)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Shtekel</media:credit></media:content></item><item><title><![CDATA[Wall Street drifts at the start of a week that could swing stocks and bonds]]></title><link>https://www.local10.com/business/2026/08/24/wall-street-drifts-at-the-start-of-a-week-that-could-swing-stocks-and-bonds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/24/wall-street-drifts-at-the-start-of-a-week-that-could-swing-stocks-and-bonds/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. stocks drifted to a mixed finish Monday as the countdown ticks toward potentially market-moving events coming later in the week. The areas of the bond market  that the U.S. Treasury Department is trying to calm down, meanwhile, eased a bit.]]></description><pubDate>Mon, 24 Aug 2026 20:15:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. stocks drifted to a mixed finish Monday as the countdown ticks toward potentially market-moving events coming later in the week. The areas of the bond market  that the U.S. Treasury Department is trying to calm down, meanwhile, eased a bit.</p><p>The S&P 500 slipped 0.3% and pulled a bit further from its all-time high  set earlier this month. The Dow Jones Industrial Average added 140 points, or 0.3%, and the Nasdaq composite fell 0.8%.</p><p>Tech stocks led the way downward following big swings through the summer on worries that the frenzy around artificial-intelligence  technology sent prices too high and that the huge demand for AI chips won’t be sustainable if they don’t produce enough profits.</p><p>Chip giant Nvidia has been a tremendous winner of the AI boom and become Wall Street’s largest and most influential stock because of it. It will deliver its latest quarterly earnings report on Wednesday, which could dictate the next big move for AI-related stocks.</p><p>Nvidia sank 2.9% and was the heaviest weight on the S&P 500, where the majority of stocks rose. Drops of 5.8% for Micron Technology and 2.6% for Broadcom also helped drag the index lower.</p><p>All told, the S&P 500 fell 21.51 points to 7,652.86. The Dow Jones Industrial Average rose 140.15 to 53,417.16, and the Nasdaq composite sank 200.26 to 25,980.19.</p><p>The other big factor moving stocks recently has been the bond market, where longer-term Treasury yields climbed through the summer on worries about high inflation, huge government debts and other factors. High yields make it more expensive for everyone to borrow, not just the government, and have already pushed up mortgage rates  and hurt the housing industry.</p><p>The U.S. Treasury Department announced a surprise move last week  to increase the size of planned buybacks of Treasurys, which could help contain the rise in yields for 10- and 30-year Treasurys. But analysts warned the move may have only a limited effect because of how small the size of the buybacks are and how they do not fix the fundamental problems of too-high debt for the U.S. government and expensive oil prices because of the war with Iran.</p><p>On Monday, the yield of the 10-year Treasury eased to 4.70% from 4.74% late Friday and is back below where it was late Tuesday, before the U.S. Treasury Department made its surprise announcement.</p><p>Helping to bring yields down on Monday was a drop in oil prices. Brent crude fell 2.3% to $90.54 per barrel.</p><p>Last month it zigzagged between $72 and $102 as hopes rose and fell that the United States and Iran  could reach a deal that would allow oil tankers to freely exit the Persian Gulf again. The United States on Monday announced new sanctions aimed at Iran, which helped drag the value of Iran's currency to a record low against the U.S. dollar.</p><p>Despite Monday’s easing of Treasury yields, analysts warn the U.S. government’s attempts to influence the bond market could ultimately mean higher pressure on inflation. Inflation already is worse than nearly everyone would like and has been for years.</p><p>That raises the pressure on the Federal Reserve to raise the federal funds rate, which affects very short-term overnight loans. When the Fed raises that rate, it could help keep a lid on inflation by trying to slow the overall economy and undercutting prices for stocks and other investments.</p><p>The Fed’s new chairman, Kevin Warsh, is set to deliver a speech Friday at an economic symposium in Jackson Hole, Wyoming. The mountain setting has been the backdrop for major Fed policy announcements in the past, but investors are unsure of what they may get from Warsh this time around.</p><p>Warsh has insisted that he wants to give financial markets fewer clues about what the Fed will do with interest rates, hoping that markets react more to incoming data about the economy and inflation than to what the Fed is signaling.</p><p>But with U.S. Treasury Secretary Scott Bessent announcing his move last week, Warsh now holds the ball, according to economists at Bank of America. Expectations are high among investors for Warsh to talk about inflation and how the Fed could potentially react, and a failure to deliver could lead to bond yields rising further, they said.</p><p>In stock markets abroad, indexes dipped around much of the world. South Korea’s Kospi fell 3.1%, and Hong Kong’s Hang Seng dropped 1.9% for two of the biggest moves.</p><p>Seoul has been home to some of the world’s sharpest swings this summer because it is dominated by two tech titans benefiting from the AI boom, Samsung Electronics and SK Hynix.</p><p>___</p><p>AP Business Writers Michelle Chapman and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ATCPEKFW2GROENI4BYISNR7Y7Q.jpg?auth=4c605f4d297a06309e1ededd61f22fb33a49c1a717bf4f3a4a28ccd53cb46204&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Specialists Dilip Patel, right, and Dylan Halvorsen work on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HBZ45ZCUMC4A33EQRUCBNXAFX4.jpg?auth=4ef59b208ecf5699234f970850cb141af99eaec8c979a446fff21fd1a78df0f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Options traders work on the floor of the New York Stock Exchange in New York, Friday, Aug. 21, 2026. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Yordan Alvarez's Triple Crown bid will have to survive a major challenge from the AL East]]></title><link>https://www.local10.com/sports/2026/08/24/yordan-alvarezs-triple-crown-bid-will-have-to-survive-a-major-challenge-from-the-al-east/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/24/yordan-alvarezs-triple-crown-bid-will-have-to-survive-a-major-challenge-from-the-al-east/</guid><dc:creator><![CDATA[By NOAH TRISTER, Associated Press]]></dc:creator><description><![CDATA[As the season winds down, Houston slugger Yordan Alvarez will have to worry about two sets of spoilers.]]></description><pubDate>Mon, 24 Aug 2026 10:00:06 +0000</pubDate><content:encoded><![CDATA[<p>As the season winds down, Houston slugger Yordan Alvarez will have to worry about two sets of spoilers.</p><p>The first is the more traditional type — teams that will try to beat the Astros in key games and deny them a spot in the postseason.</p><p>The other includes individual spoilers — players who could prevent Alvarez from making history as baseball's next Triple Crown winner.</p><p>Alvarez currently leads the American League with a .320 average, 36 home runs and 90 RBIs. If he holds onto the top spot in all three categories, he'd be the first batter to win the Triple Crown since Miguel Cabrera in 2012. The biggest threats Alvarez faces all come from the AL East.</p><p>The next-highest batting averages in the AL both belong to Tampa Bay players — Chandler Simpson at .310 and Yandy Díaz at .306. Fortunately for Alvarez, there aren't any stealth candidates — players with high averages who don't currently have enough plate appearances to qualify, but would by the end of the season.</p><p>The home run race is currently the tightest, with Tampa Bay's Junior Caminero just one behind with 35. Ben Rice of the New York Yankees has 34. There are times when Alvarez seems like Houston's only major threat offensively, and he's been intentionally walked 28 times — way more than Caminero (10) and Rice (four). Those lost opportunities could matter in a close race.</p><p>Alvarez's closest competition in RBIs is Baltimore's Pete Alonso, who has 85. Alonso recently went on a 14-game hitting streak. Caminero is also in the mix with 83 RBIs.</p><p>When Cabrera pulled off the Triple Crown in 2012, he had to hold off Hall of Famers Joe Mauer and Adrian Beltre in batting average, as well as likely Hall of Famer Mike Trout. He finished one homer ahead of Josh Hamilton and Curtis Granderson.</p><p>Trivia time</p><p>Alvarez broke Jeff Bagwell's franchise record for intentional walks in a season. Bagwell drew 27 in 1997. Who is in third place on that list for Houston?</p><p>Performance of the week</p><p>Pete Crow-Armstrong hit a leadoff homer in the bottom of the first and a walk-off shot in the 10th to give the Chicago Cubs a 7-5 win over the White Sox on Monday night.</p><p>The Cubs then won in walk-off fashion again a night later against the White Sox, but were beaten via the walk-off twice in a row by Seattle later in the week. The Cubs have 13 walk-off wins this year, the most in baseball, but the White Sox and Mariners aren't far behind with 11.</p><p>Comeback of the week</p><p>Philadelphia was down 4-0 with two outs in the bottom of the ninth Sunday before rallying for a 6-4 victory over St. Louis. Edmundo Sosa hit a three-run double, and Bryan De La Cruz hit a single that tied the game. Then Kyle Schwarber won it with his major league-leading 39th homer of the season.</p><p>It was the ninth straight victory for the Phillies, who now trail first-place Atlanta by only three games in the NL East. The Braves were 9 1/2 games up less than two weeks ago.</p><p>It's been a bizarre season for Philadelphia, which was 8-18 by late April, then went 48-27, then lost eight of its last games in July before going 16-5 so far in August.</p><p>Team of the week</p><p>Kansas City was the lone team to go 7-0 over the past week, although the Phillies and Los Angeles Dodgers both went 6-0. The Royals took advantage of four games against the dreadful Athletics before sweeping three in a row from a Detroit team that's chasing a playoff berth.</p><p>Last-place Kansas City is actually 36-30 at home this year but has gone 22-44 on the road.</p><p>Trivia answer</p><p>Rusty Staub drew 24 intentional walks for the Astros in 1968.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EEZ4EXUS42EKI2EPEDSGKIIX6Q.jpg?auth=a7019fd68e705324792ce08ccef9709242d8357000aa4e3bfd36d299db981240&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Houston Astros' Yordan Alvarez, right, reacts after fouling a pitch off his foot in front of Athletics catcher Brian Serven during the fourth inning of a baseball game Sunday, Aug. 23, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[3-year college degrees grow more popular in the US, saving time and cash. But critics aren't sold]]></title><link>https://www.local10.com/news/2026/08/24/3-year-college-degrees-grow-more-popular-in-the-us-saving-time-and-cash-but-critics-arent-sold/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/24/3-year-college-degrees-grow-more-popular-in-the-us-saving-time-and-cash-but-critics-arent-sold/</guid><dc:creator><![CDATA[By HEATHER HOLLINGSWORTH, Associated Press]]></dc:creator><description><![CDATA[Giles Sims, 34, was sick of getting passed over for jobs because he didn’t have a college degree.]]></description><pubDate>Mon, 24 Aug 2026 19:01:11 +0000</pubDate><content:encoded><![CDATA[<p>Giles Sims, 34, was sick of getting passed over for jobs because he didn’t have a college degree.</p><p>But with a wife and a widowed mother to help support, he needed a quick solution. So the laid-off web developer turned to one of a growing number of three-year degree programs.</p><p>“I can’t afford to be out of the workforce for four years. That just seems like forever, and the three-year made it seem less daunting,” said Sims, a student at Ensign College, a private Salt Lake City school that recently changed all its bachelor’s degrees to require fewer classes than a traditional four-year degree.</p><p>The condensed programs have exploded in popularity. As of this spring, 26 U.S. states have a college that offers at least one reduced-credit, three-year bachelor's, according to the nonprofit research group RAND.</p><p>Advocates say these programs are a solution to the college affordability crisis and a godsend for non-traditional students like Sims.</p><p>Critics, however, worry that they’ll narrow too much what students learn, confuse employers, limit graduate school options and create headaches in fields that require state licenses.</p><p>The American Association of University Professors, for one, says the programs devalue the meaning of a college credential.</p><p>“This is not innovation. This is just cutting corners,” said Todd Wolfson, AAUP's president.</p><p>A new option to graduate more quickly, but with reduced credit</p><p>For decades, colleges have offered accelerated programs that let students finish faster, often by forgoing long summer breaks, maximizing transfer credits and condensing semester-long courses into shorter, five- to 10-week terms.</p><p>But those programs maintained the same course load, measured as credits. The new programs let students finish faster by completing as few as 90 credit hours. That shaves a year off the typical 120-hour bachelor’s degree.</p><p>Three-year bachelor’s degrees are common in other countries including the United Kingdom, India, France and Italy. But they can create complications for graduates seeking admission to U.S. graduate schools, which sometimes require extra coursework.</p><p>Some of the earliest colleges in colonial America, modeled after English institutions like Oxford and Cambridge, initially had three-year degrees, said John Thelin, the author of “A History of American Higher Education.” By the 19th century, the four-year format had taken hold, partly because there wasn’t an established system of public high schools to prepare students, Thelin said.</p><p>“The colleges would have to kind of start from scratch,” he said.</p><p>A change in accreditation opened the door to shorter degrees</p><p>The idea of bringing three-year degrees to the U.S. got attention in 2009 when Robert Zemsky, the founding director of the Institute for Research on Higher Education at the University of Pennsylvania Graduate School of Education, argued in a Newsweek cover story that three-year degrees could shake up a broken system.</p><p>But there was a roadblock, he recalled recently. “Accreditors said, ‘College is 120 credits, not 90 credits,’” he said.</p><p>Years passed. And in 2022, amid mounting concerns about college affordability, Zemsky helped revive the idea. The College-in-3 Exchange was born, and dozens of higher education institutions joined the network to look for ways to help students get degrees faster.</p><p>The Northwest Commission on Colleges and Universities was the first accreditor to say yes in 2023, when it approved reduced-credit programs at Ensign and Brigham Young University-Idaho. Other accreditors quickly followed.</p><p>As of May, 119 reduced-credit programs had been publicly announced, according to the RAND analysis, which was conducted to help education officials in Ohio as they weigh the feasibility of reduced-credit degrees.</p><p>It comes at a time when tuition and fees averaged $11,950 for in-state students at public schools and $45,000 at private nonprofits last school year, although many students get discounts that reduce the price, according to a report from the College Board, the nonprofit that oversees the SAT.</p><p>Some degrees are easier to compress</p><p>Private nonprofit schools offer three-quarters of the reduced-credit programs, frequently online. Typically, they compress the majors by reducing electives. Business degrees in fields such as marketing and management are the most common, followed by computer and information sciences.</p><p>Other majors, such as engineering, with its extensive math requirements, have been harder to shrink. And RAND found just six reduced-credit degrees in teacher education, which involves real-world experience requirements and state licensure.</p><p>Jill Cohen, 42, lives on a ranch in rural Yoder, Colorado, and is completing her teaching degree through one such program at Indiana Wesleyan.</p><p>She quit her old job selling life insurance and turned to teaching after a farming accident nearly claimed her life. Already, she is in the classroom, teaching middle school English, as she works on the degree through a special “Grow Your Own” program designed to address staff shortages.</p><p>Because her home is busy — she has twin 12-year-olds, along with a menagerie that includes horses, goats and chickens — she appreciates the streamlined degree.</p><p>“Why do I need to take, you know, underwater basket weaving when I could just take the evolutionary structure of the English language — what I’m going to be teaching,” she said.</p><p>However, programs with state licensing requirements are one of the biggest worries for Jenna Kramer, a policy researcher at RAND.</p><p>Indiana Wesleyan, which has a growing slate of reduced-credit offerings, said its education programs are specifically designed to meet Indiana licensing requirements. Students from elsewhere will need to check if the programs meet their state requirements, said Pam Downing, the school's director of communications, in an email.</p><p>The RAND report also found the programs are so new that there are no standard practices for admitting three-year degree recipients into graduate school.</p><p>Students acknowledge it's a gamble</p><p>Gabriella Staten, a 20-year-old student in the reduced-credit digital marketing program at Mount Mary University, a Catholic women’s institution in Milwaukee, estimates it will save her at least $20,000. While she sometimes wonders whether employers will take her degree as seriously as a four-year degree, she decided she could prove herself.</p><p>“Even if they were to look a little bit down on the three-year pathway, I can show them otherwise with the work,” she said.</p><p>Wesley Hardy, who is three semesters into a bachelor of applied science in accounting at Ensign, also sees the pros and cons. He likes that the three-year format will get him into the workforce faster.</p><p>But he noted that the requirements to become a certified public accountant — something he has considered — vary by state. Many require 120 semester hours to sit for the exam and 150 to become licensed. Graduate school often is needed.</p><p>Bruce Kusch, president of Ensign, said he has talked to multiple college presidents and doesn’t anticipate that graduate school will be a problem. But Hardy, 22, has questions about how it would work.</p><p>“Would I have to take extra classes?” he asked. “It’s definitely something I’ve thought of.”</p><p>___</p><p>The Associated Press’ education 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/GMEPQN3VLIQ4DLGRIWEUBGKQDM.jpg?auth=8ec7647075bb3b5ac43ad8f6f82df47c543f93f4c44898576822d07f9a66a358&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NX4EUVURWPHYMFRDYQOZJUOPHE.jpg?auth=6f49d418a03f4c02d69b55c00134055cec6c7f75d6859af605ee1612086138aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XRKWRDPWQR53R6BVJN7H6VHX2U.jpg?auth=3cebd910099d07527c4e135b2dbbc6feab5167bef6b1430f0959d03fe5975ff7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Giles Sims, who is getting a 90-hour bachelor of applied science in communication from Ensign College poses for a portrait on campus in Salt Lake City, Utah Thursday, Aug. 6, 2026, in Salt Lake City. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content></item><item><title><![CDATA[Detectives investigate shooting after finding man injured in Miami ]]></title><link>https://www.local10.com/news/local/2026/08/23/detectives-investigate-street-shooting-after-finding-man-injured-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/detectives-investigate-street-shooting-after-finding-man-injured-in-miami/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[On Sunday, detectives were investigating a street shooting after finding a 32-year-old man wounded in a red Hyundai that was riddled with bullets in Miami.  ]]></description><pubDate>Sun, 23 Aug 2026 17:58:47 +0000</pubDate><content:encoded><![CDATA[<p>On Sunday, Miami detectives were investigating a street shooting after a 32-year-old man was hospitalized with bullet wounds. </p><p><a href="https://www.local10.com/espanol/2026/08/23/investigan-balacera-que-dejo-un-herido-en-liberty-city/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/investigan-balacera-que-dejo-un-herido-en-liberty-city/"><b>Leer en español</b></a></p><p>Police officers and fire rescue personnel found the man and a red Hyundai that was riddled with bullets at about 3:30 a.m. <a href="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/">on Saturday</a> in the area of Northwest 58 Street and 12th Avenue in Miami’s Liberty City neighborhood. </p><p>Miami Fire Rescue personnel took the wounded man — whose condition was serious after he was shot several times — to Jackson Memorial Hospital’s Ryder Trauma Center, according to police. </p><p>A tow truck driver later hauled the damaged four-door Hyundai off the street after police officers seized it as evidence. </p><p>There have been other recent shootings nearby. At about 4 a.m. <a href="https://www.local10.com/video/news/local/2026/08/21/shooting-reported-in-miamis-liberty-city/" target="_self" rel="" title="https://www.local10.com/video/news/local/2026/08/21/shooting-reported-in-miamis-liberty-city/">on Friday</a>, in Liberty City, Miami police officers responded to another shooting that left a car riddled with bullets. No one was injured. </p><p><a href="https://www.local10.com/news/local/2026/07/14/girl-12-shot-while-sitting-in-parked-car-in-northwest-miami-dade-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/14/girl-12-shot-while-sitting-in-parked-car-in-northwest-miami-dade-deputies-say/">In July</a>, in the Gladeview neighborhood, near Liberty City, Miami-Dade Sheriff’s Office deputies reported that a 12-year-old girl was injured in a car during a shooting in the area of Northwest 64th Street and 21st Avenue. </p><p>In February, in Liberty City, a 19-year-old man died at Jackson Memorial Hospital after he was shot near Northwest 51st Street and 13th Avenue. </p><p>Detectives asked anyone with information about this or other cases to call Miami-Dade County Crime Stoppers at 305-471-8477 to remain anonymous.</p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/22/man-32-seriously-injured-in-liberty-city-shooting-first-responders-say/">Man, 32, seriously injured in Liberty City shooting, first responders say</a></li></ul><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Women compete in Miss Universe Haiti pageant in Miami ]]></title><link>https://www.local10.com/news/world/2026/08/23/women-compete-in-miss-universe-haiti-pageant-in-miami/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/23/women-compete-in-miss-universe-haiti-pageant-in-miami/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[Contestants took the stage during the Miss Universe Haiti pageant on Sunday evening in Miami’s Little Haiti neighborhood. ]]></description><pubDate>Sun, 23 Aug 2026 22:32:18 +0000</pubDate><content:encoded><![CDATA[<p>Contestants took the stage during the <a href="https://misshaitiamerica.com" target="_self" rel="" title="https://misshaitiamerica.com">Miss Universe Haiti</a> pageant on Sunday evening in Miami’s Little Haiti neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/08/23/little-haiti-corona-a-la-nueva-miss-universe-haiti/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/23/little-haiti-corona-a-la-nueva-miss-universe-haiti/"><b>Leer en español </b></a></p><p>Melissa Sapini, who was Miss Universe Haiti 2025, will hand over the crown to Tatenda Rameau, who will represent Haiti in the <a href="https://www.missuniverse.com/" target="_self" rel="" title="https://www.missuniverse.com/">Miss Universe pageant</a> on Nov. 24 in San Juan, Puerto Rico. </p><p>“I am a former Miss Massachusetts USA, so I have competed in Miss USA,” said Sapini, a proud Haitian American. </p><p>“I feel amazing,” Rameau said. “I feel like my grandmother, Marie Lucien Rameau, is here with me in spirit.”</p><p><a href="https://www.facebook.com/reel/2490825648070473" target="_self" rel="" title="https://www.facebook.com/reel/2490825648070473">Lulu Orange</a>, the director of the Miss Universe Haiti pageant, said each of the Haitian-American contestants represents the area where their parents are from. </p><p>“Haiti is a beautiful country. We are beautiful people, and we are going through some challenging times right now, but we are rescilient and we will get through this,“ Orange said about the ongoing violence in Haiti and the end of temporary protected status in the U.S. </p><p>The Little Haiti Cultural Complex hosted the pageant, which is usually held in Haiti.</p>]]></content:encoded></item><item><title><![CDATA[Cae rayo y mata a madre con su hijita de 2 años en Margate]]></title><link>https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/23/cae-rayo-y-mata-a-madre-con-su-hijita-de-2-anos-en-margate/</guid><dc:creator><![CDATA[Pablo Hernandez, Byron Tollefson]]></dc:creator><description><![CDATA[Los socorristas les practicaron maniobras de reanimación en el lugar y las trasladaron a dos hospitales distintos, pero ninguna sobrevivió. La policía investiga lo ocurrido.]]></description><pubDate>Mon, 24 Aug 2026 03:55:20 +0000</pubDate><content:encoded><![CDATA[<p>Una madre de 31 años y su hija de 2 años murieron el domingo después de que, según la policía, un rayo las alcanzara en Margate.</p><p>La policía de Margate y Margate Fire Rescue respondieron alrededor de las 2:30 p.m. a una llamada al 911 sobre dos personas que habían sido alcanzadas por un rayo y que fueron encontradas tendidas en una acera cerca del 7900 de Northwest 1st Street.</p><p>Los socorristas comenzaron a atender de inmediato a las víctimas, incluyendo maniobras de reanimación cardiopulmonar, según la policía.</p><p>La mujer, identificada como Kenya Glasgow, fue trasladada por Margate Fire Rescue al North Broward Medical Center, en Deerfield Beach. La niña de 2 años fue llevada con escolta policial al Broward Health Medical Center, en Fort Lauderdale.</p><p>Pese a los esfuerzos de los socorristas y del personal médico, la madre y la hija murieron poco después de llegar a los hospitales.</p><p>Prince Moody, quien vive al otro lado de la calle, contó que acababa de regresar de hacer las compras cuando escuchó el impacto del rayo.</p><p>“Escuché el rayo más fuerte que he oído en mi vida, un trueno, y un resplandor anaranjado entró por mi ventana”, dijo Moody.</p><p>Moody dijo que pensaba en la familia mientras permanecía en el lugar.</p><p>“Imagínese lo que está viviendo esa familia. El padre, usted sabe. Yo tengo un hijo y me lo puedo imaginar. Mis oraciones están con ellos”, expresó.</p><p>El caso sigue bajo investigación del Departamento de Policía de Margate.</p><p>La policía expresó sus condolencias a la familia y a los seres queridos de las víctimas.</p>]]></content:encoded></item><item><title><![CDATA[Little Haiti corona a la nueva Miss Universe Haiti]]></title><link>https://www.local10.com/espanol/2026/08/23/little-haiti-corona-a-la-nueva-miss-universe-haiti/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/23/little-haiti-corona-a-la-nueva-miss-universe-haiti/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[El evento, que suele realizarse en Haití, se trasladó este año a Miami. Las concursantes, todas haitiano-estadounidenses, representaron las regiones de origen de sus padres.]]></description><pubDate>Mon, 24 Aug 2026 03:57:20 +0000</pubDate><content:encoded><![CDATA[<p>Las concursantes subieron al escenario durante el certamen <a href="https://misshaitiamerica.com/" rel="">Miss Universe Haiti</a> la noche del domingo, en el vecindario de Little Haiti, en Miami.</p><p>Melissa Sapini, quien fue Miss Universe Haiti 2025, le entregará la corona a Tatenda Rameau, quien representará a Haití en el <a href="https://www.missuniverse.com/" rel="">certamen Miss Universe</a> el 24 de noviembre en San Juan, Puerto Rico.</p><p>“Fui Miss Massachusetts USA, así que ya competí en Miss USA”, dijo Sapini, orgullosa de sus raíces haitiano-estadounidenses.</p><p>“Me siento increíble”, dijo Rameau. “Siento que mi abuela, Marie Lucien Rameau, está aquí conmigo en espíritu”.</p><p><a href="https://www.facebook.com/reel/2490825648070473" rel="">Lulu Orange</a>, directora del certamen Miss Universe Haiti, explicó que cada una de las concursantes haitiano-estadounidenses representa la zona de donde son sus padres.</p><p>“Haití es un país hermoso. Somos gente hermosa y estamos pasando por momentos difíciles en este momento, pero somos resilientes y vamos a salir adelante”, dijo Orange al referirse a la violencia que vive Haití y al fin del estatus de protección temporal en Estados Unidos.</p><p>El Little Haiti Cultural Complex fue la sede del certamen, que normalmente se celebra en Haití.</p>]]></content:encoded></item><item><title><![CDATA[Chocan en sus scooters, se enojan y uno asesina al otro]]></title><link>https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/23/chocan-en-sus-scooters-se-enojan-y-uno-asesina-al-otro/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Las autoridades pidieron a los vecinos que revisen sus cámaras de seguridad. Parte del sector permaneció acordonado durante la noche del domingo mientras los detectives recogían evidencia.]]></description><pubDate>Mon, 24 Aug 2026 03:52:53 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió baleado el domingo tras un choque entre dos scooters eléctricos en Miami-Dade, según la Oficina del Alguacil de Miami-Dade.</p><p>El hecho ocurrió alrededor de las 5:30 p.m. Dos hombres circulaban en scooters eléctricos en direcciones opuestas cuando chocaron cerca de Northwest 75th Street y Northwest 22nd Court, dijeron los investigadores.</p><p>El choque derivó en una discusión que fue subiendo de tono, de acuerdo con los investigadores.</p><p>Uno de los hombres le disparó al otro y lo mató, para luego huir del lugar en su scooter.</p><p>Daniel Castillo, oficial de información pública de la Oficina del Alguacil de Miami-Dade, pidió a quienes tengan información o videos de cámaras cercanas que se comuniquen con los investigadores.</p><p>Los investigadores seguían en el lugar la noche del domingo mientras los detectives continuaban trabajando. Parte del vecindario estuvo bloqueada durante la investigación.</p><p>No estaba claro de inmediato si los dos hombres se conocían.</p>]]></content:encoded></item><item><title><![CDATA[Incendios forestales arden en los Everglades de tres condados]]></title><link>https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/23/incendios-forestales-arden-en-los-everglades-de-tres-condados/</guid><dc:creator><![CDATA[Hannah Yechivi, Andrea Torres]]></dc:creator><description><![CDATA[El Servicio Forestal de Florida trabaja en varios frentes, mientras el Servicio de Parques Nacionales cerró de forma temporal uno de los accesos más visitados de los Everglades.]]></description><pubDate>Mon, 24 Aug 2026 03:44:57 +0000</pubDate><content:encoded><![CDATA[<p>Varios incendios forestales ardían el domingo en los Everglades de Florida, en áreas de los condados de Miami-Dade, Palm Beach y Collier, según el <a href="https://ffs.firesponse.com/public/" rel="">Florida Forest Service</a>.</p><p>El humo se desplazaba hacia el norte, alejándose de las zonas metropolitanas, de acuerdo con la meteoróloga Jennifer Collins, de la Local 10 News Weather Authority.</p><p>En el norte del condado de Miami-Dade, la unidad de campo de los Everglades del FFS atendió un incendio de 800 acres que la tarde del domingo estaba contenido en un 30%, dentro del Everglades National Park.</p><figure><img src="https://www.local10.com/resizer/v2/HZDHFRAXKNBG5OOBVXZXJW32HI.jpeg?auth=4d2d6d6a8c78092c789b00111ea85d2831b11c852bb9c4f5db010243fd2e9fa3&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades." height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades.</figcaption></figure><p>El Servicio de Parques Nacionales informó del <a href="https://www.nps.gov/ever/planyourvisit/conditions.htm" rel="">cierre temporal de Shark Valley</a> mientras ardían dos incendios, conocidos como Chipmunk y Vulture. El humo era visible desde Main Park Road y la U.S. Highway 41.</p><p>Personal de la unidad de campo de los Everglades también acudió a un incendio en el área de manejo de vida silvestre del suroeste del condado de Palm Beach. Las llamas habían consumido 350 acres cuando las cuadrillas lograron contener el 85%.</p><figure><img src="https://www.local10.com/resizer/v2/CGPMHV6W3NBTVHACZ7UNMQV5KM.jpeg?auth=c6ebb1f85a20165141334cb9ca552489316cbfb0ab15c33a3ec993723b0d0d73&smart=true&width=1200&height=900" alt="A wildfire burned on Sunday in the Florida Everglades." height="900" width="1200"/><figcaption>A wildfire burned on Sunday in the Florida Everglades.</figcaption></figure><p>En el oeste del condado de Collier, un incendio quemó siete acres y estaba contenido en un 95% cerca del Florida Panther National Wildlife Refuge. Respondió la unidad de campo de Caloosahatchee del FFS.</p><p>Para más información sobre los incendios forestales en Florida, visite esta <a href="https://ffs.firesponse.com/public/" rel="">página del Florida Forest Service</a>.</p>]]></content:encoded></item><item><title><![CDATA[Choque de tres vehículos deja varios heridos en el noroeste de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/23/choque-de-tres-vehiculos-deja-varios-heridos-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Una de las personas lesionadas fue clasificada como paciente de trauma, según los bomberos, que acudieron al lugar junto a agentes de la Oficina del Alguacil del condado.]]></description><pubDate>Mon, 24 Aug 2026 03:34:53 +0000</pubDate><content:encoded><![CDATA[<p>Varias personas resultaron heridas la tarde del domingo tras un choque entre tres autos en el área de West View-Pinewood, en el condado de Miami-Dade.</p><p>Una camioneta de trabajo blanca, una SUV plateada y un sedán plateado colisionaron en el cruce de Northwest 17th Avenue y 103rd Street.</p><p>Agentes de la Oficina del Alguacil de Miami-Dade y personal de Miami-Dade Fire Rescue acudieron al lugar. Una de las personas lesionadas fue trasladada como paciente de trauma, según MDFR.</p>]]></content:encoded></item><item><title><![CDATA[The 49ers acquire LB Deion Jones from the Saints for RB Zamir White, AP source says]]></title><link>https://www.local10.com/sports/2026/08/23/the-49ers-acquire-lb-deion-jones-from-the-saints-for-rb-zamir-white-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/the-49ers-acquire-lb-deion-jones-from-the-saints-for-rb-zamir-white-ap-source-says/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — The San Francisco 49ers added depth at linebacker by acquiring Deion Jones in a trade with the New Orleans for running back Zamir White.]]></description><pubDate>Mon, 24 Aug 2026 02:51:48 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — The San Francisco 49ers added depth at linebacker by acquiring Deion Jones in a trade with the New Orleans for running back Zamir White.</p><p>The two sides reached the deal Sunday night, a person familiar with the trade told The Associated Press. The person spoke on condition of anonymity because the trade hadn't been announced.</p><p>ESPN first reported the deal.</p><p>The trade came a week before teams are required to cut down their rosters from 90 players to 53 for the start of the season with both teams adding depth this week for players who weren't expected to make the roster.</p><p>The 31-year-old Jones had been mostly a reserve player the past two seasons in Tampa Bay seeing most of his action on special teams. He spent his first six seasons in the NFL in Atlanta, earning Pro Bowl honors in 2017 and playing on 49ers defensive coordinator Raheem Morris' defense in 2020.</p><p>San Francisco doesn't have a glaring need at linebacker where Fred Warner and Dre Greenlaw are projected as two of the starters and several other players are in the running for a backup spot. But Nick Martin and Jalen Graham have been out of practice the past few days with an injury and the Niners could be looking for another body for practice this week and the final exhibition game on Thursday night against Las Vegas.</p><p>New Orleans was in need of help at running back after Alvin Kamara went down with a sprained knee this past week that could sideline him for a month.</p><p>White had 14 carries for 30 yards in two exhibition games for San Francisco but wasn't needed any more with All-Pro Christian McCaffrey and rookie Kaelon Black returning to practice this past week following injuries.</p><p>White spent his first four seasons in Las Vegas and had 198 carriers for 736 yards with his production coming late in the 2023 season.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SVYW6CGQDRKV2Z4QX4LHWTJSCM.jpg?auth=a38c485e6ba5a6550962625bf0e00da9a4b4465846dfdcbad34604a213d28edc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Falcons outside linebacker Deion Jones (45) intercepts a pass from New Orleans Saints quarterback Drew Brees, not pictured, and returns it for a touchdown, in the second half of an NFL football game in New Orleans, on Sept. 26, 2016. (AP Photo/Butch Dill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Butch Dill</media:credit></media:content></item><item><title><![CDATA[Klay Thompson joins Heat, set to team up alongside newly acquired Giannis Antetokounmpo]]></title><link>https://www.local10.com/sports/2026/08/23/klay-thompson-joins-heat-set-to-team-up-alongside-newly-acquired-giannis-antetokounmpo/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/klay-thompson-joins-heat-set-to-team-up-alongside-newly-acquired-giannis-antetokounmpo/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Klay Thompson has signed his deal with the Miami Heat, who waited patiently for weeks to see if they would get the chance to add the sharpshooter to their reworked roster.]]></description><pubDate>Mon, 24 Aug 2026 02:16:39 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Klay Thompson has signed his deal with the Miami Heat, who waited patiently for weeks to see if they would get the chance to add the sharpshooter to their reworked roster.</p><p>Thompson — who is No. 4 on the NBA's all-time 3-pointers made list — cleared waivers Sunday afternoon and wasted little time finalizing a two-year deal worth about $11.5 million. The second season of the deal is at Thompson's option.</p><p>The deal makes sense in many ways for both sides. Thompson makes no secret about how much he loves the water and boating; the Heat play their home games at the edge of Biscayne Bay. He's of Bahamian heritage; the island nation is a short flight from Miami and is home to a sizable base of Heat fans. And, perhaps most importantly, the Heat knew they wanted to add shooting to surround the newly acquired Giannis Antetokounmpo and incumbent center Bam Adebayo.</p><p>“Klay is one of the most iconic players to ever suit up in the NBA,” Heat President Pat Riley said. “A four-time battle tested World Champion who will fit perfectly into his role as an all-around player at both ends of the court. We all talk about his shooting skill, but there is so much more he brings to the game. We are blessed that Klay chose the Heat in our quest to challenge for championships.”</p><p>Thompson, a 36-year-old about to enter his 14th season (not counting two missed because of injury) fits that bill perfectly. He's a career 41% shooter from beyond the arc, and last season marked the 11th time that he's made more than 200 3-pointers in a season. For context, the Heat — in their history — have had a player makes 200 3s in a single year only seven times.</p><p>There's also the winning pedigree that Thompson brings. He paired with Stephen Curry to be part of Golden State's famed “Splash Brothers” duo that helped lead the Warriors to four NBA championships. He's a five-time All-Star, holds the league record with 14 made 3s in a game, has connected on at least 10 3s in a game nine times and will enter this season just 74 3s behind Ray Allen — a former Heat guard — for third place on the league's all-time list.</p><p>It's the latest big move for the Heat this summer. They acquired Antetokounmpo and Bobby Portis from Milwaukee in a deal that saw them send Tyler Herro, Jaime Jaquez Jr., Kel'el Ware and Kasparas Jakučionis to the Bucks. They also signed another big-time 3-point threat in Tim Hardaway Jr., who grew up in Miami while his father was playing for the Heat.</p><p>Thompson and the Dallas Mavericks agreed on a contract buyout that was executed Friday, the end of his two-year run there that didn't go anywhere close to what either side originally envisioned — especially after the shocking trade of Luka Doncic by the Mavs to the Los Angeles Lakers.</p><p>Thompson joined Dallas in a sign-and-trade with Golden State, giving the Mavericks one of the league’s all-time great 3-point shooters to complement Doncic and another high-scoring guard in Kyrie Irving.</p><p>But the high hopes for that threesome imploded after the Mavericks sent Doncic to the Lakers for Anthony Davis in a deal before the trade deadline in 2025. Irving tore the ACL in his left knee a month later and hasn’t played since. Davis was traded to the Washington Wizards just before the February trade deadline last season.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OPJZB7233QCMPDUHHDBWCCPDHA.jpg?auth=0c54d9600e1ede2cfa8b4d75711a979068bcd0f962825221b03a9aba8019bb50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Mavericks guard Klay Thompson handles the ball during an NBA basketball game against the Atlanta Hawks in Dallas, March 18, 2026. (AP Photo/Tony Gutierrez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Gutierrez</media:credit></media:content></item><item><title><![CDATA[Sean Grayson, former Illinois deputy convicted of killing Sonya Massey, dies in prison, lawyer says]]></title><link>https://www.local10.com/news/national/2026/08/23/sean-grayson-former-illinois-deputy-convicted-of-killing-sonya-massey-dies-in-prison-lawyer-says/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/23/sean-grayson-former-illinois-deputy-convicted-of-killing-sonya-massey-dies-in-prison-lawyer-says/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Sean Grayson, a former Illinois sheriff’s deputy whose fatal shooting of Sonya Massey inside her home became a flashpoint over police use of force, died Sunday while serving a 20-year prison sentence.]]></description><pubDate>Mon, 24 Aug 2026 01:37:16 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Sean Grayson, a former Illinois sheriff’s deputy whose fatal shooting of Sonya Massey inside her home became a flashpoint over police use of force, died Sunday while serving a 20-year prison sentence.</p><p>Grayson’s attorney, Daniel Fultz, confirmed that his client died earlier Sunday but declined to provide any further details.</p><p>Grayson, 32, was convicted of second-degree murder in October in the fatal shooting of Massey, a 36-year-old Black woman who had reported a possible prowler outside her Springfield-area home. Body camera video of the July 2024 encounter showed Massey crouching in her kitchen and apologizing moments before Grayson shot her in the face.</p><p>He was sentenced in January to the maximum 20 years in prison.</p><p>Grayson had been diagnosed with colon cancer before Massey’s killing, and his attorneys said at his sentencing that the disease had spread to his liver and lungs. In May, only months into his sentence, he sought medical release under an Illinois law for prisoners with terminal illnesses or serious medical conditions. The Illinois Prisoner Review Board denied his request last month.</p><p>Massey called 911 early on July 6, 2024, to report someone prowling outside her home. Grayson and another Sangamon County sheriff’s deputy responded.</p><p>Video showed Grayson directing Massey to remove a pot of hot water from the stove. As she held the pot, Massey told the deputies, “I rebuke you in the name of Jesus.”</p><p>Grayson threatened to shoot her, drew his handgun and ordered her to drop the pot. Massey apologized and ducked behind a kitchen counter before Grayson fired three times.</p><p>The other deputy, Dawson Farley, later testified that he did not consider Massey a threat and drew his own weapon only after Grayson did.</p><p>Grayson was fired after the shooting and charged with first-degree murder. Jurors convicted him of the lesser charge of second-degree murder after Grayson argued that he feared Massey would throw the hot water at him.</p><p>Massey’s killing drew national attention and protests and raised questions about how Grayson had moved through several law enforcement agencies before being hired by the Sangamon County Sheriff’s Office.</p><p>Illinois lawmakers later passed the Sonya Massey Act, requiring law enforcement agencies to more closely review an applicant’s previous employment records before hiring an officer.</p><p>The Justice Department also opened a civil rights investigation after Massey’s death and later reached an agreement with Sangamon County, its sheriff’s office and other agencies requiring changes to policing and emergency response. Those changes included additional training for interactions with people with behavioral health disabilities and development of a mobile crisis response program.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TGOLT33ZCB3PF5HEPVUCFDS3FQ.jpg?auth=13e904baa35081bdb174c9a0cc7350fdcc2fbf509454de0b505a4d12800f9043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This booking photo provided by the Macon County, Ill., Jail in January 2025, shows Sean Grayson, a former Sangamon County Sheriff's deputy who is charged with first-degree murder in the shooting death of Sonya Massey on July 6, 2024, in Springfield, Ill. (Macon County Jail via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/YIGETIVO35FVZILETBMAL65AXI.jpg?auth=7a92d4fcd0ac3da058855f1b4d15999a06bcf1c28b25a41f44f67d4ee48dae2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this image taken from body camera video released by Illinois State Police on July 22, 2024, former Sangamon County Sheriff's Deputy Sean Grayson, left, points his gun at Sonya Massey, who called 911 for help, before shooting and killing her inside her home in Springfield, Ill., July 6, 2024. (Illinois State Police via AP, File)]]></media:description></media:content></item><item><title><![CDATA[Caitlin Clark scores 37 points as the Fever beat the Sky 113-90]]></title><link>https://www.local10.com/sports/2026/08/23/caitlin-clark-scores-37-points-as-the-fever-beat-the-sky-113-90/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/caitlin-clark-scores-37-points-as-the-fever-beat-the-sky-113-90/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Caitlin Clark scored 37 points and Kelsey Mitchell had 30, helping the Indiana Fever pull away from the Chicago Sky for a 113-90 victory on Sunday night.]]></description><pubDate>Mon, 24 Aug 2026 03:16:21 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Caitlin Clark scored 37 points and Kelsey Mitchell had 30, helping the Indiana Fever pull away from the Chicago Sky for a 113-90 victory on Sunday night.</p><p>Clark made a career-high eight of Indiana's franchise-record 18 3-pointers. She also had 10 assists.</p><p>The Fever closed out a 3-2 trip with their third game in four nights. They had dropped two in a row.</p><p>Natasha Cloud had 16 points and seven assists for Chicago, which had won three in a row. Azura Stevens added 14 points and eight rebounds.</p><p>The Sky were eliminated from the playoff race with the loss and Washington's win on Sunday night.</p><p>Indiana played without center Aliyah Boston, who was sidelined by a right leg injury. Boston had 22 points and six assists in Saturday's 109-102 loss at New York.</p><p>The Fever used a 13-2 run to open a 71-60 lead in the third quarter. Clark started the spurt with a 3 and Mitchell scored eight straight points before Clark capped the run with a jumper with 4:31 left.</p><p>Lexie Hull converted a reverse layup to make it 97-82 with 4:37 left. Hull scored 14 points for the Fever, and Makayla Timpson finished with 12.</p><p>It was the first game between the teams since Indiana guard Sophie Cunningham was taken down by DiJonai Carrington on a hard foul in the first quarter of the Fever's 90-86 win on Aug. 8. Cunningham scored three points while playing more than 11 minutes, and Carrington had seven points in 18 minutes for the Sky.</p><p>Former NBA center Enes Kanter Freedom attended the game, but he was ejected in the third quarter after he was confronted by Cloud. Freedom and Royce White, another former NBA player, have declared themselves eligible for the WNBA draft, saying they identify as women.</p><p>Up next</p><p>The Fever host the Connecticut Sun on Friday night.</p><p>The Sky visit Connecticut on Tuesday night.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F6NSC7MITVD72Y2Y7FDY7S7ENI.jpg?auth=c86c84f49b64dbbae3e72d775ee2c1d6ee657b539d329e1a0739efd29f71d8dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark, center left, drives to the basket past Chicago Sky forward/center Azura Stevens, center right, during the first half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6OEFDQUGO4BEGDY6FPGQ5RGLY.jpg?auth=a3bb6107e3c8e6a893d1b962b4f48ddaf66c34f701aff673befed5ddcb976bca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard-forward DiJonai Carrington (7) guards against Indiana Fever forward Myisha Hines-Allen (2) during the first half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MZUYL4IUJG5PUZKWACATZVM6CQ.jpg?auth=076aa93cb6f160ec231f9a07e29e6d0e17dd6280bdde5748575dac73929a2265&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever forward Myisha Hines-Allen, center, battles for the ball against Chicago Sky center-forward Elizabeth Williams, left, and Aicha Coulibaly, right, during the first half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVYX5DGSHC43RIFGGPIWVX7JJQ.jpg?auth=ad11001d407ff89c25e19c86e694dbb10027ef551095961728e50acc19445726&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Lexie Hull, right, reacts after scoring a 3-point basket as Chicago Sky guard Courtney Vandersloot, left, looks at a teammate during the first half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Enes Kanter Freedom ejected from Fever-Sky game after he was confronted by Sky's Cloud]]></title><link>https://www.local10.com/sports/2026/08/23/enes-kanter-freedom-ejected-from-fever-sky-game-after-he-was-confronted-by-skys-cloud/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/enes-kanter-freedom-ejected-from-fever-sky-game-after-he-was-confronted-by-skys-cloud/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Former NBA center Enes Kanter Freedom was ejected from Sunday night's Indiana-Chicago WNBA game after he was confronted by Sky guard Natasha Cloud late in the third quarter.]]></description><pubDate>Mon, 24 Aug 2026 03:22:08 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Former NBA center Enes Kanter Freedom was ejected from Sunday night's Indiana-Chicago WNBA game after he was confronted by Sky guard Natasha Cloud late in the third quarter.</p><p>Freedom was sitting along the baseline. He had on a black shirt that read “WOMAN noun. adult human female.”</p><p>The Fever called for a timeout after Cloud scored inside with 1:22 left in the third. Cloud then did a chest bump with teammate Aicha Coulibaly before turning around and walking in Kanter's direction.</p><p>Cloud, 34, started yelling and pointing at Kanter, 34, as she approached him. A standing Kanter held his arms out and took one step on the court as security and a handful of Sky players moved in between the two.</p><p>“There was just a fan incident and the security handled it, and we're just going to focus on the game,” Chicago forward Azura Stevens said after the Sky's 113-90 loss.</p><p>Chicago coach Tyler Marsh said Cloud was concerned about being a distraction for the team.</p><p>“I told her she wasn’t,” Marsh said. “I told her that we all embrace her as someone that protects our team and protects people that need to be protected and so Tash is always going to stand on that, and we stand for Tash.”</p><p>Freedom stopped near the basket to plead his case to security as he was escorted from the court area. He spun around while holding his shirt out and encouraged the crowd to respond as he walked toward the front lobby.</p><p>He had a conversation with a group of police officers before departing Wintrust Arena.</p><p>“I didn’t see it, we were talking about the next play in our huddle," Indiana star Caitlin Clark said, "so I think that’s probably a question for Chicago.”</p><p>Cloud met with team and league security after the game. She did not speak with the media.</p><p>The WNBA has been the subject of recent debates on whether transgender women — people assigned male at birth who transition to align with their gender identity — should be allowed to participate in the league. There has never been such a player in the WNBA.</p><p>Although the league’s collective bargaining agreement says the WNBA is restricted to women, it contains no more specific language about gender identity or sex assigned at birth.</p><p>Fever guard Sophie Cunningham said in an ESPN profile published last month that she was opposed to transgender girls and women competing in girls’ and women’s sports. Freedom and Royce White, another former NBA player, have declared themselves eligible for the WNBA draft, saying they identify as women.</p><p>Kanter joined a small rally in support of Cunningham outside the arena before the game.</p><p>Asked if he had a message for Kanter, Marsh praised the league and its players.</p><p>“If you come to a game you should probably come to enjoy the basketball," he said, “and that seems pretty simple to me. I think these players deserve that and have earned that. Being a former basketball player, you should probably understand and feel that too.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SWL7FOYMGDSHPE2WPJN4Q4P3YI.jpg?auth=f630cd6399cf0faa5254b79fa0354b17af8d862323e28468f35d4cda9f00a532&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NBA center Enes Kanter Freedom greets a friend before a WNBA basketball game between the Indiana Fever and the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBB7GLMRWYKQGLNPL66VZHXQZ4.jpg?auth=376e8388b4bdcaedb0a8948ec684971159ffb2b0853e87079f21354085221c41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky's Natasha Cloud (9) yells at the referees before getting called for a technical foul during the first half half of an WNBA basketball game against the Indiana Fever in Chicago, Saturday, Aug. 8, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F37GFZDIA55NSV7XBGJE4T6NGE.jpg?auth=c8fb8e59f51a9a5a389e5dcaa2b553405f029a69f96e91ed75881b94a9384162&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans stand up as they hold signs while Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2P4GYHLZFHGHVUBI7OVG6C7ITY.jpg?auth=09032192e877aa97ca2d59b8798a3dd283c820411d173d5ca1090573fdbc23d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard Natasha Cloud argues with former NBA center Enes Kanter Freedom, right, during the second half of a WNBA basketball game against the Indiana Fever, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Fever and Sky downplay any lingering tension from Carrington foul on Cunningham]]></title><link>https://www.local10.com/sports/2026/08/23/fever-and-sky-downplay-any-lingering-tension-from-carrington-foul-on-cunningham/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/fever-and-sky-downplay-any-lingering-tension-from-carrington-foul-on-cunningham/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Indiana Fever guard Sophie Cunningham called it just another game. Chicago Sky coach Tyler Marsh felt the same way.]]></description><pubDate>Mon, 24 Aug 2026 00:52:05 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Indiana Fever guard Sophie Cunningham called it just another game. Chicago Sky coach Tyler Marsh felt the same way.</p><p>Indiana played Chicago on Sunday night for the first time since Cunningham was taken down by DiJonai Carrington on a hard foul on a fast break earlier this month. Carrington was listed as questionable with a left foot injury, but she was cleared after going through warmups.</p><p>The Fever were closing out a five-game trip with their third game in four nights. They had dropped two in a row.</p><p>“My mindset has never changed. I think it is what it is,” Cunningham said. “I’m locked in on tonight. ... I think we’re just out here trying to get the win.”</p><p>Cunningham and Carrington both checked in for the first time with 3:04 left in the first quarter. There were no major issues in the first half. Cunningham had three points in six minutes at the break, and Carrington had four points on 2-for-7 shooting in more than 11 minutes.</p><p>Marsh said he didn't have any conversations with his players before the game about the charged atmosphere for their previous matchup.</p><p>“That kind of was what it was last game and anything that came out of it kind of lasted for that time,” Marsh said. “But for us, again, it was on to the next one in front of us.”</p><p>Cunningham was going up for a layup in the first quarter of Indiana's 90-86 win on Aug. 8 when Carrington came from behind and hit her in the head and neck, knocking her to the court as the shot went in. Cunningham got up, charged Carrington and pushed her as she was held back by a teammate.</p><p>The play was reviewed and upgraded to a Flagrant 2 after the referee said there was windup, impact and follow-through on the foul, resulting in Carrington's ejection.</p><p>Shortly after she was thrown out, Carrington posted “WHITE PRIVILEGE” on social media and tagged the Fever. Carrington is Black and Cunningham is white.</p><p>Days later, Carrington posted that she never claimed the assessment of the Flagrant 2 was the result of white privilege, but she didn't elaborate any further.</p><p>“I (couldn't) care less about what she does, what she tweets, any of that,” Cunningham said before Sunday's game. "I’m here to play basketball.</p><p>“There's going to be people who are going to talk about it ... but to me, it’s just another basketball game.”</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S6YDVD4B22LZBMERH36N74BTYM.jpg?auth=770a0d49e1a4949c31417eec8d55e15d20563cc73f04cd40122c74c9ff5eb466&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham, right, warms up as guard Caitlin Clark, left, talks with teammates before a WNBA basketball game against the Chicago Sky, Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E64SUJRZUSN4VQOB3FAFIDG474.jpg?auth=f169224ff672a8d26e9b0a3b7793aa03cfad44f97bf8f83788eec7964bac76b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Kelsey Mitchell, left, drives to the basket as Chicago Sky guard-forward DiJonai Carrington, right, defends during the first half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Rahm, LIV players face uncertain future after season finale at Indy]]></title><link>https://www.local10.com/sports/2026/08/23/rahm-liv-players-face-uncertain-future-after-season-finale-at-indy/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/rahm-liv-players-face-uncertain-future-after-season-finale-at-indy/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[WESTFIELD, Ind. (AP) — Jon Rahm finished the LIV Golf season Sunday in style — claiming his third straight season points title and his second team crown in a row at the revised season finale in suburban Indianapolis.]]></description><pubDate>Mon, 24 Aug 2026 00:39:17 +0000</pubDate><content:encoded><![CDATA[<p>WESTFIELD, Ind. (AP) — Jon Rahm finished the LIV Golf season Sunday in style — claiming his third straight season points title and his second team crown in a row at the revised season finale in suburban Indianapolis.</p><p>Now the 31-year-old Spaniard and the other full-time tour players will wait to see what happens to LIV in 2027.</p><p>Rahm is ready to head home and contemplate the future.</p><p>“I’m looking forward to going home and helping my very pregnant wife with the kids,” Rahm said. “The fourth one is due in October, and I’m happy to be dad for a few days before I get back to grinding for the Irish Open, and mainly looking forward to a haircut because I need one badly.”</p><p>Rahm closed with a 7-under 63 for his second straight runner-up finish in Indy. He ended up a stroke behind 22-year-old Michael La Sasso, the 2025 NCAA individual champ at Mississippi. La Sasso finished with a 65 to get to 18 under.</p><p>Clearly, there have been troubling signs for the LIV circuit in recent months.</p><p>In April, it was announced Saudi Arabia’s sovereign wealth fund would end its investment in the league after this season. LIV spent more than $5 billion in five years, pulling some of the world’s best and most popular American and international players away from other leagues.</p><p>Organizers also canceled two events this season — New Orleans in June and next weekend's originally scheduled season-ending event in Michigan — as well the weekend entertainment.</p><p>LIV CEO Scott O’Neil told reporters Wednesday he was bullish about plans for 2027 and beyond, saying players would be equity owners and have their commercial rights restored. O’Neil said the plan was to have five team championships overseas and five individual tournaments in the United States scheduled close to the majors for those who qualify for them.</p><p>He did not name the lead investor with whom LIV has reached an agreement. Several outlets have identified him as Ted Goldthorpe of BC Partners, who met with the tour's players on Tuesday. O’Neil said there was a deadline for players to commit to LIV 2.0 without citing a specific date. He also has not mentioned the size of the proposed investment.</p><p>Though O'Neil said he has a “good level of confidence” that a “critical mass of the right players" will return. Rahm is under contract through next season. Bryson DeChambeau — the other big name — has an expiring contract this year. He tied for third with Sergio Garcia on Sunday and did not speak with reporters following Sunday's event..</p><p>But with the season now over, there are only more questions.</p><p>"There’s been a lot that’s surrounded all of us pretty much since we joined, and at the end of the day when you step on the golf course, it’s just golf,” Rahm said after bogeying his last hole to open the door for La Sasso. “So all the problems and theories go away, and you compete. It hasn’t been any harder or any easier in any way. It’s just, kind of I think, the life of a pro athlete.”</p><p>Despite the cloudy future and the historic flooding in central Indiana that forced organizers to improvise how to get spectators parked and shuttled to The Club at Chatham Hills, in many ways things went off largely as expected.</p><p>Organizers set up electronic scoreboards and video boards as well as temporary suites around the course. There were advertising signs for Riyadh Air and other sponsors, chants of “U-S-A! U-S-A!” as La Sossa rolled in his 2-foot putt on No. 18 to secure the win and the celebratory champaign spray.</p><p>Those who attended last year's first tourney at The Club at Chatham Hills thought things went even better at the expanded four-round event.</p><p>“It was more well managed from the way they had the ropes set up, just getting in a little cleaner with the traffic so the operation itself was more smooth than last year,” Westfield resident Jacob Meyer said.</p><p>Meyer's friend, Jackson Gangwer, added: “It's just more relaxed. Last year it seemed a little more intense since it was the first year being out here.”</p><p>Last year's attendance for the three-round event drew more than 60,000 fans, an American record for a LIV event. Organizers did not announce this year's tournament.</p><p>But the tour brought top-flight men's golf back to metropolitan Indianapolis for the first time since it hosted the 2012 and 2016 BMW Championships, and it opened the door a new group of fans, some of whom had never attended a major pro event.</p><p>If this is the end of the line for LIV Golf, it came in a fitting location — about 30 miles from the arena where the Indiana Pacers closed out their time in the American Basketball Association in 1976 and that hosted Elvis Presley's final concert in 1977.</p><p>And after playing in front of the Indy fans each of the past two years, he had a message for those who came back.</p><p>“I just want to say think you. It's been incredibly fun to play in front of a crowd this enthusiastic,” Rahm said. “I'm sure everybody here has friends, family or themselves who have had to deal with some of the flooding issues and you know my heart goes out to all those people that lost their homes and lost loved. But the fact so many people came out and supported us means a lot.”</p><p>___</p><p>AP Golf Writer Doug Ferguson also contributed to this report.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJUSKM7PJKGKZWG6KKZKL4TIWA.jpg?auth=80729a07f1b76c8af05c3098d6955e4b6fc050330ec4ed2526d32aa96864abd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[LIV Golf fans gather at the practice putting green before the final round of the season-ending event in suburban Indianapolis, Ind., Sunday, Aug. 23, 2026. (AP Photo/Michael Marot)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Marot</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PDFFD2KKB7KS7IMXVM4QBJIGYU.jpg?auth=afc063db4ea9ddf0c2a9aec0ae102aa5ca2d97cc8d65fe4a5db6339eaab54e1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Jon Rahm, of Legion XIII, hits from the ninth tee during the final round of LIV Golf Indianapolis, Sunday, Aug. 23, 2026, in Westfield, Ind. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2M277HLARUHXDWG55U4V2J7ZOM.jpg?auth=ab6c285002d4a9519afeaf8a729e6537c6bc09a4c5610e72a61ee87e732ad50f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Bryson DeChambeau, of Crushers GC, hits on the 13th green during the final round of LIV Golf Indianapolis, Sunday, Aug. 23, 2026, in Westfield, Ind. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RDW3OZSIPZZQTF4STHQE47XMVY.jpg?auth=fb6390d55ae8c767c25656f62bd59728b0ed13a3e896d337ced3d0bb599293eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Bryson DeChambeau, left, of Crushers GC, greets fans before the final round of LIV Golf Indianapolis, Sunday, Aug. 23, 2026, in Westfield, Ind. (Pedro Salado/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Salado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M6RT7FGGYQU62HNRYGL5RKJ4SI.jpg?auth=8855682680fe8b2a97665010deaba04242500805c3ea44dd67df8c7c915107b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thomas Pieters, of 4Aces GC, hits from the 10th tee during the final round of LIV Golf Indianapolis, Sunday, Aug. 23, 2026, in Westfield, Ind. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content></item><item><title><![CDATA[UEFA president Ceferin says he won't run against FIFA president but calls for Infantino to quit]]></title><link>https://www.local10.com/sports/2026/08/23/uefa-president-ceferin-says-he-wont-run-against-fifa-president-but-calls-for-infantino-to-quit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/uefa-president-ceferin-says-he-wont-run-against-fifa-president-but-calls-for-infantino-to-quit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — UEFA President Aleksander Ceferin says he won't run against FIFA President Gianni Infantino but warned the beleaguered head of world soccer that he must either quit or face a leadership challenge in March.]]></description><pubDate>Mon, 24 Aug 2026 00:15:58 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — UEFA President Aleksander Ceferin says he won't run against FIFA President Gianni Infantino but warned the beleaguered head of world soccer that he must either quit or face a leadership challenge in March.</p><p>Infantino has come under increasing pressure to step down over his plan, now aborted, to sell stakes in soccer’s biggest tournament, the World Cup, to private equity investors. Three of the sport's continental confederations accused him of “deception” and European soccer body UEFA threatened a boycott of FIFA competitions.</p><p>“One option is that he realizes that he doesn’t have the support, and that’s not only a political support of the ones who vote, but the political support of football community, the political support of fans, the political support of the players, former players, coaches,” Ceferin said in an interview with “The Rest is Politics: Leading” British podcast which is set to be broadcast Monday.</p><p>“And the second option is that he goes to the elections in March, but in that case, I think he will have a candidate against him. I don’t know yet who.”</p><p>Ceferin's comments were in excerpts from the podcast that were published Sunday in the British media.</p><p>November deadline</p><p>Infantino has been FIFA president since 2016 and, until the backlash over his proposals, seemed sure to be reelected unopposed next year in Morocco. FIFA has set a Nov. 18 deadline for challengers to nominate.</p><p>Despite being widely seen as a potential challenger to Infantino, the 58-year-old Ceferin expressed his commitment to UEFA.</p><p>Ceferin told the podcast: “I’m not interested because of two reasons. One reason is that I love UEFA and I love working here, and I think that at a certain point … it’s time to also enjoy life a bit.</p><p>“And the second point is, my credibility is much, much higher if I’m not interested in the position.”</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5DNSZBGUQI4TC2ZKL6TR5NLGTI.jpg?auth=1705699d804e164775a150a50948d102c153d9b05d1745b291aec83a6d14eee8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[UEFA President Aleksander Ceferin looks on during the trophy ceremony at the end of the UEFA Super Cup soccer match between Paris Saint-Germain and Aston Villa in Salzburg, Austria, Wednesday, Aug.12, 2026. (AP Photo/Darko Bandic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Bandic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IDQRAC2UCGIUGKYBZV6HJLF7TA.jpg?auth=fff08859c4bf630b6593345e0501449269819b01cc03014ff80f3ed0d27bca8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino attends the closing ceremony of the Esports World Cup at the Grand Palais in Paris, France, Sunday Aug. 23, 2026. (Teresa Suarez/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Teresa Suarez</media:credit></media:content></item><item><title><![CDATA[Trump is heading to his golf course in Ireland to watch the Irish Open golf tournament next month]]></title><link>https://www.local10.com/news/politics/2026/08/23/trump-is-heading-to-his-golf-course-in-ireland-to-watch-the-irish-open-golf-tournament-next-month/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/23/trump-is-heading-to-his-golf-course-in-ireland-to-watch-the-irish-open-golf-tournament-next-month/</guid><dc:creator><![CDATA[By WILL WEISSERT, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump plans to visit Ireland next month to attend the Irish Open golf tournament at his golf course in Doonbeg in County Clare on the country’s Atlantic coast, according to a White House official.]]></description><pubDate>Sun, 23 Aug 2026 23:40:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump plans to visit Ireland next month to attend the Irish Open golf tournament at his golf course in Doonbeg in County Clare on the country’s Atlantic coast, according to a White House official.</p><p>The trip is the most recent example of how the president blurs the line between official business and travel in ways that can benefit his family business. His sons have taken over day-to-day control of the Trump Organization, but the September trip once again lays bare how Trump has leveraged his second term to pad his family’s profits in a variety of ways.</p><p>Trump is scheduled to be in Ireland on Sept. 12 and 13 and will join an event with U.S. embassy workers and business officials before attending the golf tournament at Trump International Golf Links Ireland in Doonbeg, according to the White House official, who was not authorized to speak publicly and spoke on condition of anonymity.</p><p>Trump's course in Bedminster, New Jersey, hosted a LIV golf tournament in August. Another Trump course at Doral in South Florida is scheduled to host a PGA event, the Cadillac Championship, in March 2028, and Trump has talked about his course in Turnberry, Scotland, hosting the British Open, which it last did in 2009, before Trump bought the resort. A return of the British Open to that property continues to face major logistical hurdles.</p><p>Last summer, Trump went to Scotland for five days to golf at Turnberry and later inaugurated a new Trump golf course in Balmedie, Aberdeenshire. The White House refused to call that midsummer jaunt a vacation, but insisted it was a working trip — and Trump found time between games to talk about trade with then-British Prime Minister Keir Starmer and European Commission President Ursula von der Leyen.</p><p>Trump frequently travels to golf courses he owns in Florida and New Jersey, as well as a course in Virginia, just outside Washington, D.C. But he is not known to take lengthy holidays.</p><p>“Don’t take vacations. What’s the point?” he wrote in his 2004 book, “Think Like a Billionaire.”</p><p>Trump’s trip to Ireland will have him leaving the country right after he tries to rally support for Republicans in the November elections as the GOP holds its first-ever national convention ahead of the midterm elections. The unusual event, scheduled in Dallas on Sept. 9-10, was Trump’s idea to try to galvanize support by staging something similar to the conventions both parties normally have before presidential elections.</p><p>As recently as last summer, Trump derided Barack Obama for flying long distances for golf as president — something Trump himself is now doing.</p><p>“They talked about the carbon footprint and then Obama hops onto a 747, Air Force One, and flies to Hawaii to play a round of golf and comes back,” Trump said last year.</p><p>Aside from the Scotland getaway, the longest stretch of downtime Trump took last year was when he went to his Mar-a-Lago club in Florida in early December and stayed past Christmas — though even that trip featured visits by Ukrainian President Volodymyr Zelenskyy and Israeli Prime Minister Benjamin Netanyahu.</p><p>The trip was first confirmed by the New York Post.</p><p>___</p><p>Associated Press writer Michelle L. Price contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QAMXQGPVN3DEJW3XD7E5Z3FS7U.jpg?auth=ba0111b7b6e97cbb464d5eb0c4bce227dbc29584a3b0718a4b2c887b60e8577b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump tees off during the opening ceremony for the Trump International Golf Links golf course, near Aberdeen, Scotland, July 29, 2025. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QSYNZXNMHTTJQ3K4FCX5FPQW7M.jpg?auth=b297f38d15b07fde9c0f4a505b398e9e731cfb9fdb1a16af22cc4257edc7eb4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dana White, UFC president and CEO, from left, Roger Penske, President Donald Trump, first lady Melania Trump and Viktor Knavs watch after Kyle Kirkwood (27) won the IndyCar Freedom 250 Grand Prix auto race in Washington, Sunday, Aug. 23, 2026. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[MLB home run leader Schwarber punctuates Phillies' unlikely comeback win over the Cardinals]]></title><link>https://www.local10.com/sports/2026/08/23/mlb-home-run-leader-schwarber-punctuates-phillies-unlikely-comeback-win-over-the-cardinals/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/mlb-home-run-leader-schwarber-punctuates-phillies-unlikely-comeback-win-over-the-cardinals/</guid><dc:creator><![CDATA[By ROB PARENT, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — All Philadelphia slugger Kyle Schwarber could do was smile as he surveyed the situation while heading to the plate Sunday in the bottom of the ninth inning of a tied game with the St. Louis Cardinals.]]></description><pubDate>Sun, 23 Aug 2026 23:35:41 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — All Philadelphia slugger Kyle Schwarber could do was smile as he surveyed the situation while heading to the plate Sunday in the bottom of the ninth inning of a tied game with the St. Louis Cardinals.</p><p>The Phillies had pieced together an unlikely rally from a four-run deficit in the home half of the ninth and Schwarber was stepping in against St. Louis Cardinals closer Riley O’Brien.</p><p>It was at that point that Schwarber shot a grinning glance at teammate Trea Turner.</p><p>“I’m just there chuckling, laughing and smiling with Trea (about) how we got to that point,” Schwarber said.</p><p>Schwarber then did his part.</p><p>“Then when the ball came off the bat, I stood there and watched. It was a little bit of a shock that we were able to do that in that fashion,” Schwarber said. “But that’s why you keep playing. That’s why you play all the outs. Never give up, and keep fighting until the end.”</p><p>The slugger fought to a 2-2 count, then took a swing that even he couldn’t downplay.</p><p>“It was awesome,” he said with a shrug. “Just a little bit of disbelief.”</p><p>The shot over the Citizens Bank Park “batter’s eye” traveled an estimated 459 feet, good for his major league-leading 39th home run, and a rather incredible 6-4 Phillies victory, their ninth straight.</p><p>It was the Phillies’ first walk-off win by home run since Schwarber accomplished the feat on July 9, 2023, against the Dodgers.</p><p>And, it was the most resounding blow during an August rebirth. In a few weeks’ time they’ve gone from falling behind in the wild-card race to erasing much of what seemed like an insurmountable Atlanta lead in the NL East. Pending the Braves’ game with Milwaukee Sunday night, the Phillies were 2 1/2 games back in the division.</p><p>To that end, there is no disbelief on Schwarber’s part. He pointed out that he and four teammates all had two strikes on them during their two-out at-bats in the ninth.</p><p>“I feel like it’s a lot of really good baseball, complete baseball,” he said. “It’s not like we’re out there just hitting homers and relying on that. I feel like there’s a lot of things we’re doing really well.”</p><p>Harper, who has reached base safely in 25 straight games, had led off the ninth with a double, but two quick outs later the fans started packing up. But J.T. Realmuto singled, Justin Crawford walked, and utility man Edmundo Sosa hit a three-run double. Then came a game-tying single by seldom-used Bryan De La Cruz, followed by the winning stroke by Schwarber.</p><p>All of that off O’Brien, who had stayed in the game even after mound visit by manager Oli Marmot as Schwarber waited to hit.</p><p>“We’re a winning team,” Sosa said. “We’re the Phillies. I can say we’re really surprised, but when we’re late in the game we never stop fighting.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VCDWTIKWSK22XOV6BX3I3742K4.jpg?auth=01a774adb238d5976cb8f8aed243cd7c1a716ec2d0185e17ba79321261e4fb8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Kyle Schwarber hits the winning home run in the ninth inning of a baseball game against the St. Louis Cardinals, Sunday, Aug. 23, 2026, in Philadelphia. (AP Photo/Laurence Kesterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurence Kesterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TLDB2DJ3C4EV24TUKUZQ65JWNU.jpg?auth=70c1704d8b08af65e32c23dcf3ac4211e2d14a249dacbc59f497c2a651442f44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Kyle Schwarber gestures while running to home plate after hitting the winning home run in the ninth inning of a baseball game against the St. Louis Cardinals, Sunday, Aug. 23, 2026, in Philadelphia. (AP Photo/Laurence Kesterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurence Kesterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBBZYWNXZQU42W5SSJCAZZYS6Q.jpg?auth=7daa6d1afc8152a0c6eefb5979f8e5788b9a5a73785fc47fa83331ce366ab076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Kyle Schwarber, left, and Bryce Harper celebrate after Schwarber hit the game winning home run in the ninth inning of a baseball game against the St. Louis Cardinals, Sunday, Aug. 23, 2026, in Philadelphia. (AP Photo/Laurence Kesterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurence Kesterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZFBPHEBKDCJYUV6SNR7RPYNKFY.jpg?auth=e3cbee991db58e9572a00ffd34e22f85d2ec119135b3d49044f38f7c0f52a751&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Philadelphia Phillies' Brandon Marsh, left and Bryan De La Cruz, right, douse Kyle Schwarber, center, after a baseball game against the St. Louis Cardinals, Sunday, Aug. 23, 2026, in Philadelphia. (AP Photo/Laurence Kesterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Laurence Kesterson</media:credit></media:content></item><item><title><![CDATA[Aug. 23: Storms move out tonight as heat and more showers return Monday]]></title><link>https://www.local10.com/weather/2026/08/23/aug-23-storms-move-out-tonight-as-heat-and-more-showers-return-monday/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/23/aug-23-storms-move-out-tonight-as-heat-and-more-showers-return-monday/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[Showers and storms are moving eastward this evening. As the sun sets, storms will diminish, and dry weather will take over tonight, with lows in the upper 70s and lower 80s.]]></description><pubDate>Sun, 23 Aug 2026 23:32:52 +0000</pubDate><content:encoded><![CDATA[<p>Showers and storms are moving eastward this evening. As the sun sets, storms will diminish, and dry weather will take over tonight, with lows in the upper 70s and lower 80s.</p><p>Plan for another round of sea-breeze showers and storms Monday afternoon. Some storms could bring gusty winds and pockets of heavy rainfall. Before storms arrive, it will be toasty, with highs reaching the lower 90s. It could feel like 100 to 105 degrees by the afternoon.</p><p>Regardless of whether we are under a heat advisory, be sure to take plenty of breaks from the heat and stay hydrated.</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[Ryan Blaney wins second consecutive NASCAR Cup race at New Hampshire Motor Speedway]]></title><link>https://www.local10.com/sports/2026/08/23/ryan-blaney-wins-second-consecutive-nascar-cup-race-at-new-hampshire-motor-speedway/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/ryan-blaney-wins-second-consecutive-nascar-cup-race-at-new-hampshire-motor-speedway/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOUDON, N.H. (AP) — Ryan Blaney and his team wound up making the most of a major mistake Sunday at New Hampshire Motor Speedway.]]></description><pubDate>Mon, 24 Aug 2026 00:19:10 +0000</pubDate><content:encoded><![CDATA[<p>LOUDON, N.H. (AP) — Ryan Blaney and his team wound up making the most of a major mistake Sunday at New Hampshire Motor Speedway.</p><p>The Team Penske star just needed a moment to vent on his team radio about a pit crew blunder before charging from 17th to first for his second consecutive NASCAR Cup Series win at New Hampshire Motor Speedway.</p><p>“Whenever I say those things after something bad happens, it’s my relief valve,” Blaney said about scolding his team with an expletive. “I have to get it out in the open, or I’ll be stewing over it a while. That’s how I have to get over things. I wish I wasn’t that way, but I’d rather it be that way than have it be in the back of my mind the rest of the race, not thinking of the main goal. It takes me five or 10 seconds to move on.”</p><p>After shaking it off, Blaney recovered to lead the final 74 laps on the 1.058-mile oval, fending off runner-up Bubba Wallace by 0.586 seconds.</p><p>Josh Berry, who is trying to find a ride for the 2027 season, finished a season-best third, the fourth consecutive top 10 for the Wood Brothers Racing driver.</p><p>The top five was rounded out by Christopher Bell and Kyle Larson. Ryan Preece finished ninth and kept his Chase hopes alive by gaining 19 points on Shane van Gisbergen, who finished 20th and remains in the 16th and final spot for the 10-race title run.</p><p>It’s the 20th career victory and third this season for Blaney, who led a race-high 115 of 301 laps. He had cruised to a big lead when a lug nut fell off the left-front tire of his No. 12 Ford during a pit stop under caution with 111 laps remaining.</p><p>The 2023 Cup Series champion picked his way through traffic and was back up to seventh when the yellow flag flew on the 226th lap for a three-car crash. Crew chief Jonathan Hassler made an aggressive strategy call for two right-side tires, and Blaney gained six spots in the pits to retake first place.</p><p>Hassler said the error “maybe was a little bit of a blessing in disguise” because Blaney emerged several spots ahead of the contenders who took four tires. Of the top 12 finishers, Blaney was the only driver who took two tires on his last stop.</p><p>His crew struggled often on stops earlier this season, losing 128 spots in the pits, but has been better with three top-five finishes in the past six races.</p><p>“It’s really competitive on pit road, and if you’re going to have any speed, you’re going to have these sort of miscues,” Hassler said. “With the speed we’ve had, our goal has certainly been to eliminate those, even if we give up a little bit of speed to do that. But it’s still going to happen to each of the best teams. We’re fortunate that we’re fast enough and up front enough that people take notice when that’s going to happen.”</p><p>NASCAR started the race on wet-weather tires after a midafternoon rain shower, but the track dried quickly, and drivers switched back to slick tires after 40 laps.</p><p>Hamlin top seed</p><p>Points leader Denny Hamlin also rebounded from a pit stop miscue that dropped the Joe Gibbs Racing driver outside the top 15 with less than 100 laps remaining. Hamlin rallied for a seventh place that clinched the top seed for the Chase.</p><p>“We were just pedestrian today,” Hamlin said. “We just didn’t quite have it, but ultimately a decent crawl back.”</p><p>Bell’s scary moment</p><p>Bell dropped to 31st on a safety violation penalty after front tire changer Blake Houston got dragged from the team’s pit stall while tightening the right-side tire. Bell said he exited the pits as the jack dropped, and Houston wasn’t able to get back across the front of the No. 20 Toyota.</p><p>“I saw him kind of flopping around in my rearview camera,” Bell said. “I didn’t feel my car jump up in the air, so I knew I didn’t run him over. It’s alarming and very eye-opening that these guys jumping across pit wall, they’re risking it. I’m super grateful for all the pit crew members, especially my team. They do a real good job. I’m glad Blake is OK.”</p><p>Chastain eliminated</p><p>A last-place finish extinguished the dim Chase hopes for Ross Chastain, whose No. 1 Chevrolet suffered a mechanical problem after only 40 laps.</p><p>“The speed has gotten better, so we’ll hopefully keep moving forward on that,” Chastain said. “That’s the important part. With the things in our control, we were able to make them better through the summer. I’ve learned that’s really tough to do in the NASCAR Cup Series. We did get better, but we’ve got a ways to go.”</p><p>Up next</p><p>The NASCAR Cup Series will conclude its regular season at Daytona International Speedway with a 160-lap race on Saturday, Aug. 29 at the 2.5-mile oval, setting the 16-driver field for the Chase.</p><p>___</p><p>AP auto racing: https://apnews.com/hub/auto-racing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/U3PYDQVSQUEL6GVN27NACBHNBM.jpg?auth=55bd405b0537223a22c588512804a390ed441cdd0448fa899cf5086d38020314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney, center front, displays a lobster, a Victory Lane tradition at New Hampshire Motor Speedway, after winning a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, at the speedway in Loudon, N.H., as David McGrath, right, executive vice president and general manager of the speedway looks on. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SQPB7H5N6ODIUWIHW6UVMFST6M.jpg?auth=3e11d54045f5135c33086fcc4a58116097583e7c095dee265fab6a77d50153c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney spins the wheels of his car after winning a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, in Loudon, N.H. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Wyndham Clark holds off McIlroy and Cantlay to capture BMW Championship for 3rd win this year]]></title><link>https://www.local10.com/sports/2026/08/23/wyndham-clark-holds-off-mcilroy-and-cantlay-to-capture-bmw-championship-for-3rd-win-this-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/wyndham-clark-holds-off-mcilroy-and-cantlay-to-capture-bmw-championship-for-3rd-win-this-year/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Wyndham Clark had Scottie Scheffler with him in the final group at the U.S. Open and Rory McIlroy at his side at the BMW Championship. Both times he started with big leads and watched them vanish. And both times, there was no mistaking who the gallery wanted to win.]]></description><pubDate>Sun, 23 Aug 2026 23:46:12 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Wyndham Clark had Scottie Scheffler with him in the final group at the U.S. Open and Rory McIlroy at his side at the BMW Championship. Both times he started with big leads and watched them vanish. And both times, there was no mistaking who the gallery wanted to win.</p><p>Only when it was over Sunday at Bellerive, silver trophies of the BMW Championship and the Western Golf Association at his side, did Clark repeat what one of his friends told him.</p><p>“Darth Vader had more fun,” Clark said with a big smile.</p><p>Clark embraced the pressure of a tense back nine at Bellerive and accepted what his place in the game — “I’ve kind of been the underdog in all of my wins,” he said — by delivering a 5-iron that set up the go-ahead birdie and two more birdies that salvaged an even-par 70 and a three-shot victory, his third of the year.</p><p>“I know everyone maybe gives me a hard time and roots for other people,” he said. “But I feel like I’ve kind of come into my own. Three wins in one season is my best year yet —coming off my worst year ever. I’m just really pleased where I’m at right now.”</p><p>This puts him squarely in the conversation for PGA Tour player of the year considering one was a major and the other was a FedEx Cup playoff event.</p><p>But just like at Shinnecock Hills, it wasn't easy.</p><p>He lost his five-shot lead to McIlroy in 11 holes and it was tense the last hour until Clark — without a birdie all day — followed McIlroy's great tee shot on the par-3 16th with a 5-iron just as good. Clark made his from just outside 15 feet. McIlroy's putt from 15 feet to stay tied missed.</p><p>“I always felt like I needed to just get my nose ahead to really try to put the pressure on Wyndham, and I couldn’t,” McIlroy said after a 69 to finish third.</p><p>Patrick Cantlay comes through to advance</p><p>Clark wasn't the only one with cause to celebrate.</p><p>Patrick Cantlay, who came in at No. 43 in the FedEx Cup, showed plenty of moxie. Four times he bounced back from a bogey with a birdie, closing with three birdies in a row for a 68 to finish runner-up and be among the top 30 in the FedEx Cup who advance to the Tour Championship.</p><p>The winner next week at East Lake captures the FedEx Cup.</p><p>“I’m coming to a golf course that I played really well at next week,” said Cantlay, who won at East Lake in 2021 to claim the FedEx Cup. “So I’m really pleased with where my game is at and I think I’m trending in the right direction.”</p><p>Woodland's big year to continue</p><p>Also moving into the top 30 was Gary Woodland, who pulled within one shot of the lead until topping his tee shot into a creek on the ninth hole on his way to a double bogey. He closed with nine straight pars and fought back tears as he returns to the Tour Championship for the first time since 2019 while recovering from brain surgery three years ago.</p><p>He said Saturday, when he was in the final group, took a lot out of him with the noise, the energy and the drones that triggered the kind of brain activity he tries to calm. On Sunday, he tried to embrace it and pulled through with a 69 to tie for fourth.</p><p>“I tried to enjoy it," he said. “Outside of topping a ball — I haven't done that for a long time — I'm just really proud.”</p><p>Robert MacIntyre closed with a 65 and tied for seventh, enough to move him into the top 30 for a return to East Lake. Those falling out of the top 30 were Rickie Fowler, Bud Cauley and Kurt Kitayama. British Open champion Ryan Fox nailed down the final spot.</p><p>Clark's big finish at Bellerive</p><p>Clark didn't face near the vitriol he did at Shinnecock Hills, when the New York crowd went from pulling for Scottie Scheffler in his bid for the career Grand Slam to openly rooting against Clark. There was one voice that shouted, “Get in the bunker!” when Clark hit to the par-3 13th. Otherwise, it was a clear pro-McIlroy crowd.</p><p>That was OK with Clark. He overcame three bogeys and a state of mind where he felt like he couldn't hit the right shot or make any putt. And then he delivered his best swing — and best putt — on a 232-yard par 3 that yielded only five birdies all day.</p><p>“I wasn't really nervous. I was kind of like ... out of it,” Clark said. “I was making dumb bogeys. I didn't make anything on the greens. When I made the putt on the par 3, it got me back. As much as I would have loved to run away with it, it was fun to get the juices going.</p><p>“I'm really proud of myself that I didn't let it get away.”</p><p>Clark also moved into the top six automatic spots who qualified for the Presidents Cup, joining Scheffler, Cameron Young, Russell Henley, Sam Burns and Collin Morikawa. U.S. captain Brandt Snedeker will have six picks after the Tour Championship. Cantlay surely got his attention.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I2EHYD6QWZXYEKQSZN3R6FAFDI.jpg?auth=982190a097bbbc48e7f0de78e1c8d695e046cd7c8c64dce299d1773d6443cb74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark holds the Wanamaker Trophy and the BMW trohy after winning the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNUFO6CEAUUE5OWUQWDQQG742E.jpg?auth=c606cafbce9293152f4934b2e80c98e645a72883d0d1a0512c9be8858171f9ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Wyndham Clark celebrates winning on the 18th green in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KBD473CHHXSN73SB3AS2AV5GDU.jpg?auth=ac6c41706e3764611f3cd1824b87758d3593ebdce9893a0d7864bc4146f34c67&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rory McIlroy, of Northern Ireland, speaks with Wyndham Clark as Clark wins the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRHDHMGAOOFA5WVD35DVJKHFGE.jpg?auth=f52e64cb24e269b724e4e3c7d206fcb83fcdd81321d49b1bda9dfccdbb028dd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patrick Cantlay hits out of a bunker on the nineth hole in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QROHSZCAEA256EP4ZOR3D7YISU.jpg?auth=e6238b4909cfe98ba726fbeb27bc9c68ace12c89b015509fecf63a872864a90b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland waits to putt on the 18th green in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item><item><title><![CDATA[Serena Williams and Carlos Alcaraz will start US Open mixed doubles against team from qualifying]]></title><link>https://www.local10.com/sports/2026/08/23/serena-williams-and-carlos-alcaraz-will-start-us-open-mixed-doubles-against-team-from-qualifying/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/serena-williams-and-carlos-alcaraz-will-start-us-open-mixed-doubles-against-team-from-qualifying/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Serena Williams and Carlos Alcaraz will have to wait a little longer to learn their first opponent in the U.S. Open mixed doubles championship.]]></description><pubDate>Sun, 23 Aug 2026 21:41:28 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Serena Williams and Carlos Alcaraz will have to wait a little longer to learn their first opponent in the U.S. Open mixed doubles championship.</p><p>Williams and Alcaraz were drawn Sunday to face one of the teams that advances from the eight-team qualifying tournament that will be played Monday.</p><p>Williams will be returning to the U.S. Open for the first time since 2022. The six-time singles champion and Alcaraz, who has won the men's title twice, were awarded a wild card into the 16-team tournament Saturday.</p><p>The first round and quarterfinals of the mixed doubles are Tuesday, with the semifinals and final on Wednesday. The winning team shares $1 million.</p><p>Facing one of the qualifiers will be a tough assignment, because most of the players in the qualifying tournament are doubles specialists. The qualifying tournament was added this year to give those types of players a chance to compete after they were almost entirely shut out last year when the U.S. Tennis Association, seeking more star power, revamped the mixed doubles and based direct entry on the players' rankings in singles.</p><p>Two-time defending women's champion Aryna Sabalenka and 23-time Grand Slam singles champion Novak Djokovic earned the No. 1 seed after having the lowest combined singles ranking among the teams. They will face the pair of Leylah Fernandez and Frances Tiafoe in their first match.</p><p>Americans Jessica Pegula and Taylor Fritz are seeded No. 2 and will open against Diana Shnaider and Casper Ruud. Ruud was scheduled to play again with Iga Swiatek, after they reached the final in 2025. But Swiatek withdrew and Schnaider needed a partner after Daniil Medvedev pulled out.</p><p>The other first-round matches: Elina Svitolina and Gael Monfils, who are married, vs. Alex Eala and Felix Auger-Aliassime; Belinda Bencic and Flavio Cobolli vs. Taylor Townsend and Alexander Zverev; Karolina Muchova and Jakub Mensik vs. the other team from the qualifying tournament; Emma Navarro and Tommy Paul vs. Amanda Anisimova and Learner Tien; Mirra Andreeva and Andrey Rublev vs. two-time defending champions Sara Errani and Andrea Vavassori; and Shnaider and Ruud vs. Pegula and Fritz.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/72I5XLPGFUADMX3QCH7XF3OKBM.jpg?auth=4b5576f95218477e23e0041cec9bad398bf6714affdbd9226f87566a9980db4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, of the United States, reacts to a winning point during a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OF3ZKRH7HMYIBO4IUKTA6WFH5A.jpg?auth=e9f85f5d9aab6c4f7ccb50bbc840914bba9d9a24fd12c66b95d52b07559c406d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Carlos Alcaraz, of Spain, returns a shot against Daniil Medvedev, of Russia, during a semifinal match at the BNP Paribas Open tennis tournament, March 14, 2026, in Indian Wells, Calif. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content></item><item><title><![CDATA[Shelley Fabares, 'Johnny Angel' singer and actor in ‘The Donna Reed Show’ and ‘Coach,’ dies at 82]]></title><link>https://www.local10.com/entertainment/2026/08/23/shelley-fabares-johnny-angel-singer-and-actor-in-the-donna-reed-show-and-coach-dies-at-82/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/23/shelley-fabares-johnny-angel-singer-and-actor-in-the-donna-reed-show-and-coach-dies-at-82/</guid><dc:creator><![CDATA[By LINDSEY BAHR, Associated Press]]></dc:creator><description><![CDATA[Shelley Fabares, an actor who was a fixture on television for decades from her days as a young teenager on “The Donna Reed Show,” through “One Day at a Time” and “Coach,” has died. She was 82.]]></description><pubDate>Sun, 23 Aug 2026 23:46:45 +0000</pubDate><content:encoded><![CDATA[<p>Shelley Fabares, an actor who was a fixture on television for decades from her days as a young teenager on “The Donna Reed Show,” through “One Day at a Time” and “Coach,” has died. She was 82.</p><p>She died Saturday in Los Angeles, her family said in a statement to The Associated Press. No cause was given.</p><p>“To her family and friends, Shelley was a source of love, strength, laughter, and comfort,” her family wrote. “She had a remarkable ability to make people feel welcomed, valued, and cared for.”</p><p>Fabares was born in Santa Monica, California, in 1944, and started acting as a young child. Her first television credit came at age 10 when she appeared on “The Loretta Young Show.” Many movies and television shows followed: She acted with Paul Newman, Frank Sinatra and Eva Marie Saint in a Producers Showcase production of “Our Town”; was in the Rosalind Russell movie “The Girl Rush” and the Rock Hudson drama “Never Say Goodbye.” Other early credits include “Annette,” “Captain Midnight” and the “Black Leather Jackets” episode of “The Twilight Zone.”</p><p>Her biggest break came when she was cast as Mary Stone on “The Donna Reed Show,” where she was a regular from 1958 through 1963. During that time she also got a recording contract and had two Top 40 hits including “Johnny Angel.” In the early 1960s, she also co-starred in three movies with Elvis Presley: “Girl Happy,” “Spinout” and “Clambake.”</p><p>“I think the years on ‘The Donna Reed Show,’ the years from 14 to 19, were so incredibly important,” Fabares told the Los Angeles Times in 1993. “Donna Reed was simply an extraordinary woman, a woman of great strength, kindness, integrity and compassion. I am not trying to make her sound like a saint, but she had the most profound influence on me. I carry her with me today.”</p><p>In the late 1970s, Fabares made an impression as Francine Webster on the CBS sitcom “One Day at a Time.” She also played James Caan’s wife in “Brian’s Song.” One of her biggest roles came when she was cast as Christine Armstrong in “Coach,” although the show took a minute to find its audience.</p><p>“I did always feel from the very beginning if they could find the right spot for us, this was a show that would last,” she said in the 1993 Los Angeles Times interview.</p><p>Fabares married twice, first to producer Lou Adler in 1964. She had been married to “M-A-S-H” actor Mike Farrell since 1984. She was also a devoted advocate for Alzheimer’s awareness, which affected her mother.</p><p>In early 1999, a visit to the emergency room for an esophageal bleed revealed that she had progressive liver failure. After spending 22 months on a waiting list, she had liver transplant surgery in October 2000.</p><p>In an interview with Cedars-Sinai Medical Center in Los Angeles three years after the transplant, she said she'd been “changed by the experience” and was eternally grateful to Farrell who was with her “every step of the way.”</p><p>Her family, in their statement, said “we will remember Shelley for her kindness, loyalty, wit, courage, and beautiful spirit. We will miss her deeply — not only as a celebrated performer, but as the loving and extraordinary person she was in our everyday lives.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FADJBNESGSZBJX3SRQSXAQQIEU.jpg?auth=d2346dd525ead90a320f8c08a70f03d3ccce58a01d8622163c885329320ea3c9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Shelley Fabares, left, poses for a group photo with other Screen Actors Guild Awards committee members, from left, Paul Napier, Chairwoman JoBeth Williams, Vice Chair Daryl Anderson and Scott Bakula during a tasting of the proposed menu and alternatives for the SAG Awards by Lucques Catering, Sept. 29. 2009, in Los Angeles. (AP Photo/Matt Sayles, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Sayles</media:credit></media:content></item><item><title><![CDATA[Torres scores twice in debut for PSG, Barcelona wins big and Salah scores]]></title><link>https://www.local10.com/sports/2026/08/23/torres-scores-twice-in-debut-to-help-psg-salvage-draw-at-rennes-man-city-rallies-and-salah-scores/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/torres-scores-twice-in-debut-to-help-psg-salvage-draw-at-rennes-man-city-rallies-and-salah-scores/</guid><dc:creator><![CDATA[By TALES AZZONI, Associated Press]]></dc:creator><description><![CDATA[MADRID (AP) — Ferran Torres scored twice in his Paris Saint-Germain debut to help the French defending champion draw 2-2 at Rennes in its league opener on Sunday, while Barcelona began its defense of the Spanish league title in style with a 5-0 rout of Elche.]]></description><pubDate>Sun, 23 Aug 2026 22:26:56 +0000</pubDate><content:encoded><![CDATA[<p>MADRID (AP) — Ferran Torres scored twice in his Paris Saint-Germain debut to help the French defending champion draw 2-2 at Rennes in its league opener on Sunday, while Barcelona began its defense of the Spanish league title in style with a 5-0 rout of Elche.</p><p>Manchester City left it late to win in its first Premier League match under Enzo Maresca and Mohamed Salah scored his first goals for Turkish club Trabzonspor.</p><p>Julián Álvarez heard boos from the Atletico Madrid crowd in his return to action in the Spanish league after asking to leave the club, and both Juventus and AC Milan won in the Italian league.</p><p>Feyenoord's game in the Dutch league was disrupted by fireworks.</p><p>Torres' dream start with PSG in France</p><p>Torres, who joined PSG from Barcelona after scoring Spain's World Cup winning goal last month, came off the bench to score in the 71st and 82nd minutes, helping his new club avoid a second consecutive loss after a penalty shootout loss to Lens in the French Super Cup.</p><p>Both goals were assisted by Torres' Spain teammate Fabian Ruiz.</p><p>Sebastian Szymanski and Esteban Lepaul had put host Rennes ahead with first-half goals.</p><p>Earlier, Olivier Giroud, who turns 40 next month, scored from about 20 meters (yards) out as Lille won 2-0 at Angers. Midfielder Ayyoub Bouaddi was left out of Lille’s squad amid reports of an imminent big-money move to Man City.</p><p>Easy win for Barcelona in La Liga</p><p>Raphinha and Fermín López scored two goals each as Barcelona cruised to a 5-0 victory at Elche.</p><p>Newcomer Karim Adeyemi also scored for Hansi Flick's team, which is looking to win a third straight La Liga title.</p><p>It was the biggest win so far in the competition this season.</p><p>Lamine Yamal appeared to be upset when he was replaced in the second half.</p><p>Maresca wins with City in Premier League</p><p>Enzo Maresca enjoyed what he called a “perfect day” as Man City rallied late to defeat Bournemouth 2-1 in its Premier League opener.</p><p>City scored twice in the final 10 minutes to grab the victory at home as Maresca debuted as Pep Guardiola's successor.</p><p>Liverpool salvaged a 2-2 draw at Newcastle thanks to Dominik Szoboszlai’s penalty kick in the ninth minute of stoppage time.</p><p>Brighton scored four goals in the opening 31 minutes in a 4-0 trashing of Aston Villa.</p><p>Salah gets his first goals in Turkish league</p><p>Salah scored twice as Trabzonspor beat Başakşehir 2-1.</p><p>The Egypt forward scored in the eighth and 48th minutes.</p><p>Salah signed a two-year contract with the Turkish club after a long and successful stint with Liverpool.</p><p>Fireworks interrupt Dutch league game</p><p>Feyenoord’s 5-2 win at Cambuur had to be interrupted after away fans set off fireworks that reportedly caused minor injuries to some supporters.</p><p>The Dutch soccer federation released a statement condemning the incident and saying it is “doing everything we can to track down the perpetrators and punish them severely. They can expect, among other things, a nationwide stadium ban for setting off fireworks.”</p><p>Álvarez booed by Atletico fans</p><p>Álvarez was booed by Atletico fans upset with his request to leave the club.</p><p>Álvarez came off the bench in the 67th minute of Atletico’s 2-2 draw against Villarreal at the Metropolitano stadium.</p><p>Álvarez had not played in Atletico’s first game. The club said it does not intend to sell the Argentina forward.</p><p>Giuliano Simeone scored an 85th-minute equalizer for Atletico, which played a man down from the 76th because of a red card for Robin Le Normand.</p><p>Villarreal finished third last season, just ahead of Atletico, the perennial challenger to Barcelona and Real Madrid.</p><p>Juve and Milan get off to winning starts in Italy</p><p>AC Milan opened its Serie A campaign with a 2-1 win at Torino with goals three minutes apart from Alphadjo Cisse and Adrien Rabiot in the second half.</p><p>Milan will be trying to improve from a fifth-place finish last season.</p><p>Gleison Bremer scored in the first half to give Juventus — sixth last season — an opening 1-0 win at Frosinone.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CXC4PHT7KB7HSSQGZLYSO7EMMM.jpg?auth=194c7502dbd06512d5e6a6aaffb22029abdc55780ec0e1441b6b1ce32c663b06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Raphinha celebrates after scoring his side's third goal during a Spanish La Liga soccer match between Elche and Barcelona in Elche, Spain, Sunday, Aug. 23, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FJLUUO2QBDRGYW74ZIPPJ3KEPY.jpg?auth=bb52b5cf31b2d40f9e9a8996573c24fde5b77f41acd8cb946420a39c262fc14b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Fermin Lopez, left, celebrates after scoring his side's his fifth goal during a Spanish La Liga soccer match between Elche and Barcelona in Elche, Spain, Sunday, Aug. 23, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SYP32MSKKC7D6I4YF6ZXYDMR7Y.jpg?auth=64171c74c76fc1a0b83be12cf281f1d04720d83ad8837855985aefa3fc6ae2b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manchester City's head coach Enzo Maresca reacts during the English Premier League soccer match between Manchester City and Bournemouth in Manchester, England, Sunday, Aug. 23, 2026. (AP Photo/Dave Thompson)]]></media:description><media:credit role="author" scheme="urn:ebu">Dave Thompson</media:credit></media:content></item><item><title><![CDATA[Clavicular livestreams visit to bar in Fort Lauderdale: ‘We got into a fight’]]></title><link>https://www.local10.com/news/local/2026/08/23/brawl-breaks-during-claviculars-visit-to-bar-in-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/23/brawl-breaks-during-claviculars-visit-to-bar-in-fort-lauderdale/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Clavicular shared a video on social media that showed him during a brawl at Rock Bar on Saturday night in Fort Lauderdale. ]]></description><pubDate>Sun, 23 Aug 2026 21:01:44 +0000</pubDate><content:encoded><![CDATA[<p>Clavicular shared <a href="https://x.com/i/broadcasts/1AKEmvlyOBYKL" target="_self" rel="" title="https://x.com/i/broadcasts/1AKEmvlyOBYKL">a video on social media</a> that showed him during a brawl at Rock Bar on Saturday night in Fort Lauderdale. </p><p>Braden Peters, 20, a livestreamer also known as Clav, was walking through the crowd with his security when a man approached him. </p><p><a href="https://x.com/i/broadcasts/1AKEmvlyOBYKL" target="_self" rel="" title="https://x.com/i/broadcasts/1AKEmvlyOBYKL">The video</a> shows a man approach Clav and say, “Peter Thiel’s good boy!”</p><p>When things got heated, a man who appeared to be a member of Clav’s security team pushed the man away from Clav and toward the bar’s counter. </p><p><a href="https://x.com/i/broadcasts/1AKEmvlyOBYKL" target="_self" rel="" title="https://x.com/i/broadcasts/1AKEmvlyOBYKL">The video</a> also shows another security guard holding Clav and pulling him away from the crowd. Clav walked out of the bar and stopped to greet fans. </p><p>“What a [expletive] idiot,” Clav said about the man after he got into a car, according to <a href="https://x.com/i/broadcasts/1AKEmvlyOBYKL" target="_self" rel="" title="https://x.com/i/broadcasts/1AKEmvlyOBYKL">the livestream</a>, which also showed him on the phone saying, “We got into a fight.”</p><p><b>Related link</b>: <a href="https://x.com/i/broadcasts/1AKEmvlyOBYKL" target="_self" rel="" title="https://x.com/i/broadcasts/1AKEmvlyOBYKL">Fast-forward video to 3:55:57</a></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/04/15/report-controversial-looksmaxxing-influencer-clavicular-hospitalized-in-miami/" target="_self" rel="" title="https://www.local10.com/news/local/2026/04/15/report-controversial-looksmaxxing-influencer-clavicular-hospitalized-in-miami/">Report: Controversial ‘looksmaxxing’ influencer Clavicular hospitalized in Miami</a></li><li><a href="https://www.local10.com/news/local/2026/03/27/looksmaxxing-influencer-clavicular-arrested-by-fort-lauderdale-police/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/27/looksmaxxing-influencer-clavicular-arrested-by-fort-lauderdale-police/">‘Looksmaxxing’ influencer Clavicular arrested by Fort Lauderdale police</a></li><li><a href="https://www.local10.com/news/local/2026/05/06/more-trouble-for-clavicular-controversial-looksmaxxing-streamer-charged-in-alligator-shooting/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/06/more-trouble-for-clavicular-controversial-looksmaxxing-streamer-charged-in-alligator-shooting/">More trouble for Clavicular: Controversial ‘looksmaxxing’ streamer charged in alligator shooting</a></li><li><a href="https://www.local10.com/news/local/2026/05/15/looksmaxxing-influencer-clavicular-takes-plea-deal-in-alligator-shooting-case/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/15/looksmaxxing-influencer-clavicular-takes-plea-deal-in-alligator-shooting-case/">‘Looksmaxxing’ influencer Clavicular takes plea deal in alligator shooting case</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DZEY7AVZUNASFETL7OMIPMLK4E.jpg?auth=aa770ad6c8b4f05903a650b56844e0d1798f4d9caf7b39d73eff9eec12bbde20&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Braden Peters, 20, better known as Clavicular, livestreams a brawl on Saturday night at Rock Bar in Fort Lauderdale. Google Maps Street View and screengrab of Clavicular's livestream on Broadcasts. ]]></media:description></media:content></item><item><title><![CDATA[Two Phoenix police officers arrested and fired after violent, unreported traffic stop]]></title><link>https://www.local10.com/news/national/2026/08/23/two-phoenix-police-officers-arrested-and-fired-after-violent-unreported-traffic-stop/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/23/two-phoenix-police-officers-arrested-and-fired-after-violent-unreported-traffic-stop/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Two Phoenix police officers were fired and arrested after an unreported traffic stop in which they assaulted a man and woman and shocked them with a Taser, the police chief said.]]></description><pubDate>Sun, 23 Aug 2026 21:17:52 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Two Phoenix police officers were fired and arrested after an unreported traffic stop in which they assaulted a man and woman and shocked them with a Taser, the police chief said.</p><p>Officers Antonio Felix and Luis Vasquez were arrested on charges including aggravated assault and kidnapping, police chief Matt Giordano said at a news conference Saturday.</p><p>“Detectives have confirmed that the two former officers physically assaulted both the man and woman during the traffic stop,” Giordano said. “The investigation also shows that a Taser was used on the victims during the stop.”</p><p>The officers did not report the Aug. 5 traffic stop and did not activate their body-worn cameras, police said.</p><p>“There is no video evidence, but we established what we believe is probable cause that these crimes were committed,” Giordano said, adding there was no indication that the officers knew the victims.</p><p>Dave Evans, a spokesperson for the Maricopa County Sheriff’s Office, said Sunday that Vasquez had been released from custody while Felix remained incarcerated at the Lower Buckeye Jail in Phoenix.</p><p>Attempts by The Associated Press to determine who their defense attorneys were to request comment were unsuccessful.</p><p>During the late-night traffic stop in Phoenix, the male driver and woman passenger reported that the officers smashed the car window, according to a statement from Phoenix police. Vasquez punched the man and threatened to shoot him, while the woman was removed from the vehicle and handcuffed.</p><p>The man managed to drive away and abandoned the car in neighboring Tempe, while the woman was released at the scene, the statement said.</p><p>A police officer in neighboring Tempe who responded to the abandoned car asked over dispatch whether it had fled from any neighboring police agencies and was told it had not, according to a Tempe police report.</p><p>The Tempe officer called the car's registered owner, the mother of the male driver, and through her was able to connect with the woman passenger and eventually the male driver. The woman passenger told the officer that both of them had been shocked with a Taser, while the man later told the officer that he had been punched in the face multiple times and that they had repeatedly asked why they had been stopped.</p><p>The Tempe officer wrote in the report that he believed they were victims of an attempted carjacking by people impersonating police officers.</p><p>Giordano, the Phoenix police chief, said he had a similar reaction when he initially learned of the incident as it was “so far outside the bounds of our policies.” But when detectives started looking into it, they realized Phoenix officers might be involved and transitioned the case to a special investigations detail, he said.</p><p>“That's when they started putting evidence together, including the automatic vehicle locator that did put a vehicle at that location about the time that the victims reported it occurred," Giordano said, referring to the location technology in city vehicles.</p><p>Vasquez and Felix had served eight and nine years with Phoenix police, respectively. Giordano, without elaborating, said both had previously violated department policy but that it was “nothing of this nature.”</p><p>The Phoenix department's investigation and audit are ongoing. The officers have a scheduled court date on Friday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SRMB55Q7HUCRWVXQJ56PTDBPHE.jpg?auth=d56ef7ba8e3957d8193e60bcef84f00fc18a81a907fdc2dd8a3ec5d0c440d9ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Phoenix Police Department vehicles block off a street in Phoenix, May 30, 2020. (AP Photo/Ross D. Franklin, File]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content></item><item><title><![CDATA[Scheffler says he played BMW Championship with hand, foot and mouth disease]]></title><link>https://www.local10.com/sports/2026/08/23/scheffler-says-he-played-bmw-championship-with-hand-foot-and-mouth-disease/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/23/scheffler-says-he-played-bmw-championship-with-hand-foot-and-mouth-disease/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ST. LOUIS (AP) — Scottie Scheffler wrapped a most ordinary performance by his standards with his 13th bogey of the week in the BMW Championship. Turns out it was a most extraordinary week given his health.]]></description><pubDate>Sun, 23 Aug 2026 21:01:05 +0000</pubDate><content:encoded><![CDATA[<p>ST. LOUIS (AP) — Scottie Scheffler wrapped a most ordinary performance by his standards with his 13th bogey of the week in the BMW Championship. Turns out it was a most extraordinary week given his health.</p><p>“I'm sick,” Scheffler said while turning down an interview request Thursday.</p><p>After he closed with a 2-under 68 on Sunday, Scheffler offered a few more details. He said he was dealing with hand, foot and mouth disease that causes blisters.</p><p>“So to start the week it was pretty painful to grip the club,” he said. “If I was smarter maybe I would have pulled out, but I was playing so good I felt like if I could knock it out quickly and just get through the first couple rounds I would still have a chance.”</p><p>Scheffler was coming off an eight-shot victory in the FedEx St. Jude Championship and appeared to be hitting his stride at just the right time for the three-week conclusion to the PGA Tour season.</p><p>In hindsight, Scheffler said it would have been prudent to pull out with so little at stake. He already was assured of being No. 1 in the FedEx Cup through the BMW Championship, which earned him a $23 million bonus. Seeds don't even matter next week at the Tour Championship because all 30 players who advance only have to win at East Lake to capture the FedEx Cup.</p><p>“I think that’s part of my stubbornness, probably. That’s probably a strength of mine and a weakness at times,” Scheffler said. "I’ve never been one to ever pull out of a tournament, especially in the middle of it. That’s really frustrating for me.</p><p>“But I’m proud of how I fought,” he said. “Feel like I’m starting to heal up. My throat is still bugging me pretty good. But my hands feel normal today.”</p><p>His only mistake — aside from three bogeys — was nearly shaking hands with Cameron Young when they finished because he was feeling back to normal.</p><p>Scheffler had with three straight birdies that briefly got him inside the top 10, but he closed with a bogey from the fairway bunker. Scheffler hit only 65% of his greens this week.</p><p>“I felt better as the week went on,” he said. "I got sick Monday night. That was probably the most frustrating part. Playing really good golf, and you come out of the heat and get a little adrenaline, sometimes your body kind of crashes. Then it hit me pretty good all week.</p><p>“I’m still not 100% now, but I’ll get some rest now and hopefully that will help.”</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIBLPPNBPXPX7MYMO2EN5FT6BU.jpg?auth=80fbcc29c502a4bfae7ab3e9fd60602eb377282a40ab545b4f43dd407cf3ebbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from the second tee in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/44KT52NGRBTLAU24WSDS6YHWQM.jpg?auth=2e0d77d5cec206ae299f7936baa093d8ef511662bf9a79a3398c782c6af095a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from the first fairway in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MQM4VKL6WOYLZTGLGEDVSZXIQA.jpg?auth=3cc55fc926f9a77be89f2f39fc50bd84b965568e86446ec43de5cefb662c9bd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler hits from the first tee in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LZCANZ66O26Y7N4YIFWSKB6DVI.jpg?auth=84d20ad7dcc7c8d49790974660fe7f0f29308de42e6d62ebbdca93b28baf42a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scottie Scheffler prepares to hit on the first fairway in the final round of the BMW Championship golf tournament, Sunday, Aug. 23, 2026, in St. Louis. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content></item></channel></rss>