<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Thu, 06 Aug 2026 22:29:54 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Lighthouse Point homeowner fatally shoots 1 of 2 dogs who attacked his pet, cops say ]]></title><link>https://www.local10.com/news/local/2026/08/06/lighthouse-point-homeowner-fatally-shoots-1-of-2-dogs-who-attacked-his-pet-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/lighthouse-point-homeowner-fatally-shoots-1-of-2-dogs-who-attacked-his-pet-cops-say/</guid><dc:creator><![CDATA[Jackie Pascale, Ryan Mackey, Janine Stanwood]]></dc:creator><description><![CDATA[A homeowner shot and killed one of two dogs that attacked his small dog outside his Lighthouse Point home Thursday morning, and the second dog later attacked another resident before fleeing, police said.]]></description><pubDate>Thu, 06 Aug 2026 16:27:37 +0000</pubDate><content:encoded><![CDATA[<p>A homeowner shot and killed one of two dogs that attacked his small dog outside his Lighthouse Point home Thursday morning, and the second dog later attacked another resident before fleeing, police confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/">Leer en español</a></p><p>Lighthouse Point police said officers responded around 10:13 a.m. to a home near the 2600 block of Northeast 52nd Street following reports of an “animal bite.” </p><p>Police said the attack occurred after two dogs escaped from a fenced yard and began roaming the neighborhood. They said the dogs encountered a smaller dog, identified by neighbors as Brody, on the front porch of a nearby home, where one of the loose dogs attacked it. </p><p>Authorities identified the two loose dogs as American Staffordshire mix dogs. Police said Brody is a spaniel.</p><p>They said Brody’s owner and neighbors tried to separate the animals but were unable to do so. The owner then retrieved a gun and fatally shot the attacking dog in an effort to stop the attack. </p><p>Police said the second loose dog fled and later encountered another resident nearby, biting the person in the leg and causing a puncture wound before leaving the area. The dog later returned to its residence, where it was secured by its caretaker.</p><p>Lighthouse Point Fire Rescue medics evaluated the wounded resident at the scene. The resident later chose to seek additional medical treatment independently, police said.</p><p>They said Brody suffered serious injuries and was taken by its owner to a local veterinary hospital for treatment.</p><p>Neighbors told Local 10 News they heard screams and rushed outside to find the larger dog attacking the Brody’s neck. Residents also described the neighborhood as a popular area for families and dog walkers.</p><p>“The dog was not letting up it grabbed his neck really good. He tried to punch it to stop it. Even the neighbor over there tried but couldn’t do it,” a man who lives nearby said. </p><p>Police said Broward County Animal Care staff members also responded to the scene and placed the dog in quarantine. </p><p>They are now working to determine where the two attacking dogs came from and the circumstances that led to the attack.</p><p>They said no charges had been filed as of Thursday. The investigation remains ongoing.</p><p>Anyone with additional information regarding this incident was asked to contact the Lighthouse Point Police Department at 954-942-8080.</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[Four candidates running for Broward County’s District 6 seat]]></title><link>https://www.local10.com/news/local/2026/08/06/four-candidates-running-for-broward-countys-district-6-seat/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/four-candidates-running-for-broward-countys-district-6-seat/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Four candidates are running to replace Broward County District 6 Commissioner Beam Furr, who has reached his term limits. ]]></description><pubDate>Thu, 06 Aug 2026 22:25:51 +0000</pubDate><content:encoded><![CDATA[<p>Four candidates are running to replace Broward County District 6 Commissioner Beam Furr, who has reached his term limits. </p><p>Those in the race to fill the seat will oversee the county’s airport and seaport and will have regional responsibilities to include emergency management, environmental protection and public safety.</p><p>Caryl Shuham, currently a Hollywood commissioner, has a background in civil engineering and has been a construction lawyer for decades, skills she believes she can bring to the dais. </p><p>“I would be, I think, described as an elected official that represents their constituents with dignity and respect, and I plan to continue that on the Broward County Commission,” she said. </p><p>Eugen Bold has been a high-level Broward County staff member for the past five years. His experience stems from working as a director in policy for a county commissioner, experience he says can translate to the leadership the county is lacking.</p><p>“I am running to reimagine Broward County the way it operates, the way it delivers, the way it uses and spends taxpayers dollars, and the way it works with other agencies with the goal of improving quality of life,” said Bold. </p><p>A.J. Ryan is a former Dania Beach mayor and current commissioner. He said he is confident that his former experience in leading a city and with his youth and energy makes him the right fit for the job. </p><p>“I have the institutional knowledge, and I have the experience to really represent this place the right way,” he said. </p><p>Candidate Jeffrey Jones is a businessman who grew up in Hallandale Beach. Local 10 reached out to Jones for his comments, but he has not replied as of the time of this story’s publication. </p><p>Key issues the county is facing includes Amendment 3, a question on the November ballot to cut local property taxes and expand the homestead exemption. </p><p>It’s an amendment that the three candidates Local 10 spoke with were against.</p><p>Also at issue is public safety and spending from Broward County Sheriff Gregory Tony. </p><p>The candidates each weighed in on wanting to see more transparency and accountability from Broward County’s top cop.</p><p>“I think there has to be a balance between ensuring that our officers are equipped to the best that they can be, but also that the taxpayers are not being hit with a cost with,” said Shuham. </p><p>“As an institution, I do believe that BSO can do a better job when it comes to accountability, transparency and working with the county commission,” said Bold. </p><p>Added Ryan: “He does not spare any expense when it comes to public safety and I understand that. You cannot put a price on a life, but when it comes to certain equipment, certain studies, new facilities, I feel like we could probably sharpen the pencil a little more on that.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade teen makes history as world’s youngest male professor]]></title><link>https://www.local10.com/news/local/2026/08/06/miami-dade-teen-makes-history-as-worlds-youngest-male-professor/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/miami-dade-teen-makes-history-as-worlds-youngest-male-professor/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[An 18-year-old Miami Dade College professor is making history as the youngest male professor recorded by Guinness World Records.]]></description><pubDate>Thu, 06 Aug 2026 22:17:08 +0000</pubDate><content:encoded><![CDATA[<p>An 18-year-old Miami Dade College professor is making history as the youngest male professor recorded by Guinness World Records.</p><p>Nathan Thomas, who is younger than many of his students, teaches engineering courses online at Miami Dade College.</p><p>Thomas began taking classes at Miami Dade College when he was just 10 years old and earned his associate degree at 14.</p><p>“If you go to school earlier, don’t get influenced by other people’s decisions or paths because it’s different from yours,” Thomas said.</p><p>Thomas later earned both his bachelor’s and master’s degrees in electrical engineering before returning to Miami Dade College to teach.</p><p>He is now entering his second year of law school.</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[Suspect taken into custody after deputies respond to home in northwest Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/06/suspect-taken-into-custody-after-deputies-respond-to-home-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/suspect-taken-into-custody-after-deputies-respond-to-home-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[A large law enforcement presence was seen outside a home in northwest Miami-Dade County on Thursday afternoon.]]></description><pubDate>Thu, 06 Aug 2026 22:15:52 +0000</pubDate><content:encoded><![CDATA[<p>A large law enforcement presence was seen outside a home in northwest Miami-Dade County on Thursday afternoon.</p><p>The home was located in the area of Northwest 95th Street and 19th Avenue in an unincorporated area of Miami-Dade. </p><p>According to authorities, two people were detained due to what was described as a possible theft. </p><p>SKY 10 was over the scene and observed several deputies appearing to point guns at the home. </p><p>Authorities have not provided any information on the circumstances that led up to the arrest or positively identified the suspect. </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[Union representing IRS workers asks judge to block Trump tax audit immunity deal]]></title><link>https://www.local10.com/business/2026/08/06/union-representing-irs-workers-asks-judge-to-block-trump-tax-audit-immunity-deal/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/union-representing-irs-workers-asks-judge-to-block-trump-tax-audit-immunity-deal/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The labor union representing Treasury Department and Internal Revenue Service workers asked a judge Thursday to block a sweeping tax audit immunity agreement for President Donald Trump, arguing it would force career employees to choose between following a political order and abiding by the law.]]></description><pubDate>Thu, 06 Aug 2026 22:12:52 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The labor union representing Treasury Department and Internal Revenue Service workers asked a judge Thursday to block a sweeping tax audit immunity agreement for President Donald Trump, arguing it would force career employees to choose between following a political order and abiding by the law.</p><p>The group joined a lawsuit filed in May that sought to block the proposed $1.8 billion “Anti-Weaponization Fund," which the Trump administration later scrapped after bipartisan pushback. The updated lawsuit, filed by legal advocacy group Democracy Forward, now also targets the audit immunity deal conferred on the president, his sons and the Trump Organization, which remains in place.</p><p>The updated lawsuit says Trump and his family are “obligated to pay taxes owed, just like every other taxpayer." But under the immunity order, IRS employees will be forced to drop ongoing audits of the president and his businesses, giving Trump "a lucrative and unconstitutional emolument," the lawsuit says.</p><p>“The integrity of our tax system depends on one fundamental principle: every taxpayer is subject to the same laws and the same standards,” Doreen Greenwald, the national president of the National Treasury Employees Union, said in a statement. “When political actors direct employees to treat certain taxpayers differently, it undermines public confidence in our tax system and places dedicated civil servants in an impossible position.”</p><p>The lawsuit asks the court to bar the Trump administration from implementing or enforcing the immunity deal, which officials have said applies only to claims open at the time of the settlement and does not protect the president from examination of future tax filings. The case alleges the agreement violates a law that bars the president from interfering with tax audits.</p><p>According to the initial outline of the audit deal, spelled out in a one-page document signed by acting Attorney General Todd Blanche, the U.S. was “forever barred and precluded” from examining current tax filings or prosecuting any of the plaintiffs — Trump, his sons and the Trump Organization — as well as other “related or affiliated” individuals.</p><p>It’s unclear how much Trump owes the federal government in back taxes, but the latest details of the deal could wipe away what could be more than $100 million in back taxes, according to previous New York Times and ProPublica reporting.</p><p>The Justice Department and an attorney for Trump didn't immediately respond to emails seeking comment Thursday.</p><p>The original lawsuit filed in May was focused on the “Anti-Weaponization Fund" announced as part of the settlement of Trump's lawsuit over his leaked tax returns. The fund was proposed as a way to compensate people who say they were politically targeted by the Justice Department, but it quickly drew outrage over the potential that those considered for payments could include people convicted of assaulting police at the Jan. 6, 2021, U.S. Capitol riot.</p><p>The judge overseeing the case, U.S. District Judge Leonie Brinkema in Alexandria, Virginia, blocked the administration in May from proceeding with the fund.</p><p>Days later, Blanche told Congress that the administration was no longer moving forward with the fund. Blanche on Sunday formally rescinded plans for the fund in writing amid pressure from two Republican senators who were threatening to block his confirmation as attorney general.</p><p>The updated lawsuit filed Thursday says Blanche's order on the fund doesn't go far enough to prevent the administration from moving forward with the payouts in the future and is asking the judge to permanently block officials from taking further action to create the fund.</p><p>The lawsuit notes that Trump has "made clear that he intends to keep the Fund alive, affirming his belief that the January 6 rioters and other Fund beneficiaries 'should be paid back for what they were forced to endure.'"</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/POYDU2FTW2LZPBTL72R2GGSVDY.jpg?auth=c7cf89c92b8015fd71dbd6cef38b87e3fcc59bd41a93ab8530907e3ffd458bd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks in the Oval Office of the White House, Thursday, Aug. 6, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[HealthCast: Understanding dangers that come with riding electric bicycles and scooters]]></title><link>https://www.local10.com/health/2026/08/06/healthcast-understanding-dangers-that-come-with-riding-electric-bicycles-and-scooters/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/healthcast-understanding-dangers-that-come-with-riding-electric-bicycles-and-scooters/</guid><dc:creator><![CDATA[Kristi Krueger]]></dc:creator><description><![CDATA[They’re fun to ride and can get you where you’re going more quickly, but electric bikes and scooters are not the same as their counterparts that don’t have a motor.]]></description><pubDate>Thu, 06 Aug 2026 22:09:30 +0000</pubDate><content:encoded><![CDATA[<p>They’re fun to ride and can get you where you’re going more quickly, but electric bikes and scooters are not the same as their counterparts that don’t have a motor.</p><p>Pediatric emergency medicine Dr. Purva Grover with Cleveland Clinic says the past several months she’s seen a spike in tragedies for children from e-bikes.</p><p>“Largely there is a huge disconnect in information,” she said. “I think that that’s where all of these issues are leading out to.”</p><p>But it’s a problem nationwide regardless of age.</p><p>The latest data from the U.S. Consumer Product Safety Commission shows that between 2017 and 2024 there were an estimated 155,200 emergency room visits due to e-bikes. There were also 310 deaths reported.</p><p>In that same time period, e-scooters sent an estimated 380,000 people to the emergency room, but Grover believes the numbers are “severely underreported.”</p><p>“It’s just a matter of time when we’ll be able to collect this data much more appropriately to really understand the true scope, but I fear that what you’re seeing right now is just the tip of the iceberg,” said Grover. </p><p>Grover said it’s important to always wear a properly fitted, certified helmet that’s tested for higher speeds.</p><p>She says a regular bicycle helmet may not provide adequate protection. </p><p>Grover also said to follow local traffic laws and be aware that large vehicles have blind spots and may not see an e-bike or e-scooter.</p><p>“These are 50 to 60 pound big machines which can travel at a speed from anywhere from 20 to 28 mph and can cause significant injuries to the rider and to the passersby as well,” said Gupta. </p><p><div style="position: relative; width: 100%; height: 0px; padding: 184.14% 0px 0px; overflow: hidden; will-change: transform;"><iframe loading="lazy" src="https://e.infogram.com/511c51df-61b2-4c50-acac-b21a0e20f5a5?src=embed&amp;embed_type=responsive_iframe" title="HealthCast " allowfullscreen="" allow="fullscreen" style="position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; border: none; padding: 0px; margin: 0px;"></iframe></div></p>]]></content:encoded></item><item><title><![CDATA[Aug. 6: Warm, humid, occasional showers or thunderstorm]]></title><link>https://www.local10.com/weather/2026/08/06/aug-6-warm-humid-occasional-showers-or-thunderstorm/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/06/aug-6-warm-humid-occasional-showers-or-thunderstorm/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[A “hit or miss,” passing shower cannot be ruled out for South Florida Thursday night. ]]></description><pubDate>Thu, 06 Aug 2026 22:07:05 +0000</pubDate><content:encoded><![CDATA[<p>A “hit or miss,” passing shower cannot be ruled out for South Florida Thursday night. </p><p>Otherwise, mostly to partly cloudy skies and gentle, east-northeast winds can be expected for Miami-Dade and Broward counties.</p><p>Friday will offer a sun/cloud mix with the possibility for scattered showers and storms. Near seasonable temperatures are forecast -- lows in the upper 70s, highs around 90°F.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Video shows arrest of unruly passenger on flight to Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/08/06/video-shows-arrest-of-unruly-passenger-on-flight-to-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/video-shows-arrest-of-unruly-passenger-on-flight-to-fort-lauderdale/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Tempers flared on a United Airlines flight from Newark, New Jersey to Fort Lauderdale on Wednesday.]]></description><pubDate>Thu, 06 Aug 2026 21:26:01 +0000</pubDate><content:encoded><![CDATA[<p>Tempers flared on a United Airlines flight from Newark, New Jersey to Fort Lauderdale on Wednesday.</p><p><a href="https://www.local10.com/espanol/2026/08/06/video-muestra-arresto-de-pasajero-conflictivo-en-vuelo-a-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/video-muestra-arresto-de-pasajero-conflictivo-en-vuelo-a-fort-lauderdale/">Leer en español</a></p><p>Broward Sheriff’s Office deputies said Daniel Borman, 36, of Springfield, New Jersey, started yelling at flight attendants who cut him off from alcohol. </p><p>Multiple off-duty law enforcement officers were on the flight, however, including the former chief of the Minneapolis Police Department, Brian O’Hara who said something “was just off.”</p><p>“I was standing on the chair while the other guys were behind him and just grabbed one of his arms,” O’Hara said. “I had to get his arm off of the chair, and put it behind his back.”</p><p>He added, “Apparently, my wife told me I was yelling at him to put his hands behind his back, like I was still a cop. But I have no memory of that.”</p><p>A deputy from the Bergen County, New Jersey Sheriff’s Office was aboard and had handcuffs to place on Borman, O’Hara said. The ordeal lasted about 45 minutes.</p><p>Of the man’s behavior, O’Hara said, “It’s bothersome to watch someone abuse women like that so disrespectfully and threatening them when they’re just trying to do their job.”</p><p>United Airlines issued a statement reading: “We thank our crew and customers for assisting with the situation and helping ensure the safety of everyone onboard.”</p><p>Borman, facing a disorderly intoxication charge, was no longer listed in Broward jail records as of Thursday 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></item><item><title><![CDATA[Hollywood beachfront tower project nears final approval amid community opposition]]></title><link>https://www.local10.com/news/local/2026/08/06/hollywood-beachfront-tower-project-nears-final-approval-amid-community-opposition/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/hollywood-beachfront-tower-project-nears-final-approval-amid-community-opposition/</guid><dc:creator><![CDATA[Aaron Maybin, Ryan Mackey]]></dc:creator><description><![CDATA[Developers behind the proposed Portofino Hollywood project sought to reassure residents this week as the controversial redevelopment of city-owned beachfront property nears its final approval stages.]]></description><pubDate>Thu, 06 Aug 2026 21:43:50 +0000</pubDate><content:encoded><![CDATA[<p>Developers behind the proposed <a href="https://www.local10.com/news/local/2026/05/20/hollywood-residents-push-back-as-city-clears-way-for-27-story-beachfront-development/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/20/hollywood-residents-push-back-as-city-clears-way-for-27-story-beachfront-development/">Portofino Hollywood project</a> sought to reassure residents this week as the controversial redevelopment of city-owned beachfront property nears its final approval stages.</p><p><a href="https://www.local10.com/espanol/2026/08/06/proyecto-de-torre-frente-a-la-playa-de-hollywood-se-acerca-a-aprobacion-final-en-medio-de-oposicion-de-la-comunidad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/proyecto-de-torre-frente-a-la-playa-de-hollywood-se-acerca-a-aprobacion-final-en-medio-de-oposicion-de-la-comunidad/">Leer en español</a></p><p>At a community meeting on Thursday, representatives for Related Group said the gathering was intended to address what they described as misinformation surrounding the proposal at 1301 South Ocean Dr.</p><p>“You want to come in and you want to build a skyscraper so the rest of us are sitting here and you’re like this,” one concerned Hollywood resident told members of the development team, reflecting ongoing opposition from some community members.</p><p>The proposal, approved by city commissioners this spring, would bring a 27-story luxury high-rise to a 3.5-acre site that is currently home to a community center, park and public parking lot. Under the plan, the community center would be rebuilt as part of the redevelopment.</p><p>Keith Poliakoff, an attorney representing the developers, said misconceptions about the project have fueled public concern.</p><p>“Some people think that the park is being demolished. Some people don’t understand that the community center is being rebuilt. A lot of people don’t understand the city is making $2.7 billion over the course of the 99-year lease for this project,” Poliakoff said.</p><p>Residents have spent years opposing the redevelopment, arguing that replacing public beachfront land with a high-rise would permanently alter the character of the area. During public meetings, many urged city officials to reject the proposal.</p><p>Poliakoff disputed the notion that the project lacks broad public support.</p><p>“I don’t think it’s unpopular,” he said. ”I think that it is again a misconception. There are close to 250,000 voters in the city of Hollywood. Of that you’ll hear from 20-50 at a meeting in opposition. That’s not a tremendous amount of opposition." </p><p>The development is moving forward under <a href="https://flhousing.org/live-local-act/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=pmax_072325&amp;gad_source=1&amp;gad_campaignid=23002679478&amp;gclid=CjwKCAjw4dDTBhAqEiwAkHYmSvFwiUfVHMhofAjiFpHP6tRLjgAiwvxu-ki80c10qgrtUi-JthjOcxoCX3wQAvD_BwE" target="_self" rel="" title="https://flhousing.org/live-local-act/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=pmax_072325&amp;gad_source=1&amp;gad_campaignid=23002679478&amp;gclid=CjwKCAjw4dDTBhAqEiwAkHYmSvFwiUfVHMhofAjiFpHP6tRLjgAiwvxu-ki80c10qgrtUi-JthjOcxoCX3wQAvD_BwE">Florida’s Live Local Act</a>, which limits local governments’ authority over zoning for qualifying housing developments. Under the law, local zoning regulations are preempted as long as 40 percent of the units are reserved for affordable housing.</p><p>According to Poliakoff, the project is entering its final stages of local review.</p><p>“We’re almost at the end,” he said. “We have a final planning and development board meeting, a final city commission meeting in October, and at that point, we’re starting the construction drawings and we’re ready to begin the project.” </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[Proyecto de torre frente a la playa de Hollywood se acerca a aprobación final en medio de oposición de la comunidad]]></title><link>https://www.local10.com/espanol/2026/08/06/proyecto-de-torre-frente-a-la-playa-de-hollywood-se-acerca-a-aprobacion-final-en-medio-de-oposicion-de-la-comunidad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/proyecto-de-torre-frente-a-la-playa-de-hollywood-se-acerca-a-aprobacion-final-en-medio-de-oposicion-de-la-comunidad/</guid><dc:creator><![CDATA[Aaron Maybin, Ryan Mackey]]></dc:creator><description><![CDATA[Los desarrolladores detrás del proyecto Portofino Hollywood propuesto intentaron tranquilizar a los residentes esta semana mientras la controvertida remodelación de una propiedad municipal frente a la playa se acerca a sus etapas finales de aprobación.]]></description><pubDate>Thu, 06 Aug 2026 22:02:48 +0000</pubDate><content:encoded><![CDATA[<p>Los desarrolladores detrás del <a href="https://www.local10.com/news/local/2026/05/20/hollywood-residents-push-back-as-city-clears-way-for-27-story-beachfront-development/#:~:text=with%20the%20project.-,Leer%20en%20espa%C3%B1ol,-The%20proposal%20calls" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/20/hollywood-residents-push-back-as-city-clears-way-for-27-story-beachfront-development/#:~:text=with%20the%20project.-,Leer%20en%20espa%C3%B1ol,-The%20proposal%20calls">proyecto Portofino Hollywood</a> propuesto intentaron tranquilizar a los residentes esta semana mientras la controvertida remodelación de una propiedad municipal frente a la playa se acerca a sus etapas finales de aprobación.</p><p>En una reunión comunitaria el jueves, representantes de Related Group dijeron que el encuentro tenía como objetivo abordar lo que describieron como información errónea en torno a la propuesta en 1301 South Ocean Dr.</p><p>“Ustedes quieren venir y construir un rascacielos, mientras el resto de nosotros estamos aquí y ustedes están así”, dijo un residente preocupado de Hollywood a miembros del equipo de desarrollo, reflejando la continua oposición de algunos miembros de la comunidad.</p><p>La propuesta, aprobada por los comisionados de la ciudad esta primavera, llevaría una torre de lujo de 27 pisos a un terreno de 3.5 acres que actualmente alberga un centro comunitario, un parque y un estacionamiento público. Bajo el plan, el centro comunitario sería reconstruido como parte de la remodelación.</p><p>Keith Poliakoff, abogado que representa a los desarrolladores, dijo que las ideas equivocadas sobre el proyecto han alimentado la preocupación pública.</p><p>“Algunas personas piensan que el parque será demolido. Algunas personas no entienden que el centro comunitario será reconstruido. Muchas personas no entienden que la ciudad recibirá $2,700,000,000 USD durante los 99 años del contrato de arrendamiento de este proyecto”, dijo Poliakoff.</p><p>Los residentes han pasado años oponiéndose a la remodelación, argumentando que reemplazar terrenos públicos frente a la playa con una torre alteraría permanentemente el carácter de la zona. Durante reuniones públicas, muchos instaron a los funcionarios de la ciudad a rechazar la propuesta.</p><p>Poliakoff rechazó la idea de que el proyecto carezca de amplio apoyo público.</p><p>“No creo que sea impopular”, dijo. “Creo que, nuevamente, se trata de una idea equivocada. Hay cerca de 250,000 votantes en la ciudad de Hollywood. De ellos, se escuchará a entre 20 y 50 personas oponiéndose en una reunión. Eso no representa una enorme cantidad de oposición”.</p><p>El desarrollo avanza bajo la <a href="https://flhousing.org/live-local-act/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=pmax_072325&amp;gad_source=1&amp;gad_campaignid=23002679478&amp;gclid=CjwKCAjw4dDTBhAqEiwAkHYmSvFwiUfVHMhofAjiFpHP6tRLjgAiwvxu-ki80c10qgrtUi-JthjOcxoCX3wQAvD_BwE" target="_blank" rel="noreferrer" title="https://flhousing.org/live-local-act/?utm_source=google&amp;utm_medium=cpc&amp;utm_campaign=pmax_072325&amp;gad_source=1&amp;gad_campaignid=23002679478&amp;gclid=CjwKCAjw4dDTBhAqEiwAkHYmSvFwiUfVHMhofAjiFpHP6tRLjgAiwvxu-ki80c10qgrtUi-JthjOcxoCX3wQAvD_BwE">Ley Live Local de Florida</a>, que limita la autoridad de los gobiernos locales sobre la zonificación para proyectos de vivienda que cumplen con los requisitos. Bajo la ley, las regulaciones locales de zonificación quedan anuladas siempre que el 40 por ciento de las unidades estén reservadas para viviendas asequibles.</p><p>Según Poliakoff, el proyecto está entrando en sus etapas finales de revisión local.</p><p>“Estamos casi al final”, dijo. “Tenemos una reunión final de la junta de planificación y desarrollo, una reunión final de la comisión de la ciudad en octubre y, en ese momento, comenzaremos con los planos de construcción y estaremos listos para iniciar el proyecto”.</p>]]></content:encoded></item><item><title><![CDATA[Louisiana school board and federal government end 61 years of segregation monitoring]]></title><link>https://www.local10.com/news/national/2026/08/06/louisiana-school-board-and-federal-government-end-61-years-of-segregation-monitoring/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/louisiana-school-board-and-federal-government-end-61-years-of-segregation-monitoring/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BOSSIER CITY, La. (AP) — A Louisiana school board and the federal government have agreed to end more than 60 years of oversight meant to end segregation.]]></description><pubDate>Thu, 06 Aug 2026 21:55:11 +0000</pubDate><content:encoded><![CDATA[<p>BOSSIER CITY, La. (AP) — A Louisiana school board and the federal government have agreed to end more than 60 years of oversight meant to end segregation.</p><p>The agreement was announced Thursday on the first day of classes for Bossier Parish Schools near Shreveport.</p><p>“Dismissal of the case allows us the freedom to make our own decisions that are in the best interest of all students, staff and our community, while keeping in mind the history of the past 61 years,” Bossier Schools Superintendent Jason Rowland said in a statement.</p><p>Louisiana Attorney General Liz Murrill announced the settlement. Last month she announced she had helped lift a desegregation mandate for the rural Concordia Parish School Board along the Mississippi River.</p><p>“It’s long past time for these old consent decrees to come to an end. These decades-old cases are expensive, ineffective, and they take power away from local communities,” Murrill said on social media.</p><p>The U.S. Justice Department spent decades fighting for such cases but reversed course under Trump. Officials in his administration have framed the remaining segregation orders as federal intrusion into local school systems. Louisiana officials agree they’re no longer needed and describe them as relics of a time when Black students were forbidden from attending some schools.</p><p>The Bossier Parish Schools order said the parents who filed the original suit in 1964 that led to the oversight agreement are dead and that their children, who were part of the original court proceedings, couldn't be contacted.</p><p>The school system said it worked for decades with the Department of Justice, collaborating with its lawyers over “every new school, classroom wing addition and attendance zone change.”</p><p>Rowland thanked past board members and employees for doing everything the system needed to do to get out from the intense federal monitoring.</p><p>The superintendent said he trusts district leadership to make sure everyone in the system is treated fairly.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMFHDOBCM75UHQFFZWCQTYSCBU.jpg?auth=e6ef3b4fb519012170ddc5e78fc05ec5340bac17fa02817497aa86eaa614750c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Louisiana Attorney General Liz Murrill speaks with attendees during an election night watch party for U.S. Senate candidate Rep. Julia Letlow, R-La., May 16, 2026, in Baton Rouge, La. (AP Photo/Matthew Hinton, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matthew Hinton</media:credit></media:content></item><item><title><![CDATA[Georgia woman says she was wrongly diagnosed with cancer and had hysterectomy due to labeling error]]></title><link>https://www.local10.com/news/national/2026/08/06/georgia-woman-says-she-was-wrongly-diagnosed-with-cancer-and-had-hysterectomy-due-to-labeling-error/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/georgia-woman-says-she-was-wrongly-diagnosed-with-cancer-and-had-hysterectomy-due-to-labeling-error/</guid><dc:creator><![CDATA[By KIM CHANDLER and EMILIE MEGNIEN, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — An Atlanta-area woman alleges that she was wrongly diagnosed with cancer and underwent an unneeded hysterectomy because of a labeling error.]]></description><pubDate>Thu, 06 Aug 2026 21:49:06 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — An Atlanta-area woman alleges that she was wrongly diagnosed with cancer and underwent an unneeded hysterectomy because of a labeling error.</p><p>Cassandra Barksdale and her attorneys filed a lawsuit Tuesday against Kaiser Permanente alleging the mix-up led to the surgery and months of physical and emotional pain.</p><p>According to the lawsuit, another patient's tissue sample was mistakenly labeled as belonging to Barksdale, who at age 43 then underwent a full hysterectomy on May 15, 2025, and was told she would get instructions about chemotherapy.</p><p>It's unclear how the mix-up occurred. In September, Barksdale was informed that a DNA analysis found the tissue sample showing an aggressive form of endometrial uterine cancer belonged to a different patient and not to her, the lawsuit says.</p><p>“She came into Kaiser Permanente looking for answers, and she left with a diagnosis that did not belong to her. And every step that was taken after that was based off of misinformation,” her attorney Shannan Young said.</p><p>Barksdale went to Kaiser Permanente Southwood Medical Center in Jonesboro, Georgia, in early 2025 to seek treatment for heavy bleeding and fibroids, which are noncancerous growths in and around the uterus. She underwent a biopsy on March 10, 2025.</p><p>Barksdale said that after she got the biopsy results on March 17, 2025, she lived for months believing she had an aggressive type of cancer, sending her and her sons into a deep depression.</p><p>“I even started making funeral plans with them to let them know, you know, if I don’t make it out, this is what I want done,” Barksdale said.</p><p>Representatives for Kaiser Permanente wrote in a statement that, “Ms. Barksdale should not have experienced this.”</p><p>“We have highly trained staff and very thorough processes in place to prevent errors like this from taking place. After this occurred last year, we took immediate steps to ensure it could not happen again. We realize the impact of this incident and are committed to working with Ms. Barksdale and her counsel to resolve this in the most fair and accountable way we can.”</p><p>Because of privacy laws, information about the other patient — including what happened to her and whether cancer treatment was delayed — isn’t publicly available.</p><p>It is not clear just how often pathology samples are mislabeled or mixed-up during medical testing. An Ohio woman filed a similar lawsuit saying a 2019 error on a biopsy led to a misdiagnosis of lung cancer and unneeded surgery. Researchers studying prostate cancer discovered three cases of biopsy sample misidentification over two years, according to a 2011 research paper.</p><p>Labs have turned to a number of best practices to try and prevent errors, including barcode systems for specimen labeling and point-of-care testing.</p><p>The Georgia lawsuit asks for unspecified damages.</p><p>“There’s no amount of money that’s going to return back to her, her healthy organs, or erase the experiences and the pain that she’s had. But our justice system recognizes that when somebody’s negligence harms another person, accountability requires more than ‘I’m sorry,'” Young said.</p><p>___</p><p>Chandler reported from Montgomery, Alabama.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/L7XQ5VK22WGGF3G4VYBPB7T4FQ.jpg?auth=8e928ae66f77befdd361c61f6e96cadbe52f8c0cd5d41fefda333980f0a9d1fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cassandra Barksdale, who says she was wrongly diagnosed with cancer due to a tissue labelling mistake, poses at her attorney's office in Atlanta, Ga., Thursday, Aug. 6, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVKP7LPULCTNXEBLBAFHXW52VQ.jpg?auth=c8b21a73cd893942d1d3ab730fc33d566cab4f5a334d3458cd5d22ddeb19882b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shannan Young reviewing Cassandra Barksdale's dermatopathology report at her office in Atlanta, Ga., Thursday, Aug. 6, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PPW432IZHOUHN3CQGYTRCSAFVM.jpg?auth=9a644cb282ec83981dc5cdc1dcf36cdff1555444ad339055600eabcf8637acaa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Signs mark the exterior of Kaiser Permanente medical center in Jonesboro, Ga., Thursday, Aug. 6, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LTRX3QPL7NDZW3E6EOYGPVXHYQ.jpg?auth=22de5d40aebcb54d9cec3a30e2327a9a57a8b96924ae48f49f05e7db9e24432d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cassandra Barksdale, left, who says she was wrongly diagnosed with cancer due to a tissue labelling mistake, poses with her lawyer Shannan Young in Atlanta, Ga., Thursday, Aug. 6, 2026. (AP Photo/Emilie Megnien)]]></media:description><media:credit role="author" scheme="urn:ebu">Emilie Megnien</media:credit></media:content></item><item><title><![CDATA[US sees a big jump in nausea cases among frequent marijuana users in the hospital]]></title><link>https://www.local10.com/health/2026/08/06/us-sees-a-big-jump-in-nausea-cases-among-frequent-marijuana-users-in-the-hospital/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/us-sees-a-big-jump-in-nausea-cases-among-frequent-marijuana-users-in-the-hospital/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — In the past year, the U.S. has seen a jump in frequent marijuana users going to the hospital with a nausea and vomiting condition, according to a report released Thursday.]]></description><pubDate>Thu, 06 Aug 2026 21:45:29 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — In the past year, the U.S. has seen a jump in frequent marijuana users going to the hospital with a nausea and vomiting condition, according to a report released Thursday.</p><p>“The abruptness and sustained magnitude of the increase” is largely due to the condition getting its own diagnosis code last fall, which is providing a more accurate picture of what was an underrecognized problem, the authors of the U.S. Centers for Disease Control and Prevention report wrote.</p><p>Hospital emergency room diagnoses of the condition, cannabis hyperemesis syndrome, rose 16% from last October to May of this year, federal researchers found.</p><p>The syndrome — seen in people who frequently use marijuana, especially smokers — is characterized by recurring nausea, uncontrollable vomiting and excruciating abdominal pain.</p><p>Past research has suggested that an estimated 2.75 million Americans suffer from it each year, and that hospital emergency room visits have been rising as daily recreational marijuana use has increased.</p><p>But experts also have said that the syndrome probably has been underdiagnosed, possibly because doctors may not have understood patients' marijuana use or because they attributed the suffering to a different illness.</p><p>Tracking the syndrome depended on combining diagnostic codes for nausea and vomiting, and for cannabis use. But last October, a new code was introduced to streamline the diagnosis.</p><p>In the new paper, researchers at the CDC's National Center for Injury Prevention and Control looked at emergency room data from about 7,500 healthcare facilities across the country through May. From January 2023 through the summer of 2025, almost 200,000 syndrome-related visits were made to the emergency departments.</p><p>The burden on ERs was relatively flat over most of the study period. But then it jumped in October, when the new code went into effect.</p><p>The largest increases were seen in people aged 15 to 24, in teenage girls and women, and in Black Americans and in American Indian and Alaska Natives.</p><p>The increase in younger people diagnosed with the syndrome “was actually one of the surprising findings for us,” said CDC's Alana Vivolo-Kantor, the study's first author.</p><p>“Because the assumption going in was, ‘well, how can they have chronic use?’” she said. “How early were they using cannabis?”</p><p>The findings suggest a need to raise awareness about the syndrome, particularly in teens and young adults. The report also suggests a need for more research, including into how newer high-potency THC and hemp-derived products — some of which come in the form of vapes, drinks and gummies — are being used by, and affecting, younger Americans, she said.</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/AZFOTXFTDULLLSCXRD6EXIMPAA.jpg?auth=9de5068926489518e1838a11f764f908d70c03d315f564600fd49e73b209817e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Marijuana clones are shown for sale in Santa Ana, Calif., April 23, 2026. (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[Video muestra arresto de pasajero conflictivo en vuelo a Fort Lauderdale]]></title><link>https://www.local10.com/espanol/2026/08/06/video-muestra-arresto-de-pasajero-conflictivo-en-vuelo-a-fort-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/video-muestra-arresto-de-pasajero-conflictivo-en-vuelo-a-fort-lauderdale/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Los ánimos se caldearon el miércoles en un vuelo de United Airlines de Newark, Nueva Jersey, a Fort Lauderdale.]]></description><pubDate>Thu, 06 Aug 2026 21:33:26 +0000</pubDate><content:encoded><![CDATA[<p>Los ánimos se caldearon el miércoles en un vuelo de United Airlines de Newark, Nueva Jersey, a Fort Lauderdale.</p><p>Agentes de la Oficina del Sheriff de Broward dijeron que Daniel Borman, de 36 años y residente de Springfield, Nueva Jersey, comenzó a gritarles a los auxiliares de vuelo después de que dejaran de servirle alcohol.</p><p>Sin embargo, varios agentes del orden fuera de servicio se encontraban en el vuelo, incluido el ex jefe del Departamento de Policía de Minneapolis, Brian O’Hara, quien dijo que algo “simplemente no estaba bien”.</p><p>“Yo estaba parado sobre el asiento mientras los otros hombres estaban detrás de él y simplemente agarré uno de sus brazos”, dijo O’Hara. “Tuve que quitarle el brazo del asiento y colocárselo detrás de la espalda”.</p><p>Agregó: “Al parecer, mi esposa me dijo que yo le gritaba que pusiera las manos detrás de la espalda, como si todavía fuera policía. Pero no recuerdo nada de eso”.</p><p>Un agente de la Oficina del Sheriff del condado Bergen, Nueva Jersey, estaba a bordo y tenía esposas para colocárselas a Borman, dijo O’Hara. El incidente duró unos 45 minutos.</p><p>Sobre el comportamiento del hombre, O’Hara dijo: “Es perturbador ver a alguien maltratar a mujeres de esa manera, con tanta falta de respeto, y amenazarlas cuando simplemente están tratando de hacer su trabajo”.</p><p>United Airlines emitió un comunicado que decía: “Agradecemos a nuestra tripulación y a nuestros pasajeros por ayudar con la situación y contribuir a garantizar la seguridad de todos a bordo”.</p><p>Borman, quien enfrenta un cargo de intoxicación y alteración del orden público, ya no aparecía en los registros de la cárcel de Broward hasta la tarde del jueves.</p>]]></content:encoded></item><item><title><![CDATA[Policía: Dueño de vivienda en Lighthouse Point mata a uno de dos perros que atacaron a su mascota]]></title><link>https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/</guid><dc:creator><![CDATA[Jackie Pascale, Ryan Mackey, Janine Stanwood]]></dc:creator><description><![CDATA[Un dueño de vivienda mató a tiros a uno de dos perros que atacaron a su perro pequeño afuera de su casa en Lighthouse Point la mañana de este jueves, y el segundo perro posteriormente atacó a otro residente antes de huir, informó la Policía.]]></description><pubDate>Thu, 06 Aug 2026 17:01:35 +0000</pubDate><content:encoded><![CDATA[<p>Un dueño de vivienda mató a tiros a uno de dos perros que atacaron a su perro pequeño afuera de su casa en Lighthouse Point la mañana de este jueves, y el segundo perro posteriormente atacó a otro residente antes de huir, confirmó la Policía.</p><p>La Policía de Lighthouse Point informó que los agentes respondieron alrededor de las 10:13 a.m. a una vivienda cerca de la cuadra 2600 de Northeast 52nd Street tras recibir reportes de una “mordedura de animal”.</p><p>La Policía indicó que el ataque ocurrió después de que dos perros escaparan de un patio cercado y comenzaran a deambular por el vecindario. Señalaron que los perros se encontraron con un perro más pequeño en el porche delantero de una vivienda cercana, donde uno de los perros sueltos lo atacó.</p><p>Indicaron que el dueño del perro pequeño y varios vecinos intentaron separar a los animales, pero no lo lograron. Entonces, el dueño sacó un arma y mató al perro que atacaba en un esfuerzo por detener el ataque.</p><p>La Policía informó que el segundo perro suelto huyó y posteriormente se encontró con otro residente cerca del lugar, al que mordió en una pierna y le causó una herida por punción antes de abandonar el área. Más tarde, el perro regresó a su residencia, donde quedó asegurado por la persona encargada de su cuidado.</p><p>Paramédicos de Lighthouse Point Fire Rescue evaluaron al residente herido en el lugar. Posteriormente, el residente decidió buscar tratamiento médico adicional por su cuenta, informó la Policía.</p><p>Indicaron que el perro pequeño sufrió heridas graves y fue llevado por su dueño a un hospital veterinario local para recibir tratamiento.</p><p>Vecinos dijeron a Local 10 News que escucharon gritos y salieron rápidamente de sus casas, donde encontraron al perro de mayor tamaño atacando el cuello del perro pequeño. Los residentes también describieron el vecindario como una zona popular para familias y personas que pasean a sus perros.</p><p>La Policía informó que personal del condado Broward también respondió al lugar e investigó el incidente.</p><p>Las autoridades ahora trabajan para determinar de dónde provenían los dos perros que atacaron y las circunstancias que llevaron al ataque.</p><p>Indicaron que hasta el jueves no se habían presentado cargos. La investigación continúa.</p><p>Cualquier persona con información adicional sobre este incidente debe comunicarse con el Departamento de Policía de Lighthouse Point al 954-942-8080.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a ex receptor abierto de la NFL Stedman Bailey y a una mujer por tener relaciones sexuales en público en Pembroke Lakes Mall, dice la policía]]></title><link>https://www.local10.com/espanol/2026/08/06/arrestan-a-ex-receptor-abierto-de-la-nfl-stedman-bailey-y-a-una-mujer-por-tener-relaciones-sexuales-en-publico-en-pembroke-lakes-mall-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/arrestan-a-ex-receptor-abierto-de-la-nfl-stedman-bailey-y-a-una-mujer-por-tener-relaciones-sexuales-en-publico-en-pembroke-lakes-mall-dice-la-policia/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[La policía arrestó al ex jugador de la NFL Stedman Bailey y a una mujer después de que, según las autoridades, ambos mantuvieran relaciones sexuales en público dentro de una sala de videojuegos en Pembroke Lakes Mall.]]></description><pubDate>Thu, 06 Aug 2026 15:36:07 +0000</pubDate><content:encoded><![CDATA[<p>La policía arrestó al ex jugador de la NFL Stedman Bailey y a una mujer después de que, según las autoridades, ambos mantuvieran relaciones sexuales en público dentro de una sala de videojuegos en Pembroke Lakes Mall.</p><p>El hecho ocurrió poco antes de las 12:30 a.m. del 27 de julio en Round1, informó la policía.</p><p>Bailey, de 35 años y residente de Miramar, está acusado de mantener relaciones sexuales de manera pública con Karina Manderson, de 35 años y residente de Pembroke Pines.</p><p>Según el Departamento de Policía de Pembroke Pines, los agentes respondieron a Round1 tras recibir reportes de dos personas que mantenían relaciones sexuales en el bar del establecimiento.</p><p>La policía informó que revisó las grabaciones de vigilancia, las cuales mostraban que Manderson “estaba inclinada hacia adelante a la altura de la cintura” mientras Bailey se encontraba detrás de ella. Un testigo dijo a los investigadores que observó a ambos teniendo relaciones sexuales y que, cuando les pidió que se detuvieran, Bailey se subió los pantalones y ambos se retiraron lentamente del área del bar.</p><p>Al entrevistar a los sospechosos, la policía indicó que ambos admitieron haber consumido varios tragos de licor en el bar. Los investigadores dijeron que Bailey reconoció que “ambos tenían los pantalones abajo” y que estaba exponiendo sus partes íntimas, pero aseguró que “nunca hubo penetración”.</p><p>La policía dijo que no encontró evidencia que sugiriera que las bebidas de alguno de los sospechosos hubieran sido adulteradas.</p><p>Ambos fueron arrestados más tarde esa misma mañana y acusados de exhibicionismo.</p><p>Bailey es un ex receptor abierto de la NFL que jugó durante tres temporadas con los Rams de St. Louis, de 2013 a 2015, después de ser seleccionado en la tercera ronda del Draft de la NFL de 2013.</p><p>En 2015, Bailey recibió disparos mientras estaba sentado en un vehículo estacionado en Miami Gardens. Aunque finalmente se recuperó de sus heridas, el tiroteo provocó su retiro del fútbol americano profesional.</p><p>Antes de asistir a la Universidad de West Virginia, Bailey cursó la escuela secundaria en el sur de Florida, tanto en Miami Carol City Senior High, en el condado Miami-Dade, como en Miramar High School, en el condado Broward.</p>]]></content:encoded></item><item><title><![CDATA[Family of woman killed during 2022 crime spree crash testifies as teen faces sentencing]]></title><link>https://www.local10.com/news/local/2026/08/06/family-of-woman-killed-during-2022-crime-spree-crash-testifies-as-teen-faces-sentencing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/family-of-woman-killed-during-2022-crime-spree-crash-testifies-as-teen-faces-sentencing/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Four years after a single mother of three was killed in a crash, the teen who was behind the wheel of the car that hit her is now being sentenced.]]></description><pubDate>Thu, 06 Aug 2026 20:19:43 +0000</pubDate><content:encoded><![CDATA[<p>Four years after a <a href="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/" target="_self" rel="" title="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/">single mother of three was killed in a crash</a>, the teen who was behind the wheel of the car that hit her is now being sentenced.</p><p><a href="https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/">Leer en español</a></p><p>Now 19, Jah’Kobe Bessent awaits his fate for a crime spree in August 2022 that ended in the fatal crash. Investigators said Bessent, then 15, was driving a stolen vehicle and fleeing from police when he caused the wreck that killed 35-year-old Maria Tellez-Valderrabano.</p><p>State prosecutors said Bessent and 13-year-old Jacory Flournoy first broke into a Fort Lauderdale home while the residents were sleeping, stole their car and later crashed into another vehicle, killing Tellez-Valderrabano.</p><p>Tellez-Valderrabano’s family was in court Thursday wearing pendants with her picture on them as several of Bessent’s relatives testified in his defense.</p><p>“I saw it on the news. I had a feeling that he was involved in it,” one family member said.</p><p>During the sentencing hearing, Bessent’s aunt, Latonya Burns, described what she said was a difficult and traumatic upbringing that severely affected his mental state.</p><p>Bessent’s sister, who is also behind bars, testified that she and her brother were physically abused. She said there were times when their mother ordered her to hold Jah’Kobe down while he was beaten.</p><p>State prosecutors argued that the disturbing details of Bessent’s upbringing should not take away from the fact that a woman was killed and a family lost their loved one.</p><p>The victim’s family said they want justice for Tellez-Valderrabano’s death, but the judge will ultimately decide Bessent’s sentence.</p><p>At the time of this report, Bessent’s father was on the witness stand.</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[Jaylen Brown processing how he became a former Celtic. Ready to win with LeBron, Embiid and 76ers]]></title><link>https://www.local10.com/sports/2026/08/06/jaylen-brown-processing-how-he-became-a-former-celtic-ready-to-win-with-lebron-embiid-and-76ers/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/jaylen-brown-processing-how-he-became-a-former-celtic-ready-to-win-with-lebron-embiid-and-76ers/</guid><dc:creator><![CDATA[By DAN GELSTON, Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Jaylen Brown got the call that Boston — the franchise that drafted him as a teenager and where he blossomed into an NBA Finals MVP and champion — had traded him and heaved his phone across the room.]]></description><pubDate>Thu, 06 Aug 2026 21:20:45 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Jaylen Brown got the call that Boston — the franchise that drafted him as a teenager and where he blossomed into an NBA Finals MVP and champion — had traded him and heaved his phone across the room.</p><p>No, it wasn't a prank call.</p><p>Brown was indeed headed to the Philadelphia 76ers, where he was set to form an All-Star trio with Joel Embiid and Tyrese Maxey.</p><p>Little did he know LeBron James was on his way to Philly, too.</p><p>Brown has slowly settled into his new team, all while admitting he's still processing the details of his messy breakup with the Celtics.</p><p>If the 29-year-old Brown lived in a perfect world, he'd still wear Celtics green this season, and for the rest of his career, if he could, rather than get traded.</p><p>He's ready to move on and try with perhaps the best starting five in the NBA to win a championship with the Sixers.</p><p>“I'm still processing to some degree," Brown said Thursday. “Just, the excitement of coming to a new city, a new place, new expectations, new energy. Then also leaving somewhere that you've been for a very, very long time.”</p><p>Brown, the No. 3 pick in the 2016 draft, formed a potent 1-2 partnership on the court with Jayson Tatum that resulted in the 2024 NBA championship. Their off-court relationship was dissected throughout NBA media circles and the topic of are they-or-aren't they friends could have strained their effectiveness in Boston.</p><p>Brown, who still has three seasons and about $182 million left on what was then a record, five-year, $304 million supermax deal he signed in 2023, was respectful of Tatum, but noted they had “not really” talked since the trade.</p><p>“We won a championship together," Brown said. “Anybody that you win a championship with, you think that’s what a brotherhood or a lifelong legacy would entail. Obviously, there’s ups and downs in any type of relationship, for sure.”</p><p>Brown has spoken in previous years about how he has felt disrespected by both media and people around the league for what he has achieved during his career.</p><p>Though he took Eastern Conference finals and NBA Finals honors during the Celtics' most recent championship run, he was left off the U.S. 2024 Paris Olympics roster.</p><p>Then, last season, with Tatum playing in just 16 games during the regular season while he rehabbed from a ruptured Achilles tendon, Brown averaged career highs in points (28.7), rebounds (6.9) and assists (5.1) while finishing sixth in MVP voting.</p><p>The Celtics promptly dangled him as trade bait to Milwaukee in a failed bid to land Giannis Antetokounmpo.</p><p>Brown said the “whole process” of how his career in Boston ended bothered him.</p><p>“Maybe one day, we’ll share the details of how everything transpired and all the moving parts that took place in this,” Brown said. "Obviously, it’s a lot of speculation; I feel no need to chime in on it because I’m focused on what’s in front of me.”</p><p>The 76ers and new team president Mike Gansey swooped in and landed Brown in exchange for Paul George and a slew of draft picks.</p><p>Brown alone was a significant upgrade and made the 76ers, who haven't won an NBA title since 1983, a serious contender to win the East.</p><p>Little did Brown know his presence was enough to help sway four-time NBA MVP and four-time NBA champion James, leading to the free agent signing last month with the Sixers.</p><p>“I thought maybe after Jaylen, we had a better chance,” Gansey said. “I guess that was all we needed.”</p><p>How's this for a starting five: two league MVPs in Embiid and James, a five-time All-Star in Brown, a 2026 All-Star starter in Maxey and third in last season's NBA rookie of the year voting in VJ Edgecombe.</p><p>Expectations this season are sky high.</p><p>Brown faced much of the same pressures to win in Boston, dealing with a hefty media corps and trying to please an overzealous fanbase. He thrived.</p><p>“I think at different points in my career, how I handled pressure would probably look different at this point,” Brown said. “I probably ignore a lot of it, you know, just water under the bridge. My relationship with the media hasn't always been the best. That's part of the reason why I started streaming (on Twitch) and stuff like that.”</p><p>Brown — deeply involved in Boston community initiatives — skipped holding the traditional introductory press conference at the Sixers' New Jersey complex or South Philadelphia home arena. Instead, he chose a recreation center where he was greeted by screeching, joyous children in Brown T-shirts, high-fived the mascot and a DJ pumped tunes until he and other team personnel arrived.</p><p>“As I’m still getting to learn this community, I just wanted to make it clear that this was an important pillar in my life, community and the foundation," Brown said. "As I’m getting started on the journey here in Philadelphia, the introduction, the first impression is everything. I just wanted to let people know in Philadelphia that this is something that’s important to me.”</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DK2DWQ6WGB54XSU6ULIWRL3TYA.jpg?auth=10cb09915190383894c30868645f786df1df68321bdae84378730517fdef9fd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Boston Celtics' Jaylen Brown plays during Game 6 in a first-round NBA basketball playoff series, April 30, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Man charged with arson in Spokane, Washington, told police he planned wildfire for weeks]]></title><link>https://www.local10.com/news/2026/08/06/man-charged-with-arson-in-spokane-washington-told-police-he-planned-wildfire-for-weeks/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/man-charged-with-arson-in-spokane-washington-told-police-he-planned-wildfire-for-weeks/</guid><dc:creator><![CDATA[By MARTHA BELLISLE, Associated Press]]></dc:creator><description><![CDATA[A man charged with starting one of the wildfires in Spokane, Washington, that have destroyed hundreds of buildings planned the crime for weeks and researched when the weather would be best for igniting it, police said.]]></description><pubDate>Thu, 06 Aug 2026 22:18:21 +0000</pubDate><content:encoded><![CDATA[<p>A man charged with starting one of the wildfires in Spokane, Washington, that have destroyed hundreds of buildings planned the crime for weeks and researched when the weather would be best for igniting it, police said.</p><p>Aaron Farinacci expressed that “fire is powerful, beautiful, and that things that go through fire experience a kind of rebirth," Spokane County Detective Michael Drapeau said in a court filing Wednesday, recalling his interview with him.</p><p>Farinacci, 37, is charged with starting the Old Trails Fire, one of three fires in the Spokane area that have burned more than 850 homes and forced the evacuation of tens of thousands of people. He’s due in court Thursday for arraignment on a first-degree arson charge.</p><p>Defense attorney Colin Charbonneau did not immediately return messages seeking comment.</p><p>Farinacci researched the weather to predict a day that would have “high winds, low humidity, sort of high heat” for starting the fire, Drapeau said. He also looked up the work of a well-known serial arsonist and purchased items to make a “time delay device” for igniting a wildfire, using notebook paper, matches, a cigarette and a rubber band, the detective said.</p><p>Farinacci picked Saturday, Aug. 1, to start the fire because he knew there would be strong winds — reaching 50 mph (80 kph), the detective said.</p><p>He said he knew it "'was gonna get bad,’” the detective said, but Farinacci claimed he didn’t intend it to grow as much as it did.</p><p>Paul Child, 64, has been credited with leading police to Farinacci. He was driving with his grandson along some railroad tracks when he saw a man standing there and looking toward nearby trees. About 10 minutes later, the man was still there.</p><p>“He was bent over in the brush, acting nervous,” Child told The Associated Press on Tuesday. “You get the feeling this guy’s up to something.”</p><p>Drapeau said Farinacci also admitted responsibility for 25 fires near his apartment building in summer 2025. Most were near the Spokane River or the Centennial Trail.</p><p>Farinacci said he didn't think the Aubrey White Fire in July 2025 would cause damage but "one house got ‘slightly damaged’ from the side,” the detective said.</p><p>That fire was added to the charges, as well as the Meenach Fire, the court filing states.</p><p>Farinacci served about a decade in prison after killing his father in Mesa, Arizona, in 2010. He also shot himself at that time but survived.</p><p>He was charged with murder but pleaded guilty in 2012 to manslaughter and aggravated assault. Farinacci’s lawyer repeatedly raised concerns about his mental health during the case.</p><p>Drapeau said Farinacci indicated that he moved to the Copper River Apartments in the Spokane area in October 2022.</p><p>A son was born in 2025 and “he began having trouble dealing with life issues," the detective said. "He began smoking marijuana at about this time.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7RSC5YUFNXDHDKSOJ6PZC5GOKA.jpg?auth=c1024b21699e7c455c557b97e25765a3309b797bae9247d185c04d9c7a458ace&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned section of trees is marked with pink tape Tuesday, Aug. 4, 2026, in an area near the origin point of the Old Trails Fire, after a man was arrested, suspected of starting the wildfire in Spokane, Wash. (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/7LEDTYQP5SB4IXTSZV3X5TXQEE.jpg?auth=683bac641a9f05cbdbd06025fd56ebf0b6d1aa51cb6e45e9ebcea44a76a446fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crews work near several burned down houses after a wildfire hit the northwest part of Spokane, Wash., Tuesday, Aug. 4, 2026. (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/5QDE4P7UCEF3JOASFADEHGZCHU.jpg?auth=47bb600971728e2d1ec4a0f383b5f0074e9ec61370b07acc8884263fb53d6393&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A burned truck sits in a driveway near several destroyed homes in a residential neighborhood Tuesday, Aug. 4, 2026, after a wildfire hit the northern part of Spokane, Wash. (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/FA5C76UGGQT7A332YAKE24UASA.jpg?auth=e0a74e03035de538b9939971f90066d9e8336355cda21a44f6d05d84bfdc0a7f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Scorched trees stand over the remains of Riverside Real Life church Tuesday, Aug. 4, 2026, after a wildfire hit the northern part of Spokane, Wash. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content></item><item><title><![CDATA[Body found in California home burned by wildfire believed started by chain saw]]></title><link>https://www.local10.com/news/national/2026/08/06/body-found-in-california-home-burned-by-wildfire-believed-started-by-chain-saw/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/body-found-in-california-home-burned-by-wildfire-believed-started-by-chain-saw/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[SAN ANDREAS, Calif. (AP) — A dead body was found inside a central California home burned by a wildfire that investigators believe was accidentally started by sparks from a chain saw, authorities said Thursday.]]></description><pubDate>Thu, 06 Aug 2026 21:11:59 +0000</pubDate><content:encoded><![CDATA[<p>SAN ANDREAS, Calif. (AP) — A dead body was found inside a central California home burned by a wildfire that investigators believe was accidentally started by sparks from a chain saw, authorities said Thursday.</p><p>Herbert Wayne Smith, 65, was arrested Wednesday in connection with the blaze that has destroyed seven structures and scorched more than 15 square miles (39 square km) of forest in the Sierra Nevada foothills of Calaveras County.</p><p>Smith is suspected of “recklessly causing" the blaze on Monday while “operating equipment capable of producing sparks” without clearing flammable vegetation as required, according to the California Department of Forestry and Fire Protection. Prosecutors will determine whether to file criminal charges.</p><p>An apologetic Smith told KCRA-TV that he was using a chain saw to cut some scrap wood when it ignited.</p><p>“I’m so sorry for everything that’s happened,” Smith told the news station. “This is going to destroy my life, one way or another."</p><p>Investigators will determine whether the fire contributed to the death of the person found in a burned home near the town of Angels Camp, the Calaveras County Sheriff’s Office said.</p><p>In eastern Washington state, three major fires continued to burn around the city of Spokane. Officials said Thursday that cooler temperatures and calmer winds have allowed firefighters to make progress against the blazes. No deaths have been reported, though at least 800 buildings have been destroyed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TIRV4Y7DDW3RBBTCIRBSDQHVZQ.jpg?auth=9bccde433a606f6aa1b52c35985e21d4f20c7d02d943818b016efa815fa5aaaf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Gann Fire burns along a hillside near Copperopolis on Tuesday, Aug. 4, 2026, in Calaveras County, 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/EKDVQV2EO35AIIQRYUGJBGMSCU.jpg?auth=ace3dd5b51f9bee8c6a8d1b6d2c72a44c43d433905e4fc65082c5095e533ec31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Gann Fire burns along a hillside near Copperopolis on Tuesday, Aug. 4, 2026, in Calaveras County, 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/X3EWNYGA54MJ7LF7I444HRJ6J4.jpg?auth=bbd60cfd5a98b45b30b4792bba8144eb900af94d0de5575d5d2f6f9ecbd2cb4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Flames consume vegetation as the Gann Fire burns near Copperopolis on Tuesday, Aug. 4, 2026, in Calaveras County, Calif. (AP Photo/Noah Berger)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content></item><item><title><![CDATA[Former NFL WR Stedman Bailey, woman arrested for public sex at Pembroke Lakes Mall, cops say]]></title><link>https://www.local10.com/news/local/2026/08/06/former-nfl-wr-stedman-bailey-woman-arrested-for-public-sex-at-pembroke-lakes-mall-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/former-nfl-wr-stedman-bailey-woman-arrested-for-public-sex-at-pembroke-lakes-mall-cops-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Police arrested former NFL player Stedman Bailey and a woman after they said they had public sex in an arcade at the Pembroke Lakes Mall.]]></description><pubDate>Thu, 06 Aug 2026 15:24:02 +0000</pubDate><content:encoded><![CDATA[<p>Police arrested former NFL player Stedman Bailey and a woman after they said they had public sex in an arcade within the Pembroke Lakes Mall.</p><p><a href="https://www.local10.com/espanol/2026/08/06/arrestan-a-ex-receptor-abierto-de-la-nfl-stedman-bailey-y-a-una-mujer-por-tener-relaciones-sexuales-en-publico-en-pembroke-lakes-mall-dice-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/arrestan-a-ex-receptor-abierto-de-la-nfl-stedman-bailey-y-a-una-mujer-por-tener-relaciones-sexuales-en-publico-en-pembroke-lakes-mall-dice-la-policia/">Leer en español</a></p><p>It happened just before 12:30 a.m. on July 27 at Round1, police said.</p><p>Bailey, 35, of Miramar, is accused of openly having sex with Karina Manderson, 35, of Pembroke Pines.</p><p>According to the Pembroke Pines Police Department, officers responded to Round1 after receiving reports of two people who were having sex at the bar of the establishment. </p><p>Police said they reviewed surveillance footage which showed Manderson “leaned over at the waist” while Bailey was behind her, and a witness told investigators that they observed the two having intercourse, and when asking the suspects to stop, Bailey pulled up his pants and the two slowly left the bar area. </p><p>When speaking to the suspects, police said both admitted to drinking multiple shots while at the bar, and investigators said Bailey admitted “they both had their pants down” and that he was exposing himself, but said “penetration never took place.”</p><p>Police said there was no evidence to suggest that either of the suspects’ drinks had been tampered with. </p><p>Both were arrested later that morning and charged with indecent exposure. </p><p>Bailey is a former NFL wide receiver who played three years for the St. Louis Rams from 2013 to 2015 after being selected in the third round of the 2013 NFL Draft. </p><p>In 2015, Bailey was shot while sitting in a parked car in Miami Gardens. While he ultimately recovered from his injuries, the shooting caused him to retire from professional football. </p><p>Before attending West Virginia University, Bailey went to high school in South Florida at both Miami Carol City Senior High in Miami-Dade County and Miramar High School in Broward County. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Trump signs 2 immigration actions to limit birthright citizenship and curb 'birth tourism']]></title><link>https://www.local10.com/news/politics/2026/08/06/trump-signs-2-immigration-actions-to-limit-birthright-citizenship-and-curb-birth-tourism/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/06/trump-signs-2-immigration-actions-to-limit-birthright-citizenship-and-curb-birth-tourism/</guid><dc:creator><![CDATA[By WILL WEISSERT and REBECCA SANTANA, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump said Thursday that he is once more trying to limit the number of people who are born in the country who can become American citizens, in a sign that even after his first attempt at limiting birthright citizenship was rejected by the Supreme Court, he's ready to try again.]]></description><pubDate>Thu, 06 Aug 2026 21:55:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump said Thursday that he is once more trying to limit the number of people who are born in the country who can become American citizens, in a sign that even after his first attempt at limiting birthright citizenship was rejected by the Supreme Court, he's ready to try again.</p><p>The president said he was signing two executive actions on immigration, including one limiting the number of people eligible for U.S. citizenship after being born in the United States.</p><p>The written executive order released later Thursday was narrower in scope than the previous one shot down by the Supreme Court and appeared to focus on restricting automatic citizenship to specific categories of people, including children born to adults with connections to foreign embassies or organizations as well as anyone considered an “alien enemy” of the United States.</p><p>It also aimed to restrict birthright citizenship to anyone whose parents “engaged in fraudulent activity to obtain citizenship."</p><p>A second order seeks to curb what Trump called “birth tourism” by increasing restrictions on visitors to the U.S. who want to obtain visas to give birth while in the country.</p><p>Trump said he thought his latest actions would be constitutional.</p><p>“I thought we were going to win it at the Supreme Court. Unfortunately, we had a bad decision, very unfair decision. Our country suffers because of it and we’re ending it a different way,” Trump said.</p><p>In June, the Supreme Court rejected Trump’s previous efforts to declare that children born to people in the U.S. illegally or temporarily aren’t American citizens, and upheld a broad conception of birthright citizenship.</p><p>On Trump’s first day in office of his second term, he signed an executive order aimed at ending birthright citizenship, which allows anyone born in the United States to automatically become an American citizen.</p><p>Trump’s administration was immediately sued by opponents who said the executive order went against the 14th Amendment, adopted after the Civil War, which makes anyone born in the country a citizen, with very limited exceptions.</p><p>The executive order was blocked by several lower courts and never took effect.</p><p>In June, the Supreme Court struck down Trump’s order by a 6-3 vote. But the vote was too close for many immigration advocates and legal observers who felt the legal question of birthright citizenship was a long-settled issue.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CEIULVUJNOCG2YT3Z4MHFFX654.jpg?auth=2090a817d08512dfce60b3cc5dcd82a4956dd060f0b9cb52f3ab86d8377af0b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump speaks in the Oval Office of the White House, Thursday, Aug. 6, 2026, in Washington. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[Meta says its AI model hacked another company, adding to worries about bots going rogue]]></title><link>https://www.local10.com/business/2026/08/06/meta-says-its-ai-model-hacked-another-company-adding-to-worries-about-bots-going-rogue/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/meta-says-its-ai-model-hacked-another-company-adding-to-worries-about-bots-going-rogue/</guid><dc:creator><![CDATA[By BARBARA ORTUTAY, Associated Press]]></dc:creator><description><![CDATA[Meta said Thursday that one of its artificial intelligence models accessed the internet on its own and hacked another company, the latest in a series of disclosures about AI models going rogue.]]></description><pubDate>Thu, 06 Aug 2026 20:38:51 +0000</pubDate><content:encoded><![CDATA[<p>Meta said Thursday that one of its artificial intelligence models accessed the internet on its own and hacked another company, the latest in a series of disclosures about AI models going rogue.</p><p>In recent weeks OpenAI and Anthropic also have described instances of AI models going beyond humans' instructions to access the web and find ways around other companies' digital security.</p><p>Meta said in a statement that a “misconfiguration" during cybersecurity testing by Irregular, an independent company hired by Meta, inadvertently allowed one of its models to access the internet.</p><p>“The model subsequently exploited a security vulnerability in a third-party service, in a manner similar to previously-reported instances with other companies,” the company said. Meta said it is investigating the incident and will issue a report when that's complete.</p><p>The disclosure has added to worries about AI models acting autonomously.</p><p>Separately this week, the United Kingdom's AI Security Institute announced it had found “unsanctioned agent behavior” during cyber testing. In one case, an agent created fake online identities to pressure a person to approve use of malicious code.</p><p>“On investigation, we found that some of the agents being tested had engaged in sustained, potentially harmful activity directed at real people and organizations,” AISI said Tuesday. “We declared a security incident and, within roughly one hour of discovery, had contained it and begun a full investigation.”</p><p>During the agency's testing, Anthropic and OpenAI models took “autonomous, unsanctioned action” on the internet. Some guardrails to prevent misuse had been disabled, the agency said.</p><p>“As was standard in our cyber testing, we had intentionally permitted internet access, and model-provider cyber classifiers were deliberately disabled — conditions that do not reflect how frontier models are made available to the public,” AISI said. “We do this to best assess the maximum capability of models.”</p><p>Anthropic said it is “grateful” for AISI's work and added that it underscores the need for a broader conversation about how to safely evaluate AI agents as their capabilities grow.</p><p>OpenAI said the AISI incidents took place “in testing environments with reduced safeguards, under conditions that do not reflect ordinary use." It added it will continue working with others across the industry to "strengthen shared practices for conducting evaluations safely as models become more capable.”</p><p>The first company to disclose a hack late last month, OpenAI said it had tasked the AI models involved with pursuing “advanced exploitation using complex attack paths” to test cyber capabilities, but the technology went to unexpected lengths. It apparently decided on its own to target Hugging Face, a well-known AI development hub and marketplace, to obtain information it needed to carry out a task.</p><p>A spokesperson for Irregular, the San Francisco-based AI security company, said the Meta episode involves a test-environment issue that was disclosed last week by Anthropic.</p><p>Irregular said it's writing a paper to share “best practices for containment” to prevent such incidents in the future and securely run cyber tests.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SIZFNWGWF2ZN3DJFENUUP436E.jpg?auth=e8359916e46006badcc001ee5527174cb7ed6281ce97094bdbdfc07ece4137e6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Meta logo is shown on a video screen at LlamaCon 2025, an AI developer conference, in Menlo Park, Calif., April 29, 2025. (AP Photo/Jeff Chiu, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[McConnell says he's leaving rehabilitation center to continue recovery at home]]></title><link>https://www.local10.com/news/politics/2026/08/06/mcconnell-says-hes-leaving-rehabilitation-center-to-continue-recovery-at-home/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/06/mcconnell-says-hes-leaving-rehabilitation-center-to-continue-recovery-at-home/</guid><dc:creator><![CDATA[By KEVIN FREKING, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Republican Sen. Mitch McConnell of Kentucky says he’s been discharged from a rehabilitation center and will continue his recovery from home.]]></description><pubDate>Thu, 06 Aug 2026 20:35:08 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Republican Sen. Mitch McConnell of Kentucky says he’s been discharged from a rehabilitation center and will continue his recovery from home.</p><p>The former Senate leader was first admitted to the hospital on June 14. He disclosed weeks later that his hospitalization was the result of a fall and said he was undergoing physical therapy.</p><p>McConnell, 84, gave no specific date for his return to the Capitol, but senators are expected to soon leave Washington for the traditional August recess. Votes are unlikely for the next five weeks once they adjourn.</p><p>“On the advice of my doctors, I’ll maintain an intensive regimen of physical therapy from home during the state work period, and I’ll continue to engage with my staff and colleagues on important Senate business," McConnell said in a statement released by his office.</p><p>McConnell had polio in his early childhood and has long acknowledged some difficulty walking and climbing stairs as an adult. The Office of the Attending Physician has said McConnell was undergoing a strenuous course of physical therapy and rehabilitation since he left the hospital, which includes multiple sessions a day designed to rebuild strength and reduce the risk of future falls.</p><p>The senator is determined to finish out his seventh term, which concludes in January.</p><p>McConnell’s absence is being felt in the Senate as Republicans were unable to advance a farm bill out of committee Thursday. The committee's chairman, Sen. John Boozman of Arkansas, said he spoke with McConnell this week about the bill.</p><p>“I know how much he would have wanted to be here to advocate for Kentucky’s farmers and rural communities,” Boozman said in kicking off the committee's meeting Thursday.</p><p>But there has also been criticism that McConnell has not been transparent enough about his health. The state's Democratic governor, Andy Beshear, recently called on the senator to either prove that he is fit to continue serving after his lengthy hospital stay or resign from office.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DIYMWC7NAYMQBSZTKSVKBYFFLM.jpg?auth=ff7cb6254e0bd2037c4ea5c8cdb6d5ee8651eb5c5c7b6bc20324dc5e3043e6e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Mitch McConnell, R-Ky., listens during a Senate Committee on Appropriations subcommittee hearing on Capitol Hill, June 26, 2025, in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y4O6VZKHZGNO4YTSR6VCS2IZEI.jpg?auth=2b41c7921f5580a8553cec9de461df33e081df70bb4bc9efb08b9cd924311e99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Mitch McConnell, R-Ky., right, walks through the Capitol, Jan. 15, 2026, in Washington. (AP Photo/Allison Robbert, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Unusually intense haboob dust storms strike Phoenix twice this week]]></title><link>https://www.local10.com/news/national/2026/08/06/unusually-intense-haboob-dust-storms-strike-phoenix-twice-this-week/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/unusually-intense-haboob-dust-storms-strike-phoenix-twice-this-week/</guid><dc:creator><![CDATA[By SUDHIN THANAWALA, Associated Press]]></dc:creator><description><![CDATA[Dust storms that blanketed the Phoenix area in thick haze this week were among the most intense to hit the region in years, scientists said Thursday.]]></description><pubDate>Thu, 06 Aug 2026 21:09:28 +0000</pubDate><content:encoded><![CDATA[<p>Dust storms that blanketed the Phoenix area in thick haze this week were among the most intense to hit the region in years, scientists said Thursday.</p><p>The storms — called haboobs — occur throughout the U.S. Southwest when strong downdrafts from thunderstorms stir up loose dust and dirt that get blown along in front of the approaching storm cell.</p><p>They can produce massive walls of dust and debris that blind drivers and make people sick.</p><p>The latest storm rolled in during the early morning hours Thursday, three days after the other one struck. There were no reports of any significant impacts, though both storms reduced visibility to half a mile (0.8 kilometers).</p><p>“Luckily, they both happened when it was later at night, so there was less traffic on the roads,” said National Weather Service meteorologist Matt Salerno in Phoenix.</p><p>Both storms were extreme, Category 5 events on a scale of dust storm severity, with huge concentrations of dust and wind speeds of about 50 mph (80 kph), according to researchers at Arizona State University, which helped develop the scale.</p><p>The scale — unveiled this year — was developed using data going back to 2010.</p><p>“To have Class 5 dust storms occur one right after another a few days apart is unprecedented in our records,” said Randall Cerveny, a professor in the School of Geographical Sciences and Urban Planning at Arizona State. “We don't see that.”</p><p>They were only the fifth and sixth dust storms in the last 16 years to reach Category 5, Cerveny told The Associated Press in a phone interview.</p><p>He noted the Phoenix region has been drier than normal, which can increase the amount of dust that is kicked up. Scientists have said human-caused climate change increases the odds of both severe drought and heavier storms that could set the stage for more intense dust storms in the future.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WKNJ3QIAJVQHSV2BEWIGLSGFNQ.jpg?auth=deff1220db4550cc88d375845b5e58d8667d4569c2f0c33e90c702a10b33ddfd&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 Sean Voysey Olson shows a large haboob dust storm Monday, Aug. 3, 2026, in Scottsdale, Ariz. (Sean Voysey Olson via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Sean Voysey Olson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZMXEKRIUI54FLVDMPYCJ3PXHAU.jpg?auth=4f6d650886e9b5bc44d2ed74fd9497dd64cb0330463e0266ca16dab62fec050b&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 Trey Greenwood shows a large haboob dust storm on Monday, Aug. 3, 2026, in Chandler, Ariz. (Trey Greenwood via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Trey Greenwood</media:credit></media:content></item><item><title><![CDATA[Lindsay Clancy sobs at murder trial as jurors view autopsy photos of her youngest child]]></title><link>https://www.local10.com/news/2026/08/06/lindsay-clancy-sobs-during-murder-trial-as-jurors-view-autopsy-photos-of-her-youngest-child/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/06/lindsay-clancy-sobs-during-murder-trial-as-jurors-view-autopsy-photos-of-her-youngest-child/</guid><dc:creator><![CDATA[By MICHAEL CASEY and JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[PLYMOUTH, Mass. (AP) — Lindsay Clancy sobbed uncontrollably Thursday as jurors viewed autopsy photos of the youngest of her three children whom she strangled in 2023, until the court eventually had to take an unscheduled break.]]></description><pubDate>Thu, 06 Aug 2026 22:14:01 +0000</pubDate><content:encoded><![CDATA[<p>PLYMOUTH, Mass. (AP) — Lindsay Clancy sobbed uncontrollably Thursday as jurors viewed autopsy photos of the youngest of her three children whom she strangled in 2023, until the court eventually had to take an unscheduled break.</p><p>In the second week of her Massachusetts murder trial, prosecutors brought more friends, a former work colleague and her former father-in-law to testify about Clancy's mental and emotional state. They said she was mostly open about her postpregnancy mental health struggles but seemed like a loving mother who cared for her kids.</p><p>Clancy has pleaded not guilty to murder charges in the deaths of Cora, 5, Dawson, 3, and 8-month-old Callan.</p><p>Defense attorneys don't dispute that she killed her children on Jan. 24, 2023, after sending her husband out on errands, but they argue that she was too mentally ill to bear criminal responsibility for her actions.</p><p>Prosecutors, however, said that sending her husband out of the house was a ruse and that the 35-year-old former labor and delivery nurse acted intentionally. She remains paralyzed from the waist down after jumping from the home’s second-story window that night.</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>A friend recalls a difficult reunion after the killings</p><p>Much of the week has been dominated by witnesses detailing their memories of Clancy in the days, weeks and months before the killings.</p><p>Outwardly, Clancy appeared normal, most said, attending family functions, lunches with friends and activities with her children. None of the witnesses Thursday testified they heard Clancy express suicidal or homicidal thoughts, talking of hearing voices or wanting to harm her children.</p><p>But after the birth of her third child, she told a friend she was having trouble sleeping and noted harmful side effects from medications she was taking. Another former colleague at Massachusetts General Hospital, Andrea Hennigan, recalled a lunch where Clancy said she wouldn't return to work because she “was not in a mental state to take care of patients.”</p><p>“She talked about insomnia and not feeling herself,” she said. “I believe she might have used the words brain fog or something like that.”</p><p>The month of the killings, Clancy texted Hennigan that she was experiencing “bad or negative side effects” from her medications. She told another witness, Amy Bevins, around then that the medications had “caused her to have some dark thoughts.”</p><p>Another witness, Bethany Decollibus, attended a birthday party for Clancy's daughter, Cora, in January 2023. Asked about her sleep troubles, Clancy said “things haven’t gotten better and that she feels like a zombie.”</p><p>Lindsay Clancy's former father-in-law testifies</p><p>Christopher Clancy praised his former daughter-in-law's mothering skills. But he admitted knowing she was having issues. At one point, he suggested the grandchildren stay with him and his wife, but his son declined.</p><p>“I knew she was having a hard time sleeping,” Christopher Clancy said. “I knew she just didn’t feel well. I knew she went to the emergency room where my wife was working. Those types of struggles.”</p><p>Lindsay Clancy's attorneys in criminal and civil cases have said that she had postpartum psychosis, a condition that a fraction of women exhibit after childbirth, and that she had bipolar disorder that wasn’t fully diagnosed until after the killings. Her attorneys say her condition seemed to worsen on the psychiatric medications, some of them problematic for bipolar patients.</p><p>If convicted of murder, she faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p><p>Another case that echoes Clancy’s is going back to court</p><p>Meanwhile, the judge and the district attorney learned Thursday that they face a retrial in another case involving a mother’s mental state when she killed her two school-age children in 2018.</p><p>Massachusetts’ top court threw out Latarsha Sanders’ murder convictions in the stabbings of sons Edson “Marlon” Brito, 8, and La’son Brito, 5.</p><p>Sanders told police in a recorded interview that she stabbed the boys because “bad people” text-messaged her commands to carry out a “ritual” connected to “Voodoo stuff” and the Illuminati. The latter is a purported powerful secret society at the center of various conspiracy theories, and Sanders’ family said she had become obsessively fearful of it.</p><p>Like Clancy’s lawyers, Sanders’ defense argued she was mentally ill and shouldn’t be held criminally responsible, while prosecutors said she acted deliberately.</p><p>A defense neuropsychologist diagnosed Sanders with schizophrenia spectrum disorder, among other conditions, and testified that she was “grossly psychotic” when she killed the children.</p><p>The appeal turns on psychiatric evidence</p><p>The Massachusetts Supreme Judicial Court faulted the judge for not letting jurors hear many specifics from Sanders' medical records. They showed, among other things, that clinicians at a prison and a psychiatric hospital suggested similar diagnoses after Sanders’ arrest.</p><p>Withholding the records from jurors “impermissibly stripped” the defense of its medical foundation, Justice Frank M. Gaziano wrote in a unanimous decision.</p><p>Plymouth County District Attorney Timothy Cruz's office said in a statement that it was thinking through next steps. Messages seeking comment were sent to a clerk for Superior Court Justice William Sullivan and to a court system spokesperson.</p><p>Sanders’ lawyer, Robert F. Shaw Jr., said he looked forward to retrying the case.</p><p>“The hope is that those records and that evidence will be able to be viewed by a jury with fresh eyes,” he said by phone.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5BBHYYRDBIHB3QOBJXYYXBVC3Y.jpg?auth=353b1bb9d2fed662d5a7a46ef8b146989b74317c36493b9765c12a7dedd49037&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy grabs a tissue after witness Elaine Rossi, the nanny to the Clancy children, testified during her murder trial at Plymouth Superior Court in Plymouth, Mass., Wednesday, Aug. 5, 2026. (David L Ryan/The Boston Globe via AP, Pool) CORRECTION: Source is The Boston Globe, not The Boston Herald.]]></media:description><media:credit role="author" scheme="urn:ebu">David L. Ryan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HIB7DST35ORXLKHRW6MG4UPDAM.jpg?auth=083c46cbe03faf3e77c059707df94d6045d3566c97ea235ccfa141f349480ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The former home of Lindsay Clancy is seen in Duxbury, Mass., on Thursday, July 30, 2026. (AP Photo/Michael Casey)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Casey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4Y6QHQLSCU2R6I6WA3KG3KUQ5I.jpg?auth=44b31fcfd168435e2d2a15ce77acab78e6cfbf216219ea590198168878702e47&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defendant Lindsay Clancy listens to medical testimony from doctors who treated her children at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 3, 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/KVDEY42QAW5GNQNWBIFKWJYTPI.jpg?auth=bd7a1ec5d0eb7bed363ad11be3c90a084ab2064ff5f0808e96947f88a38b12f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A wedding photo is seen in a bin of papers during the murder trial for Lindsay Clancy at Plymouth Superior Court in Plymouth, Mass., on Thursday, July 30, 2026. (CJ Gunther/The Boston Herald via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Gunther</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y6PMV4QAD32CGH4CVSEOFIBJQE.jpg?auth=ae7685adf01831897f90a2dc63a9dbd6c83d07b9d4e3f2033b77e2b7ae0e76f4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Superior Court Judge William Sullivan listening to court proceedings during the Lindsay Clancy murder trial at Plymouth Superior Court in Plymouth, Mass., Monday, Aug. 3, 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[Familia de mujer que murió durante accidente en ola delictiva de 2022 testifica mientras adolescente enfrenta sentencia]]></title><link>https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/</guid><dc:creator><![CDATA[Roy Ramos]]></dc:creator><description><![CDATA[Cuatro años después de que una madre soltera de tres hijos muriera en un accidente, el adolescente que conducía el automóvil que la impactó ahora está siendo sentenciado.]]></description><pubDate>Thu, 06 Aug 2026 20:26:14 +0000</pubDate><content:encoded><![CDATA[<p>Cuatro años después de que una <a href="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/">madre soltera de tres hijos muriera en un accidente</a>, el adolescente que conducía el automóvil que la impactó ahora está siendo sentenciado.</p><p>Ahora con 19 años, Jah’Kobe Bessent espera conocer su destino por una ola delictiva ocurrida en agosto de 2022 que terminó en un accidente fatal. Los investigadores dijeron que Bessent, quien entonces tenía 15 años, conducía un vehículo robado y huía de la Policía cuando provocó el accidente que causó la muerte de Maria Tellez-Valderrabano, de 35 años.</p><p>Los fiscales estatales dijeron que Bessent y Jacory Flournoy, de 13 años, primero irrumpieron en una vivienda de Fort Lauderdale mientras los residentes dormían, robaron su automóvil y posteriormente chocaron contra otro vehículo, causando la muerte de Tellez-Valderrabano.</p><p>La familia de Tellez-Valderrabano estuvo en la corte el jueves usando colgantes con su fotografía mientras varios familiares de Bessent testificaron en su defensa.</p><p>“Lo vi en las noticias. Tenía el presentimiento de que él estaba involucrado”, dijo un familiar.</p><p>Durante la audiencia de sentencia, la tía de Bessent, Latonya Burns, describió lo que, según dijo, fue una crianza difícil y traumática que afectó gravemente su estado mental.</p><p>La hermana de Bessent, quien también está tras las rejas, testificó que ella y su hermano sufrieron abuso físico. Dijo que hubo ocasiones en las que su madre le ordenó sujetar a Jah’Kobe mientras lo golpeaban.</p><p>Los fiscales estatales argumentaron que los perturbadores detalles de la crianza de Bessent no deben restar importancia al hecho de que una mujer murió y una familia perdió a un ser querido.</p><p>La familia de la víctima dijo que quiere justicia por la muerte de Tellez-Valderrabano, pero será el juez quien finalmente decida la sentencia de Bessent.</p><p>Al momento de este reporte, el padre de Bessent se encontraba en el estrado de los testigos.</p>]]></content:encoded></item><item><title><![CDATA[Rodrigo Paz alista ley de inversiones y pide acuerdo nacional para enfrentar la crisis en Bolivia]]></title><link>https://www.local10.com/espanol/2026/08/06/rodrigo-paz-alista-ley-de-inversiones-y-pide-acuerdo-nacional-para-enfrentar-la-crisis-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/rodrigo-paz-alista-ley-de-inversiones-y-pide-acuerdo-nacional-para-enfrentar-la-crisis-en-bolivia/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz anunció el jueves que la próxima semana enviará a la Asamblea Legislativa un proyecto de ley de inversiones y pidió un acuerdo nacional para enfrentar la peor crisis económica en 40 años.]]></description><pubDate>Thu, 06 Aug 2026 20:04:05 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — El presidente boliviano Rodrigo Paz anunció el jueves que la próxima semana enviará a la Asamblea Legislativa un proyecto de ley de inversiones y pidió un acuerdo nacional para enfrentar la peor crisis económica en 40 años.</p><p>Paz dio un mensaje a la nación en la ciudad de Sucre por los 201 años de la fundación de Bolivia en el que pidió disculpas por sus errores y destacó el apoyo de la población a pesar de haber aplicado medidas económicas impopulares como el fin del subsidio a los combustibles.</p><p>El mandatario aseguró que todas las reformas “requieren de estabilidad política y continuidad institucional” por lo que convocó a “construir un gran acuerdo nacional” y apostar por el diálogo tras las movilizaciones impulsadas por sindicatos obreros, campesinos y seguidores del expresidente Evo Morales (2006-2019) que durante 53 días protagonizaron protestas y bloqueos que asfixiaron al país.</p><p>Adelantó que además del proyecto de ley de inversiones —que busca atraer capital extranjero— también enviará al Congreso un paquete de iniciativas que incluyen dos que buscan abrir el sector de los hidrocarburos y la minería a alianzas con privados.</p><p>Para que estos proyectos sean aprobados por la Asamblea Paz necesita negociar con todas las fuerzas politicas porque no posee mayoría.</p><p>Durante su discurso el mandatario reconoció que uno de los grandes males del país es la corrupción, por lo que anunció la creación del Alto Comisionado de Integridad Institucional y Transparencia en la administración pública.</p><p>Recientemente el secretario de Estado de Estados Unidos, Marco Rubio, ratificó el apoyo al gobierno de Paz y celebró la profundización de la cooperación para “brindar seguridad y prosperidad a ambas naciones”.</p><p>Tras llegar a la presidencia a fines el año pasado Paz dio un giro en la política exterior y se acercó a Estados Unidos para relanzar las relaciones diplomáticas rotas durante casi 20 años de los gobiernos de izquierda de Morales (2006-2019) y Luis Arce (2020-2025).</p><p>En marzo Paz se reunió con el presidente estadounidense Donald Trump y varios gobernantes de América Latina para combatir el narcotráfico y el terrorismo, entre otros delitos, bajo el denominado Escudo de las Américas.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/F4Y5ET3KJLPXLXKLUPC2YRFC5U.jpg?auth=98f473f2f67696949e383960d216e4ee6df39e012211b3e2ad1cfa3ac79050c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Bolivia, Rodrigo Paz, llega al Congreso para la toma de posesión de la nueva presidenta de Perú, Keiko Fujimori, el martes 28 de julio de 2026, en Lima, Perú. (AP Foto/Guadalupe Pardo, foto compartida)]]></media:description><media:credit role="author" scheme="urn:ebu">Guadalupe Pardo</media:credit></media:content></item><item><title><![CDATA[Rubber ducks by the thousands splash into Chicago River for annual Special Olympics fundraiser]]></title><link>https://www.local10.com/news/weird-news/2026/08/06/rubber-ducks-by-the-thousands-splash-into-chicago-river-for-annual-special-olympics-fundraiser/</link><guid isPermaLink="true">https://www.local10.com/news/weird-news/2026/08/06/rubber-ducks-by-the-thousands-splash-into-chicago-river-for-annual-special-olympics-fundraiser/</guid><dc:creator><![CDATA[By CYBELE MAYES-OSTERMAN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — A deluge of 90,000 rubber ducks poured out of a truck and into the Chicago River on Thursday, then bobbed along a stretch of the skyscraper-lined river in the annual Chicago Ducky Derby that raises thousands of dollars for charity.]]></description><pubDate>Thu, 06 Aug 2026 20:39:59 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — A deluge of 90,000 rubber ducks poured out of a truck and into the Chicago River on Thursday, then bobbed along a stretch of the skyscraper-lined river in the annual Chicago Ducky Derby that raises thousands of dollars for charity.</p><p>The truck dumped the ducks from one side of a half-raised bridge. After forming a yellow pool in the river, the ducks floated for around 15 minutes before a winner and runner-up were plucked from the water.</p><p>The annual event, a fundraiser for Special Olympics Illinois, draws thousands of participants. At an accompanying festival, participants snapped pictures with inflatable ducks and doodled on a chalkboard under the prompt, “I adopt a duck because …” Some sported rubber duck-printed shirts.</p><p>Becky Cavanagh, the Ducky Derby ambassador and a 13-year Special Olympics athlete, held up the winning duck to the cheers of crowds packed on both sides of the river.</p><p>Cavanagh said her favorite part about the Special Olympics was “making new friends.” Asked before the race how she felt about picking the winning duck, she cheered. “Woo!”</p><p>Special Olympics Illinois organizes competitions across the state for people with disabilities and special needs. It costs $10 to sponsor a “lone duck,” which will feed an athlete lunch at a competition, and $30 for a “quack pack” of six ducks, which supplies gold medals for a team. The competition has raised more than $480,000.</p><p>The sponsor of the fastest duck wins an SUV, and the runner-up will win $2,500 in cash, said Pete Beale-DelVecchio, president of Special Olympics Illinois.</p><p>“It really is a fantastic day for our athletes,” he said ahead of the race at an area next to the river, where derby attendees posed with inflatable rubber ducks and bopped along to a live DJ.</p><p>___</p><p>Mayes-Osterman 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/FY5VJMFCK46JDLIAN6IRXS5TGQ.jpg?auth=d992f2bf9e4ce2e5ba6ffce1783d2f13820e85a43c61c24a361a70bf95545a8d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[More than 90 thousand rubber ducks are dropped into the Chicago River as part of the annual Chicago Duck Derby for Special Olympics Illinois in Chicago, Thursday, Aug. 6, 2026. (AP Photo/Cybele Mayes-Osterman)]]></media:description><media:credit role="author" scheme="urn:ebu">Cybele Mayes-Osterman</media:credit></media:content></item><item><title><![CDATA[Reportan balacera en Miami Gardens; trasladan a víctima por aire]]></title><link>https://www.local10.com/espanol/2026/08/06/reportan-balacera-en-miami-gardens-trasladan-a-victima-por-aire/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/reportan-balacera-en-miami-gardens-trasladan-a-victima-por-aire/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Las autoridades del condado Miami-Dade investigan una balacera.]]></description><pubDate>Thu, 06 Aug 2026 18:55:14 +0000</pubDate><content:encoded><![CDATA[<p>Las autoridades del condado Miami-Dade investigan una balacera.</p><p>Ocurrió a primeras horas de la tarde del jueves en el área de la cuadra 20300 de Northwest 35th Avenue en Miami Gardens.</p><p>Los agentes acudieron rápidamente al lugar tras recibir reportes de una balacera.</p><p>Según Miami-Dade Fire Rescue, una persona fue trasladada en helicóptero al HCA Florida Aventura Hospital como alerta de trauma.</p><p>SKY 10 sobrevoló el lugar alrededor de las 2:15 p.m., donde se podía ver a agentes rodeando un vehículo que quedó con la puerta del lado del conductor abierta y varios objetos esparcidos en el suelo junto al automóvil.</p><p>Las autoridades no han proporcionado información sobre las circunstancias que llevaron a la balacera reportada.</p><p><i>Esta es una noticia de última hora que será actualizada a medida que haya nueva información disponible.</i></p>]]></content:encoded></item><item><title><![CDATA[Cómo el calor extremo ha cambiado la vida de los estadounidenses, según encuesta de AP-NORC]]></title><link>https://www.local10.com/espanol/2026/08/06/como-el-calor-extremo-ha-cambiado-la-vida-de-los-estadounidenses-segun-encuesta-de-ap-norc/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/como-el-calor-extremo-ha-cambiado-la-vida-de-los-estadounidenses-segun-encuesta-de-ap-norc/</guid><dc:creator><![CDATA[Por ALEXA ST. JOHN y LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[Elisa Bracamonte ha vivido en Arizona toda su vida, así que está acostumbrada a ajustar su horario y sus actividades al aire libre en función de las altas temperaturas, especialmente durante los meses de verano.]]></description><pubDate>Thu, 06 Aug 2026 19:53:45 +0000</pubDate><content:encoded><![CDATA[<p>Elisa Bracamonte ha vivido en Arizona toda su vida, así que está acostumbrada a ajustar su horario y sus actividades al aire libre en función de las altas temperaturas, especialmente durante los meses de verano.</p><p>Pero Bracamonte, una enfermera jubilada de 74 años de Tucson, afirmó que siente que el calor ha afectado más aspectos de su día a día: planes de verano con familiares en toda la región, encuentros con amigos, viajes por carretera y su rutina diaria de caminata matutina.</p><p>“He notado al menos una diferencia de 10 grados en el clima. Cada verano, parece que hace más y más calor”, aseguró.</p><p>Al igual que Bracamonte, los estadounidenses sienten cada vez más un impacto personal del calor extremo, según una nueva encuesta de The Associated Press y el NORC Center for Public Affairs Research.</p><p>De acuerdo con el sondeo, los adultos en Estados Unidos tienen más probabilidades de afirmar que el calor extremo ha tenido un “gran impacto” o un “impacto menor” en sus planes de viaje o vacaciones, en sus facturas de electricidad, en su sueño, en las actividades al aire libre de su familia y en más aspectos de su vida cotidiana que en julio de 2024.</p><p>Gran parte de ese cambio se dio entre personas que viven en el oeste o en la región centro-norte del país.</p><p>Los demócratas también tienen más probabilidades que los republicanos de decir que el calor extremo ha tenido un “gran” impacto en cada uno de los aspectos analizados.</p><p>El calentamiento ha puesto en peligro al planeta, especialmente en los últimos años; los científicos calculan que la temperatura media de la Tierra en 2025 se mantuvo entre las tres más altas registradas, junto con 2024 y 2023. Estados Unidos ha sufrido peligrosos domos de calor en los últimos años, y temperaturas inusualmente altas incluso a comienzos del año.</p><p>El reciente clima abrasador ha influido en miles de muertes relacionadas con el calor al provocar la muerte de más personas cada año que todos los demás fenómenos meteorológicos combinados. Aumenta el riesgo de incendios forestales, tensiona la infraestructura pública, devasta la agricultura y causa estragos en reuniones como eventos deportivos.</p><p>Ahora, la encuesta muestra cómo el calor extremo transforma la vida diaria de los estadounidenses.</p><p>“Tengo que levantarme a las 5 de la mañana para caminar antes de las 6, porque para las 7 (la temperatura) ya está en los 80 grados (Fahrenheit, alrededor de 27 grados Celsius)... Pierdo un par de horas de sueño porque tengo que despertarme más temprano”, añadió Bracamonte, quien dijo que se identifica como una demócrata muy liberal. “No puedes quedarte afuera sin enfermarte, a menos que bebas agua todo el tiempo; hace muchísimo, muchísimo calor”.</p><p>Aumentan las facturas de electricidad</p><p>Alrededor de 8 de cada 10 estadounidenses dicen que sus facturas de electricidad han tenido un “gran” o un “menor” impacto por el calor extremo durante el último año, frente al 69% en julio de 2024, según la encuesta.</p><p>Casi la mitad (el 44%) de los estadounidenses que viven en la región centro-norte dicen que el calor extremo ha tenido un “gran” impacto en sus facturas de electricidad, frente al 29% de hace dos años.</p><p>El aumento de los precios de la electricidad en los hogares se ha convertido en un tema político cada vez más destacado en los últimos años. El clima extremo es solo uno de los factores que afectan las facturas de electricidad, pero implica que la gente usa más energía para el aire acondicionado, o en los meses fríos, para la calefacción.</p><p>“Siento que mis costos de servicios públicos probablemente se duplicaron en los últimos tres o cuatro años”, afirmó Daemien Williams, un inspector de puentes de 50 años que vive en Cahokia Heights, Illinois, y se identifica como demócrata. “Sí reviso mis facturas con bastante detalle y veo que los kilovatios y el consumo en realidad han subido, no solo el precio que cobran por ello”.</p><p>Impactos en planes de viaje y vacaciones, así como en las actividades familiares al aire libre</p><p>El calor extremo afecta la vida de los estadounidenses de otras maneras, de acuerdo con la encuesta.</p><p>Alrededor de 4 de cada 10 estadounidenses dicen que el calor extremo ha tenido un gran impacto o un impacto menor en sus planes de viaje o vacaciones, frente a aproximadamente una cuarta parte en 2024.</p><p>“Ha afectado a toda mi familia porque normalmente nos reunimos mucho durante el verano”, explicó Bracamonte. “Tenemos familia en Texas y en el norte de Arizona. Y hemos visto que ha habido muchos más incendios, muchas más inundaciones, todo eso. Así que eso, en cierto modo, frena nuestros planes de viajar”.</p><p>Las olas de calor extremo aumentan el riesgo de incendios forestales, y un mundo más cálido potencia las tormentas que, en última instancia, podrían traer más precipitaciones.</p><p>Alrededor de 7 de cada 10 estadounidenses dicen que el calor extremo ha tenido un gran impacto o un impacto menor en las actividades al aire libre de su familia, frente a aproximadamente 6 de cada 10 en 2024.</p><p>Sean Conway, un especialista en marketing directo de 41 años en North Shore, Massachusetts, dijo, por ejemplo, que los entrenamientos de fútbol de sus hijos podrían posponerse o cancelarse debido a temperaturas extremas.</p><p>Pero para Conway, que se considera un independiente moderado con inclinación republicana, esto es algo menor. “A veces, simplemente hay que estar afuera con el mal tiempo”.</p><p>No sorprende que muchos estadounidenses digan que perciben los impactos, afirmó Jennifer Francis, climatóloga del Woodwell Climate Research Center, quien no participó en la encuesta.</p><p>“Las olas de calor brutales y potencialmente mortales se han vuelto más frecuentes, más intensas y más persistentes en muchas partes del mundo, incluidos nuestros estados del oeste y de la región centro-norte”, indicó. “El calor extremo, combinado con largos periodos de sequía, ha afectado directamente nuestra salud, además de tener efectos indirectos en nuestros bolsillos”.</p><p>La creencia en el cambio climático se mantiene en gran medida estable</p><p>Aunque más estadounidenses dicen sentir un impacto personal del calor extremo, eso no significa que un número creciente crea en el cambio climático.</p><p>Aproximadamente dos tercios (66%) de los estadounidenses creen que el cambio climático está ocurriendo, una ligera disminución frente al 73% en septiembre de 2025. Cerca del 17% dice no estar seguro de si el cambio climático está ocurriendo, y alrededor del 15% dice que no está ocurriendo.</p><p>Williams, el residente de Illinois, atribuye su creencia en el cambio climático en parte a cambios extremos del tiempo, incluidas temperaturas muy altas y muy frías.</p><p>“Mi mayor indicador del cambio en el clima es que las inundaciones ocurren con mucha más frecuencia”, observó, y señaló que cree tanto en causas naturales como humanas.</p><p>John Hazel, de 33 años, de Waco, Texas, dice que ha notado cambios desde que era más joven.</p><p>“Cuando era niño, parecía algo muy raro cuando (la temperatura) llegaba a 100 (grados Fahrenheit, o 37 grados Celsius); todo el mundo decía: ‘guau’. Y ahora es todos los días”, afirmó Hazel, investigador de escenas del crimen. “Las estaciones se sentían un poco más equilibradas. Ahora se siente como si el verano se quedara más tiempo: empieza antes y dura más”.</p><p>Hazel, quien se identifica como un republicano conservador y cree en el cambio climático, dijo que planifica en función del calor.</p><p>“En cuanto sales, ya estás sudando aunque no estés haciendo gran cosa. Definitivamente, he notado que tienes que tomar descansos de estar afuera; tienes que bañarte, ducharte más seguido, añadió Hazel. “Sin duda es una consideración mayor”.</p><p>___</p><p>La encuesta, en la que participaron 1.165 adultos, se realizó del 23 al 27 de julio de 2026, utilizando una muestra extraída del panel AmeriSpeak de NORC, basado en probabilidades, diseñado para ser representativo de la población de Estados Unidos. El margen de error muestral para los adultos en general es de más o menos 3,7 puntos porcentuales.</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/PZUWB4NDF5E7KAOVYRVUOT37NY.jpg?auth=6a544ad53524630356115f1d276f66fefcda1d57e986bb5838060c69cacd5fe0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Mickelina Papotto, de Salem, Oregon, izquierda, y Lorie Odegaard, de Gaithersburg, Maryland, se abanican mientras esperan en una fila para subir a la rueda de la fortuna en la Gran Feria Estatal de Estados Unidos, en el National Mall, el 1 de julio de 2026, en Washington. (AP Foto/Jacquelyn Martin)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content></item><item><title><![CDATA[Victim airlifted after reported shooting in Miami Gardens]]></title><link>https://www.local10.com/news/local/2026/08/06/victim-airlifted-after-reported-shooting-in-miami-gardens/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/victim-airlifted-after-reported-shooting-in-miami-gardens/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Authorities in Miami-Dade County are investigating a shooting.]]></description><pubDate>Thu, 06 Aug 2026 18:29:40 +0000</pubDate><content:encoded><![CDATA[<p>Authorities in Miami-Dade County are investigating a shooting.</p><p><a href="https://www.local10.com/espanol/2026/08/06/reportan-balacera-en-miami-gardens-trasladan-a-victima-por-aire/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/reportan-balacera-en-miami-gardens-trasladan-a-victima-por-aire/">Leer en español</a></p><p>It happened early Thursday afternoon in the area of the 20300 block of Northwest 35th Avenue in Miami Gardens.</p><figure><img src="https://www.local10.com/resizer/v2/Z3K6YMWEAZFYLH53E4XANLNOWM.jpeg?auth=ec9548524896d705601e2cecba32658bae1bce67f36db1bb2153ff4a19a219cb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Officers rushed to the scene after receiving reports of a shooting.</p><p>According to Miami-Dade Fire Rescue, one person was taken by helicopter to HCA Florida Aventura Hospital as a trauma alert. </p><p>SKY 10 was over the scene around 2:15 p.m., where officers could be seen surrounding a vehicle that was left with the driver’s side door open and several items scattered on the ground next to the car. </p><p>Authorities have not provided any information on the circumstances that led up to the reported shooting.</p><p><i>This is a breaking news story that will be updated as new information is made available. </i></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[Empleados de Voepass acusados por caída de avión en Brasil]]></title><link>https://www.local10.com/espanol/2026/08/06/empleados-de-voepass-acusados-por-caida-de-avion-en-brasil/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/empleados-de-voepass-acusados-por-caida-de-avion-en-brasil/</guid><dc:creator><![CDATA[Por MAURICIO SAVARESE, Associated Press]]></dc:creator><description><![CDATA[SAO PAULO (AP) — La policía federal de Brasil acusó formalmente el jueves a 16 empleados actuales y antiguos de la aerolínea Voepass por la caída de avión del 9 de agosto de 2024 que mató a las 62 personas a bordo. Los investigadores señalaron varios presuntos actos de mala praxis, omisión y negligencia por parte de la empresa.]]></description><pubDate>Thu, 06 Aug 2026 19:50:57 +0000</pubDate><content:encoded><![CDATA[<p>SAO PAULO (AP) — La policía federal de Brasil acusó formalmente el jueves a 16 empleados actuales y antiguos de la aerolínea Voepass por la caída de avión del 9 de agosto de 2024 que mató a las 62 personas a bordo. Los investigadores señalaron varios presuntos actos de mala praxis, omisión y negligencia por parte de la empresa.</p><p>El propietario y presidente de Voepass, José Luiz Felicio Filho, figura entre los acusados por el suceso, que ocurrió en la ciudad de Vinhedo, a las afueras de Sao Paulo. Los fiscales locales aún deben decidir si él y los demás serán imputados en una fecha por determinar.</p><p>La policía federal de Brasil también acusó a otros 15 empleados actuales y anteriores de Voepass de poner en peligro el tráfico aéreo resultante en un desastre mortal, un delito que podría llevarlos a prisión por hasta 12 años. Entre los cargos adicionales contra algunos integrantes del grupo figura la omisión de fallas técnicas en los libros de registro de las aeronaves.</p><p>El acontecimiento ocurrió cuando el ATR 72-500 turbohélice bimotor, que cubría la ruta desde Cascavel, en el estado sureño de Paraná, hacia el aeropuerto internacional de Guarulhos, se precipitó 3.900 metros (13.000 pies) hasta el patio trasero de un condominio cerrado, causando la muerte de 58 pasajeros y cuatro tripulantes.</p><p>Los investigadores añadieron que los registradores de datos de la aeronave mostraron que su sistema de deshielo falló repetidamente o fue activado y desactivado manualmente durante 136 vuelos.</p><p>El investigador de la policía federal André Ribeiro manifestó que se autorizó de manera irregular el despegue de la aeronave hacia condiciones severas de congelamiento ya conocidas, pese a que había presentado fallas del sistema de deshielo en tres vuelos anteriores ese mismo día.</p><p>“Esto marca un antes y un después en los desastres por accidentes aéreos aquí”, declaró Ribeiro. Sugirió que los fiscales deberían examinar nuevas acusaciones contra la agencia de aviación del gobierno de Brasil, la ANAC.</p><p>Los hallazgos de la policía federal se anunciaron en una conferencia de prensa tras una investigación de dos años. La fuerza concluyó que omisiones deliberadas, prácticas de mantenimiento inadecuadas y fallas organizacionales contribuyeron directamente a enviar la aeronave a condiciones meteorológicas peligrosas.</p><p>El mes pasado, una investigación de la fuerza aérea brasileña confirmó que una combinación de condiciones severas de congelamiento, así como fallas de sistemas mecánicos y distracciones de los pilotos, contribuyó al accidente aéreo más mortífero del país desde 2007.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LZVREWFMU4ROEPK2NVFUQUDVAA.jpg?auth=3033f860172b3926e9bf8c89e3de07686cab0d1391fc3d564eb3eba52c007017&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Vista aérea del 10 de agosto de 2024 de los restos de un avión de Voepass que se estrelló el día anterior, en Vinhedo, estado de São Paulo, Brasil. (AP Foto/André Penner, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Andre Penner</media:credit></media:content></item><item><title><![CDATA[Las razones detras de las interrupciones en la venta de aguacates mexicanos a Estados Unidos]]></title><link>https://www.local10.com/espanol/2026/08/06/las-razones-detras-de-las-interrupciones-en-la-venta-de-aguacates-mexicanos-a-estados-unidos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/las-razones-detras-de-las-interrupciones-en-la-venta-de-aguacates-mexicanos-a-estados-unidos/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — México anunció el jueves el envío de 1.500 militares más a Michoacán, un día después de que Estados Unidos anunciara la suspensión de todas las operaciones en este estado occidental —incluidas las inspecciones necesarias para la exportación de aguacates— debido a una amenaza no especificada contra intereses estadounidenses.]]></description><pubDate>Thu, 06 Aug 2026 20:11:19 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — México anunció el jueves el envío de 1.500 militares más a Michoacán, un día después de que Estados Unidos anunciara la suspensión de todas las operaciones en este estado occidental —incluidas las inspecciones necesarias para la exportación de aguacates— debido a una amenaza no especificada contra intereses estadounidenses.</p><p>La presidenta Claudia Sheinbaum anunció el refuerzo de la seguridad en las zonas de producción de aguacates para impulsar la reanudación de las exportaciones lo antes posible y evitar cualquier impacto grave en la economía mexicana o en el mercado estadounidense.</p><p>Estados Unidos es un gran consumidor de aguacate mexicano: compró más de medio millón de toneladas en los cuatro primeros meses de 2026, unos 2.200 millones de aguacates. Pero antes de su importación verifica ‘in situ’ la calidad de la fruta para evitar que introduzca plagas al país. Si este control no se hace, detiene las compras y los precios pueden verse afectados.</p><p>Estas inspecciones se suspendieron el miércoles por motivos de seguridad en Michoacán, principal productor de esta fruta y región de alta actividad del crimen organizado.</p><p>No es la primera vez que se detienen las exportaciones. A principios de 2022, en vísperas de la Super Bowl, se produjo una interrupción que duró una semana, aunque no afectó al consumo de guacamole el día del partido porque los aguacates ya se habían enviado.</p><p>A continuación, las causas de esta nueva interrupción:</p><p>¿Por qué en ocasiones se paralizan las exportaciones?</p><p>En Michoacán operan muchos cárteles que, además de producir y traficar droga, se financian a través de extorsiones a todo tipo de sectores económicos, y el del aguacate es uno de los más importantes.</p><p>En las últimas dos décadas, los inspectores de Estados Unidos se han visto a veces afectados por ese escenario de violencia. En 2024 dos empleados del Departamento de Agricultura estadounidense (USDA por sus siglas en inglés) fueron asaltados y retenidos temporalmente.</p><p>En esta ocasión no se dio a conocer un incidente concreto y las autoridades de Michoacán dijeron que la suspensión fue “preventiva” por unas detenciones recientes ligadas a casos de extorsión.</p><p>El analista mexicano David Saucedo considera que la importancia de las exportaciones de aguacate a Estados Unidos es una de las razones por las que la administración de Donald Trump ha designado a cuatro cárteles que operan en el estado como organizaciones terroristas.</p><p>¿Cual es el proceso para exportar aguacates a Estados Unidos?</p><p>Los aguacates mexicanos representan más del 80% de las importaciones estadounidenses de este producto. En 2025 México vendió a Estados Unidos aguacates por 3.653 millones de dólares y solo en marzo de este año fueron exportadas casi 150.000 toneladas.</p><p>Pero como Estados Unidos también cultiva esta fruta, el Departamento de Agricultura de ese país envía a inspectores que vigilan las plantaciones y empacadoras en México para garantizar que el producto exportado no entre a su país con plagas.</p><p>¿Cuánto duran los paros?</p><p>Generalmente la situación se soluciona en cuestión de días porque los paros de las exportaciones dañan a todos. Este sector da empleo a unas 200.000 personas solo en Michoacán. Si se prolonga la interrupción de las ventas puede haber desabastecimiento en el mercado estadounidense. Y si no se mueve el aguacate, los criminales no pueden cobrar su extorsión, con lo que pierden dinero.</p><p>Un productor de Michoacán contaba a AP esta semana que él paga de extorsión 1 peso por kilo exportado y exporta unas 90 toneladas al día, lo que a él le supone pagos de más de 5.000 dólares diarios. Habló pidiendo el anonimato por miedo.</p><p>Cuando se detiene la verificación, las autoridades mexicanas suelen ofrecer más seguridad, como anunció el jueves Sheinbaum. La presidenta dijo que van a evaluar con la embajada que sean funcionarios mexicanos los que verifiquen el producto. Esta opción ya se manejó en el pasado, pero USDA siguió a cargo de las inspecciones aunque con fuerzas de seguridad mexicanas acompañando.</p><p>Pese a que el ambiente se tranquiliza generalmente pronto, los productores aseguran que eso no significa que las extorsiones terminen.</p><p>¿Se mantienen las exportaciones desde otros estados?</p><p>Sí. La suspensión de actividades de verificación solo afecta a Michoacán. Únicamente otro estado mexicano, Jalisco, está autorizado por la USDA para exportar a Estados Unidos pero su cantidad es mucho menor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LJLHOHXNENOJIQNKPRFRYFIM7I.jpg?auth=e5b12e5e72ed6c6f30ec7c92742238e1b14b0fef8d61c7648c1b45b348b84774&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Cajas de aguacates esperan a ser procesadas en una planta empacadora en Uruapan, México, el 16 de febrero de 2022. (AP Foto/Armando Solís, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Armando Solis</media:credit></media:content></item><item><title><![CDATA[Geno Smith’s red, sun glare-tackling contacts are a sight to see at Jets camp]]></title><link>https://www.local10.com/sports/2026/08/06/geno-smiths-red-sun-glare-tackling-contacts-are-a-sight-to-see-at-jets-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/geno-smiths-red-sun-glare-tackling-contacts-are-a-sight-to-see-at-jets-camp/</guid><dc:creator><![CDATA[By DENNIS WASZAK Jr., Associated Press]]></dc:creator><description><![CDATA[FLORHAM PARK, N.J. (AP) — Geno Smith is seeing things a bit differently with the New York Jets this time around.]]></description><pubDate>Thu, 06 Aug 2026 19:50:27 +0000</pubDate><content:encoded><![CDATA[<p>FLORHAM PARK, N.J. (AP) — Geno Smith is seeing things a bit differently with the New York Jets this time around.</p><p>No, it's not quite rose-colored glasses. But the veteran quarterback is wearing red contact lenses during training camp this summer in his return to the team that drafted him in 2013.</p><p>Fashionable? Maybe. Functional? Definitely.</p><p>“It’s something that we’ve been doing,” said the 35-year-old Smith, acquired in the offseason from Las Vegas. “It blocks out the sunlight and all that, so it’s actually pretty cool. It keeps the glare from the sun out of your eyes.”</p><p>Smith was still wearing the UV protection lenses while speaking to reporters after practice Thursday, giving the quarterback's eyes an almost sinister look. One reporter joked that he was scared, causing Smith to break into a not-so-evil grin.</p><p>“As I got back here, I spoke to some eye specialists," Smith said, “and they suggested it and then we started doing it.”</p><p>The quarterback was asked if he was having eye issues or simply opted for the contacts over wearing a tinted visor on his helmet so there was less squinting and more seeing.</p><p>“It’s just something we’re trying out, just to see what it was like,” he said. “I like it, so we’ve been sticking with it.”</p><p>Several players around the league have tried wearing the glare-reducing contacts, including Los Angeles Chargers quarterback Justin Herbert last summer. Smith said he first saw them when then-Jets teammate Santonio Holmes wore them during the 2013 season.</p><p>Oh, and by the way, Smith isn't seeing red these days.</p><p>“The entire room is yellow, so it’s a yellow tint to everything,” he said. “But yeah, it’s pretty cool. You guys should try it.”</p><p>They seem to be working for Smith, who is off to a solid start to camp. He played his first four NFL seasons for the franchise before stints with the Giants, Chargers, Seahawks and Raiders. New York, looking for a veteran signal caller in the offseason, acquired Smith and a seventh-round draft pick in March from Las Vegas for a sixth-rounder.</p><p>He'll enter the season as the unquestioned starter and is feeling comfortable in new offensive coordinator Frank Reich's system.</p><p>“I’m excited about the schematic advantages that he’s able to create, but also the ways that he allows players to go out there and make plays and to have freedom to take ownership of the offense,” Smith said. “I think there’s a fine balance with X’s and O’s and also having great players and allowing those guys to be themselves. Coach Reich, he’s played in the league, so he understands that dynamic and that balance.”</p><p>The Jets play their first preseason game next Friday night at home against Tampa Bay and former coach Todd Bowles. It wasn't yet known if New York coach Aaron Glenn will play his starters, including Smith, at all in that game. Smith, who has played in the preseason the last several years, sounded open to the possibility.</p><p>“I love playing football.” Smith said. “Whenever coach tells me to go out there, I go play.”</p><p>—</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EKO6GXHGACW2M4TEJ3PLDAAI2Y.jpg?auth=b204f99774bd3045e160d83e1d70bf55002e8ea806dd577a8d0dd1976878ca99&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets quarterback Geno Smith, wearing red contact lenses, speaks to reporters after practice at the team’s training facility in Florham Park, N.J., on Thursday, Aug. 6, 2026. (AP Photo/Dennis Waszak Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Dennis Waszak Jr.</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U4OZ5UK6ONIB5IWBZD25DQLCDA.jpg?auth=dce5ebce5ea6df32d975eda057d3348dbe5d67f74ae5b621b3e39f16ee4dc2f6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets quarterback Geno Smith throws during practice at the team’s NFL football training camp in Florham Park, N.J., Thursday, July 30, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/A7RKAQPKS5NWDSLOVS4G4KRUDE.jpg?auth=fb181e02b392055c8e74d03c6945f68e6cc5cbf9c8cc41539fc82ec73ba8bf38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets quarterback Geno Smith throws during an NFL football training camp in Florham Park, N.J., Wednesday, July 29, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[South Korean satellite captures before and after views of SpaceX rocket's moon crash]]></title><link>https://www.local10.com/tech/2026/08/06/south-korean-satellite-captures-before-and-after-views-of-spacex-rockets-moon-crash/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/08/06/south-korean-satellite-captures-before-and-after-views-of-spacex-rockets-moon-crash/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — A South Korean satellite has captured the first pictures of the moon’s fresh crash scene caused by a stray SpaceX rocket.]]></description><pubDate>Thu, 06 Aug 2026 19:46:36 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — A South Korean satellite has captured the first pictures of the moon’s fresh crash scene caused by a stray SpaceX rocket.</p><p>The Korea Aerospace Research Institute's Danuri spacecraft flew over the impact site soon after the Falcon 9 upper stage inadvertently plowed into the moon on Wednesday. Danuri made multiple passes, snapping photos from lunar orbit that were released by the space agency Thursday.</p><p>The terrain is noticeably darker where the rocket hit and carved out a crater, sending dust and rock everywhere. Korean space officials said Danuri gathered before and after shots.</p><p>NASA expects its Lunar Reconnaissance Orbiter to fly over the crash site next week to view the aftermath.</p><p>Elon Musk's SpaceX launched Danuri from Cape Canaveral in 2022.</p><p>The company also sent a pair of private lunar landers to the moon last year. The upper stage from that launch is what crashed into the moon this week at 5,400 mph (8,700 kph), placed on an accidental collision course by solar activity and gravity, according to SpaceX.</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/2XWAZBN6KA4M6ZR2WZMHZI2YKQ.jpg?auth=d11727477547d27207b75e197064fb57adf42528ac6db27d8700ee65349599de&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This combination of images provided by NASA and the Korea Aerospace Research Institute shows an area of the moon's surface before, left, Oct. 1, 2015, and after, right, Wednesday, Aug. 5, 2026, a SpaceX rocket segment collided with the moon. (NASA, Korea Aerospace Research Institute via AP)]]></media:description></media:content></item><item><title><![CDATA[Miami Heat host students for annual back-to-school shopping spree]]></title><link>https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/</guid><dc:creator><![CDATA[Clay Ferraro]]></dc:creator><description><![CDATA[The Miami Heat are helping students prepare for the upcoming new school year. ]]></description><pubDate>Thu, 06 Aug 2026 19:35:19 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat are helping students prepare for the upcoming new school year. </p><p><a href="https://www.local10.com/espanol/2026/08/06/miami-heat-recibe-a-estudiantes-para-jornada-anual-de-compras-por-el-regreso-a-clases/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/miami-heat-recibe-a-estudiantes-para-jornada-anual-de-compras-por-el-regreso-a-clases/">Leer en español</a></p><p>On Thursday, the Heat, in partnership with the Advocacy Network on Disabilities, hosted its annual back-to-school shopping spree. </p><p>Heat players and staff members helped children with their shopping at a Walmart in southwest Miami-Dade County.</p><p>Local 10’s Clay Ferraro was there for all the fun, and his full report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami Heat recibe a estudiantes para jornada anual de compras por el regreso a clases]]></title><link>https://www.local10.com/espanol/2026/08/06/miami-heat-recibe-a-estudiantes-para-jornada-anual-de-compras-por-el-regreso-a-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/miami-heat-recibe-a-estudiantes-para-jornada-anual-de-compras-por-el-regreso-a-clases/</guid><dc:creator><![CDATA[Clay Ferraro]]></dc:creator><description><![CDATA[El Miami Heat está ayudando a estudiantes a prepararse para el próximo nuevo año escolar.]]></description><pubDate>Thu, 06 Aug 2026 19:42:24 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat está ayudando a estudiantes a prepararse para el próximo nuevo año escolar.</p><p>Este jueves, el Heat, en colaboración con Advocacy Network on Disabilities, realizó su jornada anual de compras por el regreso a clases.</p><p>Jugadores y miembros del personal del Heat ayudaron a los niños con sus compras en un Walmart del suroeste del condado Miami-Dade.</p><p>Clay Ferraro de Local 10 estuvo presente para toda la diversión, y su reportaje completo puede verse en la parte superior de esta página.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade woman uploaded TikTok video of herself molesting 4-year-old boy, deputies say]]></title><link>https://www.local10.com/news/local/2026/08/06/miami-dade-woman-uploaded-tiktok-video-of-herself-molesting-4-year-old-boy-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/miami-dade-woman-uploaded-tiktok-video-of-herself-molesting-4-year-old-boy-deputies-say/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Deputies arrested a southwest Miami-Dade woman on Wednesday after they said she uploaded a video to TikTok showing herself molesting a 4-year-old boy.]]></description><pubDate>Thu, 06 Aug 2026 19:18:15 +0000</pubDate><content:encoded><![CDATA[<p>Deputies arrested a southwest Miami-Dade woman on Wednesday after they said she uploaded a video to TikTok showing herself molesting a 4-year-old boy.</p><p><a href="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/">Leer en español</a></p><p>An arrest report from the Miami-Dade Sheriff’s Office states that TikTok tipped authorities off that Maylin Elena Viana, 29, had uploaded the illicit clip of herself and the victim.</p><p>The arrest report doesn’t state how Viana knows the child.</p><p>Deputies said Viana “admitted to recording the victim and his genitalia” and said they additionally found a video in an Instagram account of Viana engaging in further lewd conduct with the child.</p><p>Viana, who lives in the rural Redland area, was arrested on charges related to the promotion of child sexual abuse material and lewd and lascivious molestation.</p><p>As of Thursday, she was being held without bond in the Turner Guilford Knight Correctional Center.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDR7BDOR2BEMDKGUEX4DUFY6F4.jpg?auth=faebbd083b27f44a9ef38f1e26ff36c0d07180e18b0edbc39893d0935d6e3a8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maylin Viana]]></media:description></media:content></item><item><title><![CDATA[Acusan a mujer de Miami-Dade de subir a TikTok video en el que abusa sexualmente de niño de 4 años]]></title><link>https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-miami-dade-de-subir-a-tiktok-video-en-el-que-abusa-sexualmente-de-nino-de-4-anos/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Agentes arrestaron el miércoles a una mujer del suroeste de Miami-Dade después de que, según dijeron, subiera a TikTok un video que la mostraba abusando sexualmente de un niño de 4 años.]]></description><pubDate>Thu, 06 Aug 2026 19:39:43 +0000</pubDate><content:encoded><![CDATA[<p>Agentes arrestaron el miércoles a una mujer del suroeste de Miami-Dade después de que, según dijeron, subiera a TikTok un video que la mostraba abusando sexualmente de un niño de 4 años.</p><p>Un informe de arresto de la Oficina del Sheriff de Miami-Dade indica que TikTok alertó a las autoridades de que Maylin Elena Viana, de 29 años, había subido el video ilícito en el que aparecían ella y la víctima.</p><p>El informe de arresto no indica qué relación tiene Viana con el niño.</p><p>Los agentes dijeron que Viana “admitió haber grabado a la víctima y sus genitales” y señalaron que además encontraron un video en una cuenta de Instagram en el que Viana participaba en otros actos lascivos con el niño.</p><p>Viana, quien vive en la zona rural de Redland, fue arrestada por cargos relacionados con la promoción de material de abuso sexual infantil y abuso lascivo y libidinoso.</p><p>Hasta el jueves, permanecía detenida sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UDR7BDOR2BEMDKGUEX4DUFY6F4.jpg?auth=faebbd083b27f44a9ef38f1e26ff36c0d07180e18b0edbc39893d0935d6e3a8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Maylin Viana]]></media:description></media:content></item><item><title><![CDATA[Mariners reliever Gabe Speier suspended for three games, manager Dan Wilson for one game]]></title><link>https://www.local10.com/sports/2026/08/06/mariners-reliever-gabe-speier-suspended-for-three-games-manager-dan-wilson-for-one-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/mariners-reliever-gabe-speier-suspended-for-three-games-manager-dan-wilson-for-one-game/</guid><dc:creator><![CDATA[By LUKE OLSON, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Seattle Mariners reliever Gabe Speier was given a three-game suspension Thursday after hitting Detroit’s Gleyber Torres with a pitch in the eighth inning of Wednesday night's game.]]></description><pubDate>Thu, 06 Aug 2026 19:12:35 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Seattle Mariners reliever Gabe Speier was given a three-game suspension Thursday after hitting Detroit’s Gleyber Torres with a pitch in the eighth inning of Wednesday night's game.</p><p>Speier is appealing the ban, according to the MLB Players Association.</p><p>Additionally, Mariners manager Dan Wilson was also suspended one-game and will serve his suspension in the series finale Thursday against the Tigers. Managers cannot appeal a suspension. Manny Acta will serve as the manager for the Mariners.</p><p>Speier had relieved Bryan Woo in the eighth inning of Seattle’s 4-2 win. After getting the first two outs, Speier threw two inside fastballs to Torres, with the latter pegging him on the upper left leg on a 96.3 mph pitch.</p><p>Torres and Mariners catcher Cal Raleigh proceeded to have words with each other before the benches and bullpens cleared. There were no punches thrown, and Wilson was ejected in the aftermath after Speier was tossed from the game. It was the second time this season Wilson was removed from a game.</p><p>“It’s always frustrating when your guy’s the guy that gets thrown out,” Wilson said Wednesday. “I think, you know, their guy hits somebody and there’s no consequences.”</p><p>Torres was the fourth Tigers batter plunked after Woo hit three batters for only the second time in his career. Tigers rookie Max Clark took a pitch off his elbow guard leading off the third, Riley Green was hit by a pitch in the fourth, and Zach McKinstry in the fifth — both breaking balls on the back foot. McKinstry got first base only after a replay review showed that the ball grazed the front of his foot.</p><p>Raleigh had been plunked as well in the bottom half of the seventh by Detroit left-hander Enmanuel De Jesus with a 95-mph fastball in the bottom of the seventh.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DO75AD4OUSPDMGEFY3NQYLT5BI.jpg?auth=ccb91f0c89dac3e57b4314ef0bbe71696bd9a1ffeee7961391116fcba14be0c0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers' Gleyber Torres is hit by a pitch in the eighth inning of a baseball game against the Seattle Mariners, Wednesday, Aug. 5, 2026, in Seattle. (AP Photo/Kevin Ng)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Ng</media:credit></media:content></item><item><title><![CDATA[Republican Sen. Jon Husted of Ohio says Rep. Max Miller should leave House and end fall campaign]]></title><link>https://www.local10.com/news/politics/2026/08/06/republican-sen-jon-husted-of-ohio-says-rep-max-miller-should-leave-house-and-end-fall-campaign/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/06/republican-sen-jon-husted-of-ohio-says-rep-max-miller-should-leave-house-and-end-fall-campaign/</guid><dc:creator><![CDATA[By JULIE CARR SMYTH, Associated Press]]></dc:creator><description><![CDATA[COLUMBUS, Ohio (AP) — Republican Sen. Jon Husted of Ohio called on Rep. Max Miller Thursday to resign his House seat and abandon his fall reelection bid.]]></description><pubDate>Thu, 06 Aug 2026 21:11:52 +0000</pubDate><content:encoded><![CDATA[<p>COLUMBUS, Ohio (AP) — Republican Sen. Jon Husted of Ohio called on Rep. Max Miller Thursday to resign his House seat and abandon his fall reelection bid.</p><p>Miller is facing a congressional ethics investigation related to domestic abuse allegations leveled against him by his ex-wife, and anxiety over his electability this fall is growing within his party. But the second-term, Cleveland-area congressman has continued to insist that he will hold the course.</p><p>In a post on X, Husted said he knows Miller, his ex-wife, Emily Moreno, the daughter of Sen. Bernie Moreno, and their daughter, and “I do not see how a campaign for Congress benefits any of them.”</p><p>“I believe Max would be making the right decision to step aside as a candidate and resign from Congress to focus on what is in the best interest of his daughter,” he wrote. “Years from now, I believe he will look back and know it was the right choice for her.”</p><p>Another Republican senator, Tim Sheehy of Montana, also urged Miller on Thursday to “step aside and seek help.”</p><p>“Staying in this race makes it far more likely we lose this seat and hand Democrats a majority to impeach President Trump,” he said on X.</p><p>Miller faces Democrat Brian Poindexter, a union ironworker and local councilman, for Ohio’s 7th Congressional District.</p><p>A message seeking comment was left with Miller's spokesperson. The congressman has vehemently denied all allegations of domestic abuse leveled against him by his former spouse.</p><p>Husted’s and Sheehy's comments added to the increasing pressure on Miller from both Democrats and fellow Republicans. Sen. Bernie Moreno, the state's senior senator, reacted to Miller's livestream on X Sunday by saying that Miller is unfit to serve — though he never specifically urged Miller to resign or end his November campaign.</p><p>Under Ohio law, Miller would need to withdraw by Saturday to allow enough time for the replacement process to play out before the 4 p.m. Monday deadline.</p><p>Donovan O'Neil, state director of Americans for Prosperity-Ohio, an influential conservative organization, also labeled Miller “unfit to serve” in an X post Thursday.</p><p>O'Neil said Republicans just a month ago called out Graham Platner, a now-former Democratic candidate for U.S. Senate in Maine, over a sexual assault claim he denied and they “should be just as willing to call out Max Miller and exorcise our own demons from the GOP.”</p><p>President Donald Trump, for whom Miller was a senior aide during the first term, has cautioned Miller that he may face an uphill battle this fall — but he continued to stop short on Thursday of weighing in on whether Miller should resign or withdraw.</p><p>The president was asked about the embattled congressman while taking questions from reporters in the Oval Office at a Thursday signing event.</p><p>“Well, I’m not going to get involved in that,” Trump said. He echoed his earlier comments that it was a “very sad situation.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WUJNNT4J2ZB3TDTQVRHNWX337Y.jpg?auth=289a99f4ef1a45269331a56c02124fc9dd47f1866203c42669f71d2752a18ae7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Rep.-elect Max Miller, R-Ohio, arrives for new member orientation check-in and program registration in Washington, Nov. 13, 2022. (AP Photo/Amanda Andrade-Rhoades, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amanda Andrade-Rhoades</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYZESN3ALBQJW3J2ALNUHO7FWQ.jpg?auth=8d64e403fb7e457b753128bac0873803c03509c7f8d048290d60db7d143f1e44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Jon Husted, R-Ohio, speaks during an event in the Indian Treaty Room of the Eisenhower Executive Office Building on the White House complex on March 4, 2026, in Washington. (AP Photo/Jacquelyn Martin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacquelyn Martin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKKI6EMNRRP3DKTS7CZQXHOUOY.jpg?auth=9d14a61e63f18a815a3a80b44786eec3bf6e26ba542186e9f5aec64d1c1ccc89&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tim Sheehy speaks during the Republican National Convention, July 16, 2024, in Milwaukee. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/74IUKMUCC4TXVWPG43NYVWCXEU.jpg?auth=3eccf0d3413767005857c43cc266d1201415b2838494f99c79bc01ed6af35668&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bernie Moreno, R-Ohio, arrives as Dr. Anthony Fauci appears before the Senate Homeland Security and Governmental Affairs Committee at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content></item><item><title><![CDATA[Woman who murdered mother in Hollywood found dead in Atlantic Ocean]]></title><link>https://www.local10.com/news/local/2026/08/06/woman-who-murdered-mother-in-hollywood-found-dead-in-atlantic-ocean/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/woman-who-murdered-mother-in-hollywood-found-dead-in-atlantic-ocean/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A boater off the coast of Boca Raton on Tuesday found the body of a 63-year-old woman convicted of murdering her mother in Hollywood in 2014, authorities said.]]></description><pubDate>Thu, 06 Aug 2026 18:41:36 +0000</pubDate><content:encoded><![CDATA[<p>A boater off the coast of Boca Raton on Tuesday found the body of a 63-year-old woman convicted of murdering her mother in Hollywood in 2014, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/08/06/hallan-muerta-en-el-oceano-atlantico-a-mujer-que-asesino-a-su-madre-en-hollywood/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/hallan-muerta-en-el-oceano-atlantico-a-mujer-que-asesino-a-su-madre-en-hollywood/">Leer en español</a></p><p>On Thursday, the Boca Raton Police Department identified the woman, found two miles off the South Florida coast in the Atlantic Ocean, as Patricia Brennan.</p><p>Brennan, then 51, beat and stabbed her 76-year-old mother, Regina Suknaic, at a home in the 1900 block of North 38th Avenue on May 17, 2014.</p><p>After she was stabbed and beaten, authorities said Brennan held her hostage inside the home and Suknaic could not escape until the next morning when her daughter fell asleep. She later died.</p><p>Brennan spent more than six years in state prison after being convicted of second-degree murder.</p><p>A <a href="https://x.com/BocaPolice/status/2085385329175855222?s=20" target="_self" rel="" title="https://x.com/BocaPolice/status/2085385329175855222?s=20">brief social media post</a> from BRPD did not indicate whether authorities suspected foul play.</p><p>They asked anyone with information to call 561-620-6246.</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/CIMMMBFRNNG5XIT4JNKGLFOWDY.jpg?auth=6356f6bd002d8632e444c3e4ea80cf2f2d6f2a87fb058a9f8572009625e682fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patricia Brennan]]></media:description></media:content></item><item><title><![CDATA[Hallan muerta en el océano Atlántico a mujer que asesinó a su madre en Hollywood]]></title><link>https://www.local10.com/espanol/2026/08/06/hallan-muerta-en-el-oceano-atlantico-a-mujer-que-asesino-a-su-madre-en-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/hallan-muerta-en-el-oceano-atlantico-a-mujer-que-asesino-a-su-madre-en-hollywood/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un navegante frente a la costa de Boca Raton encontró el martes el cuerpo de una mujer de 63 años condenada por asesinar a su madre en Hollywood en 2014, informaron las autoridades.]]></description><pubDate>Thu, 06 Aug 2026 18:59:17 +0000</pubDate><content:encoded><![CDATA[<p>Un navegante frente a la costa de Boca Raton encontró el martes el cuerpo de una mujer de 63 años condenada por asesinar a su madre en Hollywood en 2014, informaron las autoridades.</p><p>El jueves, el Departamento de Policía de Boca Raton identificó a la mujer, encontrada a dos millas de la costa del sur de Florida en el océano Atlántico, como Patricia Brennan.</p><p>Brennan, quien entonces tenía 51 años, golpeó y apuñaló a su madre de 76 años, Regina Suknaic, en una vivienda ubicada en la cuadra 1900 de North 38th Avenue el 17 de mayo de 2014.</p><p>Después de ser apuñalada y golpeada, las autoridades informaron que Brennan mantuvo a su madre como rehén dentro de la vivienda y Suknaic no pudo escapar hasta la mañana siguiente, cuando su hija se quedó dormida. Posteriormente murió.</p><p>Brennan pasó más de seis años en una prisión estatal después de ser condenada por asesinato en segundo grado.</p><p><a href="https://x.com/BocaPolice/status/2085385329175855222?s=20" target="_blank" rel="noreferrer" title="https://x.com/BocaPolice/status/2085385329175855222?s=20">Una breve publicación</a> de la Policía de Boca Raton en redes sociales no indicó si las autoridades sospechan que hubo mano criminal.</p><p>Pidieron a cualquier persona con información que llame al 561-620-6246.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CIMMMBFRNNG5XIT4JNKGLFOWDY.jpg?auth=6356f6bd002d8632e444c3e4ea80cf2f2d6f2a87fb058a9f8572009625e682fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Patricia Brennan]]></media:description></media:content></item><item><title><![CDATA[Adolescente que conducía un scooter eléctrico resultó gravemente herido en un accidente en Wilton Manors]]></title><link>https://www.local10.com/espanol/2026/08/06/adolescente-que-conducia-un-scooter-electrico-resulto-gravemente-herido-en-un-accidente-en-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/adolescente-que-conducia-un-scooter-electrico-resulto-gravemente-herido-en-un-accidente-en-wilton-manors/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un adolescente de 17 años que conducía un scooter eléctrico en Wilton Manors el jueves resultó gravemente herido en un accidente en el que estuvo involucrado otro vehículo, confirmaron funcionarios de Fort Lauderdale Fire Rescue.]]></description><pubDate>Thu, 06 Aug 2026 18:17:52 +0000</pubDate><content:encoded><![CDATA[<p>Un adolescente de 17 años que conducía un scooter eléctrico en Wilton Manors el jueves resultó gravemente herido en un accidente en el que estuvo involucrado otro vehículo, confirmaron funcionarios de Fort Lauderdale Fire Rescue.</p><p>El accidente fue reportado en el área de North Andrews Avenue y Northwest 29th Street.</p><p>Funcionarios de Fort Lauderdale Fire Rescue informaron que el adolescente fue atropellado por el vehículo y sufrió heridas que ponen en peligro su vida. Paramédicos de Fort Lauderdale Fire Rescue lo trasladaron al centro de trauma de Broward Health Medical Center.</p><p>La Policía de Wilton Manors confirmó que una parte de la vía fue cerrada tras el accidente, con solo un carril abierto en dirección norte y otro en dirección sur.</p><p>Local 10 recibió reportes de que el conductor del vehículo huyó del lugar después del accidente, pero la Policía aún no ha confirmado esa información.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/B4JBIW7OI5DQJNKKGV7A6QUWGU.jpeg?auth=e90acb8f8cebaabaeb9ec0d147b726ae8d5372038df3a20cca564e43f2d95122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Teen riding electric bike seriously injured in crash in Wilton Manors]]></title><link>https://www.local10.com/news/local/2026/08/06/teen-riding-electric-scooter-seriously-injured-in-crash-in-wilton-manors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/teen-riding-electric-scooter-seriously-injured-in-crash-in-wilton-manors/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A 17-year-old who was riding an electric bike in Wilton Manors Thursday was seriously injured in a crash involving another vehicle, Fort Lauderdale Fire Rescue officials confirmed.]]></description><pubDate>Thu, 06 Aug 2026 18:02:13 +0000</pubDate><content:encoded><![CDATA[<p>A 17-year-old who was riding an electric bike in Wilton Manors Thursday was seriously injured in a crash involving another vehicle, Fort Lauderdale Fire Rescue officials confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/06/adolescente-que-conducia-un-scooter-electrico-resulto-gravemente-herido-en-un-accidente-en-wilton-manors/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/adolescente-que-conducia-un-scooter-electrico-resulto-gravemente-herido-en-un-accidente-en-wilton-manors/">Leer en español</a></p><p>The crash was reported in the area of North Andrews Avenue and Northwest 29<sup>th</sup> Street.</p><p>FLFR officials said the teen was struck by the vehicle and suffered life-threatening injuries. FLFR medics transported the teen to Broward Health Medical Center’s trauma center. </p><p>Wilton Manors police confirmed that a portion of the roadway was shut down after the crash, with only one lane open going north and one open going south.</p><p>Local 10 received reports that the driver of the vehicle fled the scene after the crash, but police have not yet confirmed that information.</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/B4JBIW7OI5DQJNKKGV7A6QUWGU.jpeg?auth=e90acb8f8cebaabaeb9ec0d147b726ae8d5372038df3a20cca564e43f2d95122&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Fiscalía de México detiene a exgobernador de Guerrero por la desaparición de 43 estudiantes en 2014]]></title><link>https://www.local10.com/espanol/2026/08/06/fiscalia-de-mexico-detiene-a-exgobernador-de-guerrero-por-la-desaparicion-de-43-estudiantes-en-2014/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/fiscalia-de-mexico-detiene-a-exgobernador-de-guerrero-por-la-desaparicion-de-43-estudiantes-en-2014/</guid><dc:creator><![CDATA[Por MARÍA VERZA, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — La fiscalía federal de México anunció el jueves la detención del exgobernador del sureño estado de Guerrero Ángel Aguirre por su presunta participación en la desaparición de 43 estudiantes de la escuela Normal Rural de Ayotzinapa hace casi doce años, el 26 de septiembre de 2014. La acusación es por “ocultamiento de evidencias para conocer el paradero de los estudiantes”.]]></description><pubDate>Thu, 06 Aug 2026 21:54:57 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — La fiscalía federal de México anunció el jueves la detención del exgobernador del sureño estado de Guerrero Ángel Aguirre por su presunta participación en la desaparición de 43 estudiantes de la escuela Normal Rural de Ayotzinapa hace casi doce años, el 26 de septiembre de 2014. La acusación es por “ocultamiento de evidencias para conocer el paradero de los estudiantes”.</p><p>Ernestina Godoy, fiscal general de la República, señaló que dos testimonios recabados este año indican que Aguirre no solo había solicitado a funcionarios que le entregaran los videos de unas cámaras de seguridad situadas en uno de los puntos del ataque esa fatídica noche, sino que ordenó desaparecer cualquier prueba relacionada con los hechos.</p><p>“La Fiscalía cuenta con elementos de prueba que acreditan que dicha instrucción de ocultamiento fue girada de manera directa por el entonces gobernador, con la participación de servidores públicos estatales de alto nivel”, dijo la fiscal general. “Lejos de ser un acto aislado u omisión técnica, el ocultamiento de las grabaciones fue el resultado de una operación dolosa y deliberadamente estructurada desde la cúpula del Poder Ejecutivo Estatal”.</p><p>Godoy no explicó por qué los testimonios de una persona colaboradora y un testigo protegido, recogidos en enero y mayo de 2026 respectivamente, se lograron más de una década después de los hechos. Sólo indicó que cuando ella llegó a la fiscalía, a finales del año pasado, inició un “trabajo de reanálisis” del caso con un “nuevo modelo de investigación”.</p><p>Aguirre gobernó Guerrero de 2011 a octubre de 2014, un mes después del ataque. Su arresto tuvo lugar en el Estado de México, la región que rodea a la capital mexicana.</p><p>Es el funcionario de más alto rango detenido en este caso después del exprocurador federal Jesús Murillo Karam, actualmente bajo proceso penal por desaparición forzada, obstrucción de la justicia y tortura.</p><p>La desaparición de los 43 jóvenes entre 17 y 25 años hace casi 12 años conmocionó dentro y fuera de México porque en ese crimen confluyeron la violencia, la corrupción y la impunidad. Después de tres administraciones, decenas de detenidos — militares incluidos — el caso sigue sin esclarecerse, no hay sentenciados y las familias de los jóvenes siguen cuestionando la voluntad de las autoridades de llegar al fondo del caso porque continúan apareciendo análisis encontrados de los hechos desde distintas agencias oficiales.</p><p>La administración de Andrés Manuel López Obrador (2018-2024) calificó el ataque como un “crimen de Estado” porque en él participaron autoridades y fuerzas de seguridad locales, estatales y federales coludidas con el crimen organizado bien durante el ataque o durante su encubrimiento, que llegó a suponer la elaboración de una verdad paralela a los hechos, según denunciaron investigadores de la Comisión Interamericana de Derechos Humanos (CIDH).</p><p>Los estudiantes fueron atacados en distintos puntos de la localidad de Iguala después de apoderarse de unos autobuses para trasladarse con ellos a una protesta.</p><p>En uno de estos lugares, el exterior del Palacio de Justicia —sede de los tribunales—, había cámaras que grabaron el momento en que las fuerzas de seguridad detenían uno de los autobuses, pero las primeras versiones oficiales aseguraron que ese material no existía. Ahora, la fiscalía federal constata lo que investigadores de la CIDH habían denunciado hace años, que esas grabaciones se ocultaron o destruyeron para ocultar pruebas.</p><p>Las autoridades consideran que los estudiantes fueron asesinados, pero sólo se han encontrado fragmentos óseos de tres de ellos y todavía no está claro el móvil del ataque, aunque se cree que habría estado vinculado al tráfico de heroína en la zona.</p><p>Durante el gobierno de Claudia Sheinbaum, que comenzó en octubre de 2024, la presidenta dijo que se reabrieron nuevas líneas de investigación, algunas de las cuales, según la fiscal, han llevado a la detención del exgobernador.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AJBWBMAUJC35QATNBLI7GCIC7Y.jpg?auth=0cbe338bb330546e36af7c48040f76890aec72dae55587ac999d1319190b8f22&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un manifestante sostiene un retrato de Ángel Aguirre, exgobernador del estado de Guerrero, en el que se ha escrito la palabra "asesino" durante una marcha contra la desaparición de 43 estudiantes de una escuela rural de magisterio, el 26 de enero de 2015, en Ciudad de México. (Foto AP/Eduardo Verdugo, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Verdugo</media:credit></media:content></item><item><title><![CDATA[FIFA's president held off an internal revolt. Next up is a hotly contested election]]></title><link>https://www.local10.com/sports/2026/08/06/fifas-president-held-off-an-internal-revolt-next-up-is-a-hotly-contested-election/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/fifas-president-held-off-an-internal-revolt-next-up-is-a-hotly-contested-election/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[MANCHESTER, England (AP) — FIFA president Gianni Infantino held off the potential of an internal revolt during a summit meeting in Morocco this week. A scathing response from European soccer's governing body on Thursday, however, showed that he still has a fight on his hands to hold onto power.]]></description><pubDate>Thu, 06 Aug 2026 18:28:08 +0000</pubDate><content:encoded><![CDATA[<p>MANCHESTER, England (AP) — FIFA president Gianni Infantino held off the potential of an internal revolt during a summit meeting in Morocco this week. A scathing response from European soccer's governing body on Thursday, however, showed that he still has a fight on his hands to hold onto power.</p><p>UEFA blasted Infantino and his organization again over his failed plan to sell stakes in the World Cup, declaring it wants assurances that “attempts to disfigure the game in this way will never be made again.”</p><p>The reaction revealed the depths of animosity toward Infantino as he attempts to run for re-election next year while trying to quell outrage over the equity plan. FIFA issued an apology on Wednesday over the plan, and senior staff members at a crisis meeting in Rabat “reaffirmed their full support” for his presidency.</p><p>The UEFA response shows how the apology will not be enough to satisfy his fiercest detractors, who want a change at the top of FIFA.</p><p>That process will play out in the coming months with a vote in March among the 211 national member federations. Each nation gets a vote, and he needs a simple majority to retain his presidency.</p><p>Infantino left New York with around 200 letters of support from those federations. That number is likely to be depleted now, but it is not clear how many of those individual federations would turn against him when it comes to the vote.</p><p>Continental soccer bodies in Europe, Asia and North and South America have voiced varying degrees of opposition to Infantino's plans. Crucially, however, confederations are not obliged to vote collectively and there are no guarantees of reaching the 106 votes needed to ensure a majority in a contested election.</p><p>The English FA has withdrawn its support, as have Serbia, Sweden and Wales. Many, many others have been noncommittal.</p><p>Infantino, whose expansion of the World Cup has opened it up to more countries, has a traditional support base in Africa, which has 54 voting members. Even among the tumultuous fallout from the plan, he has received pockets of support from individual federations including 2022 World Cup host Qatar.</p><p>UEFA maintained its threat to boycott the World Cup and other FIFA competitions and reiterated that it had lost confidence in Infantino.</p><p>"Yesterday’s announcement that some people employed by the FIFA President (and whose careers depend on his favor) agree with him changes nothing,” it said.</p><p>Infantino is fighting on</p><p>Wednesday's summit in Rabat was dubbed a crisis meeting after an internal backlash against Infantino's controversial plan.</p><p>His secretary general Mattias Grafström said it created “turmoil which is difficult to comprehend and accept.” Chief of global football development Arsène Wenger distanced himself from the plans, while Infantino’s senior adviser Carlos Cordeiro resigned last week and chief operating officer Kevin Lamour said staff were “deceived” by the president’s lack of openness.</p><p>Infantino emerged from the meeting with a unified response from those in attendance — notably Grafström — confirming support for his presidency.</p><p>That was evidence of the Swiss-Italian's determination to resist the pressure on his position and win a fourth and final term in office through 2031.</p><p>The wording of FIFA's statement, however, was open to interpretation, saying “members of the FIFA Management Board in attendance” reaffirmed their support for him.</p><p>FIFA has not published a list of attendees, but it is reported Wenger, Lamour and chief football officer Jill Ellis were among those absent.</p><p>It would take at least 19 of FIFA's 37 council members to trigger an extraordinary general meeting where Infantino could be called on to explain his actions.</p><p>Finding a challenger</p><p>It's one thing wanting Infantino out, it's another finding someone who can drum up the support to take him on.</p><p>Paris Saint-Germain’s Qatari president Nasser al-Khelaïfi is widely seen as a good fit. He is the chairman of association of European Football Clubs, which represents the top teams on the continent including Real Madrid, Barcelona, PSG and Manchester United.</p><p>He was unifying force in the wake of the failed European Super League project and may be seen as the type of candidate capable bringing national federations back together following Infantino's similarly divisive plan.</p><p>There's one catch — he doesn't want the job.</p><p>A spokesperson told The Associated Press Al-Khelaifi had “absolutely no ambition, no intention and no interest in the FIFA role."</p><p>Canadian FIFA vice president Victor Montagliani is another name to throw into the mix. The president of Norwegian soccer Lise Klaveness has been outspoken in her criticism of Infantino, and the president of the Asian soccer confederation, Sheikh Salman bin Ibrahim Al Khalifa, also came out strongly in opposition of FFE.</p><p>Nov. 18 is the deadline for candidates to enter the next presidential contest, exactly four months ahead of the vote.</p><p>Pressure is growing</p><p>FIFA said it hoped Wednesday's meeting would “help restore confidence” in the organization after the turbulence created by Infantino’s project.</p><p>Infantino's detractors had other ideas.</p><p>UEFA's response was scathing, saying it had made it “abundantly clear” that it had lost confidence in Infantino’s presidency.</p><p>"That position holds,” it said.</p><p>Key dates</p><p>As well as the Nov. 18 deadline for candidates, the Women’s Under-20 World Cup hosted by Poland from Sept. 5. would be the first potential target for UEFA's threatened boycott.</p><p>A potential boycott also raises uncertainty over the staging for the 2035 Women’s World Cup. The four British federations comprise FIFA’s only bidder to host the tournament and the decision is due Nov. 23.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XFOM2IBTK4G3I4FIEMJVEBIXGQ.jpg?auth=efc364fadc826495c32afa8d2cedfdca1f47d575b0fbe67ab6d1f6f68ca9d205&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 leaves after attending a Women AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SLTH3WQMQVUCJIKA74H65ZD5RI.jpg?auth=aacbb1cc549445de3f01775108406c337479a655c0794d24673e27cb0dc3ce59&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 leaves after attending a Women AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNHTQ73NC7JWIOMKXRLBSGTAFQ.jpg?auth=f9add1237f8002c1f043edefd4afbb242f067dbfdb5e6dabdc09f2409ee11101&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, center, speaks to FIFA secretary general Mattias Grafstrom, left, sitting beside president of Moroccan Royal Football Federation Fouzi Lekjaa as they attend a Women's AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5WQ3RXKKB5435FF7SVM7TA2HI.jpg?auth=8460bc8c4df7594f8dcb2a429a5d5a94816572ff60b08a2c6d3bb298c3615ec4&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 a Women's AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[NASCAR changing stage break rules to limit laps run under caution, create more green flag racing]]></title><link>https://www.local10.com/sports/2026/08/06/nascar-changing-stage-break-rules-to-limit-laps-run-under-caution-create-more-green-flag-racing/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/nascar-changing-stage-break-rules-to-limit-laps-run-under-caution-create-more-green-flag-racing/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[NASCAR plans to implement a new stage-break procedure for its Cup Series races beginning this weekend at Iowa Speedway and continuing through the remainder of the season.]]></description><pubDate>Thu, 06 Aug 2026 18:24:36 +0000</pubDate><content:encoded><![CDATA[<p>NASCAR plans to implement a new stage-break procedure for its Cup Series races beginning this weekend at Iowa Speedway and continuing through the remainder of the season.</p><p>Under the new rules, when a natural caution occurs with 10 or fewer laps remaining in Stage 1 or Stage 2, it will be deemed complete at the time of caution — with that same caution period serving as the scheduled stage break.</p><p>NASCAR CEO Steve O'Donnell said Thursday on social media the change stems from the July 26 race at the Brickyard 400 in Indianapolis, where he said fans were unhappy about too many back-to-back laps run under caution near stage breaks.</p><p>“Long periods of caution laps and not enough green-flag racing,” O'Donnell said. “We heard you, and we want to make a change. ... No more back-to-back cautions. No more elongated cautions laps. More green flag racing. More action for you the fans.”</p><p>When the field returns to the start/finish line under yellow, the leader will receive the green-and-white checkered flag along with the yellow, according to NASCAR. At the time of the caution, the top-10 stage finishing order will be determined using all available resources, including scoring loops and video replay — similar to how stage points are awarded.</p><p>___</p><p>AP auto racing: https://apnews.com/apf-AutoRacing</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FG5YBMB5LR672GLHETTJBXPIL4.jpg?auth=9b6dee8e428b696285515da27fc7cf44a0a2fac5ac1061592fe88bc89fde58bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ty Gibbs (54) heads into the first turn during a NASCAR Cup Series auto race at Indianapolis Motor Speedway in Indianapolis, Sunday, July 26, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZRVKT7GQ6LB6QAMOHQYG5MUEGU.jpg?auth=3daf0d2813212dfe5e7002b04fb80c6d0d524c09cae96497c97c6507312baa00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Corey Heim, center, celebrates after winning a NASCAR Cup Series auto race at Indianapolis Motor Speedway in Indianapolis, Sunday, July 26, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA["La mano ha cambiado". Kast presenta reforma contra el crimen organizado en Chile]]></title><link>https://www.local10.com/espanol/2026/08/06/la-mano-ha-cambiado-kast-presenta-reforma-contra-el-crimen-organizado-en-chile/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/la-mano-ha-cambiado-kast-presenta-reforma-contra-el-crimen-organizado-en-chile/</guid><dc:creator><![CDATA[Por NAYARA BATSCHKE, Associated Press]]></dc:creator><description><![CDATA[SANTIAGO (AP) — “La mano ha cambiado”.]]></description><pubDate>Thu, 06 Aug 2026 18:19:50 +0000</pubDate><content:encoded><![CDATA[<p>SANTIAGO (AP) — “La mano ha cambiado”.</p><p>Con estas palabras el presidente chileno José Antonio Kast presentó el jueves una batería de medidas con la que espera hacer frente al crimen organizado que incluye unas 30 iniciativas.</p><p>El mandatario encabezó en la mañana un operativo de seguridad en el que un centenar de policías realizaron fiscalizaciones para detectar a personas en situación migratoria irregular en el centro de Santiago, así como a individuos que tuvieran causas judiciales pendientes. La cifra de detenidos no fue divulgada hasta el momento.</p><p>“Juntos vamos a lograr que Chile vuelva a tener ese lugar que nunca debió haber perdido, de ser el país más seguro de toda Latinoamérica”, declaró Kast en una rueda de prensa.</p><p>Agregó que “tendremos que hacer modificaciones legales porque el crimen organizado, el narcotráfico, no respeta las leyes y nosotros tenemos que buscar cómo anticiparnos”.</p><p>Algunas de las propuestas impulsadas por el Ejecutivo promueven la creación de una nómina nacional de organizaciones criminales que operan en el país, un mecanismo para aumentar las penas a imputados que pertenezcan a esas organizaciones, el establecimiento de un régimen penitenciario especial y el congelamiento patrimonial de los acusados.</p><p>Según Kast, su administración igualmente buscará extender los derechos a la legitima defensa no sólo para el personal policial durante el ejercicio de sus funciones sino también para los que estén de franco e impulsar la aprobación de un proyecto que tramita en el Congreso desde 2023 y busca regular cómo y cuándo las fuerzas de seguridad y las Fuerzas Armadas pueden emplear la fuerza.</p><p>A estas medidas se suma el anuncio de una reforma constitucional para crear un nuevo estado de excepción en lugares donde se registre una “grave alteración de la seguridad pública” y en “territorios afectados por conductas delictivas”. Kast no detalló en qué condiciones se podría aplicar el estado de excepción ni qué medidas contemplaría.</p><p>El Ejecutivo también busca ampliar de cinco a 60 días el plazo de detención de quienes deben ser expulsados del país y tipificar como delito el transporte con ánimo de lucro de migrantes irregulares dentro del país.</p><p>El anuncio de la llamada Agenda contra el Crimen Organizado y el Terrorismo (ACOT) es el segundo mega proyecto presentado por el Ejecutivo desde que Kast asumió el poder en marzo y llega dos días después de que el Congreso aprobara una extensa reforma económica y tributaria que había concentrado la atención del gobierno hasta ahora.</p><p>Por su parte, el ministro de Seguridad Pública, Martín Arrau, destacó que la ACOT inaugura una nueva etapa para la nación sudamericana. “Se acabó el Chile que aceptaba que el crimen organizado mande a nuestras fronteras, que aceptaba que el crimen organizado mandara a nuestras cárceles, que miraba con más consideración al delincuente que a quienes mandatábamos hacer cumplir la ley".</p><p>Al asumir el poder el gabinete de Kast, el mandatario más conservador de la historia chilena desde el retorno de la democracia en 1990, prometió un gobierno de emergencia centrado en el combate al crimen organizado y la inmigración irregular.</p><p>Según los datos presentados por la presidencia el jueves, la cifra de homicidios bajó un 18,7% entre enero y julio en comparación con igual periodo de 2025, totalizando 486 víctimas —112 menos que el año pasado—.</p><p>Asimismo, los asesinatos el año pasado alcanzaron 1.091, un número que diversas autoridades han sostenido que consideran elevado pese a tratarse de una considerable baja respecto del récord de 1.330 de 2022, cuando Chile registró su máximo histórico de homicidios.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BSKY5L4YI7LFKBT4X24FCNNVIY.jpg?auth=4409d39763061dc63a522ba8b6f9948a193b3b1acfe241698dad178b42f1bc88&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente chileno José Antonio Kast se reúne con agentes de policía tras anunciar una nueva agenda de seguridad y un endurecimiento de las leyes migratorias en la Plaza de Armas de Santiago, Chile, el jueves 6 de agosto de 2026. (AP Foto/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GT3PXEQKU5NSZGW2GWK7W3MBY4.jpg?auth=214d2d2dd29a25de9662c32157eae667bf71e8ecfb10301cffcf0724fd63754e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía chilena realiza controles migratorios y de seguridad en la Plaza de Armas de Santiago tras el anuncio del presidente chileno José Antonio Kast sobre una nueva agenda de seguridad y medidas más estrictas de control migratorio en Santiago, Chile, el jueves 6 de agosto de 2026. (AP Foto/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XASCQKC6WSCE443YQDJ6E4D5GU.jpg?auth=f02dfdf98238a22878501ef35d76ca577a63b199f135fac14c01b559e61ad574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía chilena realiza controles migratorios y de seguridad en la Plaza de Armas de Santiago tras el anuncio del presidente chileno José Antonio Kast sobre una nueva agenda de seguridad y medidas más estrictas de control migratorio en Santiago, Chile, el jueves 6 de agosto de 2026. (AP Foto/Esteban Félix)]]></media:description><media:credit role="author" scheme="urn:ebu">Esteban Felix</media:credit></media:content></item><item><title><![CDATA[Share your back-to-school photos with Local 10 as students return to class across South Florida]]></title><link>https://www.local10.com/features/2026/08/06/share-your-back-to-school-photos-with-local-10-as-students-return-to-class-across-south-florida/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/06/share-your-back-to-school-photos-with-local-10-as-students-return-to-class-across-south-florida/</guid><description><![CDATA[As students begin returning to classes across South Florida, Local 10 wants to help celebrate the milestone by sharing your favorite back-to-school photos.]]></description><pubDate>Thu, 06 Aug 2026 18:14:25 +0000</pubDate><content:encoded><![CDATA[<p>As students begin returning to classes across South Florida, Local 10 wants to help celebrate the milestone by sharing your favorite back-to-school photos.</p><p>Whether it’s your child’s very first day of kindergarten, their final first day as a senior, or a proud family photo before heading out the door, Local 10 is inviting viewers to submit their pictures for a chance to be featured on-air. All photos will be displayed in a gallery below. </p><p>Students across South Florida will return to the classroom on the following dates:</p><ul><li><b>Broward County Public Schools:</b> Monday, <b>Aug. 10</b> </li><li><b>Archdiocese of Miami Catholic Schools:</b> Tuesday, <b>Aug. 11</b></li><li><b>Monroe County School District:</b> Wednesday, <b>Aug. 12</b> </li><li><b>Miami-Dade County Public Schools:</b> Thursday, <b>Aug. 13</b> </li></ul><p>Photos may be featured in Local 10’s newscasts, on Local10.com and across the station’s social media platforms as South Florida students kick off the new school year.</p><p>Local 10 wishes all students, teachers and school staff a safe, successful and exciting school year.</p><p><b>Submit your back-to-school photos below</b>:</p><p><div data-ss-embed="promotion" data-opguid="27397ca1-30ec-4156-a922-f521e253c672" data-routing="hash" data-script="76cimf"></div>
<script defer src="https://embed-1178712.secondstreetapp.com/Scripts/dist/embed.js" data-ss-script="76cimf">/**/</script></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XEMN2GAALJAJBB2LTKFA7HRCHE.png?auth=3d4937866e34939c4e201b957722346fa10c69e1ca4670a35154722e9335e8df&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Jade Carey returns home to the US gymnastics championships with 'no expectations, no pressure']]></title><link>https://www.local10.com/sports/2026/08/06/jade-carey-returns-home-to-the-us-gymnastics-championships-with-no-expectations-no-pressure/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/jade-carey-returns-home-to-the-us-gymnastics-championships-with-no-expectations-no-pressure/</guid><dc:creator><![CDATA[By WILL GRAVES, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Jade Carey doesn't need to be at the U.S. gymnastics championships. At least, not like this.]]></description><pubDate>Thu, 06 Aug 2026 18:01:57 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Jade Carey doesn't need to be at the U.S. gymnastics championships. At least, not like this.</p><p>That's part of what makes it all so sweet.</p><p>The 26-year-old knows she could have walked away following her final season at Oregon State in the spring of 2025, with a resume stuffed with Olympic and world championship medals and her place in the history of the storied U.S. women's program secure.</p><p>She tried, kind of. The athlete who had been going nonstop for the better part of 20 years gave her body a bit of a break after her NCAA career ended. It lasted a handful of weeks.</p><p>Then one day, she popped into the gym and, in the words of her father and longtime coach Brian, “started playing again.”</p><p>Emphasis on “playing.”</p><p>If there's anything the two-time Olympic gold medalist has learned, it's that taking this too seriously can quickly rob you of the joy that brought you to it in the first place.</p><p>Asked if she feels the weight of living up to the standard she's set for herself as the Phoenix native prepares to salute the judges at the national championships for a seventh time when the women's competition begins at Mortgage Matchup Center, Carey shrugs.</p><p>“I just feel like right now I have one more opportunity to just have fun with it,” she said. “No expectations, no pressure."</p><p>Maturing means understanding who she was in 2021 is not who she is in 2026. There have been times she'll randomly come across a video of her gold medal-winning floor exercise routine at the Tokyo Olympics five years ago and think “that was pretty hard.”</p><p>Whether she can get back to that level as she makes a bid for a third trip to the Olympics is anyone's guess, Carey's included. Her body has held up remarkably well through the years, thanks in large part to the pragmatic approach she and Brian Carey have taken toward her training.</p><p>“I don’t know if that’s coming back,” she said. “But you never know. And I feel like training, getting back into it this year, was really hard. But I’ve kind of hit my stride, and it’s getting a little easier and feeling a little more familiar.”</p><p>Sticking with the plan</p><p>Carey finished second in the all-around to 17-year-old Reese Esponda at the U.S. Classic a few weeks ago in her first elite competition since leaving the 2024 Paris Games with a pair of Olympic medals. She did it with routines that are designed to serve as a foundation as she methodically builds toward the summer of 2028.</p><p>The plan is to add difficulty as she goes along, but only when she's ready. In her mid-20s, Carey is not the same gymnast who took a circuitous path to the Tokyo Olympics that ended with the floor routine of a lifetime and the most precious of medals around her neck.</p><p>The amount of time she spends in the gym on a given day depends on how she's feeling. She and her father have an understanding that as long as she hits her numbers — meaning, how many times she works on an assignment — it doesn't matter how long she's there.</p><p>Some days she can knock it out in three hours. Some days, it's more like eight. On the days she's not feeling it at all, they'll work on a plan that spreads the workload out over a longer period of time, though that remains a rarity.</p><p>“Normally, it’s like she’s so fine-tuned with her skill, she just gets up and knocks it out,” Brian Carey said.</p><p>That's kind of what she does. What's perhaps the most remarkable thing about Carey's career is the way she simply keeps going. While some of her Olympic teammates have opted to take time off and recover after a triumphant performance — Tokyo Olympic champion Suni Lee announced last month she is preparing for a return after a two-year hiatus — Carey largely has not.</p><p>The internal desire to excel still burns bright</p><p>Her father credits an internal “fire” that doesn't need much to be stoked. He ordered her to take a vacation after her senior year at Oregon State. It lasted a month. There was never any formal discussion about pushing toward the 2028 Los Angeles Olympics. It just sort of happened.</p><p>That doesn't mean slipping back into her routine was easy.</p><p>“I could tell my body was like, ‘What are you doing? You haven’t gone upside down in a while, like we don’t do this anymore,’” she said with a laugh. “But I’m like, ‘No, we’re going to, trust me.’”</p><p>She's well aware some of the skills she once mastered may never come back, so she'll need to evolve. That could mean opting for slightly easier (at least by gymnastics standards) elements and combinations, hoping to make up for in execution what she might lack in difficulty.</p><p>Brian Carey's job is to make sure she isn't in a rush to find out. Sometimes he still has to tell his daughter to “pump the brakes a little bit." There are days when Carey feels she's ahead of schedule. That doesn't mean the schedule is going to be adjusted. The short-term goal is to build toward earning a spot on the world championship team in October.</p><p>Yes, she understands the prospect of competing in a home Olympics is out there in the ether. And sure, it played a factor in her decision to give it a shot. The reality is, she probably would be here anyway, no matter if the Olympics were in Los Angeles or London or somebody's backyard.</p><p>The fire inside continues to burn brightly. She learned to respect it long ago. She has the rest of her life to not do gymnastics. Why douse the flames before she's ready?</p><p>“I’ve done so much that I just, I don’t know,” she said. "I just want to do this round again for fun and see how far I can push myself.”</p><p>___</p><p>AP sports: https://apnews.com/hub/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5SK43MISOU7U2QGEVAA5Y23FXE.jpg?auth=6e1252bc887a8b70f094ec98f02b3c6b923599d88b06d5a522263626ff1c47bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jade Carey, of the United States, is introduced during the women's artistic gymnastics individual vault finals at Bercy Arena at the 2024 Summer Olympics, Aug. 3, 2024, in Paris. (AP Photo/Francisco Seco, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S7SDROQJXQWRPIWARE5UDOLVRE.jpg?auth=a4062422fd7edfd46c673f7bb25b60984b416fdd87cd799d4322f77def3f9501&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jade Carey, of the United States, celebrates after performing on the vault during the women's artistic gymnastics team finals round at Bercy Arena at the 2024 Summer Olympics, July 30, 2024, in Paris. (AP Photo/Charlie Riedel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Missing man, 82, found safe in Coral Springs, deputies say ]]></title><link>https://www.local10.com/news/local/2026/08/06/man-82-reported-missing-in-north-lauderdale/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/man-82-reported-missing-in-north-lauderdale/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[An 82-year-old man who was reported missing this week from North Lauderdale was found safe Thursday in Coral Springs, authorities confirmed to Local 10 News. ]]></description><pubDate>Thu, 06 Aug 2026 12:02:06 +0000</pubDate><content:encoded><![CDATA[<p>An 82-year-old man who was reported missing this week from North Lauderdale was found safe Thursday in Coral Springs, authorities confirmed to Local 10 News. </p><p><a href="https://www.local10.com/espanol/2026/08/06/localizan-sano-y-salvo-en-coral-springs-a-hombre-de-82-anos-que-estaba-desaparecido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/localizan-sano-y-salvo-en-coral-springs-a-hombre-de-82-anos-que-estaba-desaparecido/">Leer en español</a></p><p>According to Broward Sheriff’s Office deputies, prior to being found, Jacques Voltaire was last seen around 11 a.m. Wednesday, in the 7600 block of Kimberly Boulevard in North Lauderdale. </p><p>Deputies said Voltaire’s family informed them that he suffers from dementia.</p><p>Luckily, Voltaire was safely located Thursday and has been reunited with his 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><media:content url="https://www.local10.com/resizer/v2/JMEHFQ4PQBCBHNMUCZLINLK3CU.jpg?auth=b7930fad17dce5b921db31d5177f20c6983be708f02d26d6f1482e1668aae856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Localizan sano y salvo en Coral Springs a hombre de 82 años que estaba desaparecido]]></title><link>https://www.local10.com/espanol/2026/08/06/localizan-sano-y-salvo-en-coral-springs-a-hombre-de-82-anos-que-estaba-desaparecido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/localizan-sano-y-salvo-en-coral-springs-a-hombre-de-82-anos-que-estaba-desaparecido/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre de 82 años que había sido reportado como desaparecido esta semana en North Lauderdale fue localizado sano y salvo el jueves en Coral Springs, confirmaron las autoridades a Local 10 News.]]></description><pubDate>Thu, 06 Aug 2026 17:53:41 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 82 años que había sido reportado como desaparecido esta semana en North Lauderdale fue localizado sano y salvo el jueves en Coral Springs, confirmaron las autoridades a Local 10 News.</p><p>Según agentes de la Oficina del Sheriff de Broward (BSO), antes de ser localizado, Jacques Voltaire fue visto por última vez alrededor de las 11 a.m. del miércoles en la cuadra 7600 de Kimberly Boulevard, en North Lauderdale.</p><p>Los agentes informaron que la familia de Voltaire les indicó que padece demencia.</p><p>Afortunadamente, Voltaire fue localizado sano y salvo el jueves y ya se reunió con su familia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/JMEHFQ4PQBCBHNMUCZLINLK3CU.jpg?auth=b7930fad17dce5b921db31d5177f20c6983be708f02d26d6f1482e1668aae856&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Amanda Knox claims show she is performing at Edinburgh festival honors her murdered former flatmate]]></title><link>https://www.local10.com/news/world/2026/08/06/amanda-knox-claims-show-she-is-performing-at-edinburgh-festival-honors-her-murdered-former-flatmate/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/amanda-knox-claims-show-she-is-performing-at-edinburgh-festival-honors-her-murdered-former-flatmate/</guid><dc:creator><![CDATA[By PAN PYLAS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Amanda Knox, the American student convicted and later acquitted of the gruesome murder and sexual assault of her British flatmate Meredith Kercher 19 years ago in Italy, has defended herself against charges from Kercher’s sister that a show she is performing at the Edinburgh Fringe festival in Scotland over the coming days trivializes violence against women and should be axed.]]></description><pubDate>Thu, 06 Aug 2026 17:37:32 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Amanda Knox, the American student convicted and later acquitted of the gruesome murder and sexual assault of her British flatmate Meredith Kercher 19 years ago in Italy, has defended herself against charges from Kercher’s sister that a show she is performing at the Edinburgh Fringe festival in Scotland over the coming days trivializes violence against women and should be axed.</p><p>Knox, now 39, said Thursday in a post on Instagram that her comedy show “honors Meredith Kercher’s memory and calls out the violence that was done to her and to me.”</p><p>The show is called “Cartwheel,” a reference to a story that claimed Knox did cartwheels in the police station after her Meredith's death. It is debuting Friday evening and is due to run for 11 straight nights at the annual August mish-mash of standup, theater and musical offerings in the Scottish capital.</p><p>The show is being marketed as a woman “approaching forty, juggling motherhood and finally getting around to being furious about the whole wrongful-imprisonment thing. Especially when half the world is telling her to get over it, while the other half still thinks she’s guilty.”</p><p>Knox was a 20-year-old student in Perugia when Kercher was found stabbed to death on Nov. 2, 2007, in her bedroom in the apartment they shared with two Italian women.</p><p>The case made global headlines as suspicion quickly fell on Knox and her boyfriend of just days, Raffaele Sollecito. She served nearly four years in prison during the investigation, initial murder trial and when she was freed by an appeals court in Perugia. The couple were acquitted by Italy’s highest court in 2015.</p><p>Another man, Rudy Hermann Guede, from the Ivory Coast, was eventually convicted of murder after his DNA was found at the crime scene. He was freed in 2021, after serving most of his 16-year sentence.</p><p>Knox returned to the United States in 2011, after being freed by the appeals court in Perugia, and has since established herself as a global campaigner for the wrongly convicted. She has a podcast with her husband and last year published a memoir titled, “Free: My Search for Meaning.”</p><p>Knox's post follows an interview that Meredith Kercher's sister, Stephanie Kercher, gave to the BBC during which she said the show “normalizes and trivializes violence against women.”</p><p>While insisting that Knox is “naturally free to continue with her life as she wishes,” she said “the problem with this particular project is that it is comedy.”</p><p>“It’s not about whether people think she’s guilty or innocent, if someone else was doing the show specifically against Meredith, I would still feel the same, it is obviously an added wound that it’s coming from her at the same time, but I do feel very strongly that it should be something that’s not given a platform," she said.</p><p>An online petition calling for the show to be canceled has been launched and so far has more than 4,400 signatories. It states that the show “mocks the horrific events surrounding Meredith’s murder and aims to somehow turn this tragedy into entertainment.”</p><p>Knox said "a petition to cancel a show no one has seen, on the grounds of false accusations intended to shame and vilify a wronged woman into silence, is not an argument against Cartwheel.”</p><p>The Edinburgh Fringe, she added, “is the perfect place for a show like this.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YVFTKWRA3GOHEMK4VXC25JOMDU.jpg?auth=2a838386a9f2a4d9aaea175fae3fd87700477690ce9027cd3be02f1554e354b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Amanda Knox poses for a portrait to promote "The Twisted Tale of Amanda Knox" Aug. 19, 2025, in New York. (Photo by Matt Licari/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content></item><item><title><![CDATA[Broward teachers prepare as school consolidations send students to new campuses: ‘It’s fresh energy’]]></title><link>https://www.local10.com/news/local/2026/08/06/broward-teachers-prepare-as-school-consolidations-send-students-to-new-campuses-its-fresh-energy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/broward-teachers-prepare-as-school-consolidations-send-students-to-new-campuses-its-fresh-energy/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Under Broward’s “Redefining Our Schools” plan, Silver Palms Elementary School will now welcome about 50 new students from Panther Run Elementary, one of six schools closed this year as the district consolidates campuses because of declining enrollment.]]></description><pubDate>Thu, 06 Aug 2026 16:23:21 +0000</pubDate><content:encoded><![CDATA[<p>With the first day of school in Broward County just days away, teachers at Silver Palms Elementary in Pembroke Pines are putting the finishing touches on their classrooms.</p><p><a href="https://www.local10.com/espanol/2026/08/06/maestros-de-broward-se-preparan-para-consolidacion-de-escuelas-que-enviara-estudiantes-a-nuevos-planteles-es-una-energia-renovada/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/maestros-de-broward-se-preparan-para-consolidacion-de-escuelas-que-enviara-estudiantes-a-nuevos-planteles-es-una-energia-renovada/">Leer en español</a></p><p>But this year, they are prepping for more than just a new group of students.</p><p>“We’ve been preparing for this all summer long,” Irina Shearer, the principal of Silver Palms Elementary, said. “Right now, for us it’s the last last-minute touches.”</p><p>Under Broward’s “Redefining Our Schools” plan, Silver Palms will now welcome about 50 new students from Panther Run Elementary, one of six schools closed this year as the district consolidates campuses because of declining enrollment.</p><p>“We really want to make sure we’re embracing the families that are coming from Panther Run,” Shearer said. “One of my teachers is making a banner, their mascot was a Panther, we are the Dolphins, and really just showcasing those two schools coming together.”</p><p>District leaders say the goal is to make the transition as smooth as possible.</p><p>“I think it’s fresh energy,” Kristin Kavanaugh, a third-grade teacher at Silver Palms Elementary, said. “We’ve got new parents, new kids. I have a few more students in my class than I’m used to having. I have about seven kids coming from the other school.”</p><p>Educators like Dina Linero, who teaches music, say they have been planning for months, knowing their classroom rosters will look a little longer this fall.</p><p>“There is a little more prep involved this year, just because there’s more instruments we received from another school,” Linero said.</p><p>The closures are part of a larger district effort to address thousands of empty classroom seats.</p><p>Last year, the district closed just one. This year, six campuses were consolidated or repurposed.</p><p>Because of that, for some students, the first day of class will also be their first day at a new campus.</p><p>Teachers here say their biggest goal is making sure every student feels welcome on day one.</p><p>“My staff and I really took our time building these classes. And what we did is when we built the classes, it’s really important to make sure they’re with a friend, so those new students are with other Panther Run students,” Shearer said.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Maestros de Broward se preparan para consolidación de escuelas que enviará estudiantes a nuevos planteles: “Es una energía renovada”]]></title><link>https://www.local10.com/espanol/2026/08/06/maestros-de-broward-se-preparan-para-consolidacion-de-escuelas-que-enviara-estudiantes-a-nuevos-planteles-es-una-energia-renovada/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/maestros-de-broward-se-preparan-para-consolidacion-de-escuelas-que-enviara-estudiantes-a-nuevos-planteles-es-una-energia-renovada/</guid><dc:creator><![CDATA[Trent Kelly]]></dc:creator><description><![CDATA[Bajo el plan “Redefiniendo Nuestras Escuelas” de Broward, la Escuela Primaria Silver Palms recibirá ahora a unos 50 nuevos estudiantes provenientes de la Escuela Primaria Panther Run, una de las seis escuelas cerradas este año mientras el distrito consolida planteles debido a la disminución en la matrícula escolar.]]></description><pubDate>Thu, 06 Aug 2026 17:21:35 +0000</pubDate><content:encoded><![CDATA[<p>Cuando faltan pocos días para el primer día de clases en el condado Broward, los maestros de la Escuela Primaria Silver Palms, en Pembroke Pines, ultiman los detalles de sus salones.</p><p>Pero este año se preparan para algo más que un nuevo grupo de estudiantes.</p><p>“Nos hemos estado preparando para esto durante todo el verano”, dijo Irina Shearer, directora de la Escuela Primaria Silver Palms. “En este momento, para nosotros solo faltan los últimos detalles de último minuto”.</p><p>Bajo el plan “Redefiniendo Nuestras Escuelas” de Broward, Silver Palms recibirá ahora a unos 50 nuevos estudiantes provenientes de la Escuela Primaria Panther Run, una de las seis escuelas cerradas este año mientras el distrito consolida planteles debido a la disminución en la matrícula escolar.</p><p>“Realmente queremos asegurarnos de recibir con los brazos abiertos a las familias que vienen de Panther Run”, dijo Shearer. “Uno de mis maestros está haciendo una pancarta. Su mascota era una pantera, nosotros somos los delfines, y queremos mostrar cómo estas dos escuelas se unen”.</p><p>Los líderes del distrito dicen que el objetivo es que la transición sea lo más fluida posible.</p><p>“Creo que es una energía renovada”, dijo Kristin Kavanaugh, maestra de tercer grado en la Escuela Primaria Silver Palms. “Tenemos nuevos padres, nuevos estudiantes. Tengo algunos alumnos más en mi salón de los que normalmente tengo. Aproximadamente siete estudiantes vienen de la otra escuela”.</p><p>Educadores como Dina Linero, quien enseña música, dicen que han estado planificando durante meses, sabiendo que este otoño tendrán más estudiantes en sus clases.</p><p>“Este año hay un poco más de preparación, simplemente porque recibimos más instrumentos de otra escuela”, dijo Linero.</p><p>Los cierres forman parte de un esfuerzo más amplio del distrito para hacer frente a miles de asientos vacíos en las aulas.</p><p>El año pasado el distrito cerró solo una escuela. Este año, seis planteles fueron consolidados o destinados a otros usos.</p><p>Por ello, para algunos estudiantes, el primer día de clases también será su primer día en un nuevo plantel.</p><p>Los maestros dicen que su principal objetivo es asegurarse de que todos los estudiantes se sientan bienvenidos desde el primer día.</p><p>“Mi personal y yo realmente nos tomamos el tiempo para formar estos grupos. Cuando los organizamos, era muy importante asegurarnos de que estuvieran con un amigo, para que esos nuevos estudiantes estén junto a otros estudiantes de Panther Run”, dijo Shearer.</p>]]></content:encoded></item><item><title><![CDATA[Oakland Park businessman jailed for having worker dump 38 drums of chemicals down drain: BSO]]></title><link>https://www.local10.com/news/local/2026/08/06/oakland-park-businessman-jailed-for-having-worker-dump-38-drums-of-chemicals-down-drain-bso/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/oakland-park-businessman-jailed-for-having-worker-dump-38-drums-of-chemicals-down-drain-bso/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A Broward business owner is facing a felony littering charge for having one of his workers dump more than three dozen 50-gallon drums of chemicals down a storm drain on Wednesday, deputies said.]]></description><pubDate>Thu, 06 Aug 2026 16:41:08 +0000</pubDate><content:encoded><![CDATA[<p>A Broward business owner is facing a felony littering charge for having one of his workers dump more than three dozen 50-gallon drums of chemicals down a storm drain on Wednesday, deputies said.</p><p><a href="https://www.local10.com/espanol/2026/08/06/bso-arrestan-a-empresario-de-oakland-park-por-ordenar-a-empleado-verter-38-tambores-de-quimicos-por-un-desague/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/bso-arrestan-a-empresario-de-oakland-park-por-ordenar-a-empleado-verter-38-tambores-de-quimicos-por-un-desague/">Leer en español</a></p><p>According to the Broward Sheriff’s Office, the dirty deed happened at International Parts Service, located at 3770 NE Third Ave. in Oakland Park.</p><p>A BSO arrest report states that an Oakland Park Fire Rescue captain saw the employee dumping the car care chemicals and got deputies involved, who later determined that Gonzalo Javier Paul put the employee up to it.</p><p>State <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=Initial&amp;searchNameOrder=PAULGONZALOJ%20L210002098451&amp;aggregateId=flal-l21000209845-e86225cd-1c88-4dfb-bd36-8da95bf2ad76&amp;searchTerm=Paul%20Gonzalo&amp;listNameOrder=PAULGONZALOJ%20L210002098451" target="_self" rel="" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=Initial&amp;searchNameOrder=PAULGONZALOJ%20L210002098451&amp;aggregateId=flal-l21000209845-e86225cd-1c88-4dfb-bd36-8da95bf2ad76&amp;searchTerm=Paul%20Gonzalo&amp;listNameOrder=PAULGONZALOJ%20L210002098451">business records</a> show that Paul, 42, of Pompano Beach, is International Parts Service’s registered agent.</p><p>Deputies said they counted 38 drums in total near the rear of the business.</p><p>Paul was taken to the BSO Main Jail in Fort Lauderdale, where he was being held on a $2,500 bond as of Thursday 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/AUWEQX6ZVFACBN5TD7564JSMXY.jpg?auth=d1d9d0e42d7b332f76f27f2878a884933eb91ef6d9e7b6831e258ee75bacd7d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gonzalo Paul]]></media:description></media:content></item><item><title><![CDATA[BSO: Arrestan a empresario de Oakland Park por ordenar a empleado verter 38 tambores de químicos por un desagüe]]></title><link>https://www.local10.com/espanol/2026/08/06/bso-arrestan-a-empresario-de-oakland-park-por-ordenar-a-empleado-verter-38-tambores-de-quimicos-por-un-desague/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/bso-arrestan-a-empresario-de-oakland-park-por-ordenar-a-empleado-verter-38-tambores-de-quimicos-por-un-desague/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Un empresario de Broward enfrenta un cargo grave por arrojar basura después de que, según los agentes, ordenó a uno de sus empleados verter más de tres docenas de tambores de 50 galones con químicos en un desagüe pluvial el miércoles.]]></description><pubDate>Thu, 06 Aug 2026 17:18:45 +0000</pubDate><content:encoded><![CDATA[<p>Un empresario de Broward enfrenta un cargo grave por arrojar basura después de que, según los agentes, ordenó a uno de sus empleados verter más de tres docenas de tambores de 50 galones con químicos en un desagüe pluvial el miércoles.</p><p>Según la Oficina del Sheriff de Broward (BSO), el hecho ocurrió en International Parts Service, ubicada en 3770 NE Third Ave. en Oakland Park.</p><p>Un informe de arresto de la BSO indica que un capitán de Oakland Park Fire Rescue vio al empleado vertiendo los químicos para el cuidado de automóviles y alertó a los agentes, quienes posteriormente determinaron que Gonzalo Javier Paul fue quien le ordenó hacerlo.</p><p>Los <a href="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=Initial&amp;searchNameOrder=PAULGONZALOJ%20L210002098451&amp;aggregateId=flal-l21000209845-e86225cd-1c88-4dfb-bd36-8da95bf2ad76&amp;searchTerm=Paul%20Gonzalo&amp;listNameOrder=PAULGONZALOJ%20L210002098451" target="_blank" rel="noreferrer" title="https://search.sunbiz.org/Inquiry/CorporationSearch/SearchResultDetail?inquirytype=OfficerRegisteredAgentName&amp;directionType=Initial&amp;searchNameOrder=PAULGONZALOJ%20L210002098451&amp;aggregateId=flal-l21000209845-e86225cd-1c88-4dfb-bd36-8da95bf2ad76&amp;searchTerm=Paul%20Gonzalo&amp;listNameOrder=PAULGONZALOJ%20L210002098451">registros comerciales del estado</a> muestran que Paul, de 42 años y residente de Pompano Beach, es el agente registrado de International Parts Service.</p><p>Los agentes informaron que contabilizaron un total de 38 tambores cerca de la parte trasera del negocio.</p><p>Paul fue trasladado a la cárcel principal de la BSO en Fort Lauderdale, donde permanecía detenido hasta la tarde del jueves con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AUWEQX6ZVFACBN5TD7564JSMXY.jpg?auth=d1d9d0e42d7b332f76f27f2878a884933eb91ef6d9e7b6831e258ee75bacd7d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gonzalo Paul]]></media:description></media:content></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/03/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.]]></description><pubDate>Mon, 03 Aug 2026 12:48:08 +0000</pubDate><content:encoded><![CDATA[<p><b>Aug 6: US announces new set of economic sanctions against Cuba; 2 of Cuba’s top generals also sanctioned </b></p><p>The U.S. State Department announced a new set of economic sanctions against Cuba on Thursday. At the same time, two of Cuba’s top generals were also sanctioned, Alvaro Lopez Miera, Minister of Defense; and General Roberto Sotolongo, head of the armed forces.</p><p><a href="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p><b>Aug. 5: CIA Task Force on Cuba created, per report</b></p><p>The New York Times has reported the creation of a CIA Task Force on Cuba with the purpose of putting additional pressure on the Cuban government to make political and economic changes to their system.</p><p>This news will probably be received by Cuba as an additional threat by the U.S.</p><p><b>Aug. 5: Cuban president confirms ongoing conservations between Havana, US</b></p><p>Cuban President Miguel Diaz-Canel confirmed today that there are ongoing conversations between Havana and DC for the purpose of avoiding a military confrontation and trying to find solutions to the issues between both nations.</p><p>The Cuban government understands that they are running out of options and most likely will need to reach an agreement with the U.S. Will it include regime change?</p><p><b>Aug. 3 update: Rubio speaks about Cuba’s ongoing espionage activities in the US </b></p><p>This past weekend, in an interview with Fox News, U.S. Secretary of State and National Security Advisor Marco Rubio spoke about Cuba’s ongoing espionage activities in the U.S. </p><p>Rubio went on to say that Cuban spies continue to infiltrate the U.S. government, financial institutions, organizations, and academic institutions. Rubio claimed that Cuba continues to be a national security threat to the U.S. </p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4ZA3OSHWQ4VMEGNDU7RZ2ONUI.jpg?auth=d075418183d53673d91393faf3c330c264b6c529c0618b97ae2c0bc3ad109414&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man maneuvers his electric tricycle alongside his small dog in Havana, Cuba, on Wednesday, July 29, 2026. (AP Photo/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Últimas actualizaciones del analista de Cuba de Local 10, Dr. Andy Gómez]]></title><link>https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/ultimas-actualizaciones-del-analista-de-cuba-de-local-10-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.]]></description><pubDate>Thu, 06 Aug 2026 17:16:01 +0000</pubDate><content:encoded><![CDATA[<p><b>6 de agosto:</b> Estados Unidos anuncia un nuevo paquete de sanciones económicas contra Cuba; también sanciona a dos de los principales generales cubanos</p><p>El Departamento de Estado de Estados Unidos anunció el jueves un nuevo paquete de sanciones económicas contra Cuba. Al mismo tiempo, también fueron sancionados dos de los principales generales de Cuba: Álvaro López Miera, ministro de Defensa, y el general Roberto Sotolongo, jefe de las Fuerzas Armadas.</p><p><b>5 de agosto:</b> Según informe, la CIA crea grupo de trabajo sobre Cuba</p><p>The New York Times informó sobre la creación de un grupo de trabajo de la CIA sobre Cuba con el propósito de ejercer mayor presión sobre el gobierno cubano para que implemente cambios políticos y económicos en su sistema.</p><p>Esta noticia probablemente será recibida por Cuba como una amenaza adicional por parte de Estados Unidos.</p><p><b>5 de agosto:</b> Presidente cubano confirma conversaciones en curso entre La Habana y Estados Unidos</p><p>El presidente de Cuba, Miguel Díaz-Canel, confirmó hoy que existen conversaciones en curso entre La Habana y Washington con el propósito de evitar una confrontación militar y tratar de encontrar soluciones a los problemas entre ambas naciones.</p><p>El gobierno cubano entiende que se está quedando sin opciones y que, muy probablemente, necesitará llegar a un acuerdo con Estados Unidos. ¿Incluirá un cambio de régimen?</p><p><b>Actualización del 3 de agosto:</b> Rubio habla sobre las actividades de espionaje de Cuba en Estados Unidos</p><p>El pasado fin de semana, en una entrevista con Fox News, el secretario de Estado y asesor de Seguridad Nacional de Estados Unidos, Marco Rubio, habló sobre las actividades de espionaje que Cuba continúa realizando en Estados Unidos.</p><p>Rubio afirmó que espías cubanos continúan infiltrándose en el gobierno de Estados Unidos, instituciones financieras, organizaciones e instituciones académicas. También sostuvo que Cuba sigue representando una amenaza para la seguridad nacional de Estados Unidos.</p><p><i>El Dr. Andy S. Gómez es el analista de Cuba de Local 10. Gómez es considerado uno de los principales especialistas sobre Cuba. Trabajó durante 32 años en el ámbito de la educación superior antes de retirarse de la Universidad de Miami en 2012.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4ZA3OSHWQ4VMEGNDU7RZ2ONUI.jpg?auth=d075418183d53673d91393faf3c330c264b6c529c0618b97ae2c0bc3ad109414&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un hombre maniobra su triciclo eléctrico junto a su perro pequeño en La Habana, Cuba, el miércoles 29 de julio de 2026. (Foto AP/Ramon Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[BJ’s Wholesale Club employee accused of processing fraudulent tire warranty claims at Miami-Dade store ]]></title><link>https://www.local10.com/news/local/2026/08/06/bjs-wholesale-club-employee-accused-of-processing-fraudulent-tire-warranty-claims-at-miami-dade-store/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/bjs-wholesale-club-employee-accused-of-processing-fraudulent-tire-warranty-claims-at-miami-dade-store/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A BJ’s Wholesale Club employee was arrested Wednesday after investigators with the Miami-Dade Sheriff’s Office accused him of fraudulently approving tire replacement claims for “friends and associates,” costing the retailer thousands of dollars.]]></description><pubDate>Thu, 06 Aug 2026 16:08:50 +0000</pubDate><content:encoded><![CDATA[<p>A BJ’s Wholesale Club employee was arrested Wednesday after investigators with the Miami-Dade Sheriff’s Office accused him of fraudulently approving tire replacement claims for “friends and associates,” costing the retailer thousands of dollars.</p><p><a href="https://www.local10.com/espanol/2026/08/06/acusan-a-empleado-de-bjs-wholesale-club-de-procesar-reclamaciones-fraudulentas-de-garantia-de-neumaticos-en-tienda-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/acusan-a-empleado-de-bjs-wholesale-club-de-procesar-reclamaciones-fraudulentas-de-garantia-de-neumaticos-en-tienda-de-miami-dade/">Leer en español</a></p><p>According to an MDSO arrest report, Julio Cordova, 21, who has worked as a sales associate at the BJ’s at 17250 NW 57th St. in Hialeah since November 2023, processed fraudulent road hazard warranty claims between May 3 and Aug. 2.</p><p>Investigators said Cordova allowed friends and associates to receive free replacement tires through BJ’s Road Hazard Warranty program, even though the original tires had not been purchased from the retailer.</p><p>The warranty covers only tires sold by BJ’s, according to the arrest report.</p><p>Authorities said Cordova knowingly approved multiple fraudulent warranty claims, with each replacement valued at up to $550. The total loss to BJ’s was estimated at approximately $3,789.</p><p>The investigation also found that Cordova allegedly received kickbacks in exchange for approving the fraudulent tire replacements.</p><p>After being advised of his Miranda rights, Cordova agreed to speak with investigators, according to the arrest report.</p><p>Deputies said he admitted to processing the fraudulent transactions and acknowledged he knew the tires had not originally been purchased at BJ’s. He also told investigators he knew the warranty claims were false and violated the company’s road hazard policy, the report states.</p><p>Cordova was arrested on charges of organized fraud and third-degree grand theft.</p><p>As of Thursday afternoon, he was being held at the Turner Guilford Knight Correctional Center on a $5,000 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/CREF7NI6OJD67GBPBRTD64OGJM.jpg?auth=2607f06343093adb71be5238f7e1ed6ddd4021d80fe3c597578be6cf123a6859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a empleado de BJ’s Wholesale Club de procesar reclamaciones fraudulentas de garantía de neumáticos en tienda de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/06/acusan-a-empleado-de-bjs-wholesale-club-de-procesar-reclamaciones-fraudulentas-de-garantia-de-neumaticos-en-tienda-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/acusan-a-empleado-de-bjs-wholesale-club-de-procesar-reclamaciones-fraudulentas-de-garantia-de-neumaticos-en-tienda-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un empleado de BJ’s Wholesale Club fue arrestado el miércoles después de que investigadores de la Oficina del Sheriff de Miami-Dade lo acusaran de aprobar fraudulentamente reclamaciones de reemplazo de neumáticos para “amigos y conocidos”, lo que le habría costado a la tienda miles de dólares.]]></description><pubDate>Thu, 06 Aug 2026 17:12:28 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de BJ’s Wholesale Club fue arrestado el miércoles después de que investigadores de la Oficina del Sheriff de Miami-Dade lo acusaran de aprobar fraudulentamente reclamaciones de reemplazo de neumáticos para “amigos y conocidos”, lo que le habría costado a la tienda miles de dólares.</p><p>Según un informe de arresto de la MDSO, Julio Córdova, de 21 años, quien ha trabajado como asociado de ventas en la tienda BJ’s ubicada en 17250 NW 57th St. en Hialeah desde noviembre de 2023, procesó reclamaciones fraudulentas de la garantía por daños en carretera entre el 3 de mayo y el 2 de agosto.</p><p>Los investigadores informaron que Córdova permitió que amigos y conocidos recibieran neumáticos de reemplazo gratuitos a través del programa de Garantía por Daños en Carretera de BJ’s, aunque los neumáticos originales no habían sido comprados en la tienda.</p><p>Según el informe de arresto, la garantía solo cubre neumáticos vendidos por BJ’s.</p><p>Las autoridades indicaron que Córdova aprobó de manera consciente múltiples reclamaciones fraudulentas de garantía, con un valor de hasta $550 USD por cada reemplazo. La pérdida total para BJ’s fue estimada en aproximadamente $3,789 USD.</p><p>La investigación también determinó que presuntamente Córdova recibió pagos a cambio de aprobar los reemplazos fraudulentos de neumáticos.</p><p>Según el informe de arresto, después de que le leyeran sus derechos Miranda, Córdova aceptó hablar con los investigadores.</p><p>Los agentes dijeron que admitió haber procesado las transacciones fraudulentas y reconoció que sabía que los neumáticos no habían sido comprados originalmente en BJ’s. También dijo a los investigadores que sabía que las reclamaciones de garantía eran falsas y que violaban la política de daños en carretera de la empresa, señala el informe.</p><p>Córdova fue arrestado por cargos de fraude organizado y hurto mayor en tercer grado.</p><p>Hasta la tarde del jueves, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $5,000 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CREF7NI6OJD67GBPBRTD64OGJM.jpg?auth=2607f06343093adb71be5238f7e1ed6ddd4021d80fe3c597578be6cf123a6859&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Local 10 special reports airing next week as Miami Springs, Opa-locka celebrate a century ]]></title><link>https://www.local10.com/news/local/2026/08/06/local-10-special-reports-airing-next-week-as-miami-springs-opa-locka-celebrate-a-century/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/local-10-special-reports-airing-next-week-as-miami-springs-opa-locka-celebrate-a-century/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Two cities are celebrating a century. Founded by one man with a passion for flight, each has a unique origin story.]]></description><pubDate>Thu, 06 Aug 2026 16:54:48 +0000</pubDate><content:encoded><![CDATA[<p>Two cities are celebrating a century.</p><p>Founded by one man with a passion for flight, each has a unique origin story.</p><p><a href="https://www.local10.com/espanol/2026/08/06/local-10-presentara-la-proxima-semana-reportajes-especiales-por-el-centenario-de-miami-springs-y-opa-locka/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/local-10-presentara-la-proxima-semana-reportajes-especiales-por-el-centenario-de-miami-springs-y-opa-locka/">Leer en español</a></p><p>Local 10 goes sky high to show you Miami Springs, a city that sits adjacent to a bustling Miami International Airport and has played a major role in the aviation industry. Hear from historians, airline workers and business owners who make the city what it is today.</p><p>The city of Opa-locka was inspired by a collection of folk tales known as The Arabian Nights, filled with eye-popping architecture and a sense of determination. A Grammy-nominated artist, longtime residents, and preservationists help tell the story.</p><p>Join us for “Celebrating a Century: Miami Springs,” and “Celebrating a Century: Opa-locka,” starting Monday at 8p.m. on Local 10.</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[Local 10 presentará la próxima semana reportajes especiales por el centenario de Miami Springs y Opa-locka]]></title><link>https://www.local10.com/espanol/2026/08/06/local-10-presentara-la-proxima-semana-reportajes-especiales-por-el-centenario-de-miami-springs-y-opa-locka/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/local-10-presentara-la-proxima-semana-reportajes-especiales-por-el-centenario-de-miami-springs-y-opa-locka/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Dos ciudades celebran un siglo de historia. Fundadas por un hombre apasionado por la aviación, cada una tiene una historia de origen única.]]></description><pubDate>Thu, 06 Aug 2026 17:09:15 +0000</pubDate><content:encoded><![CDATA[<p>Dos ciudades celebran un siglo de historia.</p><p>Fundadas por un hombre apasionado por la aviación, cada una tiene una historia de origen única.</p><p>Local 10 se eleva por los cielos para mostrarle Miami Springs, una ciudad ubicada junto al concurrido Aeropuerto Internacional de Miami y que ha desempeñado un papel importante en la industria de la aviación. Escuche a historiadores, trabajadores de aerolíneas y empresarios que hacen de la ciudad lo que es hoy.</p><p>La ciudad de Opa-locka fue inspirada por una colección de relatos populares conocida como “Las mil y una noches”, llena de llamativa arquitectura y un espíritu de determinación. Un artista nominado al Grammy, residentes de muchos años y defensores de la preservación ayudan a contar su historia.</p><p>Acompáñenos en “Celebrando un siglo: Miami Springs” y “Celebrando un siglo: Opa-locka”, a partir del lunes a las 8 p.m. por Local 10.</p>]]></content:encoded></item><item><title><![CDATA[Miramar collects several truckloads of donations bound for Venezuela ]]></title><link>https://www.local10.com/news/local/2026/08/06/miramar-collects-several-truckloads-of-donations-bound-for-venezuela/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/miramar-collects-several-truckloads-of-donations-bound-for-venezuela/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[It’s been six weeks since devastating earthquakes struck Venezuela. ]]></description><pubDate>Thu, 06 Aug 2026 16:33:14 +0000</pubDate><content:encoded><![CDATA[<p>It’s been six weeks since devastating earthquakes struck Venezuela. </p><p><a href="https://www.local10.com/espanol/2026/08/06/miramar-recoge-varias-cargas-de-camion-con-donaciones-destinadas-a-venezuela/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/miramar-recoge-varias-cargas-de-camion-con-donaciones-destinadas-a-venezuela/">Leer en español</a></p><p>The city of Miramar is sending three truckloads of goods to those in the country who need it most.</p><p>The items collected in the city are headed to the Global Empowerment Mission warehouse in Doral, where they’ll be sorted and shipped to Venezuelan communities that are still recovering from the earthquakes.</p><p>“It’s a long-term effort and we want to continue to make a contribution as much as it needed,” said Miramar Vice Mayor Carson Edwards. </p><p>So far, GEM has sent more than 3 million pounds of goods worth an estimated $12 million, which is said to be one of the largest public-private humanitarian responses in Venezuela’s history.</p><p>“The community cares,” said Miramar Commissioner Yvette Colbourne. “Although we are diverse, we come together.”</p><p>City leaders said the response from the community has been incredible, with donations continuing to pour in over the last several weeks to help families who lost so much.</p><p>“We are one people, we are all one people,” said Miramar Commissioner Maxwell Chambers. </p><p>Officials say the city will continue to accept donations to help Venezuela for as long as they need to.</p><p>GEM provided the following updates to their Venezuelan donation collections amounts since the earthquakes: </p><p>Total Pallets: 3,177</p><p>Total Value of Aid: $15,108,946.89</p><p>Total Weight: 4,008,828 pounds </p><p>Total GEM Family Necessity Kits: 79,320</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miramar recoge varias cargas de camión con donaciones destinadas a Venezuela]]></title><link>https://www.local10.com/espanol/2026/08/06/miramar-recoge-varias-cargas-de-camion-con-donaciones-destinadas-a-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/miramar-recoge-varias-cargas-de-camion-con-donaciones-destinadas-a-venezuela/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[Han pasado seis semanas desde que devastadores terremotos sacudieron Venezuela.]]></description><pubDate>Thu, 06 Aug 2026 17:06:07 +0000</pubDate><content:encoded><![CDATA[<p>Han pasado seis semanas desde que devastadores terremotos sacudieron Venezuela.</p><p>La ciudad de Miramar enviará tres cargas de camión con donaciones para las personas que más las necesitan en el país.</p><p>Los artículos recolectados en la ciudad serán trasladados al almacén de Global Empowerment Mission (GEM) en Doral, donde serán clasificados y enviados a comunidades venezolanas que aún se recuperan de los terremotos.</p><p>“Es un esfuerzo a largo plazo y queremos seguir haciendo una contribución tanto como sea necesario”, dijo el vicealcalde de Miramar, Carson Edwards.</p><p>Hasta ahora, GEM ha enviado más de 3 millones de libras de ayuda con un valor estimado de $12,000,000 USD, lo que, según la organización, representa una de las mayores respuestas humanitarias público-privadas en la historia de Venezuela.</p><p>“A la comunidad le importa”, dijo la comisionada de Miramar, Yvette Colbourne. “Aunque somos diversos, nos unimos”.</p><p>Los líderes de la ciudad dijeron que la respuesta de la comunidad ha sido increíble, con donaciones que han seguido llegando durante las últimas semanas para ayudar a las familias que perdieron tanto.</p><p>“Somos un solo pueblo, todos somos un solo pueblo”, dijo el comisionado de Miramar, Maxwell Chambers.</p><p>Los funcionarios dijeron que la ciudad continuará aceptando donaciones para ayudar a Venezuela durante el tiempo que sea necesario.</p><p>GEM proporcionó las siguientes cifras actualizadas sobre las donaciones para Venezuela desde los terremotos:</p><p>Total de palés: 3,177</p><p>Valor total de la ayuda: $15,108,946.89 USD</p><p>Peso total: 4,008,828 libras</p><p>Total de kits de necesidades básicas para familias de GEM: 79,320</p>]]></content:encoded></item><item><title><![CDATA[Familia de Perez Hilton dice que puede comunicarse tras transmisión en vivo en la que se autolesionó en vivienda de Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/06/familia-de-perez-hilton-dice-que-puede-comunicarse-tras-transmision-en-vivo-en-la-que-se-autolesiono-en-vivienda-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/familia-de-perez-hilton-dice-que-puede-comunicarse-tras-transmision-en-vivo-en-la-que-se-autolesiono-en-vivienda-de-miami-dade/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[La familia del bloguero de celebridades y personalidad de televisión Perez Hilton publicó un comunicado en su sitio web, confirmando que Hilton puede comunicarse mientras se recupera de una aparente crisis de salud mental que sufrió esta semana en su vivienda del vecindario Westchester del condado Miami-Dade.]]></description><pubDate>Thu, 06 Aug 2026 13:26:47 +0000</pubDate><content:encoded><![CDATA[<p>La familia del bloguero de celebridades y personalidad de televisión Perez Hilton publicó un comunicado en su <a href="https://perezhilton.com/perez-hilton-health-update-from-family/" target="_blank" rel="noreferrer" title="https://perezhilton.com/perez-hilton-health-update-from-family/">sitio web</a>, confirmando que Hilton puede comunicarse mientras se recupera de una aparente crisis de salud mental que sufrió esta semana en su vivienda del vecindario Westchester del condado Miami-Dade.</p><p>“Nuestra familia quiere agradecer una vez más a todos los que nos han enviado oraciones, mensajes de apoyo y muestras de cariño para Perez. Su compasión y humanidad durante este momento tan doloroso han significado más de lo que las palabras pueden expresar”, dice el comunicado. “Esto ha sido increíblemente difícil y emotivo para nosotros, y se ha vuelto aún más complicado porque muy poca información ha sido puesta a disposición de nuestra familia. Mientras seguimos esperando más actualizaciones, mantenemos la esperanza”.</p><p>Según la Oficina del Sheriff de Miami-Dade, agentes <a href="https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/perez-hilton-recibe-ayuda-tras-presuntamente-autolesionarse-durante-transmision-en-vivo-en-su-casa-de-miami-dade/">recibieron múltiples llamadas la noche del martes</a> de personas que reportaban que Hilton aparentemente se estaba autolesionando con un cuchillo durante una transmisión en vivo en TikTok.</p><p>En el video, se escuchó a Hilton decir frases como: “Esto es lo que todos ustedes querían” y “Será interesante ver qué pasa después de que mueras”.</p><p>Los agentes dijeron que confirmaron con familiares que Hilton estaba solo dentro de la vivienda y trabajaron para reducir la tensión de la situación de manera segura. Las autoridades informaron que fue trasladado al Hospital HCA Florida Kendall para recibir tratamiento por sus heridas y posteriormente fue sometido a la Ley Baker.</p><p>La familia de Hilton dijo que la celebridad, cuyo nombre de nacimiento es Mario Armando Lavandeira Jr., puede comunicarse, lo que “ha dado esperanza a nuestra familia”.</p><p>“Respetuosamente pedimos que continúen con sus oraciones, comprensión y apoyo mientras Perez sigue recuperándose”, continúa el comunicado. “Compartiremos información adicional a medida que recibamos datos confirmados y nos sea posible hacerlo. Por ahora, avanzamos un paso a la vez y mantenemos nuestro enfoque donde debe estar: en Perez y en su recuperación.</p><p>“Nuevamente, gracias, de verdad, por todo su apoyo y compasión. Estamos profundamente agradecidos”.</p><p>Hilton, cubano-estadounidense, alcanzó la fama gracias a su sitio web de chismes de celebridades antes de ampliar su cobertura a la moda y la música y convertirse en una conocida personalidad de televisión. Hilton tiene tres hijos: Mario, Mia y Mayte.</p><p><b>Si usted o alguien que conoce enfrenta una crisis de salud mental, llame o envíe un mensaje de texto al </b><a href="https://988lifeline.org/" target="_blank" rel="noreferrer" title="https://988lifeline.org/"><b>988 para comunicarse con la Línea 988 de Prevención del Suicidio y Crisis.</b></a></p>]]></content:encoded></item><item><title><![CDATA[Family of Perez Hilton says he’s able to communicate after self-harming livestream at Miami-Dade home]]></title><link>https://www.local10.com/news/local/2026/08/06/family-of-perez-hilton-says-hes-able-to-communicate-after-self-harming-livestream-at-miami-dade-home/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/family-of-perez-hilton-says-hes-able-to-communicate-after-self-harming-livestream-at-miami-dade-home/</guid><dc:creator><![CDATA[Amanda Batchelor, Jolena Esperto]]></dc:creator><description><![CDATA[The family of celebrity blogger and TV personality Perez Hilton released a statement on his website, confirming that Hilton is able to communicate as he recovers from an apparent mental health crisis that he suffered this week at his home in Miami-Dade County’s Westchester neighborhood.]]></description><pubDate>Thu, 06 Aug 2026 11:22:59 +0000</pubDate><content:encoded><![CDATA[<p>The family of celebrity blogger and TV personality Perez Hilton released a statement on his<a href="https://perezhilton.com/perez-hilton-health-update-from-family/" target="_self" rel="" title="https://perezhilton.com/perez-hilton-health-update-from-family/"> website</a>, confirming that Hilton is able to communicate as he recovers from an apparent mental health crisis that he suffered this week at his home in Miami-Dade County’s Westchester neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/08/06/familia-de-perez-hilton-dice-que-puede-comunicarse-tras-transmision-en-vivo-en-la-que-se-autolesiono-en-vivienda-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/familia-de-perez-hilton-dice-que-puede-comunicarse-tras-transmision-en-vivo-en-la-que-se-autolesiono-en-vivienda-de-miami-dade/">Leer en español</a></p><p>“Our family wants to once again thank everyone who has reached out with prayers, kind messages, and support for Perez. Your compassionate humanity during this heartbreaking time has meant more than words can express,” the statement read. “This has been incredibly difficult and emotional for us, made even harder because very little information has been made available to our family. While we continue to wait for further updates, we remain hopeful.”</p><p>According to the Miami-Dade Sheriff’s Office, deputies <a href="https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/" target="_self" rel="" title="https://www.local10.com/entertainment/2026/08/05/celebrity-blogger-perez-hilton-receiving-help-after-miami-dade-deputies-respond-to-mental-health-crisis/">received multiple calls Tuesday night </a>from people reporting that Hilton appeared to be harming himself with a knife during a TikTok livestream.</p><p>In the video, Hilton was heard saying things like, “This is what you all wanted” and “It will be interesting to see what happens after you die.” </p><p>Deputies said they confirmed with family members that Hilton was alone inside and worked to safely de-escalate the situation. Authorities said he was transported to HCA Florida Kendall Hospital to be treated for his injuries and was then Baker Acted. </p><p>Hilton’s family said the celebrity, who was born Mario Armando Lavandeira Jr., is able to communicate, which has “given our family hope.”</p><p>“We respectfully ask for your continued prayers, understanding, and grace as Perez continues to recover,” the statement continued. “We will share additional updates as we receive confirmed information and are able to do so. For now, we’re taking things one step at a time and keeping our focus where it belongs, on Perez and his recovery.</p><p>“Again, thank you, truly, for all your support and compassion. We are so grateful.”</p><p>Hilton, a Cuban-American, rose to prominence through his celebrity gossip website before expanding into fashion and music coverage and becoming a familiar television personality. Hilton has three children, Mario, Mia and Mayte. </p><p><i><b>If you or someone you know is facing a mental health crisis, call or text 988 to reach the </b></i><a href="https://988lifeline.org/" rel=""><i><b>988 Suicide &amp; Crisis Lifeline</b></i></a><i><b>.</b></i></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[SpaceX shares rise even as company insiders get a chance to sell for the first time]]></title><link>https://www.local10.com/business/2026/08/06/spacex-shares-rise-even-as-company-insiders-get-a-chance-to-sell-for-the-first-time/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/spacex-shares-rise-even-as-company-insiders-get-a-chance-to-sell-for-the-first-time/</guid><dc:creator><![CDATA[By BERNARD CONDON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Stock in Elon Musk's space company rose Thursday even after many SpaceX insiders were freed up to sell for the first time.]]></description><pubDate>Thu, 06 Aug 2026 20:47:19 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Stock in Elon Musk's space company rose Thursday even after many SpaceX insiders were freed up to sell for the first time.</p><p>Investors in SpaceX have pushed the shares down sharply in recent days in anticipation of insiders possibly selling in the first of several so-called lockup expirations that free them up to trade. More than 900 million shares became newly available to buy or sell with Thursday's release, doubling what was available previously.</p><p>SpaceX shares rose 6.1% to close at $114.92. A day earlier they had one of their biggest routs in SpaceX's short history as a public company, dropping nearly 14%.</p><p>Morgan Stanley analyst Adam Jonas said the expiration of lockup provisions that bar employees and others from selling was an opportunity for others to get into the stock cheaply. He believes the stock could rise to $300 by the middle of next year, nearly triple its current level.</p><p>Morgan Stanley was one of the investment banks that earned big fees helping take SpaceX public last month.</p><p>Earlier this week, SpaceX reported it had lost $541 million, or 9 cents per share, in the three months through June, less than half what financial analysts had forecast. Revenue jumped to $7.8 billion, up more than 90% from the year-earlier period.</p><p>The company also posted a massive increase in spending on R&D and infrastructure, particularly involving artificial intelligence, and other major projects. Investors are growing increasingly nervous with big capital spending figures in technology companies, triggering sell-offs.</p><p>In June, Musk sold SpaceX shares to the public for the first time in the biggest initial public offering ever. Shares jumped as high as $225 a share, briefly making Musk a trillionaire.</p><p>The plunge in the stock since has wiped out hundreds of billions of dollars in market value, leaving the shares trading at even less than its initial $135 offering price.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CKO6L25X7HSUL4FGXFHDMSQH54.jpg?auth=9264613c52b9c831b082a6cfcc693890c2846ef2275a2e6e5eeec1fd7c36a292&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's mega rocket Starship lifts off for a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4D6WZTGCXKIBKJLMFQFXQ7Q4YI.jpg?auth=be3513c88094da70666720a41426203649d2942eb4b66871a54e0cadd67aab2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[SpaceX's mega rocket Starship makes a test flight from Starbase, Texas, Friday, July 24, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Josh Simmons is back at full speed, providing a key shield for Patrick Mahomes in Chiefs camp]]></title><link>https://www.local10.com/sports/2026/08/06/josh-simmons-is-back-at-full-speed-providing-a-key-shield-for-patrick-mahomes-in-chiefs-camp/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/josh-simmons-is-back-at-full-speed-providing-a-key-shield-for-patrick-mahomes-in-chiefs-camp/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[KANSAS CITY, Mo. (AP) — Josh Simmons did everything the Kansas City Chiefs expected of him when they drafted him in the first round last year.]]></description><pubDate>Thu, 06 Aug 2026 16:46:48 +0000</pubDate><content:encoded><![CDATA[<p>KANSAS CITY, Mo. (AP) — Josh Simmons did everything the Kansas City Chiefs expected of him when they drafted him in the first round last year.</p><p>He won the starting job protecting the blind side of Patrick Mahomes in the offseason, and the former Ohio State standout held fast to it throughout training camp. He was a stalwart through the first five weeks of the season, not only living up to the expectations placed upon him but, at least to those watching from afar, exceeding every one of them.</p><p>Then things went haywire, much as they did for the team as a whole.</p><p>Simmons was gone for about a month for what the team would only call “personal reasons.” When he returned, he managed to play just a few more weeks before a fractured wrist in Week 13 landed him on season-ending injured reserve.</p><p>Well, the wrist is healed now. The ACL injury that ended his final season with the Buckeyes has long since healed. Simmons has put on weight, gone through an entire offseason at full speed, and he seems ready to finally step into a starring role on the offensive line.</p><p>“Yeah, I mean, I'm just trying to add off of last year,” Simmons said following a recent training camp practice on the steamy fields at Missouri Western State University. “Obviously I went against a lot of good defensive ends, and I have one year of familiarity with the playbook. So it was really just kind of stacking up on that, that way I can come into training camp ready.”</p><p>For the Chiefs to bounce back this season, there are few players more critical to their success.</p><p>The first reason is this: Simmons has the most important job in protecting Mahomes, who is coming off season-ending surgery of his own, albeit to torn ligaments in his left knee. Mahomes sped through his rehab, and has participated fully in camp, where his mobility seems to be unaffected — though he's also wearing the comfort of a yellow no-contact jersey.</p><p>If Mahomes is to feel safe back on the field, Simmons will be providing his security blanket.</p><p>“He's trying to work on all the small things right now. He's got all the tools and he knows that,” Chiefs head coach Andy Reid said. “He got his weight up a little bit, and he's got strength, and now it's just a matter of being consistent with assignments and footwork and all that, which is so important on the offensive line. But he's working like crazy to make sure he homes in on all that stuff.”</p><p>Simmons is listed at 6-foot-5, 310 pounds, but that's on the lower side of the NFL average, and may even be a bit generous. But the Chiefs would rather have an athletic Simmons than the alternative — “You don't want cheeseburger weight,” Reid said.</p><p>That ability to move in space funnels into the second reason the Chiefs have such high expectations for Simmons: They signed Super Bowl MVP Kenneth Walker III to a big free-agent contract in the hopes of revamping their running attack.</p><p>The Chiefs averaged just over 106 yards rushing last season, putting them squarely in the bottom third of the league. It also put more pressure on Mahomes and a young group of wide receivers that struggled to break through. The result was an offense that barely resembled the high-flying, high-scoring groups that propelled Kansas City to five of the past seven Super Bowls.</p><p>But judging by training camp, the Chiefs fully intend to run the ball more. And when they do pass, Walker's ability to catch the ball out of the backfield — coupled with Rashee Rice's explosiveness in the screen game — is tantamount to a running play as well.</p><p>Making it all work? That falls on the shoulders of Simmons and the rest of the offensive line.</p><p>Notes: The Chiefs held a shortened practice without full pads on Thursday. They'll be back in pads for two more days before getting Sunday off. ... WRs Cyrus Allen (bone bruise) and Xavier Worthy (shoulder), LBs Drue Tranquill (back) and Jeff Bassa (groin), CBs Kristian Fulton (hip flexor) and L'Jarius Sneed (knee) and DL Ashton Gillotte (hamstring) were held out of practice. CB Mansoor Delane (shoulder) continued to wear a yellow jersey.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XV4KCNQG6EETMY5Q2DAW7DK2I4.jpg?auth=89d67d72acee13e2733a51c94de714a0b77e2f8ca09d1cf21fc90337bfa6a636&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs tackle Kahil Benson (70), cornerback L'Jarius Sneed (38) and tackle Josh Simmons (71) arrive at NFL football training camp Wednesday, July 29, 2026, in St. Joseph, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content></item><item><title><![CDATA[Trump administration's latest buyback of offshore wind leases brings total to nearly $4 billion]]></title><link>https://www.local10.com/business/2026/08/06/trump-administrations-latest-buyback-of-offshore-wind-leases-brings-total-to-nearly-4-billion/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/trump-administrations-latest-buyback-of-offshore-wind-leases-brings-total-to-nearly-4-billion/</guid><dc:creator><![CDATA[By JENNIFER McDERMOTT, Associated Press]]></dc:creator><description><![CDATA[An offshore wind company said Thursday that it reached a $1.2 billion settlement with the Trump administration to walk away from projects under development off New York, California and Louisiana. This latest agreement brings the total amount spent on such settlements to nearly $4 billion.]]></description><pubDate>Thu, 06 Aug 2026 19:42:32 +0000</pubDate><content:encoded><![CDATA[<p>An offshore wind company said Thursday that it reached a $1.2 billion settlement with the Trump administration to walk away from projects under development off New York, California and Louisiana. This latest agreement brings the total amount spent on such settlements to nearly $4 billion.</p><p>RWE U.S. Offshore said its leases represented years of planning, investment and partnership with federal agencies, but it determined there was no path forward to permit the projects for the foreseeable future. In exchange for $1.22 billion, RWE is relinquishing the wind power leases that could have provided about seven gigawatts of power, enough for more than 5 million homes. It does not have any remaining U.S. offshore wind leases.</p><p>President Donald Trump, who often talks about his hatred of wind power, has said his goal is to not let any “windmills” be built. The Republican administration has been buying back offshore wind leases from energy companies as it seeks to discourage the expansion of wind energy in favor of fossil fuels. Offshore wind produces electricity cleanly. Oil, coal and natural gas emit carbon pollution when burned.</p><p>RWE announced it is investing $900 million in a liquefied natural gas project in Louisiana and spending $300 million on natural gas turbines. The company is developing 15 natural gas projects across the United States. RWE is headquartered in Germany.</p><p>The administration adopted this strategy after federal courts thwarted Trump’s efforts to stop offshore wind development through executive action. Roughly $3.9 billion has been spent. States that are losing offshore wind energy are suing. California intends to sue.</p><p>Separately, a coalition of renewable energy groups sued Pentagon officials over their failure to complete national security reviews for new onshore wind farms on private lands. A federal judge in Oregon ruled in favor of the plaintiffs on Thursday, ordering the Defense Department to resume its review process and provide status reports on the progress.</p><p>Commenting on the RWE agreement, Interior Secretary Doug Burgum said Thursday that Americans “deserve an energy system built on common sense, not one dependent on costly subsidies or technologies that can’t meet our country’s current demand.” He said he welcomes RWE’s agreement and voluntary investment in projects that strengthen the nation’s energy security, provide dependable baseload power and help keep electricity affordable.</p><p>But Sen. Sheldon Whitehouse, D-R.I., said the lease buybacks are effectively bribing companies to step away from clean energy that can displace more expensive fossil fuel plants, which in turn will raise costs for consumers.</p><p>“They are creating this enormous money pump, pulling billions of dollars out of consumers’ pockets,” he said. “That’s the real story of what is going on here. And that is both a cost story because of the billions in extra costs consumers pay, and it’s a corruption story because it’s Trump’s sneaky way of getting regular families to pay off his big fossil fuel donors. There’s method here, and it’s a real scam.”</p><p>Under the first agreement announced in March, French company TotalEnergies is getting nearly $1 billion — essentially a refund of its two offshore wind leases — if it invests the money in fossil fuels instead. Golden State Wind and Bluepoint Wind agreed in April to end their leases in exchange for reimbursements totaling nearly $900 million, provided it invests equally in fossil fuels. Chicago-based Invenergy agreed in June to end its four offshore wind leases that were very early in development in exchange for reimbursements of lease fees totaling $765 million.</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/7SH5SEUETLTNTWSOVDU5WPZU2A.jpg?auth=2f498b16566423a2cd73a68f167ea580bef0d797ffaf4aa0faa24b26e842bcb9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Turbines are visible at Sunrise Wind offshore wind farm that is under construction off the coast of Montauk Point, New York, April 23, 2026. (AP Photo/Joshua A. Bickel, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Fauci contempt vote reflects the enduring politics of COVID]]></title><link>https://www.local10.com/health/2026/08/06/fauci-contempt-vote-reflects-the-enduring-politics-of-covid/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/06/fauci-contempt-vote-reflects-the-enduring-politics-of-covid/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Dr. Anthony Fauci is sitting before Congress, Robert F. Kennedy Jr. is on TV debating COVID lockdowns and Americans can’t agree on what science to trust.]]></description><pubDate>Thu, 06 Aug 2026 19:14:05 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Dr. Anthony Fauci is sitting before Congress, Robert F. Kennedy Jr. is on TV debating COVID lockdowns and Americans can’t agree on what science to trust.</p><p>You might think it's 2020 again.</p><p>Six years after COVID-19 thrust the world into the fear and uncertainty of a global pandemic, Republicans in power aren’t leaving it in the past. Instead, they’ve returned its familiar political arguments to center stage for new scrutiny, demanding accountability for the scientists and media figures whom they feel deceived and mistreated Americans years ago.</p><p>The efforts ramped up last week, when a Republican-led Senate committee chaired by Kentucky Sen. Rand Paul subpoenaed the now-retired, 85-year-old Fauci to testify about his handling of the COVID-19 pandemic.</p><p>The former National Institutes of Health immunologist repeatedly invoked the Fifth Amendment, after accusing the lawmakers of trying to coerce him to perjure himself to justify criminal charges. In response to his choice, on Thursday, the committee passed a vote to hold Fauci in contempt, a stunning move that could motivate the Justice Department to initiate an investigation.</p><p>Separately, Kennedy, a politically independent former anti-vaccine activist who now serves as the Republican President Donald Trump’s health secretary, spent part of his weekend in a combative live debate with CNN host Dana Bash about the pandemic's management and the media’s role.</p><p>Political scientists and historians say the focus on COVID grievances half a decade after the virus’ peak demonstrates how some wounds it opened have never been closed. Democrats, meanwhile, have slammed the federal government’s blaming of Fauci as a performative distraction that’s not based in facts.</p><p>While both Paul and Kennedy have spent years airing their frustrations about COVID, the Republican takeover of Congress and the White House last year created a new platform for them to steer how America remembers the pandemic, and who is held responsible for it, according to Matt Dallek, a political scientist at George Washington University.</p><p>It’s also allowed them to use the administration’s resources to surface new information.</p><p>“The response to COVID has become a touchstone for Trump’s Republican Party,” Dallek said. “They’re using their power now to argue they were right all along.”</p><p>Pandemic grievances have simmered for years</p><p>When the coronavirus began spreading widely in 2020, under Trump's first administration, groups of Americans revolted against requirements imposed by local authorities and businesses telling people to wear masks and stay at home to control the spread of the virus.</p><p>Vaccines supercharged those sentiments. Figures like Kennedy, then a leader of the anti-vaccine movement, accused the federal government of trampling on personal liberties by supporting vaccine mandates and social media takedowns of dissenting ideas.</p><p>While Trump has long expressed pride in his first-term Operation Warp Speed effort to disseminate COVID-19 vaccines quickly, saving millions of lives, his second administration has taken a different tone.</p><p>Under Kennedy's leadership, U.S. regulators have limited the availability of COVID-19 vaccines for Americans. Kennedy on CNN on Sunday questioned whether the COVID-19 vaccines protected children, even as the Centers for Disease Control and Prevention says on its website that they “help keep children from getting really sick from COVID-19.”</p><p>Frances Lee, a Princeton University political scientist, said debates over COVID-19 have erupted on the fringes for years. Now that some of the leaders of those debates are in power, they're hashing it out on the national stage — something she said needed to happen eventually.</p><p>“There are aggrieved parties, people who have a sense that they were done wrong during the pandemic and that there’s never been an accounting for that,” Lee said. “Most people don’t want to think about this topic, but nevertheless there are constituencies – so Congress is speaking to those constituencies.”</p><p>Lee said Kennedy’s decision to surface numerous diary entries that Fauci had made on a government computer – and Paul’s decision to publicize them last week – created an opening for “the first real showdown” in years around the pandemic’s handling.</p><p>While some of the entries – including Fauci’s uncertainty in the pandemic’s earliest days about how best to curb the virus – already were reflected in a 2024 memoir and in interviews at the time, they have nonetheless drawn attention from people who blame Fauci for policies they believe infringed on their rights as hundreds of thousands of people were dying.</p><p>Also discussed at Fauci's hearing last week was whether NIH-funded research in China played a role in how the pandemic started. The day of the hearing, Trump's White House also directed social media followers to a federal website that used to feature information on COVID vaccines, testing and treatment that now promotes the theory that the pandemic originated with a lab leak.</p><p>Many scientists believe the virus most likely emerged in nature and jumped from animals to people, coming to light when it spread at a wildlife market in the Chinese city of Wuhan. There’s no new scientific evidence supporting the theory that the virus might instead have leaked from a laboratory, a theory Paul champions. A GOP-led subcommittee that studied the question in 2024 found no evidence linking Fauci to wrongdoing.</p><p>Fauci has long said publicly that he was open to both theories but that there’s more evidence supporting COVID-19’s natural origins.</p><p>Republican lawmakers aren't stopping at the contempt vote. Sen. Ron Johnson said Thursday that Kennedy's department had given a subcommittee he chairs a copy of Fauci's cellphone from his time in government. Johnson indicated he intended to investigate it.</p><p>“Hopefully, this device will address many of the questions he refused to answer at last week’s hearing,” he wrote on social media.</p><p>Many dismiss the idea that Republicans’ COVID fact-finding is genuine</p><p>As Republicans hold up scrutiny of Fauci as important accountability, Democrats have called it disingenuous. Paul said Thursday he'd invited Fauci to appear for a private, transcribed interview, but Democrats accused him of not allowing the full, bipartisan committee to be present for it.</p><p>Paul also referred the committee's contempt vote directly to the Justice Department, instead of to the full Senate. He said he did not “want to waste time” with that route, while Democrats insisted all senators should get a chance to vote.</p><p>Last week’s hearing, at which Fauci pleaded the Fifth, came after the immunologist had repeatedly appeared before Congress over the years and talked about his thinking in the beginning of the pandemic and how it changed over time. Critics have raised concerns that the ordeal surrounding him will deter scientists from taking government jobs for fear of being similarly targeted.</p><p>Paul has long argued that Fauci should be criminally investigated, based on his belief that the scientist has been dishonest to Congress about National Institutes of Health-funded research and COVID's origins. Fauci's attorney last week called Paul's accusations about the scientist “false and disgraceful.” More than 150 infectious-disease experts also came to Fauci's defense, writing that “no credible evidence has been produced to support these absurd charges."</p><p>Norm Ornstein of the American Enterprise Institute said the hearing didn't represent legitimate truth seeking.</p><p>“They were looking for a platform in which they could attack him, and he would not respond, and he would say ‘plead the Fifth’ over and over again,” Ornstein said.</p><p>He said while some Republicans are likely true believers that Fauci committed crimes, bringing him to the forefront serves a dual purpose in a midterm election year — distracting voters from less favorable headlines, including on the economy and foreign conflicts.</p><p>Michael Osterholm, an epidemiologist at the University of Minnesota, said there are real lessons to learn from the pandemic, including more deeply examining which efforts to contain the virus worked and didn’t work. But he said Republicans in Congress aren’t chasing those.</p><p>“A review of revisionist history will accomplish nothing,” he said. “We won’t be any better prepared for the next pandemic.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TKMWO4YOZ4ZRGMEWU5Y5ZZZCZA.jpg?auth=15c9273d40f0ce263de3a74fafd1d0ca5e2f24d8858e4bd31e6c52562105f510&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dr. Anthony Fauci departs after appearing before the Senate Homeland Security and Governmental Affairs Committee hearing at the Capitol, Wednesday, July 29, 2026, in Washington. (AP Photo/Allison Robbert)]]></media:description><media:credit role="author" scheme="urn:ebu">Allison Robbert</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T2B36RSC2T34WVJKKKRLRIOAGQ.jpg?auth=816f80cd6ed9a29b4cf54b4f426228cab2516fbe6b565e3c0f71aef40a9f2c84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Rand Paul, R-Ky., speaks with reporters on Capitol Hill, Wednesday, July 29, 2026, in Washington. (AP Photo/Mariam Zuhaib)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[Kellogg says it's removing artificial dyes from cereals by the end of this year]]></title><link>https://www.local10.com/business/2026/08/06/kellogg-says-its-removing-artificial-dyes-from-cereals-by-the-end-of-this-year/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/kellogg-says-its-removing-artificial-dyes-from-cereals-by-the-end-of-this-year/</guid><dc:creator><![CDATA[By DEE-ANN DURBIN, Associated Press]]></dc:creator><description><![CDATA[WK Kellogg said Thursday that it will remove artificial colors from all its cereals by the end of this year.]]></description><pubDate>Thu, 06 Aug 2026 16:23:35 +0000</pubDate><content:encoded><![CDATA[<p>WK Kellogg said Thursday that it will remove artificial colors from all its cereals by the end of this year.</p><p>The change comes a year ahead of schedule. Kellogg said last August that it would remove synthetic dyes from its cereals by the end of 2027.</p><p>But the company said Thursday it has identified fruit- and vegetable-based juices that will give cereals like Froot Loops and Apple Jacks their distinctive colors. The Battle Creek, Michigan-based company said it has also invested in equipment that will allow it to transition to natural colors.</p><p>The company said it is also removing BHT, an artificial preservative, from the small number of cereals that still contain it.</p><p>“More and more consumers are looking for foods made with simple, recognizable ingredients and we are proud to meet those expectations even sooner than planned,” Kellogg’s Chief Growth Officer Doug VanDeVelde said in a statement.</p><p>Kellogg has faced pressure for years to remove artificial ingredients from its cereals, which it has already done in other countries like Canada. In 2024, dozens of people rallied outside Kellogg's headquarters and delivered petitions with 400,000 signatures asking the company to remove artificial dyes and BHT.</p><p>That pressure has grown under President Donald Trump's health secretary, Robert F. Kennedy Jr., who has urged food companies to phase out petroleum-based artificial dyes. Last August, Kellogg also signed an agreement with Texas Attorney General Ken Paxton saying it would “permanently remove toxic dyes” from its cereals by the end of 2027.</p><p>Retailers are also forcing companies to act. Earlier this year, Target said it would stop selling cereals that contain artificial colors by the end of May. Walmart has also said it will remove artificial colors from its store brands by January 2027.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UQV3FIVOGCFVAP6VMOUHUKNPKU.jpg?auth=75c3164a8b7c0c817c4f28fb8539823f40ae05633c70072ad35077bbe30e4980&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kellogg's Froot Loops are displayed in a Costco in Pittsburgh, July 14, 2025. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Gene J. Puskar</media:credit></media:content></item><item><title><![CDATA[Colts keep 2021 league rushing champ Jonathan Taylor with 2-year, $44 million deal, AP source says]]></title><link>https://www.local10.com/sports/2026/08/06/colts-keep-2021-league-rushing-champ-jonathan-taylor-with-2-year-44-million-deal-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/colts-keep-2021-league-rushing-champ-jonathan-taylor-with-2-year-44-million-deal-ap-source-says/</guid><dc:creator><![CDATA[By MICHAEL MAROT, Associated Press]]></dc:creator><description><![CDATA[INDIANAPOLIS (AP) — Indianapolis Colts running back Jonathan Taylor got his wish.]]></description><pubDate>Thu, 06 Aug 2026 16:23:01 +0000</pubDate><content:encoded><![CDATA[<p>INDIANAPOLIS (AP) — Indianapolis Colts running back Jonathan Taylor got his wish.</p><p>A little more than a week after reiterating he wanted to stay with Indy for the rest of his career, Taylor took a big step toward fulfilling that pledge by signing a two-year, $44 million contract extension, a person with knowledge of the deal told The Associated Press on Thursday. The person requested anonymity because the team had not yet made an official announcement and does not release contract terms.</p><p>The move keeps the 2021 NFL rushing champ off the free agent market next spring and comes two days after the Atlanta Falcons re-signed Bijan Robinson to a record-breaking three-year deal worth up to $75 million.</p><p>Taylor never doubted the deal would get done before Indy's season opener Sept. 13 against Baltimore.</p><p>“I have faith. I mean, there’ve been some good conversations, and I have faith between my agent and the front office,” Taylor said last week when he arrived at training camp. "Like I said, I’ve already said I would love to be a Colt for life. So, I have faith that things are moving in the right direction.”</p><p>This deal follows two other big payouts this spring, to quarterback Daniel Jones and top receiver Alec Pierce, and keeps Indy's primary offensive players together long term.</p><p>Taylor is now under contract through 2028 and won't celebrate his 30th birthday until January 2029. Teams tend to devalue running backs after they turn 30.</p><p>By then, though, perhaps the conventional wisdom among teams will change. Taylor already has seen a notable difference in how teams value running backs since signing his last extension in 2023 when he didn't participate in camp as his agent and late team owner Jim Irsay engaged in a nasty public back-and-forth that resulted in Taylor requesting a trade.</p><p>Taylor struggled with injuries in 2022 and missed the first four games in 2023 with a lingering ankle injury. Since signing a three-year deal worth $42 million in early October 2023, he has missed just six of 41 games and has shown no signs of decline.</p><p>Reliability pays off</p><p>Taylor led the league in rushing most of last season while quarterback Daniel Jones played through a broken bone in his left leg before suffering a season-ending torn right Achilles tendon in early December. Taylor still finished third in the league with 1,585 yards and led the NFL with 18 touchdown runs.</p><p>Now he's seeing the payoff — and not just for himself.</p><p>“I think it’s a testament to how hard not only myself, but guys like Bijan, like a lot of the other top backs, they work really hard to put a great product on the field in order to reflect that value," Taylor said Wednesday before signing his new deal. "So obviously, still more work to be done. But man, that’s awesome for Bijan man. Shout out to Bijan, man. You earned it. You deserve it.”</p><p>The Colts also have made it clear how much they value Taylor.</p><p>From Jones and receiver Alec Pierce to coach Shane Steichen and general manager Chris Ballard, the consensus is that the threat of Taylor — as a both a runner and pass catcher — changes the way defenses must contend with the Colts.</p><p>Contract status</p><p>The only real question was how quickly a deal could get done. Ballard is entering the final year of his contract as are left guard Quenton Nelson and defensive tackle DeForest Buckner. Taylor, Nelson and Buckner have all been selected to multiple Pro Bowls.</p><p>On July 28, report day at camp, Ballard said his contract status would have no impact on players' contract extensions.</p><p>“We always are working toward trying to keep our own players here, and I think you know my thoughts on both of them,” Ballard said when asked about Nelson and Taylor. "Quenton Nelson is a pillar, stands for all the right stuff, and Jonathan Taylor has been an excellent, excellent player for the Colts. I would love to have them long term. We’ll see.”</p><p>Now Taylor is in the fold for three more seasons.</p><p>The New Jersey prep star burst onto the scene with two 1,000-yard seasons with the Wisconsin Badgers. Leading up to the 2020 draft, critics contended Taylor was a risky early-round pick because of his college workload and questioned his pass-catching ability.</p><p>But the Colts selected Taylor in the second round, No. 41 overall, and an early-season injury to Marlon Mack forced Taylor into the starting lineup. He impressed right from the start, rushing for 1,169 yards and 11 TDs while catching 36 of 39 passes for 299 yards and another TD.</p><p>Taylor enters this season with 1,551 career carries, 7,598 yards, 69 TDs, 187 receptions, 1,469 yards and seven scores. He already owns the franchise record for touchdown runs and needs 1,629 yards rushing to surpass two-time NFL rushing champ Edgerrin James as the Colts career leader in that category, too.</p><p>Taylor also has the top two single-game rushing totals in franchise history, 253 against Jacksonville in January 2021 and 244 last season against Atlanta in Berlin.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VT2FGYA6GTBYISCOLRDY23EMF4.jpg?auth=2ec850839f3f447161bbdcf261c1238280178bd5f9cf148b0033367d759eace4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts running back Jonathan Taylor (28) runs a drill during practice at the NFL football team's training camp in Westfield, Ind., Saturday, Aug. 1, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYOTAL24DCJUNDM4RGT7I7UJVA.jpg?auth=e97030675bc28e93cd21194bb9789f7a271e3b6d6d07791ca359db850c7ba2e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indianapolis Colts running back Jonathan Taylor (28) runs a drill during practice at the NFL football team's training camp in Westfield, Ind., Thursday, July 30, 2026. (AP Photo/Michael Conroy)]]></media:description><media:credit role="author" scheme="urn:ebu">Michael Conroy</media:credit></media:content></item><item><title><![CDATA[Jalapeños linked to a US salmonella outbreak are tracked to a Mexican farm and a distributor]]></title><link>https://www.local10.com/news/national/2026/08/06/jalapenos-linked-to-a-us-salmonella-outbreak-are-tracked-to-a-mexican-farm-and-a-distributor/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/06/jalapenos-linked-to-a-us-salmonella-outbreak-are-tracked-to-a-mexican-farm-and-a-distributor/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Jalapeño peppers linked to a multistate salmonella outbreak have been traced back to a grower in Sinaloa, Mexico, federal officials say.]]></description><pubDate>Thu, 06 Aug 2026 20:04:56 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Jalapeño peppers linked to a multistate salmonella outbreak have been traced back to a grower in Sinaloa, Mexico, federal officials say.</p><p>At least 345 people in 27 states have been reported getting sick from the salmonella strain linked to the jalapeños. Most have been in Minnesota and Colorado. No deaths have been reported, but officials say 36 people have been hospitalized.</p><p>The Centers for Disease Control and Prevention said Wednesday that the chili peppers were moved into the U.S. by Coast Citrus Distributors. The company has recalled the peppers and is notifying its customers, which include some prominent Mexican food restaurant chains, officials said.</p><p>Coast Citrus Distributors didn't immediately respond to a Thursday voicemail seeking comment.</p><p>The Food and Drug Administration said that of the 191 people interviewed in the outbreak investigation, 177 — or 93% — reported eating at a Mexican-style restaurant, including Chipotle Mexican Grill and Qdoba, from June 14 to July 14.</p><p>Chipotle Mexican Grill said Tuesday that it had removed jalapeños from some of its restaurants. Qdoba on Wednesday said the company had proactively removed jalapenos from all of its restaurants.</p><p>“Given their actions to remove product from their stores, neither of these establishments are considered a current ongoing risk to consumers in this outbreak,” CDC officials said in a statement.</p><p>The FDA is investigating whether any of the jalapeños went to grocery stores. The agency may announce additional actions on its recalls webpage, health officials said.</p><p>Mexico health officials said they opened an investigation and made a field visit Thursday to a packing plant in the northern state of Nuevo Leon.</p><p>Salmonella bacteria cause about 1.35 million infections in the United States every year, and outbreaks have been tied to sources such as cucumbers, eggs, unpasteurized milk, fresh basil, geckos and pet bearded dragons.</p><p>Within hours or days of being exposed to the bacteria, infected people can suffer from diarrhea, fever and stomach cramps. The illness usually lasts four to seven days, and most people recover without treatment.</p><p>Young children, retirement-age adults and people with weakened immune systems are at higher risk for more severe illness, according to the CDC.</p><p>Shares of Chipotle, based in Newport Beach, California, tumbled nearly 10% on Tuesday and have not recovered. A number of fast-casual chains like Chipotle have seen less foot traffic from middle- and lower-income customers due to broader inflation in the U.S., and recent headlines about foodborne illnesses may be another negative.</p><p>___</p><p>Associated Press reporter Fabiola Sanchez in Mexico City contributed to this story.</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/JMRILANOF6CLCBOMPBPXW6SL2I.jpg?auth=385e945de712ac34285c2aed1fb326fb5fdcd479d5ff756ca042828bc10e4282&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Chipotle logo is displayed at a store, Aug. 13, 2025, in Newton, Mass. (AP Photo/Charles Krupa, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charles Krupa</media:credit></media:content></item><item><title><![CDATA[MDSO: Driver performed donuts before fleeing deputies at more than 100 mph in Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/08/06/mdso-driver-performed-donuts-before-fleeing-deputies-at-more-than-100-mph-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/mdso-driver-performed-donuts-before-fleeing-deputies-at-more-than-100-mph-in-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Deputies with the Miami-Dade Sheriff’s Office arrested a man Wednesday who they say participated in an illegal intersection takeover in the county’s Gladeview neighborhood. ]]></description><pubDate>Thu, 06 Aug 2026 15:00:25 +0000</pubDate><content:encoded><![CDATA[<p>Deputies with the Miami-Dade Sheriff’s Office arrested a man Wednesday who they say participated in an illegal intersection takeover in the county’s Gladeview neighborhood. </p><p><a href="https://www.local10.com/espanol/2026/08/06/mdso-conductor-hizo-trompos-antes-de-huir-de-agentes-a-mas-de-100-mph-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/mdso-conductor-hizo-trompos-antes-de-huir-de-agentes-a-mas-de-100-mph-en-miami-dade/">Leer en español</a></p><p>The suspect was identified in an arrest report as 27-year-old Evian Jamar Griffin.</p><p>According to the report, detectives with MDSO’s Homeland Security Bureau’s Intelligence and Investigations Section were investigating organized intersection takeovers when they identified Griffin as the driver of a black Infiniti during an event around 2:11 a.m. Sunday near Northwest 77th Terrace and Northwest 24th Avenue.</p><p>Investigators said Griffin was seen getting out of the vehicle and placing a black shirt over the license plate “to hide it from view.” </p><p>They said after returning to the driver’s seat, he drove into an intersection that had been blocked in all four directions by other participants and began “revving the engine and driving in a circular pattern (doing donuts)” while about 70 to 80 spectators surrounded the intersection and recorded the activity. </p><p>About 2:49 a.m., detectives again identified Griffin behind the wheel of the Infiniti, the report states. Deputies said he continued performing donuts after approximately 40 to 50 vehicles blocked the roadway.</p><p>When marked patrol units arrived to disperse the crowd, deputies attempted to conduct a felony traffic stop, investigators said. </p><p>According to the report, Griffin turned off the car’s lights and accelerated southbound onto Florida’s Turnpike at a high rate of speed. </p><p>Deputies said they drove more than 100 mph while attempting to catch up as Griffin’s “reckless” driving forced other motorists onto the highway shoulder to avoid collisions.</p><p>They said the takeover had been organized through a group chat where participants shared locations and coordinated blocking traffic before vehicles entered the intersection to perform stunts.</p><p>According to the report, Griffin also posted videos of himself participating in the takeover on Instagram under the username “SoggyQ50” on Monday.</p><p>Deputies said they arrested Griffin without incident outside his home in South Miami Heights on Wednesday, according to the report. Investigators said the Infiniti was parked in the driveway, towed from the property and placed on a 30-day hold.</p><p>Jail records show Griffin faces two counts of drag racing on a coordinated highway and accessory after the fact, and one count each of attempted fleeing or eluding marked law enforcement officers at high speed and reckless driving.</p><p>As of Thursday morning, 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/OONJ72TKMZF4ZE5IFVBH3P763U.jpg?auth=6623706dead5d002954be4dc869fc452c17ba51ab29d846afced0f5128aabf40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[MDSO: Conductor hizo trompos antes de huir de agentes a más de 100 mph en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/06/mdso-conductor-hizo-trompos-antes-de-huir-de-agentes-a-mas-de-100-mph-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/mdso-conductor-hizo-trompos-antes-de-huir-de-agentes-a-mas-de-100-mph-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre fue arrestado el miércoles por agentes de la Oficina del Sheriff de Miami-Dade (MDSO), quienes aseguran que participó en una toma ilegal de una intersección en el vecindario Gladeview, en el condado Miami-Dade.]]></description><pubDate>Thu, 06 Aug 2026 15:39:28 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue arrestado el miércoles por agentes de la Oficina del Sheriff de Miami-Dade (MDSO), quienes aseguran que participó en una toma ilegal de una intersección en el vecindario Gladeview, en el condado Miami-Dade.</p><p>El sospechoso fue identificado en el informe de arresto como Evian Jamar Griffin, de 27 años.</p><p>Según el informe, detectives de la Sección de Inteligencia e Investigaciones de la Oficina de Seguridad Nacional de la MDSO investigaban tomas organizadas de intersecciones cuando identificaron a Griffin como el conductor de un Infiniti negro durante un evento ocurrido alrededor de las 2:11 a.m. del domingo, cerca de Northwest 77th Terrace y Northwest 24th Avenue.</p><p>Los investigadores dijeron que Griffin fue visto bajándose del vehículo y colocando una camisa negra sobre la placa para “ocultarla de la vista”.</p><p>Indicaron que, tras regresar al asiento del conductor, ingresó a una intersección que había sido bloqueada en las cuatro direcciones por otros participantes y comenzó a “acelerar el motor y conducir en un patrón circular (haciendo trompos)” mientras entre 70 y 80 espectadores rodeaban la intersección y grababan la actividad.</p><p>Alrededor de las 2:49 a.m., los detectives volvieron a identificar a Griffin al volante del Infiniti, señala el informe. Los agentes dijeron que continuó haciendo trompos después de que aproximadamente entre 40 y 50 vehículos bloquearan la vía.</p><p>Cuando llegaron unidades policiales identificadas para dispersar a la multitud, los agentes intentaron realizar una parada de tránsito por un delito grave, dijeron los investigadores.</p><p>Según el informe, Griffin apagó las luces del vehículo y aceleró hacia el sur por la autopista Florida’s Turnpike a alta velocidad.</p><p>Los agentes dijeron que condujeron a más de 100 mph mientras intentaban alcanzarlo, ya que la conducción “temeraria” de Griffin obligó a otros conductores a desplazarse hacia el hombro de la autopista para evitar colisiones.</p><p>También indicaron que la toma de la intersección había sido organizada mediante un chat grupal en el que los participantes compartían ubicaciones y coordinaban el bloqueo del tránsito antes de que los vehículos ingresaran a la intersección para realizar maniobras.</p><p>Según el informe, Griffin también publicó el lunes en Instagram videos en los que aparecía participando en la toma de la intersección bajo el nombre de usuario “SoggyQ50”.</p><p>Los agentes dijeron que arrestaron a Griffin sin incidentes frente a su vivienda en South Miami Heights el miércoles, según el informe. Los investigadores informaron que el Infiniti estaba estacionado en la entrada de la vivienda, fue remolcado de la propiedad y quedó retenido durante 30 días.</p><p>Los registros de la cárcel muestran que Griffin enfrenta dos cargos por carreras callejeras coordinadas en una vía pública y por ser cómplice después del hecho, además de un cargo por intento de huir o evadir a agentes del orden en vehículos policiales identificados a alta velocidad y otro por conducción temeraria.</p><p>Hasta la mañana del jueves, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OONJ72TKMZF4ZE5IFVBH3P763U.jpg?auth=6623706dead5d002954be4dc869fc452c17ba51ab29d846afced0f5128aabf40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Cuidado Animal de Broward busca un hogar permanente para Lemon y otros amigos peludos]]></title><link>https://www.local10.com/espanol/2026/08/06/cuidado-animal-de-broward-busca-un-hogar-permanente-para-lemon-y-otros-amigos-peludos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/cuidado-animal-de-broward-busca-un-hogar-permanente-para-lemon-y-otros-amigos-peludos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Lemon, una mezcla de Staffordshire Terrier y Labrador de 2 años, busca un hogar para siempre a través de Cuidado Animal de Broward.]]></description><pubDate>Thu, 06 Aug 2026 15:31:59 +0000</pubDate><content:encoded><![CDATA[<p>Lemon, una mezcla de Staffordshire Terrier y Labrador de 2 años, busca un hogar para siempre a través de Cuidado Animal de Broward.</p><p>El enérgico perro, que llegó al refugio como un animal callejero, es descrito como amigable con los niños y con otros perros.</p><p>El personal del refugio dijo que Lemon disfruta jugar a buscar la pelota, pero también se siente feliz relajándose con su familia.</p><p>Funcionarios de Cuidado Animal del condado Broward informaron que el refugio continúa sobrepoblado e instaron a los residentes a adoptar o ser voluntarios para ayudar a cuidar a los animales que esperan un hogar.</p><p>Las personas interesadas en adoptar pueden programar un encuentro con Lemon y, si ya tienen otro perro, organizar una presentación entre ambos antes de tomar una decisión.</p><p><a href="https://www.broward.org/animal/Pages/default.aspx" target="_blank" rel="noreferrer" title="https://www.broward.org/animal/Pages/default.aspx">Haga clic aquí</a> para obtener más información sobre cómo adoptar una mascota.</p>]]></content:encoded></item><item><title><![CDATA[Broward County Animal Care seeks ‘furever’ home for Lemon, other furry friends]]></title><link>https://www.local10.com/pets/2026/08/06/broward-county-animal-care-seeks-furever-home-for-lemon-other-furry-friends/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/06/broward-county-animal-care-seeks-furever-home-for-lemon-other-furry-friends/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Lemon, a 2-year-old Staffordshire Terrier-Labrador mix, is looking for a forever home through Broward County Animal Care.]]></description><pubDate>Thu, 06 Aug 2026 15:29:27 +0000</pubDate><content:encoded><![CDATA[<p>Lemon, a 2-year-old Staffordshire Terrier-Labrador mix, is looking for a forever home through Broward County Animal Care.</p><p><a href="https://www.local10.com/espanol/2026/08/06/cuidado-animal-de-broward-busca-un-hogar-permanente-para-lemon-y-otros-amigos-peludos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/cuidado-animal-de-broward-busca-un-hogar-permanente-para-lemon-y-otros-amigos-peludos/">Leer en español</a></p><p>The energetic dog, who arrived at the shelter as a stray, is described as friendly with children and other dogs. </p><p>Shelter staff said Lemon enjoys playing fetch but is also content relaxing with his family.</p><p>Broward County Animal Care officials said the shelter remains overcrowded and encouraged residents to adopt or volunteer to help care for animals waiting for homes. </p><p>Prospective adopters can schedule meet-and-greets with Lemon and, if they have another dog, arrange introductions before making a decision.</p><p><a href="https://www.broward.org/animal/Pages/default.aspx" target="_self" rel="" title="https://www.broward.org/animal/Pages/default.aspx">Click here</a> for more information on how you can adopt a pet. </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[Leon Medical Centers celebrates 30 years with drone show above downtown Miami]]></title><link>https://www.local10.com/news/local/2026/08/05/leon-health-system-celebrates-30-years-with-drone-show-above-downtown-miami/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/05/leon-health-system-celebrates-30-years-with-drone-show-above-downtown-miami/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[A celebratory moment was held inside Miami’s Freedom Tower on Wednesday night, before an impressive show was put on outside. ]]></description><pubDate>Thu, 06 Aug 2026 02:52:13 +0000</pubDate><content:encoded><![CDATA[<p>A celebratory moment was held inside Miami’s Freedom Tower on Wednesday night, before an impressive show was put on outside. </p><p><a href="https://www.local10.com/espanol/2026/08/06/leon-medical-centers-celebra-30-anos-con-espectaculo-de-drones-sobre-el-centro-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/leon-medical-centers-celebra-30-anos-con-espectaculo-de-drones-sobre-el-centro-de-miami/">Leer en español</a></p><p>Leon Medical Centers was commemorating three decades of exemplary care and community involvement.</p><p>The event was an elegant soiree flanked by mementos of a journey from humble beginnings to becoming a leading South Florida medical powerhouse that is looking forward to the future.</p><p>Miami icon, Grammy winner and Leon Medical Centers spokesman Willy Chirino was on hand for a special performance, which was a family affair as he was joined by his daughters on stage.</p><p>With the champagne flowing, the guests traversed outside to experience the crown jewel of the evening, a drone show blanketing the downtown Miami skyline in 500 lights.</p><p>Thirty years of vision, hard work and opportunity were celebrated while laying the foundation for 30 more. </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[Leon Medical Centers celebra 30 años con espectáculo de drones sobre el centro de Miami]]></title><link>https://www.local10.com/espanol/2026/08/06/leon-medical-centers-celebra-30-anos-con-espectaculo-de-drones-sobre-el-centro-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/leon-medical-centers-celebra-30-anos-con-espectaculo-de-drones-sobre-el-centro-de-miami/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[La noche del miércoles se celebró un acto conmemorativo en la Torre de la Libertad de Miami, antes de que se presentara un impresionante espectáculo al aire libre.]]></description><pubDate>Thu, 06 Aug 2026 14:57:45 +0000</pubDate><content:encoded><![CDATA[<p>La noche del miércoles se celebró un acto conmemorativo en la Torre de la Libertad de Miami, antes de que se presentara un impresionante espectáculo al aire libre.</p><p>Leon Medical Centers conmemoró tres décadas de atención médica ejemplar y compromiso con la comunidad.</p><p>El evento fue una elegante velada rodeada de recuerdos de un recorrido que comenzó con orígenes humildes hasta convertirse en una de las principales organizaciones de atención médica del sur de Florida, con la mirada puesta en el futuro.</p><p>El ícono de Miami, ganador del premio Grammy y portavoz de Leon Medical Centers, Willy Chirino, ofreció una presentación especial que se convirtió en un asunto familiar al compartir el escenario con sus hijas.</p><p>Mientras corría el champán, los invitados salieron al exterior para disfrutar de la joya de la noche: un espectáculo de drones que iluminó el horizonte del centro de Miami con 500 luces.</p><p>Se celebraron 30 años de visión, trabajo arduo y oportunidades, al tiempo que se sentaron las bases para otros 30 años.</p>]]></content:encoded></item><item><title><![CDATA[Yardbird Southern Table & Bar closes South Beach location after 15 years, plans to return]]></title><link>https://www.local10.com/news/local/2026/08/06/yardbird-southern-table-bar-closes-south-beach-location-after-15-years-plans-to-return/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/yardbird-southern-table-bar-closes-south-beach-location-after-15-years-plans-to-return/</guid><description><![CDATA[A longtime South Beach dining destination has closed its doors after 15 years in business, but the restaurant says it hopes the goodbye won’t be permanent.]]></description><pubDate>Thu, 06 Aug 2026 13:04:19 +0000</pubDate><content:encoded><![CDATA[<p>A longtime South Beach dining destination has closed its doors after 15 years in business, but the restaurant says it hopes the goodbye won’t be permanent.</p><p><a href="https://www.local10.com/espanol/2026/08/06/yardbird-southern-table-bar-cierra-su-local-de-south-beach-tras-15-anos-planea-regresar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/yardbird-southern-table-bar-cierra-su-local-de-south-beach-tras-15-anos-planea-regresar/">Leer en español</a></p><p>Yardbird Southern Table &amp; Bar, known for its Southern comfort food, fried chicken and extensive bourbon selection, has abruptly closed its South Beach location.</p><p>A sign posted on the restaurant’s door thanks customers for their years of support and describes the closure as a “short-term goodbye.”</p><p>The notice also reassures patrons that the restaurant intends to return, stating: “We have plans to reopen in the future!”</p><p>Yardbird first opened on Miami Beach in 2011 and became a popular destination for locals and tourists alike, earning a reputation for its signature fried chicken and waffles, Southern-inspired menu and bourbon program.</p><p>The restaurant has not announced when or where it plans to reopen, and no reason for the closure was provided.</p><p>For now, fans of the South Beach staple will have to wait for more details about its anticipated return.</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[Yardbird Southern Table & Bar cierra su local de South Beach tras 15 años; planea regresar]]></title><link>https://www.local10.com/espanol/2026/08/06/yardbird-southern-table-bar-cierra-su-local-de-south-beach-tras-15-anos-planea-regresar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/yardbird-southern-table-bar-cierra-su-local-de-south-beach-tras-15-anos-planea-regresar/</guid><description><![CDATA[Un restaurante que durante años fue un destino gastronómico emblemático de South Beach cerró sus puertas tras 15 años de operaciones, pero aseguró que espera que esta despedida no sea definitiva.]]></description><pubDate>Thu, 06 Aug 2026 14:53:28 +0000</pubDate><content:encoded><![CDATA[<p>Un restaurante que durante años fue un destino gastronómico emblemático de South Beach cerró sus puertas tras 15 años de operaciones, pero aseguró que espera que esta despedida no sea definitiva.</p><p>Yardbird Southern Table &amp; Bar, conocido por su comida sureña, su pollo frito y su amplia selección de bourbon, cerró de manera repentina su local de South Beach.</p><p>Un aviso colocado en la puerta del restaurante agradece a los clientes por sus años de apoyo y describe el cierre como una “despedida temporal”.</p><p>El aviso también tranquiliza a los clientes al asegurar que el restaurante tiene la intención de regresar, al señalar: “¡Tenemos planes de reabrir en el futuro!”.</p><p>Yardbird abrió por primera vez en Miami Beach en 2011 y se convirtió en un destino popular tanto para residentes como para turistas, ganando reconocimiento por su característico pollo con waffles, su menú inspirado en la cocina sureña y su programa de bourbon.</p><p>El restaurante no ha anunciado cuándo ni dónde planea reabrir, y tampoco ha informado la razón del cierre.</p><p>Por ahora, los seguidores de este emblemático restaurante de South Beach tendrán que esperar más detalles sobre su esperado regreso.</p>]]></content:encoded></item><item><title><![CDATA[Man accused of sexually abusing children for several years in Hialeah]]></title><link>https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 65-year-old man is facing serious charges stemming from disturbing sexual assault allegations.]]></description><pubDate>Thu, 06 Aug 2026 14:39:16 +0000</pubDate><content:encoded><![CDATA[<p>A 65-year-old man is facing serious charges stemming from disturbing sexual assault allegations.</p><p><a href="https://www.local10.com/espanol/2026/08/06/acusan-a-hombre-de-abusar-sexualmente-de-menores-durante-varios-anos-en-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/acusan-a-hombre-de-abusar-sexualmente-de-menores-durante-varios-anos-en-hialeah/">Leer en español</a></p><p>Investigators with the Hialeah Police Department said they heard from multiple victims who claimed that Juan Espinosa, who now lives in Bradenton, had abused them over several years. </p><p>One of the victims told police that the abuse had occurred from 2018 to 2022, when he was between the ages of 9 and 13.</p><p>A second victim told police that Espinosa had been abusing her between 2009 and 2020, starting when she was 9 years old and ending when she was 20. </p><p>According to arrest records, Espinosa groomed both victims separately, showing them pornographic videos at first before eventually starting to touch himself and the victims over time. </p><p>Police said controlled phone calls were made between parties representing the victims’ and Espinosa, which helped them establish his responsibility for the crimes. </p><p>One of the victims reported that some of the alleged abuse occurred in Hillsborough County and  Espinosa was initially jailed there in December. </p><p>He has since been charged with six counts of sexual activity with a child by a person in familial or custodial authority, three counts of lewd and lascivious molestation of a child between the ages of 12 and 16 and five counts of sexual battery on a victim between the ages of 12 and 17 by a defendant 18 or over. </p><p>Espinosa, following his extradition to Miami-Dade, was being held without bond in the Turner Guilford Knight Correctional Center.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z43PIGCTURALZNMQAXPLUYH2W4.jpg?auth=4658ed7c26918423f8ae6c9580ab2884a81a690f1ae4c3d91ccd5e24c4e47e2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de abusar sexualmente de menores durante varios años en Hialeah]]></title><link>https://www.local10.com/espanol/2026/08/06/acusan-a-hombre-de-abusar-sexualmente-de-menores-durante-varios-anos-en-hialeah/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/acusan-a-hombre-de-abusar-sexualmente-de-menores-durante-varios-anos-en-hialeah/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre de 65 años enfrenta graves cargos derivados de perturbadoras acusaciones de agresión sexual.]]></description><pubDate>Thu, 06 Aug 2026 14:49:43 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 65 años enfrenta graves cargos derivados de perturbadoras acusaciones de agresión sexual.</p><p>Investigadores del Departamento de Policía de Hialeah informaron que entrevistaron a múltiples víctimas que aseguraron que Juan Espinosa, quien actualmente vive en Bradenton, abusó de ellas durante varios años.</p><p>Una de las víctimas dijo a la policía que el abuso ocurrió entre 2018 y 2022, cuando tenía entre 9 y 13 años.</p><p>Una segunda víctima dijo a la policía que Espinosa abusó de ella entre 2009 y 2020, comenzando cuando tenía 9 años y terminando cuando tenía 20.</p><p>Según los registros de arresto, Espinosa manipuló por separado a ambas víctimas, mostrándoles inicialmente videos pornográficos antes de comenzar con el tiempo a tocarse a sí mismo y a las víctimas.</p><p>La policía informó que se realizaron llamadas telefónicas controladas entre personas que representaban a las víctimas y Espinosa, lo que ayudó a establecer su responsabilidad en los delitos.</p><p>Una de las víctimas reportó que parte del presunto abuso ocurrió en el condado Hillsborough y Espinosa fue encarcelado inicialmente allí en diciembre.</p><p>Desde entonces, ha sido acusado de seis cargos de actividad sexual con un menor por parte de una persona con autoridad familiar o de custodia, tres cargos de actos lascivos contra un menor de entre 12 y 16 años y cinco cargos de agresión sexual contra una víctima de entre 12 y 17 años por parte de un acusado de 18 años o más.</p><p>Tras su extradición a Miami-Dade, Espinosa permanecía detenido sin derecho a fianza en el Centro Correccional Turner Guilford Knight.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z43PIGCTURALZNMQAXPLUYH2W4.jpg?auth=4658ed7c26918423f8ae6c9580ab2884a81a690f1ae4c3d91ccd5e24c4e47e2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[In a post-pandemic world, job candidates feel caught between suits and hoodies]]></title><link>https://www.local10.com/business/2026/08/06/in-a-post-pandemic-world-job-candidates-feel-caught-between-suits-and-hoodies/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/in-a-post-pandemic-world-job-candidates-feel-caught-between-suits-and-hoodies/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The matching blazer and pants Dani McEwen wore to a job interview at an insurance company felt like a smart choice, until she noticed most of the employees had on T-shirts and jeans.]]></description><pubDate>Thu, 06 Aug 2026 18:29:48 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The matching blazer and pants Dani McEwen wore to a job interview at an insurance company felt like a smart choice, until she noticed most of the employees had on T-shirts and jeans.</p><p>"The first thing that went through my mind was that I probably looked like I was trying way too hard and maybe seemed too uptight," McEwen, a student at Baldwin Wallace University in Berea, Ohio, said.</p><p>With virtual interviews and casual work environments proliferating, job candidates are having a hard time figuring out what to wear when they meet potential employers online or in person. Polished suits and other types of professional business attire — the typical recommendation of career advisers in years past — no longer are the default option when interviewers may show up in hoodies and shorts.</p><p>The disconnect between long-established conventions and the less-rigid workplace settings of a post-pandemic world is confusing many job applicants who want to dress to impress.</p><p>“If the last six years has proven anything, it’s that everyone and everything has become slightly more relaxed,” said Christina Adamo, a personal stylist at the Neiman Marcus store in Paramus, New Jersey. “That especially goes for dress codes, in great part because of the transition a lot of companies have had to hybrid and remote work.”</p><p>Wearing a well-tailored suit is still frequently prescribed when interviewing for executive positions and jobs in fields such as law and finance, stylists and staffing recruiters said. But it's worth exploring an organization in advance to get a sense of the culture, or asking the hiring manager or recruiter directly about the dress code. Getting it right, or wrong, may impact your performance, especially during a face-to-face meeting.</p><p>“If you walk in and you’re already feeling out of place in the atmosphere, your answers just aren’t as good,” said McEwen, 20, who manages a student career closet of donated suits and work attire at her university. “Most of what matters about your interview outfit is that you feel confident about it. It puts you in the mindset that you’re going to succeed.”</p><p>Research the way people dress at the company and then take it up a notch</p><p>One way to scope out an organization's style vibe is to check its social media accounts or website to see what employees wear. For example, the career section of The Walt Disney Co.’s website features photos of an attorney, a writer and a maintenance technician employed by the company. After learning how employees in your line of work typically dress, prepare to look a little more polished than that for your interview, experts advised.</p><p>“If you were to look at a company’s LinkedIn page and they’re using words like ‘We’re fresh, we’re innovative, we’re the new kids on the block, we’re here to shock the industry,’ then you know that the dress code is going to be more casual than if they’re saying ‘We are a traditional historic brand with traditional values,’” said Samantha Harman, a London-based personal stylist and author of “Just Get Dressed,” a personal style guide for women.</p><p>If you're going for a more senior role, think about refreshing your style so you don't look dated, Harman, 37, said. “You don’t want anyone to think that you have a dated skill set because you want to be seen as someone who’s innovative, who’s going to have lots of new ideas.”</p><p>Sometimes, even after doing the research, candidates find they're dressing up more than their interviewers. Molly Tyndale, 22, wore a blouse and suit jacket to an online interview for a business development position after she was told by the company that the dress code was “business professional.” She was surprised when one of her interviewers showed up wearing an athletic T-shirt.</p><p>“If I, as the candidate, had joined in a T-shirt, that would almost certainly be an automatic no,” she said. “It’s frustrating.”</p><p>Create a first impression that conveys accomplishment</p><p>A wardrobe can be a personal branding tool for your career, Harman said. Hiring managers for senior positions are increasingly asking, “Does this person look like somebody we can send out if there’s a crisis and we need somebody to talk to the media? Or does this person look like they could host our next internal conference? Do they look like we could put them on a stage?” she said.</p><p>To convey quiet confidence as a publicist in Los Angeles, Dylan Thomas Cotter wears a dark blue tailored suit to job interviews or meetings where he's trying to land a new client. In public relations, “if something goes south, we need to immediately look like we’re capable to handle that,” Cotter, 43, said. "But also, when we make our first impression on behalf of our clients, we can make or break their business if we’re not good at what we do.”</p><p>If you want to be perceived as a leader, think about watching fall fashion shows to see what colors will likely be trendy in the spring, and wear those colors before that season, Harman suggested. Browsing through Vogue magazine can show you what colors or silhouettes are popping. “Always look at shoes and bags, because they have interesting updates that could look quite cool,” she said.</p><p>People on a budget can explore thrift stores or community organizations that offer donated career clothing.</p><p>Wear clean clothes that fit well for any job interview</p><p>While formality levels vary from one workplace to the next, some interview-dressing guidelines almost always are worth following.</p><p>“Make sure everything is nice and clean and presentable," to convey that you're taking the opportunity seriously, said Jamie Close, a Charleston, South Carolina-based corporate recruiter at HireQuest, a national staffing and recruiting firm. "Then you’ll feel more confident about yourself as well because you’re not worried about ill-fitting clothes.”</p><p>Don't buy something new and wear it for the first time to an interview, Close advised. “Make sure you’ve worn it somewhere before so you know how it feels when you’re sitting down or standing up and you’re not constantly fidgeting with your clothes,” she said.</p><p>If you're interviewing for a job in the skilled trades, “wear what you wear to work, but wear that nice, clean version,” Close suggested. “Clean boots, a nice collared shirt, ready to work. But not like you just walked off of a work site.”</p><p>Make as much effort for online interviews as in-person meetings</p><p>Dress for a virtual interview the same way you would for an in-person meeting, experts said. Even if the camera will only show your head and torso, Harman suggests wearing shoes because they can signal to your brain to behave in a different way.</p><p>For virtual interviews, wearing solid colors is a good choice, because those tend to look better on camera than busy patterns, Adamo said.</p><p>"You want to show up as the best version of yourself and that includes dressing the part," Adamo said. “While many would suggest ‘waist up’ dressing since your top half is doing most of the work, I recommend treating it as if you were going in person. It helps put you in the right headspace, and feeling confident in what you’re wearing is the most important part.”</p><p>___</p><p>Share your stories and questions about workplace wellness at cbussewitz@ap.org. Follow AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health at https://apnews.com/hub/be-well</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NQ73KUFYHCCOW64VX24DCK4YBI.jpg?auth=bfe3d6e2efbe99d60bbae67e84a2dbf2c218074c1448c93c0d872f357e8269f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[(AP Illustration / Peter Hamlin)]]></media:description><media:credit role="author" scheme="urn:ebu">AP Illustration /  Peter Hamlin</media:credit></media:content></item><item><title><![CDATA[UK won't intervene in Paramount's $81 billion takeover of Warner Bros. Discovery]]></title><link>https://www.local10.com/business/2026/08/06/uk-wont-intervene-in-paramounts-81-billion-takeover-of-warner-bros-discovery/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/06/uk-wont-intervene-in-paramounts-81-billion-takeover-of-warner-bros-discovery/</guid><dc:creator><![CDATA[By WYATTE GRANTHAM-PHILIPS, Associated Press]]></dc:creator><description><![CDATA[British regulators on Thursday gave Paramount the greenlight for its $81 billion takeover of Warner Bros. Discovery, with some new assurances from the company — clearing another hurdle for the mega merger while it still faces challenges elsewhere.]]></description><pubDate>Thu, 06 Aug 2026 14:31:22 +0000</pubDate><content:encoded><![CDATA[<p>British regulators on Thursday gave Paramount the greenlight for its $81 billion takeover of Warner Bros. Discovery, with some new assurances from the company — clearing another hurdle for the mega merger while it still faces challenges elsewhere.</p><p>The U.K.'s Competition and Markets Authority cleared the pending acquisition, ruling that a Paramount-Warner tie up does not pose a “substantial lessening of competition” in the country. Meanwhile, Britain's Department for Digital, Culture, Media and Sport said it also wouldn't intervene — on the basis of several “legally-binding commitments” from Paramount related to its footprint in U.K. broadcasting and on-demand entertainment.</p><p>Paramount welcomed Thursday's decisions. The company, which was bought by Skydance just one year ago, called the U.K.'s clearance “an important milestone” towards completing its Warner purchase.</p><p>A Paramount-Warner combo would mean putting HBO Max, cult-favorite titles like “Harry Potter” and even CNN under the same roof with CBS, “Top Gun” and the Paramount+ streaming service. Both companies carry notable reach in production and television specific to the U.K., too — with assets also including Paramount-owned Channel 5 in London, localized Nickelodeon programming and Warner’s British arm of TNT Sports.</p><p>Citing competition concerns specifically for news, TV and streaming platforms available to U.K. consumers, Culture Secretary Lisa Nandy previously said she was “minded to intervene” in the merger. But on Thursday, her office said Paramount later agreed to “provide a set of protections” to safeguard the “continued availability of a diverse range of broadcasting and on-demand services in the UK,” as well their editorial independence.</p><p>DCMS said that includes maintaining independence at Channel 5, with an “entirely separate” editorial direction from CBS and CNN. Paramount also agreed to not combine its linear channels with on-demand services in the U.K., DCMS said, and that children's channels like Nickelodeon and Cartoon Network will remain distinct from each other.</p><p>Under their agreement, DCMS said it will monitor Paramount's implementation of these commitments and that the company will provide annual statements of compliance.</p><p>Critics of the Paramount-Warner merger have repeatedly asked regulators to challenge the deal. And just last month, Hollywood stars Alan Cumming, Benedict Cumberbatch and Benedict Wong published a joint op-ed in The Guardian calling on Nandy to intervene.</p><p>The merger “threatens to inflict immense harm on the British public,” the actors wrote on July 27. “As actors and public figures who have spent our careers in the arts in Britain — working with British crews, on British stages and sets — we have a responsibility to the public who support, enjoy and consume the art we make.”</p><p>While Paramount and Warner no longer face an imminent roadblock to their deal in the U.K., the companies have already agreed to delay closing their transaction well into next year as a challenge from 12 U.S. states makes its way through court.</p><p>Led by California, the coalition of states sued to block the deal last month — alleging that a Paramount-Warner combo would “extinguish competition” in Hollywood and lead to fewer choices for consumers, particularly U.S. moviegoers and cable customers. Groups like the Writers Guild of America have also filed suit.</p><p>The court has scheduled a 12-day antitrust trial to start in early March. Paramount has vowed to “vigorously defend” its transaction.</p><p>The companies argue that merging will be good for growth in the industry and give consumers access to more content. But critics have decried what further consolidation could mean in an industry already controlled by just a few major players — and in the U.S., questions of political influence have piled up around President Donald Trump’s close relationship with the billionaire family of Paramount CEO David Ellison.</p><p>In contrast to the states' case, the Trump administration’s U.S. Department of Justice announced in June that it also wouldn’t block the deal and instead released a lengthy statement in support of a Paramount-Warner combo. Meanwhile, Paramount has touted other regulatory clearances from the European Union, as well as countries like China, Canada and Australia.</p><p>Including billions in debt, Paramount’s proposed purchase of Warner is valued at nearly $111 billion (or over 82 billion English pounds) based on outstanding shares.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T3IELY7PDOECFZK7UWD25J36F4.jpg?auth=1c22613eaba618117a40bd17ef2f9d7604f735089c3ec4fcfce81c48fbfdd020&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Paramount Pictures water tower is seen in Los Angeles, Dec. 18, 2025, with the Hollywood sign in the distance. (AP Photo/Jae C. Hong, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/YNYWYBCPW7BGIADNG6I5YUDFKA.jpg?auth=604fe5941139159a1a965fe4614631b760a0606977481f63b75f11e7623f64e2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The Warner Bros. water tower appears at Warner Bros. Studios in Burbank, Calif., on Dec. 5, 2025. (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[Uganda approves sending troops for international force in Gaza]]></title><link>https://www.local10.com/news/world/2026/08/06/uganda-approves-sending-troops-for-international-force-in-gaza/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/06/uganda-approves-sending-troops-for-international-force-in-gaza/</guid><dc:creator><![CDATA[By RODNEY MUHUMUZA, Associated Press]]></dc:creator><description><![CDATA[KAMPALA, Uganda (AP) — Ugandan authorities sought and won parliamentary approval Thursday to deploy troops to Gaza as part of the international force proposed by U.S. President Donald Trump's Board of Peace to secure the territory following the devastating Israel-Hamas war.]]></description><pubDate>Thu, 06 Aug 2026 15:52:34 +0000</pubDate><content:encoded><![CDATA[<p>KAMPALA, Uganda (AP) — Ugandan authorities sought and won parliamentary approval Thursday to deploy troops to Gaza as part of the international force proposed by U.S. President Donald Trump's Board of Peace to secure the territory following the devastating Israel-Hamas war.</p><p>The successful motion, brought by the defense minister, is Uganda’s first public indication of its willingness to join the International Stabilization Force for Gaza. Morocco also has pledged troops for the mission.</p><p>It was not immediately clear why Uganda agreed to deploy in Gaza, or if there was a quid pro quo involved, and some opposition lawmakers immediately questioned Uganda’s motive in the decision. Lawmaker Hassan Kirumira said the deployment would raise “diplomatic concerns” for a country that is a member of the Organization of Islamic Cooperation.</p><p>The “big question” for supporters of the deployment to clarify is: "On which side is our army going to fight?” he said in parliament.</p><p>Defense Minister Kiryowa Kiwanuka, seeking the support of lawmakers, cited Uganda’s military capabilities stemming from its peacekeeping deployments in countries such as Somalia.</p><p>The force, proposed by Trump’s Board of Peace in February, would be led by American Maj. Gen. Jasper Jeffers, who said in May that the 20,000-strong force would ensure “future prosperity and enduring peace."</p><p>Last week Trump announced a deal for Hamas to disarm and for Israel to withdraw its forces from Gaza. According to that deal, the International Stabilization Force would be deployed to Gaza after the completion of a phased withdrawal of Israeli troops.</p><p>The agreement, part of a broader ceasefire deal reached last year, calls for Israel to cease its military operations and for Hamas and its allies in Gaza to halt all militant activity. The agreement also laid out in general terms what the decommissioning process would look like.</p><p>After the text of the agreement was released, Israel said it had “serious security concerns” and that it shared those with the U.S.</p><p>Israeli attacks have killed 1,250 people since the ceasefire deal was reached in October, an agreement that ended major fighting in the Israel-Hamas war that had raged for two years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TH7OA7IP3LC5NDTEK2N7JOU45E.jpg?auth=99b9ac59c3903c77b43811bf9283b6f892528b962569ad942f2b36aa2f18a07e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Palestinians inspect the scene of an Israeli airstrike near al-Aqsa Hospital in Deir al-Balah in the central Gaza Strip, Saturday, Aug. 1, 2026. (AP Photo/Abdel Kareem Hana)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdel Kareem Hana</media:credit></media:content></item><item><title><![CDATA[UEFA maintains World Cup boycott threat after Gianni Infantino's crisis meeting]]></title><link>https://www.local10.com/sports/2026/08/06/uefa-maintains-world-cup-boycott-threat-after-gianni-infantinos-crisis-meeting/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/06/uefa-maintains-world-cup-boycott-threat-after-gianni-infantinos-crisis-meeting/</guid><dc:creator><![CDATA[By JAMES ROBSON, Associated Press]]></dc:creator><description><![CDATA[European soccer's governing body has retained its threat to boycott FIFA competitions despite FIFA apologizing for its failed plan to sell stakes in the World Cup.]]></description><pubDate>Thu, 06 Aug 2026 17:34:42 +0000</pubDate><content:encoded><![CDATA[<p>European soccer's governing body has retained its threat to boycott FIFA competitions despite FIFA apologizing for its failed plan to sell stakes in the World Cup.</p><p>UEFA on Thursday reiterated that it had lost confidence in FIFA president Gianni Infantino and said conditions to withdraw its boycott threat had not been met.</p><p>“UEFA’s associations were very clear about the conditions attached to the non participation in FIFA competitions," it said in a statement. "First, the proposals to sell off the major competitions had to be withdrawn and secondly, assurances have to be made that such attempts to disfigure the game in this way will never be made again.</p><p>“These conditions have not been met. In addition, UEFA made it abundantly clear in its statement on Saturday that it has lost confidence in Gianni Infantino’s presidency. That position holds.”</p><p>It was another bruising day for Infantino, with global soccer players union FIFPRO accusing him of "a profound abuse of presidential power.”</p><p>The English Football Association has also withdrawn its support for Infantino's re-election.</p><p>Even Amnesty International said the “current crisis spotlights the need for governance reforms."</p><p>FIFA and Infantino tried to present a united front following a high-level summit in Morocco on Wednesday when it announced the president had the full support of top staff in attendance.</p><p>The world governing body also apologized for errors made over its controversial plan to sell profits in the World Cup through a commercial subsidiary and committed to “ensure they do not happen again.”</p><p>FIFA said it hoped its meeting would “help restore confidence” in the organization after the turbulence created by Infantino’s now abandoned project, which provoked widespread condemnation.</p><p>UEFA voted to abandon FIFA competitions if it went ahead. And even after Infantino’s hasty climbdown, Europe’s governing body said it had lost confidence in FIFA’s leadership — paving the way for a challenge to his presidency.</p><p>In its defiant statement, UEFA made it clear its position still held.</p><p>"Yesterday’s announcement that some people employed by the FIFA president (and whose careers depend on his favor) agree with him changes nothing,” it said.</p><p>___</p><p>James Robson is at https://x.com/jamesalanrobson</p><p>___</p><p>AP soccer: https://apnews.com/hub/soccer</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T5WQ3RXKKB5435FF7SVM7TA2HI.jpg?auth=8460bc8c4df7594f8dcb2a429a5d5a94816572ff60b08a2c6d3bb298c3615ec4&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 a Women's AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNHTQ73NC7JWIOMKXRLBSGTAFQ.jpg?auth=f9add1237f8002c1f043edefd4afbb242f067dbfdb5e6dabdc09f2409ee11101&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, center, speaks to FIFA secretary general Mattias Grafstrom, left, sitting beside president of Moroccan Royal Football Federation Fouzi Lekjaa as they attend a Women's AFCON 2026 soccer match between Malawi and Zambia, in Rabat, Morocco, Wednesday, Aug. 5, 2026. (AP Photo)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[Hurricane season dry spell bleeds into mid-August]]></title><link>https://www.local10.com/weather/hurricane/2026/08/06/hurricane-season-dry-spell-bleeds-into-mid-august/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/08/06/hurricane-season-dry-spell-bleeds-into-mid-august/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[The Atlantic basin looks to stay in hibernation until at least mid August, something we previewed in this newsletter over a week ago.]]></description><pubDate>Thu, 06 Aug 2026 13:46:12 +0000</pubDate><content:encoded><![CDATA[<p>The Atlantic basin looks to stay in hibernation until at least mid-August, something we previewed in this newsletter over a week ago.</p><p><a href="https://www.local10.com/espanol/2026/08/06/pausa-en-la-temporada-de-huracanes-se-extiende-hasta-mediados-de-agosto/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/pausa-en-la-temporada-de-huracanes-se-extiende-hasta-mediados-de-agosto/">Leer en español</a></p><p>A curtain of wind shear is draped across the tropical Atlantic courtesy of the fast-developing Super El Niño and has assembled a road block with little detour for wannabe storms.</p><figure><img src="https://www.local10.com/resizer/v2/NN747BDDQBAHZPARFWCEYAOSDU.png?auth=72053e1d3dde5e0398f189f3d29362f0a150031aed39358edff094d60cad1e4d&smart=true&width=1200&height=900" alt="Wind shear departure from average forecast for next week (August 10th through August 15th) from the European model ensemble system. Warmer colors indicate areas with higher-than-average wind shear, which stretches clear across the Atlantic Main Development Region or MDR. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Wind shear departure from average forecast for next week (August 10th through August 15th) from the European model ensemble system. Warmer colors indicate areas with higher-than-average wind shear, which stretches clear across the Atlantic Main Development Region or MDR. Credit: TropicalTidbits.com.</figcaption></figure><p>Meanwhile, gobs of dry, Saharan air are heaving off Africa and wafting through the preferred formation areas for early August.</p><figure><img src="https://www.local10.com/resizer/v2/CU6PAPVZSJF2BAC3K4L4YB65BQ.gif?auth=f237a5debeb32bee1748f14c8a6ab5158dff4f53b9ca9229078801f7410db5b4&smart=true&width=1200&height=900" alt="Dust forecast from NASA’s Goddard Earth Observing System (GEOS) model through early next week showing repeated rounds of dust outbreaks stretching across the Atlantic. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast from NASA’s Goddard Earth Observing System (GEOS) model through early next week showing repeated rounds of dust outbreaks stretching across the Atlantic. Credit: weathermodels.com.</figcaption></figure><p>The combination of these conditions is making the Atlantic an exceptionally hostile place for would-be hurricanes.</p><h3><b>Models waffle on development candidate over the open Atlantic late next week</b></h3><p>While we don’t see any major changes in the big-picture across the Atlantic, longer range models do continue to hint at the possibility of a weak tropical candidate by late next week and next weekend (weekend of August 15<sup>th</sup>) over the open Atlantic between Africa and the Caribbean.</p><figure><img src="https://www.local10.com/resizer/v2/YZ3TVKXBNND6XONB77JTBNXBNI.png?auth=dd9484ae6a60b42e586bd1408f77db859a27185279081e87cc0004892668ecc1&smart=true&width=1200&height=900" alt="Low-pressure tracks through the next 10 days (through August 15, 2026) from the traditional, physics-based European model ensemble system (top panel) and the newer, AI-based European ensemble system (bottom panel). Both modeling camps show low chances of a weak system forming late next week over the open Atlantic. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Low-pressure tracks through the next 10 days (through August 15, 2026) from the traditional, physics-based European model ensemble system (top panel) and the newer, AI-based European ensemble system (bottom panel). Both modeling camps show low chances of a weak system forming late next week over the open Atlantic. Credit: weathermodels.com.</figcaption></figure><p>Models have waffled on odds, but chances remain low (around 10%) for now. The AI camp has been a little more enthusiastic overall than our traditional physics-based models but both suggest a window for development as we approach the middle part of the month.</p><p>The long-term prospects of anything starting out in the eastern Atlantic doesn’t favor transatlantic journeys this season, but we’ll follow the trends for next week. Obviously this isn’t any concern for now and the Atlantic will stay closed for business until further notice.</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/HUZ7P4L4AJAVZDVXNGVPMTSX6I.png?auth=d15ac26d64e92102193c9860f998f100be96d400413df7f4a16f46bb2a849a05&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning Atlantic satellite showing a major outbreak of Saharan dust covering the eastern Atlantic. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Pausa en la temporada de huracanes se extiende hasta mediados de agosto]]></title><link>https://www.local10.com/espanol/2026/08/06/pausa-en-la-temporada-de-huracanes-se-extiende-hasta-mediados-de-agosto/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/pausa-en-la-temporada-de-huracanes-se-extiende-hasta-mediados-de-agosto/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[La cuenca del Atlántico parece que permanecerá en un periodo de calma al menos hasta mediados de agosto, algo que anticipamos en este boletín hace más de una semana.]]></description><pubDate>Thu, 06 Aug 2026 13:57:06 +0000</pubDate><content:encoded><![CDATA[<p>La cuenca del Atlántico parece que permanecerá en un periodo de calma al menos hasta mediados de agosto, algo que anticipamos en este boletín hace más de una semana.</p><p>Una franja de cizalladura del viento se extiende sobre el Atlántico tropical debido al rápido desarrollo del Súper El Niño y ha creado una barrera que deja pocas oportunidades para que las perturbaciones con potencial ciclónico puedan desarrollarse.</p><figure><img src="https://www.local10.com/resizer/v2/NN747BDDQBAHZPARFWCEYAOSDU.png?auth=72053e1d3dde5e0398f189f3d29362f0a150031aed39358edff094d60cad1e4d&smart=true&width=1200&height=900" alt="Wind shear departure from average forecast for next week (August 10th through August 15th) from the European model ensemble system. Warmer colors indicate areas with higher-than-average wind shear, which stretches clear across the Atlantic Main Development Region or MDR. Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Wind shear departure from average forecast for next week (August 10th through August 15th) from the European model ensemble system. Warmer colors indicate areas with higher-than-average wind shear, which stretches clear across the Atlantic Main Development Region or MDR. Credit: TropicalTidbits.com.</figcaption></figure><p>Mientras tanto, grandes masas de aire seco del Sahara salen de África y se desplazan sobre las zonas preferidas para la formación de sistemas tropicales a principios de agosto.</p><figure><img src="https://www.local10.com/resizer/v2/CU6PAPVZSJF2BAC3K4L4YB65BQ.gif?auth=f237a5debeb32bee1748f14c8a6ab5158dff4f53b9ca9229078801f7410db5b4&smart=true&width=1200&height=900" alt="Dust forecast from NASA’s Goddard Earth Observing System (GEOS) model through early next week showing repeated rounds of dust outbreaks stretching across the Atlantic. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Dust forecast from NASA’s Goddard Earth Observing System (GEOS) model through early next week showing repeated rounds of dust outbreaks stretching across the Atlantic. Credit: weathermodels.com.</figcaption></figure><p>La combinación de estas condiciones está convirtiendo al Atlántico en un entorno excepcionalmente hostil para los sistemas con potencial de convertirse en huracanes.</p><h3><b>Los modelos no se ponen de acuerdo sobre posible desarrollo en el Atlántico abierto a finales de la próxima semana</b></h3><p>Aunque no observamos cambios importantes en el panorama general del Atlántico, los modelos de largo plazo siguen insinuando la posibilidad de un débil sistema tropical hacia finales de la próxima semana y el siguiente fin de semana (el fin de semana del 15 de agosto) sobre el Atlántico abierto, entre África y el Caribe.</p><figure><img src="https://www.local10.com/resizer/v2/YZ3TVKXBNND6XONB77JTBNXBNI.png?auth=dd9484ae6a60b42e586bd1408f77db859a27185279081e87cc0004892668ecc1&smart=true&width=1200&height=900" alt="Low-pressure tracks through the next 10 days (through August 15, 2026) from the traditional, physics-based European model ensemble system (top panel) and the newer, AI-based European ensemble system (bottom panel). Both modeling camps show low chances of a weak system forming late next week over the open Atlantic. Credit: weathermodels.com." height="900" width="1200"/><figcaption>Low-pressure tracks through the next 10 days (through August 15, 2026) from the traditional, physics-based European model ensemble system (top panel) and the newer, AI-based European ensemble system (bottom panel). Both modeling camps show low chances of a weak system forming late next week over the open Atlantic. Credit: weathermodels.com.</figcaption></figure><p>Los modelos han variado en sus estimaciones, pero por ahora las probabilidades siguen siendo bajas (alrededor del 10%). Los modelos basados en inteligencia artificial han sido, en general, un poco más optimistas que los modelos tradicionales basados en principios físicos, aunque ambos sugieren una ventana para el desarrollo a medida que nos acercamos a la mitad del mes.</p><p>Las perspectivas a largo plazo para cualquier sistema que se forme en el Atlántico oriental no favorecen un recorrido transatlántico durante esta temporada, pero seguiremos las tendencias la próxima semana. Obviamente, esto no representa ninguna preocupación por ahora y el Atlántico permanecerá cerrado para nuevos desarrollos hasta nuevo aviso.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HUZ7P4L4AJAVZDVXNGVPMTSX6I.png?auth=d15ac26d64e92102193c9860f998f100be96d400413df7f4a16f46bb2a849a05&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Thursday morning Atlantic satellite showing a major outbreak of Saharan dust covering the eastern Atlantic. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[FBI busca información sobre ladrón de banco en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/05/fbi-busca-informacion-sobre-ladron-de-banco-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/fbi-busca-informacion-sobre-ladron-de-banco-en-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Agentes del FBI solicitaron la ayuda del público el miércoles para identificar a un sospechoso que, según informaron, robó un banco en el área de Westchester, en el condado Miami-Dade, la semana pasada.]]></description><pubDate>Wed, 05 Aug 2026 14:11:36 +0000</pubDate><content:encoded><![CDATA[<p>Agentes del FBI solicitaron la ayuda del público el miércoles para identificar a un sospechoso que, según informaron, robó un banco en el área de Westchester, en el condado Miami-Dade, la semana pasada.</p><p>Los investigadores informaron que el robo ocurrió aproximadamente a las 11:15 a.m. del 30 de julio en la sucursal de Bank of America ubicada en 8585 Coral Way.</p><p>Indicaron que el sospechoso entró al banco, dio a entender que tenía un arma de fuego y exigió dinero antes de huir con una cantidad de efectivo que no fue revelada.</p><p>No se reportaron personas heridas.</p><p>El FBI informó que los investigadores creen que el sospechoso tiene vínculos con el condado Miami-Dade y podría ser conocido en el área. Las autoridades advirtieron al público que no se acerque al hombre si lo ve y, en su lugar, se comunique de inmediato con las autoridades.</p><p>Los investigadores informaron que el sospechoso tiene un peinado distintivo que podría ayudar a identificarlo. Según funcionarios del FBI, la parte posterior de su cabeza está completamente rapada, mientras que el resto del cabello está peinado hacia adelante sobre la parte superior de la cabeza.</p><p>Las autoridades informaron que la investigación está siendo realizada por la Oficina del Sheriff de Miami-Dade, el Grupo de Trabajo contra Fugitivos por Delitos Violentos del FBI en Miami y el FBI.</p><p>Cualquier persona con información sobre el robo o el sospechoso debe llamar al 1-800-225-5324 o enviar una pista en línea a través de tips.fbi.gov.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a pareja después de que niño de 5 años fuera llevado a sala de emergencias de Homestead con lesiones causadas por cinturón y “chancleta”, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/05/arrestan-a-pareja-despues-de-que-nino-de-5-anos-fuera-llevado-a-sala-de-emergencias-de-homestead-con-lesiones-causadas-por-cinturon-y-chancleta-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/arrestan-a-pareja-despues-de-que-nino-de-5-anos-fuera-llevado-a-sala-de-emergencias-de-homestead-con-lesiones-causadas-por-cinturon-y-chancleta-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[La policía de Homestead arrestó el martes a una pareja después de informar que un niño de 5 años presentaba lesiones tan graves por una golpiza con un cinturón y una chancleta que tuvo que recibir tratamiento en un hospital.]]></description><pubDate>Wed, 05 Aug 2026 16:57:15 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Homestead arrestó el martes a una pareja después de informar que un niño de 5 años presentaba lesiones tan graves por una golpiza con un cinturón y una chancleta que tuvo que recibir tratamiento en un hospital.</p><p>Maurice Timothy Dukes, de 36 años, y su novia, Sarahi Azucena Gonzalez, de 22, enfrentan cargos de abuso infantil agravado y negligencia infantil.</p><p>Los investigadores informaron que un médico del Baptist Health Homestead Hospital les dijo que el niño, hijo de Dukes, “fue llevado al departamento de emergencias con varias lesiones” producto del abuso, lo que motivó la intervención de la policía. El informe de arresto no indica quién llevó al menor al hospital.</p><p>“Las lesiones parecían encontrarse en distintas etapas de cicatrización e incluían las siguientes: marcas lineales en forma de lazo, abrasiones y trauma facial, con ambos ojos de la víctima hinchados y amoratados”, señala el informe.</p><p>La policía informó que Dukes, Gonzalez y el primo de 12 años de la víctima, quien enfrentará cargos como menor de edad, le causaron las lesiones.</p><p>Las autoridades indicaron que tanto Dukes como Gonzalez admitieron haber golpeado al niño y reconocieron que no buscaron atención médica para él.</p><p>Según el informe de arresto, Gonzalez dijo que golpeó al menor “con un cinturón y una “chancleta”” porque “nadie la ayudaba cuando pedía ayuda para cuidarlo”.</p><p>La policía informó además que Gonzalez admitió que el primo del niño “golpeó a la víctima varias veces en la cara después de que esta lo mordiera”.</p><p>Ambos adultos fueron arrestados, mientras que el menor de 12 años figuraba “prófugo” en el informe de arresto.</p><p>Hasta el miércoles, ambos adultos permanecían detenidos en el Centro Correccional Turner Guilford Knight: Dukes con una fianza de $6,000 USD y Gonzalez con una fianza de $4,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Detectives de Homicidios investigan muerte de agente de policía de Doral en Miami-Dade]]></title><link>https://www.local10.com/espanol/2026/08/05/ultima-hora-detectives-de-homicidios-investigan-la-muerte-de-un-agente-de-la-policia-de-doral-en-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/ultima-hora-detectives-de-homicidios-investigan-la-muerte-de-un-agente-de-la-policia-de-doral-en-miami-dade/</guid><dc:creator><![CDATA[Jeff  Derderian , Rosh Lowe, Andrea Torres]]></dc:creator><description><![CDATA[Detectives de homicidios están investigando la muerte de un hombre ocurrida el miércoles en el área de Redland, en el condado Miami-Dade.]]></description><pubDate>Wed, 05 Aug 2026 16:24:35 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de homicidios están investigando la muerte de un veterano del Departamento de Policía de Doral ocurrida el miércoles en el área de Redland, en el condado Miami-Dade, según fuentes familiarizadas con el caso.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade y personal de Miami-Dade Fire Rescue respondieron poco después de las 6:20 a.m. del miércoles al área de Southwest 157th Avenue y Southwest 160 Street, también conocida como Colonial Drive.</p><figure><img src="https://www.local10.com/resizer/v2/PI4YBBP25JEV5KMZWNSRQRR6ZM.jpeg?auth=9859a34fed0603b92575c184dd3d7ce9f31e96bed13170e2e51edd72d68e3213&smart=true&width=1200&height=900" alt="Miami-Dade deputies and fire rescue personnel respond on Wednesday to an area in the boundary of Redland and Richmond Heights." height="900" width="1200"/><figcaption>Miami-Dade deputies and fire rescue personnel respond on Wednesday to an area in the boundary of Redland and Richmond Heights.</figcaption></figure><p>“Los detectives pueden confirmar que no se sospecha de un acto criminal”, escribió en un comunicado el detective Daniel D. Castillo, portavoz de la MDSO.</p><p>Un grupo de motociclistas escoltó una ambulancia Freightliner de Miami-Dade Fire Rescue a través del área de Richmond Heights-Redland.</p><figure><img src="https://www.local10.com/resizer/v2/3TX3MYSBPZCELFE7THSIUTK32A.jpeg?auth=ebe9bb32cf1785597d992c0dfe94773a011f0e1b8a27b128dd6d033074ef036e&smart=true&width=1200&height=900" alt="A group of motormen escort a Miami-Dade Fire Rescue freightliner ambulance southbound off the Florida Turnpike on Wednesday in Miami-Dade County." height="900" width="1200"/><figcaption>A group of motormen escort a Miami-Dade Fire Rescue freightliner ambulance southbound off the Florida Turnpike on Wednesday in Miami-Dade County.</figcaption></figure><p>El convoy se desplazó hacia el norte por la autopista Florida Turnpike y la autopista Palmetto Expressway, y hacia el este por la autopista Dolphin Expressway.</p><p>Una gran bandera de Estados Unidos ondeaba desde la escalera elevada de un camión de bomberos sobre Northwest 10th Avenue, cerca de Northwest 20th Street, en Allapattah.</p><figure><img src="https://www.local10.com/resizer/v2/C74626IOSVFQNONIHHLUU4GWUM.jpeg?auth=507f649c7bf177840de024e286dc2729dc884c0cfe55585ef993e0916047b6a4&smart=true&width=1200&height=900" alt="A large U.S. flag was flying high from a fire truck’s elevated ladder on Wednesday in Allapattah to honor a Doral Police Department officer found dead on Wednesday in southern Miami-Dade County." height="900" width="1200"/><figcaption>A large U.S. flag was flying high from a fire truck’s elevated ladder on Wednesday in Allapattah to honor a Doral Police Department officer found dead on Wednesday in southern Miami-Dade County.</figcaption></figure><p>Decenas de agentes de policía se alinearon a lo largo del recorrido. Algunos permanecían firmes para rendir saludo mientras pasaba la ambulancia.</p><p>Una bandera de Estados Unidos cubría el cuerpo del agente de policía al llegar a la Oficina del Médico Forense del condado Miami-Dade.</p><figure><img src="https://www.local10.com/resizer/v2/7JLU7B7UGVGMZLKZ6L3LRLLDL4.jpeg?auth=864473ffd9851e4b9452a1152a2f255d3215a852da22d5bdd900334c96bb5773&smart=true&width=1200&height=900" alt="Miami-Dade Fire Rescue personnel deliver the body of a Doral Police Department officer to the Miami-Dade Medical Examiner's Office on Wednesday in Allapattah." height="900" width="1200"/><figcaption>Miami-Dade Fire Rescue personnel deliver the body of a Doral Police Department officer to the Miami-Dade Medical Examiner's Office on Wednesday in Allapattah.</figcaption></figure><p>Esta es una noticia en desarrollo. El editor de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</p><p><b>Ubicación</b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d253.8787972102873!2d-80.44456134368973!3d25.618586536950936!2m3!1f228.66078847070318!2f44.91541473688873!3f0!3m2!1i1024!2i768!4f35!3m3!1m2!1s0x88d9c20ef76cde61%3A0x6c364324c2a0e970!2sColonial%20Dr%20%26%20SW%20157th%20Ave%2C%20Florida%2033187!5e1!3m2!1sen!2sus!4v1785940139828!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de intento de asesinato por cerrar el tanque de oxígeno de un buzo durante la minitemporada de langosta]]></title><link>https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-intento-de-asesinato-por-cerrar-el-tanque-de-oxigeno-de-un-buzo-durante-la-minitemporada-de-langosta/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/acusan-a-hombre-de-intento-de-asesinato-por-cerrar-el-tanque-de-oxigeno-de-un-buzo-durante-la-minitemporada-de-langosta/</guid><dc:creator><![CDATA[Bridgette Matter, David Dwork, Hannah Yechivi, Janine Stanwood]]></dc:creator><description><![CDATA[Un hombre enfrenta un cargo de intento de asesinato por un incidente ocurrido en el agua durante la minitemporada de langosta.]]></description><pubDate>Wed, 05 Aug 2026 13:38:22 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre enfrenta un cargo de intento de asesinato por un incidente ocurrido en el agua durante la minitemporada de langosta.</p><p>Según la Oficina del Sheriff de Miami-Dade, un hombre identificado como Michael Simpson, de 51 años, cerró el suministro de aire de un buzo menor de edad mientras la víctima estaba en el agua buscando langostas.</p><p>El hecho ocurrió aproximadamente a las 7:04 a.m. del 29 de julio, a cerca de media milla al este de Fisher Island.</p><p>Los agentes informaron que el incidente comenzó con una disputa por un lugar para bucear.</p><p>Según los investigadores, la víctima estaba bajo el agua cuando el propietario de la embarcación en la que había llegado observó que otra embarcación se acercaba a gran velocidad.</p><p>El propietario de la embarcación dijo a los agentes que, cuando la otra embarcación finalmente se detuvo y ancló cerca, el capitán, posteriormente identificado como Simpson, inició una discusión verbal alegando que ellos estaban en su lugar.</p><p>Los agentes informaron que, en un momento, Simpson se enfureció y amenazó con cerrar el sistema de respiración que suministraba aire al buzo que estaba en el agua. Luego cumplió su amenaza, se lanzó al agua y cerró el suministro, indicaron las autoridades.</p><p>Según la MDSO, el propietario de la embarcación se lanzó inmediatamente al agua y sacó a la víctima hasta la superficie.</p><p>Después de ser puesta a salvo, se observó que la víctima “jadeaba por aire, parecía desorientada y no entendía lo que había ocurrido”, señala el informe de arresto.</p><p>Los agentes informaron que Simpson huyó del lugar después de apagar el sistema.</p><p>No se reportaron personas heridas en el incidente.</p><p>Los detectives informaron que Simpson se entregó voluntariamente a las autoridades el martes.</p><p>Hasta la noche del martes, permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza registrada como “pendiente de ser fijada”.</p>]]></content:encoded></item><item><title><![CDATA[Chef de Miami sobre el efecto paralizante de la política migratoria: TPS provoca escasez de trabajadores; detenciones de ICE ahuyentan a clientes]]></title><link>https://www.local10.com/espanol/2026/08/06/chef-de-miami-sobre-el-efecto-paralizante-de-la-politica-migratoria-tps-provoca-escasez-de-trabajadores-detenciones-de-ice-ahuyentan-a-clientes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/06/chef-de-miami-sobre-el-efecto-paralizante-de-la-politica-migratoria-tps-provoca-escasez-de-trabajadores-detenciones-de-ice-ahuyentan-a-clientes/</guid><dc:creator><![CDATA[Christian De La Rosa, Magdala Louissaint, Andrea Torres]]></dc:creator><description><![CDATA[Un testigo grabó un video que muestra a agentes del Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE) deteniendo a un hombre que conducía un scooter y poniéndolo bajo custodia el 2 de agosto en Little Haiti, en Miami.]]></description><pubDate>Thu, 06 Aug 2026 13:39:47 +0000</pubDate><content:encoded><![CDATA[<p>Un testigo grabó un video que muestra a agentes del Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE) deteniendo a un hombre que conducía un scooter y poniéndolo bajo custodia el 2 de agosto en el vecindario Little Haiti de Miami.</p><p>El chef haitiano-bahamés Wilkinson “Ken” Sejour dijo que agentes de ICE detuvieron al conductor del scooter a pocos pasos de su restaurante, <a href="https://chefcreole.com/store/" target="_blank" rel="noreferrer" title="https://chefcreole.com/store/">Chef Creole</a>, ubicado en el 200 de la calle 54 del noroeste, y que sus clientes han dejado de acudir al negocio.</p><p>Sejour, entre cuyos clientes famosos estuvo el fallecido Anthony Bourdain, dijo que el video grabado por el testigo cerca del área del autoservicio provocó falsos rumores de que ICE había realizado una redada en su restaurante.</p><p>“Se están llevando a personas clave y ahora le están dando a la gente la impresión de que ni siquiera es seguro venir a mi negocio”, dijo Sejour sobre el impacto de las políticas migratorias de la administración del presidente Trump.</p><p>Sejour dijo que el vencimiento de los permisos de trabajo del TPS para los haitianos afectó a su fuerza laboral. Sus gastos de mano de obra ya habían aumentado antes de que la reciente detención de ICE en las cercanías ahuyentara a los clientes.</p><p>La noche del miércoles, las filas en un evento anual de entrega de útiles escolares en Little Haiti no eran tan largas como en años anteriores.</p><p>“La comunidad está conmocionada. Este es un claro ejemplo”, dijo el organizador del evento, Success St. Fleur Jr. “Antes de que yo llegara, normalmente ya había una larga fila de familias esperando. Por eso este año quisimos hacer el evento más atractivo, por lo ocurrido con tantas personas”.</p><p>St. Fleur dijo que la diferencia es evidente, al igual que la razón.</p><p>“Lo triste es que el TPS no solo está afectando a los haitianos y no solo está afectando a las personas que son de Haití”, dijo St. Fleur. “Porque yo, que soy haitiano-estadounidense, nacido aquí, tengo amigos, familiares, colegas y ahora hay muchas personas que no saben qué hacer”.</p><p>Un fallo de la Corte Suprema de Estados Unidos del 25 de junio permitió al Departamento de Seguridad Nacional (DHS) poner fin al Estatus de Protección Temporal (TPS) para unos 300,000 haitianos el 27 de julio.</p><p>El gobernador Ron DeSantis ha respaldado la política migratoria del presidente Donald Trump y ha ampliado las alianzas entre el estado y el gobierno federal en Florida.</p><p>Sejour se encuentra entre los empresarios del sur de Florida que afirman que el impulso a las deportaciones ha tenido un efecto paralizante en sus negocios. Sejour pidió una reevaluación estratégica.</p><p>“Tomémonos un poco más de tiempo e intentemos encontrar la manera de resolver esto sin perjudicar a nuestra economía en su conjunto”, dijo Sejour.</p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1785965643472!6m8!1m7!1saWDW87vlb3BueQuTiIGI0A!2m2!1d25.82510147124639!2d-80.2004071335402!3f125.29384625744275!4f1.6622185782975833!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Miami chef on chilling effect of immigration policy: TPS causes worker shortage; ICE detention scares customers ]]></title><link>https://www.local10.com/business/2026/08/05/video-shows-ice-detaining-scooter-rider-near-hard-hit-chef-creole-in-miamis-little-haiti/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/05/video-shows-ice-detaining-scooter-rider-near-hard-hit-chef-creole-in-miamis-little-haiti/</guid><dc:creator><![CDATA[Christian De La Rosa, Andrea Torres, Magdala Louissaint]]></dc:creator><description><![CDATA[A witness recorded a video showing U.S. Immigration and Customs Enforcement agents stopping a man who was riding a scooter and detaining him on Aug. 2 in Miami’s Little Haiti. ]]></description><pubDate>Wed, 05 Aug 2026 22:17:25 +0000</pubDate><content:encoded><![CDATA[<p>A witness recorded a video showing U.S. Immigration and Customs Enforcement agents stopping a man who was riding a scooter and detaining him on Aug. 2 in Miami’s Little Haiti neighborhood.</p><p><a href="https://www.local10.com/espanol/2026/08/06/chef-de-miami-sobre-el-efecto-paralizante-de-la-politica-migratoria-tps-provoca-escasez-de-trabajadores-detenciones-de-ice-ahuyentan-a-clientes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/chef-de-miami-sobre-el-efecto-paralizante-de-la-politica-migratoria-tps-provoca-escasez-de-trabajadores-detenciones-de-ice-ahuyentan-a-clientes/">Leer en español</a></p><p>Haitian-Bahamian Chef Wilkinson “Ken” Sejour said ICE agents detained the scooter rider steps away from his restaurant, <a href="https://chefcreole.com/store/" target="_self" rel="" title="https://chefcreole.com/store/">Chef Creole</a>, at 200 NW 54th St., and his customers were staying away. </p><p>Sejour, whose celebrity guests included the late Anthony Bourdain, said the witness’s video recorded near the drive-thru area prompted false rumors that ICE had raided his restaurant. </p><p>“You are taking key people, and now you are giving people the impression that it’s not even safe to come to my business,” Sejour said about the impact of the Trump administration’s immigration policies. </p><p>Sejour said the expiration of TPS work permits for Haitians hurt his workforce. His labor expenses had increased before the recent ICE detention nearby scared away customers. </p><p>On Wednesday night, the lines at an annual back to school supply event in Little Haiti weren’t as long as they’ve been in the past. </p><p>“The community is shook. This is a prime example,” said event organizer Success St. Fleur Jr. “Before I get here there’s usually a long line of families waiting. That’s why this year we wanted to have more of an attraction, because of the past with so many people.”</p><p>St. Fleur said the difference is apparent, and so is the reason why. </p><p>“What’s sad is TPS isn’t only affecting Haitians and it’s not only affecting the people who are from Haiti,” said St. Fleur. “Because me, who’s Haitian-American, born here, I have friends, family, colleagues, and now so many people who don’t know what to do.”</p><p>A U.S. Supreme Court ruling on June 25 allowed the U.S. Department of Homeland Security to end Temporary Protected Status for about 300,000 Haitians on July 27. </p><p>Gov. Ron DeSantis has been supportive of President Donald Trump’s immigration policy and has expanded state-federal partnerships in Florida. </p><p>Sejour is among the entrepreneurs in South Florida who say the push for deportations has been having a chilling effect on their businesses. Sejour called for a strategic reassessment. </p><p>“Let’s take a little bit more time, let’s try to figure out how we can fix this without it hurting our economy as a whole,” Sejour said. </p><p><iframe src="https://www.google.com/maps/embed?pb=!4v1785965643472!6m8!1m7!1saWDW87vlb3BueQuTiIGI0A!2m2!1d25.82510147124639!2d-80.2004071335402!3f125.29384625744275!4f1.6622185782975833!5f0.7820865974627469" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded></item><item><title><![CDATA[Tras golpiza en la cárcel, Neha Gupta, acusada de asesinato, solicita ser separada de otra sospechosa de asesinato, Daisy Link]]></title><link>https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/05/tras-golpiza-en-la-carcel-neha-gupta-acusada-de-asesinato-solicita-ser-separada-de-otra-sospechosa-de-asesinato-daisy-link/</guid><dc:creator><![CDATA[Chris Gothner, Terrell Forney]]></dc:creator><description><![CDATA[Dos de las sospechosas de asesinato más conocidas del sur de Florida, Daisy Link y la doctora Neha Gupta, son el centro de una disputa en curso en la cárcel, según un documento judicial. Ahora Gupta solicita ser separada de Link, quien está acusada de golpear a la pediatra de Oklahoma mientras ambas permanecían tras las rejas.]]></description><pubDate>Wed, 05 Aug 2026 22:28:53 +0000</pubDate><content:encoded><![CDATA[<p>Dos de las sospechosas de asesinato más conocidas del sur de Florida, <a href="https://www.local10.com/topic/Daisy_Link/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Daisy_Link/">Daisy Link</a> y la doctora <a href="https://www.local10.com/topic/Neha_Gupta/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Neha_Gupta/">Neha Gupta</a>, son el centro de una disputa en curso en la cárcel, según un documento judicial. Ahora Gupta solicita ser separada de Link, quien está <a href="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/#:~:text=a%20fellow%20inmate.-,Leer%20en%20espa%C3%B1ol,-According%20to%20an" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/01/27/convicted-killer-daisy-link-who-got-pregnant-in-miami-jail-now-accused-of-attacking-fellow-inmate/#:~:text=a%20fellow%20inmate.-,Leer%20en%20espa%C3%B1ol,-According%20to%20an">acusada de golpear a la pediatra de Oklahoma</a> mientras ambas permanecían tras las rejas.</p><p>Link, de 31 años y residente de Homestead, ha permanecido recluida en el Centro Correccional Turner Guilford Knight del condado Miami-Dade desde 2022. En 2025 fue <a href="https://www.local10.com/espanol/2025/10/16/daisy-link-cuya-embarazo-en-la-carcel-fue-noticia-mundial-fue-declarada-culpable-de-asesinato/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/10/16/daisy-link-cuya-embarazo-en-la-carcel-fue-noticia-mundial-fue-declarada-culpable-de-asesinato/">declarada culpable</a> de matar a su pareja de muchos años, pero esa condena fue revocada posteriormente y ahora espera un nuevo juicio por asesinato.</p><p>Sin embargo, el presunto crimen no fue lo que acaparó los titulares internacionales. Lo que llamó la atención fue que <a href="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2024/01/04/investigation-underway-after-inmate-becomes-pregnant-at-miami-dade-jail/">logró quedar embarazada</a> de otro recluso mientras estaba encarcelada en TGK. Ambos habían ideado un plan para pasar semen encapsulado a través de un conducto de ventilación.</p><p>Gupta, de 37 años y residente de Oklahoma City, permanece recluida en TGK desde julio de 2025. Está <a href="https://www.local10.com/espanol/2025/07/02/mdso-pediatra-de-oklahoma-enfrenta-cargos-de-asesinato-despues-de-que-su-hija-se-ahogara-en-una-piscina-en-el-portal/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/07/02/mdso-pediatra-de-oklahoma-enfrenta-cargos-de-asesinato-despues-de-que-su-hija-se-ahogara-en-una-piscina-en-el-portal/">acusada de matar a su hija de 4 años</a> y de simular que murió ahogada en una casa de alquiler vacacional en El Portal el mes anterior, mientras visitaba el sur de Florida desde Oklahoma. Enfrenta un cargo de asesinato en segundo grado.</p><p>En enero, las autoridades informaron que Link atacó a Gupta, golpeándola múltiples veces en la cabeza y el rostro, además de halarle el cabello.</p><p>Gupta compareció el miércoles ante un tribunal de Miami después de que sus abogados presentaran una moción de emergencia para solicitar una orden de separación.</p><p>Sus abogados indicaron que Link había sido trasladada de la unidad de alojamiento que ambas compartían en TGK, pero que posteriormente fue regresada a esa misma unidad en junio.</p><p>En julio, Link se acercó a la puerta de la celda de Gupta y “comenzó a golpearla agresivamente y a gritar: “Te voy a matar””, según el documento judicial.</p><p>El 20 de julio ocurrió “otro incidente” entre ambas, según el documento judicial, y cuatro días después una asociada de Link atacó a Gupta.</p><p>Un funcionario del Departamento de Correccionales y Rehabilitación de Miami-Dade declaró que Link “está en el nivel inferior de la unidad” y “no puede salir de su celda al mismo tiempo que” Gupta.</p><p>“Esto es lo mejor que podemos hacer en este momento”, declaró el funcionario.</p><p>El miércoles, el juez no llegó a ordenar ninguna medida.</p><p>“El tribunal no tiene autoridad en este momento para conceder la solicitud de una orden de separación”, dijo el juez Zachary James. “Nuevamente recomendaría que el Departamento de Correcciones continúe atento a este asunto, como lo ha estado haciendo, para garantizar que permanezcan separadas”.</p>]]></content:encoded></item><item><title><![CDATA[Woman accused of beating boyfriend’s young son now faces additional charges related to second boy ]]></title><link>https://www.local10.com/news/local/2026/08/06/woman-accused-of-beating-boyfriends-young-son-now-faces-additional-charges-related-to-second-boy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/06/woman-accused-of-beating-boyfriends-young-son-now-faces-additional-charges-related-to-second-boy/</guid><dc:creator><![CDATA[Amanda Batchelor, Chris Gothner]]></dc:creator><description><![CDATA[A 22-year-old woman who was arrested Tuesday for allegedly beating her boyfriend’s 5-year-old son so badly that he ended up in the emergency room is now facing new charges related to a second child.]]></description><pubDate>Thu, 06 Aug 2026 11:55:22 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old woman who was arrested Tuesday for allegedly beating her boyfriend’s 5-year-old son so badly that he ended up in the emergency room is now facing new charges related to a second child.</p><p><a href="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-golpear-al-hijo-menor-de-su-novio-ahora-enfrenta-cargos-adicionales-relacionados-con-un-segundo-nino/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/acusan-a-mujer-de-golpear-al-hijo-menor-de-su-novio-ahora-enfrenta-cargos-adicionales-relacionados-con-un-segundo-nino/">Leer en español</a></p><p>According to an arrest report from the Homestead Police Department, <a href="https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/05/couple-jailed-after-5-year-old-brought-to-homestead-er-with-injuries-from-belt-chancleta-cops/">Sarahi Azucena Gonzalez was initially arrested Tuesday </a>on charges of child abuse without great bodily harm and contributing to the delinquency of a minor.</p><p>Investigators said a doctor at Baptist Health Homestead Hospital told them that the victim “was brought to the emergency department with various injuries” from the abuse, prompting police involvement. An arrest report doesn’t state who brought the boy there.</p><p>“The injuries appeared to be in various stages of healing and included the following: linear looped markings, abrasions and facial trauma with both of the victim’s eyes swollen and bruised,” the report states.</p><p>Police said Gonzalez, the boy’s father, Maurice Timothy Dukes, 36, and the victim’s 12-year-old cousin inflicted the injuries on him.</p><figure><img src="https://www.local10.com/resizer/v2/DRHWHORSZVFOLGZWPXZVSJCBFI.png?auth=d5d55107f5146db1d087bba5b84e8cc769afac3f9d000464dafbf40071521560&smart=true&width=1200&height=900" alt="Maurice Dukes and Sarahi Gonzalez" height="900" width="1200"/><figcaption>Maurice Dukes and Sarahi Gonzalez</figcaption></figure><p>The victim’s aunt, Kiemaya Jackson, told Local 10 News through tears that the boy “had gashes, like he was whooped like a slave.”</p><p>“He had two big black eyes, his eyes were really swollen,” Jackson said. “The baby had bruises wrapped around his body from his neck all the way down to his feet, from the inner thighs.”</p><p>Authorities said both Dukes and Gonzalez admitted to beating the boy and admitted to not seeking medical attention.</p><p>Jackson said the boy had been in Dukes’ care since his mother, her niece, died several months ago.</p><p>“Every time we tried to hug him, he would flex like he was nervous,” Jackson said. “Paramedics, police, everybody cried. That baby went through a lot. He went through a lot.”</p><p>According to a separate arrest report obtained Thursday by Local 10 News, Gonzalez is facing additional charges of child abuse and contributing to the delinquency of a minor because she ordered the 12-year-old boy to beat his little cousin with a belt after the younger child urinated on the floor.</p><p>Police said Gonzalez beat the 5-year-old boy with a broom and her fists before telling him to stand on the bed and face the wall.</p><p>Gonzalez then handed the 12-year-old boy a belt and ordered him to strike his cousin on the buttocks with it, authorities said.</p><p>According to the arrest report, the elder boy told police that he followed Gonzalez’s orders out of fear and claimed that she ordered him to “whoop him harder,” because she didn’t believe he was hitting the boy hard enough.</p><p>The 12-year-old said once Gonzalez was satisfied by the beating she instructed his cousin to shower and stand in the corner, the report stated.</p><p>Authorities said the elder boy told detectives he was too scared to call police or his parents after the abuse.</p><p>As of Thursday morning, Gonzalez was being held at the Turner Guilford Knight Correctional Center. Online jail records listed her total bond as “to bet set.” Dukes was no longer appearing in the online jail database. </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/NUNJIUZ5ANGTLEZMU7DVHW3BWY.jpg?auth=8829133efb63475d75730e638f7bed2b2e434168898fbd3b710baa0042788c5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item></channel></rss>