<?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 17:40:38 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Man attacks victim with glass, metal bottles after hurling racial slurs at him in North Miami Beach, police say ]]></title><link>https://www.local10.com/news/local/2026/08/27/man-attacks-victim-with-glass-metal-bottles-after-hurling-racial-slurs-at-him-in-north-miami-beach-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/man-attacks-victim-with-glass-metal-bottles-after-hurling-racial-slurs-at-him-in-north-miami-beach-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man was arrested Thursday after North Miami Beach police said he used racial slurs before attacking another man with a glass beer bottle and then following him into a bathroom and repeatedly striking him with a metal water bottle.]]></description><pubDate>Thu, 27 Aug 2026 17:40:10 +0000</pubDate><content:encoded><![CDATA[<p>A man was arrested Thursday after North Miami Beach police said he used racial slurs before attacking another man with a glass beer bottle and then following him into a bathroom and repeatedly striking him with a metal water bottle.</p><p>Lesmar Roberto Cruzata Vidal, 32, of Hialeah, was arrested on a charge of aggravated battery with a weapon with prejudice, according to an arrest report.</p><p>Police said the attack happened shortly before 1:30 a.m. at a home in the 16800 block of Northeast Fourth Court that police said was operating as a hostel.</p><p>According to the report, responding officers arrived at the scene to find Cruzata Vidal and the victim standing outside the home.</p><p>The victim told police he had been living at the hostel for about six months and had returned roughly 10 to 15 minutes before the confrontation. He said he was leaving to walk to a nearby liquor store when he saw Cruzata Vidal loitering in the parking lot.</p><p>According to the arrest report, the victim said Cruzata Vidal called out “Yo, n****, yo n****,“ without provocation.</p><p>The victim asked whether Cruzata Vidal was speaking to him, and Cruzata Vidal confirmed that he was, the report stated.</p><p>According to the report, an argument followed and Cruzata Vidal allegedly struck the victim in the face with a glass beer bottle.</p><p>Police said the victim suffered a severe, deep laceration to his right cheek.</p><p>The victim told investigators he pushed Cruzata Vidal away and ran inside the home, where he asked other residents to call 911.</p><p>He then went into a bathroom to clean his face, according to the report.</p><p>Police said Cruzata Vidal followed the victim into the bathroom and struck him in the face approximately 10 times with a metal water bottle.</p><p>The second attack left the victim with a large abrasion in the center of his forehead that broke the skin, along with visible swelling, according to investigators.</p><p>Officers said they found a trail of blood leading to the bathroom where the victim said the second attack occurred.</p><p>Multiple witnesses declined to identify themselves or provide written statements but told officers that Cruzata Vidal was the primary aggressor, according to the report.</p><p>Police said Cruzata Vidal told officers he had never met the victim and claimed the victim approached and struck him without provocation.</p><p>Police described Cruzata Vidal as “extremely confrontational and inebriated” and said officers were unable to obtain a consistent account from him. Officers also noticed a laceration on his left hand, the report noted.</p><p>Cruzata Vidal was taken to Jackson West Medical Center for medical clearance before being transported to the Turner Guilford Knight Correctional Center.</p><p>Police collected the broken glass bottle and metal water bottle as evidence.</p><p>According to the arrest report, the aggravated battery charge includes a prejudice enhancement because of the racial slurs police said Cruzata Vidal used before the attack.</p><p>As of Thursday afternoon, Cruzata Vidal remained held at TGK. Online jail records listed his bond 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/P22E5SHERVEYFO6XCA7NRTR75M.jpg?auth=f4486057fde013e7c42ec28d5c7647eed9e275e0c2ac226821b118672813899c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía pide “extrema precaución” después de que cocodrilo mata a perro en South Miami]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi]]></dc:creator><description><![CDATA[La policía de South Miami está advirtiendo a residentes y visitantes que tengan “extrema precaución” después de que, según informaron, un cocodrilo atacó y mató a un perro este jueves.]]></description><pubDate>Thu, 27 Aug 2026 16:07:13 +0000</pubDate><content:encoded><![CDATA[<p>La policía de South Miami está advirtiendo a residentes y visitantes que tengan “extrema precaución” después de que, según informaron, un cocodrilo atacó y mató a un perro este jueves.</p><p>La policía dijo que el ataque mortal fue reportado en la cuadra 6200 de Southwest 64th Court. Hasta el momento, no han divulgado información sobre el perro.</p><p>Indicaron que se pide a residentes y visitantes del área de South Miami que mantengan a niños y mascotas alejados de canales, vías fluviales, estanques y otras áreas donde pueda haber un cocodrilo.</p><p>La policía también advirtió al público que no se acerque, alimente, acose ni intente capturar a un cocodrilo que se encuentre cerca.</p><p>Los cocodrilos están protegidos por las leyes de Florida y federales.</p><p>Cualquier persona que vea al animal debe mantener una distancia segura y reportar el avistamiento a las autoridades de vida silvestre correspondientes, dijo la policía.</p><p>La policía también pidió a los residentes que compartan la advertencia con sus vecinos, particularmente con aquellos que tienen mascotas y viven o caminan por el área.</p><p>Los residentes o visitantes que tengan inquietudes sobre un cocodrilo en su área pueden comunicarse con la Comisión de Conservación de Pesca y Vida Silvestre de Florida al 866-392-4286.</p>]]></content:encoded></item><item><title><![CDATA[Trump signs order renaming Lake Ontario as 'Lake America' in the United States]]></title><link>https://www.local10.com/news/politics/2026/08/27/trump-signs-order-renaming-lake-ontario-as-lake-america-in-the-united-states/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/trump-signs-order-renaming-lake-ontario-as-lake-america-in-the-united-states/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the United States as he exacerbates his trade war with Canada.]]></description><pubDate>Thu, 27 Aug 2026 17:34:29 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday he is renaming Lake Ontario to be known as “Lake America” in the United States as he exacerbates his trade war with Canada.</p><p>The Republican president signed an executive order in the Oval Office that updated the lake's name for the U.S. geographic naming service. Trump cannot force Canada to follow his preferred naming convention, however.</p><p>The move is reminiscent of his move last year to rename the Gulf of Mexico as the “Gulf of America”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BTNVTSY7KOVOISRG6LUBIBY5BI.jpg?auth=a7f74683de713e363c34ad41865a447f9b738931bc547a2c0b65aa203b1b9ecb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens to a question from a reporter in the Oval Office of the White House, Thursday, Aug. 27, 2026, in Washington. (AP Photo/Manuel Balce Ceneta)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5ZZNP5TO2ZXXFQFBVFBR6O7OOY.jpg?auth=ca8719f7e6cdab2f2216e5946627c04e1f7f49750107ce29d9ce373d3a59d5fe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[City Councillor Renaldo Agostino looks at the Detroit skyline across the Detroit River Monday, Aug. 24, 2026, in Windsor, Ontario (AP Photo/Mike Householder)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Householder</media:credit></media:content></item><item><title><![CDATA[Peter Cullen, prolific voice actor who gave Optimus Prime his authoritative baritone, has died]]></title><link>https://www.local10.com/entertainment/2026/08/27/peter-cullen-prolific-voice-actor-who-gave-optimus-prime-his-authoritative-baritone-has-died/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/27/peter-cullen-prolific-voice-actor-who-gave-optimus-prime-his-authoritative-baritone-has-died/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Peter Cullen, a prolific voice actor who enlivened scores of TV series, specials and movies, including Optimus Prime in the syndicated 1984 series “Transformers” and Eeyore in the Winnie the Pooh cartoon franchise, has died. He was 85.]]></description><pubDate>Thu, 27 Aug 2026 17:31:55 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Peter Cullen, a prolific voice actor who enlivened scores of TV series, specials and movies, including Optimus Prime in the syndicated 1984 series “Transformers” and Eeyore in the Winnie the Pooh cartoon franchise, has died. He was 85.</p><p>His agent, Kevin Motley, said Cullen died Wednesday at his home in Los Angeles. “His family asks that you honor his remarkable legacy by serving your communities and leading others with compassion, integrity, and loyalty and always remember 'be strong enough to be gentle,'" said a family statement.</p><p>Cullen's career spanned from being an announcer at the groundbreaking late-1960s comedy and variety series “The Smothers Brothers Comedy Hour” to “The Smurfs” and multiple G.I. Joe iterations, but he struck a nerve as Optimus Prime.</p><p>While the original cartoon ran just a few years, it left an indelible mark on pop culture, with a toy line, spinoff cartoon series and comics produced over the next two decades. That culminated in the launch of a multibillion-dollar, live-action film franchise in 2007 by Michael Bay.</p><p>Before his audition, Cullen only knew that he would be reading for the part of a truck, though giving voice to a vehicle didn’t seem that crazy. “You’re always auditioning for something in animation that’s a little off of the norm,” Cullen told the AP in 2019.</p><p>When Cullen read about the heroic Autobot leader that turned into a red cabover semitrailer, he thought about his older brother, who had served as a U.S. Marine in the Vietnam War.</p><p>“He was my hero, and he certainly was the mainstay behind the character,” Cullen said. “I just did an impression of Larry, and he’s still alive in my mind today because every time I do Prime, there’s my brother Larry.”</p><p>Cullen’s authoritative baritone as Optimus Prime also appeared in 2009's “Transformers: Revenge of the Fallen” through “Dark of the Moon,” “Age of Extinction,” “The Last Knight,” “Bumblebee” and "Rise of the Beasts” in 2023.</p><p>His thoughtful, almost operatic lines would be quoted for decades by kids and adults alike: “I am Optimus Prime, and I send this message to any surviving Autobots taking refuge among the stars: We are here. We are waiting,” he said in the first movie. In another, he intoned: “Fate rarely calls upon us at a moment of our choosing.”</p><p>Other highlights from Cullen's prolific career include voicing Eeyore across various “Winnie-the-Pooh” projects, including Disney’s “The New Adventures of Winnie the Pooh” TV series that aired from 1988-91, as well as voicing the villainous KARR opposite KITT in the 1980s NBC series “Knight Rider,” and lending his pipes to King Kong in the Jeff Bridges-led “King Kong” remake in 1976.</p><p>Cullen would attend conventions around the country to meet with fans from multiple generations, often getting teary. He said parents sometimes got more excited than their children meeting him.</p><p>“I expect that I will run into a father with his son, and the father will more than likely get choked up,” Cullen said before MegaCon Orlando in 2019. “And then I get choked up, and then the kid is saying ‘What are these two grown men getting choked up about?’”</p><p>Cullen is survived by his four children, Angus, Claire, Pilar and Clay.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JYUPENFHNSCWPE7SONQ5ZAZB64.jpg?auth=ef5cf7651fed1cfdd1fa88f04d00b01f5343e8b584697ae0a1963a3868386aa1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Cullen attends The Paley Honors: A Gala Tribute to Hasbro's Centennial in New York on Oct. 23, 2023. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZ3Y35A3MG3YSWF7EQ4RMY4UZE.jpg?auth=c1e6ad618b432a7b9648ffa2e6dd73a99874d5e1a47c74bf06ff0d4c89155fe6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Peter Cullen appears at the Comic-Con Fan Expo in Rosemont, Ill., on Aug. 18, 2024. (Photo by Rob Grabowski/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rob Grabowski</media:credit></media:content></item><item><title><![CDATA[Police urge ‘extreme caution’ after crocodile kills dog in South Miami ]]></title><link>https://www.local10.com/news/local/2026/08/27/police-urge-extreme-caution-after-crocodile-kills-dog-in-south-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/police-urge-extreme-caution-after-crocodile-kills-dog-in-south-miami/</guid><dc:creator><![CDATA[Ryan Mackey, Hannah Yechivi]]></dc:creator><description><![CDATA[South Miami police are warning residents and visitors to use “extreme caution” after they said a crocodile attacked and killed a dog Thursday.]]></description><pubDate>Thu, 27 Aug 2026 15:40:25 +0000</pubDate><content:encoded><![CDATA[<p>A crocodile killed a family’s 9-year-old Dutch Shepherd after entering a backyard in South Miami early Thursday, according to the dog’s owner.</p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-pide-extrema-precaucion-despues-de-que-cocodrilo-mata-a-perro-en-south-miami/">Leer en español</a></p><p>The owner told Local 10’s Hannah Yechivi that he let his three dogs outside around 8 a.m., as he does each morning, when the crocodile entered the property and attacked Kygo, the larger dog.</p><p>The owner said he spent about 10 minutes trying to fend off the crocodile and save his dog. The crocodile ultimately killed Kygo and dragged him toward a nearby pond, he said.</p><figure><img src="https://www.local10.com/resizer/v2/HWYMHLOKWVFGLFY2YLLPNPKJWA.jpg?auth=620725a7785369ab0ec8dc5fbe847c06451f1e957367383d21bb0601f478780d&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The owner, who described Kygo as a family member, was able to photograph the crocodile shortly after the attack.</p><p>South Miami police detectives and a sergeant were investigating at the scene Thursday to determine how the crocodile entered the property. </p><p>The owner told Yechivi that he was familiar with crocodiles in the area because he regularly kayaks nearby, but he never expected one to enter his backyard and attack his dog.</p><p>Police said residents and visitors in the South Miami area are urged to keep children and pets away from canals, waterways, ponds and other areas where a crocodile may be present. </p><p>They also warned the public not to approach, feed, harass or attempt to capture a nearby crocodile.</p><p>Crocodiles are protected under Florida and federal law. </p><p>Anyone who spots the animal should maintain a safe distance and report the sighting to the appropriate wildlife authorities, police said.</p><p>Police also urged residents to share the warning with neighbors, particularly those who have pets and live or walk in the area.</p><p>Residents or visitors with concerns about a crocodile in their area can contact the Florida Fish and Wildlife Conservation Commission at 866-392-4286. </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[Deputies: Man caused fatal crash while ‘under the influence of both alcohol and marijuana’ in Miami-Dade]]></title><link>https://www.local10.com/traffic/2026/08/27/deputies-man-caused-fatal-crash-while-under-the-influence-of-both-alcohol-and-marijuana-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/27/deputies-man-caused-fatal-crash-while-under-the-influence-of-both-alcohol-and-marijuana-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 34-year-old man faced charges on Friday in Miami-Dade County after deputies accused him of causing a fatal crash while under the influence of both alcohol and marijuana, records show.  ]]></description><pubDate>Thu, 27 Aug 2026 16:47:02 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old man faced charges on Friday in Miami-Dade County after deputies accused him of causing a fatal crash while under the influence of both alcohol and marijuana, records show. </p><p>Miami-Dade Sheriff’s Office deputies arrested Kareem Johnson at 12:20 a.m. on Thursday in the Gladeview-West Little River area, according to a deputy’s arrest report. </p><p>Johnson, of Fort Lauderdale, “failed to stop at a red light and struck the side of the victim’s vehicle” on May 9 in the Brownsville neighborhood, according to deputies.</p><p>MDSO deputies and Miami-Dade Fire Rescue personnel responded to the crash shortly after 9 p.m. on May 9 at Northwest 22 Avenue and 50th Street. MDFR personnel pronounced a man dead. </p><p>Prosecutors filed the felony case against Johnson on July 30, and a judge issued a warrant for his arrest, according to Miami-Dade County court records. </p><p>Miami-Dade corrections booked Johnson shortly after 3:10 p.m. on Thursday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Johnson faced charges of vehicular homicide and DUI manslaughter. He was denied bond. Miami-Dade County Circuit Judge Lody Jean was set to preside over the case. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RTQHMSPV5NDDLHZH6OFRT5VTXI.jpg?auth=ef235036946110c7a4395d409fee6a9b0e663b52ad636796384fe132aa053873&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade corrections booked Kareem Johnson on Thursday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Man accused of drunk driving in crash that killed sleeping 82-year-old faces judge ]]></title><link>https://www.local10.com/news/local/2026/08/27/man-accused-of-drunk-driving-in-crash-that-killed-sleeping-82-year-old-faces-judge/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/man-accused-of-drunk-driving-in-crash-that-killed-sleeping-82-year-old-faces-judge/</guid><dc:creator><![CDATA[Gabrielle Arzola, Ryan Mackey]]></dc:creator><description><![CDATA[A judge on Thursday denied bond for a 67-year-old Coral Gables man accused of driving drunk when he slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man who authorities say was sleeping inside.]]></description><pubDate>Thu, 27 Aug 2026 16:47:06 +0000</pubDate><content:encoded><![CDATA[<p>A judge on Thursday denied bond for a <a href="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/" target="_self" rel="" title="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/">67-year-old man</a> accused of driving drunk when he slammed his Cadillac into a home just outside of Coral Gables in June, killing an 82-year-old man who authorities say was sleeping inside.</p><p>Allen Matis’ attorney appeared before Miami-Dade Circuit Judge Mindy Glazer for a second bond hearing and asked that Matis be released on house arrest while he awaits trial. Glazer instead ordered that Matis remain jailed.</p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, the crash happened around 7:30 p.m. June 24 in the 2900 block of Southwest 57th Avenue, in the unincorporated Coral Terrace area.</p><p>Investigators say Matis, of Coral Gables, was driving a Cadillac Lyriq on Palermo Avenue when he ran a stop sign and slammed into the home.</p><p>The impact sent the SUV through the wall, striking Henri Bezy, who was sleeping in his bed. Bezy became trapped underneath the vehicle and was pronounced dead at the scene, according to the report.</p><p>A deputy who responded to the crash reported seeing Matis behind the wheel and observing signs of impairment, authorities said.</p><p>According to his arrest report, toxicology results from blood samples taken several hours after the crash showed Matis had a blood alcohol concentration ranging from 0.245% to 0.29%, more than three times the legal limit.</p><p>Investigators said they also obtained vehicle data showing Matis accelerated to 43 mph and did not apply the brakes during the seconds leading up to the crash.</p><p>Prosecutors argued Thursday that Matis should remain in custody.</p><p>“The fact that the defendant volunteered that he had been at the Ritz Carlton prior to this crash is that he got so drunk at that location that he must have driven right past his own home,” a prosecutor said during the hearing.</p><p>Matis’ defense attorney declined to comment when approached by Local 10’s Gabrielle Arzola after Thursday’s hearing.</p><p>A judge is expected to review the case again at 9 a.m. Friday to determine whether Matis will remain jailed or be released on house arrest while the case proceeds.</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[Group of Democratic senators calls on ICE to cancel plan to buy electric shock gloves]]></title><link>https://www.local10.com/news/politics/2026/08/27/group-of-democratic-senators-calls-on-ice-to-cancel-plan-to-buy-electric-shock-gloves/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/group-of-democratic-senators-calls-on-ice-to-cancel-plan-to-buy-electric-shock-gloves/</guid><dc:creator><![CDATA[By RYAN J. FOLEY, Associated Press]]></dc:creator><description><![CDATA[A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada urged Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.]]></description><pubDate>Thu, 27 Aug 2026 16:46:00 +0000</pubDate><content:encoded><![CDATA[<p>A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada urged Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.</p><p>In a letter to ICE's acting director Thursday, Cortez Masto and 15 of her colleagues in the Democratic caucus questioned ICE's need to spend up to $20 million to buy the devices, as well as the agency's ability to use them appropriately.</p><p>“The blatant and tragic misuse of force in Los Angeles, Chicago, Minneapolis, Houston, Maine, and other locations around the country raises significant skepticism about the agency’s professional capability to safely deploy a new tool that could be used to harm Americans without cause,” the letter said.</p><p>In addition to Cortez Masto, the letter was signed by Independent Sen. Angus King of Maine and 14 other Democrats, who are in the minority in the Republican-controlled Senate. They are the latest to express opposition to the plan, which became public this month when ICE published a notice outlining plans to purchase thousands of “conductive distraction and de-escalation devices” for officers and investigators.</p><p>The devices are normal patrol gloves until an officer presses a button to activate the electrical mode. They must be applied directly to someone’s skin to produce a shock that causes pain, which is promoted as a way to gain compliance from people who are resisting. They have been used by some local jails and police departments in recent years.</p><p>Cortez Masto and the other senators said the device “presents substantial risks if deployed during civil arrests — even more so if it is deployed without clear limits, appropriate training, and comprehensive oversight.” They said that if ICE moves forward with the plan, it must make public details about how officers will be trained and how the use of the gloves will be documented and reviewed internally to avoid misuse.</p><p>White House border czar Tom Homan has argued that the gloves could be another way to gain compliance without resorting to the use of deadly force and could be particularly effective in detention settings. He has said that it will be months before they are deployed because the agency is working out training and policy details.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/I3MB7JBPVQGFQQT4WMBVPG2LLM.jpg?auth=302d8f586c60851e0b7dfe582dee96daf14c3487068b1ff52d196364a71a6fa7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Nelson County, Ky., jailer Justin Hall shows an electric shock glove that is used at his facility, Thursday, Aug. 13, 2026, in Bardstown, Ky. (AP Photo/Dylan Lovan)]]></media:description><media:credit role="author" scheme="urn:ebu">Dylan Lovan</media:credit></media:content></item><item><title><![CDATA[Justice Department charges more than 80 people in Puerto Rico gang takedown]]></title><link>https://www.local10.com/news/national/2026/08/27/justice-department-charges-more-than-80-people-in-puerto-rico-gang-takedown/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/justice-department-charges-more-than-80-people-in-puerto-rico-gang-takedown/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The U.S. Justice Department has charged more than 80 people in the takedown of a violent Puerto Rican gang, Attorney General Todd Blanche announced Thursday during a visit to the island as part of the Trump administration's efforts to highlight its push to tackle violent crime.]]></description><pubDate>Thu, 27 Aug 2026 16:38:01 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The U.S. Justice Department has charged more than 80 people in the takedown of a violent Puerto Rican gang, Attorney General Todd Blanche announced Thursday during a visit to the island as part of the Trump administration's efforts to highlight its push to tackle violent crime.</p><p>Federal prosecutors say the gang known as “Los Baja Deo” for years trafficked fentanyl, cocaine and other illegal drugs from the west coast city of Mayagüez, generating nearly $50 million in proceeds. The group is also responsible for shootings, killings, kidnappings and assaults and the distribution of at least 340 kilograms of fentanyl or fentanyl-laced narcotics, Blanche said.</p><p>"Our Homeland Security Task Forces around the country are unified and they’re unified to end the presence of criminal cartels, foreign gangs and transnational criminal organizations around the United States,” the newly confirmed attorney general told reporters from the U.S. attorney's office in San Juan.</p><p>Blanche's presence in the U.S. Caribbean territory for the announcement underscores the Trump administration's efforts to put a spotlight on its work tackling cartels and gangs that fuel drug trafficking and violence in communities across the U.S. The Trump administration has dramatically reshaped the Justice Department to make tackling illegal immigration and violent crime a top priority.</p><p>“These 81 violent gang members will now face justice and so will any other that try to take their place,” said Héctor Ramírez-Carbó, the acting U.S. attorney for Puerto Rico. “Today, the families of Mayagüez can peacefully enjoy what their communities have to offer without fear of harm.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WBH642FBUEWME6LFHHZG7UYTJI.jpg?auth=d7e4be56313b25edb7bd4bb9c3b5699daa7bd306b31ebb9483d7842d2314eac9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney General Todd Blanche listens as President Donald Trump speaks at the David Mack Center for Training and Intelligence, Friday, Aug. 14, 2026, in Garden City, N.Y. (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[Woman accused of stealing over $268,000 in jewels while working as a housekeeper in West Miami]]></title><link>https://www.local10.com/news/local/2026/08/27/woman-accused-of-stealing-over-268000-in-jewels-while-working-as-a-housekeeper-in-west-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/woman-accused-of-stealing-over-268000-in-jewels-while-working-as-a-housekeeper-in-west-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A family had trusted Arays Izquierdo so much that they gave her a key to their home in West Miami, and she betrayed them by stealing nearly $150,000 in jewels, according to police.]]></description><pubDate>Thu, 27 Aug 2026 15:34:50 +0000</pubDate><content:encoded><![CDATA[<p>A family had trusted Arays Izquierdo so much that they gave her a key to their home in West Miami, and she betrayed them by stealing more than $268,000 in jewels, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/">Leer en español</a></p><p>A Van Cleef &amp; Arpels necklace, two Louis Vuitton bracelets valued at nearly $150,000, and a gold bracelet valued at $95,650, were among the pieces that Izquierdo stole while working as the family’s housekeeper, according to a police officer’s arrest report. </p><p>“She had pawned multiple items consistent with property reported missing by the victim,” a West Miami police officer wrote, according to the report. </p><p>Police officers recently searched Izquierdo’s apartment in Hialeah and found “multiple items that had previously been reported missing from the victim’s residence,” according to police. </p><p>The property was in Izquierdo’s “bedroom and closet and was recovered as part of the investigation,” a police officer wrote, according to the arrest report. </p><p>The victims reported that Izquierdo also took a 24-karat gold knot chain, Cartier bracelets, two Cuban link chains, a custom-made bracelet with a diamond, according to the police report. </p><p>The list also included a nail necklace by Cartier, a Capricorn pendant, a pair of white gold diamond earrings, and a gold diamond necklace.</p><p>Court records show Miami police officers arrested Izquierdo on Nov. 21 and accused her of first-degree misdemeanor petit theft at a Target in the Flagami neighborhood. Miami-Dade prosecutors dropped the case. </p><p>Shortly before 9 a.m. on Aug. 20, Hialeah and West Miami police officers detained Izquierdo at her apartment, according to a police report. </p><p>Corrections booked Izquierdo shortly after 12:40 a.m. on Friday at the Turner Guilford Knight Correctional Center, according to Miami-Dade inmate records. </p><p>Izquierdo faced charges of burglary of an occupied dwelling and first-degree grand theft, according to Miami-Dade court records. A judge ordered her to stay away from the family in West Miami. Her bond was $20,000. </p><p>Miami-Dade County Circuit Judge Tanya Brinkley was set to preside over the case. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGXANX6ZSZATJLR5CKKGSG6HIE.jpg?auth=9d42e693aaa09991235ca050e6d7e76a6777b4c73f6bcbf70d644ba17ddf8b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade County corrections booked Arays Izquierdo on Friday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de robar más de $268,000 USD en joyas mientras trabajaba como empleada doméstica en West Miami]]></title><link>https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/acusan-a-mujer-de-robar-mas-de-268000-usd-en-joyas-mientras-trabajaba-como-empleada-domestica-en-west-miami/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una familia confiaba tanto en Arays Izquierdo que le dio una llave de su casa en West Miami, y ella traicionó su confianza al robar casi $150,000 USD en joyas, según la policía.]]></description><pubDate>Thu, 27 Aug 2026 16:34:14 +0000</pubDate><content:encoded><![CDATA[<p>Una familia confiaba tanto en Arays Izquierdo que le dio una llave de su casa en West Miami, y ella traicionó su confianza al robar más de $268,000 USD en joyas, según la policía.</p><p>Un collar Van Cleef &amp; Arpels, dos brazaletes Louis Vuitton valorados en casi $150,000 USD y un brazalete de oro valorado en $95,650 USD estaban entre las piezas que Izquierdo robó mientras trabajaba como empleada doméstica de la familia, según el informe de arresto de un agente de policía.</p><p>“Había empeñado varios artículos que coincidían con propiedades reportadas como desaparecidas por la víctima”, escribió un agente de la policía de West Miami, según el informe.</p><p>Agentes de policía registraron recientemente el apartamento de Izquierdo en Hialeah y encontraron “varios artículos que habían sido reportados previamente como desaparecidos de la residencia de la víctima”, según la policía.</p><p>Las pertenencias estaban en el “dormitorio y armario de Izquierdo y fueron recuperadas como parte de la investigación”, escribió un agente de policía, según el informe de arresto.</p><p>Las víctimas reportaron que Izquierdo también se llevó una cadena de nudo de oro de 24 quilates, brazaletes Cartier, dos cadenas de eslabones cubanos y un brazalete hecho a la medida con un diamante, según el informe policial.</p><p>La lista también incluía un collar de clavo de Cartier, un colgante de Capricornio, un par de aretes de diamantes y oro blanco y un collar de oro con diamantes.</p><p>Los registros judiciales muestran que agentes de la policía de Miami arrestaron a Izquierdo el 21 de noviembre y la acusaron de robo menor de primer grado, un delito menor, en un Target del vecindario de Flagami. Los fiscales de Miami-Dade retiraron el caso.</p><p>Poco antes de las 9 a.m. del 20 de agosto, agentes de las policías de Hialeah y West Miami detuvieron a Izquierdo en su apartamento, según un informe policial.</p><p>El Departamento de Correcciones ingresó a Izquierdo poco después de las 12:40 a.m. del viernes en el Centro Correccional Turner Guilford Knight, según los registros de reclusos de Miami-Dade.</p><p>Izquierdo enfrentaba cargos de robo en una vivienda ocupada y robo mayor en primer grado, según los registros judiciales de Miami-Dade. Un juez le ordenó mantenerse alejada de la familia de West Miami. Su fianza fue fijada en $20,000 USD.</p><p>La jueza de circuito del condado Miami-Dade Tanya Brinkley estaba asignada para presidir el caso.</p><p><i>La editora de asignaciones de Local 10 News Mercedes Cevallos contribuyó a este reporte.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PGXANX6ZSZATJLR5CKKGSG6HIE.jpg?auth=9d42e693aaa09991235ca050e6d7e76a6777b4c73f6bcbf70d644ba17ddf8b05&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade County corrections booked Arays Izquierdo on Friday at the Turner Guilford Knight Correctional Center.]]></media:description></media:content></item><item><title><![CDATA[Carlos Alcaraz opens US Open title defense against Safiullin, Venus Williams plays Sofia Kenin]]></title><link>https://www.local10.com/sports/2026/08/27/carlos-alcaraz-opens-us-open-title-defense-against-safiullin-venus-williams-plays-sofia-kenin/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/carlos-alcaraz-opens-us-open-title-defense-against-safiullin-venus-williams-plays-sofia-kenin/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Carlos Alcaraz will open the defense of his U.S. Open title against an opponent who made a strong run at Wimbledon while the Spaniard was sidelined with an injury.]]></description><pubDate>Thu, 27 Aug 2026 16:31:15 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Carlos Alcaraz will open the defense of his U.S. Open title against an opponent who made a strong run at Wimbledon while the Spaniard was sidelined with an injury.</p><p>Along with some interesting opening-round matches, the draws for men's and women's singles Thursday delivered one what-could-have-been possibility: Had Serena Williams decided to play, there could have been a Williams sisters showdown in Round 1.</p><p>When Venus Williams was given a wild card into the event at 46, the U.S. Tennis Association initially held one spot, which surely would have gone to Serena if the six-time U.S. Open champion wanted to play after returning to tennis for the first time since 2022. When the 44-year-old decided to only compete in doubles, the USTA awarded that last wild card over the weekend to American Sofia Kenin, the 2020 Australian Open champion.</p><p>On Thursday, Venus Williams and Kenin were randomly drawn to face each other.</p><p>Main draw play at the final Grand Slam tournament of the season begins Sunday.</p><p>Alcaraz is the No. 2 seed and will face Roman Safiullin. It will be Alcaraz's first singles match since April, after the two-time U.S. Open champion was forced to miss the French Open and Wimbledon because of a right wrist injury.</p><p>The Spaniard returned to play with Serena Williams in the mixed doubles tournament and looked rusty. He may have to be sharper against Safiullin, who reached the fourth round at Wimbledon, upsetting Andrey Rublev and Joao Fonseca along the way before falling to 24-time Grand Slam singles champion Novak Djokovic in four sets.</p><p>Safiullin also upset Alcaraz, ranked No. 2 at the time, in the ATP Masters 1000 in Paris in 2023. Alcaraz avenged that loss the following year at the Paris Olympics in their lone other meeting.</p><p>Alexander Zverev, the French Open champion who became the No. 1 seed in New York when Jannik Sinner pulled out with a knee injury, will open against Italian Lorenzo Sonego.</p><p>Two-time defending women's champion Aryna Sabalenka opens against Camila Osorio. The top-ranked Sabalenka, who has struggled during the North American hard-court season, could face Wimbledon champion Linda Noskova, the No. 6 seed, in the quarterfinals.</p><p>The other potential women's quarterfinals: No. 2 Elena Rybakina vs. No. 8 Iga Swiatek, No. 3 Jessica Pegula vs. No. 7 Karolina Muchova, and No. 4 Coco Gauff vs. No. 5 Mirra Andreeva, the French Open champion.</p><p>Pegula, who opens against Elena-Gabriela Ruse, would play the Williams-Kenin winner in the second round.</p><p>The potential men's quarters: No. 1 Zverev vs. No. 6 Alex de Minaur, No. 2 Alcaraz vs. No. 8 Ben Shelton, No. 3 Felix Auger-Aliassime vs. No. 5 Flavio Cobolli, and No. 4 Djokovic vs. No. 7 Daniil Medvedev.</p><p>No. 10 seed Arthur Fils, coming off the title in the Cincinnati Open, faces two-time Grand Slam finalist Stefanos Tsitsipas, who was once ranked No. 3, in the first round. Stan Wawrinka, the 2016 U.S. Open champion who received a wild card to play in his final Grand Slam tournament before retiring, faces Matteo Berrettini, the 2021 Wimbledon runner-up, to open a second straight major tournament. Berrettini won in four sets — all tiebreakers — at the All England Club.</p><p>Rublev, the No. 23 seed, faces 2014 U.S. Open champion Marin Cilic. No. 13 Lorenzo Musetti, who reached the quarterfinals in New York last year, opens against Britain's Arthur Fery, who lost to Zverev in the Wimbledon semifinals.</p><p>Some first-round matches won't be determined until the conclusion of the qualifying tournaments, which were scheduled to finish Thursday. Potential women's contenders such as No. 11 Marta Kostyuk and No. 17 Alex Eala were among those waiting to see who they would face in their openers.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPVXXCJDHFXF7PTKJWW7GSRLSY.jpg?auth=fdb7c69c030dcd37e0e8ce6f9ca4ad3a93ac243e408dcb69fa1bbee1d9f9b2ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Carlos Alcaraz, of Spain, returns the ball during a mixed doubles match at the U.S. Open tennis championships, Tuesday, Aug. 25, 2026, in New York. (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/UNPW54Q5FW27MBPNRNXTQSOZQI.jpg?auth=35ff7c9a2d62843d89f326a993fcdf14b9adb76dd58450b54620fda53e0349c8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, and Venus Williams, right, both of the United States, wave to the crowd at the end of a women's doubles match against Marta Kostyuk, of Ukraine, and Peyton Stearns, also of the United States, at the Cincinnati Open tennis tournament, Monday, Aug. 17, 2026, in Mason, Ohio. (AP Photo/Kareem Elgazzar)]]></media:description><media:credit role="author" scheme="urn:ebu">Kareem Elgazzar</media:credit></media:content></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[Out on bond in 2022 attempted murder case, twins accused of drive-by paintball attacks in Naranja]]></title><link>https://www.local10.com/news/local/2026/08/27/out-on-bond-in-2022-attempted-murder-case-twins-accused-of-drive-by-paintball-attacks-in-naranja/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/out-on-bond-in-2022-attempted-murder-case-twins-accused-of-drive-by-paintball-attacks-in-naranja/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Two twin brothers are each facing felony charges after Miami-Dade deputies accused them of shooting at least two people with paintball rounds in the county’s unincorporated Naranja area in mid-August.]]></description><pubDate>Thu, 27 Aug 2026 15:55:43 +0000</pubDate><content:encoded><![CDATA[<p>Two twin brothers are each facing felony charges after Miami-Dade deputies accused them of shooting at least two people with paintball rounds in the county’s unincorporated Naranja area in mid-August.</p><p><a href="https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/">Leer en español</a></p><p>Deputies said the 22-year-old twins, Ernest Germain Flowers and Evan Germain Flowers, committed the attacks while out on bond for attempted murder in connection with a <a href="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/" target="_self" rel="" title="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/">2022 shooting in a Dadeland Mall parking garage</a>, when they were 18.</p><p>According to the Miami-Dade Sheriff’s Office, deputies responded to Naranja Lakes Park, located at 14401 SW 272nd St., at around 4:30 p.m. on Aug. 18 after a reported shooting with paintball pellets and found a woman “who sustained multiple considerable injuries to her leg, which required treatment by Miami-Dade Fire Rescue.”</p><p>While responding, they said they received another call about a man shot with paintball pellets while sitting on a bus bench at Southwest 264th Street and South Dixie Highway.</p><p>Both reported seeing the suspects pull up to them in a silver SUV and open fire, deputies said.</p><p>Investigators said surveillance footage and “investigative means” allowed them to track down “a license plate for the involved vehicle, possible residence and persons of interest.”</p><p>Police said the woman was able to identify Ernest Flowers as the shooter after picking him out of a photo lineup.</p><p>Authorities said they found the brothers on Wednesday and took them into custody on charges of felony battery, misdemeanor battery and aggravated assault with a deadly weapon.</p><p>They said the two are suspected in multiple other “similar incidents.”</p><p>Both men were being held in the Turner Guilford Knight Correctional Center after being given bonds of $12,001. However, they’ll remain held after being ordered to face a division judge, 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><media:content url="https://www.local10.com/resizer/v2/RLQFNYJXTJEINNYRBQMBTMOU7M.png?auth=4f90e29acdde42a02cc8e9c3a140c0e76fc1d3fddaa826c2154c72286332bc9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Ernest and Evan Flowers]]></media:description></media:content></item><item><title><![CDATA[Gemelos en libertad bajo fianza por caso de intento de asesinato de 2022 son acusados de ataques desde vehículo con pistolas de paintball en Naranja]]></title><link>https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/gemelos-en-libertad-bajo-fianza-por-caso-de-intento-de-asesinato-de-2022-son-acusados-de-ataques-desde-vehiculo-con-pistolas-de-paintball-en-naranja/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Dos hermanos gemelos enfrentan cargos de delitos graves después de que agentes de Miami-Dade los acusaran de disparar balas de pintura contra al menos dos personas en el área no incorporada de Naranja, en el condado, a mediados de agosto.]]></description><pubDate>Thu, 27 Aug 2026 16:28:11 +0000</pubDate><content:encoded><![CDATA[<p>Dos hermanos gemelos enfrentan cargos de delitos graves después de que agentes de Miami-Dade los acusaran de disparar balas de pintura contra al menos dos personas en el área no incorporada de Naranja, en el condado, a mediados de agosto.</p><p>Los agentes dijeron que los gemelos de 22 años, Ernest Germain Flowers y Evan Germain Flowers, cometieron los ataques mientras se encontraban en libertad bajo fianza por intento de asesinato en relación con una <a href="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/12/10/police-2-more-teens-arrested-in-parking-garage-shooting-at-dadeland-mall/">balacera ocurrida en 2022 en un estacionamiento de Dadeland Mall</a>, cuando tenían 18 años.</p><p>Según la Oficina del Sheriff de Miami-Dade, los agentes respondieron alrededor de las 4:30 p.m. del 18 de agosto a Naranja Lakes Park, ubicado en 14401 SW 272nd St., tras el reporte de disparos con balas de pintura y encontraron a una mujer “que sufrió múltiples lesiones considerables en la pierna, que requirieron tratamiento por parte de Miami-Dade Fire Rescue”.</p><p>Mientras respondían, dijeron que recibieron otra llamada sobre un hombre al que dispararon con balas de pintura mientras estaba sentado en una parada de autobús en Southwest 264th Street y South Dixie Highway.</p><p>Ambas víctimas reportaron haber visto a los sospechosos acercarse en una SUV plateada y abrir fuego, dijeron los agentes.</p><p>Los investigadores dijeron que imágenes de vigilancia y “medios de investigación” les permitieron localizar “una placa del vehículo involucrado, una posible residencia y personas de interés”.</p><p>La policía dijo que la mujer pudo identificar a Ernest Flowers como el tirador después de seleccionarlo en una rueda de reconocimiento fotográfica.</p><p>Las autoridades dijeron que encontraron a los hermanos el miércoles y los detuvieron por cargos de agresión grave, agresión menor y asalto agravado con un arma mortal.</p><p>Dijeron que ambos son sospechosos de múltiples “incidentes similares”.</p><p>Ambos hombres permanecían detenidos en el Centro Correccional Turner Guilford Knight después de que se les fijaran fianzas de $12,001 USD. Sin embargo, permanecerán detenidos después de que se ordenara que comparezcan ante un juez de división, según muestran los registros.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RLQFNYJXTJEINNYRBQMBTMOU7M.png?auth=4f90e29acdde42a02cc8e9c3a140c0e76fc1d3fddaa826c2154c72286332bc9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Ernest and Evan Flowers]]></media:description></media:content></item><item><title><![CDATA[MDSO: Woman admits to stealing, pawning over $36K worth of ex-employer’s jewelry]]></title><link>https://www.local10.com/news/local/2026/08/27/mdso-woman-admits-to-stealing-pawning-over-36k-worth-of-ex-employers-jewelry/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/mdso-woman-admits-to-stealing-pawning-over-36k-worth-of-ex-employers-jewelry/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 48-year-old woman from Miami-Dade County was arrested Wednesday after authorities say she admitted to stealing and pawning jewelry belonging to a former employer over several years. ]]></description><pubDate>Thu, 27 Aug 2026 15:16:36 +0000</pubDate><content:encoded><![CDATA[<p>A 48-year-old woman from Miami-Dade County was arrested Wednesday after authorities say she admitted to stealing and pawning jewelry belonging to a former employer over several years. </p><p><a href="https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/">Leer en español</a></p><p>Miami-Dade Sheriff’s Office deputies said the investigation began July 22, 2022, after the victim reported that valuable jewelry had gone missing from her Palmetto Bay home.</p><p>The victim told investigators that Yuliedy Diaz, of South Miami Heights, had worked for her full time as a cleaning woman for 12 years, according to deputies. </p><p>Over the course of several years, the victim said she noticed jewelry and watches disappearing, including Cartier and Rolex watches, necklaces, gold bracelets and earrings, according to an arrest report. Deputies said the items were estimated to be worth about $36,437. </p><p>Investigators said they used LeadsOnline, a database that tracks pawn transactions nationwide, and determined Diaz had pawned 73 items between July 2018 and June 9, 2025. </p><p>They said the victim later identified 32 of those items as her property. </p><p>The report details multiple transactions at pawnshops, including the pawning of Cartier and Rolex watches, gold jewelry, rings, earrings and bracelets.</p><p>Deputies said on March 18, 2022, Diaz pawned an Oyster Rolex watch. They said she later repurchased that same watch on April 29, 2022.</p><p>Investigators said Diaz provided pawnshops with her driver’s license, home address, phone number and place of employment each time she pawned the jewelry.</p><p>On Aug. 10, the victim identified Diaz from a photograph, according to the report. She also recognized the jewelry shown in photographs of the pawned items as her own, deputies said. </p><p>The following day, investigators showed the victim records for all 73 items Diaz allegedly pawned. After reviewing them, the victim identified 32 items as belonging to her, the report states.</p><p>Deputies said Diaz was apprehended on Wednesday morning and taken to the MDSO’s Palmetto Bay Policing Unit for questioning.</p><p>According to the report, Diaz waived her Miranda rights and agreed to an interview with investigators. </p><p>Investigators said she admitted to previously working for the victim and “admitted to stealing and pawning all 73 of the victim’s jewelry after being shown several photographs and pawnshop records.” </p><p>The report states Diaz also wrote a statement apologizing to the victim.</p><p>When investigators asked whether she still had any of the victim’s jewelry, Diaz said she was “not sure,” according to the report.</p><p>Investigators said they obtained written consent to search Diaz’s bedroom at her home. They said the search turned up three Fossil watches, a Gevril watch and a necklace that Diaz said belonged to the victim. </p><p>Diaz turned the items over to investigators to be returned to the victim, the report states. </p><p>Jail records show Diaz is facing 10 counts of dealing in stolen property, along with one count each of grand theft between $20,000 and $100,000 and pawnbroker false verification/altered identification involving 300 or more items. </p><p>As of Thursday morning, she was being held on a $20,000 bond at the Turner Guilford Knight Correctional Center. </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/DHQCW4D4LVDILLM47S7DKWJT74.jpg?auth=3a8cff32403eb68d88fe780d7743e93fd34ef0b3973880d8e3ffef23596d649b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Mujer admite robar y empeñar más de $36,000 USD en joyas de su ex empleador]]></title><link>https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/mdso-mujer-admite-robar-y-empenar-mas-de-36000-usd-en-joyas-de-su-ex-empleador/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 48 años del condado Miami-Dade fue arrestada el miércoles después de que, según las autoridades, admitiera haber robado y empeñado durante varios años joyas pertenecientes a un ex empleador.]]></description><pubDate>Thu, 27 Aug 2026 16:22:10 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 48 años del condado Miami-Dade fue arrestada el miércoles después de que, según las autoridades, admitiera haber robado y empeñado durante varios años joyas pertenecientes a un ex empleador.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que la investigación comenzó el 22 de julio de 2022, después de que la víctima reportara la desaparición de joyas valiosas de su casa en Palmetto Bay.</p><p>La víctima dijo a los investigadores que Yuliedy Diaz, de South Miami Heights, había trabajado para ella a tiempo completo como empleada de limpieza durante 12 años, según los agentes.</p><p>A lo largo de varios años, la víctima dijo que notó la desaparición de joyas y relojes, incluidos relojes Cartier y Rolex, collares, brazaletes de oro y aretes, según un informe de arresto. Los agentes dijeron que se estimaba que los artículos tenían un valor aproximado de $36,437 USD.</p><p>Los investigadores dijeron que utilizaron LeadsOnline, una base de datos que rastrea transacciones de casas de empeño en todo el país, y determinaron que Diaz había empeñado 73 artículos entre julio de 2018 y el 9 de junio de 2025.</p><p>Dijeron que posteriormente la víctima identificó 32 de esos artículos como de su propiedad.</p><p>El informe detalla múltiples transacciones en casas de empeño, incluido el empeño de relojes Cartier y Rolex, joyas de oro, anillos, aretes y brazaletes.</p><p>Los agentes dijeron que el 18 de marzo de 2022, Diaz empeñó un reloj Oyster Rolex. Dijeron que posteriormente volvió a comprar ese mismo reloj el 29 de abril de 2022.</p><p>Los investigadores dijeron que Diaz proporcionó a las casas de empeño su licencia de conducir, dirección de su casa, número de teléfono y lugar de empleo cada vez que empeñaba las joyas.</p><p>El 10 de agosto, la víctima identificó a Diaz mediante una fotografía, según el informe. También reconoció como suyas las joyas que aparecían en fotografías de los artículos empeñados, dijeron los agentes.</p><p>Al día siguiente, los investigadores mostraron a la víctima los registros de los 73 artículos que presuntamente Diaz había empeñado. Después de revisarlos, la víctima identificó 32 artículos como de su propiedad, señala el informe.</p><p>Los agentes dijeron que Diaz fue detenida la mañana del miércoles y trasladada a la Unidad Policial de Palmetto Bay de MDSO para ser interrogada.</p><p>Según el informe, Diaz renunció a sus derechos Miranda y aceptó ser entrevistada por los investigadores.</p><p>Los investigadores dijeron que admitió haber trabajado anteriormente para la víctima y “admitió haber robado y empeñado las 73 joyas de la víctima después de que le mostraran varias fotografías y registros de casas de empeño”.</p><p>El informe señala que Diaz también escribió una declaración disculpándose con la víctima.</p><p>Cuando los investigadores le preguntaron si todavía tenía alguna de las joyas de la víctima, Diaz dijo que “no estaba segura”, según el informe.</p><p>Los investigadores dijeron que obtuvieron consentimiento por escrito para registrar el dormitorio de Diaz en su casa. Dijeron que durante el registro encontraron tres relojes Fossil, un reloj Gevril y un collar que Diaz dijo que pertenecían a la víctima.</p><p>Diaz entregó los artículos a los investigadores para que fueran devueltos a la víctima, señala el informe.</p><p>Los registros de la cárcel muestran que Diaz enfrenta 10 cargos de tráfico de propiedad robada, además de un cargo de robo mayor de entre $20,000 USD y $100,000 USD y un cargo de verificación falsa ante una casa de empeño/identificación alterada que involucra 300 o más artículos.</p><p>Hasta la mañana del jueves, permanecía detenida con una fianza de $20,000 USD en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DHQCW4D4LVDILLM47S7DKWJT74.jpg?auth=3a8cff32403eb68d88fe780d7743e93fd34ef0b3973880d8e3ffef23596d649b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></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>On Thursday, a judge set an arraignment date of Sept. 28 for both suspects.</p><p><b>Thursday noon report:</b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miramar firefighter/paramedic accused of attacking fellow firefighter she used to date]]></title><link>https://www.local10.com/news/local/2026/08/27/miramar-firefighterparamedic-arrested-on-battery-charges/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/miramar-firefighterparamedic-arrested-on-battery-charges/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A firefighter/paramedic with Miramar Fire Rescue was arrested Wednesday by Miramar police on battery charges, authorities confirmed.]]></description><pubDate>Thu, 27 Aug 2026 16:02:08 +0000</pubDate><content:encoded><![CDATA[<p>A firefighter/paramedic with Miramar Fire Rescue was arrested Wednesday by Miramar police on battery charges, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/">Leer en español</a></p><p>Online jail records show Tanyla Christyanna Gamble, 25, faces charges of battery/dating violence and battery causing bodily harm.</p><p>According to an arrest report, officers were called to Fire Station 107, located at 11811 Miramar Parkway, at about 11:40 p.m. Wednesday regarding a physical altercation between two firefighters who had previously been involved in a romantic relationship for about two years before breaking up about a month ago.</p><p>Police said Gamble entered the victim’s room at the fire station and initiated an argument, which escalated into a physical altercation.</p><p>According to the report, Gamble repeatedly punched the victim, including once in the back of the head, which caused a visible bump.</p><p>Police said Gamble did not sustain any physical injuries during the incident. </p><p>The victim provided a sworn statement to detectives, detailing what occurred, but Gamble declined to provide a statement, according to the report. </p><p>A spokesperson for Miramar Fire Rescue released a statement to Local 10 News Thursday, saying Gamble has been placed on administrative leave.</p><p>“Miramar Fire Rescue is aware of the arrest of one of our employees,” the statement read. “The Department takes matters involving the conduct of its personnel seriously. The allegations are currently being handled by the appropriate law enforcement agency and remain part of an ongoing investigation. Miramar Fire Rescue is cooperating as appropriate and will also address this matter in accordance with City and Department policies and applicable personnel procedures.</p><p>“To protect the integrity of the ongoing investigation and the rights of everyone involved, the Department will not comment on the specific circumstances of the case at this time.</p><p>“Currently the individual in question is on administrative leave until the conclusion and outcome of all investigations.”</p><p>As of Thursday afternoon, Gamble was being held at the Broward County Main Jail. She was expected to appear in bond court sometime Thursday. </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/EAMJSVM3GRD4DE7H2KZJSWD7BE.jpg?auth=2e7f717922cff9c7aee2c66c514b89591f6a0a2d1b21239bdcf49c3b97e6850c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a bombero y paramédico de Miramar por cargos de agresión]]></title><link>https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/arrestan-a-bombero-y-paramedico-de-miramar-por-cargos-de-agresion/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un bombero y paramédico de Miramar Fire Rescue fue arrestado el miércoles por la policía de Miramar por cargos de agresión, confirmaron las autoridades.]]></description><pubDate>Thu, 27 Aug 2026 16:14:02 +0000</pubDate><content:encoded><![CDATA[<p>Un bombero y paramédico de Miramar Fire Rescue fue arrestado el miércoles por la policía de Miramar por cargos de agresión, confirmaron las autoridades.</p><p>Los registros de la cárcel en línea muestran que Tanyla Christyanna Gamble, de 25 años, enfrenta cargos de agresión relacionada con violencia en el noviazgo y agresión que causa lesiones corporales.</p><p>Un portavoz de Miramar Fire Rescue emitió un comunicado a Local 10 News el jueves, confirmando que Gamble es bombera y paramédica del departamento.</p><p>“Miramar Fire Rescue está al tanto del arresto de una de nuestras empleadas”, decía el comunicado. “El Departamento toma con seriedad los asuntos relacionados con la conducta de su personal. Las acusaciones están siendo manejadas actualmente por la agencia policial correspondiente y siguen siendo parte de una investigación en curso. Miramar Fire Rescue está cooperando según corresponda y también abordará este asunto de acuerdo con las políticas de la Ciudad y del Departamento y los procedimientos de personal aplicables.</p><p>“Para proteger la integridad de la investigación en curso y los derechos de todas las personas involucradas, el Departamento no hará comentarios sobre las circunstancias específicas del caso en este momento.</p><p>“Actualmente, la persona en cuestión se encuentra de licencia administrativa hasta la conclusión y el resultado de todas las investigaciones”.</p><p>Local 10 News ha solicitado una copia del informe de arresto de Gamble.</p><p>Hasta la tarde del jueves, Gamble permanecía detenida en la cárcel principal del condado Broward. Se esperaba que compareciera ante un tribunal de fianzas en algún momento del jueves.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EAMJSVM3GRD4DE7H2KZJSWD7BE.jpg?auth=2e7f717922cff9c7aee2c66c514b89591f6a0a2d1b21239bdcf49c3b97e6850c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Wanted for more than 2 years, cops arrest 6th relative in Margate teen torture case]]></title><link>https://www.local10.com/news/local/2026/08/27/wanted-for-more-than-2-years-cops-arrest-6th-relative-in-margate-teen-torture-case/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/wanted-for-more-than-2-years-cops-arrest-6th-relative-in-margate-teen-torture-case/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[More than two years after Margate police began looking for her, a sixth relative wanted in connection with a brutal teen torture case is finally behind bars.]]></description><pubDate>Thu, 27 Aug 2026 15:06:33 +0000</pubDate><content:encoded><![CDATA[<p>More than two years after Margate police <a href="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/" target="_self" rel="" title="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/">began looking for her</a>, Denaria Graham is finally behind bars.</p><p><a href="https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/">Leer en español</a></p><p>The 24-year-old, booked into the Broward Main Jail in Fort Lauderdale, is the sixth member of her family to be arrested ― and the fifth to be directly implicated ― in connection with what police said was years of torture of her cousin, who was 15 when <a href="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/" target="_self" rel="" title="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/">the first arrests</a> were made in October 2023.</p><p>Those arrests, of guardians Latricia Elizabeth Crawley and Benjamin Deztuan Lockett, came after the teenager reported the abuse to an online instructor, who then informed Margate police, authorities said.</p><p>Authorities said Crawley, 49, and Lockett, 46, the girl’s aunt and uncle respectively, subjected her to various forms of torture in a home in the 200 block of Northwest 79th Terrace, including beatings, oiling the girl’s knees and forcing her to kneel on rice, binding her with rope, throwing boiling water on her and pouring cold water on her while she slept, “just to see her wake up.”</p><p>Amended charging documents also state that Crawley inserted thumbtacks through the girl’s fingernails, used a stapler gun on her back, pepper-sprayed her face and rubbed a “mixture of Epsom salt and conditioner” in the girl’s eyes.</p><p>The girl, police said, was caged in two different closets and was forced to urinate and defecate in a bucket.</p><p>Officers said when they found her, she showed multiple signs of malnutrition and starvation.</p><p>Other arrests followed, including the girl’s sister, <a href="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/">Shankyria Clayton</a>, and another cousin, <a href="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/" target="_self" rel="" title="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/">Treaunshae Gibbons</a>.</p><p>Clayton, 23, is accused of being aware of the abuse and not reporting it — and joining her aunt, uncle and cousin in caging and starving her sister.</p><p>Gibbons, 32, is accused of being aware of the abuse and not reporting it ― despite working for a child abuse nonprofit at the time. Police said she used her knowledge of the system to help Crawley deal with investigators, acting as a “middleman.”</p><p>Police said the girl was also living with a relative who was a sex offender. Horace Crawley, then 74, <a href="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/">was arrested in November 2023</a> on two counts pertaining to failing to re-register. He has never been implicated in the abuse, however.</p><p>Broward court records show he pleaded no contest on the registry-related charges and received probation.</p><figure><img src="https://www.local10.com/resizer/v2/UGJBD7CRFQZHU6GM42YL5TYCPY.jpg?auth=359fc2482da9d42568857cdd5b499ef782ac4db871e98397ea3579aca694f63b&smart=true&width=1200&height=900" alt="Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate." height="900" width="1200"/><figcaption>Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate.</figcaption></figure><p>Graham is now the latest arrest in the case.</p><p>According to court proceedings, she was aware police were looking for her and turned herself in on Wednesday.</p><p>Authorities said one of the closets the victim was caged in was in Graham’s room while she was living with the family and Graham, tasked at times with watching the victim, would only let her out of the closet to defecate.</p><p>She is now facing charges of aggravated child abuse, child neglect and failing to report child abuse.</p><p>In court on Thursday, a judge ordered Graham held without bond.</p><p>A hearing in the case for the other relatives is scheduled for Sept. 14 and it’s believed that Graham will be part of that as well.</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/M7VZHNE6RJDPLIS43IXLTR25WY.png?auth=3f3b20121e6f4bd4c119e16284a843c2c8fa69d4af2b47d5e18f02ec47b16535&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Denaria Graham]]></media:description></media:content></item><item><title><![CDATA[Arrestan a sexto familiar buscado por más de 2 años en caso de tortura de adolescente en Margate]]></title><link>https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/arrestan-a-sexto-familiar-buscado-por-mas-de-2-anos-en-caso-de-tortura-de-adolescente-en-margate/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Más de dos años después de que la policía de Margate comenzara a buscarla, una sexta familiar buscada en relación con un brutal caso de tortura de un adolescente finalmente está tras las rejas.]]></description><pubDate>Thu, 27 Aug 2026 16:00:05 +0000</pubDate><content:encoded><![CDATA[<p>Más de dos años después de que la policía de Margate <a href="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/02/05/cops-seek-help-finding-sixth-relative-in-margate-teen-torture-case/">comenzara a buscarla</a>, Denaria Graham finalmente está tras las rejas.</p><p>La mujer de 24 años, ingresada en la cárcel principal de Broward en Fort Lauderdale, es el sexto miembro de su familia en ser arrestado, y el quinto implicado directamente, en relación con lo que la policía dijo que fueron años de tortura contra su prima, quien tenía 15 años cuando se realizaron los <a href="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/10/26/police-plea-from-margate-teen-to-online-instructor-reveals-years-of-abuse-inside-home/">primeros arrestos</a> en octubre de 2023.</p><p>Esos arrestos, de los tutores Latricia Elizabeth Crawley y Benjamin Deztuan Lockett, se produjeron después de que la adolescente denunciara el abuso a un instructor en línea, quien luego informó a la policía de Margate, dijeron las autoridades.</p><p>Las autoridades dijeron que Crawley, de 49 años, y Lockett, de 46, tía y tío de la adolescente, respectivamente, la sometieron a diversas formas de tortura en una vivienda ubicada en la cuadra 200 de Northwest 79th Terrace, entre ellas golpearla, ponerle aceite en las rodillas y obligarla a arrodillarse sobre arroz, atarla con una cuerda, arrojarle agua hirviendo y echarle agua fría mientras dormía, “solo para verla despertar”.</p><p>Documentos de acusación modificados también indican que Crawley insertó tachuelas debajo de las uñas de la adolescente, utilizó una pistola de grapas en su espalda, le roció gas pimienta en el rostro y le frotó una “mezcla de sal de Epsom y acondicionador” en los ojos.</p><p>La adolescente, según la policía, fue encerrada en dos armarios diferentes y obligada a orinar y defecar en un balde.</p><p>Los agentes dijeron que cuando la encontraron, presentaba múltiples señales de desnutrición e inanición.</p><p>Posteriormente se produjeron otros arrestos, entre ellos el de la hermana de la adolescente, <a href="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/11/03/margate-torture-case-woman-joined-aunt-uncle-in-caging-starving-teen-sister-cops-say/">Shankyria Clayton</a>, y otra prima, <a href="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/12/19/all-allegations-ex-counselor-wont-say-if-she-saw-cousin-being-tortured-in-margate/">Treaunshae Gibbons</a>.</p><p>Clayton, de 23 años, está acusada de estar al tanto del abuso y no denunciarlo, además de participar junto con su tía, tío y prima en encerrar y privar de alimentos a su hermana.</p><p>Gibbons, de 32 años, está acusada de estar al tanto del abuso y no denunciarlo, a pesar de que en ese momento trabajaba para una organización sin fines de lucro dedicada a combatir el abuso infantil. La policía dijo que utilizó su conocimiento del sistema para ayudar a Crawley a lidiar con los investigadores, actuando como “intermediaria”.</p><p>La policía dijo que la adolescente también vivía con un familiar que era un delincuente sexual. Horace Crawley, quien entonces tenía 74 años, <a href="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2023/11/06/sex-offender-lived-in-home-where-family-tortured-margate-teen-police-say/">fue arrestado en noviembre de 2023</a> por dos cargos relacionados con no volver a registrarse. Sin embargo, nunca ha sido implicado en el abuso.</p><p>Los registros judiciales de Broward muestran que no refutó los cargos relacionados con el registro y recibió libertad condicional.</p><figure><img src="https://www.local10.com/resizer/v2/UGJBD7CRFQZHU6GM42YL5TYCPY.jpg?auth=359fc2482da9d42568857cdd5b499ef782ac4db871e98397ea3579aca694f63b&smart=true&width=1200&height=900" alt="Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate." height="900" width="1200"/><figcaption>Booking photos of, from left: Latricia Crawley, Benjamin Lockett, Shankyria Clayton, Horace Crawley, Treaunshae Gibbons. All except Horace Crawley are facing charges in connection with a case of alleged child torture in Margate.</figcaption></figure><p>Graham es ahora la persona más reciente arrestada en el caso.</p><p>Según los procedimientos judiciales, ella sabía que la policía la estaba buscando y se entregó el miércoles.</p><p>Las autoridades dijeron que uno de los armarios donde la víctima permanecía encerrada estaba en la habitación de Graham mientras ella vivía con la familia y que Graham, quien en ocasiones tenía la tarea de vigilar a la víctima, solo la dejaba salir del armario para defecar.</p><p>Ahora enfrenta cargos de abuso infantil agravado, negligencia infantil y no denunciar abuso infantil.</p><p>En el tribunal el jueves, un juez ordenó que Graham permaneciera detenida sin derecho a fianza.</p><p>Una audiencia en el caso de los otros familiares está programada para el 14 de septiembre y se cree que Graham también formará parte de ella.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M7VZHNE6RJDPLIS43IXLTR25WY.png?auth=3f3b20121e6f4bd4c119e16284a843c2c8fa69d4af2b47d5e18f02ec47b16535&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Denaria Graham]]></media:description></media:content></item><item><title><![CDATA[Execution date set for man convicted of killing 2 real estate agents near Atlanta in 2003]]></title><link>https://www.local10.com/news/national/2026/08/27/execution-date-set-for-man-convicted-of-killing-2-real-estate-agents-near-atlanta-in-2003/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/execution-date-set-for-man-convicted-of-killing-2-real-estate-agents-near-atlanta-in-2003/</guid><dc:creator><![CDATA[By KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Georgia prison officials plan to execute a man next month who was convicted of fatally shooting two real estate agents in Atlanta’s suburbs more than two decades ago.]]></description><pubDate>Thu, 27 Aug 2026 16:51:47 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Georgia prison officials plan to execute a man next month who was convicted of fatally shooting two real estate agents in Atlanta’s suburbs more than two decades ago.</p><p>Stacey Humphreys, 53, was convicted of malice murder in the 2003 killings of 33-year-old Cyndi Williams and 21-year-old Lori Brown. He is set to receive a lethal injection at the state prison near Jackson at 7 p.m. on Sept. 16, according to the Department of Corrections.</p><p>Humphreys would be the first person executed in Georgia this year. The death penalty in the state has largely been tied up in litigation over an agreement related to the coronavirus pandemic that defense lawyers contend temporarily shields many death row residents from execution. The last execution in the state was in March 2024.</p><p>Humphreys was previously scheduled to die last December, but the execution was halted after his lawyers filed a petition asking a judge to order two members of the State Board of Pardons and Paroles to recuse themselves from hearing his clemency petition. Humphreys' lawyers argued that the two parole board members had conflicts of interest because they had played roles during his trial.</p><p>Kimberly McCoy, one of the board members, was a victim advocate with the Cobb County district attorney’s office at the time of Humphreys’ trial and was assigned to work with the victims in the case. The other, Wayne Bennett, was the sheriff in Glynn County, where the trial was moved because of pretrial publicity, and Humphreys’ lawyers argued he oversaw security for the jurors and Humphreys himself during the case.</p><p>Fulton County Superior Court Judge Robert McBurney put the execution on hold while he considered the case. He ruled in March that McCoy must recuse herself because of a “material conflict of interest,” but found that Bennett had very little recollection of the trial and did not have a conflict.</p><p>McBurney also denied a request from Humphreys' lawyers to order the governor to appoint a substitute member of the parole board so that their client's case can be heard by a full five-member board and to order the board to stay his clemency hearing until that has happened. McBurney found that was up to the governor and the board but wrote that they “will no doubt be guided by the finality of the death penalty and the firm tradition of (if not the right to) a five-member deliberative panel in determining how to best proceed” with his case.</p><p>Humphreys' lawyers appealed to the Georgia Supreme Court, which declined to hear the case. They subsequently filed a petition with the U.S. Supreme Court, which remains pending.</p><p>Humphreys' lawyers said a replacement for McCoy should be appointed for his clemency hearing and urged the parole board to put the execution on hold until that happens.</p><p>“There should be no shortcuts when imposing the ultimate punishment,” they said in an emailed statement.</p><p>Humphreys entered a sales office in a model home for a new subdivision in Powder Springs, a suburb about 20 miles (32 kilometers) northwest of Atlanta, around midday on Nov. 3, 2003. The two women worked there as real estate agents, and evidence presented at trial showed that Humphreys forced them to strip naked and give him their bank PINs before fatally shooting them.</p><p>Humphreys took the women’s driver’s licenses and bank and credit cards, and withdrew more than $3,000 from their accounts, according to court filings. He told police after his arrest that he had recently taken out some high-interest payday loans and needed money for a payment on his truck.</p><p>Humphreys was on parole for a 1993 felony theft conviction at the time and had been released from prison 13 months earlier.</p><p>Witnesses told police they saw a man fitting Humphreys’ description at the sales office and a vehicle in the parking lot that matched his black Dodge Durango. Police zeroed in on Humphreys and tried to question him at his Dunwoody home days later. He fled and was arrested in Wisconsin after leading police on a high-speed chase.</p><p>He told investigators he didn’t remember his actions at the time of the killings, but when asked why he fled, he said, “I know I did it. I know it just as well as I know my own name,” according to court filings.</p><p>Police found a Ruger handgun that matched the 9 mm bullets used to kill the women in the console of the rented Jeep Humphreys used to flee. Blood on the gun matched Williams’ DNA, and blood in Humphreys’ truck matched Brown’s DNA, according to court documents.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OKQKVN4B2DLHFZDTR3SQTOHWSM.jpg?auth=d2dd1ef3c46eae2b5f2354b5885a2e791c23ca5b400217029a9432e9b0ba857a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo released by the Georgia Department of Corrections on Thursday, Aug. 27, 2026, shows Stacey Humphreys. (Georgia Department of Corrections via AP)]]></media:description></media:content></item><item><title><![CDATA[Exclusive: US Patriot missile stocks in Europe are 'beyond critical' due to Iran war, officials say]]></title><link>https://www.local10.com/news/politics/2026/08/27/exclusive-us-patriot-missile-stocks-in-europe-are-beyond-critical-due-to-iran-war-officials-say/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/exclusive-us-patriot-missile-stocks-in-europe-are-beyond-critical-due-to-iran-war-officials-say/</guid><dc:creator><![CDATA[By EMMA BURROWS and BEN FINLEY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. military is experiencing a “beyond critical” shortage of advanced missile interceptors in Europe largely driven by President Donald Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.]]></description><pubDate>Thu, 27 Aug 2026 16:49:43 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. military is experiencing a “beyond critical” shortage of advanced missile interceptors in Europe largely driven by President Donald Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.</p><p>The U.S. defense official said the most concerning shortfall involves Patriot missile interceptors, which can shoot down Russia’s high-speed ballistic missiles. The NATO official confirmed the low inventories of Patriots among American and NATO forces in Europe. Both spoke on condition of anonymity to discuss sensitive military matters.</p><p>In the event of a Russian ballistic missile assault on, for example, a military headquarters or power plant, NATO could be in a similar position to Patriot-starved Ukraine and be forced “to take punch after punch in the mouth,” the U.S. defense official said.</p><p>In Europe, the American military “definitely” does not have enough Patriots to stop any possible sustained ballistic missile attack and would have “very limited” capability to defend against a single ballistic missile strike or a stray Russian missile that goes off course, the U.S. official said.</p><p>It illustrates the cascading fallout from Trump’s decision to launch a war against Iran, a conflict that reaches the six-month mark on Friday. U.S. missile stocks in Europe have been moved to the Middle East, where U.S. and Gulf allies have fired off significant numbers of interceptors, including Patriots, to thwart Iran’s drones and missiles. Some of those attacks have killed and wounded American troops.</p><p>Though a Russian ballistic missile attack against NATO countries is not imminently expected, CIA Director John Ratcliffe went to Moscow this week to warn Russia not to attack, The Wall Street Journal reported. Trump played down the significance of the rare and secretive trip, saying it was “sort of semi-routine.”</p><p>European and NATO officials say Russia could be in a position to attack countries in the alliance by 2030. Patriot stockpiles are projected to rebound by then. In the meantime, Russia’s war in Ukraine could hinder its ability to carry out any missile attack on Europe as it would be a challenge for Moscow to fight an air war on two fronts.</p><p>US Patriot transfers to Ukraine played a role in the drawdown, but the Iran war wasn't expected</p><p>The Patriot missile shortage is most acutely felt in Ukraine, where officials are begging for more air defense support and where previous U.S. transfers also have drawn down some supply. Kyiv says only U.S.-made Patriots can stop Russia’s advanced ballistic missiles, which increasingly are getting through Ukrainian defenses, including as part of a barrage overnight into Thursday.</p><p>The U.S. supplied hundreds of Patriot missiles to Ukraine over the course of the 4 1/2-year-long conflict, but the Iran war was the tipping point for shrinking inventories, said Ed Arnold, senior associate fellow at the Royal United Services Institute, a military think tank in London.</p><p>The supply to Ukraine was planned for and reasonably measured, he said, whereas stocks in the Middle East have been unexpectedly and quickly drained, exposing supply chain constraints.</p><p>The U.S. military in Europe also is grappling with critical shortages of the Army Tactical Missile System, or ATACMS, a medium-range ballistic missile designed to strike behind enemy lines, the two officials said. But the overall munitions picture in Europe is less dire than on air defenses alone because some European militaries have their own offensive missiles, such as the Taurus and Storm Shadow, which are both long-range air-launched bunker-busting missiles.</p><p>U.S. Army Col. Martin O’Donnell, a senior NATO military spokesperson, said it is “simply not the case” that the number of Patriot missiles in Europe is beyond critical.</p><p>NATO, he said, is able to “block punches” and has enough air defense munitions available to defend itself as well as to donate to Ukraine.</p><p>Chief Pentagon spokesman Sean Parnell said in a statement Thursday that claims of U.S. munition shortages “are false.”</p><p>“We have everything required to strike at the time and place of the President’s choosing," Parnell said. "Across multiple combatant commands, we have already executed successful operations while maintaining a deep, ready arsenal to defend our people and our interests.”</p><p>Europe has few alternatives while stocks are low</p><p>The dearth of Patriot interceptors in Europe would leave few alternatives for shooting down Russia’s more advanced ballistic missiles, which can be combined with swarms of inexpensive drones to overwhelm defenses, experts say.</p><p>Ukraine and some allies already use systems that can destroy slower-moving drones without expensive missiles. But ballistic missiles are a challenge because they dive steeply toward targets at more than five times the speed of sound, leaving little time to stop them.</p><p>The Patriot system tracks the missile, predicts its path and launches within minutes, all while carrying out complex calculations to ensure the interceptor finds its target. One Patriot battery can only cover a limited area: for example, a small military base but not a whole city.</p><p>One alternative could be France and Italy’s SAMP/T NG air defense system. France has promised to speed up the delivery of the system — the upgraded version of the current SAMP/T — to Ukraine, which the manufacturer says is better able to counter ballistics.</p><p>The new iteration, however, has not yet been battle tested and the current version of the SAMP/T has a smaller range than the Patriot.</p><p>While U.S. and European militaries have warships that can serve as mobile air defense, they may be too far from a target to protect it and could risk getting sunk.</p><p>Patriot stocks have plunged during the Iran war</p><p>Ukraine has received Patriots from American and European stockpiles since Russia's 2022 invasion, with the U.S. providing about 600 of the interceptors during the Biden administration, said Mark Cancian, a retired Marine colonel who is now senior adviser at the Center for Strategic and International Studies, a Washington think tank.</p><p>But the greatest expenditure has been during the Iran conflict, which has used up 65% of U.S. Patriots, amounting to roughly 1,500 of the nation's 2,330 interceptors, CSIS says. About 600 missiles, including those destined for Europe, should be made this year, with a production goal of 2,000 Patriot missiles a year set for 2030, Cancian said.</p><p>NATO says Europe’s first Patriot missile production facility is expected to open in Germany in September, with deliveries possibly beginning early next year. The first deliveries should go to countries that have already placed orders, including Germany, the Netherlands, Romania and Spain, the U.S. defense official said.</p><p>But for now, that means some countries, such as Germany, have bought expensive Patriot systems but are in the “ridiculous” position of not having any ammunition to fire from them, said Arnold of the London think tank.</p><p>Germany's defense ministry said it does not comment on stockpiles.</p><p>Russia also has limitations</p><p>Moscow likely cannot carry out a sustained air assault on a NATO target while it launches almost nightly attacks on Ukraine, Arnold said.</p><p>Ukraine's recent strikes into Russia also have exposed weaknesses in Russia's air defenses, which could prompt Putin to think twice about provoking a retaliatory attack.</p><p>“The uncomfortable truth is possibly the best air defense that we have is Russian constraints,” Arnold said.</p><p>___</p><p>Burrows reported from London. Associated Press writer Konstantin Toropin contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y4KCYHOPFR5IWXW4KIRMFBHNGA.jpg?auth=45a521d927c8df5e4e8e4d1355122a097b8d10d68494401bcbe3cfd51d83ccfb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patriot missles are seen at the Rzeszow-Jasionka Airport, March 25, 2022, in Jasionka, Poland. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VV2N4K4EAEUUX6J4IOWYXWGBV4.jpg?auth=443e5a246b3c99dcf94785e0ca5ca8ebb0332f5455461bef7fb6694a39cbbb1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores after a Russian air attack in 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/BCIDKM5YQJTGF3DIUT2JT4ZBYQ.jpg?auth=a8f7971b8001486ff34b0adbd6c0c5f7bdc73e20e590893af610dd14f3effee7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores behind a sunflower field following a Russian air attack in 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></item><item><title><![CDATA[Barcelona scraps tribute to Spain World Cup winners. Act supporting Catalan symbol is expected]]></title><link>https://www.local10.com/sports/2026/08/27/barcelona-scraps-tribute-to-spain-world-cup-winners-in-favor-of-act-supporting-catalan-symbol/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/barcelona-scraps-tribute-to-spain-world-cup-winners-in-favor-of-act-supporting-catalan-symbol/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BARCELONA, Spain (AP) — Barcelona's World Cup winners with Spain will not be honored by the club at its first home game of the season on Thursday because of an incident involving the “estelada” flag, Catalonia's pro-independence symbol.]]></description><pubDate>Thu, 27 Aug 2026 16:24:44 +0000</pubDate><content:encoded><![CDATA[<p>BARCELONA, Spain (AP) — Barcelona's World Cup winners with Spain will not be honored by the club at its first home game of the season on Thursday because of an incident involving the “estelada” flag, Catalonia's pro-independence symbol.</p><p>Instead, an act supporting the estelada organized by a local group was expected to take place at Camp Nou stadium, with some 10,000 flags given to fans.</p><p>Barcelona has eight World Cup champions in its squad, the most of any club, and it planned a tribute to them before its Spanish league home opener against Athletic Bilbao.</p><p>Other Spanish clubs, in partnership with the Spanish soccer federation, had honored their own World Cup champions in tributes that included the displaying of the World Cup trophy and the presence of Spain coach Luis de la Fuente.</p><p>Barcelona said it didn't intend to go ahead with the tribute after one of its fans had an estelada flag taken away from him by police before the team's game at Elche last weekend. The young fan confronted the officers, who hit him with batons before detaining him.</p><p>The Catalan club said it regretted the confiscation of the flags from its fans, saying the estelada "is a legally endorsed symbol and its display constitutes a legitimate exercise of freedom of expression." It said “it cannot in itself be considered an incitement to hatred or violence.”</p><p>Barcelona said it considered the “procedure used to detain one of our fans was disproportionate and that the use of force lacked the necessary justification and appropriateness.”</p><p>The incident quickly escalated to the political sphere, with local politicians expressing their opinions.</p><p>A Catalan organization was planning to hand out 10,000 estelada flags outside the Camp Nou before Thursday's game. Barcelona club president Joan Laporta highlighted the peaceful “act of exaltation of the estelada,” which he said represented the Catalans' right to freedom of expression. Barcelona was not directly organizing the event.</p><p>Laporta said it was not “the most appropriate moment” to offer the tribute to the Spain players, adding that “soccer must unite, not generate confrontations.”</p><p>Laporta said the Spanish soccer federation understood the club's position.</p><p>The eight Barcelona players who helped Spain win its second World Cup trophy last month are Joan García, Eric García, Pedri, Pau Cubarsí, Gavi, Rodri, Dani Olmo and Lamine Yamal.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJLUUO2QBDRGYW74ZIPPJ3KEPY.jpg?auth=bb52b5cf31b2d40f9e9a8996573c24fde5b77f41acd8cb946420a39c262fc14b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Barcelona's Fermin Lopez, left, celebrates after scoring his side's his fifth goal during a Spanish La Liga soccer match between Elche and Barcelona in Elche, Spain, Sunday, Aug. 23, 2026. (AP Photo/Alberto Saiz)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Saiz</media:credit></media:content></item><item><title><![CDATA[Parents and teachers in Congo urge delay of school resumption as Ebola outbreak rages on]]></title><link>https://www.local10.com/health/2026/08/27/parents-and-teachers-in-congo-urge-delay-of-school-resumption-as-ebola-outbreak-rages-on/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/parents-and-teachers-in-congo-urge-delay-of-school-resumption-as-ebola-outbreak-rages-on/</guid><dc:creator><![CDATA[By CONSTANT SAME BAGALWA and OPE ADETAYO, Associated Press]]></dc:creator><description><![CDATA[BUNIA, Congo (AP) — Parents and teachers at the epicenter of Congo's fast-moving Ebola outbreak are urging authorities to delay the reopening of schools as infections continue to outpace efforts to contain the disease.]]></description><pubDate>Thu, 27 Aug 2026 15:28:45 +0000</pubDate><content:encoded><![CDATA[<p>BUNIA, Congo (AP) — Parents and teachers at the epicenter of Congo's fast-moving Ebola outbreak are urging authorities to delay the reopening of schools as infections continue to outpace efforts to contain the disease.</p><p>The Ebola outbreak centered in the eastern Ituri province is the fastest-growing in the disease's history and remains out of control with 5,713 confirmed cases, including 2,744 deaths, according to Congolese health authorities.</p><p>Schools are set to reopen across Congo on Sept. 1, but some teachers and parents in Ituri are urging authorities to delay the return, saying the Ebola outbreak still poses too great a risk to children.</p><p>Children aged 4 and below have the highest case-fatality rate of any age group in the outbreak, at 60%, according to available health data.</p><p>“We want to resume classes, but not at the cost of our lives,” Fazila Rebecca, a teacher in Ituri's capital of Bunia, told The Associated Press. “As long as the disease is circulating and protective measures remain inadequate, returning to the classroom means taking a risk we cannot ignore.”</p><p>The local Ituri teachers union met Tuesday in Bunia, urging authorities to assess the outbreak before deciding whether to reopen schools.</p><p>“We are not opposed to the resumption of classes, but we believe that the health and safety of teachers and students must be a priority,” said Budju Lobo Isaac, a teachers’ union representative.</p><p>Authorities in Ituri did not immediately respond to a request for comment.</p><p>The outbreak in eastern Congo is spreading under extremely difficult conditions, fueled by insecurity, displacement, a health workers' strike and intense population movements. The World Health Organization has said it remains out of control and is on track to surpass the 2014-2016 West Africa Ebola outbreak, the deadliest on record, which killed more than 11,000 people.</p><p>Although the current outbreak was declared in mid-May, officials believe it had been spreading since February. It has spread from three health zones to nearly 60, with most cases and deaths occurring outside the network of monitored contacts and within communities.</p><p>A key challenge in fighting the outbreak is that the rare Bundibugyo virus that is causing it has no approved vaccines or treatments, although clinical trials of potential vaccines and treatments have begun in the region.</p><p>Efforts to bring the outbreak under control — from limited public gatherings to social distancing and airport closures — have disrupted life in the six affected provinces, particularly Ituri, which has been ravaged by rebel violence.</p><p>The government has introduced measures, including installing health and sanitary equipment at some locations, but advocacy groups say more needs to be done to build trust within the community.</p><p>“Beyond the practical challenges, community acceptance remains critical,” said Greg Ramm, director for Save the Children in Congo. “The immediate priority is to ensure that every school, teacher and family has the information and resources they need to make the start of the school year as safe as possible for children.”</p><p>Espérance Dz’venga was shopping for school supplies Wednesday at Bunia's central market. She said she wants her children in school, but worries about their safety.</p><p>“As a parent, I want to see my children in school, but — like many other parents — what I want most is for them to come home healthy,” she said. “We are afraid that our children might be exposed at school and then bring the illness home.”</p><p>___ For more on Africa and development: https://apnews.com/hub/africa-pulse</p><p>The Associated Press receives financial support for global health and development coverage in Africa from the Gates Foundation. The 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/FZL3LT3CDMOPYLAN5V6HPLSI4I.jpg?auth=5fffde14457ef68f1a08a7971aae340cc61ce354bc3c7f31cc5a5a4cc6a5f2ac&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Parents who came for their children's school resumption sit inside an office of a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FGEMZSH7IUSCTYA34C6OSNKO5I.jpg?auth=27054a1d7aa5575c5351f2a48289ef07cb462512b0ecc8c1f423e92715203349&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A parent who came for her child's school resumption stands outside the school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4IYRHPR6B5MMRY5KDGFFUH2WUA.jpg?auth=95930b7b6486db24a3a01e3ef28595c4e5aa4deccc54ed7983bd1f0f9b5ecae8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A view of a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y7SKB23RPTBBYIJRHYGYLPYSM4.jpg?auth=9f54ef1d172633f6e4feded0c96dd43fb0d6aba44137a202520bc38942b81c5e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A parent who came for his child's school resumption washes his hands outside a school in Ituri province, eastern Congo, Thursday, Aug. 27, 2026. (AP Photo/Constant Same Bagalwa)]]></media:description><media:credit role="author" scheme="urn:ebu">Constant Same Bagalwa</media:credit></media:content></item><item><title><![CDATA[Tropical Storm Dolly forms in the Atlantic far from land, forecasters say]]></title><link>https://www.local10.com/weather/hurricane/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-far-from-land-forecasters-say/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-far-from-land-forecasters-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Associated Press]]></dc:creator><description><![CDATA[Tropical Storm Dolly formed Thursday morning in the Atlantic far from land, forecasters confirmed.]]></description><pubDate>Thu, 27 Aug 2026 14:58:56 +0000</pubDate><content:encoded><![CDATA[<p>Tropical Storm Dolly formed Thursday morning in the Atlantic far from land, forecasters confirmed.</p><p>According to the National Hurricane Center, Dolly formed over the central tropical Atlantic. Forecasters advised people in the Leeward Islands to monitor its progress.</p><p>Dolly was moving west at 24 mph with maximum sustained winds of 40 mph.</p><p>While Dolly formed just two days after the death of country music icon <a href="https://www.local10.com/entertainment/2026/08/25/country-music-icon-dolly-parton-dies-at-80/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/08/25/country-music-icon-dolly-parton-dies-at-80/">Dolly Parton</a>, the <a href="https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/" target="_self" rel="" title="https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/">naming of the storm is pure coincidence</a>, forecasters say.</p><p>Storm systems are named by procedures set by the World Meteorological Organization, and the lists of names are reused every six years. For the Atlantic region, the lists are alphabetical and alternate male and female names.</p><p>This season started with Tropical Storm Arthur coming ashore on the U.S. Gulf Coast in June, and Tropical Storm Bertha dumped rain in Louisiana and Texas in July. Tropical Storm Cristobal formed and quickly dissipated in the Atlantic earlier in August.</p><p>The National Oceanic and Atmospheric Administration has forecast a below-average Atlantic hurricane season due to El Nino. It forecast eight to 14 named storms, with three to six of them reaching hurricane strength and one to three of those intensifying to major hurricanes.</p><p>The NHC and other weather agencies name storms to easily communicate warnings about them to people and to avoid confusion. The WMO says names are chosen to be short, easy to pronounce and familiar to the regions of the world where the storm names are used. It meets regularly to evaluate potential names, and some names are retired for reasons of sensitivity, particularly for deadly or destructive storms.</p><p>One name from the 2025 season was retired, Melissa, which was a Category 5 hurricane that brought devastation to the Caribbean.</p>]]></content:encoded></item><item><title><![CDATA[Fuertes lluvias e inundaciones en centro-norte de Japón dejan varados a personas y vehículos]]></title><link>https://www.local10.com/espanol/2026/08/27/fuertes-lluvias-e-inundaciones-en-centro-norte-de-japon-dejan-varados-a-personas-y-vehiculos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/fuertes-lluvias-e-inundaciones-en-centro-norte-de-japon-dejan-varados-a-personas-y-vehiculos/</guid><dc:creator><![CDATA[Por MARI YAMAGUCHI, Associated Press]]></dc:creator><description><![CDATA[TOKIO (AP) — Lluvias torrenciales azotaron el jueves las prefecturas japonesas de Ishikawa y Toyama, en el centro-norte del país, lo que provocó inundaciones y deslizamientos de tierra, cerró carreteras y dejó a personas varadas en viviendas y vehículos anegados.]]></description><pubDate>Thu, 27 Aug 2026 14:49:28 +0000</pubDate><content:encoded><![CDATA[<p>TOKIO (AP) — Lluvias torrenciales azotaron el jueves las prefecturas japonesas de Ishikawa y Toyama, en el centro-norte del país, lo que provocó inundaciones y deslizamientos de tierra, cerró carreteras y dejó a personas varadas en viviendas y vehículos anegados.</p><p>La Agencia Meteorológica de Japón emitió la alerta de nivel 5 por lluvias intensas para partes de las prefecturas de Ishikawa y Toyama, e instó a los residentes de las zonas afectadas a tomar medidas de precaución ante posibles inundaciones y deslizamientos de tierra.</p><p>La lluvia amainó más tarde el jueves y la agencia rebajó la alerta por lluvias intensas a un nivel medio, pero advirtió a la población sobre la posibilidad de que se registren más lluvias y deslizamientos de tierra hasta la mañana del viernes.</p><p>La agencia pronosticó hasta 20 centímetros (7,8 pulgadas) de lluvia en las zonas de Kaga y Noto hasta la mañana del viernes. Las dos prefecturas recomendaron a más de 380.000 personas que se refugiaran en lugares más seguros.</p><p>Imágenes de la televisión pública NHK mostraron a varios residentes varados en la ciudad de Himi, en la prefectura de Toyama, siendo rescatados en una embarcación neumática por trabajadores de auxilio que avanzaban a pie por aguas que les llegaban a la altura de las rodillas. Varios vehículos que se habían detenido en calles inundadas fueron abandonados.</p><p>En la vecina prefectura de Ishikawa, al oeste de Toyama, 270 viviendas en tres municipios quedaron aisladas debido a las inundaciones, aunque las autoridades señalaron que no había reportes de heridos entre los residentes varados. Las fuertes lluvias también provocaron deslizamientos de tierra y el cierre de carreteras en Ishikawa.</p><p>El secretario jefe del gabinete, Minoru Kihara, indicó que varios ríos se desbordaron en las dos prefecturas, inundando muchas viviendas, sin que se informara de heridos.</p><p>El temporal provocó cortes de electricidad en más de 1.000 hogares en Toyama e Ishikawa, según la compañía Hokuriku Electric Power Co.</p><p>Las fuertes lluvias y las inundaciones generalizadas a principios de este mes en la prefectura de Chiba, al este de Tokio, dejaron 13 muertos.</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/RLHWENYUWX3FGOBNUSFOMVUGPM.jpg?auth=a3de0472c73836fc763cb4c7bbb2a95dc2d2d019bd2868cee5aa942801f96d0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un vehículo permanece en una calle inundada tras las fuertes lluvias en Himi, prefectura de Toyama, Japón, el jueves 27 de agosto de 2026. (Suo Takekuma/Kyodo News vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Suo Takekuma</media:credit></media:content></item><item><title><![CDATA[Broward County Animal Care seek ‘furever’ home for Smoke, other furry friends ]]></title><link>https://www.local10.com/pets/2026/08/27/broward-county-animal-care-seek-furever-home-for-smoke-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/27/broward-county-animal-care-seek-furever-home-for-smoke-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care is hoping to find a forever home for Smoke, a 2-year-old dog who has been at the shelter for about four months.]]></description><pubDate>Thu, 27 Aug 2026 14:31:30 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care is hoping to find a “furever” home for Smoke, a 2-year-old dog who has been at the shelter for about four months.</p><p><a href="https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/">Leer en español</a></p><p>According to shelter officials, Smoke came to BCAC as a stray and is considered a long-term dog, meaning he has been there for more than 100 days. Broward County Animal Care currently has more than 20 long-term dogs in need of adoption.</p><p>Staff describe Smoke as a moderately energized, treat-motivated dog who loves attention and cuddling. He weighs about 45 to 50 pounds, is potty trained and has finished teething.</p><p>Shelter officials say long stays can be stressful and boring for dogs, so they provide regular walks, time outside and mental stimulation.</p><p>For more information about Smoke and other dogs available for adoption, visit <a href="https://petadoptions.broward.org" target="_self" rel="" title="https://petadoptions.broward.org">petadoptions.broward.org</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[Broward County Animal Care busca hogar “para siempre” para Smoke y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/broward-county-animal-care-busca-hogar-para-siempre-para-smoke-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward County Animal Care espera encontrar un hogar para siempre para Smoke, un perro de 2 años que ha estado en el refugio durante unos cuatro meses.]]></description><pubDate>Thu, 27 Aug 2026 14:42:09 +0000</pubDate><content:encoded><![CDATA[<p>Broward County Animal Care espera encontrar un hogar “para siempre” para Smoke, un perro de 2 años que ha estado en el refugio durante unos cuatro meses.</p><p>Según funcionarios del refugio, Smoke llegó a BCAC como perro callejero y es considerado un perro de larga estadía, lo que significa que ha permanecido allí durante más de 100 días. Broward County Animal Care tiene actualmente más de 20 perros de larga estadía que necesitan ser adoptados.</p><p>El personal describe a Smoke como un perro de energía moderada, motivado por las golosinas, al que le encanta recibir atención y acurrucarse. Pesa entre 45 y 50 libras, está entrenado para hacer sus necesidades y ya terminó la etapa de dentición.</p><p>Funcionarios del refugio dicen que las estadías prolongadas pueden ser estresantes y aburridas para los perros, por lo que les proporcionan paseos regulares, tiempo al aire libre y estimulación mental.</p><p>Para obtener más información sobre Smoke y otros perros disponibles para adopción, visite <a href="https://petadoptions.broward.org/" target="_blank" rel="noreferrer" title="https://petadoptions.broward.org/">petadoptions.broward.org</a>.</p>]]></content:encoded></item><item><title><![CDATA[Coral Gables police to investigate claims of false testimony tied to development project]]></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[Coral Gables police are expected to investigate allegations that some people who spoke in support of a development project at a recent city commission meeting may have provided false addresses and misrepresented themselves as city residents.]]></description><pubDate>Wed, 26 Aug 2026 22:33:20 +0000</pubDate><content:encoded><![CDATA[<p>Coral Gables police are expected to investigate allegations that some people who spoke in support of a development project at a recent city commission meeting may have provided false addresses and misrepresented themselves as city residents.</p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/">Leer en español</a></p><p>The allegations were presented Tuesday by attorney David Winker, who is representing community activist Bonnie Bolton in her effort to preserve the<a href="https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/"> Garden of Our Lord.</a></p><p>“We can’t have people coming in and just manufacturing support for these projects,” Winker said.</p><p>Bolton called the allegations “massive corruption” that she believes tainted the process surrounding the preservation fight.</p><p>The issue began with observations made by Coral Gables resident Omar Packard, who said he became suspicious after watching people speak in favor of the development project.</p><p>“We started noticing these people that they seemed to need to look at their cellphone to recite their addresses,” Packard said.</p><p>Packard said he began writing down the addresses provided during public comment and checking them.</p><p>“I found a lot of them didn’t even exist or were commercial buildings,” he said.</p><p>He then began visiting some of the addresses in person.</p><p>According to Packard, the people he spoke with said the speakers did not live there.</p><p>“They came here, they took these addresses, they misrepresented themselves, and they stole our voices,” Packard said.</p><p>Packard shared his findings with Bolton, who then provided them to Winker.</p><p>Winker presented the allegations to commissioners and requested that the vote on the development project be deferred.</p><p>“Every single address that we checked was fraudulent,” Winker told the commission.</p><p>Winker said he believes the allegations should be investigated by law enforcement.</p><p>“You can’t take an oath and say something that’s false,” he said. “That’s a crime.”</p><p>He later added, “I think that law enforcement really needs to take a hard look at this. Who are these people?”</p><p>Despite the request for a delay, commissioners moved forward with the development item, approving it in a 3-1 vote.</p><p>Commissioner Melissa Castro voted against the project and said the allegations raised serious questions about the integrity of the process.</p><p>“As soon as I saw this presentation, I was floored,” Castro said.</p><p>Castro said she already had concerns about the project itself, arguing that it does not fit with the surrounding neighborhood and is out of character with the historic area.</p><p>But she said the allegations of false testimony gave her another reason to oppose moving forward with the vote.</p><p>“I don’t believe that vote should have taken place that day,” Castro said. “I believe that really messed with the integrity of the record.”</p><p>“If there was false testimony, what else was false?” she added. “Now it’s questionable.”</p><p>The commission also unanimously approved a motion by Mayor Vince Lago, seconded by Castro, calling for the allegations to be referred to the appropriate authorities.</p><p>“If people showed up here and lied to the commission saying they are residents of the City Beautiful, I want to make sure that goes to the necessary authorities,” Lago said during the meeting.</p><p>Castro said she wants to know who may have been behind the alleged misrepresentations.</p><p>“When you have fictitious people, or impersonating people that live in the area, it’s a huge deal,” she said.</p><p>She added that if the investigation does not involve the appropriate agencies, she plans to continue pursuing the issue herself.</p><p>“It hinders democracy,” Castro said.</p><p>A spokesperson for the developer connected to the agenda item said in a statement that the company was surprised by the allegations.</p><p>“We were surprised and deeply disappointed by the actions alleged by Mr. Winker,” the statement read in part. “They do not reflect who we are or how we operate.”</p><p>A spokesperson for the City of Coral Gables told Local 10 that police will investigate some of the claims raised during the commission meeting.</p><p>Winker said the issue goes beyond one development project.</p><p>“I think that it’s so fundamental to our democracy,” he said. “We can’t have people just coming in and lying in official proceedings.”</p><p>Read the full statement from the developer below: </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[Policía de Coral Gables investigará denuncias de falso testimonio relacionado con proyecto de desarrollo]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-de-coral-gables-investigara-denuncias-de-falso-testimonio-relacionado-con-proyecto-de-desarrollo/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Se espera que la policía de Coral Gables investigue las acusaciones de que algunas personas que hablaron en apoyo de un proyecto de desarrollo durante una reciente reunión de la comisión de la ciudad podrían haber proporcionado direcciones falsas y haberse presentado falsamente como residentes de la ciudad.]]></description><pubDate>Thu, 27 Aug 2026 14:38:28 +0000</pubDate><content:encoded><![CDATA[<p>Se espera que la policía de Coral Gables investigue las acusaciones de que algunas personas que hablaron en apoyo de un proyecto de desarrollo durante una reciente reunión de la comisión de la ciudad podrían haber proporcionado direcciones falsas y haberse presentado falsamente como residentes de la ciudad.</p><p>Las acusaciones fueron presentadas el martes por el abogado David Winker, quien representa a la activista comunitaria Bonnie Bolton en su esfuerzo por preservar el Garden of Our Lord.</p><p>“No podemos permitir que la gente venga y simplemente fabrique apoyo para estos proyectos”, dijo Winker.</p><p>Bolton calificó las acusaciones de “corrupción masiva” que, según cree, contaminó el proceso relacionado con la lucha por la preservación.</p><p>El asunto comenzó con observaciones hechas por Omar Packard, residente de Coral Gables, quien dijo que comenzó a sospechar después de ver a personas hablar a favor del proyecto de desarrollo.</p><p>“Comenzamos a notar que estas personas parecían necesitar mirar sus teléfonos celulares para recitar sus direcciones”, dijo Packard.</p><p>Packard dijo que comenzó a anotar las direcciones proporcionadas durante los comentarios públicos y a verificarlas.</p><p>“Descubrí que muchas de ellas ni siquiera existían o eran edificios comerciales”, dijo.</p><p>Luego comenzó a visitar personalmente algunas de las direcciones.</p><p>Según Packard, las personas con las que habló dijeron que quienes intervinieron en la reunión no vivían allí.</p><p>“Vinieron aquí, tomaron estas direcciones, se presentaron falsamente y nos robaron nuestras voces”, dijo Packard.</p><p>Packard compartió sus hallazgos con Bolton, quien luego se los proporcionó a Winker.</p><p>Winker presentó las acusaciones a los comisionados y solicitó que se aplazara la votación sobre el proyecto de desarrollo.</p><p>“Cada una de las direcciones que verificamos era fraudulenta”, dijo Winker a la comisión.</p><p>Winker dijo que cree que las acusaciones deben ser investigadas por las autoridades.</p><p>“No se puede prestar juramento y decir algo que es falso”, dijo. “Eso es un delito”.</p><p>Más tarde agregó: “Creo que las autoridades realmente necesitan examinar esto detenidamente. ¿Quiénes son estas personas?”</p><p>A pesar de la solicitud de aplazamiento, los comisionados siguieron adelante con el proyecto de desarrollo y lo aprobaron con una votación de 3-1.</p><p>La comisionada Melissa Castro votó en contra del proyecto y dijo que las acusaciones plantearon serias dudas sobre la integridad del proceso.</p><p>“En cuanto vi esta presentación, quedé atónita”, dijo Castro.</p><p>Castro dijo que ya tenía inquietudes sobre el proyecto en sí, argumentando que no encaja con el vecindario circundante y no está en consonancia con el carácter de la zona histórica.</p><p>Pero dijo que las acusaciones de falso testimonio le dieron otra razón para oponerse a seguir adelante con la votación.</p><p>“No creo que esa votación debió realizarse ese día”, dijo Castro. “Creo que realmente afectó la integridad del registro”.</p><p>“Si hubo falso testimonio, ¿qué más fue falso?”, agregó. “Ahora es cuestionable”.</p><p>La comisión también aprobó por unanimidad una moción del alcalde Vince Lago, secundada por Castro, para que las acusaciones fueran remitidas a las autoridades correspondientes.</p><p>“Si personas se presentaron aquí y mintieron a la comisión diciendo que son residentes de la Ciudad Bella, quiero asegurarme de que esto llegue a las autoridades correspondientes”, dijo Lago durante la reunión.</p><p>Castro dijo que quiere saber quién pudo haber estado detrás de las presuntas tergiversaciones.</p><p>“Cuando hay personas ficticias, o personas que se hacen pasar por gente que vive en el área, es algo muy serio”, dijo.</p><p>Agregó que si la investigación no involucra a las agencias correspondientes, planea continuar investigando el asunto por su cuenta.</p><p>“Obstaculiza la democracia”, dijo Castro.</p><p>Un portavoz del desarrollador relacionado con el punto de la agenda dijo en un comunicado que la compañía estaba sorprendida por las acusaciones.</p><p>“Nos sorprendieron y decepcionaron profundamente las acciones denunciadas por el señor Winker”, decía en parte el comunicado. “No reflejan quiénes somos ni cómo operamos”.</p><p>Un portavoz de la ciudad de Coral Gables dijo a Local 10 que la policía investigará algunas de las acusaciones planteadas durante la reunión de la comisión.</p><p>Winker dijo que el asunto va más allá de un solo proyecto de desarrollo.</p><p>“Creo que es algo fundamental para nuestra democracia”, dijo. “No podemos permitir que la gente simplemente venga y mienta en procedimientos oficiales”.</p><p>Lea a continuación el comunicado completo del desarrollador:</p><blockquote><p>“Nos sorprendieron y decepcionaron profundamente las acciones denunciadas por el señor Winker. No reflejan quiénes somos ni cómo operamos.</p><p>“Durante 40 años, Fifield ha construido su reputación sobre la confianza y una verdadera colaboración con las comunidades a las que servimos. Este proyecto no es la excepción.</p><p>“En el centro de este proyecto hay una promesa a Crystal Academy y sus estudiantes: un hogar permanente y sin pago de alquiler durante los próximos 99 años. Seguimos plenamente comprometidos a cumplirla y a mantener una total transparencia con la Comisión de la Ciudad y la comunidad de Coral Gables a medida que avanza este proceso”.</p><p class="citation">Portavoz de Fifield</p></blockquote><p>Comunicado oficial de la ciudad de Coral Gables:</p><blockquote><p>“Para aclarar, la Comisión de la Ciudad no votó para abrir una investigación penal por parte del Departamento de Policía de Coral Gables. La Comisión solicitó que el Departamento de Policía investigue las denuncias de una de las partes y remita cualquier acusación pertinente relacionada con las direcciones de los oradores a las autoridades correspondientes para su revisión. El Departamento de Policía de Coral Gables investigará algunas de las denuncias planteadas.</p><p>“Debido a que el asunto será remitido para su revisión, la ciudad no puede especular sobre si se pudo haber violado alguna ley ni caracterizar las acusaciones como fraude, perjurio u otro posible delito. Esos son asuntos que corresponde determinar a las autoridades pertinentes.</p><p>“Por separado, la Comisión aprobó los diversos puntos relacionados con una votación de 3-1. El comisionado Ariel Fernandez no asistió a la reunión.</p><p>“La decisión de la Comisión sobre el uso de terrenos se basó en evidencia sustancial y competente que consta en el expediente; por lo tanto, la remisión de las acusaciones por separado no impide que los puntos sigan adelante”.</p><p class="citation">Ciudad de Coral Gables</p></blockquote><p>Para ver la presentación completa de Winker ante la comisión de la ciudad, <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">haga clic aquí</a>.</p>]]></content:encoded></item><item><title><![CDATA[Iran scrambles to sustain trade as US threatens to sanction countries that refuse to break ties]]></title><link>https://www.local10.com/business/2026/08/27/iran-scrambles-to-sustain-trade-as-us-threatens-to-sanction-countries-that-refuse-to-break-ties/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/iran-scrambles-to-sustain-trade-as-us-threatens-to-sanction-countries-that-refuse-to-break-ties/</guid><dc:creator><![CDATA[By KAREEM CHEHAYEB and SAM McNEIL, Associated Press]]></dc:creator><description><![CDATA[BEIRUT (AP) — Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.]]></description><pubDate>Thu, 27 Aug 2026 14:33:36 +0000</pubDate><content:encoded><![CDATA[<p>BEIRUT (AP) — Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.</p><p>A decision by the United Arab Emirates to suspend trade relations with Iran last week kick-started the White House’s latest attempt to isolate Tehran into submission. Iran entered the war with its foreign commerce concentrated among a relatively small group of countries, leaving it with fewer places to turn now.</p><p>The success of the U.S. strategy will largely hinge on China, the main buyer of Iranian oil and its top trading partner. Russia, a fellow target of sweeping U.S.-led sanctions, has a military conflict and economic crisis of its own and probably can’t offer longtime ally Iran much hard financial support.</p><p>Regional partners like Turkey, Pakistan and Iraq maintain important relationships with both Iran and the U.S., giving them reason to avoid exposure to the secondary sanctions that Treasury Secretary Scott Bessent said awaited nations that did not cut economic ties with Iran.</p><p>“Those who stand with the United States will reap the rewards of our partnership,” Bessent said Monday while outlining the plan he called “Operation Economic Outcast.” “Those who tether themselves to the Iranian regime should expect to share in the isolation.”</p><p>The Emirates will be hard for Iran to replace as a conduit for foreign goods and payments</p><p>Despite Western sanctions, Iran in 2024 exchanged $125 billion worth of goods globally, according to Trade Data Monitor, a private firm. Iran is not a member of the World Trade Organization.</p><p>The bulk of its declared international trade, though, was with a handful of partners. The UAE, China and Turkey supplied nearly three-quarters of Iran’s merchandise imports. Four countries — China, Iraq, the UAE and Turkey — accounted for more than two-thirds of its non-oil exports.</p><p>On the supply side, the UAE held outsized importance. It was Iran's biggest source of imported items and a gateway to financial channels that helped Iranian businesses make and receive international payments. Both roles kept Iran connected to the global economy.</p><p>As a re-export hub, the UAE processed shipments from foreign suppliers reluctant to deal directly with Iranian customers.</p><p>“From Iran’s perspective, the UAE can be replaced, but the Iranians are openly saying it’s not going to happen overnight,” said Alex Vatanka, a senior fellow at the Middle East Institute in Washington.</p><p>China has deep economic ties to Iran but depends less on the relationship</p><p>Beijing has economic interests in the Persian Gulf beyond Iran, and so far has avoided getting drawn into the conflict the U.S. and Israel initiated. China buys the overwhelming majority of Iran’s crude through opaque trading networks that bypass sanctions.</p><p>Its manufacturing clout and stranglehold on critical mineral supplies nonetheless give Beijing more room than Iran's other partners to resist U.S. pressure, said David Lubin, a senior research fellow at Chatham House. Aggressive action against major Chinese banks and businesses could revive trade tensions as Chinese leader Xi Jinping prepares to meet with President Donald Trump in Washington next month.</p><p>“I don’t see China playing ball by any means,” Lubin said.</p><p>China is both Iran's largest reported export market and a supplier of essential parts and products, according to WTO and U.N. data.</p><p>During the Obama administration, Beijing did agree to reduce energy imports from Iran, said Atlantic Council fellow Daniel Fried, a former U.S. ambassador to Poland.</p><p>“We will want the Chinese to go a lot farther than they have gone in the past,” Fried said. “But it’s a lot harder now.”</p><p>China has experience helping an ally survive sanctions: it has long been North Korea’s economic lifeline and main diplomatic backer. Experts say China has avoided fully enforcing U.N. sanctions on North Korea and sent clandestine aid to help its impoverished neighbor stay afloat.</p><p>Expanding bilateral trade would create problems for Iran's neighbors</p><p>Iranian Parliament Speaker Mohammad Bagher Qalibaf, who has been his country's lead negotiator over the past six months, was in Iraq the day of the UAE's trade suspension. A purpose of his visit, he said, was “speeding up efforts to expand joint cooperation among all countries in the region, without foreign interference.”</p><p>The U.S. dollar's preeminence in international trade and finance, however, means none of Iran's trading partners would antagonize Washington lightly, Vatanka said. “We’re still at a point where if the U.S. wants to hurt you, it will matter,” he said.</p><p>Underscoring potential consequences, Turkey settled a yearslong U.S. dispute in July over the role of a state-owned bank in helping Iran evade sanctions through an oil-for-gold scheme. Trump also moved to lift sanctions on its fellow NATO member stemming from Turkey's purchase of a sophisticated Russian missile system.</p><p>“I really don’t think Turkey would like to become the next country helping Iran to evade sanctions right now,” said Riccardo Gasco, an analyst at the IstanPol think tank in Istanbul.</p><p>Iran is a vital import source for Iraq and retains influence there through allied political factions and armed groups. Baghdad has sought closer economic and security ties with Washington. Since it invaded Iraq in 2003, the U.S. has significant control over the nation's foreign currency reserves because they are housed in the Federal Reserve Bank in New York.</p><p>Oman, a frequent intermediary between Washington and Tehran, has found its balancing act suddenly precarious. Trump threatened Oman last week over its ongoing negotiations with Iran on the future management of the Strait of Hormuz.</p><p>One easy route for goods slipping past sanctions on Iran would be ports like Gwadar near the Persian Gulf in Pakistan, said Peter Harrell, a visiting scholar at Georgetown University.</p><p>“Ship an intermodal container of drone parts to one of the ports in western Pakistan and unload it onto a truck and have it driven across the border into Iran,” he said.</p><p>While Pakistan, a key ally and economic partner of China in the region, wants to increase trade with Iran, it faces competing pressures. It is serving as a key mediator between Tehran and Washington and has deep security ties with Saudi Arabia, Iran’s longtime regional rival.</p><p>Caspian Sea trade route alternatives unlikely to grow quickly</p><p>With the Strait of Hormuz mostly blocked and Russia's war with Ukraine endangering ships on the Black Sea, Iran has sought to develop a “road of life” on the Caspian Sea, said Nikita Smagin, an independent analyst and a former Russian state news agency correspondent in Tehran.</p><p>Russia reportedly sent drones to Iran this year, repaying Tehran's favor after Moscow's full-scale invasion of Ukraine. It also rerouted exports to Iran via Caspian Sea ports like Astrakhan. Agricultural products make up 80% of Russia and Iran's reported trade.</p><p>“Both economies are exporting natural resources and have little to offer each other,” Smagin said.</p><p>The other countries that border the Caspian — Azerbaijan, Turkmenistan and Kazakhstan — probably won’t rush to join in, said Umud Shokri, a fellow at George Mason University.</p><p>Yet Russia and Iran are already in an “axis of the sanctioned,” said Mark Galeotti, executive director of the Mayak Intelligence firm. For decades the pair have collaborated to thwart trade restrictions, and increasing bilateral trade in both “strategic goods” and contraband like military technology, microchips and Gucci handbags could be a next step.</p><p>“Pomegranates and tomatoes only go so far,” he said.</p><p>___</p><p>McNeil reported from Brussels. Associated Press writers Amir Vahdat in Tehran and Dasha Litvinova in Tallinn, Estonia, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/74A5ZUFBBEXOSGK2K5TYGSSZ44.jpg?auth=09fab8dbb2cfc323930832e1168f86af53e81d5008040c4539636ad640dd19d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks away after watching a black plume of smoke rise from a warehouse in the industrial area of Sharjah City, United Arab Emirates, March 1, 2026, following reports of Iranian strikes in Dubai. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/P76IM6RAOJQPQNIIGYXKDEPLDI.jpg?auth=5fb7db10707b6025457be6af15ebf1a1975bbdeec2e199b24e81b611655cf81d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A map showing Iran and its neighbors. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MGTW7JGZY3D54TCHQI73XHLGHA.jpg?auth=2819a800c03d402981e05fb7fce115d12c06a3b6ead1fcd38ae9a0aa8dd356e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE -A carpet seller sits at his shop in the old main bazaar in Tehran, Iran, June 23, 2019. (AP Photo/Ebrahim Noroozi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ebrahim Noroozi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LAPW5PO6ICXYOOA5NA2ULUTXAQ.jpg?auth=386cc976ed54ec7318ba401b191bc6c0ae78d46d4620fcbc02b3b9371da61ed1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this picture released by the official website of the office of the Iranian supreme leader Supreme Leader Ayatollah Ali Khamenei, right, and Russian President Vladimir Putin greet each other during their meeting in Tehran, Iran, July 19, 2022. (Office of the Iranian Supreme Leader via AP, File)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DYAPQ7KCIR2GE57NYMWLOFIUZ4.jpg?auth=774f3f6e9806215857304e6eae185395998c293f07d38d78a31dd2bc12575ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pakistan Navy ships berth at Gwadar port in the coastal city of Gwadar in the southwest Pakistani province of Balochistan on Jan. 15, 2025. (AP Photo/Anjum Naveed, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Anjum Naveed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6WQRVEVKMKHIOOHU7TXG222AU.jpg?auth=c1e3ad8189a19afde71f764b68bfbb35be96f1785734406c50cb648db168aeb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People fish along a pier near Mutrah Corniche in Muscat, Oman, on Feb. 6, 2026. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content></item><item><title><![CDATA[Invest 96L trying to form, but unlikely to get very far]]></title><link>https://www.local10.com/weather/hurricane/2026/08/27/invest-96l-trying-to-form-but-unlikely-to-get-very-far/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/27/invest-96l-trying-to-form-but-unlikely-to-get-very-far/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A strong tropical disturbance that rolled off Africa to start the week – since designated Invest 96L by the National Hurricane Center – is doing its best Little-Engine-That-Could impression this morning and appears to be nearing tropical depression or storm status in the eastern Atlantic.]]></description><pubDate>Thu, 27 Aug 2026 14:15:50 +0000</pubDate><content:encoded><![CDATA[<p>A strong tropical disturbance that rolled off Africa to start the week – since designated Invest 96L by the National Hurricane Center – is doing its best Little-Engine-That-Could impression this morning and appears to be nearing tropical depression or storm status in the eastern Atlantic.</p><p><a href="https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/">Leer en español</a></p><p>Early Thursday, the National Hurricane Center upped development odds to 90% that 96L will become the Atlantic hurricane season’s next system.</p><figure><img src="https://www.local10.com/resizer/v2/GEYOAS7BX5DBHO3ARUUY2O6SGY.PNG?auth=45c249d5c3ad53ced0e3fb8e99f618b66d23a1c6ca05dfab4070139bd1eea198&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The missing piece of information to give 96L the upgrade is whether its circulation is closed off, something not easily gleaned from traditional nighttime satellite. Daytime satellite should help in this determination, along with satellite wind estimates that arrive from occasional passes of certain polar-orbiting satellites.</p><p>Whether 96L becomes Tropical Depression Four or Tropical Storm Dolly, it looks to have a short shelf life thanks to a wall of wind shear it will run into this weekend as it approaches the easternmost Caribbean islands, something we’ve covered extensively in newsletters this week.</p><p>This ribbon of wind shear – anchored across the Caribbean and into the Atlantic’s Main Development Region – has been a thorn in the side of wannabe storms all season and is courtesy of the historic Super El Niño that’s developed over the eastern equatorial Pacific.</p><p>Intensity models show the most likely outcome, which is at most a weak and short-lived tropical storm.</p><figure><img src="https://www.local10.com/resizer/v2/WP32X5W64VFY7NNK6FONAC3NQ4.png?auth=5f954c86585f7e82c31d5612853b063e0794b8adde65cad968bf21f23a5a031b&smart=true&width=1200&height=900" alt="Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com.</figcaption></figure><p>Though 96L or what develops from it will move near or over parts of the Lesser Antilles starting this weekend followed by Puerto Rico, the Virgin Islands, the Dominican Republic, and Haiti for early next week, it won’t pose a serious widespread wind or heavy rain threat.</p><h3><b>Re-development next week unlikely</b></h3><p>The big question earlier this week was whether 96L would survive the shear zone and try to stage a second act over the southwestern Atlantic for the middle part of next week. That question appears to have a decided answer today.</p><p>The one-two combo of high shear and interaction with the Caribbean islands early next week should keep 96L sufficiently disorganized and weak that it won’t be able to recover on the other side. The already low odds of a comeback have continued to trend lower and that scenario is off the table for now.</p><figure><img src="https://www.local10.com/resizer/v2/VRTOJXEMBVE33AY5YD36SUZKM4.png?auth=95ba7b9e19fc0c9c56562dcef701b8654dab60d178043bfec4d37fdabaf25352&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%)." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%).</figcaption></figure><p>So it appears this year’s Super El Niño will claim another victim with 96L, extending the Atlantic’s hurricane drought into September and ensuring any storm contenders have an uphill climb as we approach the traditional peak of the hurricane season.</p><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CPYVHDDDBCDRPB3X3E4KQFQMA.png?auth=7461785b3d4d048e75ba1fd5328d36a2f8e0e6bfc33e6749dda51eedd30dd8d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite showing Invest 96L (bottom right) over the eastern Atlantic. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Invest 96L intenta formarse, pero es poco probable que llegue muy lejos]]></title><link>https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/invest-96l-intenta-formarse-pero-es-poco-probable-que-llegue-muy-lejos/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Una fuerte perturbación tropical que salió de África al comenzar la semana, desde entonces designada Invest 96L por el Centro Nacional de Huracanes, está haciendo su mejor imitación de “La pequeña locomotora que sí pudo” esta mañana y parece estar cerca de alcanzar la categoría de depresión o tormenta tropical en el Atlántico oriental.]]></description><pubDate>Thu, 27 Aug 2026 14:32:27 +0000</pubDate><content:encoded><![CDATA[<p>Una fuerte perturbación tropical que salió de África al comenzar la semana, desde entonces designada Invest 96L por el Centro Nacional de Huracanes, está haciendo su mejor imitación de “La pequeña locomotora que sí pudo” esta mañana y parece estar cerca de alcanzar la categoría de depresión o tormenta tropical en el Atlántico oriental.</p><p>A primeras horas del jueves, el Centro Nacional de Huracanes aumentó a 90% las probabilidades de desarrollo de 96L y de que se convierta en el próximo sistema de la temporada de huracanes del Atlántico.</p><figure><img src="https://www.local10.com/resizer/v2/GEYOAS7BX5DBHO3ARUUY2O6SGY.PNG?auth=45c249d5c3ad53ced0e3fb8e99f618b66d23a1c6ca05dfab4070139bd1eea198&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La información que falta para elevar la categoría de 96L es determinar si su circulación está cerrada, algo que no se puede discernir fácilmente con las imágenes satelitales nocturnas tradicionales. Las imágenes satelitales diurnas deberían ayudar a determinarlo, junto con las estimaciones de vientos por satélite que llegan durante los pases ocasionales de ciertos satélites de órbita polar.</p><p>Ya sea que 96L se convierta en la Depresión Tropical Cuatro o en la Tormenta Tropical Dolly, parece que tendrá una corta duración debido a un muro de cizalladura del viento que encontrará este fin de semana mientras se acerca a las islas más orientales del Caribe, algo que hemos cubierto ampliamente en los boletines de esta semana.</p><p>Esta franja de cizalladura del viento, establecida sobre el Caribe y extendiéndose hacia la Región Principal de Desarrollo del Atlántico, ha sido un obstáculo para las tormentas que han intentado formarse durante toda la temporada y es consecuencia del histórico súper El Niño que se ha desarrollado sobre el Pacífico ecuatorial oriental.</p><p>Los modelos de intensidad muestran el resultado más probable, que sería, como máximo, una tormenta tropical débil y de corta duración.</p><figure><img src="https://www.local10.com/resizer/v2/WP32X5W64VFY7NNK6FONAC3NQ4.png?auth=5f954c86585f7e82c31d5612853b063e0794b8adde65cad968bf21f23a5a031b&smart=true&width=1200&height=900" alt="Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Intensity guidance for Invest 96L indicating a weak and short-lived system due to largely hostile conditions ahead of it this weekend. Credit: TropicalTidbits.com.</figcaption></figure><p>Aunque 96L o lo que se desarrolle a partir de este sistema pasará cerca o sobre partes de las Antillas Menores a partir de este fin de semana, seguido por Puerto Rico, las Islas Vírgenes, República Dominicana y Haití a principios de la próxima semana, no representará una amenaza seria y generalizada de fuertes vientos o lluvias intensas.</p><h3><b>Es poco probable que vuelva a desarrollarse la próxima semana</b></h3><p>La gran pregunta a principios de esta semana era si 96L sobreviviría a la zona de cizalladura e intentaría una segunda etapa sobre el Atlántico suroccidental a mediados de la próxima semana. Esa pregunta parece tener hoy una respuesta definitiva.</p><p>La combinación de la fuerte cizalladura y la interacción con las islas del Caribe a principios de la próxima semana debería mantener a 96L lo suficientemente desorganizado y débil como para que no pueda recuperarse al otro lado. Las ya bajas probabilidades de que resurja han continuado disminuyendo y ese escenario queda descartado por ahora.</p><figure><img src="https://www.local10.com/resizer/v2/VRTOJXEMBVE33AY5YD36SUZKM4.png?auth=95ba7b9e19fc0c9c56562dcef701b8654dab60d178043bfec4d37fdabaf25352&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%)." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to within about 75 miles of a given location from Google DeepMind’s 1,000-member machine learning-based ensemble system. Although the model has ratcheted up short-term development odds with 96L, consistent with NHC’s increasingly bullish odds Thursday, the modeling system has trended downward on a re-development scenario over the southwestern Atlantic for the middle part of next week (odds now below 5%).</figcaption></figure><p>Así que parece que el súper El Niño de este año se cobrará otra víctima con 96L, prolongando hasta septiembre la sequía de huracanes en el Atlántico y asegurando que cualquier sistema con potencial de convertirse en tormenta enfrente un camino cuesta arriba a medida que nos acercamos al pico tradicional de la temporada de huracanes.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7CPYVHDDDBCDRPB3X3E4KQFQMA.png?auth=7461785b3d4d048e75ba1fd5328d36a2f8e0e6bfc33e6749dda51eedd30dd8d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning satellite showing Invest 96L (bottom right) over the eastern Atlantic. Credit: NOAA/CIRA.]]></media:description></media:content></item><item><title><![CDATA[Policía de Coral Springs busca a adolescente de 16 años desaparecido, visto por última vez en bicicleta eléctrica]]></title><link>https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La policía de Coral Springs pidió el jueves la ayuda del público para localizar a un adolescente de 16 años que, según informaron, fue reportado como desaparecido.]]></description><pubDate>Thu, 27 Aug 2026 14:20:32 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Coral Springs pidió el jueves la ayuda del público para localizar a un adolescente de 16 años que, según informaron, fue reportado como desaparecido.</p><p>La policía dijo que Eli Brown fue visto por última vez el miércoles alrededor de las 4:30 p.m. cerca de la intersección de Northwest 38th Street y 115th Avenue.</p><p>Indicaron que mide aproximadamente 5 pies y 6 pulgadas de estatura y pesa alrededor de 170 libras.</p><p>Según los investigadores, Eli fue visto por última vez vistiendo una camisa negra de manga larga y pantalones deportivos negros. Dijeron que salió del área en una bicicleta eléctrica negra y blanca.</p><figure><img src="https://www.local10.com/resizer/v2/YZQLAZDZRNDFZNRU4OJDK2ZWXI.jpg?auth=28251885dcc674b7e45a2fc3c7fe46bdee575a4391dafaa0e4edd0627f0c0aa4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Se pide a cualquier persona que vea a Eli o tenga información sobre su paradero que llame al Departamento de Policía de Coral Springs al 954-344-1800.</p>]]></content:encoded></item><item><title><![CDATA[Coral Springs police seek missing boy, 16, last seen on e-bike]]></title><link>https://www.local10.com/news/local/2026/08/27/coral-springs-police-seek-missing-boy-16-last-seen-on-e-bike/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/27/coral-springs-police-seek-missing-boy-16-last-seen-on-e-bike/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Coral Springs police asked for the public’s help Thursday in locating a 16-year-old boy who they say was reported missing. ]]></description><pubDate>Thu, 27 Aug 2026 14:06:24 +0000</pubDate><content:encoded><![CDATA[<p>Coral Springs police asked for the public’s help Thursday in locating a 16-year-old boy who they say was reported missing. </p><p><a href="https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/policia-de-coral-springs-busca-a-adolescente-de-16-anos-desaparecido-visto-por-ultima-vez-en-bicicleta-electrica/">Leer en español</a></p><p>Police said Eli Brown was last seen Wednesday at about 4:30 p.m. near the intersection of Northwest 38th Street and 115th Avenue. </p><p>They said he is approximately 5 feet, 6 inches tall and weighs about 170 pounds.</p><p>According to investigators, Eli was last seen wearing a long-sleeve black shirt and black sweatpants. They said he left the area on a black and white e-bike.</p><figure><img src="https://www.local10.com/resizer/v2/YZQLAZDZRNDFZNRU4OJDK2ZWXI.jpg?auth=28251885dcc674b7e45a2fc3c7fe46bdee575a4391dafaa0e4edd0627f0c0aa4&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Anyone who sees Eli or has information about his whereabouts is urged to call the Coral Springs Police Department at 954-344-1800.</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><a href="https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/">Leer en español</a></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[Fanáticos de Nashville rinden homenaje a Dolly Parton]]></title><link>https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/fanaticos-de-nashville-rinden-homenaje-a-dolly-parton/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Desde flores afuera de su casa hasta notas dejadas en murales por toda la ciudad, los fanáticos en Nashville están encontrando sus propias maneras de recordar a Dolly Parton.]]></description><pubDate>Thu, 27 Aug 2026 14:24:42 +0000</pubDate><content:encoded><![CDATA[<p>Desde flores afuera de su casa hasta notas dejadas en murales por toda la ciudad, los fanáticos en Nashville están encontrando sus propias maneras de recordar a Dolly Parton.</p><p>Su presencia se siente en toda la Ciudad de la Música, donde la gente lamenta la pérdida de un ícono de la música country que, según dicen, dio tanto al mundo.</p><p>“Pensé que iba a vivir para siempre”, dijo Joann Kirkman.</p><p>“Ahora está en el cielo con los ángeles de Dios cantándonos a todos y es cierto, siempre la amaremos”, dijo Emily Tansill.</p><p>Flores y mensajes de fanáticos rodean la estrella de Parton afuera del Salón de la Fama de la Música Country.</p><p>A unas cuadras de distancia se encuentra su proyecto más reciente, el Songteller Hotel. Todavía no está abierto, pero los fanáticos ya han creado un memorial.</p><p>“El tipo de persona que es, es muy raro que la gente quiera hacer tanto bien en este mundo como lo hace Dolly”, dijo Mandy Madson.</p><p>Afuera de su casa hay una montaña de flores y homenajes mientras un flujo constante de personas se toma un momento para presentar sus respetos.</p><p>“Era simplemente un tesoro mundial que todos amaban y creo que nadie estaba en desacuerdo con eso”, dijo Garrett Webb.</p><p>En el este de Tennessee, Dollywood abrió el día después de su fallecimiento, y el parque temático dijo que el espectáculo debe continuar como Dolly hubiera querido.</p><p>El espectáculo también continuó en el Grand Ole Opry, donde Parton hizo su debut con apenas 13 años cuando todavía estaba en el Ryman.</p><p>Una fanática recordó las ocasiones en que el coro de su iglesia cantó con Parton.</p><p>“Nuestro coro acompañó a Dolly dos veces, en los Country Music Awards en 1989 y luego en 1990 en los Dove Awards”, dijo la fanática.</p><p>La brillante sonrisa de Parton está pintada en los costados de edificios por toda la Ciudad de la Música.</p><p>Al otro lado del río, en East Nashville, hay otro mural donde los fanáticos han dejado notas y flores para recordar a una mujer que dio tanto al mundo.</p><p>Y todavía tiene más para dar. Hay una canción secreta guardada en Dollywood que no será lanzada hasta 2045. Parton ha dicho que es una canción realmente buena.</p>]]></content:encoded></item><item><title><![CDATA[Tropical Storm Dolly forms in the Atlantic and could bring heavy rain to portions of the Caribbean]]></title><link>https://www.local10.com/news/national/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-and-could-bring-heavy-rain-to-portions-of-the-caribbean/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/27/tropical-storm-dolly-forms-in-the-atlantic-and-could-bring-heavy-rain-to-portions-of-the-caribbean/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tropical Storm Dolly formed Thursday in the Atlantic Ocean far from land, and forecasters said it could bring heavy rain to portions of the Caribbean.]]></description><pubDate>Thu, 27 Aug 2026 17:22:02 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tropical Storm Dolly formed Thursday in the Atlantic Ocean far from land, and forecasters said it could bring heavy rain to portions of the Caribbean.</p><p>The storm was about 1,555 miles (2,500 kilometers) east of the Leeward Islands and had maximum sustained winds of 40 mph (64 kph), the U.S. National Hurricane Center in Miami said. Dolly was moving west.</p><p>The storm and its name had no connection to Dolly Parton’s death Tuesday.</p><p>Storm systems are named by procedures set by the World Meteorological Organization, and the lists of names are reused every six years. For the Atlantic region, the lists are alphabetical and alternate male and female names.</p><p>Dolly was the fourth named storm for the 2026 Atlantic hurricane season.</p><p>There were no coastal watches or warnings in effect, but the center said the Leeward Islands could get heavy rain Saturday and Sunday. The Virgin Islands, Puerto Rico and Hispaniola could see heavy rain Sunday and Monday.</p><p>Little change in strength is forecast during the coming days, the center said, but flash flooding could occur.</p><p>The Atlantic hurricane season started with Tropical Storm Arthur coming ashore on the U.S. Gulf Coast in June, and Tropical Storm Bertha dumped rain in Louisiana and Texas in July. Tropical Storm Cristobal formed and quickly dissipated in the Atlantic earlier in August.</p><p>The National Oceanic and Atmospheric Administration has forecast a below-average Atlantic hurricane season due to El Nino. It forecast eight to 14 named storms, with three to six of them reaching hurricane strength and one to three of those intensifying to major hurricanes.</p><p>The NHC and other weather agencies name storms to easily communicate warnings about them to people and to avoid confusion. The WMO says names are chosen to be short, easy to pronounce and familiar to the regions of the world where the storm names are used. It meets regularly to evaluate potential names, and some names are retired for reasons of sensitivity, particularly for deadly or destructive storms.</p><p>One name from the 2025 season was retired, Melissa, which was a Category 5 hurricane that brought devastation to the Caribbean.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DGZRZEWEF3QTCPYIYM4II7344Y.jpg?auth=e70e77de39ca2484b062c1f2e6d6e39ce4deeb2f369971df9bd0b5cf76554607&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This satellite image released by NOAA shows Tropical Storm Dolly over the Atlantic Ocean, Thursday, Aug. 27, 2026. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DANAKXSV2BM3WKNNNHSNUH2IHY.jpg?auth=6422e8dadd6e5ee5094b98ccc5171e1662bd225b1904b78bcbd57b0f48af47af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flowers, notes and photos are left on Dolly Parton's star on the Hollywood Walk of Fame on Wednesday, Aug. 26, 2026, in Los Angeles. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2PANOU5WI7RXP7AUXXRE3IU3ME.jpg?auth=946040dd1ab0b11f3222762b76200daa544da8f130d2b5ab2b101a7180f84605&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The 2026 Atlantic Tropical Cyclone Names are displayed at the National Hurricane Center on the first day of hurricane season, June 1, 2026, in Miami. (AP Photo/Lynne Sladky, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Agente sale bajo fianza de cárcel de Broward tras arresto por violencia doméstica]]></title><link>https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Con una sudadera con capucha cubriéndole la cabeza, el agente de la Oficina del Sheriff de Broward Isaiah Williams salió el miércoles de la cárcel principal de Fort Lauderdale.]]></description><pubDate>Thu, 27 Aug 2026 14:13:40 +0000</pubDate><content:encoded><![CDATA[<p>Con una sudadera con capucha cubriéndole la cabeza, el agente de la Oficina del Sheriff de Broward Isaiah Williams salió el miércoles de la cárcel principal de su empleador en Fort Lauderdale.</p><p>Williams, de 27 años, se encontraba allí como recluso después de que la policía de Miramar lo acusara de <a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-agente-de-bso-por-violencia-domestica-tras-golpiza-y-forcejeo-por-un-arma-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-agente-de-bso-por-violencia-domestica-tras-golpiza-y-forcejeo-por-un-arma-dice-la-policia/">atacar a su prometida</a> en el apartamento de ambos en Southwest 45th Court, cerca de Red Road.</p><p>No tuvo nada que decir cuando Local 10 News le preguntó sobre los cargos.</p><p>Según un informe de arresto, un amigo llevó a la víctima al apartamento. Ella dijo a la policía que Williams se molestó cuando llegó a casa, la insultó y la golpeó, provocando que cayera por las escaleras.</p><p>El informe de arresto continúa diciendo que Williams se colocó encima de ella y le dio un puñetazo en el rostro, y cuando la víctima se volteó para protegerse la cara, él la golpeó en la parte posterior de la cabeza y le jaló el cabello.</p><p>La policía dijo que la víctima contó a los agentes que Williams colocó su mano derecha debajo de su cuello y apretó, luego la levantó del suelo por el cuello.</p><p>Según el informe, la víctima se defendió y dijo a la policía que Williams amenazó con matarla, por lo que metió la mano en su bolso para sacar su arma.</p><p>Ambos forcejearon por el arma antes de que Williams se la arrebatara y huyera, dijeron las autoridades.</p><p>Un juez le ordenó a Williams “no tener armas de fuego ni municiones” y no regresar “a ningún lugar donde la víctima viva, trabaje o frecuente”.</p><p>Fue arrestado el lunes y compareció el martes ante un juez del tribunal de fianzas.</p><p>Williams se encuentra de licencia sin sueldo desde su arresto.</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><a href="https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/agente-sale-bajo-fianza-de-carcel-de-broward-tras-arresto-por-violencia-domestica/">Leer en español</a></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[UEFA prepares criminal complaint in Swiss courts against FIFA's Infantino over World Cup sell-off]]></title><link>https://www.local10.com/sports/2026/08/27/uefa-prepares-criminal-complaint-in-swiss-courts-against-fifas-infantino-over-world-cup-sell-off/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/27/uefa-prepares-criminal-complaint-in-swiss-courts-against-fifas-infantino-over-world-cup-sell-off/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[MONACO (AP) — UEFA is preparing a criminal complaint against FIFA President Gianni Infantino in Swiss courts for possible financial mismanagement over his failed plan to sell future World Cup profits to private investors.]]></description><pubDate>Thu, 27 Aug 2026 16:17:57 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — UEFA is preparing a criminal complaint against FIFA President Gianni Infantino in Swiss courts for possible financial mismanagement over his failed plan to sell future World Cup profits to private investors.</p><p>UEFA filed documents in a Manhattan court requesting discovery of potential evidence from the New York investment fund, Thrive Capital Management, founded by Joshua Kushner.</p><p>UEFA also filed a request in a southern Florida district for authorization of discovery “in a foreign proceeding” against FIFA itself, which has offices in the Miami suburb of Coral Gables.</p><p>Thrive and Kushner were to be the anchor investors intending to pay FIFA $4.2 billion for a 20% stake in a subsidiary that would run the soccer body’s commercial events, including the World Cup.</p><p>“UEFA and its counsel are contemplating a Swiss criminal proceeding against Infantino and possibly other FIFA officials for criminal mismanagement under Article 158 of the Swiss Criminal Code,” UEFA’s lawyers state in a 56-page document seen by The Associated Press.</p><p>The document suggests the $4.2 billion figure could be a “fraudulently off-market price promoted by Infantino for his own benefit.”</p><p>FIFA is expected to have about $5 billion in cash reserves after the World Cup in North America boosted its revenue to a record $15 billion over the 2023-26 commercial cycle.</p><p>Infantino dropped the sell-off plan on Aug. 1 after a furious backlash by global soccer leaders, including UEFA.</p><p>UEFA had warned against destroying potential evidence</p><p>UEFA first threatened to take legal action on Aug. 3 when it warned FIFA against destroying or hiding any "relevant materials” related to the plan. Thursday's legal move was revealed to its member federations in Monaco just two hours before the Champions League draw began.</p><p>“Infantino claimed that the plan would ‘unleash the commercial potential and opportunity that FIFA has,’” UEFA lawyers told the courts. “In truth, it was a vehicle for Infantino and that small circle to acquire a permanent stake in and otherwise profit from FIFA’s most valuable assets to the detriment of FIFA, its members, and other parties within the football family.</p><p>“Under the terms Infantino announced, those investors stood to acquire a permanent financial interest in FIFA’s commercial arm for $4.2 billion, implying an absurdly low enterprise value of only approximately $20 billion, a figure that was neither the product of an open, competitive auction, nor tested by any independent valuer.”</p><p>Thrive declined to comment. FIFA was approached for comment.</p><p>Swiss prosecutors' poor results in FIFA trials</p><p>It was unclear if UEFA would send a potential criminal complaint to the Swiss federal prosecution office in Bern or to local prosecutors in FIFA's home city Zurich.</p><p>The Swiss attorney general's office has a poor record in recent years prosecuting cases of alleged corruption linked to FIFA and soccer officials.</p><p>Former FIFA president Sepp Blatter, former UEFA president Michel Platini and the influential Qatari president of Champions League title holder Paris Saint-Germain, Nasser al-Khelaïfi, all were acquitted twice at trials in Switzerland.</p><p>___</p><p>See AP’s full soccer coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IDQRAC2UCGIUGKYBZV6HJLF7TA.jpg?auth=fff08859c4bf630b6593345e0501449269819b01cc03014ff80f3ed0d27bca8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FIFA President Gianni Infantino attends the closing ceremony of the Esports World Cup at the Grand Palais in Paris, France, Sunday Aug. 23, 2026. (Teresa Suarez/Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Teresa Suarez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RBBQLNZSL74Y6JW3HFU2U4BFCY.jpg?auth=f8935219cd3c7dd6b42714681f64c1eb6ecb61f3785c0c4152eac1d216754960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - FIFA President Gianni Infantino gestures as he meets the media at the FIFA World Cup closing press conference in Doha, Qatar, Friday, Dec. 16, 2022. (AP Photo/Martin Meissner, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[7 hospitalized after bus, vehicle collide in Lauderdale Lakes]]></title><link>https://www.local10.com/traffic/2026/08/27/6-hospitalized-after-bus-vehicle-collide-in-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/traffic/2026/08/27/6-hospitalized-after-bus-vehicle-collide-in-lauderdale-lakes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Seven people were transported to local hospitals Thursday morning following a bus crash in Lauderdale Lakes, first responders confirmed to Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 12:46:10 +0000</pubDate><content:encoded><![CDATA[<p>Seven people were transported to local hospitals Thursday morning following a bus crash in Lauderdale Lakes, first responders confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/">Leer en español</a></p><p>According to Broward Sheriff Fire Rescue officials, the crash was reported just after 7 a.m. in the 3800 block of West Oakland Park Boulevard.</p><p>First responders said the bus and another vehicle collided.</p><p>Seven people who were involved in the crash were evaluated at the scene before being transported to local hospitals for further treatment. </p><p>Broward Sheriff’s Office deputies said the people injured included the driver of the vehicle, five bus passengers and a man who was retrieving his bicycle from the front of the bus. </p><p>First responders said all injuries were believed to be non-life-threatening.</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><media:content url="https://www.local10.com/resizer/v2/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[South Florida should have great view of tonight’s partial lunar eclipse ]]></title><link>https://www.local10.com/weather/2026/08/27/south-florida-should-have-great-view-of-tonights-partial-lunar-eclipse/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/south-florida-should-have-great-view-of-tonights-partial-lunar-eclipse/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Weather permitting, we should have a great view of Thursday night’s partial lunar eclipse. ]]></description><pubDate>Thu, 27 Aug 2026 12:38:28 +0000</pubDate><content:encoded><![CDATA[<p>Weather permitting, we should have a great view of Thursday night’s partial lunar eclipse. </p><p><a href="https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/">Leer en español</a></p><p>Head to the beach and look to the east-southeast to see the moon rise and the beginning of the eclipse at 9:24 p.m. Then track the moon and the eclipse as it moves west overnight, peaking at 12:12 a.m. </p><p>The eclipse ends at 3:01 a.m. </p><p>Even though the moon will take on a reddish tint, you don’t need to take any safety precautions when viewing -- just sit back and enjoy as the Earth passes in between the sun and moon for a few hours. </p><p>Weather should be good for viewing, although it might be a little cloudy at the beginning. </p>]]></content:encoded></item><item><title><![CDATA[Sur de Florida tendrá excelente vista del eclipse lunar parcial de esta noche]]></title><link>https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/sur-de-florida-tendra-excelente-vista-del-eclipse-lunar-parcial-de-esta-noche/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Si el clima lo permite, deberíamos tener una excelente vista del eclipse lunar parcial de la noche de este jueves.]]></description><pubDate>Thu, 27 Aug 2026 14:05:12 +0000</pubDate><content:encoded><![CDATA[<p>Si el clima lo permite, deberíamos tener una excelente vista del eclipse lunar parcial de la noche de este jueves.</p><p>Diríjase a la playa y mire hacia el este-sureste para ver salir la luna y el comienzo del eclipse a las 9:24 p.m. Luego siga la luna y el eclipse mientras se desplazan hacia el oeste durante la noche, alcanzando su punto máximo a las 12:12 a.m.</p><p>El eclipse termina a las 3:01 a.m.</p><p>Aunque la luna adquirirá un tono rojizo, no es necesario tomar ninguna precaución de seguridad para observarlo, simplemente siéntese y disfrute mientras la Tierra pasa entre el Sol y la Luna durante unas horas.</p><p>El clima debería ser favorable para observarlo, aunque podría estar un poco nublado al principio.</p>]]></content:encoded></item><item><title><![CDATA[Hospitalizan a seis personas tras choque entre autobús y vehículo en Lauderdale Lakes]]></title><link>https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/hospitalizan-a-seis-personas-tras-choque-entre-autobus-y-vehiculo-en-lauderdale-lakes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Seis personas fueron transportadas a hospitales locales la mañana de este jueves tras un accidente de autobús en Lauderdale Lakes, confirmaron los socorristas a Local 10 News.]]></description><pubDate>Thu, 27 Aug 2026 14:00:43 +0000</pubDate><content:encoded><![CDATA[<p>Seis personas fueron transportadas a hospitales locales la mañana de este jueves tras un accidente de autobús en Lauderdale Lakes, confirmaron los socorristas a Local 10 News.</p><p>Según funcionarios de Broward Sheriff Fire Rescue, el accidente fue reportado poco después de las 7 a.m. en la cuadra 3800 de West Oakland Park Boulevard.</p><p>Los socorristas dijeron que el autobús y otro vehículo chocaron.</p><p>Seis personas involucradas en el accidente fueron evaluadas en el lugar antes de ser transportadas a hospitales locales para recibir tratamiento adicional, dijeron funcionarios de BSFR.</p><p>Indicaron que se creía que ninguna de las lesiones ponía en peligro la vida.</p><p>Las circunstancias que llevaron al accidente siguen bajo investigación.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SJR24DUWNFAHNW2RM26P4VW54.png?auth=49b648b05d3b3d73f7d5e25a90b379fa377bc709a396e0ca3b1a96595fd36392&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Inundaciones en Nepal resaltan crecientes riesgos de glaciares en una región que va calentándose]]></title><link>https://www.local10.com/espanol/2026/08/27/inundaciones-en-nepal-resaltan-crecientes-riesgos-de-glaciares-en-una-region-que-va-calentandose/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/27/inundaciones-en-nepal-resaltan-crecientes-riesgos-de-glaciares-en-una-region-que-va-calentandose/</guid><dc:creator><![CDATA[Por SIBI ARASU, Associated Press]]></dc:creator><description><![CDATA[BENGALURU, India (AP) — La mortífera inundación en Nepal probablemente fue causada por un enorme fragmento de un glaciar que se desprendió y tapó temporalmente un río, según investigaciones preliminares de científicos. Eso pudo haber provocado que el agua acumulada se precipitara río abajo con una fuerza enorme unas horas después, sugirieron.]]></description><pubDate>Thu, 27 Aug 2026 13:59:50 +0000</pubDate><content:encoded><![CDATA[<p>BENGALURU, India (AP) — La mortífera inundación en Nepal probablemente fue causada por un enorme fragmento de un glaciar que se desprendió y tapó temporalmente un río, según investigaciones preliminares de científicos. Eso pudo haber provocado que el agua acumulada se precipitara río abajo con una fuerza enorme unas horas después, sugirieron.</p><p>Los científicos aún están reuniendo información a partir de datos satelitales y a nivel del terreno para determinar con exactitud qué ocurrió y qué causó la inundación.</p><p>El Servicio Geológico de Estados Unidos informó de un colapso glaciar de magnitud 5,2 que envió escombros río abajo con un impacto catastrófico en las comunidades. Señaló que su determinación se basó en datos de estaciones sísmicas cercanas, ondas sísmicas de período largo e imágenes satelitales.</p><p>“Realmente se ha desprendido una parte baja de un glaciar", declaró Jakob Steiner, geocientífico de la Universidad de Graz, en Austria, que actualmente está radicado en Bangladesh. "Si miras las imágenes, es como si alguien hubiera cortado con un cuchillo enorme toda la parte inferior y se hubiera caído”.</p><p>Steiner explicó que una masa de hielo glaciar cayéndose desde gran altura podría sentirse como una bomba, lo que habría derivado en el caos posterior.</p><p>Los científicos indicaron que es demasiado pronto para establecer una conexión directa entre el calentamiento global y la catástrofe. Sin embargo, señalaron que, a medida que aumenta la temperatura de la Tierra por actividades humanas como la quema de petróleo, gas y carbón, crecen las probabilidades de desastres de este tipo, especialmente en las montañas del Himalaya, que se están calentando considerablemente más rápido que muchas otras partes del mundo.</p><p>“Tenemos que ser cautelosos y no establecer una conexión todavía. Sin embargo, el aumento de las temperaturas está cambiando la región del Hindu Kush Himalaya y derritiendo los glaciares”, explicó Saswat Sanyal, especialista en reducción del riesgo de desastres del grupo de investigación climática International Centre for Integrated Mountain Development, con sede en Katmandú.</p><p>Cientos de personas han perdido sus hogares en toda la región del Himalaya, y las autoridades informaron de daños a gran escala en infraestructura crítica, incluidas represas hidroeléctricas, carreteras, edificios y puentes en la región.</p><p>Aumento repentino del nivel del agua no dio oportunidad de escapar</p><p>Los niveles de los ríos en toda la región subieron hasta 9 metros en 30 minutos como resultado de la crecida provocada por el desprendimiento glaciar aguas arriba, indicaron expertos del grupo de investigación climática con sede en Katmandú.</p><p>“Fue un aumento enorme, una crecida enorme de agua que ocurrió de repente”, indicó Sanyal.</p><p>La evidencia preliminar sugiere que un gran volumen de hielo y roca pudo haberse precipitado en el Lhende Khola, un afluente del río Bhote Koshi. Los investigadores señalaron que el colapso pudo haber desplazado agua y arrastrado sedimentos sueltos y rocas, produciendo una potente crecida río abajo. También están examinando si los escombros represaron temporalmente el río antes de que el agua embalsada rompiera el bloqueo, lo que habría magnificado la inundación.</p><p>Steiner indicó que la zona tiene un historial de peligros montañosos destructivos. Inundaciones originadas en un lago glaciar golpearon el mismo valle en 2025, mientras que una avalancha de hielo y roca ocurrió en otra parte del área en 2024. La región más amplia de Langtang también fue afectada por avalanchas devastadoras durante el terremoto de Nepal de 2015.</p><p>El cambio climático aumenta los riesgos en el Himalaya</p><p>El Hindu Kush Himalaya se está calentando rápidamente, lo que impulsa cambios importantes en los glaciares, la cobertura de nieve, el permafrost y las laderas montañosas, según científicos del clima.</p><p>Las montañas contienen el mayor volumen de nieve y hielo fuera de las regiones polares. Más de 63.000 glaciares en el área alimentan al menos 10 grandes sistemas fluviales asiáticos y sostienen la seguridad alimentaria, hídrica, energética y de medios de sustento de miles de millones de personas.</p><p>Sin embargo, alrededor del 78% del área glaciar, ubicada entre 4.500 y 6.000 metros sobre el nivel del mar, está altamente expuesta al calentamiento.</p><p>“Lo que pasó ayer es, por desgracia, la nueva normalidad. A partir de aquí va a empeorar”, señaló Steiner.</p><p>La última década fue el período de varios años más caluroso a nivel mundial desde que comenzaron los registros, y 2024 fue el año más cálido jamás registrado. Informes de las Naciones Unidas han determinado que, entre 2000 y 2019, los glaciares perdieron 267 gigatoneladas de hielo por año, aproximadamente equivalente a la masa de 46.500 Grandes Pirámides de Guiza.</p><p>Debido al calentamiento, expertos proyectan la pérdida de hasta el 50% de todos los glaciares —excluidos los de Groenlandia y la Antártida— para 2100, incluso si el calentamiento global puede limitarse a 1,5 grados Celsius (2,7 grados Fahrenheit).</p><p>Las políticas globales actuales ponen a la Tierra en una trayectoria de calentamiento de alrededor de 2,8 grados Celsius (5 grados Fahrenheit) por encima de los niveles preindustriales para finales de siglo.</p><p>Investigaciones del grupo con sede en Katmandú han encontrado que los glaciares en estas montañas se están derritiendo a un ritmo acelerado, con tasas de pérdida de hielo que se han duplicado desde 2000.</p><p>El derretimiento de los glaciares puede alimentar y agrandar los lagos glaciares, aumentando el potencial de inundaciones repentinas.</p><p>A medida que los glaciares retroceden, la roca de montaña que antes estaba aislada y sostenida por el hielo queda expuesta a temperaturas más cálidas, a la lluvia y a ciclos repetidos de congelación y deshielo. El permafrost —suelo que ha permanecido congelado durante años— también puede descongelarse, debilitando paredes rocosas y laderas.</p><p>“Aumentan las probabilidades de que el material empiece a desplazarse montaña abajo”, apuntó Steiner.</p><p>Sanyal dijo que ese podría ser el tipo de peligro en cascada detrás de lo ocurrido en Nepal: una avalancha o colapso glaciar que se convierte en un flujo de escombros, bloqueo del río e inundación repentina y devastadora.</p><p>El rápido crecimiento y la falta de alertas agravan el desastre</p><p>Steiner señaló que alrededor del 10% de la producción eléctrica de Nepal estaba ubicada en el valle afectado. Añadió que las pérdidas repetidas plantean interrogantes sobre si se ha hecho lo suficiente para instalar sistemas de alerta tanto para residentes como para visitantes tras inundaciones y avalanchas anteriores.</p><p>El paisaje ha sido durante mucho tiempo un atractivo para los turistas, con más de un millón de personas que visitan el país cada año en los últimos años.</p><p>Los científicos afirman que sistemas de alerta temprana más sólidos, un mejor monitoreo y un intercambio transfronterizo de información más rápido serán cada vez más importantes a medida que suban las temperaturas y los paisajes montañosos se vuelvan menos estables.</p><p>Pero monitorear miles de glaciares, laderas empinadas y valles fluviales a lo largo del arco del Himalaya es extremadamente difícil.</p><p>Y cuando comienzan los desastres en cascada, puede haber solo minutos para actuar.</p><p>“No tenemos horas. A veces tenemos unos pocos minutos para realmente prepararnos”, sostuvo Sanyal.</p><p>Steiner aseguró que ya se ha alcanzado una “línea roja” en la que algunas regiones de Nepal son simplemente demasiado riesgosas para vivir.</p><p>“Esperábamos que desastres similares anteriores fueran una llamada de atención para los gobiernos de la región del Himalaya, pero es un poco frustrante que los daños nunca parezcan ser lo suficientemente horribles”, aseveró Steiner.</p><p>“No soy muy optimista en que a partir de mañana haya soluciones claras", agregó. "Sabemos lo que hay que hacer, pero varios actores necesitan coordinarse y hacer que las cosas sucedan”.</p><p>__________________________________</p><p>Puede seguir a Arasu en X en @sibi123. Puede contactarlo en sarasu@ap.org.</p><p>_________________________________</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>_________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JCB25D6KWLALZBVIKPPY46R62Q.jpg?auth=4581f3aae68b649f9ff3c4d961e666524bcfccb7763a48bdb09111d793110a9e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cuadrillas de obreros despejan escombros tras las inundaciones en el distrito Nuwakot de Nepal el 27 de agosto del 2026. (AP foto/Niranjan Shrestha)]]></media:description><media:credit role="author" scheme="urn:ebu">Niranjan Shrestha</media:credit></media:content></item><item><title><![CDATA[Aug. 27: Spotty thunderstorms could contain frequent lighting and gusty winds]]></title><link>https://www.local10.com/weather/2026/08/27/aug-27-spotty-thunderstorms-could-contain-frequent-lighting-and-gusty-winds/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/27/aug-27-spotty-thunderstorms-could-contain-frequent-lighting-and-gusty-winds/</guid><dc:creator><![CDATA[Brandon Orr]]></dc:creator><description><![CDATA[South Florida is firmly back into a rainy season pattern with scattered showers and thunderstorms each day. ]]></description><pubDate>Thu, 27 Aug 2026 13:42:09 +0000</pubDate><content:encoded><![CDATA[<p>South Florida is firmly back into a rainy season pattern with scattered showers and thunderstorms each day. </p><p>There will be plenty of dry time in between, but storms could interrupt any outdoor plans at times. Some could be strong with frequent lightning, brief heavy rain, gusty winds, and even some small hail. High temperatures will be in the low 90s with a heat index between 100-105 degrees, which is just below heat advisory criteria.</p><p>This pattern will last into the weekend with rounds of showers and thunderstorms. This is a welcomed sight considering the severe to extreme drought that is ongoing. </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[The Latest: Regional powers seek off-ramp as Iran war drags on months longer than Trump promised]]></title><link>https://www.local10.com/news/politics/2026/08/27/the-latest-regional-powers-seek-off-ramp-as-iran-war-drags-on-months-longer-than-trump-promised/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/27/the-latest-regional-powers-seek-off-ramp-as-iran-war-drags-on-months-longer-than-trump-promised/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Pakistan and Qatar are continuing diplomatic efforts to end the war between the United States and Iran and reopen the Strait of Hormuz. But President Donald Trump told Al Jazeera he's got “no time schedule” to resolve the conflict reaching the six-month mark on Friday. Trump said he thinks the U.S. is “winning very big.”]]></description><pubDate>Thu, 27 Aug 2026 17:14:53 +0000</pubDate><content:encoded><![CDATA[<p>Pakistan and Qatar are continuing diplomatic efforts to end the war between the United States and Iran and reopen the Strait of Hormuz. But President Donald Trump told Al Jazeera he's got “no time schedule” to resolve the conflict reaching the six-month mark on Friday. Trump said he thinks the U.S. is “winning very big.”</p><p>U.S. voters will soon get their say. The Iran war has undermined Trump’s campaign pledge to steer clear of foreign conflicts and challenges Republicans clinging to narrow majorities in Congress. 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.</p><p>Here’s the Latest:</p><p>Democratic senator who questioned Kennedy on Samoa reacts to AP’s reporting</p><p>AP’s latest findings about Robert F. Kennedy Jr. ’s trip to Samoa show his platform “is built on lies and grifts that leave a trail of dead children in their wake,” said Democratic Sen. Ron Wyden of Oregon, ranking member of the Senate Finance Committee, which oversees Kennedy’s health department.</p><p>The AP reported earlier Thursday that new documents refute Kennedy’s account that his 2019 visit, before a deadly measles outbreak, had “nothing to do with vaccines.”</p><p>Responding to the reporting, Wyden said he plans to press Republicans to refer Kennedy to the Justice Department for criminal investigation for lying to Congress.</p><p>If Democrats take the Senate majority in this fall’s elections, he added, his committee will prioritize holding Kennedy accountable.</p><p>“There are consequences for lying to Congress,” he said.</p><p>Group of Democratic senators calls on ICE to cancel plan for shock gloves</p><p>A group of U.S. senators led by Democrat Catherine Cortez Masto of Nevada is urging Immigration and Customs Enforcement to cancel its plan to outfit officers with gloves that can deliver painful electric shocks.</p><p>In a letter to ICE’s acting director, Cortez Masto and 15 of her colleagues in the Democratic caucus questioned ICE’s need to spend up to $20 million on the devices and the agency’s ability to use them appropriately.</p><p>“The blatant and tragic misuse of force in Los Angeles, Chicago, Minneapolis, Houston, Maine, and other locations around the country raises significant skepticism about the agency’s professional capability to safely deploy a new tool that could be used to harm Americans without cause,” the letter said.</p><p>Zelenskyy’s direct plea helped unlock Russia sanctions in the Senate. What’s next is uncertain</p><p>A Russian sanctions package in Congress represents the most ambitious effort to support Ukraine since Trump returned to the White House. The Senate approved it after a personal plea from Ukrainian President Volodymyr Zelenskyy, who told lawmakers after Lindsey Graham’s funeral last month that his country needs the sanctions as a morale booster.</p><p>The bill Graham promoted would deprive President Vladimir Putin of oil and gas revenue fueling the war machine. But House approval is uncertain. House Speaker Mike Johnson faces resistance from some Republicans. And many Democrats supportive of Ukraine warn it would hand Trump too much tariff authority.</p><p>▶ Read more</p><p>The shortage illustrates cascading fallout from Trump’s unexpected war against Iran</p><p>U.S. missile stocks in Europe have been moved to the Middle East, where U.S. and Gulf allies have fired off significant numbers of interceptors, including Patriots, to thwart Iran’s drones and missiles. Some of those attacks have killed and wounded American troops.</p><p>Though a Russian ballistic missile attack against NATO countries is not imminently expected, CIA Director John Ratcliffe went to Moscow this week to warn Russia not to attack, The Wall Street Journal reported. Trump played down the significance of the rare and secretive trip, saying it was “sort of semi-routine.”</p><p>European and NATO officials say Russia could be in a position to attack countries in the alliance by 2030. Patriot stockpiles are projected to rebound by then. In the meantime, Russia’s war in Ukraine could hinder its ability to carry out any missile attack on Europe as it would be a challenge for Moscow to fight an air war on two fronts.</p><p>US faces critical shortage of Patriot missiles in Europe, officials tell AP</p><p>The shortage of advanced missile interceptors is largely driven by Trump’s war with Iran, a U.S. defense official in Europe and a NATO official told The Associated Press, raising concerns about vulnerabilities in NATO countries to a potential Russian attack.</p><p>The U.S. defense official said the most concerning shortfall involves Patriot missile interceptors, which can shoot down Russia’s high-speed ballistic missiles. The NATO official confirmed the low inventories of Patriots among American and NATO forces in Europe. Both spoke on condition of anonymity to discuss sensitive military matters.</p><p>In the event of a Russian ballistic missile assault on, for example, a military headquarters or power plant, NATO could be in a similar position to Patriot-starved Ukraine and be forced “to take punch after punch in the mouth,” the U.S. defense official said.</p><p>In Europe, the American military “definitely” does not have enough Patriots to stop any possible sustained ballistic missile attack and would have “very limited” capability to defend against a single ballistic missile strike or a stray Russian missile that goes off course, the U.S. official said.</p><p>▶ Read more</p><p>Michigan Democrats want to fight Trump. First they have to stop fighting each other</p><p>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>▶ Read more</p><p>New sanctions and a trade embargo leave Iran with few places to turn</p><p>Iran’s economy, already strained by high inflation, years of Western sanctions and a war that has sharply reduced oil revenue, is poised for more instability as the Trump administration tries to coerce other countries into ending all financial dealings with the Islamic Republic.</p><p>A decision by the United Arab Emirates to suspend trade relations with Iran last week kick-started the White House’s latest attempt to isolate Tehran into submission. Iran entered the war with its foreign commerce concentrated among a relatively small group of countries, leaving it with fewer places to turn now.</p><p>The success of the U.S. strategy will largely hinge on China, the main buyer of Iranian oil and its top trading partner. Russia, a fellow target of sweeping U.S.-led sanctions, has a military conflict and economic crisis of its own and probably can’t offer longtime ally Iran much hard financial support.</p><p>▶ Read more</p><p>Canada is bolstering its defense industry as US relations fray</p><p>The Canadian government is investing an additional $60 billion over the next five years to reduce its dependence on American suppliers, a shift due to Trump’s pressure to contribute more to NATO as well as strained trade relations with Washington.</p><p>Canada aims to boost domestic defense capabilities and create jobs while developing innovative technologies for military and civilian use, like drones and robotics. Clothing maker Wuxly, known for luxury parkas, is joining in, making high-tech military gear.</p><p>Prime Minister Mark Carney’s vow to strengthen Canadian economic self-sufficiency is a boon for Canadian startups and established companies, as well as firms in Europe.</p><p>▶ Read more</p><p>UEFA has also gone to court in Florida against FIFA</p><p>UEFA also filed a request in a southern Florida district for authorization of discovery “in a foreign proceeding” against FIFA itself, which has offices in the Miami suburb of Coral Gables.</p><p>Thrive and Kushner were to be the anchor investors intending to pay FIFA $4.2 billion for a 20% stake in a subsidiary that would run the soccer body’s commercial events, including the World Cup.</p><p>A 56-page UEFA document seen by The Associated Press suggests the $4.2 billion could have been a “fraudulently off-market price promoted by Infantino for his own benefit.”</p><p>Infantino dropped the sell-off plan on Aug. 1 after a furious backlash by global soccer leaders, including UEFA.</p><p>▶ Read more</p><p>Europe’s soccer body seeks evidence from Kushner fund for criminal complaint against FIFA’s Infantino</p><p>UEFA is preparing a criminal complaint against FIFA President Gianni Infantino in Swiss courts for possible financial mismanagement over his failed plan to sell future World Cup profits to private investors.</p><p>UEFA said Thursday it filed documents in a Manhattan court requesting discovery of potential evidence from the New York investment fund, Thrive Capital Management, founded by Joshua Kushner, the younger brother of Trump’s son-in-law Jared Kushner.</p><p>Iran thanks China as it dismisses Trump’s D-Day sanctions threat</p><p>Iran’s top negotiator and parliamentary speaker Mohammad Bagher Qalibaf is thanking 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 posted on social media Wednesday.</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>Another tanker is reported struck 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 Strait of Hormuz.</p><p>The monitoring agency, run by the British military, said that local authorities reported that the vessel was hit by an unknown projectile on Tuesday in the waters between Oman and Iran, causing it to catch fire.</p><p>The crew was reported to be safe and there have been no reports of environmental damage, the UKMTO said.</p><p>Canadian official says US has dropped objections to Canada’s cultural programs</p><p>The message from Canadian Trade Minister Dominic LeBlanc suggests that by dropping objections to Canada ’s efforts to promote French language and Canadian culture, the U.S. side has created some room for compromise in the trade standoff.</p><p>LeBlanc wrote on X Thursday that the measures “will not be subject to future U.S. trade actions,” and that he looks forward to “constructive U.S. clarifications’’ that could “create the possibility of a mutually beneficial trade agreement.’’</p><p>Speaking to the Canadian Broadcasting Corporation Wednesday, U.S. Trade Representative Jamieson Greer said the U.S. has had some “questions’’ about whether the cultural programs put U.S. companies at a disadvantage, but said the U.S. “recognizes the importance and sensitivity of the French language’’ to Canada. “There is no way we would let a good deal go by for something like this,” Greer added.</p><p>Qatari leader went to Tehran seeking an off-ramp from the war</p><p>Qatari Prime Minister Sheikh Mohammed bin Abdulrahman Al Thani was in Tehran on Thursday trying diplomacy to resolve the Iran war.</p><p>Qatar’s foreign ministry said in a post on X that Al Thani and Iran’s Foreign Minister Abbas Araghchi discussed “the efforts being made to reduce escalation,” as well as a proposed plan between Iran and Oman to allow ships safe passage through the Strait of Hormuz and clear the vital commercial waterway of dangerous mines.</p><p>Al Thani’s office said the prime minister emphasized the “necessity of respecting the sovereignty of neighboring countries and the freedom of navigation” on the strait.</p><p>Al Thani also met Thursday with Iran’s parliamentary speaker, Mohammad Bagher Qalibaf to review efforts to reduce escalation and resume dialogue, the Qatari government said.</p><p>New documents refuting RFK Jr testimony were obtained through an open records lawsuit</p><p>The letters featured in the AP’s Thursday story about Kennedy’s 2019 trip to Samoa had been included in emails in State Department records.</p><p>The department released them to the AP and The Guardian as the result of an open records lawsuit brought with the aid of the Reporters Committee for Freedom of the Press. The letters, shared recently, were among hundreds of pages of documents released over a period of months.</p><p>Based on other emails released as part of the lawsuit, the AP and the Guardian reported in February that officials with the State Department and UNICEF privately discussed that the trip was about vaccines.</p><p>HHS responds to AP report on Kennedy’s letter about measles vaccine</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.</p><p>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. Neither did Children’s Health Defense, the anti-vaccine nonprofit Kennedy led.</p><p>AP exclusive: RFK Jr. said a Samoa trip had nothing to do with vaccines. New documents refute that</p><p>Health Secretary Robert F. Kennedy Jr. repeatedly told lawmakers who held the key to his confirmation last year that his 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, preceded 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>▶ Read more, including the letters from Kennedy and Samoa’s prime minister</p><p>Outgoing White House press secretary talks Texas and her replacement</p><p>Karoline Leavitt says there’s “no shortage of applications” to replace her.</p><p>“I’ve given my advice to the president on what he should look for, and I’ll continue to do that until he makes a decision,” she told “Fox and Friends” on Thursday that the pick needs to be someone Trump “trusts fully.”</p><p>In what Fox hosts billed as her last official interview as press secretary, Leavitt teased a trip Trump is taking to Houston Thursday evening to attend a Republican National Committee fundraiser in support of Texas Attorney General Ken Paxton’s Senate campaign. Trump will visit NASA’s Johnson Space Center on Friday.</p><p>White House says some Americans have been rescued from flooding in Nepal</p><p>The U.S. has rescued a handful of Americans in the wake of devastating flooding in Nepal, outgoing White House press secretary Karoline Leavitt said in an interview on “Fox and Friends” on Thursday morning.</p><p>Leavitt said the U.S. has offered its help to local authorities and will prioritize Americans in its response. “We’re focused on rescuing every American that we possibly can,” she said.</p><p>Rescue teams searched Thursday for hundreds of missing people along the Nepal-China border, where the collapse of a glacier sent a catastrophic and deadly torrent of water and mud several stories high sweeping through communities.</p><p>Videos of the disaster showed people running before the floodwaters swallowed them up. At least 353 people were killed, police said, and more than 1,300 are missing. Melting glaciers have become more common because of human-caused climate change.</p><p>The number of Americans applying for jobless aid slips to 203,000 as layoffs remain low</p><p>The Labor Department numbers released Thursday show layoffs are rare and most Americans enjoy job security, but that doesn’t point to a great job market for workers.</p><p>Scarred by the worker shortages that followed the COVID-19 pandemic, companies are reluctant to let go of staff. But they aren’t hiring much either. So times are tough for Americans seeking to break into the job market as well as people who lost their jobs and are looking for new work. Economists describe a “no hire, no fire″ job market.</p><p>So far this year, employers — companies, nonprofits and government agencies — have added an average 61,000 jobs a month. It’s better than the 9,700 they averaged last year as high interest rates and Trump’s erratic trade policies discouraged companies from hiring. But it’s well below historic hiring patterns.</p><p>ICE officer charged in Minneapolis shooting is released from Texas jail</p><p>An Immigration and Customs Enforcement officer charged with shooting a man and lying about it during the immigration crackdown in Minneapolis was released from a Texas jail Thursday, after a judge refused to order his return to Minnesota.</p><p>Christian Castro was released from a detention center in Brownsville, Cameron County Sheriff Manuel Trevino said in an email.</p><p>A day earlier, U.S. District Judge Fernando Rodriguez Jr. wrote in an order that said he couldn’t prevent a county sheriff from releasing Castro or order Texas Gov. Greg Abbott to sign his extradition warrant.</p><p>Castro is charged in Minnesota with assault and falsely reporting a crime in the Jan. 14 shooting of 24-year-old Julio Cesar Sosa-Celis.</p><p>Minnesota officials believe Castro could flee to Mexico.</p><p>New Fed chair Kevin Warsh under pressure to clarify views on inflation, interest rates</p><p>New Federal Reserve chair Kevin Warsh has brought sharp change in how the central bank communicates by saying much less than his predecessors about the economy and inflation.</p><p>But so far, many economists and Wall Street investors haven’t been thrilled with that approach.</p><p>On Friday, Warsh has a high-stakes opportunity to address those concerns and underscore his inflation-fighting bona fides when he gives his speech in Jackson Hole, Wyoming, during the Fed’s annual economic symposium.</p><p>What many economists and Wall Street analysts are hoping for is a clear signal on how he thinks the Fed should handle the stubbornly elevated inflation that has caused pervasive gloom among many consumers. At his last press conference, he sowed confusion by ducking repeated questions on whether the Fed would hike its benchmark interest rate if inflation stays high.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XINSU565NEHT6K74WHIM4NMATE.jpg?auth=092b0e18320974d90f5487bef55493737c7c29bef452f4e3e7acde90bde506e7&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, center, walks from Marine One to board Air Force One, Aug. 21, 2026, at Joint Base Andrews, Md., en route to South Carolina. (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/74A5ZUFBBEXOSGK2K5TYGSSZ44.jpg?auth=09fab8dbb2cfc323930832e1168f86af53e81d5008040c4539636ad640dd19d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks away after watching a black plume of smoke rise from a warehouse in the industrial area of Sharjah City, United Arab Emirates, March 1, 2026, following reports of Iranian strikes in Dubai. (AP Photo/Altaf Qadri, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Altaf Qadri</media:credit></media:content><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/HETZC3RELDVTYZCYZCII5SDTPM.jpg?auth=d7b63eca762d5b06980ebfe01c2b0eb718f44a7936807f84c9c201d4dd101252&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cans and kegs of craft beer are stored at Pryes Brewing Company in Minneapolis, Wednesday, Aug. 26, 2026. (AP Photo/Ellen Schmidt)]]></media:description><media:credit role="author" scheme="urn:ebu">Ellen Schmidt</media:credit></media:content></item><item><title><![CDATA[Kidnappers in Nigeria collected more than $5 million in ransoms in a year, analysts say]]></title><link>https://www.local10.com/business/2026/08/27/kidnappers-in-nigeria-collected-more-than-5-million-in-ransoms-in-a-year-analysts-say/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/kidnappers-in-nigeria-collected-more-than-5-million-in-ransoms-in-a-year-analysts-say/</guid><dc:creator><![CDATA[By DYEPKAZAH SHIBAYAN, Associated Press]]></dc:creator><description><![CDATA[ABUJA, Nigeria (AP) — Kidnappers in Nigeria collected more than $5 million in ransom payments over the last year, a Lagos-based intelligence group said Thursday, as the country faces a multifaceted security crisis.]]></description><pubDate>Thu, 27 Aug 2026 13:36:30 +0000</pubDate><content:encoded><![CDATA[<p>ABUJA, Nigeria (AP) — Kidnappers in Nigeria collected more than $5 million in ransom payments over the last year, a Lagos-based intelligence group said Thursday, as the country faces a multifaceted security crisis.</p><p>“For every ransom that is paid for a kidnapping incident, you are simply birthing another kidnapping incident,” Kehinde Giwa, a security analyst at SBM Intelligence, told The Associated Press.</p><p>SBM Intelligence said in a report on Wednesday that 7.78 billion naira ($5.8 million) was paid in ransom for releasing people who had been kidnapped between July 2025 and June 2026. The group said that 7,825 people were kidnapped in that time, a 66% increase from the previous year.</p><p>Abductions are common in Nigeria, where militant groups target schoolchildren and other civilians to put pressure on the government and extract ransoms.</p><p>Last week, dozens of people were kidnapped from a mosque in a spate of abductions at several villages in Nigeria's north-central Niger state.</p><p>Armed groups, known as bandits in Nigeria, regularly carry out raids and kidnappings for ransom in the northwest and north-central parts of the country. Authorities have said the bandit groups include mostly former herders who took up arms against farming communities, after clashes between them over increasingly strained resources.</p><p>There is also an insurgency by Islamic militants in the country’s northeast that has lasted more than a decade.</p><p>“Nigeria is not winning the war,” said Giwa, from SBM Intelligence. “There are close to 21 kidnapping incidents that happen on a daily basis.”</p><p>Abba Bukar, a resident of Maiduguri, in the northeastern state Borno, said Thursday that he was abducted in June close to a university and spent around four weeks in captivity.</p><p>“My father paid around 2 million naira (about $1,500). He had to sell my house and belongings and borrow money,” Bukar said, adding that the family is still struggling to recover economically from the ordeal.</p><p>The United States and Nigeria recently formed a military partnership to tackle the West African country's multifaceted security crisis.</p><p>The U.S. in February sent troops to Nigeria to help advise its military, and in March, the U.S. also deployed drones there after Trump’s allegations about Christians being targeted in Africa's most populous country.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HVYL2BXJTX4NCWYC63R3JVB634.jpg?auth=53dae8d7fcf661cad7caba185e9f7be374ad048f6500ef0415e5cc6532f763da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People protest demanding government to rescue the school children that were recently kidnapped in various part of the country, on the street of Lagos, Nigeria, Friday, June 12, 2026. (AP Photo/Sunday Alamba, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sunday Alamba</media:credit></media:content></item><item><title><![CDATA[Ratko Mladic, ex-Bosnian Serb warlord who oversaw atrocities, dies in prison at 84]]></title><link>https://www.local10.com/news/2026/08/27/ratko-mladic-ex-bosnian-serb-warlord-who-oversaw-atrocities-dies-in-prison-at-84/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/ratko-mladic-ex-bosnian-serb-warlord-who-oversaw-atrocities-dies-in-prison-at-84/</guid><dc:creator><![CDATA[By JOVANA GEC and DUSAN STOJANOVIC, Associated Press]]></dc:creator><description><![CDATA[BELGRADE, Serbia (AP) — Ratko Mladic, the bullish Bosnian Serb general whose forces rained shells and snipers’ bullets on Sarajevo and carried out the worst massacre in Europe since World War II, has died while serving a life sentence for his crimes, U.N. officials said. He was 84.]]></description><pubDate>Thu, 27 Aug 2026 17:28:53 +0000</pubDate><content:encoded><![CDATA[<p>BELGRADE, Serbia (AP) — Ratko Mladic, the bullish Bosnian Serb general whose forces rained shells and snipers’ bullets on Sarajevo and carried out the worst massacre in Europe since World War II, has died while serving a life sentence for his crimes, U.N. officials said. He was 84.</p><p>U.N. court officials said that Mladic died in a hospital in The Hague, Netherlands. A family member of Mladic, who spoke on condition of anonymity because of the sensitivity of the situation, confirmed the reports for the AP and said Mladic’s son, Darko Mladic, was on the way to The Hague.</p><p>The U.N. tribunal for war crimes committed during the wars in Yugoslavia in the 1990s sentenced Mladic to life in prison in 2017 in what was considered a key step toward bringing justice to the victims. He had been in custody since 2011 after many years on the run.</p><p>The ruthless, blue-eyed former communist officer-turned nationalist warlord was one of the most notorious figures of the conflict that left more than 100,000 people dead and over 1 million homeless. He commanded his troops to “scorch the brains” of the Bosnian Muslims and boasted of being a “Serbian God.”</p><p>When the ethnic war in Bosnia started in 1992, Mladic became the commander of the Bosnian Serb troops and took control of large swaths of the country to form a Serb mini-state.</p><p>Serbs under Mladic’s control laid siege to the capital, Sarajevo, and other cities and villages, established concentration camps for detained non-Serb civilians and enemy soldiers, and systematically killed prisoners.</p><p>In Sarajevo, Serb troops kept the city isolated while killing civilians with snipers. In 1995, Mladic’s troops slaughtered more than 8,000 Muslim men and boys in Srebrenica — the only post-World War II case of genocide in Europe.</p><p>But Mladic himself and his admirers among the Serbs have never repented. He was seen by many as a patriot fighting for the first pan-Serbian state. Defiant, Mladic acted bullishly during his trial and yelled at the judges when sentenced to life in prison.</p><p>Munira Subasic, from the Mothers of Srebrenica group, said she had mixed feelings about Mladic’s death and deplored that Mladic’s crimes are still being denied among many Bosnian Serbs.</p><p>“Today, a major war criminal died, the criminal of the Balkans,” Subasic said. But while mothers of victims “are still carrying the pain in our souls" 31 years later, “we are still listening to denials, we are still listening to how Ratko Mladic was a hero for the Serbs,” she said.</p><p>“I am sorry that he died and that he did not suffer for a little while longer, that he didn’t wait for more and dream about the eyes of our children,” she said.</p><p>Residents of Pale, a Bosnian Serb stronghold just outside of Sarajevo, mourned Mladic.</p><p>“He was murdered there, in those dungeons,” said Janko Seslija, a former Bosnian Serb soldier. “I feel sorry for Gen. Mladic, he was an honorable man, honorable soldier and commander.”</p><p>Mladic was born March 12, 1942, in the tiny Bosnian village of Bozinovici, in the hills 40 kilometers (25 miles) south of Sarajevo. Like other protagonists in the Yugoslav conflict, he imbibed nationalism from his family’s fate in World War II — his own father was killed by Croats.</p><p>A communist-era officer, Mladic sided with the Serbs as Yugoslavia disintegrated in the war. Mladic first led a Serb insurgency in Croatia before taking over the Bosnian Serb army that was backed by Serbia and then-President Slobodan Milosevic, who also died in the custody of the Hague court in 2006 while on trial for genocide.</p><p>Mladic was known for his obsession with his nation’s history. He saw Bosnia’s war as a chance for revenge against the onetime 500-year-long Ottoman occupation of Serbia. He often referred to Bosnia’s Muslims as Turks and boasted of revenge when his troops overran the protected U.N. enclave of Srebrenica in 1995.</p><p>Carried away by Serb dominance in firepower and international ignorance, Mladic was convinced of his final victory.</p><p>“The time has come ... for revenge against Turks in these regions,” Mladic said after taking over Srebrenica.</p><p>A U.N. “safe haven” for Muslims, Srebrenica ended up overrun by Serbs who separated the men and boys, forced them to strip, killed them and bulldozed their bodies into mass graves in a brutal rampage that lasted for over a week.</p><p>The Srebrenica survivors said one image forever will be imprinted in their minds: Mladic handing out candy to Muslim children who had been rounded up on the town’s square and reassuring them that everything would be all right — even patting one child on the head.</p><p>Convinced of the power of his army, he used to tell his soldiers: “When I give you guarantees, it’s as if they are given by God.” To clear the way for his helicopter to land, he would tell air traffic controllers: “Here speaks Ratko Mladic — The Serbian God.”</p><p>Sarajevans still remember his commands to the Serb gunmen pounding the Bosnian capital in early 1992. He issued his orders through a military radio system, not bothering to scramble the signal, which was picked up and taped by the Sarajevo police.</p><p>“Turn toward Velesici, there are no Serbs there,” Sarajevans could hear Mladic ordering his artillery to pound the Sarajevo suburb.</p><p>“Scorch their brains,” he told his gunmen.</p><p>Faced with the U.N. tribunal’s genocide indictment, Mladic in 1996 began his fugitive years in Han Pijesak, a military compound in eastern Bosnia built for former Yugoslav communist leader Josip Broz Tito and designed to withstand a nuclear attack.</p><p>With his wife, Bosa, Mladic settled down to imposed domesticity, passing the time caring for bees and goats. His 23 goats reputedly bore the names of foreign dignitaries he despised, such as Madeleine Albright, the former U.S. secretary of state.</p><p>Surrounded by security guards, he occasionally ventured out of the dense pine forest to mark events such as the anniversary of the Bosnian Serb army and St. Vitus Day, a religious festival marking the 1389 Serb defeat by the Turks at Kosovo.</p><p>When in the late 1990s his trail grew too hot in Bosnia, Mladic moved with family into a suburban villa in the Serbian capital, Belgrade.</p><p>In Belgrade, he was seen attending his son’s wedding. He showed up at soccer games, dined in plush restaurants and frequented elite cafes, refusing to give interviews and smiling quizzically when photographed.</p><p>When Milosevic was ousted from power in October 2000, and Yugoslavia’s new pro-democracy authorities signaled they might hand Mladic over to the tribunal, tabloids reported that he had left Belgrade for Bosnia.</p><p>But true to his style, Mladic countered those rumors and others that said he was terminally ill in Belgrade. Before going underground in 2002, he was repeatedly seen in public, sometimes with his guards and sometimes alone, driving a boxy Yugo car on the streets of the capital.</p><p>He completely disappeared from public view in 2008 and was finally arrested in May 2011 in a village near Belgrade where he was hiding in a relative’s modest house.</p><p>In court in The Hague, a frail-looking old man was far from an image of Mladic from the war days. But his unrepentant nature and defiance were intact.</p><p>“Everything you said is pure lies. Shame on you!” he yelled at the U.N. judges when they handed down the conviction.</p><p>Already in poor health upon arrest in 2011, Mladic is believed to have suffered multiple strokes during his years on the run and was hospitalized on several occasions while in custody.</p><p>Elizabeth Evenson, international justice director at Human Rights Watch, said Mladic’s death was “a reminder of the ongoing need for justice, truth, and reparations in the Western Balkans.”</p><p>“Full accountability for such terrible crimes, in Bosnia and elsewhere, demands commitment by governments to justice, even decades after the events themselves,” she said in a statement.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IL7ANQF6QDHUM7YYGRMPFGA5RU.jpg?auth=4bd25737656219a46e620d79ec4a3e99a6eb501c0ca4423bb428d2010a8c7212&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnian Serb General Ratko Mladic, right, talks on the phone next to Russian Army General Vladimir Zurbenko, center, during the visit of a Russian Army delegation to the Bosnian town of Banja Luka in Oct. 1995. (AP Photo/Radivoje Pavicic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Radivoje Pavicic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6REC6F446RI6W64WU5ED7ODN7E.jpg?auth=1d78cd2b9d36759dd2aaf7ec0d14ac67d2bf4206843ca95869a9aaccdccd92a8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bosnian Serb General Ratko Mladic, center, speaks with Bosnian Serb President Radovan Karadzic, right, in the Bosnian town of Banja Luka, in 1994. (AP Photo/Radivoje Pavicic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Radivoje Pavicic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QXXXOCH46DRYQXPTGWRWC5B2IM.jpg?auth=8c6e5f4c471cb591b6c4920ca5937bba09a4b9afbc4e55f6dd4f5a81f06032b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A mural of former Bosnian Serb military chief Ratko Mladic vandalized with paint in Belgrade, Serbia, Tuesday, Sept. 20, 2022. (AP Photo/Darko Vojinovic, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YBPIXD7I4KOWUHISWPU5KTWGLI.jpg?auth=ac0699d941822c58d423ea320a5367d80e79346d8ebbf37f3f40234a2e356b62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Nura Mustafic, one of the Mothers of Srebrenica and other Bosnian organizations, wipes away tears as she reacts to the verdict which the Yugoslav War Crimes Tribunal, ICTY, handed down in the genocide trial against former Bosnian Serb military chief Ratko Mladic, in The Hague, Netherlands, Wednesday Nov. 22, 2017. (AP Photo/Phil Nijhuis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Phil Nijhuis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M2XM3XAESLJ5RPGTXDLMTTOANU.jpg?auth=a5c9c06add54714fa2eca3e25276d0099bef3c879f062b7b43d45ee5bad5cab9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Former Bosnian Serb military chief Ratko Mladic sits in the court room in The Hague, Netherlands, Tuesday, June 8, 2021, where the United Nations court delivers its verdict in the appeal of Mladic against his convictions for genocide and other crimes and his life sentence for masterminding atrocities throughout the Bosnian war. (AP Photo/Peter Dejong, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Dejong</media:credit></media:content></item><item><title><![CDATA[Jury deliberates whether Lindsay Clancy is liable for the murder of her 3 children]]></title><link>https://www.local10.com/news/2026/08/27/jury-deliberates-whether-lindsay-clancy-is-liable-for-the-murder-of-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/jury-deliberates-whether-lindsay-clancy-is-liable-for-the-murder-of-her-3-children/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial in Plymouth, Massachusetts, are deliberating Wednesday whether the former labor and delivery nurse is criminally responsible for killing her three children in 2023.]]></description><pubDate>Thu, 27 Aug 2026 17:03:25 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Jurors in the Lindsay Clancy murder trial in Plymouth, Massachusetts, are deliberating Wednesday whether the former labor and delivery nurse is criminally responsible for killing her three children in 2023.</p><p>While both sides agree she killed her children, Clancy’s defense team argued she suffered from postpartum psychosis, with defense attorney Kevin Reddington stating that “ lousy medical care ” exacerbated her condition. Prosecutors at the Plymouth County District Attorney’s office argued she intentionally planned the killings and that the nation’s healthcare system is “ not on trial here.”</p><p>Postpartum psychosis is estimated to afflict 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality. It can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and also may try to harm themselves.</p><p>___</p><p>Editor’s Note: 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. There is also an online chat at 988lifeline.org.</p><p>___</p><p>Here's the latest:</p><p>Judge describes the difficulty of murder trials</p><p>After jurors left the courtroom, Sullivan commended the prosecution and defense for their efforts.</p><p>“Unless you’ve tried a difficult murder like this one, you may not be aware how difficult and tough it is to try a case like this,” he said. “It’s emotionally taxing. It’s intellectually challenging. It’s physically exhausting.”</p><p>Jury begins deliberations</p><p>The jury has started to deliberate in the murder trial of Lindsay Clancy, a mother accused of strangling her three young children in a case that has drawn attention to postpartum mental health. Clancy has pleaded not guilty by reason of lack of criminal responsibility. Her lawyers have argued she was experiencing postpartum psychosis when she killed Cora, Dawson and Callan Clancy at the family’s home in coastal Duxbury, Massachusetts, in January 2023. The rare mental illness is linked to the stress, sleep deprivation and hormonal changes that follow childbirth. Prosecutors say Clancy planned the killings and understood her actions were wrong. Jurors must decide whether she was criminally responsible and, if so, exactly what crimes she committed.</p><p>Judge appoints a foreperson before deliberations begin</p><p>Before the jury left the courtroom, Sullivan appointed one of the jurors, identified only as No. 257, as foreperson.</p><p>He told them a deliberation is not an easy task, and to respect each other’s opinions.</p><p>Judge explains ‘proof beyond a reasonable doubt’ to the jury</p><p>Sullivan has told jurors that Clancy retains the presumption of innocence unless they find her guilty.</p><p>“Proof beyond a reasonable doubt does not mean proof beyond all possible doubt, for everything in the lives of human beings is open to some possible or imaginary doubt,” the judge says.</p><p>“The charge is proved beyond a reasonable doubt if, after you’ve compared and considered all of the evidence, you have in your minds an abiding conviction to a moral certainty that the charge is true.”</p><p>Closing arguments end, jury hears more instructions</p><p>Sprague has ended her closing argument describing how horrific and cruel the killings were.</p><p>“She left them discarded on the basement floor like broken toys because she was done playing the game,” Sprague says. “You know to a moral certainty she is guilty.”</p><p>The judge is now giving the jury more instructions ahead of the start of deliberations.</p><p>State provides its theory for why Clancy killed her children</p><p>Sprague confronts one of the central questions in the case: Why would a mother who loved her children kill them?</p><p>“She was depressed. She was exhausted. She was done. She didn’t want to try anymore. She felt damaged,” Sprague says. “But those kids, those kids were her protective factor. Those kids were keeping her from ending her misery.”</p><p>And so, Sprague says, Clancy “had to remove the protective factor.”</p><p>Sprague adds Clancy had other options, including moving to her mother’s for more support or killing herself and leaving the kids alive.</p><p>“It was a choice to take them with her. It was a horrible choice,” the prosecutor says. “It is a choice that we don’t want to think about that a mother could make, because that doesn’t make us feel safe or comfortable in this world. But it’s a choice she made.”</p><p>Prosecutor says evidence shows Clancy planned the killings</p><p>Sprague alleges Clancy sent her then-husband to get some take-out food at a local restaurant to give her time to kill the children. She even checked a map to see how long it would take him to collect the food and return home.</p><p>“What she needed to know was how long specifically on that night it would take to get there,” Sprague says, “because she knew she would have a limited amount of time to do what she wanted to do. And what she had decided to do was to kill the children and then kill herself.”</p><p>When Clancy saw she would need more time than the restaurant trip would take, she asked her then-husband to also pick up medication at a local pharmacy, Sprague says.</p><p>“She’s adding to this errand and she has to make sure she’s not interrupted,” Sprague says.</p><p>State says Clancy lied to mental health providers about her dark thoughts</p><p>Sprague says Clancy’s decision not to tell her mental health providers about thoughts she had in December 2022 of harming her children shows she understood those thoughts were wrong.</p><p>Clancy disclosed the thoughts to her then-husband and to her mother, but not to her doctors, Sprague says.</p><p>Clancy feared her children could be taken away if she told a mandated reporter, Sprague says.</p><p>“That’s a rational thought,” Sprague says. “It also shows you that she knew it was a bad thought, a wrong thought.”</p><p>“Not only is she hiding it. She is lying about it.”</p><p>Prosecution questions Clancy’s adherence to treatment</p><p>Prosecutor Jennifer Sprague acknowledges that Clancy sought help for her mental health struggles, but argued that she did not always take medications as prescribed or give her providers complete and accurate information.</p><p>“She wanted to get better, but she wanted to get better on her own terms,” Sprague says. “And as a nurse, she knew that’s not the right way to approach it.”</p><p>Sprague rejects the defense’s argument that Clancy did not receive the care she needed, saying her providers were working with the information Clancy gave them.</p><p>“This doesn’t mean that she wasn’t struggling, that she wasn’t dealing with these mental health issues,” Sprague says. “She had depression.”</p><p>But, she adds: “They were doing the best they could with her level of cooperation and compliance with the plan.”</p><p>Prosecutor begins her closing argument</p><p>Prosecutor Jennifer Sprague says the case isn’t about the “mental health system or how it treats women.”</p><p>“That’s a distraction to get you angry and passionate about an important issue, but an issue that’s not on trial here,” she says.</p><p>The case, Sprague says, is about whether Clancy could recognize what was wrong with her actions and conform her actions to the law. In Clancy’s case, she had more support and resources than most have when navigating the American health care system.</p><p>“This wasn’t a woman suffering from a lack of care, a lack of resources,” she says. “She had an abundance of health, an abundance of care. She had all of that and more.”</p><p>Clancy wrote about her ‘horrible, intrusive thoughts’</p><p>Before Reddington concluded his closing argument, he held up a posterboard with some of Clancy’s desperate writings as her mental health deteriorated.</p><p>He says she was in “the depths of the despair” before the killings.</p><p>She wrote that he was having “horrible, intrusive thoughts” that prompted her to seek treatment.</p><p>At one point, her writings became like gibberish, he says.</p><p>“There’s nothing other than little chicken scratches because her mind was gone,” Reddington said.</p><p>Reddington describes Clancy attempt to research support for postpartum depression, called a suicide hotline, visited multiple providers and was voluntarily admitted to a psychiatric hospital.</p><p>“My God, what does she have to do? She was reaching out for help and she wasn’t getting it,” he says.</p><p>Lawyer talks of Clancy’s deterioration during mental health treatment</p><p>Reddington has told the jury that Clancy ’lived for her kids” but after she starting seeing a doctor, “it was not a wonderful life anymore.”</p><p>“You have the medical records. You heard the testimony. You know her concerns. You know her fears,” Reddington said. “Does this sound like a young lady that didn’t care and wanted to score more drugs off somebody? That’s another repulsive allegation.”</p><p>Reddington holds up a posterboard with some of Clancy’s desperate writings as her mental health deteriorated.</p><p>He says she was in “the depths of the despair” before the killings.</p><p>Reddington talks of Clancy’s devotion to her children</p><p>The defense attorney holds up a small “wish box” that Lindsay Clancy and her then-husband, Patrick, bought on their honeymoon in Hawaii, before they had children.</p><p>Over the years, the couple filled the box with slips of paper recording their hopes for the future. Some were dated 2017, 2018 and 2020.</p><p>“They reference her wishes to have healthy kids, her wishes for her kids to be successful, her wishes to have a good birth the second time around,” Reddington says.</p><p>The box offers a glimpse of the life the couple had imagined for their family years before Clancy killed their three children, he says.</p><p>Defense lawyer criticizes prosecution’s case</p><p>Reddington is reminding jurors of what he told them at the beginning of the trial.</p><p>“In my opening statement, I told you, I said, ‘Watch the evidence, watch the manipulation,’ because that’s what this case was built upon originally and how it developed as the case progressed until it’s in front of you,” he says.</p><p>Reddington says the prosecution has tried to paint Clancy’s suicide attempt as less serious than it was.</p><p>“She made a very, very significant suicide effort,” he says. “They were arguing that it was a fake suicide. Dinky little cuts. No bleeding … You know that’s not what happened.”</p><p>Closing arguments begin with Reddington for the defense</p><p>Reddington is up first.</p><p>He thanks the jury for their service during the monthlong trial, through tough and gut-wrenching testimony.</p><p>“Sadly, juries carry this burden with them for years,” Reddington says.</p><p>He names all three children.</p><p>“They are the victims in this case,” Reddington says.</p><p>Clancy listens to the jury instructions</p><p>Lindsay Clancy stares straight ahead as the judge goes over the instructions.</p><p>At one point, she dabs her eyes with a tissue.</p><p>Jurors hear instructions on law before closing arguments</p><p>Judge William Sullivan printed out a copy of the instructions for the panel.</p><p>He reminded jurors that Clancy is innocent until proven guilty, and went over the elements of the charges.</p><p>He said a defendant is not criminally responsible for their conduct if they have a mental diseases or defect.</p><p>Sullivan tells the jury that they will consider three counts of murder in the first degree for each of the children but can consider murder in the second degree.</p><p>“If you find the defendant guilty of murder you shall decide the degree of murder,” he told the jury.</p><p>The judge says a defendant may form the required intent needed to prove a murder charge and act with premeditation even if she suffered from a mental impairment or consumed prescription.</p><p>The courtroom is full</p><p>The doors of the courtroom have opened and about 90 people have shuffled inside.</p><p>The Plymouth County District Attorney’s office has several people in the front row, including District Attorney Timothy Cruz.</p><p>Clancy’s defense attorney, Kevin Reddington, is pacing back and forth and Clancy has yet to arrive.</p><p>Clancy’s parents Mike and Paula Musgrove are in the front, sitting alongside members of Reddington’s defense team. Neither Patrick Clancy nor his family are here.</p><p>The courtroom is filled.</p><p>Clancy lawyer says the trial has raised awareness about postpartum psychosis</p><p>“A month ago, five weeks ago, I didn’t know anything about this, and it’s just been quite a very, very scary eye-opener for me,” defense attorney Kevin Reddington told The Associated Press before proceedings began Thursday.</p><p>“I do hope that it has opened a discussion and people realize how serious this is. The mother’s postpartum depression, postpartum psychosis, the babies, the statistics, it’s just horrifying,” Reddington says. “And you cannot just deal with human beings in that type of distress on a telemedical Zoom call and throw pills at them.”</p><p>Asked how Clancy has been coping during the trial, Reddington said “not well,” describing her as scared and sad.</p><p>Reddington declined to offer a preview of his closing argument, saying he had nothing written down and would decide what to say when he got to the courtroom.</p><p>Clancy supporters are in the crowd outside the courthouse</p><p>Many are dressed in pink and calling attention to women’s mental health issues.</p><p>“I feel that mental health is at the cornerstone of this, but so is community, family — and we need to believe women,” said Marta Quijano. “And we need to support people and help people when they ask for help. And as a physician myself, I’ve been on both sides of this coin when women are dismissed for our concerns, and it’s not fair.”</p><p>Lyn Feeney said women suffering in their mental health, especially new mothers, need support from a variety of people.</p><p>“The more children you have, the harder it gets,” she said. “So I feel like women just need support from mental health professionals, physicians, family and the justice system.”</p><p>People are lining up outside courthouse</p><p>About 75 people were waiting around 7:30 a.m. ET to get into the Plymouth County court building, including journalists and other members of the public.</p><p>Several media outlets have set up canopies on a nearby grassy area. A handful of people wearing pink in support were also in line.</p><p>Signs and treatment for postpartum psychosis</p><p>Postpartum psychosis usually happens within several days of giving birth but can occur up to six weeks afterwards.</p><p>Symptoms may include hallucinations, delusions, paranoia or other behavior changes.</p><p>A woman may also have mood changes, such as mania or depression, disorganized thinking or behavior, insomnia, irritability or agitation.</p><p>Mothers with the condition need inpatient mental healthcare, which can include involuntary hospitalization. Treatments include medications or electroconvulsive therapy, a procedure done under anesthesia in which small electric currents pass through the brain, intentionally causing a brief seizure.</p><p>Experts say getting help early increases the odds of a good outcome.</p><p>What to know about postpartum psychosis</p><p>Postpartum psychosis is estimated to afflict only 1 to 2 per 1,000 women after delivery. Experts at the Cleveland Clinic describe it as a mental health emergency affecting someone’s sense of reality.</p><p>It can happen to anyone after giving birth, but the chances are higher for people with certain mental health conditions. In a journal article on the subject in 2023, researchers at the Medical University of Lublin in Poland said about half of people with postpartum psychosis have a previous history of psychiatric problems and the most common risk factor associated with the condition is bipolar affective disorder, which causes extreme mood swings.</p><p>Though most people with postpartum psychosis don’t harm their children, mothers with severe cases may try to do so, and also may try to harm themselves.</p><p>Experts say it’s important to seek immediate help if you or your partner or family member show signs of postpartum psychosis.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7R7OWUJ3PIOYN75MNWDVRRCB6Y.jpg?auth=c9f37548eb96b30a1c4cfa9c007e4d949294ae6d7703955cb85c88543caa9c61&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy listens to the testimony of Dr. Gregory Saathoff during her 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</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[The number of Americans applying for jobless aid slips to 203,000 as layoffs remain low]]></title><link>https://www.local10.com/business/2026/08/27/the-number-of-americans-applying-for-jobless-aid-slips-to-203000-as-layoffs-remain-low/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/the-number-of-americans-applying-for-jobless-aid-slips-to-203000-as-layoffs-remain-low/</guid><dc:creator><![CDATA[By PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) —]]></description><pubDate>Thu, 27 Aug 2026 12:38:49 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) —</p><p>The number of people filing for U.S. unemployment benefits fell last week, remaining at historic lows as layoffs are rare and most Americans enjoy job security.</p><p>Jobless claims slipped to 203,000 last week from a revised 207,000 the week before, the Labor Department reported Thursday. The four-week average of claims, which smooths out week-to-week ups and downs, ticked up slightly to 205,500.</p><p>Claims for jobless benefits are a proxy for layoffs, and economists watch them because they can provide early clues of where the job market is headed. For the past year, claims have mostly been at a historically low range of around 200,000 to 230,000 a week.</p><p>The U.S. economy and job market have proved resilient in the face of high gasoline prices caused by the fighting with Iran. The U.S. unemployment rate is low at 4.1%. That is partly because President Donald Trump’s immigration crackdown and the ongoing retirement of baby boomers mean that fewer people are competing for jobs: More than 1.3 million people have dropped out of the U.S. labor force over the past year.</p><p>Companies, scarred by the surprise worker shortages that followed the end of COVID-19 lockdowns, are reluctant to let go of staff. But they aren’t hiring much either. So times are tough for Americans seeking to break into the job market and those who lost their jobs and are looking for new work. Economists describe a “no hire, no fire″ job market.</p><p>So far this year, employers — companies, nonprofits and government agencies — have added an average 61,000 jobs a month. That is an improvement on the 9,700 they averaged last year — the weakest hiring outside a recession since 2002 — when the lingering effects of high interest rates and Trump’s erratic trade policies discouraged companies from hiring.</p><p>When the Labor Department puts out the August jobs report next week, it’s expected to show that employers added another 65,000 jobs, according to a survey of forecasters by the data firm FactSet.</p><p>Hiring this year remains well below the 166,00 monthly jobs created, on average, in 2023 and 2024, let alone the 491,000 a month recorded during the 2021-2022 hiring boom that followed pandemic lockdowns.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IGXCUTWOAKZ6SNCR34DDXYOSRQ.jpg?auth=4ae2523cbb158e807942198bdb368f38ad2ca05485a6806ecf6c59c96c17809e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A job seeker waits to talk to a recruiter at a job fair Aug. 28, 2025, in Sunrise, Fla. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content></item><item><title><![CDATA[ICE officer charged in Minneapolis shooting released in Texas after immediate extradition rejected]]></title><link>https://www.local10.com/news/2026/08/27/ice-officer-charged-in-minneapolis-shooting-released-in-texas-after-immediate-extradition-rejected/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/27/ice-officer-charged-in-minneapolis-shooting-released-in-texas-after-immediate-extradition-rejected/</guid><dc:creator><![CDATA[By MICHAEL GONZALEZ and VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[BROWNSVILLE, Texas (AP) — An Immigration and Customs Enforcement officer charged with shooting a man and lying about it during the immigration crackdown in Minneapolis was released from a Texas jail Thursday, after a judge refused to order his return to Minnesota.]]></description><pubDate>Thu, 27 Aug 2026 13:53:56 +0000</pubDate><content:encoded><![CDATA[<p>BROWNSVILLE, Texas (AP) — An Immigration and Customs Enforcement officer charged with shooting a man and lying about it during the immigration crackdown in Minneapolis was released from a Texas jail Thursday, after a judge refused to order his return to Minnesota.</p><p>Christian Castro was released at the break of dawn from a detention center in Brownsville. He motioned his hand toward a few camera operators and a reporter crowding around him and quickly got into an SUV that drove off.</p><p>A day earlier, U.S. District Judge Fernando Rodriguez Jr. wrote in an order that said he couldn't prevent a county sheriff from releasing Castro or order Texas Gov. Greg Abbott to sign his extradition warrant.</p><p>Castro is charged in Minnesota with assault and falsely reporting a crime in the Jan. 14 shooting of 24-year-old Julio Cesar Sosa-Celis.</p><p>Castro is accused of firing gun through door of home</p><p>Castro is accused of firing a gun through the front door of a Minneapolis home, shooting Sosa-Celis in the leg. Prosecutors say Castro also falsely accused Sosa-Celis and another man of attacking an ICE officer with a broom handle and a snow shovel.</p><p>After a Minnesota judge issued a nationwide warrant for Castro's arrest in May, authorities, including Minnesota’s Bureau of Criminal Apprehension, arrested Castro in Cameron County on May 29. Minnesota authorities have sought his extradition since his arrest, but he remained in custody in Brownsville, a city bordering Mexico.</p><p>Under Texas law and barring extradition, Castro had to be released after 90 days of detention, which was Thursday.</p><p>Minnesota officials believe Castro could flee to Mexico.</p><p>Minnesota Attorney General Keith Ellison filed a request for a temporary restraining order last week seeking to block Castro’s release or to order his return to Minnesota.</p><p>Abbott waiting for internal state investigation about Castro</p><p>Texas attorneys on Tuesday argued the judge could not rule on a decision that’s still pending. Abbott has not denied the extradition. Instead he is waiting for the outcome of an internal state investigation considering whether Castro was legally a “fugitive” under the Extradition Clause, the lawyers said.</p><p>The judge wrote in Wednesday’s order that the court couldn't yet step in.</p><p>“The Court concludes that it lacks subject matter jurisdiction because the case is not ripe for adjudication,” the order read. “Minnesota cannot premise its causes of action on the allegation that Governor Abbott may violate those authorities in the future; it must prove that a violation has already occurred.”</p><p>The judge said in his order that the extradition laws do not outline how long the Texas governor can take to make that decision.</p><p>Abbott said last week he would not respond to the extradition request, citing the ongoing investigation into fraud in government social service programs in Minnesota, which President Donald Trump used to justify his immigration crackdown there.</p><p>Abbott directs ‘bad lawyers’ comment at Minnesota attorney general</p><p>After the judge's decision, Ellison posted online that the Texas governor had an obligation to extradite Castro. And by refusing to extradite him, “Greg Abbott is turning Texas into a sanctuary state for violent criminals.”</p><p>Abbott responded to Ellison.</p><p>“You guys are such bad lawyers. You showed up unprepared, uninformed & unpersuasive,” Abbott wrote online. “You don’t know the law & it showed.”</p><p>The Texas governor accused Minnesota of refusing to enforce immigration laws and threatened to send immigrants in the future to their state as he did with New York City, when thousands were released into Texas under President Joe Biden's administration.</p><p>A message seeking reaction from Ellison was sent to his office Thursday.</p><p>Minnesota officials say Castro could flee the country, citing calls he made from jail to a woman in Mexico, talking “about marrying her and buying a house in Mexico when he is released,” according to the lawsuit.</p><p>The judge conceded that Castro could flee the country but added that “the threat of injury by itself does not create an issue ripe for adjudication.”</p><p>___</p><p>Valerie Gonzalez reported from McAllen, Texas. Associated Press writer Kathy McCormack in Concord, New Hampshire, contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TPQXEHEMQDER3HZIBPJZNTAC44.jpg?auth=907c5640041d8c1e3169033527ff951566af4585ed92f6be48080a727ee41436&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Immigration and Customs Enforcement officer Christian Castro gets into a car surrounded by news reporters moments after being released from the Carrizalez-Rucker Cameron County Detention Center in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRTMU3GVMZKFKYCC3HCISGQTQM.jpg?auth=9108dade8c9b184a69f2b09fda16841dd6d65f766fc587100e2243043cd060ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A vehicle waits outside of the Carrizalez-Rucker Cameron County Detention Center for the release of Immigration and Customs Enforcement officer Christian Castro in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R2TQZTKCYSL6TFCHEXP755HV3Q.jpg?auth=df0e0491721ac178c483020c3ca7dffd67395f25c1040d85537f7c6480f4cb7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cameron County Sheriff Manuel Treviño speaks during a news conference outside of the Carrizalez-Rucker Cameron County Detention Center shortly after Immigration and Customs Enforcement officer Christian Castro was released in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3V67PYFMF23H7UMS6DPOGRYHIM.jpg?auth=76455305bcb5d6e14778563bd745d97cd7642916d16a97a0a292575ab7ecc6f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Carrizalez-Rucker Cameron County Detention Center, where Immigration and Customs Enforcement officer Christian Castro was held, is shown in Brownsville, Texas on Thursday, Aug. 27, 2026. (AP Photo/Michael Gonzalez)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Gonzalez</media:credit></media:content></item><item><title><![CDATA[‘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[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 16:47:30 +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, preceded 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 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 fueled anti-vaccine sentiment in Samoa, which later experienced the measles outbreak that killed 83 people, mostly children under 5.</p><p>Attorneys said lawmakers 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>Oregon Sen. Ron Wyden, the top Democrat on the Senate Finance Committee, said if Democrats retake the Senate in the November elections, the committee will hold Kennedy accountable "for endangering American families."</p><p>“There are consequences for lying to Congress,” he said.</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 in 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 didn't 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 Wyden's questioning, 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 committee and strongly advocates vaccination. The Senate confirmed Kennedy on a 52-48 vote.</p><p>Cassidy said he voted to confirm Kennedy because he received commitments that Kennedy would not change certain vaccine policies and guidance. For example, Cassidy said when 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 receiving 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.</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 announced that human error, not a vaccine issue, was responsible for the children's deaths.</p><p>While in Samoa, Kennedy 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 State Department and UNICEF officials privately discussed that the trip was about vaccines.</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><media:content url="https://www.local10.com/resizer/v2/2KP6HUFOBKXL2VCSZ5TTW4BBDI.jpg?auth=4c910c8cc9847a5623fea92024d4f570442da1a1ba2f86128977791fa9a8217c&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., speaks 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></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-bombards-9-ukrainian-cities-overnight-calling-the-strikes-massive/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/russia-bombards-9-ukrainian-cities-overnight-calling-the-strikes-massive/</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 hours of Thursday, when explosions echoed around Kyiv through the morning.]]></description><pubDate>Thu, 27 Aug 2026 14:15:06 +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 hours of 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>Though the Russian Defense Ministry insisted only war-related targets were attacked, Russia appears determined to hurt Ukrainian businesses and dent the country's economy through attacks on private enterprise after Ukraine’s long-range drone strikes caused financial difficulties for Moscow.</p><p>Russian drones hit three major distribution centers, destroying depots belonging to a toy store chain and a confectionery company, and damaging another run by an electronics retailer, the companies said.</p><p>In addition, Moscow continued its efforts to wreck the Ukrainian power grid before the freezing winter months.</p><p>Four powerful glide bombs destroyed generating equipment at the southern Kherson region’s combined heat and power plant, forcing it to shut down, its operator Naftogaz 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 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/VV2N4K4EAEUUX6J4IOWYXWGBV4.jpg?auth=443e5a246b3c99dcf94785e0ca5ca8ebb0332f5455461bef7fb6694a39cbbb1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Smoke rises above warehouse stores after a Russian air attack in 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/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/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/7WNXVEJ532VA7LDLAXXU563ZUY.jpg?auth=ba30c8507bc36a60d74e52520d7322467808486b4e710ef554a93fc55a3a4f8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters put out a fire at warehouse stores after a Russian air attack in 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/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[Qatar and other regional powers sought an off-ramp from the war with Iran on Thursday as another tanker attack was reported in the Strait of Hormuz, and the Iranian government dismissed the Trump administration's latest sanctions.]]></description><pubDate>Thu, 27 Aug 2026 17:26:20 +0000</pubDate><content:encoded><![CDATA[<p>Qatar and other regional powers sought an off-ramp from the war with Iran on Thursday as another tanker attack was reported in the Strait of Hormuz, and the Iranian government dismissed the Trump administration's latest sanctions.</p><p>Elsewhere in the Middle East, Israel continued its attacks on Gaza and Lebanon even as the country's strikes on 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>Diplomatic efforts by Qatar and Pakistan</p><p>Sheikh Mohammed bin Abdulrahman Al Thani was in Tehran on Thursday as part of Qatar's efforts to resolve the conflict between the United States and Iran.</p><p>Qatar’s foreign ministry said in a post on X that Al Thani's meeting with Iran’s Foreign Minister Abbas Araghchi included talks on “the efforts being made to reduce escalation,” as well as a proposed plan between Iran and Oman to allow ships safe passage through the Strait of Hormuz and clear the vital commercial waterway of dangerous mines.</p><p>Al Thani’s office said the prime minister emphasized the “necessity of respecting the sovereignty of neighboring countries and the freedom of navigation” on the strait. He also met Thursday with Iran’s President Masoud Pezeshkian and its parliamentary speaker, Mohammad Bagher Qalibaf.</p><p>Pakistan said Thursday that it was also continuing diplomatic efforts to help resolve the crisis. Field Marshal Asim Munir visited Tehran recently with the aim of reviving the June memorandum of understanding to reopen the strait, the country’s foreign ministry said.</p><p>U.S. President Donald Trump told Al Jazeera on Wednesday that he has “no time schedule” to wrap up the conflict that will reach the six-month mark on Friday.</p><p>Oil tanker attacked in 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 Strait of Hormuz.</p><p>The monitoring agency, run by the British military, said that local authorities reported that the vessel was hit by an unknown projectile on Tuesday in the waters between Oman and Iran, causing it to catch fire.</p><p>The crew was reported to be safe and there have been no reports of environmental damage, the UKMTO said.</p><p>Oil continues to pass through the Strait of Hormuz, albeit well below prewar levels, shipping analysts say.</p><p>Ship traffic through the vital waterway increased last week compared to the prior week, with the number of oil and gas carriers up 50%, according to Lloyd’s List Intelligence.</p><p>The U.S. government has claimed that up to 9 million barrels a day are flowing through the strait “over short time periods,” but commodities analysts at ING bank cautioned that the figure “seems aggressive.”</p><p>Other ship-tracking estimates suggest it’s closer to 2 to 6 million barrels per day, ING said. Before the war, some 15 million barrels per day passed the strait.</p><p>Iran’s foreign ministry criticizes US sanctions</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>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.</p><p>Israeli strikes kill 4 in Gaza</p><p>Four people died and several others were wounded Thursday during Israeli strikes on Gaza, local health officials said.</p><p>Three of the victims died in separate strikes in Gaza City, officials at Shifa hospital said. The fourth person died and others were wounded in a strike on a tent sheltering displaced Palestinians in southern Gaza, officials at Nasser hospital said.</p><p>Israel's military said the four strikes targeted Hamas militants.</p><p>Nickolay Mladenov, head of Trump’s Board of Peace, admonished Israel during a United Nations gathering over Israel's continued attacks on Wednesday.</p><p>Israel’s deputy U.N. ambassador, Noa Furman, told the U.N. Security Council on Wednesday that Israel is committed to Trump’s peace plan, but that Hamas’ “disarmament must come first."</p><p>Dutch diplomats removed from Gaza ceasefire efforts</p><p>Israel's foreign ministry is removing two Dutch diplomats from the Gaza ceasefire coordination center, the Dutch foreign ministry said in a statement.</p><p>Israel's Foreign Minister Gideon Saar said that the decision was in response to “a series of anti-Israel measures taken by the Dutch government,” including next month's implementation of a ban on the trade of Israeli products from the occupied West Bank and other areas.</p><p>Tom Berendsen, the foreign minister of the Netherlands, told The Associated Press in an email that he felt the removal of the diplomats was “unnecessary” but that his country stood by its decision “to ban products from illegal settlements.”</p><p>Israeli airstrikes on Lebanon kill 1 woman</p><p>The strikes on southern Lebanon on Thursday afternoon came after Israel blamed the militant Hezbollah group for firing two explosive drones.</p><p>Lebanon’s state-run National News Agency said an airstrike on the village of Arab Salim killed one woman and wounded six, including a child, inside a home.</p><p>The Israeli military said Hezbollah had fired two explosive drones at Israeli troops near the southern city of Nabatiyeh earlier Thursday, though the drones did not inflict any casualties among troops before one was shot down.</p><p>Pakistan and Kuwait reach military deal</p><p>Pakistan military announced Thursday that it has agreed to assist Kuwait’s military with training, capacity building and border management.</p><p>The Pakistani armed forces said the deal was signed by Kuwait’s defense minister during a visit to the garrison city of Rawalpindi focused on bilateral defense relations and security cooperation.</p><p>Gulf states, long reliant on American protection, have been considering alternative security arrangements in the wake of the war between Iran and the U.S. In early August, Saudi Arabia signed a mutual defense pact with Pakistan and Turkey.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AOH4V6JZCVC55CJHFJ6TIUWZZ4.jpg?auth=e6194fd1ee4435673529c1c9648a80759919e0cd24c5632bec8ba11cdb421a45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children play at a beach as commercial vessels are anchored in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, Aug. 26, 2026. (Amir Biazar/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amir Biazar</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><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></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 359 people and left more than 1,400 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 15:21:50 +0000</pubDate><content:encoded><![CDATA[<p>Catastrophic flash floods in a border area of China and Nepal have killed at least 359 people and left more than 1,400 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>A look at how multiple countries have been affected:</p><p>Nepal</p><p>Nepal’s disaster management authority said the death toll has risen to 359, with 910 people, including 517 foreign nationals, still missing. The authority added that 50 foreigners have been rescued by air so far.</p><p>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>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 U.S. State Department said 90 Americans were unaccounted for in China and Nepal. It said it was not aware of any U.S. deaths. Three Americans have been rescued.</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/LDBP2FZFZGC7E4A4AMSFN2CV6I.jpg?auth=70cbdc863642cb051bf4a6e7d2002f525ea0dc18f169e9bb7cc7c8b0cbf6f428&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Shivalinga, a sacred symbol representing the Hindu god Shiva, lies in the aftermath on 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/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[Vigil held in Pakistan for 14 newborns as investigators probe cause of fatal hospital fire]]></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 and MUHAMMAD YOUSAF, Associated Press]]></dc:creator><description><![CDATA[ISLAMABAD (AP) — A candlelight vigil was held on Thursday at the scene of a devastating hospital fire in Pakistan which killed 14 newborn babies, as investigators appointed by the prime minister arrived at the site to determine the cause of the blaze.]]></description><pubDate>Thu, 27 Aug 2026 14:58:34 +0000</pubDate><content:encoded><![CDATA[<p>ISLAMABAD (AP) — A candlelight vigil was held on Thursday at the scene of a devastating hospital fire in Pakistan which killed 14 newborn babies, as investigators appointed by the prime minister arrived at the site to determine the cause of the blaze.</p><p>The government is facing pressure from grieving families and the public who are seeking answers about the cause of the fire and the safety measures at a major health facility.</p><p>The scene at the Pakistan Institute of Medical Sciences in Islamabad was somber as doctors, staff, patients and relatives gathered to mourn the newborns. Access was restricted to the third-floor area where the fire occurred.</p><p>During the vigil, members of civil society groups sat on the hospital floor beside rows of flickering candles, their grief and anger reflected in brightly colored, handwritten placards. “Investigators, no more graves for our babies,” one read. A woman fought back tears as some participants chanted, “We want justice,” and demanded accountability. The police did not intervene, and the demonstrators later dispersed peacefully.</p><p>The fire early on Wednesday at the hospital was confined to a third-floor nursery and did not affect the rest of the building. Hospital officials said the blaze spread so quickly that two doctors, two nurses and other staff present were able to rescue only one baby from among the 15 in the nursery.</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 has appointed an investigating committee, led by retired federal secretary Shahid Khan. It is expected to take statements from hospital staff, witnesses and families. The committee is also 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[Tech stocks lead Wall Street after Nvidia, Salesforce and others say AI is creating big growth]]></title><link>https://www.local10.com/business/2026/08/27/tech-stocks-lead-wall-street-after-nvidia-salesforce-and-others-say-ai-is-creating-big-growth/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/tech-stocks-lead-wall-street-after-nvidia-salesforce-and-others-say-ai-is-creating-big-growth/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Technology stocks are leading Wall Street on Thursday after Nvidia, Salesforce and others reported even fatter profits for the spring than analysts expected.]]></description><pubDate>Thu, 27 Aug 2026 15:39:44 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Technology stocks are leading Wall Street on Thursday after Nvidia, Salesforce and others reported even fatter profits for the spring than analysts expected.</p><p>The S&P 500 added 0.6% and pulled closer to its all-time high set earlier this month. The Dow Jones Industrial Average was up 187 points, or 0.4%, as of 11:30 a.m. Eastern time, and the Nasdaq composite was 1.2% higher.</p><p>Nvidia was the strongest force pulling the market higher, even though more stocks fell within the S&P 500 than rose. The chip giant climbed 7.5% after once again delivering much stronger profit and revenue for the latest quarter than analysts expected. More importantly for Wall Street, it also gave forecasts for upcoming revenue growth that topped analysts’ estimates, suggesting demand remains strong for chips to power artificial-intelligence projects.</p><p>“AI has reached its inflection point,” Nvidia CEO Jensen Huang said. “It’s doing useful work. Its tokens are productive and profitable.”</p><p>That helped calm some of the worries that have built around AI stocks generally, which have been under pressure recently. After rocketing higher for years in the frenzy around AI, stocks in the industry are confronting skepticism that they shot too high and that booming demand for AI chips may fade if the AI revolution does not produce as much profit as promised.</p><p>Another big tech company, Salesforce, jumped 20.2% after it said that AI helped it deliver one of its best quarters in history. It reported stronger profit than analysts expected, and CEO Marc Benioff said it’s “seeing incredible demand for our AI and data products” and that it’s “turning AI into customer success at unprecedented scale.”</p><p>Salesforce, which helps companies manage their customers’ data, also raised its forecast for revenue over the full year and announced an expanded partnership to pair Anthropic's Claude chatbot with its platform. It’s notable because Salesforce’s stock struggled earlier on worries that competitors powered by AI could ultimately steal away customers from Salesforce and other software companies. Salesforce's stock is potentially heading for its best day in six years.</p><p>Elsewhere, though, trends were more mixed across big U.S. companies.</p><p>HP fell 5.8% even though it topped analysts’ expectations for profit and spring in the latest quarter. Analysts pointed to worries about its sales of personal computers, as well as how higher prices for computer memory and other commodities are pressuring its profit margins.</p><p>Best Buy and some other retailers sank amid continued worries that U.S. shoppers could be stretched because of high inflation and discouragement about the economy. Best Buy fell 4.4% even though it topped analysts’ expectations for both profit and revenue in the latest quarter.</p><p>One potential winner from high inflation could be dollar stores, which could see higher-income households become new customers as they look for less expensive places to shop.</p><p>Dollar General rose 6.3% after reporting a stronger profit for the latest quarter than analysts expected. But rival Dollar Tree sank 3.1% despite blowing past profit expectations. More attention may have been on its forecasted range for an important underlying measure of revenue, whose midpoint fell short of analysts’ expectations.</p><p>In the bond market, Treasury yields held relatively steady following a report suggesting the U.S. job market remains solid. Fewer U.S. workers applied for unemployment benefits last week, an indication that layoffs could be remaining low.</p><p>The yield on the 10-year Treasury remained at 4.66%, where it was late Wednesday.</p><p>Yields have been largely climbing through the summer on worries about high inflation, the U.S. government’s gargantuan and growing debt and other factors. They got so high that the U.S. Treasury Department made a surprise announcement last week  to intervene in the bond market, though analysts say its effect could be limited.</p><p>The next big event for the bond market will be a speech coming Friday from the chairman of the Federal Reserve, Kevin Warsh. He has been adamant about giving financial markets fewer clues about what the Fed will do in the future with interest rates to control inflation. But the pressure is on him to give clearer guidance.</p><p>One wild card for inflation recently has been oil prices, which have been swinging with uncertainty about when the war with Iran will allow oil tankers to freely exit the Persian Gulf again. The price for a barrel of Brent crude, the international standard, rose 0.3% Thursday to $87.23.</p><p>In stock markets abroad, indexes were mixed in Europe and Asia. Stocks jumped 1.5% in Seoul and 1.1% in Shanghai but fell 1.7% in Paris.</p><p>___</p><p>AP Business Writers Chan Ho-him and Michelle Chapman contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/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[US goals have shifted after 6 months of Iran war. The Strait of Hormuz is now a top concern]]></title><link>https://www.local10.com/news/world/2026/08/27/us-goals-have-shifted-after-6-months-of-iran-war-the-strait-of-hormuz-is-now-a-top-concern/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/27/us-goals-have-shifted-after-6-months-of-iran-war-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 weeks to five weeks. Six months later, there still is 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 16:58:10 +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 weeks to five weeks. Six months later, there still is 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 was designed to pave the way to end the war but has fallen by the wayside. U.S. stockpiles of key weapons have diminished and the Republican administration has pivoted to pressuring Iran economically rather than conducting more strikes.</p><p>“No negotiations are happening right now, and this will continue until the president feels that maybe they come to the table in a meaningful way,” White House press secretary Karoline Leavitt told “Fox & Friends” on Thursday.</p><p>As the shape of the war has morphed over the past half year, so, too, have the goals.</p><p>One of the prime goals now — reopening the Strait of Hormuz — was not one of Trump's original objectives. The waterway, which had been a vital shipping lane through which about 20% of the world's oil passed, was open and free to all.</p><p>Iran seized on it as a chokepoint for the global economy. The strait 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 with 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 is a look at the objectives and what we know about where they stand:</p><p>Stop Iran from having a nuclear weapon</p><p>In June 2025, 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 would 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 terrorist 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><media:content url="https://www.local10.com/resizer/v2/AFH3YZFSACU4Q36XRIWRNGALHQ.jpg?auth=b5e7deb166372731ee811155229a1adccec92622b5f438686fe65d35fbf631d4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cargo ships are seen at sea near the Strait of Hormuz, as viewed from a rocky shoreline near Khor Fakkan, United Arab Emirates, Friday, May 1, 2026. (AP Photo/Fatima Shbair, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Fatima Shbair</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KC5EZUHXOOHQARBU7K7JXYUEI4.jpg?auth=9be7b29c82d99f233f40e6f2e63dcb4575521cb7b47366010967021747ae5c85&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A motorbike drives past a banner reading in English and Farsi, "We will kill Trump," and banners showing portraits of the late Iranian Supreme Leader Ayatollah Ali Khamenei, right, and his son Ayatollah Mojtaba Khamenei, the successor to him, at a square in Tehran, Iran, Monday, Aug. 10, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</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 16:13:04 +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[Shackled Tate brothers in court asking to be released from jail during extradition fight]]></title><link>https://www.local10.com/news/florida/2026/08/27/shackled-tate-brothers-in-court-asking-to-be-released-from-jail-during-extradition-fight/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/27/shackled-tate-brothers-in-court-asking-to-be-released-from-jail-during-extradition-fight/</guid><dc:creator><![CDATA[By DAVID FISCHER, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Defense lawyers for social media influencers Andrew and Tristan Tate argued Thursday if Romania is OK with them being out of jail as they challenge sex charges, then the U.S. should free them too as they fight extradition to the United Kingdom.]]></description><pubDate>Thu, 27 Aug 2026 16:52:05 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Defense lawyers for social media influencers Andrew and Tristan Tate argued Thursday if Romania is OK with them being out of jail as they challenge sex charges, then the U.S. should free them too as they fight extradition to the United Kingdom.</p><p>The brothers have remained in a federal detention center in Miami since they were arrested July 18 on rape and sex trafficking charges from the U.K. Their attorneys have argued that their high profile and active social media presence make it nearly impossible for them to flee.</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.</p><p>Defense lawyers said the brothers have followed court rules</p><p>On his way into court Thursday, defense attorney Joseph McBride told reporters he hasn’t heard of a case where U.S. Magistrate Lauren Louis has allowed someone out on bail while awaiting an extradition hearing. But while the odds aren’t in their favor, McBride felt like the truth was.</p><p>“They have never run away from the law. They have leaned into the court process everywhere they go. They are innocent men. They are free men. They are good men,” McBride said.</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>Prosecutors say Tates claim to have multiple passports and plenty of money</p><p>Federal prosecutors want 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.</p><p>The brothers were wearing tan prison clothes and shackled for Thursday’s hearing.</p><p>Their lawyers spent more than an hour mostly repeating arguments from court filings that the U.K.’s request was out of line because their criminal case in Romania is going first. Romanian officials have let them remain free until the proceedings conclude and they have not tried to flee and are complying with all court restrictions.</p><p>The judge reminded defense attorneys she has to follow U.S. laws.</p><p>Attorneys for the Tates also said 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 brothers have long claimed that their violent and misogynistic statements have been taken out of context or were intended as jokes.</p><p>“That is not the real Andrew Tate, the person Andrew Tate," said his lawyer Howard Srebnick, who in court Thursday compared Tate on social media to Sacha Baron Cohen's confrontational Ali G character.</p><p>Brothers became controversial social media stars</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><p>___</p><p>Jeffrey Collins in Columbia, South Carolina, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H2ZIMWOMRVFVAKAMLC54TQFNDM.jpg?auth=8b38c6eed9a1a7b17fe15a14e7dce15686751a0b14f8b1fdc28b4b12efe7d861&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrew Tate, left, watches his brother Tristan speak, outside a police station in Voluntari, Romania, May 21, 2025. (AP Photo/Vadim Ghirda, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vadim Ghirda</media:credit></media:content><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><media:content url="https://www.local10.com/resizer/v2/HPXLWAVXYXT2TNOQSGI3LPH2PI.jpg?auth=bec64fb5cd895f29181782337c52c5eb4eb99092e836cca1b9537a35085c9279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Joseph McBride, right, who represents Andrew and Tristan Tate as they fight extradition to the United Kingdom on charges of rape and sex trafficking, speaks to the news media before a bond hearing at the C. Clyde Atkins U.S. Courthouse in Miami, Thursday, Aug. 27, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZSRPP2FIFAOS22TKMFGLYJIBKM.jpg?auth=d44fd34e1d69c279c18c7d8289602281b31e80653d9efe126e9c37773f10f5c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorneys Joseph McBride, center, and Andrew Ford, right, who represent Andrew and Tristan Tate as they fight extradition to the United Kingdom on charges of rape and sex trafficking, Thursday, Aug. 27, 2026, arrive for a bond hearing at the C. Clyde Atkins U.S. Courthouse, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FIFMWFRVCOMBSKRTXT5TJSI2AU.jpg?auth=628ad0ccf6ee2ed648615c42d4714cf870022d269ea302b3c1a98f2a9ff22671&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Azeneth Gregoira, a supporter of Andrew and Tristan Tate, holds a sign supporting the brothers outside the C. Clyde Atkins U.S. Courthouse before a bond hearing as the Tates fight extradition to the United Kingdom on rape and sex trafficking charges, Thursday, Aug. 27, 2026, in Miami. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[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 15:51:54 +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[Jury begins deliberating whether Lindsay Clancy is criminally responsible for killing her children]]></title><link>https://www.local10.com/health/2026/08/27/lindsay-clancys-attorney-says-she-was-in-a-deep-psychosis-when-she-killed-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/27/lindsay-clancys-attorney-says-she-was-in-a-deep-psychosis-when-she-killed-her-3-children/</guid><dc:creator><![CDATA[By MICHAEL CASEY and LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — A jury on Thursday began deliberating 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 16:43:13 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — A jury on Thursday began deliberating 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>Clancy has pleaded not guilty by reason of lack of criminal responsibility, with her lawyers arguing she was experiencing postpartum psychosis when she killed Cora, Dawson and Callan Clancy at the family’s home in coastal Duxbury, Massachusetts, in January 2023. The rare mental illness 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. Jurors must decide whether she was criminally responsible and, if so, exactly what crimes she committed.</p><p>Clancy’s mental state is at the center of the closely watched trial that has drawn attention to maternal mental health after childbirth. The debate has stirred deep divisions among the public over whether she should be held criminally responsible.</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>During closing arguments Thursday, a prosecutor told jurors that Clancy was exhausted and depressed when she killed her three children but knew it was wrong.</p><p>“It was a choice to take them with her. It was a horrible choice. It is a choice that we don’t want to think about that a mother could make, because that doesn’t make us feel safe or comfortable in this world,” said prosecutor Jennifer Sprague. “But it’s a choice she made.”</p><p>Clancy's attorney argued that she was in a deep psychosis when she killed her children, telling jurors that she had been a loving mother before her mental health spiraled.</p><p>“Because of the damned medicine and the lousy medical care that she got,” attorney Kevin Reddington said, referencing the mental health providers she saw and drugs prescribed in the months before the January 2023 killings.</p><p>Sprague said the case isn’t about the nation's mental healthcare system or how it treats women. “That’s a distraction to get you angry and passionate about an important issue, but an issue that’s not on trial here,” she said.</p><p>Clancy did not testify during the trial, now in its fifth week. During closing arguments, she dabbed her eyes with a tissue and, at one point, put a hand to her forehead as the prosecution described how she killed her children.</p><p>If convicted of murder, Clancy faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she still could be committed to a state mental health facility.</p><p>During more than four weeks of testimony, jurors heard opposing views from medical experts about Clancy’s mental state after the birth of her third child and her culpability.</p><p>Both Clancy’s mother and sister testified that she became anxious, paranoid and suicidal.</p><p>Clancy, now 36, had sought treatment from multiple providers in the months before the killings and even checked herself into a psychiatric hospital. Less than three weeks after being discharged from that hospital, Clancy strangled Cora, Dawson and Callan Clancy, ages 5, 3 and 8 months, with exercise bands in the basement of their home south of Boston. She then jumped from a second-floor window and remains paralyzed from the waist down.</p><p>During closing arguments, Sprague argued that Clancy’s decision not to tell her mental health providers about thoughts she had in December 2022 of harming her children showed that she understood those thoughts were wrong.</p><p>The prosecutor acknowledged that Clancy sought help for her mental health struggles, but said she did not always take medications as prescribed or give her providers complete and accurate information.</p><p>Reddington said the prosecution tried to paint Clancy’s attempt to take her life after killing her children as “a fake suicide.”</p><p>“You know that is not what happened,” he said.</p><p>Reddington held up a copy of the book “Good Moms have Scary Thoughts” that investigators found at the Clancy house. He said prosecutors tried to use it as evidence against Clancy but that it was a mental healthcare provider who gave it to her.</p><p>“This woman lived for her kids,” he said.</p><p>He showed jurors a small “wish box” that Clancy and then-husband Patrick bought on their honeymoon. Over the years, the couple filled the box with slips of paper wishing to have healthy, successful kids, Reddington said as Lindsay Clancy wiped away tears.</p><p>Reddington told the jury that after Clancy started seeing a psychiatrist that “it was not a wonderful life anymore.”</p><p>“You heard the testimony. You know her concerns. You know her fears,” he said.</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-the-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-the-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 15:56:50 +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 360 in Nepal and Tibet, with more than 1,400 missing]]></title><link>https://www.local10.com/business/2026/08/27/catastrophic-floods-kill-over-360-in-nepal-and-tibet-with-more-than-1400-missing/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/27/catastrophic-floods-kill-over-360-in-nepal-and-tibet-with-more-than-1400-missing/</guid><dc:creator><![CDATA[By NIRANJAN SHRESTHA and SHRISTI KAFLE, Associated Press]]></dc:creator><description><![CDATA[DEVIGHAT, Nepal (AP) — Rescue teams and military helicopters searched Thursday for hundreds of missing people along the Nepal-China border, where a 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 16:34:38 +0000</pubDate><content:encoded><![CDATA[<p>DEVIGHAT, Nepal (AP) — Rescue teams and military helicopters searched Thursday for hundreds of missing people along the Nepal-China border, where a 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. More than 360 people were killed, police said, and more than 1,400 were missing, including scores of foreigners and pilgrims. Hundreds of others have been displaced across the Himalayan region.</p><p>The steep slopes and 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. Riverbanks and village streets were covered in mud. Debris hung from tree branches and wires. Vehicles were buried, and some stunned survivors were caked in mud.</p><p>Before-and-after images aired by state broadcaster China Central Television showed a multistory building and more than a dozen vehicles covered in mud. A two-lane road running along a river in a valley in Tibet's Shigatse prefecture was completely buried. Aerial footage also showed that a lake had formed and expanded on the China-Nepal border.</p><p>Nirajan Paudyal, a journalist based in Nepal's capital of Kathmandu, worried for his parents and other relatives in the district's village of Soley.</p><p>“I fear there won’t be any update,” Paudyal said.</p><p>Helicopters deployed for rescue because of damaged roads</p><p>The disaster has left at least 910 people missing in Nepal. Authorities in Tibet, an autonomous region of China, reported at least three dead and 558 missing.</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 by helicopter, 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 were transported to Kathmandu for medical care.</p><p>Rescuers found bodies in Chitwan district hundreds of kilometers (miles) downstream from the hardest-hit areas.</p><p>Bishal Kumar Bhandari, chairman of the Nepal Red Cross Society, said the agency has shifted its 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 gushing mudslide that struck Wednesday near the land border crossing of Gyirong Port engulfed a multistory port building and 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>China's premier, Li Qiang, arrived Thursday in Gyirong to direct rescue efforts, alongside 500 military and paramilitary personnel. Military helicopters circled overhead, searching for survivors, assessing the disaster and mapping out possible rescue and evacuation routes.</p><p>Chinese authorities also warned that the newly formed lake 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 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>“We pledge to support national efforts to deliver emergency aid and support,” U.N. Secretary-General Antonio Guterres told reporters.</p><p>More than 1,300 are missing, including hundreds of foreigners</p><p>Many people in the disaster zone waited to hear whether their loved ones were alive.</p><p>Shova Shrestha, 33, has spent more than a day seeking word of her husband, Rajan Shrestha. She said his phone rang when she first called after the floods, but it 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 people from 30 other countries, including Ukraine, the U.K., 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 Sadhguru Jaggi Vasudev.</p><p>A visibly emotional Sadhguru said in a video that the group included 22 Americans and others from various countries. He said that there was no official information on their whereabouts.</p><p>The U.S. State Department said 90 Americans are unaccounted for in China and Nepal after the flood. The department said it was unaware of any U.S. deaths and that three Americans had been rescued.</p><p>The Indian Ministry of External Affairs said Thursday that 288 of the country's people, including some workers on a power project, were missing.</p><p>Chinese Ministry of Foreign Affairs spokesperson Lin Jian said that nearly 100 Chinese citizens were missing in Nepal. According to preliminary information, 260 of those missing in Tibet were foreigners, he said.</p><p>A glacier collapse may have caused 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 agency 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 Center 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 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>Kafle reported from Kathmandu, Nepal. Associated Press journalists 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; Ali Swenson and Edith Lederer in New York; Matthew Lee in Washington; 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/V7HVHJP54UNZOEXITUNNFGUPSM.jpg?auth=d1e5346c41346ca2a2981f7ee73606e7aca469cfda20f703433690f686e0cf2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy looks at the devastation caused by flash flooding 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/2UVVVOOO6QCE7KEM55VN5GIM6A.jpg?auth=474c6eeed3db48c71f4e985e9e2f22ce3129fe5831d32731690644b957f9cc3b&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/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/NGWPHFY24ADORXR3T6I6ENXGJY.jpg?auth=ad1546d4e6d5667d57f224b7e900c71727a09a1a0fb59e03c7852d077ffd1492&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></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></channel></rss>