<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 27 Aug 2026 12:32:27 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[‘Honeybun Boyz’ fraud ring stole millions from victims, feds say]]></title><link>https://www.local10.com/news/local/2026/08/26/honeybun-boyz-fraud-ring-stole-millions-from-victims-feds-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/honeybun-boyz-fraud-ring-stole-millions-from-victims-feds-say/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Dozens of people fell victim to an elaborate fraud ring, with some losing their life savings. Federal agents say the criminal network, called the “Honeybun Boyz,” made off with millions of dollars.]]></description><pubDate>Wed, 26 Aug 2026 21:53:08 +0000</pubDate><content:encoded><![CDATA[<p>Dozens of people fell victim to an elaborate fraud ring, with some losing their life savings. Federal agents say the criminal network, called the “Honeybun Boyz,” made off with millions of dollars.</p><p><a href="https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/">Leer en español</a></p><p>A criminal complaint filed earlier in August reveals a $20 million criminal enterprise operating in South Florida.</p><p>The 29-page complaint says the FBI began investigating “money mule networks” last year.</p><p>Federal agents identified a group called the Honeybun Boyz. </p><p>The complaint describes the group as a major metropolitan criminal enterprise made up of financial fraudsters who flaunt $100,000 bankrolls tied to account takeovers that target vulnerable victims.</p><p>The term “honeybun” in certain circles means $100,000, a term also used by music artists like Pop Smoke.</p><p>The three-tiered network is made up of controllers, the bosses, handlers and mules who move the money.</p><p>Federal agents identified as many as 30 victims in South Florida, many of them elderly, including a widow who was convinced to withdraw $95,000 in cash.</p><p>The report says businesses were defrauded too. One victim was told the bank had a security breach. </p><p>Through a phishing link, fraudsters allegedly obtained the victim’s login information for an American business bank account, and a fraudulent wire transfer for $82,000 was initiated, according to investigators. </p><p>They said the fraudsters used phishing links, fake bank phone calls and stolen banking information to get the cash.</p><p>A complaint obtained by Local 10 News on Wednesday lists luxury purchases the suspects allegedly made in April, with thousands spent on high-end goods at Balenciaga, Louis Vuitton and a high-end Miami watch store.</p><p>Two of the suspects are accused of using the money to purchase a home in Miami Lakes worth close to $1 million.</p><p>Twelve defendants are listed in the complaint. They face charges of conspiracy to commit bank fraud and conspiracy to commit money laundering.</p><p>The report says Honeybun Boyz groups have also been identified in other major cities, including Los Angeles, Atlanta and New York.</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[Judge denies plea deal for former Miami-Dade piano teacher accused of acting inappropriately with student ]]></title><link>https://www.local10.com/news/local/2026/08/26/judge-denies-plea-deal-for-former-miami-piano-teacher/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/judge-denies-plea-deal-for-former-miami-piano-teacher/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A former piano teacher, Rudolph Infante, was back in front of a judge Wednesday morning for a plea hearing.]]></description><pubDate>Wed, 26 Aug 2026 20:09:28 +0000</pubDate><content:encoded><![CDATA[<p>A former piano teacher, Rudolph Infante, was back in front of a Miami-Dade County judge Wednesday morning for a plea hearing.</p><p><a href="https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/">Leer en español</a></p><p>The proposed deal called for five years of probation with no jail time in exchange for a guilty plea. But the judge denied the deal after the victim said five years of probation was not enough.</p><p>According to police, a Miami Southridge Senior High School student told investigators Infante made inappropriate comments to her, including, “If I was only 30 years younger... You’re so beautiful... I’ve been thinking about you... I can’t wait to be with you.”</p><p>He is accused of hitting on the student, inappropriately touching her and allegedly kissing her chest. The teen told police she felt afraid.</p><p>Infante was charged with four counts of battery and one count of offenses against students by authority figures.</p><p>The case will continue. There will either be a new plea deal or a trial.</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[Venezuela to end police checkpoints in cities, president says]]></title><link>https://www.local10.com/news/world/2026/08/26/venezuela-to-end-police-checkpoints-in-cities-president-says/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/venezuela-to-end-police-checkpoints-in-cities-president-says/</guid><dc:creator><![CDATA[Cody Weddle, Latin America Journalist]]></dc:creator><description><![CDATA[Major changes have been announced for roadways in Venezuela.]]></description><pubDate>Wed, 26 Aug 2026 23:43:25 +0000</pubDate><content:encoded><![CDATA[<p>Major changes have been announced for roadways in Venezuela.</p><p>“We are going to eliminate police checkpoints in the cities,” Interim President Delcy Rodriguez said in Spanish. </p><p>“What we hope is that it is carried out,” Diego Casanova, with the Committee for Political Prisoners, said in Spanish.</p><p>Casanova said he hopes the change is implemented, but he is skeptical.</p><p>His brother, Jose Gregorio Perez, was arrested at a checkpoint in 2024 and was only freed in January of last year. Casanova has continued to lead protests calling for the release of all political prisoners.</p><p>Casanova said removing the roadblocks would “prevent further police abuses,” adding that these checkpoints have been used as points for extortion and places of repression.</p><p>Javier Tarazona with Fundaredes monitors human rights in Venezuela. He spent nearly five years in jail and said he welcomes the announcement, but wants to see how it plays out.</p><p>Tarazona said he wants to see it as “the starting point for a process of reconciliation.”</p><p>He is now calling for a new amnesty law to free those still jailed and considered political prisoners.</p><p>An original amnesty law was passed in January, shortly after the U.S. captured Nicolas Maduro, but human rights groups maintain that around 400 political prisoners remain. The Venezuelan government denies that it holds any political prisoners.</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[After ICE detention, Navy sailor’s father now back home in Key West: ‘I believe in this country’]]></title><link>https://www.local10.com/news/local/2026/08/26/after-ice-detention-navy-sailors-father-now-back-home-in-key-west-i-believe-in-this-country/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/after-ice-detention-navy-sailors-father-now-back-home-in-key-west-i-believe-in-this-country/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Luis Aviles is home in Key West.]]></description><pubDate>Wed, 26 Aug 2026 22:01:15 +0000</pubDate><content:encoded><![CDATA[<p>Luis Aviles <a href="https://www.local10.com/news/local/2026/08/25/family-of-uss-lincoln-sailor-says-father-who-was-detained-by-cbp-now-back-home/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/08/25/family-of-uss-lincoln-sailor-says-father-who-was-detained-by-cbp-now-back-home/">is home in Key West</a>.</p><p>The handyman and father of a U.S. Navy sailor was released from ICE custody after being arrested over the weekend by U.S. Border Patrol agents.</p><p>“I can’t say nothing bad, because I say thank you for giving me freedom to come back to my home,” Aviles said. </p><p>Federal authorities told Local 10 News that Aviles entered the United States illegally from Nicaragua nearly 20 years ago and that his son’s military service has no bearing on his status.</p><p>Aviles was asked Wednesday about his arrival those years back, but he declined to give details.</p><p>“I got very scared,” he said. “I don’t want to remember that situation.”</p><p>His arrest came in the midst of the Trump administration’s crackdown on illegal immigration.</p><p>Border Patrol agents, as well as U.S. Immigration and Customs Enforcement officers, are targeting convicted criminals in operations around South Florida. </p><p>But federal authorities are also arresting those without legal immigration status, who are subject to deportation in the eyes of the government.</p><p>Aviles’ case garnered national attention after his son Josh, who is in his ninth month onboard the USS Abraham Lincoln, made an outcry on social media. </p><p>Aviles says he has pending paperwork, and the process doesn’t deter him. </p><p>“I’m waiting for everything,” he said. “I believe in this country. I believe that everything is good. It’s good. I believe in the people of the United States too. I have a lot of friends I say thank you (to) for taking care of my family.”</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[Queer community mourns passing of Dolly Parton, an advocate for LGBTQ+ rights]]></title><link>https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Dolly Parton was a lifelong ally of the LGBTQ+ community. ]]></description><pubDate>Wed, 26 Aug 2026 22:50:16 +0000</pubDate><content:encoded><![CDATA[<p>Dolly Parton was a lifelong ally of the LGBTQ+ community.</p><p>Following the global star’s passing, members of South Florida’s LGBTQ community are both mourning her and looking back to honor her incredible career. </p><p>“I am not gay, but if I were I would be the first one running out of the closet,” Parton said. </p><p>While Parton may have steered away from politics and controversy, she always spoke up for her queer fans, telling the Hollywood Reporter in 2023, “I have some of everybody in my own immediate family and in my circle of employees. I’ve got transgender people. I’ve got gays. I’ve got lesbians.”</p><p>That’s why for people like Marcy Miller, the loss is so painful.</p><p>“Because she represents hope and love and joy and the sparkle that’s missing a lot,” said Miller. </p><p>Miller’s home is filled with Dolly Parton gear, honoring the sparkly country music star as a tribute to a legacy of love and inclusion.</p><p>“She can be Christian and still stand for the trans community, the LGBT community,” said Miller. </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[Fans across Nashville pay tribute to Dolly Parton]]></title><link>https://www.local10.com/news/national/2026/08/26/fans-across-nashville-pay-tribute-to-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/fans-across-nashville-pay-tribute-to-dolly-parton/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[From flowers outside her home to notes left at murals across the city, fans in Nashville are finding their own ways to remember Dolly Parton.]]></description><pubDate>Thu, 27 Aug 2026 01:40:14 +0000</pubDate><content:encoded><![CDATA[<p>From flowers outside her home to notes left at murals across the city, fans in Nashville are finding their own ways to remember Dolly Parton.</p><p>Her presence is felt throughout Music City, where people are mourning the loss of a country music icon they say gave so much to the world.</p><p>“I thought she was going to live forever,” said Joann Kirkman.</p><p>“Now she’s up in heaven with God’s angels singing to us all and it’s true, we will always love her,” said Emily Tansill.</p><p>Flowers and messages from fans surround Parton’s star outside the Country Music Hall of Fame.</p><p>A few blocks away sits her latest project, the Songteller Hotel. It’s not yet open, but fans have still built a memorial.</p><p>“The kind of person she is, it’s so rare that people want to do such good in this world like Dolly does,” said Mandy Madson.</p><p>Outside her home is a mountain of flowers and tributes as a nonstop stream of people take a moment to pay their respects.</p><p>“She was just a global treasure that everybody loved and I don’t think anyone disagreed on,” said Garrett Webb.</p><p>In East Tennessee, Dollywood opened the day after her passing, with the theme park saying the show must go on as Dolly would have wanted.</p><p>The show also went on at the Grand Ole Opry, where Parton made her debut at just 13 years old when it was still at the Ryman.</p><p>One fan reminisced about the times her church choir sang with Parton.</p><p>“Our choir backed up Dolly twice on the Country Music Awards in 1989 and then in 1990 on the Dove Awards,” the fan said. </p><p>Parton’s bright smile is painted on the sides of buildings all over Music City.</p><p>Across the river in East Nashville is another mural where fans have left notes and flowers to remember a woman who gave so much to the world.</p><p>And she still has more to give. There’s a secret song locked away in Dollywood that won’t be released until 2045. Parton has said it’s a really good song.</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[Tanzania's resigning vice president expelled from the governing party, deepening test to democracy]]></title><link>https://www.local10.com/news/world/2026/08/27/tanzanias-resigning-vice-president-expelled-from-the-governing-party-deepening-test-to-democracy/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/tanzanias-resigning-vice-president-expelled-from-the-governing-party-deepening-test-to-democracy/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA and ALI SULTAN, Associated Press]]></dc:creator><description><![CDATA[ZANZIBAR, Tanzania (AP) — Tanzania’s governing party expelled the vice president who resigned this week, in an act of retaliation that will further test the credentials of the East African nation as a place of relative peace and stability.]]></description><pubDate>Thu, 27 Aug 2026 12:18:24 +0000</pubDate><content:encoded><![CDATA[<p>ZANZIBAR, Tanzania (AP) — Tanzania’s governing party expelled the vice president who resigned this week, in an act of retaliation that will further test the credentials of the East African nation as a place of relative peace and stability.</p><p>A meeting of the Chama cha Mapinduzi, or CCM, party decided to punish Emmanuel Nchimbi for indiscipline, and it nominated Energy Minister Deogratius Ndejembi to become President Samia Suluhu Hassan’s deputy, CCM Secretary-General Asha-Rose Migiro told reporters late Wednesday.</p><p>The maneuver is believed to be part of the ongoing fallout from Hassan’s contentious election in October, when the security forces were deployed to put down riots over the disqualification of the president’s main rivals. The internet was shut down for days, a move that Hassan later apologized for and promised would never happen again.</p><p>Hassan's main rival, Tundu Lissu, is jailed over treason charges he says are politically motivated.</p><p>Nchimbi said that his resignation would take effect Sept. 4 and that he would remain “a good citizen” of his country. His decision has shocked many in a country where stability is prized under the one-party rule of CCM. Some analysts say he disagreed with Hassan over governance and other issues stemming from the government’s brutal crackdown on protests during and after the Oct. 29 election.</p><p>A postelection inquiry showed 518 people were killed in the violence. The leader of the commission that investigated the violence, Mohamed Chande Othman, said during the release of his report in April that the number of deaths was likely higher, because some families buried their loved ones without taking their bodies to morgues. He recommended an investigation into the use of firearms, as some of the witnesses told the commission that their loved ones were shot while sitting inside their houses.</p><p>A version of CCM has ruled Tanzania since independence from Britain in 1961. CCM is fused with the state, effectively in charge of the security apparatus and structured in such a way that new leaders emerge every five or 10 years.</p><p>Hassan herself was able to rise to the presidency as vice president in 2021 without incident when her predecessor, John Pombe Magufuli, died suddenly after the start of his second term.</p><p>The orderly transition sustained Tanzania’s reputation as an oasis of political stability and relative peace, a major reason for CCM’s considerable support, especially among rural voters.</p><p>___ Rodney Muhumuza reported from Kampala, Uganda. An Associated Press reporter in Dar es Salaam, Tanzania, who can't be named because of security concerns, also contributed reporting.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BQDF3QZSLK2745ATEKFOL3FRNA.jpg?auth=5be4c990b72ffab55f2f62f67bd206fd4e27c02b996e92c81a3df7fa1e713a83&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tanzania's Vice President Emmanuel Nchimbi delivers his speech during a campaign rally in Dodoma, Tanzania, Saturday, Sept. 27, 2025. (AP Photo, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RGIDZN26F6Z3XCBSNNJJJFL6KI.jpg?auth=6977362988f61dc9413d9b19b6c2c74115b1fe2ebe97529061903449b4c299fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tanzania's President Samia Suluhu Hassan delivers remarks during a campaign rally ahead of the general elections in Iringa, Tanzania, on Oct. 5, 2025. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Exclusive: RFK Jr. said a Samoa trip had nothing to do with vaccines. New documents refute that]]></title><link>https://www.local10.com/health/2026/08/27/exclusive-rfk-jr-said-a-samoa-trip-had-nothing-to-do-with-vaccines-new-documents-refute-that/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/exclusive-rfk-jr-said-a-samoa-trip-had-nothing-to-do-with-vaccines-new-documents-refute-that/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Health Secretary Robert F. Kennedy Jr. repeatedly told lawmakers who held the key to his confirmation last year that a 2019 visit to Samoa before a deadly measles outbreak had “ nothing to do with vaccines.” New documents obtained by The Associated Press and The Guardian refute that testimony.]]></description><pubDate>Thu, 27 Aug 2026 12:00:40 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Health Secretary Robert F. Kennedy Jr. repeatedly told lawmakers who held the key to his confirmation last year that a 2019 visit to Samoa before a deadly measles outbreak had “ nothing to do with vaccines.” New documents obtained by The Associated Press and The Guardian refute that testimony.</p><p>Kennedy, then a prominent anti-vaccine activist, preempted the visit with a letter to the Samoan prime minister requesting to study the Pacific island nation’s measles, mumps and rubella vaccines after the deaths of two children who had received them. In the letter, he used the words vaccine or vaccination eight times.</p><p>The letter raises questions about how truthful Kennedy was in testimony before Congress. During an arduous confirmation process where he needed the support of some skeptical Republican lawmakers to advance, Kennedy also pledged to maintain vaccine policies that, once in office, he moved to change.</p><p>“I am writing this letter to you in the hope that we might be helpful to the people of your great nation,” Kennedy wrote, adding that he believed the deaths of the two children could have resulted from manufacturing issues.</p><p>“I would propose my team conduct detailed health informatics assessment in Samoa of what happened with your MMR vaccines,” he continued.</p><p>The Department of Health and Human Services said in response to questions from the AP that the Samoa visit “was unrelated to vaccines.”</p><p>“Any claim or insinuation based on these letters that Secretary Kennedy lied under oath or to Congress is not only false but outright defamatory,” the department said in a written statement. Kennedy was not under oath during his confirmation hearing. Knowingly giving material false testimony to Congress is a crime that carries a possible prison sentence regardless of whether a person is under oath, though it is rarely prosecuted.</p><p>HHS did not make Kennedy available for an interview. The White House did not respond to a request for comment. The Samoan prime minister’s office and the former prime minister who corresponded with Kennedy did not respond to requests for comment.</p><p>Kennedy’s Samoa visit has become one of the most contentious events in his career. At the time, he was leading a nonprofit known for its anti-vaccine activism. Critics said the visit emboldened anti-vaccine activists in Samoa, which later experienced the measles outbreak that killed 83 people, mostly children under 5.</p><p>Lawyers with expertise in Senate procedure said that if lawmakers choose, they could use Kennedy’s statements as grounds for hearings, an impeachment inquiry or creating other obstacles for him. But such action is unlikely under the current Republican-led Congress, which is aligned with President Donald Trump's administration.</p><p>Under repeated questioning, Kennedy insisted vaccines weren’t the reason for the trip</p><p>At the start of Trump’s second term, Kennedy — a leader in the anti-vaccine movement before entering politics — faced an uphill battle as he sought to become the nation’s health secretary. Lawmakers from both parties had criticized his anti-vaccine rhetoric, and during his confirmation hearings, he tried to assure them that he supported childhood vaccination.</p><p>The Samoa trip also came under scrutiny.</p><p>Kennedy told the senators that his Samoa visit did not influence people’s decisions on whether to vaccinate.</p><p>Several times, he flatly denied that his reason for the trip had anything to do with vaccines.</p><p>When it came up during questioning by Sen. Ron Wyden, D-Ore., Kennedy replied: “I went there, nothing to do with vaccines. I went there to introduce a medical informatics system that would digitalize records in Samoa and make health delivery much more efficient.”</p><p>The following day, when Sen. Edward Markey, D-Mass., asked, Kennedy said: “My purpose in going down there had nothing to do with vaccines.”</p><p>Upon further questioning, Kennedy again denied it had anything to do with vaccines before adding: “My purpose in the trip was not to — I ended up having conversations with people, some of whom I never intended to meet.”</p><p>In the end, Kennedy won crucial support from Republican Sen. Bill Cassidy, the Louisiana physician who leads the Senate Health, Education, Labor and Pensions Committee and has strongly advocated vaccination. The Senate confirmed Kennedy on a 52-48 vote.</p><p>Cassidy said he voted to confirm Kennedy because he received commitments that as health secretary, he would not change certain vaccine policies and guidance. For example, Cassidy said in a speech announcing his vote, Kennedy pledged to maintain a federal vaccine advisory committee “without changes.” Once in office, Kennedy ousted all 17 members of the committee and named his own advisers.</p><p>Cassidy has acknowledged his trust in Kennedy was broken.</p><p>“The commitments that were made to me have been violated,” Cassidy said on CBS's “Face the Nation” in June.</p><p>Letters show Kennedy wanted to study Samoa’s use of MMR vaccine</p><p>Kennedy for years was chair and chief legal counsel of Children’s Health Defense, a nonprofit group known for its anti-vaccine activism. The group turned its attention to Samoa in July 2018, when two young children died after being given a tainted MMR vaccine that had been improperly prepared. The two nurses involved were criminally charged the month after the children died. The nurses ultimately pleaded guilty to manslaughter.</p><p>The Samoan government halted all vaccinations for 10 months, until April 2019. Vaccination rates plummeted.</p><p>During that time, CHD started contacting the Samoan government, according to emails previously obtained by the AP and the Guardian as the result of a lawsuit against the State Department brought with the aid of the Reporters Committee for Freedom of the Press.</p><p>In the newly obtained letter from Kennedy, also revealed through the lawsuit and dated Jan. 20, 2019, he addressed then-Prime Minister Tuilaepa Sailele Malielegaoi and described his desire to study Samoa’s use of the MMR vaccine.</p><p>Kennedy speculated that the deaths in Samoa may have been caused by issues with different vaccine lots. Writing on CHD letterhead, he said his team wanted to evaluate whether that was the case through a “detailed health informatics assessment.”</p><p>He expressed his belief that it was difficult and time-consuming in most of the world to investigate “adverse health events associated with vaccines” and said health information systems are rarely designed to quickly study links “between diagnoses and specific vaccination events.”</p><p>The letter did not specifically discuss anti-vaccine activism.</p><p>The prime minister responded a month later, saying Samoa could benefit from CHD’s assessment of MMR vaccines.</p><p>“It is certainly beneficial for Samoa to have the benefit of your Team’s independent health assessment of our MMR Vaccines and I would welcome with much anticipation your Team’s proposed visit to our islands,” he wrote, including a representative from the U.S. Embassy on his communication.</p><p>CHD did not respond to a request for comment.</p><p>Kennedy, his wife, actor Cheryl Hines, and Michael Graven, a CHD colleague, took their trip to Samoa in May and June of that year. By then, vaccinations had resumed and Samoa’s top health official had publicly announced that human error, not a vaccine issue, was responsible for the children's deaths.</p><p>While Kennedy was there, he met with anti-vaccine activists, including one who helped arrange the trip with a U.S. Embassy employee, the AP and the Guardian previously reported.</p><p>Months later, with vaccination rates still dangerously low, measles broke out, sickening thousands.</p><p>Public health experts have said their efforts to address the outbreak were hampered by anti-vaccine activists, some of whom they claim were emboldened by Kennedy’s visit.</p><p>The AP and the Guardian previously reported that officials with the State Department and UNICEF privately discussed that the trip was about vaccines. In response, some Democratic politicians, including Wyden and Markey, have said Kennedy lied or misled the Senate.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXZ7TKLCYUB2YAYVOQ6GHSKA6I.jpg?auth=eb3b73669eccc6c66ae8787fd3e4b74a5bc5a75841f66538c9031da0cec25732&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Robert F. Kennedy Jr., President Donald Trump's choice to be Secretary of Health and Human Services, appears before the Senate Finance Committee for his confirmation hearing, at the Capitol in Washington, Jan. 29, 2025. (AP Photo/Ben Curtis, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Ben Curtis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QIDJTXEOELMLCTQQ657KT4OTOU.jpg?auth=fb68771e6b79bfb32ada4e2e8f229ffe150fee210603aa7f500d3b83a4cc5a4d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Prime Minister Tuilaepa Sailele Malielegaoi, foreground right, shakes hands with Robert F. Kennedy Jr. at the the 57th Independence Celebration in Mulinu'u, Samoa, June 1, 2019. At foreground left is Kennedy's wife, actress Cheryl Hines.(Misiona Simo/Samoa Observer via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Misiona Simo</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEOQFXMKVYETKP6OBTOBTQKTFE.jpg?auth=d6d4f124d906c08ff68a671bb65a9aa7a13c84ae4dad022404ee556de8d466a3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Health and Human Services Secretary Robert F. Kennedy Jr., listens during a meeting to sign an executive order about vaccines Aug. 10, 2026, in the Oval Office of the White House in Washington. (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/BUUJWZGQE4VP5PEIP3ZXE2NOWE.jpg?auth=1db5cff66f220decf5f54a129caff7cf94ea9cb6fbc1997e1a77dc646cb8ff14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Robert F. Kennedy, Jr., right, President Donald Trump's nominee to serve as Secretary of Health and Human Services, talks with Committee Chairman Sen. Bill Cassidy, R-La., following his confirmation hearing on Capitol Hill, Jan. 30, 2025, in Washington. (AP Photo/Rod Lamkey, Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey Jr.</media:credit></media:content></item><item><title><![CDATA[Tate brothers' extradition fight back in Miami court as brothers seek release on bond]]></title><link>https://www.local10.com/news/florida/2026/08/27/tate-brothers-extradition-fight-back-in-miami-court-as-brothers-seek-release-on-bond/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/27/tate-brothers-extradition-fight-back-in-miami-court-as-brothers-seek-release-on-bond/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — A federal judge will consider Thursday whether social media influencers Andrew and Tristan Tate should remain in custody as they challenge their extradition to face rape and sex trafficking charges in the United Kingdom.]]></description><pubDate>Thu, 27 Aug 2026 04:02:34 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — A federal judge will consider Thursday whether social media influencers Andrew and Tristan Tate should remain in custody as they challenge their extradition to face rape and sex trafficking charges in the United Kingdom.</p><p>The Tates have remained in a federal detention center in Miami since making a brief court appearance after their July 18 arrest. Their attorneys have argued that their high profile and active social media presence makes it nearly impossible for them to flee.</p><p>U.S. Magistrate Lauren Louis will have a chance to question their defense and prosecutors before determining if the brothers, who have repeatedly denied wrongdoing, should be released during what could be a monthslong extradition process.</p><p>The Tates have become among the world’s most polarizing internet personalities by promoting wealth, male dominance and misogyny through their social media empire. The new allegations are the latest in the Tates’ long-running international legal saga spanning the U.S., Britain and Romania.</p><p>No date for an extradition hearing has been set. The U.K. has until mid-September to provide evidence to the State Department.</p><p>Defense claims government hasn’t shown Tates are a flight risk</p><p>Federal prosecutors have urged the court to keep the brothers in custody, citing the strong presumption against bail in international extradition cases. The Tates’ claims of having multiple passports and access to wealth and influence in numerous countries demonstrate a heightened risk of flight that no amount of bond could overcome, prosecutors argued.</p><p>Attorneys for the Tates say they largely exaggerated their claims of wealth to boost their social media personas, their claims of multiple passports were satirical and a “$50-million-dollar superyacht” featured in one of the brothers’ videos does not actually belong to them. The expensive luxury cars, including a $2.1 million Aston Martin, that were featured in other videos were rented, the defense says.</p><p>The Tates’ attorneys also argued in court filings that the brothers proved they won’t flee by complying with pretrial restrictions over a separate case in Romania, where they are accused of luring women for sexual exploitation.</p><p>Tates face legal troubles in several countries</p><p>The brothers have long claimed that their violent and misogynistic statements have been taken out of context or were intended as jokes.</p><p>The former professional kickboxers, who have dual U.S. and U.K. citizenship, have millions of social media followers and are vocal supporters of President Donald Trump. The White House has said the brothers shouldn’t expect any help from the president.</p><p>Andrew Tate, 39, became famous a decade ago when he was a contestant on the U.K. reality television show “Big Brother.” He was ejected from the show when a video appeared to show him assaulting a woman.</p><p>He has amassed over 10 million followers on X but has been banned from other platforms, including YouTube, TikTok and Instagram, for violating hate speech guidelines. He has made widely condemned comments, such as saying women who are sexually assaulted should bear some responsibility for the attacks and sharing graphic descriptions of how he might attack women.</p><p>Tristan Tate, 38, has worked with his brother on multiple businesses, including the production of online webcam pornography.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HH5KMZSM577QHFQOWZYTRCAUZA.jpg?auth=6275f7451bdc9f0b607f2689dee83b5828804bf0b5d344b82e159a7c6fde480e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrew Tate, right, and his brother Tristan arrive at an event, April 11, 2026, in Miami. (AP Photo/Julia Demaree Nikhinson, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[CALLING ALL STUDENT-ATHLETES: Submit your sports photos for Local 10’s High School Spotlight]]></title><link>https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/27/calling-all-student-athletes-submit-your-sports-photos-for-local-10s-high-school-spotlight/</guid><description><![CDATA[High school sports are back, and Local 10 wants to help celebrate the student-athletes who make game days and championship moments special across South Florida.]]></description><pubDate>Thu, 27 Aug 2026 11:19:43 +0000</pubDate><content:encoded><![CDATA[<p>High school sports are back, and Local 10 wants to help celebrate the student-athletes who make game days and championship moments special across South Florida.</p><p>Parents, families, coaches and high school athletes are invited to submit their favorite sports photos to Local10.com as part of Local 10’s High School Spotlight.</p><p>Whether it’s a game-winning touchdown, a big save on the soccer field, a volleyball celebration, a cheerleading routine, a cross-country finish or a memorable moment with teammates, we want to see it.</p><p>High School Spotlight is a chance to showcase the athletes representing schools and communities across Miami-Dade, Broward and Monroe counties.</p><p>Photos don’t have to capture a championship moment, either. From first games and senior nights to team traditions and celebrations with coaches, some of the best memories happen away from the scoreboard.</p><p>When submitting a photo, be sure to include information about the athlete, team and school so we know who we’re cheering for.</p><p>Your photo could be featured on air as part of Local 10’s High School Spotlight coverage.</p><p>So, parents, get those cameras ready. And student-athletes, send us your best shots from the season.</p><p><div data-ss-embed="promotion" data-opguid="548ba180-f70e-4967-9fbb-81f32d71d4c4" data-routing="hash" data-script="v9k291"></div>
<script defer src="https://embed-1180189.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="v9k291">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KABNGDS2BNDUHNULYKJBEDCOWA.png?auth=971bb8f6f290d3caa22ed1b34882578e1b4492c669a7e67b84fa79b1a8799db3&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Rapper Yung Filly to return to Britain before Australian rape trial next year]]></title><link>https://www.local10.com/entertainment/2026/08/27/rapper-yung-filly-to-return-to-britain-before-australian-rape-trial-next-year/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/rapper-yung-filly-to-return-to-britain-before-australian-rape-trial-next-year/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly can return to Britain before he stands trial in Australia next year on charges of raping a fan, a judge ruled on Thursday.]]></description><pubDate>Thu, 27 Aug 2026 11:15:45 +0000</pubDate><content:encoded><![CDATA[<p>PERTH, Australia (AP) — British social media celebrity and rapper Yung Filly can return to Britain before he stands trial in Australia next year on charges of raping a fan, a judge ruled on Thursday.</p><p>The 31-year-old Columbian-born entertainer, whose real name is Andres Felipe Valencia Barrientos, was convicted by a District Court of Western Australia jury last month of assaulting a woman in a Perth hotel room in September 2024.</p><p>The jury acquitted him on three counts of raping her. But prosecutors said last week they would retry him on another three rape charges on which jurors could not agree.</p><p>Barrientos returned Thursday to the court, where Judge Linda Black agreed to change his bail conditions so he can return to London while he waits for his second trial.</p><p>Black said although the retrial would be expedited and likely happen in 2027, there could be a delay.</p><p>“It seems to me it is appropriate to return to his home country until he is needed for his retrial,” Black said.</p><p>The revised bail conditions include that Barrientos return to Britain by Aug. 31 and stay there until he flies back to Perth for the trial. He will be required to return to Australia 10 days before his retrial and must surrender his passport within 24 hours of returning.</p><p>Barrientos is not allowed to contact the alleged victim or a key prosecution witness, who both cannot be named. Barrientos also cannot publicly comment on the case in any way.</p><p>He will be sentenced on his two convictions for assault occasioning bodily harm after the second jury reach their verdicts on the outstanding rape charges. The assault convictions each carry a potential maximum sentence of five years in prison. Rape convictions would each carry a potential maximum sentence of 14 years in prison.</p><p>Barrientos was touring Australia and had already performed in Sydney and Melbourne before he encountered his alleged victim in Perth. Prosecutors alleged the woman initially agreed to have sex but withdrew her consent because she feared for her safety. He was arrested several days later in the east coast city of Brisbane, where the tour was to end.</p><p>Barrientos has been free on bail since he was charged and was allowed to return to Britain for several months before his first trial.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IT644IU5Z3LA47UMEPMNPNUFAM.jpg?auth=55091395c9d39c80f2b70e73da8609e3007a9b848de24c2ece6a277caa514d65&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[British rapper Yung Filly, whose real name is Andres Felipe Valencia Barrientos, leaves the Western Australian District Court in Perth, Australia, on July 27, 2026. (Aaron Bunch/AAP Image via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Aaron Bunch</media:credit></media:content></item><item><title><![CDATA[Aug. 27: Rain possible today; partial lunar eclipse visible starting at 10:33 pm]]></title><link>https://www.local10.com/weather/2026/08/27/aug-27-rain-possible-today-partial-lunar-eclipse-visible-starting-at-1033-pm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/aug-27-rain-possible-today-partial-lunar-eclipse-visible-starting-at-1033-pm/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Good Thursday morning. Lows this morning are in the 80s, heat indices are in the 90s. ]]></description><pubDate>Thu, 27 Aug 2026 11:00:00 +0000</pubDate><content:encoded><![CDATA[<p>Good Thursday morning. Lows this morning are in the 80s, heat indices are in the 90s. High temperatures will be in the lower 90s, but heat indices will be reaching 100 degrees. Grab the rain gear, showers and storms are possible this morning and then again this afternoon thanks to the sea breeze. Tonight, keep your eyes to the sky to see the partial lunar eclipse starting at 10:33 p.m. The maximum eclipse will be at 12:12 a.m., the full sturgeon moon will also be seen at peek illumination at 12:19 a.m. Friday morning. 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[Nepal floods highlight growing glacier risks in warming Himalayas]]></title><link>https://www.local10.com/news/world/2026/08/27/nepal-floods-highlight-growing-glacier-risks-in-warming-himalayas/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/nepal-floods-highlight-growing-glacier-risks-in-warming-himalayas/</guid><dc:creator><![CDATA[By SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — The deadly flash flood in Nepal on Wednesday was likely caused by a huge chunk of a glacier that broke off and temporarily dammed a river, according to preliminary investigations by scientists. That may have led to the backed-up water surging downstream with enormous force a few hours later, they suggested.]]></description><pubDate>Thu, 27 Aug 2026 12:03:44 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — The deadly flash flood in Nepal on Wednesday was likely caused by a huge chunk of a glacier that broke off and temporarily dammed a river, according to preliminary investigations by scientists. That may have led to the backed-up water surging downstream with enormous force a few hours later, they suggested.</p><p>Scientists are still piecing together information from satellite and ground-level data to figure out exactly what happened to cause the flood, which killed at least 353 people and left more than 1,300 missing, including foreigners and pilgrims.</p><p>The U.S. Geological Survey on Wednesday reported a magnitude 5.2 glacier collapse that sent debris flowing downstream with catastrophic impact on communities. It said its determination was based on data from nearby seismic stations, long period seismic waves and satellite imagery.</p><p>“A lower part of a glacier has really come off,” said Jakob Steiner, a geoscientist at the University of Graz in Austria who is currently based in Bangladesh. “If you look at the imagery it’s like someone cut with a huge knife through the whole lower part and it fell off.”</p><p>Steiner said a mass of glacial ice dropping from a great height could have felt like a bomb exploding, resulting in the chaos that followed.</p><p>Scientists said it is too early to draw a direct connection between global warming and Wednesday’s catastrophe. However, they said that as Earth’s temperature rises because of human activities such as burning oil, gas and coal, the chances of such disasters increase, especially in the Himalayan mountains, which are warming considerably faster than many other parts of the world.</p><p>“We have to be cautious and not draw a connection yet. However, rising temperatures are changing the Hindu Kush Himalaya region and melting glaciers,” said Saswat Sanyal, a disaster risk reduction specialist at the Kathmandu-based climate research group International Centre for Integrated Mountain Development.</p><p>Hundreds have lost their homes across the Himalayan region, and officials reported large-scale damage to critical infrastructure, including hydropower dams, roads, buildings and bridges in the region.</p><p>Sudden rise in water levels gave no chance to escape</p><p>Water levels in rivers across the flood-affected region rose by as much as 9 meters (29.5 feet) in 30 minutes as a result of the surge from the glacial detachment upstream, researchers at the Kathmandu-based climate research group said.</p><p>“It was a huge rise, a huge surge of water that happened suddenly,” said Sanyal.</p><p>Preliminary evidence suggests a large volume of ice and rock may have plunged into the Lhende Khola, a tributary of the Bhote Koshi River. Researchers said the collapse could have displaced water and picked up loose sediment and boulders, producing a powerful surge downstream. Researchers are also examining whether debris temporarily dammed the river before the impounded water burst through, magnifying the flood.</p><p>Steiner said the area has a history of destructive mountain hazards. Floods originating from a glacial lake struck the same valley in 2025, while an ice and rock avalanche occurred elsewhere in the area in 2024. The broader Langtang region was also hit by devastating avalanches during Nepal’s 2015 earthquake.</p><p>Climate change increasing risks in the Himalayas</p><p>The Hindu Kush Himalaya is warming rapidly, driving major changes in glaciers, snow cover, permafrost and mountain slopes, according to climate scientists.</p><p>The mountains contain the largest volume of snow and ice outside the polar regions. More than 63,000 glaciers in the area feed at least 10 major Asian river systems and support the food, water, energy and livelihood security of billions of people.</p><p>However, around 78% of the glacier area, located between 4,500 and 6,000 meters above sea level, is highly exposed to warming.</p><p>“What happened yesterday is unfortunately the new normal. It’s going to get worse from here onwards,” Steiner said.</p><p>The last decade was the hottest multi-year period globally since records began, and 2024 was the warmest year ever recorded. United Nations reports have found that between 2000 and 2019, glaciers lost 267 gigatons of ice per year, roughly equivalent to the mass of 46,500 Great Pyramids of Giza.</p><p>In a warming world, the reports project the loss of up to 50% of all glaciers — excluding those in Greenland and Antarctica — by 2100, even if global warming can be limited to 1.5 degrees Celsius (2.7 degrees Fahrenheit.)</p><p>Current global policies put Earth on a trajectory to warm by about 2.8 degrees Celsius (5 degrees Fahrenheit) above preindustrial levels by the end of the century.</p><p>Research by the Kathmandu-based group has found that glaciers across these mountains are melting at an accelerating rate, with ice-loss rates doubling since 2000.</p><p>Melting glaciers can feed and enlarge glacial lakes, increasing the potential for sudden floods.</p><p>As glaciers retreat, mountain rock that was previously insulated and supported by ice becomes exposed to warmer temperatures, rain and repeated freezing and thawing. Permafrost — ground that has remained frozen for years — can also thaw, weakening rock faces and slopes.</p><p>“The chances that material starts to move down from mountains increase,” Steiner said.</p><p>Sanyal said that may be the kind of cascading hazard behind what happened Wednesday in Nepal: An avalanche or glacier collapse that turns into a debris flow, river blockage and devastating flash flood.</p><p>Fast growth and lack of warnings compound disaster</p><p>Steiner said about 10% of Nepal’s power production was located in the valley affected by the latest disaster. He said the repeated losses raise questions about whether enough has been done to install warning systems for residents and visitors alike after previous floods and avalanches.</p><p>The country's landscape has long been a draw for tourists, with more than a million people visiting the country annually in recent years.</p><p>Scientists say stronger early warning systems, better monitoring and faster cross-border information sharing will be increasingly important as temperatures rise and mountain landscapes become less stable.</p><p>But monitoring thousands of glaciers, steep slopes and river valleys across the Himalayan arc is extremely difficult.</p><p>And when cascading disasters begin, there may be only minutes to act.</p><p>“We don’t have hours,” Sanyal said. “We have sometimes a few minutes to actually prepare.”</p><p>Steiner said a “red line” has already been reached where some regions of Nepal are just too risky to live in now.</p><p>“We expected previous similar disasters to be a wake-up call for governments in the Himalayan region, but it’s a bit frustrating that the damages never seem to be horrible enough,” Steiner said.</p><p>“I’m not super optimistic that from tomorrow onwards there will be clear solutions,” he added. “We know what can be done, but various stakeholders need to coordinate and make things happen.”</p><p>___</p><p>Arasu can be followed on X at @sibi123. Reach him at sarasu@ap.org.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OWRIUG5IJPGP2SB6VQ7TCDBLLE.jpg?auth=231ad5882e3e9a83fa5351899cf0dccb759ad0410ba1d7ea1cbfb569c6cb94d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle is seen in the aftermath of a flash floods in Devighat in the Nuwakot district in Nepal. Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TVCMQKCAGL26W3P76PQK6SBBKA.jpg?auth=eecd25b1934f63c86b336f69589d8a5b800737c908e78090acd843eb7f66a77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthmovers clear the debris from flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZRCIKL7STW2SE6S6P4I7TB56E.jpg?auth=d58c512fe1475b95111fac4c8896329e2cbedb983308ec485dd341727560cd3b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A child walks in mud in the aftermath of a flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YEO7RDMTYBXUIYL3GNTI76HI24.jpg?auth=c7eb31f5bc4768681dd26c56d7117d13b22d3c0887695c16c00eefbd55cd8278&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Earthmovers clear the debris of flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NSGK3KJFB2YP7L7GMKR76LUUK4.jpg?auth=da13016f98e6f3e935fb37ebe4d4c72ed3d5926b50e5acaf9e14e2fe9198bba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by Xinhua News Agency, shows a mudslide-hit area near Gyirong Port in southwestern China's Tibetan Autonomous Region on Wednesday, Aug. 26, 2026. (Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content></item><item><title><![CDATA[Jerusalem court acquits a man indicted in nun attack, orders psychiatric care]]></title><link>https://www.local10.com/news/world/2026/08/27/jerusalem-court-acquits-a-man-indicted-in-nun-attack-orders-psychiatric-care/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/jerusalem-court-acquits-a-man-indicted-in-nun-attack-orders-psychiatric-care/</guid><dc:creator><![CDATA[By GIOVANNA DELL'ORTO, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — A Jerusalem Magistrate’s Court judge acquitted a man accused of attacking a Catholic nun based on his insanity defense, but ordered him committed to psychiatric hospitalization for up to six years.]]></description><pubDate>Thu, 27 Aug 2026 10:37:20 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — A Jerusalem Magistrate’s Court judge acquitted a man accused of attacking a Catholic nun based on his insanity defense, but ordered him committed to psychiatric hospitalization for up to six years.</p><p>The violent assault in April on a nun walking in her habit in Jerusalem’s Old City sent shock waves across Israel and its many Christian communities.</p><p>Clergy and advocates say verbal abuse and spitting have grown increasingly common in the densely packed historic heart of Jerusalem. There, Christians, Jews and Muslims daily cross paths, mostly uneventfully, as they visit some of the holiest sites of Christianity, Islam and Judaism.</p><p>But the violent beating of the nun was seen as a rare and worrisome escalation in the volatile environment that people of all faiths have been experiencing in nearly three years of war.</p><p>On Wednesday, a judge ruled that there was evidence that a Jewish man from a settlement in the occupied West Bank committed the actions he was charged with, but he was entitled to an insanity defense after the district psychiatrist found he was psychotic at the time of the attack.</p><p>The director of The French Biblical and Archeological School of Jerusalem, where the nun is a researcher, told The Associated Press that he hoped the psychiatric hospitalization would be carried out in full “so that public safety can be assured, our colleague can recover psychologically, and people can live in and visit Jerusalem without fear, regardless of their belonging to any community.”</p><p>But Friar Olivier Poquillon added he regretted the decision not to impose a criminal penalty.</p><p>“At the moment of the incident, his judgment was nevertheless sufficient for him to deliberately choose a Catholic nun as his victim from among all the people present,” he said.</p><p>Yisca Harani, who founded the organization Religious Freedom Data Center to track harassment of Christians, said even mentally unstable people can be influenced to act by the prevailing discourse around them.</p><p>“He is still someone who is the product of either the ignorance or the incitement that is around him,” she said. “Even if he is mentally unstable, he was fed with all that anti-Christian material that is around us now.”</p><p>Harani’s organization has tracked a near-tripling of incidents in Jerusalem from four years ago to the last three months recorded — about one a day now — virtually all by Jewish religious nationalists.</p><p>Their hostility to Christians is grounded in the history of persecution of Jews in Christian-majority European countries, in faith practices they see as idol-worshipping, and in seeing their presence as an affront near areas historically sacred to Jews, like the Western Wall, experts say.</p><p>Ambassador George Deek, Israel's new special envoy to the Christian world, said that earlier this month, Israeli police appointed an English-speaking officer to be a first point of contact for Christians in case of incidents, “so there will be a rapid response.”</p><p>“We are going to come up with practical solutions to how we can minimize or stop, if possible, the phenomenon,” Deek said. “We take these issues very seriously.”</p><p>___</p><p>Associated Press journalist Koral Saeed contributed from Herzliya, Israel.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDM7MGA4EMAGD6PRNPXYUX3EOQ.jpg?auth=74e88dd241aa36a7365b2682bc415bbb598eae519d20729261f780635aac6717&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Christian pilgrims walk past the site where a nun was attacked by a man last Wednesday, after visiting the Cenacle, traditionally believed to be the site of the Last Supper, in Jerusalem, Friday, May 1, 2026. (AP Photo/Leo Correa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Leo Correa</media:credit></media:content></item><item><title><![CDATA[Republicans face a midterm verdict as Iran war drags on months longer than Trump promised]]></title><link>https://www.local10.com/news/2026/08/27/republicans-face-a-midterm-verdict-as-iran-war-drags-on-months-longer-than-trump-promised/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/republicans-face-a-midterm-verdict-as-iran-war-drags-on-months-longer-than-trump-promised/</guid><dc:creator><![CDATA[By MIKE CATALINI and STEVEN SLOAN, Associated Press]]></dc:creator><description><![CDATA[BETHLEHEM, Pa. (AP) — Mike Gibbons sat out the presidential election two years ago, frustrated that Democrat Kamala Harris did not take a stronger stand against Israel's war in Gaza and unable to bring himself to cast a vote for Republican Donald Trump.]]></description><pubDate>Thu, 27 Aug 2026 11:05:06 +0000</pubDate><content:encoded><![CDATA[<p>BETHLEHEM, Pa. (AP) — Mike Gibbons sat out the presidential election two years ago, frustrated that Democrat Kamala Harris did not take a stronger stand against Israel's war in Gaza and unable to bring himself to cast a vote for Republican Donald Trump.</p><p>That is not his plan this year.</p><p>The 33-year-old restaurant server in this eastern Pennsylvania town that once housed one of the world's largest steelmakers is eager to vote for any Democrat he can in November. As the war with Iran that Trump initially said would last weeks surpasses six months on Friday, Gibbons is feeling the fallout every time he fills his tank at nearly $1 per gallon more than last year.</p><p>“The price of gas affects the price of everything and the price of everything's up and my pay hasn't gone up,” he said. “I'm doing blue no matter who this time.”</p><p>The Iran war has reshaped the rapidly approaching midterm elections, undermining Trump's campaign pledge to steer clear of foreign conflicts and challenging Republicans who would rather focus on their tax cuts as they cling to narrow majorities in Congress.</p><p>While the president's supporters are undeterred, the war's unpopularity and economic ripple effects could tilt the scales in tightly contested U.S. House districts like the one in Bethlehem, where Republican Rep. Ryan Mackenzie is one of this year's most vulnerable incumbents.</p><p>Midterm elections are always difficult for the party in power in Washington. But interviews with voters around the country show how a war that Trump expected to end with a swift victory could undermine the final years of his presidency.</p><p>Many US adults say the war has not been worth fighting</p><p>About two-thirds of U.S. adults say the war with Iran has not been worth fighting, according to a July poll from The Associated Press-NORC Center for Public Affairs Research. That includes the vast majority of Democrats and independents, as well as more than one-third of Republicans.</p><p>Although Trump has long criticized Iran's leadership, he did little to prepare Americans or allies for such a lengthy conflict. Republican President George W. Bush, for instance, spent more than a year making a case for launching a war in Iraq through speeches and attempts to build an international coalition. Trump did none of that.</p><p>Trump has refused to acknowledge the war's cost, saying this month he would “never apologize” for higher prices stemming from it and insisting he did “the right thing" to prevent Iran from obtaining a nuclear weapon. His administration announced new sanctions this week in an attempt to further isolate Tehran.</p><p>In Congress, Republicans have shifted from initially cheerleading Trump's moves in Iran to expressing concern about the toll of the war. But the party has largely unified to block measures that would curb Trump's war powers and leaders have shown no interest in cutting off money for the war, preferring to portray Democrats as extremists who cannot be trusted to govern.</p><p>Democrats who were blamed just two years ago for presiding over high prices see an opportunity to turn the issue back on their opponents. As part of his comeback U.S. Senate bid in Ohio, Sherrod Brown released an ad this week filmed at a gas station as he said “the cost of gas is out of control and we're the ones paying for it.”</p><p>Speaking to a group of older adults recently in a Republican-dominated swath of western Maryland, Democratic U.S. Sen. Angela Alsobrooks blamed higher prices on the war. Heading into November, she encouraged fellow Democrats to stay focused on the war's impact and what it says about Trump's leadership.</p><p>“We ought to be saying what is obvious, which is our country is heading in the wrong direction,” she said in an interview.</p><p>That resonates with voters such as Brandon Bane, a fast-food worker in Bakersfield, California, where Republican Rep. David Valadao is also in a competitive congressional race. Bane, who described himself as a political independent, said he often has to balance paying rent and groceries, noting high gas prices have only added to the challenge.</p><p>“It hasn’t been worth it at all,” he said of the war, adding that he plans to vote for Valadao’s challenger, Democrat Randy Villegas.</p><p>Melissa Wegman, a Democratic retiree who is also from Bakersfield, said she was shocked when the pump recently whirled to $128 to fill the tank on her SUV.</p><p>“I have to manage a budget," she said.</p><p>Some voters are sticking with Republicans</p><p>But there is a risk, too, that the war does not provide Democrats with the political boost they are expecting.</p><p>While there is plenty of frustration about prices, there are also voters willing to make adjustments without blaming Republicans. Many remain aligned with Trump and are not interested in seeing Democrats return to power.</p><p>North Carolina is a top pickup opportunity for Democrats hoping to flip a U.S. Senate seat. But at the State Farmers Market in Raleigh, North Carolina, Lucienda Lowe of Sugarloaf Orchards said her faith in Trump is solid.</p><p>“There has to be a reason why they’re over there,” she said. “They wouldn’t be over there doing that if there wasn’t something more going on than what we’re seeing.”</p><p>She has not raised her prices on apples even as fuel and fertilizer costs soar. Her family has been farming since 1846 so she feels resilient to weather the next rough patch and tells others to do the same.</p><p>“Suck it up, buttercup," she said.</p><p>Similarly in Iowa, where Democrats are bullish on their prospects of flipping everything from a U.S. Senate seat and the governor's mansion to several U.S. House races, Larry Cole said higher gas prices as a result of the war are just the “nature of the beast.”</p><p>The 66-year-old Republican service manager from Perry, Iowa, said he will back Republicans in this midterm elections and does not want to see Democrats gain control in either chamber. He said Trump has taken action that other presidents were not willing to do to keep Iran in check.</p><p>Trump “hit them where they need to be hit,” Cole said.</p><p>Mark Duffy, 65, of Scottsdale, Arizona, said he did not expect the Iran war to go on as long as it has, but it has not had material effects on his life.</p><p>“I didn’t think it would go this long,” said Duffy, who retired a year ago from his career selling electronic components. “I don’t think anybody did, but now the next wave is the economic sanctions, so we’ll see if that works and maybe that is a way for other people to join.”</p><p>For others, the war has only reinforced a sense that neither political party is responsive to the needs of voters.</p><p>As he left a tattoo parlor in Ashland, Virginia, 26-year-old Evan Mise said he feels the increase in gas prices and worries about whether his mom will be able to retire or whether he will someday be able to.</p><p>But he had not decided whether to support Democrats or Republicans in November.</p><p>“I feel like our government is pretty corrupt through and through," he said. “It’s kind of just a sit-back-and-watch thing. And I think my generation especially feels helpless."</p><p>___</p><p>Sloan reported from Washington. Associated Press writers Allen G. Breed in Raleigh, N.C., Michael R. Blood in Bakersfield, Calif., Sarah Rankin in Ashland, Va., Jonathan J. Cooper in Scottsdale, Ariz., and Hannah Fingerhut in Des Moines, Iowa, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6WPIP4K2ALBFRVAS5OIZ4PHGPI.jpg?auth=d06f2b6cd4c1fa9a5aac5523f354ccf19ab5ed9254d0d8956a9eae614ffc31a6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People march while taking part in a protest against the U.S.-Israeli war with Iran, and against conflict in Lebanon, Wednesday, April 8, 2026, in New York. (AP Photo/Ryan Murphy, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BX6VYQUUI63DPSMNSXKZBAY3HQ.jpg?auth=fe7711274a4cad39ada9614b926b119ac4c7452436f0361497f7b1d5f2ee32f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lucienda Lowe of Sugarloaf Orchards, whose family has been farming since 1846, talks to a customer at the State Farmers Market in Raleigh, N.C., on Friday, Aug. 21, 2026. (AP Photo/Allen G. Breed)]]></media:description><media:credit role="author" scheme="urn:ebu">Allen G. Breed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TRE4VO6JEUCYI66G5NSBDEHDIM.jpg?auth=8d83946ee415010e30df760011deefb3530bffad4968342e71e1c200049d2121&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump speaks with reporters during a news conference in the James Brady Press Briefing Room at the White House, April 6, 2026, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</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><a href="https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/queer-community-mourns-passing-of-dolly-parton-an-advocate-for-lgbtq-rights/">Local artists continue to remember Dolly Parton, who passed away Tuesday at the age of 80</a></li><li><a href="https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/">Burglars ransack home of Gables couple killed in Kenya chopper crash</a></li><li><a href="https://www.local10.com/news/2026/08/26/floods-caused-by-a-glacial-collapse-kill-at-least-160-people-on-nepal-china-border-hundreds-missing/" target="_self" rel="" title="https://www.local10.com/news/2026/08/26/floods-caused-by-a-glacial-collapse-kill-at-least-160-people-on-nepal-china-border-hundreds-missing/">Hundreds missing as floods caused by a glacial collapse devastate parts of the Nepal-China border</a></li></ul><p>You can watch a live feed of our news broadcast at <a href="https://www.local10.com/live/" target="_blank" rel="noreferrer" title="https://www.local10.com/live/">Local10.com/Live</a>. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SPAZHMDACW3W7VWFFGQWKSQFTM.png?auth=0c6ef953b311067db93f79d64f199c3ef52013004b7fcb13188d7b6b8dbfb8d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Local 10 News]]></media:description></media:content></item><item><title><![CDATA[Russia bombards 9 Ukrainian cities overnight, calling the strikes 'massive']]></title><link>https://www.local10.com/business/2026/08/27/russia-says-it-launched-a-massive-overnight-strike-on-9-ukrainian-cities/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/russia-says-it-launched-a-massive-overnight-strike-on-9-ukrainian-cities/</guid><dc:creator><![CDATA[By HANNA ARHIROVA, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Russia bombarded cities across Ukraine with missiles and drones in an overnight onslaught that ran into the daylight of hours Thursday, when explosions echoed around Kyiv through the morning.]]></description><pubDate>Thu, 27 Aug 2026 11:52:28 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Russia bombarded cities across Ukraine with missiles and drones in an overnight onslaught that ran into the daylight of hours Thursday, when explosions echoed around Kyiv through the morning.</p><p>Ukraine is desperately short of U.S.-made Patriot air defense missiles that can counter Russia’s ballistic missiles, and Moscow’s fast-flying jet-powered drones have brought another challenge since the Russian military's full-scale invasion began 4½ years ago.</p><p>Ukrainian officials say Russia builds up missile stocks and launches major attacks every few days, hoping to exhaust Ukrainian defenses through the sheer weight of numbers. In response, Ukraine has hit high-profile targets on Russian soil as the countries inflict mutual destruction.</p><p>Russia says attack targeted war-related facilities</p><p>The Russian Defense Ministry said its forces carried out a “massive” strike on targets in nine Ukrainian cities that began after nightfall on Wednesday. It described the targets as military-related, including industrial facilities, oil refineries, logistics hubs and port infrastructure.</p><p>Civilian areas, including apartment buildings, suffered damage. The barrage killed a 78-year-old woman in the southern Zaporizhzhia region and another person in the northern Kharkiv region, with at least 14 people reported wounded elsewhere, Ukrainian officials said.</p><p>“Russia continues to invest in missiles and in expanding its war, and that means more countermeasures are needed,” Ukrainian President Volodymyr Zelenskyy said on social media, noting promises earlier this week by European countries to provide more air defense assistance.</p><p>“It is important that these (measures) are also supplemented by additional ballistic missile defense packages” through European purchases of weapons from the United States, he said.</p><p>Zelenskyy expected on official visit to neighboring Moldova</p><p>Zelenskyy was due to visit neighboring Moldova on Thursday to mark its national day commemorating its 1991 declaration of independence from the Soviet Union. Ukraine announced its independence the same year.</p><p>Russia’s neighbors in Eastern Europe are concerned its invasion of Ukraine could trigger a wider conflict, and drones flying into its airspace have fueled jitters.</p><p>Moldova’s Ministry of Defense said Thursday that five drones breached its airspace overnight, but it didn’t specify who fired them.</p><p>Ukraine’s air force said defenses shot down or suppressed seven Russian ballistic missiles, though it didn’t say how they achieved that.</p><p>Four districts of Kyiv were hit during the night, damaging residential buildings, a school and a medical facility, though no casualties were reported, city police said.</p><p>Russian forces struck industrial facilities as well as energy infrastructure in Ukraine’s central Poltava region, said Vitalii Diakivnych, head of the Poltava regional military administration.</p><p>The southern Odesa region also came under a major Russian attack lasting more than seven hours, according to Oleh Kiper, head of the Odesa regional military administration.</p><p>The barrage damaged a 16-story residential building and two educational facilities as well as a grain elevator, he said. Odesa is a key port for Ukraine’s vital exports of grain and other agricultural products.</p><p>Some trains services were delayed by more than 17 hours following the attack, according to Ukrainian state rail company Ukrzaliznysia.</p><p>Ukraine takes aim at another Russian online retailer</p><p>Ukraine has also fired hundreds of long-range drones almost nightly at targets in Russia.</p><p>Ukraine’s General Staff said that plane-launched missiles hit Russia’s main and backup command posts near the eastern city of Donetsk, where Ukrainian defenders are under pressure from a Russian push.</p><p>The Russian Defense Ministry said Thursday that its air defenses shot down 267 Ukrainian drones over 14 Russian regions, the illegally annexed Crimean Peninsula, the Sea of Azov and the Black Sea.</p><p>After razing huge warehouses in recent months belonging to Wildberries, Russia’s biggest online retailer, Ukrainian drones are now taking aim at Ozon, the country's second-largest e-commerce company.</p><p>Ozon initially said that its logistics facilities in the cities of Orenburg and Ufa were attacked, but neither of the premises caught fire. A later alteration to the company statement said that only the Ufa site was attacked, while the Orenburg facility was evacuated because of an alert, but resumed normal operations.</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/LWMK2YIMYCEF7IC4AWJKCFGWAY.jpg?auth=3f046951cff950ae527f252da6f0ef4b85a731f9fc6caa41ab130741775219ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises over the city center after a Russian attack on Kyiv, Ukraine, Thursday, Aug. 27, 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/P65N4EQ2L4IDJ3BYFUJGQ4IA5U.jpg?auth=a63589db5dce8311a719c21b22e1d9c2469aa54b5ee5a3e7b3a8a6f402271389&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises over the city center after a Russian attack on Kyiv, Ukraine, Thursday, Aug. 27, 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/EMCKYNIZMI3ZGORMZX4GQGHQSA.jpg?auth=ef14e6598b49a3ddd31520d5de4906b3df39d0095285e54bbee9d3b2b300149b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Commuters shelter at Palats Sportu metro station during an air raid alarm in Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UK6KFIXXUDZL7GT64ZADO4NPIY.jpg?auth=94acf3cca0b92a6a077bda48259d705f5cd90948d451b1a8e172a74f671675f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman begs for money at Maidan metro entrance during an air raid alarm in central Kyiv, Ukraine, Thursday, Aug. 27, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Regional powers seek off-ramp from Iran war, and other Middle East developments]]></title><link>https://www.local10.com/business/2026/08/27/regional-powers-seek-off-ramp-from-iran-war-and-other-middle-east-developments/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/regional-powers-seek-off-ramp-from-iran-war-and-other-middle-east-developments/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[JERUSALEM (AP) — Regional powers sought an off-ramp from the war with Iran as another tanker attack was reported in the Strait of Hormuz and Tehran dismissed Washington's latest sanctions.]]></description><pubDate>Thu, 27 Aug 2026 08:37:48 +0000</pubDate><content:encoded><![CDATA[<p>JERUSALEM (AP) — Regional powers sought an off-ramp from the war with Iran as another tanker attack was reported in the Strait of Hormuz and Tehran dismissed Washington's latest sanctions.</p><p>Elsewhere in the Middle East, a Jerusalem court acquitted a man accused of beating a Catholic nun but ordered him to undergo years of psychiatric hospitalization over the attack that drew global condemnation.</p><p>Israel's strikes in Gaza drew a sharp rebuke from the top diplomat overseeing the U.S.-brokered ceasefire in the territory.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>Court orders psychiatric hospitalization for man indicted in nun attack</p><p>A Jerusalem Magistrate’s Court judge acquitted a man accused of attacking a Catholic nun based on his insanity defense and ordered him committed to psychiatric hospitalization for up to six years.</p><p>The violent assault in April on a nun walking in her habit in Jerusalem’s Old City sent shockwaves across Israel – and its many Christian communities, which have reported an increase in harassment.</p><p>Religious Freedom Data Center, an Israeli volunteer organization that tracks incidents like verbal abuse and spitting in the direction of visibly Christian people in Jerusalem, said they’re happening almost daily and virtually all are committed by Jewish religious nationalists.</p><p>Jerusalem’s Old City contains some of the holiest sites of Christianity, Islam and Judaism.</p><p>Tanker was attacked in the Strait of Hormuz</p><p>The United Kingdom Maritime Trade Organization said Thursday that it had received a report of an oil tanker hit in the strategic waterway that's been at the center of the evolving diplomacy in the Iran war.</p><p>The monitoring agency, run by the British military, said local authorities reported that the vessel was hit by an unknown projectile Tuesday in the waters between Oman and Iran, causing it to catch on fire.</p><p>The crew was reported safe and there have been no reports of environmental damage, the UKMTO said.</p><p>The attack underscores the ongoing dangers for vessels attempting to transit the key waterway while it’s firmly under Iranian control, even as Oman and Iran are reportedly in the final stages of talks on a plan to manage shipping traffic through the strait.</p><p>Iran periodically fires at vessels attempting to transit the strait to enforce its control of the waterway, though there was no immediate claim for Tuesday’s attack. The U.S. has also fired on vessels while imposing a blockade of Iranian ports.</p><p>Faltering diplomatic efforts to end Iran war continue</p><p>Pakistan said Thursday it was continuing diplomatic efforts to help resolve the crisis between the United States and Iran and reopen the Strait of Hormuz.</p><p>Foreign Ministry spokesperson Tahir Andrabi said at a news briefing that Field Marshal Asim Munir’s recent visit to Tehran was aimed at reviving the June memorandum of understanding to reopen the strait.</p><p>Pakistan’s Foreign Minister Ishaq Dar has also continued diplomatic outreach during Munir’s visit, speaking with his Turkish, Egyptian, and other regional counterparts, Andrabi said.</p><p>Sheikh Mohammed bin Abdulrahman Al Thani is expected in Tehran on Thursday for talks with Iranian officials on “ways to de-escalate tensions & create the conditions conducive to dialogue,” Qatar’s Foreign Ministry said on X.</p><p>The discussions, confirmed by Tehran, will also address “freedom of navigation” in the Strait of Hormuz and the need to return to the prewar status quo, according to Majed Al Ansari, an agency spokesperson.</p><p>But U.S. President Donald Trump told Al Jazeera by phone Wednesday that he has “no time schedule” to wrap up the conflict that will reach the six-month mark on Friday. Trump told the Qatar-based broadcaster that he believes the United States is “winning very big.”</p><p>Iran’s Foreign Ministry calls US sanctions “pure parody”</p><p>Esmail Baghaei, Iran’s foreign ministry spokesman, wrote late Wednesday in a social media post that the U.S. had made a coalition with Bahrain, calling it a country with “virtually no meaningful economic exchange with Iran.”</p><p>In another social media post on Wednesday, Iran’s top negotiator and parliamentary speaker Mohammad Bagher Qalibaf thanked China for rejecting the U.S. “economic D-Day” policies against Iran.</p><p>“We welcome China’s principled statement rejecting illegal sanctions against Iran," Qalibaf said.</p><p>Earlier this week, Tehran had warned that it would respond harshly to expanded U.S. sanctions, including measures against countries it sees as cooperating with Washington. Iran has repeatedly targeted Bahrain and other Gulf countries with missiles and drones since the U.S. and Israel launched the war on Feb. 28.</p><p>Israel's Gaza strikes get rebuke from peace board chief</p><p>Nickolay Mladenov, head of Trump’s Board of Peace, told the U.N. Security Council on Wednesday that the gap between what has been agreed by both sides and what is happening on the ground is the biggest risk to the peace process in Gaza.</p><p>“Israeli strikes have continued since the road map was accepted, and Palestinian civilians are still being killed,” Mladenov said.</p><p>An Israeli strike on a tent for displaced people Wednesday in southern Gaza killed one person and wounded at least four, the territory’s Health Ministry said. The Israeli military said that it struck a “military operative,” without elaborating.</p><p>Palestinians in the Gaza Strip have reported a surge in deadly Israeli strikes despite a fragile ceasefire in the nearly three-year Israel-Hamas war. Israel has said that it targets Hamas and other militants.</p><p>Israel’s deputy U.N. ambassador Noa Furman told the Security Council on Wednesday that Israel is committed to Trump’s peace plan, but that Hamas’ “disarmament must come first” before Gaza’s reconstruction can begin.</p><p>The war in Gaza was triggered by the Hamas-led Oct. 7, 2023 attack in southern Israel; some 1,200 people, mostly civilians, were killed and 251 others abducted. Israel’s retaliatory offensive killed more than 73,400 people in Gaza, according to Gaza's Health Ministry.</p><p>The ministry, part of the Hamas-controlled government, is staffed by medical professionals and maintains detailed records viewed as generally reliable by United Nations agencies and independent experts. It does not distinguish between civilians and militants, and says women and children make up around half of all fatalities.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4YI5EGLHI5GLCODXPPBDCGC5AU.jpg?auth=6455ac38fd6e580444b2d748032c675006e0e9aa8b0f8d2a6764801ccd4f3fa6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians walk past a food-aid warehouse damaged in an Israeli airstrike that targeted a nearby house in Deir al-Balah, central Gaza Strip, Wednesday, Aug. 26, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XLEL4CPGDXWAZLVWIKW4XM2AQM.jpg?auth=39a3e30ade5d37e19e697252cf5b7d49ed715862d74708ed489d5dee307ed142&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A pro-government demonstrator chants slogan during a gathering in a square in Tehran, Wednesday, Aug. 26, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[What to know about Mount Kailash, a sacred site for pilgrims missing after floods in Nepal and Tibet]]></title><link>https://www.local10.com/news/world/2026/08/27/what-to-know-about-mount-kailash-a-sacred-site-for-pilgrims-missing-after-floods-in-nepal-and-tibet/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/what-to-know-about-mount-kailash-a-sacred-site-for-pilgrims-missing-after-floods-in-nepal-and-tibet/</guid><dc:creator><![CDATA[By MARÍA TERESA HERNÁNDEZ, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — More than 100 of the nearly 1,300 people missing after massive floods in a border area of Nepal and China were on a pilgrimage to Mount Kailash, a sacred site in the Himalayas. The disaster left at least 168 people dead and displaced hundreds of people across the Himalayan region.]]></description><pubDate>Thu, 27 Aug 2026 10:46:20 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — More than 100 of the nearly 1,300 people missing after massive floods in a border area of Nepal and China were on a pilgrimage to Mount Kailash, a sacred site in the Himalayas. The disaster left at least 168 people dead and displaced hundreds of people across the Himalayan region.</p><p>Here’s what to know about the mountain and its centuries-old role as a pilgrimage site.</p><p>A sacred mountain for several religious traditions</p><p>Mount Kailash is a Himalayan peak in southwestern Tibet, near China’s borders with Nepal and India. It rises more than 6,400 meters (21,000 feet) above sea level and lies close to Lake Manasarovar. Both have long been part of Sanskrit religious and literary traditions.</p><p>Mount Kailash holds sacred significance for Hinduism, Buddhism, Jainism and the Tibetan Bon tradition. Each associates the mountain with different beliefs and sacred histories.</p><p>According to the International Centre for Integrated Mountain Development, the mountain is considered the home of Shiva, the Hindu god of destruction, and Parvati, a Hindu goddess associated with marriage, fertility and motherhood.</p><p>Followers of the Tibetan Bon tradition regard it as a seat of spiritual power and associate the region with Tonpa Shenrab, the tradition’s founder.</p><p>Geographer Emily Yeh, a professor at the University of Colorado Boulder, who has conducted research in Tibet, wrote in 2017 that Kailash is associated with the mythical Mount Meru, considered the center of the world in Hindu and Buddhist cosmology.</p><p>The surrounding landscape also figures in local legends and Himalayan traditions. “Shared Sacred Landscapes,” a book published by ICIMOD in 2017, gathers some of them.</p><p>One story tells of Guru Nanak, the founder of Sikhism, who visits villagers longing to make the pilgrimage to Mount Kailash. Nanak teaches them that the true pilgrimage is a spiritual journey within themselves.</p><p>Pilgrims travel to Kailash for a journey of purification</p><p>India’s government operates an official Kailash Manasarovar pilgrimage from June through August or September each year, with routes through the states of Uttarakhand and Sikkim. Private operators also organize pilgrimages through Nepal.</p><p>Pilgrims traditionally walk around Mount Kailash rather than climb it, completing a roughly 33-mile (53-kilometer) circuit around the mountain.</p><p>The journey around the peak is believed to cleanse pilgrims of their sins and can take about three days to complete. Hindus and Buddhists traditionally circle the mountain clockwise, while followers of Bon travel counterclockwise.</p><p>At nearby Lake Manasarovar, some Hindu pilgrims bathe in its waters as a ritual of spiritual purification.</p><p>Yeh wrote that Tibetan pilgrims stop at monasteries and other sacred sites along the route, touching prayer beads or their foreheads to features believed to bear sacred imprints. Other rituals are meant to test a pilgrim’s merit, sin or fortune.</p><p>Pilgrims among hundreds missing after floods</p><p>The disaster has left at least 165 dead and 826 people missing in Nepal, and three dead and 558 missing in Tibet, authorities said. Hundreds of those missing were foreigners.</p><p>Nepal’s tourism board said 179 of those missing were from India. Officials said most were on pilgrimage to Mount Kailash. Also missing were 65 from the United States, 35 from Australia, 33 from Britain and 25 from Canada.</p><p>Indian spiritual guru Jaggi Vasudev, also known as Sadhguru, said in a post on X that 77 people returning from the mountain with groups organized by his Isha Foundation were at an immigration center in Gyirong, Tibet, when the floods struck.</p><p>The floods followed a glacier collapse that sent debris rushing downstream through communities on both sides of the border. Similar flash floods have struck the region as warming temperatures increasingly destabilize Himalayan ice.</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NSGK3KJFB2YP7L7GMKR76LUUK4.jpg?auth=da13016f98e6f3e935fb37ebe4d4c72ed3d5926b50e5acaf9e14e2fe9198bba5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo released by Xinhua News Agency, shows a mudslide-hit area near Gyirong Port in southwestern China's Tibetan Autonomous Region on Wednesday, Aug. 26, 2026. (Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Anonymous</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OSXWELIL2YJJFUBGR343S2HA2M.jpg?auth=b874ace46aaf36f1a2d2b6b417af27078ddcc2e7e9426bacc8ed519fc82b2f14&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nepalese policemen watch as earthmovers clear the debris of flash flooding in Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QMHJHA4CAR6FRJPBQGDGTT75SQ.jpg?auth=bb8598a2bb4eeb639188a984fde94be7c242dacf81d4b43cabd9cf234f9b742d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[People from more than 30 countries are missing after the flash floods in Nepal and China]]></title><link>https://www.local10.com/news/world/2026/08/27/people-from-more-than-30-countries-are-missing-after-the-flash-floods-in-nepal-and-china/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/people-from-more-than-30-countries-are-missing-after-the-flash-floods-in-nepal-and-china/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Catastrophic flash floods in a border area of China and Nepal have killed at least 353 and left more than 1,300 people missing as of Thursday. Many were foreigners in the area for trekking, guided tours or a pilgrimage to a sacred Hindu site.]]></description><pubDate>Thu, 27 Aug 2026 12:18:11 +0000</pubDate><content:encoded><![CDATA[<p>Catastrophic flash floods in a border area of China and Nepal have killed at least 353 and left more than 1,300 people missing as of Thursday. Many were foreigners in the area for trekking, guided tours or a pilgrimage to a sacred Hindu site.</p><p>The number of missing from Wednesday's disaster may vary across agencies because of differences in how they collected data, when it was reported and how it was verified, as well as gaps in coordination between those assembling data and those conducting rescue efforts in the affected area.</p><p>Nepal</p><p>Police reported at least 353 dead and 826 missing. Local reports cited the National Emergency Operation Center as saying Thursday the missing included 113 Nepali tourists, 85 security personnel from the army and police as well as 161 residents from the Rasuwa district and one from the Nuwakot district.</p><p>The National Tourism Board later Thursday said 517 foreigners were missing.</p><p>China</p><p>State media reported at least three people died and 558 were missing in Gyirong County, Tibet. Chinese state broadcaster CCTV reported that 260 of the 558 missing people were foreigners. In addition, nearly 100 Chinese citizens were missing on the Nepal side, China’s foreign ministry said.</p><p>India</p><p>India's External Affairs Ministry said 288 Indian nationals remain uncontactable. They included 73 people who were working on a power project. Nepal officials have said many Indian tourists were on pilgrimage to Mount Kailash in Tibet, a sacred site for Hindus.</p><p>United States</p><p>The board said 65 of the missing were from the United States.</p><p>Malaysia</p><p>The board said 51 Malaysians were missing.</p><p>Ukraine</p><p>Ukraine’s Foreign Ministry said that 55 Ukrainians are missing. The number includes two tourist groups of 47 and seven people, in addition to one Ukrainian woman traveling with a foreign tour group, the ministry said.</p><p>Australia</p><p>The board said 35 Australians were missing.</p><p>Britain</p><p>The board said 33 of the missing were from Britain.</p><p>Canada</p><p>Nepal's tourism board said 25 of the missing were from Canada.</p><p>South Korea</p><p>South Korean government officials said nine citizens working on building a hydropower plant in Nepal were missing.</p><p>Singapore</p><p>Eight Singaporeans were missing, according to Nepal tourism board.</p><p>Germany</p><p>Nepal's tourism board said eight tourists from Germany were missing.</p><p>Russia</p><p>The Russian Embassy in Nepal said eight of its citizens were missing.</p><p>South Africa</p><p>The board said six South Africans were missing.</p><p>Latvia</p><p>The board said six tourists from Latvia were missing.</p><p>Japan</p><p>Japanese Prime Minister Sanae Takaichi expressed worry about five Japanese nationals whom local media reported were missing.</p><p>New Zealand</p><p>Five people from New Zealand were missing, said Nepal's tourism board.</p><p>France</p><p>The board said four French citizens were missing.</p><p>Belgium</p><p>The board said three from Belgium were missing.</p><p>Spain</p><p>The board said three visitors from Spain were missing.</p><p>Others</p><p>The board said two people each from Italy, Kazakhstan, Portugal, Ireland and Netherlands were missing. It said 10 others — one each from Belarus, Finland, Hungary, Israel, Lithuania, Philippines, Bulgaria, Switzerland, Serbia and Sweden — were also missing.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBNDEJFGUXYZ6RFLNPUVCPZAFI.jpg?auth=55412b1a9703132adaa52b89d7cb1e65cece395dd30a3b306cd30ae0bf43958e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past damage in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S6PP4VM6Z2MEL4RYQUMRYQMRS4.jpg?auth=50db3cf0bb5e2d4614ee0add6ca0c70137bc61896693f41a2559b895af2bad40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[South Korea's Rapid Response Team members prepare to board a plane to Nepal to support search and rescue efforts as South Koreans remain unaccounted for following a massive flooding in Nepal, at the Incheon International Airport in Incheon, South Korea, Thursday, Aug. 27, 2026. (AP Photo/Ahn Young-joon)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6MHXRJ4SOM26DGZJFNNHCFNEOM.jpg?auth=c255f4c5c0722e176bcf4a07b525f6d6dd73dee2e93837fb14362f5dec875de8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, rescuers prepare before heading to the mudslide-stricken area near Gyirong Port in Gyirong County, southwestern China's Tibet Autonomous Region early Thursday, Aug. 27, 2026. (Tenzing Nima Qadhup/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Tenzing Nima Qadhup</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KAJ23M6QAHVHIQSG2UUZVCZKKQ.jpg?auth=22a972df8192665abf8788709abed6089b08e9f10ca461149110e517305a4fee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damaged houses stand precariously near the swollen, debris-choked banks of the Trishuli River after flash floods in Nepal's Nuwakot district on Wednesday, Aug. 26, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Chinese foreign minister calls for US and China to 'overcome obstacles' ahead of presidential summit]]></title><link>https://www.local10.com/news/world/2026/08/27/chinese-foreign-minister-calls-for-us-and-china-to-overcome-obstacles-ahead-of-presidential-summit/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/chinese-foreign-minister-calls-for-us-and-china-to-overcome-obstacles-ahead-of-presidential-summit/</guid><dc:creator><![CDATA[By HUIZHONG WU, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — China's foreign minister said his country and the United States should overcome obstacles between the nations ahead of an expected summit next month between U.S. President Donald Trump and Chinese President Xi Jinping.]]></description><pubDate>Thu, 27 Aug 2026 08:59:42 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — China's foreign minister said his country and the United States should overcome obstacles between the nations ahead of an expected summit next month between U.S. President Donald Trump and Chinese President Xi Jinping.</p><p>Wang Yi met with U.S. ambassador to China David Perdue on Wednesday and called on both sides to “focus on the positive agenda, properly manage differences, remove interference and overcome obstacles to high-level exchanges between the two countries,” Chinese state broadcaster CCTV reported Thursday.</p><p>China-U.S. relations “still face various risks and challenges,” he acknowledged in a statement released by CCTV.</p><p>Trump and Xi met in May in Beijing and pledged to keep the relationship stable and maintain the fragile trade truce. Trump invited Xi to meet Sept. 24 in the U.S., but the exact date of the Chinese leader's visit has not been confirmed.</p><p>Since then, however, the U.S. and China have continued to take targeted economic action against each other, including the U.S. banning imports of new Chinese-made humanoid robots and China banning American entities engaging in trade and other activities in China.</p><p>Also on Thursday, China's Ministry of Foreign Affairs spokesperson Lin Jian said at a regular press conference that China and the U.S. were maintaining communication about the two leaders' upcoming meeting “within the year.”</p><p>China-U.S. tensions had been elevated since Trump's return to the White House last year, with the U.S. at one point saying tariffs on China would be up to 145%, although the tariff levels came down substantially later. Tensions have eased in recent months and several agreements were made during the leaders' May meeting, including the setting up of boards of trade and investment between the two countries.</p><p>However, the Trump administration has recently been deliberating new tariffs of 7.5% on China as a result of an ongoing U.S. probe against 16 economies on excess industrial capacity and production. An official decision has not yet been finalized or made public. The U.S. also said last month that it was imposing a 12.5% tariff on China as a result of a U.S. probe on forced labor against 60 economies.</p><p>In response to the potential 7.5% new tariffs by the U.S., China's Ministry of Commerce on Thursday told reporters that China “firmly opposes” the U.S. probe on excess capacity, adding that the U.S. was “politicizing economic and trade issues.”</p><p>Beijing will continue to closely monitor developments and “reserves the right to take all necessary measures” if needed, the Commerce Ministry added.</p><p>Last month, China also hit back against Western criticism of overcapacity in a report titled “China’s Position on the So-called Excess Capacity Issue,” saying China never sought a large trade surplus.</p><p>____</p><p>AP writer Chan Ho-him in Hong Kong contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RHNRYJ2MEX7LYQBHNZMYNZQHZ4.jpg?auth=237a6a421931653936bc5dc43b6275ce8dc5bbf6d768c2529763ef59533ba1d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - China's Foreign Minister Wang Yi attends the Comprehensive Strategic Dialogue between Indonesia and China in Jakarta, Indonesia, Friday, Aug. 21, 2026. (AP Photo/Tatan Syuflana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tatan Syuflana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L7CDJOE5XWN2POU7GQS7NG6CJA.jpg?auth=22409f250cd3b70d852d9e6f57abdc95ee0f07b096f6d02d62b487958332ce74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. President Donald Trump, right, participates in a friendship walk through Zhongnanhai Garden with Chinese President Xi Jinping in Beijing, Friday, May 15, 2026. (Evan Vucci/Pool Photo via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[In Dolly Parton’s theology, God and acceptance shared the same stage]]></title><link>https://www.local10.com/entertainment/2026/08/27/in-dolly-partons-theology-god-and-acceptance-shared-the-same-stage/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/in-dolly-partons-theology-god-and-acceptance-shared-the-same-stage/</guid><dc:creator><![CDATA[By KRYSTA FAURIA, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — In her 1994 memoir, Dolly Parton recounts in vivid detail the place where she found God.]]></description><pubDate>Thu, 27 Aug 2026 06:01:22 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — In her 1994 memoir, Dolly Parton recounts in vivid detail the place where she found God.</p><p>It was an abandoned church, in rural Tennessee where she grew up, that had become known as a haven for sex, drugs and violence. Rather than see the used condoms on the floor, the out-of-tune piano left behind or the explicit drawings on the walls as a hindrance to her religious encounter, Parton spoke fondly of the setting where she went to pray as a young girl.</p><p>“I would sing hymns to God for a while and look at dirty pictures for a while and pray for a while, and one day as I prayed in earnest, I broke through some sort of spirit wall and found God,” she wrote.</p><p>“Here in one place was God, music and sex.”</p><p>The country music icon was known for blurring the line between Sunday morning and Saturday night, a window into her theology that captivated people across political and denominational lines.</p><p>As news broke this week that the 80-year-old country music icon died of cancer, social media was flooded with quotes and interview clips of Parton proclaiming her Christian faith, something she wore on her sleeve even when her relationship to church was complicated.</p><p>But for many Christian members of the LGBTQ+ community who struggled to reconcile their sexuality and gender identity with the intolerant beliefs they were taught, Parton’s public support helped them keep their faith in some cases, and transformed their understanding of how God sees them in others.</p><p>“Her approach to solidarity was inspiring for me as a young, queer Christian girl realizing I was gay,” said Ciarra Jones, a 32-year-old workplace consultant from Oakland, California. “For queer Christians, experiencing another queer Christian — or another queer-affirming person that is Christian — is important to your journey. Dolly, for me, was one of those lights.”</p><p>Parton was a trailblazer in LGBTQ+ acceptance</p><p>Long before same-sex marriage was legalized nationwide, Parton made acceptance a recurring theme of both her music and public persona, which has contributed to long-running support from the LGBTQ+ community.</p><p>“I got a huge gay following and some really macho-looking women,” Parton told Andy Warhol for a 1984 cover story for Interview Magazine.</p><p>When Warhol told her she would make a great preacher, Parton responded: “What do you mean? I am a great preacher.”</p><p>American Christianity spans the theological spectrum on sexuality and gender identity, with some remaining firmly committed to a conservative view. As society has shifted, so have some Christians' beliefs on things like same-sex marriage, though there is a widening partisan divide on certain issues, particularly regarding transgender people.</p><p>Parton, whose grandfather was a Pentecostal preacher, said her support for LGBTQ+ people was rooted in her Christian faith. “We are all God’s children,” she told Larry King in 2016. But she also did not try to convince others of her beliefs, sometimes to the frustration of fans who thought she ought to be more vocal.</p><p>“Some are preachers, some are gay / Some are addicts, drunks and strays / But not a one is turned away / When it’s family,” Parton sings on the song, “Family,” from her 1991 album “Eagle When She Flies.”</p><p>“I don’t condemn nor condone anything,” Parton once told The Associated Press regarding the song. “I just love and accept people where they are for who they are.”</p><p>Some queer people who were raised in religiously conservative homes push back against the notion that Parton was not political enough.</p><p>“It’s very, very hard to grow up and know who you are and have that be described as deviant and to be afraid that what you are is totally wrong,” said Duncan Teater, a film student at the University of Southern California, as his voice broke.</p><p>Teater, who is gay and grew up in Kentucky, was raised as a conservative Christian and has a complicated relationship to the faith as an adult. But, he said, Parton’s support was meaningful and he appreciated how she thinks about religiosity.</p><p>“For someone with the credibility and respect that Dolly Parton had, to be confident about the worth of every human being and to say that out loud and without hesitation and in such simple and loving words was a pretty radical act and a pretty political act,” he said.</p><p>Parton was vocal about faith in unexpected places</p><p>Parton’s faith, and her relationship with the gay community, spread beyond her music and interviews.</p><p>On the website for Dollywood, the East Tennessee theme park Parton opened decades ago after seeing families like hers unable to afford to go to Disneyland, there is a mission and values statement, which includes a commitment to live them out “in a manner consistent with Christian values and ethics.”</p><p>The park has a chaplain and a chapel — the Robert F. Thomas Chapel, named after the doctor who delivered Parton — that hosts weekly Sunday services.</p><p>Patrick Burrows, a 38-year-old scholar of theology and ethics, grew up going to Dollywood and has been more than 100 times.</p><p>“Any time there was a church outing in the Southern Baptist church that I grew up in or a day off from school or needing a mental health break in high school,” said Burrows, who grew up outside of Asheville, North Carolina.</p><p>The theme park was so formative for him that he wrote a chapter about it in his dissertation while studying theology at Harvard Divinity School.</p><p>“You should not see gay and lesbian couples standing next to people with ‘Jesus saved me from my sin’ shirts. And yet you see it” in what Burrows refers to as the “Dollyverse."</p><p>"Dolly created this space for people who are very different from one another to be different from another,” he said.</p><p>Burrows recalled writing dozens of pages before one line sparked an epiphany, prompting him to rewrite his entire thesis chapter: “Though I only know it in retrospect, Dolly Parton, through Dollywood, taught me how to be gay and how to be a Christian.”</p><p>___</p><p>Associated Press religion coverage receives support through the AP’s collaboration with The Conversation US, with funding from Lilly Endowment Inc. The AP is solely responsible for this content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A5YIY4TJCC5GBMHMP24VXSQITQ.jpg?auth=e979a5b5f4752a06ae06b03c618ac53ca2c68756d902bc9be00426832cc57d54&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dolly Parton performs at Glastonbury music festival, June 29, 2014. (Photo by Jonathan Short/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jonathan Short</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ACUQWV2WSEAV6J225RNYMTVNUA.jpg?auth=2500b142287e95252f17b10ef63a61b3eb622bcd138a95253ba8714ab7acfc13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People lay flower at a memorial honoring Dolly Parton in Sevierville, Tenn., Wednesday, Aug. 26, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWDRQ5KAWN4WJDQOZUKBGQNW6M.jpg?auth=3d7a01a4f6419f85351ac36929e3072ae3a19abd3a379ca3663357080f1060a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People visit a makeshift memorial honoring Dolly Parton in Sevierville, Tenn., Tuesday, Aug. 25, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJQK3AAQOGFAQP7POIRNC7ZB2Y.jpg?auth=00af5f269957a615ef182f98bf6b2e297a0e66ca15c343bfe01d0c109a2554f5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In This aerial view, flowers, notes and photos are left on Dolly Parton's star on the Hollywood Walk of Fame on Wednesday, Aug. 26, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[Pakistani investigators visit hospital nursery where fire killed 14 newborns]]></title><link>https://www.local10.com/news/world/2026/08/27/pakistani-investigators-visit-hospital-nursery-where-fire-killed-14-newborns/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/pakistani-investigators-visit-hospital-nursery-where-fire-killed-14-newborns/</guid><dc:creator><![CDATA[By MUNIR AHMED, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — Investigators appointed by Pakistan's prime minister were making a visit Thursday to the hospital nursery where a fast-moving fire killed 14 newborns, as grieving families and the public sought answers about the cause of the blaze and the safety measures at the major government facility.]]></description><pubDate>Thu, 27 Aug 2026 12:13:21 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — Investigators appointed by Pakistan's prime minister were making a visit Thursday to the hospital nursery where a fast-moving fire killed 14 newborns, as grieving families and the public sought answers about the cause of the blaze and the safety measures at the major government facility.</p><p>The fire early Wednesday was confined to the third-floor nursery and did not affect the rest of the facility. Hospital officials said the fire spread so quickly the two doctors, two nurses and other staff present were able to rescue only one baby among the 15 in the nursery.</p><p>The scene at the Pakistan Institute of Medical Sciences in Islamabad was somber Thursday as doctors, staff, patients and relatives mourned the newborns. Access was restricted to the third-floor area where the fire occurred.</p><p>Witnesses, including relatives of other patients, said they saw the family of the only baby to survive the fire leave the hospital with him after the blaze broke out.</p><p>Prime Minister Shehbaz Sharif appointed the investigating committee, led by retired federal secretary Shahid Khan. They are expected to take statements from hospital staff, witnesses and families. The committee is expected to make urgent recommendations to Sharif within 48 hours and deliver a comprehensive report within five days.</p><p>Hospital and district officials initially said an exploding air-conditioning unit caused the fire. In its preliminary report, however, the hospital said a blast involving a nebulizer sparked the blaze, which spread within minutes because of the high concentration of oxygen in the nursery. The committee has not reached its own conclusion and will independently determine the cause, the city administration said.</p><p>Officials said authorities handed over the bodies of all 14 newborns to their families for burial Wednesday night. Witnesses saw the families leaving the hospital with them in ambulances which were arranged by the government.</p><p>The Pakistani Taliban, a militant group also known as Tehrik-e-Taliban Pakistan, or TTP, expressed grief over the newborns’ deaths and offered condolences to their families. The group has been behind numerous deadly attacks on security forces and civilians across the country in recent years.</p><p>The deaths prompted authorities to order broader reviews of fire-safety measures and firefighting equipment at hospitals. In Punjab, Pakistan’s most populous province, the government instructed the Health Department to immediately review fire-safety systems and emergency-response facilities, according to a government statement.</p><p>Sharif dismissed Health Secretary Aslam Ghauri, the Health Ministry’s highest-ranking civil servant, after the fire. Grieving parents and members of civil society have demanded answers about how the fire began and whether the nursery had adequate firefighting equipment.</p><p>The U.N. children’s agency, UNICEF, said it was saddened by the deaths and called for an urgent review and strengthening of fire-prevention and safety standards at health facilities.</p><p>The fire was among Pakistan’s deadliest recent tragedies involving children. In June, 14 schoolchildren were killed when the roof of a tutoring center under construction collapsed in the eastern city of Lahore.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QULVDQ6HDBJBUA32CRAQCHZTDU.jpg?auth=501188aa0ab8538a075c4312aa5512ff059610eedc80d1ffc11a30645935898c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries the body of a newborn for burial after the child died in a fire at a hospital in Islamabad, Pakistan, Wednesday, Aug. 26, 2026. (AP Photo/Ehsan Shahzad)]]></media:description><media:credit role="author" scheme="urn:ebu">Ehsan Shahzad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPRSCSSS56G3LGSJORWSQPUEKM.jpg?auth=8ff851a8b2d7318af7a6b52cf8096b0b97da031f98d5411e9e6adacdc5eb73c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman, who lost her baby in a hospital fire, reacts at a hospital in Islamabad, Pakistan, Wednesday, Aug. 26, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/PKNFND747TZN3BWC52X3MOCE3E.jpg?auth=08d950eb68da12717310fb0029b3e71676d8855b65af364b200a048372e77502&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman carries her newborn baby out from a nursery in the gynecology ward of a hospital following a fire in Islamabad, Pakistan, Wednesday, Aug. 26, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VK4KTE2DLK6XLHGCPIOHSJJYFI.jpg?auth=5165b55207eca55ef33388a438c94023a1e27ceede17ba24a0eb1fb7ab6345f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand guard outside a nursery following a fire at a hospital in Islamabad, Pakistan, Wednesday, Aug. 26, 2026. (AP Photo/M.A. Sheikh)]]></media:description><media:credit role="author" scheme="urn:ebu">M.A. Sheikh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/472ZSHC2VO72QP7Y5VE4S3XV7U.jpg?auth=4c3aa49dfffc94d835d0a81a6482959953db7b0befef65a877da0338d648f6aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing the location of a hospital fire in Islamabad. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[US futures mostly higher as the artificial intelligence business booms]]></title><link>https://www.local10.com/business/2026/08/27/world-shares-are-mostly-lower-after-wall-st-retreats-following-economic-updates/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/world-shares-are-mostly-lower-after-wall-st-retreats-following-economic-updates/</guid><dc:creator><![CDATA[By CHAN HO-HIM and MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[US futures are mostly higher as demand for artificial intelligence technology leads to a surge in business for Nvidia and other tech companies with heavy exposure to AI.]]></description><pubDate>Thu, 27 Aug 2026 12:05:37 +0000</pubDate><content:encoded><![CDATA[<p>US futures are mostly higher as demand for artificial intelligence technology leads to a surge in business for Nvidia and other tech companies with heavy exposure to AI.</p><p>S&P 500 futures gained 0.4%, while Dow Jones Industrial Average futures were nearly unchanged. Nasdaq futures rose 1%.</p><p>Nvidia’s shares are up more than 7% before the opening bell after the AI bellwether blew past Wall Street expectations as revenue for its computer chips soared.</p><p>Nvidia's performance boosted shares of AI-related companies Marvell Technology, SanDisk, Micron Technology and Super Micro Computer. Strong earnings reports from CrowdStrike and Salesforce helped push the Nasdaq up sharply.</p><p>On the other end of the spectrum, business is also booming for U.S. dollar stores.</p><p>Dollar General and Dollar Tree both breezed past Wall Street expectations for the second quarter and raised their profit expectations for the year on Thursday. Americans, stung by years of stubborn inflation, are trying to cut costs and wealthier households have begun to shop more at places like Walmart and dollar stores.</p><p>Yet even Walmart, which has thrived in the current economic environment, has seen its growth slow as consumers grow increasingly uneasy about the U.S. economy.</p><p>The U.S. government releases its weekly unemployment report Thursday. The U.S. job market stalled unexpectedly last month, delivering a political blow to President Donald Trump ahead of midterm elections and seemingly complicated the decisions that will have to be made by the U.S. Federal Reserve.</p><p>In Europe, Britain's FTSE 100 lost 0.5% to 10,823.27. France's CAC 40 fell 1.1% to 8,369.92, while Germany's DAX edged 0.2% higher to 26,348.14. Asian markets were mixed.</p><p>Brent crude, the international standard, climbed 0.5% to $87.36 per barrel. It was trading around $72 a barrel in late February before the war in Iran began.</p><p>Benchmark U.S. crude rose 0.2% to $82.38 per barrel.</p><p>The U.S. dollar climbed to 159.48 Japanese yen from 159.31 yen. The euro was trading at $1.1644, down from $1.1651.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZC6EY5T4GB7ASXUI2VSQZWQAE4.jpg?auth=25e9ac0581c4c89b98901952ced3cdf4c06447aa44edb6f578011e99d07b2e2c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trader Robert Charmak works 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/F2GPYZ6NVA6KQPNECGERZQTKXA.jpg?auth=1a0da5c171ab8dd34e65630ad50174ffb308815efae52aa2c9d04b1db1d3ca89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Screens on the floor of the New York Stock Exchange display S&P 500 Index at 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/TSXWZZWRFXXFP7BDRD7PSKXU5Y.jpg?auth=c66f20f6bb721bf4e21f9fb6776061f990d616c5b53064c2e6b3870d2bc648f0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person walks near an electronic stock board showing Japan's Nikkei index at a securities firm Thursday, Aug. 27, 2026, in Tokyo. (AP Photo/Eugene Hoshiko)]]></media:description><media:credit role="author" scheme="urn:ebu">Eugene Hoshiko</media:credit></media:content></item><item><title><![CDATA[Michigan Democrats want to fight Trump. First they have to stop fighting each other]]></title><link>https://www.local10.com/news/politics/2026/08/27/michigan-democrats-want-to-fight-trump-first-they-have-to-stop-fighting-each-other/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/michigan-democrats-want-to-fight-trump-first-they-have-to-stop-fighting-each-other/</guid><dc:creator><![CDATA[By JOEY CAPPELLETTI, Associated Press]]></dc:creator><description><![CDATA[SAUGATUCK, Mich. (AP) — When Democrats gathered this week in a West Michigan congressional district they're trying to flip blue, they wanted to talk about the cost of living under President Donald Trump. But it didn't take long for the conversation to turn to a controversy dividing their party.]]></description><pubDate>Thu, 27 Aug 2026 04:13:41 +0000</pubDate><content:encoded><![CDATA[<p>SAUGATUCK, Mich. (AP) — When Democrats gathered this week in a West Michigan congressional district they're trying to flip blue, they wanted to talk about the cost of living under President Donald Trump. But it didn't take long for the conversation to turn to a controversy dividing their party.</p><p>One attendee chided U.S. Rep. Hillary Scholten for failing to support Democratic Senate nominee Abdul El-Sayed.</p><p>“Your inflammatory rhetoric has nothing to do with creating a better economic future for the people of West Michigan, and everything to do with protecting the pipeline of our tax dollars to Israel,” the woman said.</p><p>The exchange captured a problem confronting Democrats as they head toward November. Party leaders believe concerns about the economy have given them an opening to win control of Congress, but internal divisions are making it harder to keep the focus there.</p><p>Nowhere is that tension more pronounced than Michigan, where Democrats are trying to regroup after a bruising Senate primary that El-Sayed won over U.S. Rep. Haley Stevens earlier this month. Disputes over Israel, antisemitism and El-Sayed’s association with controversial online commentator Hasan Piker have complicated the party’s effort to turn its attention to Republican Mike Rogers.</p><p>With the election fast approaching, Scholten and some other Democrats have withheld their support for El-Sayed for now.</p><p>“I think it’s up to the top of the ticket to unify the top of the ticket,” Scholten said Tuesday.</p><p>Democratic divisions haven’t disappeared</p><p>El-Sayed, who would be the country's first Muslim senator, has denounced antisemitism while fiercely criticizing Israel for its military operations in Gaza.</p><p>Some members of his party have balked at his rhetoric.</p><p>Michigan state Rep. Jeremy Moss, the Democratic nominee for a House seat outside Detroit, has also withheld his support. In an interview with The Atlantic’s David Frum released Wednesday, Michigan Attorney General Dana Nessel, who is Jewish, said El-Sayed should not “make excuses” for domestic terrorism.</p><p>She was referencing a video statement he put out in March following an attack on Temple Israel synagogue outside Detroit when he said “hurt people hurt people.”</p><p>Some Democrats outside Michigan have gone further in criticizing El-Sayed.</p><p>“There’s no way I’m ever coming out for El-Sayed, right now,” New Jersey Rep. Josh Gottheimer said on CNN, adding that El-Sayed has “refused to back off his views towards Jewish Americans.”</p><p>El-Sayed’s appearances on the campaign trail with Piker have become a particular flashpoint in the disagreement. Piker is a popular streamer with a history of controversial remarks that include saying America “deserved 9/11.”</p><p>Piker recently became embroiled in controversy again when he argued against the idea that opposing Israel is antisemitic. American Jews are not uniformly supportive of Israel, he said, but many “Jewish institutions” are “teaching people the idea that Jews are monolithic” and “it's a very dangerous mode of propaganda.”</p><p>“If Jews in America keep putting this idea out there that they are singularly invested in Israel, eventually someone is going to come around and take action, not against the state of Israel mind you, but against American Jews,” he said.</p><p>The backlash was swift among Democrats, with critics saying Piker was suggesting that American Jews who support Israel were inviting violence.</p><p>"Hasan Piker’s dangerous and hateful language targeting Jewish Americans has no place in our civic discourse," Sen. Cory Booker, a Democrat from New Jersey, wrote on social media. “Suggesting that Jewish Americans bear responsibility for hatred or violence directed against them is wrong, dangerous, and antisemitic.”</p><p>Piker rejected that interpretation in a phone interview, saying he was warning that associating American Jews broadly with Israel’s actions could fuel antisemitism, much as Muslims in the United States have been associated with Islamic terrorist groups.</p><p>He said he was never particularly close with El-Sayed’s campaign — despite appearing with him at various events during the primary — and said that he did not want the race to become a conversation about him. He said he did not regret the remarks, however.</p><p>“I’m just a platform, I’m just a megaphone for people’s anger and frustration,” Piker said. “Even if I was going to go away tomorrow, I don’t think this problem would go away for our politicians.”</p><p>While El-Sayed has put some distance between himself and Piker amid the controversies, he has refused to cut ties completely. In a statement, he said “nobody speaks for this campaign besides me and my campaign spokesperson.”</p><p>Republicans see an opportunity in the continued dispute.</p><p>“It’s great,” said Republican strategist Jason Roe. “You can tell these Democrats are not going to distance themselves. Piker is to Democrats what Trump is to Republicans. You embrace him, it’s not helpful, and distance is also not helpful.”</p><p>Democrats try to turn toward November</p><p>Democrats who have rallied behind El-Sayed are increasingly eager to move beyond the fight.</p><p>“I am done. So don’t any reporter ask me again about Hasan Piker. It’s not what November is about,” Democratic Rep. Debbie Dingell said Wednesday. “I don’t agree with Hasan Piker on a lot of stuff.”</p><p>She appeared alongside El-Sayed and U.S. Rep. Jamie Raskin of Maryland at a campaign event in Ann Arbor on Wednesday. The day prior, El-Sayed stood beside Eli Savit, the Democratic nominee for attorney general, and Lt. Gov. Garlin Gilchrist II, the party’s nominee for secretary of state, at a press conference.</p><p>Democrats who have backed El-Sayed argue that the party is largely unified and that the remaining disagreements are a natural part of moving beyond a contentious primary. Raskin, who is Jewish, described it as a “process that we go through” after the primary.</p><p>“The Democratic Party is a big, sometimes an unruly family, but we’re all going to be together in the end,” Raskin said.</p><p>Michigan Democrats from across the state are expected to gather this weekend for a convention in Lansing to finalize the party's November ticket. Ahead of the convention, all the party's nominees and party chair, Curtis Hertel, sent a letter saying that “disruptive behavior or harassment of any kind will not be tolerated."</p><p>“This convention is our moment to celebrate our candidates,” the letter read.</p><p>El-Sayed at Wednesday's event in Ann Arbor expressed frustration with the continued focus on Piker.</p><p>“You would think if you turn on any media that this whole campaign is about a streamer in California,” El-Sayed said at the Ann Arbor event. He added that he’s “less interested in going to the sort of tabloid version of our politics where we cover this like, who’s in, who’s out, who’s up, who’s down, who’s talking to who?”</p><p>But El-Sayed acknowledged that some Democrats have yet to put the primary behind them.</p><p>“There are a few people who are still nursing wounds or grievances from the primary,” El-Sayed said. “I get it. Losing is hard.”</p><p>___</p><p>Associated Press reporter Jesse Bedayn contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CM4MIMQWN3SL4SQCE6PBQWCN34.jpg?auth=116b6e8c470e5df7d57df8e452b14d46e5e0b3b03418d1a60e0f1e9d10ce61ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic nominee for U.S. Senate Abdul El-Sayed speaks at a news conference at the base of the Spirit of Detroit monument in Detroit, Wednesday, Aug. 19, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[After six months of Iran war, US goals have shifted. The Strait of Hormuz is now a top concern]]></title><link>https://www.local10.com/news/world/2026/08/27/after-six-months-of-iran-war-us-goals-have-shifted-the-strait-of-hormuz-is-now-a-top-concern/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/after-six-months-of-iran-war-us-goals-have-shifted-the-strait-of-hormuz-is-now-a-top-concern/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When President Donald Trump launched the war with Iran in late February, he initially forecast it would last four to five weeks. Six months later, there's still no off-ramp in sight despite Trump's repeated assertions that the war has been won or a deal to resolve it was nearly complete.]]></description><pubDate>Thu, 27 Aug 2026 09:15:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When President Donald Trump launched the war with Iran in late February, he initially forecast it would last four to five weeks. Six months later, there's still no off-ramp in sight despite Trump's repeated assertions that the war has been won or a deal to resolve it was nearly complete.</p><p>A June memorandum of understanding designed to pave the way to end the war has fallen by the wayside. U.S. stockpiles of key weapons have diminished and the Trump administration has pivoted to pressuring Iran economically rather than launching more strikes.</p><p>As the shape of the war has morphed over the last half year, so have the goals for the conflict.</p><p>One of the prime goals now — reopening the Strait of Hormuz — was not one of Trump's original objectives. The waterway had been a vital shipping lane through which about 20% of the world's oil passed.</p><p>But Iran seized on it as a chokepoint for the global economy and it has been largely closed since the war started, driving up prices for fuel and fertilizer needed for farms and creating economic and political pressure in the U.S.</p><p>The U.S. has had tactical success on its goals to degrade Iran's military capabilities. But some of the other key objectives Trump laid out at the start of the conflict remain unfulfilled — and others have shifted.</p><p>Here’s a look at the objectives and what we know about where they stand:</p><p>Stop Iran from having a nuclear weapon</p><p>Last June, Trump declared that the U.S. had “obliterated” Iran’s nuclear program. But when the war started, his aides justified the strikes by warning that Iran had been just weeks away from developing a bomb.</p><p>One of the most pressing questions has been what will be done with a stockpile of about 970 pounds (440 kilograms) of enriched uranium that Tehran could potentially use for a weapon. The material is believed to be buried under three sites bombed by the U.S. and Israel last year. Trump said in a May 29 social media post that it would be retrieved by the U.S. “in close coordination and conjunction with the Islamic Republic of Iran, plus the International Atomic Energy Agency, and DESTROYED.”</p><p>Iran has not said whether it would consent. Without permission from Iran, experts have said seizing it would be a dangerous mission requiring a sizable deployment of U.S. troops into the country.</p><p>Officials said that Tehran reaffirmed in the June memorandum of understanding that it would not procure or develop nuclear weapons. The deal called for Iran to dilute its stockpile of highly enriched uranium. But many other details about Iran's program were left for future negotiations, and it's unclear how much progress, if any, was made before talks quickly fell off.</p><p>Reopen the Strait of Hormuz</p><p>Trump has said that a proposed deal with Iran would include the reopening of the strait and the U.S. ending its blockade of Tehran’s ports, but at other times he has suggested the international waterway would somehow become American territory and indicated the U.S. could impose a toll on passing ships.</p><p>Trump also has repeatedly said that the strait is open, including during an interview on Wednesday on conservative commentator Glenn Beck’s radio show.</p><p>“It’s a functioning strait. Yes, every once in a while, there’ll be a drone or a rocket or something shot, but it is a very functioning strait,” Trump said.</p><p>Destroy Iran's ability to fire missiles</p><p>One of the prime objectives laid out by the administration was to “destroy their missiles and raze their missile industry to the ground."</p><p>Trump said in late March that Iran's missiles “are mostly decimated" and that 90% of their missiles and launchers were knocked out.</p><p>By mid-May, that shifted to a more conservative estimate, with the president saying that 82% of Iran's missiles were gone.</p><p>Iran has shown its ability to still launch attacks in the region, including drone strikes on ships sailing through the strait.</p><p>As recently as July, the U.S. military still had Iranian military targets to strike, with its Central Command announcing it was striking “Iranian military command centers, air defense and coastal surveillance sites, maritime capabilities, missile and drone launch sites and communications networks.”</p><p>Destroy Iran's defense industrial base</p><p>Early in the war, the president and his administration sometimes listed this as a standalone objective. Other times, it has fallen off their list.</p><p>U.S. Central Command has said its targets for strikes in Iran have included weapons production and missile and drone manufacturing facilities.</p><p>Secretary of State Marco Rubio told lawmakers in early June that Iran has had “massive destruction” of its defense industrial base and “80 to 90% of attrition. It will take years for them to rebuild it.”</p><p>Eliminate Iran's navy and air force</p><p>The U.S. and Israel quickly established air superiority in the skies above Iran, where they flew largely unchallenged.</p><p>Rubio told lawmakers that Iran still has drone capabilities, but it lacks the ability to use swarms of drones to attack targets, as it did at the start of the war. He also said Iran does not have a navy anymore, and relies on small craft outfitted with machine guns that harass ships and sometimes drop mines in the water.</p><p>Trump on Wednesday said that Iran's navy and air force are “totally gone."</p><p>Protect America's Middle Eastern allies</p><p>Trump, in a March social media post, added another objective for the U.S.: “Protecting, at the highest level, our Middle Eastern Allies, including Israel, Saudi Arabia, Qatar, the United Arab Emirates, Bahrain, Kuwait, and others."</p><p>The U.S. maintains thousands of troops on bases and other installations in the region, but Trump has been unclear on how far he'd be willing to go to protect Middle East allies from threats in the long term. In June, when the U.S. said Iran fired missiles at Kuwait and Bahrain, the U.S. launched strikes on Iran in response.</p><p>But one ally — Oman — has notably not been feeling the warmth of Trump's offer of protection, and instead has grappled with Trump's wrath over the deal it was negotiating with Iran over the Strait of Hormuz. In mid-August, he threatened in an interview that the U.S. would bomb Oman if it “gets in the way," using an expletive for emphasis.</p><p>Cut off support for Iranian proxy groups</p><p>In March, Trump and his administration repeatedly said degrading Iran's proxy terror networks was a key goal.</p><p>As time has gone on, administration officials have offered fewer updates about this objective, which the president described as ensuring that “the region’s terrorist proxies can no longer destabilize the region or the world and attack our forces” and “ensuring that the Iranian regime cannot continue to arm, fund, and direct terrorist armies outside of their borders.”</p><p>Early on, the U.S. struck Iranian-aligned militia groups in Iraq. But the biggest focus has been Israel's war in Lebanon against Hezbollah, which Iran backs. Iran has insisted that the fighting in Lebanon must be stopped as part of any deal with the U.S. Israel and the Lebanese government announced a deal, which was mediated by the U.S., for Israeli forces to leave southern Lebanon in exchange for Hezbollah's disarmament — something an administration official described as a “huge step,” speaking on condition of anonymity because they were not authorized to address the issue on the record. But the militant group has refused direct talks and its leader has said it will not disarm.</p><p>___</p><p>Associated Press writer Konstantin Toropin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LZA7S6744SLJM2YQIBYB67FOKQ.jpg?auth=72aae260e575a7ba6944e912e59324e9fdb1c02faed4e269ba382ac969c5d646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks with reporters before boarding Air Force One, Friday, Aug. 21, 2026, at Joint Base Andrews, Md., en route to South Carolina. (AP Photo/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Time limits and a midnight cutoff: Meta’s new rules for kids go further, but critics say not enough]]></title><link>https://www.local10.com/tech/2026/08/27/time-limits-and-a-midnight-cutoff-metas-new-rules-for-kids-go-further-but-critics-say-not-enough/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/27/time-limits-and-a-midnight-cutoff-metas-new-rules-for-kids-go-further-but-critics-say-not-enough/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY and WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[OAKLAND, Calif. (AP) — Kids under 18 will soon see a host of changes to their Instagram and Facebook experiences thanks to a historic $18 billion settlement Meta Platforms reached Wednesday with 48 U.S. states.]]></description><pubDate>Thu, 27 Aug 2026 10:33:48 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, Calif. (AP) — Kids under 18 will soon see a host of changes to their Instagram and Facebook experiences thanks to a historic $18 billion settlement Meta Platforms reached Wednesday with 48 U.S. states.</p><p>Besides the money, which will be paid out over a decade, Meta has agreed to strengthen its age estimates to keep kids under 13 off its platforms and teens in age-appropriate accounts, enact a hard limit of two hours a day for users under 18, block kids from the apps from midnight to 6 a.m., and hide “like” counts, among other changes.</p><p>Meta said the new safeguards will only apply in the United States, with most in place for 10 years.</p><p>While acknowledging the changes go further than Meta has ever gone when it comes to child safety, critics and children's advocates cautioned it will not solve its myriad problems overnight.</p><p>Arturo Béjar, a former Meta engineering director, said the settlement is a “significant milestone,” but parents should not see Instagram as suddenly safe for children.</p><p>“The agreement has a big problem in that it allows Meta to define harm,” Béjar said in an interview Wednesday. "It’s one thing to say, ‘Yeah, you only get like two hours of alcohol or two hours of cigarettes a day,’ but it’s still as bad for you because of what’s getting delivered.”</p><p>Béjar, the first witness to testify during the federal trial cut short by the settlement, would like to see Meta address the effect of content recommendations to teens, which he says can prove addictive. While teens might put their phone down when they hit the two-hour limit, they can be distressed about it because the way the platform is designed leaves them craving more.</p><p>Meta said people over 18 also can adopt versions of the new controls individually, such as daily time-limit reminders, but there will not be an option for them to opt into the overall settings for what teens experience on the platform.</p><p>Stronger age checks</p><p>To protect kids, first Meta has to know who they are. While the company has already been using artificial intelligence to determine if kids are lying about their age — either to sign up if they are under 13, which is not allowed, or to use adult accounts when they are 13 to 17 — it did not always work.</p><p>Under the proposed settlement, Meta agreed to strengthen its technology to check kids’ ages, using its own as well as third-party tools, with regular outside audits on how well it is working. The agreement also includes specific goals around false positive rates — that is, minors who are identified as over 18. And if a user is identified as under 13 and kicked off the platforms, Meta will check the ages of their friends, too.</p><p>“The age assurance section is reasonably good because it has measurement, has independent testing, has goals,” Béjar said. “Because I think Meta should be measured on effectiveness, not effort.”</p><p>Meta requires users to be at least 13 years old to create an account, in line with federal child privacy law.</p><p>In his testimony last week, Béjar said Meta took a “don’t ask, don’t tell” approach on kids under 13 on its platforms.</p><p>“Meta has one of the most sophisticated infrastructures in the world to detect fake accounts,” he said. But despite that, he added, there were “no goals, no metrics” to detect and check kids’ ages who were suspected to be under 13.</p><p>Some safety features will be on by default</p><p>Critics have faulted Meta over many of its safety features that users have to manually turn on, or opt into themselves.</p><p>Of the host of safeguards listed in the settlement, many are on as a default. This includes the two-hour time limit, which can only be turned off with a parent’s permission, as well as the night mode that blocks use between midnight and 6 a.m.</p><p>Still, under the agreement other features, such as turning off video autoplay or showing posts in chronological order rather than having algorithms decide what to show kids scrolling through their feeds, will be opt-in.</p><p>Josh Golin, executive director of online safety nonprofit Fairplay, said the deal appeared to be too focused on offering tools to parents rather than restricting harmful features altogether.</p><p>“We are disappointed that the settlement does not turn off by default recommendation algorithms that connect kids to predators and send young people down dangerous rabbit holes,” Golin said.</p><p>Questions around default settings came up at the trial earlier this week when a lawyer for the states suing Meta pressed Adam Mosseri, the head of Instagram, on the low adoption rate among teens for the “take a break” feature, which prompts users to step away if they have been scrolling a while.</p><p>Very few teens used the feature when Instagram first introduced it, but since launching separate teen accounts in 2024, Meta has made it the default setting for teenage users. Still, if a teen didn't want to take a break, they could simply swipe away the notification.</p><p>It may take time to see the results</p><p>Some researchers have found that many past protections Meta has rolled out are ineffective or don’t work as advertised.</p><p>“It is a little premature, unfortunately, to tell if exactly all the changes we want to see are going to happen,” said Yaël Eisenstat, director of policy and impact for the Cybersafety Research Center, which recently audited dozens of safety tools offered by both Meta and other social media companies and said most fell short.</p><p>Still, Eisenstat said, Wednesday’s settlement is monumental in showing that alternative approaches are possible.</p><p>For years, Meta “decided to go against the advice of some of their own internal employees and continue to ignore the fact that these design features were unsafe in search of profit,” said Eisenstat, who also previously worked at Meta, then Facebook, before leaving the company in 2019. The measures outlined Wednesday at the very least show that there are technically-feasible options that can make the platform safer, she said — something whistleblowers and others have already “been saying very loudly.”</p><p>Like others, Eisenstat stressed that there was a lot of work left to be done — and that it will require a combination of technical solutions, market forces and government regulation.</p><p>“There’s no singular silver bullet for fixing all of this,” she said. “I’m just glad that at least we are catching up a little bit now.”</p><p>The settlement, which also includes the District of Columbia and U.S. territories, must still be approved by a judge.</p><p>___</p><p>Grantham-Philips reported from Chicago.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WCDCO7377CTNS55VCM5IRPDZWE.jpg?auth=3abf6efe02de127966ec0985e44ee291975757cdc6f7228e5775f6d3e7138115&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A car passes Facebook's new Meta logo on a sign at the company headquarters on Oct. 28, 2021, in Menlo Park, Calif. (AP Photo/Tony Avelar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tony Avelar</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6EFTZKLTM7OW2NTZFTVS2URV3Q.jpg?auth=ff447ad70fa56b7b2104cfe15ff48e4d6c42e10bf33e6dae7388808034aa73e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nicklas Akers, California Senior Assistant Attorney General, left, and Deputy Attorney General Megan O'Neill exit court after tech giant Meta reached a settlement to end a landmark trial over teen social media addiction in Oakland, Calif., Wednesday, Aug. 26, 2026. (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/B7ZV3UY24MIYO3T4RGPYCYKWGI.jpg?auth=69d077ba4cef5ac077c5129d751f9617fd65b269767dd57f0a6cdfb37f961395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Victoria Hinks gets emotional after talking about her daughter with the media outside court after tech giant Meta reached a settlement to end a landmark trial over teen social media addiction on Wednesday, Aug. 26, 2026, in Oakland, Calif. (AP Photo/Noah Berger) CORRECTION: Corrects spelling of last name from Hicks to Hinks and removes settlement amount]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Britons get the chance to read Jason Arday’s story for themselves as memoir is published in the UK]]></title><link>https://www.local10.com/entertainment/2026/08/27/britons-get-the-chance-to-read-jason-ardays-story-for-themselves-as-memoir-is-published-in-the-uk/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/britons-get-the-chance-to-read-jason-ardays-story-for-themselves-as-memoir-is-published-in-the-uk/</guid><dc:creator><![CDATA[By DANICA KIRKA, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britons who saw Professor Jason Arday’s life and death dissected by weeks of headlines covering allegations about his academic qualifications and personal accomplishments can now read his version of the story.]]></description><pubDate>Thu, 27 Aug 2026 11:28:08 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britons who saw Professor Jason Arday’s life and death dissected by weeks of headlines covering allegations about his academic qualifications and personal accomplishments can now read his version of the story.</p><p>Simon & Schuster will on Thursday publish Arday’s memoir “Great and Unfortunate Things,” which tells the story of how an autistic boy who was non-verbal as a child and illiterate until his late teens grew up to be the youngest Black professor in the history of Cambridge University.</p><p>The book’s release comes less than two weeks after Arday, 41, was found dead at his apartment in London following relentless media coverage about allegations that his academic work was bolstered by plagiarism and that he exaggerated his athletic and fundraising achievements. The memoir was published earlier this month in the U.S.</p><p>Simon & Schuster said it decided to publish the book in accordance with his family’s wishes. The publisher said it would have no further comment about the book at this time.</p><p>“To the very end, Jason was clear that he wanted his memoir to be published, and it is only right that we honor his wishes,” the family said in a statement released by Simon & Schuster.</p><p>“There has been so much that has been written and said about our beloved brother, son, father, partner and uncle, mostly by people who don’t know the truth of what he experienced, and we experienced as a family, or what an extraordinary person he was.”</p><p>Arday’s death on Aug. 14 has sparked recriminations over who was responsible.</p><p>Cambridge has been criticized for elevating Arday too quickly in a rush to promote diversity, despite red flags about his qualifications. The news media has been targeted for driving the professor to despair with a barrage of coverage that his supporters say was out of proportion to what a white scholar charged with similar mistakes would have faced.</p><p>Scrutiny of the memoir increased following the controversy, with British newspapers noting that some of the running and fundraising accomplishments he previously touted had been left out of the book. For example, an advance copy of the book doesn’t mention his claim that he once ran 600 miles in six days to raise money for charity.</p><p>In an interview with the Times of London that was published July 31, Arday acknowledged that he had made mistakes, which he attributed to his autism and a lack of oversight early in his career. But he rejected accusations that he was “a liar and a fantasist and an academic fraud,” saying they were motivated by “racism and ableism.”</p><p>Arday, a sociologist, first rose to prominence when Cambridge announced his appointment in 2023, saying he was a “respected scholar” whose work focused on increasing the number of people from minority ethnic backgrounds who pursued higher education.</p><p>Questions about his academic qualifications began attracting public attention in mid-July after British newspapers picked up plagiarism allegations published by a white researcher who has been critical of “diversity, equity and inclusion programs.”</p><p>Cambridge initially stood by Arday, saying the plagiarism allegations had been investigated and determined to be unfounded. But on Aug. 5, the university announced that it had opened an investigation into Arday’s appointment after receiving “new information” about his qualifications and honorary appointments.</p><p>News coverage of Arday’s story didn’t stop, and he died nine days later.</p><p>“We are happy to allow the book to speak for itself and won’t comment further on its content,” the family said in their statement. “The family is still in shock and we are grieving. We call upon the media to give the family the space it needs to come to terms with this terrible loss.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CYN2DHOE4RZZLWELIWAV6JVRIY.jpg?auth=1fcc0988e3640dbd1da9c3e5782e50c97e586302fa3e4cffbac9626d2a19cfdd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People attending a vigil held by Stand Up to Racism, in memory of late University of Cambridge professor Jason Arday, hold up signs at Trafalgar Square in London, on Aug. 17, 2026. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3GJSNAW6GHZXC7GWL44BOIZHAE.jpg?auth=bc3919da59c73bce15ea2cb02006a7e1c04bfe2c9182184febe8d06f512baefc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cambridge Professor Jason Arday's memoir, "Great and Unfortunate Things" is on display at a book shop in London, Thursday, Aug. 27, 2026. (AP Photo/Frank Augstein)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCS6WJC47OVSV4P6II5SWV6QVU.jpg?auth=2cf53312596f4722e98b7be87c1cbaa08e70973f9bd18ff8a9f371cc52b07c64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cambridge Professor Jason Arday's memoir, "Great and Unfortunate Things" is on display at a book shop in London, Thursday, Aug. 27, 2026. (AP Photo/Frank Augstein)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LIQSYLDSCG52ZGOM7IDRLAA7PE.jpg?auth=c9aa78903f388fcaa8eed86229f855097d96d44765419c415934ff6acd68ea90&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former Cambridge Professor Jason Arday's memoir, "Great and Unfortunate Things" is on display at a book shop in London, Thursday, Aug. 27, 2026. (AP Photo/Frank Augstein)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Augstein</media:credit></media:content></item><item><title><![CDATA[One Tech Tip: How to keep your child’s tablets, laptops from becoming distractions from schoolwork]]></title><link>https://www.local10.com/tech/2026/08/27/one-tech-tip-how-to-keep-your-childs-tablets-laptops-from-becoming-distractions-from-schoolwork/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/27/one-tech-tip-how-to-keep-your-childs-tablets-laptops-from-becoming-distractions-from-schoolwork/</guid><dc:creator><![CDATA[By CHEYANNE MUMPHREY, Associated Press]]></dc:creator><description><![CDATA[Tablets and computers have become crucial school supplies for many students. But the same devices children use to read text, write essays, solve math problems or research history projects can also offer distractions in the form of games, social media and web browsing.]]></description><pubDate>Thu, 27 Aug 2026 04:05:56 +0000</pubDate><content:encoded><![CDATA[<p>Tablets and computers have become crucial school supplies for many students. But the same devices children use to read text, write essays, solve math problems or research history projects can also offer distractions in the form of games, social media and web browsing.</p><p>It can be a challenge for parents to figure out how to help children stay focused when using these devices. That can be especially complicated with school-managed devices, where parents may have limited control over settings and restrictions.</p><p>Helpful options can include using built-in tools and settings on devices, creating routines and introducing time-management techniques.</p><p>Here are some tips for parents to help children stay on task.</p><p>School-issued devices vs. personal devices</p><p>The strategies parents choose may depend on whether their children are working on their own devices or ones issued and managed by schools.</p><p>Parents have more control over personal tablets or computers, and are able to restrict pop-up notifications from programs, block websites or remove apps entirely. But school-issued devices often come with preloaded software and apps, and schools might manage those devices' settings.</p><p>Parents can talk with school administrators about what controls and restrictions are already in place and what options may be available to families concerned about screen time. Parents can also ask whether assignments or homework can be completed on paper. But reducing students’ use of technology entirely can also involve tradeoffs, particularly when some tools offer individualized instruction or help students develop technology skills increasingly expected in the workforce.</p><p>In some cases, schools are giving parents additional tools to monitor and manage devices outside of school hours. Battle Ground Public Schools in Washington, for example, introduced overnight login restrictions last year for elementary and middle school students on school-issued Chromebooks, while also allowing exemptions for some families. The restrictions were put in place as a result of parent concerns about device usage late at night and possible interruptions to sleep.</p><p>Make devices less distracting</p><p>Students can be distracted by notifications that pop up from apps, messages and other services. One simple way to quiet those interruptions is to put up a digital Do Not Disturb sign.</p><p>Apple devices, including MacBooks, have focus modes that let users silence some or all notifications, calls and texts. Do Not Disturb is one of the preset modes, and users can also set up their own. On Android devices, a standalone Do Not Disturb feature does the same thing while a separate focus mode, available through Digital Wellbeing in settings, can pause selected apps and gray out their icons so they are harder to open.</p><p>Parents can also use built-in controls on Apple and Android devices to regulate screen time, either on their own phone or on a child’s linked device. Depending on the device and how it is set up, parents can restrict access to categories of apps, such as games or entertainment, or set a daily time limit for an individual app.</p><p>Google users can use Family Link to manage settings and screen-time limits on a child’s Android device or Chromebook. Apple users can manage these controls for a child’s iPhone, iPad or Mac through Family Sharing.</p><p>Keep in mind that screen-time limits aren’t foolproof. Depending on the device and settings, children may be able to request additional time or override some restrictions.</p><p>If a setting is unavailable, parents may need to check the school’s device policy or ask the school or district’s technology department what controls are available.</p><p>There’s also a decidedly low-tech solution to a distracting app: Delete it. If a particular app is consistently pulling a child away from schoolwork, removing it from the device eliminates the temptation to open it in the first place.</p><p>Help kids manage their attention</p><p>Device settings can remove some distractions, but experts say parents should also help children learn how to manage their own attention and technology use.</p><p>“Everybody has individual rhythms of attention,” said Gloria Mark, professor emerita at the University of California, Irvine, and author of “Attention Span.”</p><p>Experts recommend paying attention to when students are most alert, and scheduling work that requires the most concentration during those periods. Those rhythms can vary throughout the day and depend partly on whether someone naturally functions better earlier or later in the day. A quiet or dedicated workspace can also help, as can avoiding multiple devices at once, such as texting while reading or switching to another screen during homework.</p><p>To learn and retain information, Mark said, students need to actively engage with material and avoid frequent distractions: “So quick attention shifts are not conducive for learning and retaining information.”</p><p>“When people become more conscious of what they’re doing, they can also become more intentional. And when you’re more intentional, you can form a plan,” she said, adding that setting goals and rewarding accomplishment helps people focus on their tasks.</p><p>Children should also start homework as early as possible after taking time to decompress from the school day, experts say. Waiting until late at night can interfere with sleep.</p><p>The goal isn’t necessarily to eliminate every distraction or monitor every move, Mark said. Parents can instead help children understand when and how they focus best and develop strategies for staying with one task. They don’t need to “helicopter” their children, she said, but should help them understand the importance of focusing and staying with one thing.</p><p>___</p><p>AP Business Writer Kelvin Chan contributed to this report from London.</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/NEYR3RAY3JSBEFGKPEJQWIK74E.jpg?auth=6503e2675e00939d4b4b3d3296456da692e7006f293e9f007be92ba17bd5beca&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Children work on a digital program at Coby Preschool in Yoshikawa, suburban Tokyo, July 12, 2018. (AP Photo/Yuri Kageyama, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuri Kageyama</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L6TGRHLMFUP2YACKF7YYOODQBM.jpg?auth=110dcc8c6ea35f56dd2cfe278faa1bf1e4e2cd0e4f1abbe2595d2e32fd8dc37d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Children work on tablets during a preschool class at the Life Learning Center - Head Start, in Cincinnati, Nov. 21, 2023. (AP Photo/Carolyn Kaster, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Carolyn Kaster</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UWFBWEBJBD3RRJOACJOMEPFC3Y.jpg?auth=9d90dde74a28d60ccb3c82439f8a21c469cf1202185d7afe608649b6b1f74059&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Children read on a tablet computer in their bedroom, Dec. 8, 2021, in the Brooklyn borough of New York. (AP Photo/John Minchillo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Minchillo</media:credit></media:content></item><item><title><![CDATA[Zelenskyy's direct plea helped unlock Russia sanctions in the Senate. What's next is uncertain]]></title><link>https://www.local10.com/news/politics/2026/08/27/zelenskyys-direct-plea-helped-unlock-russia-sanctions-in-the-senate-whats-next-is-uncertain/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/zelenskyys-direct-plea-helped-unlock-russia-sanctions-in-the-senate-whats-next-is-uncertain/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Ukrainian President Volodymyr Zelenskyy arrived at the U.S. Capitol hours after Lindsey Graham's funeral to an unusually attentive audience.]]></description><pubDate>Thu, 27 Aug 2026 04:04:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Ukrainian President Volodymyr Zelenskyy arrived at the U.S. Capitol hours after Lindsey Graham's funeral to an unusually attentive audience.</p><p>Half the Senate gathered for the closed-door meeting. Senators set their mobile phones down and focused their attention. Along with representatives from the House, they listened as Zelenskyy fielded questions about his country's strategy in the long war against Russia.</p><p>Zelenskyy told them how Ukraine was repelling the Russian invasion, taking the fight to Moscow, but in need of U.S. help with Patriot interceptor missiles and licensing agreements, expanded access to Elon Musk's Starlink internet — and most immediately ahead of a Senate vote that July night — a punishing Russia sanctions package to deprive President Vladimir Putin of the oil and gas revenue fueling the war machine.</p><p>“He said, ‘We need this legislation,’” recalled Sen. Jeanne Shaheen, the top Democrat on the Senate Foreign Relations Committee, in an interview. “Both the troops and the Ukrainian people need this for morale.”</p><p>“You could feel palpably in the room a sense that — Zelenskyy’s confidence of their ability to hold and to persevere,” said Rep. Steny Hoyer of Maryland, a former Democratic leader. “There was a sense in the room that, look, we can be successful.”</p><p>The massive Russian sanctions package from the late Sen. Graham represented the most ambitious effort to support Ukraine since President Donald Trump returned to the White House. After two years of legislative inaction, it would be one of the few moves from Congress since lawmakers sent supplemental aid funding to Ukraine in 2024.</p><p>The Senate advanced the sanctions bill that night, with Zelenskyy taking a rare seat in the chamber to watch the proceedings — senators waving and flashing a thumbs-up as they cast votes. Days later, it sailed to passage, on a vote of 86-11, sending the Lindsey O. Graham Sanctioning Russia Act to the House.</p><p>But next steps are highly uncertain. House Speaker Mike Johnson helms a Republican majority reluctant to tangle itself in U.S. affairs overseas. And many Democrats supportive of Ukraine warn the bill would hand Trump too much tariff authority with no real checks from Congress.</p><p>Daniel Balson, of the pro-democracy advocacy group Razom for Ukraine, is pressing Congress not to lose momentum.</p><p>“It’s important not to underestimate symbolically what this would mean,” Balson said. “It would show Ukrainians that, hiccups and all, there is still an international alliance that stands behind Ukraine’s fight.”</p><p>Zelenskyy was welcomed, but at times has been turned away</p><p>It wasn’t the first time Zelenskyy arrived to a hero’s welcome in Washington, and may not be the last.</p><p>But in between there have been moments of grave uncertainty in what has become a long war, longer than World War I.</p><p>Zelenskyy first appeared on a private video call with lawmakers in March 2022, days after the start of the war, when he urged the U.S. to send planes to help Ukraine defend its skies from the Russian bombardment. That winter, Zelenskyy delivered a dramatic Christmas-time address to Congress, giving thanks to “every American” in a speech evocative of British Prime Minister Winston Churchill's own visit during World War II.</p><p>But Congress abandoned another round of Ukraine funds in 2023 as Republicans aligned themselves with Trump, who was on track as the Republican Party's front-runner to retake the White House.</p><p>And once Trump returned to power in 2025, action on Ukraine aid ground to a halt. Trump berated Zelenskyy during a high-profile Oval Office meeting, deriding Zelenskyy’s “hatred” for Putin as a roadblock to peace.</p><p>“This has largely hinged on President Trump,” said Republican Rep. Don Bacon of Nebraska, a former Air Force brigadier general, who explained that more Republicans would publicly stand with Ukraine if Trump gave the nod.</p><p>Still, Zelenskyy kept Congress close, meeting with lawmakers abroad and returning to the U.S. Capitol as he did after Graham's funeral in Washington on July 28.</p><p>Republican Sen. Thom Tillis of North Carolina said Zelenskyy has endured a “kind of a baptism by fire since he’s been president in the middle of war, trying to manage confusing messages coming out of Washington.”</p><p>Next steps for the bill are uncertain, despite Graham's efforts</p><p>It took Graham essentially a full year to bring Trump on board with the Russia sanctions package, and when he did he immediately shared the news with Senate colleagues last month at the NATO summit in Turkey. Graham, who then flew on to Kyiv, died days later back in Washington, likely of a torn aorta.</p><p>Democratic Sen. Richard Blumenthal of Connecticut, who had partnered with Graham during the lengthy process, said Graham told him that winning Trump's approval was a “BFD,” slang for a really big deal.</p><p>At its core, the bill seeks to deprive Moscow of oil and gas revenues by pressuring China, India and other customers not to buy Russian energy. It would allow Trump to impose sweeping tariffs up to 100% on goods from those countries entering the U.S.</p><p>Liberal Democrats have misgivings — not with Zelenskyy or Ukraine — but with the bill's tariff powers, which they worry Trump will deploy in ways Congress cannot control.</p><p>Rep. Gregory Meeks of New York, the top Democrat on the House Foreign Affairs Committee, and Rep. Richard Neal of Massachusetts, the top Democrat on the House Ways and Means Committee, have raised objections to the bill. More than 30 senators had supported a failed amendment to limit Trump's tariff powers.</p><p>“This is not so much a sanctions bill as it is a massive backdoor authority for President Trump to impose more tariffs, including on our European allies, that hurt American families," Meeks said in a statement.</p><p>Hoyer, who partnered with Meeks on a separate Ukraine security act that cleared the House earlier this year over Johnson’s objections, is imploring his colleagues not to let this moment pass. He believes Congress and the courts will keep the president in check.</p><p>“You know there was so much negative vibes that we were sending,” Hoyer said. “We’ve got to send a letter to these courageous Ukrainians that we’re with them.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SOSUDKHBOO7PEB2LBDYBJAC6TA.jpg?auth=1077da42031ced660f74c0dc55155a9ed1d40a4ed2503a59f90e51fbbc8ce604&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 arrives to the Capitol building, Tuesday, July 28, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XOUDZK3CU36LORUY3T5DSLQ3YE.jpg?auth=cd404943d32106165c103eb9bb6dbbfcb119de89a8d14d80412765abca9ac838&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, center, is joined by from left: Sen. Katie Britt, R-Ala., Sen. Richard Blumenthal, D-Conn., Sen. James Risch, R-Idaho, and Sen. Roger Wicker, R-Miss., as he arrives at the U.S. Capitol for a meeting of bipartisan leaders of the Lindsey O. Graham Sanctioning Russia and Iran Act of 2026, Tuesday, July 28, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[California and the federal government battle over hospice fraud, as victims lose coverage and care]]></title><link>https://www.local10.com/health/2026/08/27/california-and-the-federal-government-battle-over-hospice-fraud-as-victims-lose-coverage-and-care/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/california-and-the-federal-government-battle-over-hospice-fraud-as-victims-lose-coverage-and-care/</guid><dc:creator><![CDATA[By JAIMIE DING, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — At 71 and a few years into retirement, Linda Henry felt like she was in good health, and only went to her doctor in Southern California for the occasional checkup.]]></description><pubDate>Thu, 27 Aug 2026 10:08:09 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — At 71 and a few years into retirement, Linda Henry felt like she was in good health, and only went to her doctor in Southern California for the occasional checkup.</p><p>So it was a shock when she found out in 2024 that she had been enrolled in hospice, a specialized end-of-life care usually provided to people with six months or less to live. A Medicare worker told her the system said she had heart failure.</p><p>Henry was a victim of rampant fraud in the hospice industry, a problem that's been especially extreme in California, where scammers have taken advantage of historically weak government oversight. Fraudsters have created fake hospices and tricked people into enrolling, or stolen people's identities to bill Medicare for hospice services.</p><p>California's been a focus of the Trump administration's crackdown on fraud in federally-funded health programs, with more than 1,000 California hospices removed from Medicare since early 2025. Federal officials estimate LA County alone accounts for an estimated $3.5 billion in fraudulent hospice claims.</p><p>The state says it's doing its part to tackle the issue. California has revoked nearly 500 licenses since putting a moratorium on new hospices in 2021 and in June adopted long-awaited emergency regulations that set more stringent criteria for approving new licenses.</p><p>Since hospice is a form of palliative care meant for terminally ill patients, once someone enrolls in it, Medicare will not pay for additional medical treatment outside of it, leaving vulnerable seniors to miss out on appointments and be denied crucial care. Meanwhile, millions of taxpayer dollars are being funneled to fraudsters every year, and those who truly need hospice care might not get it if they enroll with a fraudulent hospice operator.</p><p>Advocates say they don’t have a clear estimate of how many people like Henry have been unwittingly caught up in fraud, but urge state and federal cooperation.</p><p>Hospice fraud has been a major problem in California</p><p>In 2026, the state had about 2,100 hospice organizations, down from 2,800 four years prior. New York, which has far more stringent rules for registering a hospice, has just 39, according to its state health department.</p><p>A 2022 state audit found rampant fraud and abuse in the system, particularly in LA County. It found dozens of hospice agencies were often clustered in the same building as well as a rapid increase in the number of hospices being established and abnormally high rates of patients being discharged. Hospice is often provided at patients’ homes, meaning one registered hospice can serve patients in numerous locations.</p><p>In April, federal prosecutors made arrests in five cases involving hospice fraud in the LA area. A week later, California Attorney General Rob Bonta said 21 people were arrested for a multimillion scheme to use stolen identities to charge for hospice services. His office has filed more than 100 hospice-related criminal cases and secured over 50 hospice-related convictions since 2021.</p><p>“This is a California problem,” First Assistant U.S. Attorney Bill Essayli said at a press conference announcing the federal arrests in April. “I call California the kingdom of fraud, and Gavin Newsom reigns over this kingdom here.”</p><p>Critics have accused the Trump administration of basing its fraud-busting efforts on politics, with the harshest penalties placed on states run by Democrats. Those efforts have at times contained errors. In April, the administration acknowledged to The Associated Press it made a significant error in figures it used to help justify a fraud probe in New York.</p><p>“This isn’t a political game for us. This is about protecting taxpayer dollars, protecting programs sick and vulnerable Californians rely on, and protecting our state,” Attorney General Rob Bonta said in a statement a few days later.</p><p>Woman spent months proving she was victim of fraud</p><p>Fraud might begin with a robocall, or a knock on the door asking someone to sign a form giving away their personal information and Medicare number. They might offer gift cards and vitamin supplements, or even weekly cash deliveries in exchange for signing up for hospice.</p><p>Henry believes her Medicare number was stolen after a healthcare payment portal that services insurances was hit by a cyberattack.</p><p>She found out about her hospice enrollment in September 2024 after her doctor billed Medicare for an allergy test and was denied. Soon, other claims were being returned unpaid.</p><p>For months, she made dozens of calls and wrote emails to Medicare. Her doctor wrote a letter stating that she was in good health.</p><p>She was allegedly enrolled at Fortuna Hospice Inc., which did not pick up the phone or return her messages. At one point, Henry drove to the listed address and found only a seemingly empty office building. She spoke with FBI investigators, the state health and human services agency, and a nonprofit advocacy group for Medicare patients.</p><p>“I delayed physical appointments and my colonoscopy and all this stuff because I knew that we were going to fight about this and it wasn’t going to get paid,” she said.</p><p>Eight months later, Medicare recognized that she was a victim of fraud. One year after she lodged her complaint, she finally began seeing doctors again.</p><p>Federal government increases oversight</p><p>Some of the enhanced oversight began under the Biden administration, when the federal government said it would place newly Medicare-enrolled hospices in California, Arizona, Nevada and Texas under a period of enhanced oversight. The agency added Georgia and Ohio in December 2025, and CMS announced in May a nationwide six-month moratorium on all new Medicare enrollments by providers of hospice and home care.</p><p>The Trump administration's fraud crackdown has invited criticism for its focus on providers with immigrant backgrounds. In January, Dr. Mehmet Oz of the Centers for Medicare and Medicaid Services blasted rampant fraud in Los Angeles County while standing outside an Armenian bakery and alleging the “Russian Armenian mafia” was behind the scams. That prompted a civil rights complaint by Newsom. An investigation into daycare fraud in Minnesota centered on facilities run by immigrants from Somalia.</p><p>Beyond hospice, the Trump administration has deferred more than $2 billion in Medicaid payments to the state because of “suspected fraud and noncompliance.” Medicaid is the government-funded healthcare program for low-income people. State officials say the federal government hasn't provided details about why they suspect fraud.</p><p>In June, the Justice Department announced criminal charges against fraudsters responsible for $6.5 billion in false claims submitted to Medicare, Medicaid, and other healthcare programs across the country.</p><p>Sheila Clark, CEO of the California Hospice and Palliative Care Association, testified at an April congressional hearing about a woman who couldn’t get her cataract surgery approved by Medicare because she was falsely enrolled in hospice.</p><p>The woman fell while trying to go to the bathroom at night because she couldn’t see and broke her hip.</p><p>“She died two months later in a skilled nursing facility. That did not need to happen,” Clark said. “These scammers here are going to do whatever they have to do to try and survive, and we need to work at the state level and the federal level to make sure that we are going to clean house.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4XP3IRYIRUZUV3PZSSNOE3UTDQ.jpg?auth=4b56846d1e03b6c9d5324dd5da68b37a483e04f890500adace69dfb7bed8ad11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Henry poses for a photo in Long Beach, Calif., on July 16, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OLJS4AUMFW64GB3APVQWYCRCTU.jpg?auth=d3f5294f56dbd7de68e5f846b7ed55529af5a43d1c5dcefd18208be687995e50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Henry poses for a photo in Long Beach, Calif., on July 16, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LDEDSO4ZMYDOMOCMICB5R4IFDQ.jpg?auth=5366588a7ab551b7136345912457d5ff31eb922cacace2a2eef4adbf1afa41df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Henry poses for a photo in Long Beach, Calif., on July 16, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U6TJO5OARVJ4EQCOQWWUU7AN7M.jpg?auth=8e51b19e8be520cac2094f23d522d367d9d24ded7983000470c5dac19a32f973&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Linda Henry poses for a photo in Long Beach, Calif., on July 16, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[For everything from troubled hearts to lost keys, Greeks bake cakes for a wish-granting saint]]></title><link>https://www.local10.com/news/world/2026/08/27/for-everything-from-troubled-hearts-to-lost-keys-greeks-bake-cakes-for-a-wish-granting-saint/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/for-everything-from-troubled-hearts-to-lost-keys-greeks-bake-cakes-for-a-wish-granting-saint/</guid><dc:creator><![CDATA[By THEODORA TONGAS and DEREK GATOPOULOS, Associated Press]]></dc:creator><description><![CDATA[ILION, Greece (AP) — For the careless and despairing alike, there’s a special day on the Orthodox Christian calendar to provide relief — with the help of some orange-flavored cake.]]></description><pubDate>Thu, 27 Aug 2026 08:13:21 +0000</pubDate><content:encoded><![CDATA[<p>ILION, Greece (AP) — For the careless and despairing alike, there’s a special day on the Orthodox Christian calendar to provide relief — with the help of some orange-flavored cake.</p><p>Thousands of pilgrims gathered late Wednesday and Thursday at the Church of St. Fanourios, 10 kilometers (6 miles) northwest of Athens, with their baked offerings. They were seeking solace for different forms of loss: misplaced keys, an estranged partner, courage still needed to face an ordeal, and more.</p><p>Priests blessed the cakes of supplicants, who then shared them with their fellow churchgoers for the feast of St. Fanourios, which culminates on Thursday.</p><p>The saint of lost-and-found</p><p>Among those arriving was Maria Chanioti, 66. She has attended services dedicated to the patron saint of lost-and-found since her youth.</p><p>“People go to him for help with pain in their hearts. But St. Fanourios is generous. He helps people,” Chanioti said in her godparents' kitchen a few blocks from the Church of St. Fanourios, while she beat the cake's ingredients with a whisk.</p><p>She prepared her cake as her family always has: with fresh-squeezed orange juice and a pinch of nutmeg, in front of an icon of the saint and a simple vigil candle.</p><p>Wishes conveyed to Fanourios go beyond mere custom: Each year’s petition is held in earnest and usually not shared even with loved ones.</p><p>Chanioti said her friends in the past have asked for a grandchild or for young relatives to finish school with good grades. Loss is understood broadly, including things lacking from one's life.</p><p>“The important things in life are love, understanding, to have optimism and to be free of sadness,” she said. “That’s more important than money.”</p><p>Orthodox saints are regarded as spiritual companions – models of bravery and faith who channel prayer and provide protection. Saint Nicholas traditionally watches over sailors and fishermen; worshippers offer prayers to Saint Paraskevi for eye ailments.</p><p>Fanourios (pronounced fa‑NOO‑ree‑os) is known as “The Revealer." He is also the patron saint of the main town in Rhodes, the Greek island where an icon depicting his suffering as a Christian martyr was discovered more than 500 years ago. Celebrations honoring him are held mostly in Greece and Cyprus.</p><p>A cake fit for a saint</p><p>Every Greek family may have its own recipe for the cake – called Fanouropita – and priests bless all versions. But the Church of St. Fanourios offers some culinary counsel:</p><p>1. 4 cups self-rising flour or equivalent.</p><p>2. 1 tsp. cinnamon.</p><p>3. 1 cup vegetable oil.</p><p>4. 1 cup, plus 2 tbsp sugar.</p><p>5. 12 tbsp. orange juice</p><p>6. 1/2 cup water.</p><p>7. Add lemon zest to taste.</p><p>8. 1/2 cup golden raisins, plus 1/2 cup black raisins.</p><p>9. 1/2 cup coarsely chopped walnuts.</p><p>10. Mix the flour and cinnamon together in a bowl. In a separate bowl, whisk the oil, sugar, orange juice, water and lemon zest for a few minutes. Add the flour mix, raisins and walnuts to the liquid mixture and stir well. Grease a 12½ inch wide baking tin with oil and dust lightly with flour, shaking off any excess.
                11. Pour the batter into a pan and bake at 170-180 Celsius (about 350 Fahrenheit) for 45 minutes. Once cooled, dust with powdered sugar if preferred and slice into squares. The cake is best enjoyed after 24 hours.</p><p>Faith built on ‘moments of revelation’</p><p>Father Nikolaos Vlavianos greeted parishioners and blessed their cakes at the Church of St. Fanourios on Wednesday night, where thousands gathered around outdoor tables set up for the ceremony and attended a church fair where vendors sold toys, clothes and grilled meat.</p><p>Most keep their wishes private, though Father Nikolaos has heard everything from illness and bankruptcy to parking woes and soccer slumps. He says that confronting loss in the church gives worshippers moral clarity and steadfast faith.</p><p>“If someone prayed to win the lottery, that would have no spiritual benefit and would not go anywhere,” he said.</p><p>“Moments of revelation – everyday ones and extraordinary ones – are often rationalized or dismissed as coincidence. But they still speak to us. The real question is: What experience will we have? How open and receptive are we to living a miracle, to seizing an opportunity to come a little closer to Christ."</p><p>___</p><p>Associated Press videojournalist Lefteris Pitarakis contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FNDWM42OYZ36A3F2553BWIFBKE.jpg?auth=d363a70ca905c15ef146986fa757dd5f570e01db7daf6ac90e2367955e97f316&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Father Nikolaos Vlavianos stands beside an icon of Saint Fanourios, known in Greek as "The Revealer," at the Church of St. Fanourios in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TIU4RARH7QRAQ535JWJYHSWAY4.jpg?auth=96628272ad2e9a2459c8a08171badc676885eb2a9d095f6ba7202580ce7ee223&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims wait to have their Fanouropites, orange-flavored cakes, blessed at the Church of St. Fanourios in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KW6T6PK4IXEIQ4Q5ZXC6XHU22M.jpg?auth=10eefb65baa6f5694a775a228a6724c04f7f30f5953c90e9506d1af8f15c3c2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims wait in line to have their Fanouropites, orange-flavored cakes, blessed at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6NNBA7EFOMFDXGPUP6KXT3TRMU.jpg?auth=761f2a3bd16f666e3f9c469ef4b2c1c5c14dc7ce6c30bd6f990f6e4f68200856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims wait in line to have their Fanouropites, orange-flavored cakes, blessed at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GGM4WVU7YHPFJ3CYWQANYTFF7A.jpg?auth=9bacd6d712f966dcad910add08991ec4843a4b4eadb29ec9cd66476b16e457cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims wait in line to have their Fanouropites, orange-flavored cakes, blessed at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MJOBT6O4WJPCKTVASVUDALCXGM.jpg?auth=224e7f89c7886ec2b960495131478fc3f72d6c68635417a06d55768287f3b59e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims wait in line to have their Fanouropites, orange-flavored cakes, blessed at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AFIIDAIVALJJIQSDNZ7VAX4YZI.jpg?auth=ab716adaf1b952aa81c6420929f0f110ede7bf43fef8796adab0b0121a8dfb12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maria Chanioti, 66, carries Fanouropita, an orange-flavored cake, to be blessed by a priest at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCSZDHWWVI7NACBCAAYKOI6U6E.jpg?auth=641f32e353c797e1aa06fe9b0f79ad7671065474312d1d32dcf7636eabf8dbd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maria Chanioti, 66, prepares Fanouropita, an orange-flavored cake, as a small icon of Saint Fanourios, known in Greek as "The Revealer," is seen in the background in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/43KWGPFOHCAHIQ2REEZ224IWQQ.jpg?auth=60f20151f2d30ed83f2fdb27d1b8b47bc075b1b013f199f559828a34bf867516&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fanouropites, orange-flavored cakes, are placed on tables to be blessed at the Church of St. Fanourios in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XTXZ44INGGCCOHMJJY5DLQZ6SQ.jpg?auth=734834c996ec56bee0cf644db1cb1b06689c63384e0ac465ec729c53922b8c12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims holding Fanouropites, orange-flavored cakes, kiss icons at the Church of St. Fanourios as an icon of Saint Fanourios, known in Greek as "The Revealer," is seen at left in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N2KF5UXIGVEOUW6YK2VCJHZFLU.jpg?auth=b0403af56088149a30922b6b850f6cbc4c9137bb6d2f475289d34894ee3984a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pilgrims eat their Fanouropites, orange-flavored cakes, after a blessing at the Church of St. Fanourios in Athens, Wednesday, Aug. 26, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3TESHMDPLW3NZPZLDJNLNQVF4Q.jpg?auth=39db1edac6287fa93346f46069f3dfc1fa26507064ad035c7238d1d0073e0799&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Father Nikolaos Vlavianos blesses the parishioners' Fanouropites, orange-flavored cakes, as an icon of Saint Fanourios, known in Greek as "The Revealer," is seen at right at the Church of St. Fanourios in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F3WN7OOIIYLKDJ66GAGONBPCZU.jpg?auth=436a9651ff83542d92bc4da0e182b5206dd8183cab36155d3d93adca14c620eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Pantelis, an altar server, sits at the Church of St. Fanourios in Athens, Tuesday, Aug. 25, 2026. (AP Photo/Thanassis Stavrakis)]]></media:description><media:credit role="author" scheme="urn:ebu">Thanassis Stavrakis</media:credit></media:content></item><item><title><![CDATA[Closing arguments are set to begin in Lindsay Clancy's trial in the killings of her 3 children]]></title><link>https://www.local10.com/news/2026/08/27/closing-arguments-are-set-to-begin-in-lindsay-clancys-trial-in-the-killings-of-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/closing-arguments-are-set-to-begin-in-lindsay-clancys-trial-in-the-killings-of-her-3-children/</guid><dc:creator><![CDATA[By MICHAEL CASEY and LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Closing arguments are set for Thursday in the murder trial of Lindsay Clancy, a Massachusetts mother accused of strangling her three young children in a case that has drawn attention to postpartum mental health.]]></description><pubDate>Thu, 27 Aug 2026 04:01:26 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Closing arguments are set for Thursday in the murder trial of Lindsay Clancy, a Massachusetts mother accused of strangling her three young children in a case that has drawn attention to postpartum mental health.</p><p>Proceedings are expected to resume around 9 a.m. in Plymouth Superior Court. The prosecution and defense will each have an hour to make their final case before the jury receives instructions and begins deliberating.</p><p>Clancy did not testify during the trial, which is in its fifth week. Prosecutors called more than 70 witnesses, including Clancy’s then-husband, while the defense called 10 witnesses, including some of Clancy’s friends and relatives.</p><p>Multiple psychologists and psychiatrists also testified about Clancy's mental health, which is the central issue in the case.</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, 36, has pleaded not guilty by reason of lack of criminal responsibility, with her lawyers arguing she was experiencing postpartum psychosis when she killed 5-year-old Cora, 3-year-old Dawson and 8-month-old Callan Clancy at the family’s home in coastal Duxbury in January 2023 before attempting suicide. Postpartum psychosis is a rare mental illness that is linked to the stress, sleep deprivation and hormonal changes that follow childbirth.</p><p>Prosecutors say Clancy planned the killings and understood her actions were wrong.</p><p>If convicted of murder, Clancy faces a mandatory life prison sentence. If jurors find her not guilty because she lacked criminal responsibility, she would not face prison time but could be committed to a psychiatric facility.</p><p>Testifying Wednesday as the final rebuttal witness for the prosecution, a forensic psychiatrist at the University of Virginia and a senior psychiatrist for the FBI’s Behavioral Analysis Unit said he did not believe Clancy’s account that a voice ordered her to kill the children.</p><p>Prosecutor Jennifer Sprague asked Dr. Gregory Saathoff a series of questions about Clancy’s account: Did the voice tell her where to kill the children? How to kill them? What to use? In what order? Saathoff answered no each time.</p><p>All three children were strangled with exercise bands in the family’s basement before Clancy jumped from a second-floor window while her husband went to pick up takeout and medication on Jan. 24, 2023. Saathoff said her ability to accomplish everything she did without direction indicated Clancy “had control, control of the sequence of what she was doing throughout.”</p><p>Defense attorney Kevin Reddington asked Saathoff about Clancy’s attempts to search online for information about postpartum depression, her visits to multiple maternal and mental health providers, disclosures to her mother and then-husband that she was suicidal and feared that she would harm her children, and calls to a suicide hotline — all attempts that Reddington contends establish that Clancy realized something was seriously wrong and made a sincere effort over time to get help.</p><p>Reddington, referencing the prosecutor's opening statement, asked whether Saathoff believes that Clancy decided to kill her children because she “no longer liked the life she thought she wanted” and was making “a selfish choice” to “manipulate her providers, seek out a quick and easy fix when she was feeling depressed and anxious.”</p><p>“I think that statement that you read really minimizes what she was going through,” Saathoff responded.</p><p>___</p><p>Willingham reported from Boston.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DSK7CJDV2UIJ4VVRKUGFZJEENA.jpg?auth=82d41dee1d78eb80bac2aa5e820bf2bc3da4a4883d4385e4dd90bd13c2956ab3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[CORRECTS SPELLING TO LINDSAY - Lindsay Clancy listens to the testimony of Dr. Gregory Saathoff during her murder trial in Plymouth Superior Court, Wednesday, Aug. 26, 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/VPRMIPTZGPNOJQBLLLBMG2Z6AI.jpg?auth=e5cc29ca242856e481dd172b8dcf759eac4fde3a61295b3629f979eae9ba8a0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Judge William Sullivan tells the jury they will have the case to decide a verdict as soon as Thursday afternoon during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass. on Wednesday, August 26, 2026. (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/HCR2RYHNZZA4UKSOP5FTDVFDXE.jpg?auth=6a1e4887267f4efc2c37816659d6a389375d7808c39854a75be19648c49b5a6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Prosecutor Jennifer Sprague rests her case as defense attorney Kevin Reddington gets in one last question to rebuttal witness Dr. Gregory Saathoff during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass. on Wednesday, August 26, 2026. (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/V5SOGYJYC56FHPNTG56D5W3THE.jpg?auth=671d8e08eb650c61ee7367c0796f99511ffeedfce12ccbcabf3e56055793d160&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 questions Dr. Gregory Saathoff about drugs found in a nightstand in the Clancy home during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass. on Wednesday, August 26, 2026. (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/POQWAT7KGJZT5NRXPKYRSNLCK4.jpg?auth=d63ac95926fff7b455ec9103b375d613ab55e2731b8285e44bf7c3a64d5aa03f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Musgrove, the father of Lindsay Clancy listens to testimony in his daughters murder trial in Plymouth Superior Court, on Wednesday, Aug. 26, 2026 in Plymouth, Mass. (Greg Derr /The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr/The Patriot Ledger</media:credit></media:content></item><item><title><![CDATA[South Korean police seek indictments of 7 transport ministry officials over Jeju Air crash]]></title><link>https://www.local10.com/news/world/2026/08/26/south-korean-police-seek-indictments-of-7-transport-ministry-officials-over-jeju-air-crash/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/south-korean-police-seek-indictments-of-7-transport-ministry-officials-over-jeju-air-crash/</guid><dc:creator><![CDATA[By HYUNG-JIN KIM, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korea’s police said Thursday they were seeking indictments of seven transport ministry officials over the 2024 Jeju Air crash that killed all but two of the 181 people on board.]]></description><pubDate>Thu, 27 Aug 2026 03:33:54 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korea’s police said Thursday they were seeking indictments of seven transport ministry officials over the 2024 Jeju Air crash that killed all but two of the 181 people on board.</p><p>The Boeing 737-800 operated by Jeju Air skidded off the runaway at Muan International Airport in southern South Korea after its landing gear failed to deploy, slamming into a concrete structure and bursting into flames.</p><p>Authorities have found traces of bird strike in the plane’s engines and the plane’s two black boxes stopped recording about four minutes before the crash. Many experts say the concrete structure, which housed a set of antennas called a localizer that guides aircraft during landings, must be blamed for the crash as well, as they should have been built with more easily breakable materials.</p><p>Police said Thursday the seven officials were involved in the production of media statements that stated the localizers were installed in accordance with relevant domestic and international regulations, though that was not true.</p><p>Police said they referred the cases to prosecutors, asking for the seven officials to be indicted on a criminal charge of falsifying official documents. The penalty upon conviction could be up to seven years in prison. The Transport Ministry said it had no comment on the police announcement.</p><p>Police said they were investigating nearly 70 other people, including those involved in installation of the localizers or operations of the Muan airport.</p><p>The crash was South Korea's deadliest aviation disaster since 1997. But no exact, formal cause of the crash has been announced and no one has been legally prosecuted yet.</p><p>Last year, the Aviation and Railway Accident Investigation Board had planned to announce initial investigation results showing both of the plane's engines sustained bird strikes and the pilots turned off the less-damaged one just before the crash-landing. The initial finding, which implied human errors, drew vehement protests from bereaved families and fellow pilots who accused authorities of trying to shift responsibility to the dead pilots. The investigation board later canceled the announcement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3AWYU3KPDBV4NAUBY2XGMAOYIM.jpg?auth=c1d08fd6ecc980ed002e85359f363d3dfe92a450d217d1649903e63ba86625f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rescue team members work at the site of a plane crash at Muan International Airport in Muan, South Korea on Dec. 31, 2024. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[Man was drunk when he crashed Cadillac into home near Gables, killing sleeping 82-year-old: MDSO]]></title><link>https://www.local10.com/news/local/2026/08/26/man-was-drunk-when-he-crashed-cadillac-into-home-near-gables-killing-sleeping-82-year-old-mdso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/man-was-drunk-when-he-crashed-cadillac-into-home-near-gables-killing-sleeping-82-year-old-mdso/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Authorities say a driver slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man sleeping inside. They now say the driver was drunk at more than thrice the legal limit ― and took him into custody early Wednesday morning.]]></description><pubDate>Wed, 26 Aug 2026 20:00:17 +0000</pubDate><content:encoded><![CDATA[<p>Authorities say a driver slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man sleeping inside. They now say the driver was drunk at more than thrice the legal limit ― and took him into custody early Wednesday morning.</p><p><a href="https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the crash happened at around 7:30 p.m. on June 24 at a home in the 2900 block of Southwest 57th Avenue, in the unincorporated Coral Terrace area.</p><p>The MDSO report states that Allen Matis, 67, of Coral Gables, was driving a Cadillac Lyriq on Palermo Avenue when he ran a stop sign and slammed the SUV into the home, crashing through the wall and hitting Henri Bezy as he slept inside.</p><p>Bezy “became trapped underneath (the) vehicle” and Miami-Dade Fire Rescue crews pronounced him dead at the scene, the report states.</p><p>According to the report, a deputy saw Matis behind the wheel and “observed signs of impairment.” It states that toxicology results taken from blood samples hours after the crash showed Matis’ blood alcohol content ranging from 0.245% to 0.29%, more than three times the legal limit.</p><p>Deputies said they later obtained vehicle data showing that Matis accelerated to 43 mph and never hit the brakes “during the seconds leading up to the crash.”</p><p>Matis was booked into the Turner Guilford Knight Correctional Center on charges of DUI manslaughter and reckless vehicular homicide. His bond was listed as “to be set” as of Wednesday afternoon.</p><p>Matis will see another judge on Thursday in order to see if he should be released on house arrest.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Dolly Parton’s Imagination Library inspires a love of reading in South Florida kids]]></title><link>https://www.local10.com/news/local/2026/08/26/dolly-partons-imagination-library-inspires-a-love-of-reading-in-south-florida-kids/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/dolly-partons-imagination-library-inspires-a-love-of-reading-in-south-florida-kids/</guid><dc:creator><![CDATA[Mayte Padron]]></dc:creator><description><![CDATA[Cities across the country have teamed up with Dolly Parton’s nonprofit, Imagination Library, which provides free books to children from newborns to age 5.]]></description><pubDate>Thu, 27 Aug 2026 02:55:46 +0000</pubDate><content:encoded><![CDATA[<p>Cities across the country have teamed up with Dolly Parton’s nonprofit, Imagination Library, which provides free books to children from newborns to age 5.</p><p>Like the beloved children’s book “The Little Engine That Could,” Parton created the Imagination Library to inspire kids to learn, dream and achieve.</p><p>In 2026, the nonprofit sends books to children around the world. Two of those children are right here in South Florida.</p><p>Lauren Dieppa enjoys reading with her two little ones, Max and Ava. They have each received a book every month from the Imagination Library since they were newborns.</p><p>“Every time we get a book in the mail that night they’re reading it,” Dieppa said.</p><p>Parton founded the Imagination Library in 1995 as a tribute to her father. It began in her home county of East Tennessee before expanding to several states and eventually other countries.</p><p>The program has thousands of community partners that help bring it to their own cities. The city of Miami Lakes is one of them.</p><p>“We started partnering with the Imagination Library since 2004,” said Clarissell De Cardenas, communications and community affairs director for the city of Miami Lakes.</p><p>Here’s how it works: Parents register their child on the Dolly Parton Imagination Library website. The town covers the cost of the book and the mailing.</p><p>“The parent registers their child on the Dolly Parton Imagination Library website,” De Cardenas said.</p><p>“The town covers the cost of the book and the mailing.”</p><p>The Imagination Library selects the books, making sure they are age-appropriate, and handles mailing them directly to the children’s homes.</p><p>It’s a partnership that delivers plenty of benefits while helping ensure Parton’s dream and legacy as the “Book Lady” will continue to empower generations to come.</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[White Sox rookie Tristan Peters hits a home run in 5th straight game, tying franchise mark]]></title><link>https://www.local10.com/sports/2026/08/26/white-sox-rookie-tristan-peters-hits-a-home-run-in-5th-straight-game-tying-franchise-mark/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/white-sox-rookie-tristan-peters-hits-a-home-run-in-5th-straight-game-tying-franchise-mark/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Tristan Peters homered in a fifth straight game for the Chicago White Sox on Wednesday night, tying a franchise record.]]></description><pubDate>Thu, 27 Aug 2026 02:55:28 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Tristan Peters homered in a fifth straight game for the Chicago White Sox on Wednesday night, tying a franchise record.</p><p>Peters and Munetaka Murakami are also the only rookies in club history to hit home runs in five consecutive games in the same season.</p><p>Peters connected on a two-run drive in the fifth inning that put the White Sox ahead of the Texas Rangers 6-2. The 26-year-old Canadian now has 12 homers on the season.</p><p>The streak matches the longest by a rookie, accomplished 13 times before — including by teammate Murakami this year. Ron Kittle in 1983 was the only other White Sox rookie to do so, according to the Elias Sports Bureau.</p><p>Eight times previously the White Sox have had a player hit homers in five straight.</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MVL7ZIXBA4K2ZKFDWK2PXENHOE.jpg?auth=636efc90bb92ada7096878805c9174249fde84ef0b5f2a11ee8c66a45854a54c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago White Sox's Tristan Peters watches his two-run home during the fifth inning of a baseball game against the Texas Rangers in Chicago, Wednesday, Aug. 26, 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/IEMWQZ2WXDTKXBWT2KLZW4MGWY.jpg?auth=7481c9f2f26e8389a991f2b3f06bbd24ad92d5335b31985e003b9846ddd3dee0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago White Sox's Tristan Peters celebrates after hitting a two-run home during the fifth inning of a baseball game against the Texas Rangers in Chicago, Wednesday, Aug. 26, 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/LW5HTXIRYED33YYZPXV7FKFNHE.jpg?auth=da7bc72e2e0022d7a9d8ea96b93133a1cf0b3fd0233f48a75789b7b82c10917c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago White Sox's Tristan Peters celebrates after hitting a two-run home during the fifth inning of a baseball game against the Texas Rangers in Chicago, Wednesday, Aug. 26, 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/GNGWIKWGY4U2QQALAKZCMQU3AE.jpg?auth=33cdaf60a3345b04172dbfb41324e5379236f9cd01b36447722ee4d8bdaba7bd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago White Sox's Tristan Peters (29) celebrates with manager Will Venable (1) at the dugout after hitting a two-run home during the fifth inning of a baseball game against the Texas Rangers in Chicago, Wednesday, Aug. 26, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Yayoi Kusama, who splashed polka dots across the art world, dies at 97 in Tokyo]]></title><link>https://www.local10.com/entertainment/2026/08/27/yayoi-kusama-who-splashed-polka-dots-across-art-world-dies-at-97-in-tokyo/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/yayoi-kusama-who-splashed-polka-dots-across-art-world-dies-at-97-in-tokyo/</guid><dc:creator><![CDATA[By YURI KAGEYAMA, Associated Press]]></dc:creator><description><![CDATA[TOKYO (AP) — Japanese artist Yayoi Kusama, who splashed her signature polka dots on paintings, sculptures and museum installations around the world, has died, her studio said Thursday. She was 97.]]></description><pubDate>Thu, 27 Aug 2026 10:20:48 +0000</pubDate><content:encoded><![CDATA[<p>TOKYO (AP) — Japanese artist Yayoi Kusama, who splashed her signature polka dots on paintings, sculptures and museum installations around the world, has died, her studio said Thursday. She was 97.</p><p>Kusama died Aug. 14 at a hospital in Tokyo, Yayoi Kusama Studio said, without specifying the cause of death.</p><p>“She continued to paint until her final days, never setting aside her brush, and continued exploration of forever love and eternal soul,” the studio's statement said. “We will carry forward Kusama’s wishes and, through art, continue to bring hope and strength for the future to people around the world.”</p><p>Kusama, one of Japan’s most respected contemporary artists, was widely exhibited around the world, including the Museum of Modern Art, the Whitney Museum of American Art in New York and the Museum Ludwig in Germany.</p><p>Repetitive motifs were her trademark, in various shapes, resembling netting, swirls or worms, but most often dots, dancing proudly on her canvases, or as sparkling balls or dots of light in her installations, in all their vibrant psychedelic glory.</p><p>“Polka dots are fabulous,” Kusama said in a 2012 interview with The Associated Press, appearing in her signature orange bob wig and polka dot attire.</p><p>“I want to create a thousand paintings, maybe two thousand paintings, as many as I can draw,” she said in her childlike but matter-of-fact tone. “I will keep painting until I die.”</p><p>Pursuing her vision of art over a lifetime</p><p>Kusama insisted she drew the way she saw the world: covered with spots, part of the hallucinations she said she had from childhood. She was in and out of psychiatric institution for decades, although her sickness did not hold her back as she was one of the first Japanese women to go to New York to pursue her art, in 1957.</p><p>Although soft-spoken and shy in her mannerisms, Kusama was always unabashedly bold in the assertion of her dotty vision, not only in sticking to the style for decades but also in making it accessible to the masses.</p><p>In her later years, as the times caught up with her art, she enjoyed fame. She signed on with fashion brands like Louis Vuitton as well as other licensed products like teacups, T-shirts and key chains with her illustrations, including replicas of her likeness that were used in show windows and other marketing.</p><p>In 2008, Christie’s auctioned her work for $5.8 million. In 2016, she won the most prestigious award Japan gives its artists, the Order of Culture.</p><p>Upon receiving the award, she told reporters she was more determined than ever to pursue her art, stressing that the sincerity and devotion she had demonstrated in her personal life were crucial parts of her artistic legacy.</p><p>“I feel there is little left in my life, but I am now still fighting to the death for my art,” she said. “I am giving all I have so that many people will continue to be interested in my art, even after I am dead.”</p><p>Categories were not enough to represent her art</p><p>Kusama was called pop, avant-garde, feminist, just to name some of the categories thrown at her, most of which Kusama brushed off as not quite representative of her art.</p><p>She was born in a middle-class family but felt misunderstood, as her parents wanted her to simply get married. They wanted to buy her kimono, not paints and brushes. She knew she had to get away. She chose America.</p><p>When she arrived in New York, the fad was “action painting,” characterized by dribbles, swooshes and smears, not dots. She suffered years of poverty and obscurity. But she kept painting dots.</p><p>She put circles of paper on people’s bodies, and once a horse, in “happening” anti-war performances in the late 1960s, which got some people arrested for obscenity but helped get media attention for her art. While in New York, she befriended artists like Andy Warhol, Georgia O’Keeffe and Joseph Cornell, who praised her innovative style.</p><p>Over the years, Kusama made quirky but stunningly celebratory works like “Macaroni Girl,” a female figure plastered with macaroni, which expresses the fear of food; “The Visionary Flowers,” giant sculptures of twisting tulips, and “Mirrored Corridor,” a room with mirrors that delivers an illusion of a field of phallic protrusions speckled with dots.</p><p>Kusama, who has also made films and published several novels, said she wasn’t sure where she got her ideas. She just picked up her brush and started drawing. The process was so mysterious sometimes she surprised herself, she told AP.</p><p>“I think, ‘Oh, I drew that? I was thinking that,’” she said.</p><p>But she appeared happy to have her art be the focus of media attention and praise, reading one of her poems to a reporter or tackling her artworks with gusto for photos.</p><p>But she was also a charmingly disarming mix of vulnerability and defiance, at one moment declaring herself “an artistic revolutionary,” and then the next, mumbling: “I am so afraid, all the time, of everything.”</p><p>Fans around the world share messages of loss</p><p>The news of her death was met with an outpouring of sadness from around the world, including museums that had exhibited her works.</p><p>Fans and artists alike praised her courageous persistence in vowing to continue creating art that, she said, will be recognized thousands of years after her death.</p><p>Messages recognizing her death were sent from people throughout Japan including Tokyo Gov. Yuriko Koike and Yoshitomo Nara, a younger Japanese artist who has exhibited widely abroad.</p><p>“RIP Kusama-sensei,” Nara wrote on his X account, respectfully calling her a teacher in Japanese.</p><p>___</p><p>Associated Press writer Mari Yamaguchi contributed to this report.</p><p>___</p><p>Yuri Kageyama is on Threads: https://www.threads.com/@yurikageyama</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HSULQXAVC6ELHACOMRWDTPSXFQ.jpg?auth=6d6eaf0fd7e404ea610aa8a72ae8e1b17b86eda7cf1a4e8915e7b6e32d1c876e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Japanese avant-garde artist Yayoi Kusama, wearing a bright red wig and a Louis Vuitton polka dot scarf, speaks during an interview at her studio in Tokyo, on Aug. 1, 2012. (AP Photo/Itsuo Inouye, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Itsuo Inouye</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4HS55KFFJRRIYDWFGBFRA5MSM.jpg?auth=f7a8dbc52adc8a09ddb37f3e340609e07f5a5bcf07998130b4908d82268c548e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japanese avant-garde artist Yayoi Kusama works at her studio in Tokyo, Wednesday Aug 1, 2012. (AP Photo/Itsuo Inouye, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Itsuo Inouye</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R7KVOXBCLGK36O5RE5K73L5SAY.jpg?auth=63acc6f7f676fdb28bfc21c8908ab608c0f6cbde91cd0945cbe9b0de11ce73db&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Japanese artist Yayoi Kusama poses for photographers in front of her painting "Love Arrives at the Earth Carrying with it a Tale of the Cosmos" at the Tate Modern in London, on Feb. 7, 2012. (AP Photo/Kirsty Wigglesworth, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SNKAZNS5WGLMTX3LQJ3VB65FF4.jpg?auth=2e92eb061ee4c7a5dfe0e8a3804d18131984f3d6c13eb5abc45b2a4941b520df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Japanese artist Yayoi Kusama waves in front of the windows of Vuitton's flagship store for the unveiling of a new collaborative collection by Kusama and Vuitton creative designer Marc Jacobs in New York, on July 10, 2012. (AP Photo/Kathy Willens, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kathy Willens</media:credit></media:content></item><item><title><![CDATA[Panamá busca posicionar su imagen internacionalmente proyectándose como país de conexión, servicios]]></title><link>https://www.local10.com/espanol/2026/08/26/panama-busca-posicionar-su-imagen-internacionalmente-proyectandose-como-pais-de-conexion-servicios/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/panama-busca-posicionar-su-imagen-internacionalmente-proyectandose-como-pais-de-conexion-servicios/</guid><dc:creator><![CDATA[Por ALMA SOLÍS, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE PANAMÁ (AP) — Panamá busca mejorar su percepción y reputación internacional apoyándose en una identidad que reúna y proyecte las fortalezas que ya distinguen al país centroamericano, según las autoridades: el canal interoceánico, conectividad, economía de servicios y diversidad cultural.]]></description><pubDate>Thu, 27 Aug 2026 03:42:31 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE PANAMÁ (AP) — Panamá busca mejorar su percepción y reputación internacional apoyándose en una identidad que reúna y proyecte las fortalezas que ya distinguen al país centroamericano, según las autoridades: el canal interoceánico, conectividad, economía de servicios y diversidad cultural.</p><p>Esa apuesta se articula ahora bajo la nueva “Marca País” y con el lema “Anfitrión del Mundo”, que integra bajo una misma visión cinco aspectos: inversión, exportaciones, turismo, logística y sostenibilidad. El miércoles fue presentada en un acto por el gobierno panameño.</p><p>El vicecanciller Carlos Arturo Hoyos reconoció que Panamá ha enfrentado retos en materia de reputación, aunque considera que la percepción internacional ha evolucionado.</p><p>“Es innegable que nosotros hemos tenido retos reputacionales importantes”, señaló, en alusión a los esfuerzos del gobierno para sacar al país de las listas grises en materia financiera. Sin embargo, aseguró el vicecanciller que en sus misiones oficiales ha encontrado que “la visión y la opinión que yo encuentro de Panamá afuera es excepcional”.</p><p>Hoyos agregó a The Associated Press que mejorar la reputación del país ha sido uno de los objetivos del actual gobierno y que se han logrado avances.</p><p>La ministra de Turismo, Gloria De León, planteó que contar con una identidad común permitirá al país controlar mejor la narrativa con la que se presenta internacionalmente. “Cuando un país no define quién es, otros lo definen por él”, sostuvo a la AP durante el lanzamiento de la iniciativa en en centro de conveciones en Ciudad de Panamá.</p><p>En materia turística, De León señaló que el objetivo es que esa identidad se mantenga de forma consistente para fortalecer el reconocimiento de Panamá frente a otros destinos. A su juicio, una de las diferencias que ha observado frente a países vecinos es precisamente la “continuidad en su comunicación”.</p><p>La expectativa, explicó, es que esa permanencia contribuya a posicionar al país para “atraer más turistas, más visitantes y más inversiones”.</p><p>Los promotores dijeron que la Marca País se construye sobre cuatro atributos: generosidad, conexión, diversidad y confianza, y parte de la idea de Panamá como punto de encuentro de personas, culturas y negocios.</p><p>El presidente José Raúl Mulino destacó el desafío de sostener esa estrategia: “Ahora tenemos la responsabilidad de darle a esta marca el tiempo, la consistencia y la continuidad que necesita para crecer, posicionarse y que se reconozca en el mundo”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5X6AW4D4P6ZBQGS7QKPJLJO5QM.jpg?auth=b358603e6e2f3e158ede13b9f2bdfbbad8a08e0eaf6e74a6c2b2b55cc04cf3e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Vista aérea del horizonte de la Ciudad de Panamá, domingo 9 de agosto de 2026, en la Ciudad de Panamá. (Foto AP/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[Broward approves plan to tackle growing waste crisis]]></title><link>https://www.local10.com/news/local/2026/08/26/broward-approves-plan-to-tackle-growing-waste-crisis/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/broward-approves-plan-to-tackle-growing-waste-crisis/</guid><dc:creator><![CDATA[Louis Aguirre]]></dc:creator><description><![CDATA[South Florida is in the grips of a growing solid waste crisis, with landfills quickly filling up and recycling falling way short.]]></description><pubDate>Thu, 27 Aug 2026 02:51:56 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is in the grips of a growing solid waste crisis, with landfills quickly filling up and recycling falling way short.</p><p>Just weeks after Miami-Dade unveiled its zero waste master plan, Broward has approved a master plan of its own.</p><p>After 10 years of planning and pitching, the Broward Solid Waste Authority finally has something to celebrate.</p><p>Its solid waste master plan has won approval from a supermajority of cities and is moving forward, with the potential to reshape recycling and waste reduction across the county.</p><p>“We were able to reach the 80% threshold,” said Mike Ryan, chair of the Solid Waste Authority governing board. “We need to reduce, reuse and recycle. And it’s not just for the environment, landfill. It’s good economics.”</p><p>The Solid Waste Authority was formed in 2023 but had been meeting and strategizing for the past 10 years, trying to get to this exact point: a standardized approach to recycling and composting with an ambitious goal of diverting at least 60% of its waste from landfills in a way cities can afford.</p><p>“Right now, this is not economically viable, where every city’s been on their own,” Ryan said.</p><p>“We’re generating 5 million tons of trash a year. Much of that has value and can be extracted. Much of that should not be going to the landfill or waste of energy. And so that’s our job now, to break these waste streams up and create long-term contracts to achieve our goals,” Ryan said.</p><p>So now the hard work really begins, securing and reviewing proposals in the next few months that can be enacted countywide at the best price.</p><p>“This is a pretty aggressive timeline, but we hope by the end of 2027 that we will be able to have created a system that will last for the next 25 to 40 years,” Ryan said.</p><p>“Many cities stopped recycling because it just didn’t feel that it was being done or could be done. And that’s costing them more in the long run. So for us, how we look at this is not just about what is it going to cost. It’s also, what did we ultimately save?” Ryan said.</p><p>Another cornerstone of the master plan is education. The Solid Waste Authority is working with the county on a K-12 curriculum aimed at teaching students better waste reduction habits from an early age.</p><p>“We are going to start in our schools so that when we are educating our students they will be bringing the message home and then that message will get out in a broader, have a broader outreach,” said Maura Bulman, a Broward County School Board member.</p><p>The long-term goal is to have active recycling and composting in every county school, like here at Driftwood Middle School in Hollywood.</p><p>“The recycle team, what we do is we try to recycle so it reduces the trash in the landfills, lowers pollution, lowers greenhouse gases, and we just try to make the environment safer for our life and encourage others to do the same,” said Tanner, a member of the Driftwood Middle School recycle team.</p><p>“Broward is just one teensy tiny part of what makes up everything that gets polluted. So if we help and other people see us helping, they should help too,” said Emory, another member of the Driftwood Middle School recycle team.</p><p>Linda Gancitano, a Driftwood Middle School happiness studies teacher, said the students can help spread the message at home.</p><p>“The kids can recycle, they can educate, they can bring it home, now they can start. It just has a ripple effect of going home. Educate them here, let them take it home, right? And then we’re going to see the impact all the way across the district,” Gancitano said.</p><p>The School Board understands just how critical it is for the county to get this right and the integral role schools will play in making the new master plan a success.</p><p>“This is the most important thing we can be doing,” Bulman said. “To have our students and the young people engaged and having the buy-in now and understanding how important it is for their future is amazing for us.”</p><p>For the county, the school partnership is essential because ultimately, making this master plan work will take all of Broward working together.</p><p>“This has been an entire team effort, and it’s a model of what we can do as cities when we work together with the county and industry and environmentalists to achieve the goals that we have to achieve,” Ryan said.</p><p>The Solid Waste Authority has an aggressive timeline, hoping to have a countywide standardized system in action by the end of 2027 that they hope will last for the next 25 to 40 years.</p><p><!-- Local 10 — "Don't Trash Our Treasure" Navbox -->
<div class="dtt-navbox" role="complementary" aria-label="Don't Trash Our Treasure navigation">
  <style>
    .dtt-navbox {
      --dtt-dark: #1e6b3b;
      --dtt-mid:  #2f8d55;
      --dtt-sea:  #1f8a99;
      --ring:     rgba(31,138,153,0.25);

      max-width: 900px;
      margin: 1.25rem auto;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 10px 28px rgba(0,0,0,0.08);
      background: #fff;
      font-family: system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
      color: #123728;
    }

    .dtt-header img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .dtt-body {
      padding: 14px clamp(14px, 3vw, 22px) 18px;
    }

    /* Vertical stack */
    .dtt-buttons {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .dtt-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 12px 14px;
      border-radius: 10px;
      background: linear-gradient(180deg, var(--dtt-mid), var(--dtt-dark));
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 700;
      font-size: 0.98rem;
      letter-spacing: .2px;
      border: 1px solid rgba(0,0,0,0.05);
      box-shadow: 0 6px 14px rgba(31,138,153,0.18), inset 0 1px 0 rgba(255,255,255,0.25);
      transition: transform .08s ease, box-shadow .12s ease, filter .12s ease;
      outline: none;
      width: 100%;               /* stretch full width */
      box-sizing: border-box;
      min-height: 48px;
    }
    .dtt-btn:visited { color: #fff !important; }
    .dtt-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 18px rgba(31,138,153,0.24), inset 0 1px 0 rgba(255,255,255,0.3);
      filter: saturate(1.05);
    }
    .dtt-btn:focus-visible {
      box-shadow: 0 0 0 4px var(--ring), inset 0 1px 0 rgba(255,255,255,0.3);
    }
  </style>

  <!-- Header image only -->
  <div class="dtt-header">
    <img
      src="https://www.local10.com/resizer/v2/2QPYUWHUXFDYBPXRTIGOHHRBKE.png?auth=d632fd4dcdda2eeae8158db6395360d19c0dab43264992a9654a9f0059efebc1"
      alt="Local 10 — Don't Trash Our Treasure"
      width="1600" height="300"
      decoding="async" loading="lazy"
    />
  </div>

  <!-- Body -->
  <div class="dtt-body">
    <nav class="dtt-buttons" aria-label="Don't Trash Our Treasure links">
      <a class="dtt-btn" href="https://www.local10.com/topic/Don%27t_Trash_Our_Treasure/" target="_blank" rel="noopener noreferrer">
        📰 <span>More stories</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/community/2021/04/20/send-us-your-story-ideas-for-dont-trash-our-treasure/" target="_blank" rel="noopener noreferrer">
        💡 <span>Send us your ideas</span>
      </a>

      <a class="dtt-btn" href="https://www.local10.com/news/local/2021/04/20/list-get-involved-with-beach-cleanups-in-south-florida/" target="_blank" rel="noopener noreferrer">
        📍 <span>Find beach cleanups</span>
      </a>
    </nav>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Catastrophic floods kill over 353 in Nepal and Tibet, with more than 1,300 missing]]></title><link>https://www.local10.com/business/2026/08/27/catastrophic-floods-kill-over-270-in-nepal-and-tibet-with-more-than-1300-missing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/catastrophic-floods-kill-over-270-in-nepal-and-tibet-with-more-than-1300-missing/</guid><dc:creator><![CDATA[By NIRANJAN SHRESTHA and SHRISTI KAFLE, Associated Press]]></dc:creator><description><![CDATA[DEVIGHAT, Nepal (AP) — Rescue teams searched on Thursday for hundreds of missing people along the Nepal-China border, where a catastrophic and deadly torrent of water and mud several stories high swept through communities a day earlier following a glacier collapse.]]></description><pubDate>Thu, 27 Aug 2026 11:47:10 +0000</pubDate><content:encoded><![CDATA[<p>DEVIGHAT, Nepal (AP) — Rescue teams searched on Thursday for hundreds of missing people along the Nepal-China border, where a catastrophic and deadly torrent of water and mud several stories high swept through communities a day earlier following a glacier collapse.</p><p>Videos of the disaster showed people running before the floodwaters swallowed them up and washed out buildings and bridges. At least 353 people were killed, police said, and more than 1,300 are missing, including scores of foreigners and pilgrims. Hundreds others have been displaced across the Himalayan region.</p><p>The steep slopes and the lush valleys below the Himalayan mountain range — home to many of the world’s highest peaks and remaining glaciers — are especially vulnerable to flooding and landslides. Melting glaciers have become more common because of human-caused climate change.</p><p>Images showed what appeared to be the second floors of buildings in Nepal’s hard-hit Nuwakot district slathered in mud after the torrent rushed by. Debris hung from tree branches and wires, vehicles were buried and some stunned survivors were caked in mud.</p><p>Nirajan Paudyal, a journalist based in Nepal's capital of Kathmandu, worried for his parents and other relatives who live in the small village of Soley in the district.</p><p>“There is no update till now. I fear there won’t be any update,” Paudyal said.</p><p>Helicopters deployed for rescue because roads were damaged</p><p>The disaster has left at least 270 dead and 826 people missing in Nepal, and three dead and 558 missing in Tibet, an autonomous region of China, authorities said.</p><p>Nepalese officials said that dozens of bridges were destroyed and nearly 40 kilometers (25 miles) of roads were damaged, complicating search efforts.</p><p>The Nepalese army has rescued more than 100 people from flood-affected areas through helicopter operations, army spokesperson Brig. Gen. Raja Ram Basnet said. Army teams also evacuated people trapped inside facilities linked to the Trishuli hydropower project, he added.</p><p>Dozens of injured people have been transported to Kathmandu for advanced medical care.</p><p>Rescuers found bodies hundreds of kilometers (miles) in Chitwan district downstream from the hardest-hit areas.</p><p>Bishal Kumar Bhandari, chairman of the Nepal Red Cross Society, said they have shifted their focus from rescue to large-scale relief operations in the flood-hit districts. He said that around 1,200 people were displaced from at least three villages.</p><p>In Tibet, a mudslide that struck near the land border crossing of Gyirong Port on Wednesday left mud in the surrounding areas that was more than 1½ meters (5 feet) deep on average, Chinese state broadcaster CCTV reported. Roads leading to the crossing were all damaged, while secondary collapses or landslides might occur as rain continued in the area, it added.</p><p>Chinese authorities deployed a large military transport aircraft to send a team to the region, and the country's premier, Li Qiang, arrived in Gyirong on Thursday to direct rescue efforts.</p><p>Chinese authorities also warned that a barrier lake, which formed at the confluence of the Tsogyal and the Purupqiangzangbu rivers, is overflowing and may burst.</p><p>The United Nations' humanitarian chief, Tom Fletcher, announced Thursday on X that he has ordered the release of $2 million from the U.N.'s Central Emergency Response Fund to help with medical care, shelter and water. He called the floods “horrifying.”</p><p>More than 1,300 are missing, including hundreds of foreigners</p><p>Many are still waiting to hear if their loved ones are alive.</p><p>Shova Shrestha, 33, has spent more than a day waiting for news of her husband, Rajan Shrestha, She said his phone rang when she first called after the floods, but later became unreachable. Since then, she has watched every helicopter that landed in Bidur, the capital of Nuwakot district, hoping he might be among the survivors.</p><p>“I keep looking at each helicopter, hoping he will step out of it,” Shova said.</p><p>Among the missing are 517 foreigners, according to Nepal’s Tourism Board.</p><p>They include 178 people from India, more than 60 from the U.S. and others from 30 other countries, ranging from Ukraine and the U.K. to South Africa and Japan, the board said.</p><p>Many of the missing may have been on a pilgrimage to Mount Kailash in Tibet, a sacred site for Hindus, Buddhists and others.</p><p>Seventy-seven people from one pilgrimage group were caught in the floods at the immigration office at the border, according to a post on X from Indian spiritual guru and the head of the Isha Foundation, Sadhguru Jaggi Vasudev.</p><p>A visibly emotional Sadhguru said in a video that the group included 22 U.S. nationals and others from various countries. He said that there was no official information on their whereabouts.</p><p>“Looking at the scale of destruction, it looks bad. The same building where we were for the immigration just a week ago, that entire building is washed away,” Sadhguru said.</p><p>China’s Ministry of Foreign Affairs spokesperson Lin Jian said that nearly 100 Chinese citizens were missing in Nepal. He said that according to preliminary information, 260 of those missing in Tibet were foreigners.</p><p>Experts say a glacier collapse may have caused devastating floods</p><p>The U.S. Geological Survey first reported a magnitude 4.4 earthquake early Wednesday, about 65 kilometers (40 miles) north of Kathmandu, near the border.</p><p>The USGS later updated its analysis to say the seismic event was instead a magnitude 5.2 glacier collapse that sent debris flowing downstream.</p><p>Climate experts at the Kathmandu-based International Centre for Integrated Mountain Development said an avalanche from a glacier likely caused Wednesday’s flash flood.</p><p>In an emailed statement, they said water levels at one point on the Trishuli River rose by as much as 9 meters (27 feet) in half an hour.</p><p>The disaster in Nepal and Tibet is not a one-off. The increasingly unstable Himalayan ice system threatens communities, infrastructure and water supplies across one of the world’s most densely populated regions.</p><p>The region saw similar flash floods in August 2025, when a glacial lake in Tibet overflowed because of high temperatures. Nine people were killed, and critical infrastructure, including a bridge connecting Nepal and China, was damaged.</p><p>___</p><p>Shristi Kafle reported from Kathmandu, Nepal. Upendra Mansingh in Nuwakot District, Nepal, Kanis Leung in Hong Kong, Aijaz Hussain in Srinagar, India, Rod McGuirk in Melbourne, Australia, Eileen Ng in Kuala Lumpur, Malaysia, and Charlotte Graham-McLay in Wellington, New Zealand, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WJDPNV3KLHCRGZKZ47LQK6E6AA.jpg?auth=746c733a935b58b593c22e15a42ea942a4a49c66cbdea040462c049e80492150&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers carry a victim of flash flooding to safety along the Trishuli River in Nepal's Nuwakot district, Wednesday, Aug. 26, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LYHXGTE2AZIMZMYHJBLMDOUNLI.jpg?auth=2dd0ae6efca0b6d78ce01069898d3b89c9928e479d8db6bbccab36470d4a4ce6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Damage in the aftermath of flash floods in Devighat in the Nuwakot district in Nepal, Thursday, Aug 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/27JKNHVSXC63WUZWVKNC3XKPCU.jpg?auth=29416582de66ecb2c407a91aeaaed0a38bd0039bd9b16f0747d96699cfce1ebf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rescuers use an earthmover to carry a victim of flash flooding to safety along the Trishuli River in Nepal's Nuwakot district, Wednesday, Aug. 26, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/322MYNWOERPM77J5DUUNOVBKXM.jpg?auth=0cea086b55240859f4cc6f266bd4496dfd5787d5c7cddfd7a550632a7f80c766&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A girl cries as she waits for news of relatives missing after flash floods in Bidur, Nepal's Nuwakot district, Thursday, Aug. 27, 2026. (AP Photo/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V2FBH5YJ7SUVMRB2YWANLVAADU.jpg?auth=8b3c56c104cb7d402710d4d031ca0dd16663b6533ee0f414510cb56d7425ca45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, a rescue team sets off for the stricken site after a mudslide in Nepal at China's border port of Gyirong in the city of Xigaze, southwestern China's Tibet Autonomous Region, Aug. 26, 2026. (Mu Dan/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mu Dan</media:credit></media:content></item><item><title><![CDATA[Timberwolves agree to deal with Jonathan Kuminga to fill power forward void, AP source says]]></title><link>https://www.local10.com/sports/2026/08/26/timberwolves-agree-to-deal-with-jonathan-kuminga-to-fill-power-forward-void-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/timberwolves-agree-to-deal-with-jonathan-kuminga-to-fill-power-forward-void-ap-source-says/</guid><dc:creator><![CDATA[By DAVE CAMPBELL, Associated Press]]></dc:creator><description><![CDATA[MINNEAPOLIS (AP) — The Minnesota Timberwolves agreed to terms with power forward Jonathan Kuminga on a two-year, $12.4 million contract on Wednesday, according to a person with knowledge of the deal.]]></description><pubDate>Thu, 27 Aug 2026 01:48:33 +0000</pubDate><content:encoded><![CDATA[<p>MINNEAPOLIS (AP) — The Minnesota Timberwolves agreed to terms with power forward Jonathan Kuminga on a two-year, $12.4 million contract on Wednesday, according to a person with knowledge of the deal.</p><p>The person spoke to The Associated Press on condition of anonymity because the team had not confirmed the agreement. ESPN reported that Kuminga's contract includes a player option for the second season, which would give the seventh overall pick from the 2021 draft an opportunity to hit the free agent market in a year.</p><p>Kuminga will fill an obvious need in the frontcourt for the Timberwolves, who traded Julius Randle and Naz Reid as part of their offseason acquisition of point guard LaMelo Ball.</p><p>Kuminga, who will turn 24 on Oct. 6, averaged a career-best 16.1 points during the 2023-24 season for the Golden State Warriors, who drafted the Congo native but never found the right fit for him before ultimately trading him to the Atlanta Hawks in February. Kuminga fell out of favor with Warriors coach Steve Kerr and out of the rotation last season, making his departure an inevitability. He played in only seven of his last 38 games with the Warriors.</p><p>He'll have a fresh start with the hungry Timberwolves, who'll have the challenge of finding enough shots for Kuminga and fellow forward Jaden McDaniels in a lineup that will revolve around Ball and superstar Anthony Edwards. In 278 NBA games, Kuminga has averaged 12.5 points and 22.1 minutes. He's a 50.2% shooter from the floor.</p><p>___</p><p>See AP’s full NBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/N7H3MTLF6NOMCYJ3N4S5YMKAZQ.jpg?auth=717952ae4b360dbe0037ca458591457fd768044c475d623f212e70a57eccb810&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Atlanta Hawks forward Jonathan Kuminga (0) plays during Game 6 in a first-round NBA basketball playoffs series, on April 30, 2026, in Atlanta. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Presidente boliviano intenta distanciarse de asesor argentino implicado en supuesto caso femicidio]]></title><link>https://www.local10.com/espanol/2026/08/26/presidente-boliviano-intenta-distanciarse-de-asesor-argentino-implicado-en-supuesto-caso-femicidio/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/presidente-boliviano-intenta-distanciarse-de-asesor-argentino-implicado-en-supuesto-caso-femicidio/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz negó el miércoles que un reconocido estratega argentino, implicado presuntamente en un caso de femicidio que generó revuelo en el país andino, tenga algún vínculo laboral con el gobierno o haya actuado en representación de su administración o de su familia.]]></description><pubDate>Thu, 27 Aug 2026 01:21:11 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz negó el miércoles que un reconocido estratega argentino, implicado presuntamente en un caso de femicidio que generó revuelo en el país andino, tenga algún vínculo laboral con el gobierno o haya actuado en representación de su administración o de su familia.</p><p>En un mensaje grabado difundido al país, el gobernante admitió que Fernando Cerimedo, ex asesor del presidente argentino Javier Milei, trabajó en su campaña por la segunda vuelta que ganó y al inicio de su gobierno como “estratega de orden internacional”, pero que su presencia o la constancia en Bolivia “no era la que necesitábamos para poder trabajar y tener un sólido formato de trabajo. Por eso nunca hubo un contrato” o relación directa.</p><p>“Jamás tuvo la autorización de representar a este boliviano, a la Presidencia, al gobierno o a mi familia”, aseguró Paz, quien enfrentó críticas y pedidos para que explicase la relación del asesor argentino con su administración, en medio de una fuerte crisis económica en el país.</p><p>Un juez envió el viernes a Cerimedo a prisión preventiva por 180 días en Santa Cruz por el caso de presunto feminicidio en grado de tentativa contra su expareja Nadia Beller, quien fue atacada a tiros por personas vestidas de repartidores afuera de un hotel en esa región oriental boliviana. La mujer sobrevivió al ataque y culpó a Cerimedo, al tiempo en que denunció presuntos casos de corrupción en los que implicó al estratega y a la familia de Paz.</p><p>La Fiscalía boliviana abrió investigaciones adicionales por un posible caso de enriquecimiento ilícito contra el argentino al encontrar más de 40.000 dólares en moneda local y tarjetas de presentación.</p><p>Tras defender a su familia, el presidente señaló en su mensaje que “no puede ser que generando escándalos quieran dañar nuestra forma de convivencia y de comportamiento; por eso soy el primero en defender en nuestra democracia la transparencia de los procesos de investigación no sobre escándalos sino sobre pruebas”.</p><p>Beller es una abogada que militó en el izquierdista Movimiento al Socialismo (MAS), el partido que gobernó Bolivia durante casi 20 años, aunque posteriormente algunos sectores la relacionaron con la oposición regional en Santa Cruz. Ella ha sido declarada recién testigo protegida después que fue convocada a ampliar sus declaraciones en el caso por supuesto enriquecimiento ilícito contra el estratega argentino.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BZC6NLKOYE5IQ6DDRITOFQBAG4.jpg?auth=310118037d79663d0cebf1d05ffdcf2bc0572e9b84eb7c7da4d82d7f10ba70a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - El presidente boliviano Rodrigo Paz habla durante una ceremonia en el palacio de gobierno en La Paz, Bolivia, el 10 de junio de 2026. (Foto AP/Juan Karita, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[NIL-fueled parity shakes up title odds, with 7 teams at 11-1 or better to win title]]></title><link>https://www.local10.com/sports/2026/08/26/nil-fueled-parity-shakes-up-title-odds-with-7-teams-at-11-1-or-better-to-win-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nil-fueled-parity-shakes-up-title-odds-with-7-teams-at-11-1-or-better-to-win-title/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[LAS VEGAS (AP) — There was a time not long ago when maybe four and possibly five schools had a realistic shot at the national championship — and Indiana certainly wasn't one of them.]]></description><pubDate>Thu, 27 Aug 2026 01:20:30 +0000</pubDate><content:encoded><![CDATA[<p>LAS VEGAS (AP) — There was a time not long ago when maybe four and possibly five schools had a realistic shot at the national championship — and Indiana certainly wasn't one of them.</p><p>But name, image and likeness has changed the landscape of college football, bringing more teams into the mix.</p><p>And the odds reflect that.</p><p>Seven teams are, depending on the sportsbook, 11-1 odds or greater to win the national title when it's played Jan. 25 in Las Vegas.</p><p>No. 1 Ohio State, No. 4 Notre Dame and No. 5 Texas are each +650 or better to win it all at the major sportsbooks, with No. 6 Indiana, No. 2 Oregon and No. 3 Georgia not far behind. No. 7 Miami is 10-1 at DraftKings Sportsbook and Caesars Sportsbook and 11-1 at BetMGM Sportsbook.</p><p>“I think it was kind of evident even last year where it was more parity,” said Joey Feazel, Caesars' head of football. “I don't think going in that everybody thought Miami and Indiana were going to be playing for the national championship, and that's spilled over into this season as well, where it's a little bit more wide open.”</p><p>Sportsbooks have to keep up on player movement thanks to the transfer portal, which can seriously affect odds. There also have been a handful of court cases that have determined if some players are eligible to play and others are not.</p><p>“It's harder in this offseason,” BetMGM sports trader Seamus Magee said. “If you're up to date on the news faster than — forget just us — anywhere else on the market, you can find a really good number before the season. But then a lot of variance comes into play."</p><p>Easier path for the Irish</p><p>One reason Notre Dame is +650 at BetMGM and 6-1 at DraftKings and Caesars is because the independent doesn't have the gauntlet of a schedule Big Ten and Southeastern Conference schools tend to face.</p><p>The Fighting Irish don't play a ranked team until they visit No. 14 BYU on Oct. 17. No. 7 Miami on Nov. 7 and No. 19 SMU on Nov. 21, both at home, are the other ranked opponents.</p><p>Johnny Avello, director of race and sports for DraftKings, pushed back some on the notion Notre Dame has an easy path, pointing out the Irish two years ago lost to Northern Illinois.</p><p>“Their path's not bad,” Avello said. “If you're in the SEC, certainly you've got a tough game almost each and every week. You're in the Big Ten, you've got a tough game each and every week. Being an independent, they have a schedule with a couple of decent teams. They should win at least 10 this year.”</p><p>Longhorns and Ducks in similar situations</p><p>If Ohio State or Notre Dame don't win the national championship, Texas is the team most likely to capture the title, if the odds are to be believed. The Longhorns are +650 at three major sportsbooks.</p><p>Oregon is close behind at +750 at DraftKings and Caesars and 8-1 at BetMGM.</p><p>Both programs have been among the nation's best, but haven't been able to close the deal in recent seasons.</p><p>Magee, however, said a credible case can be made this season is different, saying both rosters are championship level. Bettors agree.</p><p>“I think they're No. 3 and 4 in most-bet teams to win the title,” Magee said. “I don't think a lot of bettors are looking at what's happened in the past at these schools.”</p><p>Is there another Hoosiers team out there?</p><p>Gamblers often like to look for big payoffs in futures bets, and Avello said a good amount of money has come in on Oklahoma State (400-1), Kentucky (450-1) and UCLA (750-1), the hope being they will be the next Indiana.</p><p>The Hoosiers were 100-1 at one point last season winning the title.</p><p>“We all overlooked them,” Avello said. “They had better players than we thought. You’re not going to get a team like an Illinois or a Kansas State to win it all ... because you’ve got to have the horses to get it done. The playoff, it’s not a one-game affair. Once you make it, you have to win (three or) four games and that’s not easy.”</p><p>Carr and Manning favorites for the Heisman</p><p>Notre Dame quarterback CJ Carr is slightly favored over Texas QB Arch Manning to win the Heisman Trophy.</p><p>Bettors might remember last season, however, when then-Indiana quarterback Fernando Mendoza seemed to come out of nowhere to win the Heisman, defying preseason odds where he was as high as 60-1.</p><p>“We'll see a lot of action those first couple of weeks as that market starts to shape up and you start to see one candidate start to pull away a little bit more,” Feazel said. “Right now, 7-1 being the favorite, that's still pretty high until the first couple of weeks where we'll start to see a 3- or 4-1.”</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RDKHYD5Q7EMQM76YCWRL3CZQ6Q.jpg?auth=a15efaa1a1f5c83d8b9aad42457ece1515a7e521296942e3620860f83999a5a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ohio State wide receiver Jeremiah Smith, center, gets away from Miami defensive lineman David Blay Jr. (11) and defensive back Ja'Boree Antoine (16) to score a touchdown during the second half of the Cotton Bowl College Football Playoff quarterfinal game Wednesday, Dec. 31, 2025, in Arlington, Texas. (AP Photo/Julio Cortez, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WVSASZUSFMAH2LO5YAAUPIGDGA.jpg?auth=e2fb9329de6d07811646f75a578fa045093765bed31465afb16685a9f36bee46&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Notre Dame quarterback CJ Carr looks to throw during the first quarter of an NCAA football game against Purdue, Saturday, Sept. 20, 2025, in South Bend, Ind. (AP Photo/Paul Beaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WAIG7XNFCQHAPWDPAL6VVI37XM.jpg?auth=5b4fe6c522db97c0c55d30e76e1ed024313c9af1f9172bb1cd74809710aa980f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Texas quarterback Arch Manning (16) throws during an NCAA college preseason football camp in Austin, Texas, Wednesday, Aug. 5, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Karolina Muchova and Jakub Mensik win the US Open mixed doubles championship]]></title><link>https://www.local10.com/sports/2026/08/27/karolina-muchova-and-jakub-mensik-win-the-us-open-mixed-doubles-championship/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/karolina-muchova-and-jakub-mensik-win-the-us-open-mixed-doubles-championship/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Jakub Mensik texted Karolina Muchova on the eve of the U.S. Open mixed doubles tournament so they could coordinate their outfits. Looking good on the court is important, he figured.]]></description><pubDate>Thu, 27 Aug 2026 05:18:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jakub Mensik texted Karolina Muchova on the eve of the U.S. Open mixed doubles tournament so they could coordinate their outfits. Looking good on the court is important, he figured.</p><p>Now they look like a million bucks.</p><p>Muchova and Mensik won the title Wednesday night in their first time playing together, beating Belinda Bencic and Flavio Cobolli 6-3, 1-6 (10-6).</p><p>The Czech duo, wearing the same pink tops and maroon bottoms they settled on Monday, pulled out match tiebreakers in both matches on the second night of the two-day event, fueled by Mensik's powerful serve combined with some good hands near the net. He put away the final with an ace to earn $1 million for him and Muchova to share.</p><p>“I think at the end, really the matching outfit made the difference for us,” Muchova said.</p><p>They were a point from losing in the semifinals, erasing two match points and running off the final four to edge Mirra Andreeva and Andrey Rublev 5-4 (6), 3-5 (11-9).</p><p>Quite a performance, considering Mensik said he had never played in a mixed doubles event.</p><p>“My first mixed doubles, 100% win rate,” he said.</p><p>Bencic and Cobolli rallied to end the run of spouses Elina Svitolina and Gael Monfils in the first semifinal with a 4-5 (7), 4-1 (10-5) victory.</p><p>They appeared headed toward a matchup with Andreeva and Rublev, who were smiling and pumping their fists after opening the lead in the match tiebreaker. Muchova flung her racket to the court in disgust after missing a volley that gave the Russians a 7-5 lead.</p><p>But the Wimbledon women’s runner-up never lost belief, thanks in part to her hard-serving partner, who will turn 21 next week.</p><p>When Mensik first asked Muchova to play, she told him to improve his ranking. When the U.S. Open mixed doubles tournament was revamped last year, the ability to directly qualify was based on the combined singles rankings of the two players.</p><p>Mensik then did his part by reaching the semifinals of the French Open.</p><p>“I put a little pressure on him, but in a fun way. It worked,” Muchova said. “I’m happy we managed and we got in, that we are here now.”</p><p>The final was the only match of the tournament that resembled a regular match, with standard sets to six games and a tiebreaker at 6-all. Through the first three rounds, sets were to four games, with a tiebreaker at 4-all.</p><p>Bencic and Cobolli knocked Serena Williams and Carlos Alcaraz out of the tournament Tuesday in the quarterfinals.</p><p>Then they dropped a set for the first time in the tournament in the semis, but began to dominate midway through the second set, winning the final 11 points to force the match tiebreaker. But they couldn't win their second one in the final.</p><p>“This year is already the second final. I never expected in my life to play a Grand Slam,” said Cobolli, this year's French Open runner-up. “This is mixed but still something that you never forget.”</p><p>It was the second year of the new format in mixed doubles, with the event shortened and moved to the week before the singles main draw begins, with the U.S. Tennis Association hoping that would get top singles players to compete.</p><p>Plenty of top names did compete but much of the star power, including Williams and Alcaraz, went out early. Aryna Sabalenka and Novak Djokovic lost their opening match, as did Alex Eala and Felix Auger-Aliassime, and Jessica Pegula and Taylor Fritz.</p><p>That could explain a good number of empty seats in Ashe, particularly after both semifinals went the distance and pushed the start of the final back toward nearly 11 p.m. EDT.</p><p>None of the teams featuring doubles specialists survived to the final four, leaving an opening for some players still seeking Grand Slam glory such as Rublev, who has fallen 10 times in major quarterfinals.</p><p>Svitolina and Monfils, who have both reached the U.S. Open singles semifinals, accepted a wild card to team up for the first time. Married since 2021, they were trying to win a championship in the final appearance in a Grand Slam tournament for Monfils, who will turn 40 on Sept. 1, before he retires.</p><p>They pulled out a back-and-forth tiebreaker in the first set in which they blew a 4-0 lead, then erased two set points. They went ahead 8-7 when Bencic tried to hit a cross-court backhand but nailed Cobolli, who had strayed into the middle. Cobolli then double-faulted to lose the set.</p><p>Bencic and Cobolli recovered, but then had a poor start to the final after a long break between matches. The Czechs pounced quickly, then finished well late.</p><p>Their biggest challenge may have been the outfit selection. Mensik apparently wasn't familiar with the word maroon.</p><p>Now he knows and loves it.</p><p>“My favorite color right now is pink and maroon, that’s for sure,” he said.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VUQR5XPOCDADCCJ6W3CUMNXRVM.jpg?auth=8ebc6f907a8a4bc2ca4e2cb59ede89ed35e169ee2b149c8bb461a8233d45d64e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jakub Mensik, of the Czech Republic, celebrates with Karolina Muchova, right, of the Czech Republic, after they won the mixed doubles final match against Belinda Bencic, of Switzerland, and Flavio Cobolli, of Italy, at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOMCN4TS5KEN55LCQSCQ43SFSY.jpg?auth=4ac5528c29ba18ab44c1562d2914c3e04f44975575e09f3a6ed156beb845574d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jakub Mensik, of the Czech Republic, celebrates after he and Karolina Muchova, of the Czech Republic, defeated Belinda Bencic, of Switzerland, and Flavio Cobolli, of Italy, in the mixed doubles final match at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIAOUF4XTVOOGKBTA5FKJXLWD4.jpg?auth=6127619d7b7c35c2cd5ad3d908f107a9e87c4b25813d51a25bf70aa3688b65c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belinda Bencic, right, of Switzerland, and Flavio Cobolli, of Italy, sit between sets while competing against Jakub Mensik, of the Czech Republic, and Karolina Muchova, of the Czech Republic, during the mixed doubles final match at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OIQCTAQHAIG6OOKQOK3FRR7TJM.jpg?auth=df99e5dedc2d0cacb93e79d917cc92f3eff4ed96991f1370fb26eb25d8bff841&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belinda Bencic, left, of Switzerland, and Flavio Cobolli, of Italy, react while competing against Elina Svitolina, of Ukraine, and Gael Monfils, of France, during a mixed doubles semifinal match at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5OX6JO5XKZKB62EIO2ZBPR2RG4.jpg?auth=c416ac8931ef4e5016938af5838fe0ea14f7dfa978e2c49f94916d91bc0ce10b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Elina Svitolina, of Ukraine, and Gael Monfils, left, of France, react while competing against Belinda Bencic, of Switzerland, and Flavio Cobolli, of Italy, during a mixed doubles semifinal match at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IPEWZSKMUBMSW4RKL5VEAN5CTU.jpg?auth=d6aedd8cb38538f812e567e85e3e80fe8422282976ea757573555b6be1fe052b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jakub Mensik, of the Czech Republic, left celebrates with Karolina Muchova, of the Czech Republic, after they won the mixed doubles final match against Belinda Bencic, of Switzerland, and Flavio Cobolli, of Italy, at the U.S. Open tennis championships Wednesday, Aug. 26, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Military judge sets June 2028 trial date for alleged Sept. 11 mastermind Khalid Sheikh Mohammed]]></title><link>https://www.local10.com/news/politics/2026/08/26/military-judge-sets-june-2028-trial-date-for-alleged-sept-11-mastermind-khalid-sheikh-mohammed/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/military-judge-sets-june-2028-trial-date-for-alleged-sept-11-mastermind-khalid-sheikh-mohammed/</guid><dc:creator><![CDATA[By JONATHAN J. COOPER, Associated Press]]></dc:creator><description><![CDATA[A U.S. military judge on Wednesday set a summer 2028 trail date for Khalid Sheikh Mohammed and three others accused of plotting the Sept. 11, 2001, terrorist attacks.]]></description><pubDate>Thu, 27 Aug 2026 00:54:41 +0000</pubDate><content:encoded><![CDATA[<p>A U.S. military judge on Wednesday set a summer 2028 trail date for Khalid Sheikh Mohammed and three others accused of plotting the Sept. 11, 2001, terrorist attacks.</p><p>The trial is scheduled to begin June 5, 2028, 18 months later than the January 2027 start that prosecutors had requested. The additional time is needed to resolve pretrial disputes, including disagreements about what evidence can be presented at trial, Air Force Lt. Col. Michael A. Schrama wrote in his ruling.</p><p>The U.S. military and successive administrations have struggled for more than two decades to bring to justice the man charged with planning one of the deadliest attacks ever on the United States.</p><p>The 2028 trial depends on the case meeting deadlines and milestones along the way and it could again be delayed. A trial was previously scheduled in 2021 but later canceled.</p><p>Mohammed is accused of developing and directing the plot to crash hijacked airliners into the World Trade Center and the Pentagon. Another of the hijacked planes flew into a field in Pennsylvania. He faces trial alongside three alleged accomplices: Walid bin Attash, Ali Abdul Aziz Ali and Mustafa al-Hawsawi.</p><p>They are among the last of the detainees held at the U.S. military base at Guantanamo Bay, Cuba.</p><p>A federal appeals court last year threw out an agreement that would have allowed Mohammed to plead guilty in a deal sparing him the risk of execution for al-Qaida’s 2001 attacks.</p><p>That deal stipulated life sentences without parole for Mohammed and two of his co-defendants. It also would have obligated the men to answer any lingering questions that families of the victims have about the attacks. But after negotiating the deal for two years, former President Joe Biden's administration repudiated it.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CL6AIZIUMBDMLCWAPWCP5RP6XU.jpg?auth=65a1a4d1f4afceac197ba318cf439d7371cc708015265349f0fc5e58be146aed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Khalid Sheikh Mohammed, the alleged Sept. 11 mastermind, is seen shortly after his capture during a raid in Pakistan, March 1, 2003, in this photo obtained by the Associated Press. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Brewers starter Dustin May hit by line drive and leaves game after 1 pitch against Mets]]></title><link>https://www.local10.com/sports/2026/08/26/brewers-starter-dustin-may-hit-by-line-drive-and-leaves-game-after-1-pitch-against-mets/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/brewers-starter-dustin-may-hit-by-line-drive-and-leaves-game-after-1-pitch-against-mets/</guid><dc:creator><![CDATA[By JERRY BEACH, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Milwaukee Brewers right-hander Dustin May left his start against the New York Mets with a bruised right scapula after throwing one pitch Wednesday night.]]></description><pubDate>Thu, 27 Aug 2026 03:59:06 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Milwaukee Brewers right-hander Dustin May left his start against the New York Mets with a bruised right scapula after throwing one pitch Wednesday night.</p><p>May was hit in the upper back by A.J. Ewing’s 106 mph line drive leading off the bottom of the first inning. The ball ricocheted off May as he whirled in an attempt to get out of the way. It caromed on one hop right to third baseman David Hamilton, who threw out the speedy Mets rookie at first.</p><p>May grimaced as he bent forward, favoring the area around his right shoulder blade and armpit.</p><p>“In the moment, didn’t feel great,” he said. “Took my breath away. Was just trying to get my breath back.”</p><p>Milwaukee manager Pat Murphy and an athletic trainer went to the mound to check on May, who was surrounded by Brewers infielders.</p><p>After a long consultation, May threw several warmup pitches, raising his arm and shaking his right hand between tosses. Murphy then motioned to the dugout and May followed him off the mound.</p><p>“When I threw it, it felt fine,” May said. “But sitting there for a couple seconds after — threw the next one and it didn’t feel right. They were more on the cautious side of, better to be safe now and protect you for later.”</p><p>May still hopes to make his next scheduled start.</p><p>“I think it all just depends on how I feel (Thursday),” he said after the Brewers pieced together an 8-1 win. “Right now, with motions and movements and stuff, feel better now that I know nothing is structurally wrong.”</p><p>Left-hander Robert Gasser replaced May and got the win by tossing 5 1/3 innings of one-run ball. Grant Anderson and Bryse Wilson combined to allow three hits over the final 3 1/3 shutout innings.</p><p>“We planned just using May as an opener,” Murphy said with a grin. “Parts of six (innings for Gasser) — great, really great. Made big pitches at big times.”</p><p>It was the first relief outing of Gasser’s three-year big league career and just his sixth as a professional.</p><p>“Definitely something I haven’t had to experience before,” Gasser said. “I didn’t even sit down out there.”</p><p>May is a significant member of the starting rotation for the Brewers, who are a major league-best 82-51 as they chase a fourth consecutive NL Central title.</p><p>He was acquired from the St. Louis Cardinals at the Aug. 3 trade deadline and is 6-8 with a 4.56 ERA in 25 outings this season. Making his fourth start for Milwaukee, he became the first major league starter to exit after one pitch since Pablo López with the Miami Marlins on July 2, 2021.</p><p>Murphy agreed that May remains a candidate to start for the Brewers early next week.</p><p>“We’re hopeful,” the manager said.</p><p>The 6-foot-6 May, who turns 29 next month, has undergone Tommy John surgery twice and also required life-saving surgery after he suffered a tear of his esophagus while eating dinner in 2024 when he was with the Los Angeles Dodgers.</p><p>May said he didn’t think about his injury-plagued past after being struck by the line drive.</p><p>“Not in the moment,” he said. “I’m thinking about trying to stay in the game at that point.”</p><p>___</p><p>See AP’s full MLB coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5ZEWXLPZYUISTWPON4VENEISE4.jpg?auth=50b4d539a25a805495b8c74cdd4d3631c510626fa5b8239cdb551fbab2eb8d07&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Dustin May reacts after being hit by a batted ball during the first inning of a baseball game against the New York Mets, Wednesday, Aug. 26, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGDONLCIZ5MYHCBLZHGY6I7XEA.jpg?auth=7b7f025e82eb0d7842a3b3d7ff32af31b18bf8271f4a8522801d961ac35ec697&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Dustin May (21) throws after being hit by a batted ball during the first inning of a baseball game against the New York Mets, Wednesday, Aug. 26, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDVYL6RCTVLURI3DHZFR5CYLZI.jpg?auth=e2ff937df028a8a06b4eb729567fe7fa4b0780203465f8b0a6a500ac8aa51636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Dustin May (21) throws after being hit by a batted ball during the first inning of a baseball game against the New York Mets, Wednesday, Aug. 26, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5YF3PYZMOFIO5TUFIBPJ7ONVKY.jpg?auth=fb3d1dce3231c12810532fcdce7a42060050462533e548413746a5d0ecc7a045&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Milwaukee Brewers pitcher Dustin May (21) throws after being hit by a batted ball during the first inning of a baseball game against the New York Mets, Wednesday, Aug. 26, 2026, in New York. (AP Photo/Noah K. Murray)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah K. Murray</media:credit></media:content></item><item><title><![CDATA[Brasil demanda a la plataforma de videojuegos Discord por presuntos fallos en la protección infantil]]></title><link>https://www.local10.com/espanol/2026/08/26/brasil-demanda-a-la-plataforma-de-videojuegos-discord-por-presuntos-fallos-en-la-proteccion-infantil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/brasil-demanda-a-la-plataforma-de-videojuegos-discord-por-presuntos-fallos-en-la-proteccion-infantil/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — El gobierno de Brasil anunció el miércoles una demanda ante un tribunal federal en contra de Discord, la popular plataforma de videojuegos en línea, buscando una indemnización de 500 millones de reales (unos 97 millones de dólares) por el presunto incumplimiento de la compañía al momento de ofrecer protecciones a los menores de edad en internet.]]></description><pubDate>Wed, 26 Aug 2026 23:52:50 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — El gobierno de Brasil anunció el miércoles una demanda ante un tribunal federal en contra de Discord, la popular plataforma de videojuegos en línea, buscando una indemnización de 500 millones de reales (unos 97 millones de dólares) por el presunto incumplimiento de la compañía al momento de ofrecer protecciones a los menores de edad en internet.</p><p>La medida se produce luego de un caso de suicidio vinculado a la plataforma el mes pasado. El gobierno de Brasil presionó a Discord hace unas semanas para que suspendiera sus transmisiones en vivo relacionadas con el incidente.</p><p>La Abogacía General de la Unión, un órgano gubernamental, señaló en un comunicado que la indemnización que reclama a Discord se debe al presunto daño psicológico colectivo que ha permitido.</p><p>La oficina de Discord en Brasil indicó en un comunicado que la medida del gobierno es “desproporcionada” y “no refleja con precisión el enfoque de Discord en materia de seguridad y el cumplimiento de la legislación brasileña”.</p><p>La demanda de 25 páginas, a la que The Associated Press tuvo acceso, sostiene que existen graves deficiencias en los sistemas de verificación de edad y en las protecciones de seguridad que ofrece Discord a los usuarios.</p><p>La empresa cometió “violaciones directas a una serie de obligaciones y normas protectoras del derecho brasileño, relativas a las protecciones especiales y a la seguridad de grupos vulnerables, incluidos niños y adolescentes”, indicó la Abogacía General de la Unión.</p><p>La demanda también solicita al tribunal que ordene a Discord reforzar de inmediato sus controles parentales, ampliar la cooperación con las fuerzas policiales locales y desplegar herramientas automatizadas para detectar y retirar contenido peligroso.</p><p>También señala que Discord enfrenta presiones similares a nivel mundial, incluidas demandas activas en estados de Estados Unidos como Texas, Nevada y Nueva Jersey.</p><p>El presidente de Brasil Luiz Inácio Lula da Silva, quien busca la reelección en octubre, y el Supremo Tribunal Federal han intentado regular el uso de internet entre los menores de edad, con resultados dispares hasta ahora. Países como Australia, Canadá e Indonesia emprenden esfuerzos similares.</p><p>La primera dama de Brasil, Rosângela Lula da Silva, conocida como Janja, afirmó el 6 de agosto que la plataforma debería dejar de operar debido al caso de suicidio. Cinco adolescentes han sido arrestados en relación con la muerte, según el Ministerio de Justicia de Brasil.</p><p>Discord tiene más de 90 millones de usuarios activos a diario en todo el mundo, según su sitio web.</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/IP7FT7SEN7CKTARITKQWLMOMUQ.jpg?auth=e20bb445ffad5d3677ad2d7432dd860d5f7846e4a3a63a1459f926598d45f43f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Brasil Luiz Inácio Lula da Silva se ajusta el sombrero durante una ceremonia por el Día del Soldado en la sede del Ejército, el martes 25 de agosto de 2026, en Brasilia. (AP Foto/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Saquean casa de pareja de Coral Gables que murió en accidente de helicóptero en Kenia, roban obras de arte y autos, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[La policía arrestó a un hombre y una mujer el martes tras acusarlos de saquear la casa de una pareja de Coral Gables que murió en un accidente de helicóptero en Kenia, robando “varias obras de arte valiosas”, además de sus camionetas SUV y otros artículos.]]></description><pubDate>Wed, 26 Aug 2026 15:35:18 +0000</pubDate><content:encoded><![CDATA[<p>La policía arrestó el martes a un hombre y una mujer tras acusarlos de saquear la casa de una pareja de Coral Gables que murió en un <a href="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/19/periodista-de-florida-entre-los-siete-fallecidos-tras-accidente-de-helicoptero-en-kenia/">accidente de helicóptero en Kenia</a>, robando “varias obras de arte valiosas”, además de sus vehículos SUV y otros artículos.</p><p>Los registros muestran que la casa, ubicada en Valencia Avenue, pertenecía a Henry Parra, de 55 años, y Adam Hlavaty, de 42, quienes murieron en el accidente del miércoles pasado junto con otras cinco personas, incluidas otras con vínculos con el sur de Florida, en el condado Samburu, en el norte de Kenia.</p><p>La policía de Coral Gables dijo que el robo ocurrió en algún momento entre el jueves y el sábado, después del accidente.</p><p>Identificaron a los sospechosos del robo como Geybert Alexander Garcia, de 40 años, y Melany Perdomo, de 24, quienes viven juntos cerca del área no incorporada de Palm Springs North, en el noroeste de Miami-Dade.</p><p>Según los investigadores, la pareja “saqueó la residencia y se llevó numerosos artículos pertenecientes a los fallecidos, como documentos personales y comerciales, joyas, aparatos electrónicos y obras de arte”.</p><p>También robaron el Land Rover 2023 y el Porsche Taycan 2020 de la pareja, según un reporte de arresto. El reporte menciona el accidente, pero no indica si los investigadores creen que Garcia y Perdomo se enteraron de la muerte de la pareja antes del robo ni cómo lo habrían hecho.</p><p>La policía dijo que la empleada doméstica de Parra y Hlavaty descubrió el robo el domingo.</p><p>Las autoridades dijeron que una señal emitida por la MacBook robada de la pareja, junto con la ubicación del Range Rover robado, situó los artículos sustraídos en la casa de Garcia y Perdomo, en la cuadra 8300 de Northwest 195th Terrace.</p><p>Según el reporte, después de confirmar que los vehículos estaban estacionados afuera de la casa, la policía de Coral Gables y agentes de la Oficina del Sheriff de Miami-Dade ejecutaron allí una orden de registro el martes.</p><p>Los investigadores dijeron que Garcia se escondió en un clóset mientras los agentes encontraron a Perdomo en un dormitorio del piso superior.</p><p>Durante el registro, “los agentes localizaron e identificaron numerosos documentos robados” pertenecientes a la pareja, así como el control de la llave del Range Rover, según el reporte de arresto.</p><p>“Además, varias obras de arte valiosas fueron recuperadas del interior de la residencia, incluida una escultura de arte perteneciente a las víctimas y valorada en más de aproximadamente $500,000 USD”, señala el reporte. “Los agentes también localizaron varios artículos e instrumentos compatibles con la producción y/o alteración de documentos de identificación fraudulentos e información de identificación personal”.</p><p>Además, los investigadores dijeron que encontraron una Ford F-250 con un VIN alterado que resultó haber sido robada en el condado Indian River.</p><p>Los registros de la cárcel muestran que Garcia y Perdomo fueron arrestados cada uno por múltiples cargos de delitos graves, incluidos robo y robo mayor de vehículo.</p><p>En corte el miércoles, el abogado de Garcia, Paul Basile, presentó un documento al tribunal indicando que había sido firmado y notarizado y que otorgaba a Garcia “permiso para tener posesión de esos vehículos y entrar a la propiedad”.</p><p>Sin embargo, Lauren Bailey, amiga de la familia de las víctimas, también estaba en corte y dijo que eso no puede ser cierto.</p><p>“No hay manera de que ellos pudieran haber firmado ese documento”, dijo Bailey. “En primer lugar, no estaban en el país. En segundo lugar, nunca habrían hecho algo así. Tenían a otras personas. Tienen una empleada doméstica que va a la casa todos los días. No habría necesidad de hacer algo así”.</p><p>Continuó: “La casa fue dañada; entraron por la fuerza. La puerta fue destruida. Arrancaron la cámara, y le hemos entregado al fiscal las fotos de eso. Su familia vino desde Indiana y llegó a una casa en la que habían entrado por la fuerza y de la que habían robado sus pertenencias, y no se sienten cómodos si dejan ir a esta persona”.</p><p>La fiscal Nessa Eth preguntó al detective del Departamento de Policía de Coral Gables, Wilfredo Diaz, si creía que los documentos eran legítimos.</p><p>“No”, testificó Diaz. “Creo que es un documento fraudulento”.</p><p>La jueza de Miami-Dade Mindy Glazer también pareció mostrarse escéptica sobre la validez del documento, especialmente considerando que Garcia tiene antecedentes de arrestos en el condado, y ordenó que tanto él como Perdomo permanecieran detenidos sin derecho a fianza.</p><p>Perdomo, a pesar de que su reporte de arresto indica que nació en Florida, también quedó detenida bajo una retención migratoria, según muestran los registros de la cárcel. </p>]]></content:encoded></item><item><title><![CDATA[Roger Goodell says NFL is looking into whether to punish 49ers owner Jed York following his arrest]]></title><link>https://www.local10.com/sports/2026/08/26/roger-goodell-says-nfl-is-looking-into-whether-to-punish-49ers-owner-jed-york-following-his-arrest/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/roger-goodell-says-nfl-is-looking-into-whether-to-punish-49ers-owner-jed-york-following-his-arrest/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — Commissioner Roger Goodell said the NFL is looking into whether San Francisco 49ers owner Jed York will be punished for violating the league's personal conduct policy after he was caught in a prostitution sting in Ohio.]]></description><pubDate>Wed, 26 Aug 2026 23:31:20 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — Commissioner Roger Goodell said the NFL is looking into whether San Francisco 49ers owner Jed York will be punished for violating the league's personal conduct policy after he was caught in a prostitution sting in Ohio.</p><p>“It’s being reviewed under the personal conduct policy,” Goodell said Wednesday at the owners' meetings in Atlanta. “We’ll do that and when there’s something to be reported we’ll talk.”</p><p>York was arrested in a mobile home park by the Mahoning Valley Human Trafficking Task Force after police said he was attempting to pay $160 for sex with a woman he believed to be a prostitute.</p><p>York was booked into jail and was released after posting a $5,000 bond. York was initially charged with engaging in prostitution, but prosecutors amended that to disorderly conduct. He pleaded no contest to that charge and to possessing criminal tools for using his phone to respond to the an undercover online prostitution advertisement.</p><p>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. He also was fined $1,150. Police seized the $160 from York and that was later given to the human trafficking task force as part of the plea. York also completed an online course.</p><p>York has spent most of the summer in Ohio, where he grew up near Youngstown. He had filed for divorce from his wife, Danielle, in May, according to court records.</p><p>Owners have been previously punished for violating the personal conduct policy. The late Indianapolis Colts owner Jim Irsay was suspended for six games and fined $500,000 following a guilty plea to driving while impaired in 2014.</p><p>New England Patriots owner Robert Kraft was investigated but not punished by the league after he was arrested in Florida in 2019 for allegedly paying for sex with a woman at a massage parlor. The charge was later dropped after a court ruled that police violated the rights of Kraft and the other customers when they secretly installed video cameras inside massage rooms at the spa.</p><p>York was arrested on Sunday in East Palestine, Ohio, and pleaded guilty on Monday to two misdemeanors.</p><p>___</p><p>AP Sports Writer Charles Odum in Atlanta contributed to this report.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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[Fed governor Lisa Cook slams Trump's renewed threat to fire her]]></title><link>https://www.local10.com/business/2026/08/26/fed-governor-lisa-cook-slams-trumps-renewed-threat-to-fire-her/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/fed-governor-lisa-cook-slams-trumps-renewed-threat-to-fire-her/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Federal Reserve governor Lisa Cook said the Trump administration has no legal basis to remove her from the central bank's governing board in a letter late Wednesday responding to renewed threats from the White House.]]></description><pubDate>Wed, 26 Aug 2026 23:22:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Federal Reserve governor Lisa Cook said the Trump administration has no legal basis to remove her from the central bank's governing board in a letter late Wednesday responding to renewed threats from the White House.</p><p>Trump first sought to fire Cook a year ago over allegations that she commited mortgage fraud, which she denies. The charge has not been proven or considered in court. The Supreme Court ruled that Cook could remain in her position while the case is litigated. The justices also said Trump could try to fire her again if he provided proper notice and a chance to contest it.</p><p>A White House aide earlier this month had given Cook until Wednesday to respond.</p><p>“For the second time in a year, we have explained why there is no legal basis for President Trump to remove Governor Cook for cause,” her attorneys, Abbe Lowell and Norman Eisen, said in a statement. “An inadvertent error is not fraud, as the President and a third of his cabinet should know because they reportedly did the same thing. These attacks on Governor Cook are not about real estate paperwork; they are an attempt by President Trump to force the Federal Reserve to bend to his will."</p><p>Officials in the Trump administration have accused Cook of declaring two homes as “primary residences” in mortgage applications. Primary residences can sometimes receive lower mortgage rates or down payments than second homes.</p><p>Cook on Wednesday said she had referred to one of those two homes in some documents as a “vacation home” and had not sought to deceive lenders. She said any errors were unintentional and did not rise to a level that justified her firing.</p><p>If Trump is able to remove Cook, he could name a replacement and his appointees would gain a majority on the Fed’s board. Trump has long attacked the Fed for not cutting its benchmark interest rate quickly enough.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FAWSM7OZMYQYCD6TW5GKE6CINQ.jpg?auth=6a4d14ce8a6dbe22d7820f3afd28707ccb6edb423858099d8349631c53355617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lisa Cook, a Federal Reserve Board of Governors member, speaks during an event at the Brookings Institution, Nov. 3, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[QB Tommy Castellanos commits to No. 12 Texas Tech with court-granted 5th season before Big 12 ruling]]></title><link>https://www.local10.com/sports/2026/08/26/qb-tommy-castellanos-commits-to-no-12-texas-tech-with-court-granted-5th-season-of-eligibility/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/qb-tommy-castellanos-commits-to-no-12-texas-tech-with-court-granted-5th-season-of-eligibility/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LUBBOCK, Texas (AP) — Well-traveled quarterback Tommy Castellanos plans to play this season for No. 12 Texas Tech, the Big 12 Conference favorite that is set for returner Will Hammond to be its starter after transfer Brendan Sorsby was declared ineligible because of gambling.]]></description><pubDate>Thu, 27 Aug 2026 01:27:45 +0000</pubDate><content:encoded><![CDATA[<p>LUBBOCK, Texas (AP) — Well-traveled quarterback Tommy Castellanos plans to play this season for No. 12 Texas Tech, the Big 12 Conference favorite that is set for returner Will Hammond to be its starter after transfer Brendan Sorsby was declared ineligible because of gambling.</p><p>A Big 12 ruling later Wednesday, however, made it uncertain if Castellanos would be able to play for the defending league champion Red Raiders.</p><p>Castellanos told ESPN earlier in the day that he had committed to Texas Tech. On the quarterback's verified X account, in which the bio included the phrase professional athlete, there was a photo posted with him in a Texas Tech uniform.</p><p>The Big 12, after similar decisions by the Southeastern and Big Ten conferences, also is banning players who were on NFL rosters from returning to college. The rule unanimously adopted Wednesday by the Big 12 also makes ineligible any player that declared for the NFL draft and didn't timely withdraw before the draft.</p><p>Castellanos, who played last season at Florida State, went undrafted four months ago before a tryout as a receiver with the Miami Dolphins during their rookie minicamp. He was never on an NFL roster, but went through the draft process.</p><p>He had declared for the NFL draft last December after dropping his appeal for another year of college eligibility. The NCAA had denied his waiver request to play another season.</p><p>Castellanos was granted 5th season of eligibility by a court last week</p><p>Last Friday, Castellanos was among 10 athletes granted a temporary restraining order by a Kentucky judge to get a fifth season of college football. The NCAA announced a rule change in June allowing players who began college in 2023 or later to have five years to play five years of sports in college.</p><p>Castellanos, whose college career began at UCF in 2022, transferred last season to Florida State following two at Boston College. His fifth game at UCF as a freshman was the American Athletic Conference championship game after the starter got hurt.</p><p>In 38 college games, Castellanos completed 477 of 816 passes (58.5%) for 6,449 yards with 48 touchdowns and 28 interceptions. He was 180-of-309 (58.3%) for 2,760 yards, 15 TDs and nine interceptions last year in his 12 games for the Seminoles.</p><p>Hammond was in line to be 2026 start before getting hurt</p><p>Hammond played in eight games for Big 12 champion Texas Tech behind graduated Behren Morton last season before an ACL injury on Oct. 25. After no setbacks in his recovery, Hammond has been part of fall camp. The Red Raiders open the season at home Sept. 5 against FCS team Abilene Christian.</p><p>Sorsby transferred to Tech in January after two seasons at Cincinnati, and was expected to start instead before an NCAA gambling investigation and since-dropped lawsuit over his eligibility.</p><p>___</p><p>AP college football: Football: Sign up for Top 25 poll alerts here, visit the Top 25 here and see AP’s full college football coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RZMEVYIUXEMDKQJ2SM3RYXMXOU.jpg?auth=657286d0ab574f8fe23925cb22426e9daf54ca5d08ec671e60ad7cc27146b467&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Florida State quarterback Tommy Castellanos (1) rushes for a touchdown against Alabama during the first half of an NCAA college football game, Saturday, Aug. 30, 2025, in Tallahassee, Fla. (AP Photo/Phelan M. Ebenhack,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phelan M. Ebenhack</media:credit></media:content></item><item><title><![CDATA[Brazil sues online platform Discord over alleged failures in children protection]]></title><link>https://www.local10.com/tech/2026/08/26/brazil-sues-online-platform-discord-over-alleged-failures-in-children-protection/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/26/brazil-sues-online-platform-discord-over-alleged-failures-in-children-protection/</guid><dc:creator><![CDATA[By MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — Brazil's government said on Wednesday it filed a lawsuit in a federal court against Discord, the popular platform for gamers to communicate online, seeking damages of 500 million reais (about $97 million) for the company's alleged failure to protect children online.]]></description><pubDate>Wed, 26 Aug 2026 22:50:12 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — Brazil's government said on Wednesday it filed a lawsuit in a federal court against Discord, the popular platform for gamers to communicate online, seeking damages of 500 million reais (about $97 million) for the company's alleged failure to protect children online.</p><p>The move comes in the wake of a July suicide case linked to the platform. Earlier this month, Brazil’s government pushed Discord to suspend its live broadcasts in relation to the incident.</p><p>The Solicitor-General's office for President Luiz Inácio Lula da Silva said in a statement the damages it is seeking from Discord are due to alleged collective psychological harm it has allowed.</p><p>Discord in Brazil said in a statement that the move by the country’s government is “disproportionate” and “does not accurately reflect Discord’s approach to safety and compliance with Brazilian law.”</p><p>Brazil’s government’s 25-page long lawsuit, which was obtained by The Associated Press, says there are severe gaps in its age-verification systems and user safety protections.</p><p>The company has committed "direct violations to a number of obligations and protective norms of Brazilian law, regarding the special protections and safety of vulnerable groups, including children and teenagers,” Brazil's Solicitor-General's office said.</p><p>The office is also asking the court to order Discord to immediately strengthen parental controls, expand cooperation with local law enforcement, and deploy automated tools to detect and remove dangerous content.</p><p>The filing also notes that Discord faces similar legal pressure globally, including active lawsuits in U.S. states like Texas, Nevada and New Jersey.</p><p>Lula, who is seeking reelection in October, and Brazil's Supreme Court have tried to regulate the use of the internet by minors, with mixed results so far, at a moment when countries, including Australia, Canada and Indonesia, are undertaking similar efforts.</p><p>Brazil’s first lady Rosângela Lula da Silva, known as Janja, said on Aug. 6 that the platform should be taken offline, citing the suicide case. Five teenagers were arrested in connection with the death, according to Brazil’s justice ministry.</p><p>Discord has more than 90 million active daily users worldwide, according to its website.</p><p>___</p><p>Follow AP’s Latin America coverage at https://apnews.com/hub/latin-america</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IAKRGNBOKY4SNHFICY7EGPYSBQ.jpg?auth=0fe33c856d7c48fe938b8be6583e39a166dda36f1d60bc2c68d38eb7eb69eb29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Brazilian President Luiz Inacio Lula da Silva adjusts his hat during a Soldier's Day ceremony at Army headquarters in Brasilia, Brazil, Tuesday, Aug. 25, 2026. (AP Photo/Eraldo Peres)]]></media:description><media:credit role="author" scheme="urn:ebu">Eraldo Peres</media:credit></media:content></item><item><title><![CDATA[Key inflation gauge remains elevated during Iran conflict and ongoing US trade fights]]></title><link>https://www.local10.com/business/2026/08/26/key-inflation-gauge-remains-elevated-during-iran-conflict-and-ongoing-us-trade-fights/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/key-inflation-gauge-remains-elevated-during-iran-conflict-and-ongoing-us-trade-fights/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — An inflation measure closely watched by the Federal Reserve stayed elevated last month in the latest sign that many Americans are still struggling with higher costs.]]></description><pubDate>Wed, 26 Aug 2026 14:29:55 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — An inflation measure closely watched by the Federal Reserve stayed elevated last month in the latest sign that many Americans are still struggling with higher costs.</p><p>Stubbornly high prices are shaping up to be a key issue in the midterm elections, now just 10 weeks away, particularly as the Iran war keeps gas prices high, President Donald Trump is threatening new tariffs on Canada and China, and spending on AI infrastructure has pushed up the cost of computers, gaming consoles, and semiconductors.</p><p>Inflation remained high in July even as gas prices fell, partly because the cost of services, including health care, utilities, and financial services, jumped. Yet the government plans to change the way it calculates the cost of some services starting with next month’s figures, which could lower measured inflation.</p><p>Inflation remains elevated and above the Federal Reserve’s target</p><p>The Commerce Department’s Wednesday report showed that prices rose 3.7% in July compared with a year earlier, the same as June. Inflation has worsened since the U.S. and Israel attacked Iran in late February, when it stood at 2.9%. It’s noticeably above the Fed’s target of 2%.</p><p>Wednesday’s figures are from the personal consumption expenditures price index, a separate gauge from the more widely followed consumer price index, which was reported earlier this month. The PCE index is running hotter than the CPI, partly because it puts much less weight on rental costs, which have been cooling steadily in recent months.</p><p>Excluding the volatile food and energy categories, core inflation was also unchanged at 3.3% in July. It had fallen to 2.6% before President Donald Trump imposed sweeping tariffs in April 2025.</p><p>On a monthly basis, overall prices rose 0.2% from June to July, after declining 0.1% the previous month and jumping 0.5% in May. Core prices also moved up 0.2% from June to July, up from 0.1% in the previous month. Some Fed officials have said that core inflation running at about 0.2% a month would be a reassuring sign that inflation is heading back to the 2% target.</p><p>The inflation gauge will be revised lower next month</p><p>Many economists have noted that the PCE index has been pushed higher by the way it calculates the cost of financial advice, as well as how it measures prices for software and computer accessories. When stock markets rise, that translates into bigger gains in what the government calls “portfolio management services.” Yet that measure doesn’t always fully capture what Americans actually pay for financial services.</p><p>At the same time, the PCE also likely captures some business-related spending on software, even though it should only focus on consumer spending, analysts say.</p><p>As a result, the Commerce Department has said it plans to adjust those measurements, among others, starting next month. Economists, who largely agree with the changes, forecast that they will reduce annual PCE inflation by 0.2 percentage point or so.</p><p>Why do things still feel expensive?</p><p>Even as inflation has cooled from its post-pandemic highs — it topped 7% according to the Fed’s preferred gauge in 2022 — consumer sentiment surveys show that most Americans are still gloomy about the economy and their finances.</p><p>A key reason is likely that inflation, even at lower levels, has eroded incomes. Wednesday’s data show that compared with a year ago, inflation-adjusted incomes have risen just 0.2%, after several months of decline.</p><p>And gas prices have rebounded this month, which will likely push up inflation when the August figures are reported next month. Prices ticked up again overnight to $4.10 per gallon on average nationally, according to AAA.</p><p>Consumers did boost their spending at a robust pace in the April-June quarter, according to a separate report released Wednesday, and businesses also strongly increased their investments, largely on the AI infrastructure buildout. The economy grew just 1.5% during the second quarter, however, as much of the business spending went towards imports.</p><p>But Americans may be turning more cautious as inflation stays high. Consumer spending, adjusted for inflation, was unchanged in July, the government said Wednesday.</p><p>How will this affect the inflation-fighters at the Federal Reserve?</p><p>The new inflation data is unlikely to fully resolve a split at the Fed, where most officials are willing to hold interest rates steady to see if inflation can cool on its own. But many Fed officials have supported raising rates in a bid to slow borrowing and spending to combat higher prices.</p><p>New Fed Chair Kevin Warsh will deliver a high-profile speech Friday in Jackson Hole, Wyoming, that will be closely watched by Wall Street for any signs of his thinking about next steps.</p><p>Persistent inflation has contributed to higher long-term interest rates, which have lifted borrowing costs for things like mortgages, auto loans, and credit cards. Many Wall Street analysts say that a lack of clarity from Warsh about how the Fed will respond to persistent inflation has also pushed up those rates. The yield on 30-year Treasury bonds briefly reached a 19-year high earlier this month, prompting an unusual intervention by Treasury Secretary Scott Bessent.</p><p>Bessent said the Treasury would double its buybacks of longer-term bonds — those lasting for 10 to 30 years — starting next month. Such a move would theoretically raise Treasury prices and lower yields. The announcement initially had little effect, though yields have since declined slightly.</p>]]></content:encoded></item><item><title><![CDATA[Iran warns of military ship ban in Hormuz under potential deal with Oman, and other Middle East news]]></title><link>https://www.local10.com/business/2026/08/26/iran-warns-of-military-ship-ban-in-hormuz-under-potential-deal-with-oman-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/iran-warns-of-military-ship-ban-in-hormuz-under-potential-deal-with-oman-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran won't allow military vessels to transit through the Strait of Hormuz under an agreement that the Islamic Republic is negotiating with Oman, Iran's deputy foreign minister said.]]></description><pubDate>Wed, 26 Aug 2026 22:01:13 +0000</pubDate><content:encoded><![CDATA[<p>Iran won’t allow military vessels to transit through the Strait of Hormuz under an agreement that the Islamic Republic is negotiating with Oman, Iran’s deputy foreign minister said.</p><p>The top diplomats of the two countries met to discuss managing commercial shipping traffic in the vital waterway, which remains largely shut down nearly six months after the Iran war began.</p><p>Meanwhile, Israeli strikes in Gaza continued, testing the already fragile ceasefire with Hamas.</p><p>Here’s a look at the latest developments in the Iran war and the wider Middle East. Full coverage can be found here.</p><p>No military vessels in the strait, Iran says</p><p>Iran and Oman have reached a potential agreement for managing ship traffic in the Strait of Hormuz that would exclude military vessels from traversing the vital waterway.</p><p>Iranian Deputy Foreign Minister Kazem Gharibabadi told state television late Tuesday that commercial shipping traffic into the Persian Gulf would pass through Iranian waters, while the outbound route would pass partly through Iranian waters and partly through Oman’s waters.</p><p>He said the routes would be temporary, and that Iran and Oman must discuss a permanent maritime traffic plan within 30 to 60 days. U.S. President Donald Trump has threatened to bomb Oman if it “gets in the way,” as his administration opposes parts of the evolving deal.</p><p>Qatar’s prime minister heads to Iran</p><p>Sheikh Mohammed bin Abdulrahman Al Thani is expected in Tehran on Thursday for talks with Iranian officials on “ways to de-escalate tensions &amp; create the conditions conducive to dialogue,” Qatar’s Foreign Ministry said on X.</p><p>The discussions, confirmed by Tehran, will also address “freedom of navigation” in the Strait of Hormuz and the need to return to the pre-war status quo, according to Majed Al Ansari, an agency spokesperson.</p><p>Trump isn’t in a hurry to resume talks with Iran</p><p>The U.S. president told Al Jazeera over the phone on Wednesday that he believes the United States is “winning very big” as the conflict with Iran nears the six-month mark.</p><p>“I have no time schedule; whatever it takes,” he told the Qatar-based broadcaster.</p><p>In another interview Wednesday, Trump said he thinks Iran’s supreme leader, Ayatollah Motjaba Khamenei, is “very seriously wounded,” but not dead.</p><p>Motjaba Khamenei became supreme leader after his father, Ayatollah Ali Khamenei, was killed at the start of the war. The younger Khamenei was badly wounded in the attacks and has remained out of public view.</p><p>Israel launches a deadly strike in Gaza, health officials say</p><p>An Israeli strike on a tent for displaced people on Wednesday in southern Gaza killed one person and wounded at least four, the territory’s Health Ministry officials said. The Israeli military said that it struck a “military operative,” without elaborating.</p><p>Palestinians in the Gaza Strip have reported a surge in deadly Israeli strikes, despite a fragile ceasefire in the nearly three-year Israel-Hamas war. Israel has said that it targets Hamas and other militants.</p><p>Gaza peace board chief criticizes Israeli strikes</p><p>Nickolay Mladenov, head of Trump’s Board of Peace, told the U.N. Security Council on Wednesday that the gap between what has been agreed by both sides and what is happening on the ground is the biggest risk to the peace process in Gaza.</p><p>“Israeli strikes have continued since the roadmap was accepted, and Palestinian civilians are still being killed,” Mladenov said.</p><p>While the ceasefire is holding and casualties have fallen sharply, he added, a ceasefire where “civilians are still buried is not yet one that the people of Gaza can really feel.”</p><p>Israel insists Hamas must disarm first</p><p>Israel’s deputy U.N. ambassador Noa Furman told the Security Council on Wednesday that Israel is committed to Trump’s 20-point peace plan but that Hamas’ “disarmament must come first” before Gaza’s reconstruction can begin.</p><p>She added that Israel was working closely with the U.S. and the Board of Peace to achieve this.</p><p>Children’s kites in Gaza dismantled over Israeli threats</p><p>Some parents said children in Gaza are dismantling their kites after Israel threatened to ramp up strikes as the toys keep flying into southern Israel.</p><p>In the past, kites and balloons have been set aflame and launched across the Gaza border, igniting fields and property in Israeli communities. The Palestinian militant group Hamas has downplayed the danger the kites pose.</p><p>In tents near the Mediterranean Sea in southern Gaza, kids dismantled the plastic, cloth and wood contraptions as adults looked on.</p><p>“They’ve lost their simple dreams, their education, their childhood, the simple things they used to enjoy,” lamented resident Atiya Abu Samhan.</p><p>Israel has legalized more than 100 settlements since 2022</p><p>Israeli Prime Minister Benjamin Netanyahu said Tuesday that his government, in an effort to ensure Israel’s existence, has legalized more than 104 settlements and established 160 farming outposts in the West Bank since he took office again in 2022.</p><p>Israeli settlements in the West Bank are largely considered illegal, but Netanyahu has made their expansion a priority in the lead-up to Israel’s upcoming election. About 3 million Palestinians live alongside more than 500,000 Israeli settlers in the occupied territory, which has seen a recent spike in violence as the Israeli presence expands.</p><p>Dubai airport traffic dropped sharply during Iran war</p><p>Dubai International Airport, one of the world’s busiest travel hubs, said Wednesday that it saw a sharp drop in passengers as the Iran war disrupted air travel across the Middle East.</p><p>The airport recorded 13 million passengers in the second quarter of 2026, bringing the total to about 31.5 million passengers for the first half of the year. That’s down 31.3% compared to last year at the halfway mark.</p><p>Iran’s top diplomat slams new US sanctions threat</p><p>Foreign Minister Abbas Araghchi in a letter to the United Nations on Tuesday urged the world body to condemn the latest U.S. move to cut off Tehran from the rest of the global economy.</p><p>The “ economic onslaught ” that U.S. Treasury Secretary Scott Bessent declared this week amounts to the deliberate targeting of Iranian civilians with the “intentional deprivation of access to food, medicines, medical equipment, energy and other necessities,” according to Araghchi.</p><p>“Silence in the face of such systematic coercion risks further normalizing violations of the U.N. Charter and principles of international law,” Araghchi wrote in the letter, obtained by The Associated Press.</p><p>USS Lincoln stopping in Thailand after long deployment</p><p>The U.S. aircraft carrier USS Abraham Lincoln will make a stop in Thailand after its grueling deployment in the Middle East, Thai officials said Tuesday, without specifying a date or port for security reasons.</p><p>The Lincoln’s lengthy record-setting deployment during the Iran war has raised concerns about deteriorating mental health among the crew.</p>]]></content:encoded></item><item><title><![CDATA[Burglars ransack home of Gables couple killed in Kenya chopper crash, steal artwork, cars, cops say]]></title><link>https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/burglars-ransack-home-of-gables-couple-killed-in-kenya-chopper-crash-steal-artwork-cars-cops-say/</guid><dc:creator><![CDATA[Chris Gothner, Liane Morejon]]></dc:creator><description><![CDATA[Police arrested a man and woman on Tuesday after accusing them of ransacking the home of a Coral Gables couple killed in a helicopter crash in Kenya, stealing “several valuable pieces of artwork,” along with their SUVs and other items.]]></description><pubDate>Wed, 26 Aug 2026 15:08:53 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested a man and woman on Tuesday after accusing them of ransacking the home of a Coral Gables couple <a href="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/19/south-florida-friends-trip-to-kenya-ends-in-tragedy-after-helicopter-crash/">killed in a helicopter crash in Kenya</a>, stealing “several valuable pieces of artwork,” along with their SUVs and other items.</p><p><a href="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/saquean-casa-de-pareja-de-coral-gables-que-murio-en-accidente-de-helicoptero-en-kenia-roban-obras-de-arte-y-autos-dice-la-policia/">Leer en español</a></p><p>Records show the home, along Valencia Avenue, belonged to Henry Parra, 55, and Adam Hlavaty, 42, who were killed in last Wednesday’s crash along with five other people ― including others with South Florida ties ― in northern Kenya’s Samburu County.</p><p>Coral Gables police said the burglary happened sometime between Thursday and Saturday, after the crash.</p><p>They identified the burglary suspects as Geybert Alexander Garcia, 40, and Melany Perdomo, 24, who live together near the unincorporated Palm Springs North area of northwest Miami-Dade.</p><p>According to investigators, the pair “ransacked the residence and removed numerous items belonging to the decedent such as personal and business documents, jewelry, electronics, and artwork.”</p><p>They also stole the couple’s 2023 Land Rover and 2020 Porsche Taycan, an arrest report states. The report mentions the crash, but doesn’t state whether or how investigators believe that Garcia and Perdomo became aware of the couple’s deaths before the burglary.</p><p>Police said Parra and Hlavaty’s housekeeper discovered the heist on Sunday.</p><p>Authorities said a ping from the couple’s stolen MacBook, along with vehicle location from the stolen Range Rover, placed the stolen items at Garcia and Perdomo’s home in the 8300 block of Northwest 195th Terrace.</p><p>According to the report, after confirming the cars were parked outside of the home, Coral Gables police and Miami-Dade Sheriff’s Office deputies executed a search warrant there on Tuesday. </p><p>Investigators said Garcia hid in a closet while officers found Perdomo in an upstairs bedroom.</p><p>During the search, “officers located and identified numerous stolen documents” belonging to the couple, as well as the key fob to the Range Rover, the arrest report states.</p><p>“Additionally, several valuable pieces of artwork were recovered from inside the residence, including an art sculpture belonging to the victims and valued in excess of approximately $500,000,” it states. “Officers also located several items and instruments consistent with the production and/or alteration of fraudulent identification documents and personal identifying information.”</p><p>Additionally, investigators said they found a Ford F-250 with an altered VIN that turned out to be stolen out of Indian River County.</p><p>Jail records show Garcia and Perdomo were each arrested on multiple felony charges, including burglary and grand theft auto.</p><p>In court on Wednesday, Garcia’s attorney, Paul Basile, presented a document to the court stating that it had been signed and notarized and that granted Garcia “permission to have possession of those vehicles and to enter the premises.”</p><p>Lauren Bailey, a family friend of the victims, was also in court however, and said that can’t be true.</p><p>“There is no way that they could possibly have signed that document,” Bailey said. “They were not in the country, first of all. Secondly, they would have never done so. They had other people. They have a live-in maid that comes to the house every day. There would be no need to do such a thing.”</p><p>She continued, “The house was damaged; it was broken into. The door was destroyed. They ripped off the camera, which we’ve given the prosecutor the photos of that. His family came from Indiana and came home to a house that had been broken into and their things stolen, and they don’t feel comfortable if you let this person go.”</p><p>Prosecutor Nessa Eth asked Coral Gables Police Department Detective Wilfredo Diaz whether he believed the paperwork was legitimate.</p><p>“No,” Diaz testified. “I believe it is a fraudulent document.”</p><p>Miami-Dade Judge Mindy Glazer also appeared to be skeptical about the document’s validity, especially considering that Garcia has a history of arrests in the county, and ordered that both he and Perdomo be held without bond.</p><p>Perdomo, despite being listed in her arrest report as being born in Florida, was also detained on an immigration hold, jail records show.</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. 26: Very warm & humid with showers and storms possible each day]]></title><link>https://www.local10.com/weather/2026/08/26/aug-26-very-warm-humid-with-showers-and-storms-possible-each-day/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/26/aug-26-very-warm-humid-with-showers-and-storms-possible-each-day/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[Hit-or-miss showers could dampen parts of South Florida on Wednesday evening. Otherwise, lingering clouds will be the rule for Miami-Dade and Broward counties as the night unfolds.]]></description><pubDate>Wed, 26 Aug 2026 22:43:26 +0000</pubDate><content:encoded><![CDATA[<p>Hit-or-miss showers could dampen parts of South Florida on Wednesday evening. Otherwise, lingering clouds will be the rule for Miami-Dade and Broward counties as the night unfolds.</p><p>Thursday will feature a mix of sun and clouds with gentle southeast winds. There may be some showers along the east coast during the morning. Afternoon showers and storms will tend to favor inland areas. Temperatures will reach the low 90s.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Video shows suspect rummaging through Hallandale Beach home before pointing gun at kids, cops say]]></title><link>https://www.local10.com/news/local/2026/08/26/video-shows-suspect-rummaging-through-hallandale-beach-home-before-pointing-gun-at-kids-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/video-shows-suspect-rummaging-through-hallandale-beach-home-before-pointing-gun-at-kids-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Video obtained by Local 10 News on Tuesday shows a man who police say rummaged through a bedroom inside a Hallandale Beach home before a family returned and encountered him.]]></description><pubDate>Wed, 26 Aug 2026 22:30:24 +0000</pubDate><content:encoded><![CDATA[<p>Video obtained by Local 10 News on Tuesday shows a man who police say rummaged through a bedroom inside a Hallandale Beach home before a family returned and encountered him.</p><p>The incident happened Sunday evening in the area of the 1000 block of Southwest Third Avenue, according to Hallandale Beach police.</p><p>Police said the suspect entered the home through a rear window. When the family returned, the suspect pointed a gun at two children, ages 10 and 12, before fleeing the home.</p><p>Video captures the children crying as the suspect runs away.</p><p>Police later arrested Rashad Randzell Corouthers, 36, whom investigators said was tracked down using a GPS monitor he was wearing.</p><p>Authorities said Corouthers is a convicted felon who was prohibited from possessing a firearm.</p><p>“The idea that a man sick could point a gun at a child is horrifying,” Hallandale Beach resident Eve Mart said. “You gotta be a sick individual.” </p><p>Jail records show Corouthers is facing one count each of home invasion with a firearm or deadly weapon. He is also facing two counts of aggravated assault wit a deadly weapon without intent to kill in an unrelated case. </p><p>As of Wednesday, he was being held without bond at the Broward County Main Jail. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A June date on the calendar, but no hearing yet for Bryan Kohberger’s plea challenge]]></title><link>https://www.local10.com/news/national/2026/08/26/a-june-date-on-the-calendar-but-no-hearing-yet-for-bryan-kohbergers-plea-challenge/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/a-june-date-on-the-calendar-but-no-hearing-yet-for-bryan-kohbergers-plea-challenge/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[BOISE, Idaho (AP) — An Idaho judge has set the timeline for Bryan Kohberger's attempt to withdraw his guilty plea in the murders of four University of Idaho students, and he is warning attorneys on both sides that he will hold any new evidence in the case to a strict legal standard.]]></description><pubDate>Wed, 26 Aug 2026 22:36:28 +0000</pubDate><content:encoded><![CDATA[<p>BOISE, Idaho (AP) — An Idaho judge has set the timeline for Bryan Kohberger's attempt to withdraw his guilty plea in the murders of four University of Idaho students, and he is warning attorneys on both sides that he will hold any new evidence in the case to a strict legal standard.</p><p>Fourth District Judge Steven Hippler, who sentenced Kohberger to life in prison without parole after Kohberger pleaded guilty to the murders last year, set out the guidelines for how the case will proceed in a written order Wednesday morning.</p><p>The judge did not grant Kohberger a hearing on his claims that his guilty plea should be withdrawn. Instead, Hippler scheduled in a date for next June in case he determines an evidentiary hearing is warranted.</p><p>Kohberger, 31, is serving four consecutive life sentences for the murders of Kaylee Goncalves, Ethan Chapin, Xana Kernodle and Madison Mogen in a rental home near the Moscow, Idaho, campus in 2022. In exchange for his guilty plea, prosecutors agreed not to seek the death penalty.</p><p>Kohberger filed a handwritten petition last month asking the court to let him take back his plea, saying his attorneys manipulated him into making the deal by promising him better prison conditions and scaring him about the quality of life on death row.</p><p>Kohberger offered only a few details in elaboration, saying they failed to disclose or review evidence that might have helped his case during plea discussions. Kohberger has since been appointed a new attorney, Greg Rauch, who said he couldn't immediately comment on the case.</p><p>In Wednesday's order, Hippler told prosecutors and Kohberger's attorney that they must “strictly adhere” to the Idaho Rules of Court Procedure, particularly the sections detailing what evidence is admissible in court. The judge also detailed how both sides should object to evidence that they feel is not admissible.</p><p>Anyone who doesn't comply with the court's order could be subject to sanctions, Hippler wrote.</p><p>Hippler said both sides should disclose any potential witnesses, including experts, by the start of February. He also set a status conference for next June.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GB326ZMX7B62ELXPDHWL3VFBW4.jpg?auth=e2e277bb060a4b437875b3d8b4ac20cfb335115f771ec8c9681eb79fe80abe4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bryan Kohberger appears at the Ada County Courthouse, for his sentencing hearing, Wednesday, July 23, 2025, in Boise, Idaho, for stabbing four University of Idaho students to death nearly three years ago. (AP Photo/Kyle Green, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Green</media:credit></media:content></item><item><title><![CDATA[Woman kept running illegal post-op recovery homes after 2024 arrest, cops say; she’s back in jail]]></title><link>https://www.local10.com/news/local/2026/08/26/woman-kept-running-illegal-post-op-recovery-homes-after-2024-arrest-cops-say-shes-back-in-jail/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/woman-kept-running-illegal-post-op-recovery-homes-after-2024-arrest-cops-say-shes-back-in-jail/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 42-year-old woman is facing charges in Miami-Dade County after authorities said she operated multiple illegal post-operation assisted living facilities. ]]></description><pubDate>Wed, 26 Aug 2026 17:37:28 +0000</pubDate><content:encoded><![CDATA[<p>A 42-year-old woman is facing charges in Miami-Dade County after authorities said she operated multiple illegal post-operation assisted living facilities.</p><p><a href="https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/">Leer en español</a></p><p>Torrasha Monique Smith was previously arrested in January 2024 for operating an unlicensed post-surgery ALF located at 18132 NW 91st Court in Miami-Dade County, and then again in June 2025 for opening another facility at 21480 SW 132nd Court. </p><p>In January, deputies said they received an anonymous tip regarding an illegal recovery house for post-surgery patients was being run by Smith. </p><p>Investigators discovered it was at the same 132nd Court location that deputies had previously encountered, determining that Smith never ceased operations despite her previous arrest. </p><p>According to an arrest warrant, patients advised deputies that they had paid Dream Body Retreat via Zelle for the services, and investigators determined that Smith was the sole proprietor of Dream Body Retreat. </p><p>Additionally, one of the patients told deputies they had used the facility previously in June 2025, which was after Smith’s arrest in May of that year after she was ordered to close the facility, according to official documents. </p><p>Authorities said they ultimately discovered that Smith ran the facility for 274 days after being issued a Notice of Unlicensed Activity on April 30, 2025, and during that time, she accepted Zelle payments exceeding $200,000. </p><p>According to investigators, Smith ceased operations at the facility sometime in February, but she continued to book appointments and receive deposits “without any intention of providing services.”</p><p>Multiple police reports were filed in Miami-Dade County over the following months from patients who had paid deposits to Dream Body Retreat only to discover the business had been closed, and then were unable to reach Smith when they tried to obtain refunds. </p><p>Ultimately, a warrant was issued for Smith’s arrest on July 20 after an attorney representing Smith told authorities he couldn’t advise as to when she would surrender herself. </p><p>According to an arrest form, Smith was taken into custody on Tuesday at the Harris County Jail Facility in Houston.</p><p>Officials did not indicate why she was arrested in Texas or how she was apprehended, but she has since been brought back to South Florida. </p><p>Smith is facing three charges of grand theft, a charge of organized fraud of $50,000 or more, and 274 charges of failure to cease operations of an assisted living facility. </p><p>As of Wednesday afternoon, she was being held at the Turner Guilford Knight Correctional Center. Official documents indicate that Smith was already out on felony bond at the time of her arrest for charges stemming from the illegal disposal of hazardous, biomedical waste. </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[Fight continues in Coral Gables over Garden of our Lord development proposal]]></title><link>https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Attorney David Winker is representing Bonnie Bolton in her fight to preserve the Garden of our Lord in Coral Gables.]]></description><pubDate>Wed, 26 Aug 2026 22:33:20 +0000</pubDate><content:encoded><![CDATA[<p>Attorney David Winker is representing Bonnie Bolton in her <a href="https://www.local10.com/news/local/2026/02/10/coral-gables-commissioners-uphold-decision-to-develop-historic-garden/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/10/coral-gables-commissioners-uphold-decision-to-develop-historic-garden/">fight to preserve the Garden of our Lord in Coral Gables</a>.</p><p>“We can’t have people coming in and just manufacturing support for these projects,” Winker said. </p><p>Winker is accusing some people who claimed to be residents of lying to the commission in support of the development project. </p><p>“I was floored,” said Commissioner Melissa Castro. “I couldn’t even believe that was happening, especially in my city. I was in disbelief. Not only that, I really want to find out who is behind this, and paid for it.”</p><p>Coral Gables resident Omar Packard noticed that some of the people who were speaking in support of the development were seemingly struggling to pronounce the addresses that they were claiming to live at. </p><p>“We started noticing these people, that they seemed to need to look at their cell phone to recite their addresses,” he said. “And I found a lot of them didn’t even exist or were commercial buildings.”</p><p>It turned into a fact finding quest by Packard to find out if they actually life where they claimed to. </p><p>“Every single address that we checked was fraudulent,” said Winker. </p><p>Added Bolton: “This is a conspiracy to defraud not just me and the Garden of our Lord, but all of the residents of Coral Gables.”</p><p>Packard presented his findings to Bolton, who then shared them with Winker. </p><p>He outlined the findings for the commission, asking for a deferral. </p><p>“The law is clear, you can’t take an oath and say something that’s false,” he said. “That’s a crime.”</p><p>Instead, the commission opted to move forward with the development project, approving it with a 3-1 vote. </p><p>“I voted no. I don’t believe that vote should have taken place that day,” said Castro. “I believe that really messed with the integrity of the record. Because if there was false testimony, what else was false? Now it’s questionable.”</p><p>The commission also unanimously passed a motion moved by Mayor Vince Lago and seconded Castro.</p><p>“They showed up here and lied to the commission, saying they are residents of the city,” he said. “I want to make sure that goes to the necessary authorities, whether that is (Miami-Dade County State Attorney Katherine) Fernandez Rundle, whether it is the ethics commission, locally or the state.”</p><p>A spokesperson for the city said the Coral Gables Police Department will investigate some of the claims that were raised. </p><p>“And hopefully we’ll see what happens and we’ll see what the state attorney has to say about this, what FDLE has to say about this,” said Winker. “Because I think that it’s so fundamental to our democracy, right? We can’t have people just coming in and lying in official proceedings.”</p><p>Local 10 News received a statement from the developer, which read:</p><blockquote><p>We were surprised and deeply disappointed by the actions alleged by Mr. Winker. They do not reflect who we are or how we operate. </p><p>For 40 years, Fifield has built its reputation on trust and true partnership with the communities we serve. This project is no exception. </p><p>At the heart of it is a promise to Crystal Academy and its students: a permanent, rent-free home for the next 99 years. We remain fully committed to fulfilling it, and to full transparency with the City Commission and the Coral Gables community as this process moves forward.</p><p class="citation">Fifield spokesperson</p></blockquote><p>City of Coral Gables official statement: </p><blockquote><p>To clarify, the City Commission did not vote to open a criminal investigation by the Coral Gables Police Department. The Commission requested that the Police Department investigate the claims of one of the parties and refer any appropriate allegations regarding the speakers’ addresses to the appropriate authorities for review. The Coral Gables Police Department will investigate some of the claims that were raised. </p><p>Because the matter is being referred for review, the city cannot speculate as to whether a law may have been violated or characterize the allegations as fraud, perjury or another potential offense. Those are matters for the appropriate authorities to determine.</p><p>The Commission separately approved the various related items by a 3-1 vote. Commissioner Ariel Fernandez did not attend the meeting.</p><p>The Commission’s land-use decision was based on the competent substantial evidence in the record; therefore, the referral of the separate allegations does not prevent the items from moving forward.</p><p class="citation">City of Coral Gables</p></blockquote><p>To see Winker’s full presentation to the city commission, <a href="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513" target="_blank" rel="noreferrer" title="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513">click here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Players will be suspended 1 game if they accumulate 3 penalties in certain categories]]></title><link>https://www.local10.com/sports/2026/08/26/players-will-be-suspended-1-game-if-they-accumulate-3-penalties-in-certain-categories/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/players-will-be-suspended-1-game-if-they-accumulate-3-penalties-in-certain-categories/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — NFL players will face a one-game suspension this season if they accumulate three penalties in certain designated categories, the league and the players' union announced Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:32:14 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — NFL players will face a one-game suspension this season if they accumulate three penalties in certain designated categories, the league and the players' union announced Wednesday.</p><p>The NFL and the NFLPA said in a statement that they have agreed to place a greater emphasis on five health and safety rules violations: the hip drop tackle; horse collar tackle; launching; hit on a defenseless player; and blindside block.</p><p>The goal is to make the game safer by focusing discipline on the infractions most likely to leave players injured.</p><p>“There are some player safety fouls that really put the defender and his opponent at really high risk,” said Troy Vincent, NFL executive vice president of football operations.</p><p>“We don’t like to remove people from the team or the roster,” he added. "But we’ve had to put some measures in place to hold the player to greater accountability for himself and for his opponent.”</p><p>NFL players voted on the changes at a Board of Player Representatives meeting Tuesday and owners were briefed on the new safety rules violations standards during a meeting Wednesday in Atlanta.</p><p>The violations in those categories will carry forward into subsequent seasons but the league and union said all players will start the upcoming season with a clean slate.</p><p>Players who commit only one violation will receive 50% of their fine back at the end of the season.</p><p>Coaches will also be required to join players in meetings with the NFL to review video of the violations when a player has accumulated two infractions and is on the threshold of a suspension.</p><p>Clubs with excessive health and safety rules violations will face increased financial penalties.</p><p>Former Carolina Panthers and Washington Commanders coach Ron Rivera, who also played nine seasons in the NFL, will join the group of former players who oversee the on-field discipline appeal hearings.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZA2E6ESYGNHGLK6V7SC26ZPN24.jpg?auth=8c074904472e17392bbd5235d6081981348e6b4710e8b3a8525dabd60f97ba32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZWPDWOK26LTTOFRCTQ3DBDK3Q.jpg?auth=5691ccac39c75cf7c227e6a5e604dfbe6086af8271d0da33576178ee4e8b143a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYGGQGOQ2L5UDEFY7QE7RNRZQM.jpg?auth=a661ac83473464af2120a92ce601b52f1a55f98bb0b8c45c3ca2df79431d2021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PW46DMAUSHCNVIDMIDOFPEC6I.jpg?auth=a06925618d7b2101ebacec1887e80cb10257377368514a31c61e1d06891139ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[What Dolphins players are saying as Falcons’ Tua Tagovailoa returns to Hard Rock Stadium]]></title><link>https://www.local10.com/sports/local/2026/08/26/what-dolphins-players-are-saying-as-falcons-tua-tagovailoa-returns-to-hard-rock-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/26/what-dolphins-players-are-saying-as-falcons-tua-tagovailoa-returns-to-hard-rock-stadium/</guid><dc:creator><![CDATA[Ryan Mackey, Clay Ferraro]]></dc:creator><description><![CDATA[The Miami Dolphins have one more preseason game to go, and it brings a familiar face back to town.]]></description><pubDate>Wed, 26 Aug 2026 22:17:21 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins have one more preseason game to go, and it brings a familiar face back to town.</p><p>Tua Tagovailoa is returning to Hard Rock Stadium. </p><p>The former Dolphins starting quarterback is set to face his former team for the first time Friday night when Miami hosts the Atlanta Falcons in the preseason finale.</p><p>There are still plenty of good feelings toward Tagovailoa from his former teammates, including Dolphins EDGE Chop Robinson. But that doesn’t mean Robinson plans to take it easy on his former locker mate.</p><p>“It’s going to be fun,” Robinson said. “Especially since, you know, in practice we couldn’t hit him. But now it’s game time, and I’ll be able to hit him. I hope I get close to him.”</p><p>Robinson has plenty of fond memories of Tagovailoa, and the two grew closer during Tagovailoa’s final months in Miami.</p><p>“He was my locker mate my last year,” Robinson said. “Honestly, I feel like getting to know him, talk to him every day, just after practice, before practice. He was asking about my family and stuff like that. So really a great dude, and I miss him.”</p><p>Tagovailoa’s first season in Atlanta has been a struggle. One NFL insider said his performance has made it difficult for the Falcons to name him their Week 1 starter.</p><p>Tagovailoa also admitted it was “hard” seeing his time in Miami come to an end.</p><p>“You can try to trick yourself into thinking it’s not as hard as what you’re thinking, but it’s hard to go through something like that,” Tagovailoa said.</p><p>Robinson said Friday’s game will be personal, as any matchup against a former team would be.</p><p>“But at the end of the day, when the game is over, when the clock hits zero, it’s all love,” he added. “That’s still my brother.”</p><p>Dolphins backup quarterback Quinn Ewers also referred to Tagovailoa as his “brother” and said he doesn’t expect the reunion to be awkward because Tagovailoa helped him a lot last season.</p><p>For Tagovailoa, the return to Miami will be a chance to face the team and city where his NFL career began.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEEUAQU4VRAGZMPZNIWVGUOLZQ.jpg?auth=3cb065a7235d6f35821848dfe396ab854e6af200c6fa209307a8f8d1c669bd25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fans of Dolly Parton mourn outside Country Music Hall of Fame, Dollywood]]></title><link>https://www.local10.com/news/national/2026/08/26/fans-of-dolly-parton-mourn-outside-country-music-hall-of-fame-dollywood/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/fans-of-dolly-parton-mourn-outside-country-music-hall-of-fame-dollywood/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[The city of Nashville is mourning the death of country music icon Dolly Parton. ]]></description><pubDate>Wed, 26 Aug 2026 16:20:33 +0000</pubDate><content:encoded><![CDATA[<p>The city of Nashville is mourning the death of country music icon Dolly Parton.</p><p><a href="https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/">Leer en español</a></p><p>Her name is etched on the city’s Walk of Fame, which sits right outside the Country Music Hall of Fame.</p><p>It wasn’t long ago when the hall opened a new exhibit showcasing her amazing career. </p><p>The gate to Parton’s Brentwood home was full of flowers and notes that people have left over the past day. </p><p>Fans also were seen at Dollywood, showing up and paying tribute in different ways, with the theme park opening the day after her passing, saying the show must go on as Parton would have wanted. </p><p>Just a few blocks away is the Songteller Hotel, one of Parton’s latest projects that is still under construction. </p><p>Outside, there were flowers and a note that said, “I hope life treats you well.” </p><p>Parton was a legend on stage, screen and in the community. </p><p>She was a girl from east Tennessee who lived a life that has left a lasting impact on the entire world. </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[Judge, for now, refuses to dismiss Steve Bannon's conviction in contempt of Congress case]]></title><link>https://www.local10.com/news/politics/2026/08/26/judge-for-now-refuses-to-dismiss-steve-bannons-conviction-in-contempt-of-congress-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/judge-for-now-refuses-to-dismiss-steve-bannons-conviction-in-contempt-of-congress-case/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Wednesday rejected the Justice Department's request to erase Trump ally Steve Bannon's criminal conviction for refusing to testify before the congressional committee that investigated a mob's Jan. 6, 2021, attack on the U.S. Capitol. But it may not be a final decision on the matter.]]></description><pubDate>Wed, 26 Aug 2026 22:06:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Wednesday rejected the Justice Department's request to erase Trump ally Steve Bannon's criminal conviction for refusing to testify before the congressional committee that investigated a mob's Jan. 6, 2021, attack on the U.S. Capitol. But it may not be a final decision on the matter.</p><p>U.S. District Judge Carl Nichols ruled that prosecutors failed to properly explain their motivations for seeking the dismissal of Bannon's indictment. However, the judge said the government is free to renew its request in a manner that follows the law.</p><p>Nichols ruled several months after the U.S. Supreme Court — at prosecutors' request — threw out an appellate ruling upholding Bannon’s conviction for defying a subpoena from the House committee that investigated the Capitol riot.</p><p>In a February court filing, U.S. Attorney Jeanine Pirro said her Washington-based office determined “in its prosecutorial discretion” that dismissing Bannon's criminal case is “in the interests of justice.” Pirro, a Trump appointee, didn't elaborate.</p><p>Dismissing the case would be largely symbolic. Bannon already served a four-month prison term after a jury convicted him of contempt of Congress in 2022. A federal appeals court in Washington upheld the conviction before the Supreme Court overruled its decision.</p><p>Trump, a Republican, appointed Nichols to the bench during his first term in the White House.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YTQM4OKCNHJBWISSWVX7E7XGLM.jpg?auth=44a8b2d57813451c784c648b7b2e50f7f4a1d9c0f0d2d4700029534eb43d9fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[A judge suspends charges against an ex-Marine arrested on Trump's golf course with ammunition]]></title><link>https://www.local10.com/news/national/2026/08/26/a-judge-suspends-charges-against-an-ex-marine-arrested-on-trumps-golf-course-with-ammunition/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/a-judge-suspends-charges-against-an-ex-marine-arrested-on-trumps-golf-course-with-ammunition/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[TORRANCE, Calif. (AP) — A judge on Wednesday suspended criminal charges against a former U.S. Marine arrested at President Donald Trump’s Los Angeles-area golf course with ammunition and a gun in his vehicle. He is undergoing a psychiatric evaluation.]]></description><pubDate>Wed, 26 Aug 2026 22:39:54 +0000</pubDate><content:encoded><![CDATA[<p>TORRANCE, Calif. (AP) — A judge on Wednesday suspended criminal charges against a former U.S. Marine arrested at President Donald Trump’s Los Angeles-area golf course with ammunition and a gun in his vehicle. He is undergoing a psychiatric evaluation.</p><p>Los Angeles County Judge John Lonergan Jr. sent Jeanine John Taele, 38, to a mental health court in Hollywood based on statements he made in a pretrial evaluation indicating he wasn't mentally fit to stand trial. In the evaluation, Taele falsely insisted he had been a State Department official for 14 years.</p><p>When Taele was arrested earlier this month, he was seen wearing an earpiece and taking pictures of the golf course where Trump was scheduled to attend a Republican National Committee dinner. The event was at Trump National Golf Course Los Angeles in Rancho Palos Verdes, just south of LA.</p><p>A search of his pickup truck in the golf course parking lot at the time turned up a loaded 9 mm pistol, binoculars and a badge that read “security protection agent,” according to the U.S. attorney’s office in Los Angeles.</p><p>Lonergan expressed particular concern over the 200 pages of Taele’s writings that investigators found following his arrest. The writings included schedules for first lady Melania Trump and members of the president’s Secret Service, as well as detailed lists for surviving “off the grid.” The judge did not say whether the writings included any specific political motives or ideologies.</p><p>“This case itself is alarming in this day and age with the violence that is creeping into our everyday lives, especially with our partisanship in the political environment" ahead of the midterms, Lonergan said.</p><p>The judge also cited a previous arrest in November 2025 at an AT&T store where Taele accused an employee of spying on him with Meta Glasses, stole the glasses, and was found muttering to himself in the parking lot. He was charged with second-degree robbery following that incident.</p><p>Taele was charged with several felonies including possession of a short-barreled rifle or shotgun and receiving a large-capacity magazine. He was also charged with carrying a concealed firearm in a vehicle, a misdemeanor.</p><p>Taele appeared in the Torrance, California, courtroom Wednesday, weeks after his Aug. 5 arrest, wearing a vest designed to prevent self-harm or suicide attempts. Nearly a dozen family members and friends tearfully watched from the courtroom.</p><p>Lonergan declined to set bail for Taele, who will remain in jail until a Sept. 9 hearing at the Hollywood Mental Health Court.</p><p>Taele's attorney, public defender A.J. Bayne, said it was too early to tell whether Taele's mental health would play a role in his legal defense.</p><p>“He's a veteran, he served our country, and I don't know enough right now, but he has a family that loves him, that has huge support for him,” Bayne said, adding that “people assume too much" about Taele's motives on the day he was arrested at the golf course.</p><p>Taele is a decorated U.S. Marine who served two tours in Iraq and Afghanistan between 2008 and 2016, according to a Marine Corps spokesperson. He was a corporal who received countless accolades, including two Marine Corps Good Conduct Medals, a Navy Unit Commendation, a National Defense Service Medal, and a Global War on Terrorism Service Medal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWVFA5QVGZQMV3HUHJD6TDBKJ4.jpg?auth=c5ce577ed3c98fa8d5723e1be48e055152df3bf11fb6c18cbe5e484f7916492c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The entrance to Trump National Golf Club Los Angeles, in Rancho Palos Verdes, Calif., is seen in this photo, July 2, 2020. (AP Photo/John Antczak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Antczak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SRWSVSOGUBGDTWXZGF7W2ZKSQ.jpg?auth=abc30be6202d704ab3cee1a1e34aecc54dc326d65970d0051b67fd73d3de16cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of Trump National Golf Club Los Angeles in Rancho Palos Verdes, Calif., Friday, Sept. 13, 2024. (AP Photo/Jae C. Hong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[NFL ends the Pro Bowl game, but players will still be honored as Pro Bowlers]]></title><link>https://www.local10.com/sports/2026/08/26/nfl-ends-the-pro-bowl-game-but-players-will-still-be-honored-as-pro-bowlers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nfl-ends-the-pro-bowl-game-but-players-will-still-be-honored-as-pro-bowlers/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The Pro Bowl is no more, the NFL announced Wednesday, ending an exhibition of the league's top players that was held in some form almost every year since 1951.]]></description><pubDate>Wed, 26 Aug 2026 22:25:43 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The Pro Bowl is no more, the NFL announced Wednesday, ending an exhibition of the league's top players that was held in some form almost every year since 1951.</p><p>The game wasn't played in 2021 because of the COVID-19 pandemic, but that was the only pause in the postseason event.</p><p>“It's OK to be the first league to walk away from a competitive all-star game,” NFL executive vice president Peter O'Reilly said at the owners' meeting in Atlanta.</p><p>The league said 88 players will still be named as Pro Bowlers and honored in Los Angeles after this season. Several flag football events also will take place at that time.</p><p>“The Pro Bowl has always been about recognizing the players who distinguish themselves as the very best in the NFL,” O’Reilly said in a statement. “A Pro Bowl selection will return to its original purpose, honoring the best of the best. We want that distinction to carry even greater meaning for the players, their families, their clubs and our fans.”</p><p>O'Reilly said the decision was “a shift from the game to the honor.”</p><p>Troy Vincent, the league's executive vice president of football operations, said he heard from players that they “don't want competitive play” after the playoffs.</p><p>“You come off the championship games and the viewers see the physicality of the game and you try to replicate that,” Vincent said. “Frankly, it just doesn't sit well. This isn't a good representation.”</p><p>The Pro Bowl has waned in popularity in recent years. Once a staple in Honolulu, the NFL has moved the event to various cities and even switched from tackle to flag football in 2023.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5PW46DMAUSHCNVIDMIDOFPEC6I.jpg?auth=a06925618d7b2101ebacec1887e80cb10257377368514a31c61e1d06891139ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Judge rules North Miami council members violated city charter, not Sunshine Law]]></title><link>https://www.local10.com/news/local/2026/08/26/judge-rules-north-miami-council-members-violated-city-charter-not-sunshine-law/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/judge-rules-north-miami-council-members-violated-city-charter-not-sunshine-law/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[A judge has found three North Miami City Council members violated the city charter while trying to remove a former city manager, but ruled there was insufficient evidence to find they violated Florida’s Sunshine Law.]]></description><pubDate>Wed, 26 Aug 2026 21:57:58 +0000</pubDate><content:encoded><![CDATA[<p>A judge has found three North Miami City Council members violated the city charter while trying to <a href="https://www.local10.com/news/local/2024/04/10/major-shakeup-looming-at-north-miami-city-hall-with-motion-to-fire-the-city-manager/" target="_self" rel="" title="https://www.local10.com/news/local/2024/04/10/major-shakeup-looming-at-north-miami-city-hall-with-motion-to-fire-the-city-manager/">remove a former city manager</a>, but ruled there was insufficient evidence to find they violated <a href="https://www.myfloridalegal.com/open-government/the-quotsunshinequot-law" target="_self" rel="" title="https://www.myfloridalegal.com/open-government/the-quotsunshinequot-law">Florida’s Sunshine Law</a>.</p><p>The ruling on Wednesday followed a three-day trial involving council members Kassandra Timothe, Mary Estime-Irvin and Pierre Frantz-Charles.</p><p>The lawsuit, filed in June 2024 by North Miami resident Eileen Bicaba, accused the council members of privately coordinating city business outside a public meeting in an effort to remove former City Manager Rasha Cameau.</p><p>The Sunshine Law generally requires certain government business to be discussed in public and prohibits elected officials from privately conducting public business outside properly noticed meetings.</p><p>During the trial, Timothe was questioned about whether she had discussed a motion to terminate Cameau with an attorney before bringing it before the council.</p><p>“I don’t recall,” Timothe said while testifying.</p><p>She also denied having the three votes needed to pass the motion before the meeting.</p><p>“You are asking me if I had three votes prior to the meeting. No,” she said.</p><p>Bicaba alleged the council members also interfered with Cameau’s management of city employees.</p><p>“We are alleging that they interfered with her ability to manage employees,” Bicaba said, adding that Cameau wanted to discipline the head of the public works department and that the council members tried to intervene through third parties.</p><p>The judge ultimately declined to find a Sunshine Law violation, saying there was not enough evidence.</p><p>The judge did, however, find a violation of Section 19 of the North Miami city charter. According to attorney David Reiner, the judge determined the council members conveyed a threat to Cameau that she would be terminated.</p><p>A violation of the city charter is a misdemeanor. Whether the matter will lead to additional legal action is up to the plaintiff, and there was no immediate word on whether she plans to pursue it.</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[Deputy bonds out of Broward jail after domestic violence arrest]]></title><link>https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of the main jail in Fort Lauderdale Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:03:03 +0000</pubDate><content:encoded><![CDATA[<p>With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of his employer’s Main Jail in Fort Lauderdale Wednesday.</p><p>Williams, 27, was there as an inmate after Miramar police accused him of <a href="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/">attacking his fiancee</a> at their apartment along Southwest 45th Court, near Red Road. </p><p>He had nothing to say as Local 10 News asked him about the charges.</p><p>According to an arrest report, the victim was dropped off to their apartment by a male friend. She told police Williams was upset once she got home, called her names and hit her, causing her to fall down the stairs. </p><p>The arrest report goes on to say that Williams was on top of her and punched her in the face and as the victim turned over to protect her face, he punched the back of her head and pulled her hair. </p><p>Police said the victim told officers that Williams put his right hand under her neck and tightened his grasp, then lifted her off of the ground by her neck. </p><p>According to the report, the victim fought back, telling police Williams threatened to kill her and she reached into her purse for her gun. </p><p>They struggled for the weapon before Williams snatched it from her and took off, authorities said.</p><p>A judge ordered him to have “no firearms, weapons, or ammunition” and to not return “to any place the victim lives, works, or frequents.”</p><p>He was arrested on Monday and faced a bond court judge on Tuesday. </p><p>Williams has been on unpaid leave since his arrest.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Anillo de fraude “Honeybun Boyz” robó millones a víctimas, dicen autoridades federales]]></title><link>https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Decenas de personas fueron víctimas de una elaborada red de fraude, y algunas perdieron los ahorros de toda su vida. Agentes federales dicen que la red criminal, llamada “Honeybun Boyz”, se llevó millones de dólares.]]></description><pubDate>Wed, 26 Aug 2026 21:56:49 +0000</pubDate><content:encoded><![CDATA[<p>Decenas de personas fueron víctimas de una elaborada red de fraude, y algunas perdieron los ahorros de toda su vida. Agentes federales dicen que la red criminal, llamada “Honeybun Boyz”, se llevó millones de dólares.</p><p>Una denuncia penal presentada a principios de agosto revela una empresa criminal de $20 millones USD que operaba en el sur de Florida.</p><p>La denuncia de 29 páginas dice que el FBI comenzó a investigar “redes de mulas de dinero” el año pasado.</p><p>Agentes federales identificaron a un grupo llamado Honeybun Boyz.</p><p>La denuncia describe al grupo como una importante empresa criminal metropolitana compuesta por estafadores financieros que presumen de fondos de $100,000 USD vinculados a apropiaciones de cuentas que tienen como objetivo a víctimas vulnerables.</p><p>El término “honeybun” en ciertos círculos significa $100,000 USD, un término también utilizado por artistas musicales como Pop Smoke.</p><p>La red de tres niveles está compuesta por controladores, los jefes, manejadores y mulas que mueven el dinero.</p><p>Agentes federales identificaron hasta 30 víctimas en el sur de Florida, muchas de ellas de edad avanzada, incluida una viuda que fue convencida de retirar $95,000 USD en efectivo.</p><p>El informe dice que empresas también fueron defraudadas. A una víctima le dijeron que el banco había sufrido una brecha de seguridad.</p><p>A través de un enlace de phishing, los estafadores presuntamente obtuvieron la información de inicio de sesión de la víctima para un banco comercial estadounidense, y se inició una transferencia bancaria fraudulenta por $82,000 USD, según los investigadores.</p><p>Dijeron que los estafadores utilizaron enlaces de phishing, llamadas telefónicas bancarias falsas e información bancaria robada para obtener el dinero en efectivo.</p><p>Una denuncia obtenida por Local 10 News el miércoles enumera compras de lujo que los sospechosos presuntamente realizaron en abril, con miles de dólares gastados en artículos de alta gama en Balenciaga, Louis Vuitton y una tienda de relojes de lujo de Miami.</p><p>Dos de los sospechosos están acusados de utilizar el dinero para comprar una casa en Miami Lakes valorada en cerca de $1 millón USD.</p><p>Doce acusados aparecen en la denuncia. Enfrentan cargos de conspiración para cometer fraude bancario y conspiración para cometer lavado de dinero.</p><p>El informe dice que grupos de Honeybun Boyz también han sido identificados en otras ciudades importantes, incluidas Los Ángeles, Atlanta y Nueva York.</p>]]></content:encoded></item><item><title><![CDATA[Ex-manager accused of stealing $33,000 from Flanigan’s]]></title><link>https://www.local10.com/news/local/2026/08/26/ex-manager-accused-of-stealing-33000-from-flanigans/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/ex-manager-accused-of-stealing-33000-from-flanigans/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man who formerly worked as a manager at a Flanagan’s Seafood Bar and Grill in Hallandale Beach is accused of stealing more than $33,000 in revenue from the restaurant earlier this year, according to police.]]></description><pubDate>Wed, 26 Aug 2026 14:24:53 +0000</pubDate><content:encoded><![CDATA[<p>A man who formerly worked as a manager at a Flanigan’s Seafood Bar and Grill in Hallandale Beach is accused of stealing more than $33,000 from the restaurant earlier this year.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/">Leer en español</a></p><p>Jail records show Orlando Armin Villasmil Noriega, 37, was arrested Tuesday by the Hallandale Beach Police Department.</p><p>Police said Noriega worked as a manager at the South Florida chain’s location at 4 N. Federal Highway. </p><p>According to an arrest report, he was responsible for depositing the previous day’s cash revenue at a nearby Bank of America when he opened the business each morning.</p><p>Police said Noriega opened the restaurant on April 18 and removed deposits containing nearly $9,000 in revenue from the previous two days. Surveillance video showed him leaving the business with the money, according to the report.</p><p>The deposits were never received in the business’ Bank of America account, and the bank found no record of Noriega attempting to make the deposits, police said.</p><p>They said Noriega was again captured on surveillance video on April 19 removing a deposit bag containing just over $5,000. Police said he was not seen making a deposit at the bank.</p><p>From April 23 through April 26, Noriega worked as the closing manager and was responsible for preparing deposits and placing them in the business’ safe for the next day’s opening manager, according to investigators.</p><p>Deposits from those days, totaling more than $19,000, were never deposited, police said.</p><p>When questioned by police about what happened to the money, a witness told investigators that Noriega said the deposits were made at night, the report states. </p><p>Police said making nighttime deposits was not authorized at that Bank of America location and investigators were unable to locate surveillance video showing Noriega making the deposits.</p><p>They said Noriega was scheduled to work April 27 but called in sick and told the business he was “terminating his employment” with Flanigan’s. He reportedly said he was moving to North Carolina in May.</p><p>According to police, Noriega deprived the business of $33,091.06. The business is now seeking incarceration and restitution.</p><p>Records show that Noriega is facing one count of grand theft involving more than $20,000 but less than $100,000. He posted a $10,000 bond and was ordered not to return to any Flanigan’s locations.</p><p>As of Wednesday morning, he was no longer listed as an inmate in Broward County jail records.</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/JJS3CF2NRJGVDPU4NR7RGJLTR4.jpg?auth=8e5fbf7eef910788028157a3ad03e933c7eb1a5d75fdd10994275bc79f8747e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Big 12 becomes latest conference to ban former NFL players while NFL reiterates its rules]]></title><link>https://www.local10.com/sports/2026/08/26/big-12-becomes-latest-conference-to-ban-former-nfl-players-while-nfl-reiterates-its-rules/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/big-12-becomes-latest-conference-to-ban-former-nfl-players-while-nfl-reiterates-its-rules/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[The Big 12 Conference on Wednesday followed the Southeastern and Big Ten conferences in banning players who were on NFL rosters from returning to college.]]></description><pubDate>Thu, 27 Aug 2026 00:57:52 +0000</pubDate><content:encoded><![CDATA[<p>The Big 12 Conference on Wednesday followed the Southeastern and Big Ten conferences in banning players who were on NFL rosters from returning to college.</p><p>The decision by the Big 12 came a day after rulings by the SEC and Big Ten. Earlier Wednesday, the NFL made it clear that players who leave the NFL to return to college won’t be allowed to come back to the league this season.</p><p>NFL executive Troy Vincent reiterated the longstanding policy at the league’s meetings Wednesday, saying any player who returns to college would not be eligible to play in the NFL until 2027.</p><p>Atlantic Coast Conference leaders were also discussing the topic this week.</p><p>Big 12 and SEC rules go beyond football</p><p>The rule unanimously adopted by the Big 12 bars its schools from adding professional athletes in football or any other conference-sponsored sport. The league said its rule would apply independently of the status of NCAA eligibility determinations.</p><p>According to the Big 12 decision, athletes would be ineligible if they declared for the draft or supplemental draft of any professional sports league and did not timely withdraw before the draft, have been listed on a professional roster or signed a contract to provide athletic services with any sports league.</p><p>The SEC’s rule approved Tuesday banned players who have been drafted by NFL, NBA or WNBA teams or listed on rosters in those leagues. The Big Ten only included football in its decision and is expected to later address other sports.</p><p>Two players seek to go from NFL back to former college coach</p><p>At least two players who signed with NFL teams as undrafted free agents this offseason were hoping to return to college and play at No. 11 LSU.</p><p>Tight end Dae’Quan Wright and defensive lineman Zxavian Harris signed with NFL teams as undrafted free agents after playing last season at Mississippi for Lane Kiffin, now the coach at LSU.</p><p>Wright initially signed with Philadelphia, but was waived Aug. 10 and claimed by Cleveland, which waived him Monday. Harris signed with the New Orleans Saints in May, went through their offseason program and was let go Aug. 8 after being on the non-football injury list.</p><p>Both players entered the NFL draft because they had used up their four years of eligibility. The NCAA announced a rule change in June allowing players who began college in 2023 or later to have five years to play five years of sports in college.</p><p>That rule didn’t apply to Wright and Harris, who entered college in 2022 but they are among the players who have sued the NCAA, arguing they’re being deprived of education and potential name, image and likeness benefits by being excluded from the rule.</p><p>Cal football general manager Ron Rivera said Wednesday he hopes the ACC joins the Big Ten and SEC in turning away former pros.</p><p>“I think when somebody makes a decision, goes in a certain direction, I think they’ve made their decision,” said Rivera, a former NFL player and coach. “I’m disappointed that people are looking for ways to cheat the system or beat the system.”</p><p>NCAA gets a win in Tennessee basketball eligibility case</p><p>Meanwhile, in Tennessee, the state’s Court of Appeals put on hold an order that would have given former Vanderbilt player Jalen Washington and 18 other basketball players a fifth year of eligibility.</p><p>The ruling gives the NCAA a win in ongoing litigation across the nation in federal and state courts involving college athletes who contend they should get a fifth year of competition under revised NCAA eligibility rules adopted in June.</p><p>Washington, who transferred to Tennessee, and the other plaintiffs are now ineligible, pending resolution of the NCAA’s appeal of the lower court’s ruling.</p><p>Washington was the lead plaintiff in a complaint filed July 6 by the Texas Trial Group seeking the injunction. Others included Chendall Weaver, last at Texas; A.J. Storr of Mississippi; Jason Edwards of Providence; and Daniel Egbuniwe of St. Bonaventure.</p><p>The NCAA also has won stays of injunctions in Ohio and New Jersey state courts and in a federal court in Colorado.</p><p>Castellanos commits to Texas Tech after Dolphins tryout</p><p>The Big 12 decision Wednesday came shortly after quarterback Tommy Castellanos said he has committed to Texas Tech for this season. The 12th-ranked Red Raiders are the defending Big 12 champions and among the favorites again this season.</p><p>Castellanos, a freshman at UCF in 2022, went undrafted by the NFL four months ago before a tryout as a receiver with the Miami Dolphins during their rookie minicamp. He never made an NFL roster, but he also never withdrew from the draft, making it unclear if he will be able to play for the Red Raiders.</p><p>Castellanos, who played last season at Florida State, last Friday was among 10 athletes granted a temporary restraining order by a Kentucky judge to get a fifth season of college football.</p><p>___</p><p>AP Sports Writers Josh Dubow, Charles Odum and Eric Olson contributed to this report.</p><p>___</p><p>Sign up for Top 25 poll alerts here. Visit the Top 25 here and see AP’s full college football coverage here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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><media:content url="https://www.local10.com/resizer/v2/5PW46DMAUSHCNVIDMIDOFPEC6I.jpg?auth=a06925618d7b2101ebacec1887e80cb10257377368514a31c61e1d06891139ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Dolly Parton's love of the Great Smoky Mountains helped transform her hometown]]></title><link>https://www.local10.com/entertainment/2026/08/26/how-dolly-partons-love-of-the-great-smoky-mountains-helped-transform-her-hometown/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/26/how-dolly-partons-love-of-the-great-smoky-mountains-helped-transform-her-hometown/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI and DYLAN LOVAN, Associated Press]]></dc:creator><description><![CDATA[SEVIERVILLE, Tenn. (AP) — Dolly Parton didn’t just sing lovingly about her Tennessee mountain home. She spent her life elevating an often-overlooked region to showcase what long inspired her music and sparked a tourism boom that forever changed those living against the backdrop of the Great Smoky Mountains.]]></description><pubDate>Wed, 26 Aug 2026 21:48:08 +0000</pubDate><content:encoded><![CDATA[<p>SEVIERVILLE, Tenn. (AP) — Dolly Parton didn’t just sing lovingly about her Tennessee mountain home. She spent her life elevating an often-overlooked region to showcase what long inspired her music and sparked a tourism boom that forever changed those living against the backdrop of the Great Smoky Mountains.</p><p>And it is because of that deep devotion that Parton's death has been profoundly personal to rural Sevier County. To the world, Parton was one of the world's best-known country music stars. To her neighbors, she was Tennessee's favorite daughter.</p><p>“It hit me hard. It hit me really hard,” said James Gambrell, a former chef at Dollywood, the signature theme park that Parton opened decades ago after seeing families like hers unable to afford to go to Disneyland.</p><p>“If it don’t affect you, then something’s wrong,” Gambrell said of Parton's death, adding that he became so close to her family that they adopted him as a kind of nephew.</p><p>Mourners flocked to a bronze statue of Dolly in the center of her hometown of Sevierville Tuesday night, exchanging stories and shedding tears. The town is set in the hills of the Smoky Mountains just minutes from Dollywood. Many brought flowers and drawings and other tributes to the late singer.</p><p>By Wednesday morning at Dollywood, the scent of cinnamon bread filled the air and long lines formed at a theater featuring biographical stories narrated by Parton. The park is closed Tuesdays, so Wednesday was the first chance for many to visit, including Carla Potts, who flew in from Seattle a few days earlier.</p><p>“She just consistently spread joy and hope and light, really” Potts said after entering the park on her first visit.</p><p>One of 12 children, Parton grew up in a two-room cabin with no electricity and no running water. In her music, she described life in East Tennessee as “peaceful as a baby’s sigh,” a place where “crickets sing in the fields nearby.” She moved to Nashville shortly after finishing high school, but she once joked to the Knoxville News Sentinel that she may be the “only person that ever left the Smoky Mountains and took them with her.”</p><p>It started largely with Dollywood</p><p>While the Smoky Mountains had long attracted outdoor enthusiasts to the region, Parton made a strategic decision to become co-owner of the amusement park in Pigeon Forge in 1986 and name it Dollywood. The park quickly became Tennessee’s most visited tourist attraction, with Parton often opening each new season with a performance and a parade. State officials say Dollywood generates $1.8 billion each year and is the county's largest employer.</p><p>“We had Great Smoky Mountains National Park since the '30s, and Gatlinburg was a huge destination for years, but Dollywood helped the county take that next step,” said Amanda Marr, a member of the Sevierville Chamber of Commerce. “Having that business has made such an impact because it’s drawn even more people to the area.”</p><p>Parton didn't stop with Dollywood</p><p>By the early 1990s, Parton created The Dollywood Foundation with the goal of decreasing the high school drop out rate in Sevier County, which was hovering around 30%.</p><p>David Wear, former mayor of Pigeon Forge, said he was in 8th grade when the Buddy Program launched with the promise that students and the buddies they were matched with would receive $500 to help cover college expenses for completing the program.</p><p>“If you and your buddy made it through high school, The Dollywood Foundation would give money to those high school graduates,” he said. “I personally got the experience of her charitable giving.”</p><p>According to the foundation, dropout rates eventually plummeted to 6% in Sevier County after the program was in place.</p><p>Separately, the international phenomenon that is her Imagination Library started as a local initiative to get more children to start reading. To date, kids across the United States, Canada, the United Kingdom, Ireland and Australia have received more than 330 million books since the program began.</p><p>Still, many folks get choked up the most over her response to a deadly 2016 wildfire. The fire, which began in Great Smoky Mountains National Park before invading nearby Gatlinburg, killed 14 people and caused an estimated $2 billion in losses, including to about 2,500 buildings that were damaged or destroyed.</p><p>Parton directed her foundation to distribute funds to displaced families and provided scholarships to students impacted by the fire.</p><p>“She single-handedly, through her generosity and raising of money, changed the trajectory of our recovery,” Wear said. “Her star power brought us back.”</p><p>Through her work, Parton also helped shatter stereotypes often associated with Appalachian communities, said Ted Olson, a professor of Appalachian studies at Eastern Tennessee State University.</p><p>“She understood how people viewed the region, but she defied them to hold on to those negative images after talking to her and after encouraging them to travel to the region,” Olson said. “And she did so graciously.”</p><p>___</p><p>Kruesi, a former Tennessee correspondent, reported from Providence, Rhode Island.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PJWRZY6AF2LS5E5LQ5WHTM3E6Q.jpg?auth=04bf369f9a05c49540d80140e2cfffb8404410deab90d4af914ba1d041ef4040&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James A. Gambrell, a former chef at Dollywood, touches the Dolly Parton statue in downtown Sevierville, Tenn., on Tuesday, Aug. 25, 2026. (AP Photo/Dylan Lovan)]]></media:description><media:credit role="author" scheme="urn:ebu">Dylan Lovan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBA2QXOXPBWEPAKMPCZT7SWABU.jpg?auth=d85b303ebc7f9866a8ab79baad5e700bc39d1b18dfab16698d48c67a60ab0d61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Images and flowers form a makeshift memorial honoring Dolly Parton in front of her statue in Sevierville, Tenn., Tuesday, Aug. 25, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BWDRQ5KAWN4WJDQOZUKBGQNW6M.jpg?auth=3d7a01a4f6419f85351ac36929e3072ae3a19abd3a379ca3663357080f1060a0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People visit a makeshift memorial honoring Dolly Parton in Sevierville, Tenn., Tuesday, Aug. 25, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEAVEMAFISQ24CZAK6TP53667M.jpg?auth=261f2e0b02712680baa41613554b0bea1a5a23c637f81eed7bfb2e949274d8c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers and monarch butterfly wings form part of a makeshift memorial honoring Dolly Parton in Sevierville, Tenn., Tuesday, Aug. 25, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OHUW3MKM53EWDFL3WM7M6IRGRY.jpg?auth=5e3124a99ba60e50995f9ba0140a4a39f181c0ca9b4749eca39b5a0a77734572&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman stands before a statue of Dolly Parton in Sevierville, Tenn., Tuesday, Aug. 25, 2026. (AP Photo/Camden Hall)]]></media:description><media:credit role="author" scheme="urn:ebu">Camden Hall</media:credit></media:content></item><item><title><![CDATA[Investigators sift for evidence at burned Montana home where 8 family members were killed at dinner]]></title><link>https://www.local10.com/news/national/2026/08/26/investigators-sift-for-evidence-at-burned-montana-home-where-8-family-members-were-killed-at-dinner/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/investigators-sift-for-evidence-at-burned-montana-home-where-8-family-members-were-killed-at-dinner/</guid><dc:creator><![CDATA[By MATTHEW BROWN, GENE JOHNSON and MIKELLA SCHUETTLER, Associated Press]]></dc:creator><description><![CDATA[BILLINGS, Mont. (AP) — Shovelful by shovelful, investigators sifted through the charred remnants of a Montana home where four generations of a family were killed as they gathered for Sunday dinner, searching for evidence that might help explain what happened and why.]]></description><pubDate>Thu, 27 Aug 2026 00:38:16 +0000</pubDate><content:encoded><![CDATA[<p>BILLINGS, Mont. (AP) — Shovelful by shovelful, investigators sifted through the charred remnants of a Montana home where four generations of a family were killed as they gathered for Sunday dinner, searching for evidence that might help explain what happened and why.</p><p>Alan Smith, 44, killed his grandmother, his parents, his younger sister and her children before dying of a self-inflicted gunshot wound just after police arrived, authorities said. Multiple fires were set inside the suburban home on the outskirts of Billings. Smith had lived there before being asked to move out weeks earlier, according to accounts from police and surviving relatives.</p><p>“There’s many questions that will come from this investigation,” Yellowstone County Sheriff Kent O’Donnell said during a Wednesday news conference. “Some of those questions we probably won’t ever be able to answer, because all the parties that will have those answers are not here to answer them for us.”</p><p>The victims included Owen and Chloe Ireland and their stepsiblings, Landon and Charlotte Ghekiere. Owen, 13, was described by his father as the “perfect big brother” and 12-year-old Chloe’s protector. Landon, 15, planned to get his driver’s license this week. Charlotte, 12, was a lover of nature, particularly insects, said Jennifer Mercer, a neighbor and family friend.</p><p>A candlelight vigil was planned Thursday night.</p><p>Police had no prior contact with the shooter</p><p>The attack happened at the home of Smith's parents: Dana Smith, who was retired from the Air Force and Boeing, and Barb Smith, a retired teacher.</p><p>The Smith family was originally from the Seattle area. Brad Ireland, the father of Owen and Chloe, said that after he and Megan Ghekiere divorced six years ago, she moved to Montana with their children. That’s where she met the man who would become her second husband, Adam Ghekiere, who was at work when the shooting occurred.</p><p>Her parents soon followed to Billings, buying a house near their daughter, and her brother moved in. Police had not been called to the home before and had no previous contact with Alan Smith, the sheriff said.</p><p>Megan Ghekiere, 39, worked in healthcare, Mercer said. The eighth victim was Dana’s mother, Evelyn Smith, 92, who used a wheelchair and lived in a nearby retirement community.</p><p>Arriving officers heard shots and saw smoke</p><p>Smith showed up in the neighborhood at 5:49 p.m. Sunday, O'Donnell said, and just after 6 p.m., one of the females in the home called 911. He said he couldn't confirm who made it. But Mercer identified the caller as 12-year-old Charlotte, saying she tried to save her family.</p><p>The first arriving officers confronted Smith, and he ran back inside. The officers heard gunfire and saw smoke in the home, O'Donnell said. Smith then ran into the backyard and shot himself, authorities said.</p><p>The home quickly became engulfed in flames. The neighborhood homes operate on wells, and there were no hydrants required there, so firefighters had to truck in water.</p><p>Autopsies were still being conducted, O’Donnell said.</p><p>The sheriff said police had recovered weapons from the scene but he did not describe them or say what type of gun or guns Smith used. Investigators had “some idea” of what might have prompted the shooting, but said law enforcement is focused on the crime scene for now, adding, “Some of this is the family's story to tell.”</p><p>Brad Ireland described Smith as a “hermit” who spent most of his days on the computer. “There were many red flags and many people spoke out,” he told The Associated Press on Tuesday. “No one listened.”</p><p>Alan Smith had attended Eastern Washington University but had been unable to find or hold a job, Ireland said.</p><p>Memorial features teddy bears and touching messages</p><p>At the mailboxes in the neighborhood, a makeshift memorial has grown with teddy bears, family photos, flowers, balloons and a notebook to leave messages. One classmate wrote they were “sorry that they wouldn’t see them in school this year,” O’Donnell said.</p><p>Among the items investigators found in the home were a photo album, largely intact, and a family Bible, almost entirely unscathed, O'Donnell said. Neighbors have offered law enforcement at the scene water and food as they dig through the wreckage of the fire.</p><p>“There are rays of good and sunshine that come through this,” O’Donnell said.</p><p>Billings Mayor Mike Nelson said it would be hard to find someone in the city of 120,000 who did not have some connection to the victims or feel an impact from their deaths.</p><p>“There was shock at first and now there are people who are deeply upset, and they should be. There are people who are angry, and that's OK too,” he said. “We'll come together and we'll support the family.”</p><p>___</p><p>Johnson reported from Seattle, Schuettler from Phoenix. Associated Press writer Michael Biesecker in Washington, D.C., contributed.</p><p>___</p><p>Schuettler 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/DNUAY54OHORSD3E76OSQLVTQL4.jpg?auth=6e5579b2b2fd1c746947b5b3dcb1d19a2b8e1b3eaa0a58adeaceb6cde2f4c846&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wedding photo taken by Miranda Murdock that shows relatives who were killed in a home outside Billings, Mont., is displayed at a memorial site on Wednesday, Aug. 26, 2026. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K75LI2VDAHSSF2Z2OZ4DN275OA.jpg?auth=0a404dd67524ae657c144f737ed2605941a4796b4e8c46ce139f3b1c3bfbcb78&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers sit at a memorial honoring eight family members who were killed while gathering for dinner near the family home outside Billings, Mont., Wednesday, Aug. 26, 2026. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DZVEAR7LNR6E4E75ANUDCECFDE.jpg?auth=e59aab9ea3c56c39318d2990260576fced87751b183941fb94fdb300d4f1ef5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators work at the scene Tuesday, Aug. 25, 2026, where a family was killed and the house burned in Billings, Mont. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJ3TCNOJZ76AY4OWSTQ4T63ULU.jpg?auth=7260ec4b52f6e6a391d7949628ac1033c077a847cb4cf1cafd81bc1f89726bc5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Yellowstone County Sheriff Kent O'Donnell speaks during a press conference Wednesday, Aug. 26, 2026, in Billings, Mont., about the victims of a weekend shooting and house fire in which the suspect and eight family members were killed. (AP Photo/Matthew Brown)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Brown</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CMMEPHOJ4PVKW25SXYPH4YHRG4.jpg?auth=4f7cb7e247933586457c0d60b6195ba0b59e13b32769e7648ab99b8dd81d93c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Authorities say a man killed eight members of a family before turning the gun on himself. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content></item><item><title><![CDATA[A look at major lawsuits against Meta and other social media companies over harms to kids]]></title><link>https://www.local10.com/business/2026/08/26/a-look-at-major-lawsuits-against-meta-and-other-social-media-companies-over-harms-to-kids/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/a-look-at-major-lawsuits-against-meta-and-other-social-media-companies-over-harms-to-kids/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY and KAITLYN HUAMANI, Associated Press]]></dc:creator><description><![CDATA[A settlement announced Wednesday between Meta and dozens of states resolves one of its biggest legal fights, but the social media giant is still facing litigation elsewhere over its products' effects on young people's mental health.]]></description><pubDate>Wed, 26 Aug 2026 21:34:43 +0000</pubDate><content:encoded><![CDATA[<p>A settlement announced Wednesday between Meta and dozens of states resolves one of its biggest legal fights, but the social media giant is still facing litigation elsewhere over its products' effects on young people's mental health.</p><p>The deal cut short a landmark trial in federal court in Oakland, California, where the Instagram and Facebook parent company was fighting claims that it deliberately designed features that get children addicted. The agreement calls for Meta to pay out up to $18 billion and make a changes to how their platforms are operated, with new guardrails for kid safety.</p><p>It is one of many courtrooms around the country where Meta, TikTok, Snapchat and YouTube have been defending themselves against allegations their platforms have negatively impacted children’s mental health or otherwise hurt them.</p><p>Here is a look at some of the biggest cases against social media companies.</p><p>California, Colorado, Kentucky and New Jersey's joint case</p><p>The settlement hit during the second week of what was expected to be a six-week trial in Oakland, with testimony from witnesses that would have likely included Meta CEO Mark Zuckerberg.</p><p>It featured four states as plaintiffs: California, Colorado, Kentucky and New Jersey. They were among dozens of states that filed a lawsuit three years ago targeting Meta’s design features and the subsequent harm to children on its platforms. The other 25 states were expecting to have trials later, but the settlement also stops those from going forward.</p><p>The states were seeking extensive financial damages that could, in theory, total billions of dollars, plus changes to how the company operates Facebook and Instagram.</p><p>Tennessee argued Instagram harms kids’ mental health</p><p>The settlement also resolved a trial that was underway in Tennessee against Meta.</p><p>The Tennessee attorney general’s office was a part of the multistate investigation into social media companies that resulted in the 2023 filing against Meta by dozens of states, but opted to file in its own local court.</p><p>“We took Meta to trial because Instagram was hurting kids and misleading parents. Now we’re ending the trial with a settlement that imposes unprecedented protections for kids and delivers record-setting money for Tennessee’s Children’s Digital Protection Fund,” Tennessee Attorney General Jonathan Skrmetti said.</p><p>Skrmetti, and several other attorneys general, said the settlement addressed Meta's role in an “industrywide problem" and implored other social platforms to follow suit in implementing similar safety measures.</p><p>New Mexico's case resulted in hefty fine, outlined changes to Meta platforms</p><p>New Mexico was not among the 48 states involved in the settlement because it already won a court case against Meta.</p><p>The state argued the company knowingly harmed children’s mental health and concealed what it knew about child sexual exploitation on its platforms. A jury sided with the state in March, finding there were thousands of violations, each counting separately toward a penalty of $375 million.</p><p>In early August, the judge in the case ordered Meta to pay an additional $567 million to address harms to young people from its platforms in the second phase of the trial. The judge also outlined new safety measures he ordered as a part of the ruling, including a time limit of 90 hours per month for users under 18, AI chatbot restrictions, and mandatory warnings on the platforms. Meta has said it disagrees with the verdict.</p><p>The other state that did not join the settlement was Florida, where the attorney general said the settlement was not tough enough on Meta.</p><p>School districts across the country have sued social media companies</p><p>Hundreds of school districts in the U.S. have filed lawsuits against the major social media companies seeking compensation for costs they say they incurred dealing with harms to children’s mental health from social media addiction.</p><p>A lawsuit brought by a small, rural Kentucky school district was set to go to trial this summer in federal court in California, but defendants Meta, TikTok, Snap and YouTube each settled before the trial began.</p><p>The Kentucky case was also selected as a bellwether out of 1,200 similar cases. The plaintiffs’ attorneys said in a statement that their “focus remains on pursuing justice for the remaining 1,200 school districts who have filed cases.”</p><p>Jury in Los Angeles trial found Meta, YouTube liable for harms</p><p>Earlier this year, a jury found Meta and YouTube liable in a case that centered on social media addiction and claims the companies designed their platforms to hook young users without concern for their well-being.</p><p>The plaintiff, known by her initials KGM, testified at trial that she became addicted to social media as a child and that it exacerbated her mental health struggles. After more than 40 hours of deliberations, a majority of jurors agreed and awarded $6 million in total damages.</p><p>It was a first-of-its-kind lawsuit that was randomly selected as a bellwether trial, or a test case for both sides to see how their arguments play out before a jury, and thus could influence the outcome of similar lawsuits.</p><p>TikTok and Snapchat were named as defendants in the lawsuit, but settled before the trial began. Meta and YouTube have each appealed the verdict.</p><p>Individual plaintiffs have filed similar lawsuits</p><p>The Los Angeles trial was the first of its kind, but there are thousands of similar lawsuits filed against social media companies by individuals.</p><p>Many allege the platforms' design features addicted them to social media, which led to adverse mental health outcomes. But there are also other harms plaintiffs say stemmed from young people's use of social media.</p><p>Some lawsuits have been filed by families of children and young adults who died by suicide after problematic use of social media, and families whose kids died from accidental overdoses from drug purchases facilitated by social platforms.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZMS3ALWER4EK4QAXXO6XKO7DGM.jpg?auth=0c06188415db10840c0f0e3143d38ef4cb1ca380e316b01f7f1854d68d513f8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jason Slothouber, Senior Prosecutor for the Colorado Attorney General's Office, walks outside court after tech giant Meta agreed to pay $17 billion as part of a settlement to end a landmark trial over teen social media addiction on Wednesday, Aug. 26, 2026, in Oakland, Calif. (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/G4TFKA4JSDBT45Z53AI3HR2S34.jpg?auth=6559956006150ae937c4d8f99265c220e005ddf95c5e2a0fe9d0500769b9e774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People talk near a Meta sign outside of the company's headquarters in Menlo Park, Calif., March 7, 2023. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Slugger Kyle Schwarber reaches 40 home runs for 4th season with Phillies]]></title><link>https://www.local10.com/sports/2026/08/26/slugger-kyle-schwarber-reaches-40-home-runs-for-4th-season-with-phillies/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/slugger-kyle-schwarber-reaches-40-home-runs-for-4th-season-with-phillies/</guid><dc:creator><![CDATA[By LUKE OLSON, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Philadelphia Phillies designated hitter Kyle Schwarber hit his MLB-leading 40th home run Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 23:35:55 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Philadelphia Phillies designated hitter Kyle Schwarber hit his MLB-leading 40th home run Wednesday.</p><p>Schwarber drove a 98-mph fastball off Seattle starter Bryan Woo approximately 425 feet into right-center field, a three-run shot that gave the Phillies a six-run lead over the Mariners in the second inning.</p><p>Schwarber finished with two hits, including a lead-off double in the first in the Phillies' 6-0 win.</p><p>Schwarber's homer tied a Phillies record for the most 40-plus homer seasons, matching former first baseman Ryan Howard. The 33-year-old Schwarber, who hit 56 homers last season, is also tied for the most 40-plus homer seasons among active players with Shohei Ohtani of the Los Angeles Dodgers and Aaron Judge of the New York Yankees.</p><p>“Obviously it's a good thing because that means hopefully you're producing runs for your team,” Schwarber said. “It's not more about going out there and trying to achieve or attain a certain number. It's more trying to stack as many at-bats as you can to keep trying to help the team win.”</p><p>Schwarber's 227 homers with Philadelphia are the second-most in a player's first five seasons with a club. He trails only Babe Ruth, who had 235 homers with the New York Yankees. Schwarber, who spent six years with the Chicago Cubs, has 380 career homers.</p><p>Matt Olson (Braves) and Yordan Alvarez (Astros) trail Schwarber in homers with 36 each.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F5KUTWLE6VSVWF6XHUOXUKKA3Y.jpg?auth=69332df44ae90180a9095613e94da8edb4d56974e282fdd567a1e6559b148707&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 a three-run home run against Seattle Mariners starting pitcher Bryan Woo during the second inning of a baseball game, Wednesday, Aug. 26, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RY7IZXHOXZEL2DOO3GYDM4OU7E.jpg?auth=f43c59f56ece931a6d8022aa2e544c32e2fcdccee78e0e839acf7f7756e45a67&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 jogs the bases after hitting a three-run home run against Seattle Mariners starting pitcher Bryan Woo during the second inning of a baseball game, Wednesday, Aug. 26, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PSD6DWGTPXKRHFNQV3ZPN5QXTY.jpg?auth=c1f9dc43fba483bbcaf879a9410adbfb372005af0667f4bfde615b907b100f64&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 jogs the bases after hitting a three-run home run against Seattle Mariners starting pitcher Bryan Woo during the second inning of a baseball game, Wednesday, Aug. 26, 2026, in Seattle. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Dolly Parton built a better world, with rhinestones and songs]]></title><link>https://www.local10.com/entertainment/2026/08/26/dolly-parton-built-a-better-world-with-rhinestones-and-songs/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/26/dolly-parton-built-a-better-world-with-rhinestones-and-songs/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — There are few inalienable truths: Everyone was born, everyone will die, and everyone loved Dolly Parton.]]></description><pubDate>Wed, 26 Aug 2026 16:30:42 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — There are few inalienable truths: Everyone was born, everyone will die, and everyone loved Dolly Parton.</p><p>Larger-than-life at 5-foot-nothing, the country star, actor, philanthropist, entrepreneur and theme park enthusiast who died Tuesday, transcended celebrity in rhinestones and fringe. She was embraced by fans across gender, race and class, embodying a mythology typically inaccessible to even the most influential historical figures.</p><p>It’s hard to name a more adored artist — one who could deliver a perfectly timed dirty joke seconds before a folk classic of her own composition. (This is where, if Parton were reading along, a self-deprecating quip would come in — lest anyone forget she was a whip-smart jokester, too.)</p><p>Throughout her endeavors, Parton worked to build a better world, while becoming inextricable from the American imagination. It is one of her greatest legacies: to take what you have and help someone with it.</p><p>One of the most beloved artists of all time</p><p>In 2015, when Parton returned to Nashville’s Ryman Auditorium, Grand Ole Opry announcer Bill Cody introduced her as “the most beloved artist of all time,” quickly amending it to “female artist.” As history has proven, he was correct the first time.</p><p>Parton’s legacy starts with the immortality of her music: songwriting as solace, an exercise in creativity and an unwavering ability to write experience into art. Across her career, Parton wrote and performed perennial hits (“Jolene,” “Coat of Many Colors,” “Little Sparrow,” take your pick) and others that took on a life of their own (most famously, “I Will Always Love You,” made immortal by Whitney Houston ).</p><p>Parton grew up in poverty, one of 12 kids in East Tennessee’s rural Sevier County, where she started writing songs as a toddler. By 10, she was on the radio and TV in Knoxville, Tennessee. By 13, she had made her debut at the Grand Ole Opry. At 21, she joined “The Porter Wagoner Show,” her star power quickly eclipsing its host.</p><p>The accomplishments — and the trials and tribulations that came with them, which she let roll off her shoulders with enviable resiliency — came fast and furious, as they do with once-in-a-lifetime talents. There are the 10 Grammys, the numerous Hall of Fame inductions, and the fact that she revolutionized the world of country music for women alongside Loretta Lynn and Tammy Wynette, creating a path for crossover artistry. But there are also her Hollywood forays. It’s telling that her first feature film, “9 to 5,” celebrated women in the workplace and messed with their devious bosses.</p><p>One of her superpowers was rooted in a kind of irony: Everything about Dolly Parton is truly Dolly Parton or else she wouldn’t partake — down to the false eyelashes and big wigs. She built an economic empire with down-home sensibilities. If authenticity is currency in popular culture, Parton showed the world how it was done.</p><p>An honest-to-goodness iconoclast</p><p>There’s a moment in her 1983 television special, “Dolly in Concert,” where Parton calls herself “the original punk rocker.” It’s a fitting description: Armed in a uniform of high heels, acrylic nails (the better to write songs with), tight clothes and a big blond beehive, the image of Parton was enough to scandalize. Jokes about her breasts were prevalent for decades; she wielded them like a weapon.</p><p>Her first big break came in 1967 with a single, ironically titled “Dumb Blonde.” It’s a clever admonishment of a man who calls a woman stupid. It was fabulously misunderstood and misconstrued, forecasting the wonderful hypocrisy inherent in many public appreciations of Parton: She had full autonomy; make a low-brow pass at her and she’ll have the last laugh. Always.</p><p>That spirit was inherent in her business ventures as well. Too poor to travel to Disneyland as a child, Parton opened her Pigeon Forge, Tennessee, amusement park, Dollywood, in 1986. Many thought it was a bad idea; it proved to be her most lucrative business venture. It’s also, crucially, a blessing for the local economy. According to a 2021 study by the Tennessee Aviation System Plan, Dollywood brings in $1.8 billion each year.</p><p>A great unifier</p><p>Parton’s career kicked off in the transformative ’60s, perfectly aligning with the emergence of the women’s liberation movement. Though she didn’t use the word herself, much of Parton’s career — and in particular, her songwriting — has been viewed as a kind of feminism. Take the early hit, 1968’s “Just Because I’m a Woman.” Parton’s sweet soprano and idiosyncratic tremolo are on full display as she reminds her male partner that he need not judge her for having previous sexual partners because he has done the same. “My mistakes are no worse than yours,” she sings, “Just because I’m a woman.”</p><p>Or consider 1970’s “Down from Dover,” a tearjerker about a pregnant teenager abandoned by her family and the child’s father. She gives birth to a stillborn baby, alone, without medical treatment. “I guess in some strange way she knew she’d never have a father’s arms to hold her,” Parton sings. “And dying was her way of telling me he wasn’t coming down from Dover.” It’s evocative then and now.</p><p>Still, across political divides, Parton is welcomed with open arms. It may have something to do with the fact that, when it came to capital-P party line, Parton valued apoliticism. During the 2016 presidential election, she said a woman would do a great job in office. When it was viewed as an endorsement of Democratic nominee Hillary Clinton, she said her words were taken out of context. She never said who she voted for. And she declined the Presidential Medal of Freedom three times, twice from President Donald Trump and once from President Joe Biden so as to not appear biased. As a result, she was beloved by all — even in periods of unmitigated division.</p><p>A fantastic philanthropist</p><p>With the same resolve she exhibited in her performances, Parton was dedicated to charity work.</p><p>In 1988, she launched the Dollywood Foundation, originally designed to combat high school dropout rates. Its early ’90s Buddy Program paired junior high students in Sevier County and gave $500 to each if they both finished high school. In 2016, when wildfires ravaged her native Great Smoky Mountains, the foundation announced it would give $1,000 each month for six months to families who lost their homes. The following year, it was revealed the foundation’s My People Fund helped 900 families with roughly $9 million in the first six months after the fires.</p><p>In 1991, she launched a sanctuary for bald eagles that couldn’t survive in the wild; in 2000, she started a college scholarship giving $15,000 to five high school seniors in Sevier County. In 2020, she donated $1 million to COVID-19 research at Vanderbilt University, which helped fund Moderna’s vaccine.</p><p>Best known is her Imagination Library, founded in 1995. Parton’s father was illiterate; it inspired her to launch an organization providing books to those without resources. By 2025, she had given away over 200 million books to children in need.</p><p>Parton was truly one of one — a generous country music heroine from the small-town South turned global phenomenon.</p><p>“I hope I’ll be remembered as somebody that tried to do some good in the world,” she told The Associated Press in 2024. “And left, you know, a few good things behind.”</p>]]></content:encoded></item><item><title><![CDATA[Petro presenta gabinete alterno para fiscalizar al gobierno de De la Espriella en Colombia]]></title><link>https://www.local10.com/espanol/2026/08/26/petro-presenta-gabinete-alterno-de-oposicion-al-gobierno-de-de-la-espriella-en-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/petro-presenta-gabinete-alterno-de-oposicion-al-gobierno-de-de-la-espriella-en-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El expresidente colombiano Gustavo Petro presentó el miércoles al “gabinete por la vida”, un equipo de figuras de su gobierno que se enfocará en ejercer un control político sobre el Ejecutivo del conservador Abelardo de la Espriella.]]></description><pubDate>Wed, 26 Aug 2026 21:22:36 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El expresidente colombiano Gustavo Petro presentó el miércoles al “gabinete por la vida”, un equipo de figuras de su gobierno que se enfocará en ejercer un control político sobre el Ejecutivo del conservador Abelardo de la Espriella.</p><p>“Este no es un gabinete en la sombra, es un gabinete en la luz”, indicó Petro en un evento político en Bogotá durante el cual calificó al gobierno del conservador De la Espriella, en el poder desde principios de agosto, de representar la “muerte” y la “oscuridad”.</p><p>El nuevo equipo incluye a figuras destacadas del gobierno de Petro (2022-2026) como la excanciller, Yolanda Villavicencio; la exministra de Minas, Irene Vélez; el exministro de Hacienda, Germán Ávila, y el exministro de Trabajo, Antonio Sanguino.</p><p>Durante la presentación no se detalló si cada exfuncionario fiscalizará la cartera que antes dirigía, en una propuesta de oposición novedosa en Colombia, aunque aplicada en otros países.</p><p>Yann Basset, profesor de Ciencia Política de la Universidad del Rosario, explicó a The Associated Press que el “gabinete a la sombra”, como suele conocerse, es usado en el parlamentarismo, por ejemplo en Reino Unido, donde el gobierno de turno puede “caer por falta de mayoría en el parlamento” y ese equipo que ha estado fiscalizando al Ejecutivo y proponiendo políticas alternativas puede pasar a ser gobierno.</p><p>Sin embargo, en el caso de un país presidencialista como Colombia, no se trata de que el gabinete alterno esté listo para sustituir al actual, que fue elegido para cumplir un periodo de cuatro años.</p><p>“Es un ejercicio de control político y de preparación para las próximas elecciones”, acotó Basset. “Se está instalando en Colombia un sistema de alternancia entre derecha e izquierda y justamente por esta vocación de poder se hace este gabinete en la sombra”, agregó.</p><p>El senador progresista y excandidato presidencial Iván Cepeda, vencido en las urnas por De la Espriella, dijo durante el evento político en Bogotá que el gabinete estará preparado “intelectual, política y técnicamente para asumir, como lo haremos, la responsabilidad de conducir el Estado en el 2030”.</p><p>Cepeda indicó que ese equipo trabajará en conjunto con la bancada del Pacto Histórico, —movimiento político liderado por Petro—, que es la más numerosa en el Congreso, aunque no configura la mayoría.</p><p>“No solamente señalará lo que está mal, sino que contribuirá a lo que viene en nuestro país”, aseguró Cepeda, quien perdió el balotaje del 21 de junio por un estrecho margen de aproximadamente 250.000 votos.</p><p>Petro desconoció la victoria de De la Espriella alegando presunto fraude, pese a que la autoridad electoral declaró los resultados y misiones electorales internacionales no hallaron inconsistencias.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VD6T7JA3S2KAYYV35OZQAPYEME.jpg?auth=85e0848933b296d1229533ac7dff4b8c03df848bf9105a57ee4823fca3db4710&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente Gustavo Petro posa delante de su retrato en la galería de antiguos presidentes colombianos durante su última semana en el cargo, en el Palacio Presidencial de Bogotá (Colombia), el lunes 3 de agosto de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBMFQBICVJGEGI3Z2GP2LYUAPE.jpg?auth=0625bf81a05d0fd0004f6731e3a457df4ac1f51f2927b01f784c36c1da6fd735&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, interviene durante una ceremonia de toma de posesión de los nuevos mandos militares del país, celebrada en Bogotá, Colombia, el miércoles 26 de agosto de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Strong AI chip demand fuels Nvidia's Q2 results well beyond Wall Street's expectations]]></title><link>https://www.local10.com/business/2026/08/26/strong-ai-chip-demand-fuels-nvidias-q2-results-well-beyond-wall-streets-expectations/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/strong-ai-chip-demand-fuels-nvidias-q2-results-well-beyond-wall-streets-expectations/</guid><dc:creator><![CDATA[By ALEX VEIGA, Associated Press]]></dc:creator><description><![CDATA[Nvidia's latest quarterly results once again blew past Wall Street's expectations as revenue for the computer chip company's high-end artificial intelligence chips soared, the latest sign that AI infrastructure spending remains strong.]]></description><pubDate>Wed, 26 Aug 2026 22:59:26 +0000</pubDate><content:encoded><![CDATA[<p>Nvidia's latest quarterly results once again blew past Wall Street's expectations as revenue for the computer chip company's high-end artificial intelligence chips soared, the latest sign that AI infrastructure spending remains strong.</p><p>The company reported on Wednesday net income of $59.69 billion, or $2.46 per share, for the May-July period. That compares to net income of $26.42 billion, or $1.08 per share, in the same quarter last year.</p><p>Excluding certain items, earnings were $2.22 per share, well above the $2.09 per share consensus forecast by Wall Street analysts, according to FactSet.</p><p>Revenue more than doubled from a year earlier to $96.22 billion, surpassing analysts’ average forecast of $92.27 billion.</p><p>“AI has reached its inflection point. It’s doing useful work. Its tokens are productive and profitable. Now, compute is revenue,” said CEO Jensen Huang in a statement.</p><p>The Santa Clara, California, company's results have regularly cleared the bar set by analysts in the past three years, often by a wide margin, since Nvidia’s high-end chips emerged as AI’s best building blocks.</p><p>Along with higher profit and revenue, however, Nvidia’s operating expenses surged 55% to $8.41 billion.</p><p>For the current quarter, Nvidia forecast revenue of about $108 billion. Analysts are forecasting $104.86 billion.</p><p>If Nvidia hits its revenue target for the August-October period, it will translate into a roughly 89% increase from last year — an indication that Nvidia’s phenomenal growth rate is still accelerating. The company said it’s not assuming any data center compute revenue from China in its outlook.</p><p>Nvidia expects to grow its revenue in its fiscal year ending January 2028 by about 70%, citing surging demand for its AI-powering chips. In fact, the company's growth outlook would be closer to double, based on its customers' own forecasts, if it weren't for challenges in sourcing enough supplies to meet the chip production demand, noted CFO Colette Kress in a call with Wall Street analysts.</p><p>Huang also emphasized the supply limitations the company is grappling with.</p><p>“Our entire supply chain is challenged,” he told analysts. “At this point we have supply for 70%. ... Our demand is much higher than that.”</p><p>Nvidia’s data center segment, which includes its AI data centers and factories business, as well as chip demand from hyperscalers — operators of huge cloud-computing data centers such as Amazon, Meta and Google — reported revenue of $89 billion, up more than twofold from a year earlier.</p><p>Capital spending by the top five hyperscalers is expected to reach nearly $800 billion this year and $1.3 trillion in 2027, Kress noted.</p><p>On Wednesday, Nvidia and Amazon Web Services announced a plan to deploy 2 million additional Nvidia graphic processing units, and will incorporate Nvidia chips to power its fleet of warehouse robots.</p><p>Kress also said the company expects that its computer processing unit revenue will more than double in fiscal 2028, “positioning us as one of the world’s leading server CPU suppliers.”</p><p>Nvidia’s shares rose 4.1% in after-hours trading following the earnings call. The stock ended the regular trading session 1.6% lower and is up 12.4% so far this year.</p><p>The company’s edge computing segment, which includes chips bringing AI-powered features to computers, game consoles and robotics, among others, posted revenue of $7.2 billion, up 27% from the same period last year.</p><p>Despite the stellar results and still-rosy outlook, many investors worry about a jarring comedown after a three-year boom that has seen Nvidia’s market value soar from $400 billion at the end of 2022 to roughly $5.2 trillion now.</p><p>While AI has powered stock market gains and U.S. economic growth in recent years, there’s been growing skepticism about whether AI will justify the trillions of dollars that are being spent to develop the technology.</p><p>The AI industry is also increasingly facing pushback amid objections to the expansion in data centers and fears that the speed with which AI is being adopted could lead to widespread job losses for many Americans.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7PBMYWBHO5LNIATWCWP4OLYA5I.jpg?auth=b584bd176a12ee6ac9cb99b04dec5cffa8849e0975f409bf5c416a270df4c114&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NVIDIA CEO Jensen Huang talks with Commerce Secretary Howard Lutnick as President Donald Trump speaks in the Oval Office of the White House about Dulles International Airport modernization, Wednesday, July 29, 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[Hombre estaba ebrio cuando estrelló Cadillac contra casa cerca de Coral Gables y mató a hombre de 82 años mientras dormía: MDSO]]></title><link>https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/hombre-estaba-ebrio-cuando-estrello-cadillac-contra-casa-cerca-de-coral-gables-y-mato-a-hombre-de-82-anos-mientras-dormia-mdso/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Las autoridades dicen que un conductor estrelló su Cadillac contra una casa en las afueras de Coral Gables en junio, matando a un hombre de 82 años que dormía en el interior. Ahora dicen que el conductor estaba ebrio, con más de tres veces el límite legal, y lo detuvieron la madrugada del miércoles.]]></description><pubDate>Wed, 26 Aug 2026 20:34:32 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades dicen que un conductor estrelló su Cadillac contra una casa en las afueras de Coral Gables en junio, matando a un hombre de 82 años que dormía en el interior. Ahora dicen que el conductor estaba ebrio, con más de tres veces el límite legal, y lo detuvieron la madrugada del miércoles.</p><p>Según un reporte de arresto de la Oficina del Sheriff de Miami-Dade, el accidente ocurrió alrededor de las 7:30 p.m. del 24 de junio en una casa ubicada en la cuadra 2900 de Southwest 57th Avenue, en el área no incorporada de Coral Terrace.</p><p>El reporte de MDSO señala que Allen Matis, de 67 años, de Coral Gables, conducía un Cadillac Lyriq por Palermo Avenue cuando no respetó una señal de alto y estrelló la camioneta SUV contra la casa, atravesando la pared y golpeando a Henri Bezy mientras dormía en el interior.</p><p>Bezy “quedó atrapado debajo del vehículo” y equipos de Bomberos y Rescate de Miami-Dade lo declararon muerto en la escena, señala el reporte.</p><p>Según el reporte, un agente vio a Matis al volante y “observó señales de que estaba bajo los efectos del alcohol”. El reporte señala que los resultados toxicológicos de muestras de sangre tomadas horas después del accidente mostraron que el nivel de alcohol en la sangre de Matis oscilaba entre 0.245% y 0.29%, más de tres veces el límite legal.</p><p>Los agentes dijeron que posteriormente obtuvieron datos del vehículo que mostraban que Matis aceleró hasta 43 mph y nunca frenó “durante los segundos previos al accidente”.</p><p>Matis fue ingresado en el Centro Correccional Turner Guilford Knight por cargos de homicidio involuntario por conducir bajo los efectos del alcohol y homicidio vehicular por conducción imprudente. Hasta la tarde del miércoles, su fianza figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DU5D4QZDR5BQHGHC5QQUSIWWZI.jpg?auth=f0085e3110722401c80a80360c88abf190789d78a8eb95b9681a316a0e38ceef&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Allen Matis]]></media:description></media:content></item><item><title><![CDATA[Miami-Dade man accused of leaving stepson, 6, unattended while he was ‘in a rush’ ]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-dade-man-accused-of-leaving-stepson-6-unattended-while-he-was-in-a-rush/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-dade-man-accused-of-leaving-stepson-6-unattended-while-he-was-in-a-rush/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 32-year-old man is facing a child neglect charge after police say he intentionally dropped off his 6-year-old stepson at a North Miami apartment complex and left without making sure an adult was there to supervise him.]]></description><pubDate>Wed, 26 Aug 2026 20:04:21 +0000</pubDate><content:encoded><![CDATA[<p>A 32-year-old man from Miami-Dade County is facing a child neglect charge after police say he intentionally dropped off his 6-year-old stepson at a North Miami apartment complex and left without making sure an adult was there to supervise him.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/">Leer en español</a></p><p>Jail records show Ricindy Seaphin was arrested Tuesday evening by the North Miami Police Department.</p><p>North Miami police said officers responded just before 6:45 p.m. to an apartment near the 13000 block of Memorial Highway after receiving a report that a 6-year-old boy had been left unattended.</p><p>Police said Seaphin and the boy are stepfather and stepson and previously lived together as a family. They determined Seaphin was responsible for the boy’s care and supervision.</p><p>The report states Seaphin picked the boy up from school and drove him to his apartment complex. Police said the boy’s mother had previously told Seaphin that she would not be home.</p><p>Police allege Seaphin then “intentionally” dropped the boy off in front of the apartment complex and left without walking him to the apartment or confirming that a responsible adult was there.</p><p>They said the boy then walked to the apartment and knocked on the door, but no one answered. </p><p>He then left the complex and walked to the Family Dollar at 280 NE 135th St., where he approached people and asked for help and for someone to contact police, according to the report. </p><p>The report states that a witness located the boy and helped him back to the apartment. </p><p>After determining that no one was inside, the witness stayed with the boy, provided him with food and care, and contacted law enforcement, according to the report.</p><p>Police said Seaphin later arrived at the scene, and he was read his Miranda rights and agreed to speak with officers.</p><p>According to the arrest report, Seaphin admitted he was “in a rush” and intentionally dropped the boy off without verifying that anyone was home. </p><p>The report states Seaphin also told officers that he normally walks the boy to the apartment door and turns him over to his mother but failed to do so that day.</p><p>Seaphin told police he dropped the boy off at about 3:20 p.m. The report states the boy was not found by the witness until approximately 4:15 p.m.</p><p>Seaphin was arrested and taken to the North Miami Police Department for processing before being transported to TGK.</p><p>Jail records show Seaphin is facing one count of child neglect with no great bodily harm.</p><p>As of Wednesday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FYGF426UVF6JPPTVRBCCERR5A.jpg?auth=358bb54554c2b28d7d6ae1fdb719fb1f62d57b7fbfb11fe3ed4a3b5d3dd4f0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Miami-Dade de dejar solo a hijastro de 6 años porque “tenía prisa”]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 32 años enfrenta un cargo de negligencia infantil después de que la policía dijera que dejó intencionalmente a su hijastro de 6 años en un complejo de apartamentos de North Miami y se marchó sin asegurarse de que hubiera un adulto allí para supervisarlo.]]></description><pubDate>Wed, 26 Aug 2026 20:31:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 32 años del condado Miami-Dade enfrenta un cargo de negligencia infantil después de que la policía dijera que dejó intencionalmente a su hijastro de 6 años en un complejo de apartamentos de North Miami y se marchó sin asegurarse de que hubiera un adulto allí para supervisarlo.</p><p>Los registros de la cárcel muestran que Ricindy Seaphin fue arrestado la tarde del martes por el Departamento de Policía de North Miami.</p><p>La policía de North Miami dijo que los oficiales respondieron poco antes de las 6:45 p.m. a un apartamento cerca de la cuadra 13000 de Memorial Highway después de recibir un reporte de que un niño de 6 años había sido dejado sin supervisión.</p><p>La policía dijo que Seaphin y el niño son padrastro e hijastro y anteriormente vivían juntos como familia. Determinaron que Seaphin era responsable del cuidado y la supervisión del niño.</p><p>El reporte señala que Seaphin recogió al niño de la escuela y lo llevó en automóvil a su complejo de apartamentos. La policía dijo que la madre del niño le había dicho previamente a Seaphin que no estaría en casa.</p><p>La policía alega que Seaphin luego dejó “intencionalmente” al niño frente al complejo de apartamentos y se marchó sin acompañarlo hasta el apartamento ni confirmar que hubiera un adulto responsable allí.</p><p>Dijeron que el niño caminó hasta el apartamento y tocó la puerta, pero nadie respondió.</p><p>Luego salió del complejo y caminó hasta el Family Dollar ubicado en 280 NE 135th St., donde se acercó a varias personas y pidió ayuda y que alguien contactara a la policía, según el reporte.</p><p>El reporte señala que un testigo encontró al niño y lo ayudó a regresar al apartamento.</p><p>Después de determinar que no había nadie dentro, el testigo se quedó con el niño, le proporcionó comida y cuidados y contactó a las autoridades, según el reporte.</p><p>La policía dijo que Seaphin llegó posteriormente a la escena, donde le leyeron sus derechos Miranda y aceptó hablar con los oficiales.</p><p>Según el reporte de arresto, Seaphin admitió que “tenía prisa” y dejó intencionalmente al niño sin verificar que hubiera alguien en casa.</p><p>El reporte señala que Seaphin también dijo a los oficiales que normalmente acompaña al niño hasta la puerta del apartamento y lo entrega a su madre, pero que ese día no lo hizo.</p><p>Seaphin dijo a la policía que dejó al niño alrededor de las 3:20 p.m. El reporte señala que el testigo no encontró al niño hasta aproximadamente las 4:15 p.m.</p><p>Seaphin fue arrestado y llevado al Departamento de Policía de North Miami para ser procesado antes de ser trasladado a TGK.</p><p>Los registros de la cárcel muestran que Seaphin enfrenta un cargo de negligencia infantil sin lesiones corporales graves.</p><p>Hasta el miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FYGF426UVF6JPPTVRBCCERR5A.jpg?auth=358bb54554c2b28d7d6ae1fdb719fb1f62d57b7fbfb11fe3ed4a3b5d3dd4f0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Juez rechaza acuerdo de culpabilidad para ex maestro de piano de Miami]]></title><link>https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[El ex maestro de piano Rudolph Infante compareció nuevamente ante un juez la mañana del miércoles para una audiencia sobre un acuerdo de culpabilidad.]]></description><pubDate>Wed, 26 Aug 2026 20:29:09 +0000</pubDate><content:encoded><![CDATA[<p>El ex maestro de piano Rudolph Infante compareció nuevamente ante un juez la mañana del miércoles para una audiencia sobre un acuerdo de culpabilidad.</p><p>El acuerdo propuesto contemplaba cinco años de libertad condicional sin tiempo en la cárcel a cambio de declararse culpable. Pero el juez rechazó el acuerdo después de que la víctima dijera que cinco años de libertad condicional no eran suficientes.</p><p>Según la policía, una estudiante de Miami Southridge Senior High School dijo a los investigadores que Infante le hizo comentarios inapropiados, entre ellos: “Si tan solo tuviera 30 años menos,&nbsp; Eres tan hermosa,&nbsp; He estado pensando en ti,&nbsp; No puedo esperar para estar contigo”.</p><p>Está acusado de insinuarse a la estudiante, tocarla de manera inapropiada y presuntamente besarla en el pecho. La adolescente dijo a la policía que sintió miedo.</p><p>Infante fue acusado de cuatro cargos de agresión y un cargo de delitos contra estudiantes cometidos por figuras de autoridad.</p><p>El caso continuará. Habrá un nuevo acuerdo de culpabilidad o un juicio.</p>]]></content:encoded></item><item><title><![CDATA[LIV Golf begins laying off employees while downsizing to restructure without Saudi funding]]></title><link>https://www.local10.com/sports/2026/08/26/liv-golf-begins-laying-off-employees-while-downsizing-to-restructure-without-saudi-funding/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/liv-golf-begins-laying-off-employees-while-downsizing-to-restructure-without-saudi-funding/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[LIV Golf has informed employees their jobs will end next week as the league begins life without Saudi funding, downsizing operations as it pursues an agreement with a lead investor to reshape the league for next year.]]></description><pubDate>Wed, 26 Aug 2026 20:23:51 +0000</pubDate><content:encoded><![CDATA[<p>LIV Golf has informed employees their jobs will end next week as the league begins life without Saudi funding, downsizing operations as it pursues an agreement with a lead investor to reshape the league for next year.</p><p>It was not clear how many or what percentage of employees are being laid off. LIV ended its fifth season last week outside Indianapolis, one week earlier than expected.</p><p>The staff reduction was not a surprise. LIV Golf learned in April the Public Investment Fund of Saudi Arabia would end financial backing after this season. LIV in July filed a notice under the Worker Adjustment and Retraining Notification Act that indicated layoffs were likely.</p><p>There also was hope that several employees could be hired back depending on LIV securing its agreement with the lead investor and how the new league — LIV 2.0 — might look.</p><p>“The funding commitment announced by PIF earlier this year will reach its conclusion. As a result, we are scaling back operations as we transition to the next chapter of LIV Golf and work toward making LIV 2.0 a reality," LIV said in a statement Wednesday.</p><p>"This week, we informed many of our colleagues that their employment under LIV 1.0 will end in the first week of September. We are grateful to our employees for their hard work and dedication in building LIV Golf, and we remain committed to supporting those affected through this transition.”</p><p>CEO Scott O'Neil announced earlier this month that he had come to terms with a lead investor, which multiple reports have indicated was BC Partners, and they were hopeful of finalizing the deal in September.</p><p>LIV Golf had its shortest season since the year it launched in 2022, losing events in New Orleans and the team championship in Michigan, with the team title merged into the Indiana event.</p><p>Still to be determined are the futures of its biggest names, starting with Jon Rahm and Bryson DeChambeau. Rahm still is under contract while DeChambeau started the year negotiating for a renewal. That was before Saudi Arabia pulled the plug on the funding when the Iran war led PIF to reshape its investment priorities.</p><p>O'Neil has not ruled out filing for bankruptcy as part of the restructuring. LIV already faces two lawsuits for not paying vendors for services.</p><p>Tyrrell Hatton, a four-time Ryder Cup player from England who joined LIV in 2024 with Rahm's team, entered the British Masters this week once he learned the team championship in Michigan had been canceled.</p><p>He said Wednesday he has “multiple years” on his contract with LIV. Hatton plans to play five of the next seven weeks on the European tour beginning with the British Masters, which starts the qualifying period for the Ryder Cup for Team Europe.</p><p>He said he expects LIV Golf to be playing in 2027.</p><p>“I know they have worked really hard to getting funding stuff in place. So I know it’s full steam ahead on that front,” Hatton said. He also said he has continued to play the European tour and “I don’t see why that should change for me in the future.”</p><p>O'Neil has pitched a 10-tournament schedule for LIV, half of them overseas and half in the United States. Key to that plan is making sure his players can compete anywhere, though his mantra of “Complete, Not Compete” didn't sit well with tours that lost players to big signing bonuses.</p><p>The PGA Tour has banned LIV players for at least one year dating to their last LIV appearance. An exception was made for five-time major champion Brooks Koepka, who ended his contract with LIV at the end of 2025 and returned to the PGA Tour under stiff financial penalty.</p><p>O'Neil said last week in Indiana the first stage of LIV required big investments.</p><p>“This next chapter requires something quite different — commercial discipline,” he said. ”I wasn’t here in the early days, but at least reputationally, it was a bit more free-spending than it will be in the future. We’ve taken a real disciplined look at the cost side of the business."</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LW2WLRAQ33Q6RDYWQL2L7BZSYU.jpg?auth=7f96891ae6d558f6be1ca59280d8f6a49aebe03460f866bdd72d9f5276f56f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[LIV Golf season-long champion captain Jon Rahm, of Legion XIII, poses with the trophy after 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/U337HXN4CPYQTANLUUSYFA6YJE.jpg?auth=1a7bbb8250d242fe4e673721024d89c732eba430f0c36c3f54afdf6e0be615b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Joaquín Niemann, of Torque GC, hits from the 16th tee during the first round of LIV Golf Bedminster at Trump National Golf Club, Thursday, Aug. 6, 2026, in Bedminster, N.J. (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/T4234RIKNPWNS3H4KNW6DW2RPQ.jpg?auth=77e8268332f3a81705035cdfef0ef66a4221c4f4183df371be06f305c7a8fd9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans walk along a path during the third round of LIV Golf Bedminster at Trump National Golf Club, Saturday, Aug. 8, 2026, in Bedminster, N.J. (Elise LeBlanc/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise LeBlanc</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAXZRZLLGBER46JV75Y5XRGPSM.jpg?auth=6918ae6f8a418aa184b92172eba60710b009cf781e840d7e28c202227b6b4e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyrrell Hatton, of Legion XIII, looks from the 13th green during the first round of LIV Golf Indianapolis, Thursday, Aug. 20, 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/NBJPQL3EYWX3W7XVJOLMBDIXC4.jpg?auth=37597923906f16b16a288d574a55a8a9248138d979ed22eab8a3a4ea6a0b5eb2&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 from the 16th tee during the first round of LIV Golf Bedminster at Trump National Golf Club, Thursday, Aug. 6, 2026, in Bedminster, N.J. (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[Army to spend $2B to build nuclear microreactors at 5 bases as US seeks to ramp up nuclear power]]></title><link>https://www.local10.com/news/politics/2026/08/26/army-to-spend-2b-to-build-nuclear-microreactors-at-5-bases-as-us-seeks-to-ramp-up-nuclear-power/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/army-to-spend-2b-to-build-nuclear-microreactors-at-5-bases-as-us-seeks-to-ramp-up-nuclear-power/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT and MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Army announced Wednesday that it plans to add nuclear microreactors at five military bases from New York to Texas as a reliable source of energy independent of the commercial electric grid.]]></description><pubDate>Thu, 27 Aug 2026 00:14:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Army announced Wednesday that it plans to add nuclear microreactors at five military bases from New York to Texas as a reliable source of energy independent of the commercial electric grid.</p><p>The announcement comes as the Trump administration pushes hard to develop the next generation of nuclear power, including billions in loans for large nuclear reactors to meet skyrocketing power demand from data centers and a pilot program to boost advanced reactor designs and projects for military and civilian use. No nuclear microreactors are supplying power to the commercial electric grid in the United States today.</p><p>Five companies selected by the Army will be awarded up to $2.2 billion in total over five years to own, construct and operate the microreactors, if they hit set milestones along the way for their performance. The Army expects that more than 20 nuclear microreactors will be built and operated.</p><p>Army and industry officials say microreactors offer a resilient power source for critical infrastructure at military installations in case the grid fails. Reactors can run for years without refueling.</p><p>Army Secretary Dan Driscoll said the awards will accelerate the military’s ability “to deliver safe, reliable baseload power directly to our installations. We are building the energy resilience necessary to project combat power globally, without relying on potentially vulnerable external grids,” he said.</p><p>The grants are part of the Army's “Janus Program” launched last year to deliver next-generation nuclear energy. Officials hope to push nuclear development forward so that advanced reactor designs move beyond experiments and prototypes to provide power for years to come. This will be the “spear tip,” said Jeff Waksman, principal deputy assistant secretary of the Army for installations, energy and environment.</p><p>“That is the transition that we are trying to effect here,” he said on a call with reporters Wednesday. “These are not meant to be Army-specific designs.”</p><p>Critics of building more nuclear reactors say they’re too expensive and riskier than other energy sources. The Army program is using the military's “deep pockets to provide a hidden subsidy” to nuclear companies that can't find private-sector customers for their hypothetical and uneconomical reactors, said Alan J. Kuperman, associate professor at the Lyndon B. Johnson School of Public Affairs at the University of Texas at Austin and coordinator of the Nuclear Proliferation Prevention Project.</p><p>The reactors will be licensed by the Army, rather than the U.S. Nuclear Regulatory Commission, which licenses commercial nuclear reactors. Kuperman said it's “a dangerous scam on many levels.”</p><p>Waksman said these reactors will shut down safely in case of a failure, they're small and the Army wouldn't add them to installations without being certain they are safe. He said the Army is working on a deal with the Energy Department to remove radioactive waste, and there won't be any long-term storage on these installations.</p><p>The Army is working to align its regulatory processes as much as possible, Waksman said, so that companies won’t need major changes to their designs to be later licensed by the NRC. Along with federal funding, the Army expects billions of dollars in private capital investment.</p><p>Army leads the military’s adoption of nuclear energy</p><p>President Donald Trump signed executive orders in May 2025 to speed up the development of nuclear power. The Army was tasked with ensuring that an advanced reactor would start operating at a domestic military installation no later than Sept. 30, 2028. The Janus program is named for the ancient Roman god of transitions.</p><p>Officials know that delivering nuclear power to a military base will be a challenge, so they picked five companies in case one or more fail, Waksman said. The selected companies are: Antares Nuclear at Fort Bragg in North Carolina; BWXT at Fort Campbell in Kentucky; General Atomics Electromagnetic Systems at Fort Hood in Texas; Radiant Industries at Fort Benning in Georgia; and Westinghouse Government Services at Fort Drum in New York.</p><p>Senate Minority Leader Chuck Schumer asked the Army to select Fort Drum. The critical missions Fort Drum supports require secure power generation, the New York Democrat said.</p><p>The military installations will remain connected to the grid. The reactors would not completely power them. Each reactor will provide between 1 megawatt to 20 megawatts of power, depending on the company's design. Major bases use as much power as a small city. Antares and Radiant are planning to deliver their reactors in three-packs, Waksman said.</p><p>The Army now uses diesel as a primary backup for critical infrastructure. But in a conflict, Waksman said, the Army may not be able to move fossil fuels easily wherever it needs them.</p><p>“That makes nuclear energy just a natural game changer,” he said. “It makes sense for the Army to take the lead here.”</p><p>A reactor at Fort Belvoir in Virginia, completed in 1957, was the first nuclear power reactor to provide electricity to a commercial power grid in the United States for an extended period, according to the U.S. Army Corps of Engineers.</p><p>Companies say this will accelerate US nuclear development</p><p>California-based Antares reached a crucial milestone under the U.S. pilot program that could allow it to produce electricity at Idaho National Lab next year. The company said the Army's announcement extends its momentum. Westinghouse Government Services said it’s proud to support the Army’s efforts to strengthen energy security and innovate.</p><p>Tori Shivanandan, president and chief operating officer of California-based Radiant, said the Army’s $750 million award “shows confidence in Radiant’s product and ability to manufacture, deploy and safely operate nuclear microreactors for the American military.” The Janus program “will build a stronger and more resilient America,” she said.</p><p>General Atomics Electromagnetic Systems said its reactor is designed to operate in remote, off-grid and extreme environments for 40 years. It said it will draw on more than 70 years of nuclear expertise to provide safe, dependable and independent power for the military.</p><p>Rex Geveden, BWXT's president and chief executive officer, said, “As we commence work on the Janus program, we are delivering the nation’s most credible and reliable path to deployable nuclear power.”</p><p>___</p><p>McDermott reported from Providence, R.I.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWIW6Q76QTVSLRUDQLTRVH2KVM.jpg?auth=b44661de23dc6610e2bcc50a28de40da48d6adb30dc10fafef3064b9ba8344b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign at Fort Bragg, N.C., is seen, Jan. 4, 2020. (AP Photo/Chris Seward, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4FY5LMRR5U2KIIQVRJHAPCEPYM.jpg?auth=373cfab6b9c3076ed15d4740256f5cde8753d7dfb0135b36b5f7a455a7157856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Army military stand behind a new sign at Fort Benning during a ceremony, April 16, 2025, in Fort Benning, Ga. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I45AQGDAAR3ZT2RF7H2KNO45O4.jpg?auth=fa4980d92c98088ad95a9407d5777f206cc1d4e3c0edd7df8ce026f468590b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Army Secretary Dan Driscoll speaks at the America 250 celebration at Fort Bragg in Fayetteville, N.C., June 10, 2025. (AP Photo/Karl DeBlaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B. DeBlaker</media:credit></media:content></item><item><title><![CDATA[Sal Veder, Pulitzer Prize-winning AP photographer who shot iconic 'Burst of Joy,' dies at age 99]]></title><link>https://www.local10.com/news/2026/08/26/sal-veder-pulitzer-prize-winning-ap-photographer-who-shot-iconic-burst-of-joy-dies-at-age-99/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/sal-veder-pulitzer-prize-winning-ap-photographer-who-shot-iconic-burst-of-joy-dies-at-age-99/</guid><dc:creator><![CDATA[By KATHLEEN RONAYNE and JANIE HAR, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — Pulitzer Prize-winning photographer Slava ‘Sal’ Veder, best known for his picture of a U.S. Air Force lieutenant colonel joyfully reuniting with his family after five years in a prisoner of war camp in Vietnam, died Aug. 22. He was 99.]]></description><pubDate>Wed, 26 Aug 2026 21:53:58 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Pulitzer Prize-winning photographer Slava ‘Sal’ Veder, best known for his picture of a U.S. Air Force lieutenant colonel joyfully reuniting with his family after five years in a prisoner of war camp in Vietnam, died Aug. 22. He was 99.</p><p>Veder’s family on Wednesday confirmed that the retired Associated Press photojournalist died in his sleep, just eight days shy of his 100th birthday, at his home in El Dorado County, California, outside of Sacramento.</p><p>The San Francisco Bay Area native was 46 years old in March 1973 when he was sent to Travis Air Force Base for the arrival of Lt. Col. Robert L. Stirm and other war prisoners returning from Vietnam. Veder was in a crowded bullpen jockeying for pictures with dozens of other photographers when, out of the corner of his eye, he spotted Stirm’s four children begin to gallop toward their father.</p><p>“You could tell, even at a distance, what they were feeling. It was all over them, their faces, the way they all broke into a run. There was a surge of emotion from the crowd, too,” Veder said in a 2015 interview with The Guardian.</p><p>Using a makeshift darkroom set up in a women’s bathroom on base, Veder cranked out six images, including “Burst of Joy,” which won the 1974 Pulitzer in feature photography. Veder noted that in the photograph, Stirm has his back to the camera, rendering him an everyman soldier returning to the undeniable joy and excitement on the faces of his children.</p><p>The photo became a symbol of the end of U.S. involvement in the Vietnam War. But for Stirm, it represented heartbreak as he had been handed a “Dear John” letter from his wife, Loretta, by a chaplain upon his release and the couple divorced a year later. Stirm died in 2025.</p><p>Slava J. Veder was born Aug. 30, 1926, in Berkeley, California, to Ivan and Anka Veder, who had left Russia and taken the names John and Ann when they settled in the U.S. He was their only child.</p><p>He worked as a sports writer and news editor at several publications and, in 1961, he was hired as a staff photographer by The Associated Press at its Sacramento bureau. Later, he transferred to the San Francisco office, which is where he was based when he took the prize-winning photograph.</p><p>“He was a newsman at heart, it wasn’t just a career for him. It was really his passion,” said his daughter, Kathleen Daly. “The AP really was the home for him because they could appreciate what he had to offer.”</p><p>Daly, friends and former colleagues remembered Veder as a kind and humble person who loved to ice skate and sail. He mentored younger photographers and always took time to ask the people around him how they were doing that day.</p><p>“He was the first Pulitzer Prize winner I ever met, like holy smokes,” said Brad Mangin, a freelance sports photographer in the San Francisco Bay Area. “He was just the sweetest man.”</p><p>Eric Risberg, a retired AP photographer who worked in San Francisco, said Veder was a great mentor and teacher.</p><p>“He really, really emphasized the marriage between pictures and words. He encouraged me to dive deeper, and get more into what’s really the story?” Risberg said.</p><p>Among his many assignments, Veder took photographs of the late Ronald Reagan when he was California governor, university campus protests against the war in Vietnam, the bank robbery trial of newspaper heiress Patty Hearst, and the assassinations of San Francisco Mayor George Moscone and Supervisor Harvey Milk by disgruntled former city supervisor Dan White in 1978.</p><p>Veder, who raised five children with his wife, retired from AP in 1993 to the small community of Camino, in El Dorado County.</p><p>He is survived by three children, eight grandchildren and 12 great-grandchildren.</p><p>___</p><p>Har, a former AP journalist, contributed reporting previously for this story. AP reporters Randy Herschaft in New York and Olga R. Rodriguez in San Francisco contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NUGBOZCDLKKTKWROJCNHLLA6TM.jpg?auth=2b953740b1c4cec32ab8f7c3da9cb0f3dc1f36bb49e01ee98d7139a442c585f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Released prisoner of war Lt. Col. Robert L. Stirm is greeted by his family at Travis Air Force Base in Fairfield, Calif., as he returns home from the Vietnam War, March 17, 1973. (AP Photo/Sal Veder, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sal Veder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYHSZ6JZ5M7BZDTBXSY4HLB37U.jpg?auth=7d6489409589d969717110c6e962e3054e954686c4df56bffd9f5de39d633a4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Lynn Mantoani, Slava ‘Sal’ Veder holds his Pulitzer Prize-winning photo, "Burst of Joy," at Left Space Studio, Jan. 13, 2008, in San Francisco. (Timothy Mantoani/Lynn Mantoani via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Timothy Mantoani</media:credit></media:content></item><item><title><![CDATA[Kurds weigh hope and caution as Syria’s SDF dissolves and joins the state military]]></title><link>https://www.local10.com/news/world/2026/08/26/kurds-weigh-hope-and-caution-as-syrias-sdf-dissolves-and-joins-the-state-military/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/kurds-weigh-hope-and-caution-as-syrias-sdf-dissolves-and-joins-the-state-military/</guid><dc:creator><![CDATA[By HOGIR AL ABDO, Associated Press]]></dc:creator><description><![CDATA[QAMISHLI, Syria (AP) — Kurds in Syria’s northeast regarded the announcement that the Kurdish-led force that once controlled the area has been dissolved with mixed emotions, while international players with a stake in Syria welcomed the step.]]></description><pubDate>Wed, 26 Aug 2026 19:49:29 +0000</pubDate><content:encoded><![CDATA[<p>QAMISHLI, Syria (AP) — Kurds in Syria’s northeast regarded the announcement that the Kurdish-led force that once controlled the area has been dissolved with mixed emotions, while international players with a stake in Syria welcomed the step.</p><p>Mazloum Abdi, commander of the Kurdish-led Syrian Democratic Forces, on Tuesday announced the official dissolution of the group which for years controlled a de facto autonomous zone that at once point encompassed about 25% of Syria.</p><p>The group lost much of the land it had held in a government offensive in January. Its fighters are now being integrated into the official state military and the civilian institutions it controlled are being handed over to the state.</p><p>The transition has unfolded more smoothly than many expected, and interim President Ahmad al-Sharaa has promised to strengthen the rights of Kurds, who were long marginalized under the rule of the Assad dynasty before he took power.</p><p>Many Kurds initially regarded al-Sharaa's government with suspicion. Some of the insurgent groups that took part in the offensive that ousted former Syrian President Bashar Assad had also clashed with the SDF in the past.</p><p>Kurds say they are giving the new system a chance</p><p>But Mohammed al Mohammed, a civil society activist in Qamishli, said he has faith in Abdi, who led a yearslong battle against Islamic State militants.</p><p>“Our trust is that the general (Abdi) and his team will be able to work for the interest of the Kurdish people and be able to secure our rights,” he said. “Our rights are basic rights - being able to speak in our own language, to live on our land, to be able to manage our land ourselves, and not to be assaulted as Kurds, as it happened during Assad’s regime.”</p><p>Eva Sheikh Mousa, from the town of Amuda west of Qamishli, said the SDF as an organization is not important to her as long as Kurdish rights are respected.</p><p>“Whoever secures the rights of the Kurds, the right of speaking our own language, working freely in our farms, along with political rights and if we can be active players in the new Syria, that’s what the Kurds are looking for,” she said. ”... It’s not that SDF is gone and so the Kurds are gone too.”</p><p>Some were more wary of the changes taking place. Jwan Mohammed, was displaced from the town of Afrin in a 2018 offensive by Turkish forces and allied Syrian opposition fighters. Kurdish civilians as well as SDF fighters were pushed out of areas seized in the offensive, although some of the displaced have now begun to return.</p><p>Mohammed said he agrees with integration with the national military but is unhappy to see the SDF end as an organization.</p><p>The SDF “made great sacrifices and they fought against the Islamic State,” he said. “Now, they say the name of SDF doesn’t exist any more. It is too much and it is hard.”</p><p>Residents of the formerly SDF-controlled area have also been hard hit by price increases since the central government took control and removed fuel subsidies that had formerly been in place. Protests have broken out in recent months over rising prices and deteriorating living conditions.</p><p>International community welcomes the move</p><p>But the integration of the northeast has given a major boost to al-Sharaa’s government, which has struggled to unify the country as it begins to recover from a nearly 14-year civil war. The announcement of the SDF's disbandment was praised by international players.</p><p>French President Emmanuel Macron in a statement Wednesday congratulated Syrian on the “decisive step taken yesterday in the process of the peaceful integration of the Syrian Democratic Forces (SDF) into the Syrian state.”</p><p>U.S. envoy to Syria Tom Barrack in a post on X, called Abdi’s announcement “absolutely historic” and praised “far-sighted leadership” for “transforming past division into lasting partnership and restoring to the Syrian people the opportunity to shape their common future.”</p><p>He touted al-Sharaa's pledge to recognize the Kurdish language in education and the appointment of senior SDF figures including Abdi and Elham Ahmad, who served as the SDF-linked administration’s foreign relations official, to “substantive roles” in the Syrian government. The government has not officially announced the appointments, but local media has reported that Abdi would be appointed as a presidential adviser and Ahmad as a deputy in parliament.</p><p>Nechirvan Barzani, president of northern Iraq's semi-autonomous Kurdish region, who had played a mediating role between the SDF and Damascus, welcomed the steps taken to implement the agreement between them and called for “all Kurdish parties and all components of Syrian society to support these steps and contribute to their success.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTJGBPUMDA66XNZBHTHNXBGAHQ.jpg?auth=54989e8b6fc4057dfa3d5e59761ef3160ab4d1314b37cec40118ad402c393024&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy walks past murals depicting Kurdish YPG and YPJ fighters battling Islamic State militants in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQDFAPZBEAEF52VZBJNXJGP6I4.jpg?auth=31255c6872622f08690deb9c9827039294f1c0233b591587c0f1ee880dcce2cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers formerly with the Kurdish-led Syrian Democratic Forces stand guard in Hasakah, northeastern Syria, Wednesday, Aug. 26, 2026. The force announced its dissolution Tuesday after completing its merger with the Syrian army. (AP Photo/Baderkhan Ahmad) ADDITION: Adds that the SDF announced its dissolution Tuesday after completing its merger with the Syrian army.]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWK2GOQ365ZU5VIXWKLGJM55OM.jpg?auth=b4d980b423b1a546f6fdd5b43873f129a06183057918405101c442715ff589e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A flag bearing Kurdish colors flies above a building marked "Kurdistan" as traffic moves through an intersection in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UR2AQLVKGCWIYHXULPNODGHWFU.jpg?auth=e128acd3b6836501d399d0f4b44246ce69f7c5b32e71bc7da2f2594d54c28960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents carry bags of leafy greens past produce stalls at a market in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVNMHDCFFUTKJXU6FDGE4UCNAE.jpg?auth=fb52366a9d898b9f71edf57117492773a33401625d6b876b3825252fb80cd27e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The commander of the Kurdish-led Syrian Democratic Forces Mazloum Abdi speaks during a news conference at the presidential palace in Damascus, Tuesday, Aug. 25, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content></item><item><title><![CDATA[Miami Gardens crash sends 2 adults, 2 children to hospitals]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-gardens-crash-sends-2-adults-1-child-to-trauma-centers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-gardens-crash-sends-2-adults-1-child-to-trauma-centers/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></description><pubDate>Wed, 26 Aug 2026 18:46:12 +0000</pubDate><content:encoded><![CDATA[<p>A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue. An second child was also hurt, officials later said.</p><p><a href="https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/">Leer en español</a></p><p>The crash happened just before 2 p.m. in the 17000 block of Northwest 47th Avenue.</p><p>Video from Sky 10 shows a vehicle on the sidewalk, crashed into the rear of a pickup truck with MDFR and Miami Gardens police at the scene.</p><p>According to MDFR, medics took one adult victim and one of the child victims to HCA Florida Aventura Hospital’s trauma center by ambulance.</p><p>The other adult was airlifted to Jackson Memorial Hospital’s Ryder Trauma Center, an MDFR spokesperson said.</p><p>A spokesperson later said that a second child was also hurt and taken to a local hospital by private ambulance.</p><p>One of the victims was trapped and had to be freed from the vehicle, according to MDFR.</p><p>Additional details about the victims’ conditions and what led up to the crash weren’t immediately known as of around 2:45 p.m. Wednesday.</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/RFDKZYHSVNGTBPMPR4BEJHLMEU.jpeg?auth=7892a5db3771b133b4f2031e01fcf57926fbce5c9c00aa9d92cc4def8383bb4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></media:description></media:content></item><item><title><![CDATA[NFL owners unanimously approve the sale of the Seahawks to Vinod Khosla and his family]]></title><link>https://www.local10.com/sports/2026/08/26/nfl-owners-unanimously-approve-the-sale-of-the-seahawks-to-vinod-khosla-and-his-family/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nfl-owners-unanimously-approve-the-sale-of-the-seahawks-to-vinod-khosla-and-his-family/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — NFL owners on Wednesday unanimously approved the $9.612 billion sale of the Seattle Seahawks to Vinod Khosla and his family, currently part owners of the San Francisco 49ers.]]></description><pubDate>Wed, 26 Aug 2026 21:45:34 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — NFL owners on Wednesday unanimously approved the $9.612 billion sale of the Seattle Seahawks to Vinod Khosla and his family, currently part owners of the San Francisco 49ers.</p><p>NFL Commissioner Roger Goodell congratulated the family for having “great timing” in purchasing the team that is coming off its second Super Bowl victory in franchise history.</p><p>“It’s not very often you can buy a Super Bowl championship team, but you’ve done that,” Goodell said. “Many of our members struggle to find ways to get in the Super Bowl and win a trophy and you’ll be walking into your new building shortly with a fresh, shiny trophy there for you.”</p><p>The sales agreement was announced on July 11 and awaited Wednesday's approval at a special owners meeting in Atlanta to become official. The sale was in accordance with the wishes of late team owner Paul Allen.</p><p>Vinod Khosla thanked Allen's sister, Jody Allen, and the Allen Trust “for trusting us for this franchise.”</p><p>“As Roger said, it’s pretty simple when the team is functioning as well as it is today,” Khosla said. “How often do you get to buy a franchise that just won the Super Bowl? So we are incredibly lucky and humbled by this gift, I would say, from the Allen Trust.”</p><p>Vinod Khosla is the founder of Khosla Ventures, a Silicon Valley venture capital firm. His current net worth is $13.7 billion, according to Forbes.</p><p>The Khosla family will be required to relinquish its ownership stake in the 49ers as part of the deal. Khosla joined the 49ers ownership group as a minority owner in 2025, purchasing 3.1% of the team.</p><p>Goodell said the family's experience with the 49ers was attractive to other NFL owners.</p><p>“They know our league well,” Goodell said. “As you know, they have been ownership in the NFC West with the San Francisco 49ers. They understand the passion of the NFL, they understand the 12s, they understand this Seattle community and the NFL. And so that makes this transaction particularly attractive to all of us.”</p><p>Khosla also paid tribute to the Seattle fans known as the “12s.”</p><p>“Having been to Lumen Field and watching the 12s everywhere, I do want to thank them for their passion and fervor,” Khosla said. “And the community in Seattle is incredibly valuable. So we hope we’ll engage a lot more with the community also.”</p><p>Khosla's wife, Neeru, said their son, Neal, played a role in the family's interest in buying the team. They attended Wednesday's meeting with Khosla's daughter, Nina.</p><p>“He’s been a big fan of sports, and in particular, football,” Neeru said of Neal. “... So he’s the one who actually really pushed us into doing this. He worked really hard, so I’m really proud of him.”</p><p>Vinod Khosla, who was born in India, said he was first a fan of the Pittsburgh Steelers when he moved to the United States in 1976.</p><p>“We’ve been very passionate about football for a long time,” he said. “I would say we’ve been going to home games at the 49ers since (Neal) was 5, maybe half of all home games since he was 5. And so football is definitely a passion. ... I was originally and still am a big Steelers fan. ... Little known fact, but I still watch all the Steelers games, too.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TJ5LHJO5IJ5Z36WONQ5KSJOHHM.jpg?auth=1ec33123b20040a2d1b4a35977e4270f7e3de4e0e7c6eb1f2acb958b9f400f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner's The Khosla family, and NFL commissioner Roger Goodell, Nina Khosla, left, Vinod Khosla, Neeru Khosla, and Neal Khosla pose for a portrait during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWLUZKJ3OW7NYJMJSVXA76ZH3M.jpg?auth=8b78c0d162bc9fceba6f34831b39086914abe99adc0d1d1d38bbdf31045ca0d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner's The Khosla family, Neeru Khosla, left, Vinod Khosla, center, and Neal Khosla speak during a news conference during an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWPCSR3YUZUPPJMCOQT52KQ2I4.jpg?auth=a69c7b1f0a00b6ab5b00d7acedd053238224740c7d8efac39048884ad8e5c006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner Vinod Khosla speaks during a news conference during an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Accidente en Miami Gardens deja a dos adultos y dos niños hospitalizados]]></title><link>https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un accidente automovilístico en Miami Gardens envió a tres personas, incluido un niño, a centros de trauma locales la tarde del miércoles, según Bomberos y Rescate de Miami-Dade.]]></description><pubDate>Wed, 26 Aug 2026 19:36:19 +0000</pubDate><content:encoded><![CDATA[<p>Un accidente automovilístico en Miami Gardens envió a tres personas, incluido un niño, a centros de trauma locales la tarde del miércoles, según Bomberos y Rescate de Miami-Dade. Un segundo niño también resultó herido, dijeron posteriormente los funcionarios.</p><p>El accidente ocurrió poco antes de las 2 p.m. en la cuadra 17000 de Northwest 47th Avenue.</p><p>Un video de Sky 10 muestra un vehículo sobre la acera, que chocó contra la parte trasera de una camioneta, con Bomberos y Rescate de Miami-Dade y la policía de Miami Gardens en la escena.</p><p>Según Bomberos y Rescate de Miami-Dade, los paramédicos trasladaron en ambulancia a una víctima adulta y a uno de los niños al centro de trauma del HCA Florida Aventura Hospital.</p><p>El otro adulto fue trasladado en helicóptero al Centro de Trauma Ryder del Jackson Memorial Hospital, dijo un portavoz de Bomberos y Rescate de Miami-Dade.</p><p>Un portavoz dijo posteriormente que un segundo niño también resultó herido y fue trasladado a un hospital local en una ambulancia privada.</p><p>Una de las víctimas quedó atrapada y tuvo que ser liberada del vehículo, según Bomberos y Rescate de Miami-Dade.</p><p>Hasta alrededor de las 2:45 p.m. del miércoles, no se conocían de inmediato detalles adicionales sobre el estado de las víctimas ni qué provocó el accidente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDKZYHSVNGTBPMPR4BEJHLMEU.jpeg?auth=7892a5db3771b133b4f2031e01fcf57926fbce5c9c00aa9d92cc4def8383bb4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></media:description></media:content></item><item><title><![CDATA[Milei lanza créditos hipotecarios mientras morosos piden ayuda para saldar deudas]]></title><link>https://www.local10.com/espanol/2026/08/26/milei-lanza-creditos-hipotecarios-mientras-morosos-piden-ayuda-para-saldar-deudas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/milei-lanza-creditos-hipotecarios-mientras-morosos-piden-ayuda-para-saldar-deudas/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — El gobierno de Javier Milei anunció el miércoles un plan para fomentar los créditos hipotecarios con fondos de la seguridad social en medio de un aumento de la morosidad de las familias argentinas con los bancos, atribuida principalmente a una caída de los ingresos para afrontar sus deudas.]]></description><pubDate>Wed, 26 Aug 2026 18:45:41 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El gobierno de Javier Milei anunció el miércoles un plan para fomentar los créditos hipotecarios con fondos de la seguridad social en medio de un aumento de la morosidad de las familias argentinas con los bancos, atribuida principalmente a una caída de los ingresos para afrontar sus deudas.</p><p>El ministro de Economía, Luis Caputo, informó a periodistas que un monto en pesos equivalente a los 1.300 millones de dólares del Fondo de Garantía de Sustentabilidad (FGS) —administra los recursos del sistema previsional— serán invertidos en plazos fijos de los bancos, que a cambio ofrecerán líneas de crédito para la compra de la primera vivienda.</p><p>“En Argentina cuesta desarrollar el crédito hipotecario por nuestra volatilidad histórica de políticas económicas”, sostuvo Caputo, quien detalló que este tipo de crédito equivale actualmente a 2 puntos del PIB.</p><p>El anuncio tuvo lugar en momentos en que Milei enfrenta reclamos para atender la situación de seis millones de personas que no pueden afrontar deudas contraídas con bancos y billeteras virtuales, entre otros acreedores, en un contexto de actividad económica dispar y pérdida de poder adquisitivo de los trabajadores registrados.</p><p>La línea de créditos hipotecarios beneficiará a entre 17.000 y 18.000 familias que podrán acceder a un máximo equivalente a 200.000 dólares para adquirir su primera vivienda, con tasas de interés que no podrán superar el 7,5%.</p><p>El Banco Central ha reportado un crecimiento ininterrumpido de la tasa de morosidad en los últimos 20 meses. En junio, última cifra oficial disponible, el 17,5% del crédito estaba en mora. Préstamos personales y las tarjetas de crédito explican más del 70% del saldo moroso.</p><p>El gobierno atribuyó el fenómeno a una “falta de cultura financiera” de los ciudadanos, que cuentan con nuevas fuentes de financiamiento además de los bancos, y se negó a mediar en un asunto “entre privados”.</p><p>La semana pasada, un grupo de deudores protagonizó la primera movilización en Buenos Aires para denunciar los planes de refinanciamiento que ofrecen los bancos y demás acreedores con tasas de interés que resultan impagables. Este miércoles, el oficialismo frenó varias iniciativas opositoras en la Cámara de Diputados para declarar la emergencia crediticia.</p><p>Caputo aclaró que la tasa de morosidad para créditos hipotecarios es actualmente baja (1,6%) comparada con la del resto de los deudores en mora y aclaró que el Banco Central será el encargado de supervisar a las entidades adheridas al nuevo plan.</p><p>Una dosis de justicia social</p><p>Milei, un anarco-capitalista que reniega del Estado, manifestó hace un par de días que no va a modificar el rumbo de su plan económico de austeridad con vistas a las elecciones generales de octubre, en las que buscará la reelección, a pesar de que existen temores en los mercados sobre cuánto pesará la caída en los ingresos en el apoyo al gobierno.</p><p>“El mercado le asigna una probabilidad muy baja de volver el kirchnerismo —corriente del peronismo de centro-izquierda que gobernó el país entre 2003-2015 y 2019-2023—, entre 5 y 10%. Pero tiene impacto en el riesgo país. Venezuela sería Disneylandia si se diera el escenario ese”, sostuvo Caputo.</p><p>El ministro afirmó que el plan anunciado “hace a la justicia social, nada más justo que una persona que tiene trabajo tenga acceso a una vivienda”. La justicia social, paradójicamente, es una bandera del peronismo opositor.</p><p>Caputo también destacó que ayudará a reactivar a la industria de la construcción, uno de los sectores con mayor mano de obra y que se fue golpeado por la parálisis de la obra pública dentro del plan de austeridad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KL5N2Q6C5ZQYRD5AQWGYOU5SUA.jpg?auth=8feed667ee7a8cb487b87975d16a2934314d2eaaa55b74795ac4545c5777d433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manifestantes protestan frente al Ministerio de Economía para exigir al Gobierno que tome medidas ante la crisis de la deuda de los hogares en Buenos Aires, Argentina, el jueves 20 de agosto de 2026. (Foto AP/Víctor R. Caivano)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[La lucha contra el cangrejo verde: de plaga invasora a marisco premium en Nueva Inglaterra]]></title><link>https://www.local10.com/espanol/2026/08/26/la-lucha-contra-el-cangrejo-verde-de-plaga-invasora-a-marisco-premium-en-nueva-inglaterra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/la-lucha-contra-el-cangrejo-verde-de-plaga-invasora-a-marisco-premium-en-nueva-inglaterra/</guid><dc:creator><![CDATA[Por MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[YORK, Maine, EE.UU. (AP) — Mientras la niebla matinal se disipaba sobre el río York, en Maine, Mike Masi y sus dos pasantes, de pie en un muelle, clasificaban un cargamento de uno de los cangrejos más despreciados de la región, con la esperanza de encontrar algunos que terminaran en el plato de algún gastrónomo en algún lugar de Nueva Inglaterra.]]></description><pubDate>Wed, 26 Aug 2026 18:35:35 +0000</pubDate><content:encoded><![CDATA[<p>YORK, Maine, EE.UU. (AP) — Mientras la niebla matinal se disipaba sobre el río York, en Maine, Mike Masi y sus dos pasantes, de pie en un muelle, clasificaban un cargamento de uno de los cangrejos más despreciados de la región, con la esperanza de encontrar algunos que terminaran en el plato de algún gastrónomo en algún lugar de Nueva Inglaterra.</p><p>El truco consiste en identificar a los cangrejos verdes europeos invasores que están a punto de desprenderse de su duro caparazón, dejando al descubierto un exterior más blando que tiene la textura de un sofá de cuero y que es popular en los restaurantes. Estos cangrejos verdes no solo se venden a mejor precio —Masi puede obtener 3 dólares por cangrejo en el mercado, frente a tan solo 8 centavos por uno de caparazón duro—, sino que, al capturarlos, también presta una especie de servicio al ecosistema oceánico.</p><p>“Casi todo el mundo los odia, y nosotros tratamos de convertirlos en un producto premium de mariscos”, señaló Masi, cuya empresa, shell+claw, es la única que cultiva comercialmente estos cangrejos.</p><p>Masi, un exprofesor de ciencias marinas de 45 años, forma parte de un creciente movimiento en toda Nueva Inglaterra que busca reducir el impacto destructivo de los cangrejos mediante el desarrollo de nuevos mercados. Otros incorporan cangrejos verdes en golosinas para mascotas, salsa de pescado e incluso en una línea de whisky de cangrejo verde en New Hampshire.</p><p>Los cangrejos verdes, o Carcinus maenas, llegaron desde Europa a la Costa Este en las aguas de lastre de los barcos hace cientos de años. Con poblaciones que se cuentan por decenas de millones, desplazan al cangrejo de roca del Atlántico y a las langostas jóvenes, destruyen praderas de pastos marinos y socavan las orillas de las marismas salinas. También le cuestan a la industria regional de mariscos decenas de millones de dólares cada año, ya que se alimentan de mejillones, ostras y almejas de concha blanda.</p><p>Chad Coffin, un pescador de almejas de Maine, atribuyó el drástico desplome de sus capturas a la aparición de los cangrejos verdes. Según el estado, los desembarques de almeja de concha blanda han pasado de más de 3,6 millones de kilogramos (7,8 millones de libras) de carne en 1978 a 572.644 kilogramos (1,3 millones de libras) en 2025.</p><p>El cambio climático favorece a los cangrejos</p><p>Los cangrejos verdes, conocidos por sus caparazones marrones o verdes y por tener cinco espinas a cada lado de los ojos, han aprovechado el calentamiento de las aguas oceánicas, un resultado del cambio climático impulsado principalmente por la liberación de gases de efecto invernadero producidos por la quema de carbón, petróleo y gas. Los cangrejos pueden sobrevivir a los inviernos de Nueva Inglaterra y, al mismo tiempo, prosperar en una gran diversidad de hábitats. Comen casi cualquier cosa y producen muchas crías; una hembra libera hasta 185.000 huevos una o dos veces al año.</p><p>Estas características los han convertido en una de las especies invasoras más exitosas del mundo, expandiéndose a lo largo de la Costa Oeste y hasta Alaska, y llegando a Sudáfrica, Japón, Argentina y Australia.</p><p>“Son unos bichitos realmente muy resistentes”, afirmó Carolyn Tepolt, bióloga evolutiva del Instituto Oceanográfico Woods Hole, que ha estudiado los cangrejos verdes durante dos décadas y los utiliza para entender por qué algunas especies prosperan en distintos entornos.</p><p>La pesca de cangrejo a gran escala sigue siendo esquiva</p><p>Durante la última década, la campaña de la región para combatir la invasión de cangrejos ha sido un esfuerzo de base que ha tenido un impacto mínimo en sus cifras.</p><p>Aunque una lista cada vez mayor de restaurantes y negocios de mariscos ofrece cangrejo verde, muy pocos pescadores de Nueva Inglaterra los capturan y casi no existe infraestructura para procesar los ejemplares capturados y llevarlos al mercado. Ni siquiera hay suficientes datos para mostrar cuántos cangrejos podría sostener una pesquería en Nueva Inglaterra, aunque los expertos dicen que la capacidad es mucho mayor que lo que se captura actualmente.</p><p>Marissa McMahan, vicepresidenta de pesquerías en Manomet Conservation Sciences, afirma que la gente del condado de Washington, Maine, en la frontera con Canadá, le dice que puede capturar “tantos cangrejos verdes como pueda desear”.</p><p>“Pero no pueden subirlos a un camión y llevarlos a donde realmente tienen que estar, y a menudo ese lugar es Boston o New Bedford o la ciudad de Nueva York”, explicó. “Eso es un enorme obstáculo”.</p><p>Se han dado pequeños pasos. Rhode Island aprobó una ley que ofrece una licencia de pesca de cangrejo verde por solo 10 dólares, Connecticut ahora permite que los cangrejos se vendan a restaurantes sin permisos adicionales, y Maine facilitó llevar esos crustáceos al mercado.</p><p>El problema, según muchos defensores, es la ausencia de un apoyo gubernamental significativo en Nueva Inglaterra. Solo Massachusetts ofrece incentivos para capturarlos: los pescadores reciben 40 centavos por libra además de lo que obtienen al venderlos, o poco más de 100.000 dólares al año.</p><p>Mientras tanto, el estado de Washington declaró una emergencia en 2022 y prevé gastar más de 38 millones de dólares en fondos estatales y federales hasta el año fiscal 2027 para erradicar los cangrejos. En lo que va de año, se han capturado casi 2 millones de ejemplares y, en su mayoría, se han convertido en 61.234 kilogramos (135.000 libras) de desechos que van a una empresa de fertilizantes orgánicos. La tribu indígena Shoalwater Bay y la nación Lummi también capturan cangrejos y los usan como composta.</p><p>“Varias pesquerías protegidas por tratados están en riesgo y existen hábitats críticos que son utilizados por todo tipo de especies nativas, así que nos preocupa mucho que empecemos a ver el tipo de efectos que se observaron en la Costa Este si dejamos que la población se establezca”, señaló Raquel Crosier, subdirectora del Programa de Pesca del estado.</p><p>A algunos comensales les encanta el cangrejo verde</p><p>La buena noticia en Nueva Inglaterra es que el apetito por el cangrejo verde está creciendo.</p><p>Desde 2021, los defensores han visto un aumento de más de 10 veces en los restaurantes que ofrecen este crustáceo. Algunos ponen cangrejo verde frito en sándwiches, encima de platos de pasta y en sus salsas. Muchos participan en semanas del cangrejo verde que ocurren durante la temporada de caparazón blando, que dura aproximadamente dos meses.</p><p>PAGU, un restaurante de tapas hispano-japonés en Cambridge, Massachusetts, incorpora los crustáceos al caldo de su laksa de cangrejo verde, una sopa de fideos de inspiración malasia, y, cuando hay disponibilidad, coloca un cangrejo verde de caparazón blando frito en tempura dentro de un pan al vapor llamado bao.</p><p>“Estos cangrejos son mucho más potentes en términos de sabor”, afirmó Tracy Chang, chef y propietaria de PAGU.</p><p>Al compararlos con los cangrejos real, de piedra o Jonah, añadió: “Todos tienen como un sabor a cangrejo dulce y ligero, y este tiene un sabor a cangrejo realmente rico, profundo, como exuberante”.</p><p>Sentado en el abarrotado restaurante, el doctor William Li, médico y autor, dio su primer bocado a su bao. Ácido, dulce y crujiente, con las pinzas a la vista, el plato llamó su atención porque le encanta el cangrejo.</p><p>“Es como un bocadito para elevar tu salud”, expresó Li. “Este bao de cangrejo verde fue espectacular, lleno de sabor, fácil de comer y muy sabroso”.</p><p>Sin embargo, de vuelta en el agua con Masi, da la impresión de que la captura industrial de cangrejo verde todavía está muy lejos.</p><p>El sistema de Masi requiere mucha mano de obra: su equipo revisa a mano miles de cangrejos verdes para detectar los que están a punto de mudar de caparazón. Capturados en estado salvaje, los crustáceos se almacenan en el agua. Una vez que muestran señales de muda o de que el caparazón se está abriendo, se trasladan a una red de tubos dentro de cajas para langostas.</p><p>El negocio de Masi ha crecido desde que empezó hace cinco años, pero asegura que todavía se siente como un pasatiempo que genera hasta 20.000 dólares al año. Sigue confiando en una pesquería de cangrejo verde y habla de, algún día, conseguir un barco más grande y mejorar la eficiencia. Su inspiración es una pesquería centenaria en Venecia, donde los cangrejos verdes, que son nativos de allí, son capturados por familias y fritos para preparar un plato llamado moeche, entre otras delicias.</p><p>“Soy cautelosamente optimista sobre el potencial de los cangrejos verdes”, afirmó Masi. “Estamos a un avance de convertir esto en un negocio rentable”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDLWCFRMAF652GXEMCCQVMDL3Y.jpg?auth=4e27b3c8f18c533b1d4f92a6af8fca7a949c8f3de2d0230d75d94e497f1a7f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un estudiante sostiene un cangrejo verde capturado en el río Harraseeket, el viernes 19 de junio de 2026, en Freeport, Maine. (AP Foto/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Miami-Dade woman accused of selling counterfeit luxury bags, accessories on Instagram ]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-dade-woman-accused-of-selling-counterfeit-luxury-bags-accessories-on-instagram/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-dade-woman-accused-of-selling-counterfeit-luxury-bags-accessories-on-instagram/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 36-year-old woman from Miami-Dade County has been arrested for a second time for selling counterfeit luxury bags online, authorities confirmed.]]></description><pubDate>Wed, 26 Aug 2026 16:55:53 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old woman from Miami-Dade County has been arrested for a second time for selling counterfeit luxury bags online, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/">Leer en español</a></p><p>In the latest case, Liudmila Perez-Labrada was arrested Tuesday on a charge of counterfeiting goods worth $20,000 or more. </p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Crime Stoppers received a tip in February that counterfeit items were being stored and sold at a home in the 3100 block of Northwest 81<sup>st</sup> Terrace.</p><p>A detective assigned to the case then reviewed an Instagram page called “Elegance and Glamour,” which Perez-Labrada allegedly used to sell counterfeit items, even though she was already <a href="https://www.local10.com/news/local/2025/07/11/miami-dade-woman-busted-with-1-million-in-fake-louis-vuitton-handbags-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/11/miami-dade-woman-busted-with-1-million-in-fake-louis-vuitton-handbags-deputies-say/">arrested in July 2025 for the same crime</a>, authorities said.</p><p>According to the report, a private investigator purchased a counterfeit Louis Vuitton Pochette Eva bag from the Instagram page for $211 using Zelle. </p><p>After the bag was delivered, it was sent to the senior manager of “criminal enforcement for Louis Vuitton,” who confirmed that the bag was counterfeit, the report stated.</p><p>Detectives said the real version of the bag retails for $1,460. </p><p>Over the course of the next couple of months, detectives said the private investigator purchased other counterfeit luxury items from Perez-Labrada, including a fake Gucci bag, Alo top and a Louis Vuitton bathing suit.</p><p>According to the warrant, a search warrant was obtained for Perez-Labrada’s home on July 21 and detectives executed the warrant the following day.</p><p>Detectives said a “customer” of Perez-Labrada’s was at the home when they arrived and she admitted that she was there to purchase counterfeit items that she had seen on Perez-Labrada’s Instagram page.</p><p>According to the report, detectives recovered a large haul of counterfeit items inside the home, bearing the brand names of Celine, Chanel, Louis Vuitton, Hermes, Gucci, Nike, New Balance and others. The items recovered ranged from sunglasses to jewelry, clothing and handbags, authorities said. </p><p>Deputies said Perez-Labrada also admitted to having a storage unit and a search of that revealed more counterfeit goods.</p><p>According to the report, Perez-Labrada was not arrested on the day the search warrant was executed because she had just undergone major surgery.</p><p>Detectives, however, said they informed her they would be back to arrest her at a later date and they made good on that promise on Monday.</p><p>According to the report, had the seized merchandise been authentic, the total worth would have been about $1.7 million.</p><p>As of Wednesday afternoon, Perez-Labrada was being held at the Turner Guilford Knight Correctional Center on a $7,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOMVWL625JCTDDK2B4DSJVTZX4.jpg?auth=c514370cde0d2ebea6a3ccfd8a8c6983187c65f40e7e9e42bf771ceadb6eb32c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Heat makes emergency rooms busier. Study shows which illness and injuries rise during hot spells]]></title><link>https://www.local10.com/health/2026/08/26/heat-makes-emergency-rooms-busier-study-shows-which-illness-and-injuries-rise-during-hot-spells/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/26/heat-makes-emergency-rooms-busier-study-shows-which-illness-and-injuries-rise-during-hot-spells/</guid><dc:creator><![CDATA[By SETH BORENSTEIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When the temperature heats up, so do emergency rooms, according to a massive study of Chicago hospital and urgent care records, which found increased accidental gunshot wounds, kidney complaints, skin problems, varicose veins and even mental health issues related to marijuana use.]]></description><pubDate>Wed, 26 Aug 2026 18:03:05 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When the temperature heats up, so do emergency rooms, according to a massive study of Chicago hospital and urgent care records, which found increased accidental gunshot wounds, kidney complaints, skin problems, varicose veins and even mental health issues related to marijuana use.</p><p>Northwestern University medical school researchers pored through records of 916,404 visits to hospital emergency rooms and urgent care centers in Chicago from 2011 to 2023 to see if they could spot trends in illnesses and injuries when the temperature hits 92.6 degrees (33.7 degrees Celsius) or higher. They found when it gets hot, more than a dozen broad categories of injuries and illness become more frequent, including some that most people don't associate with heat, according to the study in Wednesday's Science Advances.</p><p>While the study looked only at Chicago, outside experts said it highlights underestimated health problems and rising costs that infect much of the warming world.</p><p>“The sound of the city is the sound of ambulances,” said study senior author Dr. Abel Kho, an internal medicine professor at Northwestern. “Hot days are just like, something’s going to happen.”</p><p>How heat multiplies medical problems</p><p>“When there’s heat, there’s a much higher likelihood of people having external injuries, as well as complications of certain conditions, specifically those related to kidney disorders or things like exacerbations of drug effects, like cannabinoids,” said Kho, a former emergency room physician.</p><p>Some problems doubled, tripled or, in the case of accidental gunshot wounds, jumped more than 30-fold compared to days under 92 degrees, the study said. Unspecified injuries from assault showed an even bigger increase, the data showed.</p><p>This study “helps confirm that we’ve been underestimating health risks from heat exposures,” said Dr. Jonathan Patz, chair of health and environment at the University of Wisconsin, who wasn't part of the research.</p><p>“It also is a reminder that the price of climate change is increased illness, strain on our health care system and health care costs,” said Dr. Courtney Howard, a Canadian emergency room physician, chair of the Global Climate and Health Alliance and president-elect of the Canadian Medical Association. She was not part of the study.</p><p>Northwestern researchers looked through all the records to see what became more frequent, instead of just focusing on known heat-related problems.</p><p>“Heat-related illness is undercounted when studies only search for explicit heat codes like heat stroke,″ said Dr. Nicholas Cozzi, president-elect of the Illinois College of Emergency Physicians. He wasn’t part of the study.</p><p>Researchers found an association between high temperatures and individual medical problems, but that's not the same as a cause-and-effect, Kho said. The data had more Black people and women represented than the general population, but University of Washington climate and health scientist Kris Ebi said that's another positive part of the study because those groups are often underrepresented in medical studies.</p><p>“We know that heat waves are becoming more frequent, more intense, and lasting longer,” said study co-author Daniel Horton, a Northwestern climate scientist. “So a study like this indicates that those heat waves have real effects on people, not only on the likelihood of mortality, but of morbidity as well. So all the other things, the bad things that happen on the way up to dying, may also increase.”</p><p>The importance of taking heat seriously</p><p>Cozzi said that the study has an important message for the public: “Don’t wait for heat stroke symptoms to take heat seriously. If you have a chronic condition — kidney disease, MS, venous issues — treat extreme heat days as a trigger for extra caution, not just an outdoor-activity problem.”</p><p>Many of the diseases that saw an uptick in heat had to do with kidneys and the renal system. The skin issues are known by doctors but not often seen in non-medical literature, Kho said.</p><p>With the marijuana mental health issues, Kho said doctors have long known that when a body is “under physiologic stress, some medications will have greater effects.” That's why, he said, when it gets hot “maybe people need to be a little more careful if they’re going to be using certain things.”</p><p>Yet cardiovascular problems, which are commonly connected to heat in other studies, don't show up in this research as spiking during extra hot days. That's probably because people suffering cardiovascular issues often have other problems at the same time, such as kidney or fluid issues, that determine how their records are coded, Kho said.</p><p>Dehydration or “changes in fluid status can then contribute to cardiovascular disease as the heart works harder to pump more concentrated blood to the skin in order to support sweat-related ways to cool the body down,” Canada's Howard said.</p><p>Kho said the study had him thinking back to the nights when he worked the emergency room: “When it’s hot out, it’s going to be a busy night. That’s just how it goes.”</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WDM42ZY7QMRUGD3MIROV2F4Z7A.jpg?auth=f6a3f781a9b5202492e9daf9ff9aa22b6a471cd3eaa481a8db850d95e5daaa92&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dr. Abhishek Pranayami examines a patient suffering from a heat-related illness amid high temperatures at a district government hospital in Banda, northern Indian state of Uttar Pradesh, June 19, 2026 (AP Photo/Rajesh Kumar Singh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rajesh Kumar Singh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5J7ZICQWJMFATJCBABBMDQT7WI.jpg?auth=5b1dbc311efb0e7805845b861628b47d776f92d8b89873488e81bf805c51aa21&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A construction worker hydrates at the Shedd Aquarium, Aug. 27, 2024, on a hot day in Chicago. (AP Photo/Charles Rex Arbogast, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Rex Arbogast</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q5JYMWNAWCA6SXM6S3LMOALZYU.jpg?auth=d531c6a3693b83f3144303c3a8e52cc9b87f7d36e14bb7068042b79a06685970&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman cools off under a umbrella during hot weather at Montrose beach in Chicago, July 15, 2026. (AP Photo/Nam Y. Huh, File)]]></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/2KODVG2TVB7KRMHLWMGV4DWMCM.jpg?auth=4b7099d5433256a68133cef09641c2c31dd09bc183227ae8245b2845258b85ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A person cools off in front of a Chicago Fire Department during a hot weather day in Chicago, June 30, 2026. (AP Photo/Nam Y. Huh, File)]]></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/AF33ZLF5R6G3BV6WVBJPTFT5YI.jpg?auth=102ea89d727eb0b5aecd0c296d541ab3df455bc83d1fde48c4361d482280baea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Volunteers from Saint Sabina Church climb aboard a bus to distribute bottles of cold water at a busy South Side intersection in Chicago, Aug. 27, 2024. (AP Photo/Teresa Crawford, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Teresa Crawford</media:credit></media:content></item><item><title><![CDATA[Red argentina de víctimas de abuso clerical rechaza la próxima visita del papa León XIV]]></title><link>https://www.local10.com/espanol/2026/08/26/red-argentina-de-victimas-de-abuso-clerical-rechaza-la-proxima-visita-del-papa-leon-xiv/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/red-argentina-de-victimas-de-abuso-clerical-rechaza-la-proxima-visita-del-papa-leon-xiv/</guid><dc:creator><![CDATA[Por ALMUDENA CALATRAVA, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — La mayor organización argentina de víctimas de abuso clerical rechazó la visita que realizará el papa León XIV al país en un duro comunicado en el que acusó al Vaticano de encubrir a los perpetradores.]]></description><pubDate>Wed, 26 Aug 2026 17:59:12 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — La mayor organización argentina de víctimas de abuso clerical rechazó la visita que realizará el papa León XIV al país en un duro comunicado en el que acusó al Vaticano de encubrir a los perpetradores.</p><p>La Red de Sobrevivientes de Abusos Eclesiásticos manifestó su oposición a la visita papal que tendrá lugar en noviembre y afirmó que no tiene “ninguna intención” de reunirse con el pontífice en un comunicado difundido la tarde del martes.</p><p>El grupo agregó que todas las promesas realizadas por la iglesia y “la mencionada ‘Tolerancia Cero’ a los abusos” que planteó el anterior papa, el argentino Jorge Bergoglio, “son el verdadero humo blanco del Vaticano: una verdadera cortina de humo para seguir encubriendo y ocultando”.</p><p>Además indicó que a fines de 2025 envió a la Comisión Pontificia para la Protección de Menores un informe con un listado de supuestos abusadores y denuncias sobre la falta de acciones concretas de la Iglesia para reparar los daños causados. Señaló que no obtuvo respuesta y que por ello “es lógico pensar que no hay un verdadero interés en tratar el tema y que continúan con el negacionismo ante los abusos”.</p><p>Al ser consultado por The Associated Press sobre el comunicado de la Red, un referente de la Conferencia Episcopal Argentina —que pidió no ser identificado porque porque no se refiere públicamente a estas temáticas— se limitó a responder el miércoles que “respetamos todas las opiniones”.</p><p>En su visita a España en junio el papa León XIV pidió a la jerarquía católica que brinde reparación a las víctimas de abusos sexuales cometidos por miembros del clero y que aborde la crisis con transparencia.</p><p>León XIV recibirá el jueves en el Vaticano a las máximas autoridades del obispado argentino para pulir los detalles de la visita que realizará al país entre el 8 y el 11 de noviembre en el marco de su primer viaje a Latinoamérica que incluirá también a Uruguay y Perú.</p><p>Falta de castigos ejemplares, entre las críticas</p><p>La Red de Sobrevivientes, que agrupa a víctimas y cuenta con asesores legales y acompañantes psicológicos, exigió que "los delincuentes por pederastia de la Iglesia católica no tengan los privilegios que ostentan impunemente”.</p><p>Una de las críticas recurrentes de las víctimas argentinas al Vaticano es la falta de severos castigos eclesiásticos para los sacerdotes con condenas firmes por abuso como Julio Grassi, quien se hizo muy popular en la década de 1990 por administrar hogares para menores sin recursos.</p><p>La Corte Suprema argentina ratificó en 2017 la condena a 15 años de prisión en su contra por el abuso de un menor, pero hasta ahora el Vaticano no ha informado públicamente si ha dispuesto su expulsión o dimisión del estado clerical. Varios medios de prensa argentinos divulgaron que Grassi sigue dando misa a reclusos de la cárcel adonde está confinado en la provincia de Buenos Aires.</p><p>Los críticos también cuestionan la falta de transparencia del Vaticano sobre el resultado de los procesos que sigue a sacerdotes e integrantes de la alta jerarquía eclesiástica condenados por la justicia penal.</p><p>En su comunicado, el grupo argentino destacó la adhesión de pares de Europa y del continente americano como la Red de Sobrevivientes de Chile y la Red de Sobrevivientes de Abuso Sexual Clerical de Colombia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RS2JIMYMALZQSB4ABVKLEJGC7E.jpg?auth=99a6eb286f6631c0d9f72c255eaaea05ccd209169f0715c64f4232cfacc93a5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una pancarta del papa León XIV cuelga en el exterior de la iglesia de San Cayetano durante la peregrinación anual en honor a San Cayetano, patrón del trabajo, en Buenos Aires (Argentina), el viernes 7 de agosto de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Ukraine's president coos over a puppy, starting a new volley in his war of visuals against Russia]]></title><link>https://www.local10.com/news/world/2026/08/26/ukraines-president-coos-over-a-puppy-starting-a-new-volley-in-his-war-of-visuals-against-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/ukraines-president-coos-over-a-puppy-starting-a-new-volley-in-his-war-of-visuals-against-russia/</guid><dc:creator><![CDATA[By LAURIE KELLMAN and VOLODYMYR YURCHUK, Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — Wait. President Volodymyr Zelenskyy, Ukraine's war chief, holding a puppy?]]></description><pubDate>Thu, 27 Aug 2026 00:30:07 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — Wait. President Volodymyr Zelenskyy, Ukraine's war chief, holding a puppy?</p><p>Yes, and it's no accident. In a collision of dog lovers, sports and ongoing war with Russia, the Ukrainian president was seen on video Tuesday as never before — cuddling and cooing over a floppy, 3-month-old American pit bull terrier, handed to him by U.S. former boxer Terence Crawford.</p><p>The cute and fluffy scene in Zelenskyy's office in Kyiv was the latest volley in a deadly serious battle of visuals that runs in parallel to Ukraine's fight against Russia's brutal four-year invasion.</p><p>Crawford, a longtime supporter of Ukraine and a devotee of the American pit bull terrier, came forward and handed a reddish-yellow puppy to Zelenskyy.</p><p>And for a few minutes in Kyiv, cultures, death and geopolitics yielded to the power of sweetness and puppy love, as well as the symbolism of resilience and protection.</p><p>A happy, floppy puppy belies a more serious backdrop</p><p>It's a truism of the political world: If you want a friend, get a dog. Zelenskyy, weighed down by war and scandal, seemed to have found both in the light-eyed puppy that melted into his chest.</p><p>The president smiled and cooed something into the dog's fur. He cradled her as he was told the pup's name is Freya — after Zelenskyy's pet project, Freyja, Ukraine's proposed missile defense system with European allies.</p><p>He was further informed that Freya's grandfather survived the devastating Russian siege of Bucha in 2022. Zelenskyy cuddled the pup close as they posed for photos. She appeared to relax, letting two white-tipped paws dangle from Zelenskyy's arms.</p><p>“The president said he would accept” Freya, said Vadym Danylchenko, adviser to the minister of youth and sports in Ukraine, who helped organize the visit.</p><p>Politically and culturally, it might have been problematic to refuse. Animals have become a symbol of the nation's forbearance during the four-year war. One mural in a Kyiv park immortalizes a Jack Russell terrier named Patrone who is renowned for assisting mine-clearing teams in the northern Chernihiv district and became a mascot for Ukraine’s emergency services. Zelenskyy awarded him a state medal. UNICEF recognized the pup as the first “Goodwill AmbassaDOG.”</p><p>Another mural depicts volunteer fighter Oleksii Movchan, holding a gray-and-white cat. He and three fellow soldiers rescued 11 civilians and the cat in the eastern Donetsk region shortly before being killed by Russian shelling in 2022.</p><p>Stories abound of others going to great lengths to rescue Ukraine's animals during the Russian invasion, including one Ukrainian woman who worked to save hundreds from the war by shipping some to safer western Ukraine and others overseas.</p><p>The politics of nations hovers</p><p>Then there's the fraught matter of American support for Ukraine. Zelenskyy was famously dressed down by U.S. President Donald Trump and Vice President JD Vance last year in the Oval Office, though the leaders have appeared to have mended fences since then. But in Zelenskyy's office on Tuesday, an American sports hero was handing him an American dog breed. Zelenskyy embraced the love.</p><p>Freya is the granddaughter of Athos — a dog who survived the Russian brutality in Bucha and was found on the street where Ukrainian forces destroyed a large Russian convoy, Danylchenko told The Associated Press in an interview.</p><p>Through rescuers, Athos made his way to Crawford's friend Francisco Lopez, a professional breeder and longtime Ukraine supporter in America. Athos' daughter had been left behind in Ukraine. Lopez flew an unrelated male dog to Ukraine to mate with Athos' daughter. She gave birth to Freya.</p><p>The puppy's name has a particular resonance in Ukraine. European nations are developing the antiballistic missile defense system with Ukraine amid shortages, particularly of American-made Patriot interceptors. Patriot interceptors are in shorter supply as the U.S. and Israeli war against Iran continues to rage, and Trump last month appeared to back away from a recent commitment to give Ukraine a license to produce them.</p><p>“Terence really wanted to give the president this particular female puppy,” said Danylchenko, who said he wasn't initially supportive of giving the president a gift laden with such responsibility.</p><p>“They named her Freya. Obviously, from the perspective of our country's future, this was important,” he added. “This little girl is a symbol of the fact that her grandfather survived and was a direct witness to the events in Bucha. So it was very symbolic for them.”</p><p>___</p><p>Kellman reported from London.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/K4CO5YFU4ET5QPEMGU4EZCONS4.jpg?auth=b9390d3af71c034ee051bb29bcc3841ff31df42c36f5cf0acaffdf8730f5f23c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Presidential Press Office, Ukrainian President Volodymyr Zelenskyy holds a special gift from American boxer Terence Crawford - an American Pit Bull Terrier puppy named Freya, linked to the Ukrainian air defense system FREYJA, which is currently in development, in Kyiv, Ukraine, Tuesday, Aug. 25, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JCZXQX2KAGWUMM5LM5RQZAL4KA.jpg?auth=d0d66c0d00f90d387b7bab18e081b0d76360d34c6a301108621535e7ed63566f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Presidential Press Office, Ukrainian President Volodymyr Zelenskyy, holds a puppy of American pit bull terrier named Freya, given to him by former American boxer Terence Crawford after their meeting in Kyiv, Ukraine, Tuesday, Aug. 25, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/NCV2U6TSWSQB6MM6VPLWABSCEY.jpg?auth=e2413a379fea5dc278671128397e07862c36cbd94226c30318b30e16c136bdd2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by the Ukrainian Presidential Press Office, Ukrainian President Volodymyr Zelenskyy, right, shakes hands with boxer Terence Crawford in Kyiv, Ukraine, Tuesday, Aug. 25, 2026. (Ukrainian Presidential Press Office via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">XEL101</media:credit></media:content></item><item><title><![CDATA[3 detained after police pursuit ends in Fort Lauderdale, police say]]></title><link>https://www.local10.com/news/local/2026/08/25/3-detained-after-police-pursuit-ends-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/3-detained-after-police-pursuit-ends-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Three people were taken into custody Tuesday after a police chase involving Fort Lauderdale police officers and Broward Sheriff’s Office deputies, authorities said.]]></description><pubDate>Tue, 25 Aug 2026 16:52:59 +0000</pubDate><content:encoded><![CDATA[<p>Three men were taken into custody Tuesday after a police chase involving Fort Lauderdale police officers and Broward Sheriff’s Office deputies, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/25/detienen-a-tres-personas-tras-persecucion-policial-que-termino-en-fort-lauderdale-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/detienen-a-tres-personas-tras-persecucion-policial-que-termino-en-fort-lauderdale-segun-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, an officer located a vehicle at approximately 11:30 a.m. that had just been involved in a “felony incident” in Pompano Beach.</p><figure><img src="https://www.local10.com/resizer/v2/KUJTVP5HO5CUROLCIPTDK2FXIM.jpg?auth=bf2bcf4a52339884cf9502b0a1ce692347e0f38c6b5acd7511e699481336ffb1&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said the vehicle had previously fled from BSO deputies.</p><p>A Fort Lauderdale officer attempted to conduct a traffic stop, but the driver refused to pull over, prompting officers to initiate a pursuit, according to FLPD.</p><p>BSO deputies and the agency’s Aviation Unit later joined the pursuit.</p><p>Authorities said the chase came to an end in the 1600 block of West Sunrise Boulevard after Fort Lauderdale police deployed a grappler, a device designed to help officers stop fleeing vehicles.</p><p>Police said three men “immediately bailed out of the vehicle” and ran from the scene.</p><p>All three were taken into custody a short time later, according to FLPD.</p><p>They were identified Tuesday as Claudin Butler, 45; Antonio Retcho, 35; and DeWantres McCray, 42.</p><p>Authorities have not released details about the felony incident in Pompano Beach that preceded the pursuit.</p><p>BSO is taking the lead on the investigation.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5OUBNV37PVAUPOT6Q2TJUIFNLM.jpeg?auth=5217822cd0666e3e09019599e740f022c9c6a847161ca128bacad34a36c910a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Gogel suspended 6 months for betting on golf tournaments he wasn't playing]]></title><link>https://www.local10.com/sports/2026/08/26/gogel-suspended-6-months-for-betting-on-golf-tournaments-he-wasnt-playing/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/gogel-suspended-6-months-for-betting-on-golf-tournaments-he-wasnt-playing/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Matt Gogel has been suspended for six months for betting on golf. The PGA Tour said Wednesday none of the wagers were for tournaments he was playing.]]></description><pubDate>Wed, 26 Aug 2026 17:51:49 +0000</pubDate><content:encoded><![CDATA[<p>Matt Gogel has been suspended for six months for betting on golf. The PGA Tour said Wednesday none of the wagers were for tournaments he was playing.</p><p>Gogel, whose best finish on the PGA Tour Champions this year was a runner-up in the Senior British Open, will be eligible to return on Feb. 22, 2027.</p><p>Gogel, 55, called it an honest mistake.</p><p>“In 2024 and 2025, I unknowingly violated the PGA Tour policy by placing small, recreational wagers on golf,” Gogel said in a statement provided by the tour. “I want to be clear that these wagers were not placed on regular PGA Tour events, PGA Tour Champions events or any tournament in which I participated.”</p><p>The tour did not disclose details of his violation, though his statement would indicate the wagers involved major championships.</p><p>Gogel, who grew up in Kansas, was best known on the PGA Tour for shooting 40 on the back nine in 2000 when Tiger Woods overcame a seven-shot deficit in the final seven holes at the AT&T Pebble Beach Pro-Am for his sixth straight victory.</p><p>Gogel atoned for that two years later by winning at Pebble Beach, his lone PGA Tour title. He worked briefly for Golf Channel and CBS, returning to competition when he turned 50 and became eligible for the PGA Tour Champions.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6AQ4AZNTRUDKYJEMD4JNZFBR5Q.jpg?auth=9756edfa6c4f2f291c0b583aebedfa1e11da701c32e371ee2c4b890d7ea5f80f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Matt Gogel watches his shot off the second tee during the first round of the PGA Tour Champions Principal Charity Classic golf tournament, Friday, June 3, 2022, in Des Moines, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[At FIU, DeSantis introduces new emergency management head]]></title><link>https://www.local10.com/news/local/2026/08/26/at-fiu-desantis-introduces-new-emergency-management-head/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/at-fiu-desantis-introduces-new-emergency-management-head/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[Gov. Ron DeSantis was at Florida International University on Wednesday, introducing Jared Perdue, who was named the new head of the Division of Emergency Management the week prior.]]></description><pubDate>Wed, 26 Aug 2026 16:49:59 +0000</pubDate><content:encoded><![CDATA[<p>Gov. Ron DeSantis was at Florida International University on Wednesday, introducing Jared Perdue, who was named the new head of the Division of Emergency Management the week prior.</p><p><a href="https://www.local10.com/espanol/2026/08/26/desantis-presenta-en-fiu-a-nuevo-director-de-manejo-de-emergencias/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/desantis-presenta-en-fiu-a-nuevo-director-de-manejo-de-emergencias/">Leer en español</a></p><p>Perdue currently runs the Florida Department of Transportation. For now, it appears Perdue will lead both FDOT and FDEM. </p><p>He also most recently took up the fight to get rid of rainbow crosswalks across the state.</p><p>Perdue is taking over for Kevin Guthrie. DeSantis did not say whether Guthrie resigned on his own or if he was asked to leave after being named Lt. Gov. Jay Collins’ running mate.</p><p>Perdue said today that Florida is a leader in emergency response, and he will continue working to keep it that way.</p><p>“There’s been a lot of questions, are you still doing transportation, well you heard from the governor ― yes we have a very well-oiled machine, and a lot of great people at FDOT,“ he said. ”We are going to continue that operation, and the good news is FDOT and the Division of Emergency Management have been working shoulder-to-shoulder for years responding to natural disasters and those other things that pop up like wildfires, so we are well-prepared and we are going to continue to serve.”</p><p>The reason they hosted the news conference at FIU is because DeSantis also announced a new program there that will train the next generation of emergency management workers for the state.</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[Driver dies after crashing pickup truck into storefront in Miami Springs, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/26/driver-dies-after-crashing-pickup-truck-into-storefront-in-miami-springs-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/driver-dies-after-crashing-pickup-truck-into-storefront-in-miami-springs-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A driver has died after crashing his pickup truck into a storefront in Miami Springs early Wednesday morning, authorities confirmed to Local 10 News.]]></description><pubDate>Wed, 26 Aug 2026 13:22:42 +0000</pubDate><content:encoded><![CDATA[<p>A driver has died after crashing his pickup truck into a storefront in Miami Springs early Wednesday morning, authorities confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the crash was reported just before 2:30 a.m. in the area of Northwest 36<sup>th</sup> Street and Lee Drive.</p><p>Deputies said Miami Springs police officers responded to the scene and discovered the driver, Reginald Devon Faulks, 47, was heading west on Northwest 36<sup>th</sup> Street, approaching Lee Drive, when the vehicle “traveled toward the right shoulder, entered the sidewalk, and struck a business storefront.”</p><figure><img src="https://www.local10.com/resizer/v2/PY2RSUQURZBJ3GQXW672VG3Y64.jpeg?auth=fcbfaab5aef88f8456bf5936b34059ac8ab28d279b7be2951a994bc7649fc36f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Miami-Dade Fire Rescue crews also responded and transported Faulks to Jackson Memorial Hospital’s Ryder Trauma Center, where he was pronounced dead, deputies said.</p><p>MDSO officials confirmed that detectives from their Traffic Homicide Bureau have assumed the investigation.</p><p>The circumstances leading up to the crash remain under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item></channel></rss>