<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 26 Aug 2026 22:42:55 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Video shows suspect rummaging through Hallandale Beach home before pointing gun at kids, cops say]]></title><link>https://www.local10.com/news/local/2026/08/26/video-shows-suspect-rummaging-through-hallandale-beach-home-before-pointing-gun-at-kids-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/video-shows-suspect-rummaging-through-hallandale-beach-home-before-pointing-gun-at-kids-cops-say/</guid><dc:creator><![CDATA[Rosh Lowe, Ryan Mackey]]></dc:creator><description><![CDATA[Video obtained by Local 10 News on Tuesday shows a man who police say rummaged through a bedroom inside a Hallandale Beach home before a family returned and encountered him.]]></description><pubDate>Wed, 26 Aug 2026 22:30:24 +0000</pubDate><content:encoded><![CDATA[<p>Video obtained by Local 10 News on Tuesday shows a man who police say rummaged through a bedroom inside a Hallandale Beach home before a family returned and encountered him.</p><p>The incident happened Sunday evening in the area of the 1000 block of Southwest Third Avenue, according to Hallandale Beach police.</p><p>Police said the suspect entered the home through a rear window. When the family returned, the suspect pointed a gun at two children, ages 10 and 12, before fleeing the home.</p><p>Video captures the children crying as the suspect runs away.</p><p>Police later arrested Rashad Randzell Corouthers, 36, whom investigators said was tracked down using a GPS monitor he was wearing.</p><p>Authorities said Corouthers is a convicted felon who was prohibited from possessing a firearm.</p><p>“The idea that a man sick could point a gun at a child is horrifying,” Hallandale Beach resident Eve Mart said. “You gotta be a sick individual.” </p><p>Jail records show Corouthers is facing one count each of home invasion with a firearm or deadly weapon. He is also facing two counts of aggravated assault wit a deadly weapon without intent to kill in an unrelated case. </p><p>As of Wednesday, he was being held without bond at the Broward County Main Jail. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[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, in the 500 block of Valencia Avenue, belonged to Henry Parra, 55, and Adam Hlavaty, 42, who were killed in last Wednesday’s crash along with five other people ― including others with South Florida ties ― in northern Kenya’s Samburu County.</p><p>Coral Gables police said the burglary happened sometime between Thursday and Saturday, after the crash.</p><p>They identified the burglary suspects as Geybert Alexander Garcia, 40, and Melany Perdomo, 24, who live together near the unincorporated Palm Springs North area of northwest Miami-Dade.</p><p>According to investigators, the pair “ransacked the residence and removed numerous items belonging to the decedent such as personal and business documents, jewelry, electronics, and artwork.”</p><p>They also stole the couple’s 2023 Land Rover and 2020 Porsche Taycan, an arrest report states. The report mentions the crash, but doesn’t state whether or how investigators believe that Garcia and Perdomo became aware of the couple’s deaths before the burglary.</p><p>Police said Parra and Hlavaty’s housekeeper discovered the heist on Sunday.</p><p>Authorities said a ping from the couple’s stolen MacBook, along with vehicle location from the stolen Range Rover, placed the stolen items at Garcia and Perdomo’s home in the 8300 block of Northwest 195th Terrace.</p><p>According to the report, after confirming the cars were parked outside of the home, Coral Gables police and Miami-Dade Sheriff’s Office deputies executed a search warrant there on Tuesday. </p><p>Investigators said Garcia hid in a closet while officers found Perdomo in an upstairs bedroom.</p><p>During the search, “officers located and identified numerous stolen documents” belonging to the couple, as well as the key fob to the Range Rover, the arrest report states.</p><p>“Additionally, several valuable pieces of artwork were recovered from inside the residence, including an art sculpture belonging to the victims and valued in excess of approximately $500,000,” it states. “Officers also located several items and instruments consistent with the production and/or alteration of fraudulent identification documents and personal identifying information.”</p><p>Additionally, investigators said they found a Ford F-250 with an altered VIN that turned out to be stolen out of Indian River County.</p><p>Jail records show Garcia and Perdomo were each arrested on multiple felony charges, including burglary and grand theft auto.</p><p>In court on Wednesday, Garcia’s attorney, Paul Basile, presented a document to the court stating that it had been signed and notarized and that granted Garcia “permission to have possession of those vehicles and to enter the premises.”</p><p>Lauren Bailey, a family friend of the victims, was also in court however, and said that can’t be true.</p><p>“There is no way that they could possibly have signed that document,” Bailey said. “They were not in the country, first of all. Secondly, they would have never done so. They had other people. They have a live-in maid that comes to the house every day. There would be no need to do such a thing.”</p><p>She continued, “The house was damaged; it was broken into. The door was destroyed. They ripped off the camera, which we’ve given the prosecutor the photos of that. His family came from Indiana and came home to a house that had been broken into and their things stolen, and they don’t feel comfortable if you let this person go.”</p><p>Prosecutor Nessa Eth asked Coral Gables Police Department Detective Wilfredo Diaz whether he believed the paperwork was legitimate.</p><p>“No,” Diaz testified. “I believe it is a fraudulent document.”</p><p>Miami-Dade Judge Mindy Glazer also appeared to be skeptical about the document’s validity, especially considering that Garcia has a history of arrests in the county, and ordered that both he and Perdomo be held without bond.</p><p>Perdomo, despite being listed in her arrest report as being born in Florida, was also detained on an immigration hold, jail records show.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[A June date on the calendar, but no hearing yet for Bryan Kohberger’s plea challenge]]></title><link>https://www.local10.com/news/national/2026/08/26/a-june-date-on-the-calendar-but-no-hearing-yet-for-bryan-kohbergers-plea-challenge/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/a-june-date-on-the-calendar-but-no-hearing-yet-for-bryan-kohbergers-plea-challenge/</guid><dc:creator><![CDATA[By REBECCA BOONE, Associated Press]]></dc:creator><description><![CDATA[BOISE, Idaho (AP) — An Idaho judge has set the timeline for Bryan Kohberger's attempt to withdraw his guilty plea in the murders of four University of Idaho students, and he is warning attorneys on both sides that he will hold any new evidence in the case to a strict legal standard.]]></description><pubDate>Wed, 26 Aug 2026 22:36:28 +0000</pubDate><content:encoded><![CDATA[<p>BOISE, Idaho (AP) — An Idaho judge has set the timeline for Bryan Kohberger's attempt to withdraw his guilty plea in the murders of four University of Idaho students, and he is warning attorneys on both sides that he will hold any new evidence in the case to a strict legal standard.</p><p>Fourth District Judge Steven Hippler, who sentenced Kohberger to life in prison without parole after Kohberger pleaded guilty to the murders last year, set out the guidelines for how the case will proceed in a written order Wednesday morning.</p><p>The judge did not grant Kohberger a hearing on his claims that his guilty plea should be withdrawn. Instead, Hippler scheduled in a date for next June in case he determines an evidentiary hearing is warranted.</p><p>Kohberger, 31, is serving four consecutive life sentences for the murders of Kaylee Goncalves, Ethan Chapin, Xana Kernodle and Madison Mogen in a rental home near the Moscow, Idaho, campus in 2022. In exchange for his guilty plea, prosecutors agreed not to seek the death penalty.</p><p>Kohberger filed a handwritten petition last month asking the court to let him take back his plea, saying his attorneys manipulated him into making the deal by promising him better prison conditions and scaring him about the quality of life on death row.</p><p>Kohberger offered only a few details in elaboration, saying they failed to disclose or review evidence that might have helped his case during plea discussions. Kohberger has since been appointed a new attorney, Greg Rauch, who said he couldn't immediately comment on the case.</p><p>In Wednesday's order, Hippler told prosecutors and Kohberger's attorney that they must “strictly adhere” to the Idaho Rules of Court Procedure, particularly the sections detailing what evidence is admissible in court. The judge also detailed how both sides should object to evidence that they feel is not admissible.</p><p>Anyone who doesn't comply with the court's order could be subject to sanctions, Hippler wrote.</p><p>Hippler said both sides should disclose any potential witnesses, including experts, by the start of February. He also set a status conference for next June.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GB326ZMX7B62ELXPDHWL3VFBW4.jpg?auth=e2e277bb060a4b437875b3d8b4ac20cfb335115f771ec8c9681eb79fe80abe4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Bryan Kohberger appears at the Ada County Courthouse, for his sentencing hearing, Wednesday, July 23, 2025, in Boise, Idaho, for stabbing four University of Idaho students to death nearly three years ago. (AP Photo/Kyle Green, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kyle Green</media:credit></media:content></item><item><title><![CDATA[Woman kept running illegal post-op recovery homes after 2024 arrest, cops say; she’s back in jail]]></title><link>https://www.local10.com/news/local/2026/08/26/woman-kept-running-illegal-post-op-recovery-homes-after-2024-arrest-cops-say-shes-back-in-jail/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/woman-kept-running-illegal-post-op-recovery-homes-after-2024-arrest-cops-say-shes-back-in-jail/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 42-year-old woman is facing charges in Miami-Dade County after authorities said she operated multiple illegal post-operation assisted living facilities. ]]></description><pubDate>Wed, 26 Aug 2026 17:37:28 +0000</pubDate><content:encoded><![CDATA[<p>A 42-year-old woman is facing charges in Miami-Dade County after authorities said she operated multiple illegal post-operation assisted living facilities.</p><p><a href="https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/">Leer en español</a></p><p>Torrasha Monique Smith was previously arrested in January 2024 for operating an unlicensed post-surgery ALF located at 18132 NW 91st Court in Miami-Dade County, and then again in June 2025 for opening another facility at 21480 SW 132nd Court. </p><p>In January, deputies said they received an anonymous tip regarding an illegal recovery house for post-surgery patients was being run by Smith. </p><p>Investigators discovered it was at the same 132nd Court location that deputies had previously encountered, determining that Smith never ceased operations despite her previous arrest. </p><p>According to an arrest warrant, patients advised deputies that they had paid Dream Body Retreat via Zelle for the services, and investigators determined that Smith was the sole proprietor of Dream Body Retreat. </p><p>Additionally, one of the patients told deputies they had used the facility previously in June 2025, which was after Smith’s arrest in May of that year after she was ordered to close the facility, according to official documents. </p><p>Authorities said they ultimately discovered that Smith ran the facility for 274 days after being issued a Notice of Unlicensed Activity on April 30, 2025, and during that time, she accepted Zelle payments exceeding $200,000. </p><p>According to investigators, Smith ceased operations at the facility sometime in February, but she continued to book appointments and receive deposits “without any intention of providing services.”</p><p>Multiple police reports were filed in Miami-Dade County over the following months from patients who had paid deposits to Dream Body Retreat only to discover the business had been closed, and then were unable to reach Smith when they tried to obtain refunds. </p><p>Ultimately, a warrant was issued for Smith’s arrest on July 20 after an attorney representing Smith told authorities he couldn’t advise as to when she would surrender herself. </p><p>According to an arrest form, Smith was taken into custody on Tuesday at the Harris County Jail Facility in Houston.</p><p>Officials did not indicate why she was arrested in Texas or how she was apprehended, but she has since been brought back to South Florida. </p><p>Smith is facing three charges of grand theft, a charge of organized fraud of $50,000 or more, and 274 charges of failure to cease operations of an assisted living facility. </p><p>As of Wednesday afternoon, she was being held at the Turner Guilford Knight Correctional Center. Official documents indicate that Smith was already out on felony bond at the time of her arrest for charges stemming from the illegal disposal of hazardous, biomedical waste. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Fight continues in Coral Gables over Garden of our Lord development proposal]]></title><link>https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/fight-continues-in-coral-gables-over-garden-of-our-lord-development-proposal/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Attorney David Winker is representing Bonnie Bolton in her fight to preserve the Garden of our Lord in Coral Gables.]]></description><pubDate>Wed, 26 Aug 2026 22:33:20 +0000</pubDate><content:encoded><![CDATA[<p>Attorney David Winker is representing Bonnie Bolton in her <a href="https://www.local10.com/news/local/2026/02/10/coral-gables-commissioners-uphold-decision-to-develop-historic-garden/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/02/10/coral-gables-commissioners-uphold-decision-to-develop-historic-garden/">fight to preserve the Garden of our Lord in Coral Gables</a>.</p><p>“We can’t have people coming in and just manufacturing support for these projects,” Winker said. </p><p>Winker is accusing some people who claimed to be residents of lying to the commission in support of the development project. </p><p>“I was floored,” said Commissioner Melissa Castro. “I couldn’t even believe that was happening, especially in my city. I was in disbelief. Not only that, I really want to find out who is behind this, and paid for it.”</p><p>Coral Gables resident Omar Packard noticed that some of the people who were speaking in support of the development were seemingly struggling to pronounce the addresses that they were claiming to live at. </p><p>“We started noticing these people, that they seemed to need to look at their cell phone to recite their addresses,” he said. “And I found a lot of them didn’t even exist or were commercial buildings.”</p><p>It turned into a fact finding quest by Packard to find out if they actually life where they claimed to. </p><p>“Every single address that we checked was fraudulent,” said Winker. </p><p>Added Bolton: “This is a conspiracy to defraud not just me and the Garden of our Lord, but all of the residents of Coral Gables.”</p><p>Packard presented his findings to Bolton, who then shared them with Winker. </p><p>He outlined the findings for the commission, asking for a deferral. </p><p>“The law is clear, you can’t take an oath and say something that’s false,” he said. “That’s a crime.”</p><p>Instead, the commission opted to move forward with the development project, approving it with a 3-1 vote. </p><p>“I voted no. I don’t believe that vote should have taken place that day,” said Castro. “I believe that really messed with the integrity of the record. Because if there was false testimony, what else was false? Now it’s questionable.”</p><p>The commission also unanimously passed a motion moved by Mayor Vince Lago and seconded Castro.</p><p>“They showed up here and lied to the commission, saying they are residents of the city,” he said. “I want to make sure that goes to the necessary authorities, whether that is (Miami-Dade County State Attorney Katherine) Fernandez Rundle, whether it is the ethics commission, locally or the state.”</p><p>A spokesperson for the city said the Coral Gables Police Department will investigate some of the claims that were raised. </p><p>“And hopefully we’ll see what happens and we’ll see what the state attorney has to say about this, what FDLE has to say about this,” said Winker. “Because I think that it’s so fundamental to our democracy, right? We can’t have people just coming in and lying in official proceedings.”</p><p>Local 10 News received a statement from the developer, which read:</p><blockquote><p>We were surprised and deeply disappointed by the actions alleged by Mr. Winker. They do not reflect who we are or how we operate. </p><p>For 40 years, Fifield has built its reputation on trust and true partnership with the communities we serve. This project is no exception. </p><p>At the heart of it is a promise to Crystal Academy and its students: a permanent, rent-free home for the next 99 years. We remain fully committed to fulfilling it, and to full transparency with the City Commission and the Coral Gables community as this process moves forward.</p><p class="citation">Fifield spokesperson</p></blockquote><p>City of Coral Gables official statement: </p><blockquote><p>To clarify, the City Commission did not vote to open a criminal investigation by the Coral Gables Police Department. The Commission requested that the Police Department investigate the claims of one of the parties and refer any appropriate allegations regarding the speakers’ addresses to the appropriate authorities for review. The Coral Gables Police Department will investigate some of the claims that were raised. </p><p>Because the matter is being referred for review, the city cannot speculate as to whether a law may have been violated or characterize the allegations as fraud, perjury or another potential offense. Those are matters for the appropriate authorities to determine.</p><p>The Commission separately approved the various related items by a 3-1 vote. Commissioner Ariel Fernandez did not attend the meeting.</p><p>The Commission’s land-use decision was based on the competent substantial evidence in the record; therefore, the referral of the separate allegations does not prevent the items from moving forward.</p><p class="citation">City of Coral Gables</p></blockquote><p>To see Winker’s full presentation to the city commission, <a href="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513" target="_blank" rel="noreferrer" title="https://m.youtube.com/live/H-5KqhJm7zQ?si=qaLpnoD9LMBcbjdg&amp;t=18513">click here</a>. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Players will be suspended 1 game if they accumulate 3 penalties in certain categories]]></title><link>https://www.local10.com/sports/2026/08/26/players-will-be-suspended-1-game-if-they-accumulate-3-penalties-in-certain-categories/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/players-will-be-suspended-1-game-if-they-accumulate-3-penalties-in-certain-categories/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — NFL players will face a one-game suspension this season if they accumulate three penalties in certain designated categories, the league and the players' union announced Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:32:14 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — NFL players will face a one-game suspension this season if they accumulate three penalties in certain designated categories, the league and the players' union announced Wednesday.</p><p>The NFL and the NFLPA said in a statement that they have agreed to place a greater emphasis on five health and safety rules violations: the hip drop tackle; horse collar tackle; launching; hit on a defenseless player; and blindside block.</p><p>The goal is to make the game safer by focusing discipline on the infractions most likely to leave players injured.</p><p>“There are some player safety fouls that really put the defender and his opponent at really high risk,” said Troy Vincent, NFL executive vice president of football operations.</p><p>“We don’t like to remove people from the team or the roster,” he added. "But we’ve had to put some measures in place to hold the player to greater accountability for himself and for his opponent.”</p><p>NFL players voted on the changes at a Board of Player Representatives meeting Tuesday and owners were briefed on the new safety rules violations standards during a meeting Wednesday in Atlanta.</p><p>The violations in those categories will carry forward into subsequent seasons but the league and union said all players will start the upcoming season with a clean slate.</p><p>Players who commit only one violation will receive 50% of their fine back at the end of the season.</p><p>Coaches will also be required to join players in meetings with the NFL to review video of the violations when a player has accumulated two infractions and is on the threshold of a suspension.</p><p>Clubs with excessive health and safety rules violations will face increased financial penalties.</p><p>Former Carolina Panthers and Washington Commanders coach Ron Rivera, who also played nine seasons in the NFL, will join the group of former players who oversee the on-field discipline appeal hearings.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZA2E6ESYGNHGLK6V7SC26ZPN24.jpg?auth=8c074904472e17392bbd5235d6081981348e6b4710e8b3a8525dabd60f97ba32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ZWPDWOK26LTTOFRCTQ3DBDK3Q.jpg?auth=5691ccac39c75cf7c227e6a5e604dfbe6086af8271d0da33576178ee4e8b143a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DYGGQGOQ2L5UDEFY7QE7RNRZQM.jpg?auth=a661ac83473464af2120a92ce601b52f1a55f98bb0b8c45c3ca2df79431d2021&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5PW46DMAUSHCNVIDMIDOFPEC6I.jpg?auth=a06925618d7b2101ebacec1887e80cb10257377368514a31c61e1d06891139ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[What Dolphins players are saying as Falcons’ Tua Tagovailoa returns to Hard Rock Stadium]]></title><link>https://www.local10.com/sports/local/2026/08/26/what-dolphins-players-are-saying-as-falcons-tua-tagovailoa-returns-to-hard-rock-stadium/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/08/26/what-dolphins-players-are-saying-as-falcons-tua-tagovailoa-returns-to-hard-rock-stadium/</guid><dc:creator><![CDATA[Ryan Mackey, Clay Ferraro]]></dc:creator><description><![CDATA[The Miami Dolphins have one more preseason game to go, and it brings a familiar face back to town.]]></description><pubDate>Wed, 26 Aug 2026 22:17:21 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins have one more preseason game to go, and it brings a familiar face back to town.</p><p>Tua Tagovailoa is returning to Hard Rock Stadium. </p><p>The former Dolphins starting quarterback is set to face his former team for the first time Friday night when Miami hosts the Atlanta Falcons in the preseason finale.</p><p>There are still plenty of good feelings toward Tagovailoa from his former teammates, including Dolphins EDGE Chop Robinson. But that doesn’t mean Robinson plans to take it easy on his former locker mate.</p><p>“It’s going to be fun,” Robinson said. “Especially since, you know, in practice we couldn’t hit him. But now it’s game time, and I’ll be able to hit him. I hope I get close to him.”</p><p>Robinson has plenty of fond memories of Tagovailoa, and the two grew closer during Tagovailoa’s final months in Miami.</p><p>“He was my locker mate my last year,” Robinson said. “Honestly, I feel like getting to know him, talk to him every day, just after practice, before practice. He was asking about my family and stuff like that. So really a great dude, and I miss him.”</p><p>Tagovailoa’s first season in Atlanta has been a struggle. One NFL insider said his performance has made it difficult for the Falcons to name him their Week 1 starter.</p><p>Tagovailoa also admitted it was “hard” seeing his time in Miami come to an end.</p><p>“You can try to trick yourself into thinking it’s not as hard as what you’re thinking, but it’s hard to go through something like that,” Tagovailoa said.</p><p>Robinson said Friday’s game will be personal, as any matchup against a former team would be.</p><p>“But at the end of the day, when the game is over, when the clock hits zero, it’s all love,” he added. “That’s still my brother.”</p><p>Dolphins backup quarterback Quinn Ewers also referred to Tagovailoa as his “brother” and said he doesn’t expect the reunion to be awkward because Tagovailoa helped him a lot last season.</p><p>For Tagovailoa, the return to Miami will be a chance to face the team and city where his NFL career began.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEEUAQU4VRAGZMPZNIWVGUOLZQ.jpg?auth=3cb065a7235d6f35821848dfe396ab854e6af200c6fa209307a8f8d1c669bd25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fans of Dolly Parton mourn outside Country Music Hall of Fame, Dollywood]]></title><link>https://www.local10.com/news/national/2026/08/26/fans-of-dolly-parton-mourn-outside-country-music-hall-of-fame-dollywood/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/fans-of-dolly-parton-mourn-outside-country-music-hall-of-fame-dollywood/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[The city of Nashville is mourning the death of country music icon Dolly Parton. ]]></description><pubDate>Wed, 26 Aug 2026 16:20:33 +0000</pubDate><content:encoded><![CDATA[<p>The city of Nashville is mourning the death of country music icon Dolly Parton.</p><p><a href="https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/">Leer en español</a></p><p>Her name is etched on the city’s Walk of Fame, which sits right outside the Country Music Hall of Fame.</p><p>It wasn’t long ago when the hall opened a new exhibit showcasing her amazing career. </p><p>The gate to Parton’s Brentwood home was full of flowers and notes that people have left over the past day. </p><p>Fans also were seen at Dollywood, showing up and paying tribute in different ways, with the theme park opening the day after her passing, saying the show must go on as Parton would have wanted. </p><p>Just a few blocks away is the Songteller Hotel, one of Parton’s latest projects that is still under construction. </p><p>Outside, there were flowers and a note that said, “I hope life treats you well.” </p><p>Parton was a legend on stage, screen and in the community. </p><p>She was a girl from east Tennessee who lived a life that has left a lasting impact on the entire world. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Judge, for now, refuses to dismiss Steve Bannon's conviction in contempt of Congress case]]></title><link>https://www.local10.com/news/politics/2026/08/26/judge-for-now-refuses-to-dismiss-steve-bannons-conviction-in-contempt-of-congress-case/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/judge-for-now-refuses-to-dismiss-steve-bannons-conviction-in-contempt-of-congress-case/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal judge on Wednesday rejected the Justice Department's request to erase Trump ally Steve Bannon's criminal conviction for refusing to testify before the congressional committee that investigated a mob's Jan. 6, 2021, attack on the U.S. Capitol. But it may not be a final decision on the matter.]]></description><pubDate>Wed, 26 Aug 2026 22:06:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal judge on Wednesday rejected the Justice Department's request to erase Trump ally Steve Bannon's criminal conviction for refusing to testify before the congressional committee that investigated a mob's Jan. 6, 2021, attack on the U.S. Capitol. But it may not be a final decision on the matter.</p><p>U.S. District Judge Carl Nichols ruled that prosecutors failed to properly explain their motivations for seeking the dismissal of Bannon's indictment. However, the judge said the government is free to renew its request in a manner that follows the law.</p><p>Nichols ruled several months after the U.S. Supreme Court — at prosecutors' request — threw out an appellate ruling upholding Bannon’s conviction for defying a subpoena from the House committee that investigated the Capitol riot.</p><p>In a February court filing, U.S. Attorney Jeanine Pirro said her Washington-based office determined “in its prosecutorial discretion” that dismissing Bannon's criminal case is “in the interests of justice.” Pirro, a Trump appointee, didn't elaborate.</p><p>Dismissing the case would be largely symbolic. Bannon already served a four-month prison term after a jury convicted him of contempt of Congress in 2022. A federal appeals court in Washington upheld the conviction before the Supreme Court overruled its decision.</p><p>Trump, a Republican, appointed Nichols to the bench during his first term in the White House.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YTQM4OKCNHJBWISSWVX7E7XGLM.jpg?auth=44a8b2d57813451c784c648b7b2e50f7f4a1d9c0f0d2d4700029534eb43d9fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[A judge suspends charges against an ex-Marine arrested on Trump's golf course with ammunition]]></title><link>https://www.local10.com/news/national/2026/08/26/a-judge-suspends-charges-against-an-ex-marine-arrested-on-trumps-golf-course-with-ammunition/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/a-judge-suspends-charges-against-an-ex-marine-arrested-on-trumps-golf-course-with-ammunition/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[TORRANCE, Ca. (AP) — A judge on Wednesday suspended criminal charges against a former U.S. Marine arrested at President Donald Trump’s Los Angeles-area golf course with ammunition and a gun in his vehicle. He is undergoing a psychiatric evaluation.]]></description><pubDate>Wed, 26 Aug 2026 22:05:43 +0000</pubDate><content:encoded><![CDATA[<p>TORRANCE, Ca. (AP) — A judge on Wednesday suspended criminal charges against a former U.S. Marine arrested at President Donald Trump’s Los Angeles-area golf course with ammunition and a gun in his vehicle. He is undergoing a psychiatric evaluation.</p><p>Los Angeles County Judge John Lonergan Jr. sent Jeanine John Taele, 38, to a mental health court in Hollywood based on statements he made in a pretrial evaluation indicating he wasn't mentally fit to stand trial. In the evaluation, Taele falsely insisted he had been a State Department official for 14 years.</p><p>When Taele was arrested earlier this month, he was seen wearing an earpiece and taking pictures of the golf course where Trump was scheduled to attend a Republican National Committee dinner. The event was at Trump National Golf Course Los Angeles in Rancho Palos Verdes, just south of LA.</p><p>A search of his pickup truck in the golf course parking lot at the time turned up a loaded 9mm pistol, binoculars and a badge that read “security protection agent,” according to the U.S. attorney’s office in Los Angeles.</p><p>Lonergan expressed particular concern over the 200 pages of Taele’s writings that investigators found following his arrest. The writings included schedules for first lady Melania Trump and members of the president’s Secret Service, as well as detailed lists for surviving “off the grid.” The judge did not say whether the writings included any specific political motives or ideologies.</p><p>“This case itself is alarming in this day and age with the violence that is creeping into our everyday lives, especially with our partisanship in the political environment" ahead of the midterms, Lonergan said.</p><p>The judge also cited a previous arrest in November 2025 at an AT&T store where Taele accused an employee of spying on him with Meta Glasses, stole the glasses, and was found muttering to himself in the parking lot. He was charged with second-degree robbery following that incident.</p><p>Taele was charged with several felonies including possession of a short-barreled rifle or shotgun and receiving a large-capacity magazine. He was also charged with carrying a concealed firearm in a vehicle, a misdemeanor.</p><p>Taele appeared in the Torrance, California, courtroom Wednesday, weeks after his Aug. 5 arrest, wearing a vest designed to prevent self-harm or suicide attempts. Nearly a dozen family members and friends tearfully watched from the courtroom.</p><p>Lonergan declined to set bail for Taele, who will remain in jail until a Sept. 9 hearing at the Hollywood Mental Health Court.</p><p>Taele's attorney, public defender A.J. Bayne, said it was too early to tell whether Taele's mental health would play a role in his legal defense.</p><p>“He's a veteran, he served our country, and I don't know enough right now, but he has a family that loves him, that has huge support for him,” Bayne said, adding that “people assume too much" about Taele's motives on the day he was arrested at the golf course.</p><p>Taele is a decorated U.S. Marine who served two tours in Iraq and Afghanistan between 2008 and 2016, according to a Marine Corps spokesperson. He was a corporal who received countless accolades, including two Marine Corps Good Conduct Medals, a Navy Unit Commendation, a National Defense Service Medal, and a Global War on Terrorism Service Medal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWVFA5QVGZQMV3HUHJD6TDBKJ4.jpg?auth=c5ce577ed3c98fa8d5723e1be48e055152df3bf11fb6c18cbe5e484f7916492c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The entrance to Trump National Golf Club Los Angeles, in Rancho Palos Verdes, Calif., is seen in this photo, July 2, 2020. (AP Photo/John Antczak, File)]]></media:description><media:credit role="author" scheme="urn:ebu">John Antczak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6SRWSVSOGUBGDTWXZGF7W2ZKSQ.jpg?auth=abc30be6202d704ab3cee1a1e34aecc54dc326d65970d0051b67fd73d3de16cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A general view of Trump National Golf Club Los Angeles in Rancho Palos Verdes, Calif., Friday, Sept. 13, 2024. (AP Photo/Jae C. Hong,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content></item><item><title><![CDATA[NFL ends the Pro Bowl game, but players will still be honored as Pro Bowlers]]></title><link>https://www.local10.com/sports/2026/08/26/nfl-ends-the-pro-bowl-game-but-players-will-still-be-honored-as-pro-bowlers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nfl-ends-the-pro-bowl-game-but-players-will-still-be-honored-as-pro-bowlers/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The Pro Bowl is no more, the NFL announced Wednesday, ending an exhibition of the league's top players that was held in some form almost every year since 1951.]]></description><pubDate>Wed, 26 Aug 2026 22:25:43 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The Pro Bowl is no more, the NFL announced Wednesday, ending an exhibition of the league's top players that was held in some form almost every year since 1951.</p><p>The game wasn't played in 2021 because of the COVID-19 pandemic, but that was the only pause in the postseason event.</p><p>“It's OK to be the first league to walk away from a competitive all-star game,” NFL executive vice president Peter O'Reilly said at the owners' meeting in Atlanta.</p><p>The league said 88 players will still be named as Pro Bowlers and honored in Los Angeles after this season. Several flag football events also will take place at that time.</p><p>“The Pro Bowl has always been about recognizing the players who distinguish themselves as the very best in the NFL,” O’Reilly said in a statement. “A Pro Bowl selection will return to its original purpose, honoring the best of the best. We want that distinction to carry even greater meaning for the players, their families, their clubs and our fans.”</p><p>O'Reilly said the decision was “a shift from the game to the honor.”</p><p>Troy Vincent, the league's executive vice president of football operations, said he heard from players that they “don't want competitive play” after the playoffs.</p><p>“You come off the championship games and the viewers see the physicality of the game and you try to replicate that,” Vincent said. “Frankly, it just doesn't sit well. This isn't a good representation.”</p><p>The Pro Bowl has waned in popularity in recent years. Once a staple in Honolulu, the NFL has moved the event to various cities and even switched from tackle to flag football in 2023.</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5PW46DMAUSHCNVIDMIDOFPEC6I.jpg?auth=a06925618d7b2101ebacec1887e80cb10257377368514a31c61e1d06891139ea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Vincent speaks during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Judge rules North Miami council members violated city charter, not Sunshine Law]]></title><link>https://www.local10.com/news/local/2026/08/26/judge-rules-north-miami-council-members-violated-city-charter-not-sunshine-law/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/judge-rules-north-miami-council-members-violated-city-charter-not-sunshine-law/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[A judge has found three North Miami City Council members violated the city charter while trying to remove a former city manager, but ruled there was insufficient evidence to find they violated Florida’s Sunshine Law.]]></description><pubDate>Wed, 26 Aug 2026 21:57:58 +0000</pubDate><content:encoded><![CDATA[<p>A judge has found three North Miami City Council members violated the city charter while trying to <a href="https://www.local10.com/news/local/2024/04/10/major-shakeup-looming-at-north-miami-city-hall-with-motion-to-fire-the-city-manager/" target="_self" rel="" title="https://www.local10.com/news/local/2024/04/10/major-shakeup-looming-at-north-miami-city-hall-with-motion-to-fire-the-city-manager/">remove a former city manager</a>, but ruled there was insufficient evidence to find they violated <a href="https://www.myfloridalegal.com/open-government/the-quotsunshinequot-law" target="_self" rel="" title="https://www.myfloridalegal.com/open-government/the-quotsunshinequot-law">Florida’s Sunshine Law</a>.</p><p>The ruling on Wednesday followed a three-day trial involving council members Kassandra Timothe, Mary Estime-Irvin and Pierre Frantz-Charles.</p><p>The lawsuit, filed in June 2024 by North Miami resident Eileen Bicaba, accused the council members of privately coordinating city business outside a public meeting in an effort to remove former City Manager Rasha Cameau.</p><p>The Sunshine Law generally requires certain government business to be discussed in public and prohibits elected officials from privately conducting public business outside properly noticed meetings.</p><p>During the trial, Timothe was questioned about whether she had discussed a motion to terminate Cameau with an attorney before bringing it before the council.</p><p>“I don’t recall,” Timothe said while testifying.</p><p>She also denied having the three votes needed to pass the motion before the meeting.</p><p>“You are asking me if I had three votes prior to the meeting. No,” she said.</p><p>Bicaba alleged the council members also interfered with Cameau’s management of city employees.</p><p>“We are alleging that they interfered with her ability to manage employees,” Bicaba said, adding that Cameau wanted to discipline the head of the public works department and that the council members tried to intervene through third parties.</p><p>The judge ultimately declined to find a Sunshine Law violation, saying there was not enough evidence.</p><p>The judge did, however, find a violation of Section 19 of the North Miami city charter. According to attorney David Reiner, the judge determined the council members conveyed a threat to Cameau that she would be terminated.</p><p>A violation of the city charter is a misdemeanor. Whether the matter will lead to additional legal action is up to the plaintiff, and there was no immediate word on whether she plans to pursue it.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Deputy bonds out of Broward jail after domestic violence arrest]]></title><link>https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/deputy-bonds-out-of-broward-jail-after-domestic-violence-arrest/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of the main jail in Fort Lauderdale Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:03:03 +0000</pubDate><content:encoded><![CDATA[<p>With a hoodie covering his head, Broward Sheriff’s Office Deputy Isaiah Williams walked out of his employer’s Main Jail in Fort Lauderdale Wednesday.</p><p>Williams, 27, was there as an inmate after Miramar police accused him of <a href="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/25/beating-gun-struggle-led-to-bso-deputys-domestic-violence-arrest-cops-say/">attacking his fiancee</a> at their apartment along Southwest 45th Court, near Red Road. </p><p>He had nothing to say as Local 10 News asked him about the charges.</p><p>According to an arrest report, the victim was dropped off to their apartment by a male friend. She told police Williams was upset once she got home, called her names and hit her, causing her to fall down the stairs. </p><p>The arrest report goes on to say that Williams was on top of her and punched her in the face and as the victim turned over to protect her face, he punched the back of her head and pulled her hair. </p><p>Police said the victim told officers that Williams put his right hand under her neck and tightened his grasp, then lifted her off of the ground by her neck. </p><p>According to the report, the victim fought back, telling police Williams threatened to kill her and she reached into her purse for her gun. </p><p>They struggled for the weapon before Williams snatched it from her and took off, authorities said.</p><p>A judge ordered him to have “no firearms, weapons, or ammunition” and to not return “to any place the victim lives, works, or frequents.”</p><p>He was arrested on Monday and faced a bond court judge on Tuesday. </p><p>Williams has been on unpaid leave since his arrest.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[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 the 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 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 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[‘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, 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 conplaint 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[Anillo de fraude “Honeybun Boyz” robó millones a víctimas, dicen autoridades federales]]></title><link>https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/anillo-de-fraude-honeybun-boyz-robo-millones-a-victimas-dicen-autoridades-federales/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Decenas de personas fueron víctimas de una elaborada red de fraude, y algunas perdieron los ahorros de toda su vida. Agentes federales dicen que la red criminal, llamada “Honeybun Boyz”, se llevó millones de dólares.]]></description><pubDate>Wed, 26 Aug 2026 21:56:49 +0000</pubDate><content:encoded><![CDATA[<p>Decenas de personas fueron víctimas de una elaborada red de fraude, y algunas perdieron los ahorros de toda su vida. Agentes federales dicen que la red criminal, llamada “Honeybun Boyz”, se llevó millones de dólares.</p><p>Una denuncia penal presentada a principios de agosto revela una empresa criminal de $20 millones USD que operaba en el sur de Florida.</p><p>La denuncia de 29 páginas dice que el FBI comenzó a investigar “redes de mulas de dinero” el año pasado.</p><p>Agentes federales identificaron a un grupo llamado Honeybun Boyz.</p><p>La denuncia describe al grupo como una importante empresa criminal metropolitana compuesta por estafadores financieros que presumen de fondos de $100,000 USD vinculados a apropiaciones de cuentas que tienen como objetivo a víctimas vulnerables.</p><p>El término “honeybun” en ciertos círculos significa $100,000 USD, un término también utilizado por artistas musicales como Pop Smoke.</p><p>La red de tres niveles está compuesta por controladores, los jefes, manejadores y mulas que mueven el dinero.</p><p>Agentes federales identificaron hasta 30 víctimas en el sur de Florida, muchas de ellas de edad avanzada, incluida una viuda que fue convencida de retirar $95,000 USD en efectivo.</p><p>El informe dice que empresas también fueron defraudadas. A una víctima le dijeron que el banco había sufrido una brecha de seguridad.</p><p>A través de un enlace de phishing, los estafadores presuntamente obtuvieron la información de inicio de sesión de la víctima para un banco comercial estadounidense, y se inició una transferencia bancaria fraudulenta por $82,000 USD, según los investigadores.</p><p>Dijeron que los estafadores utilizaron enlaces de phishing, llamadas telefónicas bancarias falsas e información bancaria robada para obtener el dinero en efectivo.</p><p>Una denuncia obtenida por Local 10 News el miércoles enumera compras de lujo que los sospechosos presuntamente realizaron en abril, con miles de dólares gastados en artículos de alta gama en Balenciaga, Louis Vuitton y una tienda de relojes de lujo de Miami.</p><p>Dos de los sospechosos están acusados de utilizar el dinero para comprar una casa en Miami Lakes valorada en cerca de $1 millón USD.</p><p>Doce acusados aparecen en la denuncia. Enfrentan cargos de conspiración para cometer fraude bancario y conspiración para cometer lavado de dinero.</p><p>El informe dice que grupos de Honeybun Boyz también han sido identificados en otras ciudades importantes, incluidas Los Ángeles, Atlanta y Nueva York.</p>]]></content:encoded></item><item><title><![CDATA[Ex-manager accused of stealing $33,000 from Flanigan’s]]></title><link>https://www.local10.com/news/local/2026/08/26/ex-manager-accused-of-stealing-33000-from-flanigans/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/ex-manager-accused-of-stealing-33000-from-flanigans/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A man who formerly worked as a manager at a Flanagan’s Seafood Bar and Grill in Hallandale Beach is accused of stealing more than $33,000 in revenue from the restaurant earlier this year, according to police.]]></description><pubDate>Wed, 26 Aug 2026 14:24:53 +0000</pubDate><content:encoded><![CDATA[<p>A man who formerly worked as a manager at a Flanigan’s Seafood Bar and Grill in Hallandale Beach is accused of stealing more than $33,000 from the restaurant earlier this year.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/">Leer en español</a></p><p>Jail records show Orlando Armin Villasmil Noriega, 37, was arrested Tuesday by the Hallandale Beach Police Department.</p><p>Police said Noriega worked as a manager at the South Florida chain’s location at 4 N. Federal Highway. </p><p>According to an arrest report, he was responsible for depositing the previous day’s cash revenue at a nearby Bank of America when he opened the business each morning.</p><p>Police said Noriega opened the restaurant on April 18 and removed deposits containing nearly $9,000 in revenue from the previous two days. Surveillance video showed him leaving the business with the money, according to the report.</p><p>The deposits were never received in the business’ Bank of America account, and the bank found no record of Noriega attempting to make the deposits, police said.</p><p>They said Noriega was again captured on surveillance video on April 19 removing a deposit bag containing just over $5,000. Police said he was not seen making a deposit at the bank.</p><p>From April 23 through April 26, Noriega worked as the closing manager and was responsible for preparing deposits and placing them in the business’ safe for the next day’s opening manager, according to investigators.</p><p>Deposits from those days, totaling more than $19,000, were never deposited, police said.</p><p>When questioned by police about what happened to the money, a witness told investigators that Noriega said the deposits were made at night, the report states. </p><p>Police said making nighttime deposits was not authorized at that Bank of America location and investigators were unable to locate surveillance video showing Noriega making the deposits.</p><p>They said Noriega was scheduled to work April 27 but called in sick and told the business he was “terminating his employment” with Flanigan’s. He reportedly said he was moving to North Carolina in May.</p><p>According to police, Noriega deprived the business of $33,091.06. The business is now seeking incarceration and restitution.</p><p>Records show that Noriega is facing one count of grand theft involving more than $20,000 but less than $100,000. He posted a $10,000 bond and was ordered not to return to any Flanigan’s locations.</p><p>As of Wednesday morning, he was no longer listed as an inmate in Broward County jail records.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FYGF426UVF6JPPTVRBCCERR5A.jpg?auth=358bb54554c2b28d7d6ae1fdb719fb1f62d57b7fbfb11fe3ed4a3b5d3dd4f0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Miami-Dade de dejar solo a hijastro de 6 años porque “tenía prisa”]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-miami-dade-de-dejar-solo-a-hijastro-de-6-anos-porque-tenia-prisa/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 32 años enfrenta un cargo de negligencia infantil después de que la policía dijera que dejó intencionalmente a su hijastro de 6 años en un complejo de apartamentos de North Miami y se marchó sin asegurarse de que hubiera un adulto allí para supervisarlo.]]></description><pubDate>Wed, 26 Aug 2026 20:31:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 32 años del condado Miami-Dade enfrenta un cargo de negligencia infantil después de que la policía dijera que dejó intencionalmente a su hijastro de 6 años en un complejo de apartamentos de North Miami y se marchó sin asegurarse de que hubiera un adulto allí para supervisarlo.</p><p>Los registros de la cárcel muestran que Ricindy Seaphin fue arrestado la tarde del martes por el Departamento de Policía de North Miami.</p><p>La policía de North Miami dijo que los oficiales respondieron poco antes de las 6:45 p.m. a un apartamento cerca de la cuadra 13000 de Memorial Highway después de recibir un reporte de que un niño de 6 años había sido dejado sin supervisión.</p><p>La policía dijo que Seaphin y el niño son padrastro e hijastro y anteriormente vivían juntos como familia. Determinaron que Seaphin era responsable del cuidado y la supervisión del niño.</p><p>El reporte señala que Seaphin recogió al niño de la escuela y lo llevó en automóvil a su complejo de apartamentos. La policía dijo que la madre del niño le había dicho previamente a Seaphin que no estaría en casa.</p><p>La policía alega que Seaphin luego dejó “intencionalmente” al niño frente al complejo de apartamentos y se marchó sin acompañarlo hasta el apartamento ni confirmar que hubiera un adulto responsable allí.</p><p>Dijeron que el niño caminó hasta el apartamento y tocó la puerta, pero nadie respondió.</p><p>Luego salió del complejo y caminó hasta el Family Dollar ubicado en 280 NE 135th St., donde se acercó a varias personas y pidió ayuda y que alguien contactara a la policía, según el reporte.</p><p>El reporte señala que un testigo encontró al niño y lo ayudó a regresar al apartamento.</p><p>Después de determinar que no había nadie dentro, el testigo se quedó con el niño, le proporcionó comida y cuidados y contactó a las autoridades, según el reporte.</p><p>La policía dijo que Seaphin llegó posteriormente a la escena, donde le leyeron sus derechos Miranda y aceptó hablar con los oficiales.</p><p>Según el reporte de arresto, Seaphin admitió que “tenía prisa” y dejó intencionalmente al niño sin verificar que hubiera alguien en casa.</p><p>El reporte señala que Seaphin también dijo a los oficiales que normalmente acompaña al niño hasta la puerta del apartamento y lo entrega a su madre, pero que ese día no lo hizo.</p><p>Seaphin dijo a la policía que dejó al niño alrededor de las 3:20 p.m. El reporte señala que el testigo no encontró al niño hasta aproximadamente las 4:15 p.m.</p><p>Seaphin fue arrestado y llevado al Departamento de Policía de North Miami para ser procesado antes de ser trasladado a TGK.</p><p>Los registros de la cárcel muestran que Seaphin enfrenta un cargo de negligencia infantil sin lesiones corporales graves.</p><p>Hasta el miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FYGF426UVF6JPPTVRBCCERR5A.jpg?auth=358bb54554c2b28d7d6ae1fdb719fb1f62d57b7fbfb11fe3ed4a3b5d3dd4f0a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Judge denies plea deal for former Miami piano teacher]]></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 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[Juez rechaza acuerdo de culpabilidad para ex maestro de piano de Miami]]></title><link>https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/juez-rechaza-acuerdo-de-culpabilidad-para-ex-maestro-de-piano-de-miami/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[El ex maestro de piano Rudolph Infante compareció nuevamente ante un juez la mañana del miércoles para una audiencia sobre un acuerdo de culpabilidad.]]></description><pubDate>Wed, 26 Aug 2026 20:29:09 +0000</pubDate><content:encoded><![CDATA[<p>El ex maestro de piano Rudolph Infante compareció nuevamente ante un juez la mañana del miércoles para una audiencia sobre un acuerdo de culpabilidad.</p><p>El acuerdo propuesto contemplaba cinco años de libertad condicional sin tiempo en la cárcel a cambio de declararse culpable. Pero el juez rechazó el acuerdo después de que la víctima dijera que cinco años de libertad condicional no eran suficientes.</p><p>Según la policía, una estudiante de Miami Southridge Senior High School dijo a los investigadores que Infante le hizo comentarios inapropiados, entre ellos: “Si tan solo tuviera 30 años menos,&nbsp; Eres tan hermosa,&nbsp; He estado pensando en ti,&nbsp; No puedo esperar para estar contigo”.</p><p>Está acusado de insinuarse a la estudiante, tocarla de manera inapropiada y presuntamente besarla en el pecho. La adolescente dijo a la policía que sintió miedo.</p><p>Infante fue acusado de cuatro cargos de agresión y un cargo de delitos contra estudiantes cometidos por figuras de autoridad.</p><p>El caso continuará. Habrá un nuevo acuerdo de culpabilidad o un juicio.</p>]]></content:encoded></item><item><title><![CDATA[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ó a un hombre y una mujer el martes tras acusarlos de saquear la casa de una pareja de Coral Gables que <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/">murió en un accidente de helicóptero en Kenia</a>, robando “varias obras de arte valiosas”, además de sus camionetas SUV y otros artículos.</p><p>Los registros muestran que la casa, ubicada en la cuadra 500 de 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 al fallecido, como documentos personales y comerciales, joyas, dispositivos electrónicos y obras de arte”.</p><p>También robaron el Land Rover 2023 y el Porsche Taycan 2020 de la pareja, señala 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 pudieron haberse enterado.</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 de 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 una orden de registro allí el martes.</p><p>Los investigadores dijeron que Garcia se escondió en un clóset, mientras que los oficiales encontraron a Perdomo en una habitación del piso superior.</p><p>Durante el registro, “los oficiales localizaron e identificaron numerosos documentos robados” pertenecientes a la pareja, así como el llavero electrónico del Range Rover, señala 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 oficiales 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 hurto mayor de vehículo.</p><p>Ambos permanecían detenidos en el Centro Correccional Turner Guilford Knight, con las fianzas indicadas como “por determinar” hasta la mañana del miércoles.</p><p>Además, Perdomo, a pesar de que su reporte de arresto indica que nació en Florida, tenía una retención de inmigración registrada en su expediente carcelario.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UTZQWS4HVNHNRCPBIPWYDMWKAQ.png?auth=e1ac72ad15e8ad3da6e1b186c12db7155fd5d93a5fd55352ed0551de9d7b9656&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Geybert Garcia and Melany Perdomo]]></media:description></media:content></item><item><title><![CDATA[LIV Golf begins laying off employees while downsizing to restructure without Saudi funding]]></title><link>https://www.local10.com/sports/2026/08/26/liv-golf-begins-laying-off-employees-while-downsizing-to-restructure-without-saudi-funding/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/liv-golf-begins-laying-off-employees-while-downsizing-to-restructure-without-saudi-funding/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[LIV Golf has informed employees their jobs will end next week as the league begins life without Saudi funding, downsizing operations as it pursues an agreement with a lead investor to reshape the league for next year.]]></description><pubDate>Wed, 26 Aug 2026 20:23:51 +0000</pubDate><content:encoded><![CDATA[<p>LIV Golf has informed employees their jobs will end next week as the league begins life without Saudi funding, downsizing operations as it pursues an agreement with a lead investor to reshape the league for next year.</p><p>It was not clear how many or what percentage of employees are being laid off. LIV ended its fifth season last week outside Indianapolis, one week earlier than expected.</p><p>The staff reduction was not a surprise. LIV Golf learned in April the Public Investment Fund of Saudi Arabia would end financial backing after this season. LIV in July filed a notice under the Worker Adjustment and Retraining Notification Act that indicated layoffs were likely.</p><p>There also was hope that several employees could be hired back depending on LIV securing its agreement with the lead investor and how the new league — LIV 2.0 — might look.</p><p>“The funding commitment announced by PIF earlier this year will reach its conclusion. As a result, we are scaling back operations as we transition to the next chapter of LIV Golf and work toward making LIV 2.0 a reality," LIV said in a statement Wednesday.</p><p>"This week, we informed many of our colleagues that their employment under LIV 1.0 will end in the first week of September. We are grateful to our employees for their hard work and dedication in building LIV Golf, and we remain committed to supporting those affected through this transition.”</p><p>CEO Scott O'Neil announced earlier this month that he had come to terms with a lead investor, which multiple reports have indicated was BC Partners, and they were hopeful of finalizing the deal in September.</p><p>LIV Golf had its shortest season since the year it launched in 2022, losing events in New Orleans and the team championship in Michigan, with the team title merged into the Indiana event.</p><p>Still to be determined are the futures of its biggest names, starting with Jon Rahm and Bryson DeChambeau. Rahm still is under contract while DeChambeau started the year negotiating for a renewal. That was before Saudi Arabia pulled the plug on the funding when the Iran war led PIF to reshape its investment priorities.</p><p>O'Neil has not ruled out filing for bankruptcy as part of the restructuring. LIV already faces two lawsuits for not paying vendors for services.</p><p>Tyrrell Hatton, a four-time Ryder Cup player from England who joined LIV in 2024 with Rahm's team, entered the British Masters this week once he learned the team championship in Michigan had been canceled.</p><p>He said Wednesday he has “multiple years” on his contract with LIV. Hatton plans to play five of the next seven weeks on the European tour beginning with the British Masters, which starts the qualifying period for the Ryder Cup for Team Europe.</p><p>He said he expects LIV Golf to be playing in 2027.</p><p>“I know they have worked really hard to getting funding stuff in place. So I know it’s full steam ahead on that front,” Hatton said. He also said he has continued to play the European tour and “I don’t see why that should change for me in the future.”</p><p>O'Neil has pitched a 10-tournament schedule for LIV, half of them overseas and half in the United States. Key to that plan is making sure his players can compete anywhere, though his mantra of “Complete, Not Compete” didn't sit well with tours that lost players to big signing bonuses.</p><p>The PGA Tour has banned LIV players for at least one year dating to their last LIV appearance. An exception was made for five-time major champion Brooks Koepka, who ended his contract with LIV at the end of 2025 and returned to the PGA Tour under stiff financial penalty.</p><p>O'Neil said last week in Indiana the first stage of LIV required big investments.</p><p>“This next chapter requires something quite different — commercial discipline,” he said. ”I wasn’t here in the early days, but at least reputationally, it was a bit more free-spending than it will be in the future. We’ve taken a real disciplined look at the cost side of the business."</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LW2WLRAQ33Q6RDYWQL2L7BZSYU.jpg?auth=7f96891ae6d558f6be1ca59280d8f6a49aebe03460f866bdd72d9f5276f56f12&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[LIV Golf season-long champion captain Jon Rahm, of Legion XIII, poses with the trophy after the final round of LIV Golf Indianapolis, Sunday, Aug. 23, 2026, in Westfield, Ind. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U337HXN4CPYQTANLUUSYFA6YJE.jpg?auth=1a7bbb8250d242fe4e673721024d89c732eba430f0c36c3f54afdf6e0be615b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Joaquín Niemann, of Torque GC, hits from the 16th tee during the first round of LIV Golf Bedminster at Trump National Golf Club, Thursday, Aug. 6, 2026, in Bedminster, N.J. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T4234RIKNPWNS3H4KNW6DW2RPQ.jpg?auth=77e8268332f3a81705035cdfef0ef66a4221c4f4183df371be06f305c7a8fd9c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fans walk along a path during the third round of LIV Golf Bedminster at Trump National Golf Club, Saturday, Aug. 8, 2026, in Bedminster, N.J. (Elise LeBlanc/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise LeBlanc</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JAXZRZLLGBER46JV75Y5XRGPSM.jpg?auth=6918ae6f8a418aa184b92172eba60710b009cf781e840d7e28c202227b6b4e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyrrell Hatton, of Legion XIII, looks from the 13th green during the first round of LIV Golf Indianapolis, Thursday, Aug. 20, 2026, in Westfield, Ind. (Pedro Salado/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Salado</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBJPQL3EYWX3W7XVJOLMBDIXC4.jpg?auth=37597923906f16b16a288d574a55a8a9248138d979ed22eab8a3a4ea6a0b5eb2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Captain Bryson DeChambeau, of Crushers GC, hits from the 16th tee during the first round of LIV Golf Bedminster at Trump National Golf Club, Thursday, Aug. 6, 2026, in Bedminster, N.J. (Montana Pritchard/LIV Golf via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Montana Pritchard</media:credit></media:content></item><item><title><![CDATA[Army to spend $2B to build nuclear microreactors at 5 bases as US seeks to ramp up nuclear power]]></title><link>https://www.local10.com/news/2026/08/26/army-to-spend-2b-to-build-nuclear-microreactors-at-5-bases-as-us-seeks-to-ramp-up-nuclear-power/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/army-to-spend-2b-to-build-nuclear-microreactors-at-5-bases-as-us-seeks-to-ramp-up-nuclear-power/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT and MATTHEW DALY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The U.S. Army announced Wednesday that it plans to add nuclear microreactors at five military bases from New York to Texas as a reliable source of energy independent of the commercial electric grid.]]></description><pubDate>Wed, 26 Aug 2026 21:12:07 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The U.S. Army announced Wednesday that it plans to add nuclear microreactors at five military bases from New York to Texas as a reliable source of energy independent of the commercial electric grid.</p><p>The announcement comes as the Trump administration pushes hard to develop the next generation of nuclear power, including billions in loans for large nuclear reactors to meet skyrocketing power demand from data centers and a pilot program to boost advanced reactor designs and projects for military and civilian use. No nuclear microreactors are supplying power to the commercial electric grid in the United States today.</p><p>Five companies selected by the Army will be awarded up to $2.2 billion in total over five years to own, construct and operate the microreactors, if they hit set milestones along the way for their performance. The Army expects that more than 20 nuclear microreactors will be built and operated.</p><p>Army and industry officials say microreactors offer a resilient power source for critical infrastructure at military installations in case the grid fails. Reactors can run for years without refueling.</p><p>Army Secretary Dan Driscoll said the awards will accelerate the military’s ability “to deliver safe, reliable baseload power directly to our installations. We are building the energy resilience necessary to project combat power globally, without relying on potentially vulnerable external grids,” he said.</p><p>The grants are part of the Army's “Janus Program” launched last year to deliver next-generation nuclear energy. Officials hope to push nuclear development forward so that advanced reactor designs move beyond experiments and prototypes to provide power for years to come. This will be the “spear tip,” said Jeff Waksman, principal deputy assistant secretary of the Army for installations, energy and environment.</p><p>“That is the transition that we are trying to effect here,” he said on a call with reporters Wednesday. “These are not meant to be Army-specific designs.”</p><p>Critics of building more nuclear reactors say they’re too expensive and riskier than other energy sources. Waksman said these reactors will shut down safely in case of a failure, they're small and the Army wouldn't add them to installations without being certain they are safe. He said the Army is working on a deal with the Energy Department to remove radioactive waste, and there won't be any long-term storage on these installations.</p><p>Army leads the military’s adoption of nuclear energy</p><p>President Donald Trump signed executive orders in May 2025 to speed up the development of nuclear power. The Army was tasked with ensuring that an advanced reactor would start operating at a domestic military installation no later than Sept. 30, 2028. The Janus program is named for the ancient Roman god of transitions.</p><p>Officials know that delivering nuclear power to a military base will be a challenge, so they picked five companies in case one or more fail, Waksman said. The selected companies are: Antares Nuclear at Fort Bragg in North Carolina; BWXT at Fort Campbell in Kentucky; General Atomics Electromagnetic Systems at Fort Hood in Texas; Radiant Industries at Fort Benning in Georgia; and Westinghouse Government Services at Fort Drum in New York.</p><p>Senate Minority Leader Chuck Schumer asked the Army to select Fort Drum. The critical missions Fort Drum supports require secure, reliable and resilient power generation, the New York Democrat said.</p><p>The reactors will be licensed by the Army, rather than the U.S. Nuclear Regulatory Commission, which licenses commercial nuclear reactors. The Army is working to align its regulatory processes as much as possible, Waksman said, so that companies won’t need major changes to their designs to be later licensed by the NRC. Along with federal funding, the Army expects billions of dollars in private capital investment.</p><p>The military installations will remain connected to the grid. The reactors would not completely power them. Each reactor will provide between 1 megawatt to 20 megawatts of power, depending on the company's design. Major bases use as much power as a small city. Antares and Radiant are planning to deliver their reactors in three-packs, Waksman said.</p><p>The Army now uses diesel as a primary backup for critical infrastructure. But in a conflict, Waksman said, the Army may not be able to move fossil fuels easily wherever it needs them.</p><p>“That makes nuclear energy just a natural game changer,” he said. “It makes sense for the Army to take the lead here.”</p><p>A reactor at Fort Belvoir in Virginia, completed in 1957, was the first nuclear power reactor to provide electricity to a commercial power grid in the United States for an extended period, according to the U.S. Army Corps of Engineers.</p><p>Companies say this will accelerate US nuclear development</p><p>California-based Antares reached a crucial milestone under the U.S. pilot program that could allow it to produce electricity within a few years. The company said the Army's announcement extends its momentum.</p><p>Tori Shivanandan, president and chief operating officer of California-based Radiant, said the Army’s $750 million award “shows confidence in Radiant’s product and ability to manufacture, deploy and safely operate nuclear microreactors for the American military.” The Janus program “will build a stronger and more resilient America,” she said.</p><p>General Atomics Electromagnetic Systems said its reactor is designed to operate in remote, off-grid and extreme environments for 40 years. It said it will draw on more than 70 years of nuclear expertise to provide safe, dependable and independent power for the military.</p><p>Rex Geveden, BWXT's president and chief executive officer, said, “As we commence work on the Janus program, we are delivering the nation’s most credible and reliable path to deployable nuclear power.”</p><p>___</p><p>McDermott reported from Providence, R.I.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWIW6Q76QTVSLRUDQLTRVH2KVM.jpg?auth=b44661de23dc6610e2bcc50a28de40da48d6adb30dc10fafef3064b9ba8344b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign at Fort Bragg, N.C., is seen, Jan. 4, 2020. (AP Photo/Chris Seward, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Seward</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4FY5LMRR5U2KIIQVRJHAPCEPYM.jpg?auth=373cfab6b9c3076ed15d4740256f5cde8753d7dfb0135b36b5f7a455a7157856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members of the Army military stand behind a new sign at Fort Benning during a ceremony, April 16, 2025, in Fort Benning, Ga. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I45AQGDAAR3ZT2RF7H2KNO45O4.jpg?auth=fa4980d92c98088ad95a9407d5777f206cc1d4e3c0edd7df8ce026f468590b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - U.S. Army Secretary Dan Driscoll speaks at the America 250 celebration at Fort Bragg in Fayetteville, N.C., June 10, 2025. (AP Photo/Karl DeBlaker, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Karl B. DeBlaker</media:credit></media:content></item><item><title><![CDATA[Sal Veder, Pulitzer Prize-winning AP photographer who shot iconic 'Burst of Joy,' dies at age 99]]></title><link>https://www.local10.com/news/2026/08/26/sal-veder-pulitzer-prize-winning-ap-photographer-who-shot-iconic-burst-of-joy-dies-at-age-99/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/sal-veder-pulitzer-prize-winning-ap-photographer-who-shot-iconic-burst-of-joy-dies-at-age-99/</guid><dc:creator><![CDATA[By KATHLEEN RONAYNE and JANIE HAR, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — Pulitzer Prize-winning photographer Slava ‘Sal’ Veder, best known for his picture of a U.S. Air Force lieutenant colonel joyfully reuniting with his family after five years in a prisoner of war camp in Vietnam, died Aug. 22. He was 99.]]></description><pubDate>Wed, 26 Aug 2026 21:53:58 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Pulitzer Prize-winning photographer Slava ‘Sal’ Veder, best known for his picture of a U.S. Air Force lieutenant colonel joyfully reuniting with his family after five years in a prisoner of war camp in Vietnam, died Aug. 22. He was 99.</p><p>Veder’s family on Wednesday confirmed that the retired Associated Press photojournalist died in his sleep, just eight days shy of his 100th birthday, at his home in El Dorado County, California, outside of Sacramento.</p><p>The San Francisco Bay Area native was 46 years old in March 1973 when he was sent to Travis Air Force Base for the arrival of Lt. Col. Robert L. Stirm and other war prisoners returning from Vietnam. Veder was in a crowded bullpen jockeying for pictures with dozens of other photographers when, out of the corner of his eye, he spotted Stirm’s four children begin to gallop toward their father.</p><p>“You could tell, even at a distance, what they were feeling. It was all over them, their faces, the way they all broke into a run. There was a surge of emotion from the crowd, too,” Veder said in a 2015 interview with The Guardian.</p><p>Using a makeshift darkroom set up in a women’s bathroom on base, Veder cranked out six images, including “Burst of Joy,” which won the 1974 Pulitzer in feature photography. Veder noted that in the photograph, Stirm has his back to the camera, rendering him an everyman soldier returning to the undeniable joy and excitement on the faces of his children.</p><p>The photo became a symbol of the end of U.S. involvement in the Vietnam War. But for Stirm, it represented heartbreak as he had been handed a “Dear John” letter from his wife, Loretta, by a chaplain upon his release and the couple divorced a year later. Stirm died in 2025.</p><p>Slava J. Veder was born Aug. 30, 1926, in Berkeley, California, to Ivan and Anka Veder, who had left Russia and taken the names John and Ann when they settled in the U.S. He was their only child.</p><p>He worked as a sports writer and news editor at several publications and, in 1961, he was hired as a staff photographer by The Associated Press at its Sacramento bureau. Later, he transferred to the San Francisco office, which is where he was based when he took the prize-winning photograph.</p><p>“He was a newsman at heart, it wasn’t just a career for him. It was really his passion,” said his daughter, Kathleen Daly. “The AP really was the home for him because they could appreciate what he had to offer.”</p><p>Daly, friends and former colleagues remembered Veder as a kind and humble person who loved to ice skate and sail. He mentored younger photographers and always took time to ask the people around him how they were doing that day.</p><p>“He was the first Pulitzer Prize winner I ever met, like holy smokes,” said Brad Mangin, a freelance sports photographer in the San Francisco Bay Area. “He was just the sweetest man.”</p><p>Eric Risberg, a retired AP photographer who worked in San Francisco, said Veder was a great mentor and teacher.</p><p>“He really, really emphasized the marriage between pictures and words. He encouraged me to dive deeper, and get more into what’s really the story?” Risberg said.</p><p>Among his many assignments, Veder took photographs of the late Ronald Reagan when he was California governor, university campus protests against the war in Vietnam, the bank robbery trial of newspaper heiress Patty Hearst, and the assassinations of San Francisco Mayor George Moscone and Supervisor Harvey Milk by disgruntled former city supervisor Dan White in 1978.</p><p>Veder, who raised five children with his wife, retired from AP in 1993 to the small community of Camino, in El Dorado County.</p><p>He is survived by three children, eight grandchildren and 12 great-grandchildren.</p><p>___</p><p>Har, a former AP journalist, contributed reporting previously for this story. AP reporters Randy Herschaft in New York and Olga R. Rodriguez in San Francisco contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NUGBOZCDLKKTKWROJCNHLLA6TM.jpg?auth=2b953740b1c4cec32ab8f7c3da9cb0f3dc1f36bb49e01ee98d7139a442c585f3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Released prisoner of war Lt. Col. Robert L. Stirm is greeted by his family at Travis Air Force Base in Fairfield, Calif., as he returns home from the Vietnam War, March 17, 1973. (AP Photo/Sal Veder, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sal Veder</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYHSZ6JZ5M7BZDTBXSY4HLB37U.jpg?auth=7d6489409589d969717110c6e962e3054e954686c4df56bffd9f5de39d633a4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo provided by Lynn Mantoani, Slava ‘Sal’ Veder holds his Pulitzer Prize-winning photo, "Burst of Joy," at Left Space Studio, Jan. 13, 2008, in San Francisco. (Timothy Mantoani/Lynn Mantoani via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Timothy Mantoani</media:credit></media:content></item><item><title><![CDATA[Kurds weigh hope and caution as Syria’s SDF dissolves and joins the state military]]></title><link>https://www.local10.com/news/world/2026/08/26/kurds-weigh-hope-and-caution-as-syrias-sdf-dissolves-and-joins-the-state-military/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/26/kurds-weigh-hope-and-caution-as-syrias-sdf-dissolves-and-joins-the-state-military/</guid><dc:creator><![CDATA[By HOGIR AL ABDO, Associated Press]]></dc:creator><description><![CDATA[QAMISHLI, Syria (AP) — Kurds in Syria’s northeast regarded the announcement that the Kurdish-led force that once controlled the area has been dissolved with mixed emotions, while international players with a stake in Syria welcomed the step.]]></description><pubDate>Wed, 26 Aug 2026 19:49:29 +0000</pubDate><content:encoded><![CDATA[<p>QAMISHLI, Syria (AP) — Kurds in Syria’s northeast regarded the announcement that the Kurdish-led force that once controlled the area has been dissolved with mixed emotions, while international players with a stake in Syria welcomed the step.</p><p>Mazloum Abdi, commander of the Kurdish-led Syrian Democratic Forces, on Tuesday announced the official dissolution of the group which for years controlled a de facto autonomous zone that at once point encompassed about 25% of Syria.</p><p>The group lost much of the land it had held in a government offensive in January. Its fighters are now being integrated into the official state military and the civilian institutions it controlled are being handed over to the state.</p><p>The transition has unfolded more smoothly than many expected, and interim President Ahmad al-Sharaa has promised to strengthen the rights of Kurds, who were long marginalized under the rule of the Assad dynasty before he took power.</p><p>Many Kurds initially regarded al-Sharaa's government with suspicion. Some of the insurgent groups that took part in the offensive that ousted former Syrian President Bashar Assad had also clashed with the SDF in the past.</p><p>Kurds say they are giving the new system a chance</p><p>But Mohammed al Mohammed, a civil society activist in Qamishli, said he has faith in Abdi, who led a yearslong battle against Islamic State militants.</p><p>“Our trust is that the general (Abdi) and his team will be able to work for the interest of the Kurdish people and be able to secure our rights,” he said. “Our rights are basic rights - being able to speak in our own language, to live on our land, to be able to manage our land ourselves, and not to be assaulted as Kurds, as it happened during Assad’s regime.”</p><p>Eva Sheikh Mousa, from the town of Amuda west of Qamishli, said the SDF as an organization is not important to her as long as Kurdish rights are respected.</p><p>“Whoever secures the rights of the Kurds, the right of speaking our own language, working freely in our farms, along with political rights and if we can be active players in the new Syria, that’s what the Kurds are looking for,” she said. ”... It’s not that SDF is gone and so the Kurds are gone too.”</p><p>Some were more wary of the changes taking place. Jwan Mohammed, was displaced from the town of Afrin in a 2018 offensive by Turkish forces and allied Syrian opposition fighters. Kurdish civilians as well as SDF fighters were pushed out of areas seized in the offensive, although some of the displaced have now begun to return.</p><p>Mohammed said he agrees with integration with the national military but is unhappy to see the SDF end as an organization.</p><p>The SDF “made great sacrifices and they fought against the Islamic State,” he said. “Now, they say the name of SDF doesn’t exist any more. It is too much and it is hard.”</p><p>Residents of the formerly SDF-controlled area have also been hard hit by price increases since the central government took control and removed fuel subsidies that had formerly been in place. Protests have broken out in recent months over rising prices and deteriorating living conditions.</p><p>International community welcomes the move</p><p>But the integration of the northeast has given a major boost to al-Sharaa’s government, which has struggled to unify the country as it begins to recover from a nearly 14-year civil war. The announcement of the SDF's disbandment was praised by international players.</p><p>French President Emmanuel Macron in a statement Wednesday congratulated Syrian on the “decisive step taken yesterday in the process of the peaceful integration of the Syrian Democratic Forces (SDF) into the Syrian state.”</p><p>U.S. envoy to Syria Tom Barrack in a post on X, called Abdi’s announcement “absolutely historic” and praised “far-sighted leadership” for “transforming past division into lasting partnership and restoring to the Syrian people the opportunity to shape their common future.”</p><p>He touted al-Sharaa's pledge to recognize the Kurdish language in education and the appointment of senior SDF figures including Abdi and Elham Ahmad, who served as the SDF-linked administration’s foreign relations official, to “substantive roles” in the Syrian government. The government has not officially announced the appointments, but local media has reported that Abdi would be appointed as a presidential adviser and Ahmad as a deputy in parliament.</p><p>Nechirvan Barzani, president of northern Iraq's semi-autonomous Kurdish region, who had played a mediating role between the SDF and Damascus, welcomed the steps taken to implement the agreement between them and called for “all Kurdish parties and all components of Syrian society to support these steps and contribute to their success.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VTJGBPUMDA66XNZBHTHNXBGAHQ.jpg?auth=54989e8b6fc4057dfa3d5e59761ef3160ab4d1314b37cec40118ad402c393024&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A boy walks past murals depicting Kurdish YPG and YPJ fighters battling Islamic State militants in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HQDFAPZBEAEF52VZBJNXJGP6I4.jpg?auth=31255c6872622f08690deb9c9827039294f1c0233b591587c0f1ee880dcce2cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldiers formerly with the Kurdish-led Syrian Democratic Forces stand guard in Hasakah, northeastern Syria, Wednesday, Aug. 26, 2026. The force announced its dissolution Tuesday after completing its merger with the Syrian army. (AP Photo/Baderkhan Ahmad) ADDITION: Adds that the SDF announced its dissolution Tuesday after completing its merger with the Syrian army.]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWK2GOQ365ZU5VIXWKLGJM55OM.jpg?auth=b4d980b423b1a546f6fdd5b43873f129a06183057918405101c442715ff589e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A flag bearing Kurdish colors flies above a building marked "Kurdistan" as traffic moves through an intersection in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UR2AQLVKGCWIYHXULPNODGHWFU.jpg?auth=e128acd3b6836501d399d0f4b44246ce69f7c5b32e71bc7da2f2594d54c28960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents carry bags of leafy greens past produce stalls at a market in Qamishli, northeastern Syria, Wednesday, Aug. 26, 2026. (AP Photo/Baderkhan Ahmad)]]></media:description><media:credit role="author" scheme="urn:ebu">Baderkhan Ahmad</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FVNMHDCFFUTKJXU6FDGE4UCNAE.jpg?auth=fb52366a9d898b9f71edf57117492773a33401625d6b876b3825252fb80cd27e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The commander of the Kurdish-led Syrian Democratic Forces Mazloum Abdi speaks during a news conference at the presidential palace in Damascus, Tuesday, Aug. 25, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content></item><item><title><![CDATA[Miami Gardens crash sends 2 adults, 2 children to hospitals]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-gardens-crash-sends-2-adults-1-child-to-trauma-centers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-gardens-crash-sends-2-adults-1-child-to-trauma-centers/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></description><pubDate>Wed, 26 Aug 2026 18:46:12 +0000</pubDate><content:encoded><![CDATA[<p>A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue. An second child was also hurt, officials later said.</p><p><a href="https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/">Leer en español</a></p><p>The crash happened just before 2 p.m. in the 17000 block of Northwest 47th Avenue.</p><p>Video from Sky 10 shows a vehicle on the sidewalk, crashed into the rear of a pickup truck with MDFR and Miami Gardens police at the scene.</p><p>According to MDFR, medics took one adult victim and one of the child victims to HCA Florida Aventura Hospital’s trauma center by ambulance.</p><p>The other adult was airlifted to Jackson Memorial Hospital’s Ryder Trauma Center, an MDFR spokesperson said.</p><p>A spokesperson later said that a second child was also hurt and taken to a local hospital by private ambulance.</p><p>One of the victims was trapped and had to be freed from the vehicle, according to MDFR.</p><p>Additional details about the victims’ conditions and what led up to the crash weren’t immediately known as of around 2:45 p.m. Wednesday.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDKZYHSVNGTBPMPR4BEJHLMEU.jpeg?auth=7892a5db3771b133b4f2031e01fcf57926fbce5c9c00aa9d92cc4def8383bb4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></media:description></media:content></item><item><title><![CDATA[NFL owners unanimously approve the sale of the Seahawks to Vinod Khosla and his family]]></title><link>https://www.local10.com/sports/2026/08/26/nfl-owners-unanimously-approve-the-sale-of-the-seahawks-to-vinod-khosla-and-his-family/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nfl-owners-unanimously-approve-the-sale-of-the-seahawks-to-vinod-khosla-and-his-family/</guid><dc:creator><![CDATA[By CHARLES ODUM, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — NFL owners on Wednesday unanimously approved the $9.612 billion sale of the Seattle Seahawks to Vinod Khosla and his family, currently part owners of the San Francisco 49ers.]]></description><pubDate>Wed, 26 Aug 2026 21:45:34 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — NFL owners on Wednesday unanimously approved the $9.612 billion sale of the Seattle Seahawks to Vinod Khosla and his family, currently part owners of the San Francisco 49ers.</p><p>NFL Commissioner Roger Goodell congratulated the family for having “great timing” in purchasing the team that is coming off its second Super Bowl victory in franchise history.</p><p>“It’s not very often you can buy a Super Bowl championship team, but you’ve done that,” Goodell said. “Many of our members struggle to find ways to get in the Super Bowl and win a trophy and you’ll be walking into your new building shortly with a fresh, shiny trophy there for you.”</p><p>The sales agreement was announced on July 11 and awaited Wednesday's approval at a special owners meeting in Atlanta to become official. The sale was in accordance with the wishes of late team owner Paul Allen.</p><p>Vinod Khosla thanked Allen's sister, Jody Allen, and the Allen Trust “for trusting us for this franchise.”</p><p>“As Roger said, it’s pretty simple when the team is functioning as well as it is today,” Khosla said. “How often do you get to buy a franchise that just won the Super Bowl? So we are incredibly lucky and humbled by this gift, I would say, from the Allen Trust.”</p><p>Vinod Khosla is the founder of Khosla Ventures, a Silicon Valley venture capital firm. His current net worth is $13.7 billion, according to Forbes.</p><p>The Khosla family will be required to relinquish its ownership stake in the 49ers as part of the deal. Khosla joined the 49ers ownership group as a minority owner in 2025, purchasing 3.1% of the team.</p><p>Goodell said the family's experience with the 49ers was attractive to other NFL owners.</p><p>“They know our league well,” Goodell said. “As you know, they have been ownership in the NFC West with the San Francisco 49ers. They understand the passion of the NFL, they understand the 12s, they understand this Seattle community and the NFL. And so that makes this transaction particularly attractive to all of us.”</p><p>Khosla also paid tribute to the Seattle fans known as the “12s.”</p><p>“Having been to Lumen Field and watching the 12s everywhere, I do want to thank them for their passion and fervor,” Khosla said. “And the community in Seattle is incredibly valuable. So we hope we’ll engage a lot more with the community also.”</p><p>Khosla's wife, Neeru, said their son, Neal, played a role in the family's interest in buying the team. They attended Wednesday's meeting with Khosla's daughter, Nina.</p><p>“He’s been a big fan of sports, and in particular, football,” Neeru said of Neal. “... So he’s the one who actually really pushed us into doing this. He worked really hard, so I’m really proud of him.”</p><p>Vinod Khosla, who was born in India, said he was first a fan of the Pittsburgh Steelers when he moved to the United States in 1976.</p><p>“We’ve been very passionate about football for a long time,” he said. “I would say we’ve been going to home games at the 49ers since (Neal) was 5, maybe half of all home games since he was 5. And so football is definitely a passion. ... I was originally and still am a big Steelers fan. ... Little known fact, but I still watch all the Steelers games, too.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TJ5LHJO5IJ5Z36WONQ5KSJOHHM.jpg?auth=1ec33123b20040a2d1b4a35977e4270f7e3de4e0e7c6eb1f2acb958b9f400f04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner's The Khosla family, and NFL commissioner Roger Goodell, Nina Khosla, left, Vinod Khosla, Neeru Khosla, and Neal Khosla pose for a portrait during a news conference at an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZWLUZKJ3OW7NYJMJSVXA76ZH3M.jpg?auth=8b78c0d162bc9fceba6f34831b39086914abe99adc0d1d1d38bbdf31045ca0d0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner's The Khosla family, Neeru Khosla, left, Vinod Khosla, center, and Neal Khosla speak during a news conference during an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HWPCSR3YUZUPPJMCOQT52KQ2I4.jpg?auth=a69c7b1f0a00b6ab5b00d7acedd053238224740c7d8efac39048884ad8e5c006&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Seattle Seahawks owner Vinod Khosla speaks during a news conference during an NFL football owners meeting on Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Brynn Anderson)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content></item><item><title><![CDATA[Accidente en Miami Gardens deja a dos adultos y dos niños hospitalizados]]></title><link>https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/accidente-en-miami-gardens-deja-a-dos-adultos-y-dos-ninos-hospitalizados/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un accidente automovilístico en Miami Gardens envió a tres personas, incluido un niño, a centros de trauma locales la tarde del miércoles, según Bomberos y Rescate de Miami-Dade.]]></description><pubDate>Wed, 26 Aug 2026 19:36:19 +0000</pubDate><content:encoded><![CDATA[<p>Un accidente automovilístico en Miami Gardens envió a tres personas, incluido un niño, a centros de trauma locales la tarde del miércoles, según Bomberos y Rescate de Miami-Dade. Un segundo niño también resultó herido, dijeron posteriormente los funcionarios.</p><p>El accidente ocurrió poco antes de las 2 p.m. en la cuadra 17000 de Northwest 47th Avenue.</p><p>Un video de Sky 10 muestra un vehículo sobre la acera, que chocó contra la parte trasera de una camioneta, con Bomberos y Rescate de Miami-Dade y la policía de Miami Gardens en la escena.</p><p>Según Bomberos y Rescate de Miami-Dade, los paramédicos trasladaron en ambulancia a una víctima adulta y a uno de los niños al centro de trauma del HCA Florida Aventura Hospital.</p><p>El otro adulto fue trasladado en helicóptero al Centro de Trauma Ryder del Jackson Memorial Hospital, dijo un portavoz de Bomberos y Rescate de Miami-Dade.</p><p>Un portavoz dijo posteriormente que un segundo niño también resultó herido y fue trasladado a un hospital local en una ambulancia privada.</p><p>Una de las víctimas quedó atrapada y tuvo que ser liberada del vehículo, según Bomberos y Rescate de Miami-Dade.</p><p>Hasta alrededor de las 2:45 p.m. del miércoles, no se conocían de inmediato detalles adicionales sobre el estado de las víctimas ni qué provocó el accidente.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RFDKZYHSVNGTBPMPR4BEJHLMEU.jpeg?auth=7892a5db3771b133b4f2031e01fcf57926fbce5c9c00aa9d92cc4def8383bb4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A car crash in Miami Gardens sent three people, including a child, to local trauma centers Wednesday afternoon, according to Miami-Dade Fire Rescue.]]></media:description></media:content></item><item><title><![CDATA[Milei lanza créditos hipotecarios mientras morosos piden ayuda para saldar deudas]]></title><link>https://www.local10.com/espanol/2026/08/26/milei-lanza-creditos-hipotecarios-mientras-morosos-piden-ayuda-para-saldar-deudas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/milei-lanza-creditos-hipotecarios-mientras-morosos-piden-ayuda-para-saldar-deudas/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — El gobierno de Javier Milei anunció el miércoles un plan para fomentar los créditos hipotecarios con fondos de la seguridad social en medio de un aumento de la morosidad de las familias argentinas con los bancos, atribuida principalmente a una caída de los ingresos para afrontar sus deudas.]]></description><pubDate>Wed, 26 Aug 2026 18:45:41 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — El gobierno de Javier Milei anunció el miércoles un plan para fomentar los créditos hipotecarios con fondos de la seguridad social en medio de un aumento de la morosidad de las familias argentinas con los bancos, atribuida principalmente a una caída de los ingresos para afrontar sus deudas.</p><p>El ministro de Economía, Luis Caputo, informó a periodistas que un monto en pesos equivalente a los 1.300 millones de dólares del Fondo de Garantía de Sustentabilidad (FGS) —administra los recursos del sistema previsional— serán invertidos en plazos fijos de los bancos, que a cambio ofrecerán líneas de crédito para la compra de la primera vivienda.</p><p>“En Argentina cuesta desarrollar el crédito hipotecario por nuestra volatilidad histórica de políticas económicas”, sostuvo Caputo, quien detalló que este tipo de crédito equivale actualmente a 2 puntos del PIB.</p><p>El anuncio tuvo lugar en momentos en que Milei enfrenta reclamos para atender la situación de seis millones de personas que no pueden afrontar deudas contraídas con bancos y billeteras virtuales, entre otros acreedores, en un contexto de actividad económica dispar y pérdida de poder adquisitivo de los trabajadores registrados.</p><p>La línea de créditos hipotecarios beneficiará a entre 17.000 y 18.000 familias que podrán acceder a un máximo equivalente a 200.000 dólares para adquirir su primera vivienda, con tasas de interés que no podrán superar el 7,5%.</p><p>El Banco Central ha reportado un crecimiento ininterrumpido de la tasa de morosidad en los últimos 20 meses. En junio, última cifra oficial disponible, el 17,5% del crédito estaba en mora. Préstamos personales y las tarjetas de crédito explican más del 70% del saldo moroso.</p><p>El gobierno atribuyó el fenómeno a una “falta de cultura financiera” de los ciudadanos, que cuentan con nuevas fuentes de financiamiento además de los bancos, y se negó a mediar en un asunto “entre privados”.</p><p>La semana pasada, un grupo de deudores protagonizó la primera movilización en Buenos Aires para denunciar los planes de refinanciamiento que ofrecen los bancos y demás acreedores con tasas de interés que resultan impagables. Este miércoles, el oficialismo frenó varias iniciativas opositoras en la Cámara de Diputados para declarar la emergencia crediticia.</p><p>Caputo aclaró que la tasa de morosidad para créditos hipotecarios es actualmente baja (1,6%) comparada con la del resto de los deudores en mora y aclaró que el Banco Central será el encargado de supervisar a las entidades adheridas al nuevo plan.</p><p>Una dosis de justicia social</p><p>Milei, un anarco-capitalista que reniega del Estado, manifestó hace un par de días que no va a modificar el rumbo de su plan económico de austeridad con vistas a las elecciones generales de octubre, en las que buscará la reelección, a pesar de que existen temores en los mercados sobre cuánto pesará la caída en los ingresos en el apoyo al gobierno.</p><p>“El mercado le asigna una probabilidad muy baja de volver el kirchnerismo —corriente del peronismo de centro-izquierda que gobernó el país entre 2003-2015 y 2019-2023—, entre 5 y 10%. Pero tiene impacto en el riesgo país. Venezuela sería Disneylandia si se diera el escenario ese”, sostuvo Caputo.</p><p>El ministro afirmó que el plan anunciado “hace a la justicia social, nada más justo que una persona que tiene trabajo tenga acceso a una vivienda”. La justicia social, paradójicamente, es una bandera del peronismo opositor.</p><p>Caputo también destacó que ayudará a reactivar a la industria de la construcción, uno de los sectores con mayor mano de obra y que se fue golpeado por la parálisis de la obra pública dentro del plan de austeridad.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KL5N2Q6C5ZQYRD5AQWGYOU5SUA.jpg?auth=8feed667ee7a8cb487b87975d16a2934314d2eaaa55b74795ac4545c5777d433&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Manifestantes protestan frente al Ministerio de Economía para exigir al Gobierno que tome medidas ante la crisis de la deuda de los hogares en Buenos Aires, Argentina, el jueves 20 de agosto de 2026. (Foto AP/Víctor R. Caivano)]]></media:description><media:credit role="author" scheme="urn:ebu">Victor R. Caivano</media:credit></media:content></item><item><title><![CDATA[La lucha contra el cangrejo verde: de plaga invasora a marisco premium en Nueva Inglaterra]]></title><link>https://www.local10.com/espanol/2026/08/26/la-lucha-contra-el-cangrejo-verde-de-plaga-invasora-a-marisco-premium-en-nueva-inglaterra/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/la-lucha-contra-el-cangrejo-verde-de-plaga-invasora-a-marisco-premium-en-nueva-inglaterra/</guid><dc:creator><![CDATA[Por MICHAEL CASEY, Associated Press]]></dc:creator><description><![CDATA[YORK, Maine, EE.UU. (AP) — Mientras la niebla matinal se disipaba sobre el río York, en Maine, Mike Masi y sus dos pasantes, de pie en un muelle, clasificaban un cargamento de uno de los cangrejos más despreciados de la región, con la esperanza de encontrar algunos que terminaran en el plato de algún gastrónomo en algún lugar de Nueva Inglaterra.]]></description><pubDate>Wed, 26 Aug 2026 18:35:35 +0000</pubDate><content:encoded><![CDATA[<p>YORK, Maine, EE.UU. (AP) — Mientras la niebla matinal se disipaba sobre el río York, en Maine, Mike Masi y sus dos pasantes, de pie en un muelle, clasificaban un cargamento de uno de los cangrejos más despreciados de la región, con la esperanza de encontrar algunos que terminaran en el plato de algún gastrónomo en algún lugar de Nueva Inglaterra.</p><p>El truco consiste en identificar a los cangrejos verdes europeos invasores que están a punto de desprenderse de su duro caparazón, dejando al descubierto un exterior más blando que tiene la textura de un sofá de cuero y que es popular en los restaurantes. Estos cangrejos verdes no solo se venden a mejor precio —Masi puede obtener 3 dólares por cangrejo en el mercado, frente a tan solo 8 centavos por uno de caparazón duro—, sino que, al capturarlos, también presta una especie de servicio al ecosistema oceánico.</p><p>“Casi todo el mundo los odia, y nosotros tratamos de convertirlos en un producto premium de mariscos”, señaló Masi, cuya empresa, shell+claw, es la única que cultiva comercialmente estos cangrejos.</p><p>Masi, un exprofesor de ciencias marinas de 45 años, forma parte de un creciente movimiento en toda Nueva Inglaterra que busca reducir el impacto destructivo de los cangrejos mediante el desarrollo de nuevos mercados. Otros incorporan cangrejos verdes en golosinas para mascotas, salsa de pescado e incluso en una línea de whisky de cangrejo verde en New Hampshire.</p><p>Los cangrejos verdes, o Carcinus maenas, llegaron desde Europa a la Costa Este en las aguas de lastre de los barcos hace cientos de años. Con poblaciones que se cuentan por decenas de millones, desplazan al cangrejo de roca del Atlántico y a las langostas jóvenes, destruyen praderas de pastos marinos y socavan las orillas de las marismas salinas. También le cuestan a la industria regional de mariscos decenas de millones de dólares cada año, ya que se alimentan de mejillones, ostras y almejas de concha blanda.</p><p>Chad Coffin, un pescador de almejas de Maine, atribuyó el drástico desplome de sus capturas a la aparición de los cangrejos verdes. Según el estado, los desembarques de almeja de concha blanda han pasado de más de 3,6 millones de kilogramos (7,8 millones de libras) de carne en 1978 a 572.644 kilogramos (1,3 millones de libras) en 2025.</p><p>El cambio climático favorece a los cangrejos</p><p>Los cangrejos verdes, conocidos por sus caparazones marrones o verdes y por tener cinco espinas a cada lado de los ojos, han aprovechado el calentamiento de las aguas oceánicas, un resultado del cambio climático impulsado principalmente por la liberación de gases de efecto invernadero producidos por la quema de carbón, petróleo y gas. Los cangrejos pueden sobrevivir a los inviernos de Nueva Inglaterra y, al mismo tiempo, prosperar en una gran diversidad de hábitats. Comen casi cualquier cosa y producen muchas crías; una hembra libera hasta 185.000 huevos una o dos veces al año.</p><p>Estas características los han convertido en una de las especies invasoras más exitosas del mundo, expandiéndose a lo largo de la Costa Oeste y hasta Alaska, y llegando a Sudáfrica, Japón, Argentina y Australia.</p><p>“Son unos bichitos realmente muy resistentes”, afirmó Carolyn Tepolt, bióloga evolutiva del Instituto Oceanográfico Woods Hole, que ha estudiado los cangrejos verdes durante dos décadas y los utiliza para entender por qué algunas especies prosperan en distintos entornos.</p><p>La pesca de cangrejo a gran escala sigue siendo esquiva</p><p>Durante la última década, la campaña de la región para combatir la invasión de cangrejos ha sido un esfuerzo de base que ha tenido un impacto mínimo en sus cifras.</p><p>Aunque una lista cada vez mayor de restaurantes y negocios de mariscos ofrece cangrejo verde, muy pocos pescadores de Nueva Inglaterra los capturan y casi no existe infraestructura para procesar los ejemplares capturados y llevarlos al mercado. Ni siquiera hay suficientes datos para mostrar cuántos cangrejos podría sostener una pesquería en Nueva Inglaterra, aunque los expertos dicen que la capacidad es mucho mayor que lo que se captura actualmente.</p><p>Marissa McMahan, vicepresidenta de pesquerías en Manomet Conservation Sciences, afirma que la gente del condado de Washington, Maine, en la frontera con Canadá, le dice que puede capturar “tantos cangrejos verdes como pueda desear”.</p><p>“Pero no pueden subirlos a un camión y llevarlos a donde realmente tienen que estar, y a menudo ese lugar es Boston o New Bedford o la ciudad de Nueva York”, explicó. “Eso es un enorme obstáculo”.</p><p>Se han dado pequeños pasos. Rhode Island aprobó una ley que ofrece una licencia de pesca de cangrejo verde por solo 10 dólares, Connecticut ahora permite que los cangrejos se vendan a restaurantes sin permisos adicionales, y Maine facilitó llevar esos crustáceos al mercado.</p><p>El problema, según muchos defensores, es la ausencia de un apoyo gubernamental significativo en Nueva Inglaterra. Solo Massachusetts ofrece incentivos para capturarlos: los pescadores reciben 40 centavos por libra además de lo que obtienen al venderlos, o poco más de 100.000 dólares al año.</p><p>Mientras tanto, el estado de Washington declaró una emergencia en 2022 y prevé gastar más de 38 millones de dólares en fondos estatales y federales hasta el año fiscal 2027 para erradicar los cangrejos. En lo que va de año, se han capturado casi 2 millones de ejemplares y, en su mayoría, se han convertido en 61.234 kilogramos (135.000 libras) de desechos que van a una empresa de fertilizantes orgánicos. La tribu indígena Shoalwater Bay y la nación Lummi también capturan cangrejos y los usan como composta.</p><p>“Varias pesquerías protegidas por tratados están en riesgo y existen hábitats críticos que son utilizados por todo tipo de especies nativas, así que nos preocupa mucho que empecemos a ver el tipo de efectos que se observaron en la Costa Este si dejamos que la población se establezca”, señaló Raquel Crosier, subdirectora del Programa de Pesca del estado.</p><p>A algunos comensales les encanta el cangrejo verde</p><p>La buena noticia en Nueva Inglaterra es que el apetito por el cangrejo verde está creciendo.</p><p>Desde 2021, los defensores han visto un aumento de más de 10 veces en los restaurantes que ofrecen este crustáceo. Algunos ponen cangrejo verde frito en sándwiches, encima de platos de pasta y en sus salsas. Muchos participan en semanas del cangrejo verde que ocurren durante la temporada de caparazón blando, que dura aproximadamente dos meses.</p><p>PAGU, un restaurante de tapas hispano-japonés en Cambridge, Massachusetts, incorpora los crustáceos al caldo de su laksa de cangrejo verde, una sopa de fideos de inspiración malasia, y, cuando hay disponibilidad, coloca un cangrejo verde de caparazón blando frito en tempura dentro de un pan al vapor llamado bao.</p><p>“Estos cangrejos son mucho más potentes en términos de sabor”, afirmó Tracy Chang, chef y propietaria de PAGU.</p><p>Al compararlos con los cangrejos real, de piedra o Jonah, añadió: “Todos tienen como un sabor a cangrejo dulce y ligero, y este tiene un sabor a cangrejo realmente rico, profundo, como exuberante”.</p><p>Sentado en el abarrotado restaurante, el doctor William Li, médico y autor, dio su primer bocado a su bao. Ácido, dulce y crujiente, con las pinzas a la vista, el plato llamó su atención porque le encanta el cangrejo.</p><p>“Es como un bocadito para elevar tu salud”, expresó Li. “Este bao de cangrejo verde fue espectacular, lleno de sabor, fácil de comer y muy sabroso”.</p><p>Sin embargo, de vuelta en el agua con Masi, da la impresión de que la captura industrial de cangrejo verde todavía está muy lejos.</p><p>El sistema de Masi requiere mucha mano de obra: su equipo revisa a mano miles de cangrejos verdes para detectar los que están a punto de mudar de caparazón. Capturados en estado salvaje, los crustáceos se almacenan en el agua. Una vez que muestran señales de muda o de que el caparazón se está abriendo, se trasladan a una red de tubos dentro de cajas para langostas.</p><p>El negocio de Masi ha crecido desde que empezó hace cinco años, pero asegura que todavía se siente como un pasatiempo que genera hasta 20.000 dólares al año. Sigue confiando en una pesquería de cangrejo verde y habla de, algún día, conseguir un barco más grande y mejorar la eficiencia. Su inspiración es una pesquería centenaria en Venecia, donde los cangrejos verdes, que son nativos de allí, son capturados por familias y fritos para preparar un plato llamado moeche, entre otras delicias.</p><p>“Soy cautelosamente optimista sobre el potencial de los cangrejos verdes”, afirmó Masi. “Estamos a un avance de convertir esto en un negocio rentable”.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. La AP es la única responsable de todo el contenido. Encuentra los estándares de la AP para trabajar con organizaciones filantrópicas, una lista de las fundaciones y las áreas de cobertura que financian en AP.org.</p><p>___</p><p>Esta historia fue traducida del inglés por un editor de AP con la ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MDLWCFRMAF652GXEMCCQVMDL3Y.jpg?auth=4e27b3c8f18c533b1d4f92a6af8fca7a949c8f3de2d0230d75d94e497f1a7f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un estudiante sostiene un cangrejo verde capturado en el río Harraseeket, el viernes 19 de junio de 2026, en Freeport, Maine. (AP Foto/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Miami-Dade woman accused of selling counterfeit luxury bags, accessories on Instagram ]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-dade-woman-accused-of-selling-counterfeit-luxury-bags-accessories-on-instagram/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-dade-woman-accused-of-selling-counterfeit-luxury-bags-accessories-on-instagram/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 36-year-old woman from Miami-Dade County has been arrested for a second time for selling counterfeit luxury bags online, authorities confirmed.]]></description><pubDate>Wed, 26 Aug 2026 16:55:53 +0000</pubDate><content:encoded><![CDATA[<p>A 36-year-old woman from Miami-Dade County has been arrested for a second time for selling counterfeit luxury bags online, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/">Leer en español</a></p><p>In the latest case, Liudmila Perez-Labrada was arrested Tuesday on a charge of counterfeiting goods worth $20,000 or more. </p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Crime Stoppers received a tip in February that counterfeit items were being stored and sold at a home in the 3100 block of Northwest 81<sup>st</sup> Terrace.</p><p>A detective assigned to the case then reviewed an Instagram page called “Elegance and Glamour,” which Perez-Labrada allegedly used to sell counterfeit items, even though she was already <a href="https://www.local10.com/news/local/2025/07/11/miami-dade-woman-busted-with-1-million-in-fake-louis-vuitton-handbags-deputies-say/" target="_self" rel="" title="https://www.local10.com/news/local/2025/07/11/miami-dade-woman-busted-with-1-million-in-fake-louis-vuitton-handbags-deputies-say/">arrested in July 2025 for the same crime</a>, authorities said.</p><p>According to the report, a private investigator purchased a counterfeit Louis Vuitton Pochette Eva bag from the Instagram page for $211 using Zelle. </p><p>After the bag was delivered, it was sent to the senior manager of “criminal enforcement for Louis Vuitton,” who confirmed that the bag was counterfeit, the report stated.</p><p>Detectives said the real version of the bag retails for $1,460. </p><p>Over the course of the next couple of months, detectives said the private investigator purchased other counterfeit luxury items from Perez-Labrada, including a fake Gucci bag, Alo top and a Louis Vuitton bathing suit.</p><p>According to the warrant, a search warrant was obtained for Perez-Labrada’s home on July 21 and detectives executed the warrant the following day.</p><p>Detectives said a “customer” of Perez-Labrada’s was at the home when they arrived and she admitted that she was there to purchase counterfeit items that she had seen on Perez-Labrada’s Instagram page.</p><p>According to the report, detectives recovered a large haul of counterfeit items inside the home, bearing the brand names of Celine, Chanel, Louis Vuitton, Hermes, Gucci, Nike, New Balance and others. The items recovered ranged from sunglasses to jewelry, clothing and handbags, authorities said. </p><p>Deputies said Perez-Labrada also admitted to having a storage unit and a search of that revealed more counterfeit goods.</p><p>According to the report, Perez-Labrada was not arrested on the day the search warrant was executed because she had just undergone major surgery.</p><p>Detectives, however, said they informed her they would be back to arrest her at a later date and they made good on that promise on Monday.</p><p>According to the report, had the seized merchandise been authentic, the total worth would have been about $1.7 million.</p><p>As of Wednesday afternoon, Perez-Labrada was being held at the Turner Guilford Knight Correctional Center on a $7,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Driver dies after crashing pickup truck into storefront in Miami Springs, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/26/driver-dies-after-crashing-pickup-truck-into-storefront-in-miami-springs-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/driver-dies-after-crashing-pickup-truck-into-storefront-in-miami-springs-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A driver has died after crashing his pickup truck into a storefront in Miami Springs early Wednesday morning, authorities confirmed to Local 10 News.]]></description><pubDate>Wed, 26 Aug 2026 13:22:42 +0000</pubDate><content:encoded><![CDATA[<p>A driver has died after crashing his pickup truck into a storefront in Miami Springs early Wednesday morning, authorities confirmed to Local 10 News.</p><p><a href="https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/">Leer en español</a></p><p>According to the Miami-Dade Sheriff’s Office, the crash was reported just before 2:30 a.m. in the area of Northwest 36<sup>th</sup> Street and Lee Drive.</p><p>Deputies said Miami Springs police officers responded to the scene and discovered the driver, Reginald Devon Faulks, 47, was heading west on Northwest 36<sup>th</sup> Street, approaching Lee Drive, when the vehicle “traveled toward the right shoulder, entered the sidewalk, and struck a business storefront.”</p><figure><img src="https://www.local10.com/resizer/v2/PY2RSUQURZBJ3GQXW672VG3Y64.jpeg?auth=fcbfaab5aef88f8456bf5936b34059ac8ab28d279b7be2951a994bc7649fc36f&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Miami-Dade Fire Rescue crews also responded and transported Faulks to Jackson Memorial Hospital’s Ryder Trauma Center, where he was pronounced dead, deputies said.</p><p>MDSO officials confirmed that detectives from their Traffic Homicide Bureau have assumed the investigation.</p><p>The circumstances leading up to the crash remain under investigation. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[DeSantis presenta en FIU a nuevo director de manejo de emergencias]]></title><link>https://www.local10.com/espanol/2026/08/26/desantis-presenta-en-fiu-a-nuevo-director-de-manejo-de-emergencias/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/desantis-presenta-en-fiu-a-nuevo-director-de-manejo-de-emergencias/</guid><dc:creator><![CDATA[Hannah Yechivi]]></dc:creator><description><![CDATA[El gobernador Ron DeSantis estuvo en Florida International University el miércoles, donde presentó a Jared Perdue, quien fue nombrado nuevo director de la División de Manejo de Emergencias la semana anterior.]]></description><pubDate>Wed, 26 Aug 2026 17:48:47 +0000</pubDate><content:encoded><![CDATA[<p>El gobernador Ron DeSantis estuvo en Florida International University el miércoles, donde presentó a Jared Perdue, quien fue nombrado nuevo director de la División de Manejo de Emergencias la semana anterior.</p><p>Perdue dirige actualmente el Departamento de Transporte de Florida. Por ahora, parece que Perdue estará al frente tanto del FDOT como de la FDEM.</p><p>También asumió recientemente la lucha para eliminar los cruces peatonales con los colores del arcoíris en todo el estado.</p><p>Perdue sustituye a Kevin Guthrie. DeSantis no dijo si Guthrie renunció por decisión propia o si se le pidió que dejara el cargo después de ser nombrado compañero de fórmula del vicegobernador Jay Collins.</p><p>Perdue dijo hoy que Florida es líder en respuesta a emergencias y que continuará trabajando para que siga siendo así.</p><p>“Ha habido muchas preguntas: ¿todavía está a cargo de transporte? Bueno, ya escucharon al gobernador, sí, tenemos una maquinaria muy bien aceitada y mucha gente excelente en el FDOT”, dijo. “Vamos a continuar con esa operación, y la buena noticia es que el FDOT y la División de Manejo de Emergencias han estado trabajando hombro a hombro durante años respondiendo a desastres naturales y a esas otras situaciones que surgen, como incendios forestales, por lo que estamos bien preparados y vamos a continuar sirviendo”.</p><p>La razón por la que realizaron la conferencia de prensa en FIU es porque DeSantis también anunció allí un nuevo programa que capacitará a la próxima generación de trabajadores de manejo de emergencias del estado.</p>]]></content:encoded></item><item><title><![CDATA[Mujer continuó operando casas ilegales de recuperación posoperatoria tras arresto en 2024, dice la policía; vuelve a la cárcel]]></title><link>https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/mujer-continuo-operando-casas-ilegales-de-recuperacion-posoperatoria-tras-arresto-en-2024-dice-la-policia-vuelve-a-la-carcel/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Una mujer de 42 años enfrenta cargos en el condado Miami-Dade después de que las autoridades dijeron que operaba múltiples centros ilegales de vida asistida para recuperación posoperatoria.]]></description><pubDate>Wed, 26 Aug 2026 17:43:20 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 42 años enfrenta cargos en el condado Miami-Dade después de que las autoridades dijeron que operaba múltiples centros ilegales de vida asistida para recuperación posoperatoria.</p><p>Torrasha Monique Smith fue arrestada previamente en enero de 2024 por operar un centro de vida asistida sin licencia para recuperación posoperatoria, ubicado en 18132 NW 91st Court, en el condado Miami-Dade, y nuevamente en junio de 2025 por abrir otro centro en 21480 SW 132nd Court.</p><p>En enero, los agentes dijeron que recibieron una denuncia anónima sobre una casa ilegal de recuperación para pacientes posoperatorios que era operada por Smith.</p><p>Los investigadores descubrieron que se encontraba en la misma ubicación de 132nd Court que los agentes habían encontrado anteriormente, y determinaron que Smith nunca cesó sus operaciones a pesar de su arresto previo.</p><p>Según una orden de arresto, los pacientes dijeron a los agentes que habían pagado a Dream Body Retreat a través de Zelle por los servicios, y los investigadores determinaron que Smith era la única propietaria de Dream Body Retreat.</p><p>Además, uno de los pacientes dijo a los agentes que había utilizado el centro anteriormente en junio de 2025, después del arresto de Smith en mayo de ese año, cuando se le ordenó cerrar el centro, según documentos oficiales.</p><p>Las autoridades dijeron que finalmente descubrieron que Smith operó el centro durante 274 días después de recibir una Notificación de Actividad sin Licencia el 30 de abril de 2025 y, durante ese tiempo, aceptó pagos por Zelle que superaron los $200,000 USD.</p><p>Según los investigadores, Smith cesó las operaciones en el centro en algún momento de febrero, pero continuó reservando citas y recibiendo depósitos “sin ninguna intención de prestar los servicios”.</p><p>Durante los meses siguientes, se presentaron múltiples reportes policiales en el condado Miami-Dade por parte de pacientes que habían pagado depósitos a Dream Body Retreat, solo para descubrir que el negocio había cerrado y luego no pudieron comunicarse con Smith cuando intentaron obtener reembolsos.</p><p>Finalmente, se emitió una orden de arresto contra Smith el 20 de julio después de que un abogado que la representaba dijera a las autoridades que no podía informarles cuándo se entregaría.</p><p>Según un formulario de arresto, Smith fue detenida el martes en la cárcel del condado Harris en Houston.</p><p>Los funcionarios no indicaron por qué fue arrestada en Texas ni cómo fue localizada, pero desde entonces fue trasladada de regreso al sur de Florida.</p><p>Smith enfrenta tres cargos de hurto mayor, un cargo de fraude organizado por $50,000 USD o más y 274 cargos por no cesar las operaciones de un centro de vida asistida.</p><p>Hasta la tarde del miércoles, permanecía detenida en el Centro Correccional Turner Guilford Knight. Documentos oficiales indican que Smith ya se encontraba en libertad bajo fianza por un delito grave al momento de su arresto, por cargos derivados de la eliminación ilegal de desechos biomédicos peligrosos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MCTIDPIQEJDAVADLJXIDGIMPAI.jpg?auth=aa33a14bb971d9bbc1f80dc979dc3ab86e071e730295f4f6601f266e612b5243&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de Miami-Dade de vender bolsos y accesorios de lujo falsificados en Instagram]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-miami-dade-de-vender-bolsos-y-accesorios-de-lujo-falsificados-en-instagram/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Una mujer de 36 años del condado Miami-Dade fue arrestada por segunda vez por vender bolsos de lujo falsificados en internet, confirmaron las autoridades.]]></description><pubDate>Wed, 26 Aug 2026 17:40:42 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 36 años del condado Miami-Dade fue arrestada por segunda vez por vender bolsos de lujo falsificados en internet, confirmaron las autoridades.</p><p>En el caso más reciente, Liudmila Perez-Labrada fue arrestada el martes por un cargo de falsificación de productos valorados en $20,000 USD o más.</p><p>Según un reporte de arresto de la Oficina del Sheriff de Miami-Dade, Crime Stoppers recibió una denuncia en febrero de que se almacenaban y vendían artículos falsificados en una casa ubicada en la cuadra 3100 de Northwest 81st Terrace.</p><p>Un detective asignado al caso revisó entonces una página de Instagram llamada “Elegance and Glamour”, que Perez-Labrada presuntamente utilizaba para vender artículos falsificados, a pesar de que ya <a href="https://www.local10.com/espanol/2025/07/11/mujer-de-miami-dade-detenida-con-bolsos-falsos-de-louis-vuitton-valuados-en-un-millon-de-dolares-segun-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/07/11/mujer-de-miami-dade-detenida-con-bolsos-falsos-de-louis-vuitton-valuados-en-un-millon-de-dolares-segun-agentes/">había sido arrestada en julio de 2025 por el mismo delito</a>, dijeron las autoridades.</p><p>Según el reporte, un investigador privado compró un bolso Louis Vuitton Pochette Eva falsificado de la página de Instagram por $211 USD utilizando Zelle.</p><p>Después de que el bolso fue entregado, fue enviado al gerente sénior de “cumplimiento penal de Louis Vuitton”, quien confirmó que el bolso era falsificado, señala el reporte.</p><p>Los detectives dijeron que la versión auténtica del bolso se vende por $1,460 USD.</p><p>Durante los siguientes meses, los detectives dijeron que el investigador privado compró otros artículos de lujo falsificados a Perez-Labrada, entre ellos un bolso Gucci, una blusa Alo y un traje de baño Louis Vuitton.</p><p>Según la orden, se obtuvo una orden de registro para la casa de Perez-Labrada el 21 de julio y los detectives la ejecutaron al día siguiente.</p><p>Los detectives dijeron que una “clienta” de Perez-Labrada se encontraba en la casa cuando llegaron y admitió que estaba allí para comprar artículos falsificados que había visto en la página de Instagram de Perez-Labrada.</p><p>Según el reporte, los detectives recuperaron una gran cantidad de artículos falsificados dentro de la casa con los nombres de marcas como Celine, Chanel, Louis Vuitton, Hermes, Gucci, Nike, New Balance y otras. Los artículos recuperados incluían desde gafas de sol hasta joyas, ropa y bolsos, dijeron las autoridades.</p><p>Los agentes dijeron que Perez-Labrada también admitió tener una unidad de almacenamiento y un registro del lugar reveló más productos falsificados.</p><p>Según el reporte, Perez-Labrada no fue arrestada el día en que se ejecutó la orden de registro porque acababa de someterse a una cirugía mayor.</p><p>Sin embargo, los detectives dijeron que le informaron que regresarían para arrestarla posteriormente y cumplieron esa promesa el lunes.</p><p>Según el reporte, si la mercancía incautada hubiera sido auténtica, su valor total habría sido de aproximadamente $1.7 millones USD.</p><p>Hasta la tarde del miércoles, Perez-Labrada permanecía detenida en el Centro Correccional Turner Guilford Knight. Los registros de la cárcel en internet indicaban que su fianza estaba “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VOMVWL625JCTDDK2B4DSJVTZX4.jpg?auth=c514370cde0d2ebea6a3ccfd8a8c6983187c65f40e7e9e42bf771ceadb6eb32c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Trump says the US doesn’t need Canada. The economy says otherwise]]></title><link>https://www.local10.com/business/2026/08/26/trump-says-the-us-doesnt-need-canada-the-economy-says-otherwise/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/trump-says-the-us-doesnt-need-canada-the-economy-says-otherwise/</guid><dc:creator><![CDATA[By ROB GILLIES, Associated Press]]></dc:creator><description><![CDATA[TORONTO (AP) — U.S. President Donald Trump says his country does not need Canada. But every day, roughly 4 million barrels of Canadian crude oil flow south, helping fuel American cars, trucks and airplanes and supply U.S. industry.]]></description><pubDate>Wed, 26 Aug 2026 22:21:19 +0000</pubDate><content:encoded><![CDATA[<p>TORONTO (AP) — U.S. President Donald Trump says his country does not need Canada. But every day, roughly 4 million barrels of Canadian crude oil flow south, helping fuel American cars, trucks and airplanes and supply U.S. industry.</p><p>And oil is only the beginning.</p><p>Canada also supplies aluminum, potash to U.S. farms and parts for an auto industry built on both sides of the border.</p><p>“WE DON’T NEED CANADA, THEY NEED US!” Trump posted this week, repeating his long-running claim.</p><p>Yet Trump has imposed a 50% tariff on Canadian aluminum while acknowledging this week that the United States badly needs the metal.</p><p>“This country desperately needs aluminum,” Trump said. “We don’t have it. We get it all from Canada for the most part, and we need it badly.”</p><p>The contradiction underscores how deeply the two economies remain intertwined — and how much could be at stake if Trump’s trade war reaches more of the energy, materials and supply chains that the U.S. still relies on Canada to provide.</p><p>Canada fuels American industry</p><p>Canada is the second-largest U.S. trading partner after Mexico, and energy is at the heart of that relationship.</p><p>The two countries exchanged about $872 billion in goods and services last year. Canadian crude imports equal nearly 20% of total U.S. petroleum consumption, according to the U.S. Energy Information Administration, part of the Department of Energy.</p><p>Daniel Béland, a political science professor at McGill University, said Trump’s claim that the U.S. doesn't need Canada is “absolutely false,” citing U.S. reliance on Canadian oil and natural gas and deeply integrated industries such as autos.</p><p>Much of Canada’s crude flows to Midwest refineries built to process its heavy oil into gasoline, diesel and jet fuel.</p><p>Energy also explains much of the U.S. trade deficit with Canada, which Trump frequently cites as evidence of an unfair relationship.</p><p>The White House this week portrayed the relationship in starkly negative terms, saying Canada had taken roughly $50 billion a year from the U.S. over the past decade. Much of that gap reflects U.S. purchases of Canadian energy, which helps power the U.S. economy. And Canada's heavy crude typically trades at a discount to U.S. benchmark oil, according to the U.S. Energy Information Administration.</p><p>Energy more than accounted for last year’s $48.3 billion goods deficit. Without energy, the U.S. would have run a trade surplus.</p><p>After trade talks collapsed last Friday, the U.S. imposed 50% tariffs on about $20 billion worth of Canadian goods. The measures cover only about 5% of Canadian exports to the U.S. and exclude energy.</p><p>Canadian politicians debate using energy exports as leverage</p><p>For now, using oil as a weapon in trade negotiations remains a remote possibility. Alberta Premier Danielle Smith strongly rejected using oil as leverage, saying she could not think of “a more disastrous policy decision” than cutting off or taxing Alberta crude exports to the U.S. because it could devastate Canada’s economy.</p><p>But former Alberta Premier Jason Kenney said Canada should not rule out export taxes on oil, fuel or potash if Trump escalates further.</p><p>Such retaliation “would affect Republicans who drive F-150s and lay fertilizer on their farm fields,” Kenney said.</p><p>“They should be mindful that if they really want to escalate, it will not end well for the American economy two months before midterm elections,” he said.</p><p>Ontario Premier Doug Ford cited Canadian commodities as leverage, accusing Trump of “putting out fake news” about the U.S. not needing Canada. He called potash used by U.S. farmers “one of the most powerful tools we have” and said Washington would have to turn to suppliers such as Russia if Canada redirected shipments.</p><p>Saskatchewan Premier Scott Moe rejected that approach, saying his province “cannot and will not support” export tariffs on resources. He said Saskatchewan is on track to supply about half the world’s potash and warned that taxing exports could cost Canadian jobs, raise fertilizer prices and push U.S. buyers toward suppliers such as Belarus.</p><p>“This would be a tremendously flawed policy on behalf of Canadians,” Moe said.</p><p>Moe has backed a more targeted retaliation, saying Saskatchewan — one of only two provinces that had not removed existing U.S. alcohol from store shelves — will impose a 50% reciprocal charge on U.S. alcohol, starting on Sept. 8.</p><p>Kenney stopped short of advocating an export tax on oil, and Béland said such a move would probably be “a very divisive issue politically in provinces like Alberta and Saskatchewan.”</p><p>That underscores the limits of Canada’s leverage: measures aimed at hurting U.S. industries could also hurt Canadian producers and strain political unity at home.</p><p>From pickup trucks to farm fields</p><p>Canada has long been the dominant foreign source of aluminum for the U.S. Smelting the metal requires enormous amounts of electricity, giving hydro-rich Canada a major advantage.</p><p>Prime Minister Mark Carney told a New York business audience in May that Canadian aluminum exports to the U.S. are “the energy equivalent of 10 Hoover dams.”</p><p>American farmers are even more dependent on Canada for potash, a fertilizer essential to crops such as corn and soybeans. More than 80% of U.S. potash imports come from Canada.</p><p>Even Trump’s ambassador has disputed the idea that the U.S. needs nothing from its neighbor.</p><p>“America has a tremendous amount of things where we have a need,” Ambassador Pete Hoekstra said in June. Pointing to Canadian fertilizer supplies, he added: “We need potash.”</p><p>Then there are cars.</p><p>Canada and the U.S. have built an integrated auto industry in which parts can cross the border up to six times before final assembly, according to the Canadian government.</p><p>Trump said Monday that his administration would impose 50% tariffs on Canadian cars, trucks and auto parts starting Jan. 1, 2027 — after the November midterm elections.</p><p>That means a tariff aimed at Canada can land in Michigan or Ohio. Tax Canadian aluminum and an American automaker may pay more for metal. Tax Canadian parts and the cost of assembling an American vehicle can rise.</p><p>AI needs power. Canada has it</p><p>Artificial intelligence is driving a surge in electricity demand. Canada supplied 85% of U.S. electricity imports in 2023, according to the Canada Energy Regulator, and Carney says the country needs to double the capacity of its electricity grid by 2050 through major hydroelectric and nuclear projects.</p><p>Carney said Canada could help the U.S. "meet exploding demand to power AI."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RRE3KL3MWRQMW52MGU7DY532KM.jpg?auth=c3c94d459480307402da1add2062d547f23f4ebfa0d633f6550ccf2f01341d64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The oil tanker Palanca Rio passes by Cape Elizabeth, Maine, on April 2, 2025, after a two-day voyage from St. John, New Brunswick, Canada. (AP Photo/Robert F. Bukaty, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content></item><item><title><![CDATA[Father says college student was killed by police in Pennsylvania after he went to wrong house]]></title><link>https://www.local10.com/news/2026/08/26/father-says-college-student-was-killed-by-police-in-pennsylvania-after-he-went-to-wrong-house/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/father-says-college-student-was-killed-by-police-in-pennsylvania-after-he-went-to-wrong-house/</guid><dc:creator><![CDATA[By HOLLY RAMER and KATE BRUMBACK, Associated Press]]></dc:creator><description><![CDATA[A 22-year-old college student killed by Pennsylvania police responding to a possible burglary had just realized he was at the wrong home and was waiting for friends to come get him when he was shot, his father said Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 22:11:28 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old college student killed by Pennsylvania police responding to a possible burglary had just realized he was at the wrong home and was waiting for friends to come get him when he was shot, his father said Wednesday.</p><p>Police in Upper Pottsgrove Township, northwest of Philadelphia, responded around 12:30 a.m. Sunday to a 911 call about a possible break-in attempt, according to the Montgomery County district attorney's office. The office said in a statement that police found Glenwood Pysher IV at the rear of the home and ultimately shot and killed him.</p><p>Pysher's father, Glen Pysher, said his son and his friends had visited several bars earlier in the evening and were splitting up to spend the night in two homes when his son took a wrong turn in the woods. Based on what he has been told by his son's friends, Pysher believes his son mistakenly tried to enter what he thought was his friend's house. His son wasn't carrying any weapons, just a phone and backpack containing clothing and a few beers, he said.</p><p>“He tried to open the doorknob and obviously startled the homeowner,” he said. “From what we understand, he announced, ‘Hey! Open the door!’ because he thought he was at his friend's house.”</p><p>Pysher then sat down on the back porch and contacted his friends, who realized he was in the wrong place and set out to find him. But minutes later, they saw police and emergency vehicles and figured their friend would be arrested for public drunkenness. Instead, he was shot.</p><p>“At 12:32 a.m. my son was on a FaceTime call with his friends that were coming to get him,” he said. “We were told that my son was shot at 12:35 a.m. So what kind of encounter could have ensued? What kind of communication could that officer have given him?”</p><p>A Montgomery County Department of Public Safety dispatch record shows police were dispatched at 12:30 a.m. and arrived at 12:34 a.m. Upper Pottsgrove Township Police Chief Al Werner declined to release any information, including the names of any officers involved, until the investigation is complete. The Montgomery County Detective Bureau is investigating the shooting, the district attorney’s office said.</p><p>The shooting by police checking a report of a possible break-in is sharply distinguished from several other cases in which residents have shot people who mistakenly showed up at their homes.</p><p>Pysher was about to begin his senior year at Saint Elizabeth University in New Jersey, where he planned to play baseball. His goal was to become a high school history teacher and coach after graduation.</p><p>His father described him as a kindhearted, loving kid who could be a “knucklehead” but enjoyed helping others. Since the shooting, former teammates, coaches and others have been texting his father to share their memories of him.</p><p>“One young man in particular texted me and said, ‘I was going through a lot of really difficult things in my life. I was going the wrong way. And your son is the one who helped me put my life on track,’" the father said. “He will be sadly missed in his community.”</p><p>Pysher said police have given the family almost no information. On Wednesday, he called asking whether he could retrieve his son's favorite pair of black shoes to bury him in and was told that could be arranged.</p><p>“Then I got a call back saying they have to think about it,” he said. “They don't know if they can give them to me.” ____</p><p>Ramer reported from Concord, New Hampshire, and Brumback from Atlanta.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TICNPTT7OMIK6N3FECCA4ZNAWU.jpg?auth=459b902c1fc557bfdfbee3fc1f28f74b1a610ae9dc16fbda717856be888c6d03&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Upper Pottsgrove Township police station is seen Wednesday, Aug. 26, 2026, in Upper Pottsgrove Township, Pa. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CUIQRHCLNIWLVBN46BDEAGSMY.jpg?auth=6a617692dfc3d150eb6ae515a6cd810b4a68e711d44a82ac7473df26d336caa0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An Upper Pottsgrove Township police vehicle is seen Wednesday, Aug. 26, 2026, in Upper Pottsgrove Township, Pa. (AP Photo/Tassanee Vejpongsa)]]></media:description><media:credit role="author" scheme="urn:ebu">Tassanee Vejpongsa</media:credit></media:content></item><item><title><![CDATA[A robot sprinter shatters a 100-meter record again as sparks fly at China’s robot competition]]></title><link>https://www.local10.com/business/2026/08/26/a-robot-sprinter-shatters-a-100-meter-record-again-as-sparks-fly-at-chinas-robot-competition/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/a-robot-sprinter-shatters-a-100-meter-record-again-as-sparks-fly-at-chinas-robot-competition/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — A robot sprinter broke another 100-meter record on Wednesday at a showcase of China’s growing technological prowess.]]></description><pubDate>Wed, 26 Aug 2026 17:58:07 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — A robot sprinter broke another 100-meter record on Wednesday at a showcase of China’s growing technological prowess.</p><p>The record ended China’s five-day World Humanoid Robot Games, in its second year in Beijing, in which more than 2,000 humanoid robots competed in Olympics-style events including soccer, boxing and running.</p><p>The winning robot finished the 100 meters in 8.64 seconds, breaking a record for the second straight day. A robot ran 8.86 seconds Tuesday, after another clocked 9.39 seconds four days earlier — all at the Games.</p><p>For comparison, the men’s 100-meter world record is 9.58 seconds, set by Usain Bolt in 2009.</p><p>Several robot runners, including the champion, crashed into a padded barrier after crossing the finish line. Sparks flew from some of the robots as staff rushed over with fire extinguishers and sprayed those machines lying on the ground. Almost all the robot runners were eventually carried away on stretchers.</p><p>Robots also competed in real-world tasks, including housework, hotel services and emergency response.</p><p>All three records were set by the same humanoid robot model, Tiangong Ultra, developed by the Beijing Innovation Center of Humanoid Robotics, also known as X-Humanoid. The company was founded in Beijing in 2023.</p><p>___</p><p>This story has been corrected to show that the record set on Wednesday is 8.64 seconds, not 8.84 seconds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QZF3NTLGUFBZONR27B4LKVKWWI.jpg?auth=efbd38b862a30ea268aef07b72a54e63255550e3274ffc83f6fa7dff2e7c2f36&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Officials extinguish a fire of a Humanoid robot after hitting the barrier at the end of the 100 meter final race during the World Humanoid Robot Games in Beijing, Wednesday, Aug. 26, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RAO72CDDTBZR2RSR2GCEUZHQTA.jpg?auth=28301c81fc4872e42930a65f7615edd75f7c521d2ef9fc7e2a4ecbd3aa07d8c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humanoid robots compete in the 100m final race during the World Humanoid Robot Games in Beijing, Wednesday, Aug. 26, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RLGK4SAB56TNTFE2X4JWLK4U7Q.jpg?auth=81ed80dd655642d02b851c79cebf6c30034708cbc08b6e5b96c4748991944af5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A humanoid robot competes in the pitch pot legged group final during the World Humanoid Robot Games in Beijing, Wednesday, Aug. 26, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VWSCKEMPDC575SWEG4TSQNJS24.jpg?auth=8fe8e15a3166ef156eed2fc1e3e74ef0461b8e091eee76032aa0588793621934&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Children's performs during the closing ceremony of the World Humanoid Robot Games in Beijing, Wednesday, Aug. 26, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GMBZJZVSFATVOKXI2O5NVQSW3E.jpg?auth=77fc125ce2c04fb919ee157fd1301c494ba687d22056f3d54789c346c331a1ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Humanoid robots compete in the 100 meter race during the World Humanoid Robot Games in Beijing, Wednesday, Aug. 26, 2026. (AP Photo/Achmad Ibrahim)]]></media:description><media:credit role="author" scheme="urn:ebu">Achmad Ibrahim</media:credit></media:content></item><item><title><![CDATA[Judge grants Blake Lively $400,000 of $8M in legal fees she sought in film fight with Justin Baldoni]]></title><link>https://www.local10.com/entertainment/2026/08/26/judge-grants-blake-lively-400000-of-8m-in-legal-fees-she-sought-in-film-fight-with-justin-baldoni/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/26/judge-grants-blake-lively-400000-of-8m-in-legal-fees-she-sought-in-film-fight-with-justin-baldoni/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Blake Lively will get just over $400,000 of the $8 million she sought in legal costs from actor and director Justin Baldoni after they settled their fight over the production of their 2024 film “It Ends With Us,” a federal judge ruled Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 20:44:18 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Blake Lively will get just over $400,000 of the $8 million she sought in legal costs from actor and director Justin Baldoni after they settled their fight over the production of their 2024 film “It Ends With Us,” a federal judge ruled Wednesday.</p><p>Judge Lewis J. Liman explained in a written decision in Manhattan why Lively was not entitled to the full amount that her lawyers claim was spent after Baldoni and his production company, Wayfarer Studios LLC, filed their own claims in response to her December 2024 lawsuit.</p><p>Acknowledging Lively and Baldoni had “waged fierce battle against each other in court,” the judge denied Lively the bulk of legal fees she sought, citing the limits of a California law designed to protect survivors of sexual harassment and discrimination from retaliatory lawsuits.</p><p>The law meant to protect sex abuse survivors from legal actions designed to intimidate and silence victims could only be construed to let her be reimbursed for what she paid lawyers to defend against defamation claims rather than all claims Baldoni made against her, Liman wrote.</p><p>Thus, the judge ruled, Lively is entitled to $363,245 in attorneys' fees and $44,206 in costs.</p><p>Lawyers on both sides claimed victory for their clients.</p><p>Attorney Bryan Freedman, representing Baldoni, called the ruling a “significant victory for my clients” that will leave Lively with less than 5% of what she requested in legal fees.</p><p>He said in a statement that it also "sends a clear message that, no matter how powerful you may be, the courtroom is not a place to take advantage of the law for your own personal gain.”</p><p>Attorneys Esra Hudson and Michael Gottlieb, representing Lively, said in a statement that Liman's decision was “historic” because it was the first time under the California law that money was awarded. They said it showed “there are real consequences of bringing retaliatory lawsuits.”</p><p>The lawyers added that Lively had “lifted the curtain for other victims, and set the precedent for others to come forward and expose similar conduct.”</p><p>In her lawsuit, Lively asserted that she had been subjected to sexual harassment, retaliation, breach of contract, intentional infliction of emotional distress, negligent infliction of emotional distress and invasion of privacy.</p><p>Baldoni, who directed the dark romantic drama and starred in it with Lively, denied harassing her or orchestrating a smear campaign. He claimed the complaints about his behavior were made up by Lively as part of an effort to seize creative control of the movie.</p><p>Weeks after Lively sued, Baldoni and Wayfarer asserted claims in a countersuit against Lively and her husband, “Deadpool” actor Ryan Reynolds, of civil extortion, defamation, invasion of privacy, breach of good faith and fair dealing and economic interference.</p><p>In June 2025, Liman tossed out the countersuit Baldoni and Wayfarer had filed and nearly a year later rejected Lively's sexual harassment claims on the grounds that she was an independent contractor rather than an employee when she worked on the film.</p><p>In early May, two weeks before a scheduled trial, Lively and Baldoni reached a settlement, saying in a joint statement that Lively’s concerns “deserved to be heard” and that they ”remain firmly committed to workplaces free of improprieties and unproductive environments.”</p><p>“It Ends With Us,” an adaptation of Colleen Hoover’s bestselling 2016 novel about a relationship devolving into domestic violence, was released in August 2024 and exceeded box office expectations despite criticism that it glorified abuse. Lively and Baldoni’s fractious falling out took attention away from the film, overshadowing its message and success.</p><p>Lively said in her lawsuit that during filming, Baldoni made inappropriate comments about her appearance, violated physical boundaries while filming a love scene, and pushed for nudity — against Lively’s wishes — during a scene in which her character was giving birth.</p><p>Baldoni denied doing anything outside the realm of the normal creative process of making a movie.</p><p>Lively appeared in the 2005 film “The Sisterhood of the Traveling Pants” and the TV series “Gossip Girl” from 2007 to 2012 before starring in films including “The Town” and “The Shallows.”</p><p>Baldoni starred in the TV comedy “Jane the Virgin,” directed the 2019 film “Five Feet Apart” and wrote “Man Enough,” a book challenging traditional notions of masculinity.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZFLMVU3UYE6Q734PQYNPJYVU24.jpg?auth=8dfe8ae7463cd670b112630b1f19b1fcad56adeb1e0bf60b1a22b5135d68ecdf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - This combination of images shows Blake Lively at the London screening of the film "It 'Ends With Us" on Aug. 8, 2024, left, and Justin Baldoni at the world premiere of the film in New York on Aug. 6, 2024. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[Fever-Sky averages 3.31M viewers, most-watched regular-season WNBA game since 1997]]></title><link>https://www.local10.com/sports/2026/08/26/fever-sky-averages-331m-viewers-most-watched-regular-season-wnba-game-since-1997/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/fever-sky-averages-331m-viewers-most-watched-regular-season-wnba-game-since-1997/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Indiana Fever-Chicago Sky game Sunday averaged 3.31 million viewers on NBC and Peacock to make it the most-watched regular-season WNBA game since the league's inaugural season in 1997.]]></description><pubDate>Wed, 26 Aug 2026 16:53:30 +0000</pubDate><content:encoded><![CDATA[<p>The Indiana Fever-Chicago Sky game Sunday averaged 3.31 million viewers on NBC and Peacock to make it the most-watched regular-season WNBA game since the league's inaugural season in 1997.</p><p>It also was the third-most watched regular-season game ever and peaked at 3.82 million viewers. That is behind only the June 21-22, 1997 opening weekend games that featured the New York Liberty-Los Angeles Sparks (5.04 million) and Charlotte Sting-Phoenix Mercury (3.59 million), also both on NBC.</p><p>Caitlin Clark and the Fever continue to be the league's top draw. They also have set all-time viewing records this season for games on CBS, ESPN and Amazon Prime Video.</p><p>Against the Sky, Clark made a career-high eight 3-pointers and scored 37 points in the Fever's 113-90 victory. Teammate Kelsey Mitchell added 30.</p><p>That game was the first meeting since Chicago's DiJonai Carrington fouled Indiana's Sophie Cunningham on a breakaway in the Fever’s 90-86 victory on Aug. 8. Carrington was ejected for the Flagrant 2 foul.</p><p>There were no such incidents between the two in the rematch.</p><p>But there was controversy. Former NBA center Enes Kanter Freedom attended as a spectator and was ejected in the third quarter after he and the Sky's Natasha Cloud exchanged words. Freedom has since been banned from Sky home games.</p><p>___</p><p>See AP’s full WNBA coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3BZZWHDGRAF2NQLKHSSKSKC7T4.jpg?auth=277a8547b6a49aaaec618385c4f6aa2c430999869f719aa094548d40ec3fac4f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky guard Natasha Cloud, right, drives against Indiana Fever guard Caitlin Clark during the second half of a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CVBK6NRGW5KAWTAJ55OR3BQ3JU.jpg?auth=0e68a85e8d04948a9c14513ee4f2458db1528c010339dda1f5cdfb1481e314a2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark, left, celebrates with guard Raven Johnson after the Feaver defeated the Chicago Sky in a WNBA basketball game Sunday, Aug. 23, 2026, in Chicago. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content></item><item><title><![CDATA[Quail Hollow added to Championship Series as 2028 elite schedule starts to take shape]]></title><link>https://www.local10.com/sports/2026/08/26/quail-hollow-added-to-championship-series-as-2028-elite-schedule-starts-to-take-shape/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/quail-hollow-added-to-championship-series-as-2028-elite-schedule-starts-to-take-shape/</guid><dc:creator><![CDATA[By DOUG FERGUSON, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — The Truist Championship at Quail Hollow Club is the latest tournament to be set for the top-tier Championship Series starting in 2028, another announcement that was expected because the tournament has been elite since it began in 2003 and already is a signature event.]]></description><pubDate>Wed, 26 Aug 2026 16:50:45 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — The Truist Championship at Quail Hollow Club is the latest tournament to be set for the top-tier Championship Series starting in 2028, another announcement that was expected because the tournament has been elite since it began in 2003 and already is a signature event.</p><p>That makes eight tournaments announced for the Championship Series, the only two surprises being the new Sompo Championship and the Greensboro, North Carolina, event that has changed sponsorship and now is the GO by Raymond James.</p><p>PGA Tour CEO Brian Rolapp said Tuesday that seven — now eight, with the Truist announcement Wednesday — of the 15 tournaments on the Championship Series have been announced. That doesn't include the four majors, The Players Championship and the postseason.</p><p>He said an additional three have been identified, and those will be disclosed shortly. There will be plenty of assumptions of current signature events, such as the AT&T Pebble Beach, the RBC Heritage and the Genesis Invitational.</p><p>The Genesis Invitational is the only player-hosted event — Tiger Woods — not yet announced. Part of that is due to the future of Riviera Country Club, which just finished a U.S. Women's Open in June, has the 2028 Los Angeles Olympics and the 2031 U.S. Open. The private club might want a breather. Discussions are ongoing.</p><p>“Of the remaining four regular-season events, we are currently in active discussions with 14 prospective partners,” Rolapp said. “Given that level of demand and interest, we expect to be making final decisions soon.”</p><p>He said he expects to announce the full 2028 Championship Series schedule on Feb. 22 at a special television show from PGA Tour headquarters.</p><p>Jim Furyk goes all in with Golf Channel</p><p>Jim Furyk is no longer just dipping his toes into the television world. The 2003 U.S. Open champion and two-time Ryder Cup captain has been named Golf Channel's lead analyst for PGA Tour events and the major championships.</p><p>Furyk agreed to a multiyear deal that takes him into the revamped 2028 schedule of Championship Series events. Golf Channel next year has full coverage of The American Express to start the season, and weekday coverage of the rest of the PGA Tour events (along with the U.S. and British Opens).</p><p>“I’m thrilled to expand my role with USA Sports and Golf Channel to call the action at men’s majors and the biggest PGA Tour events for years to come,” Furyk said. “I have really enjoyed my time in the booth and look forward to continuing to develop in the role.”</p><p>The announcement would seem to end speculation about Furyk joining the NBC booth because Golf Channel and NBC are now separately owned.</p><p>PGA Tour releases full 2027 schedule</p><p>The PGA Tour on Wednesday put out its full schedule for 2027, the last one before it changes to what amounts to a two-tour system.</p><p>It looks to be similar to this year, with a few tweaks. The Dallas-area tournaments are no longer in consecutive weeks in May. The CJ Cup Byron Nelson in Dallas will end in the first weekend of May, followed by the Valspar Championship in the Tampa Bay, Florida, area. That will lead into the Truist Championship, the PGA Championship and then Colonial will be the last week in May.</p><p>The Valspar previously was in March. That was been moved to clear the way for the Cadillac Championship in Miami to return to the Florida swing in March.</p><p>Also, the new Sompo Championship to be held in Napa, California, will be the last week in July and take the spot of the Rocket Classic in Detroit.</p><p>Pebble Beach again will have two events — the AT&T Pebble Beach Pro-Am in February and the U.S. Open in June. The British Open returns to St. Andrews and the PGA Championship is at its new headquarters in Frisco, Texas.</p><p>That means the Dallas-Fort Worth area will have three tournaments in five weeks — The CJ Cup Byron Nelson, PGA Championship and Charles Schwab Challenge at Colonial — with the PGA Championship and Colonial going back-to-back.</p><p>Colonial is about 50 miles southwest of Frisco.</p><p>Woodland still hearing about his tee shot</p><p>Gary Woodland is the feel-good story at East Lake simply by making it to the Tour Championship while trying to cope with the effects of his brain surgery three years ago.</p><p>That doesn't spare him from getting plenty of grief from last week at the BMW Championship.</p><p>He was on the bubble of being in the top 30, playing well in the final round at Bellerive, when he topped a tee shot into a creek about 100 yards in front of him on the ninth hole, leading to a double bogey. He was rock-solid the rest of the way, shot 69 and tied for fourth to advance.</p><p>Now about that tee shot?</p><p>He heard about it from Xander Schauffele on the putting green at East Lake on Monday. At the Payne Stewart Award ceremony Tuesday night, former award winner Brandt Snedeker was being interviewed on stage when he was asked if Woodland — one of Snedeker's assistant captains for the Presidents Cup next month — would be considered a captain's pick if he played well this week.</p><p>Snedeker paused during his answer, smiled and everyone knew what was coming. He mentioned the topped tee shot.</p><p>“I’ve hit some good shots this year, and I haven’t got as much attention as that shot has,” Woodland said.</p><p>Woodland even heard it from his father. They plan to play together again in December at the PNC Championship in Florida.</p><p>“When I turned my phone on after the round, it wasn’t, ‘Congrats’ or ‘Good playing.’ It was: ‘Hey, get that shot out of the way. I can’t afford to have that in the scramble,’” Woodland said.</p><p>___</p><p>See AP’s full golf coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/44KJ2ZJZCLILYHCL4PYZU3DO3U.jpg?auth=c416dc21db6ecdd945b47a8d13ff233cce09cc661ed675ad71d379abc84a4eb1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - PGA Tour CEO Brian Rolapp speaks before a practice round of the Tour Championship golf tournament, Wednesday, Aug. 20, 2025, in Atlanta. (AP Photo/Mike Stewart, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NGYU6GXSFJ35I3EVJZXVNP5HKE.jpg?auth=1c7630312714667dd4c4e0c08a67df4aed4ae3c322540ad1a71bbda9ca6d7a64&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gary Woodland speaks during a news conference at the Tour Championship golf tournament, Wednesday, Aug. 26, 2026, in Atlanta. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BIHKXIRZUKDWIC5W6XUWS23GA.jpg?auth=dcad431f7631a547ef8fa4e8061ec2bcd4e0cf2216dbac418d8bcfa13ee0664b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jim Furyk speaks to the media at the PGA Championship golf tournament at Aronimink Golf Club, May 13, 2026, in Newtown Square, Pa. (AP Photo/Frank Franklin II, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Al menos un muerto y tres heridos por ataque de dron con explosivos en el suroeste de Colombia]]></title><link>https://www.local10.com/espanol/2026/08/26/al-menos-un-muerto-y-tres-heridos-por-ataque-de-dron-con-explosivos-en-el-suroeste-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/al-menos-un-muerto-y-tres-heridos-por-ataque-de-dron-con-explosivos-en-el-suroeste-de-colombia/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — Un militar murió y tres más resultaron heridos el miércoles tras un ataque con explosivos lanzados con un dron en el suroeste de Colombia que fue presuntamente perpetrado por una disidencia de las extintas Fuerzas Armadas Revolucionarias de Colombia, informó el ejército.]]></description><pubDate>Wed, 26 Aug 2026 19:42:59 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — Un militar murió y tres más resultaron heridos el miércoles tras un ataque con explosivos lanzados con un dron en el suroeste de Colombia que fue presuntamente perpetrado por una disidencia de las extintas Fuerzas Armadas Revolucionarias de Colombia, informó el ejército.</p><p>Los militares desarrollaban operaciones en la zona rural del convulso municipio de Buenos Aires cuando fueron atacados "mediante el lanzamiento de artefactos explosivos” desde un dron, indicó el reporte.</p><p>El ejército lamentó en un comunicado la muerte del soldado Alejandro López Quintero a causa de las heridas, pese a recibir los primeros auxilios de los enfermeros de combate.</p><p>La acción bélica fue atribuida preliminarmente por el ejército a integrantes de la estructura Jaime Martínez, que forma parte del “Estado Mayor Central”, la más numerosa de las disidencias que no se acogieron al acuerdo de paz firmado hace una década entre el Estado y las FARC.</p><p>Los ataques con explosivos lanzados desde drones acondicionados artesanalmente han cambiado la dinámica del conflicto armado interno en Colombia, afectando tanto a militares como a civiles, especialmente en el suroeste del país.</p><p>Al menos 21 personas fallecieron y 145 resultaron heridas por ataques con uso de drones entre enero y mayo, un aumento del 146% con respecto al mismo periodo del año anterior, dijo el lunes la estatal Defensoría del Pueblo.</p><p>Presidente promete enfrentar a “terroristas”</p><p>El conservador Abelardo de la Espriella, quien asumió a inicios de agosto la presidencia, ha prometido reforzar las operaciones militares en contra de los grupos armados ilegales y cerró la puerta a las negociaciones de paz impulsadas por su antecesor Gustavo Petro (2022-2026).</p><p>“En mi gobierno está absolutamente prohibido disfrazar con eufemismos la naturaleza de quienes aterrorizan al pueblo a punta de pistola y dinamita. Son terroristas y así lo vamos a tratar. Aquí no hay espacio para el diálogo”, dijo De la Espriella el miércoles durante la ceremonia de juramentación de la nueva cúpula militar.</p><p>El mandatario, quien se apoda “El Tigre”, reiteró que los ilegales tienen la opción de someterse ante la justicia o “recibirán su merecido en el campo de batalla... los terroristas sabrán lo duro que muerde el Tigre y su fuerza pública".</p><p>Recalcó su intención de construir grandes cárceles de máxima seguridad, al estilo de El Salvador, para recluir a los “terroristas”, con el apoyo del sector privado. Dijo que, entre tanto, ordenó reforzar la seguridad en las cárceles existentes.</p><p>En un balance sobre su gobierno, De la Espriella detalló que han muerto en operaciones militares 21 cabecillas de grupos ilegales, más de 530 han sido capturados y 13 toneladas de cocaína han sido incautadas.</p><p>Los grupos armados ilegales con los que aún lidia Colombia se disputan en territorios estratégicos el control de economías ilegales como el narcotráfico y la minería ilegal, con las que financian su accionar.</p><p>El general Francis L. Donovan, comandante del Comando Sur de Estados Unidos, arribó el miércoles a Colombia para reunirse con la nueva cúpula militar y “discutir esfuerzos conjuntos para combatir a los narcoterroristas”, informó la institución.</p><p>De la Espriella adhirió a Colombia al Escudo de las Américas, una iniciativa del gobierno estadounidense con aliados latinoamericanos mediante la cual buscan luchar contra el narcotráfico.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GYXDXMV73LSH7AKQ25EBFUUJIA.jpg?auth=44cdc02d6c0c4fec05a578157cdacb1138cc2557dce00d752f30d9882407f8b3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, interviene durante una ceremonia de toma de posesión de los nuevos mandos militares del país, celebrada en Bogotá, Colombia, el miércoles 26 de agosto de 2026. (Foto AP/Fernando Vergara)]]></media:description><media:credit role="author" scheme="urn:ebu">Fernando Vergara</media:credit></media:content></item><item><title><![CDATA[Man accused of smashing Taco Bell kiosks, TV menu in Hialeah]]></title><link>https://www.local10.com/news/local/2026/08/26/man-accused-of-smashing-taco-bell-kiosks-tv-menu-in-hialeah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/man-accused-of-smashing-taco-bell-kiosks-tv-menu-in-hialeah/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 39-year-old man was arrested Tuesday after police say he used a metal object to smash a television menu and two electronic ordering kiosks at a Hialeah Taco Bell.]]></description><pubDate>Wed, 26 Aug 2026 16:29:56 +0000</pubDate><content:encoded><![CDATA[<p>A 39-year-old man was arrested Tuesday after police say he used a metal object to smash a television menu and two electronic ordering kiosks at a Hialeah Taco Bell.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-destrozar-quioscos-y-menu-de-television-de-taco-bell-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-destrozar-quioscos-y-menu-de-television-de-taco-bell-en-hialeah/">Leer en español</a></p><p>The suspect was identified in an arrest report from the Hialeah Police Department as Louis Charles Munoz. </p><p>The report states that officers were dispatched at about 11 a.m. Tuesday to the Taco Bell at 785 E. Ninth St. after receiving a report of a man hitting the restaurant’s kiosks with a sharp metal object.</p><p>Police said they spoke with the manager, who stated that Munoz had ordered a meal and sat at a table inside the restaurant. She said he stared at her and other employees while he ate.</p><p>They said when the manager asked whether something was wrong, Munoz, who is listed as homeless in his arrest report, told her he had been “living here for three years and that things happen in life.” </p><p>Police said Munoz then got up, pulled out the metal object and smashed one large television menu and two electronic ordering kiosks. The damaged items were valued at approximately $2,500, the report states. </p><p>Munoz then told the manager to call police as he fled the restaurant, according to the report. </p><p>Police said they canvassed the area and found Munoz on the roof of 765 E. 9th St., where he barricaded himself.</p><p>After multiple attempts to negotiate with Munoz, police said he eventually surrendered the metal object by throwing it off the roof. They said he then turned himself in and climbed down using a Hialeah Fire Rescue ladder truck that was at the scene.</p><p>Police said Munoz was then taken into custody without incident.</p><p>According to the report, Munoz spontaneously told officers he broke the screens because he wanted to “receive help.”</p><p>Jail records show he is facing one count of armed criminal mischief involving property damage of $1,000 or more.</p><p>As of Wednesday, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5IMLVXCMVBKNFMSRTCVH2WR7A.jpg?auth=938a5a6f9c2697971e16b8cb599b6d1c0e486c82e29db9020ee1f088e9c71bc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de destrozar quioscos y menú de televisión de Taco Bell en Hialeah]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-destrozar-quioscos-y-menu-de-television-de-taco-bell-en-hialeah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-destrozar-quioscos-y-menu-de-television-de-taco-bell-en-hialeah/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 39 años fue arrestado el martes después de que la policía dijera que usó un objeto metálico para destrozar un menú de televisión y dos quioscos electrónicos de pedidos en un Taco Bell de Hialeah.]]></description><pubDate>Wed, 26 Aug 2026 16:43:24 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 39 años fue arrestado el martes después de que la policía dijera que usó un objeto metálico para destrozar un menú de televisión y dos quioscos electrónicos de pedidos en un Taco Bell de Hialeah.</p><p>El sospechoso fue identificado en un reporte de arresto del Departamento de Policía de Hialeah como Louis Charles Munoz.</p><p>El reporte señala que los oficiales fueron enviados alrededor de las 11 a.m. del martes al Taco Bell ubicado en 785 E. Ninth St., después de recibir un reporte de un hombre que golpeaba los quioscos del restaurante con un objeto metálico afilado.</p><p>La policía dijo que habló con la gerente, quien afirmó que Munoz había ordenado una comida y se había sentado en una mesa dentro del restaurante. Dijo que él la miraba fijamente a ella y a otros empleados mientras comía.</p><p>Dijeron que cuando la gerente le preguntó si algo estaba mal, Munoz, quien figura como una persona sin hogar en su reporte de arresto, le dijo que había estado “viviendo aquí durante tres años y que en la vida pasan cosas”.</p><p>La policía dijo que Munoz luego se levantó, sacó el objeto metálico y destrozó un gran menú de televisión y dos quioscos electrónicos de pedidos. Los artículos dañados estaban valorados en aproximadamente $2,500 USD, señala el reporte.</p><p>Munoz luego le dijo a la gerente que llamara a la policía mientras huía del restaurante, según el reporte.</p><p>La policía dijo que recorrió el área y encontró a Munoz en el techo de 765 E. Ninth St., donde se atrincheró.</p><p>Después de varios intentos de negociar con Munoz, la policía dijo que finalmente entregó el objeto metálico arrojándolo desde el techo. Dijeron que luego se entregó y bajó utilizando un camión con escalera de Bomberos y Rescate de Hialeah que se encontraba en la escena.</p><p>La policía dijo que Munoz fue detenido sin incidentes.</p><p>Según el reporte, Munoz dijo espontáneamente a los oficiales que rompió las pantallas porque quería “recibir ayuda”.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de daños criminales con un arma que involucra daños a la propiedad por $1,000 USD o más.</p><p>Hasta el miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5IMLVXCMVBKNFMSRTCVH2WR7A.jpg?auth=938a5a6f9c2697971e16b8cb599b6d1c0e486c82e29db9020ee1f088e9c71bc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a hombre acusado de abrir fuego contra ciclistas en Cutler Bay]]></title><link>https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos, Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana.]]></description><pubDate>Tue, 25 Aug 2026 14:35:31 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Homestead de 40 años fue arrestado el lunes por agentes de la Oficina del Sheriff de Miami-Dade después de que, según dijeron, <a href="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/24/tiro-balazos-contra-ciclistas-en-miami-dade-ahora-lo-buscan/">abrió fuego contra ciclistas en Cutler Bay el pasado fin de semana</a>.</p><p>Según un reporte de arresto, el incidente ocurrió alrededor de las 7:30 a.m. del sábado cerca de la intersección de Southwest 87th Avenue y 184th Street.</p><p>El reporte indica que Raimiero Rios conducía una SUV negra hacia el sur por Southwest 87th Avenue cuando comenzó a tocar la bocina a dos ciclistas que también se dirigían hacia el sur.</p><p>Rios luego desvió la SUV hacia los ciclistas, obligando a uno de ellos a salirse de la carretera, según el reporte.</p><p>Los agentes indicaron que Rios luego atropelló al segundo ciclista con la SUV.</p><p>Después de la colisión, Rios sacó un arma y disparó en dirección al ciclista, según el reporte.</p><p>El incidente fue captado en video.</p><p>Los agentes que respondieron al lugar indicaron que encontraron un agujero de bala en el suelo. No se reportaron heridos.</p><p>El reporte indica que Rios fue trasladado a la estación del Distrito Municipal de Cutler Bay de la Oficina del Sheriff de Miami-Dade para ser interrogado, donde invocó sus derechos Miranda.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de agresión agravada con arma de fuego, un cargo de agresión física agravada con arma mortal y un cargo por disparar un arma de fuego desde un vehículo.</p><p>Hasta la mañana del martes, permanecía detenido en el Turner Guilford Knight Correctional Center, donde su fianza figuraba como “por determinar”.</p>]]></content:encoded></item><item><title><![CDATA[Muere conductor tras estrellar camioneta contra local comercial en Miami Springs, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/muere-conductor-tras-estrellar-camioneta-contra-local-comercial-en-miami-springs-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un conductor murió después de estrellar su camioneta contra un local comercial en Miami Springs la madrugada de este miércoles, confirmaron las autoridades a Local 10 News.]]></description><pubDate>Wed, 26 Aug 2026 13:49:08 +0000</pubDate><content:encoded><![CDATA[<p>Un conductor murió después de estrellar su camioneta contra un local comercial en Miami Springs la madrugada de este miércoles, confirmaron las autoridades a Local 10 News.</p><p>Según la Oficina del Sheriff de Miami-Dade, el accidente fue reportado poco antes de las 2:30 a.m. en el área de Northwest 36th Street y Lee Drive.</p><p>Los agentes dijeron que oficiales de la policía de Miami Springs respondieron a la escena y descubrieron que el conductor se dirigía hacia el oeste por Northwest 36th Street, acercándose a Lee Drive, cuando el vehículo “se desplazó hacia el arcén derecho, ingresó a la acera y chocó contra el frente de un negocio”.</p><p>Equipos de Bomberos y Rescate de Miami-Dade también respondieron y transportaron al conductor al Centro de Trauma Ryder del Jackson Memorial Hospital, donde fue declarado muerto, dijeron los agentes.</p><p>Funcionarios de la Oficina del Sheriff de Miami-Dade confirmaron que detectives de su Oficina de Homicidios de Tránsito asumieron la investigación.</p><p>Las circunstancias que llevaron al accidente continúan bajo investigación. La identidad del conductor aún no ha sido divulgada.</p>]]></content:encoded></item><item><title><![CDATA[Meta joins a list of corporations that have settled cases for billions of dollars]]></title><link>https://www.local10.com/business/2026/08/26/meta-joins-a-list-of-corporations-that-have-settled-cases-for-billions-of-dollars/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/meta-joins-a-list-of-corporations-that-have-settled-cases-for-billions-of-dollars/</guid><dc:creator><![CDATA[By MICHELLE CHAPMAN, Associated Press]]></dc:creator><description><![CDATA[Tech giant Meta this week agreed to pay $17 billion as part of a settlement to end a landmark trial related to safeguards for younger users of social media. It is one of the largest such settlements ever, though it represents only a fraction of the $201 billion in revenue that the company booked last year.]]></description><pubDate>Wed, 26 Aug 2026 16:39:51 +0000</pubDate><content:encoded><![CDATA[<p>Tech giant Meta this week agreed to pay $17 billion as part of a settlement to end a landmark trial related to safeguards for younger users of social media. It is one of the largest such settlements ever, though it represents only a fraction of the $201 billion in revenue that the company booked last year.</p><p>Here's a look at some other notable corporate settlements.</p><p>BP and the Deepwater Horizon disaster</p><p>Oil giant BP agreed to pay $20 billion for the Deepwater Horizon disaster that became the worst offshore spill in the nation’s history.</p><p>The settlement, first announced in 2016, included $5.5 billion in civil Clean Water Act penalties and billions more to cover environmental damage and other claims by the five Gulf states and local governments. The money is to be paid out over roughly 16 years.</p><p>Enron and its massive accounting scandal</p><p>Enron, once the nation’s seventh-largest company, filed for bankruptcy protection in 2001, after years of accounting tricks could no longer hide billions of dollars in debt or make failing ventures appear profitable. The energy company’s collapse put more than 5,000 people out of work and wiped out more than $2 billion in employee pensions.</p><p>Twenty-four Enron executives, including former CEO Jeffrey Skilling, were convicted for their roles in the fraud.</p><p>A class-action lawsuit led to the recovery of more than $7 billion in funds.</p><p>WorldCom hid falling profits in one of the worst cases of accounting fraud</p><p>WorldCom Inc. collapsed and went into bankruptcy in 2002 following revelations of an $11 billion accounting fraud that included pressure from top executives on subordinates to inflate numbers to make the company seem more profitable. The collapse caused losses to stockholders, including those who had invested through retirement plans.</p><p>In 2005, the company agreed to pay shareholders about $750 million in cash and stock, while major banks and accounting firms settled for about $6 billion.</p><p>WorldCom's former CEO, Bernie Ebbers was convicted in New York in 2005 on securities fraud and other charges and received a 25-year sentence. He died in 2020, just over a month after his early release from prison.</p><p>After its collapse, WorldCom reemerged under a new name, MCI. It was taken over by Verizon and relocated its operations to Ashburn, Virginia.</p><p>JPMorgan, Bank of America and the housing bets that shook the world</p><p>JPMorgan Chase & Co. agreed to pay $13 billion in a landmark settlement in 2013. The firm acknowledged that it misled investors about the quality of risky mortgage-backed securities ahead of the 2008 financial crisis.</p><p>The agreement also included settlements with New York, California and other states.</p><p>JPMorgan was among the major banks that sold securities that plunged in value when the housing market collapsed in 2006 and 2007. Those losses triggered a financial crisis that pushed the economy into the worst recession since the 1930s.</p><p>A year later, Bank of America reached a $16.65 billion settlement with the government over the same issue. Its deal called for the bank, the second-largest in the U.S., to pay a $5 billion cash penalty, another $4.6 billion in remediation payments and provide about $7 billion in relief to struggling homeowners.</p><p>Johnson & Johnson and the marathon legal fight over talc</p><p>Johnson & Johnson agreed in July to pay $5.5 billion after fighting lawsuits for almost two decades over talc products that plaintiffs claimed had caused ovarian cancer.</p><p>The drugmaker, which has been fighting talc-related lawsuits for more than a decade, said that the settlement is conditioned on at least 95% of remaining claimants participating.</p><p>A U.S. bankruptcy court judge denied a $9 billion settlement proposed by company subsidiary Red River Talc last year that would have been one of the biggest mass tort settlements in history.</p><p>Johnson & Johnson decided not to appeal that ruling and instead fight on in court.</p><p>As part of the proposed settlement, Johnson & Johnson will make an initial payment of no more than $3 billion next year. It has no additional payments due until 2028.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7SJWO57S3INMZUN5QI4GSRN4N4.jpg?auth=851c5b3fe46a5bc3815ea92b04773d8c6f695e66c872a1611d64de63726e99a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Deepwater Horizon oil rig burns on April 21, 2010, in the Gulf of Mexico, more than 50 miles southeast of Venice, La. (AP Photo/Gerald Herbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gerald Herbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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/XHJM3NJ4BCSVP3ILU32F3X4PTQ.jpg?auth=8d0d1c205542c9055ee273e3028d704a006ed31b7f97f6ccc5c2f590718ebdb5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The JPMorgan Chase & Co. logo is displayed at their headquarters Oct. 21, 2013 in New York. (AP Photo/Seth Wenig, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Fans de Dolly Parton lamentan su muerte afuera del Salón de la Fama de la Música Country y Dollywood]]></title><link>https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/fans-de-dolly-parton-lamentan-su-muerte-afuera-del-salon-de-la-fama-de-la-musica-country-y-dollywood/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[La ciudad de Nashville lamenta la muerte del ícono de la música country Dolly Parton.]]></description><pubDate>Wed, 26 Aug 2026 16:39:00 +0000</pubDate><content:encoded><![CDATA[<p>La ciudad de Nashville lamenta la muerte del ícono de la música country Dolly Parton.</p><p>Su nombre está grabado en el Paseo de la Fama de la ciudad, ubicado justo afuera del Salón de la Fama de la Música Country.</p><p>No hace mucho, el salón inauguró una nueva exhibición que muestra su extraordinaria carrera.</p><p>También se vio a admiradores en Dollywood, llegando y rindiéndole homenaje de diferentes maneras.</p><p>A solo unas cuadras se encuentra el Songteller Hotel, uno de los proyectos más recientes de Parton que aún está en construcción.</p><p>Afuera había flores y una nota que decía: “Espero que la vida te trate bien”.</p><p>Parton fue una leyenda en el escenario, la pantalla y la comunidad.</p><p>Fue una joven del este de Tennessee que vivió una vida que dejó un impacto duradero en todo el mundo.</p>]]></content:encoded></item><item><title><![CDATA[Man accused of opening fire on cyclists in Cutler Bay posts bond]]></title><link>https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/deputies-arrest-man-accused-of-opening-fire-on-cyclists-in-cutler-bay/</guid><dc:creator><![CDATA[Ryan Mackey, Roy Ramos, Terrell Forney, Jeff  Derderian ]]></dc:creator><description><![CDATA[A 40-year-old Homestead man was released from jail after posting bond early Wednesday after deputies said he opened fire on cyclists in Cutler Bay this past weekend.]]></description><pubDate>Tue, 25 Aug 2026 14:28:10 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old Homestead man was released from jail after posting bond early Wednesday after deputies said he <a href="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/24/deputies-search-for-suspect-who-opened-fire-on-cyclists-in-miami-dade/">opened fire on cyclists in Cutler Bay this past weekend</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/arrestan-a-hombre-acusado-de-abrir-fuego-contra-ciclistas-en-cutler-bay/">Leer en español</a></p><p>According to an arrest report, the incident happened at about 7:30 a.m. Saturday near the intersection of Southwest 87th Avenue and 184th Street.</p><p>The report states Raimiero Rios was driving a black SUV south on Southwest 87th Avenue when he began honking at two cyclists who were also traveling south.</p><p>Rios then swerved the SUV toward the cyclists, forcing one of them off the roadway, according to the report.</p><p>Deputies said Rios then struck the second cyclist with the SUV. </p><p>After the collision, Rios pulled out a gun and fired a round in the direction of the cyclist, according to the report.</p><p>The incident was captured on video. </p><p>Grant Cordery is an avid cyclist who runs a bike shop in Deerfield Beach. </p><p>Cordery is friends with members of the cycling group that was involved in the incident.</p><p>“It’s disgusting in my opinion, and I think I speak for all cyclists that we just want to be treated with the same respect,” he said. “A vehicle is definitely a weapon. I think there just needs to be more patience in the world and more respect in the world, for sure.”</p><p>Deputies who responded to the scene said they found a bullet hole in the ground. No injuries were reported.</p><p>Residents in the area told Local 10’s Roy Ramos that the area where the incident occurred is popular with riders.</p><p>“I saw two cyclists sitting on the grass with their bikes lying beside them, and I saw two police officers,” said Kathy Javach, who was driving in the area at the time of the incident.</p><p>Witnesses said Rios took off before deputies arrived but later turned himself in.</p><p>Jail records show he is facing one count each of aggravated assault with a firearm, aggravated battery with a deadly weapon and discharging a firearm from a vehicle.</p><p>He posted a $15,000 bond and was released from the Turner Guilford Knight Correctional Center early Wednesday. He declined to comment to Local 10 News and covered his face as he left the jail.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[South Florida’s KISS Country pays tribute to icon Dolly Parton]]></title><link>https://www.local10.com/news/local/2026/08/26/south-floridas-kiss-country-pays-tribute-to-icon-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/south-floridas-kiss-country-pays-tribute-to-icon-dolly-parton/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[South Florida’s country music radio station paid tribute to Dolly Parton on Wednesday following the death of the iconic vocalist. ]]></description><pubDate>Wed, 26 Aug 2026 16:19:19 +0000</pubDate><content:encoded><![CDATA[<p>South Florida’s country music radio station paid tribute to Dolly Parton on Wednesday following the death of the iconic vocalist.</p><p><a href="https://www.local10.com/espanol/2026/08/26/kiss-country-del-sur-de-florida-rinde-homenaje-al-icono-dolly-parton/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/kiss-country-del-sur-de-florida-rinde-homenaje-al-icono-dolly-parton/">Leer en español</a></p><p>KISS Country 99.9’s morning show featuring TC and Dina B provided a hearty mix of smiles and tears as they paid tribute to Parton. </p><p>For four hours, they didn’t just play her songs, they remembered her.</p><p>They said it’s the least they could do for a woman who has done so much for so many others. </p><p>“Every time you saw Dolly Parton, she was just this light, and I feel that if you know country music or if you don’t know country music, you know dolly parton,” said Dina B. </p><p>TC and Dina B have both spent more than a decade in radio, seeing songs and stars come and go, but Parton is one who withstood the test of time. </p><p>“Dolly introduced a whole new sound of country,” said TC. “It was a sound that you listened to music these days and it’s not all coming from the heart. Everything she wrote came from the heart. Everything she wrote is something you can connect to or some way or another.”</p><p>At Hollywood’s Hard Rock Hotel &amp; Casino, butterflies lit up the sky as fans stopped by to pay their respects. </p><p>“She was an inspiration, an inspiration for everyone,” said fan Susan Salicco. “I honestly thought she’d live forever.”</p><p>One of Parton’s fans who visited the Hard Rock on Wednesday was Joan Pendergrass, widow of famed vocalist Teddy Pendergrass.</p><p>“She has given back so much,” said Pendergrass. “She has given so much of herself. What a beautiful, petite (woman), but so large at heart.”</p><p>You don’t have to go to Nashville to see Parton’s legacy. </p><p>Back in 1998, Parton joined Bob Hope to film a Christmas special at PortMiami, and further back in 1982, both Parton and Burt Reynolds made their way through South Florida crowds for a movie premiere. </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[KISS Country del sur de Florida rinde homenaje al ícono Dolly Parton]]></title><link>https://www.local10.com/espanol/2026/08/26/kiss-country-del-sur-de-florida-rinde-homenaje-al-icono-dolly-parton/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/kiss-country-del-sur-de-florida-rinde-homenaje-al-icono-dolly-parton/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[La estación de radio de música country del sur de Florida rindió homenaje a Dolly Parton el miércoles tras la muerte de la icónica cantante.]]></description><pubDate>Wed, 26 Aug 2026 16:36:43 +0000</pubDate><content:encoded><![CDATA[<p>La estación de radio de música country del sur de Florida rindió homenaje a Dolly Parton el miércoles tras la muerte de la icónica cantante.</p><p>El programa matutino de KISS Country 99.9, con TC y Dina B, ofreció una emotiva mezcla de sonrisas y lágrimas mientras rendían homenaje a Parton.</p><p>Durante cuatro horas, no solo tocaron sus canciones, también la recordaron.</p><p>Dijeron que era lo menos que podían hacer por una mujer que hizo tanto por tantas otras personas.</p><p>“Cada vez que veías a Dolly Parton, ella era simplemente esta luz, y siento que si conoces la música country o si no conoces la música country, conoces a Dolly Parton”, dijo Dina B.</p><p>TC y Dina B han trabajado en la radio durante más de una década, viendo canciones y estrellas ir y venir, pero Parton es una de las que resistió el paso del tiempo.</p><p>“Dolly introdujo un sonido completamente nuevo en la música country”, dijo TC. “Era un sonido que, cuando escuchas música en estos días, no todo viene del corazón. Todo lo que ella escribió venía del corazón. Todo lo que escribió es algo con lo que puedes identificarte de una forma u otra”.</p><p>En el Hard Rock Hotel &amp; Casino de Hollywood, mariposas iluminaron el cielo mientras los admiradores se detenían para rendirle homenaje.</p><p>“Fue una inspiración, una inspiración para todos”, dijo la admiradora Susan Salicco. “Sinceramente pensé que viviría para siempre”.</p><p>Una de las admiradoras de Parton que visitó el Hard Rock el miércoles fue Joan Pendergrass, viuda del famoso cantante Teddy Pendergrass.</p><p>“Ella ha retribuido tanto”, dijo Pendergrass. “Ha dado tanto de sí misma. Qué mujer tan hermosa y pequeña, pero con un corazón tan grande”.</p><p>No hay que ir a Nashville para ver el legado de Parton.</p><p>En 1998, Parton se unió a Bob Hope para grabar un especial de Navidad en PortMiami, y anteriormente, en 1982, tanto Parton como Burt Reynolds se abrieron paso entre multitudes del sur de Florida para el estreno de una película.</p>]]></content:encoded></item><item><title><![CDATA[NASCAR unveils 2027 schedule, which includes a return to Naval Base Coronado]]></title><link>https://www.local10.com/sports/2026/08/26/nascar-unveils-2027-schedule-which-includes-a-return-to-naval-base-coronado/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/nascar-unveils-2027-schedule-which-includes-a-return-to-naval-base-coronado/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DAYTONA BEACH, Fla. (AP) — NASCAR will return to Naval Base Coronado for another race that recognizes the men and women who serve.]]></description><pubDate>Wed, 26 Aug 2026 16:35:37 +0000</pubDate><content:encoded><![CDATA[<p>DAYTONA BEACH, Fla. (AP) — NASCAR will return to Naval Base Coronado for another race that recognizes the men and women who serve.</p><p>The sanctioning body released its 2027 schedule Wednesday. The slate begins at Daytona International Speedway and wraps up back in the Sunshine State at Homestead-Miami Speedway.</p><p>Among the highlights: a return to San Diego for the Cup and O'Reilly Auto Parks series. NASCAR and the Department of Defense unveiled a multi-year plan to host events beyond Coronado. In 2028, they intend to take the military-base street race to a different U.S. military installation.</p><p>The exhibition Clash will be held at Daytona the weekend before the Daytona 500. NASCAR’s All-Star race will be held at North Wilkesboro Speedway. And the season-ending NASCAR championship weekend will return to Homestead-Miami Speedway for the second straight year.</p><p>Homestead hosted NASCAR’s championship weekend from 2002-2019 before welcoming the season finale back in 2026. The venue is currently undergoing a $20 million capital investment project that will transform the track and enhance race-day experiences for fans, partners and industry stakeholders.</p><p>Also noteworthy: Dover Motor Speedway returns to a Cup Series points-race date May 16 after hosting the All-Star race; the Southern 500 at Darlington Raceway will serve as the final regular-season race in the Cup Series, setting the field for the Chase; and Pocono Raceway will feature all three national series during its race weekend in June.</p><p>___</p><p>See AP’s full auto racing coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6AAUCRYIGDJ5BIUX7CR6L2QHM.jpg?auth=437fb4b436b6cafcfd0511c219bba4555d346476c40123b62916d4274e65dea6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cars move during the NASCAR Daytona 500 auto race at Daytona International Speedway, Feb. 15, 2026, in Daytona Beach, Fla. (AP Photo/Nigel Cook, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Nigel Cook</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y3UTTRQ2FYPCPOQJEEVJZON5AM.jpg?auth=b1fe916686cb81c078962c9db8defb008dcb4528e112bdd86f4f756feb805220&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People watch as cars make their way through Turn 1 during a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, at New Hampshire Motor Speedway in Loudon, N.H. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4FYHMYBQGIW6D57K27TQEONIB4.jpg?auth=5b20d44241a092056f899575cfc915985fb9b2bbd731b4a0ce50b0b47d56e465&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ryan Blaney stands on his car and gestures to the crowd after winning a NASCAR Cup Series auto race, Sunday, Aug. 23, 2026, at New Hampshire Motor Speedway, in Loudon, N.H. (AP Photo/Steven Senne)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Senne</media:credit></media:content></item><item><title><![CDATA[Maryland court rules Democratic-backed redistricting amendment cannot go on November ballot]]></title><link>https://www.local10.com/news/2026/08/26/maryland-court-rules-democratic-backed-redistricting-amendment-cannot-go-on-november-ballot/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/maryland-court-rules-democratic-backed-redistricting-amendment-cannot-go-on-november-ballot/</guid><dc:creator><![CDATA[By DAVID A. LIEB, Associated Press]]></dc:creator><description><![CDATA[A Maryland court has ruled against a proposed constitutional amendment that could have paved the way for Democrats to redraw the state's congressional districts ahead of the 2028 elections.]]></description><pubDate>Wed, 26 Aug 2026 18:39:52 +0000</pubDate><content:encoded><![CDATA[<p>A Maryland court has ruled against a proposed constitutional amendment that could have paved the way for Democrats to redraw the state's congressional districts ahead of the 2028 elections.</p><p>The ruling Wednesday by a judge in the state's capital city marks another setback in Democrats' national attempts to counter a Republican redistricting movement pushed by President Donald Trump ahead of this year's elections. The judge ruled that the amendment cannot appear on the November ballot, but he paused the effect of that ruling to allow for an appeal to the state Supreme Court.</p><p>Democrats already control seven of Maryland's eight congressional seats. Democratic Gov. Wes Moore called lawmakers into a special session in August with a goal of making it easier to claim that final seat.</p><p>An amendment referred to the ballot by lawmakers seeks to sidestep a court ruling that struck down a previous Democratic redistricting plan in 2022. It would declare that a constitutional requirement for districts to be compact and take into account “natural boundaries” applies only to state legislative districts, not congressional ones.</p><p>That would allow Democratic state lawmakers to draw congressional districts that cross the Chesapeake Bay, reshaping a district east of the bay that is held by Republican Rep. Andy Harris, chair of the conservative House Freedom Caucus.</p><p>Judge says legislature did not follow the laws it enacted</p><p>Anne Arundel County Circuit Court Judge Robert Thompson ruled that lawmakers violated their own deadlines for ballot measures. Earlier this year, lawmakers passed a law signed by Moore that set a July 1 deadline for the secretary of state to certify summaries of all statewide ballot questions to the Maryland State Board of Elections.</p><p>The state attorney general's office argued that deadline didn't apply to the redistricting amendment because lawmakers wrote their own ballot summary for it, using their constitutional authority. The judge disagreed, instead siding with arguments by the conservative Oversight Project and Republican state lawmakers who sued.</p><p>Thompson also ruled that lawmakers used “intentionally misleading” wording in the ballot question by stating that it merely “clarifies” the Constitution's redistricting standards. And Thompson said the amendment violates a single-issue requirement in the Constitution by also including a provision that would give the state Supreme Court original jurisdiction in lawsuits over congressional redistricting.</p><p>“The court has no choice but to enjoin the board of elections from including ballot Question 3 on the general election ballot for November 3, 2026,” Thompson wrote.</p><p>Redistricting dispute heads to the Maryland Supreme Court</p><p>Shortly after the ruling, the state filed a notice of appeal to the Maryland Supreme Court.</p><p>Maryland House Speaker Joseline Peña-Melnyk, a Democrat, expressed hope of eventually prevailing.</p><p>“We remain confident in the authority of the General Assembly and believe Maryland voters should have the final say,” she said in a statement.</p><p>Redistricting opponents acknowledged the fight was not over.</p><p>But “today's decision is a major step in our battle against Maryland’s lawless attempt at redistricting. Complete and total vindication!” Oversight Project Strategic Counsel Marshall Yates said in a statement.</p><p>Maryland is the latest state to join a national redistricting fight</p><p>Earlier this year, the Virginia Supreme Court also invalidated a redistricting ballot measure because of procedural violations by state lawmakers. In that case, voters had already approved an amendment in April authorizing mid-decade redistricting when the court ruled that lawmakers last year had waited too long to take an initial step necessary to qualify it for the ballot.</p><p>Virginia and Maryland both were seeking to follow the path of California, where voters approved a Democratic-backed amendment authorizing mid-decade redistricting. Democrats hope to gain as many as five congressional seats from California's redrawn districts, plus an additional seat from new districts in Utah.</p><p>But Republicans hope to win as many as 16 additional seats from new U.S. House districts enacted in Alabama, Florida, Louisiana, Missouri, North Carolina, Ohio, Tennessee and Texas.</p><p>Redistricting typically happens near the beginning of each decade, after new census data is released. But a mid-decade redistricting battle broke out after Trump urged Republican-led states to redraw congressional districts in hopes that it might help Republicans hold onto a slim House majority in this year’s midterm elections.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/54AD3YPR6SI7SRPCUMYP4X5LJE.jpg?auth=481986ed7b699b9ca01c1651670a36af328b5a6e5045f1ebba04634fc2210cd1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People stand at the doors of the Maryland State House on Tuesday, Aug. 4, 2026, in Annapolis, Md. (AP Photo/Mingson Lau)]]></media:description><media:credit role="author" scheme="urn:ebu">Mingson Lau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYJCQ7QIR5DIAUDD65I3Y4GHXQ.jpg?auth=1125e064fba1bf7677dde94b5281ea4660d2032d17cf5cc4fcfb862d7a9d32d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A screen in the Maryland House Chamber displays votes during the third reading of a proposed constitutional amendment Tuesday, Aug. 4, 2026, in Annapolis, Md., that would allow a redrawn congressional map. (AP Photo/Mingson Lau)]]></media:description><media:credit role="author" scheme="urn:ebu">Mingson Lau</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FROL5WNKWGIN4LKXAKXSLMSTHY.jpg?auth=7390364e79d1c6a7acd26242d6cb6a6de79ef089aae174832ac95f4e6a541c4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Wes Moore, governor of Maryland, speaks during the National Action Network (NAN) Convention in New York, April 9, 2026. (AP Photo/Angelina Katsanis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Tim Curry, iconic character actor and 'Rocky Horror Picture Show' star, dies at 80]]></title><link>https://www.local10.com/news/2026/08/26/tim-curry-iconic-character-actor-and-rocky-horror-picture-show-star-dies-at-80/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/26/tim-curry-iconic-character-actor-and-rocky-horror-picture-show-star-dies-at-80/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[Tim Curry, a character actor who created a gallery of delicious, very loony villains for stage and screen, including Dr. Frank-N-Furter in “The Rocky Horror Picture Show” and the smug concierge in “Home Alone 2: Lost in New York,” has died. He was 80.]]></description><pubDate>Wed, 26 Aug 2026 20:50:08 +0000</pubDate><content:encoded><![CDATA[<p>Tim Curry, a character actor who created a gallery of delicious, very loony villains for stage and screen, including Dr. Frank-N-Furter in “The Rocky Horror Picture Show” and the smug concierge in “Home Alone 2: Lost in New York,” has died. He was 80.</p><p>Curry, who suffered a stroke in 2012 that put him in a wheelchair, died Tuesday night at his home in Los Angeles, according to his longtime manager and friend Marcia Hurwitz. No cause was disclosed.</p><p>Known for his arch humor, a puttylike face and gift with voices, Curry earned three Tony nominations — for “Spamalot,” “My Favorite Year” and “Amadeus” — and a Primetime Emmy nod in 1994.</p><p>“I like playing the more curious corners of the human mind and human behavior, partly because they’re a tad more interesting,” Curry told The Associated Press in 1993.</p><p>Curry burst onto the scene as the Transylvanian Frank-N-Furter in the sci-fi, cross-dressing rock musical “The Rocky Horror Show,” which premiered in 1973 at the Royal Court Theatre in London. He went with it to Broadway and then starred in the 1975 cult-classic movie alongside Barry Bostwick, Meat Loaf and Susan Sarandon.</p><p>The show was ahead of its time in terms of its representation of LGBTQ+ characters and has entered the pop culture lexicon for its many iconic and memorable scenes, including the song “The Time Warp,” which has been covered by handfuls of artists, and the often-quoted phrase, “Dammit, Janet!” The show was twice revived on Broadway, most recently in 2026 with Luke Evans playing Frank-N-Furter.</p><p>“He was a force, a bright fierce flame, an exquisite charm and that rich vocal tone,” Evans wrote on Instagram. “I hope, wherever you are, you'd approve of one more Frank having the time of his life in those heels.”</p><p>Tim Curry's take on Frank-N-Furter</p><p>Curry's Frank-N-Furter had a posh British accent, but that almost wasn’t the case. He said he tried German and American accents but pivoted after he heard a British woman on a bus talking with her friend.</p><p>“I met a woman on a bus who said, ‘Do you have a house in town or a house in the country’ and I thought, ‘That’s the voice!’” he told LA Magazine in 2015.</p><p>For many years after the film’s premiere, the British-born actor declined to discuss it. He didn’t participate in activities promoting the film, which morphed into an interactive event at midnight shows. But he later warmed again to the project and embraced it at public events. Asked by LA Magazine how he viewed “Rocky Horror,” he responded: “With a sort of bemused tolerance. It’s neither a blessing nor a curse. I was lucky to get it.”</p><p>Curry’s Broadway career included starring in Tom Stoppard’s “Travesties” in 1975-76, playing Mozart opposite Ian McKellen’s Antonio Salieri in Peter Shaffer’s “Amadeus” and King Arthur in the 2005 production of “Spamalot.” The New York Times said his “stalwart, plummy-voiced Arthur wears a smile as inflexible as armor.” He also played Scrooge in “A Christmas Carol,” at the Theater at Madison Square Garden in 2001.</p><p>His screen credits included starring as the child-killing monster in the 1990 miniseries version of Stephen King’s horror novel “It,” as a medical officer in “The Hunt for Red October” in 1990 and the double-dealing Cardinal Richelieu in 1993’s “The Three Musketeers” with Kiefer Sutherland, Charlie Sheen and Chris O’Donnell.</p><p>“Tim Curry was someone I cared deeply about, he was someone I loved working with and I am so lucky to have these memories,” Sutherland said in a statement.</p><p>In his 2025 memoir, “Vagabond,” Curry warned readers that while there were scraps of his nature in his characters, he was none of them. “The distinctions between who I really am and who I've pretended to be as an actor have proven to be a source of great disappointment to some audiences. It has not caused me much personal distress beyond the periodic necessity to deter stalkers,” he wrote.</p><p>Tim Curry's life and career began in England</p><p>Born in Cheshire, England, Curry was the son of a Navy chaplain and a school secretary. He was 12 when his father died and his mother subsequently went to work. Young Tim learned to cook his own breakfast, resulting in a lifelong passion for cooking, and sharpened his humor muscles.</p><p>“My father was a Methodist chaplain in the Navy, and we moved pretty much every 18 months,” he said. “So I had to make my mark in new schools and new playgrounds pretty quickly. And a sense of humor is the best way to do that. I was always a kind of mimic, one of those awful, relentless children, I should think.”</p><p>Acting did not occur to him until his middle teens, when he attended a school for the sons of Methodist ministers.</p><p>“I was lucky that it was a liberal kind of school; many of them in England are rather Dickensian,” he recalled to the AP. “There was a lot of theater, and I sang, too; I had been singing in church from the age of 7. I had enormous opportunities to express myself in that way. I just got hooked, really.”</p><p>His training continued in 1965 when he entered the University of Birmingham, at that time one of three English universities with a drama department. “I took an academic course, which I largely ignored, I’m afraid, and just acted all the time,” he said.</p><p>He then went down to London and talked his way into his first job, “Hair,” in the West End. Curry went on to the more formalized theater of the Royal Shakespeare Company and the Royal Court Theatre, where he was enlisted for “The Rocky Horror Show.”</p><p>Tim Curry's other roles</p><p>He went on to futilely try to stop Macaulay Culkin's Kevin McCallister from taking advantage of New York’s swanky Plaza Hotel in “Home Alone 2: Lost in New York.” Curry also was Wadsworth, the unhinged butler with a secret past, in the quotable “Clue.” He played a wealthy philanthropist in 1995's “Congo” and a baddie opposite Carol Burnett in the movie “Annie.”</p><p>“Nobody could play lovable villains better than he could,” Burnett wrote on Instagram. “He was a dear friend. I was blessed to know him.”</p><p>In later years, Curry lent his baritone voice to many voice-acting roles in children’s TV series, including “Star Wars: The Clone Wars,” “The Wild Thornberrys” and “The Adventures of Jimmy Neutron, Boy Genius.”</p><p>He won a Daytime Emmy in 1991 for voicing Captain Hook in “Peter Pan and the Pirates” and earned a Grammy nomination in 2002 for the audiobook of the first “Lemony Snicket” novel, “A Series of Unfortunate Events.”</p><p>After a yearslong break from live-action roles, Curry played a plague doctor-masked man in a wheelchair in 2024's “Stream,” something the film's director Michael Leavy called a dream come true.</p><p>Curry, who never married and had no children, was deeply private about his personal life. But he wrote in his memoir that he was convinced to tell his story thanks to so many moving encounters with fans.</p><p>“The notion that my experiences might resonate helps me persevere — if they strike a chord with only one teenager, alone with a book in his room, as I so often was; or that young woman reading this on an interminably long bus ride; or that older queen, hopefully still in his fishnets, who saw ‘Rocky Horror’ upstairs at the Royal Court; or that middle-aged mother who organizes ‘Clue’ watching parties and refuses entry to anybody out of costume; or that buttoned-up bank clerk who relishes musicals; or that woman who kicked me out of the Waverly for being myself,” he wrote.</p><p>___</p><p>This story has been corrected to show that the original stage version was titled “The Rocky Horror Show.” It has also been updated to correct that Curry’s publicist erroneously reported the date of his death as Wednesday, not Tuesday.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/M55U4GCJY7CMN452NQMXJCX5KQ.jpg?auth=918e0aa2b188abc24c03d5d428c5edc5d46935eda17a75a266bd4ecf94a6f60d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Curry attends the Museum of the Moving Image salute to Alec Baldwin in New York on Feb. 28, 2011. (AP Photo/Peter Kramer, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Peter Kramer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QO53OONQFAQ5M6KT2FKOGFZ254.jpg?auth=98a14925b0770a0e301581b9f8428c32c9049a4cbbc68597b99958bc8665f6f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Curry, center, appears with cast members from nominated Broadway productions at the 2005 Tony Awards at Radio City Music Hall in New York on June 5, 2005. (AP Photo/Kathy Willens, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tina Fineberg</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PKMJPU7GUWK7O5CDRVSHGLHQ6Y.jpg?auth=f45758c31aa1becb3dfc47a9d805469e7503756bcc6af58192af92a63f0ec48c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Actor Tim Curry appears at the Film Society of Lincoln Center's gala tribute to actress Susan Sarandon in New York on May 5, 2003. (AP Photo/Stuart Ramson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stuart Ramson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSO3GPFZE3Z45QFOME3J6L346Q.jpg?auth=9d7c1cc6e2dd85f63ecb324e19a4a4994c7afbaf7adde3a1e5efb6b4cfb96b4c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Curry participates in the panel for "The Rocky Horror Picture Show" during the Fox Television Critics Association summer press tour in Beverly Hills, Calif., on Aug. 8, 2016, (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEO7HTGKUJ25L32BEUGWCLWU5U.jpg?auth=0451de03238b195e9917cd75a58ffb790642e1078c1c099b52f1f31e91209829&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Curry performs a number from the musical "Spamalot" during the Broadway premiere on March 17, 2005, in New York, (AP Photo/Stuart Ramson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Stuart Ramson</media:credit></media:content></item><item><title><![CDATA[For over 100 years, travelers have checked into US motel rooms and found the Gideon Bible]]></title><link>https://www.local10.com/news/national/2026/08/26/for-over-100-years-travelers-have-checked-into-us-motel-rooms-and-found-the-gideon-bible/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/for-over-100-years-travelers-have-checked-into-us-motel-rooms-and-found-the-gideon-bible/</guid><dc:creator><![CDATA[By LUIS ANDRES HENAO, Associated Press]]></dc:creator><description><![CDATA[SALISBURY, Md. (AP) — “Rocky Raccoon checked into his room, only to find Gideon’s Bible.”]]></description><pubDate>Wed, 26 Aug 2026 16:08:26 +0000</pubDate><content:encoded><![CDATA[<p>SALISBURY, Md. (AP) — “Rocky Raccoon checked into his room, only to find Gideon’s Bible.”</p><p>Paul McCartney explained those famous lines in the song by The Beatles, saying these Bibles “were in every hotel in America.” He’d never seen something like that in England.</p><p>For more than a century, countless have found it in the bedside drawers of American hotel and motel rooms. It has become a symbol of America’s roadside culture and Protestant tradition. It’s mentioned in lyrics, films, Broadway shows.</p><p>“The Gideon Bible is a peculiarly and amazingly American object,” says Lori Anne Ferrell, author of “The Bible and the People.”</p><p>It began with Gideons International, an organization of evangelical business and professional men founded in 1899.</p><p>One of its members, working on a railroad expansion project, gets off the train in the town of Superior in western Montana, and checks into a hotel. He asks the owner if he can place a Bible at the front desk. She responds with a more ambitious proposal: Place a Bible in each of the hotel rooms.</p><p>The group says that it has distributed more than 2.5 billion Bibles worldwide since that day in 1908. It was the year that Ford Motor Co. began manufacturing the Model T, the first low-priced car that introduced motoring to the masses.</p><p>“All of a sudden, we have the road culture, the interstate culture, we have motels, and we have, for the first time, people leaving home,” Ferrell says. “There’s a story about America with the Gideon Bible that you can’t tell with any other Bible because it’s distributed everywhere, and it represents the movement of people across the country.”</p><p>Gideon Bibles have been distributed in prisons, military bases, hospitals, even the White House. In a 1971 ceremony, the group presented its 100 millionth Bible to President Richard Nixon.</p><p>“It’s an expression of biblicism — the idea that the Bible it’s from God to you. And it’s all you need … and that biblicism is a deep element in American culture,” says Timothy K. Beal, author of “Roadside Religion: In Search of the Sacred, the Strange, and the Substance of Faith.”</p><p>Over the years, its distribution in schools faced challenges. Its presence diminished as the number of U.S. hotels that offer religious materials in their rooms dropped.</p><p>Still, it remains the religious book that quietly seeks to provide comfort in the most secular of settings — and that, even with the advent of the TV and Wi-Fi, sits in motel nightstands across America and endures.</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. Part of a recurring series, “American Objects,” marking the 250th anniversary of the United States. For more American objects, click here. For more stories on the anniversary, click here.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4BKL3VPFJVQLOSFVW6MXZRJ2DY.jpg?auth=0de8d5d8bb983a2399f2820c3c4e129c40bafc24e4c1e6b0de8a9e3ad393be4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Gideon Bible sits on a table in Phoenix, Sunday Aug. 23, 2026. (AP Photo/Dario Lopez-Mills)]]></media:description><media:credit role="author" scheme="urn:ebu">Dario Lopez-Mills</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4SG4QZY2DPDZNHDDAHC7TMQC2I.jpg?auth=d06d8c3fbac6f8cb9daf068f51dd9fe5111d5531108e77f222ab18b2df98c408&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A bible sits on a stained mattress on a pile of debris outside a damaged motel from Hurricane Michael in Panama City, Fla, Jan. 23, 2019. (AP Photo/David Goldman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Goldman</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HI5MVDX7N6ARILN6RW4IZNUGQA.jpg?auth=fc70705cdefa81cc281951eafc5181233d6803305c47a55cc7ee5d502fc0302c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Gideon Bible sits on a table in Phoenix, Sunday Aug. 23, 2026. (AP Photo/Dario Lopez-Mills)]]></media:description><media:credit role="author" scheme="urn:ebu">Dario Lopez-Mills</media:credit></media:content></item><item><title><![CDATA[EEUU declara desastre por sequía en varias partes de Puerto Rico; persisten las condiciones secas]]></title><link>https://www.local10.com/espanol/2026/08/26/eeuu-declara-desastre-por-sequia-en-varias-partes-de-puerto-rico-persisten-las-condiciones-secas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/eeuu-declara-desastre-por-sequia-en-varias-partes-de-puerto-rico-persisten-las-condiciones-secas/</guid><dc:creator><![CDATA[Por DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — El gobierno de Estados Unidos declaró el miércoles un desastre por sequía en más de una veintena de ciudades y poblados de Puerto Rico, mientras se agravan los problemas de agua en toda la isla sin que haya un alivio a la vista.]]></description><pubDate>Wed, 26 Aug 2026 21:08:22 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — El gobierno de Estados Unidos declaró el miércoles un desastre por sequía en más de una veintena de ciudades y poblados de Puerto Rico, mientras se agravan los problemas de agua en toda la isla sin que haya un alivio a la vista.</p><p>Más del 33% de Puerto Rico está en condiciones de sequía extrema y otro 30% bajo una sequía severa. Julio fue el mes más árido para la capital, San Juan, en más de 120 años de registros, y el segundo más caluroso.</p><p>La gobernadora Jenniffer González informó que hace más de dos semanas solicitó formalmente la declaratoria al Departamento de Agricultura de Estados Unidos.</p><p>“Desde el primer momento dejamos clara la necesidad de nuestros agricultores”, expresó.</p><p>La declaración abarca 26 de los 78 municipios de Puerto Rico, incluidos Cabo Rojo, Ponce, Yauco, Aibonito y Lares.</p><p>La declaratoria permite que los agricultores de esas regiones accedan a préstamos de emergencia.</p><p>“Este es un paso importante”, señaló el secretario de Agricultura de Puerto Rico, Irving Rodríguez. “Exhortamos a todos los productores afectados por la sequía a documentar sus pérdidas”.</p><p>Naia Seda es una de las agricultoras que no ven la hora de solicitar ayuda financiera. Tiene una finca de seis hectáreas (15 acres) en la que cultiva aguacates, plátanos, limones y yuca.</p><p>No ha llovido desde abril. A su granja, que opera desde 2009, la atraviesan grietas de varios metros de profundidad.</p><p>“Yo nunca había visto algo así en mi finca”, puntualizó.</p><p>Lamentó cómo sus cultivos se han ido marchitando y las frutas caen al suelo antes de madurar debido al implacable calor.</p><p>El canal de riego del que dependen su finca y otras 300 en el municipio de Lajas, en el suroccidente de la isla, solía suministrar agua según se solicitaba. Seda recibía ese suministro tres veces por semana. En junio, los funcionarios limitaron el suministro a una vez por semana.</p><p>Las persistentes condiciones secas han obligado a muchos agricultores a detener la producción desde mayo, indicó Fello Pérez, proveedor de asistencia técnica en Puerto Rico para RAFI, una organización sin fines de lucro con sede en Carolina del Norte que atiende a agricultores pequeños y medianos en el sureste de Estados Unidos, Puerto Rico y las Islas Vírgenes de Estados Unidos.</p><p>Pérez comentó en una entrevista telefónica que los agricultores puertorriqueños que trabajan con hidroponía y los que cultivan hortalizas son algunos de los más afectados.</p><p>Quienes cultivan frutas como café, cacao y distintos tipos de plátanos, han visto cómo caen verdes por falta de agua.</p><p>“La cosecha se adelantó”, dijo.</p><p>Quienes crían animales también se han visto afectados porque no han podido alimentar al ganado. En un intento por obtener dinero, pusieron a la venta toros jóvenes a precios de remate, pero nadie compraba debido a la sequía, explicó Pérez.</p><p>Los agricultores han perdido dinero desde mayo; uno de ellos incluso se vio obligado a retomar su trabajo como mecánico para llegar a fin de mes, agregó.</p><p>La gobernadora de Puerto Rico había declarado un estado de emergencia a finales de julio debido a las persistentes condiciones secas y activó a la Guardia Nacional para transportar, distribuir y purificar agua.</p><p>A principios de agosto anunció medidas de racionamiento de agua en ciertos vecindarios de San Juan y otras seis ciudades. Más de 180.000 clientes están sin agua hasta por 48 horas seguidas como parte de una rotación.</p><p>Grandes camiones distribuyen agua en esas zonas, con prioridad para hospitales y residencias de personas mayores.</p><p>Los meteorólogos afirman que la sequía en curso es el resultado de un ciclo natural de calentamiento conocido como El Niño, que también ha afectado a las vecinas Islas Vírgenes de Estados Unidos. El gobierno de Estados Unidos declaró un desastre por sequía a principios de este mes para Santo Tomás, San Juan y Santa Cruz, que están bajo sequía extrema.</p><p>Más allá de las condiciones secas, Puerto Rico también enfrenta una falta de agua atribuida al deterioro de la infraestructura.</p><p>Miles de puertorriqueños ya experimentaban escasez de agua y cambios en la presión de la misma desde hace un año.</p><p>La falta de agua no relacionada con la sequía llevó al alcalde de San Juan, Miguel Romero, a demandar a la Autoridad de Acueductos y Alcantarillados de la isla a finales de mayo, y la gobernadora reconoció que la infraestructura de la agencia ha carecido de inversión y mantenimiento durante décadas.</p><p>Puerto Rico implementó previamente medidas de racionamiento de agua en 2020 y en 2015, cuando unos 400.000 clientes del servicio público recibían agua solo cada tercer día.</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/IR35T2WKQ7DYMFJ4QE6XZUSHLA.jpg?auth=5e33e7c0215c699023946b37e747e939013ee759ac7980cdc19a5deeb1a08d62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El cadáver de un pez en la orilla del agua, en el embalse Carraizo, en medio de una sequía en curso en Trujillo Alto, Puerto Rico, el miércoles 5 de agosto de 2026. (AP Foto/Alejandro Granadillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alejandro Granadillo</media:credit></media:content></item><item><title><![CDATA[Florida City man charged with trying to kill person he loaned $4K to, cops say]]></title><link>https://www.local10.com/news/local/2026/08/26/florida-city-man-charged-with-trying-to-kill-person-he-loaned-4k-to-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/florida-city-man-charged-with-trying-to-kill-person-he-loaned-4k-to-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 34-year-old Florida City man is facing charges after allegedly assaulting a person he loaned money to. ]]></description><pubDate>Wed, 26 Aug 2026 15:42:26 +0000</pubDate><content:encoded><![CDATA[<p>A 34-year-old Florida City man is facing charges after allegedly assaulting a person he loaned money to, according to investigators. </p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-florida-city-de-intentar-matar-a-persona-a-la-que-presto-4000-usd-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-florida-city-de-intentar-matar-a-persona-a-la-que-presto-4000-usd-dice-la-policia/">Leer en español</a></p><p>The incident occurred on Thursday, Aug. 6 outside of Sedano’s Supermarket, located at 950 E. Fourth Ave. in Hialeah. </p><p>According to the Hialeah Police Department, the suspect, Carlos Alvarez, loaned the victim $4,000 several days prior in order for him to purchase a vehicle.</p><p>Then on Aug. 6, police said Alvarez called the victim and asked for them to meet outside the supermarket. </p><p>According to authorities, the two conversed at first, but at one point, the victim began a video call with his girlfriend. During the call, police said Alvarez returned to his car and retrieved a gun, then went back to the victim and struck him in the face with it. </p><p>As the victim tired to get away, Alvarez fired two shots at the victim, according to an arrest report.</p><p>The report states that after the shooting occurred, Alvarez fled the scene and called the victim, who had retreated into the supermarket, telling him not to call the police.</p><p>Authorities said the victim waited a brief time before leaving the supermarket, at which time Alvarez returned and exited his vehicle, approached the victim and began punching him before again fleeing the scene. </p><p>Police said neither Alvarez or the victim were still there when officers arrived. It wasn’t until a week later on Aug. 13 that the victim reported the incident at the Hialeah Police Department’s main station, located at 5555 E. Eighth Ave.</p><p>Investigators obtained surveillance video from the area of the incident that corroborated the victim’s sworn statement, according to an arrest report. </p><p>Police said Alvarez was located at his home on Tuesday by members of HPD’s Major Crimes Unit and taken into custody. </p><p>Jail records show he is now facing charges of attempted second-degree murder with a deadly weapon and aggravated battery with a deadly weapon. </p><p>As of Wednesday morning, Alvarez was being held at the Turner Guilford Knight Correctional Center with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22OJ5ACTYRGC7EGYN6LPHGSULU.jpg?auth=bec912e0e5d73fb3779f46a4f6f0466292e7b2a0d06962ee96a5bb7ab4a6558b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Florida City de intentar matar a persona a la que prestó $4,000 USD, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-florida-city-de-intentar-matar-a-persona-a-la-que-presto-4000-usd-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-hombre-de-florida-city-de-intentar-matar-a-persona-a-la-que-presto-4000-usd-dice-la-policia/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre de 34 años de Florida City enfrenta cargos después de presuntamente agredir a una persona a la que le prestó dinero.]]></description><pubDate>Wed, 26 Aug 2026 16:03:37 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 34 años de Florida City enfrenta cargos después de presuntamente agredir a una persona a la que le prestó dinero, según los investigadores.</p><p>El incidente ocurrió el jueves 6 de agosto afuera del supermercado Sedano’s, ubicado en 950 E. Fourth Ave. en Hialeah.</p><p>Según el Departamento de Policía de Hialeah, el sospechoso, Carlos Alvarez, le prestó $4,000 USD a la víctima varios días antes para que pudiera comprar un vehículo.</p><p>Luego, el 6 de agosto, la policía dijo que Alvarez llamó a la víctima y le pidió que se reunieran afuera del supermercado.</p><p>Según las autoridades, ambos conversaron al principio, pero en un momento dado, la víctima inició una videollamada con su novia. Durante la llamada, la policía dijo que Alvarez regresó a su vehículo y sacó un arma, luego volvió con la víctima y la golpeó en el rostro con ella.</p><p>Mientras la víctima intentaba escapar, Alvarez le disparó dos veces, según un reporte de arresto.</p><p>El reporte señala que después de la balacera, Alvarez huyó de la escena y llamó a la víctima, quien se había refugiado dentro del supermercado, diciéndole que no llamara a la policía.</p><p>Las autoridades dijeron que la víctima esperó brevemente antes de salir del supermercado, momento en el que Alvarez regresó, salió de su vehículo, se acercó a la víctima y comenzó a golpearla con los puños antes de huir nuevamente de la escena.</p><p>La policía dijo que ni Alvarez ni la víctima seguían en el lugar cuando llegaron los oficiales. No fue hasta una semana después, el 13 de agosto, que la víctima reportó el incidente en la estación principal del Departamento de Policía de Hialeah, ubicada en 5555 E. Eighth Ave.</p><p>Los investigadores obtuvieron videos de vigilancia del área donde ocurrió el incidente que corroboraron la declaración jurada de la víctima, según un reporte de arresto.</p><p>La policía dijo que Alvarez fue localizado en su casa el martes por miembros de la Unidad de Delitos Mayores del Departamento de Policía de Hialeah y fue detenido.</p><p>Los registros de la cárcel muestran que ahora enfrenta cargos de intento de asesinato en segundo grado con un arma mortal y agresión agravada con un arma mortal.</p><p>Hasta la mañana del miércoles, Alvarez permanecía detenido en el Centro Correccional Turner Guilford Knight, con la fianza indicada como “por determinar”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/22OJ5ACTYRGC7EGYN6LPHGSULU.jpg?auth=bec912e0e5d73fb3779f46a4f6f0466292e7b2a0d06962ee96a5bb7ab4a6558b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[FDA approves landmark pancreatic cancer drug that's shown to improve survival]]></title><link>https://www.local10.com/business/2026/08/26/fda-approves-landmark-pancreatic-cancer-drug-thats-shown-to-improve-survival/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/fda-approves-landmark-pancreatic-cancer-drug-thats-shown-to-improve-survival/</guid><dc:creator><![CDATA[By MATTHEW PERRONE and LAURAN NEERGAARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Food and Drug Administration on Wednesday approved a groundbreaking new drug for advanced pancreatic cancer, offering U.S. patients a more effective treatment against one of the deadliest types of cancer.]]></description><pubDate>Wed, 26 Aug 2026 21:53:57 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Food and Drug Administration on Wednesday approved a groundbreaking new drug for advanced pancreatic cancer, offering U.S. patients a more effective treatment against one of the deadliest types of cancer.</p><p>FDA officials gave expedited approval to the first-of-a-kind pill, called daraxonrasib, which blocks a mutated protein that fuels tumor growth in more than 90% of pancreatic cancer cases. It's an approach that previously eluded drugmakers for decades.</p><p>The daily pills will be sold by Revolution Medicines under the brand name Rasonque. A one-month supply would cost approximately $39,800, the company announced.</p><p>Patients taking the drug nearly doubled their survival time, with fewer severe side effects, in a study that randomly assigned them to receive the experimental treatment or more chemotherapy. The company-funded study enrolled 500 patients whose metastatic, or spreading, cancer had quit responding to prior treatment.</p><p>Patients getting the new treatment lived for a median of 13.2 months compared with 6.7 months for chemotherapy recipients. Side effects included skin rash, mouth sores, diarrhea and other digestive issues.</p><p>“This is one of the most anticipated approvals I can think of,” said Dr. Andrew Coveler of the Fred Hutch Cancer Center. “This medicine is not a cure but a significant improvement.”</p><p>Pancreatic cancer is among the most deadly forms in large part because it is hard to detect before it starts spreading to other organs. The American Cancer Society estimates about 67,000 new cases will be diagnosed in the United States this year and more than 52,000 people will die from the disease. The five-year overall survival rate is 13%.</p><p>The drug garnered public attention earlier this year when former Sen. Ben Sasse, R-Neb., described on CBS' “60 Minutes” how he has had less pain while taking it. A surge in public interest led the FDA to allow “expanded access,” before the drug’s official approval, for patients who met certain criteria.</p><p>FDA regulators noted on Wednesday that they approved the drug more than six months ahead of their target date.</p><p>"It is our fundamental duty to deliver more cures and meaningful treatments to patients as quickly as possible,” the FDA's acting commissioner, Kyle Diamantas, said in a statement.</p><p>Unlike with other cancers that have benefited from a variety of chemotherapy alternatives, pancreatic cancer has been harder to tackle.</p><p>The new drug targets mutations in the RAS gene family that normally regulates cell growth. What are known as KRAS mutations are especially critical in fueling pancreatic cancer. But a structure that made it hard for drugs to stick to the mutated proteins meant this cancer driver was long considered “undruggable.”</p><p>Doctors who treat pancreatic cancer hope the drug may usher in more new options for other forms of cancer, with scores of experimental drugs in development.</p><p>“I think this has opened doors for many other companies,” said Dr. Pashtoon Kasi of City of Hope Orange County, a California-based cancer center. “Downstream I think there are going to be a lot more trials looking at this approach in other tumor types.”</p><p>Revolution Medicines’ drug uses what’s essentially a molecular glue to bind with multiple KRAS subtypes. The Redwood City, California-based drugmaker is studying its technology for several other forms of cancer, including lung cancer.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FHUOY5CUNEIA2BYEKI5LTHVGWA.jpg?auth=2e81f9beefd124e9fcd74ca02dafa920c59802d41bbc24d49857a3e173abb8d1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Revolution Medicines on Wednesday, Aug. 26, 2026 shows packaging for the new pancreatic cancer drug, daraxonrasib, under the brand name Rasonque. (Revolution Medicines via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/DKXBZ2FQV5M3BNJ2QSBG6NFDZM.jpg?auth=6139bcdc0286328cf49bd54e0243c8b60bce2a6e9c13e02a9d23189cd14db738&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A sign for the U.S. Food and Drug Administration is displayed outside their offices in Silver Spring, Md., Dec. 10, 2020. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content></item><item><title><![CDATA[Miami delivery driver accused of photographing laptop package, then taking it back]]></title><link>https://www.local10.com/news/local/2026/08/26/miami-delivery-driver-accused-of-photographing-laptop-package-then-taking-it-back/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/miami-delivery-driver-accused-of-photographing-laptop-package-then-taking-it-back/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A delivery driver was arrested Tuesday, months after police said surveillance video showed him dropping off a package containing an $849 laptop, taking a photo of the delivery and then carrying the package back to his vehicle.]]></description><pubDate>Wed, 26 Aug 2026 15:37:12 +0000</pubDate><content:encoded><![CDATA[<p>A delivery driver was arrested Tuesday, months after police said surveillance video showed him dropping off a package containing an $849 laptop, taking a photo of the delivery and then carrying the package back to his vehicle.</p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-repartidor-de-miami-de-fotografiar-paquete-con-computadora-portatil-y-luego-llevarselo/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-repartidor-de-miami-de-fotografiar-paquete-con-computadora-portatil-y-luego-llevarselo/">Leer en español</a></p><p>Yunior Orlando Fonseca-Jorge, 31, of Miami, was arrested on a third-degree grand theft charge in connection with the July 25 theft, according to a Miami Police Department arrest report.</p><p>Police said the investigation began July 27, after the victim contacted officers about a laptop that was supposed to have been delivered to her apartment on Brickell Key Drive two days earlier.</p><p>An officer responded to the building and obtained surveillance video from the property.</p><p>According to the arrest report, the footage showed Fonseca-Jorge arriving at the building at approximately 12:45 p.m. on July 25 and placing the package inside the mailroom.</p><p>Investigators said he then took a photograph of the package before picking it back up, returning to his vehicle and driving away with it.</p><p>Investigators determined the delivery had been made through Roadie, a delivery service. Police said Roadie provided information associated with the account used to make the delivery, which helped investigators identify Fonseca-Jorge as the suspect.</p><p>When a detective initially spoke with Fonseca-Jorge, police said he remembered making the delivery but claimed he had left the package in the mailroom.</p><p>After the detective told him surveillance video showed him leaving with the package, Fonseca-Jorge said he “must have lost” it, according to the report.</p><p>Another Miami police officer who had previous experience with Fonseca-Jorge later identified him from the surveillance footage, investigators said.</p><p>During a recorded interview with detectives after being taken into custody Tuesday, Fonseca-Jorge was shown the surveillance footage and identified himself as the person seen in the video, according to the arrest report.</p><p>Police said he also acknowledged remembering the incident and admitted taking the package with him when he left the property.</p><p>Fonseca-Jorge was then transported to the Turner Guilford Knight Correctional Center for processing.</p><p>As of Wednesday morning, Fonseca-Jorge remained at TGK on a $2,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFQIORTRABBIVKXBFUSFLFZRCQ.jpg?auth=22e6bbc95134fa476c491397d338746c95d58c30cc19805c35539c7df1c26174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a repartidor de Miami de fotografiar paquete con computadora portátil y luego llevárselo]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-repartidor-de-miami-de-fotografiar-paquete-con-computadora-portatil-y-luego-llevarselo/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-repartidor-de-miami-de-fotografiar-paquete-con-computadora-portatil-y-luego-llevarselo/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un repartidor fue arrestado el martes, meses después de que la policía dijera que un video de vigilancia lo mostró entregando un paquete que contenía una computadora portátil de $849 USD, tomando una foto de la entrega y luego llevando el paquete de regreso a su vehículo.]]></description><pubDate>Wed, 26 Aug 2026 15:40:34 +0000</pubDate><content:encoded><![CDATA[<p>Un repartidor fue arrestado el martes, meses después de que la policía dijera que un video de vigilancia lo mostró entregando un paquete que contenía una computadora portátil de $849 USD, tomando una foto de la entrega y luego llevando el paquete de regreso a su vehículo.</p><p>Yunior Orlando Fonseca-Jorge, de 31 años, de Miami, fue arrestado por un cargo de hurto mayor en tercer grado en relación con el robo del 25 de julio, según un reporte de arresto del Departamento de Policía de Miami.</p><p>La policía dijo que la investigación comenzó el 27 de julio, después de que la víctima contactara a los oficiales por una computadora portátil que debía haber sido entregada en su apartamento en Brickell Key Drive dos días antes.</p><p>Un oficial acudió al edificio y obtuvo un video de vigilancia de la propiedad.</p><p>Según el reporte de arresto, las imágenes mostraron a Fonseca-Jorge llegando al edificio aproximadamente a las 12:45 p.m. del 25 de julio y colocando el paquete dentro del cuarto de correo.</p><p>Los investigadores dijeron que luego tomó una fotografía del paquete antes de recogerlo nuevamente, regresar a su vehículo y marcharse con él.</p><p>Los investigadores determinaron que la entrega se había realizado a través de Roadie, un servicio de entregas. La policía dijo que Roadie proporcionó información asociada con la cuenta utilizada para realizar la entrega, lo que ayudó a los investigadores a identificar a Fonseca-Jorge como el sospechoso.</p><p>Cuando un detective habló inicialmente con Fonseca-Jorge, la policía dijo que recordó haber realizado la entrega, pero afirmó que había dejado el paquete en el cuarto de correo.</p><p>Después de que el detective le dijera que un video de vigilancia lo mostraba saliendo con el paquete, Fonseca-Jorge dijo que “debió haberlo perdido”, según el reporte.</p><p>Otro oficial de la policía de Miami que había tenido contacto previo con Fonseca-Jorge posteriormente lo identificó en las imágenes de vigilancia, dijeron los investigadores.</p><p>Durante una entrevista grabada con los detectives después de ser detenido el martes, a Fonseca-Jorge le mostraron las imágenes de vigilancia y se identificó como la persona que aparecía en el video, según el reporte de arresto.</p><p>La policía dijo que también reconoció recordar el incidente y admitió haberse llevado el paquete cuando salió de la propiedad.</p><p>Fonseca-Jorge fue trasladado posteriormente al Centro Correccional Turner Guilford Knight para ser procesado.</p><p>Hasta la mañana del miércoles, Fonseca-Jorge permanecía en TGK con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UFQIORTRABBIVKXBFUSFLFZRCQ.jpg?auth=22e6bbc95134fa476c491397d338746c95d58c30cc19805c35539c7df1c26174&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Woman, 18, accused of attacking victim with wooden plank, battering 2 children in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/08/26/woman-18-accused-of-attacking-victim-with-wooden-plank-battering-2-children-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/woman-18-accused-of-attacking-victim-with-wooden-plank-battering-2-children-in-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An 18-year-old Miami-Dade woman was arrested Tuesday after authorities said she struck a victim several times with a wooden plank and battered two children during an altercation at her home. ]]></description><pubDate>Wed, 26 Aug 2026 15:21:31 +0000</pubDate><content:encoded><![CDATA[<p>An 18-year-old Miami-Dade woman was arrested Tuesday after authorities said she struck a victim several times with a wooden plank and battered two children during an altercation at her home. </p><p><a href="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-18-anos-de-atacar-a-victima-con-tabla-de-madera-y-golpear-a-dos-ninos-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-18-anos-de-atacar-a-victima-con-tabla-de-madera-y-golpear-a-dos-ninos-en-miami-dade/">Leer en español</a></p><p>The suspect was identified in an arrest report from the Miami-Dade Sheriff’s Office as Stephanie Patrice Stanley.</p><p>Deputies said the incident happened Aug. 8 at her home near the 28,000 block of Southwest 126th Court in Miami-Dade’s Princeton area. </p><p>The report states that deputies were dispatched to the home at about 8:11 p.m. in reference to a fight involving injuries. </p><p>Depuites said they spoke to the victim who said she had been struck in the back several times with a 2-by-4 wood plank.</p><p>They said the victim was taken to Jackson South Medical Center for treatment. </p><p>The report states that investigators later received several videos showing the incident. According to the report, one video showed Stanley striking the victim in the back with a wooden plank four times.</p><p>Deputies said several other videos showed Stanley battering two children during the altercation. </p><p>After being advised of her Miranda rights, Stanley admitted to striking the victim with a wooden plank and battering the children, according to the report. She told investigators she was unaware that both kids were under the age of 18, deputies said. </p><p>Jail records show Stanley is facing one count of aggravated battery and two counts of child abuse without great bodily harm.</p><p>As of Wednesday morning, she was being held at the Turner Guilford Knight Correctional Center, where her bond was listed as “to be set.”</p><p>Deputies did not release the relationship between the suspect and victims, and the reason for the altercation remains unclear.</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/6PFNK3TUEFA3ZCARSWXQ25I46A.jpg?auth=c960c2b391f7cf13206a165526839c43c5ddff25912b4630cc445eb6c49fae2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a mujer de 18 años de atacar a víctima con tabla de madera y golpear a dos niños en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-18-anos-de-atacar-a-victima-con-tabla-de-madera-y-golpear-a-dos-ninos-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-mujer-de-18-anos-de-atacar-a-victima-con-tabla-de-madera-y-golpear-a-dos-ninos-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una mujer de 18 años de Miami-Dade fue arrestada el martes después de que las autoridades dijeron que golpeó varias veces a una víctima con una tabla de madera y agredió a dos niños durante un altercado en su casa.]]></description><pubDate>Wed, 26 Aug 2026 15:37:33 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 18 años de Miami-Dade fue arrestada el martes después de que las autoridades dijeron que golpeó varias veces a una víctima con una tabla de madera y agredió a dos niños durante un altercado en su casa.</p><p>La sospechosa fue identificada en un reporte de arresto de la Oficina del Sheriff de Miami-Dade como Stephanie Patrice Stanley.</p><p>Los agentes dijeron que el incidente ocurrió el 8 de agosto en su casa cerca de la cuadra 28,000 de Southwest 126th Court, en el área de Princeton de Miami-Dade.</p><p>El reporte señala que los agentes fueron enviados a la casa alrededor de las 8:11 p.m. en referencia a una pelea con personas heridas.</p><p>Los agentes dijeron que hablaron con la víctima, quien afirmó que había sido golpeada varias veces en la espalda con una tabla de madera de 2 por 4.</p><p>Dijeron que la víctima fue trasladada al Jackson South Medical Center para recibir tratamiento.</p><p>El reporte señala que los investigadores posteriormente recibieron varios videos que mostraban el incidente. Según el reporte, uno de los videos mostraba a Stanley golpeando a la víctima cuatro veces en la espalda con una tabla de madera.</p><p>Los agentes dijeron que varios otros videos mostraban a Stanley agrediendo a dos niños durante el altercado.</p><p>Después de ser informada de sus derechos Miranda, Stanley admitió haber golpeado a la víctima con una tabla de madera y haber agredido a los niños, según el reporte. Ella dijo a los investigadores que no sabía que ambos eran menores de 18 años, dijeron los agentes.</p><p>Los registros de la cárcel muestran que Stanley enfrenta un cargo de agresión agravada y dos cargos de abuso infantil sin lesiones corporales graves.</p><p>Hasta la mañana del miércoles, permanecía detenida en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”.</p><p>Los agentes no revelaron la relación entre la sospechosa y las víctimas, y el motivo del altercado continúa sin estar claro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6PFNK3TUEFA3ZCARSWXQ25I46A.jpg?auth=c960c2b391f7cf13206a165526839c43c5ddff25912b4630cc445eb6c49fae2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[US declares drought disaster for parts of Puerto Rico as dry conditions persist]]></title><link>https://www.local10.com/business/2026/08/26/us-declares-drought-disaster-for-parts-of-puerto-rico-as-dry-conditions-persist/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/us-declares-drought-disaster-for-parts-of-puerto-rico-as-dry-conditions-persist/</guid><dc:creator><![CDATA[By DÁNICA COTO, Associated Press]]></dc:creator><description><![CDATA[SAN JUAN, Puerto Rico (AP) — The U.S. government announced a drought disaster on Wednesday for more than two dozen cities and towns in Puerto Rico as water woes deepen across the U.S. Caribbean territory, with no relief in sight.]]></description><pubDate>Wed, 26 Aug 2026 19:42:47 +0000</pubDate><content:encoded><![CDATA[<p>SAN JUAN, Puerto Rico (AP) — The U.S. government announced a drought disaster on Wednesday for more than two dozen cities and towns in Puerto Rico as water woes deepen across the U.S. Caribbean territory, with no relief in sight.</p><p>More than 33% of Puerto Rico is under extreme drought, and another 30% under a severe drought. July was the driest month on record for San Juan in more than 120 years and the second hottest for the island's capital.</p><p>Gov. Jenniffer González said she had formally requested the declaration from the U.S. Department of Agriculture more than two weeks ago.</p><p>“From the very beginning, we made clear the needs of our farmers,” she said.</p><p>The declaration covers 26 of Puerto Rico’s 78 municipalities, including Cabo Rojo, Ponce, Yauco, Aibonito and Lares.</p><p>The disaster declaration allows farmers and agricultural producers in those regions to access emergency loans.</p><p>“This is an important step,” Puerto Rico Agriculture Secretary Irving Rodríguez said. “We urge all producers affected by the drought to document their losses.”</p><p>Naia Seda is among the farmers anxious to apply for financial help. She has a 15-acre (six-hectare) farm on which she cultivates avocados, plantains, lemons, cassava and other crops.</p><p>It hasn’t rained since April. Her farm, which she has cultivated since 2009, is crisscrossed with cracks several feet deep.</p><p>“I’ve never seen something like this on my farm,” she said.</p><p>Seda lamented how her crops are shriveling and fruits are dropping to the ground before they’ve ripened because of the unrelenting heat.</p><p>The irrigation canal that her farm and 300 others in the southwestern municipality of Lajas depend on used to supply water as requested. Seda received that supply three times a week. In June, officials limited the amount to once a week.</p><p>The persistent dry conditions have forced many farmers to halt production as early as May, said Fello Pérez, a Puerto Rico-based technical assistance provider for RAFI, a North Carolina-based nonprofit that serves small- to midscale farmers in the U.S. Southeast, Puerto Rico and the U.S. Virgin Islands.</p><p>Pérez said in a phone interview that Puerto Rican farmers who work in hydroponics and grow vegetables in soil are among the most affected.</p><p>Those who cultivate fruits, including coffee, cacao, plantains, and bananas, have seen them fall green from the tree because of a lack of water.</p><p>“The harvest was ahead of schedule,” he said.</p><p>Those who breed animals are also affected because they haven’t been able to feed livestock. In a bid to make money, they were selling young bulls at rock-bottom prices, but no one was buying them because of the ongoing drought, Pérez said.</p><p>Farmers have been losing money since May. One was forced to resume work as a mechanic to make ends meet, he said.</p><p>Puerto Rico’s governor had declared a state of emergency in late July because of the persistent dry conditions and activated the National Guard to transport, distribute, and purify water.</p><p>In early August, she announced water rationing measures in certain neighborhoods of San Juan and six other cities. More than 180,000 customers are without water for 48 hours at a time as part of a rotating schedule.</p><p>Large trucks are distributing water in those areas, with priority given to hospitals and residences for older people.</p><p>Meteorologists say the ongoing drought is the result of a natural warming cycle known as El Niño, which has also affected the neighboring U.S. Virgin Islands. The U.S. government declared a drought disaster earlier this month for St. Thomas, St. John and St. Croix, which are under an extreme drought.</p><p>Dry conditions aside, Puerto Rico is also struggling with a lack of water blamed on crumbling infrastructure.</p><p>Thousands of Puerto Ricans were already experiencing water shortages and changes in pressure for up to a year.</p><p>The lack of water unrelated to the drought prompted San Juan Mayor Miguel Romero to sue the island’s Water and Sewer Authority in late May, with the governor acknowledging the agency’s infrastructure has lacked investment and maintenance for decades.</p><p>Puerto Rico previously implemented water rationing measures in 2020 and in 2015, when about 400,000 utility customers received water only every third day.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/H6BMDDTNDUWHRZ5OVFJ5OCXWRY.jpg?auth=d5c42636330f59e9be0a1c9ecf507276a40d849bdc991aae7f5a75f60784eb7d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A fish carcass lies on the receded shoreline of the Carraizo reservoir amid an ongoing drought in Trujillo Alto, Puerto Rico, Wednesday, Aug. 5, 2026. (AP Photo/Alejandro Granadillo)]]></media:description><media:credit role="author" scheme="urn:ebu">Alejandro Granadillo</media:credit></media:content></item><item><title><![CDATA[Rupert Grint will become Ron Weasley again — this time, on Broadway]]></title><link>https://www.local10.com/entertainment/2026/08/26/rupert-grint-will-become-ron-weasley-again-this-time-on-broadway/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/26/rupert-grint-will-become-ron-weasley-again-this-time-on-broadway/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Rupert Grint — the original Ron Weasley from the “Harry Potter” movies — will slip into his old role on Broadway next year in “Harry Potter and the Cursed Child.”]]></description><pubDate>Wed, 26 Aug 2026 15:22:41 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Rupert Grint — the original Ron Weasley from the “Harry Potter” movies — will slip into his old role on Broadway next year in “Harry Potter and the Cursed Child.”</p><p>Grint, who starred in all eight “ Harry Potter ” movies from 2001 to 2011, will join the play at the Lyric Theatre from Feb. 2 to May 30, 2027.</p><p>“Ron Weasley has been a part of me since I was 11 years old and I can’t wait to meet him again in this stage of life,” Grint said in a statement. “There is something so full-circle and so special about stepping back into Ron’s shoes now when we are both fathers; it is somehow both very familiar and completely new.”</p><p>It will mark the second time a member of the “Harry Potter” film cast has joined the stage production. This year, Tom Felton reprised his role of Draco Malfoy, seeing box office receipts jump.</p><p>The play picks up 19 years after the end of the final novel, “Harry Potter and the Deathly Hallows.” An adult Potter is married to Ginny Weasley, sister of his best friend, Ron, who married brainy Hermione. Both couples have children and all are in danger again. Ron runs his own joke shop, Weasley’s Wizard Wheezes.</p><p>“His return creates a powerful bridge between the story audiences first fell in love with and the story of family, legacy and the passage of time that ‘Harry Potter and the Cursed Child’ carries forward,” producers Sonia Friedman and Colin Callender said in a statement.</p><p>Grint made his Broadway debut in the original production of “It’s Only a Play,” opposite Matthew Broderick and Nathan Lane. He made his West End debut in Jez Butterworth’s play “Mojo,” starring opposite Ben Whishaw.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LYOFAISMRVTAXWFKPIJWDBTACQ.jpg?auth=f05316620c6f3b3c73ff8e5029a20429024fb6bbd580177994e9e5bff5e20f2a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rupert Grint appears at a screening of the film "Knock at the Cabin" in London on Jan. 25, 2023. (Photo by Vianney Le Caer/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vianney Le Caer</media:credit></media:content></item><item><title><![CDATA[Man convicted in murder-for-hire killing of Microsoft manager on Florida road]]></title><link>https://www.local10.com/news/florida/2026/08/26/man-convicted-in-murder-for-hire-killing-of-microsoft-manager-on-florida-road/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/26/man-convicted-in-murder-for-hire-killing-of-microsoft-manager-on-florida-road/</guid><dc:creator><![CDATA[By ED WHITE, Associated Press]]></dc:creator><description><![CDATA[A man accused of arranging the fatal shooting of a Microsoft design manager on a Florida road was convicted Wednesday in a murder-for-hire scheme that followed years of a stormy child custody arrangement between the victim and his wealthy ex-wife.]]></description><pubDate>Wed, 26 Aug 2026 20:00:19 +0000</pubDate><content:encoded><![CDATA[<p>A man accused of arranging the fatal shooting of a Microsoft design manager on a Florida road was convicted Wednesday in a murder-for-hire scheme that followed years of a stormy child custody arrangement between the victim and his wealthy ex-wife.</p><p>Jared Bridegan was shot in 2022 after he got out of his SUV to remove a tire from a road in Jacksonville Beach. The attack stumped police for months as they struggled to understand why someone with no apparent enemies would be killed while his daughter sat nearby in her car seat.</p><p>Prosecutors believe he was killed because of ongoing strife with his former wife, Shanna Gardner, over the parenting of their twins.</p><p>Mario Fernandez Saldana, 38, was convicted of first-degree murder and solicitation of murder and faces an automatic sentence of life in prison. He’s married to Gardner, 39, whose trial is set to start in September.</p><p>“They wanted a majority of the decision making. They wanted more custody, even 60-40," Assistant State Attorney Christina Stifler said during closing arguments Tuesday in Duval County court.</p><p>“It doesn’t matter if they were completely right about the situation or completely wrong. What matters is how they fixed it,” Stifler said. “They fixed it by executing a man when they had other alternatives available to them. That’s why we’re here.”</p><p>Prosecutors said Fernandez Saldana hired Henry Tenon to carry out the fatal ambush. He had no personal connection to Bridegan, but was a former tenant at Fernandez Saldana’s rental property in Jacksonville. The prosecutor described him as “basically homeless, squatting on people’s couches with overdrawn bank accounts.”</p><p>Jurors saw three checks totaling $10,000 written to Tenon after the homicide, marked as payments by Fernandez Saldana for handyman work and a business idea — “good luck!!”</p><p>Tenon’s DNA was identified on the rim of the tire that was intentionally placed in the road, police said.</p><p>He initially pleaded guilty and agreed to testify against Fernandez Saldana but backed out and will stand trial in 2027.</p><p>Defense attorney Jesse Dreicer told jurors that Fernandez Saldana had no motive to have Bridegan killed. Fernandez Saldana and Gardner are estranged, and Gardner moved to Washington state after the killing. She was arrested in 2023.</p><p>“He certainly gained no benefit from the death of Jared Bridegan,” Dreicer said, noting there was no testimony that Fernandez Saldana told anyone that Bridegan “deserves to die.”</p><p>Gardner is the daughter of the co-founder of Stampin’ Up!, an arts-and-crafts company based in Utah.</p><p>Bridegan was shot twice when he stopped his Volkswagen Atlas to move the tire out of the way. He had just returned two children to Gardner's home after a meal with the twins. At the time of his death, he was married to Kirsten Bridegan and they had two children.</p><p>Kirsten Bridegan told the jury that the post-divorce relationship between her husband and Gardner was “pretty terrible,” adding there was “absolutely no trust.” She said it interfered with the kids' medical appointments and even routine meetings at school.</p><p>Bridegan was chief technology officer at Utah-based Clean Simple Eats before working at Microsoft for less than a year before his death, his wife said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7KDAVCM3K4KSVH4RT4SAEYEGBY.jpg?auth=e906dcd94cfbdc6054b30f5e9ceaa99a29eb1b4899631642bd6f1b2122a78b9f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense Attorney Jesse Dreicer gaves the closing arguments for the defense in the the Mario Fernandez Saldana trial Tuesday, Aug. 25, 2026 at the Duval Count Courthouse in Jacksonville, Fla. [Doug Engle/The Florida Times-Union via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Engle</media:credit></media:content></item><item><title><![CDATA[Judge removes one hurdle for Trump mail voting order as states file new challenge before midterms]]></title><link>https://www.local10.com/news/politics/2026/08/26/judge-removes-one-hurdle-for-trump-mail-voting-order-as-states-file-new-challenge-before-midterms/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/judge-removes-one-hurdle-for-trump-mail-voting-order-as-states-file-new-challenge-before-midterms/</guid><dc:creator><![CDATA[By NICHOLAS RICCARDI and LINDSAY WHITEHURST, Associated Press]]></dc:creator><description><![CDATA[A federal judge on Wednesday lifted a major obstacle to President Donald Trump’s executive order limiting mail voting, even as Democratic state officials filed a new court challenge with the midterm elections fast approaching.]]></description><pubDate>Wed, 26 Aug 2026 18:51:33 +0000</pubDate><content:encoded><![CDATA[<p>A federal judge on Wednesday lifted a major obstacle to President Donald Trump’s executive order limiting mail voting, even as Democratic state officials filed a new court challenge with the midterm elections fast approaching.</p><p>The fresh round of legal wrangling comes just two days after the Supreme Court handed down a procedural ruling in Trump's favor, and could mean the issue lands before the high court again before the pivotal contests for control of Congress. The first mailed ballots are set to be sent out next week.</p><p>U.S. District Judge Indira Talwani in Boston agreed to lift an order prohibiting the U.S. Postal Service from carrying out Trump’s order for November’s elections. She wrote that she was “compelled” to do so after the Supreme Court’s conservative majority ruled that a similar injunction she granted in a separate case was premature.</p><p>Talwani nevertheless said the executive order could unleash “chaos” and referred to it as “likely unconstitutional.”</p><p>The administration can now move forward and implement a Postal Service rule published late Friday. It would require states to follow a uniform envelope style for mail ballots and to give the Postal Service a list of voters eligible to receive them.</p><p>A new chapter in high-stakes litigation</p><p>The new lawsuit, filed by about two dozen Democratically controlled states against the U.S. Postal Service, marked a new phase in the high-stakes litigation.</p><p>It came after the Supreme Court ruled against them in a separate case, but did not say Trump’s order was legal.</p><p>The high court majority found the initial Democratic lawsuit was premature, but that was before the Republican administration issued a rule governing Postal Service delivery of mail ballots.</p><p>Election officials warn it will be impossible to implement before the first wave of mail ballots are sent out next week.</p><p>“Across the country, states are already deep into preparations for the 2026 elections. Now, at the last moment, the federal government is attempting to meddle in those preparations and potentially threaten countless Americans’ right to vote,” New York Attorney General Letitia James, one of 25 Democratic attorneys general filing the lawsuit, said in a statement. “USPS has no authority to decide who can and cannot vote by mail.”</p><p>The Trump administration plan faces a third lawsuit originally filed in May in the nation's capital, though courts there have so far declined to block it.</p><p>All previous challenges were filed before the administration published its mail ballot rule Friday night.</p><p>White House spokesperson Lauren Bis on Wednesday said the Postal Service’s proposals were “commonsense measures that protect the security of mail-in ballots” and that the administration would continue to work to implement them to boost “the safety and security of our elections.”</p><p>The Postal Service said it would not comment because of the pending lawsuit.</p><p>National Democrats on Tuesday cited the rule in asking the federal judge in the Washington case to block Trump’s order after he declined to do so last spring, saying the administration at the time had not taken concrete action.</p><p>In Boston, Talwani also found that the administration had violated a separate injunction she had placed on the Postal Service in drafting the new rule, although she did not take any action against the government. The League of Women Voters originally filed that lawsuit, and on Wednesday they also asked for a new court order blocking the mail voting plan.</p><p>Voting by mail has long been on Trump's radar</p><p>Trump has long targeted mail voting, which he falsely blames for his 2020 election loss and is disproportionately used by Democrats as a result of Trump’s condemnations. Since returning to power, Trump has tried to claim authority over election rules, saying he thinks Republicans should “take over” vote counting in Democratic areas.</p><p>He issued his first election executive order just months after retaking office, attempting to require documentary proof of citizenship to vote, among other changes. He has also been pushing a sweeping election bill that has stalled in the Senate amid opposition from Democrats and even some within his own party.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IQL2OBWGPYZX5JLJQ5BEVLFNHQ.jpg?auth=e5cd19de0b8605d16c28d8f49ea06d384ac9ea01ba51b9decda4a5c51721058d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A worker sorts ballots at the L.A. County Ballot Processing Center during the California primary election, June 2, 2026, in City of Industry, Calif. (AP Photo/William Liang, File)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXXGSCYKUANEF2UJPSUNFMJX44.jpg?auth=7c2e55b8843ad49ef45c5857b50fb3b06c6eb097fe393a1a93d4fb2da2ac7e1f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Delivery vans bearing the logo sit during a protest staged as part of a countrywide National Day of Action Tuesday, July 28, 2026, outside the main United States Postal Service headquarters in northeast Denver. (AP Photo/David Zalubowski)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SG6VQ4RHHNY74J42O7BB5DKIVI.jpg?auth=7e83f4ffd231ca09eb39a509e00ce1b4fefdd218287dff4552e9c48c4af60584&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 during a back to school event in the Rose Garden of the White House, Monday, Aug. 24, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJW4W7S5MUG6CW7NVT4S4K4YTI.jpg?auth=97a1642aff3f97db7d350fcb3889d0f83101ea241f79fae38bd15cf543f122a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An election worker sorts vote-by-mail ballots at the Miami-Dade County Supervisor of Elections Office for the Florida primary election in Doral, Fla., Tuesday, Aug. 18, 2026. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Acusan a ex gerente de robar $33,000 USD de Flanigan’s]]></title><link>https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/acusan-a-ex-gerente-de-robar-33000-usd-de-flanigans/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre que anteriormente trabajaba como gerente en un Flanagan’s Seafood Bar and Grill en Hallandale Beach está acusado de robar más de $33,000 USD en ingresos del restaurante a principios de este año, según la policía.]]></description><pubDate>Wed, 26 Aug 2026 14:58:07 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que anteriormente trabajaba como gerente en un Flanigan’s Seafood Bar and Grill en Hallandale Beach está acusado de robar más de $33,000 USD del restaurante a principios de este año.</p><p>Los registros de la cárcel muestran que Orlando Armin Villasmil Noriega, de 37 años, fue arrestado el martes por el Departamento de Policía de Hallandale Beach.</p><p>La policía dijo que Noriega trabajaba como gerente en la ubicación de la cadena del sur de Florida en 4 N. Federal Highway.</p><p>Según un reporte de arresto, era responsable de depositar los ingresos en efectivo del día anterior en un Bank of America cercano cuando abría el negocio cada mañana.</p><p>La policía dijo que Noriega abrió el restaurante el 18 de abril y retiró depósitos que contenían casi $9,000 USD en ingresos de los dos días anteriores. Un video de vigilancia lo mostró saliendo del negocio con el dinero, según el reporte.</p><p>Los depósitos nunca fueron recibidos en la cuenta de Bank of America del negocio, y el banco no encontró ningún registro de que Noriega intentara realizar los depósitos, dijo la policía.</p><p>Dijeron que Noriega fue captado nuevamente en un video de vigilancia el 19 de abril retirando una bolsa de depósito que contenía poco más de $5,000 USD. La policía dijo que no fue visto realizando un depósito en el banco.</p><p>Del 23 al 26 de abril, Noriega trabajó como gerente de cierre y era responsable de preparar los depósitos y colocarlos en la caja fuerte del negocio para el gerente que abriera al día siguiente, según los investigadores.</p><p>Los depósitos de esos días, que sumaban más de $19,000 USD, nunca fueron depositados, dijo la policía.</p><p>Cuando la policía preguntó qué había sucedido con el dinero, un testigo dijo a los investigadores que Noriega afirmó que los depósitos se habían realizado por la noche, señala el reporte.</p><p>La policía dijo que los depósitos nocturnos no estaban autorizados en esa ubicación de Bank of America y que los investigadores no pudieron localizar videos de vigilancia que mostraran a Noriega realizando los depósitos.</p><p>Dijeron que Noriega tenía previsto trabajar el 27 de abril, pero llamó para reportarse enfermo y le dijo al negocio que estaba “terminando su empleo” con Flanigan’s. Según reportes, dijo que se mudaría a Carolina del Norte en mayo.</p><p>Según la policía, Noriega privó al negocio de $33,091.06 USD. El negocio ahora solicita encarcelamiento y restitución.</p><p>Los registros muestran que Noriega enfrenta un cargo de hurto mayor de más de $20,000 USD, pero menos de $100,000 USD.</p><p>Hasta la mañana del miércoles, ya no figuraba como recluso en los registros de la cárcel del condado Broward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JJS3CF2NRJGVDPU4NR7RGJLTR4.jpg?auth=8e5fbf7eef910788028157a3ad03e933c7eb1a5d75fdd10994275bc79f8747e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Models turn cold on development odds for invest 96L this week]]></title><link>https://www.local10.com/weather/hurricane/2026/08/26/models-turn-cold-on-development-odds-for-invest-96l-this-week/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/26/models-turn-cold-on-development-odds-for-invest-96l-this-week/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Invest 96L – a strong tropical wave plodding westward through the eastern Atlantic – has changed little in organization since Tuesday as model support for development this week continues to wane.]]></description><pubDate>Wed, 26 Aug 2026 14:16:47 +0000</pubDate><content:encoded><![CDATA[<p>Invest 96L – a strong tropical wave plodding westward through the eastern Atlantic – has changed little in organization since Tuesday as model support for development this week continues to wane.</p><p><a href="https://www.local10.com/espanol/2026/08/26/modelos-reducen-probabilidades-de-desarrollo-de-invest-96l-esta-semana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/modelos-reducen-probabilidades-de-desarrollo-de-invest-96l-esta-semana/">Leer en español</a></p><p>The modeling suites that were originally gung-ho on 96L’s development this week – notably the legacy physics-based Euro and American GFS models, the latter of which catapulted 96L into a hurricane in its forecast yesterday – have backed off considerably in recent cycles, showing 96L struggling throughout its journey this week across the deep tropical belt between Africa and the Caribbean.</p><p>As a result, the National Hurricane Center nudged down its development odds for 96L from high to medium early Wednesday.</p><p>That said, 96L for now remains a healthy disturbance and it wouldn’t take much additional organization for it to clear the hurdles to become a tropical depression or named storm today or tomorrow before environmental conditions become less conducive into the weekend.</p><p>The next name on the list is Dolly.</p><p><b>Google DeepMind first on and first off</b></p><p>Google’s DeepMind machine-learning based ensemble system – which had a banner, breakthrough year in 2025, becoming the new gold-standard hurricane forecast system – has been consistently first to sniff out new systems but also been consistently first to drop development odds when the picture turns less conducive.</p><p>This bellwether behavior has been true for 96L as well. When most other modeling camps insisted on the possibility of significant development this week, DeepMind balked, yesterday showing next to no chance of formation this week.</p><p>Overall development odds for 96L from DeepMind have fallen from 60% a few days ago to 40% yesterday to around 20% today. The now low odds don’t come until the disturbance is over the southwestern Atlantic and near the Bahamas in about a week, a scenario the model has been promoting for several days.</p><figure><img src="https://www.local10.com/resizer/v2/5GYWYZV2QJGUXCMCNLMKRTT2OQ.png?auth=9914d645d62493844b0f5024b0e205777fbf62d91195505f00ad46715d41dd10&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to withing about 75 miles of a given location along with genesis points (warmer colors = genesis further out in time) from Google’s DeepMind machine learning-based 1,000-member ensemble system. The forecast system shows no development this week and only low odds of development with the disturbance as it nears the Bahamas for the middle part of next week. Development odds from DeepMind have largely trended down in recent days." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to withing about 75 miles of a given location along with genesis points (warmer colors = genesis further out in time) from Google’s DeepMind machine learning-based 1,000-member ensemble system. The forecast system shows no development this week and only low odds of development with the disturbance as it nears the Bahamas for the middle part of next week. Development odds from DeepMind have largely trended down in recent days.</figcaption></figure><p>The odds are low and the trend is lower today than yesterday for this late-blooming scenario, but it’s one we’ll watch given the disturbance’s proximity to Florida and the U.S. next week.</p><figure><img src="https://www.local10.com/resizer/v2/AOJCPMR73ZBV7BTW42VW55DWPI.png?auth=6f7410bbccfef1a90c2258c6f3852bcb744a1cbb09d151a4fcda41feeaa70213&smart=true&width=1200&height=900" alt="Major hurricane forecast model tracks for Invest 96L as of Wednesday morning. With models turning weaker, the overall trend in forecast tracks has been westward, similar to the earlier Google DeepMind runs. Credit: weathermodels.com" height="900" width="1200"/><figcaption>Major hurricane forecast model tracks for Invest 96L as of Wednesday morning. With models turning weaker, the overall trend in forecast tracks has been westward, similar to the earlier Google DeepMind runs. Credit: weathermodels.com</figcaption></figure><p>This is beyond El Niño’s shear-induced moat over the central Atlantic and in a region where waters are at record or near-record warmth for the time of year so it’s worth following the trends.</p><figure><img src="https://www.local10.com/resizer/v2/7WWHAHEX55GANAKXOES7W4OPTY.png?auth=c4fd7f913f721c997a68b7c940a13d848b9c5dbd90b3f6e3c4392d8dda499362&smart=true&width=1200&height=900" alt="Record or near-record warm (hatched areas) water temperatures for the time of year showing unusually warm waters over the Gulf and east of Florida across the subtropical Atlantic. Credit: cyclonicwx.com" height="900" width="1200"/><figcaption>Record or near-record warm (hatched areas) water temperatures for the time of year showing unusually warm waters over the Gulf and east of Florida across the subtropical Atlantic. Credit: cyclonicwx.com</figcaption></figure><p>The odds remain low and they’ve trended a little lower since yesterday so it’s nothing for us to worry about at this point.</p><p><b>Will 96L break through or fumble this week?</b></p><p>We’ll have to give this one some time and see how it plays out this week. As we discussed in yesterday’s newsletter, the harder it falls this week, the better, as a weaker system will have less time to recover on the other side of the shear zone next week.</p><figure><img src="https://www.local10.com/resizer/v2/RO5XZZAQJZBIJCRPS3PG7PQVFU.png?auth=f965bbd4f5bdd84b897deb48750fdc5d2f0874f8a62beadc116d1448ecc1f88f&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors = stronger than average shear, cooler colors = lower than average shear) for this Saturday, August 29th. Invest 96L or what forms from it will cross into the high shear zone Friday into the weekend, which should put the lid on development or any strengthening until it reaches the southwestern Atlantic around the middle of next week. Credit: TropicalTidbits.com" height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors = stronger than average shear, cooler colors = lower than average shear) for this Saturday, August 29th. Invest 96L or what forms from it will cross into the high shear zone Friday into the weekend, which should put the lid on development or any strengthening until it reaches the southwestern Atlantic around the middle of next week. Credit: TropicalTidbits.com</figcaption></figure><p>Intensity models generally limit any organized development to tropical depression or low- mid-tier tropical storm strength the next few days. But again, it’s left to be seen if 96L will even cross these entry-level development thresholds before it hits a sizeable roadblock this weekend.</p><p>Interests in the eastern Caribbean islands should continue to monitor the forecast this week but right now 96L or what comes of it does not pose a significant threat.</p><p><b>95L no more</b></p><p>The development window for the disturbance in the middle North Atlantic previously designated Invest 95L quickly closed Tuesday and the remnant low-pressure area is being ushered out to sea by strong jet stream winds today.</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/32XI2EO74ZF23P5UT5RW3O4PVQ.PNG?auth=7b42f52561803e5bd0191fdd5eee5082ab7837013c5ca65828c20cdd78f3c062&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Modelos reducen probabilidades de desarrollo de Invest 96L esta semana]]></title><link>https://www.local10.com/espanol/2026/08/26/modelos-reducen-probabilidades-de-desarrollo-de-invest-96l-esta-semana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/modelos-reducen-probabilidades-de-desarrollo-de-invest-96l-esta-semana/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Invest 96L, una fuerte onda tropical que avanza lentamente hacia el oeste por el Atlántico oriental, ha mostrado pocos cambios en su organización desde el martes, mientras el respaldo de los modelos para su desarrollo esta semana continúa disminuyendo.]]></description><pubDate>Wed, 26 Aug 2026 14:55:21 +0000</pubDate><content:encoded><![CDATA[<p>Invest 96L, una fuerte onda tropical que avanza lentamente hacia el oeste por el Atlántico oriental, ha mostrado pocos cambios en su organización desde el martes, mientras el respaldo de los modelos para su desarrollo esta semana continúa disminuyendo.</p><p>Los conjuntos de modelos que originalmente apostaban con fuerza por el desarrollo de 96L esta semana, en particular los modelos tradicionales basados en la física, el europeo y el GFS estadounidense, este último llevó a 96L a convertirse en huracán en su pronóstico de ayer, han reducido considerablemente sus expectativas en ciclos recientes, mostrando a 96L enfrentando dificultades durante su recorrido esta semana por el cinturón tropical profundo entre África y el Caribe.</p><p>Como resultado, el Centro Nacional de Huracanes redujo ligeramente las probabilidades de desarrollo de 96L de altas a moderadas la madrugada del miércoles.</p><p>Dicho esto, 96L sigue siendo por ahora una perturbación saludable y no necesitaría mucha organización adicional para superar los obstáculos y convertirse en una depresión tropical o tormenta con nombre hoy o mañana, antes de que las condiciones ambientales se vuelvan menos favorables hacia el fin de semana.</p><p>El próximo nombre en la lista es Dolly.</p><p><b>Google DeepMind, primero en detectar y primero en descartar</b></p><p>El sistema de conjunto basado en aprendizaje automático DeepMind de Google, que tuvo un año sobresaliente y decisivo en 2025, convirtiéndose en el nuevo sistema de referencia para pronósticos de huracanes, ha sido consistentemente el primero en detectar nuevos sistemas, pero también el primero en reducir las probabilidades de desarrollo cuando el panorama se vuelve menos favorable.</p><p>Este comportamiento como indicador también se ha cumplido con 96L. Cuando la mayoría de los otros grupos de modelos insistían en la posibilidad de un desarrollo significativo esta semana, DeepMind se mostró contrario y ayer indicó una probabilidad prácticamente nula de formación esta semana.</p><p>Las probabilidades generales de desarrollo de 96L según DeepMind han disminuido de 60% hace unos días a 40% ayer y alrededor de 20% hoy. Las probabilidades, ahora bajas, no aparecen hasta que la perturbación se encuentre sobre el Atlántico suroccidental y cerca de las Bahamas dentro de aproximadamente una semana, un escenario que el modelo ha estado proyectando durante varios días.</p><figure><img src="https://www.local10.com/resizer/v2/5GYWYZV2QJGUXCMCNLMKRTT2OQ.png?auth=9914d645d62493844b0f5024b0e205777fbf62d91195505f00ad46715d41dd10&smart=true&width=1200&height=900" alt="Probability of the center of a tropical cyclone developing from 96L passing to withing about 75 miles of a given location along with genesis points (warmer colors = genesis further out in time) from Google’s DeepMind machine learning-based 1,000-member ensemble system. The forecast system shows no development this week and only low odds of development with the disturbance as it nears the Bahamas for the middle part of next week. Development odds from DeepMind have largely trended down in recent days." height="900" width="1200"/><figcaption>Probability of the center of a tropical cyclone developing from 96L passing to withing about 75 miles of a given location along with genesis points (warmer colors = genesis further out in time) from Google’s DeepMind machine learning-based 1,000-member ensemble system. The forecast system shows no development this week and only low odds of development with the disturbance as it nears the Bahamas for the middle part of next week. Development odds from DeepMind have largely trended down in recent days.</figcaption></figure><p>Las probabilidades son bajas y la tendencia es menor hoy que ayer para este escenario de desarrollo tardío, pero es uno que vigilaremos dada la proximidad de la perturbación a Florida y Estados Unidos la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/AOJCPMR73ZBV7BTW42VW55DWPI.png?auth=6f7410bbccfef1a90c2258c6f3852bcb744a1cbb09d151a4fcda41feeaa70213&smart=true&width=1200&height=900" alt="Major hurricane forecast model tracks for Invest 96L as of Wednesday morning. With models turning weaker, the overall trend in forecast tracks has been westward, similar to the earlier Google DeepMind runs. Credit: weathermodels.com" height="900" width="1200"/><figcaption>Major hurricane forecast model tracks for Invest 96L as of Wednesday morning. With models turning weaker, the overall trend in forecast tracks has been westward, similar to the earlier Google DeepMind runs. Credit: weathermodels.com</figcaption></figure><p>Esto se encuentra más allá de la barrera de cizalladura inducida por El Niño sobre el Atlántico central y en una región donde las aguas registran temperaturas récord o cercanas a niveles récord para esta época del año, por lo que vale la pena seguir las tendencias.</p><figure><img src="https://www.local10.com/resizer/v2/7WWHAHEX55GANAKXOES7W4OPTY.png?auth=c4fd7f913f721c997a68b7c940a13d848b9c5dbd90b3f6e3c4392d8dda499362&smart=true&width=1200&height=900" alt="Record or near-record warm (hatched areas) water temperatures for the time of year showing unusually warm waters over the Gulf and east of Florida across the subtropical Atlantic. Credit: cyclonicwx.com" height="900" width="1200"/><figcaption>Record or near-record warm (hatched areas) water temperatures for the time of year showing unusually warm waters over the Gulf and east of Florida across the subtropical Atlantic. Credit: cyclonicwx.com</figcaption></figure><p>Las probabilidades siguen siendo bajas y han disminuido un poco desde ayer, por lo que no es algo de lo que debamos preocuparnos en este momento.</p><p><b>¿Logrará 96L desarrollarse o fracasará esta semana?</b></p><p>Tendremos que darle algo de tiempo y ver cómo evoluciona esta semana. Como comentamos en el boletín de ayer, cuanto más se debilite esta semana, mejor, ya que un sistema más débil tendrá menos tiempo para recuperarse al otro lado de la zona de cizalladura la próxima semana.</p><figure><img src="https://www.local10.com/resizer/v2/RO5XZZAQJZBIJCRPS3PG7PQVFU.png?auth=f965bbd4f5bdd84b897deb48750fdc5d2f0874f8a62beadc116d1448ecc1f88f&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (warmer colors = stronger than average shear, cooler colors = lower than average shear) for this Saturday, August 29th. Invest 96L or what forms from it will cross into the high shear zone Friday into the weekend, which should put the lid on development or any strengthening until it reaches the southwestern Atlantic around the middle of next week. Credit: TropicalTidbits.com" height="900" width="1200"/><figcaption>Forecast wind shear departure from average (warmer colors = stronger than average shear, cooler colors = lower than average shear) for this Saturday, August 29th. Invest 96L or what forms from it will cross into the high shear zone Friday into the weekend, which should put the lid on development or any strengthening until it reaches the southwestern Atlantic around the middle of next week. Credit: TropicalTidbits.com</figcaption></figure><p>Los modelos de intensidad generalmente limitan cualquier desarrollo organizado a una depresión tropical o una tormenta tropical de intensidad baja a moderada durante los próximos días. Pero, nuevamente, queda por ver si 96L siquiera superará estos umbrales iniciales de desarrollo antes de encontrarse con un obstáculo considerable este fin de semana.</p><p>Quienes tengan intereses en las islas del Caribe oriental deben continuar monitoreando el pronóstico esta semana, pero por ahora 96L, o lo que llegue a desarrollarse de este sistema, no representa una amenaza significativa.</p><p><b>95L ya no existe</b></p><p>La ventana de desarrollo para la perturbación en medio del Atlántico Norte, anteriormente designada como Invest 95L, se cerró rápidamente el martes y el área remanente de baja presión está siendo arrastrada mar adentro hoy por fuertes vientos de la corriente en chorro.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32XI2EO74ZF23P5UT5RW3O4PVQ.PNG?auth=7b42f52561803e5bd0191fdd5eee5082ab7837013c5ca65828c20cdd78f3c062&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[A Thai woman suspected in Myanmar death of US diplomat gets 1-year prison term on immigration charge]]></title><link>https://www.local10.com/news/politics/2026/08/26/a-thai-woman-suspected-in-myanmar-death-of-us-diplomat-gets-1-year-prison-term-on-immigration-charge/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/26/a-thai-woman-suspected-in-myanmar-death-of-us-diplomat-gets-1-year-prison-term-on-immigration-charge/</guid><dc:creator><![CDATA[By GRANT PECK, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — A Thai woman accused of killing her ex-husband, a U.S. diplomat, has been sentenced to one year in prison for violating Myanmar's immigration laws, but she still might go to trial for murder, a lawyer familiar with her case said Wednesday.]]></description><pubDate>Wed, 26 Aug 2026 17:03:37 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — A Thai woman accused of killing her ex-husband, a U.S. diplomat, has been sentenced to one year in prison for violating Myanmar's immigration laws, but she still might go to trial for murder, a lawyer familiar with her case said Wednesday.</p><p>The court in Yangon’s Kamayut township on Tuesday found Pavinee Supasirivisan guilty under a provision applying to any foreign national who commits a crime in the country, according to the lawyer.</p><p>The charge carries a sentence ranging from six months to five years, the lawyer said on condition of anonymity to avoid possible repercussions from Myanmar’s military-backed government, which exercises tight control over information. Pavinee is being held at Insein Prison.</p><p>Neither U.S. nor Myanmar officials have publicly named the dead man, but the New York Post and other Western media have identified him as 43-year-old Daniel Paul Riva, who served as a U.S. State Department assistant regional security officer. An online obituary for someone of that name has details including the same day of death as the victim and recollections of him having worked in several U.S. diplomatic missions.</p><p>The U.S. State Department had confirmed the death of a U.S. government employee, but refused to provide further information, including the victim's name, citing privacy reasons.</p><p>Pavinee was arrested after the diplomat was found dead with stab wounds to the head and neck on May 11 at the Sakura Residence & Hotel, a facility popular with diplomats, business people, and other international visitors that is about 1½ kilometers (a mile) from the U.S. Embassy.</p><p>Police have opened a case at the township’s police station under the relevant murder provision, which carries a sentence ranging from 10 years in prison to the death penalty. But it's not clear whether she has been formally charged with murder, or even whether a murder investigation is still ongoing, the lawyer said.</p><p>An official from Kamayut township’s immigration and population department confirmed her sentence for violating immigration law, but wouldn't provide further details. He spoke on condition of anonymity, because he wasn't authorized to speak with the media.</p><p>The military seized power from democratically elected Aung San Suu Kyi in 2021, giving rise to widespread protests that have expanded into a civil war in Myanmar, which is also known as Burma.</p><p>Authorities rarely speak with the media, which is tightly controlled. Police investigating the case, the Thai Embassy in Yangon, and the court that sentenced her all refused to comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQ43YJ5G5WP6MMVS6MXEIQBKWI.jpg?auth=c3ab30f68bd70c90f7fe0a69cfc03414b4e3c153e7040a53cf3b54c0d1303b02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Embassy is seen in Yangon, Myanmar, Feb. 13, 2021. (AP Photo, File)]]></media:description><media:credit role="author" scheme="urn:ebu">TheinZaw</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SOU737IWEIMFXHTY6SR5XGSKRA.jpg?auth=dab7d959158a7adafeacebc94eea66c806d737b4b7d96b4a78066d8d5fa9355a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Sakura Residence is seen in Yangon, Myanmar, June 12, 2026. (AP Photo, File)]]></media:description></media:content></item><item><title><![CDATA[UEFA set to end threat of FIFA events boycott over Infantino's failed World Cup investor plan]]></title><link>https://www.local10.com/sports/2026/08/26/uefa-set-to-end-threat-of-fifa-events-boycott-over-infantinos-failed-world-cup-investor-plan/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/uefa-set-to-end-threat-of-fifa-events-boycott-over-infantinos-failed-world-cup-investor-plan/</guid><dc:creator><![CDATA[By GRAHAM DUNBAR, Associated Press]]></dc:creator><description><![CDATA[MONACO (AP) — European soccer body UEFA is set to formally withdraw its threat to boycott FIFA competitions after receiving assurances Gianni Infantino’s failed World Cup sell-off plan will not be revived.]]></description><pubDate>Wed, 26 Aug 2026 16:50:12 +0000</pubDate><content:encoded><![CDATA[<p>MONACO (AP) — European soccer body UEFA is set to formally withdraw its threat to boycott FIFA competitions after receiving assurances Gianni Infantino’s failed World Cup sell-off plan will not be revived.</p><p>UEFA’s member federations are meeting Thursday in Monaco ahead of the Champions League draw, where they are expected to end the boycott threat, a person familiar with the proposal told The Associated Press on Wednesday.</p><p>The person spoke on condition of anonymity because the agenda of the closed-doors meeting was confidential.</p><p>Ruling out a boycott will clear six European teams to continue preparing for the FIFA Under-20 Women’s World Cup that kicks off Sept. 5 in Poland.</p><p>France and Spain named their squads last week for the 24-nation tournament which risked becoming an unwanted battleground in European soccer’s pushback against Infantino’s private investor plan. England, Italy, Portugal and host Poland also will play. The United States, Brazil and Argentina also are in the lineup.</p><p>FIFA welcomed the update from UEFA in a statement, adding it “strongly believes that football has the power to unite, even in challenging circumstances, and looks forward to welcoming all teams and players to Poland.”</p><p>Infantino infuriated soccer leaders worldwide last month when his plan for a $20 billion subsidiary controlling FIFA commercial rights including the World Cup was revealed by British daily The Times.</p><p>The spinoff was to be 20% owned by investors led by a New York fund created by Joshua Kushner, whose initial money was to pay offers of $20 million to each of FIFA's 211 member federations. They were given a mid-September deadline to accept.</p><p>The FIFA president dropped his proposal within four days amid a furious backlash led by UEFA, including the boycott threat, with support from the Asian Football Confederation and North American soccer body CONCACAF. The furor was fueled by criticism of the plan and of Infantino from senior FIFA officials.</p><p>UEFA then said it wanted assurances the spinoff, to be called FIFA Forward Enterprise, would not be presented in a different form. That assurance was now received, the person told the AP.</p><p>The European soccer body said Aug. 1 it had no confidence in Infantino’s leadership in a clear signal it would try to stop his reelection in March next year.</p><p>The next set of FIFA competition games in Europe after the Under-20s event is qualifying playoffs for the 2027 Women's World Cup scheduled Oct. 9-13. Qualifying games for the next men's World Cup do not start until 2029.</p><p>FIFA election timetable</p><p>FIFA previously set a Nov. 18 deadline for candidates to enter the presidential contest, four months ahead of the vote by 211 member federations in Rabat, Morocco.</p><p>Infantino had seemed sure to be reelected unopposed for a fourth and final term in office through 2031 until the turmoil created by his investor plan.</p><p>The 55 UEFA member federations are attending the meeting in Monaco four weeks after they united in an online call to agree the threatened boycott.</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/EC7GUAAAIGECFUYFI7GPNDMXRE.jpg?auth=5ab71a11074ae442ea9063d32e79bf19e7796523df650d6bab09ba9140b3ba57&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - UEFA President Aleksander Ceferin, right, and FIFA President Gianni Infantino pose during the 48th UEFA congress in Paris, Thursday, Feb. 8, 2024. (AP Photo/Christophe Ena, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Christophe Ena</media:credit></media:content></item><item><title><![CDATA[Serena and Venus Williams will play doubles together at the US Open]]></title><link>https://www.local10.com/sports/2026/08/26/serena-and-venus-williams-will-play-doubles-together-at-the-us-open/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/serena-and-venus-williams-will-play-doubles-together-at-the-us-open/</guid><dc:creator><![CDATA[By BRIAN MAHONEY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Serena and Venus Williams are teaming up again at the U.S. Open.]]></description><pubDate>Wed, 26 Aug 2026 15:02:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Serena and Venus Williams are teaming up again at the U.S. Open.</p><p>The sisters will play doubles at the tournament after receiving a wild card Wednesday into the event they won twice.</p><p>Serena Williams returned to tennis this summer after a four-year absence, and the sisters were set to play at Wimbledon before Serena had to withdraw after injuring her knee in her singles loss. They played in the Cincinnati Open, losing in the first round.</p><p>The Williams sisters won the 1999 and 2009 U.S. Open doubles titles and are 27-7 in their nine appearances. They last played in 2022, losing in the first round in what was expected to be Serena's final match in Flushing Meadows.</p><p>Serena, 44, played with Carlos Alcaraz in mixed doubles Tuesday, winning one match before losing in the quarterfinals. Venus, 46, is entered in the women's singles event.</p><p>The Williams sisters teamed to win 14 Grand Slam doubles titles along with Olympic gold medals in 2000, 2008 and 2012. They shared the No. 1 ranking in women's doubles for eight weeks.</p><p>Serena opted not to compete in singles at the U.S. Open, where she won six of her 23 Grand Slam singles titles. But she felt good enough to accept wild cards into both doubles events.</p><p>She and Venus won their first U.S. Open doubles title the same year the younger Williams won her first singles championship there. The height of their dominance as a team would come about a decade later.</p><p>They won the Australian Open and Wimbledon in 2009, before picking up their second title in Flushing Meadows later that summer. They won in Australia again in 2010 and then picked up the French Open title, making the sisters the holders of all four major trophies at the time.</p><p>The first round of the women's doubles tournament begins Sept. 3.</p><p>___</p><p>See AP’s full tennis coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FXG27PEE2IIARUSA5XHAOG64JU.jpg?auth=0680ca80f0c12b078fd638d5341ef01509c48b0163256d869ad305d93f0138fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serena Williams, left, first bumps Venus Williams, right, both of the United States, during 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><media:content url="https://www.local10.com/resizer/v2/T4QK4ZS2DPVIIMDWIV6YHID2PA.jpg?auth=d0ff864fc46b3e0e220ce8d2de1a376eda6eb3b3f660d590a78692664fd21899&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><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[Secret Service cracks down on card skimmers targeting South Florida shoppers]]></title><link>https://www.local10.com/news/local/2026/08/26/secret-service-cracks-down-on-card-skimmers-targeting-south-florida-shoppers/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/26/secret-service-cracks-down-on-card-skimmers-targeting-south-florida-shoppers/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[A device attached to an ordinary payment terminal can be nearly impossible for shoppers to spot, but authorities say it can give criminals access to sensitive card information in seconds.]]></description><pubDate>Wed, 26 Aug 2026 13:16:56 +0000</pubDate><content:encoded><![CDATA[<p>A device attached to an ordinary payment terminal can be nearly impossible for shoppers to spot, but authorities say it can give criminals access to sensitive card information in seconds.</p><p><a href="https://www.local10.com/espanol/2026/08/26/servicio-secreto-combate-clonadores-de-tarjetas-que-atacan-a-compradores-del-sur-de-florida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/26/servicio-secreto-combate-clonadores-de-tarjetas-que-atacan-a-compradores-del-sur-de-florida/">Leer en español</a></p><p>The U.S. Secret Service and Homestead Police Department are searching South Florida businesses for card skimmers — devices designed to steal information from credit and debit cards.</p><p>Local 10’s Jolena Esperto joined authorities during an operation targeting the devices and learned how quickly criminals can install them.</p><p>Surveillance video from businesses in Homestead and West Miami showed men using a silver pan to obstruct the view of employees while allegedly tampering with payment terminals.</p><p>At Mexico Market in Homestead, manager Sergio Carballo said employees once caught suspects attempting to tamper with a machine.</p><p>“One of them talked to the cashier,” Carballo said. “He tells her, ‘Show me one of those medicines.’ He holds the pan right in front of the machine, while other one is right here doing his thing.”</p><p>Carballo said an employee noticed something was wrong.</p><p>“We closed the register right away,” he said. “I had to compare with this one because you really can’t tell.”</p><p>Skimming devices can be made to look nearly identical to legitimate payment terminals and placed directly over the existing keypad or card reader, making them difficult for customers and employees to detect.</p><p>Once installed, the devices can capture information from cards that are swiped or inserted.</p><p>During the operation, authorities inspected payment terminals at several Dollar General and Dollar Tree locations, along with smaller businesses such as Mexico Market.</p><p>Skimmers are not limited to store checkout counters. A Local 10 employee previously used a gas pump that was later found to have a skimming device attached to it.</p><p>Stores that accept Electronic Benefit Transfer, or EBT, cards are also targets, according to authorities.</p><p>Jason Harris with the U.S. Secret Service said when criminals steal government benefits through skimming, the financial impact can extend beyond the individual victim.</p><p>“It’s money that the government has given as benefits, but those funds are fraudulently diverted to the criminals,” Harris said. “It means it’s costing taxpayer dollars because government has to reimburse those people for the funds lost.”</p><p>While accompanying investigators, Local 10 spoke with Betty Coats as she shopped at a Dollar General.</p><p>Coats said she has experienced credit card fraud and believes a skimmer may have been responsible.</p><p>“You have to go through a lot of work when you have credit card fraud,” Coats said. “You have to go through so many channels just to get your identity.”</p><p>She said the experience changed the way she pays for purchases. Coats now tries to use cash or tap-to-pay rather than inserting or swiping her card.</p><p>The Secret Service and local law enforcement continue working to identify and remove skimming devices before more consumers — and taxpayers — become victims.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Servicio Secreto combate clonadores de tarjetas que atacan a compradores del sur de Florida]]></title><link>https://www.local10.com/espanol/2026/08/26/servicio-secreto-combate-clonadores-de-tarjetas-que-atacan-a-compradores-del-sur-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/servicio-secreto-combate-clonadores-de-tarjetas-que-atacan-a-compradores-del-sur-de-florida/</guid><dc:creator><![CDATA[Jolena Esperto]]></dc:creator><description><![CDATA[Un dispositivo conectado a una terminal de pago común puede ser casi imposible de detectar para los compradores, pero las autoridades dicen que puede dar a los delincuentes acceso a información confidencial de tarjetas en cuestión de segundos.]]></description><pubDate>Wed, 26 Aug 2026 14:06:21 +0000</pubDate><content:encoded><![CDATA[<p>Un dispositivo conectado a una terminal de pago común puede ser casi imposible de detectar para los compradores, pero las autoridades dicen que puede dar a los delincuentes acceso a información confidencial de tarjetas en cuestión de segundos.</p><p>El Servicio Secreto de Estados Unidos y el Departamento de Policía de Homestead están buscando clonadores de tarjetas en negocios del sur de Florida, dispositivos diseñados para robar información de tarjetas de crédito y débito.</p><p>Jolena Esperto, de Local 10, acompañó a las autoridades durante un operativo dirigido a estos dispositivos y descubrió la rapidez con la que los delincuentes pueden instalarlos.</p><p>Videos de vigilancia de negocios en Homestead y West Miami mostraron a hombres usando una bandeja plateada para obstruir la vista de los empleados mientras presuntamente manipulaban terminales de pago.</p><p>En Mexico Market en Homestead, el gerente Sergio Carballo dijo que empleados sorprendieron en una ocasión a sospechosos intentando manipular una máquina.</p><p>“Uno de ellos habló con la cajera”, dijo Carballo. “Él le dice: ‘Muéstrame una de esas medicinas’. Sostiene la bandeja justo frente a la máquina, mientras el otro está aquí haciendo lo suyo”.</p><p>Carballo dijo que un empleado notó que algo estaba mal.</p><p>“Cerramos la caja de inmediato”, dijo. “Tuve que compararla con esta porque realmente no se puede notar la diferencia”.</p><p>Los dispositivos para clonar tarjetas pueden fabricarse para parecer casi idénticos a las terminales de pago legítimas y colocarse directamente sobre el teclado o lector de tarjetas existente, lo que dificulta que clientes y empleados los detecten.</p><p>Una vez instalados, los dispositivos pueden capturar información de las tarjetas que se deslizan o insertan.</p><p>Durante el operativo, las autoridades inspeccionaron terminales de pago en varias tiendas Dollar General y Dollar Tree, junto con negocios más pequeños como Mexico Market.</p><p>Los clonadores de tarjetas no se limitan a las cajas registradoras de las tiendas. Un empleado de Local 10 utilizó anteriormente una bomba de gasolina en la que posteriormente se descubrió un dispositivo para clonar tarjetas.</p><p>Las tiendas que aceptan tarjetas de Transferencia Electrónica de Beneficios, o EBT, también son blanco de estos delincuentes, según las autoridades.</p><p>Jason Harris, del Servicio Secreto de Estados Unidos, dijo que cuando los delincuentes roban beneficios del gobierno mediante la clonación de tarjetas, el impacto financiero puede extenderse más allá de la víctima individual.</p><p>“Es dinero que el gobierno ha otorgado como beneficios, pero esos fondos son desviados fraudulentamente a los delincuentes”, dijo Harris. “Significa que está costando dinero a los contribuyentes porque el gobierno tiene que reembolsar a esas personas los fondos perdidos”.</p><p>Mientras acompañaba a los investigadores, Local 10 habló con Betty Coats mientras hacía compras en una tienda Dollar General.</p><p>Coats dijo que ha sido víctima de fraude con tarjetas de crédito y cree que un clonador de tarjetas pudo haber sido el responsable.</p><p>“Hay que pasar por mucho trabajo cuando se es víctima de fraude con tarjetas de crédito”, dijo Coats. “Hay que pasar por muchos procesos solo para recuperar la identidad”.</p><p>Dijo que la experiencia cambió la manera en que paga sus compras. Coats ahora intenta usar efectivo o pagos sin contacto en lugar de insertar o deslizar su tarjeta.</p><p>El Servicio Secreto y las autoridades locales continúan trabajando para identificar y retirar dispositivos para clonar tarjetas antes de que más consumidores, y contribuyentes, se conviertan en víctimas.</p>]]></content:encoded></item><item><title><![CDATA[The next Atlantic storm will be named Dolly, but it's not connected to Parton's death]]></title><link>https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/26/the-next-atlantic-storm-will-be-named-dolly-but-its-not-connected-to-partons-death/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — The next tropical storm that develops in the Atlantic this hurricane season will be named Dolly, but the timing is pure coincidence and has no connection to Dolly Parton’s death Tuesday.]]></description><pubDate>Wed, 26 Aug 2026 08:08:38 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — The next tropical storm that develops in the Atlantic this hurricane season will be named Dolly, but the timing is pure coincidence and has 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>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 Hurricane Center was monitoring a weather system off Africa that may strengthen into a named tropical storm.</p><p>Conditions were somewhat favorable for the area of thunderstorms south of the Cabo Verde Islands to become a tropical depression sometime in the next week, forecasters at the Miami-based center said early Wednesday.</p><p>If it further develops, with maximum sustained winds of at least 39 mph (63 kph), the system would be named Tropical Storm Dolly.</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/6JYOMXBPR76WZWOTISJKKETAUM.jpg?auth=dfa5b7fad989c0f45707d101609fab7967cdd5f818d1a22376e41760b255b77d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This NOAA satellite image taken at 11:21 a.m. EST on Wednesday, Aug. 12, 2026, shows Tropical Storm Cristobal in the Atlantic Ocean. (NOAA via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/VWHY5TQVVFPV3VLDBYU3IKUVOA.jpg?auth=783f5f7e72f1b6a4d98d0dbed7831086d91be526e98980a6f65b92ae00991694&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Gregg Donovan kneels over Dolly Parton's star on the Hollywood Walk of Fame on Tuesday, Aug. 25, 2026, in Los Angeles. (AP Photo/Chris Pizzello)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Arrestan a agente de BSO por violencia doméstica tras golpiza y forcejeo por un arma, dice la policía]]></title><link>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/</link><guid isPermaLink="true">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/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Un informe publicado recientemente revela lo que llevó al arresto de un agente de la Oficina del Sheriff de Broward el lunes.]]></description><pubDate>Tue, 25 Aug 2026 22:02:05 +0000</pubDate><content:encoded><![CDATA[<p>Un informe publicado recientemente revela lo que llevó <a href="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/25/agente-de-bso-enfrenta-cargos-derivados-de-incidente-domestico-en-miramar-segun-la-policia/">al arresto de un agente de la Oficina del Sheriff de Broward</a> el lunes.</p><p>La policía de Miramar detuvo al agente Isaiah Williams por múltiples cargos, entre ellos agresión doméstica por estrangulamiento y robo mediante arrebato con un arma de fuego. Posteriormente, BSO suspendió sin sueldo al hombre de 27 años.</p><p>La policía de Miramar dijo que respondió a un complejo de apartamentos en Southwest 45th Court, cerca de Red Road, alrededor de las 2 a.m. del lunes. Indicaron que para cuando llegaron, Williams ya se había marchado.</p><p>Según el informe de arresto, un amigo dejó a la víctima en la vivienda de Miramar que compartía con Williams. Ella dijo a la policía que Williams estaba molesto, la insultó y la golpeó, provocando que cayera por las escaleras.</p><p>“El acusado estaba encima de ella, donde le dio un puñetazo en el rostro con el puño cerrado”, señala el informe. “Cuando la víctima se dio vuelta para protegerse el rostro, el acusado le dio un puñetazo en la parte posterior de la cabeza y le jaló el cabello. La víctima declaró que el acusado puso su mano derecha debajo de su cuello y apretó, luego la levantó del suelo por el cuello”.</p><p>Ella se defendió y dijo a la policía que Williams amenazó con matarla y que tomó su arma de su bolso, según el informe.</p><p>Ambos forcejearon por el arma antes de que Williams se la arrebatara y huyera, dijo la policía.</p><p>Las autoridades dijeron que la víctima resultó herida, con una cortada en el labio, un moretón en la nariz y rasguños en el cuello.</p><p>Williams se entregó el lunes por la tarde y compareció ante un juez de fianzas el martes.</p><p>Llevaba puesto un chaleco antisuicidio. Un juez fijó su fianza en $47,500 USD y le ordenó no tener contacto con la víctima, entregar sus armas y usar un monitor GPS.</p>]]></content:encoded></item><item><title><![CDATA[US State Department looking to revoke hundreds of thousands of legally-obtained visas, per report]]></title><link>https://www.local10.com/news/local/2026/08/25/us-state-department-looking-to-revoke-hundreds-of-thousands-of-legally-obtained-visas-per-report/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/25/us-state-department-looking-to-revoke-hundreds-of-thousands-of-legally-obtained-visas-per-report/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[The Trump administration is reportedly moving to revoke hundreds of thousands of visas held by people who came to the United States legally but later applied for asylum. ]]></description><pubDate>Tue, 25 Aug 2026 22:50:40 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration is reportedly moving to revoke hundreds of thousands of visas held by people who came to the United States legally but later applied for asylum.</p><p><a href="https://www.local10.com/espanol/2026/08/26/departamento-de-estado-de-eeuu-busca-revocar-cientos-de-miles-de-visas-obtenidas-legalmente-segun-reporte/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/08/26/departamento-de-estado-de-eeuu-busca-revocar-cientos-de-miles-de-visas-obtenidas-legalmente-segun-reporte/">Leer en español</a></p><p>The move could impact up to 200,000 people, raising questions about what happens to those with asylum cases already pending.</p><p>“What the administration is trying to propose is to revoke anyone that came in under a B1, B2 visa and later for an asylum application,” said immigration attorney Maria Vivanco. </p><p>In the coming weeks, the U.S. State Department is expected to announce the revocation of those so-called B1 and B2 visas that were issued between 2016 and 2026, whose holders sought asylum or are now seeking asylum, <a href="https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/">according to new reporting from the Associated Press</a>, which obtained State Department documents and spoke to two U.S. officials familiar with the matter. </p><p>“There are many aspects of why someone is filing an asylum application, but the main takeaway is that they’re filing to become refugees of the United States and not go back to their home country, which is the main intent of the B1 and B2 visa,” said Vivanco. </p><p>A State Department spokesperson said it’s working with the Department of Homeland Security to identify and revoke the visas. </p><p>Since President Donald Trump took office for his second term, his administration has ramped up restrictions on visa applications. </p><p>Legal experts say the revocations would not necessarily result in immediate deportation.</p><p>“Just make sure you have copies of everything you filed,” said Vivanco. “Copies of the actual application and you make sure you have those documents with you.”</p><p>If this happens, it would be the largest single mass revocation of visas in U.S. history, but it will also likely face legal challenges. </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[Departamento de Estado de EE.UU. busca revocar cientos de miles de visas obtenidas legalmente, según reporte]]></title><link>https://www.local10.com/espanol/2026/08/26/departamento-de-estado-de-eeuu-busca-revocar-cientos-de-miles-de-visas-obtenidas-legalmente-segun-reporte/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/26/departamento-de-estado-de-eeuu-busca-revocar-cientos-de-miles-de-visas-obtenidas-legalmente-segun-reporte/</guid><dc:creator><![CDATA[Aaron Maybin]]></dc:creator><description><![CDATA[Según reportes, la administración Trump está avanzando para revocar cientos de miles de visas de personas que llegaron legalmente a Estados Unidos, pero posteriormente solicitaron asilo.]]></description><pubDate>Wed, 26 Aug 2026 13:56:14 +0000</pubDate><content:encoded><![CDATA[<p>Según reportes, la administración Trump está avanzando para revocar cientos de miles de visas de personas que llegaron legalmente a Estados Unidos, pero posteriormente solicitaron asilo.</p><p>La medida podría afectar hasta a 200,000 personas, lo que genera interrogantes sobre qué sucederá con quienes ya tienen casos de asilo pendientes.</p><p>“Lo que la administración está tratando de proponer es revocar la visa de cualquier persona que haya ingresado con una visa B1 o B2 y posteriormente haya presentado una solicitud de asilo”, dijo la abogada de inmigración Maria Vivanco.</p><p>En las próximas semanas, se espera que el Departamento de Estado de EE.UU. anuncie la revocación de esas denominadas visas B1 y B2 que fueron emitidas entre 2016 y 2026, cuyos titulares solicitaron asilo o están solicitando asilo actualmente, <a href="https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/08/24/us-set-for-largest-mass-visa-revocation-in-history-targeting-up-to-200000-foreigners-officials-say/">según un nuevo reporte de The Associated Press</a>, que obtuvo documentos del Departamento de Estado y habló con dos funcionarios estadounidenses familiarizados con el asunto.</p><p>“Hay muchos motivos por los que alguien presenta una solicitud de asilo, pero el punto principal es que están solicitando convertirse en refugiados de Estados Unidos y no regresar a su país de origen, lo cual es la intención principal de la visa B1 y B2”, dijo Vivanco.</p><p>Un portavoz del Departamento de Estado dijo que está trabajando con el Departamento de Seguridad Nacional para identificar y revocar las visas.</p><p>Desde que el presidente Donald Trump asumió el cargo para su segundo mandato, su administración ha intensificado las restricciones sobre las solicitudes de visas.</p><p>Expertos legales dicen que las revocaciones no necesariamente resultarían en una deportación inmediata.</p><p>“Solo asegúrese de tener copias de todo lo que presentó”, dijo Vivanco. “Copias de la solicitud en sí y asegúrese de tener esos documentos con usted”.</p><p>Si esto sucede, sería la mayor revocación masiva de visas de una sola vez en la historia de Estados Unidos, pero probablemente también enfrentará impugnaciones legales.</p>]]></content:encoded></item><item><title><![CDATA[Testimony concludes in Lindsay Clancy’s murder trial. Jury to hear closing arguments Thursday]]></title><link>https://www.local10.com/health/2026/08/26/testimony-concludes-in-lindsay-clancys-murder-trial-jury-to-hear-closing-arguments-thursday/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/26/testimony-concludes-in-lindsay-clancys-murder-trial-jury-to-hear-closing-arguments-thursday/</guid><dc:creator><![CDATA[By LEAH WILLINGHAM, Associated Press]]></dc:creator><description><![CDATA[Testimony concluded Wednesday 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.]]></description><pubDate>Wed, 26 Aug 2026 21:22:45 +0000</pubDate><content:encoded><![CDATA[<p>Testimony concluded Wednesday 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.</p><p>Closing arguments are expected to begin Thursday, before the jury begins deliberating.</p><p>Clancy, 36, has pleaded not guilty by reason of lack of criminal responsibility, with her lawyers arguing she was experiencing postpartum psychosis when she killed 5-year-old Cora, 3-year-old Dawson and 8-month-old Callan Clancy at the family’s home in coastal Duxbury, Massachusetts, in January 2023. The rare mental illness is linked to the stress, sleep deprivation and hormonal changes that follow childbirth.</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>Prosecutors say Clancy planned the killings and understood her actions were wrong.</p><p>Clancy did not testify during the trial, which is in its fifth week. The defense called 10 witnesses, including some of Clancy's friends and relatives, while prosecutors called more than 70 witnesses, including her then-husband.</p><p>Testifying as the final rebuttal witness for the prosecution, a forensic psychiatrist at the University of Virginia and a senior psychiatrist for the FBI’s Behavioral Analysis Unit said Wednesday that he did not believe Clancy’s account that a voice ordered her to kill the children.</p><p>Prosecutor Jennifer Sprague asked Dr. Gregory Saathoff a series of questions about Clancy's account: Did the voice tell her where to kill the children? How to kill them? What to use? In what order? Saathoff answered no each time.</p><p>“Having no instructions as to how to do it, but being able to execute those decisions … that is surprising that she’s able to accomplish all of this without any other kind of direction or plan,” he said.</p><p>All three children were strangled with exercise bands in the family's basement before Clancy tried to kill herself while her husband was getting takeout and at a pharmacy on Jan. 24, 2023. Saathoff said her ability to accomplish everything she did without direction indicated Clancy “had control, control of the sequence of what she was doing throughout.”</p><p>“In the small amount of time that Miss Clancy had in the home without her husband, it was important, in order to carry this out, as well as her suicide, to do this quickly, methodically, and alike,” he said.</p><p>On Tuesday, Saathoff said he found it unusual that Clancy said the voice stopped once she was done strangling the children, that the voice was constant rather than intermittent and that she never previously reported hearing a voice to her medical providers. She also gave a different timeline to other evaluators about when she first heard the voice that day, he said.</p><p>“Committing the act is not curative of the voice,” Saathoff said of the voice stopping abruptly. “I’ve not ever seen that.”</p><p>Defense attorney Kevin Reddington began his cross-examination of Saathoff on Wednesday by trying to cast doubt on Saathoff’s expertise in postpartum psychosis and portray him as someone closely aligned with law enforcement, questioning him about his work with prisons, the Justice Department and the Virginia attorney general’s office.</p><p>Saathoff testified that he treated women with postpartum psychosis while working at a state hospital in the 1980s and 1990s, while much of his more recent research has focused on such subjects as extremist violence, national security and political radicalization.</p><p>Reddington also asked Saathoff about Clancy’s attempts to search online for information about postpartum depression, her visits to multiple maternal and mental health providers, disclosures to her mother and then-husband that she was suicidal and feared that she would harm her children, and calls to a suicide hotline — all attempts that Reddington contended establish Clancy realized something was seriously wrong and made a sincere effort over time to get help.</p><p>Reddington asked whether Saathoff believes that Clancy decided to kill her children because she “no longer liked the life she thought she wanted” and was making “a selfish choice” to “manipulate her providers, seek out a quick and easy fix when she was feeling depressed and anxious.”</p><p>“I think that statement that you read really minimizes what she was going through,” Saathoff responded.</p>]]></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/5GRYRETTHJDPZAXOLN3Q62QXZ4.jpg?auth=c0fc5a15b86946eebf6e5e866f6a4d8aadab791692975e1db56670e3c09cde53&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 testimony 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/The Patriot Ledger</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><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/DC6GLGBS5NG26P7EECDWLWILFM.jpg?auth=43481a36a89d413a157b9e65f4abaf02c0a39f500851bb877967095640798d2a&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, a rebuttal witness for the state, 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></item><item><title><![CDATA[Giants receiver Calvin Austin is out for the season with a torn ACL, AP source says]]></title><link>https://www.local10.com/sports/2026/08/26/giants-receiver-calvin-austin-is-out-for-the-season-with-a-torn-acl-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/26/giants-receiver-calvin-austin-is-out-for-the-season-with-a-torn-acl-ap-source-says/</guid><dc:creator><![CDATA[By STEPHEN WHYNO, Associated Press]]></dc:creator><description><![CDATA[EAST RUTHERFORD, N.J. (AP) — Losing Calvin Austin to a season-ending knee injury means the New York Giants will be without a receiver who was expected to have a big role on offense.]]></description><pubDate>Wed, 26 Aug 2026 20:45:19 +0000</pubDate><content:encoded><![CDATA[<p>EAST RUTHERFORD, N.J. (AP) — Losing Calvin Austin to a season-ending knee injury means the New York Giants will be without a receiver who was expected to have a big role on offense.</p><p>They expect internal options to be able to fill that void.</p><p>The 27-year-old has a torn ACL in his right knee and is expected to miss the season, a person with knowledge of the injury told The Associated Press on Wednesday, speaking on condition of anonymity because the team had not revealed the extent of the injury.</p><p>Austin was having a strong camp and preseason with two catches for 24 yards in exhibition play last week at Miami and many more in practice from Jaxson Dart as one of the starting quarterback's most popular options.</p><p>“Definitely impactful to our team because he was playing so well,” coach John Harbaugh said. “He was doing a great job across the board, offense and special teams. He had definitely carved out a role for us on our team.”</p><p>Darnell Mooney, also signed as a free agent in March, took Austin's spot with the first-team offense. Depending how many wideouts the Giants keep on their 53-man roster, Austin's absence could clear a path for Odell Beckham Jr. and punt returner Braxton Berrios to each make it.</p><p>Assistant general manager Brandon Brown said Tuesday was one of the best days of camp for Mooney and Beckham, the latter of whom is trying to show he still belongs in the NFL at 33.</p><p>“I think he’s had a good camp,” Harbaugh said of Beckham. “But I would say his best week of camp has come this week. He’s looked good and made numerous plays.”</p><p>Signed to a $1.5 million contract for this season, Austin had 89 catches for 1,140 yards and nine touchdowns in 51 games, counting the playoffs, over his first three seasons in the league, all with Pittsburgh. Harbaugh said he thought Austin was doing better Wednesday after the two texted multiple times since the injury happened.</p><p>“When you talk about doing things the right way, he’s done it ever since the first day he got here,” Brown said. “From offense to defense, there’s not anyone that can say a bad thing about him. The way he shows up every day, he’s a blueprint for working hard and going about your business the right way and being a professional.”</p><p>Malik Nabers walks off early</p><p>No. 1 receiver Malik Nabers, who is coming off his own torn ACL and is trending toward playing Sept. 13 against Dallas, walked off the field before the final set of team drills Wednesday.</p><p>Harbaugh said that “wasn’t part of the plan,” adding he would find out what happened while downplaying injury concerns.</p><p>“I’m sure it’s something with the trainer, I assume,” Harbaugh said. "But there’s no injury. We talked afterward. We always get the injury report right after. There was no talk about Malik that way.”</p><p>Harbaugh keeping it mysterious</p><p>Just like the first two preseason games, Harbaugh would not say whether Dart and the offensive starters would play in the finale Friday night against the Jets. He made it sound like an ongoing debate rather than a decision that had already been made.</p><p>“There would be things to be gained for those guys to play — defensively, as well — from a communications standpoint, but there’s risk,” Harbaugh said. “It’s just a balancing act of what we gain the most from with the least amount of risk. That’s what we’ve got to figure out.”</p><p>___</p><p>See AP’s full NFL coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B52PZVLFLTCBRHWUVL2RJZWTJA.jpg?auth=4f23db98cfb574bd0ce40e9b1c59f9ac2974611ad5f3ba4ed42f66ef782347a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants wide receiver Calvin Austin III (82) runs the ball during the first half of a preseason NFL football game against the Miami Dolphins, Saturday, Aug. 22, 2026, in Miami Gardens, Fla. (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/3KXNE7V2ELMI6ETG6FETRCFM2Y.jpg?auth=ef9460b862cf3830d27baaa40bb57cc15d0b810b454e3951fe88b9512170b8ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Giants' Calvin Austin III practices during an NFL football training camp, Wednesday, July 29, 2026, in White Sulphur Springs, W.Va. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Meta reaches landmark $18 billion settlement with states in trial over teen social media addiction]]></title><link>https://www.local10.com/business/2026/08/26/meta-reaches-18-billion-settlement-with-states-in-landmark-trial-over-teen-social-media-addiction/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/26/meta-reaches-18-billion-settlement-with-states-in-landmark-trial-over-teen-social-media-addiction/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, KELVIN CHAN and KAITLYN HUAMANI, Associated Press]]></dc:creator><description><![CDATA[OAKLAND, Calif. (AP) — Meta agreed Wednesday to pay up to $18 billion and add stronger child-safety measures to its Facebook and Instagram platforms as part of a landmark legal settlement that ended a trial over teen social media addiction and settled claims filed by nearly every state.]]></description><pubDate>Wed, 26 Aug 2026 21:15:53 +0000</pubDate><content:encoded><![CDATA[<p>OAKLAND, Calif. (AP) — Meta agreed Wednesday to pay up to $18 billion and add stronger child-safety measures to its Facebook and Instagram platforms as part of a landmark legal settlement that ended a trial over teen social media addiction and settled claims filed by nearly every state.</p><p>The settlement resolved a pivotal case years in the making that sought to hold the tech giant accountable for the role its platforms played in undermining children’s mental health. The effort targeted features designed to hook young people’s attention.</p><p>The agreement “institutes real change, real transparency, real protections for children and teens across the country,” California Attorney General Rob Bonta said.</p><p>If approved by the court, the deal will stop an avalanche of litigation by states against Meta, although the company still faces lawsuits from individuals and school districts throughout the U.S. For the states, the settlement delivers money for mental-health programs for kids, including after-school or summer activities and digital literacy counselors.</p><p>Advocates cheered the new protections, including default time limits and the disabling of features such as “like” counts.</p><p>But “we cannot truly protect all children and teens until these protections are required on every platform and are permanent — that’s something only Congress can do,” said Sacha Haworth, executive director of The Tech Oversight Project.</p><p>The settlement will be paid out over 10 years. California will get the largest sum of at least $1.5 billion, but several other states will still collect hundreds of millions of dollars each over the decade.</p><p>The settlement “will put an end to these dangerous practices and deliver meaningful relief that will protect children from online harm," Virginia Attorney General Jay Jones said.</p><p>Meta urges rivals to adopt similar safety measures</p><p>Meta said in a blog post that it was “building on our longstanding efforts to empower parents and support teens.”</p><p>“Ensuring teens have a safe and productive experience on our platforms is an absolute imperative for Meta,” the company said. “We want to get this right for parents and teens, and that’s why we partnered with state attorneys general to set a new industry standard."</p><p>The company urged competitors TikTok and YouTube to adopt similar safety measures.</p><p>The $18 billion settlement is a fraction of Meta's 2025 revenue of $201 billion. Meta shares closed up about 1% Wednesday, although they rose as much as 4% during the day.</p><p>The agreement cuts short an ongoing court case involving California, Colorado, Kentucky and New Jersey, which were among 29 states that sued Meta in 2023. The federal trial kicked off last week in Oakland, California, where Meta CEO Mark Zuckerberg had been among the witnesses expected to take the stand.</p><p>The lawsuit accused Meta of contributing to the youth mental health crisis by deliberately designing features that addict children to its platforms and hiding them from the public. The case also argued that Meta violated federal laws by routinely collecting data on children under 13 without their parents’ consent.</p><p>The cases in other states had been expected to go to trial later, but are now resolved. The settlement covers 48 states, as well as Washington, D.C., and some U.S. territories. The only two states to be excluded are New Mexico, which went to trial in its case against Meta and won earlier this year, and Florida, where the attorney general said the settlement was not tough enough on Meta.</p><p>Florida Attorney General James Uthmeier wrote on X that the “payouts are peanuts compared to the profound harms Meta’s profit-driven addictive features inflicted on kids.”</p><p>New features to include time limits and curbs on push notifications</p><p>Under the proposed settlement, Meta agreed to adopt a series of safety features, including two-hour daily time limits that can only be disabled with a parent's permission and pauses for children using Instagram and Facebook.</p><p>The company will eliminate push notifications during weekday school hours and bring in “robust” age-assurance measures and “age-appropriate” content controls to prevent bullying and harmful material about eating disorders and self-harm.</p><p>There will be stronger and more user-friendly parental controls and limits on social comparison features such as “like” counts.</p><p>An independent auditor will assess how Meta is implementing the safety features and how effective they are.</p><p>The company said 30% of the settlement amount — about $5.3 billion — will be released to states only if rivals YouTube and TikTok meet two conditions: implementing similar safety features, including a one-hour daily time limit, a nighttime block and age-assurance measures; and paying the same amount, split between the two companies.</p><p>Neither YouTube owner Google nor TikTok responded to requests for comments.</p><p>Meta officials declined to comment on whether they had conversations with their competitors about those conditions, but said they intentionally designed the agreement with the states to incentivize the rest of the industry to follow suit.</p><p>Some of the safety measures Meta will implement, like disabling cosmetic surgery and extreme makeup filters, made sense regardless of whether competing platforms do the same, Meta said. Other features, like the overnight block, will function better if they are established across the board, the company said.</p><p>If industry peers sign on to the agreement, Meta will implement stronger defaults for teens’ daily time limit and the length of time for “night mode.”</p><p>Investigation was led by bipartisan coalition</p><p>The federal lawsuit was the result of an investigation led by a bipartisan coalition of attorneys general from California, Florida, Kentucky, Massachusetts, Nebraska, New Jersey, Tennessee and Vermont. It followed newspaper reports, first by The Wall Street Journal in 2021, that found the company knew about the harm Instagram can cause teenagers — especially teen girls — when it comes to mental health and body image issues.</p><p>Meta has since added a host of safety features to Instagram, including separate accounts for teenagers with stronger protections around messaging and privacy, along with content restrictions.</p><p>But child-safety advocates and experts, along with some former Meta employees, have long contended that the features are little more than window dressing.</p><p>Arturo Béjar, a former Meta engineering director who testified last week in the Oakland trial, called the settlement a “significant milestone” but warned that it should not be interpreted as an “all clear” sign that Instagram is now 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. He urged the court to address that “because 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>Parents and advocates celebrated the settlement as a moment of accountability for Meta. Victoria Hinks, mother of Alexandra “Owl” Hinks, who died by suicide at age 16, said she was satisfied with the terms “as long as they enforce it properly.”</p><p>“It felt like today finally something was done,” she said outside the Oakland courthouse. “I feel like justice is possible.”</p><p>___</p><p>Chan reported from London. Huamani reported from Los Angeles. Associated Press writers Sarah Rankin in Richmond, Virginia, and Wyatte Grantham-Philips in Chicago contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZK4A5OQSSSHOKKM3KRYL6OUFNE.jpg?auth=ca0d20f537b1cae6fd0b0827e96118905fbf3b2fe48057ba4d3bbda77f16cbc0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Colorado Solicitor General Shannon Stevenson, right, hugs a colleague outside of court after tech giant Meta agreed to pay $17 billion as part of a settlement to end a landmark trial over teen social media addiction in Oakland, 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/RJTLBXSN57OJLHZSFP4DPYS5T4.jpg?auth=5695ba49d1303e962bc3a30a6e4b4c94246d9a58a2956b72080474cb15fc905d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Victoria Hicks gets emotional after talking about her daughter with the media outside court after tech giant Meta agreed to pay $17 billion as part of a settlement to end a landmark trial over teen social media addiction on Wednesday, Aug. 26, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMS3ALWER4EK4QAXXO6XKO7DGM.jpg?auth=0c06188415db10840c0f0e3143d38ef4cb1ca380e316b01f7f1854d68d513f8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jason Slothouber, Senior Prosecutor for the Colorado Attorney General's Office, walks outside court after tech giant Meta agreed to pay $17 billion as part of a settlement to end a landmark trial over teen social media addiction on Wednesday, Aug. 26, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYBO6NE4NISSXBDSEE66JTN5GY.jpg?auth=9bdb52c9bfd6fad4ba3a48ccacf2cd11dfd5b8eba287de3ca8bd2ba4ffde3215&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney for Meta, Paul W. Schmidt, right, walks out of court after tech giant Meta agreed to pay $17 billion as part of a settlement to end a landmark trial over teen social media addiction on Wednesday, Aug. 26, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4FYTJLDBRMS24JGCVPXNTVTLE.jpg?auth=85400f6807555d4aff6634ddeb4f1693f517040a88f8ab47d6e169058d12fd99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of California's legal team gather outside court after a settlement was reached in a multi-state lawsuit accusing Meta of causing harm to children on social media outside the Ronald V. Dellums Federal Building and U.S. Courthouse on Wednesday, Aug. 26, 2026, in Oakland, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Guardia de seguridad de centro de ICE en Krome robó más de $5,000 USD a detenido, según agentes]]></title><link>https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/25/guardia-de-seguridad-de-centro-de-ice-en-krome-robo-mas-de-5000-usd-a-detenido-segun-agentes/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un guardia de seguridad de un centro del Servicio de Inmigración y Control de Aduanas del sur de Florida fue captado en cámara robando más de $5,000 USD a un detenido, indicaron las autoridades.]]></description><pubDate>Tue, 25 Aug 2026 16:06:11 +0000</pubDate><content:encoded><![CDATA[<p>Un guardia de seguridad de un centro del Servicio de Inmigración y Control de Aduanas del sur de Florida fue captado en cámara robando más de $5,000 USD a un detenido, indicaron las autoridades.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade dijeron que acudieron al Krome Service Processing Center, ubicado en 18201 SW 12th St., la tarde del lunes después de recibir un reporte sobre el robo.</p><p>Un reporte de arresto de MDSO indica que, mientras miembros del personal preparaban documentos de deportación, el detenido les dijo que le faltaban $5,382 USD.</p><p>Las autoridades indicaron que revisaron imágenes de vigilancia que mostraban a Matthew Christian Torres, un guardia de seguridad de 31 años empleado por Akima Protective Services, colocando el dinero del hombre dentro de un libro de registro, sin registrarlo y, en cambio, “ocultando el dinero dentro de su chaqueta negra y entrando a un baño de empleados”.</p><p>“(Torres) luego regresa al área común de pertenencias y saca de la parte interior del área del pecho la bolsa de plástico transparente que contenía el dinero”, escribió un agente en el reporte al describir el video. “(Él) luego coloca el dinero dentro del bolsillo derecho de un pantalón cargo beige. Cabe señalar que (Torres) nunca informó a un supervisor sobre el dinero perteneciente a la víctima”.</p><p>Los agentes arrestaron a Torres, de Palmetto Bay, por un cargo de hurto mayor de tercer grado.</p><p>Hasta la mañana del martes, Torres permanecía detenido en el Turner Guilford Knight Correctional Center con una fianza de $2,500 USD.</p><p>Local 10 News se comunicó con ICE y Akima para solicitar comentarios sobre el caso.</p><blockquote><p>“ICE toma muy en serio las acusaciones de conducta indebida. Exigimos a nuestro personal y contratistas los más altos estándares de conducta profesional y ética. Cuando recibimos una queja, investigamos el asunto exhaustivamente para determinar su veracidad y garantizar el estricto cumplimiento de los estándares integrales que ICE debe seguir conforme a diversas normas nacionales de detención.</p><p>“Las acusaciones de conducta indebida por parte de empleados o contratistas de ICE deben ser reportadas a la Oficina del Inspector General del DHS al 800-323-8603, a la Oficina de Responsabilidad Profesional de ICE al 833-442-3677 o a ICEOPRIntake@ice.dhs.gov, un buzón electrónico monitoreado. ICE recomienda reportar las quejas sobre centros de detención a la Línea de Información y Reportes de Detención al 888-351-4024, un servicio gratuito con operadores capacitados para ayudar con una amplia variedad de temas. También hay asistencia lingüística disponible.”</p><p class="citation">Portavoz de ICE</p></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UXESGKHC6FCGTH5LBEACD33IJ4.jpg?auth=7467b0fa0f1dec662f2cab5fa08aaa998f1c96cd16e5da9651b8791098649bb8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Matthew Torres]]></media:description></media:content></item></channel></rss>