<?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>Sat, 08 Aug 2026 15:48:35 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Tina the blue-eyed pup waits for a forever home in Broward County]]></title><link>https://www.local10.com/pets/2026/08/08/tina-the-blue-eyed-pup-waits-for-a-forever-home-in-broward-county/</link><guid isPermaLink="true">https://www.local10.com/pets/2026/08/08/tina-the-blue-eyed-pup-waits-for-a-forever-home-in-broward-county/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tina is hoping her next walk will lead her to a forever home.]]></description><pubDate>Sat, 08 Aug 2026 15:42:30 +0000</pubDate><content:encoded><![CDATA[<p>Tina is hoping her next walk will lead her to a forever home.</p><p>The 2-year-old, 47-pound dog has been waiting several weeks at the Humane Society of Broward County. A Carolina dog mix that may also have some husky, Tina is known for her striking blue eyes and gentle personality.</p><p>HSBC’s Cherie Wachter says Tina is easy to walk and would make a good companion for someone looking for a dog to enjoy leisurely walks with. She appears to be house-trained and does not pull on the leash.</p><p>She says Tina can be nervous in the car and may need some time to adjust to a new family, Wachter said. She has met one family while at the shelter and did well with the children, but the family ultimately decided she was not the right fit.</p><p>The shelter also has two 6-month-old brothers, Adam and Drew, who are looking for a home together. The black kittens are described as affectionate, with Adam being more outgoing and Drew a little more reserved.</p><p>HSBC’s adoption department opens daily at 11 a.m. Potential adopters can complete a pre-adoption application through the shelter’s <a href="https://humanebroward.com" target="_self" rel="" title="https://humanebroward.com">website</a> before visiting.</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[Up for Debate: Which Spider-Man do you think is the best? ]]></title><link>https://www.local10.com/features/2026/08/08/up-for-debate-which-spider-man-do-you-think-is-the-best/</link><guid isPermaLink="true">https://www.local10.com/features/2026/08/08/up-for-debate-which-spider-man-do-you-think-is-the-best/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[With Spider-Man drawing crowds in theaters, fans are once again debating which actor has delivered the best version of the iconic superhero.]]></description><pubDate>Sat, 08 Aug 2026 14:59:55 +0000</pubDate><content:encoded><![CDATA[<p>With Spider-Man drawing crowds in theaters, fans are once again debating which actor has delivered the best version of the iconic superhero.</p><p>The debate centers on the three actors to have played Spider-Man: Tobey Maguire, Andrew Garfield and Tom Holland.</p><p>Maguire, who starred in the original Spider-Man trilogy, has the advantage of nostalgia for many fans. His portrayal is often praised for memorable moments and for his take on Peter Parker.</p><p>Garfield’s version brought a different style, with fans highlighting his quick wit and sarcastic humor as Spider-Man.</p><p>Holland, meanwhile, has earned praise for combining the character’s two sides: the teenage Peter Parker and the superhero behind the mask.</p><p>There may be no definitive answer, but nostalgia appears to be playing a major role in the debate.</p><p>So, which Spider-Man is the best? Fans can cast their vote and weigh in on the debate.</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[Jorge Messi, Lionel Messi’s father, dies at 68, reports say]]></title><link>https://www.local10.com/sports/2026/08/08/jorge-messi-lionel-messis-father-dies-at-68-reports-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/jorge-messi-lionel-messis-father-dies-at-68-reports-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Lionel Messi’s father, Jorge Messi, has died at age 68 after a prolonged illness, his former club, Newell’s Old Boys, as well as multiple media reports and Argentina and Spain outlets, including Infobae and El Espanol confirmed Saturday. ]]></description><pubDate>Sat, 08 Aug 2026 13:50:55 +0000</pubDate><content:encoded><![CDATA[<p>Lionel Messi’s father, Jorge Messi, has died at age 68 after a prolonged illness, his former club, Newell’s Old Boys, as well as <a href="https://www.forbes.com/sites/tomsanderson/2026/08/08/fc-barcelona-legend-lionel-messis-father-jorge-dies-aged-68/" target="_self" rel="" title="https://www.forbes.com/sites/tomsanderson/2026/08/08/fc-barcelona-legend-lionel-messis-father-jorge-dies-aged-68/">multiple media reports</a> and Argentina and Spain outlets, including <a href="https://www.infobae.com/deportes/2026/08/08/murio-jorge-messi-el-papa-de-lionel-messi/" rel="">Infobae</a> and <a href="https://www.elespanol.com/deportes/futbol/20260808/muere-jorge-messi-padre-representante-leo-anos/1003744347606_0.html" rel="">El Espanol</a> confirmed Saturday. </p><p><a href="https://www.local10.com/espanol/2026/08/08/jorge-messi-padre-de-lionel-messi-muere-a-los-68-anos-segun-reportes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/jorge-messi-padre-de-lionel-messi-muere-a-los-68-anos-segun-reportes/">Leer en español</a></p><p>Reports say Jorge Messi died around at 2 a.m. Saturday at <a href="https://m.facebook.com/story.php?story_fbid=pfbid021tvcJG6k3BYRuyoYM5WknTcGyvGBmrgSokp8Z7wjZPtfpUNihNPUgz8HRejvWuFLl&amp;id=100064855771576&amp;mibextid=wwXIfr" target="_self" rel="" title="https://m.facebook.com/story.php?story_fbid=pfbid021tvcJG6k3BYRuyoYM5WknTcGyvGBmrgSokp8Z7wjZPtfpUNihNPUgz8HRejvWuFLl&amp;id=100064855771576&amp;mibextid=wwXIfr">Grupo Centro</a>, a medical center in his hometown of Rosario, Argentina. The Messi family has not publicly disclosed the cause of death.</p><p><a href="https://x.com/Newells/status/2086078622620651934" target="_self" rel="" title="https://x.com/Newells/status/2086078622620651934">Newell’s Old Boys</a> confirmed his death Saturday in a statement expressing “deep sorrow and grief” over the loss of Jorge Messi, whom the club described as a lifelong fan, businessman and father of Argentina/Inter Miami CF captain Lionel Messi.</p><p>“Jorge was the pillar and the person who supported with vision, rigor and affection the career of the greatest player of all time alongside his wife, Celia Cuccittini,” the club said. “His constant companionship and behind-the-scenes leadership were essential in backing every step of Lionel, from his beginnings at Malvinas to the pinnacle of world football glory.”</p><p>Jorge Messi played a central role in his son’s life and career, supporting Lionel from his early years in Rosario through his rise to global soccer stardom. He also served as his son’s agent and adviser for much of his professional career.</p><p>The Messi family<a href="https://www.espn.com/soccer/story/_/id/49108360/argentina-star-lionel-messi-family-confirm-father-jorge-health-issue" target="_self" rel="" title="https://www.espn.com/soccer/story/_/id/49108360/argentina-star-lionel-messi-family-confirm-father-jorge-health-issue"> confirmed to ESPN in June that</a> Jorge Messi was dealing with a health issue and was under medical supervision.</p><p>“He is currently under medical supervision, recovering, and progressing favorably within his current condition,” the family said in a statement at the time.</p><p>Lionel Messi became emotional after scoring his first goal against Algeria in Argentina’s opening match of the 2026 World Cup, later saying his tears were connected to personal matters outside of soccer.</p><p>No other details about Jorge Messi’s death were immediately released. </p><p><b>Related media</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Club Atlético Newell&#39;s Old Boys despide con profundo dolor y pesar a Jorge Messi, quien falleció a los 68 años de edad en la ciudad de Rosario.<br><br>Reconocido hincha leproso, empresario y padre del capitán del seleccionado argentino, Lionel Andrés Messi.<br><br>Jorge fue el sostén y la… <a href="https://t.co/8dFPMRdM9Z">pic.twitter.com/8dFPMRdM9Z</a></p>&mdash; Newell’s Old Boys (@Newells) <a href="https://x.com/Newells/status/2086078622620651934?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><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/XU4GODSFSND2XNHTFP2ZJXZP6Q.JPG?auth=a75686323ec9c99129e291a7f547a432ee607862d92f5e393904d35375267045&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Jorge Messi, Lionel Messi’s father and longtime agent, dies at 68]]></title><link>https://www.local10.com/news/florida/2026/08/08/jorge-messi-lionel-messis-father-and-longtime-agent-dies-at-68/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/08/jorge-messi-lionel-messis-father-and-longtime-agent-dies-at-68/</guid><dc:creator><![CDATA[By RAMIRO BARREIRO, Associated Press]]></dc:creator><description><![CDATA[MONTEVIDEO, Uruguay (AP) — Jorge Messi, the father of soccer star and Argentina captain Lionel Messi, died Saturday at a hospital in the central Argentina city of Rosario. He was 68.]]></description><pubDate>Sat, 08 Aug 2026 14:28:40 +0000</pubDate><content:encoded><![CDATA[<p>MONTEVIDEO, Uruguay (AP) — Jorge Messi, the father of soccer star and Argentina captain Lionel Messi, died Saturday at a hospital in the central Argentina city of Rosario. He was 68.</p><p>The Rosario-based Club Atlético Newell’s Old Boys announced his death in a social media post that said he had undergone treatment in recent months for an unspecified illness. The post described him as “the pillar and the person who, with vision, rigor and affection, supported the career of the best player of all time, alongside his wife, Celia Cuccittini.”</p><p>The South American Football Confederation, CONMEBOL, in a statement also offered its condolences “with respect and affection for Lionel.”</p><p>Lionel Messi led Argentina to a runner-up finish in this year's World Cup. In the team's first match, against Algeria, he was visibly emotional after scoring the first of his three goals. He said later that he wept for “a reason unrelated to sports.”</p><p>“I went through some difficult, complicated days,” he said. “I am grateful to the delegation, to all my teammates, because they were always by my side wishing me strength so that I would be OK.”</p><p>Media reports at the time outraged the Messi family, which days later released a statement confirming that “Jorge is experiencing a health issue,” without specifying the nature of his condition.</p><p>“A person’s health and the peace of mind of their loved ones should not be the subject of speculation or irresponsible media interest,” according to the statement, which also expressed “discomfort at the lack of sensitivity, respect and scruples with which some people have treated a strictly private and family matter.”</p><p>Jorge Messi was a chemical technician and worked as a steelworker. He played soccer as a midfielder and reached the youth ranks of Newell’s Old Boys but had to abandon the sport to complete his mandatory military service in Argentina.</p><p>He played a fundamental role in his third son’s career, serving as his agent and managing his business affairs. He was the one who traveled with a young Messi to Barcelona in the early 2000s for the trial that would open the doors to La Masia, the Catalan club’s youth academy. Lionel Messi made his professional debut in 2005 and went on to win eight Ballon d’Or awards. He led Argentina to the 2022 World Cup title.</p><p>“My dad was always by my side,” Lionel Messi said in a 2007 interview with Radio del Plata. “Sometimes I would lock myself in my room to cry when we arrived in Barcelona, or my dad would do the same without me seeing him, or thinking I didn’t see him. We pretended we were both OK, but we weren’t. My dad even asked me what I wanted to do when we were feeling down, if I wanted to stay or go back, and I wanted to stay, and he stayed with me.”</p><p>His father negotiated the contracts with Barça and later his transfers to Paris Saint-Germain and Inter Miami, while also managing the use of his famous son’s image rights and his numerous investments in real estate, hotels, and restaurants.</p><p>In 2016, father and son were convicted in the Spanish courts on tax evasion charges, but avoided prison because the sentence was less than two years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4U6466MQFYGF4PORM5NNSYDCLU.jpg?auth=92ca0a32a499ed4fc0b5cb7472f38dfd8e97d8d9ff2908aed34e9c179e77d341&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) reacts after the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Jorge Messi, padre de Lionel Messi, muere a los 68 años, según reportes]]></title><link>https://www.local10.com/espanol/2026/08/08/jorge-messi-padre-de-lionel-messi-muere-a-los-68-anos-segun-reportes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/jorge-messi-padre-de-lionel-messi-muere-a-los-68-anos-segun-reportes/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Jorge Messi, padre y asesor de larga trayectoria de la estrella del fútbol Lionel Messi, murió a los 68 años, según medios argentinos y múltiples reportes.]]></description><pubDate>Sat, 08 Aug 2026 13:57:13 +0000</pubDate><content:encoded><![CDATA[<p>El padre de Lionel Messi, Jorge Messi, murió a los 68 años tras una enfermedad prolongada, según su ex club, Newell’s Old Boys, así como <a href="https://www.forbes.com/sites/tomsanderson/2026/08/08/fc-barcelona-legend-lionel-messis-father-jorge-dies-aged-68/" target="_blank" rel="noreferrer" title="https://www.forbes.com/sites/tomsanderson/2026/08/08/fc-barcelona-legend-lionel-messis-father-jorge-dies-aged-68/">múltiples reportes</a> y medios de Argentina y España, incluidos <a href="https://www.infobae.com/deportes/2026/08/08/murio-jorge-messi-el-papa-de-lionel-messi/" target="_blank" rel="noreferrer" title="https://www.infobae.com/deportes/2026/08/08/murio-jorge-messi-el-papa-de-lionel-messi/">Infobae</a> y El <a href="https://www.elespanol.com/deportes/futbol/20260808/muere-jorge-messi-padre-representante-leo-anos/1003744347606_0.html" target="_blank" rel="noreferrer" title="https://www.elespanol.com/deportes/futbol/20260808/muere-jorge-messi-padre-representante-leo-anos/1003744347606_0.html">Español</a>.</p><p>Los reportes indican que Jorge Messi murió el viernes por la noche en un hospital de su ciudad natal de Rosario, Argentina. La familia Messi no ha divulgado públicamente la causa de muerte.</p><p><a href="https://x.com/Newells/status/2086078622620651934" target="_blank" rel="noreferrer" title="https://x.com/Newells/status/2086078622620651934">Newell’s Old Boys</a> confirmó su muerte este sábado en un comunicado en el que expresó “profunda tristeza y dolor” por la pérdida de Jorge Messi, a quien el club describió como un aficionado de toda la vida, empresario y padre del capitán de Argentina, Lionel Messi.</p><p>“Jorge fue el pilar y la persona que apoyó con visión, rigor y afecto la carrera del mejor jugador de todos los tiempos junto a su esposa, Celia Cuccittini”, dijo el club. “Su constante compañía y liderazgo tras bastidores fueron esenciales para respaldar cada paso de Lionel, desde sus inicios en Malvinas hasta la cima de la gloria del fútbol mundial”.</p><p>Jorge Messi desempeñó un papel central en la vida y carrera de su hijo, apoyando a Lionel desde sus primeros años en Rosario hasta su ascenso al estrellato mundial del fútbol. También se desempeñó como agente y asesor de su hijo durante gran parte de su carrera profesional.</p><p>La familia Messi <a href="https://www.espn.com/soccer/story/_/id/49108360/argentina-star-lionel-messi-family-confirm-father-jorge-health-issue" target="_blank" rel="noreferrer" title="https://www.espn.com/soccer/story/_/id/49108360/argentina-star-lionel-messi-family-confirm-father-jorge-health-issue">confirmó a ESPN en junio</a> que Jorge Messi enfrentaba un problema de salud y se encontraba bajo supervisión médica.</p><p>“Actualmente se encuentra bajo supervisión médica, recuperándose y evolucionando favorablemente dentro de su condición actual”, dijo la familia en un comunicado en ese momento.</p><p>Lionel Messi se emocionó después de anotar su primer gol contra Argelia en el partido inaugural de Argentina en la Copa Mundial de 2026, y posteriormente dijo que sus lágrimas estaban relacionadas con asuntos personales fuera del fútbol.</p><p><i>Esta es una noticia de última hora. Vea Local 10 News o actualice la página para obtener las últimas novedades.</i></p><p><b>Medios relacionados</b></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">El Club Atlético Newell&#39;s Old Boys despide con profundo dolor y pesar a Jorge Messi, quien falleció a los 68 años de edad en la ciudad de Rosario.<br><br>Reconocido hincha leproso, empresario y padre del capitán del seleccionado argentino, Lionel Andrés Messi.<br><br>Jorge fue el sostén y la… <a href="https://t.co/8dFPMRdM9Z">pic.twitter.com/8dFPMRdM9Z</a></p>&mdash; Newell’s Old Boys (@Newells) <a href="https://x.com/Newells/status/2086078622620651934?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XU4GODSFSND2XNHTFP2ZJXZP6Q.JPG?auth=a75686323ec9c99129e291a7f547a432ee607862d92f5e393904d35375267045&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward deputies search for senior with dementia reported missing]]></title><link>https://www.local10.com/news/local/2026/08/08/broward-deputies-search-for-senior-with-dementia-reported-missing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/broward-deputies-search-for-senior-with-dementia-reported-missing/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Broward Sheriff’s Office detectives asked public for help Saturday in locating a 73-year-old man, who they say was reported missing. ]]></description><pubDate>Sat, 08 Aug 2026 13:11:43 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office detectives asked for the public’s help Saturday in locating a 73-year-old man, who they say was reported missing. </p><p><a href="https://www.local10.com/espanol/2026/08/08/agentes-de-broward-buscan-a-adulto-mayor-con-demencia-reportado-como-desaparecido/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/agentes-de-broward-buscan-a-adulto-mayor-con-demencia-reportado-como-desaparecido/">Leer en español</a></p><p>According to detectives, Francel Swain was last seen around 6 p.m. Friday, in the 1900 block of Southwest 57th Avenue in West Park. </p><p>Authorities said Swain is 5 feet, 7 inches tall and weighs about 150 pounds. He has grey hair and brown eyes and was last seen wearing an olive-green polo shirt, a green ball cap, brown cargo pants and brown shoes.</p><p>According to this family, Swain suffers from dementia.</p><p>Anyone with information on his whereabouts is urged to contact BSO Detective Chris Blankenship at 954-321-4268 or the BSO non-emergency number at 954-764-4357. </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/OHRX6ZEP5ZAHRDIIFU5FWL2PN4.jpg?auth=a41f3059ebb82e59af12538fd4b0aa612be7836b922bace7c00173b3ad64f480&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Agentes de Broward buscan a adulto mayor con demencia reportado como desaparecido]]></title><link>https://www.local10.com/espanol/2026/08/08/agentes-de-broward-buscan-a-adulto-mayor-con-demencia-reportado-como-desaparecido/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/agentes-de-broward-buscan-a-adulto-mayor-con-demencia-reportado-como-desaparecido/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Detectives de la Oficina del Sheriff de Broward pidieron ayuda al público este sábado para localizar a un hombre de 73 años, quien, según informaron, fue reportado como desaparecido.]]></description><pubDate>Sat, 08 Aug 2026 14:22:38 +0000</pubDate><content:encoded><![CDATA[<p>Detectives de la Oficina del Sheriff de Broward pidieron ayuda al público este sábado para localizar a un hombre de 73 años, quien, según informaron, fue reportado como desaparecido.</p><p>Según los detectives, Francel Swain fue visto por última vez alrededor de las 6 p.m. del viernes, en la cuadra 1900 de Southwest 57th Avenue en West Park.</p><p>Las autoridades dijeron que Swain mide 5 pies y 7 pulgadas de estatura y pesa alrededor de 150 libras. Tiene cabello gris y ojos marrones y fue visto por última vez vistiendo una camisa polo verde oliva, una gorra verde, pantalones cargo marrones y zapatos marrones.</p><p>Según su familia, Swain padece demencia.</p><p>Se pide a cualquier persona que tenga información sobre su paradero que se comunique con el detective de BSO Chris Blankenship al 954-321-4268 o con el número de BSO para casos que no sean de emergencia al 954-764-4357.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OHRX6ZEP5ZAHRDIIFU5FWL2PN4.jpg?auth=a41f3059ebb82e59af12538fd4b0aa612be7836b922bace7c00173b3ad64f480&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[New twist in murder case of former Miami Hurricanes star Bryan Pata]]></title><link>https://www.local10.com/news/local/2026/08/08/new-twist-in-murder-case-of-former-miami-hurricanes-star-bryan-pata/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/new-twist-in-murder-case-of-former-miami-hurricanes-star-bryan-pata/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[There’s a new twist in the murder case of former Miami Hurricanes football star Bryan Pata.]]></description><pubDate>Sat, 08 Aug 2026 13:32:10 +0000</pubDate><content:encoded><![CDATA[<p>There’s a new twist in the murder case of former Miami Hurricanes football star <a href="https://www.local10.com/topic/Bryan_Pata/" target="_self" rel="" title="https://www.local10.com/topic/Bryan_Pata/">Bryan Pata</a>.</p><p><a href="https://www.local10.com/espanol/2026/08/08/nuevo-giro-en-caso-de-asesinato-de-ex-estrella-de-los-miami-hurricanes-bryan-pata/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/nuevo-giro-en-caso-de-asesinato-de-ex-estrella-de-los-miami-hurricanes-bryan-pata/">Leer en español</a></p><p>His former teammate, turned accused killer, has rejected a plea deal.</p><p>An inmate claims <a href="https://www.local10.com/topic/Rashaun_Jones/" target="_self" rel="" title="https://www.local10.com/topic/Rashaun_Jones/">Rashaun Jones</a>, 40, confessed to murdering Pata, 22, but the inmate has refused to testify, saying he fears for his safety and alleging to federal and state law enforcement that Jones’ defense attorney bribed him to avoid testifying.</p><p>Now, a judge says an investigation is required to look into the alleged bribery.</p><p>Jones’ defense attorney may now have to be removed and could even become a witness, pending the outcome of the investigation.</p><p>Jones’ defense attorney has denied the allegations.</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[Nuevo giro en caso de asesinato de ex estrella de los Miami Hurricanes Bryan Pata]]></title><link>https://www.local10.com/espanol/2026/08/08/nuevo-giro-en-caso-de-asesinato-de-ex-estrella-de-los-miami-hurricanes-bryan-pata/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/nuevo-giro-en-caso-de-asesinato-de-ex-estrella-de-los-miami-hurricanes-bryan-pata/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Hay un nuevo giro en el caso de asesinato de la ex estrella de fútbol americano de los Miami Hurricanes Bryan Pata.]]></description><pubDate>Sat, 08 Aug 2026 14:18:34 +0000</pubDate><content:encoded><![CDATA[<p>Hay un nuevo giro en el caso de asesinato de la ex estrella de fútbol americano de los Miami Hurricanes <a href="https://www.local10.com/topic/Bryan_Pata/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Bryan_Pata/">Bryan Pata</a>.</p><p>Su ex compañero de equipo, ahora acusado de asesinato, rechazó un acuerdo de culpabilidad.</p><p>Un recluso afirma que <a href="https://www.local10.com/topic/Rashaun_Jones/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Rashaun_Jones/">Rashaun Jones</a>, de 40 años, confesó haber asesinado a Pata, de 22 años, pero el recluso se ha negado a testificar, diciendo que teme por su seguridad y alegando ante las autoridades federales y estatales que el abogado defensor de Jones lo sobornó para evitar que testificara.</p><p>Ahora, un juez dice que se requiere una investigación para indagar sobre el presunto soborno.</p><p>El abogado defensor de Jones ahora podría tener que ser apartado del caso e incluso podría convertirse en testigo, dependiendo del resultado de la investigación.</p><p>El abogado defensor de Jones ha negado las acusaciones.</p>]]></content:encoded></item><item><title><![CDATA[Overnight fire damages 2-story apartment in Lauderhill, first responders say ]]></title><link>https://www.local10.com/news/local/2026/08/08/overnight-fire-damages-2-story-apartment-in-lauderhill-first-responders-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/overnight-fire-damages-2-story-apartment-in-lauderhill-first-responders-say/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Firefighters responded early Saturday to a blaze at an apartment complex in Lauderhill, where first responders said everyone was safely accounted for.]]></description><pubDate>Sat, 08 Aug 2026 11:14:41 +0000</pubDate><content:encoded><![CDATA[<p>Firefighters responded early Saturday to a blaze at an apartment complex in Lauderhill, where first responders said everyone was safely accounted for.</p><p><a href="https://www.local10.com/espanol/2026/08/08/incendio-nocturno-dana-apartamento-de-dos-pisos-en-lauderhill-segun-socorristas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/incendio-nocturno-dana-apartamento-de-dos-pisos-en-lauderhill-segun-socorristas/">Leer en español</a></p><p>The fire was reported around 3:30 a.m. at an apartment complex on Northwest 19th Street, just off State Road 7, in the Lauderhill East 55 and older community.</p><p>Authorities said crews with the Lauderhill Fire Rescue and the Plantation Fire Department responded with dozens of firefighters to battle the blaze.</p><p>Cellphone video obtained by Local 10 News shows large plumes of smoke billowing from the apartment. </p><p>About an hour and a half after the initial call, some fire trucks began leaving the scene, though a significant emergency response remained as crews worked to extinguish hot spots.</p><p>Fire rescue officials said they could not provide many details about the fire but confirmed that everyone was OK.</p><p>The fire appeared to be contained to one apartment unit, though the unit spans two levels. Smoke damage was visible throughout the apartment, and at least one first-floor window appeared to have been shattered.</p><p>Police remained at the scene as firefighters continued working to put out remaining hot spots.</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[Incendio nocturno daña apartamento de dos pisos en Lauderhill, según socorristas]]></title><link>https://www.local10.com/espanol/2026/08/08/incendio-nocturno-dana-apartamento-de-dos-pisos-en-lauderhill-segun-socorristas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/incendio-nocturno-dana-apartamento-de-dos-pisos-en-lauderhill-segun-socorristas/</guid><dc:creator><![CDATA[Linnie Supall, Ryan Mackey]]></dc:creator><description><![CDATA[Los bomberos respondieron la madrugada de este sábado a un incendio en un complejo de apartamentos en Lauderhill, donde los socorristas dijeron que todas las personas fueron localizadas y estaban a salvo.]]></description><pubDate>Sat, 08 Aug 2026 14:12:39 +0000</pubDate><content:encoded><![CDATA[<p>Los bomberos respondieron la madrugada de este sábado a un incendio en un complejo de apartamentos en Lauderhill, donde los socorristas dijeron que todas las personas fueron localizadas y estaban a salvo.</p><p>El incendio fue reportado alrededor de las 3:30 a.m. en un complejo de apartamentos en Northwest 19th Street, justo al lado de State Road 7, en la comunidad Lauderhill East para personas de 55 años o más.</p><p>Las autoridades dijeron que equipos de Lauderhill Fire Rescue y del Departamento de Bomberos de Plantation respondieron con decenas de bomberos para combatir el incendio.</p><p>Un video de celular obtenido por Local 10 News muestra grandes columnas de humo saliendo del apartamento.</p><p>Aproximadamente una hora y media después de la llamada inicial, algunos camiones de bomberos comenzaron a retirarse de la escena, aunque una importante presencia de equipos de emergencia permaneció mientras los bomberos trabajaban para extinguir los puntos calientes.</p><p>Funcionarios de rescate de bomberos dijeron que no podían proporcionar muchos detalles sobre el incendio, pero confirmaron que todos estaban bien.</p><p>El incendio parecía estar contenido en una sola unidad de apartamento, aunque la unidad abarca dos niveles. Los daños causados por el humo eran visibles en todo el apartamento y al menos una ventana del primer piso parecía haber sido destrozada.</p><p>La policía permaneció en la escena mientras los bomberos continuaban trabajando para extinguir los puntos calientes restantes.</p>]]></content:encoded></item><item><title><![CDATA[Lake Mead hits historic low water level as Colorado River struggles]]></title><link>https://www.local10.com/news/national/2026/08/08/lake-mead-hits-historic-low-water-level-as-colorado-river-struggles/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/08/lake-mead-hits-historic-low-water-level-as-colorado-river-struggles/</guid><dc:creator><![CDATA[By TY ONEIL and DORANY PINEDA, Associated Press]]></dc:creator><description><![CDATA[BOULDER CITY, Nev. (AP) — Lake Mead, the largest reservoir in the United States, has plummeted to its lowest water level since it was filled some 90 years ago, another sign of the crisis plaguing the Colorado River system.]]></description><pubDate>Sat, 08 Aug 2026 14:01:41 +0000</pubDate><content:encoded><![CDATA[<p>BOULDER CITY, Nev. (AP) — Lake Mead, the largest reservoir in the United States, has plummeted to its lowest water level since it was filled some 90 years ago, another sign of the crisis plaguing the Colorado River system.</p><p>Water levels at Lake Mead hit 1,040.4 feet (317.1 meters) above sea level on Friday, according to federal data. That’s just below the elevation of 1,040.58 feet (317.27 meters) recorded on July 28, 2022 at the reservoir that straddles the Arizona-Nevada border outside Las Vegas.</p><p>The record follows a winter that produced the worst snowpack on record in the Colorado River Basin. Melting snow feeds the river, which is relied upon by farmers, industries, wildlife, hydropower producers and more than 40 million people across seven U.S. states, tribal nations and Mexico.</p><p>It comes a week after federal officials announced a short-term proposal to stave off a crisis in the beleaguered waterway. Federal officials stepped in after states that rely on the river — California, Colorado, Arizona, Nevada, New Mexico, Wyoming and Utah — failed to reach an agreement on how to share the dwindling resource long-term. Under the proposal, California, Nevada and Arizona would share water cuts.</p><p>Years of overuse combined with drought and rising temperatures have been depleting Lake Mead and Lake Powell, the country’s second-largest reservoir. Together, the two bodies of Colorado River water are the lowest they’ve been in nearly seven decades.</p><p>To protect the strained system's ability to produce hydropower, federal officials said Thursday that they will not release cool Lake Powell water from Glen Canyon Dam in northern Arizona to protect a threatened native fish whose habitat is between the reservoirs.</p><p>Severe drought in 2022 on Lake Mead, which is held back by the Hoover Dam, exposed human remains and forced water officials in Las Vegas to pump water from deeper within the reservoir to continue to supply water to millions of people.</p><p>___</p><p>The Associated Press receives support from the Walton Family Foundation for coverage of water and environmental policy. The AP is solely responsible for all content. For all of AP’s environmental coverage, visit https://apnews.com/hub/climate-and-environment</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FTR4XTHJDZZY4J3RE34LQ2CCCA.jpg?auth=5352c0be457a2d6af29eab12124c7094c4bbfd24bf13a85f698a3f482c7db71a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A tourist takes a photo of Lake Mead near Boulder City, Nev., on Friday, Aug. 7, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4ZBKQFCKPYV5DJYP73THRIJ4OA.jpg?auth=c3f1eabf2a4cde5b8c7bd10d81b3c16fe8a0210a610b133d3a17b1841b120efa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tourists on the Hoover Dam look out at the bathtub ring of minerals that shows the former water levels of Lake Mead near Boulder City, Nev., on Friday, Aug. 7, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EOO5QD2UIHRM56NQ2KXBYFXMVY.jpg?auth=1e11bb57c5783c971ec482f45600c85c071be6edded66e651e27e5d8e246aef0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bathtub ring of light minerals shows the high water line of Lake Mead near the Hoover Dam at the Lake Mead National Recreation Area Tuesday, June 30, 2026, near Boulder City, Nev. (AP Photo/John Locher)]]></media:description><media:credit role="author" scheme="urn:ebu">John Locher</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PXSK34EBSTCPSK6AC2LXYHE2LY.jpg?auth=5959caaf548b5472c9d48db5b28394706f893fae693ff8de395ab90b32ebdf50&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A paddle boat goes past a once nearly submerged island in Lake Mead near Boulder City, Nev., on Friday, Aug. 7, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6LPY5VOKZ6HMOJHOCV5QCTUOE.jpg?auth=b183d836ec8648dc2127205977786e4517af92a90059aa6974aaf3c4aa6869ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A paddle boat in Lake Mead near the Hoover Dam, far below the bathtub ring of light minerals indicating the lack of water, near Boulder City, Nev., on Friday, Aug. 7, 2026. (AP Photo/Ty ONeil)]]></media:description><media:credit role="author" scheme="urn:ebu">Ty ONeil</media:credit></media:content></item><item><title><![CDATA[College sports bill doesn't get vote, but does get spot on the Senate's September calendar]]></title><link>https://www.local10.com/sports/2026/08/08/college-sports-bill-doesnt-get-vote-but-does-get-spot-on-the-senates-september-calendar/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/college-sports-bill-doesnt-get-vote-but-does-get-spot-on-the-senates-september-calendar/</guid><dc:creator><![CDATA[By EDDIE PELLS, Associated Press]]></dc:creator><description><![CDATA[The Protect College Sports Act failed to reach a vote during an all-night, pre-recess session in the Senate that ended early Saturday, though the bill did gain a spot on next month's calendar after the chamber comes back from its summer break.]]></description><pubDate>Sat, 08 Aug 2026 13:56:23 +0000</pubDate><content:encoded><![CDATA[<p>The Protect College Sports Act failed to reach a vote during an all-night, pre-recess session in the Senate that ended early Saturday, though the bill did gain a spot on next month's calendar after the chamber comes back from its summer break.</p><p>The measure has been touted as one that would put guardrails around an escalating spending spree in college sports as the industry struggles to adapt to a new model in which teams can pay players.</p><p>“College sports is something that needs to be fixed, they have a good solution,” said Majority Leader John Thune, R-S.D. “We got it teed up for next month."</p><p>The bill has been on a roller coaster since it was introduced in late May but quickly failed to gain support of the two biggest conferences: the Big Ten and SEC.</p><p>Those conferences signed on and saved it from near death late last month after a flurry of negotiations. But as quickly as it was revived, it faced a reality check in the Senate, where lawmakers from SEC states, including Tommy Tuberville, R-Ala., and Josh Hawley, R-Mo., were among its biggest skeptics.</p><p>Then, as the bill neared closer to a vote, the Congressional Black Caucus and AFL-CIO also came out against it. Amendments dealing with issues that were never part of the bill also started coming up.</p><p>All that, combined with a packed list of votes including on a short-term funding bill and the narrow confirmation of Todd Blanche for Attorney General, pushed the PCSA toward the back of the Senate's agenda.</p><p>Bill co-sponsor Ted Cruz, R-Texas, said “my colleagues and I have worked hard to end the chaos” that surrounds college sports and predicted the bill would receive support of 60 or more Senators to keep it on path to becoming law.</p><p>Co-sponsor, Sen. Maria Cantwell, D-Wash., said she was grateful Thune put it on the calendar.</p><p>“This bipartisan bill is how we protect women's and Olympic sports,” she said. “I look forward to its passage in September.”</p><p>If it passes the Senate, the bill still figures to face a steep climb in the House, which is more narrowly divided and tried for months to bring the less athlete-friendly SCORE Act to a vote and failed repeatedly.</p><p>A rethinking of third-party NIL</p><p>Among the bill's biggest features would be a redefinition of “third-party” NIL — the name, image, likeness sponsorship deals that most blame for spiraling costs. Under current rules, schools can share revenue of up to $21.3 million among all players across their athletic program.</p><p>But there’s an uncapped amount of extra money to be made via these third-party deals, which are often brokered through multimedia rights companies labeled “associated entities” that sell a school’s promotional assets and move some of that cash to the players in exchange for their NIL.</p><p>The law would presumably shift some of those arrangements under a newly expanded revenue share of up to $48.8 million while leaving open the possibility of “organic” third-party deals that don’t come from an existing arrangement with the school. A good example: Caitlin Clark got her sponsorship deal with State Farm because she was Caitlin Clark, not because she played for Iowa, which happened to have a deal with State Farm. (The Hawkeyes don't have such a deal.)</p><p>Sports leaders hope this new “retention pool” of money curtails runaway costs. The MMR groups aren’t promising it will.</p><p>“It’s going to continue to grow,” Christy Hedgpeth, the president Playfly Sports Properties, said in an interview this week with The Associated Press. “We have a lot of data that proves that they don’t have to be nationally recognizable. On an average roster, you’re going to have far more than 20 (players) who are going to have several NIL deals.”</p><p>___</p><p>AP Congressional Correspondent Lisa Mascaro contributed from Washington.</p><p>___</p><p>AP college sports: https://apnews.com/hub/college-sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MOTTGS3OLJ4OBAQTDGWXDDTXGQ.jpg?auth=3b01530313720b18db42c2d8acfd1322b2a3cbf893620e07cb1a2296eb495d1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Senate Commerce, Science, and Transportation Committee Chair Sen. Ted Cruz, R-Texas, left, talks with ranking member Sen. Maria Cantwell, D-Wash., right, before the start a hearing on Capitol Hill in Washington, Wednesday, Jan. 15, 2025. (AP Photo/Susan Walsh,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Berkshire Hathaway's new CEO Greg Abel spends a chunk of the company's massive cashpile]]></title><link>https://www.local10.com/news/2026/08/08/berkshire-hathaways-new-ceo-greg-abel-spends-a-chunk-of-the-companys-massive-cashpile/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/08/berkshire-hathaways-new-ceo-greg-abel-spends-a-chunk-of-the-companys-massive-cashpile/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[OMAHA, Neb. (AP) — Berkshire Hathaway's new CEO Greg Abel spent a significant chunk of the company's massive pile of cash as it invested $10 billion in Google's parent company and repurchased about $4.5 billion of its shares.]]></description><pubDate>Sat, 08 Aug 2026 14:47:37 +0000</pubDate><content:encoded><![CDATA[<p>OMAHA, Neb. (AP) — Berkshire Hathaway's new CEO Greg Abel spent a significant chunk of the company's massive pile of cash as it invested $10 billion in Google's parent company and repurchased about $4.5 billion of its shares.</p><p>The conglomerate that legendary investor Warren Buffett built reported its second-quarter earnings Saturday morning and disclosed that its cash holdings had shrunk to $365.5 billion from nearly $400 billion at the end of March.</p><p>Berkshire's report suggested that it had added more than $21 billion worth of commercial, industrial and other stocks to its portfolio, but the earnings report doesn't name the stocks it bought. That won't be revealed until a separate filing later this month.</p><p>Abel took over as CEO in January when Buffett retired after six decades leading the company. But Buffett remains chairman.</p><p>CFRA Research analyst Cathy Seifert said investors should be encouraged by the amount of shares Berkshire's repurchased although Geico's performance was a concern because its underwriting profits fell 45% and lagged far behind other big auto insurers.</p><p>“I think there are two key takeaways that should encourage investors: The fact that they bought back shares after not having done things of this magnitude for several years now. And the other positive thing is the ability to produce the 10% operating revenue growth in the quarter,” Seifert said.</p><p>Abel announced in March that Berkshire had resumed buying back its own shares for the first time in more than two years, but investors were underwhelmed when the company only repurchased about $234 million worth of Berkshire stock in the first quarter.</p><p>The purchases in the second quarter that were disclosed Saturday demonstrate that Berkshire is serious about buybacks, but it is on the low end of the range that investors were expecting. Buffett watchers had been predicting repurchases somewhere between $5 billion and $11 billion based on a filing Buffett made when he announced his annual charitably donations in July.</p><p>The company’s standard is that it only repurchases shares when Abel and Buffett believes they are selling for less than they are worth. They do not plan to spend a specific amount like many companies do. Most of Berkshire's repurchases were made in June. They may not be buying much now as the stock just hit a new 52-week high on Thursday.</p><p>Berkshire previously repurchased $78 billion worth of its own stock between 2018 and 2024.</p><p>In addition to the Google stock Berkshire bought this spring, the Omaha, Nebraska-based company also completed a $6.8 billion acquisition of homebuilder Taylor Morrison but that didn't close until July so it's not reflected in these quarterly figures.</p><p>Berkshire's bottom line profit more than doubled to $25.667 billion, or $17,868.44 per Class A share, on a big paper gain in the value of its investments as the company lapped last year's $3.8 billion writedown in the value of its Kraft Foods stake. A year ago Berkshire reported earning $12.37 billion, or $8,600.89 per Class A share,</p><p>But Buffett has long urged investors to pay more attention to Berkshire's operating earnings to get a better sense of how its dozens of companies are performing because those numbers exclude investments. By that measure, Berkshire's operating profit grew to $12.983 billion, or $9,038.30 per A share, from $11.16 billion, or $7,759.58 per Class A share.</p><p>Berkshire owns several major insurers, including Geico, a collection of big utilities, BNSF railroad and a varied assortment of manufacturing and retail companies, including Precision Castparts and See's Candy.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WHMLWD7MQF572IXR5RUJ7JB5DU.jpg?auth=940568bdad860da1b61d576c0df9fb9e15f963b9623265d9e18bd2fbb5d6d0f8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Portraits of Berkshire Hathaway's Warren Buffett, left, and CEO Greg Abel sit in a semi truck at the Pilot display in the Berkshire Hathaway annual meeting on May 2, 2026, in Omaha, Neb. (AP Photo/Rebecca S. Gratz, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca S. Gratz</media:credit></media:content></item><item><title><![CDATA[Hunter Biden says his father's prostate cancer is causing him pain even as he continues to speak out]]></title><link>https://www.local10.com/news/politics/2026/08/08/hunter-biden-says-his-fathers-prostate-cancer-is-causing-him-pain-even-as-he-continues-to-speak-out/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/hunter-biden-says-his-fathers-prostate-cancer-is-causing-him-pain-even-as-he-continues-to-speak-out/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Former U.S. President Joe Biden ’s prostate cancer has spread to other parts of his body and is causing him pain, even as he continues to speak out on public issues, his son Hunter said in an interview.]]></description><pubDate>Sat, 08 Aug 2026 13:01:46 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Former U.S. President Joe Biden ’s prostate cancer has spread to other parts of his body and is causing him pain, even as he continues to speak out on public issues, his son Hunter said in an interview.</p><p>In a wide-ranging interview with the BBC broadcast late Friday, Hunter Biden grew emotional as he discussed his father’s condition, describing it as very sad to watch.</p><p>“The cancer has spread, metastasized into his bones and further," he said. "It’s very painful and it's very debilitating in many respects.”</p><p>Biden, 83, was the oldest man to serve as U.S. president and his age was a source of concern for much of his four years in office. He and his White House advisers have faced intense criticism for allegedly concealing the extent of his problems, especially after he was forced to abandon his bid for re-election after a disastrous debate with his eventual successor, Donald Trump.</p><p>The former president revealed his cancer diagnosis in May of last year, less than four months after he left the White House.</p><p>Hunter Biden said the diagnosis had been tough on the family.</p><p>“It's really sad to watch," Biden said. “The only thing that I'd say about my dad, about his health right now, is I wish he would complain more, because it’s not good.”</p><p>But Biden said his father remains “out there," speaking publicly about the issues that are important to him.</p><p>“He’s still doing his thing," he said. “He so believes in this country."</p><p>Biden will publish a memoir, “Promise Me, America,” after the mid-term elections.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTKWI6HH5LG4DAYFABQ7BOXS3Y.jpg?auth=ae527ec2398134c424ca9884f9fb8f7dc450c13286cfb7f66716c87cfcb949e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Hunter Biden listens while his father, President Joe Biden, speaks during a Hanukkah reception in the East Room of the White House in Washington, Dec. 16, 2024. (AP Photo/Rod Lamkey, Jr., File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/72GUSE4BTBQE3UEQYCRVME6X3M.jpg?auth=a3e08c0998545aa58fc1d6672b5a8cb090292a15e00b3172b26ec0889eb3607d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Joe Biden speaks during a Department of Defense Commander in Chief farewell ceremony at Joint Base Myer-Henderson Hall, Jan. 16, 2025, in Arlington, Va. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[How Troy Jackson went from Maine logger to the Democratic nominee for Senate against Susan Collins]]></title><link>https://www.local10.com/news/politics/2026/08/08/how-troy-jackson-went-from-maine-logger-to-the-democratic-nominee-for-senate-against-susan-collins/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/how-troy-jackson-went-from-maine-logger-to-the-democratic-nominee-for-senate-against-susan-collins/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[ALLAGASH, Maine (AP) — Troy Jackson stood alongside a small group of loggers deep in the northern Maine woods and stared down State Police troopers who threatened to arrest them.]]></description><pubDate>Sat, 08 Aug 2026 12:47:33 +0000</pubDate><content:encoded><![CDATA[<p>ALLAGASH, Maine (AP) — Troy Jackson stood alongside a small group of loggers deep in the northern Maine woods and stared down State Police troopers who threatened to arrest them.</p><p>The lumberjacks had used their trucks to block access to the Quebec border in protest of Canadian loggers who were stealing their jobs by working for less. The blockade, which took place nearly 30 years ago, failed to stop the problem, leading Jackson to decide that he needed to try another way.</p><p>“He realized that the only way to change, to change it from the inside, was to be involved,” said Hilton Hafford, a logger who stood with Jackson at the blockade.</p><p>That moment set the fifth-generation lumberjack on a path into politics, eventually making him Maine's unlikely Democratic nominee for U.S. Senate. He faces longtime Republican Sen. Susan Collins in one of a handful of races that could determine control of the chamber in November.</p><p>Jackson’s campaign has focused on his ties to Aroostook County, a sprawling, wooded region known as “The County” to Mainers. It's where Jackson, 58, says he watched hard-working people struggle to get ahead, fueling his fight against billionaires and corporations. It also is the place that has elected Jackson to the Legislature while supporting Republican Donald Trump for president.</p><p>Defeating Collins, a five-term incumbent who has survived other efforts by Democrats to unseat her, will not be easy.</p><p>Jackson is a last-minute replacement for Graham Platner, the initial nominee who exited the race after a sexual assault allegation that he denied. Jackson has accused Collins of looking out for herself instead of Maine and he criticized her vote that paved the way for the U.S. Supreme Court to end the nationwide right to an abortion. Collins, 73, who is also from Aroostook County, has accused Jackson of being too liberal for the state.</p><p>Speaking to Maine Democrats while he accepted the party nomination last month, Jackson pointed to his logging background and humble upbringing in a rural county as critical to shaping his desire to fight for the working class.</p><p>"What I am is a guy from northern Maine that’s a logger," Jackson said.</p><p>The evolution of a liberal lumberjack</p><p>Aroostook County, among the poorest in the state, is thinly populated but so large that it could easily contain both Rhode Island and Connecticut.</p><p>Tucked in the northern tip of the county is Jackson's hometown of Allagash, where pavement turns into the logging roads and where Jackson went to work as a lumberjack at 19.</p><p>Jackson said he worked long, dangerous hours. It was not unusual to wake up at 2:30 a.m. for a 12-hour shift on a job that often did not offer health insurance.</p><p>“Everyone in that profession works hard for our families. We did follow the rules. But the harder we worked, the more that companies took from us,” Jackson said during his nomination acceptance speech at a party convention in Bangor. “And further behind we would fall.”</p><p>The town saw a steady drop in population as job opportunities dried up. Officials shuttered the school in the mid-1990s, crushing those who remembered the glory days of the school’s prominent basketball team, which won a handful of state championships in the 1970s.</p><p>Jackson's disappointment with the logger blockade and other labor demonstrations in the late 1990s further cemented his feeling that something had to change.</p><p>He turned his attention to running for state office. Jackson first ran as a Republican but failed to collect enough support in a region that was heavily Democratic at the time. Eventually he won running as an independent and then became a Democrat in 2004. He went on to serve as president of the state Senate.</p><p>His political positions evolved over time, particularly on social issues. Early in his political career, Jackson opposed abortion and same-sex marriage. He has since reversed those stances.</p><p>“The logging industry is a very, very red industry,” said Louie Pelletier, the brother of Jackson's longtime partner, Lana Pelletier. “That’s the kind of mindset he was in."</p><p>Once in office, Jackson started to think he was on the wrong side of those social issues, added Louie Pelletier, who was a logger before taking over his family’s wood shop in Allagash.</p><p>“Then he never looked back,” he said.</p><p>Allagash is divided on the crucial Senate race</p><p>There is just one restaurant in Allagash, while a modest museum alongside the banks of the St. John River displays key moments in the town's history, including a framed photo of Jackson shaking hands with former Democratic President Joe Biden.</p><p>As of late July, only one campaign sign for Jackson could be seen from the main road that goes through Allagash. Several Republican gubernatorial and congressional candidates’ signs were prominently displayed.</p><p>Taking a break from slinging hamburgers during the weekend lunch rush, Darlene Dumond acknowledged that Allagash remains divided on Jackson. She supports him.</p><p>With a population of about 230 people, Allagash is defined by the handful of families who have lived for decades in “Moosetown,” where divisions can fall not only between Republicans and Democrats, but Catholics and Baptists.</p><p>Dumond said Collins’ long tenure as senator has been a disappointment even if she helped bring in resources and money to the state. She pointed to Collins’ role in confirming Brett Kavanaugh for a seat on the U.S. Supreme Court, where he helped overturn the ruling that had legalized abortion nationwide.</p><p>“Why would our girl from Aroostook County be the deciding vote for the justice that overthrew Roe v. Wade?” Dumond said, shaking her head.</p><p>Collins has said she disagrees with the decision to overturn Roe v. Wade, but she does not regret her vote to confirm Kavanaugh.</p><p>Jackson has repeatedly argued that he will be a strong Senate candidate because he has kept his legislative seat as a Democrat while the region steadily became more Republican, including when Aroostook County swung for Trump.</p><p>Still, Jackson has struggled to compete outside Allagash. He failed to secure the Democratic nomination for Maine’s 2nd Congressional District in 2014 and came in third place in the June 9 primary for governor. In 2023, he lost a local race in Allagash — a seat for first selectman position — by six votes.</p><p>He has butted heads with both Republican and Democratic lawmakers while in the Legislature, including Democratic Gov. Janet Mills. She ran against Platner for the Senate nomination but dropped out, citing a lack of campaign money. Mills has since declined to endorse Jackson.</p><p>Some lawmakers who worked with Jackson have criticized him as having a temper, including once throwing a plastic water bottle on the ground in frustration while disagreeing with a female lawmaker. His inner circle is quick to deny he has anger issues, instead describing him as “passionate” and “competitive.”</p><p>Asked by reporters about the confrontations, Jackson said “I wear my heart on my sleeve," saying that he took responsibility for his outburst and apologized to those he had confrontations with at the time.</p><p>Hafford, who worked alongside Jackson as a logger, has seen that fiery side but chalked it up to strong feelings. He remembers being in meetings with Jackson in the 1990s where loggers were debating what to do to improve working conditions, and encouraging Jackson not to fly off the handle — even though he wanted to.</p><p>“Troy would look over at me and he’d say, ‘Is it time yet?’” Hafford said.</p><p>___</p><p>Associated Press writer Patrick Whittle in Portland, Maine, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5LP5KZ4FFULPUAE2SHHAHYH5ZE.jpg?auth=f568aa95c0e5837c24cd7561338ed47a9d5cb2ddd3ab419e29ee5d36f33f91b2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Maine loggers Stacey Kelly, second from left, Troy Jackson, and Hilton Hafford are threatened with arrest by Maine State Police if they continue to block access to Canadian woodsmen at the border at St. Pamphile, Quebec, Monday, Oct. 26, 1998. (AP Photo/Robert F. Bukaty,File)]]></media:description><media:credit role="author" scheme="urn:ebu">ROBERT F. BUKATY</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FF3BMZ6SZ3K7ZEIMUGD4KEUJ2U.jpg?auth=e364be3e8236a424d90e91504a9e8df3af78f215d2a7374dc0911818f90b6de6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Troy Jackson, Democratic candidate for U.S. Senate, acknowledges supporters at the Maine Democratic Nominating Convention, Saturday, July 25, 2026, in Bangor, Maine. (AP Photo/Robert F. Bukaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Robert F. Bukaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GEEGVB6USAGLOWUSYPEIHRS57Y.jpg?auth=7593c12c9b2fee5229feb859e6907243057551853ee22efe081f4ca4199e9e60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hilton Hafford, a former logger, poses for a portrait Monday, July 27, 2026, in Allagash, Maine. (AP Photo/Kimberlee Kruesi)]]></media:description><media:credit role="author" scheme="urn:ebu">Kimberlee Kruesi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MPCILLD7TEE7PXJL6BM7NDMZMM.jpg?auth=2eb535e54c2da2a401b62b5035847d17f4a4228882a08cf8fea3fa1771a5cfad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Darlene Dumond, owner of Two Rivers Lunch, the only restaurant in Allagash, Maine, poses for a portrait, July 26, 2026, in Allagash. (AP Photo/Kimberlee Kruesi)]]></media:description><media:credit role="author" scheme="urn:ebu">Kimberlee Kruesi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MVQFSYK4T4VXS2UN7FLSGYVD5Y.jpg?auth=b7de1634d08ceff41cab19bd4b622421e6d54842eedc4abce3d8e1ad9c15ff66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Louie Pelletier, the brother of Troy Jackson's longtime partner, Lana Pelletier, poses for a portrait, July 27, 2026, in Allagash, Maine. (AP Photo/Kimberlee Kruesi)]]></media:description><media:credit role="author" scheme="urn:ebu">Kimberlee Kruesi</media:credit></media:content></item><item><title><![CDATA[Vanilla Crème Brûlée]]></title><link>https://www.local10.com/soflo-taste/2026/08/08/vanilla-creme-brulee/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/08/vanilla-creme-brulee/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Encrusted Custard]]></description><pubDate>Sat, 08 Aug 2026 12:40:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Vanilla Creme Brulee</b></u></p><p>1½ cups heavy cream</p><p>½ cup milk</p><p>1 vanilla bean, split and scraped</p><p>pinch salt</p><p>5 egg yolks</p><p>½ cup granulated sugar</p><p>Preheat the oven to 325˚F. Heat the cream, milk, salt and vanilla until warmed through; allow the vanilla to macerate for a few minutes. Discard the vanilla bean.</p><p>Whisk the yolks with the sugar. Temper the yolks by adding a ladle of warm cream mixture while whisking. Pour the egg mixture into the rest of the cream mixture and mix to combine. Divide the mixture into ramekins. Transfer the ramekins into a baking dish and pour boiling water into the pan until it reaches about ½ way up the sides of the ramekins.</p><p>Bake until just barely set, approximately 30 - 40 minutes, depending on the size of your ramekin. Cool completely and chill in the refrigerator until cold. When ready to serve, top each creme brulee with about a teaspoon of granulated sugar and torch with either a blow torch or broil in an oven until caramelized. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/36SQHXLEEVH53KD2P6EU6JB6RM.jpeg?auth=41c61c15f16e7f88098ccda94b031a06c48b978866f2ea1159f2d7a263bfb19b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[New video shows gunman shooting victims at Idaho In-N-Out Burger drive-thru]]></title><link>https://www.local10.com/news/2026/08/07/new-video-shows-gunman-shooting-victims-at-idaho-in-n-out-burger-drive-thru/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/07/new-video-shows-gunman-shooting-victims-at-idaho-in-n-out-burger-drive-thru/</guid><dc:creator><![CDATA[By SARAH RAZA and ED WHITE, Associated Press]]></dc:creator><description><![CDATA[Police released video Friday of a mass shooting that killed three people at an Idaho In-N-Out Burger, and praised an employee from a nearby store who engaged the gunman outdoors, slowing him down and possibly preventing more deaths as authorities were catching up.]]></description><pubDate>Fri, 07 Aug 2026 20:07:07 +0000</pubDate><content:encoded><![CDATA[<p>Police released video Friday of a mass shooting that killed three people at an Idaho In-N-Out Burger, and praised an employee from a nearby store who engaged the gunman outdoors, slowing him down and possibly preventing more deaths as authorities were catching up.</p><p>The story of heroism told by police for the first time adds to the list of at least three more people who confronted the gunman with their own weapons as well as numerous others who rushed to comfort victims.</p><p>“What happened here was violent, frightening and deeply traumatic,” Twin Falls Police Chief Matthew Hicks said during a news conference.</p><p>The video revealed more details of the chaotic scene last weekend. The gunman walked up to the drive-thru window four times and opened fire, killing an In-N-Out employee, police said.</p><p>Ten people were shot — inside the restaurant, directly outside, on an adjacent busy road and at a car charging station in a Twin Falls visitors center lot, Hicks said.</p><p>He said investigators still don’t have a motive for the shooting. The gunman, Chad Williams, 24, killed himself.</p><p>It should have been a “normal Saturday afternoon,” Hicks said. “Employees showing up for work. Visitors coming to see our beautiful city. Instead they were confronted with chaos, fear and now loss.”</p><p>A man who encountered the gunman is a ‘hero’</p><p>As the shooting unfolded, employees from nearby stores fled to a walking trail. When the gunman headed to the trail, he came across two people, including one with his hands in the air talking to him, according to the video.</p><p>That man distracted the gunman from possibly pursuing others on the trail. Williams subsequently killed himself as police closed in. His body was found near a canyon.</p><p>“To that young man, you are a hero,” Hicks said. “Your courage, your composure, your selflessness in that moment likely gave others the time they needed to escape harm. This community is grateful for you, and we will never forget what you did that day.”</p><p>Hicks also praised the work of an off-duty state trooper, who shot at Williams from inside the restaurant, and former police officer A.J. James, who was wounded while confronting him. Authorities previously credited an armed civilian who fired back and diverted Williams from the restaurant.</p><p>An off-duty officer helps the wounded</p><p>James ran toward the sound of gunfire from the drive-thru window, while the off-duty officer inside the In-N-Out exchanged gunfire with Williams through the window and directed workers out of the building, Hicks said.</p><p>He acted “heroically and unbelievably” to try to slow down the shooter, the police chief said, declining to release the off-duty officer’s name.</p><p>Braxton Steube said he was the person who encountered Williams on the trail after fleeing a Dick’s Sporting Good store.</p><p>“I said, ‘I have a family.’ I said, ‘You don’t have to do this. I’ll tell you whatever you want. I’ll do anything,’” Steube told KMVT-TV. “He started to like tear up a bit, it seemed. And he said to me, ‘Just get away from me, man.’”</p><p>Steube said the gunman shot at him and missed.</p><p>The Twin Falls In-N-Out, 130 miles (210 kilometers) southeast of Boise, the state capital, had opened in July as part of the chain’s expansion into Idaho.</p><p>Police identified those killed as Ashley Garibay, 23, of Stockton, California; Dale Schultz, 66, of Salt Lake City; and Christopher Claunch, 59, of Hagerman, Idaho.</p><p>Williams had briefly attended the College of Southern Idaho and previously lived in Arizona.</p>]]></content:encoded></item><item><title><![CDATA[Basil Pot de Creme with  Strawberries Tossed in Balsamic ]]></title><link>https://www.local10.com/soflo-taste/2026/08/08/basil-pot-de-creme-with-strawberries-tossed-in-balsamic/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/08/basil-pot-de-creme-with-strawberries-tossed-in-balsamic/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[Custard With Berries]]></description><pubDate>Sat, 08 Aug 2026 12:35:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Basil Pot de Crème with Balsamic Tossed Strawberries</b></u></p><p>1½ cups heavy cream</p><p>½ cup whole milk</p><p>½ cup granulated sugar</p><p>4 egg yolks</p><p>2 cups fresh basil leaves</p><p>1 teaspoon vanilla extract</p><p>pinch salt</p><p><b>For the Strawberries:</b></p><p>2 cups strawberries, quartered</p><p>2 tablespoons balsamic vinegar</p><p>2 tablespoons brown sugar</p><p>fresh basil leaves</p><p>Preheat the oven to 300˚F.</p><p>Combine the cream, milk, sugar and basil in a small saucepan over medium heat until it comes to a simmer; remove from heat and allow to steep for about an hour, covered.</p><p>Strain the cream mixture, pressing on the leaves to extract all liquid. Discard the basil.</p><p>In another bowl, whisk the eggs, vanilla, and salt until smooth.</p><p>Slowly temper in a little warm basil cream until it warms through.</p><p>Pour back into the pan with the rest of the cream mixture.</p><p>Pour the mixture into ramekins. Transfer the ramekins into a baking dish and pour boiling water into the pan until it reaches about ½ way up the sides of the ramekins. Bake for about 30-35 or until the center is just slightly wobbly. Remove from the bain marie and allow to come to room temperature then place in a cooler to chill for at least 2 hours.</p><p>Meanwhile, warm the balsamic just a little in a small pan or microwave and stir in the brown sugar until it melts. Allow to cool, toss the strawberries into the vinegar and rip some basil leaves into it. Garnish the pot de creme with the strawberries.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DLYE6UT7HBHL7DR4KPP6W4UQF4.jpeg?auth=49b121a82956e5acc02f65c45510b2d48c78e91efe33b1f475c44ad15e54e326&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Broward County early voting begins today at 21 locations]]></title><link>https://www.local10.com/news/local/2026/08/08/broward-county-early-voting-begins-today-at-21-locations/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/broward-county-early-voting-begins-today-at-21-locations/</guid><dc:creator><![CDATA[Jackie Pascale, Ryan Mackey]]></dc:creator><description><![CDATA[Immigration, jobs, the economy and gas prices are among the issues motivating voters to head to the polls, with some choosing to cast their ballots earlier than others.]]></description><pubDate>Sat, 08 Aug 2026 11:00:12 +0000</pubDate><content:encoded><![CDATA[<p>Immigration, jobs, the economy and gas prices are among the issues motivating voters to head to the polls, with some choosing to cast their ballots earlier than others.</p><p>“I just want people who haven’t been voting to get out and vote,” one voter said.</p><p>Poll workers are preparing for the start of early voting Saturday, practicing to ensure the process runs smoothly.</p><p>“This is the most convenient time to vote in person because you can go anywhere in Broward County,” Broward County Supervisor of Elections Joe Scott said.</p><p>Early voting will be available at <a href="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/31/local-10-editorial-early-voting-begins-next-week-get-out-and-vote/">21 locations across Broward County</a> from Saturday through Aug. 16. The polls will remain open on those dates from 10 a.m. to 7 p.m. </p><p>Scott said registered voters need to bring a valid form of identification to vote in person.</p><p>“If you have a state ID, driver’s license, that’s the best bet,” Scott said.</p><p>Voters can also drop off their mail-in ballots at any early voting location in Broward County during the early voting period. They do not have to use a location in the area where they are registered.</p><p>“Vote-by-mail ballots, we actually compare the signatures with the signature we have on file,” Scott added.</p><p>Early voting in Broward County begins nearly a week after early voting started in Miami-Dade and Monroe counties.</p><p>Scott said Broward County’s schedule is based on historical voter participation and the county’s goal of managing taxpayer dollars responsibly.</p><p>“In Broward County, we basically set up our voting system for early voting to match the population of people who are participating historically, and this is to be a good steward of the taxpayer dollars,” he said.</p><p><a href="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/"><b>VIEW LOCAL 10’S 2026 VOTING GUIDE</b></a><b> </b>for more information about early voting in South Florida. Early voting in Broward County begins Saturday. </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[Croissant Bread Pudding with Raspberries]]></title><link>https://www.local10.com/soflo-taste/2026/08/08/croissant-bread-pudding-with-raspberries/</link><guid isPermaLink="true">https://www.local10.com/soflo-taste/2026/08/08/croissant-bread-pudding-with-raspberries/</guid><dc:creator><![CDATA[Michelle Bernstein]]></dc:creator><description><![CDATA[An Elegant Custard]]></description><pubDate>Sat, 08 Aug 2026 12:31:00 +0000</pubDate><content:encoded><![CDATA[<p><u><b>Croissant Bread Pudding with Raspberries</b></u></p><p>5 croissants cut into 1 to1½-inch cubes</p><p>2½ cups heavy cream</p><p>1 cup whole milk</p><p>1 cup granulated sugar</p><p>3 large eggs</p><p>2 large egg yolks</p><p>1 teaspoon fine salt</p><p>1 tablespoon vanilla paste</p><p>1 cup raspberries</p><p>Heat the cream, milk and sugar in a saucepan over medium low heat until it begins to simmer.</p><p>Whisk the eggs, yolks, salt and vanilla together in a bowl. Gently pour the warm cream mixture into the eggs, whisking to combine. Add the croissant cubes into the mixture and combine until well coated. Refrigerate overnight.</p><p>Heat your oven to <a href="" rel="">325˚F</a>. Add the raspberries into the mixture and pour into a baking dish with a 2-2.5 quart capacity. Bake for 45-60 minutes or until cooked through. It should puff a little and barely jiggle when shaken. Let cool slightly before serving.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J56DKR3JLNERDNIG47S2LKB7MI.jpeg?auth=e8369701128615c3e9f9081c1c2bbec95b70d8634f683dadde570f22d833893f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Anxious students who were unenrolled now moving into Howard University dorms]]></title><link>https://www.local10.com/news/national/2026/08/08/anxious-students-who-were-unenrolled-now-moving-into-howard-university-dorms/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/08/anxious-students-who-were-unenrolled-now-moving-into-howard-university-dorms/</guid><dc:creator><![CDATA[By MATT BROWN, TERRY TANG and COREY WILLIAMS, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Nikiyah Clark had five boxes and a backpack when she ultimately received the keys to her Howard University dorm. Weeks earlier, the school had told her this moment would never come.]]></description><pubDate>Sat, 08 Aug 2026 12:26:30 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Nikiyah Clark had five boxes and a backpack when she ultimately received the keys to her Howard University dorm. Weeks earlier, the school had told her this moment would never come.</p><p>When Howard administrators informed Clark — and hundreds of others — that she was permanently unenrolled for missing a tuition fee deadline, she rode a bus from Cleveland, Ohio, to plea with administrators. She left in tears.</p><p>“I didn’t just lose my dream. I lost my way out,” said the 17-year-old, who had pinned her hopes on Howard as a peaceful environment and a path to financial freedom after years of growing up in “survival mode.”</p><p>Shortly after that, the university notified Clark she was once again welcome to enroll. But as she moved into the Washington, D.C., campus on Thursday, she remained uneasy. She worries that the university might reverse its decision yet again, and hopes Howard will make changes so that other students aren't wrongfully unenrolled.</p><p>“I’m definitely not really over that,” Clark said.</p><p>While administrators prefer that students, faculty and alumni focus on the school's new academic year, much of the community's attention is still trained on the unenrollment debacle. More than 500 incoming first-year students were unenrolled for missing a July tuition payment deadline, the university said. About 200 students have had their enrollment restored.</p><p>It was also reported Friday that Howard unenrolled the students about a month after offering voluntary early retirement buyouts to 600 eligible employees. But Howard University said in a statement that the employee buyouts were unrelated and part of a plan for “long-term financial sustainability.”</p><p>For some in the Howard community, the bitter experience has raised questions about the legacy of one of the country's most revered historically Black colleges and universities. Others say such administrative matters won't lessen the career impact a Howard diploma can have.</p><p>The loss of HBCU luster</p><p>Zy’Aira Blackmon had her heart set on attending Howard, seen as the preeminent Black university in the nation.</p><p>But, after her enrollment status was revoked and then reinstated within days, the 18-year-old from Grand Rapids, Michigan, doesn’t feel the same way. The luster Howard once held has been dulled.</p><p>“After this situation, most people are going to ignore all the good things Howard has to offer,” said Blackmon, who now will study at Western Michigan University.</p><p>When Howard took away 17-year-old Yuisa Davis’ enrollment, her mother hopped on a plane July 28 from the family’s Puerto Rico home to get answers. An administrative official told Karina Polen-Davis and her husband, who was on speakerphone, that she couldn’t answer their questions. Then the official called security.</p><p>The Davises say they paid what they thought they owed but the university rescinded enrollment without explanation or recourse.</p><p>The school never budged.</p><p>“It’s very disheartening just because there’s so many opportunities that’s kind of just been taken from me without me being able to" find a resolution, said Yuisa Davis, who often visited Howard as a child.</p><p>Now, Davis is working with The New School in New York City on possible financial aid.</p><p>“The difference in how we've been treated has been night and day,” Kenneth Davis said.</p><p>Families and university officials blame miscommunication</p><p>Interim President Wayne A. I. Frederick told The Associated Press last month that Howard simply followed its payment policy, noting that 2,200 students did meet payment requirements.</p><p>Unenrolled students and their parents did not properly read school communications about a July 10 deadline for half their unpaid balance, with financial aid factored in, Frederick said.</p><p>Those students who did everything correctly “deserve to show up on Aug. 17, the first day of class and meet their professors in class, have their housing assignments taken care of,” Frederick said. Previously, the school had to scramble to find enough student housing and adjunct professors to fill classrooms.</p><p>Some students assert they followed the school’s payment requirements.</p><p>Blackmon said her scholarship had not been included in her balance owed. After being unenrolled, she constantly called and emailed the school.</p><p>“They reinstated me. They really didn’t explain much,” she added.</p><p>Ashley Christopher, an attorney and Howard alumna whose son is a sophomore there, thinks Howard shoulders some blame. She is the founder of HBCU Week, a foundation that awards scholarships, and believes students received “bad information" from the school.</p><p>“There’s a way to take accountability for a misstep, and also explain that there’s joint responsibility here,” said Christopher, an attorney. “It is not just the parents. It’s not just the students."</p><p>Frederick said that how Howard has handled unenrollment and reenrollment can contribute positively to the school’s image.</p><p>“All this does is strengthen our legacy and helps us perform as a high-performing institution on the administrative side, as we have been doing in the past,” he said.</p><p>A storied and pree</p><p>minent HBCU</p><p>The nearly 160-year-old Howard is one of about 100 HBCUs in the U.S., with famous alumni including former Vice President Kamala Harris and actor Chadwick Boseman.</p><p>Howard has a 6-year graduation rate of 70% and a retention rate of 90%, according to the U.S. Department of Education's Integrated Postsecondary Education Data System. The school consistently ranks among the most prestigious private HBCUs, including as the top-ranked HBCU by Forbes.</p><p>The university costs more than $66,000 each year to attend. The median income for four-year graduates is about $73,000, according to the Education Department. Frederick said Howard has graduated more Black doctors than any other school in the country.</p><p>The “scandal,” as Christopher calls the unenrollment issue, likely will not impact Howard’s reputation as “The Mecca” of Black education in the long run.</p><p>“Howard has been the blueprint for HBCUs, graduated the best and the brightest — not saying they’re the only one who does that," she said. "When it comes to overall impact of HBCU institutions, Howard stands at the top of that list.”</p><p>___ Tang reported from Sunnyvale, California. Williams reported from Detroit.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QS2552CJXPZUEU2JK4V56CCBCY.jpg?auth=4e2772736cac761ca998ed8add97b46f00f88292023863000ffaf9556365baf7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University graduates out-earn many of those with bachelor's degrees, according to federal data. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin S. Vineys</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IZCCKK4IAYHT4QOTL67DG4B4AU.jpg?auth=35678d61b85a4ae4c504f0654c69db30278a4b1f9e1ae76d9451e7747c5a0648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University freshman Nikiyah Clark poses for a portrait on move-in day, Thursday, Aug. 6, 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/FUHSSGKCOIFJ6IXOZSD7554ZKI.jpg?auth=133c1f5fc44634cc3e3e4dbc750e86287dd93763696603052aaf236f6395e284&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University students move in ahead of the 2026-2027 school year, Thursday, Aug. 6, 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/4V4N3YWOF5KJ2CIJCMTRCP5OAQ.jpg?auth=e410c316ae658083153fa879b8988a6882671ef48d55338d09fdf94c42b85281&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University freshman Nikiyah Clark poses for a portrait on move-in day, Thursday, Aug. 6, 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/URXAJKFWJ4UXMXDWKTWKIOI65E.jpg?auth=115edc04f5672ca13c93dbe3531f46b01591c999b3de3321f11715a4770fb8c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University freshman Nikiyah Clark meets fellow students on move-in day, Thursday, Aug. 6, 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/WLDM3JZDEWKBN6WKQRP2DQHPAE.jpg?auth=b54d855bfa3fa705a42fce597b7a831a24b880bdd95a3d4aa1b25177df4f6d6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Howard University freshman Nikiyah Clark meets fellow students on move-in day, Thursday, Aug. 6, 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[Trump goes unmentioned but not ignored as Clinton, Bush and Obama step up as essayists on presidents]]></title><link>https://www.local10.com/news/politics/2026/08/08/trump-goes-unmentioned-but-not-ignored-as-clinton-bush-and-obama-step-up-as-essayists-on-presidents/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/trump-goes-unmentioned-but-not-ignored-as-clinton-bush-and-obama-step-up-as-essayists-on-presidents/</guid><dc:creator><![CDATA[By CALVIN WOODWARD, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — When George W. Bush wrote an essay this year about another president named George, he avoided mentioning the one named Donald.]]></description><pubDate>Sat, 08 Aug 2026 14:53:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — When George W. Bush wrote an essay this year about another president named George, he avoided mentioning the one named Donald.</p><p>So did Barack Obama and Bill Clinton. The three ex-presidents joined a roster of historians and authors in contributing to the In Pursuit project, a 250th-anniversary series that had each writer produce an essay about a president or first lady.</p><p>Though the project was explicitly designed to transcend today’s politics, some of its essays nevertheless reflect anxieties that are flaring in the era of President Donald Trump over the use of power, the health of the democracy and the integrity of the presidency.</p><p>The project is being curated by Colleen Shogan, the U.S. archivist who was fired without explanation by Trump last year. She instructed contributors not to be partisan or ideological. “Everybody took those instructions and that guidance very seriously,” she told The Associated Press. The goal was for all Americans to “feel welcome to be able to read these lessons and essays and learn something from them.”</p><p>The mission, Shogan said, “is to surface the lessons from the past 250 years of American history, so that we can learn from those lessons, from both our successes and our failures, so we can plan for the present and the future. It’s what has been described as debriefing the American story.”</p><p>The essays cover 43 presidents — all but Democrat Joe Biden and Republican Trump — and 30 first ladies. They are being published chronologically and weekly into December.</p><p>Trump and Biden were judged too fresh to be appraised by history, a call that may have also set aside passions of the moment.</p><p>Without naming Trump, Bush’s essay is difficult to read without thinking of Trump’s reluctance to cede power after his 2020 election defeat and his musings about a third term in defiance of the Constitution’s two-term limit.</p><p>Bush hails the heroism of humility</p><p>Bush's essay celebrates George Washington, the original “No Kings” guy. Bush, a Republican, hails a man whose legacy only grew larger because he modeled the limits of the presidency for centuries to come.</p><p>“Our first president could have remained all-powerful,” Bush writes, “but twice he chose not to. In so doing, he set a standard for all presidents to live up to.” First, Washington resigned as commander in chief of the Continental Army, then set the precedent of serving only two presidential terms before that limit was enshrined in the Constitution.</p><p>Bush went on: "George Washington’s humility in giving up power willingly remains among the most consequential decisions and important examples in American politics.” Bush's essay, released Presidents Day as the first in the series on Substack, drove heavy engagement.</p><p>Retired Gen. Stanley McChrystal, who led U.S. and international forces in the Afghanistan War, sized up a fellow general, Ulysses S. Grant, in another essay that drew much attention for its parallels with today.</p><p>History offers lessons on ‘law over loyalty’</p><p>McChrystal presents the Union general and post-Civil War president as a leader who displayed “an absolute commitment to principles larger than personal ambition" and who, before his presidency, resisted pressure on military leaders to “align with political factions and be loyal to a person rather than the Constitution.”</p><p>The emphasis on personal loyalty resonates in a time when Trump has repeatedly demanded fealty from officials in his administration.</p><p>The “temptation to bend institutions toward personal power is not unique to Grant’s era,” McChrystal writes. “Our future still depends on whether our leaders choose law over loyalty.”</p><p>This month, in the latest In Pursuit installment, Democrat Clinton writes about Theodore Roosevelt, focusing on that president's drive to expand the universe of “we the people” at the expense of powerful corporate interests, while also emphasizing Roosevelt's exclusionary views on Black and Indigenous people.</p><p>The essays frequently address presidents’ failures alongside their accomplishments, a contrast with Trump’s calls for federal cultural institutions to stick to patriotic interpretations of American history.</p><p>Presidents, the chief justice and first ladies contribute</p><p>Among the In Pursuit contributors are Chief Justice John Roberts (writing about William Howard Taft, the only president who also served on the Supreme Court); Hillary Clinton ( Eleanor Roosevelt ); Michelle Obama ( Jacqueline Kennedy ); GOP operative Karl Rove ( William McKinley ); documentarian Ken Burns ( Franklin D. Roosevelt ); and historian Michael Beschloss ( Lyndon Johnson ). Democrat Barack Obama presents Abraham Lincoln.</p><p>The project is being staged by More Perfect, a nonpartisan alliance of dozens of presidential centers along with academics and organizations dedicated to advancing democracy. It is where Shogan now practices her archivist craft that Trump shut down by firing her in February 2025.</p><p>She still has not been told why. Nor has Congress apparently been notified of the reason. The law requires Congress to be told but does not specify a deadline. The National Archives is the central repository of federal documents both precious and routine, and its leader has discretion over which records to preserve and display, and how.</p><p>“That is a position that used to be a nonpartisan position, much like the Librarian of Congress, the secretary of the Smithsonian,” she said. “And I took that very seriously and acted the entire time when I was archivist in a nonpartisan way.”</p><p>The White House did not respond when asked why Trump fired the archivist and whether the administration will tell Congress the reason.</p><p>Trump has long begrudged the archives for notifying the Department of Justice of his alleged mishandling of classified documents after he left office following his first term, though Shogan was not working for the agency then.</p><p>Shogan sees hunger for history without a slant</p><p>Shogan said she has been overwhelmed with the public response to the series so far and figures that speaks to a hunger for history shorn of partisanship. The essays have received more than 1 million cumulative views on Substack and her podcast of the same name registered 160,000 audio downloads and nearly 64,000 YouTube views at last count. A documentary about the series is scheduled to air on PBS in October.</p><p>In the essays, readers learn something new not just about the giants, but about presidents such as Millard Fillmore — “a historic punchline — best remembered, ironically, for being so forgotten,” in the words of his essayist, former New York congressman Steve Israel.</p><p>Then there was Franklin Pierce, presented by his essayist as a pro-slavery president and “permanent victim” of Washington's alcohol-soaked culture.</p><p>Yale history professor David W. Blight recounts how Pierce won the presidency for the Democrats in 1852 despite vicious trolling by the Whigs. Fielding Mexican War veteran Gen. Winfield Scott in that election, they labeled Pierce, who also served in the war, the “hero of many a well-fought bottle.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4U7B3ZD7XX3HGOKVKUKE7VUEBM.jpg?auth=c00de1394aa95c7a6f8849becf2530801ac069eae743ad42fcd323627ab5cefd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President George W. Bush, center, poses with President-elect Barack Obama, and former presidents, from left, George H.W. Bush, left, Bill Clinton and Jimmy Carter, right, Jan. 7, 2009, in the Oval Office of the White House in Washington. (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/LNNKKMFDRX3BGGPNQHUIQIC4OY.jpg?auth=c10e283307066363f459b6fb17bfa3fd6db86e30ed97e46850dd5b471e638d5c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Archivist of the United States Colleen Shogan speaks at her swearing-In ceremony at the National Archives, Sept. 11, 2023, in Washington. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VPTAWF4BOMKDSQQ6Q2LZREYIBU.jpg?auth=d10850e9126b426a2e94199f0bdb1c1d431d040507e521ed817f321f89980437&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A view of the National Archives building in Washington, May 8, 2015. (AP Photo/Susan Walsh, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Susan Walsh</media:credit></media:content></item><item><title><![CDATA[Newly released 911 call sheds light on deadly Lighthouse Point dog attack]]></title><link>https://www.local10.com/news/local/2026/08/08/newly-released-911-calls-shed-light-on-deadly-lighthouse-point-dog-attack/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/newly-released-911-calls-shed-light-on-deadly-lighthouse-point-dog-attack/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A newly released 911 call is shedding light on a deadly dog attack in Lighthouse Point that authorities say left one dog dead, another seriously injured and a resident bitten earlier this week. ]]></description><pubDate>Sat, 08 Aug 2026 12:14:40 +0000</pubDate><content:encoded><![CDATA[<p>A newly released 911 call is shedding light on a deadly dog attack in Lighthouse Point that authorities say <a href="https://www.local10.com/news/local/2026/08/06/lighthouse-point-homeowner-fatally-shoots-1-of-2-dogs-who-attacked-his-pet-cops-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/06/lighthouse-point-homeowner-fatally-shoots-1-of-2-dogs-who-attacked-his-pet-cops-say/">left one dog dead</a>, another seriously injured and a resident bitten earlier this week. </p><p>Police said the incident happened Thursday morning near Northeast 52nd Street and 26th Avenue after two dogs escaped from a fenced yard and began roaming the neighborhood.</p><p>They said one of the dogs attacked a small spaniel named Brody outside a nearby home. Brody’s owner and neighbors tried to stop the attack but were unable to separate the animals, police said.</p><p>The owner then retrieved a gun and shot and killed the attacking dog.</p><p>A newly released 911 call captures the confusion in the immediate aftermath.</p><p>“There’s one dog that’s dead that got shot,” the caller told a dispatcher.</p><p>The caller said Brody, the injured dog, was inside the home and that the family was trying to get the animal to a veterinarian.</p><p>“It’s my neighbor’s dog,” the caller said. “We’re trying to get the dog to the vet.”</p><p>The caller then warned that another dog had been traveling with the one that was shot.</p><p>“That just bit another neighbor,” the caller said.</p><p>When the dispatcher asked where the dog was, the caller said it was still loose.</p><p>“It’s wandering the street right now and someone’s going to kill it if we don’t figure out what’s going on,” the caller added.</p><p>Police said the second dog later encountered another resident nearby and bit her in the leg, causing a puncture wound. Lighthouse Point Fire Rescue medics evaluated the woman at the scene, and she later chose to seek additional medical treatment independently.</p><p>They said the second dog eventually returned to its residence and was secured by its caretaker. Broward County Animal Care workers responded and placed the dog in quarantine.</p><p>Police identified both loose dogs as American Staffordshire mixes.</p><p>Neighbors told Local 10 News they heard screams and rushed outside, where they saw the larger dog attacking Brody by the neck.</p><p>“The dog was not letting up,” one neighbor said. “It grabbed his neck really good.”</p><p>Brody suffered serious injuries and was taken by his owner to a local veterinary hospital for treatment.</p><p>Police said they are investigating where the two dogs came from and the circumstances that led to the attack.</p><p>No charges had been filed as of Thursday, police said. The investigation remains ongoing.</p><p>Anyone with information about the incident is 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[With the right preparation, international trips with babies are possible and even fun]]></title><link>https://www.local10.com/health/2026/08/08/with-the-right-preparation-international-trips-with-babies-are-possible-and-even-fun/</link><guid isPermaLink="true">https://www.local10.com/health/2026/08/08/with-the-right-preparation-international-trips-with-babies-are-possible-and-even-fun/</guid><dc:creator><![CDATA[By CLAIRE RUSH, Associated Press]]></dc:creator><description><![CDATA[Traveling with babies and toddlers can be daunting for parents. Questions about air travel, what to pack and safety are often top of mind, especially on long-distance flights and international trips.]]></description><pubDate>Sat, 08 Aug 2026 11:58:10 +0000</pubDate><content:encoded><![CDATA[<p>Traveling with babies and toddlers can be daunting for parents. Questions about air travel, what to pack and safety are often top of mind, especially on long-distance flights and international trips.</p><p>“Traveling with kids is a whole new world," said Dr. Shannon Thompson, a pediatrician at Cleveland Clinic Children's, adding that it's important to “enjoy your kiddo on your trip” as much as you can.</p><p>Here are some tips and tricks for parents to travel safely with young children — and have fun with them, too.</p><p>Look for amenities like cribs and high chairs before you book</p><p>Before you decide where to stay, consider your options for baby-proofing.</p><p>Check whether items like portable playpens, cribs and high chairs are offered to guests. If you are staying somewhere with stairs, a balcony or a pool, inquire about baby gates; if they are not provided, see if they are available for rent nearby or consider bringing travel-friendly foldable mesh gates. Pack electrical outlet covers and wipes to clean any dirty surfaces your kiddo might touch.</p><p>For babies, safe sleeping is still essential on vacation. Children younger than 1 should sleep on their back on a flat, firm surface such as a mattress in a bassinet, crib or playpen with nothing more than a fitted sheet, according to the American Academy of Pediatrics. The organization also recommends babies sleep in the parents' room — but not in the parents' bed — for at least the first six months.</p><p>You should also consider how you will get to your lodging: Will you fly in and rent a car or take a taxi, or take public transit from the airport? Will you mostly be driving or walking? For parents, these factors can determine whether you want to bring a stroller and a car seat, both of which you can gate check for free when you fly, or rely on using a sling or baby carrier.</p><p>Plan for snacks and diaper changes on the plane</p><p>“Flying with kids is one of those big, intimidating things,” said Thompson, the pediatrician. “I think the biggest thing to think about is always safety and then of course their comfort.”</p><p>While children under two can fly in their parents’ lap, the Federal Aviation Administration recommends securing them in their own safety seat, such as a car seat certified for use on planes. This requires buying a seat for your child.</p><p>For long-haul or international flights, ask the airline if they have bassinets available.</p><p>Food and drink for babies and toddlers, including breast milk, formula and puree pouches, are considered medically necessary liquids by the Transportation Security Administration. That means they are not subject to the standard 3.4-ounce (100-milliliter) limit for carry-on liquids. The same goes for ice packs used to keep such liquids cool. Let the TSA officer know if you have these in your carry on when you go through security screening.</p><p>In addition to snacks, don't forget to carry on diapers, wipes, a portable changing pad and sealable plastic bags for disposal. Bring extra clothes to layer or change in case of accidents or messy spills.</p><p>Swallowing and chewing can help with ear pressure, so nursing little ones or giving them a bottle or pacifier can ease discomfort during take-off and landing.</p><p>Speak with your pediatrician beforehand if your kiddo is prone to ear infections, and before traveling abroad, ask them what vaccines may be recommended.</p><p>Keep kids entertained on and off the plane</p><p>For flights with young kids, Christy Slavik, owner of the travel agency Mom Approved Travel, recommends “having little surprises that you can distract them with” — such as sticky mats for travel-sized play doh, suction cup toys and other games that are small and light to pack.</p><p>If sightseeing once at your destination, think about ways to make activities more fun and interactive. For art museums, bring notebooks that kids can draw in, or ask them what types of animals they can find in the paintings, Slavik said.</p><p>“Kids need a mission. They need games,” she said. “You have to get creative sometimes when you're traveling."</p><p>Exposing children to other cultures, foods and languages can also be fun. Some may enjoy picking out snacks at markets, for example, or learning foreign words for their favorite dishes and activities.</p><p>There are options for places to stay that are family friendly, with amenities such as pools or games. For those traveling abroad on a budget, many hostels offer private rooms for families so they don’t have to share a dorm-style room with bunk beds. Hotels and hostels provide the opportunity to meet other travelers, including fellow children who can become playmates.</p><p>The perks of traveling with extended family</p><p>Helping moms actually enjoy their vacation — and relax amid the stress that can come with planning and traveling — is a core goal of Slavik's travel agency.</p><p>One way parents can get a break is by planning trips with grandparents or other family members. This helps with babysitting duties, while also allowing loved ones to have special bonding time with kiddos. Just make sure they also have their own down time and aren't wearing themselves out, Slavik said.</p><p>“When you bring grandparents to a vacation, you're giving them the opportunity to experience those moments together,” she said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6SE6OTBGQXBOSK4JMWKYMWQKFE.jpg?auth=dfd1b4da6f4161c2e7c95b38d51ec4d426b0e02746e397dc90f5a1e95247356e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A child watches a plane at the Jorge Newbery airport in Buenos Aires, Argentina, April 14, 2016. (AP Photo/Natacha Pisarenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Tamarac man accused of firing shot at son over money dispute after bonding him out of jail]]></title><link>https://www.local10.com/news/local/2026/08/08/tamarac-man-accused-of-firing-shot-at-son-over-money-dispute-after-bonding-him-out-of-jail/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/tamarac-man-accused-of-firing-shot-at-son-over-money-dispute-after-bonding-him-out-of-jail/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 52-year-old man was arrested after Broward Sheriff’s Office deputies said he allegedly pointed a gun at his son and fired a shot during a heated altercation earlier this week in Tamarac. ]]></description><pubDate>Sat, 08 Aug 2026 11:47:30 +0000</pubDate><content:encoded><![CDATA[<p>A 52-year-old man was arrested after Broward Sheriff’s Office deputies said he allegedly pointed a gun at his son and fired a shot during a heated altercation earlier this week in Tamarac. </p><p>According to an arrest report, Rodencia Thomas Jr. went to his son’s home on Wednesday to collect $240 that his son owed him after Thomas bailed him out of jail the previous week. </p><p>The son told deputies he could only pay $120 at the time and planned to pay the remaining $120 at the end of the month, the report states. </p><p>Deputies said the two got into an argument that turned physical at the doorway of the home.</p><p>They said the son told deputies that Thomas poked him in the eye before he struck Thomas in the face. The two then fell inside the home during a tussle, where the son said Thomas used his forearm to choke him, the report states. </p><p>Deputies said Thomas’ girlfriend told deputies she entered the home after hearing the argument and saw the two men fighting. She said she was able to separate them.</p><p>The report states that Thomas then walked toward his girlfriend’s black pickup truck and allegedly pulled a handgun from inside the vehicle and turned to run back into the home, according to the report. </p><p>The son said he fell in the grass while trying to escape but made it to the doorway. He told deputies that Thomas raised the gun, pointed it toward him and fired one round but the shot missed, according to investigators. </p><p>Deputies said they found what appeared to be a bullet hole in the lower right portion of the exterior wall near the doorway where the victim had been standing.</p><p>They said the victim’s girlfriend also provided deputies with a statement. She said she knew Thomas kept a gun in the center console of her truck and followed him toward the vehicle, repeatedly telling him not to do anything “stupid” as she tried to de-escalate the situation, the report states. </p><p>The suspect’s girlfriend told deputies that she saw Thomas retrieve the gun, point it toward his son and fire one round, deputies said. </p><p>They said the victim had scratches around his throat and the back of his neck, as well as a large scratch on his back. Deputies also documented damage inside the home, including a hole in a wall near the floor where the two men had fallen.</p><p>The victim told deputies he believed Thomas intended to kill him but said he did not want to pursue criminal charges against his father, according to the report. </p><p>Deputies said there was probable cause to arrest Thomas on suspicion of attempted felony murder. The report states Thomas had an opportunity to leave after the physical altercation but allegedly returned with a gun and fired at his son.</p><p>They said a records check showed Thomas had three active warrants related to child support. </p><p>Jail records show he is facing charges of domestic battery by strangulation and attempted felony murder, along with three writs of arrest. </p><p>As of Saturday morning, he was being held without bond at the Broward County Main Jail. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Abelardo De La Espriella delivers 1st speech as president of  Colombia]]></title><link>https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/</guid><dc:creator><![CDATA[Cody Weddle, Andrea Torres]]></dc:creator><description><![CDATA[Abelardo De La Espriella, who holds dual Colombian and U.S. citizenship, delivered his first speech as the president of Colombia on Friday in Cali.]]></description><pubDate>Sat, 08 Aug 2026 00:20:05 +0000</pubDate><content:encoded><![CDATA[<p>Abelardo De La Espriella, a right-wing attorney who had never been elected to public office before, took the oath of office on Friday at the Santiago de Cali University, a private university in southwestern Colombia.</p><p>De La Espriella, 48, who promised a “Homeland Miracle,” delivered his first speech as the president of Colombia in southern Cali, at the<b> </b>Pichincha Battalion, one of the country’s most historic army units. </p><p>“I do not believe in assemblies convened to alter the rules of the Republic, prolong the exercise of power, or remake institutions at the whim of those who govern,” De La Espriella said during his 75-minute speech. </p><p>Gustavo Petro, the outgoing left-wing president who did not attend the ceremony in Cali, had aimed to convene an assembly to change Colombia’s 1991 Constitution and failed. </p><p>“My government will never attack or challenge judges,” De La Espriella said. “I will respect the independence of each branch of government.”</p><p>De La Espriella accused Petro, who had exited the presidential Casa de Nariño on Friday in Bogotá, of mocking democracy, dividing the country, and ruling for the FARC, a communist guerrilla that divided into factions after a 2016 peace accord.</p><p>“I think that people have the feeling that the previous government, in trying to negotiate with criminal organizations and insurgent groups, they basically allowed them to grow,” said Sandra Borda, an associate professor of political science at the University of the Andes in Bogotá. </p><p>To start his fight against crime, De La Espriella, who campaigned as “The Tiger,” announced that his administration was preparing to issue a list of “narcoterrorist” groups.</p><p>“One of my first acts of government will be to sign the Shield of the Americas,” De La Espriella, who holds dual Colombian and U.S. citizenship, said during his speech about President Donald Trump’s <a href="https://www.whitehouse.gov/presidential-actions/2026/03/commitment-to-countering-cartel-criminal-activity/" target="_self" rel="" title="https://www.whitehouse.gov/presidential-actions/2026/03/commitment-to-countering-cartel-criminal-activity/">America’s Counter-Cartel Coalition</a>, or <a href="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/" target="_self" rel="" title="https://www.war.gov/News/Releases/Release/Article/4424650/statement-by-chief-pentagon-spokesman-sean-parnell-on-the-americas-counter-cart/">ACCC</a>, an alliance against narcoterrorism. </p><p>De La Espriella also promised “Colombia’s heroes,” the nation’s military and law enforcement, with “legal safeguards” to ensure that they would not be persecuted for carrying out their duties.</p><p>“Under my administration, mega-prisons will be built to house those who pose the greatest threat to the people’s safety,” said De La Espriella, an admirer of Salvadoran President Nayib Bukele and his massive anti-gang crackdown. </p><p>De La Espriella warned growers of coca plants that his administration planned to increase herbicide spraying. He said the chemicals to “eradicate” the illicit crops won’t harm humans or affect the environment.</p><p>De La Espriella also promised fiscal responsibility and announced that he planned on signing a decree to “freeze” public spending. </p><p>“The outgoing administration drove excessive spending growth, fueled by borrowing,” De La Espriella said. “That weakened national finances. Before undertaking the major transformations Colombia needs, we must put our house in order. That will be my government’s first duty.”</p><p>De La Espriella said he will authorize “responsible and sustainable” fracking to extract oil and natural gas, while “adhering to the highest” technical and environmental standards, to restore Ecopetrol, the country’s largest petroleum company.</p><p>“I believe in the energy transition,” De La Espriella said about a long-term goal to move away from fracking. “I am convinced that we must move toward increasingly clean, efficient, and diversified energy sources, but this transition must be built from a position of strength, not weakness.” </p><p>De La Esprialla said his administration was also ready to present a structural overhaul of the tax system.</p><p>“The wealth tax will be eliminated,” the president said. “We must stop penalizing those who create jobs.”</p><p>De La Espriella’s guests included acting U.S. Attorney General Todd Blanche, Spain’s King Felipe VI, Argentine President Javier Milei, Ecuadorian President Daniel Noboa, Chilean President José Antonio Kast, Dominican President Luis Abinader, and FIFA’s Gianni Infantino.</p><p>“I will be the president of all Colombians — those who honored me with their vote and those who placed their trust in other political options,” De La Espriella said. “Those who did not believe in my proposal will find, through my actions, proof that this project serves the common good.” </p><p><b>Related videos</b></p>]]></content:encoded></item><item><title><![CDATA[The UAE says Iranian missile targeted a ship, Yemen attacks Houthis and other Middle East news]]></title><link>https://www.local10.com/news/world/2026/08/08/yemen-attacks-houthis-turkeys-kurdish-peace-bill-wins-approval-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/yemen-attacks-houthis-turkeys-kurdish-peace-bill-wins-approval-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The United Arab Emirates said one of its ships was targeted by an Iranian missile, Yemen’s military attacked the country's Iranian-backed Houthi rebels, and Turkey’s Kurdish peace bill won approval in parliament.]]></description><pubDate>Sat, 08 Aug 2026 14:13:06 +0000</pubDate><content:encoded><![CDATA[<p>The United Arab Emirates said one of its ships was targeted by an Iranian missile, Yemen’s military attacked the country's Iranian-backed Houthi rebels, and Turkey’s Kurdish peace bill won approval in parliament.</p><p>Here’s a look at developments across the Middle East on Saturday. Full coverage can be found here.</p><p>Iran attacks a vessel in the Strait of Hormuz, UAE says</p><p>A vessel owned by Abu Dhabi’s state-owned ADNOC oil and gas company was attacked while transiting the Strait of Hormuz, Emirati authorities said. The Foreign Ministry said Iran fired the missile as part of attacks on commercial shipping.</p><p>ADNOC said in a statement that there were no casualties following the attack early Saturday. The company said over a dozen of its vessels have been attacked by missiles and drones while passing through the strait since the United States and Israel launched the war on Iran in February. One crew member has been killed and 20 others wounded, it said.</p><p>ADNOC didn’t elaborate on where the attack took place nor on any damage.</p><p>Later, the United Kingdom Maritime Trade Operations Center said a vessel east of the town of Khasab, Oman, had been struck by a projectile that caused a fire that was put out, with the vessel and crew safe. It was not immediately clear whether this was the ADNOC incident.</p><p>Iran and Oman, on the other side of the strait, have been discussing a deal to manage the waterway, which had been considered an international one before the war.</p><p>Yemen's military attacks Iran-backed Houthis</p><p>The attacks were in response to the Houthis’ recent strikes in central and eastern Yemen. Col. Majed al-Nazili, spokesperson for Yemen’s military, said the attacks targeted the rebels’ “sites and capabilities” on multiple front lines, without elaborating.</p><p>The escalation between the Houthis and Yemen's internationally recognized government and its backer, a Saudi-supported coalition, threatens to reignite Yemen’s civil war following a 2022 truce.</p><p>On Friday, United Nations envoy Hans Grundberg urged the parties to exercise restraint, saying that “Yemen today faces a greater risk of renewed large-scale conflict than at any point since the U.N.-brokered truce of April 2022."</p><p>Turkey’s Kurdish peace bill wins approval in parliament</p><p>A Turkish draft law aimed at advancing a peace effort with the country's Kurdish insurgents passed its first hurdle in parliament on Saturday, with a committee approving the measure that includes a conditional, pardon-like mechanism for thousands of former fighters.</p><p>Last year, the Kurdistan Workers’ Party, or PKK, declared its decision to disarm and disband as part of the peace initiative aimed at ending the decades-long conflict with the Turkish state.</p><p>The draft legislation, expected to be approved in the general assembly next week, defines the procedures for the group’s disarmament and the rehabilitation of some PKK members. It would suspend some prison sentences for people convicted of membership and postpone the prosecution of others.</p><p>The measures would come into effect once Turkey’s National Security Council confirms that the group has disbanded and surrendered all weapons.</p><p>The conflict has killed tens of thousands of people since it began in the 1980s and has spilled into neighboring Iraq and Syria. Turkey and its Western allies consider the group a terrorist organization.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5VMRALUYBHGJ6DKMX2MKDIJF5E.jpg?auth=34e5be4a218909e031abc0aaf273a27989edd65571052e1730d69389135d15ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Yemen with its capital, Sanaa. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/6GXZQAXTEWZIXTWRXFPLX3YKQ4.jpg?auth=2949652fe6bc3e6530e35625d076814574f25537f38b07c6a031ff4842c3dbf0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is a locator map for Iran with its capital, Tehran. (AP Photo)]]></media:description></media:content></item><item><title><![CDATA[Teen sentenced to 10 years in prison for deadly 2022 crime spree crash]]></title><link>https://www.local10.com/news/local/2026/08/07/emotional-testimony-continues-in-jahkobe-bessent-sentencing/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/emotional-testimony-continues-in-jahkobe-bessent-sentencing/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Emotional testimony continued Friday in the sentencing hearing for Jah’Kobe Bessent, with the defendant’s stepmother and a psychologist taking the stand.]]></description><pubDate>Sat, 08 Aug 2026 00:46:46 +0000</pubDate><content:encoded><![CDATA[<p>Emotional testimony continued Friday in the <a href="https://www.local10.com/news/local/2026/08/06/family-of-woman-killed-during-2022-crime-spree-crash-testifies-as-teen-faces-sentencing/" rel="">sentencing hearing for Jah’Kobe Bessent</a>, with the defendant’s stepmother and a psychologist taking the stand.</p><p>Bessent, 19, was found guilty on all counts and sentenced to 10 years in prison, followed by 10 years of probation with five conditions.</p><p>Once released, Bessent’s driver’s license will be revoked for 10 years, and he will be prohibited from operating a vehicle for 10 years. He also was ordered to pay a laboratory fee of about $200 and approximately $1,000 to the prosecution.</p><p>Bessent must also pay restitution to the estate of Maria Tellez Valderrabano and five other victims. The court did not determine the restitution amount Friday.</p><p>Nicole Bessent, the 19-year-old’s stepmother, testified that she and Jah’Kobe’s father tried to gain custody of him after noticing behavioral issues when he was a child.</p><p>Family members testified Thursday that Bessent’s home life was troubled, something they said his father tried to steer him away from.</p><p>The court also heard about Bessent’s school history, which included more than 40 behavioral incidents.</p><p>A local psychologist testified that Bessent’s troubled upbringing and ADHD diagnosis made him more susceptible to the path that led to his crimes. The psychologist also told the court there was physical abuse in the home.</p><p>Bessent was sentenced in connection with an <a href="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/" rel="">August 2022 crash that killed Maria Tellez Valderrabano</a>, a 35-year-old single mother of three.</p><p>Prosecutors said Bessent, who was 15 at the time, was driving a stolen vehicle while fleeing from police. Authorities said Bessent and another teenager first broke into a home while the residents were sleeping and stole a vehicle before crashing it, killing Valderrabano.</p><p>Bessent has 30 days to appeal his conviction and sentence. If he does not file an appeal within that period, he waives his right to appeal.</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[Senate approves funding bill to avoid a shutdown before the election]]></title><link>https://www.local10.com/news/politics/2026/08/08/senate-approves-funding-bill-to-avoid-a-shutdown-before-the-election/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/senate-approves-funding-bill-to-avoid-a-shutdown-before-the-election/</guid><dc:creator><![CDATA[By KEVIN FREKING and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate in an overnight vote Saturday approved a short-term measure to fund federal agencies into early December and avoid a potentially chaotic government shutdown during the middle of campaign season.]]></description><pubDate>Sat, 08 Aug 2026 07:59:30 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate in an overnight vote Saturday approved a short-term measure to fund federal agencies into early December and avoid a potentially chaotic government shutdown during the middle of campaign season.</p><p>The late-summer action on a funding fix is unusual. Normally, Congress waits until the final days or hours of a funding deadline to pass short-term patches, but this time senators acted nearly two months before the end of the fiscal year on Sept. 30.</p><p>The 90-6 vote showed lawmakers are still smarting from the two historic shutdowns that occurred this past year and want to avoid another before voters go to the polls.</p><p>Senate Majority Leader John Thune wanted the funding dealt with before senators went home for the next five weeks to focus on their reelection campaigns and other matters. It got caught up with other issues that pushed votes into the night, but the bill had broad bipartisan support. The House will also have to approve the measure when members return from their August recess before it can go to President Donald Trump’s desk for his signature.</p><p>The bill generally funds the federal government at current levels though Dec. 11, but includes a variety of exceptions that senators negotiated with the White House.</p><p>Democrats secured language to ensure no money could be transferred to the Border Patrol. They also rejected the White House’s request of $1 billion for early work on a new “Trump-class” battleship that the administration announced on Dec. 22.</p><p>“The only person who wants these golden ships is Donald Trump so he can slap his name on them,” Senate Democratic leader Chuck Schumer said.</p><p>Hemp provision became a point of contention</p><p>The bill also includes language delaying a national ban on most intoxicating hemp products. That one-month delay prompted outrage from some Senate Republicans who say that too many such products are falling into the hands of often unsuspecting children. The packaging of the products often relies on bright colors and intentionally mimics popular snack brands to attract consumers.</p><p>Sen. Ted Budd, R-N.C., said that since 2017 there has been nearly a 10-fold increase in cannabis-related emergency room visits by minors in his home state.</p><p>“This is a public health crisis that deserves this Senate’s immediate attention,” Budd said. “Our children should never be the testing ground for an industry willing to exploit a loophole in federal law for profit.”</p><p>But the hemp industry said the delay buys time for Congress to craft legislation that protects hemp farmers and businesses while also putting in place safeguards to protect children.</p><p>Trump himself has called Budd to discuss the issue, though the president did not specifically ask the senator to drop his effort, Budd’s spokesman said.</p><p>“Senator Budd had a friendly phone call with President Trump discussing the legislative efforts regarding THC,” said spokesman Christian McMullen. He said the senator outlined his concerns about “any delay to closing the hemp loophole.”</p><p>Budd tried to strip the hemp delay from the bill, but the Senate turned aside his effort.</p><p>The bill delays a Trump administration rule on grants</p><p>Democratic lawmakers, along with Sen. Susan Collins, R-Maine, also got language in the bill that would block, for the duration of the funding patch, new regulations on federal grants. The regulations would require a senior political appointee to review grants before they are awarded to ensure, among other things, that they advance the president’s policy priorities. Democrats worry it’s an effort to kill grants destined for Democratic-leaning states.</p><p>“They are not interested in making our tax dollars work better — they just want them to work for Donald Trump,” said Sen. Patty Murray, the ranking Democrat on the Senate Appropriations Committee.</p><p>The White House Office of Management and Budget says its effort is about improving accountability to ensure taxpayer dollars aren’t wasted or misused. The issue is sure to be a topic of future negotiations on a full-year spending measure.</p><p>But Collins said the vast majority of the nearly 500,000 people and groups weighing in on the rule are opposed to it.</p><p>“I don’t think in my time that I’ve been privileged to serve in the Senate that I have ever seen a proposed rule generate that many negative comments,” Collins said.</p>]]></content:encoded></item><item><title><![CDATA[Aug. 8: Mostly dry weekend ahead, with hot and drier weather next week]]></title><link>https://www.local10.com/weather/2026/08/08/aug-8-mostly-dry-weekend-ahead-with-hot-and-drier-weather-next-week/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/08/aug-8-mostly-dry-weekend-ahead-with-hot-and-drier-weather-next-week/</guid><dc:creator><![CDATA[John Gerard]]></dc:creator><description><![CDATA[Outside of a few scattered showers in the morning hours Saturday and Sunday, the forecast is pretty dry this weekend.]]></description><pubDate>Sat, 08 Aug 2026 10:25:47 +0000</pubDate><content:encoded><![CDATA[<p>Outside of a few scattered showers in the morning hours Saturday and Sunday, the forecast is pretty dry this weekend. An easterly flow will keep most of the showers and storms over toward the west coast, so if you have any last-minute back-to-school errands to run, the weather should cooperate.</p><p>Back-to-school weather will feature a chance of mainly morning showers again on Monday, but a drier-than-normal week is in store, with rain chances only around 20% to 30% each day. Temperatures will be typically hot for August, however, with highs in the lower to middle 90s each day.</p><p>If you’re headed to the beach this weekend, be advised that there’s a rip current advisory in effect, so only swim at guarded beaches and don’t go in too deep.</p><p>All remains quiet in the tropics for now.</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[‘We saw death and suffering’: Dozens of Nigerians freed after 6 months in jihadi captivity]]></title><link>https://www.local10.com/news/2026/08/08/we-saw-death-and-suffering-dozens-of-nigerians-freed-after-6-months-in-jihadi-captivity/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/08/we-saw-death-and-suffering-dozens-of-nigerians-freed-after-6-months-in-jihadi-captivity/</guid><dc:creator><![CDATA[By PELUMI SALAKO, Associated Press]]></dc:creator><description><![CDATA[ILORIN, Kwara (AP) — Some of the 163 kidnapped Nigerians rescued from jihadi captivity have spoken of the suffering and fear they lived in for six months.]]></description><pubDate>Sat, 08 Aug 2026 10:21:58 +0000</pubDate><content:encoded><![CDATA[<p>ILORIN, Kwara (AP) — Some of the 163 kidnapped Nigerians rescued from jihadi captivity have spoken of the suffering and fear they lived in for six months.</p><p>The freed captives, mostly women and children, were among over 300 kidnap victims freed by Nigerian forces this week.</p><p>They were handed over to the authorities by security forces in Ilorin, the capital of Kwara state, on Friday for medical attention and routine checks, and were anticipating their return home to reunite with their families.</p><p>Mary Ishaya recalled days without food, and being asked alongside others to bury other hostages who died in captivity.</p><p>The 44-year-old, who had never touched a dead body or buried one before, said: “I still cannot find the right words to describe what has happened to us. We saw death and suffering.”</p><p>The Nigerians were abducted on Feb. 3 when jihadi militants stormed the village of Woro, killing over 160 others.</p><p>In the hospital where they were receiving medical attention, the freed captives looked emaciated with many laying on the floor, barely able to stand, while others had injuries and emotional scars from their ordeal. Some of the women were informed that their husbands had been among those killed during the February attack.</p><p>Some told The Associated Press how they had given up on any hope of returning home. Others recounted people falling sick, being beaten by the rain, and told to hide whenever Nigerian military helicopters flew over the forest hideouts where the captors held them.</p><p>Amira Saliu, a nurse who was among those freed, said she helped about 10 pregnant women deliver their babies in the forests.</p><p>“I had no choice but to use my bare hands,” she said.</p><p>Locals in Woro said they suspected the killings and kidnapping were a punishment for their resistance to the preachings of the jihadis.</p><p>Hauwa Saliu recalled how the captors constantly asked the abductees if they had accepted those preachings. Saliu, whose husband was killed in the attack, said she refused to accept them.</p><p>“We prayed to God to help us go back home, but it never really crossed our minds that we were going to go back home,” the 30-year-old said.</p><p>‘Largest rescue operation ever’</p><p>February's attack was one of the deadliest in Nigeria in recent years, and showed how militants who had previously focused their activities in the north are moving south through Africa’s most populous nation, where gangs compete for territory and control of natural resources in villages where they outnumber the country’s overstretched security forces.</p><p>The U.S. is providing military support to Nigeria under an agreement it says aims to protect Nigerian Christians, though much of that support is restricted to logistics and intelligence-gathering at the heart of the violence in the north.</p><p>Mass kidnappings have come to define Nigeria's security issues, with schoolchildren also targeted.</p><p>The victims in the Muslim-majority Woro were rescued this week alongside 145 other victims who had been kidnapped, mostly from the neighboring Niger state.</p><p>Local authorities did not say how the captives were rescued from the dense, expansive forest of the Kainji Lake National Park.</p><p>Nigerian President Bola Tinubu described it as the “largest rescue operation ever” undertaken on a single day, and promised to intensify operations against armed gangs.</p><p>Recruitment drive and pay rises for the military</p><p>Some of the jihadi militants in Nigeria have presented themselves as an alternative to the government in areas with limited government and security presence.</p><p>A key issue in Nigeria is the poor welfare of the country's overstretched and underpaid security forces, which Tinubu has sought to address by recently announcing pay rises and mass recruitment for the military.</p><p>The government must find ways to act on intelligence and prevent militant attacks, rather than simply responding to them, according to Sekinat Ojeniyi, a senior analyst at global risk consultancy Africa Practice.</p><p>“It is time for us to recheck how much our security apparatus does to prevent” attacks, said Ojeniyi.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/X767DHSHU7WGPTROT47OH57KEE.jpg?auth=1aa9d31a0fc1b1ac5c6885ae02f13433b47edb449f7d05de4a1349ae68f45c40&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women and children who were rescued after being held in a forest after they were abducted from the Woro community by gunmen in February receive medical attention at a hospital in Ilorin, Nigeria, Friday, Aug. 7, 2026. (AP Photo/Abubakar Khadijat)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubakar Khadijat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q4GHGDWMT4JJLO7YH4H5CIADIE.jpg?auth=c61c35ec26cf891de831a707defc5ba6c1c66cd9cb730b191d73fbd5f6605cd0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Women and children sit in the courtyard of a hotel where they are staying while waiting for the state governor to address them in Ilorin, Nigeria, Friday, Aug. 7, 2026, after being rescued from a forest where they were held following their abduction from the Woro community by gunmen in February. (AP Photo/Abubakar Khadijat)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubakar Khadijat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MDZLLRY6JOWFJX4235RZAUDKVA.jpg?auth=06c988790db8569ffda3af4863daf590157d4fbd944cc1e81212a1e13dd1f71d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kwara state Gov. Abdulrahman Abdulrazaq greets children at a hotel in Ilorin, Nigeria, Friday, Aug. 7, 2026, where they are staying after being rescued from a forest where they were held following their abduction from the Woro community by gunmen in February. (AP Photo/Abubakar Khadijat)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubakar Khadijat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WRUP32GXZ5UKOBIVZNVGBCJOH4.jpg?auth=aa2307b20270a2538f8b183e46941e8835e7a543ba44f96369dc5928de76e146&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kwara state Gov. Abdulrahman Abdulrazaq, left, visits a woman receiving medical attention at a hospital in Ilorin, Nigeria, Friday, Aug. 7, 2026, after she and others abducted by gunmen from the Woro community in February were rescued from a forest where they had been held. (AP Photo/Abubakar Khadijat)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubakar Khadijat</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DV4RIFFRNJJ6DHZA2NBZMRP72U.jpg?auth=cad81060e541630e1e98f036d836794734684645fd63427d77265e5448178767&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman who was rescued after being held in a forest after being abducted from the Woro community by gunmen in February receives medical attention at a hospital in Ilorin, Nigeria, Friday, Aug. 7, 2026. (AP Photo/Abubakar Khadijat)]]></media:description><media:credit role="author" scheme="urn:ebu">Abubakar Khadijat</media:credit></media:content></item><item><title><![CDATA[Senators head for the exits without meeting Trump's demands for voting bill]]></title><link>https://www.local10.com/news/politics/2026/08/08/senators-head-for-the-exits-without-meeting-trumps-demands-for-voting-bill/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/senators-head-for-the-exits-without-meeting-trumps-demands-for-voting-bill/</guid><dc:creator><![CDATA[By LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Senators headed for the exits in the predawn hours Saturday, ending for now a crushing standoff over President Donald Trump's demands that they stay in session to pass a strict proof-of-citizenship voting bill before the summer recess.]]></description><pubDate>Sat, 08 Aug 2026 09:23:31 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Senators headed for the exits in the predawn hours Saturday, ending for now a crushing standoff over President Donald Trump's demands that they stay in session to pass a strict proof-of-citizenship voting bill before the summer recess.</p><p>While they wrapped up many key priorities in the overnight votes, advancing Trump's SAVE America Act was not among them.</p><p>Instead, Republican senators who had brought the chamber to a standstill spoke to Trump late in the evening about an alternative plan: They would try again to approve elements of the voting bill as part of a broader GOP budget package to fund the Iran war and replenish the Pentagon when they return to work in September.</p><p>“Obviously, with the president at his direction, this is what he wants to do,” said Sen. Ron Johnson of Wisconsin, the GOP budget committee chairman, flanked by Sens. Mike Lee, R-Utah, and Rick Scott, R-Fla., after their phone call with the president.</p><p>The sudden wind-down after weeks of Trump ramping up his demands shows just how deeply the president is able to reach into the halls of Congress to set the agenda or disrupt it, the executive directing the affairs of the legislative branch. While Trump is often seen as a de facto speaker of the House, he is invariably trying his hand at mastering the Senate.</p><p>Trump had poked and prodded Senate Majority Leader John Thune for weeks to pass the SAVE America Act, a bill that does not have enough support from the Republicans who hold majority power, let alone the Democrats whose votes would be needed to advance it in the Senate.</p><p>The president has gone so far as to insist the Senate abandon its filibuster rules to jam the SAVE America Act past the 60-vote threshold that is typically needed to advance legislation in the chamber — something Thune and most senators have no interest in doing.</p><p>“John’s trying. He’s trying hard. I really believe that. But if he doesn’t get there, it would be unfortunate,” Trump said in an interview with Punchbowl News that posted Friday.</p><p>Trump's pressure couldn't overcome Thune's reality</p><p>Thune himself has worked to carefully balance the often unusual demands of the president with the political reality of his slim GOP majority. Republicans are down one vote with the prolonged absence of Sen. Mitch McConnell of Kentucky, the former leader, who said this week he was released from a rehabilitation center and is recovering at home.</p><p>“I think everybody’s, for the most part, on the same page,” Thune, R-S.D., said about the trio's call with Trump, adding that eventually the Senate would have to tackle another budget bill.</p><p>During a daylong session that dragged for nearly 20 hours, Thune successfully powered through a lengthy list of other Trump priorities. Senators confirmed the president's pick of Todd Blanche as the attorney general, passed a sweeping Russian sanctions package to aid Ukraine, and approved a bipartisan package to fund the government into December in an early step toward avoiding a government shutdown.</p><p>The Republicans also tried to push forward a slimmer voting bill that would require people to show IDs before casting ballots for federal elections. It failed to advance, largely on a party-line vote with Democrats opposed.</p><p>But the failure to make progress on the SAVE America Act had erupted as an online crusade for Trump's allies in Congress, amplified by activists urging them on.</p><p>Led by Lee, a growing group of senators was refusing to adjourn for the summer break without passing Trump's priority voting bill.</p><p>At dinnertime, Thune gathered all the Republican senators for a meeting as the standoff deepened at the Capitol. There was no immediate way forward for the SAVE America Act or the broader budget bill. Thune encouraged the trio of senators to talk to the president, which they did, before regrouping back at Thune's office.</p><p>"We had about a two-hour conference meeting trying to figure out, you know, what we need to do to, to come to an agreement, to accomplish what the president wanted,” Johnson said. “Then we had discussion with the president, he agrees.”</p><p>Lee acknowledged he was disappointed by the outcome, but said he understood the political reality of the situation.</p><p>“We are not in a position right now where we have the wherewithal to pass it,” Lee told reporters at the Capitol, after the three senators emerged from Thune's office following their call with Trump.</p><p>Near daybreak, when the Senate did call for the vote to adjourn, Lee and others objected with hearty nos.</p><p>On the simple voice vote, the ayes had it, and the motion to adjourn was adopted.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HONULAPX4WKVE3ZNYAIJPQ3YXI.jpg?auth=cac47cfe9e7398a90f522caae2ee889c433107f98d4342090b259d34f8cdc88b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Ron Johnson, R-Wis., talks with reporters outside of the Senate chamber during a vote at the U.S. Capitol, Friday, August 7, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UBFK57NYE3UUK4RZNOL6NMABZM.jpg?auth=64d4a66d36da5ea2838511b517373ceca06bdc70f3ffcab7d246b7c11416dcfc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump boards Air Force One, Friday, Aug. 7, 2026, at Joint Base Andrews, Md. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6XJHMDXKU4C6SL6D7ABOZY5C4.jpg?auth=e882584536d95876116e25da19e645008367995076cd90c9eb30e85554659ab2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Chuck Grassley, R-Iowa, walks through the Senate subway at the U.S. Capitol during a vote, Friday, August 7, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S4ZMSMIEYTEF3XYJPIEZEFHD6I.jpg?auth=ed81703002dd7a1d491734e42d6e4a2b7039741c232d994678d89206423b4435&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., departs the U.S. Capitol prior to a confirmation vote for acting Attorney General Todd Blanche, Friday, Aug. 7, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VG2XAZD6TIHG3334MRCJSTUVD4.jpg?auth=5ec73b71b70715da801743d6cbc24111149f98b650649a844b1e34971fae9832&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Thomas Tillis, R-N.C., walks through the U.S. Capitol during a recess, Friday, August 7, 2026 in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Todd Blanche is narrowly confirmed as Trump's attorney general in an overnight Senate vote]]></title><link>https://www.local10.com/news/politics/2026/08/08/todd-blanche-narrowly-confirmed-as-trumps-attorney-general-in-overnight-vote/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/todd-blanche-narrowly-confirmed-as-trumps-attorney-general-in-overnight-vote/</guid><dc:creator><![CDATA[By ALANNA DURKIN RICHER and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate confirmed Todd Blanche as attorney general in a vote early Saturday, cementing the command of President Donald Trump’s former personal lawyer at a Department of Justice that Trump has sought to bend to his will.]]></description><pubDate>Sat, 08 Aug 2026 15:04:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate confirmed Todd Blanche as attorney general in a vote early Saturday, cementing the command of President Donald Trump’s former personal lawyer at a Department of Justice that Trump has sought to bend to his will.</p><p>The Republican-led Senate voted 50-49 to make Blanche the second confirmed attorney general since Trump returned to the White House last year with a stated desire to use the law enforcement agency to investigate his political enemies. While Blanche has already been leading the department in an acting capacity, his confirmation could free him to pursue the administration’s agenda even more aggressively.</p><p>Blanche said on social media that he was “deeply honored by the trust and confidence President Trump has placed in me,” adding that he was “grateful” to senators for working late to confirm him.</p><p>The vote followed a tumultuous confirmation fight that exposed deep concerns — from some Republicans as well as Democrats — about installing Trump’s close ally atop a Justice Department that historically prided itself on its independence from the White House.</p><p>In the end, Blanche was confirmed by the narrowest of margins, opposed by two Republicans — Sens. Susan Collins of Maine and Lisa Murkowski of Alaska — and by every Democrat.</p><p>The path to confirmation for Blanche was unusually rocky, due in large part to Republican concerns about a controversial settlement of Trump’s lawsuit against the IRS.</p><p>Under pressure, Blanche publicly promised in writing that the department would abandon Trump’s proposed $1.8 billion compensation fund for the president’s allies, including those who attacked the Capitol on Jan. 6, 2021, and rein in another piece of the settlement designed to shield Trump and his family from IRS tax audits.</p><p>His appeals were enough to win over Republican Sen. Bill Cassidy, the decisive vote who threw his support behind Blanche on Friday morning. Cassidy said no other nominee may be able to run the department better under Trump and suggested Blanche’s role as Trump’s former criminal defense lawyer can make him more effective at pushing back on the Republican president’s demands.</p><p>“This is not a referendum on President Trump. It is a decision regarding Mr. Blanche in very specific circumstances,” said Cassidy, who lost his primary this year to a Trump-backed challenger.</p><p>Sen. Dick Durbin of Illinois, the top Democrat on the Senate Judiciary Committee, said confirming Blanche would be a “serious mistake.” He begged his colleagues not to be on the “wrong side” of history.</p><p>“If there is ever a moment in history when we need an Attorney General above reproach, who is clearly dedicated to ending corruption, even at the highest level of our government, it’s right now,” Durbin said.</p><p>Blanche’s loyalty to Trump left senators skeptical</p><p>The vote capped off a bruising confirmation fight, with Blanche’s loyalty to Trump at the center of the stalemate.</p><p>Blanche was elevated to the top Justice Department post in an acting capacity after Trump fired Pam Bondi in April. Blanche moved swiftly to advance the president’s interests, accelerating investigations into Trump’s perceived foes and announcing the settlement that created the $1.8 billion “Anti-Weaponization Fund” to compensate people who feel mistreated by the criminal justice system and provided Trump and family members with immunity from tax audits.</p><p>The controversial settlement threatened to torpedo Blanche’s nomination until he formally rescinded the fund in writing under pressure from Republican Sens. John Cornyn of Texas and Sen. Thom Tillis of North Carolina. The deal reached  between the senators and the department unlocked a vote in the Senate Judiciary Committee, which advanced Blanche’s nomination earlier this week</p><p>Even after the deal, Blanche faced opposition from some Republican senators concerned with the settlement fund and the tax audit immunity.</p><p>Murkowski announced early Friday that she would join Collins in opposing Blanche’s nomination, saying the country needs an attorney general “who will check the worst impulses of this administration.”</p><p>Former prosecutor rises as Trump’s defender</p><p>A former federal prosecutor in New York, Blanche rose to public prominence as a lead attorney on Trump’s defense team, including during the Republican’s hush money trial in New York. He also defended Trump against criminal charges in the two federal cases brought by the Biden administration’s Department of Justice — an experience Blanche has said provided him a firsthand look at what he contends was the weaponization of the criminal justice system against Trump.</p><p>Blanche entered the Justice Department last year as deputy attorney general under Bondi, overseeing the agency’s day-to-day operations and serving as the public face for high-profile and controversial matters, like the release of millions of investigative files related to disgraced financier Jeffrey Epstein.</p><p>Democrats have accused Blanche of prioritizing his loyalty to Trump above all else through investigations against Trump foes such as former FBI Director James Comey and a radical reshaping of the department. Under Bondi and Blanche’s leadership, the department has lost thousands of employees through firings, resignations or voluntary departures.</p><p>Blanche’s supporters say his experience as a federal prosecutor and the trust he earned from Trump in the courtroom make him better equipped than Bondi to explain to the White House the legal constraints of its demands. Republicans have also touted his efforts to bring down violent crime, tackle illegal immigration and combat violent cartels and drug trafficking.</p><p>Sen. Chuck Grassley, the Judiciary Committee chairman, gave a full-throated endorsement of Blanche ahead of voting, saying he’s led the Justice Department with distinction. “Mr. Blanche is the right choice,” said Grassley, R-Iowa.</p><p>It is unclear whether Blanche will fare any better in delivering on Trump’s desire for retribution than Bondi, whom Trump fired amid resistance from judges, grand jurors and the department’s own workforce as prosecutors sought to establish criminal conduct by one Trump foe after another.</p><p>Shortly after Blanche took the top post, the Justice Department moved to indict Comey on charges of threatening the 47th president by posting a social media photograph of seashells in the numerical arrangement of “86 47.” Comey’s lawyers are pressing to have the case dismissed, accusing the department of misleading judges, submitting documents containing false statements and withholding key facts.</p><p>Blanche has also appointed Joseph diGenova, a former Justice Department prosecutor from the Reagan administration, to oversee a Florida-based investigation into whether former law enforcement and intelligence officials conspired over the last decade to undermine Trump. But it remains uncertain whether that probe will result in any criminal charges.</p><p>__</p><p>Associated Press writers Bill Barrow in Atlanta and Kevin Freking and Mary Clare Jalonick contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7VZ3N3HZFVH76AAIXSBDTZT7XY.jpg?auth=7b0a5760252c6094c49ae05ee524e41952c95047051a72cacc190cce6fd5d508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Acting Attorney General Todd Blanche speaks during a news conference on unaccompanied children at the Justice Department, June 11, 2026, in Washington. (AP Photo/Manuel Balce Ceneta, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Manuel Balce Ceneta</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SMWVPW4ODAWCIKGAHXJ645HADI.jpg?auth=c7afe4c0358ca7332ab6b410407c5ce975d3a0153ba8096bb65d700a46a7997a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Capitol is seen from the Washington Monument, Friday, July 31, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J6WIUJDAYDWEYSIFRUCMN3L6GI.jpg?auth=b98fc306de688fb4833e238389a1ac9343db14fb10d05a712f233fc8c3b9c726&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Bill Cassidy, R-La., departs the U.S. Capitol prior to a confirmation vote for acting Attorney General Todd Blanche, Friday, Aug 7, 2026, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Q6DMRVB5C5THTPEBHJAADBKLIY.jpg?auth=9c8ce4a71d3e73c11a0622f3b4cf5e8f4b85209299b0912c212701effc8cb60c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Lisa Murkowski, R-Alaska, talks with reporters as she walks through the Senate subway at the U.S. Capitol during a vote, Friday, August 7, 2026 in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UZBJDYBKQWNWXJ2IB4APM46XHM.jpg?auth=8975860f796d3082cdde96e17a5afe94d9369aa6b979634417e40e31e27b8d3e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Acting Attorney General Todd Blanche speaks during a news conference at the Department of Justice, Wednesday, August 5, 2026 in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Zelenskyy visits Moscow-friendly Serbia as Russian attacks on Kyiv region kill 4]]></title><link>https://www.local10.com/news/world/2026/08/08/zelenskyy-visits-moscow-friendly-serbia-as-russian-attacks-on-kyiv-region-kill-4/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/zelenskyy-visits-moscow-friendly-serbia-as-russian-attacks-on-kyiv-region-kill-4/</guid><dc:creator><![CDATA[By JOVANA GEC and VOLODYMYR YURCHUK, Associated Press]]></dc:creator><description><![CDATA[BELGRADE, Serbia (AP) — Ukrainian President Volodymyr Zelenskyy denounced Russia’s latest deadly attacks on Kyiv on Saturday as he visited Serbia, one of the few European countries that has maintained friendly relations with Moscow throughout its invasion of Ukraine.]]></description><pubDate>Sat, 08 Aug 2026 15:12:08 +0000</pubDate><content:encoded><![CDATA[<p>BELGRADE, Serbia (AP) — Ukrainian President Volodymyr Zelenskyy denounced Russia’s latest deadly attacks on Kyiv on Saturday as he visited Serbia, one of the few European countries that has maintained friendly relations with Moscow throughout its invasion of Ukraine.</p><p>Four people, including a child, were killed in the overnight strikes on Kyiv and the surrounding region. Ukrainian forces hit Russian oil facilities.</p><p>Zelenskyy arrived in Belgrade on Friday for his first official visit to Serbia.</p><p>Speaking at a news conference in Belgrade with Zelenskyy, Serbian President Aleksandar Vucic described Ukraine as a “friendly nation” and said he was honored to welcome the Ukrainian leader — the first visit by a Ukrainian president in eight years.</p><p>The two leaders discussed their countries’ efforts toward joining the European Union, bilateral ties and ways to expand cooperation.</p><p>Kyiv’s residents face regular drone and missile barrages that Ukraine’s depleted air defenses are struggling to counter amid Moscow’s 4-year-old full-scale invasion, while repeated Ukrainian strikes on oil facilities have caused fuel shortages and rattled Russians.</p><p>Paperwork holds up missile production licenses</p><p>Vucic, who has maintained close ties with Moscow and refused to sanction Russia over the invasion — drawing pressure from the EU to change course — reiterated that Serbia respects Ukraine’s territorial integrity and said that position would not change.</p><p>“The situation in Ukraine is difficult,” Zelenskyy said at the press conference. “There was another missile strike last night — ballistic missiles targeting our infrastructure. There were also attack drones.”</p><p>Zelenskyy said that deliveries of Patriot air defense interceptors — the sole air defense weapon in Ukraine’s arsenal able to shoot down ballistic missiles — have slowed compared with a year ago.</p><p>“There are fewer of these missiles in 2026. In 2025 there were more, I’ll tell you honestly, in terms of monthly supplies,” he said.</p><p>Zelenskyy said Washington has agreed to let Ukraine manufacture its own Patriot air defense interceptors, but that they are “stuck dealing with paperwork.”</p><p>“The process for some of these licenses is also taking a long time,” he said.</p><p>Boy killed with grandparents in Kyiv region</p><p>The talks in Belgrade came after multiple Russian drones destroyed the home of a family in the Brovary district, northeast of Kyiv, killing a 3-year-old child and his grandparents, local officials said.</p><p>Three other members of the same family and a neighbor who came to their aid were hospitalized, local authorities said. The attack reduced the house to rubble and wrecked outbuildings and cars.</p><p>Zelenskyy said at least one other person died in a “strike involving six ballistic missiles against civilian infrastructure” in the capital.</p><p>In its daily report, Ukraine’s air force said it had downed or intercepted 135 of 151 drones launched by Russia overnight. The attack also involved six ballistic missiles and other guided missiles.</p><p>Russia has relentlessly pounded civilian areas of Ukraine, even though Moscow insists its forces target only military facilities.</p><p>Ukraine’s air defenses shot down around 5,300 drones and missiles last month, Ukraine’s defense ministry said Friday, just under 60% of the around 9,000 attack drones and missiles Russia fired in the same period.</p><p>Moscow is exploiting Ukraine’s critical shortage of interceptors for the U.S.-made Patriot systems, the sole air defense weapon in its arsenal able to shoot down ballistic missiles.</p><p>Zelenskyy has pleaded with other countries, especially the U.S., to send more of the ammunition made scarcer by the Iran war. Failing that, he wants to make Patriot ammunition in Ukraine or win permission from Elon Musk to use his Starlink satellite communications system to guide strikes inside Russia that can hit its missile launchers.</p><p>Following the latest attacks, Zelenskyy appealed on X for more sanctions to “prevent the production of these ballistic missiles,” along with “anti-ballistic capabilities” and “interceptor missiles.”</p><p>Ukraine strikes Russian oil facilities</p><p>In Russia, six people were wounded when a fire broke out at the Ilsky Oil Refinery, in the southern Krasnodar region, due to debris from a falling drone, local officials said.</p><p>Ukraine's General Staff said Ukrainian forces struck the refinery in Krasnodar, along with the Syzran Oil Refinery in the Samara region, more than 800 kilometers (500 miles) inside Russia.</p><p>Vyacheslav Fedorishchev, governor of Russia’s Samara region, said drones hit an “industrial enterprise,” but he did not mention the refinery.</p><p>Ukraine’s almost daily long-range drone and missile strikes using domestically developed weapons have battered Russian oil facilities for months. The operation has brought a fuel crisis that is embarrassing the Kremlin.</p><p>___</p><p>Yurchuk reported from Kyiv, Ukraine. Associated Press writer Elise Morton in London contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BRFAIYZC2HRSTO7Z7E2Z3DGR3Q.jpg?auth=896554eea2efb711d77d6dee6bd3accd3b51272f30b45a47e91772fb65bb3a2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Ukraine's President Volodymyr Zelenskyy looks od during his meeting with U.S. President Donald Trump on the sidelines of the NATO summit in Ankara, Turkey, on July 8, 2026. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XZXQSMIDANMH4G746A2C7LF4FM.jpg?auth=a33be7f0358bbd452203126c17ed1a49c32c863455f83853a158b021bbf95442&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy shakes hands with his Serbian counterpart Aleksandar Vucic at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3ASZWT5LLHLPDFFUQZVGXWTOAE.jpg?auth=3e2ff1500d127503bff7e477984797e98bf9ffa6f06ddc8450bbd882345d6ccf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy speaks during a press conference with his Serbian counterpart Aleksandar Vucic at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VMZPXAQQURWVA3D7VPDXNLXJEU.jpg?auth=0e6abba0a8737dab7fd8a58c6e613b86b2631495e2527b0bbc38b2997a698af1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy grimaces during a press conference with his Serbian counterpart Aleksandar Vucic at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SP53PJTJXGFWYIEJBAAVMHIHBI.jpg?auth=73e73f78475ec86dda42e1af7d72b912cbaeba8fedebb8f80f0268c2f8f2d7af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serbian President Aleksandar Vucic adjusts his headphones during a press conference with Ukraine's President Volodymyr Zelenskyy at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6QDMGFRGBFSA3KHZW2BQW2KGDQ.jpg?auth=3f0c0e78cae7f93b333ac515aa565365586f2e7aa31690529aa08071dc9ec787&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy stands with his Serbian counterpart Aleksandar Vucic during a welcome ceremony at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6HW3NQAN4O2QLY6GK7YA45EBCE.jpg?auth=f41c6bb8b8061a3bd32e1cdb9821c17c9b0a70b0f271bedfb3a48cbb2e97c795&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy arrives for joint press statements with his Serbian counterpart Aleksandar Vucic at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XR7DUT45XOGSHYDFYVMU7VUTAU.jpg?auth=d6504a23dbd379908bbb2d0f36840b49cbc8da03ae996fa059a5b68ae7425a6c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy reviews an honor guard with his Serbian counterpart Aleksandar Vucic during a welcome ceremony at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AQ3TVJOLTCXBQNRNAV7EBJDRRI.jpg?auth=01f29a407ee88e5a4b136c85b5e533d4e59646dc0056ea1988ddbe2e4aa241a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy stands with his Serbian counterpart Aleksandar Vucic during a welcome ceremony at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ID23WDS35LIJKKBYGOPKDWX444.jpg?auth=0c9eedc988c947896b8ec6a509fb7818e5335a7fd697e2ae76885d58eab50bcf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ukraine's President Volodymyr Zelenskyy, left, shakes hands with his Serbian counterpart Aleksandar Vucic after a welcome ceremony at the Serbia Palace, in Belgrade, Serbia, Saturday, Aug. 8, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[A 12-year-old girl dies after Thailand school shooting, bringing the death toll to at least 8]]></title><link>https://www.local10.com/news/world/2026/08/08/a-12-year-old-girl-dies-after-thailand-school-shooting-bringing-the-death-toll-to-at-least-8/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/a-12-year-old-girl-dies-after-thailand-school-shooting-bringing-the-death-toll-to-at-least-8/</guid><dc:creator><![CDATA[By JINTAMAS SAKSORNCHAI, Associated Press]]></dc:creator><description><![CDATA[BANGKOK (AP) — A schoolgirl died from critical wounds on Saturday after a student opened fire at a high school and his home outside Bangkok the day before, bringing the death toll from the attack to at least eight people.]]></description><pubDate>Sat, 08 Aug 2026 15:06:32 +0000</pubDate><content:encoded><![CDATA[<p>BANGKOK (AP) — A schoolgirl died from critical wounds on Saturday after a student opened fire at a high school and his home outside Bangkok the day before, bringing the death toll from the attack to at least eight people.</p><p>The 14-year-old opened fire at around 10 a.m. Friday at Debsirin Nonthaburi School in Nonthaburi province northwest of the Thai capital before apparently taking his own life. He also appeared to have killed his two grandparents at his family home earlier in the morning, officials said.</p><p>The girl, 12, died after hospitalization, the Health Ministry said. The school had posted a message on Facebook Friday seeking blood donations for two students, including the girl, who was in seventh grade.</p><p>Fourteen people remain hospitalized, of whom seven remain in critical condition Saturday, according to Thailand’s Health Ministry. Most of those wounded were between 12 and 14 years old.</p><p>Relatives claimed the bodies of eight people from Bangkok’s Institute of Forensic Medicine: five school staff, the accused shooter, and his grandparents. Emergency workers brought out a coffin and loaded it onto an ambulance, which will transport the bodies to their hometowns for funeral rites.</p><p>The young girl’s body is still to be released.</p><p>Wiroon Supasingsiripreecha, head of the institute, said most of the victims suffered a single fatal gunshot wound to a vital area, including the chest or head.</p><p>He said the gunshot wound found on the alleged shooter was consistent with the weapon he had used. More detailed forensic findings, including toxicology results, are expected later, he said.</p><p>Officials said the gun, described as small and compact, was legally registered to the boy’s grandfather.</p><p>There were reports that the boy, who lived with his grandparents, had shown signs of stress connected to school, although some of his relatives told Thai media that they were unaware of any troubles he might have been facing.</p><p>The co-educational state school, which has about 3,000 students enrolled aged 12 to 18, said all classes would be suspended between Aug. 10-14 and school staff were instructed to work from home during that time.</p><p>A few mourners laid flowers Saturday morning at the school's gate, where a few police officers could be seen.</p><p>Charin Siriananchai brought his two sons, ages 9 and 6, to pay their respects. He said while his sons do not study here, he lives in the neighborhood and drives past this school almost every day, often stopping to allow students to cross the road.</p><p>“Everyone was saddened and shocked, because it was unexpected that this would happen in Thailand, and also it’s quite a great loss,” he said.</p><p>Some parents also came with their children to collect their belongings left behind after the shooting. A father, who declined to identify himself, said his son, who was at the school during the shooting, was still in shock and could not sleep alone.</p><p>Thailand has one of the highest rates of gun ownership in Asia, second only to Pakistan and far surpassing its Southeast Asian neighbors.</p><p>Data collected in 2017 by the groups Small Arms Survey and GunPolicy.org in their last extensive international study found civilian gun ownership in Thailand was about 15.1 guns per 100 people, compared with less than one per 100 in neighboring Malaysia.</p><p>Thailand had 3.49 deaths by firearms per 100,000 people, according to 2023 statistics published by World Population Review. That puts it well behind parts of Latin America and the Caribbean, but relatively high in Asia. Only the Philippines is higher in Southeast Asia.</p><p>While shootings involving indiscriminate killings are not common, the country has seen an uptick in high-profile shooting deaths in recent years.</p><p>In February, a 17-year-old stole a gun from police and opened fire at a public high school in southern Thailand, briefly taking people hostage in a two-hour attack that killed one person and wounded two others.</p><p>A 14-year-old boy was accused of a 2023 shooting at a major Bangkok shopping mall.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJSHR36ZI3JX7WNQR37FQ4T4QI.jpg?auth=08031e92fa9910bd48781a064fcb461d88ca72a38b65a2c9594bd15c0683e101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A coffin containing the body of a victim of Friday's shooting at the Debsirin Nonthaburi School, is brought in a stretcher at a police hospital in Bangkok,Thailand, Saturday, Aug. 8, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NNX6OXF65HAGC3BFTJ447HWJ7E.jpg?auth=30c9429fdf948098c06ddf7de077f0f4cc4a082dc868eab2b6fd45efeb2ad76c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Students arrive at Debsirin Nonthaburi School, a day after the shooting at the school, in Nonthaburi province, Thailand Saturday, Aug. 8, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3O2A7VHTL2WUFSBMFIYFZG23RY.jpg?auth=8a62dde847c5536cffc6ce8d6fd8aa4a00716b0c5cce1725b59c7cce2d339549&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People offer prayers at the gate of Debsirin Nonthaburi School, a day after the shooting at the school in Nonthaburi province, Thailand, Saturday, Aug. 8, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/57K4RUYCIASX6YSHMP55SCTOYQ.jpg?auth=d4d50f56aeabb38e4188b3e06e0789bd99ab9db4c0ca0a6b03a79efd77f8183a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A relative sits near a coffin containing the body of a victim of Friday's shooting at the Debsirin Nonthaburi School, inside an ambulance at a police hospital in Bangkok,Thailand, Saturday, Aug. 8, 2026. (AP Photo/Sakchai Lalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Sakchai Lalit</media:credit></media:content></item><item><title><![CDATA[High divers take the plunge in the Seine in a new test of Paris’ reclaimed river]]></title><link>https://www.local10.com/sports/2026/08/08/high-divers-take-the-plunge-in-the-seine-in-a-new-test-of-paris-reclaimed-river/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/high-divers-take-the-plunge-in-the-seine-in-a-new-test-of-paris-reclaimed-river/</guid><dc:creator><![CDATA[By EVA VAN DAM, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — Paris is staging its first high-diving competition in the Seine, with athletes launching themselves from a 20-meter platform in front of the Eiffel Tower — a spectacular new test of the city’s effort to reclaim its river for sport.]]></description><pubDate>Sat, 08 Aug 2026 07:11:19 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — Paris is staging its first high-diving competition in the Seine, with athletes launching themselves from a 20-meter platform in front of the Eiffel Tower — a spectacular new test of the city’s effort to reclaim its river for sport.</p><p>The event on the Bir-Hakeim Bridge has also exposed the fragility of that ambition: Organizers suspended training Thursday when traces of hydrocarbons were detected upstream. By Friday, the French Swimming Federation said the affected area had been treated, allowing athletes to return to the water and the event to proceed as planned.</p><p>High diving concludes Saturday with the final two rounds and medal events, while the broader European Aquatics Championships run through Aug. 16.</p><p>“There are things that are within our control, and there are uncertainties that are inevitably linked to any outdoor activity,” said Maxime Sauvage, Paris deputy mayor in charge of sports, sports facilities and equal access to sport.</p><p>Among the things within the city’s control, he said, are the massive investments made before the 2024 Olympic and Paralympic Games to make the river safe for swimming, from work to prevent sewage from flowing directly into the Seine to improvements in stormwater management.</p><p>“There is always a small risk, but that is also part of what makes outdoor events special,” Sauvage said. “When they work, it is magical.”</p><p>Hundreds of people gathered along the riverbanks Friday to watch the divers. Some stopped during their lunch break, while others stumbled across the competition by chance.</p><p>Among them was Rebecca Kapogiannis, a 45-year-old visitor from London, Ontario, who was visiting Paris with her daughter to celebrate her graduation. Her daughter had even packed a bathing suit in case she got the chance to swim in the Seine.</p><p>“We just headed down to the (Eiffel) Tower today and thought we would walk along the Seine and stumbled upon this and thought it was a really cool activity to watch,” she told The Associated Press.</p><p>“I was not expecting a competition to take place in the Seine, but I think it’s such a cool use of this water that runs right through the city.”</p><p>For Cynthia Matz, who was visiting Paris with her husband, Sean, the setting itself was part of the draw. She said they probably would not have sought out the competition had it been held inside an aquatics center.</p><p>“Anybody can go. I don’t have to know anything about diving. I can just say, ‘This is really cool to see,’” Matz said.</p><p>“Having it out in public, people will just stop and go, ‘Huh, what’s going on?’ and stop and spend some time and enjoy it.”</p><p>That ability to stumble across elite sport in the middle of the city reflects a broader transformation Paris officials have been pushing for years: turning the Seine from a river associated largely with commerce, transport and tourism into a place where people can also swim, play and compete.</p><p>The 38th European Aquatics Championships, from July 31 to Aug. 16, mark the centenary of the inaugural championships, held in Budapest in 1926. For Paris, they are a return of another kind: The French capital last hosted the event in 1931.</p><p>More than 1,000 athletes are competing across five disciplines: swimming, diving, artistic swimming, open-water swimming and high diving.</p><p>The Seine is hosting both open-water swimming and high diving, placing the river back at the center of a major international sporting event two years after the Paris Olympics.</p><p>Swimming in the Seine was officially banned in 1923 amid pollution and the dangers of river traffic. Public swimming returned only in 2025, after Paris and its partners mobilized 1.4 billion euros to make the river swimmable, an effort accelerated by the Olympics.</p><p>For many French people, former President Jacques Chirac’s 1988 pledge, when he was mayor of Paris, to make the Seine clean enough for swimming again seemed like a distant dream.</p><p>But since the 2024 Olympics, images of athletes competing — and now residents swimming — in the river have become almost familiar.</p><p>Around 70,000 people used the city’s designated Seine swimming areas in July, according to Paris City Hall, compared with nearly 100,000 during the entire summer last year, suggesting growing public interest in reclaiming the river for recreation.</p><p>Bringing sport into daily Parisian life has been an objective across successive city administrations. Under Emmanuel Grégoire, elected mayor in March, Sauvage said the mission is to “make the entire city increasingly favorable to physical activity and sport.”</p><p>“For decades, the Seine was limited to economic purposes, tourism with sightseeing boats, and logistics with ships loading and unloading goods in Paris,” Sauvage said. “It was a river with high levels of pollution that also had a significant impact on its biodiversity.”</p><p>Now, he says, the aim is to add another identity to the river without erasing the others.</p><p>“Paris is not just a postcard image, it is also a magnificent sporting venue,” Sauvage said. “It is a city that people come to visit, but it is also a city to be experienced by bike, through running, through sport, through play and through swimming.”</p><p>___</p><p>Associated Press writer Thomas Adamson in Paris contributed</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J4SIJCL4YPYWTZBPV6CRBBR2BE.jpg?auth=00a34878500dc7ed26cb0fe82d1940a883c45d3f5d87bffbf9c8b486befcb1b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[France's Madeleine Bayon competes during round 1 of the Women's 20m Platform as the Eiffel Tower is seen in the background at the European Aquatics Championships in Paris, Friday, Aug. 7, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TNXYQM2HLQYRSKPVCWZX6WVYWI.jpg?auth=03eca6e303ea6579471b48ceb194eae9fdec2bc65458c75e695ae3bf86ae8b19&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spectators line the banks of the Seine river to watch the 20m Platform high diving at the European Aquatics Championships in Paris, Friday, Aug. 7, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LHFRTHXTQVCT4UCUQFXD7VIMFA.jpg?auth=4aa182dd355031c04d1c8af15ffe6d68257a918b1b669428deb7690539d292b8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Carlos Javier Gimeno Martinez competes in front of the Eiffel Tower during round 1 of the men's 20m Platform high diving at the European Aquatics Championships in Paris, Friday, Aug. 7, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/URCRVZFJ4NP4MT7IBTR42ZENCA.jpg?auth=48a2bddea3cbd7873299f5462c735d65ea766a28878ecf9d9e66af5485842ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Carlos Javier Gimeno Martinez competes in front of the Eiffel Tower during round 1 of the men's 20m Platform high diving at the European Aquatics Championships in Paris, Friday, Aug. 7, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HSWRZRS5Y7IF2M3NFFVAFUHQHY.jpg?auth=cb3dc6728d9d6b0a4ebdef4ef74c06502df87c45dcd4195ff52d3344ea7b683d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Italy's Andrea Barnaba competes in front of the Eiffel Tower during round 1 of the men's 20m Platform high diving at the European Aquatics Championships in Paris, Friday, Aug. 7, 2026. (AP Photo/Aurelien Morissard)]]></media:description><media:credit role="author" scheme="urn:ebu">Aurelien Morissard</media:credit></media:content></item><item><title><![CDATA[The mighty Dodgers are reeling following a 7th straight loss in heartbreaking fashion]]></title><link>https://www.local10.com/sports/2026/08/08/the-mighty-dodgers-are-reeling-following-a-7th-straight-loss-in-heartbreaking-fashion/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/the-mighty-dodgers-are-reeling-following-a-7th-straight-loss-in-heartbreaking-fashion/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — The two-time defending World Series champions are in a rare funk.]]></description><pubDate>Sat, 08 Aug 2026 06:05:17 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — The two-time defending World Series champions are in a rare funk.</p><p>The Los Angeles Dodgers lost their season-high seventh game in a row in a stunning collapse on Friday night after the Arizona Diamondbacks rallied for a 4-3 win when rookie Ryan Waldschmidt hit a two-run, walk-off homer against closer Edwin Diaz.</p><p>“A loss is a loss but to get walked off never feels good,” Dodgers manager Dave Roberts said. “We didn't play a clean game, a great game, on either side of the baseball, but we did enough to put ourselves in position to win a game.</p><p>"Unfortunately, we couldn't finish it.”</p><p>It was another rough outing for Diaz, who has an 11.00 ERA over 11 outings this season. The 32-year-old is a three-time All-Star, but hasn't been able to help the Dodgers much after signing a $69 million, three-year deal during the offseason.</p><p>Waldschmidt connected on Diaz's hanging slider, hitting it into the left-center field seats for his second career homer and first big league walk-off.</p><p>“It's the slider,” Diaz said. “The fastball was great today, but I missed the slider right in the middle. I think I was trying to be perfect with the pitch and I'm missing right in the middle — I've got to be better. I'm a big league pitcher so I've got to make pitches.”</p><p>The Dodgers were swept by the Boston Red Sox and Chicago Cubs coming into Friday night's game. They still have a comfortable lead in the NL West — 7 1/2 games in front of the Diamondbacks — despite a 10-16 record since July 5.</p><p>Roberts acknowledged that Diaz has been struggling since his return from the injured list on July 29, but the manager wasn't necessarily ready to try a new closer. His reasoning was simple: there's no clear-cut alternative.</p><p>“Honestly, you've got to look at the options,” Roberts said. “The way some of these guys are throwing, they're not throwing great, either."</p><p>The Dodgers still look like a formidable team, particularly after adding ace left-hander Tarik Skubal in a trade-deadline deal with the Detroit Tigers last week. Two-time Cy Young Award winner Blake Snell is also slated to return on Tuesday after missing most of the season with injuries.</p><p>And the lineup still has plenty of star power with Shohei Ohtani, Freddie Freeman, Mookie Betts and Kyle Tucker.</p><p>Roberts said before Friday's game that the remedy for the recent troubles was simple.</p><p>“We've just got to play better,” Roberts said. “I don't think the standings — I mean they're important, they matter — but I just feel like with the talent we have, we've just got to play good baseball and it'll take care of itself. It always does.”</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/32R5RUTPRENR4IWWPPUVJX7ROY.jpg?auth=88e74ec03a08189747f21250866215439492ae6a2a18a527e4b2a1e39ccbbc70&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers two-way player Shohei Ohtani (17) against the Arizona Diamondbacks in the first inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WWJUIJ7PSI6FP3IIMC5AP5T2YM.jpg?auth=efa4021a57c9d6ba5fa1c011a65d1a4cde9fac0974927334ad6fcd041c82a84b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers shortstop Mookie Betts (50) against the Arizona Diamondbacks in the first inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MSS266EPD4QOK4QRWUXZ4XWNPU.jpg?auth=0de2c689415057774a942708bdbc6aa095261cc95b0860158ae3f6a06ae10040&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los Angeles Dodgers catcher Hunter Feduccia (46) against the Arizona Diamondbacks in the first inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[Yankees rally with 2 outs in 9th inning and beat Braves 3-2 in 10 after long rain delay]]></title><link>https://www.local10.com/sports/2026/08/08/yankees-rally-with-2-outs-in-9th-inning-and-beat-braves-3-2-in-10-after-long-rain-delay/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/yankees-rally-with-2-outs-in-9th-inning-and-beat-braves-3-2-in-10-after-long-rain-delay/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Ben Rice ripped a tying single off the right-field fence with two outs in the ninth inning and Ryan McMahon hit a game-winning sacrifice fly in the 10th as the New York Yankees rallied past the Atlanta Braves 3-2 on Friday night in a rain-delayed game that ended after midnight.]]></description><pubDate>Sat, 08 Aug 2026 05:04:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Ben Rice ripped a tying single off the right-field fence with two outs in the ninth inning and Ryan McMahon hit a game-winning sacrifice fly in the 10th as the New York Yankees rallied past the Atlanta Braves 3-2 on Friday night in a rain-delayed game that ended after midnight.</p><p>New York improved to 2-8 in extra-inning games, halting an eight-game winning streak overall for the NL East leaders.</p><p>Yankees left-hander Max Fried pitched 6 1/3 scoreless innings in his first outing against his former team, but Tyler Mahle matched him with six shutout innings in his Atlanta debut.</p><p>Austin Riley homered in the eighth and Matt Olson went deep in the ninth to give the Braves a 2-0 lead. With the Yankees down to their final out, slumping Austin Wells doubled home a run off All-Star closer Raisel Iglesias.</p><p>Amed Rosario walked before Rice singled on a 1-0 changeup.</p><p>Heliot Ramos was hit by a pitch to load the bases before Dylan Dodd entered and retired Luis García Jr. on a groundout to send the game to extra innings.</p><p>New York's rally began when rookie George Lombard Jr. reached on an infield single with one out and advanced to third on Iglesias' throwing error.</p><p>David Bednar (5-3) pitched a scoreless 10th, helped by Lombard's off-balance throw from shortstop on Sean Murphy’s grounder and García's over-the-shoulder catch at first base on Ronald Acuña Jr.'s popup to end the inning.</p><p>With one out in the bottom half, rookie Spencer Jones was intentionally walked and Lombard worked a walk from Tyler Kinley (6-5) that loaded the bases. García, the automatic runner, scored easily on McMahon's sac fly to deep right field on a full-count pitch as the Yankees improved to 5-42 when trailing through eight innings.</p><p>The start was delayed by heavy rain and thunderstorms for 1 hour, 55 minutes.</p><p>It was the eighth time in 10 games a Yankees starter permitted no more than one run.</p><p>Fried spent his first eight major league seasons with the Braves before leaving as a free agent to sign a $218 million, eight-year contract with New York in December 2024.</p><p>Up next</p><p>In a marquee matchup of Cy Young Award winners, Atlanta LHP Chris Sale (12-6, 2.08 ERA) pitches Saturday for the first time since July 29 when he faces New York RHP Gerrit Cole (5-5, 3.42) on Old Timers' Day at Yankee Stadium.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEFSOBFFVPEQQR5SYJJL6SHID4.jpg?auth=743622bb2d71253f11e2e48d4c9d423913bdfbdc1a410dde0ee61247a68ac5b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ryan McMahon, center, celebrates with Heliot Ramos, right, Ben Rice, second from left, and Luis García Jr. after a baseball game against the Atlanta Braves Saturday, Aug. 8, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LIIVHTWAJ7KMQQHP6TTQZFSMLQ.jpg?auth=41232684cf06e99527c7a9e76bc4edcdaf3e3ac8038c2e7cc9f9443b77c2e598&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ryan McMahon, right, celebrates with teammates after a baseball game against the Atlanta Braves Saturday, Aug. 8, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FCBZSK3VQY3G4BVCBTSDMJZ3TQ.jpg?auth=ed4f51c6c9d9e12fa86ad1a51fc42a4d427005186ce3d52f6e1d8029c46b7074&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Ben Rice hits an RBI single during the ninth inning of a baseball game against the Atlanta Braves Friday, Aug. 7, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U2SVTSMFS7TK6HKUTPUNON452Y.jpg?auth=399e3d68b24c1a6d7c9af342de3ee77327f2ce484f0905401b787acacf102982&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Yankees' Austin Wells hits an RBI double during the ninth inning of a baseball game against the Atlanta Braves Friday, Aug. 7, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UKZVBPLNLAZ67RZEEFPWUAABCA.jpg?auth=6955b160c5728c0b68cbf1a5bb98d16e951406dddd40888266b287b0128fbc38&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Atlanta Braves' Matt Olson leaves the field after a baseball game against the New York Yankees Saturday, Aug. 8, 2026, in New York. (AP Photo/Frank Franklin II)]]></media:description><media:credit role="author" scheme="urn:ebu">Frank Franklin II</media:credit></media:content></item><item><title><![CDATA[Waldschmidt walks off LA with 2-run HR as D-backs hand Dodgers 7th straight loss]]></title><link>https://www.local10.com/sports/2026/08/08/waldschmidt-walks-off-la-with-2-run-hr-as-d-backs-hand-dodgers-7th-straight-loss/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/waldschmidt-walks-off-la-with-2-run-hr-as-d-backs-hand-dodgers-7th-straight-loss/</guid><dc:creator><![CDATA[By DAVID BRANDT, Associated Press]]></dc:creator><description><![CDATA[PHOENIX (AP) — Rookie Ryan Waldschmidt hit a two-run homer in the ninth inning off closer Edwin Diaz to give the Arizona Diamondbacks 4-3 victory over Los Angeles on Friday night, sending the Dodgers to their season-high seventh straight loss.]]></description><pubDate>Sat, 08 Aug 2026 04:48:49 +0000</pubDate><content:encoded><![CDATA[<p>PHOENIX (AP) — Rookie Ryan Waldschmidt hit a two-run homer in the ninth inning off closer Edwin Diaz to give the Arizona Diamondbacks 4-3 victory over Los Angeles on Friday night, sending the Dodgers to their season-high seventh straight loss.</p><p>Waldschmidt connected on a slider, hitting a shot to left center that barely cleared the wall. Diaz walked Max Kepler to start the ninth before striking out Tim Tawa, but Waldschmidt followed with the biggest hit of his young career.</p><p>Diaz — a three-time All-Star — has given up 11 earned runs in nine innings this season.</p><p>The Dodgers trailed 2-0 early in the game but rallied. Andy Pages' solo homer to lead off the eighth gave them a 3-2 lead.</p><p>D-backs right-hander Merrill Kelly took a no-hitter into the sixth before Tommy Edman led off with an infield single. Freddie Freeman brought home a run later in the inning on a fielder's choice, cutting Arizona's lead to 2-1, and Kelly had to leave the game with cramping in his right leg.</p><p>The Dodgers tied it at 2 in the seventh on Edman's RBI single and had the bases loaded before Shohei Ohtani grounded into an inning-ending double play.</p><p>Roki Sasaki gave up two runs on five hits and a walk over six innings. He struck out five.</p><p>Nolan Arenado gave the D-backs a 1-0 lead in the second with a solo homer that barely cleared the left field fence and the glove of Teoscar Hernandez. It was Arenado's 17th homer of the season.</p><p>In the third, Corbin Carroll robbed Edman of a ying homer, leaping high above the right field fence to make the grab.</p><p>Up next</p><p>The Diamondbacks were set to start RHP Brandon Pfaadt (6-1, 3.66 ERA) vs. Dodgers RHP Yoshinobu Yamamoto (11-7, 2.76) on Saturday.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FLBAY7YEVK6WB6KSLYLEF5MDMY.jpg?auth=0825837e00e9b929f9a30e69eefcd605a3e54d57b3f0246160afcd47a3173c81&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ryan Waldschmidt celebrates with teammates after hitting a two-run walk off home run against the Los Angeles Dodgers during a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K7WAYGMY7PD3OOTXKONGJ5P7LI.jpg?auth=2b18235e03d992d0e05fcc04b48a86263be04292ad8ffe3f3976c636d149484c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ryan Waldschmidt hits a two-run walk off home run against the Los Angeles Dodgers during a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FSQ4NIT5C5DY3JBA2NVATWFZEQ.jpg?auth=dccd32508bfcbea4419273b626ca6fb658c42b014261d76d06491bd08dbe001a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Ryan Waldschmidt reacts after hitting a two-run walk off home run against the Los Angeles Dodgers during a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5R356LUDH4Y4XFCDS67HKZP2QU.jpg?auth=e9e5152933d44d98200fc4461e7b61560dfe18ced48a76b18fa17141cdfc4279&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Nolan Arenado, right, celebrates with Max Kepler (22) after hitting a solo home run against the Los Angeles Dodgers in the second inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TAWMWYRNLMMNIVE7JRCMHQAXRA.jpg?auth=89824560d45cd5b572bb4d8894ced11c25c28d952c866f1d683a6e8ab40ba56e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Nolan Arenado celebrates after hitting a solo home run against the Los Angeles Dodgers in the second inning of a baseball game, Friday, Aug 7, 2026, in Phoenix. (AP Photo/Rick Scuteri)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Scuteri</media:credit></media:content></item><item><title><![CDATA[A New Mexico judge ordered new child safeguards for Meta. Advocates hope other courts follow]]></title><link>https://www.local10.com/business/2026/08/08/a-new-mexico-judge-ordered-new-child-safeguards-for-meta-advocates-hope-other-courts-follow/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/08/a-new-mexico-judge-ordered-new-child-safeguards-for-meta-advocates-hope-other-courts-follow/</guid><dc:creator><![CDATA[By KAITLYN HUAMANI and MIKELLA SCHUETTLER, Associated Press]]></dc:creator><description><![CDATA[In a landmark ruling against Meta, a New Mexico judge likened the company’s social media platforms to factories. The psychological harm to children who use Facebook and Instagram, he said, can be seen as their pollution.]]></description><pubDate>Sat, 08 Aug 2026 04:04:01 +0000</pubDate><content:encoded><![CDATA[<p>In a landmark ruling against Meta, a New Mexico judge likened the company’s social media platforms to factories. The psychological harm to children who use Facebook and Instagram, he said, can be seen as their pollution.</p><p>Judge Bryan Biedscheid fined the company $567 million in his ruling Thursday, but he also prescribed steps to clean up what he described as its byproducts. He ordered new safety measures, including a time limit of 90 hours per month for users under 18, AI chatbot restrictions, and mandatory warnings on the platforms.</p><p>How easily those features can be implemented, and how effective they could be at protecting young users from mental health harms, are unresolved questions. They also would apply only to children in New Mexico, Meta has no deadline to introduce them, and the company has said it will appeal the ruling.</p><p>But the judge’s order showed a possible path forward for other court fights around the country as Meta faces mounting legal, regulatory and public pressure to do more to protect young people.</p><p>The ruling came in the second phase of a trial in a lawsuit the state of New Mexico filed against the social media giant. The new financial penalty is in addition to the $375 million in civil penalties that jurors ordered against Meta in March after determining the company knowingly harmed children’s mental health and concealed what it knew about child sexual exploitation on its platforms.</p><p>Meta said in a statement Thursday that it works to keep people safe on its platforms and has been transparent about the challenges of identifying and removing bad actors and harmful content.</p><p>“We remain confident in our record of protecting teens online and will continue to defend ourselves against claims that misrepresent the facts,” the company said.</p><p>Implementation of court-ordered measures poses challenges</p><p>Many of the changes ordered by Biedscheid hinge on strong age-verification measures. The ruling says Meta must improve its age assurance models and tools in New Mexico and proactively request proof of age for users they know or estimate to be under 13.</p><p>What that proof of age could look like, however, is unclear.</p><p>Age verification “can be done well in a privacy-protective way, but it is not easy,” said Peter Ormerod, an associate professor of law at Villanova University.</p><p>Federal children’s privacy laws prevent Meta from applying age-verification tools to children under 13. The Children’s Online Privacy Protection Act means the court cannot order Meta to request children to submit personal data or be passively tracked online, even for age verification purposes.</p><p>Identifying which users are in New Mexico, and subject to the court-ordered protections, could also pose a challenge. Ormerod said Meta could likely check if a user is accessing the platform from an IP address associated with New Mexico, a solution “that works reasonably well enough.”</p><p>Meta has several safety tools already in place. Instagram Teen Accounts, for one, have built-in protections to limit who can contact teens and what content they can see, and give parents the ability to set time limits.</p><p>Brooke Istook, the president and chief strategy officer at the advocacy organization Heat Initiative, said she was glad to see the judge's reforms will be court-supervised.</p><p>“Now, we will have someone in an official capacity checking the homework of these companies,” she said. “The fact that we have the court now involved, they’re able to evaluate how they’re implemented, whether or not they’re effective and whether or not they are actually working to keep kids safe online.”</p><p>Experts say the ruling leaves out some of the most harmful features</p><p>Meta's critics say some of the most recognizable and potentially harmful aspects of Instagram and Facebook's designs are untouched by the ruling.</p><p>Features like autoplay, infinite scroll and algorithmic content recommendations have been the prime targets of legal arguments that social media platforms are designed to be addictive. But Biedscheid wrote in his ruling that these features are used across the social media industry on other platforms, so restricting Meta's features but not those of its competitors would harm the company.</p><p>That was disappointing to see for Sophia Choukas-Bradley, an associate professor of psychology at the University of Pittsburgh.</p><p>“Those design features have played a very important role in what leads to problematic use of social media by adolescents and, in turn, mental health problems,” Choukas-Bradley said.</p><p>Still, Choukas-Bradley said she was in favor of several safety measures in the ruling, especially one that orders the “like counts” on the apps be hidden by default on minors' accounts, a setting that could only be overridden by a parent or guardian. She also supports a measure that would create a stronger separation between children and “unconnected” adults on the platforms. Meta would not be able to recommend a child's account to an adult's account, and adults who are not “friends” or followers of a minor's account would be barred from messaging the child.</p><p>“There are just too many documented cases of sextortion, sexploitation and sex trafficking that start in the online context for us to ignore this any longer,” Choukas-Bradley said.</p><p>It is unclear which features on social media platforms are most harmful for children's mental health, said Sonia Livingstone, a professor at the London School of Economics and Political Science. There is ample evidence, however, that more vulnerable children are more susceptible to the companies' design features, she said.</p><p>“Tested one by one, the evidence for each design feature will be weaker, as it is the combination of features that really will make the difference for children’s outcomes,” said Livingstone, who leads the Digital Futures for Children research center.</p><p>Some hope New Mexico's actions lead to further regulations</p><p>Because the measures in the judge's order are specific to users in New Mexico, experts say piecemeal rulings and inconsistent legislation at the state level could create a new crop of issues.</p><p>“It really needs to be uniform at the congressional level, it causes all sorts of problems,” said Neama Rahmani, a former federal prosecutor and president of West Coast Trial Lawyers. “It just doesn’t make sense in today’s era of technology.”</p><p>Some advocates say they hope similar rulings in other states could stir action in Congress, and spur new efforts to pass federal legislation.</p><p>For parents in New Mexico, the ruling could change the conversations with their teens about social media use. Heather Statum, an Albuquerque mother of a 13-year-old girl, says her daughter is constantly requesting access to various social media platforms.</p><p>Statum has heard horror-stories about predators lurking on Instagram or Snapchat. She's also aware that among her daughter’s peers, discussions of suicide and other mental health issues are prominent online and worries about her daughter being exposed to disturbing content.</p><p>“The stuff (social media companies) have in place to protect them, I don’t think any of it actually works,” Statum said. “It does cause major problems between us because she thinks that I’m too strict.”</p><p>Statum says the platform-level changes from the ruling could promote safe usage, but said it will be hard to balance safety with freedom. She believes educating kids on dangers is the best path forward.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZQGXVN7HRAICPJDHEMRAWWRQ6A.jpg?auth=e5e5c935e0a4c7932f9b9f164b5d20668844968e4eb8429c643bb99ef1f0481c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Mexico Attorney General Raúl Torrez speaks during a rally to protect kids online on Capitol Hill in Washington, Wednesday, Jan. 31, 2024. (AP Photo/Jose Luis Magana, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jose Luis Magana</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CU4LLYAHIOD6TAYSDNLOR7VJXI.jpg?auth=3871667067be7a4db930c4e2f2851bba099c7e030b3dec20a5e0a8fb088dc7a2&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[What to know about Trump's new attempt to limit birthright citizenship]]></title><link>https://www.local10.com/news/politics/2026/08/08/what-to-know-about-trumps-new-attempt-to-limit-birthright-citizenship/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/what-to-know-about-trumps-new-attempt-to-limit-birthright-citizenship/</guid><dc:creator><![CDATA[By VALERIE GONZALEZ, Associated Press]]></dc:creator><description><![CDATA[The Trump administration is once again trying to limit who can become an American, with a pair of executive orders issued this week that attempt to place restrictions on birthright citizenship and on foreigners who give birth in the U.S.]]></description><pubDate>Sat, 08 Aug 2026 04:01:52 +0000</pubDate><content:encoded><![CDATA[<p>The Trump administration is once again trying to limit who can become an American, with a pair of executive orders issued this week that attempt to place restrictions on birthright citizenship and on foreigners who give birth in the U.S.</p><p>A Supreme Court decision in June struck down a previous attempt at restricting birthright citizenship, but Thursday’s orders were made with “adjustments” keeping the decision in mind, President Donald Trump said.</p><p>Still, some of the restrictions announced by the White House are expected to face legal challenges.</p><p>The 14th Amendment, which makes a citizen of anyone born in the country, and two subsequent Supreme Court decisions interpreting it provide guidelines that already exclude certain births from receiving the citizenship benefit.</p><p>Trump's new attempt to restrict birthright citizenship even after the Supreme Court loss highlights the administration's drive to limit who can become an American.</p><p>New categories of restricted citizenship benefits</p><p>Birthright citizenship is guaranteed under current law for anyone who is born on U.S. soil, with a few exceptions.</p><p>The executive order released 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>U.S. immigration law says babies born to a “foreign diplomatic officer accredited to the United States” are not entitled to birthright citizenship under the Constitution, including ambassadors, ministers, chargés d’affaires, counselors, secretaries and attachés of embassies and legations, and members of the Delegation of the Commission of the European Communities.</p><p>Trump’s orders Thursday would sharply expand those exemptions.</p><p>One order disqualifies babies who are products of “birth tourism.” The other applies to children of anyone working in a foreign embassy or representing a foreign government and employees of the United Nations or other international organizations. Children of parents tied to groups that are deemed terrorist organizations, like Antifa or Tren de Aragua, are also excluded.</p><p>“How is the federal government going to decide that a child is born to a member of a designated terrorist organization?” said César Cuauhtémoc García Hernández, a law professor at Ohio State University. “These are not organizations that are sharing the membership lists if they even have them.”</p><p>Citizenship through surrogacy has become a concern for Republican members of Congress, some of whom proposed a bill this year that would restrict citizenship for children of noncitizen parents born to surrogates in the U.S.</p><p>García Hernández said he believes the new executive order addressing surrogacy could raise new legal questions. “Neither the 14th Amendment nor any of the Supreme Court’s decisions about how to interpret the 14th Amendment mentions or hints at surrogates,” the law professor said.</p><p>Questions over the scope of birth tourism</p><p>Trump’s executive order defines birth tourism as someone who enters the United States on a “nonimmigrant visa for the purpose of giving birth on American soil.”</p><p>Birth tourism is already considered fraud and grounds to restrict a visa if someone seeks one specifically to come to the U.S. and obtain citizenship for a child.</p><p>Advocates said the executive order would give immigration officers discretion to deny entry to pregnant women suspected of wanting to give birth in the U.S. without providing clearly defined guidelines.</p><p>The president did not offer data indicating the scope of the problem, but said Thursday: “I’ll tell you right now, hundreds of thousands, OK? Hundreds of thousands."</p><p>Although there's no official estimate of how many births can be considered “birth tourism” cases, experts say Trump’s approximation is exaggerated.</p><p>“The hundreds of thousands just seems like an overestimate based on the sort of limited data that we have available,” said Colleen Putzel-Kavanaugh, an associate policy analyst at the Migration Policy Institute.</p><p>Data from the Centers for Disease Control and Prevention shows that in 2024 nearly 9,600 children were born to foreign mothers with an official address outside the country. Another estimate from the Center for Immigration Studies, a think tank that advocates for lower immigration, estimated that 20,000 to 26,000 birth tourists come to the U.S. each year.</p><p>Facilitators of birth tourism targeted</p><p>The order provides a sweeping indictment of “birth tourism operators” with no evidence of how widespread they are or how or why anyone accused of using their services would be exempt from constitutional protection.</p><p>Those efforts are not new either. Previous administrations have also sought to prosecute so-called “birth tourism” schemes that helped women hide their pregnancies while traveling to the United States to give birth.</p><p>“Birth tourism operators use deceptive advertisements and inducements to entice foreign nationals to travel to the United States for the purpose of giving birth on American soil,” the order says.</p><p>“They promise citizenship; access to public benefits; and short-term stays in specialized facilities, hotels, or rentals, but often fail to deliver on these promises. These operators coach their clients to misrepresent the purpose and duration of their travel to consular and border officials to obtain visas authorizing entry into the United States.”</p><p>The Republican Party has embraced the mission. In late July, the office of the attorney general in Texas announced a “sweeping investigation” into potentially unlawful birth tourism schemes after some south Texas hospitals advertised birthing services in Mexico.</p><p>Legal challenges expected</p><p>Asked Thursday how his orders would survive Supreme Court scrutiny when his last attempt failed, Trump deferred to White House staff secretary Will Scharf, who, like his boss, sounded alarms about “birth tourism.” He emphasized consular discretion to grant visas.</p><p>“What we’re doing is taking legally validated means that are clearly within our disposal and targeting them to this birth tourism industry. There’s absolutely nothing here that runs afoul of any of the Supreme Court rulings on the subject,” Sharf said.</p><p>Advocates against the proposed changes said they believe the constitutional amendment and Supreme Court decisions will again stop the administration's efforts to restrict birthright citizenship.</p><p>“The bottom line is that the Supreme Court already considered the Trump administration’s plea to rewrite the Constitution and rejected it,” said Cody Wofsy, deputy director at the American Civil Liberties Union Immigrants’ Rights Project.</p><p>“Birthright citizenship is guaranteed by the 14th Amendment, and no amount of executive orders is going to change that.”</p><p>___</p><p>Associated Press writer Melissa Goldin contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NXKZPXOBPB2UHGU5RLE2BGPVYA.jpg?auth=fccca277ff031cbd7b70b4ed7bdec9736e73770f606ce1c4833dd0b5b23ebe23&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 before signing executive orders 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><media:content url="https://www.local10.com/resizer/v2/QFVPTU52RGDZXWWNR52CM5IJ4U.jpg?auth=0f3cba2d55043f51a2465ee48db95bda66ca8bd8957342f321a2720db6b92412&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump listens before signing executive orders in the Oval Office of the White House, Thursday, Aug. 6, 2026, in Washington, as Commerce Secretary Howard Lutnick watches. (AP Photo/Alex Brandon)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[California may fine content creators who don't disclose they were paid to post about politics]]></title><link>https://www.local10.com/news/politics/2026/08/08/california-may-fine-content-creators-who-dont-disclose-they-were-paid-to-post-about-politics/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/california-may-fine-content-creators-who-dont-disclose-they-were-paid-to-post-about-politics/</guid><dc:creator><![CDATA[By SOPHIE AUSTIN, Associated Press]]></dc:creator><description><![CDATA[SACRAMENTO, Calif. (AP) — Weeks before voting ended in California's primary for governor, Los Angeles-based influencer Shaka Smith took to Instagram to tell his more than 700,000 followers whom he was voting for and why.]]></description><pubDate>Sat, 08 Aug 2026 04:00:59 +0000</pubDate><content:encoded><![CDATA[<p>SACRAMENTO, Calif. (AP) — Weeks before voting ended in California's primary for governor, Los Angeles-based influencer Shaka Smith took to Instagram to tell his more than 700,000 followers whom he was voting for and why.</p><p>“Healthcare shouldn't bankrupt you, housing should not feel impossible, polluters shouldn't pass their bill to us and artists should not be replaced by AI," Smith said. "That’s why I’m supporting Tom Steyer for governor.”</p><p>But Smith started the video with a disclaimer: “This is an ad, and honestly, I wish more political content said that first." His caption specified that he was paid by Steyer's campaign.</p><p>California is one of two states, along with Texas, that have passed policies requiring content creators to say if they've been paid by a political campaign to post, and the Golden State is considering cracking down by fining people who don't.</p><p>Campaigns have long worked with celebrities and major influencers to win over voters, but now they are teaming up with smaller creators — sometimes with fewer than 100,000 followers — to reach more tailored audiences. That has sparked debates about whether disclosure rules for political advertisements should apply to content creators, who are expected to play prominent roles in the upcoming midterms and the 2028 presidential election.</p><p>“If you’re running for president and you are not currently trying to court some of these people or lining up your own people to act as surrogates for you, you’re already behind,” said Mike Nellis, a Democratic strategist who worked for Kamala Harris' presidential campaign.</p><p>Campaigns tap creators to spread their message</p><p>Questions about transparency have been fueled by high-profile instances of influencers making content intended to change minds or votes without disclosing they were paid for it.</p><p>In 2022, the campaign of then-Senate candidate John Fetterman paid Nicole “Snooki” Polizzi of “Jersey Shore” to record a video teasing his GOP rival for leaving New Jersey before announcing his run in Pennsylvania. In 2023, content creators were paid by an influencer marketing agency with conservative ties to defend Texas Attorney General Ken Paxton, a Republican, after he was impeached for alleged bribery and other accusations of misconduct, according to the Texas Tribune. The payments weren’t clearly disclosed in either case.</p><p>Steyer, a Democratic billionaire who spent more than $215 million of his own money in his unsuccessful bid for governor, took fire from rivals for paying content creators. He wasn’t the only hopeful in the race paying influencers, but he faced much of the blowback since he’d already been accused of trying to buy the election. Many of the creators who worked with Steyer’s campaign disclosed that they were paid, but the state’s campaign finance watchdog is investigating several other instances in which creators allegedly didn't.</p><p>There are no federal disclosure rules</p><p>California Sen. Adam Schiff introduced federal legislation last month, but it hasn't received a vote yet. Some outside groups are urging the Federal Election Commission to pass its own rule.</p><p>California's law requiring disclosure, passed in 2023, is difficult to enforce. The state’s campaign watchdog can seek a court order compelling an influencer to disclose that they were paid, but that can take months.</p><p>That prompted Democratic Assemblymember Marc Berman to write a new bill to penalize content creators and political committees if the creator fails to state they were compensated. The bill would give the state’s Fair Political Practices Commission the power to fine influencers and committees if they are found to have violated the law, allowing the commission to bypass the court process. They could face fines of up to $5,000 per violation, according to the commission.</p><p>“Voters should have a right to know whether or not campaigns are paying for the messaging that they’re seeing,” Berman said.</p><p>Texas’ campaign watchdog passed a rule in 2024 requiring content creators to include disclaimers when they are paid for political advertisements, and the New York Legislature is considering a similar requirement. Other disclosure bills failed in recent years in Utah and Georgia.</p><p>Influencer says his ad had an impact</p><p>Smith, the L.A. influencer, hadn’t committed to a candidate for governor when a trusted friend told him to look into Steyer. That friend had been paid to post about Steyer.</p><p>Smith liked Steyer’s promise to increase taxes on billionaires and his refusal to accept donations from corporate political action committees.</p><p>He ended up doing two paid ads, both of which included compensation disclaimers that the Steyer campaign told him were a requirement.</p><p>Smith wouldn't say exactly how much the campaign paid him, but he said it was in the thousands of dollars. He thinks the posts had an impact on his followers, with only a few detractors pushing back.</p><p>“They kind of trust my voice,” he said of his audience. “They knew that if I’m saying it, it’s at least something they should look into.”</p><p>Creators respond to proposed policy changes</p><p>Dustin Torreverde, a content creator in Southern California who hasn’t been paid by a political campaign for social media posts, said it's important for influencers to be transparent with their audiences. But the bill could pose an unfair burden on creators who are just trying to make a living, he said.</p><p>“A lot of us are very small creators,” he said. “So if we were to get penalized and we have to get lawyers, stuff like that, it’s going to be very difficult for us.”</p><p>Adina Flores, a libertarian content creator in Northern California who votes for both parties, said influencers should have to disclose if they are paid and she generally supports penalties. She worries that some people may take money to post political content without doing a “deep dive into the candidate to make sure that’s somebody they should support.”</p><p>Saurav Ghosh, a lawyer with the Campaign Legal Center, a nonprofit focused on protecting U.S. democracy, hopes disclosure requirements passed by states will lead to federal rules.</p><p>“Transparency is one of the most important pillars of our election system,” he said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJ7URE6TQNRGO4LWZMA3UJW6AE.jpg?auth=35841c795216d6321df974470491ee2768997cb7c7fdfa89b5a94196975442e7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shaka Smith, a vegan influencer who's politically an independent, poses for a portrait at his fast-food restaurant in Santa Monica, Calif., Thursday, Aug. 6, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/22LVYBIVULQ4JT52YYLZGMKCJ4.jpg?auth=a3858aaa55afd7aec74b42f4ac62c155de06e67d057c71510039166ede26761a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shaka Smith, a vegan influencer who's politically an independent, poses for a portrait at his fast-food restaurant in Santa Monica, Calif., Thursday, Aug. 6, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BBHSAUSNPZ6OYLNGBBTS3JWKYE.jpg?auth=0a86ab1eeab093c1aae1861c4f653af77d423f630592fc3d75127f0c82121539&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Shaka Smith, a vegan influencer who's politically an independent, poses for a portrait at his fast-food restaurant in Santa Monica, Calif., Thursday, Aug. 6, 2026. (AP Photo/Jae C. Hong)]]></media:description><media:credit role="author" scheme="urn:ebu">Jae C. Hong</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IIDF3JPJZ724REQWEM7Q3VS6RY.jpg?auth=57856ced4ac4fccb7a7cbbe54a87cfe29a27dc3acc6366ee878072d44f6abcf9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - California gubernatorial candidate Tom Steyer speaks during an election night event on June 2, 2026, in San Francisco. (AP Photo/Noah Berger, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Noah Berger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R46QTGNAYR6ND7FRBCVDJXCK2A.jpg?auth=443e605722cdac2db259ae47c6512f86780dea282c385d5df49b84a6aa597117&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Assemblymember Marc Berman, D-Menlo Park, calls for passage of measures to redraw the state's Congressional districts and put new maps before voters in a special election, during a news conference in Sacramento, Calif., Aug. 21, 2025. (AP Photo/Rich Pedroncelli, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rich Pedroncelli</media:credit></media:content></item><item><title><![CDATA[Este de China se prepara para tifón Dolphin: cierra escuelas y actividades turísticas]]></title><link>https://www.local10.com/espanol/2026/08/07/china-se-prepara-para-el-tifon-dolphin-cierra-escuelas-y-actividades-turisticas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/china-se-prepara-para-el-tifon-dolphin-cierra-escuelas-y-actividades-turisticas/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Las autoridades del este de China cerraron escuelas y sitios turísticos mientras el tifón Dolphin avanzaba hacia tierra firme el sábado.]]></description><pubDate>Sat, 08 Aug 2026 06:23:13 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Las autoridades del este de China cerraron escuelas y sitios turísticos mientras el tifón Dolphin avanzaba hacia tierra firme el sábado.</p><p>Se estima que los vientos máximos sostenidos de la tormenta alcanzan los 162 kilómetros por hora (101 mph). Dolphin descargará fuertes lluvias, lo que acarrea un riesgo de inundaciones graves, así como de deslaves, y se espera que a última hora del domingo afecte a la provincia de Zhejiang y al norte de la vecina provincia de Fujian. Shanghái también está en la trayectoria del tifón.</p><p>Los meteorólogos pronosticaron que algunas zonas podrían recibir entre 200 y 400 milímetros (7,9–15,7 pulgadas) de lluvia en los próximos días.</p><p>Las autoridades nacionales declararon una respuesta de emergencia de grado III, el segundo nivel más bajo.</p><p>Muchos destinos turísticos de Zhejiang permanecerán cerrados el sábado y el domingo, y se han suspendido la actividad acuática, incluidos los ferris y los cruceros.</p><p>Las autoridades de la ciudad de Ningbo, una de las más grandes de la provincia, ordenaron el cierre de las escuelas y otras instalaciones educativas este fin de semana y la suspensión de todas las actividades relacionadas con el agua. Unas 800 embarcaciones están atracadas en el puerto.</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/XFSMBCMTNDMKXZKBPTOTOPP7MQ.jpg?auth=23c86f02aaa7dd86d01a4cc90967ae35e6c2650386b91079a3f5b766b53d308c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Esta imagen aérea, distribuida por la agencia de noticias Xinhua, muestra embarcaciones de pesca amarradas a puerto entes de la llegada del tifón Dolphi, en Lianyungang, en la provincia de Jiangsu, en el este de China, el 7 de agosto de 2026. (Wang Jianmin/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Wang Jianmin/</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T74XIRYA7V7GQ7PQMTY6N5RQQE.jpg?auth=5fe173d1b3d3594f79fa7abdf9018cc42c9be2a9c052012ba312b2d82bd52b58&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen extraída de un video proporcionado por NTV-NNN, se ve a una persona caminando bajo la lluvia mientras el tifón Dolphin se acerca a Naha, Japón, el viernes 7 de agosto de 2026. (NTV-NNN vía AP)]]></media:description></media:content></item><item><title><![CDATA[Eastern China braces for Typhoon Dolphin, shutting schools and tourist activities]]></title><link>https://www.local10.com/news/2026/08/08/eastern-china-braces-for-typhoon-dolphin-shutting-schools-and-tourist-activities/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/08/eastern-china-braces-for-typhoon-dolphin-shutting-schools-and-tourist-activities/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Authorities in eastern China shut schools and tourist sites as Typhoon Dolphin made its way toward land on Saturday.]]></description><pubDate>Sat, 08 Aug 2026 05:45:49 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Authorities in eastern China shut schools and tourist sites as Typhoon Dolphin made its way toward land on Saturday.</p><p>The storm’s maximum sustained winds were estimated at about 162 kilometers per hour (101 mph). It will bring heavy rains, creating a risk of severe flooding as well as landslides and is expected to hit Zhejiang province and northern parts of neighboring Fujian province late Sunday. Shanghai is also in the path of the storm.</p><p>Forecasters predicted that areas could see 200-400 mm (7.9–15.7 inches) of rainfall over the next few days.</p><p>National authorities declared a level III emergency response, the second lowest level.</p><p>Many tourist destinations in Zhejiang are shut Saturday and Sunday, as well as all water-based activities, including ferries and cruises.</p><p>Authorities in the city of Ningbo, one of the province's largest, ordered schools and other educational facilities shut this weekend and all water-related activities to halt. Some 800 ships are docked at the port.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XWZRM2CTLAKAIZ2EAKSL6A26BA.jpg?auth=09cb116b04f55d5953b3e7a4126a9ab3e2cfab3928a16175a9fea1106d15a7e1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this aerial photo released by Xinhua News Agency, fishing boats shelter at a port ahead of Typhoon Dolphin in Lianyungang, eastern China's Jiangsu Province on Aug. 7, 2026. (Wang Jianmin/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Wang Jianmin/</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CRPAR232WDTVZ7FJMH2IES4C4Y.jpg?auth=f4c25eab860a785cd6f97dac856ab5a569263c355b4b51b1c68d670a0a8906c4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this photo released by Xinhua News Agency, police officers check the mooring lines of a vessel ahead of Typhoon Dolphin in Beilun District of Ningbo City, east China's Zhejiang Province, on Aug. 7, 2026.(Hu Jiajie/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Hu Jiajie</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3OUO4275ICDI3YDU2KL2RSS5DM.jpg?auth=b51e28fe71c06883e72e4b2fd356fc73b6d13cedc7d009a1103392b0485288bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this aerial photo released by Xinhua News Agency, fishing boats take shelter ahead of Typhoon Dolphin at a port in Wenling, east China's Zhejiang Province, Aug. 5, 2026. (Zhou Xuejun/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Zhou Xuejun</media:credit></media:content></item><item><title><![CDATA[De la Espriella impulsará energías limpias, pero también fortalecerá el sector petrolero de Colombia]]></title><link>https://www.local10.com/espanol/2026/08/07/de-la-espriella-impulsara-energias-limpias-pero-tambien-fortalecera-el-sector-petrolero-de-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/de-la-espriella-impulsara-energias-limpias-pero-tambien-fortalecera-el-sector-petrolero-de-colombia/</guid><dc:creator><![CDATA[Por STEVEN GRATTAN, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente Abelardo de la Espriella se comprometió el viernes a reactivar el sector de petróleo y gas de Colombia, rehabilitar la empresa estatal Ecopetrol y fortalecer el sistema eléctrico, argumentando que la seguridad energética será una piedra angular de su gobierno.]]></description><pubDate>Sat, 08 Aug 2026 03:04:15 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente Abelardo de la Espriella se comprometió el viernes a reactivar el sector de petróleo y gas de Colombia, rehabilitar la empresa estatal Ecopetrol y fortalecer el sistema eléctrico, argumentando que la seguridad energética será una piedra angular de su gobierno.</p><p>En un discurso durante su investidura, De la Espriella manifestó que el gobierno colombiano impulsará una transición energética —un giro para alejarse del petróleo, el gas y el carbón hacia fuentes de energía más limpias como la eólica y la solar—, pero insistió en que no debe hacerse a costa de la industria petrolera y gasífera del país.</p><p>“Creo en la transición energética”, manifestó. “Pero esta transición debe erigirse desde la fortaleza y no desde la debilidad; desde la autosuficiencia y no desde la dependencia”.</p><p>Las declaraciones refuerzan un giro marcado respecto del expresidente Gustavo Petro, quien dejó de adjudicar nuevos contratos de exploración de petróleo y gas mientras orientaba a Colombia hacia las energías renovables y convertía la protección de la Amazonía en un eje central de su agenda ambiental. Hace apenas cuatro meses, el gobierno de Petro organizó una cumbre internacional en la ciudad caribeña de Santa Marta con el objetivo de sumar apoyo a una transición global para alejarse de los combustibles fósiles.</p><p>Los compromisos reflejan promesas que De la Espriella hizo durante toda su campaña presidencial, cuando reiteradamente se comprometió a ampliar la producción de petróleo y gas y revertir elementos clave de la política energética de Petro.</p><p>Al calificar la seguridad energética de asunto de soberanía nacional, De la Espriella sostuvo que Colombia no podía esperar prosperidad a largo plazo si deja sus recursos naturales sin desarrollar.</p><p>Señaló que reconstruir Ecopetrol —la petrolera de Colombia de la que el Estado es propietario mayoritario, y una de las mayores fuentes de ingresos fiscales y de ganancias por exportaciones del país— sería “una prioridad definitiva y absoluta”, tras acusar al gobierno anterior de debilitar a la compañía.</p><p>El nuevo presidente también confirmó que su gobierno autorizará el fracking —un método de extracción de petróleo y gas que consiste en inyectar agua, arena y químicos bajo tierra para fracturar formaciones rocosas— bajo lo que describió como “los más altos estándares técnicos y ambientales”. Dijo que también ampliará la exploración de petróleo y gas para reconstruir las reservas en declive de Colombia, garantizar la seguridad energética del país y atraer nuevamente inversión al sector.</p><p>De la Espriella advirtió que el sistema energético colombiano se encuentra “en una situación crítica”, al citar la disminución de las reservas de petróleo y gas, los retrasos en proyectos energéticos y el aumento de la demanda de electricidad.</p><p>Indicó que el fenómeno meteorológico de El Niño que se aproxima, que por lo general trae sequías prolongadas y puede reducir la generación hidroeléctrica, significa que hay poco tiempo para actuar.</p><p>“El fenómeno de El Niño no da espera. Para superarlo, es imperativo implementar soluciones urgentes”, manifestó.</p><p>___</p><p>La cobertura climática y ambiental de The Associated Press recibe apoyo financiero de múltiples fundaciones privadas. AP es la única responsable de todo el contenido. Consulte en AP.org los estándares de AP para trabajar con filantropías, una lista de patrocinadores y las áreas de cobertura financiadas.</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/VU3RTGIADO6DJEYTNXCWZYPQZY.jpg?auth=23efa595dd9d1a785d59750cf2d6c5ec335e076be988495696e4803f23c199bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Colombia, Abelardo de la Espriella, recibe el bastón de mando de manos del presidente del Senado, Honorio Henríquez, durante su investidura el viernes 7 de agosto de 2026, en Cali, Colombia. (AP Foto/Matías Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLKGRDXFTGSTY77V6MQBISDPVI.jpg?auth=a06cf31ed078b49bef0de3d65e76a4e664a7d76a5e202bf56a53d65165032940&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Dos niñas de la comunidad indígena wayuu juegan cerca de un parque eólico, el 7 de febrero de 2025, a las afueras de Cabo de la Vela, Colombia. (AP Foto/Iván Valencia, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IGEDJ6YJANDP5CNT7T22HFKATM.jpg?auth=6b80148749a84b021b63587fa0e2a02d3a1ab81fa53605409e9041b4691c9f51&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO - Un buque petrolero se desplaza en el mar Caribe al atardecer, mientras cerca de allí se lleva a cabo una conferencia centrada en la transición para abandonar los combustibles fósiles, el 28 de abril de 2026, en Santa Marta, Colombia. (AP Foto/Iván Valencia, archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Man shot dead in Lauderhill neighborhood]]></title><link>https://www.local10.com/news/local/2026/08/07/man-shot-dead-in-lauderhill-neighborhood/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-shot-dead-in-lauderhill-neighborhood/</guid><dc:creator><![CDATA[Chris Gothner, Magdala Louissaint]]></dc:creator><description><![CDATA[Crime scene tape surrounded a Lauderhill home Friday afternoon as police investigated a fatal shooting.]]></description><pubDate>Fri, 07 Aug 2026 18:44:35 +0000</pubDate><content:encoded><![CDATA[<p>Crime scene tape surrounded a Lauderhill home Friday afternoon as police investigated a fatal shooting.</p><p><a href="https://www.local10.com/espanol/2026/08/07/matan-a-hombre-a-balazos-en-vecindario-de-lauderhill/" target="_blank" rel="" title="https://www.local10.com/espanol/2026/08/07/matan-a-hombre-a-balazos-en-vecindario-de-lauderhill/">Leer en español</a></p><p>According to the Lauderhill Police Department, officers responded to the 1500 block of Northwest 33rd Avenue at around 1:15 p.m. and found the wounded victim.</p><p>Police said medics took the man to Broward Health Medical Center, where doctors pronounced him dead. Authorities have not yet released his name.</p><p>Verdis Whitehead ran out of his home after hearing what he thought was someone knocking on a door. Instead, he realized they were gunshots.</p><p>“I went over there to see what was going on and the guy was on the ground. He was bleeding out of his mouth and out his nose,” Whitehead said.</p><p>Whitehead tried to help the man who had been shot just a few houses away.</p><p>An LPD spokesperson said a “motive is currently unknown” and police had not identified a suspect or suspects.</p><p>Neighbors told Local 10 News they heard about four gunshots.</p><p>“I heard shots fired. Then I started to hear the girl crying and screaming. Then when I came outside, I saw the deceased person on the stretcher, blood was coming out his nose and head,” neighbor Alsia Shakir said. “I was just in the house watching a movie and then I just hear shots fired. I hurry up and run to the living room, and I’m like, ‘Oh my gosh!’”</p><p>Anyone with information on the “active” investigation is asked to call LPD at 954-497-4700 or Broward Crime Stoppers at 954-493-8477.</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[Pentagon revokes former Air Force Secretary Frank Kendall’s access to classified information]]></title><link>https://www.local10.com/news/politics/2026/08/07/pentagon-revokes-former-air-force-secretary-frank-kendalls-access-to-classified-information/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/pentagon-revokes-former-air-force-secretary-frank-kendalls-access-to-classified-information/</guid><dc:creator><![CDATA[By JESSE BEDAYN and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Pentagon revoked former U.S. Air Force Secretary Frank Kendall's “eligibility” to access classified information and barred him from holding “any sensitive position," alleging Friday that he disclosed sensitive information about Air Force One's capabilities to the media.]]></description><pubDate>Sat, 08 Aug 2026 02:11:59 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Pentagon revoked former U.S. Air Force Secretary Frank Kendall's “eligibility” to access classified information and barred him from holding “any sensitive position," alleging Friday that he disclosed sensitive information about Air Force One's capabilities to the media.</p><p>It follows reporting last month, including from The New York Times, on security concerns over the new, Qatari-gifted Air Force One, including that it lacked the advanced antimissile capabilities of its predecessor.</p><p>Kendall told The Associated Press late Friday that he was “completely mystified” by the revocation.</p><p>“I’ve always been extremely careful to not say anything classified, and as far as I know I have not,” Kendall said. “No one has said anything to me about what I’m asserted to have revealed and I can’t imagine what it could be.”</p><p>The plane underwent a $400 million retrofit and upgrade. It has been put into service domestically and President Donald Trump also flew on it to Turkey last month. But he used an older model Air Force One jet to leave the NATO summit, as the U.S. launched airstrikes on Iran and Tehran attacked three Gulf Arab states.</p><p>The Times reported that the president made the switch at the urging of the Secret Service and that the newer plane lacked some of the advanced security features of the older Air Force One aircraft. Trump denied to reporters that the swap was due to security concerns, although he also said he is under threat "all the time” and is Iran’s “No. 1” target.</p><p>In the Times article, Kendall, who served under President Joe Biden, is quoted as saying that the time for upgrades to the plane would not have been enough for “all the normal Air Force One modifications” and he was surprised that the plane was used outside the U.S.</p><p>Kendall said Friday, “I’ve been comfortable being on the record with reporters and on national television about the Qatari 747 because I’m confident that I haven’t said anything classified.”</p><p>In response to the reporting, the Justice Department subpoenaed the Times' reporters to try to compel them to out their sources, which stirred fears over press freedoms. The department, after criticism from the judge for sloppy legal work, grudgingly withdrew the subpoenas last month.</p><p>The Air Force has argued that the rapid conversion of the jet was done “without accepting any risk regarding security, safety, or secure communications,” but it also has acknowledged the different capabilities. It said “several highly complex engineering modifications” required for the new U.S.-made Air Force One aircraft were intentionally excluded in the modifications to the plane from Qatar. The Air Force acknowledged it did not widen the doors leading out of the aircraft or include multiple stairs built into the hull of the plane.</p><p>Chief Pentagon spokesman Sean Parnell didn't specify in a post on X which media outlet Kendall was accused of sharing classified information with.</p><p>“Safeguarding classified information is a non-negotiable duty,” he wrote. “Those who violate that trust forfeit the privilege of access and any role requiring it.”</p><p>It’s not the first time the Trump administration has revoked security clearances, including of 37 then-current and former national security officials last year. Defense Secretary Pete Hegseth also pulled security protections and clearance for Gen. Mark Milley, retired Joint Chiefs of Staff chairman, soon after the administration took office.</p><p>Parnell didn't say if Kendall was being referred for prosecution, and the Pentagon declined to provide more information. Typically, such accusations are partnered with referrals for prosecution over violations of the Espionage Act.</p><p>A well-known example was when the Obama administration filed charges against Edward Snowden, a former intelligence agency contractor who publicly disclosed a massive trove of secret documents about U.S. surveillance operations before fleeing to Russia.</p><p>More recently, a federal judge sentenced a Massachusetts Air National Guard member to 15 years in prison in 2024 for leaking classified military documents about the war in Ukraine. That was the most consequential national security breach in years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LEYFYQCPKJQTYXLB2TSBG3NU64.jpg?auth=709e4f13837bca95c178362d4c0888d1eaa1d9b575bafee896355350cc391c5d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Secretary of the Air Force Frank Kendall speaks during a Senate Armed Services budget hearing on Capitol Hill in Washington, May 2, 2023. (AP Photo/Andrew Harnik, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Harnik</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OLWEOAEA7URR6X4E4B6Y72WWEI.jpg?auth=3e58d70a97717e0a1d7bf5864f1d1a3b5ee80cb098c32c422551b41e3f056f3c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives on Air Force One at Harry Reid International Airport in Las Vegas, Tuesday, Aug. 4, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[EEUU reanuda inspecciones en Michoacán que permitirán retomar exportaciones del aguacate mexicano]]></title><link>https://www.local10.com/espanol/2026/08/07/eeuu-reanuda-inspecciones-en-michoacan-que-permitiran-retomar-exportaciones-del-aguacate-mexicano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/eeuu-reanuda-inspecciones-en-michoacan-que-permitiran-retomar-exportaciones-del-aguacate-mexicano/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CIUDAD DE MÉXICO (AP) — Estados Unidos acordó reanudar parcialmente a partir del sábado la inspección de aguacates en el estado occidental de Michoacán que se había suspendido a mediados de semana debido a amenazas contra intereses estadounidenses, lo que ocasionó la paralización de las exportaciones del fruto.]]></description><pubDate>Sat, 08 Aug 2026 00:50:21 +0000</pubDate><content:encoded><![CDATA[<p>CIUDAD DE MÉXICO (AP) — Estados Unidos acordó reanudar parcialmente a partir del sábado la inspección de aguacates en el estado occidental de Michoacán que se había suspendido a mediados de semana debido a amenazas contra intereses estadounidenses, lo que ocasionó la paralización de las exportaciones del fruto.</p><p>La decisión fue anunciada el viernes por la embajada de Estados Unidos en México que indicó en un comunicado que la reactivación de actividades oficiales se acordó con base a los compromisos asumidos por el gobierno de México, las medidas de seguridad activadas en Michoacán y la evaluación continua de las autoridades estadounidenses.</p><p>El anuncio se da un día después de que México anunciara el envío de 1.557 efectivos del ejército y la Guardia Nacional a Michoacán para reforzar la seguridad.</p><p>Las inspecciones que realizan funcionarios estadounidenses para la verificación de los aguacates se reanudarán parcialmente en las localidades de Tancítaro, Tacámbaro, Uruapan y el corredor entre las ciudades de Morelia, capital de Michoacán, y Pátzcuaro, señaló el comunicado.</p><p>Cerca del 90% de las exportaciones de aguacate de México se venden en Estados Unidos, su principal mercado. Como parte de las relaciones comerciales y los mecanismos de control bilaterales, el Departamento de Agricultura estadounidense (USDA, por sus siglas en inglés) envía inspectores que vigilan las plantaciones y empacadoras en México para garantizar que el producto exportado no lleve plagas que puedan afectar a los agricultores estadounidenses.</p><p>Michoacán es el principal exportador de aguacates a Estados Unidos y una región con un alto nivel de violencia donde operan al menos cuatro cárteles de la droga que el gobierno del presidente Donald Trump catalogó el año pasado como organizaciones terroristas. Los grupos delictivos mexicanos no sólo se dedican al narcotráfico sino también a diferentes actividades ilícitas como la extorsión, entre otros a los productores de aguacate.</p><p>El gobierno estadounidense indicó que continuará trabajando para generar las condiciones necesarias para reanudar la totalidad de las actividades, pero no ofreció detalles.</p><p>En el comunicado Estados Unidos agradeció la cooperación del gobierno mexicano y las acciones que acordaron para fortalecer la seguridad del personal estadounidense y de los habitantes de Michoacán.</p><p>“Continuaremos evaluando las condiciones y ajustando nuestras operaciones según corresponda”, señaló el escrito en el que se reconoció que un “sector agrícola seguro beneficia a nuestras dos naciones al garantizar la producción de alimentos, fortalecer las cadenas de suministro y apoyar la prosperidad económica”.</p><p>Más temprano, el director de la Asociación de Productores y Empacadores Exportadores de Aguacate de México (APEAM), Luis Javier de ⁠la Rocha, informó a la prensa que se había llegado a un acuerdo con las autoridades estadounidenses para liberar más de 1.000 toneladas de aguacates para la exportación.</p><p>A mediados de semana la embajada estadounidense anunció en una alerta de seguridad la suspensión de operaciones en Michoacán, pero no especificó cuál era la amenaza.</p><p>Al respecto, el gobernador de Michoacán, Alfredo Ramírez Bedolla, informó en sus redes sociales que la paralización había sido para salvaguardar la integridad de sus trabajadores después de recientes detenciones vinculadas con la extorsión.</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[Man pleads guilty to 9 felonies for killing wife, 2 daughters, and abusing bodies in Miami-Dade]]></title><link>https://www.local10.com/news/local/2026/08/07/man-pleads-guilty-to-9-felonies-for-killing-wife-2-daughters-and-abusing-bodies-in-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-pleads-guilty-to-9-felonies-for-killing-wife-2-daughters-and-abusing-bodies-in-miami-dade/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A 42-year-old man pleaded guilty to nine felonies on Friday related to the 2012 murders of his 29-year-old wife, his two step-daughters, and the abuse of two of their bodies in Miami-Dade County. ]]></description><pubDate>Fri, 07 Aug 2026 22:26:20 +0000</pubDate><content:encoded><![CDATA[<p>A 42-year-old man pleaded guilty to nine felonies on Friday related to the 2012 murders of his 29-year-old wife, his two step-daughters, and the abuse of two of their bodies in Miami-Dade County. </p><p>Gladys Machado and her two daughters, 4-year-old Daniela Padron and 8-year-old Julia Padron, died on Nov. 10, 2012, at their home in the area of Northwest 73 Avenue and Fourth Street, according to deputies. </p><p>Machado had given a neighbor access to the home, and the neighbor followed a putrid smell to a bedroom closet, found their bodies, and called 911 on Nov. 13, 2012, according to deputies.</p><p>Deputies arrested Alberto Sierra, then 28, on Nov. 19, 2012. Detective Rosie Cordero-Stutz, now the Miami-Dade Sheriff, talked to reporters about the case after the arrest. </p><p>“He used a plastic bag to asphyxiate Gladys,” Cordero-Stutz said. “And after that, he sexually assaulted her.” </p><p>Detectives searched for Machado’s 6-year-old son, who also lived at the home, but wasn’t there on Nov. 13, 2012. They found him safe with his grandmother. </p><p>Miami-Dade prosecutors filed the felony case against Sierra on Nov. 20, 2012, and he pleaded not guilty on Nov. 29, 2012. </p><p>The nine charges: Three counts of first-degree murder, three counts of kidnapping, two counts of abuse of a dead human body, and armed burglary. </p><p>The state is seeking the death penalty. Jury selection in the capital penalty phase is Aug. 17. Miami-Dade County Circuit Judge Marisa Tinkler Mendez has been presiding over the case. </p><p><i>Local 10 News Photojournalist Tim McFarland contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IJ5SIX5AR5EVTDME7TPUNRIBPQ.jpg?auth=b127f5f8a9a859b833f471d32e6ba5f6a40759636b8d5fa713eeadc29590be6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami-Dade corrections has been holding Alberto Sierra since Nov. 20, 2012.]]></media:description></media:content></item><item><title><![CDATA[Expert explains Miami voters’ Florida primary ballot referendum question on city elections]]></title><link>https://www.local10.com/news/politics/2026/08/07/expert-explains-miami-voters-florida-primary-ballot-referendum-question-on-city-elections/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/expert-explains-miami-voters-florida-primary-ballot-referendum-question-on-city-elections/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[Miami voters have a decision to make on Aug. 18. ]]></description><pubDate>Fri, 07 Aug 2026 23:24:35 +0000</pubDate><content:encoded><![CDATA[<p>Miami voters have a decision to make on Aug. 18 that is limited to elections in the city. </p><p>The <a href="https://www.miamidade.gov/elections/library/sample-ballots/2026-08-18-sample-ballot-miami-special.pdf" target="_self" rel="" title="https://www.miamidade.gov/elections/library/sample-ballots/2026-08-18-sample-ballot-miami-special.pdf">Florida primary ballot</a> includes Miami Referendum 1: “Charter Amendment to Move the City Elections from Odd-Numbered to Even-Numbered Years.” </p><p>The question for voters:<i> “</i>Shall the City Charter be amended to change the General and Runoff Elections from odd-numbered years to evennumbered years commencing in the years 2034 and 2036, and every four years thereafter, so the General Election is concurrent with any statewide or countywide election; modify the qualification period and clarify that the terms of office of those elected in the years 2031 and 2033 shall be reduced to 3 years due to said change?”<i> </i></p><p><a href="https://hcas.nova.edu/people/charles-l-zelden.html" target="_self" rel="" title="https://hcas.nova.edu/people/charles-l-zelden.html">Charles Zelden</a> is a political science professor at Nova Southeastern University’s Halmos College of Arts and Sciences. </p><p>“The people who run the elections for the parties have decided that they are better off if they bring in all the voters as opposed to some of the voters,” Zelden said about the reason behind the referendum. </p><p>A majority is required to adopt the measure. Zelden said the odd-year elections could favor a candidate. </p><p>“An odd year election allows you to be the big dog, the one that everyone is focused on,” Zelden said. “But, only a small percentage of the voters will be actually focusing.” </p><p>Zelden said he suspects the majority of voters will vote in favor of even-year elections.</p><p>“Voters will say, ‘Well, that makes sense! Why aren’t we voting that way already,’” Zelden said. </p>]]></content:encoded></item><item><title><![CDATA[A deal with Iran over the Strait of Hormuz may require a compromise from Trump]]></title><link>https://www.local10.com/news/politics/2026/08/07/a-deal-with-iran-over-the-strait-of-hormuz-may-require-a-compromise-from-trump/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/a-deal-with-iran-over-the-strait-of-hormuz-may-require-a-compromise-from-trump/</guid><dc:creator><![CDATA[By BEN FINLEY and MATTHEW LEE, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — To reach a deal with Iran that reopens the economically vital Strait of Hormuz, President Donald Trump may need to do something out of character — compromise.]]></description><pubDate>Fri, 07 Aug 2026 04:01:18 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — To reach a deal with Iran that reopens the economically vital Strait of Hormuz, President Donald Trump may need to do something out of character — compromise.</p><p>Any concession would be tough for the Republican president, who has insisted there is no truth to his sagging poll numbers, the sluggish economy and the U.S. military’s dwindling stockpiles of key weapons following the Iran war he launched with Israel more than five months ago.</p><p>“He divides the world into winners and losers, and this would make him a loser,” said Eliot Cohen, who served as counselor of the State Department in the George W. Bush administration. “And the image of being a loser, I think, would be intolerable for him.”</p><p>The sticking point has been over control of the Strait of Hormuz, through which 20% of the world’s oil normally flows. While both sides say a deal is close, the Trump administration has ruled out any arrangement that would cement Iran’s grip over the Persian Gulf waterway, including Tehran charging fees.</p><p>But Iran has insisted on some measure of control, saying the strait will not go back to being an open international waterway as it was before the war. Despite thousands of U.S. strikes, Iran can still fire drones and missiles at vessels, giving it a chokehold over commercial shipping.</p><p>Cohen said yielding ground to Iran would be difficult for the president, even if the conflict keeps gasoline prices elevated and poses problems for Republicans in November’s midterm elections.</p><p>But David Schenker, a former State Department official in the first Trump administration, said the increasing economic pressure may actually prompt Trump to compromise on the strait, even if it’s likely to have profound implications on global trade.</p><p>“There will be a lot of spin both ways, but my guess is that the president has tipped his hand as to the urgency for him of resolving the crisis,” said Schenker, now a fellow at the Washington Institute for Near East Policy. “This is a concession he may very well be willing to make.”</p><p>Trump says weapons stockpiles are ‘a little bit tighter’</p><p>Trump, however, has so far conceded little about the war.</p><p>He posted on social media Thursday that the U.S. military still has “massive amounts” of weapons and that large amounts are being manufactured. He threatened jail time for the alleged “leakers” of information on the nation’s weapons stockpiles.</p><p>Trump was referencing a Washington Post story that reported his frustration with Defense Secretary Pete Hegseth over the shrinking inventories of advanced weapons, as the Cabinet had gathered at Camp David last week.</p><p>A senior administration official said there had been a “robust and healthy” discussion about Iran in the Cabinet meeting and would not provide additional details except to say there had not been a “knock-down, drag-out fight” over the matter. The official spoke on condition of anonymity to discuss internal administration deliberations.</p><p>Experts say the U.S. military is running short on weapons like advanced missile interceptors that have defended American troops from Iranian attacks. The Center for Strategic and International Studies, a Washington think tank, has released reports on declining inventories based on budget documents and other public information.</p><p>When asked later about weapons stockpiles, Trump told reporters that “we need more all the time.” He claimed that certain kinds of munitions are in “virtually unlimited supply” and others are “a little bit tighter.” He didn’t offer more specifics.</p><p>He insisted that “we’re in great shape. But, with that being said, we always want more. We have to have more,” noting that the military could tap into U.S. supplies of munitions around the world if needed.</p><p>Hegseth was on Capitol Hill this week, meeting privately with Republican senators as he makes the case for billions of dollars in additional Pentagon spending as part of a major GOP budget package.</p><p>Sen. Mark Kelly, an Arizona Democrat and former Navy pilot, said the weapons shortfall stems from a war that lacked a well-defined goal and strategy beyond striking more than 14,000 targets.</p><p>“My contention on this is, if you knew what the goal is, maybe the target list would have been 500 targets. Maybe it would have been 200 targets,” Kelly said, adding the Pentagon wants ”billions and billions of dollars to fix their self-inflicted problem.”</p><p>Trump has made a dubious claim about polling</p><p>Trump also has claimed in a social media post Tuesday that his polling numbers are the best “they have ever been.” He cited accomplishments including employment numbers and the “Denuclearization of Iran.”</p><p>But about two-thirds of U.S. adults say the war with Iran has not been worthwhile, according to a poll from late July by The Associated Press-NORC Center for Public Affairs Research. That includes the vast majority of Democrats and independents, as well as about 37% of Republicans.</p><p>On employment, the United States had nearly 159 million jobs in June, not including farmworkers, which was a record. In Trump’s second term, however, job growth has slowed considerably.</p><p>Trump also continues to claim that the Strait of Hormuz is open to commercial shipping. He said Thursday that the strait is “sort of open right now” and pointed to the Navy’s blockade of Iranian ports.</p><p>“But they can always shoot something, they always have something or drop a mine,” Trump said of Iran. “And if you have one mine sitting out there, you sort of mess things up because people don’t want to take their billion-dollar boats and accidentally get hit by a mine.”</p><p>At least two ships were hit in the Strait of Hormuz in the past week, while several others reported near misses or warnings from entities claiming to represent Iran’s Revolutionary Guard, according to maritime data company Lloyd’s List Intelligence.</p><p>Vessel traffic through the strait increased to 84 transits last week, up from 45 the week before. But traffic is still far below the more than 700 transits seen in a typical week before the crisis, Lloyd’s List said.</p><p>A deal over the Strait of Hormuz could hinge on fees</p><p>U.S. and Iranian officials say they are close to reaching an agreement to reopen the strait. That is even as the U.S. military insists the strait is open through a route it helps oversee near Oman’s coast, saying this week that it “remains free and open for all commercial vessels seeking to transit the international waterway.”</p><p>The Associated Press reported Wednesday that the potential deal is being portrayed as a temporary solution to the dispute over the strait, and that it would allow ships to enter the Persian Gulf through an Iranian-controlled route and exit through an Omani-controlled route.</p><p>The Trump administration has said repeatedly that it is strongly opposed to any arrangement that would see Iran charge fees.</p><p>Any temporary routes through the waterway will not have tolls, charges or other impediments, according to a U.S. official not authorized to comment publicly who spoke Thursday on condition of anonymity. The official said Trump’s preferred choice is diplomacy and he “holds all the cards” in dealing with Iran.</p><p>____</p><p>Associated Press reporters Lisa Mascaro, Darlene Superville and Michelle L. Price in Washington contributed to this report.</p>]]></content:encoded></item><item><title><![CDATA[Aug. 7: Hot, humid August weekend]]></title><link>https://www.local10.com/weather/2026/08/07/aug-7-hot-humid-august-weekend/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/08/07/aug-7-hot-humid-august-weekend/</guid><dc:creator><![CDATA[Betty Davis]]></dc:creator><description><![CDATA[It will be a hot, humid weekend for South Florida.]]></description><pubDate>Fri, 07 Aug 2026 22:19:19 +0000</pubDate><content:encoded><![CDATA[<p>It will be a hot, humid weekend for South Florida.</p><p>Miami-Dade and Broward counties can expect partly cloudy skies Friday night as east-southeast winds stir. An isolated, passing shower is not completely out of the question. Temperatures are forecast to drop to 80°F overnight.</p><p>There may be some spotty showers along the east coast Saturday morning, followed by sunshine, scattered clouds and a subtle, southeast breeze during the afternoon. Temperatures will make a run for the low 90s -- humidity could make it feel hotter than 100°F.</p><p>Sunday may feature “here/there” showers in the morning , then sunshine, patchy clouds and east-southeast winds (sustained 5 to 10 mph) during the afternoon. Temperatures are forecast to reach the low 90s -- humidity will make it feel like triple digits.</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[Man accused of turning off diver’s air supply hits back at attempted murder charge: ‘100% lie’]]></title><link>https://www.local10.com/news/local/2026/08/07/man-accused-of-turning-off-divers-air-supply-hits-back-at-attempted-murder-charge-100-lie/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-accused-of-turning-off-divers-air-supply-hits-back-at-attempted-murder-charge-100-lie/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[A man facing an attempted murder charge after Miami-Dade deputies said he turned off an 18-year-old diver’s air supply is forcefully pushing back on the allegations.]]></description><pubDate>Fri, 07 Aug 2026 16:25:41 +0000</pubDate><content:encoded><![CDATA[<p>A man <a href="https://www.local10.com/news/local/2026/08/04/man-charged-with-attempted-murder-for-turning-off-divers-oxygen-tank-during-lobster-mini-season/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/04/man-charged-with-attempted-murder-for-turning-off-divers-oxygen-tank-during-lobster-mini-season/">facing an attempted murder charge</a> after Miami-Dade deputies said he turned off an 18-year-old diver’s air supply is forcefully pushing back on the allegations.</p><p><a href="https://www.local10.com/espanol/2026/08/07/acusado-de-cerrar-suministro-de-aire-a-buzo-rechaza-cargo-de-intento-de-asesinato-mentira-al-100/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/acusado-de-cerrar-suministro-de-aire-a-buzo-rechaza-cargo-de-intento-de-asesinato-mentira-al-100/">Leer en español</a></p><p>Michael Simpson, 51, of Miami Beach, held a news conference in Miami on Friday morning.</p><p>Deputies said the incident happened on July 29 during lobster mini-season off Fisher Island while diver Hunter Cofer was in the water searching for lobsters.</p><p>They said in a fight over a diving spot, he became irate and threatened to turn off Cofer’s air supply, then made good on the threat.</p><p>But Simpson said that’s not at all what happened. </p><p>He said of his time in the Turner Guilford Knight Correctional Center: “To sit in that facility and read my arrestor report, it’s devastating.”</p><p>Simpson was part of a boater education task force. He said that safety has always been a priority and says the allegations are lies. </p><p>On Friday, he said he had swam over to see why Cofer’s father, whom he said was being belligerent, was yelling at his son. Simpson said that the teen’s father accidentally turned off the air supply while trying to pull on a float.</p><p>“He pulls it, and the machine turns off. He kind of does this shuffle. He slips. He falls on the edge of the boat and falls into the water,” Simpson said. “Immediately, the gentleman comes up and does one stroke towards my child to turn off the air. It’s a lie. It’s (a) 100% lie. Why would the dad need to lie that he jumped in? He fell in front of everybody.”</p><p>Simpson said the teen underwater was tangled. Deputies said there were there no injuries. Simpson showed media outlets a video where state wildlife officers spoke to him later on without incident. He said he didn’t flee the scene; he just motored away about 300 yards to get away. </p><p>Simpson has retained attorney Howard Srebnick, who recently led a successful defense in another high-profile maritime case in Miami-Dade County: Jurors found his client, George Pino, <a href="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/22/closing-arguments-to-begin-in-george-pino-vessel-homicide-trial/">not guilty</a> in a vessel homicide case back in June.</p><p>Simpson and Srebnick have promised to fight the charges.</p><p>Meanwhile, the attorney for the teen’s family, Tonja Haddad, said in a statement that the family “We would like to allow the office of the state attorney, the (Miami-Dade Sheriff’s Office) and whomever else is involved to conduct their investigation without interference.</p><p>“However, we do refute the recitation given by the defendant in his press conference.”</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[Sexual predator gets 12 years for molesting boy in Dolphin Mall bathroom]]></title><link>https://www.local10.com/news/local/2026/08/07/sexual-predator-gets-12-years-for-molesting-boy-in-dolphin-mall-bathroom/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/sexual-predator-gets-12-years-for-molesting-boy-in-dolphin-mall-bathroom/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[A man arrested in 2025 after authorities said he molested a 13-year-old boy in a bathroom at the Dolphin Mall took a plea deal in Miami-Dade court on Friday, earning a 12 year prison sentence.]]></description><pubDate>Fri, 07 Aug 2026 22:02:50 +0000</pubDate><content:encoded><![CDATA[<p>A man arrested in 2025 after authorities said he <a href="https://www.local10.com/news/local/2025/01/14/man-accused-of-molesting-boy-in-dolphin-mall-bathroom-while-out-on-bond-on-child-rape-charge/" target="_self" rel="" title="https://www.local10.com/news/local/2025/01/14/man-accused-of-molesting-boy-in-dolphin-mall-bathroom-while-out-on-bond-on-child-rape-charge/">molested a 13-year-old boy</a> in a bathroom at the Dolphin Mall took a plea deal in Miami-Dade court on Friday, earning a 12 year prison sentence.</p><p>Hunter Nicholas Hines, 37, of Pembroke Pines, was charged with attempted sexual battery and lewd and lascivious molestation of a child in connection with the Jan. 4, 2025 incident at the popular retail hub, located at 11401 NW 12th St. in Sweetwater.</p><p>He’ll also serve 15 years of sex offender probation.</p><p>Investigators said Hines, then 35, approached the boy as he was washing his hands, grabbed him and “escorted” him into a stall. Investigators said Hines held the boy with one hand, pulled down his pants with the other and molested him.</p><p>Authorities said the victim kicked Hines and escaped after he tried to perform oral sex on him.</p><p>Hines did all this while out on bond for committing a similar crime on Florida’s Treasure Coast on Nov. 7, 2022, when he was 33. It would earn him the status of sexual predator.</p><p>In that case, Indian River County deputies said Hines victimized a 14-year-old boy with Asperger’s syndrome whom he met through the app Grindr.</p><p>Deputies said Hines drove the teen to a neighborhood, then pulled down the boy’s pants and began performing oral sex on him. He then forced the boy to perform the same act on him.</p><p>Records show Hines pleaded no contest to three charges in that case, including child sexual battery, this May. In that case, he also received a 12-year sentence with 15 years of sex offender probation, with credit for time served.</p><p>As part of his plea, an Indian River County judge signed an order declaring him a sexual predator.</p><p>Hines, prior to his legal troubles, was a microbiologist with a doctorate degree who gained a social media following for posts about his research.</p><p>Records show he was being held in Miami-Dade’s Metrowest Detention Center as of Friday morning.</p><p>It wasn’t immediately clear whether his Miami-Dade sentence would run concurrently with his Indian River sentence.</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/HOHLGLCUEFASPMZEMG42YC3IX4.jpg?auth=2768b3715d4d51980f22c837b4be4c6c829f90247917ece5e4fd29359b937574&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Hunter Hines]]></media:description></media:content></item><item><title><![CDATA[Chiefs coach Andy Reid hints Patrick Mahomes may sit out entire Chiefs preseason after knee surgery]]></title><link>https://www.local10.com/sports/2026/08/07/chiefs-coach-andy-reid-hints-patrick-mahomes-may-sit-out-entire-chiefs-preseason-after-knee-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/chiefs-coach-andy-reid-hints-patrick-mahomes-may-sit-out-entire-chiefs-preseason-after-knee-surgery/</guid><dc:creator><![CDATA[By DAVE SKRETTA, Associated Press]]></dc:creator><description><![CDATA[ST. JOSEPH, Mo. (AP) — Chiefs coach Andy Reid said Friday that it is unlikely that quarterback Patrick Mahomes will play in their preseason opener against the Rams next week, and it's possible that the two-time MVP skips the three-game exhibition slate entirely.]]></description><pubDate>Fri, 07 Aug 2026 21:55:00 +0000</pubDate><content:encoded><![CDATA[<p>ST. JOSEPH, Mo. (AP) — Chiefs coach Andy Reid said Friday that it is unlikely that quarterback Patrick Mahomes will play in their preseason opener against the Rams next week, and it's possible that the two-time MVP skips the three-game exhibition slate entirely.</p><p>That's not necessarily a surprise given Mahomes underwent surgery to repair torn ligaments in his left knee in December.</p><p>Mahomes has been ahead of schedule in his rehab work ever since the injury, though, participating in the entire offseason program before reporting to training camp on time. He was given the all-clear late last month by Dallas-based surgeon Dr. Dan Cooper, who performed the procedure, to participate in practices without any restrictions.</p><p>“There's a pretty good chance I don't play him,” Reid said. “Percentages are leaning that way. I don't know if I will play him the second or third game — I don't know that — but percentages probably lean against doing that.”</p><p>On one hand, Mahomes hardly needs the work given his experience. On the other hand, the competitive nature of the quarterback may be enough to convince Reid to put him on the field at least for a couple of snaps in the second game against Tampa Bay.</p><p>Mahomes has said he's looking forward to taking his first real hit to feel fully back to football.</p><p>The Chiefs have no shortage of quarterbacks in need of preseason work. They traded with the Jets for veteran Justin Fields to serve as their primary backup, and he could use some game experience in the new offense. So could Garrett Nussmeier, the once-heralded LSU quarterback, whom they chose in the seventh round of the draft as a project.</p><p>“We've got new people ... behind (Mahomes) that need some work,” Reid said. “The more reps they get, the better.”</p><p>The Chiefs, who have another practice Saturday before taking Sunday off, have a number of players missing due to injuries.</p><p>The latest to join the list was two-time Pro Bowl offensive guard Trey Smith, who was examined by a hip specialist as a precaution after it started to bother him this week. Reid downplayed the severity of the injury, saying “he's going to be OK.”</p><p>In fact, none of the other injuries appear to be long-term problems. Defensive end Ashton Gillotte has a hamstring strain, linebacker Jeffrey Bassa a groin injury, linebacker Drue Tranquill some back pain and wide receiver Xavier Worthy a shoulder issue, while defensive back L'Jarius Sneed continues to manage a knee problem and cornerback Mansoor Delane a shoulder injury.</p><p>Wide receiver Cyrus Allen, the Chiefs' fifth-round pick who had been turning some heads, was back at practice for the first time since bruising his shin during Monday's workout. But he was held out of drills that involved contact with the defense.</p><p>“He did a good job when he was back in there, so that's a positive,” Reid said. “He's at all the meetings. He's focused in. He wants to get out there. He doesn't want to miss. He's been working hard. We'll just ease him back in, like I said.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KJCHTES3ELYDLMG4VEAFVFQ2UY.jpg?auth=9fb4a6938727c68fe9656e68e027fb728780d3355ca3d53d267bac92d5f4530f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs quarterback Patrick Mahomes throws during NFL football training camp Saturday, Aug. 1, 2026, in St. Joseph, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZBLQTWMO3WCDIJNOHGRFPEVOO4.jpg?auth=b447b90334e9cf55d97eb17b8f4f243d15d878b396951e6fdd4aa5c9a2b9ec18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs quarterback Patrick Mahomes (15) arrives at NFL football training camp Friday, July 31, 2026, in St. Joseph, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DV75NL7VYXVDA2WBEA6M56RMCM.jpg?auth=f48c6102cc933dd905c967d997b67ad233ddfeba10ff3019772f63a6b35a906f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Chiefs quarterbacks Chris Oladokun (19), Patrick Mahomes (15), Justin Fields (6) and Garrett Nussmeier (14) watch a drill during NFL football training camp Saturday, Aug. 1, 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[Guardia de seguridad de Doral sobrevive a balacera y dice que una bala atravesó sus pantalones]]></title><link>https://www.local10.com/espanol/2026/08/07/guardia-de-seguridad-de-doral-sobrevive-a-balacera-y-dice-que-una-bala-atraveso-sus-pantalones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/guardia-de-seguridad-de-doral-sobrevive-a-balacera-y-dice-que-una-bala-atraveso-sus-pantalones/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Un guardia de seguridad de Doral comparte su historia de supervivencia después de evitar por poco recibir un disparo mientras patrullaba, afirmando que una bala atravesó sus pantalones, pero no impactó su pierna.]]></description><pubDate>Fri, 07 Aug 2026 21:30:47 +0000</pubDate><content:encoded><![CDATA[<p>Un guardia de seguridad de Doral comparte su historia de supervivencia después de evitar por poco recibir un disparo mientras patrullaba, afirmando que una bala atravesó sus pantalones, pero no impactó su pierna.</p><p>Jamel Donna dijo que realizaba un patrullaje de rutina en Doral cuando vio a Lucas Gomez Quintero junto a su automóvil y a Daniel Dominguez dentro del vehículo.</p><p>“Corrí detrás de ellos y pude tomar una foto del automóvil”, dijo Donna.</p><p>Donna dijo que Dominguez luego le disparó cuatro veces.</p><p>Una bala atravesó los pantalones de Donna, dejando un agujero que sirve como recordatorio de lo cerca que estuvo de resultar gravemente herido. Donna dijo que estaba escondido detrás de su carrito de golf cuando se realizaron los disparos.</p><p>La policía arrestó a Gomez Quintero y Dominguez.</p><p>En corte, se le informó a Gomez Quintero que había sido arrestado en dos casos y que enfrenta un cargo de robo en una estructura o vehículo desocupado. También enfrenta un cargo de intento de asesinato en primer grado con un arma mortal.</p><p>Donna dijo que le dispararon cuatro veces y está agradecido de que ninguna de las balas lo impactara.</p><p>Ambos sospechosos ahora enfrentan múltiples cargos.</p>]]></content:encoded></item><item><title><![CDATA[Doral security guard survives gunfire, says bullet passed through his pants]]></title><link>https://www.local10.com/news/local/2026/08/07/doral-security-guard-survives-gunfire-says-bullet-passed-through-his-pants/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/doral-security-guard-survives-gunfire-says-bullet-passed-through-his-pants/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[A Doral security guard is sharing his story of survival after narrowly avoiding being shot while on patrol, saying a bullet passed through his pants but missed his leg.]]></description><pubDate>Fri, 07 Aug 2026 21:22:58 +0000</pubDate><content:encoded><![CDATA[<p>A Doral security guard is sharing his story of survival after narrowly avoiding being shot while on patrol, saying a bullet passed through his pants but missed his leg.</p><p><a href="https://www.local10.com/espanol/2026/08/07/guardia-de-seguridad-de-doral-sobrevive-a-balacera-y-dice-que-una-bala-atraveso-sus-pantalones/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/guardia-de-seguridad-de-doral-sobrevive-a-balacera-y-dice-que-una-bala-atraveso-sus-pantalones/">Leer en español</a></p><p>Jamel Donna said he was conducting a routine patrol in Doral when he saw Lucas Gomez Quintero by his car and Daniel Dominguez inside the vehicle.</p><p>“I ran after them and I was able to get a picture of the car,” Donna said.</p><p>Donna said Dominguez then fired four rounds at him.</p><p>A bullet tore through Donna’s pants, leaving behind a hole that serves as a reminder of how close he came to being seriously injured. Donna said he was hiding behind his golf cart when the shots were fired.</p><p>Police arrested Gomez Quintero and Dominguez.</p><p>In court, Gomez Quintero was told he was arrested in two cases and is charged with burglary of an unoccupied structure or conveyance. He is also charged with attempted first-degree murder with a deadly weapon.</p><p>Donna said he was shot at four times and is thankful none of the bullets hit him.</p><p>Both suspects are now facing multiple charges.</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[Crane top falls into pool at Miami construction site]]></title><link>https://www.local10.com/news/local/2026/08/07/crane-top-falls-into-pool-at-miami-construction-site/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/crane-top-falls-into-pool-at-miami-construction-site/</guid><dc:creator><![CDATA[Pablo Hernandez, Brett Knese]]></dc:creator><description><![CDATA[The top part of a crane fell into a pool at a construction site in Miami on Friday, officials said.]]></description><pubDate>Fri, 07 Aug 2026 20:52:35 +0000</pubDate><content:encoded><![CDATA[<p>The top part of a crane fell into a pool at a construction site in Miami on Friday, officials said.</p><p><a href="https://www.local10.com/espanol/2026/08/07/cae-parte-superior-de-grua-en-piscina-de-obra-en-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/cae-parte-superior-de-grua-en-piscina-de-obra-en-miami/">Leer en español</a></p><p>Miami Fire Rescue and Miami Police responded to the scene at 1818 SW 1st Ave. after receiving reports of a possible structure collapse.</p><p>According to Miami Fire Rescue PIO Lt. Pete Sanchez, no one was injured and that the top part of the crane fell into a pool. </p><p>Officials said it was a crane being assembled, but it had some sort of failure.</p><p>Crews are evaluating the situation.</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[Cae parte superior de grúa en piscina de obra en Miami]]></title><link>https://www.local10.com/espanol/2026/08/07/cae-parte-superior-de-grua-en-piscina-de-obra-en-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/cae-parte-superior-de-grua-en-piscina-de-obra-en-miami/</guid><dc:creator><![CDATA[Pablo Hernandez, Brett Knese]]></dc:creator><description><![CDATA[La parte superior de una grúa cayó en una piscina en una obra de construcción en Miami el viernes.]]></description><pubDate>Fri, 07 Aug 2026 21:27:48 +0000</pubDate><content:encoded><![CDATA[<p>La parte superior de una grúa cayó en una piscina en una obra de construcción en Miami el viernes, informaron funcionarios.</p><p>Miami Fire Rescue y la Policía de Miami respondieron a la escena en 1818 SW 1st Ave. después de recibir reportes de un posible colapso estructural.</p><p>Según el portavoz de Miami Fire Rescue, el teniente Pete Sanchez, nadie resultó herido y la parte superior de la grúa cayó en una piscina.</p><p>Funcionarios dijeron que se trataba de una grúa que estaba siendo ensamblada, pero sufrió algún tipo de falla.</p><p>Los equipos están evaluando la situación.</p>]]></content:encoded></item><item><title><![CDATA[Pepper spray doesn’t stop Good Samaritan from tackling Brickell jewelry thief, police say]]></title><link>https://www.local10.com/news/local/2026/08/07/man-who-snatched-jewelry-from-women-in-brickell-pepper-sprays-bystander-who-chased-him-down-cops/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-who-snatched-jewelry-from-women-in-brickell-pepper-sprays-bystander-who-chased-him-down-cops/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[Miami police arrested a 21-year-old man they said pepper-sprayed a bystander who chased him down on Thursday after he stole pricey pieces of jewelry from women.]]></description><pubDate>Fri, 07 Aug 2026 21:05:39 +0000</pubDate><content:encoded><![CDATA[<p>Miami police arrested a 21-year-old man they said pepper-sprayed a bystander who chased him down on Thursday after he stole pricey pieces of jewelry from women.</p><p><a href="https://www.local10.com/espanol/2026/08/07/gas-pimienta-no-impide-que-buen-samaritano-derribe-a-ladron-de-joyeria-en-brickell-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/gas-pimienta-no-impide-que-buen-samaritano-derribe-a-ladron-de-joyeria-en-brickell-segun-la-policia/">Leer en español</a></p><p>Despite being pepper-sprayed, police said the Good Samaritan was able to tackle the suspect, identified as Yagiz Dogan.</p><p>Investigators said he first swindled a woman on July 18. Police said a woman met with Dogan in front of the Chase Bank at 1450 Brickell Ave. to sell him a $15,000 diamond ring after messaging on Facebook Marketplace.</p><p>Police said she let Dogan, who lives in a condo building a few blocks south, hold the ring and certificate and he ran off.</p><p>On Thursday, cops said he struck again but did not get away.</p><p>This time, they said Dogan “approached” another woman in the area of the same bank branch “attempting to buy her two bracelets.”</p><p>When she handed them over to let him see them, police said he ran off and the victim yelled for help.</p><p>The bystander joined the chase and caught up with Dogan, who sprayed him with pepper-spray, an arrest report states.</p><p>But the victim wasn’t deterred and managed to tackle him, police said. </p><p>Officers took Dogan into custody on grand theft and battery charges. In court on Friday, a judge set his bond at $11,000.</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[Gas pimienta no impide que buen samaritano derribe a ladrón de joyería en Brickell, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/07/gas-pimienta-no-impide-que-buen-samaritano-derribe-a-ladron-de-joyeria-en-brickell-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/gas-pimienta-no-impide-que-buen-samaritano-derribe-a-ladron-de-joyeria-en-brickell-segun-la-policia/</guid><dc:creator><![CDATA[Chris Gothner]]></dc:creator><description><![CDATA[La policía de Miami arrestó a un hombre de 21 años que, según dijeron, roció con gas pimienta a una persona que lo persiguió el jueves después de que robara costosas piezas de joyería a varias mujeres.]]></description><pubDate>Fri, 07 Aug 2026 21:24:56 +0000</pubDate><content:encoded><![CDATA[<p>La policía de Miami arrestó a un hombre de 21 años que, según dijeron, roció con gas pimienta a una persona que lo persiguió el jueves después de que robara costosas piezas de joyería a varias mujeres.</p><p>A pesar de haber sido rociado con gas pimienta, la policía dijo que el buen samaritano logró derribar al sospechoso, identificado como Yagiz Dogan.</p><p>Los investigadores dijeron que primero estafó a una mujer el 18 de julio. La policía dijo que una mujer se reunió con Dogan frente al banco Chase ubicado en 1450 Brickell Ave. para venderle un anillo de diamantes de $15,000 USD después de intercambiar mensajes en Facebook Marketplace.</p><p>La policía dijo que ella permitió que Dogan, quien vive en un edificio de condominios unas cuadras al sur, sostuviera el anillo y el certificado, y él salió corriendo.</p><p>El jueves, la policía dijo que volvió a atacar, pero no logró escapar.</p><p>Esta vez, dijeron que Dogan “se acercó” a otra mujer en el área de la misma sucursal bancaria “intentando comprarle sus dos pulseras”.</p><p>Cuando ella se las entregó para que pudiera verlas, la policía dijo que él salió corriendo y la víctima gritó pidiendo ayuda.</p><p>La persona se unió a la persecución y alcanzó a Dogan, quien lo roció con gas pimienta, indica un reporte de arresto.</p><p>Pero la víctima no se dejó disuadir y logró derribarlo, dijo la policía.</p><p>Agentes arrestaron a Dogan por cargos de robo mayor y agresión. En corte el viernes, un juez fijó su fianza en $11,000 USD.</p>]]></content:encoded></item><item><title><![CDATA[Memphis forward Brandon Clarke died from effects of heroin and cocaine, authorities say]]></title><link>https://www.local10.com/sports/2026/08/07/memphis-forward-brandon-clarke-died-from-effects-of-heroin-and-cocaine-authorities-say/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/memphis-forward-brandon-clarke-died-from-effects-of-heroin-and-cocaine-authorities-say/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — Memphis Grizzlies forward Brandon Clarke died in May from the effects of heroin and cocaine, authorities said Friday.]]></description><pubDate>Fri, 07 Aug 2026 21:34:13 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — Memphis Grizzlies forward Brandon Clarke died in May from the effects of heroin and cocaine, authorities said Friday.</p><p>The Los Angeles County Department of Medical Examiner said the 29-year-old basketball player's death was accidental.</p><p>Clarke was found dead inside a home near Los Angeles on May 11. A person familiar with the terms of the investigation told The Associated Press after the Grizzlies announced Clarke’s passing that drug paraphernalia was found at the residence. The person had spoken on condition of anonymity because those details had not been released publicly.</p><p>Clarke was under contract to be with the Grizzlies through the 2026-27 season.</p><p>About six weeks before he died, Clarke was arrested in Arkansas on charges of speeding, reckless driving and possessing a controlled substance. He was with Memphis for all seven of his pro seasons after finishing his college career at Gonzaga.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BNBFPSL7SHGCPHMSB2EB3YCOTI.jpg?auth=d2ce5608a7a76efcfebf6643566b73126d037e2618e5314acd8790632e5c6fcd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Memphis Grizzlies forward Brandon Clarke looks on from the bench in the second half of an NBA basketball game against the Minnesota Timberwolves, Feb. 3, 2026, in Memphis, Tenn. (AP Photo/Brandon Dill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brandon Dill</media:credit></media:content></item><item><title><![CDATA[Matan a hombre a balazos en vecindario de Lauderhill]]></title><link>https://www.local10.com/espanol/2026/08/07/matan-a-hombre-a-balazos-en-vecindario-de-lauderhill/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/matan-a-hombre-a-balazos-en-vecindario-de-lauderhill/</guid><dc:creator><![CDATA[Chris Gothner, Magdala Louissaint]]></dc:creator><description><![CDATA[La cinta de la escena del crimen rodeaba una vivienda de Lauderhill la tarde del viernes mientras la policía investigaba una balacera mortal.]]></description><pubDate>Fri, 07 Aug 2026 18:58:01 +0000</pubDate><content:encoded><![CDATA[<p>La cinta de la escena del crimen rodeaba una vivienda de Lauderhill la tarde del viernes mientras la policía investigaba una balacera mortal.</p><p>Según el Departamento de Policía de Lauderhill, agentes respondieron a la cuadra 1500 de Northwest 33rd Avenue alrededor de la 1:15 p.m. y encontraron a la víctima herida.</p><p>La policía dijo que paramédicos trasladaron al hombre al Broward Health Medical Center, donde los médicos lo declararon muerto. Las autoridades aún no han divulgado su nombre.</p><p>Un portavoz del Departamento de Policía de Lauderhill dijo que “el motivo se desconoce actualmente” y que la policía no había identificado a ningún sospechoso.</p><p>Se pide a cualquier persona que tenga información sobre la investigación “activa” que llame al Departamento de Policía de Lauderhill al 954-497-4700 o a Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Deputies respond to Home Depot parking lot in Oakland Park]]></title><link>https://www.local10.com/news/local/2026/08/07/deputies-respond-to-home-depot-parking-lot-in-oakland-park/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/deputies-respond-to-home-depot-parking-lot-in-oakland-park/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Broward Sheriff’s Office deputies responded to the parking lot of a Home Depot on Friday in Oakland Park. ]]></description><pubDate>Fri, 07 Aug 2026 19:43:39 +0000</pubDate><content:encoded><![CDATA[<p>Broward Sheriff’s Office deputies responded to the parking lot of a Home Depot on Friday in Oakland Park. </p><p>Deputies and Oakland Park Fire Rescue personnel responded to the parking lot shortly after 2:45 p.m., at 1701 West Oakland Park Boulevard, according to dispatch records. </p><figure><img src="https://www.local10.com/resizer/v2/DVBCFJP4DFCOVA2TH7LRE7EJD4.jpeg?auth=5ac56f3fde48a4c3ae01cecb951ef3d5e09208baeed03559603de55d99d5b768&smart=true&width=1200&height=900" alt="Broward Sheriff’s Office deputies responded to the parking lot of a Home Depot on Friday in Oakland Park." height="900" width="1200"/><figcaption>Broward Sheriff’s Office deputies responded to the parking lot of a Home Depot on Friday in Oakland Park.</figcaption></figure><p>BSO patrol cars blocked a white work van with a rusty roof that was parked in the middle of a road in the parking lot. The driver’s door was open. </p><p>An OPFR fire truck was parked outside the Home Depot’s entrance, near rows of grills. </p><p>Detectives asked anyone with information about this or other cases who wants to remain anonymous to call Broward County Crime Stoppers at 954-493-8477. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p><p><b>Location </b></p><p><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2573.212888259793!2d-80.16755598442518!3d26.167549236384907!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88d9015d4441c947%3A0x1f5cd31e20d154c3!2sThe%20Home%20Depot!5e1!3m2!1sen!2sus!4v1786131901162!5m2!1sen!2sus" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJ4GKIJODJELJHVLZDAIVI2QZM.png?auth=4bf986a42683489ef085735ef24cb485b74a7d4d6e4ee298906cf2d88f30578e&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Broward Sheriff’s Office deputies responded to the parking lot of a Home Depot on Friday in Oakland Park.]]></media:description></media:content></item><item><title><![CDATA[Back-to-school prep: Students with space and aviation dreams  meet Broward superintendent]]></title><link>https://www.local10.com/news/2026/08/07/back-to-school-prep-miramar-high-school-students-meet-broward-superintendent/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/07/back-to-school-prep-miramar-high-school-students-meet-broward-superintendent/</guid><dc:creator><![CDATA[Terrell Forney, Andrea Torres]]></dc:creator><description><![CDATA[A group of students met with Superintendent Howard Hepburn on Friday in a classroom full of space and aviation technology at Miramar High School. ]]></description><pubDate>Fri, 07 Aug 2026 20:50:25 +0000</pubDate><content:encoded><![CDATA[<p>A group of students met with Superintendent Howard Hepburn on Friday in a classroom full of space and aviation technology at Miramar High School. </p><p>The students who will be in the school’s <a href="https://miramarhigh.browardschools.com/academics/our-magnet-programs" target="_self" rel="" title="https://miramarhigh.browardschools.com/academics/our-magnet-programs">magnet programs</a> in a few days were able to play with the latest flight simulators and small drones.</p><p>The upcoming 2026-2027 academic school year doesn’t start until Monday, and the visit was part of Hepburn’s busy back-to-school itinerary. </p><p>“Traffic is going to be heavy with buses, and parents and students on the road, so we want to make sure our students go to school safely and come home safely as well,” Hepburn said. </p><p>Cole Etter and Kareen Pierre were among the students who met Hepburn. Cole said he dreams of becoming an aviation mechanic. </p><p>“I want to be an aerospace engineer, mostly like designing,” Kareen said. </p><p>Loli Formoso, a former principal and instructional director, said the high school participates in the <a href="https://www.spaceflorida.gov/space-florida-academy-program" target="_self" rel="" title="https://www.spaceflorida.gov/space-florida-academy-program">Space Florida Academy program</a>. </p><p>“This partnership is about connecting students directly with multiple industries, which include aerospace, aviation, and engineering,” Formoso said. </p><p>The <a href="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-launches-space-florida-academy-at-nine-high-schools" target="_self" rel="" title="https://www.browardschools.com/p/~board/district-news-news-room-135038/post/bcps-launches-space-florida-academy-at-nine-high-schools">program is also launching</a> at eight other public high schools in Broward: Blanche Ely in Pompano Beach, Boyd H. Anderson in Lauderdale Lakes, Coral Glades in Coral Springs, Charles W. Flanagan in Pembroke Pines, Northeast in Oakland Park, Piper in Sunrise, Plantation, and Coral Springs. </p><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/2026/08/07/miami-dade-superintendent-delivers-last-opening-of-schools-address/" target="_self" rel="" title="https://www.local10.com/news/2026/08/07/miami-dade-superintendent-delivers-last-opening-of-schools-address/">Miami-Dade superintendent delivers last ‘opening of schools’ address</a></li><li><a href="https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/">Broward school bus drivers prepare for students’ return with new safety technology</a></li><li><a href="https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/">Miami Heat host students for annual back-to-school shopping spree</a></li></ul>]]></content:encoded></item><item><title><![CDATA[A helicopter battling a Utah wildfire crashes as a blaze kills dozer operator in Oregon]]></title><link>https://www.local10.com/news/national/2026/08/07/a-helicopter-battling-a-utah-wildfire-crashes-with-no-word-on-the-2-aboard/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/07/a-helicopter-battling-a-utah-wildfire-crashes-with-no-word-on-the-2-aboard/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[RICHFIELD, Utah (AP) — A heavy-lift helicopter with two people on board battling a large Utah wildfire crashed as firefighters worked to corral an uncontained blaze in Oregon that killed a bulldozer operator, officials said Friday.]]></description><pubDate>Sat, 08 Aug 2026 01:25:19 +0000</pubDate><content:encoded><![CDATA[<p>RICHFIELD, Utah (AP) — A heavy-lift helicopter with two people on board battling a large Utah wildfire crashed as firefighters worked to corral an uncontained blaze in Oregon that killed a bulldozer operator, officials said Friday.</p><p>There was no word on the conditions of the people aboard the helicopter as officials said they couldn't immediately reach the crash site.</p><p>During firefighting operations in Oregon, 47-year-old Jason Ensign died Thursday while operating a dozer for a timber company. The Wrights Spring fire escalated with “unexpected and rapid growth” and cut off Ensign's escape route, the local sheriff's department said.</p><p>The fire started on Wednesday in south-central Oregon east of the town of Chiloquin. It had burned almost 14 square miles (36 square kilometers) by Friday with no containment, according to the U.S. Forest Service. Extremely hot and dry weather has caused erratic fire behavior, officials said.</p><p>The downed helicopter was one of seven working a fire in central Utah that was caused by lightning on July 27. It crashed near Richfield, which is about 160 miles (258 kilometers) south of Salt Lake City, the Federal Aviation Administration said.</p><p>Conditions were good enough for aircraft to fly when the helicopter crashed, said Tyler Hecht with the Great Basin Incident Management Team.</p><p>The Sikorsky S-64 helicopter had been working in an area with steep terrain. It ignited another fire when it crashed. Hecht said at an afternoon press conference he did not know how long the helicopter was flying before it crashed.</p><p>Response teams had not been able to get to the scene of the accident by Friday evening because of the flames, but hoped to get there in the next 24 hours, officials said.</p><p>“We didn't want to put them at bigger risk,” Sevier County Sheriff Nathan Curtis said. “We'll get them in there as soon as we can."</p><p>It was unknown if fire had overrun the crash scene, Hecht said.</p><p>Firefighting efforts were paused after the accident but later resumed, they said.</p><p>The National Transportation Safety Board and FAA will investigate, but they may not be able to safely reach the scene immediately if the wildfire is burning nearby.</p><p>Sikorsky S-64 “Skycrane” helicopters are used commercially and by government agencies for fire fighting and other purposes. They can be equipped with tanks to drop water or fire retardant onto blazes.</p><p>Fire crews were warned Friday morning that there would be erratic winds, dry fuels and hot temperatures as well as the potential for dry thunderstorms and lightning. Red flag warnings were in effect.</p><p>The fire on the Fishlake National Forest near small community of Kanosh, Utah had grown to 165 square miles (427 square kilometers) and was 19% contained by Friday morning. More than 600 firefighting personnel are battling the blaze, which has triggered evacuations and destroyed at least six structures as it burns through timber, brush and grass.</p><p>Months of dry weather, a record lack of snow in some areas, hot spells and erratic winds have contributed to blazes in Utah and other parts of the West.</p><p>Four firefighters were killed and a fifth was injured after they were overcome by a fast-moving wildfire in Colorado in June. The firefighters tried to shield themselves by deploying tentlike emergency shelters as flames overran their position.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/E6SMYM4EIWT2UP2EHCC2JJDCDA.jpg?auth=1584ea8d2e21bbf0456a58fc6b12e59341d37ae62d5432296d14497d17086b6d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo provided by the U.S. Forest Service on Friday, Aug. 7, 2026, shows the Widemouth 2 wildfire burning near Richfield, Utah. (U.S. Forest Service/Fishlake National Forest via AP)]]></media:description></media:content></item><item><title><![CDATA[Justice Samuel Alito confirms he's staying on the Supreme Court for another term]]></title><link>https://www.local10.com/news/politics/2026/08/07/justice-samuel-alito-confirms-hes-staying-on-the-supreme-court-for-another-term/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/justice-samuel-alito-confirms-hes-staying-on-the-supreme-court-for-another-term/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Supreme Court Justice Samuel Alito confirmed Friday he’s staying on the nation’s highest court, weeks after a swell of speculation about a possible retirement.]]></description><pubDate>Fri, 07 Aug 2026 20:56:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Supreme Court Justice Samuel Alito confirmed Friday he’s staying on the nation’s highest court, weeks after a swell of speculation about a possible retirement.</p><p>“Obviously, I’m here for another term,” Alito, 76, said in an interview published in The Wall Street Journal’s editorial section.</p><p>Discussion of Alito's future hit a fever pitch in June, when a mistake by a veteran Supreme Court reporter at National Public Radio resulted in the erroneous publication of a previously prepared retirement story.</p><p>The story was quickly retracted and the court confirmed it was inaccurate, but that did not stop the talk about what Alito might do. A retirement would likely have given Republican President Donald Trump a chance to name a fourth Supreme Court justice.</p><p>In a rare interview in his chambers, Alito also discussed the state of the court, rejecting the idea that political partisanship affects his decisions.</p><p>“I vote in every case the way I think the case should be decided,” he said. “If that means a high correlation with what Trump wants, fine. If it means zero correlation with what Trump wants, fine as well.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5KU2DY2W6W4C75PCCRS3SWNHP4.jpg?auth=d990c0da81bdef21d210848c2bbafd896f17c8af5f69bf47d42225fdd5460332&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supreme Court Justice Samuel Alito attends a meeting in Rome, Sept. 20, 2025. (AP Photo/Andrew Medichini, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Andrew Medichini</media:credit></media:content></item><item><title><![CDATA[Titans lock up Peter Skoronski with a rich extension as the NFL's highest-paid guard]]></title><link>https://www.local10.com/sports/2026/08/07/titans-lock-up-peter-skoronski-with-a-rich-extension-as-the-nfls-highest-paid-guard/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/titans-lock-up-peter-skoronski-with-a-rich-extension-as-the-nfls-highest-paid-guard/</guid><dc:creator><![CDATA[By TERESA M. WALKER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — Anyone doubting that an NFL offensive guard is worth $100 million needs only to look at who Peter Skoronski lines up against every day in practice during training camp.]]></description><pubDate>Sat, 08 Aug 2026 03:25:59 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — Anyone doubting that an NFL offensive guard is worth $100 million needs only to look at who Peter Skoronski lines up against every day in practice during training camp.</p><p>That would be All-Pro defensive tackle Jeffery Simmons.</p><p>“You can’t tell me the guys that have to block that guy aren't important too,” Skoronski said Friday night after a scrimmage at Nissan Stadium.</p><p>Now Skoronski has done his part to reset the pay scale for interior linemen with the Tennessee Titans announcing Friday signing him to a multi-year extension making him the NFL's highest-paid guard.</p><p>“That's always a good thing to help the market along and help other guys along too,” Skoronski said. “I think that's a positive thing. But yeah, there's a reason because we have a tough job, and I think defenses now key on that too that the interior line is where the pocket starts.”</p><p>The Titans did not publicly announce details of the extension for the 11th overall pick of the 2023 draft. A person familiar with the terms told The Associated Press the four-year deal is worth $100 million with $88 million of that guaranteed and spoke to the AP on the condition of anonymity.</p><p>ESPN and the NFL Network first reported the terms of the contract making Skoronski the league's highest-paid guard.</p><p>Skoronski called the extension a tremendous blessing. He thanked controlling owner Amy Adams Strunk, general manager Mike Borgonzi and new coach Robert Saleh for believing in him.</p><p>The Titans were the NFL's biggest spenders in free agency in March and continued the spending with the two stars they wanted to keep on this roster.</p><p>Simmons signed his own extension making him the league's highest-paid at his position in late June. This contract wraps up a lineman who finished fourth in the All Pro voting at left guard for the 2025 season.</p><p>Simmons said his teammate deserved this payday seeing how hard Skoronski works.</p><p>“To be able to battle against Pete these last couple years at practice have helped me,” said Simmons, who had a career-high 11 sacks last season.</p><p>The contract for Skoronski is a nice change for Tennessee, which didn't draft a player deemed not deserving of a second contract here from its draft classes of 2020, 2021 or 2022. This franchise had only one player from any of those draft classes still on the roster last season, and tight end Chig Okonkwo left in free agency.</p><p>Borgonzi said they couldn't be happier to keep Skoronski in Nashville with the goal of keeping players and people who are “cornerstones” for this team.</p><p>"Peter is certainly that for us,” Borgonzi said. “He has the work ethic to match his talent and a perpetual desire to win that we want permeating throughout our building. We’re excited to enter the season knowing he and his family will remain Titans for years to come.”</p><p>Skoronski missed three of his first four games as a rookie after being drafted out of Northwestern. He has started 47 straight games, not missing an offensive snap in either of the past two seasons.</p><p>His 48 starts are a franchise best for a player under the age of 25 since the beginning of the 1999 season. Skoronski just turned 25, and nobody on the roster has started more consecutive games than his 47 straight.</p><p>___</p><p>AP NFL: https://apnews.com/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WVS4A57T544CAYRYD4VPW5PQMA.jpg?auth=2c47618b69ebcf4689744efe1e605b97f2d33215a3b1352dd87e597a238c951f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans guard Peter Skoronski (77) warms up during the NFL football team's training camp Tuesday, Aug. 4, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/622U42Q5BVTF2OMHXOEKY77GDQ.jpg?auth=d10c9310fc9091e258f18c422b05225a0462d640368e960d750e24a0b8e0529d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans defensive tackle Jeffery Simmons, left, and quarterback Cam Ward (1) sign autographs for fans after practice during the NFL football team's training camp Friday, Aug. 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RHPS2GMRXCBPF42W2KSW5H7MJY.jpg?auth=f1a30dcb7d80d1b6d4b5356fb43676a0b1280406ac00e30ed1f934d7e038a352&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans quarterback Cam Ward (1) signs autographs for fans after practice during the NFL football team's training camp Friday, Aug. 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7DZ4TS5RVQ3HMKWSZJKV4LSVTA.jpg?auth=25cc376464a70f4770abc7a9a3234114536c3e0a6f0f1e0e9271a45f6a903338&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tennessee Titans quarterback Cam Ward (1) signs autographs for fans after practice during the NFL football team's training camp Friday, Aug. 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HEYAF3SBS33WJXP5SJDZ6T5IF4.jpg?auth=7ba4eb3864478991d2ce7ef6771985176778f2238680ae42c23737dd55672a29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Fireworks light up the sky after a Tennessee Titans practice during the NFL football team's training camp Friday, Aug. 7, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[Mississippi Senate race highlights shifting map as Democrats and Republicans battle for majority]]></title><link>https://www.local10.com/news/politics/2026/08/07/mississippi-senate-race-highlights-shifting-map-as-democrats-and-republicans-battle-for-majority/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/mississippi-senate-race-highlights-shifting-map-as-democrats-and-republicans-battle-for-majority/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[The battle for control of the U.S. Senate isn't supposed to run through Mississippi. Scott Colom is trying to convince people that it could.]]></description><pubDate>Fri, 07 Aug 2026 21:07:46 +0000</pubDate><content:encoded><![CDATA[<p>The battle for control of the U.S. Senate isn't supposed to run through Mississippi. Scott Colom is trying to convince people that it could.</p><p>“We can win here, and we're going to,” said Colom, the Democratic nominee who's trying to unseat Republican Sen. Cindy Hyde-Smith as she seeks her second full term.</p><p>That could be typical candidate bravado, and Republicans say he has little chance. But Colom is drawing attention for a potentially competitive campaign, a reflection of a wider Senate map than either party envisioned at the midpoint of Donald Trump's second presidency.</p><p>That means the list of notable races now goes beyond obvious battlegrounds like Maine, New Hampshire, Michigan and Georgia and even the once-surprising contests like Ohio and Texas.</p><p>Democrats must pick up at least four new seats to win the majority — and more than that if they lose any they currently hold. That includes Michigan, where Republicans are feeling more confident since progressive Abdul El-Sayed won the Democratic nomination this week.</p><p>“We can’t spare a single seat,” Maryland Sen. Angela Alsobrooks said in an interview while she was in Mississippi on Colom's behalf.</p><p>She said Democrats have an opportunity to be competitive in more places because of voter angst over an uneven, inflationary economy.</p><p>“They cannot afford their groceries," she said. "They cannot afford the cost of gas. They cannot afford housing. It’s all over the country.”</p><p>Republicans remain confident they can hold power, and Senate Majority Leader John Thune even said in a recent fundraising email that an expanded map could backfire on Democrats.</p><p>“By scrambling the Democrats, we’ll spread their resources thin, making it nearly impossible for them to flip the seats they need to take the majority,” he wrote to donors.</p><p>Here's a look at four wildcard contests could make headlines in November and help flip Senate control.</p><p>Mississippi</p><p>Colom would be his state's first Black senator since Reconstruction — the 12-year period after the U.S. Civil War when the 13th, 14th and 15th Amendments were adopted. He'd also be Mississippi's first new Democratic senator since the 1940s. (Those lawmakers were Jim Crow segregationists who were first elected before white Southerners shifted to the Republican Party.)</p><p>Now a district attorney, Colom needs a fundraising uptick to introduce himself to voters and attack Hyde-Smith on the airwaves. Mississippi remains small enough that retail campaigning still matters, while television ads remain much less expensive than in places like Texas, where James Talarico is running against Ken Paxton.</p><p>The Mississippi governor’s 2023 race was decided by 3 percentage points. To close the gap, Colom would need to increase Mississippi's usual Black turnout by a few percentage points and get a larger share of the white vote than Democrats typically do. He insists he can do both in part because of Hyde-Smith's unfailing loyalty to Trump and policies that have saddled Mississippi farmers with tariffs, consumers with higher gas prices and made it harder for Mississippians to have health insurance.</p><p>Hyde-Smith, first appointed and then elected in 2018, is using a familiar playbook of portraying her Democratic opponent as too liberal for Mississippi.</p><p>Notably, Mississippi requires a majority to win a statewide election. With minor candidates on the ballot, there's a scenario where Colom pulls an upset or at least forces a runoff.</p><p>Iowa</p><p>Republican Sen. Joni Ernst opted against a reelection bid, and it's always easier to flip an open seat than defeat an incumbent.</p><p>Democrats nominated state lawmaker and wheelchair basketball star Josh Turek, 47, while Republicans opted for U.S. Rep. Ashley Hinson, 43, who has Trump's endorsement.</p><p>Iowa has moved rightward in the Trump era, especially in small towns and rural areas. But it wasn't that long ago that voters here sent Barack Obama on his way to the presidency and elected a bipartisan congressional delegation that included liberal stalwart Tom Harkin in the Senate. Even in the 2018 midterms, during Trump's first presidency, Democrats won three out of four U.S. House seats.</p><p>They've since flipped to Republicans. But now the most conservative areas in Iowa — those centered around the agricultural economy — feel the pinch of the president's tariff rollercoaster. Combined with Trump's unpopularity with college-educated voters and the liberal tilt of urban places like Des Moines and Iowa City, the electoral math could look more like 2008 or 2018 than 2024.</p><p>And Obama, who's been sparing in his endorsements so far this year, has endorsed Turek — on the basketball court.</p><p>Kansas</p><p>This is a famously Republican state in federal elections. It hasn't had a Democratic senator since the New Deal era of the 1930s. But the state has elected a Democratic governor four times since 2002.</p><p>Democratic Senate nominee Adam Hamilton hopes that voters' struggles during Trump's presidency will be enough to help him unseat Republican Sen. Roger Marshall. Hamilton has a notable biography: He's a high-profile United Methodist megachurch minister and author who has avoided partisan politics and is running for office for the first time.</p><p>“I didn’t plan to run for office. I’ve spent my life as a pastor, and I try to care for people,” the 62-year-old said in his primary victory speech.</p><p>Marshall has the state's fundamentals on his side. But the 65-year-old also is seeking reelection for the first time after winning in 2020 with Trump at the top of the ticket.</p><p>Nebraska</p><p>There is no Democrat in this race, at least officially. But national Democrats back independent Dan Osborn, a former labor union chief, as their choice to unseat Republican Sen. Pete Ricketts.</p><p>It's the second time Osborn and Democrats have tried this approach. Osborn lost to Republican Sen. Deb Fischer by 7 points in 2024. She won all 89 Nebraska counties. But she also finished well short of Trump's 21-point gap in the presidential contest.</p><p>The thinking is that voters have experienced enough of Trump and the Capitol Hill Republicans who’ve mostly facilitated his agenda. Osborn’s labor background also stands in stark contrast to that of the megamillionaire Ricketts, whose billionaire father founded TD Ameritrade and whose family owns Major League Baseball’s Chicago Cubs.</p><p>To be sure, Osborn has not said he’d caucus with Senate Democrats. But he could at least deny Republicans a seat. And like other middle America states that have moved rightward, plenty of Nebraskans remember electing moderate senators: Democrat Ben Nelson retired in 2013.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5PDC5RJUXEZC7SROYGK7Q5CJTI.jpg?auth=1e86c511c09e10571b4943676f3328122a3e5a8870cc6e3f262cf29f3e2c3d41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mississippi Democratic U.S. Senate candidate Scott Colom speaks during a voting rights town hall at the historic Farish Street Baptist Church in Jackson, Miss., Saturday, Aug. 1, 2026. (AP Photo/Sarah Warnock)]]></media:description><media:credit role="author" scheme="urn:ebu">Sarah Warnock</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EWIHMEXWRUWYNHHRCUTE5YF5BE.jpg?auth=c83a5aa1509d212c4501bf8ff2013e68be8e2770dddb4bcf4658806c22013cbc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Cindy Hyde-Smith, R-Miss., speaks during a hearing on Capitol Hill in Washington, on May 2, 2024. (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/AXA54VK7I5SYVFHIDHNY46WVBA.jpg?auth=3e9ae10aacc91e2f88d431b2b69d7f9736d3673ff8ba241d36a3cd2b57e3d044&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Iowa state Rep. Josh Turek, a Democratic candidate for U.S. Senate, talks to supporters before a neighborhood canvassing event, May 31, 2026, in Waukee, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/55ZFYNIGSNHZBVESVW4KR5NRWY.jpg?auth=e5481468139d3a3e8ea1f45d29a529fc85afb8fc2dffe8441f3dfb0b81ef4632&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Roger Marshall, R-Kan., asks a question as Sen. Lisa Murkowski, R-Alaska, reacts during a Senate Health Education Labor and Pension committee confirmation hearing for Keith Sonderling to be Labor Secretary, on Capitol Hill, Thursday, July 16, 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[Federal prosecutor who was fired over years-old blog posts critical of Trump sues Justice Department]]></title><link>https://www.local10.com/news/florida/2026/08/07/fired-federal-prosecutor-sues-justice-department/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/08/07/fired-federal-prosecutor-sues-justice-department/</guid><dc:creator><![CDATA[By ERIC TUCKER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal prosecutor fired last year over critical comments he had written as a private citizen about President Donald Trump sued the Justice Department on Friday, saying his termination violated his First Amendment rights.]]></description><pubDate>Fri, 07 Aug 2026 20:24:53 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal prosecutor fired last year over critical comments he had written as a private citizen about President Donald Trump sued the Justice Department on Friday, saying his termination violated his First Amendment rights.</p><p>Will Rosenzweig was two weeks away from trying a multimillion-dollar Medicare fraud case when a blog he had written years earlier covering a broad range of topics was publicized online by a conservative political commentator who also included a screenshot of Rosenzweig's LinkedIn account and tagged senior Justice Department officials for their awareness.</p><p>Less than three hours after the post, the lawsuit says, Rosenzweig received an email signed by then- Attorney General Pam Bondi informing him that he had been fired. The news came as Rosenzweig was out of town with his family observing the Jewish holiday of Rosh Hashana.</p><p>The September 2025 termination was part of a sweeping personnel purge over the last year and a half inside the Justice Department, which has fired prosecutors who worked on investigations into Trump and others seen as being against the administration's efforts.</p><p>A lawsuit filed in federal court in Miami, where Rosenzweig worked as a federal prosecutor for five years, seeks reinstatement to the job as well as backpay and a court order declaring his firing unlawful. The complaint says Rosenzweig was a highly respected prosecutor who received “consistent praise and awards" and was so highly valued in his office that he was told just weeks before his firing that he would be getting a special parking spot due to his performance.</p><p>“Will Rosenzweig was an excellent prosecutor who returned millions of dollars to the taxpayers by prosecuting healthcare fraud cases,” said a statement from his lawyers, Margaret Donovan, Daniel Fridman and Adam Fels. “Yet the Department of Justice fired him on the eve of trial because, years ago as a private citizen, he published criticisms of President Trump. Since the current Department of Justice will not stand up for the First Amendment and the American people, we will. We look forward to vindicating Will’s rights in court.”</p><p>The blog Rosenzweig had maintained had been defunct for over six years at the time of his firing and included his thoughts on travel, sports and other “apolitical, anodyne topics,” in addition to critical observations about Trump and other political candidates, the lawsuit says. The conservative commentator, Natalie Winters, who has a large online following, characterized Rosenzweig as “a rogue Trump hater” as she posted screenshots of some of his political musings, according to the complaint, which characterizes the firing as a direct assault on Rosenzweig's free speech rights.</p><p>“The Department’s conduct rests on a single premise: a citizen must forever refrain from criticizing the government and its leaders to remain eligible to serve it,” the lawsuit says. “That rule would force every American who might one day serve to choose between speaking freely now and working for the government later. Conditioning public employment on political loyalty, where a party card rather than merit opens the door to a government job, is a way of life in Havana and Caracas. It has no place here.”</p><p>A Justice Department spokeswoman declined to comment, citing pending litigation.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YTQM4OKCNHJBWISSWVX7E7XGLM.jpg?auth=44a8b2d57813451c784c648b7b2e50f7f4a1d9c0f0d2d4700029534eb43d9fa3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The U.S. Department of Justice logo is seen on a podium before a news conference, May 4, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Católicos argentinos rezan para que pronta visita de León XIV alivie sus penurias económicas]]></title><link>https://www.local10.com/espanol/2026/08/07/catolicos-argentinos-rezan-para-que-pronta-visita-de-leon-xiv-alivie-sus-penurias-economicas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/catolicos-argentinos-rezan-para-que-pronta-visita-de-leon-xiv-alivie-sus-penurias-economicas/</guid><dc:creator><![CDATA[Por DÉBORA REY, Associated Press]]></dc:creator><description><![CDATA[BUENOS AIRES (AP) — A casi cuarenta años de la última visita de un papa a la Argentina, muchos católicos recibieron la noticia del viaje de León XIV al país sudamericano en noviembre como una señal divina en medio de las penurias económicas que llevaron a millones de argentinos a endeudarse para sobrevivir.]]></description><pubDate>Fri, 07 Aug 2026 19:27:56 +0000</pubDate><content:encoded><![CDATA[<p>BUENOS AIRES (AP) — A casi cuarenta años de la última visita de un papa a la Argentina, muchos católicos recibieron la noticia del viaje de León XIV al país sudamericano en noviembre como una señal divina en medio de las penurias económicas que llevaron a millones de argentinos a endeudarse para sobrevivir.</p><p>“Espero que el papa venga a ayudar a los pobres como yo”, dijo María Ruíz Díaz, una jubilada de 70 años que, como cada 7 de agosto, acudió este viernes a la Parroquia de San Cayetano de Buenos Aires a rezar al santo católico del trabajo.</p><p>“El país no la está pasando bien, hay muchos hermanos necesitados”, opinó Santiago Olave, de 60 años, entre decenas de devotos que aguardaban por ingresar al santuario ubicado en el barrio de Liniers. “El papa puede abrir corazones y mentes”.</p><p>El Vaticano anunció el miércoles que el papa visitará Argentina, la patria de su predecesor Francisco, del 8 al 11 de noviembre, como parte de su primera gira por Latinoamérica que también incluirá Uruguay y Perú.</p><p>El último líder de la Iglesia Católica que pisó suelo argentino fue Juan Pablo II en abril de 1987. Francisco nunca regresó a la Argentina, donde el catolicismo es la religión mayoritaria, desde que asumió su pontificado en 2013.</p><p>La llegada de León XIV se produce en momentos en que la Iglesia Católica argentina viene alertando sobre un deterioro alarmante en las condiciones de vida de los sectores más postergados como consecuencia del plan de austeridad del presidente liberal Javier Milei, que en tres años ha logrado desacelerar la inflación y reducir drásticamente el déficit fiscal, pero con un alto costo social.</p><p>La caída de salarios y pensiones en simultáneo a un aumento del costo del transporte público, las tarifas del gas y de la luz, alquileres y alimentos ha provocado que millones de argentinos tengan que endeudarse para subsistir. El Banco Central ha reportado un crecimiento constante de la morosidad con bancos y entidades no financieras en los últimos 19 meses.</p><p>De los 20,9 millones de deudores con bancos y billeteras virtuales, los morosos suman cerca de 6 millones, en su mayoría jóvenes de entre 18 y 34 años.</p><p>“San Cayetano, aquí tienes a tu pueblo, que no quiere resignarse a que el trabajo sea una mercancía y que haya que tener dos o más empleos para llegar a fin de mes, o caer en la trampa de los créditos que endeudan y asfixian a muchísimas familias”, expresó el arzobispo de Buenos Aires, monseñor Jorge García Cuerva, al encabezar la misa en el santuario del patrono del trabajo. Decenas de devotos levantaban mientras espigas de trigo con la imagen del santo.</p><p>“Con el papa León decimos que la libertad económica no puede ser absoluta y debe medirse siempre en función del bien común y de la dignidad de cada persona”, añadió el arzobispo.</p><p>Con la figura de una motosierra como bandera, Milei ha dicho que el plan de austeridad que aplicó a su llegada al poder a fines de 2023 era la única vía para evitar una crisis hiperinflacionaria en Argentina como consecuencia de la emisión descontrolada de los gobiernos de centro-izquierda que lo antecedieron. El mandatario, que buscará la reelección en 2027, también ha prometido a los argentinos que su sacrificio dará frutos.</p><p>“No voy a hacer populismo. Voy a morir con las botas puestas haciendo lo que corresponde y haciendo lo que está bien. Si quieren populismo tienen otras alternativas”, dijo Milei en una reciente entrevista.</p><p>Una visita oportuna</p><p>En coincidencia con el anuncio de la gira de León XIV, la parroquia colocó al lado de la imagen del santo una maqueta de cartón representando al papa junto a una anciana, una discapacitada en sillas de ruedas, un mendigo y una maestra debajo de la leyenda “San Cayetano, aquí tienes a tu pueblo”.</p><p>Representan algunos de los sectores más afectados por los recortes a los presupuestos destinados a la salud, educación y población vulnerable.</p><p>“(El papa) le va a tirar de la oreja a Milei”, comentó Marcos, un miembro de la cooperativa textil San Cayetano que fabrica indumentaria con motivos religiosos que se vendía en el acceso al santuario. “Uno desea que se arregle la situación económica porque están todos mal, no es que es una parte solamente. Es general”.</p><p>Durante su estadía, León XIV visitará el santuario de la Virgen de Luján, patrona de Argentina, en esa localidad al oeste de la capital, y la provincia de Córdoba. La agenda completa de actividades todavía no fue anunciada.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5AEAJZVNLZKOAODEBPGWHSNOAY.jpg?auth=7dbda0f91b35b9ca2101bef8f55fced778b0f26027344c220f2340eb87d618c5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Una pancarta del papa León XIV cuelga en el exterior de la iglesia de San Cayetano durante la peregrinación anual en honor a San Cayetano, patrón del trabajo, en Buenos Aires (Argentina), el viernes 7 de agosto de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPNUNAZ4O3UR3KUTU34AWMXNFQ.jpg?auth=8533f509c96946afc24cac22c9cbf783a962f3e3b9c0ae1dc7db5cc4dbfa88aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Los peregrinos asisten a una misa al aire libre frente a la iglesia de San Cayetano durante la peregrinación anual en honor a San Cayetano, patrón del trabajo, en Buenos Aires (Argentina), el viernes 7 de agosto de 2026. (Foto AP/Natacha Pisarenko)]]></media:description><media:credit role="author" scheme="urn:ebu">Natacha Pisarenko</media:credit></media:content></item><item><title><![CDATA[Cyclones' new coach believes they can reach Big 12 title game. 'We're not signing up for 2nd place']]></title><link>https://www.local10.com/sports/2026/08/07/cyclones-new-coach-believes-they-can-reach-big-12-title-game-were-not-signing-up-for-2nd-place/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/cyclones-new-coach-believes-they-can-reach-big-12-title-game-were-not-signing-up-for-2nd-place/</guid><dc:creator><![CDATA[By ERIC OLSON, Associated Press]]></dc:creator><description><![CDATA[New Iowa State coach Jimmy Rogers is nothing if not confident.]]></description><pubDate>Fri, 07 Aug 2026 19:25:58 +0000</pubDate><content:encoded><![CDATA[<p>New Iowa State coach Jimmy Rogers is nothing if not confident.</p><p>The Cyclones are picked last in the Big 12 preseason media poll, return no starters and had 55 players transfer after Rogers was hired to replace Matt Campbell, who took 24 of the best with him to Penn State.</p><p>Rogers admitted to reporters in Ames, Iowa this week that he was the one who picked the Cyclones, in an On3.com anonymous coaches poll, to make it to the Big 12 championship game in his first season.</p><p>“What would you think if I didn’t vote on us? You’d wonder why I’m the head coach at Iowa State,” Rogers said. "I was brought in to win. Very self-aware. They didn’t hire me to come here and not be competitive. I wasn’t hired for my disposition. I was hired to create a program that competes and wins and that’s the goal. We’re not signing up for second place.</p><p>“So I know that’s a bold statement, and they’ll print it everywhere. But the reality is this: the players have to believe in what you say, and you have to act on how you believe. I believe that we can win.”</p><p>Rogers is replacing the all-time wins leader at Iowa State, which went 8-4 overall and 5-4 in the Big 12 in Campbell's final season. The Cyclones played in seven bowls in Campbell's 10 years — they opted out of a bowl last season — and appeared in the Big 12 championship game in 2020. The program hasn't won a conference championship since 1912.</p><p>Tight end Tyler Fortenberry said Rogers' prediction surprises no one on the team. He said Rogers' abundance of confidence comes from the success he was part of as an assistant and head coach at South Dakota State of the Football Championship Subdivision. In his only year at Washington State, he led a team with 75 newcomers to a 6-6 record and a bowl bid.</p><p>“Coach Rogers does a good job in team meetings making sure we're not focused on what Twitter says, what Instagram says or what the media says about what we're going to finish,” Fortenberry said. “They all have us 16th. If you buy into that and believe what the media has to say, you're not going to get anywhere in life.”</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5LLW7UK3EPCBDX2Z55BM7RHBU.jpg?auth=96cc98de3a17a1e4eb4d50f779f3d4c8f34d979fd3b7fdf3088ff7a2274167bb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - New Iowa State head football coach Jimmy Rogers speaks during a timeout in the first half of an NCAA college basketball game between Iowa State and Iowa, Dec. 11, 2025, in Ames, Iowa. (AP Photo/Charlie Neibergall, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Neibergall</media:credit></media:content></item><item><title><![CDATA[US Senate adds Missouri to the list of teams with a claim to college football's 1960 national title]]></title><link>https://www.local10.com/sports/2026/08/07/us-senate-adds-missouri-to-the-list-of-teams-with-a-claim-to-college-footballs-1960-national-title/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/us-senate-adds-missouri-to-the-list-of-teams-with-a-claim-to-college-footballs-1960-national-title/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Four teams had claims to the 1960 national championship in college football. The U.S. Senate is adding Missouri to that list.]]></description><pubDate>Fri, 07 Aug 2026 20:29:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Four teams had claims to the 1960 national championship in college football. The U.S. Senate is adding Missouri to that list.</p><p>Sen. Eric Schmitt, R-Mo., introduced a resolution during a meeting Thursday recognizing the Tigers for a claim to the national title. The measure was passed with no objections; resolutions don’t have the force of law and by the chamber’s definition reflect the Senate’s “sentiments,” according to the St. Louis Post-Dispatch.</p><p>Still, it adds another odd wrinkle to college football history for a sport decided by polls and rankings decades ago before the arrival of the Bowl Championship Series or today’s College Football Playoff. Missouri hadn’t previously claimed the 1960 team as a national champion.</p><p>In an email to The Associated Press on Friday, Missouri team spokesman Dave Matter said the school is “aware" of the resolution but offered no additional comment.</p><p>Missouri went 10-1 on the field after beating Navy and Heisman Trophy winner Joe Bellino in the Orange Bowl. The lone loss had come to “Border War” rival Kansas in a game to decide the then-Big Eight Conference title, though the league ordered the Jayhawks to forfeit for using an ineligible player because of recruiting violations.</p><p>In a past interview with the The Post-Dispatch, author Brendon Steenbergen — who wrote a book detailing that season — said: “I’ve been beating the drum to try to get the university to recognize it because I think they have as much a right as anyone in the country to be national champions in 1960.”</p><p>Minnesota was crowed champion by the AP and United Press International polls, though that took place before the Gophers lost to Washington in the Rose Bowl. The Football Writers Association of America voted Mississippi its post-bowl champion.</p><p>The Helms Athletic Foundation, created in 1936 to promote amateur athletics until dissolving in 1983, recognized Washington as its champion. Meanwhile, the Litkenhous Rating system chose Iowa with its mathematical formula utilizing scoring margins and opponent strength, according to The Athletic.</p><p>___</p><p>AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FM2KZL3MDEYXAYJYJA6QMIET7A.jpg?auth=c71f4ce4a0cc39e83365be609b3305cb9650044ebe402b0f1b40f1bb505de6b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Missouri head coach Dan Devine, center, meets with three of his girders, Paul Henley (68), guard; Ron Tayler (12), quarterback; and Donnie Smith (45), halfback, in Miami on Dec. 27, 1960. (AP Photo/Earl Shugars, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Earl Shugars</media:credit></media:content></item><item><title><![CDATA[Lauderhill police: DUI driver crashes, runs away — leaving injured daughter behind]]></title><link>https://www.local10.com/news/local/2026/08/07/lauderhill-police-dui-driver-crashes-sedan-into-pole-runs-away-leaving-injured-daughter-inside/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/lauderhill-police-dui-driver-crashes-sedan-into-pole-runs-away-leaving-injured-daughter-inside/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A girl was injured in a black 2015 Infiniti sedan after her father, who was driving drunk, recently crashed into a pole and fled in Lauderhill, according to a police officer’s report. ]]></description><pubDate>Fri, 07 Aug 2026 19:01:40 +0000</pubDate><content:encoded><![CDATA[<p>A girl was injured in a black 2015 Infiniti sedan after her father, who was driving drunk, recently crashed into a pole and fled in Lauderhill, according to a police officer’s report. </p><p><a href="https://www.local10.com/espanol/2026/08/07/policia-de-lauderhill-conductor-ebrio-choca-y-huye-dejando-atras-a-su-hija-herida/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/policia-de-lauderhill-conductor-ebrio-choca-y-huye-dejando-atras-a-su-hija-herida/">Leer en español</a></p><p>Police officers responded to the crash on Monday at Northwest 31st Avenue and 16th Street. They found the girl in the back seat of the crashed sedan, and her father, Shane Allen, running away near Northwest 33rd Avenue, according to the police report. </p><p>Allen, 40, was “stumbling while walking, had difficulty maintaining balance ... exhibited glassy eyes, and emitted an odor of an alcoholic beverage each time he spoke,” a police officer wrote, according to the report. </p><p>Police officers arrested Allen, and Lauderhill Fire Rescue personnel took the girl to the Broward Health Medical Center, according to police. </p><p>Allen remained at the Broward County Main Jail on Friday in Fort Lauderdale, according to inmate records. He faced seven charges in two pending cases. </p><p>For the crash in Lauderhill, Allen faced five charges: Driving under the influence with an unlawful blood alcohol level of .15 or higher, while accompanied by a minor, child neglect without great bodily harm, leaving the scene of a crash with property damage, refusal to submit to DUI testing, and a license violation. </p><p>Allen also had a pending case on charges of battery and possession of a controlled substance, according to court records. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7PMS6WBMNERTNKN6ZXBUFDAD4.jpg?auth=48a20b95606a8601136238ea1592c782385fc85294b02f7031f717a6a5923471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Shane Allen on Monday in Lauderhill and he remained at the Broward County Main Jail on Friday in Fort Lauderdale, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[Policía de Lauderhill: Conductor ebrio choca y huye, dejando atrás a su hija herida]]></title><link>https://www.local10.com/espanol/2026/08/07/policia-de-lauderhill-conductor-ebrio-choca-y-huye-dejando-atras-a-su-hija-herida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/policia-de-lauderhill-conductor-ebrio-choca-y-huye-dejando-atras-a-su-hija-herida/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Una niña resultó herida dentro de un sedán Infiniti negro 2015 después de que su padre, quien conducía ebrio, chocara recientemente contra un poste y huyera en Lauderhill, según el reporte de un agente de policía.]]></description><pubDate>Fri, 07 Aug 2026 19:22:03 +0000</pubDate><content:encoded><![CDATA[<p>Una niña resultó herida dentro de un sedán Infiniti negro 2015 después de que su padre, quien conducía ebrio, chocara recientemente contra un poste y huyera en Lauderhill, según el reporte de un agente de policía.</p><p>Agentes de policía respondieron al accidente el lunes en Northwest 31st Avenue y 16th Street. Encontraron a la niña en el asiento trasero del sedán accidentado y a su padre, Shane Allen, huyendo cerca de Northwest 33rd Avenue, según el reporte policial.</p><p>Allen, de 40 años, “tambaleaba mientras caminaba, tenía dificultades para mantener el equilibrio, presentaba ojos vidriosos y emitía olor a bebida alcohólica cada vez que hablaba”, escribió un agente de policía, según el reporte.</p><p>Agentes de policía arrestaron a Allen y personal de Lauderhill Fire Rescue trasladó a la niña al Broward Health Medical Center, según la policía.</p><p>Allen permanecía detenido el viernes en la cárcel principal del condado Broward, en Fort Lauderdale, según registros de reclusos. Enfrentaba siete cargos en dos casos pendientes.</p><p>Por el accidente en Lauderhill, Allen enfrentaba cinco cargos: conducir bajo los efectos del alcohol con un nivel ilegal de alcohol en la sangre de .15 o más mientras estaba acompañado por una menor, negligencia infantil sin lesiones corporales graves, abandonar la escena de un accidente con daños a la propiedad, negarse a someterse a una prueba de DUI y una infracción de licencia.</p><p>Allen también tenía un caso pendiente por cargos de agresión y posesión de una sustancia controlada, según registros judiciales.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W7PMS6WBMNERTNKN6ZXBUFDAD4.jpg?auth=48a20b95606a8601136238ea1592c782385fc85294b02f7031f717a6a5923471&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested Shane Allen on Monday in Lauderhill and he remained at the Broward County Main Jail on Friday in Fort Lauderdale, according to inmate records.]]></media:description></media:content></item><item><title><![CDATA[De “El león” a “El tigre”: aliados conservadores de Trump ganan terreno en América Latina]]></title><link>https://www.local10.com/espanol/2026/08/07/de-el-leon-a-el-tigre-aliados-conservadores-de-trump-ganan-terreno-en-america-latina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/de-el-leon-a-el-tigre-aliados-conservadores-de-trump-ganan-terreno-en-america-latina/</guid><dc:creator><![CDATA[Por MANUEL RUEDA, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ, Colombia (AP) — Cuando Abelardo de la Espriella asuma el cargo como presidente de Colombia el viernes, se convertirá en el más reciente conservador en ponerse al frente de un país latinoamericano.]]></description><pubDate>Fri, 07 Aug 2026 19:21:07 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ, Colombia (AP) — Cuando Abelardo de la Espriella asuma el cargo como presidente de Colombia el viernes, se convertirá en el más reciente conservador en ponerse al frente de un país latinoamericano.</p><p>Los conservadores han ganado siete importantes elecciones presidenciales en América Latina en los últimos años, la mayoría desde la investidura del presidente de Estados Unidos, Donald Trump, en enero de 2025, en una racha de triunfos impulsada por la preocupación por el crimen, la inmigración y el lento crecimiento económico.</p><p>Este es un vistazo a los países latinoamericanos que han elegido recientemente a presidentes conservadores:</p><p>El autoproclamado “tigre” de Colombia enfrenta a rebeldes y bandas de narcotraficantes</p><p>El marginal de la Espriella, respaldado por Trump, ganó la elección presidencial de Colombia en junio por un estrecho margen, al derrotar al legislador progresista Iván Cepeda.</p><p>De la Espriella, apodado “El Tigre”, hizo campaña con un enfoque de mano dura contra el crimen, que incluye propuestas como cancelar las conversaciones de paz con grupos rebeldes colombianos y construir megaprisiones, como las de El Salvador. La elección de de la Espriella marca un momento decisivo para Colombia, gobernada durante los últimos cuatro años por Gustavo Petro, un exmiembro de un grupo rebelde, crítico de las políticas migratorias y antidrogas del gobierno de Trump.</p><p>“El Tigre” ha prometido combatir la extorsión y el narcotráfico. Recibió el respaldo de Trump, quien describió al abogado y empresario como el candidato que podría restablecer la ley y el orden en Colombia.</p><p>Perú elige a una conservadora como 9na presidenta en 10 años</p><p>Keiko Fujimori, una política conservadora favorable a las empresas que hizo campaña con una plataforma de mano dura contra el crimen, asumió el cargo en julio tras ganar la segunda vuelta presidencial de junio por un margen de menos de 50.000 votos.</p><p>Fujimori es hija del fallecido expresidente Alberto Fujimori, cuyo gobierno derrotó al violento grupo extremista Sendero Luminoso en la década de 1990, pero también derivó hacia el autoritarismo. Ella también se ha comprometido a emprender una agresiva ofensiva contra el crimen.</p><p>Prometió construir cuatro nuevas prisiones, entre ellas, una megaprisión inspirada en el centro CECOT de El Salvador, militarizar las fronteras de Perú para frenar el narcotráfico y deportar a migrantes que trabajen en el país sin residencia legal.</p><p>Argentina elige a un libertario para enfrentar la inflación</p><p>Javier Milei, economista y comentarista de televisión apodado “El león”, ganó la elección presidencial de Argentina en noviembre de 2023 prometiendo recortar el gasto público y enfrentar el problema de inflación que el país sudamericano ha sufrido por décadas. El libertario derrotó al movimiento peronista gobernante.</p><p>Durante su mandato, Milei ha impedido que el banco central del país imprima dinero para financiar el déficit del gobierno y ha recortado el gasto público al despedir a empleados estatales y frenar la inversión en programas de infraestructura pública, al tiempo que redujo los subsidios a las facturas de servicios públicos.</p><p>La inflación de Argentina ha bajado de 211% en 2023 a 32% en 2025. Sin embargo, algunos han culpado a las políticas de austeridad de Milei de disminuir el nivel de vida de muchos argentinos, incluidos los trabajadores del sector público.</p><p>Ecuador reelige a un líder que favorece a los militares</p><p>Daniel Noboa, integrante de una de las familias más ricas de Ecuador, fue reelegido para un mandato de cuatro años en abril de 2025, tras ganar la elección con 56% de los votos. El líder conservador ha dado a los militares un papel más destacado en la provisión de seguridad en ciudades costeras desbordadas por bandas de narcotraficantes que se disputan el control de puertos y rutas de narcotráfico.</p><p>Sin embargo, la estrategia no ha reducido de manera sustancial las tasas de homicidios. El gobierno también ha recibido críticas por abusos de derechos humanos, como ejecuciones extrajudiciales.</p><p>Bajo la gestión de Noboa, las fuerzas armadas de Ecuador han comenzado a realizar operaciones conjuntas con Estados Unidos contra el narcotráfico. El mandatario también impulsó la reapertura de una base militar de Estados Unidos en Ecuador, pero la propuesta fue rechazada en un referendo el año pasado.</p><p>Honduras vuelve al partido conservador</p><p>Nasry Asfura, inversionista inmobiliario y exalcalde del Partido Nacional, ganó por un estrecho margen la elección presidencial de Honduras en noviembre, derrotando a su rival más cercano por menos de un punto porcentual.</p><p>Asfura, que pertenece al mismo partido que el expresidente Juan Orlando Hernández, indultado por Trump tras una condena por narcotráfico, recibió el respaldo del presidente de Estados Unidos, quien amenazó con cortar la ayuda al pequeño país centroamericano si Asfura no era elegido.</p><p>Bajo la administración de Asfura, Honduras ha recibido a decenas de deportados de terceros países mediante un acuerdo que firmó con Estados Unidos a inicios de 2025, la mayoría de ellos ciudadanos guatemaltecos.</p><p>Kast derrota al movimiento progresista en Chile</p><p>En diciembre, José Antonio Kast, conservador y católico devoto, ganó la elección presidencial de Chile con 58% de los votos, tras derrotar a un gobierno progresista que había estado en el poder durante los cuatro años anteriores.</p><p>En sus campañas, Kast capitalizó los temores por el aumento de las tasas de criminalidad en Chile y afirmó que expulsaría a migrantes de países como Venezuela y Haití que habían trabajado en Chile sin permisos de residencia. Una de sus primeras medidas tras asumir el cargo ha sido ampliar una zanja a lo largo de las fronteras de Chile con Perú y Bolivia, en un intento —según su gobierno— de frenar el narcotráfico y la migración.</p><p>Recientemente, el gobierno de Kast ha enfrentado protestas por el aumento del desempleo y recortes presupuestarios que han afectado a empleados públicos.</p><p>Costa Rica propone un enfoque de mano dura contra el crimen</p><p>Laura Fernández, ministra de Economía durante el gobierno del expresidente conservador Rodrigo Chaves, ganó la elección en Costa Rica en febrero con 48% de los votos, venciendo a su rival más cercano por 15 puntos porcentuales y superar el 40% de los votos necesario para evitar una segunda vuelta.</p><p>Durante su campaña, Fernández propuso medidas de mano dura contra el crimen, incluido un estado de excepción que permitiría a la policía detener a sospechosos sin órdenes judiciales, y afirmó que construiría una megaprisión inspirada en la notoria penitenciaría CECOT de El Salvador.</p><p>El gobierno de Fernández ha recibido varios vuelos con migrantes de terceros países deportados por Estados Unidos, en cumplimiento de un acuerdo que firmó su antecesor el año pasado. En junio, uno de esos vuelos transportó migrantes de China, Vietnam, Colombia y Azerbaiyán.</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/LFVKOX4MGSQB2TZFDDBR3PAUVQ.jpg?auth=f22d510e639e0d8e7eb256cd1ac0cd35cf6e9a0593d145bd56ff5f41dceb3d74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, habla en una conferencia de prensa en Bogotá, Colombia, el jueves 30 de julio de 2026. (AP Foto/John Vizcaino)]]></media:description><media:credit role="author" scheme="urn:ebu">John Vizcaino</media:credit></media:content></item><item><title><![CDATA[Plaintiff Trump gets reprieve from an order to disclose his finances in BBC case — but only for now]]></title><link>https://www.local10.com/entertainment/2026/08/07/plaintiff-trump-gets-reprieve-from-an-order-to-disclose-his-finances-in-bbc-case-but-only-for-now/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/07/plaintiff-trump-gets-reprieve-from-an-order-to-disclose-his-finances-in-bbc-case-but-only-for-now/</guid><dc:creator><![CDATA[By JOCELYN NOVECK, Associated Press]]></dc:creator><description><![CDATA[President Donald J. Trump, Plaintiff, got a welcome break this week in one of his battles with the media — but for the moment, only a temporary one.]]></description><pubDate>Fri, 07 Aug 2026 19:11:19 +0000</pubDate><content:encoded><![CDATA[<p>President Donald J. Trump, Plaintiff, got a welcome break this week in one of his battles with the media — but for the moment, only a temporary one.</p><p>As his $10 billion lawsuit against the BBC proceeds, a federal judge in Florida granted the president a temporary reprieve on Thursday from an order that he begin divulging details of his business empire’s financial performance — something he is clearly loath to do.</p><p>U.S. District Judge Roy Altman agreed to put that order on hold while he considers an amended complaint from Trump that would narrow his claim that he suffered damage to both business and reputation. By focusing only on the latter, Trump’s lawyers hope to avoid the need for the financial disclosures. That updated complaint has not been made public.</p><p>Trump filed the lawsuit in December over the way the British broadcaster, in a 2024 documentary, edited a speech he gave on Jan. 6, 2021, before protesters attacked the Capitol in Washington. It is one of many actions he has taken in his second term against media coverage that displeases him — in the courts, with executive action and in the overall presidential bully pulpit.</p><p>Trump contends that the BBC's editing was misleading because it cut out, among other parts, a section where Trump said he wanted supporters to demonstrate peacefully. The claim seeks $5 billion in damages for defamation and $5 billion for unfair trade practices.</p><p>The publicly funded broadcaster has apologized to Trump over the edit but rejects claims it defamed him. The furor produced the resignations of the BBC’s top executive and its head of news.</p><p>Judge finds new Trump argument noteworthy</p><p>In Thursday’s order, Altman said he found “compelling” Trump’s argument that an amended complaint might remove the need for financial disclosures, an argument the BBC disagrees with. Under the order from a Miami-based magistrate judge, Enjoliqué Lett, Trump had been required to start releasing financial records by Thursday from businesses held by his family trust.</p><p>“If the plaintiff’s amendment obviates the need to compel a non-party to disclose confidential financial information,” wrote Altman, a 2019 Trump appointee, “we think it’s prudent to enter a brief stay of the Order until the amendment request is resolved.”</p><p>But where will the case go from here. And did the Trump legal team overreach in this case?</p><p>Seth Stern, advocacy director at the Freedom of the Press Foundation, notes that the president can simply drop the lawsuit if the BBC proves successful in arguing that disclosure of financial data is also relevant to reputational harm.</p><p>“Trump has a history of filing lawsuits and then just dismissing them before they get to discovery,” Stern said. “So there’s a chance he’ll do that and I’m sure it’ll give him a day or an hour of embarrassing headlines. But as we’ve seen countless times with Trump’s administration ... no one headline seems to stick for very long, and I suspect that one would be no different.”</p><p>Stern thinks the BBC would be correct in arguing that financial data would still be relevant in the case. After all, the president is contending he suffered $10 billion worth of reputational harm.</p><p>“You cannot claim $10 billion in reputational damages when you’re the president of the United States and you won the presidential election after the reporting that you’re complaining about," he said. “That makes no sense.”</p><p>He added: “For him to say that discovery into his economic damages is intrusive or in any way problematic, after he placed such an outrageous damages number on his lawsuit, is absurd."</p><p>For now, the BBC trial is set for February</p><p>How long the legal maneuvering will take remains unclear. A trial is provisionally set for February in the case, which is just one of a host of legal actions Trump has initiated against media organizations whose coverage draws his ire.</p><p>The president is also seeking $10 billion in an ongoing defamation case against The Wall Street Journal over a sexually suggestive letter to convicted sex offender Jeffrey Epstein that the newspaper said bore Trump’s signature. His Justice Department recently issued and then withdrew subpoenas to several New York Times journalists who reported on security concerns about his new, Qatari-gifted Air Force One jet.</p><p>Trump and his administration is also engaged in a battle with ABC, whose coverage he often objects to. His Federal Communications Commission has launched an early review of eight ABC local broadcast licenses well before they expire. Its chairman, Brendan Carr, also appears to be seeking to penalize ABC’s “The View,” where some hosts speak out against Trump, by revoking its exemption from equal-time rules.</p><p>The Associated Press has also sued Trump over access to the White House press pool, from which the news organization was curtailed for sticking with the name “Gulf of Mexico” after the administration ordered it rechristened the “Gulf of America.” The AP said it was retaining the term because the body of water crossed borders, but that it would would also note Trump's renaming.</p><p>Stern, at the Freedom of the Press Foundation, feels that Trump will continue to press lawsuits — even those he may have no expectation of winning — unless courts suddenly decide to sanction his attorneys for filing frivolous lawsuits.</p><p>“Trump doesn’t care about losing a lawsuit or about spending a little bit of money on legal fees,” Stern says. “He understands full well that these aren’t cases he’s going to win. (But) he’s counting on them costing the defendants more than they cost him, in money, time and distraction. He’s counting on the initial headlines when he files a $10 billion lawsuit, making a big splash, and then his subsequent losses being an afterthought."</p><p>___</p><p>Jocelyn Noveck covers the intersection of media and entertainment for The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AKTWLZMHEEJ336RMY6I4IMXU7I.jpg?auth=fad538efbe933b46bd6108fd1267042f8b87badba7df0f316c8aaeadc09291ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The BBC logo is displayed at its headquarters in London, Nov. 12, 2025. (AP Photo/Kin Cheung, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HAVWBAWNQ35WVVE7JOMAJIOCWI.jpg?auth=5c9bf4ac2a730d139cb149146955d2c4d41113cd9e6dd15271b2251a1be84cac&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[Miami-Dade superintendent delivers last ‘opening of schools’ address ]]></title><link>https://www.local10.com/news/2026/08/07/miami-dade-superintendent-delivers-last-opening-of-schools-address/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/07/miami-dade-superintendent-delivers-last-opening-of-schools-address/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Superintendent Jose Dotres delivered his “opening of schools” address on Friday at Miami Senior High School in Little Havana.]]></description><pubDate>Fri, 07 Aug 2026 17:21:52 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Superintendent Jose Dotres delivered his last “opening of schools” address on Friday at Miami Senior High School in Little Havana.</p><p><a href="https://www.local10.com/espanol/2026/08/07/superintendente-de-miami-dade-ofrece-su-ultimo-discurso-de-apertura-de-escuelas/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/superintendente-de-miami-dade-ofrece-su-ultimo-discurso-de-apertura-de-escuelas/">Leer en español</a></p><p>The superintendent stood on stage in the school’s auditorium, at 2450 SW First St., before a crowd that included School Board members and Parent Teacher Association leaders.</p><p>“For more than 150 years, our school district has been part of the American story, a belief that individuals and institutions can learn and become better,” Dotres said.</p><p>The event, which also included school principals, was in preparation for the return of more than 313,000 students on Thursday, the first day of the 2026-2027 academic year in Miami-Dade. </p><p>“They deserve adults who never lose sight of the power of human connection,” Dotres said about the incoming MDCP students. </p><p>Despite enrollment reductions, Miami-Dade remains the third-largest public school district in the nation after New York City, the largest, and the Los Angeles Unified School District. </p><p>Dotres listed the district’s achievements to include achieving an “academically high performing” designation, leading the nation in magnet education, and opening the first district-run Innovation School of Technology at Venetian Parc Academy.</p><p>“It is a school of the future with a shift from seat time to learning time. In that school, students will not be bound by minutes of instruction in particular areas,” Dotres said. “It will be about mastery and the readiness at each stage of their education process.”</p><p>Dotres also re-introduced his successor, Rafael Villalobos, whose experience includes teaching at South Dade High School and leading as principal of John A. Ferguson Senior High School and as the South<b> </b>Regional Superintendent since 2022. He starts on Feb. 17. </p><p><b>Watch a video of the event</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2Fmiamischools%2Fvideos%2F4197318307173973%2F&show_text=true&width=560&t=0" width="100%" height="429" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/05/broward-school-bus-drivers-prepare-for-students-return-with-new-safety-technology/">Broward school bus drivers prepare for students’ return with new safety technology</a></li><li><a href="https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/06/miami-heat-host-students-for-annual-back-to-school-shopping-spree/">Miami Heat host students for annual back-to-school shopping spree</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Superintendente de Miami-Dade ofrece su último discurso de “apertura de escuelas”]]></title><link>https://www.local10.com/espanol/2026/08/07/superintendente-de-miami-dade-ofrece-su-ultimo-discurso-de-apertura-de-escuelas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/superintendente-de-miami-dade-ofrece-su-ultimo-discurso-de-apertura-de-escuelas/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[El superintendente de Miami-Dade, José Dotres, ofreció el viernes su discurso de “apertura de escuelas” en Miami Senior High School, en La Pequeña Habana.]]></description><pubDate>Fri, 07 Aug 2026 18:45:45 +0000</pubDate><content:encoded><![CDATA[<p>El superintendente de Miami-Dade, José Dotres, ofreció el viernes su último discurso de “apertura de escuelas” en Miami Senior High School, en La Pequeña Habana.</p><p>El superintendente subió al escenario del auditorio de la escuela, ubicada en 2450 SW First St., ante un público que incluía miembros de la Junta Escolar y líderes de la Asociación de Padres y Maestros.</p><p>“Durante más de 150 años, nuestro distrito escolar ha sido parte de la historia estadounidense, una creencia de que las personas y las instituciones pueden aprender y mejorar”, dijo Dotres.</p><p>El evento, que también incluyó a directores de escuelas, se realizó como preparación para el regreso de más de 313,000 estudiantes el jueves, primer día del año académico 2026-2027 en Miami-Dade.</p><p>“Merecen adultos que nunca pierdan de vista el poder de la conexión humana”, dijo Dotres sobre los estudiantes de las M-DCPS que regresan a clases.</p><p>A pesar de la reducción en las inscripciones, Miami-Dade continúa siendo el tercer distrito de escuelas públicas más grande del país, después de la ciudad de Nueva York, el más grande, y el Distrito Escolar Unificado de Los Ángeles.</p><p>Dotres enumeró entre los logros del distrito haber obtenido la designación de “alto rendimiento académico”, liderar el país en educación magnet y abrir la primera Escuela de Innovación Tecnológica administrada por el distrito en Venetian Parc Academy.</p><p>“Es una escuela del futuro con un cambio del tiempo en el aula al tiempo de aprendizaje. En esa escuela, los estudiantes no estarán limitados por minutos de instrucción en áreas específicas”, dijo Dotres. “Se tratará del dominio de los conocimientos y de la preparación en cada etapa de su proceso educativo”.</p><p>Dotres también volvió a presentar a su sucesor, Rafael Villalobos, cuya experiencia incluye haber enseñado en South Dade High School, desempeñarse como director de John A. Ferguson Senior High School y como superintendente de la Región Sur desde 2022. Comienza el 17 de febrero.</p><p><b>Vea un video del evento</b></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2Fmiamischools%2Fvideos%2F4197318307173973%2F&show_text=true&width=560&t=0" width="100%" height="429" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><b>Historias relacionadas</b></p><ul><li><a href="https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/05/conductores-de-autobuses-escolares-de-broward-se-preparan-para-el-regreso-de-los-estudiantes-con-nueva-tecnologia-de-seguridad/">Conductores de autobuses escolares de Broward se preparan para el regreso de los estudiantes con nueva tecnología de seguridad</a></li><li><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/">Miami Heat recibe a estudiantes para jornada anual de compras por el regreso a clases</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Trump administration moves ahead with efforts to fire Federal Reserve governor Lisa Cook]]></title><link>https://www.local10.com/news/politics/2026/08/07/trump-administration-moves-ahead-with-efforts-to-fire-federal-reserve-governor-lisa-cook/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/trump-administration-moves-ahead-with-efforts-to-fire-federal-reserve-governor-lisa-cook/</guid><dc:creator><![CDATA[By ERIC TUCKER and PAUL WISEMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Trump administration is moving ahead with its efforts to fire Federal Reserve governor Lisa Cook, two months after the Supreme Court allowed her to retain her job while she fights the president’s effort to terminate her over mortgage fraud allegations that she has denied.]]></description><pubDate>Fri, 07 Aug 2026 22:22:19 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Trump administration is moving ahead with its efforts to fire Federal Reserve governor Lisa Cook, two months after the Supreme Court allowed her to retain her job while she fights the president’s effort to terminate her over mortgage fraud allegations that she has denied.</p><p>The justices in a 5-4 decision in June said Cook, who was nominated to the Fed’s Board of Governors by President Joe Biden, could remain in her post at least as long as her lawsuit challenging her firing goes on. The Trump administration is appealing a lower-court ruling in Cook’s favor.</p><p>Supreme Court Chief Justice John Roberts wrote in a footnote in his opinion that nothing forbids President Donald Trump from “trying again” to fire Cook provided she is given proper notice and a chance to contest it. Trump indicated after the opinion that he would do just that, vowing to “take appropriate action immediately.”</p><p>In a letter this week obtained by The Associated Press, White House aide Dan Scavino told Cook that Trump was “considering removing you from your position” but cited the Supreme Court's requirement of proper notice in giving her until August 26 to challenge it.</p><p>The attempt to fire Cook is rooted in a criminal referral made last August by Bill Pulte, the director of the Federal Housing Finance Agency, that accused her of committing mortgage fraud by declaring two different homes – one in Ann Arbor, Michigan, and one in Atlanta – as “primary residence.’’ Homebuyers can get lower mortgage rates or smaller down payments on their primary homes compared to second or vacation homes.</p><p>Cook has aggressively defended herself against the allegations, saying the president had attempted to oust her “on a manufactured pretext because I refused to bow to political pressure and continued to set interest rates based only on what would best serve the American people.’’</p><p>Her lawyer, Abbe Lowell, argued in a November letter that Cook has mostly lived in the Ann Arbor property since first purchasing it in 2005. As a result, it was accurate for her to refer to it as her “primary residence” in a June 2021 application to refinance its mortgage, the letter said.</p><p>A month later, she purchased a condominium in Atlanta and, in a July 2021 document, also referred to it as her “primary residence.” Lowell said that it was an “isolated notation” that did not reflect an intent to defraud. An earlier mortgage application to the same lender in May 2021 had referred to the Atlanta condo as a “vacation home,” Lowell said. Cook also referred to it as a second home in federal filings during her confirmation process to become a Fed governor.</p><p>The latest White House letter largely rehashes the year-old allegations.</p><p>“These allegations are as baseless now as they were a year ago when President Trump tried to remove Governor Cook and interfere with the independence of the Federal Reserve,” Lowell said in a statement.</p><p>“No matter what President Trump tries to do next, this much is clear under the facts and Supreme Court precedent — there is no valid cause for removing Governor Cook. As we did before, we will challenge this latest pretext and preserve her position and the historic role of the Fed,” he added.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FAWSM7OZMYQYCD6TW5GKE6CINQ.jpg?auth=6a4d14ce8a6dbe22d7820f3afd28707ccb6edb423858099d8349631c53355617&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Lisa Cook, a Federal Reserve Board of Governors member, speaks during an event at the Brookings Institution, Nov. 3, 2025, in Washington. (AP Photo/Mark Schiefelbein, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V74K3I3CU27IXI3V7UL6PFRWPQ.jpg?auth=45c4fef25c00fced0690d03e3deb690c5bb5c698cb7ea8cabbafac790adc2ded&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The logo of the Federal Reserve Board of Governors is seen before a news conference with Federal Reserve Board Chairman Kevin Warsh at the Federal Reserve in Washington, Wednesday, July 29, 2026. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Federal judge orders Virginia county to replace Confederate school names it restored in 2024]]></title><link>https://www.local10.com/news/national/2026/08/07/federal-judge-orders-virginia-county-to-replace-confederate-school-names-it-restored-in-2024/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/07/federal-judge-orders-virginia-county-to-replace-confederate-school-names-it-restored-in-2024/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ROANOKE, Va. (AP) — A federal judge has sided with the Virginia NAACP in its lawsuit against a county school board’s reinstatement of Confederate military names to two schools, saying the decision discriminated against Black students and ordering the board to change the schools' monikers again.]]></description><pubDate>Fri, 07 Aug 2026 18:34:33 +0000</pubDate><content:encoded><![CDATA[<p>ROANOKE, Va. (AP) — A federal judge has sided with the Virginia NAACP in its lawsuit against a county school board’s reinstatement of Confederate military names to two schools, saying the decision discriminated against Black students and ordering the board to change the schools' monikers again.</p><p>In an opinion filed Thursday in U.S. District Court of Virginia, Judge Michael F. Urbanski said the school board in Shenandoah County violated Black students’ rights under the 14th Amendment’s equal protection clause, which forbids racial discrimination in state-supported institutions. The decision also violates the Equal Educational Opportunities Act, the court found.</p><p>Confederate army officers' names are “vestiges” of Shenandoah County's segregationist history that required separate schools for Black and white students.</p><p>“The Confederate names were restored with complete awareness of their historic legacy and ongoing discriminatory impact,” Urbanski wrote. “In the court’s view, the affirmative act of reinstating these vestiges of segregation is far more problematic than a passive failure to remove a long-standing name or symbol.”</p><p>The judge ordered the board to settle on new school names “on a racially nondiscriminatory basis with all deliberate speed.”</p><p>Unlike memorials named after Confederate figures, schools are places where children should have an “educational environment free of vestiges of racial discrimination,” Urbanski added.</p><p>Jim Guynn, the attorney representing Shenandoah County, did not immediately respond to a phone message seeking comment.</p><p>In a statement Friday, the NAACP Virginia State Conference called the ruling “a decisive victory" for students.</p><p>“For decades, the practice of honoring Confederate leaders in Virginia schools has been steeped in a history of racial discrimination,” said its president, the Rev. Cozy Bailey. “The school board’s 2024 renaming decision is impossible to explain except through the lens of race."</p><p>The Washington Lawyers’ Committee for Civil Rights and Urban Affairs represented the NAACP.</p><p>“The court acknowledged that such names inflict real, racially disproportionate harm," said Kaitlin Banner, deputy legal director.</p><p>The Virginia NAACP filed the suit on behalf of six students and their parents in June 2024 after the school board voted 5-1 to change Mountain View High School back to Stonewall Jackson High School and Honey Run Elementary back to Ashby-Lee Elementary, which combines the names of Gen. Robert E. Lee and Turner Ashby, a Confederate cavalry officer. The board reversed a 2020 decision to remove the original names against a backdrop of nationwide protests over racial injustice.</p><p>The NAACP argued in its lawsuit that Black students, who make up less than 3% of the school system’s population, would be “required against their will to endorse the violent defense of slavery pursued by the Confederacy and the symbolism that these images have in the modern White supremacist movement.”</p><p>Under President Donald Trump's second administration, some statues honoring Confederate figures have been restored after being removed in 2020. It is part of Trump's ongoing efforts to control how American history is framed at Smithsonian museums, monuments in national parks and in classrooms.</p><p>Board members who voted to restore the Confederate names said they were honoring popular community sentiment. They said the previous board members who voted to remove the names in 2020 had ignored constituents and due process on the matter.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KDWSYUMSLAEU64GXOUUDZ4K63Y.jpg?auth=9dfcb83275e44cf7bd2cbb109832a56e6edfd5c011bc2cb6b9ce782b90402628&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FLE - A crew removes the statue of Confederate Gen. Stonewall Jackson, July 1, 2020, in Richmond, Va. (AP Photo/Steve Helber, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Helber</media:credit></media:content></item><item><title><![CDATA[Lindsay Clancy trial spotlights her psychiatric care before she killed her 3 children]]></title><link>https://www.local10.com/news/2026/08/07/lindsay-clancy-trial-spotlights-psychiatric-hospital-stay-before-she-killed-her-3-children/</link><guid isPermaLink="true">https://www.local10.com/news/2026/08/07/lindsay-clancy-trial-spotlights-psychiatric-hospital-stay-before-she-killed-her-3-children/</guid><dc:creator><![CDATA[By JENNIFER PELTZ, Associated Press]]></dc:creator><description><![CDATA[Lindsay Clancy 's murder trial zeroed in Friday on her psychiatric care before she killed her three children, with testimony tracing a monthslong path to a final appointment the day before the tragedy.]]></description><pubDate>Fri, 07 Aug 2026 22:50:18 +0000</pubDate><content:encoded><![CDATA[<p>Lindsay Clancy 's murder trial zeroed in Friday on her psychiatric care before she killed her three children, with testimony tracing a monthslong path to a final appointment the day before the tragedy.</p><p>In that virtual visit on Jan. 23, 2023, the Massachusetts mother appeared depressed, said she felt no motivation and reported bouts of heart-racing anxiety, psychiatrist Dr. Jennifer Tufts told jurors. But she said Clancy gave no indication of hearing voices that, according her defense, commanded her the next day to take her children's lives so she could end her own.</p><p>“Did she tell you that she was planning to kill the children?” prosecutor Jennifer Sprague asked.</p><p>“No,” Tufts replied. “Absolutely not.”</p><p>Clancy's psychiatric treatment is a key chapter in both the prosecution and defense narratives about her mental state when she strangled the children in their suburban home and then jumped out a second-story window.</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>In questioning Tufts and a different psychiatrist who treated Clancy during a five-day hospital stay in early January 2023, prosecutors underscored that the defendant denied wanting to hurt anyone else or planning to kill herself. Clancy's lawyer, meanwhile, aimed to flesh out the defense's claim that various providers didn't properly diagnose her and put her on a series of medications that left her worse off.</p><p>Clancy has pleaded not guilty to murder charges in the strangling deaths of Callan, Dawson and Cora Clancy, who ranged from 8 months to 5 years old. They were found in the basement of the family's home in coastal Duxbury, Massachusetts, and their mother was lying, badly injured, in the yard. She remains paralyzed from the waist down.</p><p>Prosecutors argue that Lindsay Clancy, a 35-year-old former labor and delivery nurse, was an intentional killer who attacked her children after getting her husband out of the house by asking him to run errands. The defense doesn't dispute that she killed the children but says she was so mentally ill that she shouldn't be held criminally responsible.</p><p>In the criminal trial and a medical malpractice lawsuit, Clancy's attorneys say she had bipolar disorder and postpartum psychosis — a break with reality that a small fraction of women have after childbirth.</p><p>When Clancy first sought care</p><p>Tufts first saw Clancy in September 2022. Consulting her notes on the witness stand Friday, she recalled that Clancy reported feeling anxious, “overwhelmed” by caring for the three children and worried about infant Callan's refusal to bottle-feed. Her maternity leave was set to end, though she would go on to extend it.</p><p>Tufts diagnosed generalized anxiety disorder and an adjustment disorder with depressed mood, and she recommended therapy and an antidepressant. It became the first in a constantly-remixed cocktail of drugs that Tufts and others prescribed as Clancy reported increasing symptoms, complained of side effects and questioned whether the pills were making her worse.</p><p>Clancy's malpractice suit argues that her mounting anxiety and sleeplessness after that first antidepressant were a reaction that signaled bipolar illness. Tufts said she considered such a diagnosis in December 2022 but that Clancy didn't meet the criteria.</p><p>Another provider, a nurse-practitioner, did consider bipolar disorder and prescribed an antipsychotic that's often used to treat it, as well as insomnia. Clancy's condition continued declining.</p><p>Clancy's stay in a psychiatric hospital</p><p>By New Year's Day 2023, Clancy checked herself into McLean Hospital, a prominent psychiatric facility. Clancy said she felt numb and expressed concerns about depending on the antipsychotic to sleep, hospital psychiatrist Dr. Alia Goodheart testified Friday. She diagnosed Clancy with insomnia with a mental health condition and tapered down the drug.</p><p>Clancy then reported she could sleep, was eager to go home in time for a long-planned belated birthday party for Cora, and booked herself follow-up outpatient care, the psychiatrist testified. The hospital discharged her that Jan. 5 with prescriptions for an antianxiety drug and a sleep aid.</p><p>“She had never stated that she had any thoughts of harming anybody else,” Goodheart told jurors. And although Clancy said she'd had suicidal thoughts, she denied having them in the moment and indeed said she had reasons not to take her own life: “her children and her family, her mother,” Goodheart recalled.</p><p>Clancy saw Tufts, her original outpatient psychiatrist, by video four more times that January. At their last appointment, Tufts adjusted her medication dosages. She saw no reason to order Clancy to be hospitalized, she said.</p><p>Defense lawyer Kevin Reddington hasn't yet had his turn to question Tufts. But in questioning Goodheart, he emphasized that the hospital care team didn't do various tests — Goodheart said they weren't necessary — or learn that Clancy had called a suicide hotline that fall. Nor did the providers talk to her outpatient clinicians.</p><p>“She was very sick, wasn’t she?” Reddington asked at one point.</p><p>“I don’t know what you mean,” Goodheart responded.</p><p>If convicted of murder, Clancy faces life in prison without parole. If found not guilty due to a lack of criminal responsibility, she would be committed to a state mental health facility.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/37WXHHTPSVLPNUBSD5YP2DJILI.jpg?auth=39ea6e294eba735da412209e02ccbcb04ca15770b452b7afb9493bc60c49c8c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Lindsay Clancy waits for the judge to call a prospective jury member into court in her murder trial where she is charged in the 2023 killing of her three children, Wednesday, July 22, 2026, in Plymouth Superior Court in Plymouth, Mass. (Greg Derr/The Patriot Ledger via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Greg Derr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/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/4D5AWCBQIXIGZPLYZ7PZWW3JAM.jpg?auth=b6cf927f5255bba4d2013e55cf93c418b6fe768752938bac526bcbf605d892cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kevin Reddington and Lindsay Clancy listen to the 911 recording from Jan. 24, 2023, during Clancy's murder trial at Plymouth Superior Court in Plymouth, Mass., on Wednesday, July 29, 2026. (David L. Ryan/The Boston Globe via AP, Pool)]]></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/IH5LRPOXWYGCEAE5UAWSVIJWUI.jpg?auth=fff0c1d6d93f3a3a79287f50ba6046c7c8b9f8d62638461a38f31422daed8942&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 during her murder trial 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/636U6BPHJPBSJWPN4R3FVS6PYA.jpg?auth=4a1406f1c6b2c9f05dab4b90ba2b455d299220a240918e261fe89c25a9d70f9c&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 during her murder trial 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></item><item><title><![CDATA[Lions' Jahmyr Gibbs relieved "stressful" contract negotiations over]]></title><link>https://www.local10.com/sports/2026/08/07/lions-jahmyr-gibbs-relieved-stressful-contract-negotiations-over/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/lions-jahmyr-gibbs-relieved-stressful-contract-negotiations-over/</guid><dc:creator><![CDATA[By BOB TRIPI, Associated Press]]></dc:creator><description><![CDATA[ALLEN PARK, Mich. (AP) — Detroit Lions Pro Bowl running back Jahmyr Gibbs finally got what he wanted.]]></description><pubDate>Fri, 07 Aug 2026 18:33:45 +0000</pubDate><content:encoded><![CDATA[<p>ALLEN PARK, Mich. (AP) — Detroit Lions Pro Bowl running back Jahmyr Gibbs finally got what he wanted.</p><p>A record-setting contract brought financial security, but for Gibbs, it also ended an anxious wait that had kept him off the practice field.</p><p>“This process has been extremely stressful,” Gibbs said Friday, one day after signing a three-year contract extension that made him the highest-paid running back in NFL history. “I just wanted to play ball. I missed being out there with my teammates and coaches and it’s just fun being out there now.”</p><p>The extension, agreed to Thursday, is worth $67.5 million over three years and could reach $75.75 million with incentives. It includes $51.5 million in guaranteed money, according to multiple reports, surpassing the deal Atlanta’s Bijan Robinson signed earlier this week.</p><p>After signing the contract, Gibbs participated only in individual drills Friday, but said the biggest relief was putting the negotiations behind him.</p><p>Three years ago, many questioned whether the Lions had reached by selecting a running back with the 12th overall pick in the 2023 NFL draft.</p><p>Gibbs said the criticism never bothered him.</p><p>“For me, I didn’t really care, because I knew what I could do, and I was confident in myself,” he said.</p><p>Three seasons into his career, Gibbs has put together one of the most productive starts by a running back in NFL history.</p><p>Despite sharing the backfield with David Montgomery, Gibbs has scored 49 total touchdowns in his first three NFL seasons, the most by any player during that span. He broke the previous record of 47 set by Hall of Famer and former Lion Barry Sanders.</p><p>Last season, Gibbs totaled 1,839 yards from scrimmage, including 1,223 rushing yards and 616 receiving yards, while scoring 18 touchdowns. He also set career highs with 77 receptions, 616 receiving yards and five touchdown catches.</p><p>Since entering the league, Gibbs has rushed for 3,580 yards — seventh-most in the NFL during that span — while averaging 5.3 yards per carry. He has topped 1,200 rushing yards in each of the past two seasons and caught at least 50 passes in all three years.</p><p>Lions Associate Head Coach Scottie Montgomery said Gibbs earned the extension through both his production and his professionalism.</p><p>“He has came in from day one and did everything we asked him to do,” Montgomery said. “He is what a pro should be.”</p><p>Montgomery said Gibbs has continued to improve each season while maintaining the same approach that made him the 12th overall pick.</p><p>“I hope a lot of kids, a lot of people are watching the way that he went about the process,” Montgomery said. “Going from year one to year two to year three and continually getting better.”</p><p>Montgomery also pointed to Gibbs’ versatility as one of the reasons he has become such an important part of Detroit’s offense.</p><p>“When you got a guy like Jah, you can be a bell cow and touch it 10 times and have 200 total yards,” Montgomery said. “He can play at the receiver position. He can play at the wing position. He can play at the back.”</p><p>Gibbs said he heard from several fellow NFL running backs after agreeing to the extension, including Robinson, Montgomery, Derrick Henry, Jonathan Taylor, Christian McCaffrey, James Cook and De’Von Achane.</p><p>Gibbs said signing the extension also means he gets to remain in a city he has embraced since arriving in 2023.</p><p>“Before I got here, everything you hear about Detroit is negative," Gibbs said. "Since I’ve been here, all I can say is positive things. The people, there’s a lot of good food, the culture.</p><p>“I love being here. I’m so glad I get to be here for the next five years.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R6FOR366EKFYLTJJNBMGVGR2AI.jpg?auth=b606aa8b9ec65c01b127f60def1eee27ce27174f7b867a236c6944640eda3268&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lins running back Jahmyr Gibbs runs a drill during practice at the NFL football team's training camp, in Allen Park, Mich., Friday, Aug. 7, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CAVLJV2EEQYLMM7LFDB67GTTH4.jpg?auth=5380f8caba362302a777ccb3a8243bffacfd20d1f7cb1cc69e003fedf30deb95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lins running back Jahmyr Gibbs runs a drill during practice at the NFL football team's training camp, in Allen Park, Mich., Friday, Aug. 7, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DJN63RQ3VSUH7LCB6GMQNRTSRI.jpg?auth=4f8be616bae9003602afc57b06741578c92cbd1a82f5bfe5922bb2148b413ccc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Lins running back Jahmyr Gibbs runs the ball during practice at the NFL football team's training camp, in Allen Park, Mich., Friday, Aug. 7, 2026. (AP Photo/Paul Sancya)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</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>8 de agosto:</b> Líder opositor cubano dice que la transformación de Cuba debe incluir a quienes están en la isla</p><p>Según el líder opositor cubano José Daniel Ferrer, cualquier plan para transformar Cuba debe incluir a los cubanos que están en la isla.</p><p>Pero, ¿tienen los cubanos en la isla la capacidad y las herramientas para participar en un proceso de este tipo? Después de vivir durante casi 68 años bajo un sistema totalitario que ha moldeado los valores y las actitudes personales de la población, podría tomar tiempo no solo cambiarlo sino, más importante aún, mantener esos cambios.</p><p>Las democracias no se construyen en un día. Se necesitará tiempo y paciencia. Recordemos también que antes de la Revolución Cubana, Cuba tuvo una dictadura bajo Batista.</p><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[Raiders quarterback Kirk Cousins and Maxx Crosby scuffle late in Friday practice]]></title><link>https://www.local10.com/sports/2026/08/07/raiders-quarterback-kirk-cousins-and-maxx-crosby-scuffle-late-in-friday-practice/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/raiders-quarterback-kirk-cousins-and-maxx-crosby-scuffle-late-in-friday-practice/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[HENDERSON, Nev. (AP) — Las Vegas Raiders quarterback Kirk Cousins and star pass rusher Maxx Crosby got into a scuffle late in practice Friday before their teammates quickly jumped in and separated them.]]></description><pubDate>Fri, 07 Aug 2026 18:15:39 +0000</pubDate><content:encoded><![CDATA[<p>HENDERSON, Nev. (AP) — Las Vegas Raiders quarterback Kirk Cousins and star pass rusher Maxx Crosby got into a scuffle late in practice Friday before their teammates quickly jumped in and separated them.</p><p>Cousins, who is operating the first-team offense in training camp, remained on the field to finish the drive. Crosby, however, was sent to the sideline.</p><p>“Those are two leaders of our team going at it, so that is part of camp,” coach Klint Kubiak said. “Obviously, if you fight in a game and throw a punch in game, then you're out of the game. So we've got to be smart and treat it like a game.”</p><p>Cousins appeared upset that Crosby tipped his pass, forcing an incompletion, and then charged the 6-foot-5, 256-pound defensive end who is three inches taller and 42 pounds heavier.</p><p>“We don't want to be throwing punches, but I think on any padded day of camp, there's going to be some tussles,” tight end Michael Mayer said. "That's our starting quarterback right now, and you want him to defend your team and you want him to have some edge to him, which he does. He's always had since the first day I met him when he came in here.</p><p>“I don't want him getting thrown out. I don't want him getting a flag. Nothing like that, but you've got to be able to defend yourself.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W6OAYVELQHRCBGJ7OZ5RYLT6LA.jpg?auth=a61bb9f4c968c39107dbf4420434c4124b57d01f50af67f661bb0b77bb63a7eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Raiders quarterback Kirk Cousins (8) throws a pass during practice at the team's NFL football training camp, Thursday, July 30, 2026, in Henderson, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JM3BSQTZPZBGG2D27CZ5PTTOE4.jpg?auth=180a230a90f3a07f61a9da55981a5915c21095b69fcc9b6ee6df30a405cc43b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las Vegas Raiders defensive end Maxx Crosby (98) warms up during practice at the team's NFL football training camp, Thursday, July 30, 2026, in Henderson, Nev. (AP Photo/Ian Maule)]]></media:description><media:credit role="author" scheme="urn:ebu">Ian Maule</media:credit></media:content></item><item><title><![CDATA[Senate confirms Hamilton to lead FEMA and clears more than 70 other Trump nominees]]></title><link>https://www.local10.com/news/politics/2026/08/07/senate-confirms-hamilton-to-lead-fema-and-clears-more-than-70-other-trump-nominees/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/07/senate-confirms-hamilton-to-lead-fema-and-clears-more-than-70-other-trump-nominees/</guid><dc:creator><![CDATA[By GABRIELA AOUN ANGUEIRA, Associated Press]]></dc:creator><description><![CDATA[The Senate on Friday confirmed Cameron Hamilton as head of the Federal Emergency Management Agency, returning the former Navy SEAL to the embattled agency he led temporarily last year only to be fired after he publicly opposed eliminating it.]]></description><pubDate>Fri, 07 Aug 2026 18:14:29 +0000</pubDate><content:encoded><![CDATA[<p>The Senate on Friday confirmed Cameron Hamilton as head of the Federal Emergency Management Agency, returning the former Navy SEAL to the embattled agency he led temporarily last year only to be fired after he publicly opposed eliminating it.</p><p>Hamilton was among a group of 74 nominations approved by the Senate, including President Donald Trump's pick to lead the Transportation Security Administration, David Cummins, and his choice for ambassador to Brazil, Daniel Perez.</p><p>Upon his swearing in, Hamilton will take over an agency whose future has been uncertain since Trump threatened to get rid of it days into his second term. Hamilton's nomination signaled that Trump may be moving on from that idea, but his Republican administration is still promising drastic changes in how the government handles disasters.</p><p>Hamilton will have to shepherd that overhaul while stabilizing an agency of more than 20,000 employees recovering from Kristi Noem's chaotic tenure as Department of Homeland Security secretary, during which FEMA saw mass staff departures, disruptions to grant programs and delays of disaster aid.</p><p>While her successor, former Oklahoma Sen. Markwayne Mullin, has worked to reverse some of the upheaval, Democrats are accusing Trump of politicizing disaster relief. Trump has approved 80% of disaster requests from Republican governors but only about 60% from Democratic governors, a July analysis by The Associated Press found.</p><p>In his June hearing before a Senate committee, Hamilton pledged to advocate for FEMA and its workforce while promising to ensure FEMA is “objective, is fair and reasonable, follows the law, and is consistent in the approach to how we adjudicate and process claims and requests for disasters.”</p><p>He also maintained that the agency is burdened by bureaucracy and cannot be expected to respond to every disaster. “We would need to strike a new balance to encourage cost reasonableness and cost savings,” he said.</p><p>Hamilton was fired from a temporary role leading FEMA</p><p>Hamilton had limited emergency management experience before Trump named him FEMA's temporary leader in January 2025. Formerly a critic of the agency, Hamilton has said he came to appreciate FEMA's mission. His tenure proved short after he broke with Noem and other DHS officials over FEMA's future.</p><p>“I do not believe it is in the best interest of the American people to eliminate the Federal Emergency Management Agency,” Hamilton told a House panel in May 2025. He was fired the next day.</p><p>His stand drew admiration among some emergency management professionals.</p><p>“It tells you exactly who he is and how he will lead when the pressure is highest and the easy answer is the wrong one,” Pete Gaynor, FEMA administrator in Trump's first term, said in a statement supporting Hamilton's confirmation.</p><p>The National Emergency Management Association said it welcomes Hamilton as the FEMA administrator.</p><p>Still, some FEMA staffers have remained wary of Hamilton’s role in controversial decisions last year like canceling a multibillion-dollar resilience grant program.</p><p>FEMA has been an agency under siege</p><p>Hamilton will take over in the middle of a busy summer disaster season that has already brought destructive wildfires and dangerous flooding and as FEMA manages more than 1,000 open disaster declarations. He will be FEMA’s first permanent administrator in Trump’s second term, overseeing an agency eager for stability.</p><p>More than 4,300 employees separated from FEMA in the 2025 budget year, more than 1,500 through voluntary reductions, resulting in a “loss of institutional knowledge and experienced personnel,” according to a Government Accountability Office report.</p><p>Since replacing Noem in March, Mullin has rehired for some eliminated positions and rescinded a rule that any expense greater than $100,000 needed to be approved by the secretary’s office — a requirement that backlogged billions of dollars in disaster aid.</p><p>But DHS has also introduced policies stirring up new controversy. Twenty-five states and the District of Columbia sued the Trump administration last month over new election security requirements in FEMA counterterrorism grants to states.</p><p>The Trump administration and lawmakers are advocating for sweeping changes to federal disaster response. At a meeting of governors last weekend, Mullin called FEMA “bloated.”</p><p>“The biggest reform you’re going to see is more responsibility is going to go back to your states,” Mullin said, with “FEMA there for worst of the worst, not every storm.”</p><p>In May, a Trump-appointed FEMA Review Council recommended major changes to how the federal government supports states, tribes and territories during disasters. That could speed assistance but might reduce how much and how often FEMA helps. Many of the suggested changes require congressional action.</p><p>Gaynor told the AP he expects that Hamilton will work quickly to make changes within his authority. “I think his biggest priority in general is making the whole recovery system simpler for disaster survivors, for states and locals to navigate, to make it less of mystery, and cut out red tape,” Gaynor said.</p><p>Senate approves 74 nominations, including for airport security</p><p>Other nominees confirmed included Cummins as head of the Transportation Security Administration, an agency also facing persistent challenges, particularly after this year’s record partial government shutdown left TSA employees working for weeks without pay. The funding lapse prompted thousands of officers to call out of work and about 1,100 to quit.</p><p>Cummins is a former senior vice president at the government contractor Serco, which runs air traffic control towers at 60 American airports. He is taking over as the Trump administration seeks to expand private airport screening and cut thousands of TSA jobs.</p><p>The Senate also confirmed Perez, a close friend of Secretary of State Marco Rubio and a former speaker of Florida’s House of Representatives, to be the next U.S. ambassador to Brazil.</p><p>Perez has been central to an ongoing diplomatic dispute between the Trump administration and the government of Brazilian President Luiz Inácio Lula da Silva.</p><p>Earlier this week, the State Department said the Brazilian government’s refusal to accept Perez’s appointment was a main reason for its decision to revoke the visa of Brazil’s ambassador to the United States. International diplomatic protocols demand that host countries approve any foreign ambassadors before they can take their posts.</p><p>___</p><p>Associated Press writers Rio Yamat in Las Vegas; Josh Funk in Omaha, Neb.; and Matthew Lee in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G72R2HEPRJIOQH7IHV7YILZVAA.jpg?auth=9181c8e57b2cbf9bb2676a7341be03d909759de40138cc843aa1926bed4905c2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cameron Hamilton testifies during a hearing to examine his nomination to be Administrator of the Federal Emergency Management Agency, June 17, 2026, on Capitol Hill 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/3K5MYCH4IZLXOYLY4YLE4KF4OM.jpg?auth=5c2c9e193106dd2eff72102e9e3684c82665bef3473e64a4c716b4fe976fd91c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People work at the Federal Emergency Management Agency headquarters in Washington, Jan. 24, 2026. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Police: Man faces 18 charges for child sex abuse cases in North Miami, Hialeah]]></title><link>https://www.local10.com/news/local/2026/08/07/police-man-faces-18-charges-for-child-sex-abuse-cases-in-north-miami-hialeah/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/police-man-faces-18-charges-for-child-sex-abuse-cases-in-north-miami-hialeah/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Three child sex abuse victims in separate cases in Miami-Dade County reported that Juan Espinosa’s abuse started when he showed them porn and continued for years, records show. ]]></description><pubDate>Fri, 07 Aug 2026 16:04:33 +0000</pubDate><content:encoded><![CDATA[<p>Three child sex abuse victims in Miami-Dade County reported that Juan Espinosa’s crimes started when he showed them porn, records show. </p><p><a href="https://www.local10.com/espanol/2026/08/07/policia-hombre-enfrenta-18-cargos-por-casos-de-abuso-sexual-infantil-en-north-miami-y-hialeah/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/policia-hombre-enfrenta-18-cargos-por-casos-de-abuso-sexual-infantil-en-north-miami-y-hialeah/">Leer en español</a></p><p>In North Miami, Espinosa sexually molested a girl when she was 10 years old and started to rape her when she was 11, according to a police officer’s arrest report. </p><p>Espinosa “would lose his temper if she refused to have sex with him,” a police officer wrote about the girl in North Miami, according to the arrest report. </p><p>In Hialeah, detectives accused Espinosa of sexually abusing a 9-year-old boy from 2018 to 2022 and a 9-year-old girl from 2009 to 2020, <a href="https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/">according</a> to arrest warrants.</p><p>Espinosa “had access to a ... daycare and pre-school owned by his spouse,” a detective wrote, according to the arrest warrant. </p><p>Miami-Dade corrections booked Espinosa, 65, shortly after 11:35 a.m. on Wednesday at the Turner Guilford Knight Correctional Center. </p><p>North Miami police officers re-arrested him at 3:20 p.m. on Thursday at TGKCC. </p><p>A Tampa Police Department detective had arrested Espinosa on Dec. 5 in Manatee County for child sex abuse in Hillsborough County, records show. </p><p>On Friday, Espinosa faced 18 charges in three cases in Miami-Dade County, according to court records. </p><p>In a Hialeah case, Espinosa faced 14 charges: Six counts of engaging in a sexual act with a child, three counts of lewd or lascivious molestation on a child, and five counts of sexual battery on a child.</p><p>In the North Miami case, Espinosa faced three charges: Engaging in a sexual act with a child, lewd or lascivious molestation on a child, and knowingly transmitting, distributing, or showing obscene or harmful material to a minor. </p><p>In a second Hialeah case, Espinosa faced a charge of lewd or lascivious molestation on a child. </p><p>Espinosa, who was born in Cuba, also had holds from U.S. Immigration and Customs Enforcement and the Florida Department of Corrections, according to inmate records </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p><p><b>Related story</b></p><ul><li><a href="https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/" target="_self" rel="" title="https://www.local10.com/news/local/2026/08/06/man-accused-of-sexually-abusing-children-for-several-years-in-hialeah/">Man accused of sexually abusing children for several years in Hialeah</a></li></ul>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FL4IXSW3GBA6XDNUQ56SPAYQ6A.jpg?auth=f194a78c0261e2795f020d9cb0ee97373bb899bc2d852477bea788b4e34ede95&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Juan Espinosa, 65, was arrested on Wednesday for two cases in Hialeah, and re-arrested on Thursday for a case in North Miami, records shows.]]></media:description></media:content></item><item><title><![CDATA[Acusado de cerrar suministro de aire a buzo rechaza cargo de intento de asesinato: “Mentira al 100%”]]></title><link>https://www.local10.com/espanol/2026/08/07/acusado-de-cerrar-suministro-de-aire-a-buzo-rechaza-cargo-de-intento-de-asesinato-mentira-al-100/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/acusado-de-cerrar-suministro-de-aire-a-buzo-rechaza-cargo-de-intento-de-asesinato-mentira-al-100/</guid><dc:creator><![CDATA[Janine Stanwood, Chris Gothner]]></dc:creator><description><![CDATA[Un hombre que enfrenta un cargo de intento de asesinato después de que agentes de Miami-Dade dijeron que cerró el suministro de aire de un buzo de 18 años rechaza enérgicamente las acusaciones.]]></description><pubDate>Fri, 07 Aug 2026 18:06:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre que <a href="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/" target="_blank" rel="noreferrer" title="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/">enfrenta un cargo de intento de asesinato</a> después de que agentes de Miami-Dade dijeron que cerró el suministro de aire de un buzo de 18 años rechaza enérgicamente las acusaciones.</p><p>Michael Simpson, de 51 años y residente de Miami Beach, ofreció una conferencia de prensa en Miami la mañana del viernes.</p><p>Los agentes dijeron que el incidente ocurrió el 29 de julio durante la minitemporada de langosta frente a Fisher Island, mientras el buzo Hunter Cofer estaba en el agua buscando langostas.</p><p>Indicaron que, durante una disputa por un lugar para bucear, Simpson se enfureció y amenazó con cerrar el suministro de aire de Cofer, y luego cumplió la amenaza.</p><p>Pero Simpson dijo que eso no fue en absoluto lo que ocurrió. El viernes, dijo que había nadado hasta el lugar para ver por qué el padre de Cofer, quien según él se comportaba de manera agresiva, le gritaba a su hijo. Simpson dijo que el padre del adolescente cerró accidentalmente el suministro de aire mientras intentaba tirar de un flotador.</p><p>“Él tira de él y la máquina se apaga. Hace una especie de movimiento, resbala, cae sobre el borde del bote y cae al agua”, dijo Simpson. “Inmediatamente, el hombre sale a la superficie y da una brazada hacia mi hijo para cerrar el aire. Es mentira. Es una mentira al 100%. ¿Por qué tendría el padre que mentir diciendo que saltó al agua? Se cayó frente a todos”.</p><p>Simpson dijo que el adolescente que estaba bajo el agua se había enredado. Los agentes dijeron que no hubo heridos. Simpson mostró a los medios un video en el que agentes estatales de vida silvestre hablaron con él posteriormente sin incidentes. Dijo que no huyó de la escena, sino que simplemente se alejó unos 300 yardas en su embarcación.</p><p>Simpson contrató al abogado Howard Srebnick, quien recientemente encabezó una defensa exitosa en otro caso marítimo de alto perfil en el condado Miami-Dade: en junio, un jurado declaró a su cliente, George Pino, no culpable en un caso de homicidio con una embarcación.</p><p>Simpson y Srebnick han prometido luchar contra los cargos.</p>]]></content:encoded></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. 8: Cuban opposition leader says Cuba’s transformation must include those on the island</b></p><p>According to Cuban opposition leader Jose Daniel Ferrer, any plans to transform Cuba must include Cubans on the island.</p><p>But do Cubans on the island have the capacity and capabilities to participate in such a process? After living for almost 68 years under a totalitarian system that has shaped the population’s personal values and attitudes, it could take time not only to change it but, more importantly, to sustain those changes.</p><p>Democracies are not built in one day. It will take time and patience. Let’s also remember that before the Cuban Revolution, Cuba had a dictatorship under Batista.</p><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[Man charged with attempted murder after stabbing at Blue Martini in Fort Lauderdale, cops say ]]></title><link>https://www.local10.com/news/local/2026/08/07/man-charged-with-attempted-murder-after-stabbing-at-blue-martini-in-fort-lauderdale-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-charged-with-attempted-murder-after-stabbing-at-blue-martini-in-fort-lauderdale-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 52-year-old man is accused of stabbing another man multiple times during an altercation that police say occurred inside a popular bar and lounge in Fort Lauderdale on Thursday night. ]]></description><pubDate>Fri, 07 Aug 2026 17:08:25 +0000</pubDate><content:encoded><![CDATA[<p>A 52-year-old man is accused of stabbing another man multiple times during an altercation that police say occurred inside a popular bar and lounge in Fort Lauderdale on Thursday night. </p><p><a href="https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-intento-de-asesinato-tras-apunalamiento-en-blue-martini-en-fort-lauderdale-segun-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-intento-de-asesinato-tras-apunalamiento-en-blue-martini-en-fort-lauderdale-segun-la-policia/">Leer en español</a></p><p>According to the Fort Lauderdale Police Department, officers responded just before 10:40 p.m. to Blue Martini at 2432 E. Sunrise Blvd. after receiving multiple 911 calls reporting a stabbing.</p><p>When officers arrived, they found a man suffering from multiple stab wounds. </p><p>Investigators said the victim was taken to Broward Health Medical Center with serious injuries and is expected to survive. </p><p>They said the victim and Lawrence Constantine Edmonson had been involved in an altercation before the stabbing.</p><p>Police said license plate reader cameras helped officers quickly locate the Edmonson’s vehicle. They said a grappler device was used to safely stop the vehicle before taking him into custody.</p><p>Police said Edmonson suffered minor injuries during the initial altercation with the victim.</p><p>As of Friday afternoon, he was being held without bond at the Broward County Main Jail. </p><p>No other details about the stabbing were immediately released. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4TY7GN7325GSTNPI47MHEYWCJ4.jpg?auth=4298f2cff524e59df06d36d5fdb65f924b312685c1ae4b23e249b83519b56431&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de intento de asesinato tras apuñalamiento en Blue Martini en Fort Lauderdale, según la policía]]></title><link>https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-intento-de-asesinato-tras-apunalamiento-en-blue-martini-en-fort-lauderdale-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-intento-de-asesinato-tras-apunalamiento-en-blue-martini-en-fort-lauderdale-segun-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 52 años está acusado de apuñalar varias veces a otro hombre durante un altercado que, según la policía, ocurrió dentro de un popular bar y lounge en Fort Lauderdale la noche del jueves.]]></description><pubDate>Fri, 07 Aug 2026 17:30:32 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 52 años está acusado de apuñalar varias veces a otro hombre durante un altercado que, según la policía, ocurrió dentro de un popular bar y lounge en Fort Lauderdale la noche del jueves.</p><p>Según el Departamento de Policía de Fort Lauderdale, agentes respondieron poco antes de las 10:40 p.m. al Blue Martini, ubicado en 2432 E. Sunrise Blvd., después de recibir varias llamadas al 911 que reportaban un apuñalamiento.</p><p>Cuando los agentes llegaron, encontraron a un hombre que sufría múltiples heridas de arma blanca.</p><p>Los investigadores dijeron que la víctima fue trasladada al Broward Health Medical Center con lesiones graves y se espera que sobreviva.</p><p>Indicaron que la víctima y Lawrence Constantine Edmonson habían estado involucrados en un altercado antes del apuñalamiento.</p><p>La policía dijo que cámaras lectoras de matrículas ayudaron a los agentes a localizar rápidamente el vehículo de Edmonson. Indicaron que se utilizó un dispositivo Grappler para detener el vehículo de manera segura antes de detenerlo.</p><p>La policía dijo que Edmonson sufrió lesiones menores durante el altercado inicial con la víctima.</p><p>Hasta la tarde del viernes, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p><p>No se divulgaron de inmediato más detalles sobre el apuñalamiento.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4TY7GN7325GSTNPI47MHEYWCJ4.jpg?auth=4298f2cff524e59df06d36d5fdb65f924b312685c1ae4b23e249b83519b56431&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Senate passes sweeping Russia sanctions bill negotiated by the late Sen. Lindsey Graham]]></title><link>https://www.local10.com/news/world/2026/08/07/senate-passes-sweeping-russia-sanctions-bill-negotiated-by-the-late-sen-lindsey-graham/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/07/senate-passes-sweeping-russia-sanctions-bill-negotiated-by-the-late-sen-lindsey-graham/</guid><dc:creator><![CDATA[By MARY CLARE JALONICK and LISA MASCARO, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Senate overwhelmingly approved a punishing Russian sanctions package Friday, the result of a yearlong campaign by the late Sen. Lindsey Graham to reinforce U.S. support for Ukraine and try to force President Vladimir Putin’s hand as the grinding war drags on.]]></description><pubDate>Fri, 07 Aug 2026 19:55:50 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Senate overwhelmingly approved a punishing Russian sanctions package Friday, the result of a yearlong campaign by the late Sen. Lindsey Graham to reinforce U.S. support for Ukraine and try to force President Vladimir Putin’s hand as the grinding war drags on.</p><p>The bipartisan legislation, which passed 86-11, would penalize countries that continue to buy Russian oil, gas and other exports seeking to deprive Putin of revenues fueling the war. It comes after Ukrainian President Volodymyr Zelenskyy visited the Capitol last week following Graham’s funeral, met with senators from both parties and watched from the gallery as the Senate took the first procedural votes.</p><p>“Today, President Zelenskyy is watching from Ukraine — and Putin is watching from Moscow,” said Sen. Richard Blumenthal, D-Conn., who had worked with the late South Carolina senator on the package.</p><p>“I would like to think Lindsey Graham is watching, too,” he said. “Today we say to the people of Ukraine: You are not alone. And today we say to Vladimir Putin: You will not conquer Ukraine.”</p><p>The sweeping show of force from the Senate is the most substantial move yet during President Donald Trump’s second term to shift the dynamic of the four-year war, which has now churned longer than World War I. Congress has struggled to ensure the flow of U.S. funding and munitions to Ukraine, but Trump has given a nod to the package, which includes his push for sanctions on Iran, pressuring the House to pass and send it for his signature.</p><p>Graham and Blumenthal had announced a deal with the White House on the sanctions legislation on July 10 after more than a year of negotiations with the White House. Graham, who had just returned from Ukraine, died suddenly the next day, likely from an aortic tear.</p><p>The bipartisan package allows the president to impose tariffs on the world’s top five purchasers of Russian oil or natural gas, including China and India. It provides exceptions for countries that import less than 15% of their natural gas from Russia and are taking steps to reduce those imports.</p><p>The legislation also includes sanctions on Putin, senior Russian political and military leaders, Russian financial institutions and Russian energy projects. It would expand U.S. sanctions to target older, reflagged oil tankers that Russia uses to circumvent existing U.S. sanctions on Russian oil and energy revenues. The bill also allows the White House to waive sanctions or restrictions if the president certifies to Congress that it's in the national interest.</p><p>Democrats and some Republicans have been wary of giving Trump broad authority to slap tariffs on imports that have spiked prices for goods, worried about inflationary costs for Americans. Those voting against the final package were mostly progressive Democrats.</p><p>Sen. Darline Graham, R-S.C., who was appointed by the state’s governor to fill her brother’s seat, said she was honored to carry on his work. “This legislation hits Putin where it hurts,” she said.</p><p>Bill sends ‘a moral signal’ to Ukraine and its allies</p><p>Zelenskyy told senators during last week’s private meeting at the Capitol that Ukraine is making gains in the war, but still needs more help from the U.S. He publicly thanked them for the sanctions package.</p><p>Republican Sen. Todd Young of Indiana, who attended the meeting, said the sanctions legislation “is important as a moral signal to a country that is weary and tired, though holding its own.”</p><p>New Hampshire Sen. Jeanne Shaheen, the top Democrat on the Foreign Relations Committee, said advancing the legislation now, ahead of Russia’s own elections, will put pressure on Putin to seriously revisit prospects for a peace deal. And she warned that every time the U.S. backs away from tough actions, Russia ramps up its attacks.</p><p>“If we can’t shut down the funding for the war machine that Russia is using against Ukraine, then they’re going to keep at it,” she said.</p><p>Ukraine’s foreign minister Andrii Sybiha expressed gratitude to the Senate in a post, and said that with U.S. support, "Together, we are bringing a lasting peace closer.”</p><p>Some say the bill would give Trump too much tariff power</p><p>The Senate defeated an amendment by Republican Sen. Rand Paul of Kentucky and Democratic Sen. Ron Wyden of Oregon that would have removed the new tariff authority for Trump. Paul says it would be too costly for taxpayers, while Wyden and other Democrats say they don’t want to give Trump any new authority to impose tariffs.</p><p>“We’ve got folks who are walking an economic tightrope here in America,” Wyden said.</p><p>Sen. Raphael Warnock, D-Ga., who had held up passage of the package over the tariff authority, said he received a written commitment from the Trump administration through U.S. Trade Representative Jamieson Greer that ensures guardrails. The tariffs would be lifted once the countries are no longer on the lists of those purchasing Russian oil and gas, or helping to evade sanctions, he said.</p><p>“We should not have to choose between putting a check on Putin’s aggression and putting a check on this president’s tariffs regime,” Warnock said. If Trump “oversteps his power, we will see him in court.”</p><p>Package next goes to the House</p><p>While the Senate momentum puts pressure on the House to act as soon as lawmakers return to session at the end of August, top Democrats still warn against handing Trump too much power in the Russia sanctions package.</p><p>Rep. Gregory Meeks, the top Democrat on the House Foreign Affairs Committee, said the bill as is gives Trump too much authority to “weaponize” tariffs in ways that do little to deter Russia, but hurt Americans back home.</p><p>“It would allow President Trump to dodge holding Russia accountable and impose yet more tariffs in his destructive trade wars, leaving Americans to foot the bill," Meeks said.</p><p>He said the tally on the Paul-Wyden amendment, 32-64, demonstrates the demand among lawmakers to make changes to the package.</p><p>The House had already passed a separate measure in June that would provide aid to Ukraine and sanction key segments of the Russian economy. That Meeks-led package from Democrats drew bipartisan support from Republicans, overriding objections from GOP leaders.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2NDCYASYJOTBFL33XH4EL4DPLY.jpg?auth=38a65e4bfc7b97ae346a85d961943be85055ff064fa3acde8118a6041620986c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Lindsey Graham, R-S.C., introduces Adm. Kevin Lunday, acting commandant of the U.S. Coast Guard, during a Senate Commerce, Science and Transportation Committee hearing on the nomination Lunday for Commandant of the Coast Guard, Nov. 19, 2025, on Capitol Hill in Washington. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[The leader of Armenia's Apostolic Church faces trial amid a feud with the government]]></title><link>https://www.local10.com/news/world/2026/08/07/the-leader-of-armenias-apostolic-church-faces-trial-amid-a-feud-with-the-government/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/07/the-leader-of-armenias-apostolic-church-faces-trial-amid-a-feud-with-the-government/</guid><dc:creator><![CDATA[By AVET DEMOURIAN and YURAS KARMANAU, Associated Press]]></dc:creator><description><![CDATA[YEREVAN, Armenia (AP) — The head of the influential Armenian Apostolic Church appeared in court Friday for a trial on criminal charges as part of its latest confrontation with the government of Prime Minister Nikol Pashinyan.]]></description><pubDate>Fri, 07 Aug 2026 17:25:01 +0000</pubDate><content:encoded><![CDATA[<p>YEREVAN, Armenia (AP) — The head of the influential Armenian Apostolic Church appeared in court Friday for a trial on criminal charges as part of its latest confrontation with the government of Prime Minister Nikol Pashinyan.</p><p>Catholicos Karekin II and six other senior clergymen are accused of defying a court order to reinstate a defrocked bishop. The case is widely seen as a part of long-simmering tensions between Pashinyan, who was reelected earlier this year, and the church, which has called for his ouster.</p><p>If convicted, Karekin and the other clerics could face up to two years in prison.</p><p>Relations between the powerful church and Pashinyan’s government have deteriorated rapidly since 2024, when tens of thousands of demonstrators, led by a high-ranking cleric, called for his ouster. They were angered by Armenia's agreement to hand over control of several border villages to Azerbaijan and normalize relations with its neighbor after being locked for decades in territorial disputes.</p><p>Many clergy bitterly opposed the handover of the villages and criticized Pashinyan, who came to power in the South Caucasus nation amid a wave of hopeful, pro-democracy protests that swept Armenia in 2018. Some senior clerics have since faced a crackdown by the government.</p><p>The judge in the trial recuses himself</p><p>The first court hearing took place Friday in the central city of Vagharshapat, also known as Etchmiadzin, which is Armenia's spiritual capital and the headquarters of the church.</p><p>Shortly after the hearing, Karekin's lawyer Ara Zograbyan told reporters the judge in the case has recused himself.</p><p>“I welcome this move by the judge, because in effect he refused to become a part of this shameful proceeding,”Zograbyan said, adding that the case will be assigned to a new judge.</p><p>Hundreds of Karekin's supporters gathered outside the courthouse in Vagharshapat, which is located about 18 kilometers (11 miles) west of Armenia's capital, Yerevan. Members of opposition parties, clergy leaders and representatives of nongovernmental organizations also came for the hearing.</p><p>Samvel Karapetyan, head of the pro-Russian opposition party Strong Armenia, called the case against Karekin a “national disgrace.”</p><p>“It seemed that maybe the authorities would come to their senses and stop their attacks on the church, but they're keeping at it,” local media quoted him as saying.</p><p>The case of a defrocked bishop led to the charges</p><p>The charges arose after the church in January defrocked Bishop Gevorg Saroyan, who had previously called for Karekin's ouster. The church accused Saroyan of abuse of power. Saroyan contested the move in court, which sided with him and ordered his reinstatement.</p><p>The church refused, and Armenia's Prosecutor General's office launched the case against Karekin and the other clerics in February, accusing them of defying a court order and barring them from leaving the country.</p><p>Two other top clergymen were arrested last year. Archbishop Mikael Ajapahyan was convicted of calling for the overthrow of the government, and Archbishop Bagrat Galstanyan, who led the anti-government protests in 2024, is currently under house arrest awaiting trial on charges of attempting a coup, fomenting mass unrest and preparing a terrorist attack.</p><p>Earlier this year, an appellate court overturned Ajapahyan's conviction and ordered a new trial.</p><p>Clerics denounce the case as an assault on church autonomy</p><p>During an evening service at the Etchmiadzin Cathedral, Karekin denounced the case against him.</p><p>“These days the authorities take steps to undermine the church's authority, restrict its autonomy and subjugate it to their will,” he said, adding that the institution's autonomy is at the core of Armenia's prosperity.</p><p>Archbishop Natan Hovhannisyan, head of the Department of External Relations and Protocol of the church and one of the defendants, said the church is not an entity that can be “nationalized, expropriated and have a manager appointed.”</p><p>—-</p><p>Karmanau reported from Tallinn, Estonia.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CQDXWFYWX6XAXAD6Z6FKOLF3WI.jpg?auth=9402524a6ecf97fe90753be18af95571c3104fa9e59074eabe97be2018d470cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The head of the Armenian Apostolic Church Catholicos Karekin II, center, blesses people in Vagharshapat, Armenia, Friday, Aug. 7, 2026. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/C2UKGIYGYP3IRMRYECOFVWNL6M.jpg?auth=134b82f4ae6b652623f28385ec42f167dcb24fb4fe42b11eaf8e077b6d893d13&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The head of the Armenian Apostolic Church Catholicos Karekin II, front, blesses people in Vagharshapat, Armenia, Friday, Aug. 7, 2026. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FF3CLIZ2Z6IUYGG3IZ2TUJ2XUY.jpg?auth=82cbb0a208ccd24684e60e026556c333f3ea2393d5c667859f19195233bc10ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The head of the Armenian Apostolic Church Catholicos Karekin II, right, leaves the Armavir Court of First Instance in Vagharshapat, Armenia, Friday, Aug. 7, 2026. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5EX2ICK2NJE56ANHXGKZALXSAA.jpg?auth=6aafc5c966ec9f86aff855798dcb513381ed6736e6dcef16aec4343c8c590282&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The head of the Armenian Apostolic Church Catholicos Karekin II, center, arrives at the Armavir Court of First Instance in Vagharshapat, Armenia, Friday, Aug. 7, 2026. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NE6HEEBCGIVE6GMBY7PVOWPFDY.jpg?auth=d60cf445737571252beb257aebdb138239f7c9de72ac299d819a71e40de6ec43&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The head of the Armenian Apostolic Church Catholicos Karekin II, center, arrives at the Armavir Court of First Instance in Vagharshapat, Armenia, Friday, Aug. 7, 2026. (AP Photo/Anthony Pizzoferrato)]]></media:description><media:credit role="author" scheme="urn:ebu">Anthony Pizzoferrato</media:credit></media:content></item><item><title><![CDATA[At 35 and in 14th season, Jets' Geno Smith has Frank Reich seeing a QB in his prime 'like he's 28']]></title><link>https://www.local10.com/sports/2026/08/07/at-35-and-in-14th-season-jets-geno-smith-has-frank-reich-seeing-a-qb-in-his-prime-like-hes-28/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/at-35-and-in-14th-season-jets-geno-smith-has-frank-reich-seeing-a-qb-in-his-prime-like-hes-28/</guid><dc:creator><![CDATA[By DENNIS WASZAK Jr., Associated Press]]></dc:creator><description><![CDATA[FLORHAM PARK, N.J. (AP) — Frank Reich had to think for a second while raving — again — about Geno Smith, pondering the New York Jets quarterback's age.]]></description><pubDate>Fri, 07 Aug 2026 17:11:38 +0000</pubDate><content:encoded><![CDATA[<p>FLORHAM PARK, N.J. (AP) — Frank Reich had to think for a second while raving — again — about Geno Smith, pondering the New York Jets quarterback's age.</p><p>“I don't know how old he is. Isn't he past 35?,” the offensive coordinator asked Friday before being told Smith is actually 35. “It feels like he's 28. I'm telling you, it feels like physically, I see no ... like, he is in his prime, physically.”</p><p>Not bad for a quarterback entering his 14th NFL season, a journey that began as a second-round draft pick of the Jets in 2013 and has included several ups and downs on the field along the way.</p><p>“Like his arm, the way he moves, his feet in the pocket, he’s physically in his prime,” said Reich, in his first season running the Jets' offense. “So he takes great care of himself and that’s going to help this team.”</p><p>New York certainly hopes so. The Jets acquired Smith in the offseason from Las Vegas to add a veteran quarterback to an offense that struggled mightily during a 3-14 season. The Jets ranked last or near the bottom in several offensive categories as the likes of Justin Fields, Tyrod Taylor and Brady Cook took turns calling the signals for then-coordinator Tanner Engstrand. Their 8 yards per completion was the lowest mark in the NFL, and that's something that's expected to improve significantly.</p><p>Smith has always been able to stretch the field, especially during three straight seasons of at least 3,500 yards passing in Seattle from 2022-24. He threw for 3,025 last year in a down season with Las Vegas that included an NFL-leading 17 interceptions.</p><p>Back with the Jets, Smith has had a mostly good training camp. And he has thoroughly impressed Reich, who said during minicamp that the quarterback has an “elite” football mind. Reich was back gushing about Smith on Friday.</p><p>“Geno’s the leader,” Reich said. "He’s the leader of the offense, make no mistake about it, in every way, shape and form. And to me, what has become crystal clear in this early time in training camp, the attribute that sticks out to me is his laser focus. This man is laser focused like people don’t understand. Like, he comes to work and he is locked in.</p><p>“And I feel like the whole offense plays off of that. That’s a really big deal.”</p><p>Reich has seen what leadership looks like from a quarterback. He was a longtime backup to Jim Kelly as a player and has coached Peyton Manning, Philip Rivers, Andrew Luck and Matt Ryan.</p><p>The offensive coordinator also knows what good quarterback play looks like. And he sees all of that in Smith, granted, still in the protected, no-contact confines of training camp.</p><p>“I remember when he was coming out (of college), I had a high grade on him,” Reich said. “His throwing mechanics, if I'm just talking pure upper-body mechanics, they're pure. There's only a couple guys in the league that I would say are pure. Geno's one of them.”</p><p>Smith has also been drawing positive reviews from his teammates, who have praised his leadership since re-joining the Jets.</p><p>“Geno is a legend to guys like me,” fifth-year tight end Jelani Woods said. “He’s been in the league for a long time. You look up to him, just the professionalism he has, it’s something that you look into and he’s one of those guys that you go up to and talk to him at any time. He sits with you at the lunch table, he sits with anybody at the lunch table and you just have a simple conversation with him and just talk about life outside of football.</p><p>"And, you know, stuff like that goes a long way.”</p><p>—</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><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/FCGZM4U5CSIEPS7AIFZGSDTXJA.jpg?auth=ed07071be25902891f14f20ec86f57fe158fd459fb88c07b34dc2de5638cfe95&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 Saturday, Aug. 1, 2026, in Florham Park, N.J. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EMFRH5YFAABEHWFF2WGJXKFHYE.jpg?auth=96216396e87773ecef87501a0311de57c3e52eab4b267dc867ad00f7db7a3648&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[New York Jets' offensive coordinator Frank Reich, left, and Garrett Wilson participate in a drill 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></item><item><title><![CDATA[Washington-area native Stefon Diggs returns home to the Commanders in a full-circle moment]]></title><link>https://www.local10.com/sports/2026/08/07/washington-area-native-stefon-diggs-returns-home-to-the-commanders-in-a-full-circle-moment/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/washington-area-native-stefon-diggs-returns-home-to-the-commanders-in-a-full-circle-moment/</guid><dc:creator><![CDATA[By ETHAN CADEAUX, Associated Press]]></dc:creator><description><![CDATA[ASHBURN, Va. (AP) — For the first decade of his NFL career, Stefon Diggs always felt like he had something to prove when going up against Washington.]]></description><pubDate>Fri, 07 Aug 2026 17:02:26 +0000</pubDate><content:encoded><![CDATA[<p>ASHBURN, Va. (AP) — For the first decade of his NFL career, Stefon Diggs always felt like he had something to prove when going up against Washington.</p><p>“That’s my hometown team, them and the Baltimore Ravens,” Diggs said Friday. "I always played with a chip on my shoulder, but the chip got really big when I’d go home because I felt like they passed up on me, didn’t give me a chance, and I was right in their backyard.”</p><p>Washington, and every NFL franchise, passed on Diggs multiple times in the 2015 draft before Minnesota selected him in the fifth round. After stints with the Vikings, Buffalo Bills, Houston Texans and New England Patriots, and four Pro Bowl selections later, Diggs signed with his hometown Commanders earlier this week.</p><p>It's a full-circle moment for Diggs, a Gaithersburg, Maryland, native who played for youth programs in the area growing up. A five-star recruit with scholarship offers practically anywhere in the country, Diggs chose to stay home and play for the University of Maryland.</p><p>“I can’t write a better story,” Diggs said. “At this point in my career, being healthy, coming off an ACL (injury), having success, going to your hometown team and wanting to shine for them. ... I want to put on for my city.”</p><p>His homecoming is more than just a feel-good story. The Commanders entered training camp with a massive hole at No. 2 wide receiver opposite Terry McLaurin, and Diggs figures to fill it as an instant upgrade.</p><p>Stylistically, Diggs is an excellent fit opposite McLaurin, who is a more traditional “X” receiver. Diggs has experience playing on the perimeter and in the slot and was one of the league's best chain-movers in 2025 — 51 of his 85 receptions went for first downs.</p><p>“When you see him work inside as a slot player, he’s got great feel,” head coach Dan Quinn said. “He’s a great competitor. … He’s somebody certainly that can move the chains, and you know how important that is — to have somebody that has the detail of option routes and specifics.”</p><p>Diggs said he didn’t have a personal relationship with McLaurin before his arrival, but admired his new teammate's game and intensity from afar and called it “real similar to myself.” Diggs praised the rest of the Commanders’ receivers, specifically rookie Antonio Williams, who he said "can hoop a little bit.”</p><p>Quinn said the plan for Diggs was to ramp up over the next two days, but the 32-year-old arrived in great shape and participated in individual and team drills on Friday. His immediate focus is in the classroom, hoping to learn new offensive coordinator David Blough’s system quickly.</p><p>Throughout his career, Diggs has earned the reputation of helping elevate young quarterbacks. After a so-so rookie year, New England’s Drake Maye finished second in MVP voting last season with Diggs as his top target. Josh Allen took a major step forward in 2020, Diggs’ first year in Buffalo.</p><p>“Quarterbacks got a lot on their plate, so I bring it down a notch and talk to them brother to brother,” Diggs said. “With young quarterbacks, making plays for them gives them confidence. That puts a battery in their back to feel like, ‘Man, I can do anything out here.’ That’s how I try to help them: just by playing well.”</p><p>With Washington, Diggs joins Jayden Daniels, who proved himself as AP Offensive Rookie of the Year in 2024. The duo started building their chemistry on Friday.</p><p>“They got a great young quarterback,” Diggs said. “He’s a star. He’s a superstar. I’m excited for him, excited for this team.”</p><p>In Buffalo and Houston, Diggs was selected as a team captain. Quinn said the receiver’s leadership skills have already stood out in their brief time together.</p><p>For now, Diggs’ goal is to earn the respect of his teammates and coaches through his play and experience.</p><p>“I always try to push the guys around me to be the best version of themselves,” Diggs said. “At the same time, more show than tell. I can say a bunch of hoopla, but I’d rather just go out there and hoop and show you why I did what I did or communicate through the actions.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GEDYTOUCNHRREZQBQJFCUQJZTE.jpg?auth=af7bd071ccb91c47d6bbf361f752cde4b583bc56cbb6858e0221cf3a5ba6a001&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders wide receiver Stefon Diggs works out during practice at the team's NFL football training camp, Friday, Aug. 7, 2026 in Ashburn, Va. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBC4SKXOSAJLOMDYF6XR6LNJUI.jpg?auth=fc9867ed44a9441fb8d11add1758a3138ab0ee124848a05b4d12a0d899fd27a1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders wide receiver Stefon Diggs speaks to the media after practice at the team's NFL football training camp, Friday, Aug. 7, 2026 in Ashburn, Va. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R3BFM4DGWUDJMW62RFEGL2IX4Q.jpg?auth=7460a20df0458a4e7cdbe4061552477184342b62cbcf8bad75fde0beef9e9c2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders wide receiver Stefon Diggs works out during practice at the team's NFL football training camp, Friday, Aug. 7, 2026 in Ashburn, Va. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AIYWUUJIHOKV4JYQ4LJPLADPGE.jpg?auth=13c46edddf1122c19660fb96efc765993c568fc7c7adcfd8abeebcd171bed2ee&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders wide receiver Stefon Diggs speaks to the media after practice at the team's NFL football training camp, Friday, Aug. 7, 2026 in Ashburn, Va. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/7MN4QGPSCAFEEEDH3BQ4AMPWZM.jpg?auth=768057c7c644edc6469dc00407c9a4c1a071590b25f426d28da97ab34ed6a65d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Washington Commanders wide receiver Stefon Diggs waves to fans at the team's NFL football training camp in Ashburn, Va., Friday, Aug. 7, 2026. (AP Photo/Nick Wass)]]></media:description><media:credit role="author" scheme="urn:ebu">Nick Wass</media:credit></media:content></item><item><title><![CDATA[Misdemeanor gun charge against James Harden dismissed by Texas judge]]></title><link>https://www.local10.com/sports/2026/08/07/misdemeanor-gun-charge-against-james-harden-dismissed-by-texas-judge/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/07/misdemeanor-gun-charge-against-james-harden-dismissed-by-texas-judge/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[A misdemeanor gun charge against All-Star Cleveland Cavaliers guard James Harden in Texas has been dismissed after he completed an alternative resolution program allowing him to avoid a criminal record, court records show.]]></description><pubDate>Fri, 07 Aug 2026 18:40:03 +0000</pubDate><content:encoded><![CDATA[<p>A misdemeanor gun charge against All-Star Cleveland Cavaliers guard James Harden in Texas has been dismissed after he completed an alternative resolution program allowing him to avoid a criminal record, court records show.</p><p>Harris County Criminal Court Judge Alex Salgado in Houston dismissed the criminal charge Thursday at the request of the Harris County district attorney's office following Harden's completion of an alternative resolution program. Such programs allow defendants to avoid a criminal conviction by doing community service. Court documents don't detail the terms of Harden's agreement.</p><p>Harden was arrested June 13 in Houston after police found that he had a handgun in his vehicle. Texas law makes it a misdemeanor to have a gun “in plain view” in a vehicle without a license, punishable by up to a year in jail and a fine of up to $4,000.</p><p>Neither the district attorney's office nor Harden's attorney in Houston immediately responded to email and phone messages Friday seeking comment. The Cavaliers also did not immediately respond to an email seeking comment.</p><p>Harden, 36, finished his 17th NBA season in May when the eventual NBA champion New York Knicks swept the Cavs in four games in the Eastern Conference finals. He averaged 23.6 points per game during the regular season, playing in 70 of 82 games.</p><p>He has said he'd like to remain with the Cavaliers, but he declined to exercise a $42.3 million option to return next season in favor of a longer contract. A deal has not been finalized.</p><p>Harden is an 11-time All-Star and an eight-time All-NBA selection. He earned MVP honors in the 2017-18 season while playing for the Houston Rockets, averaging 30.4 points per game. Harden led the Rockets to the Western Conference finals where they lost to the Golden State Warriors.</p><p>___</p><p>This story has been corrected to show that the Rockets reached the Western Conference finals in the 2017-18 season, and didn’t win the Eastern Conference.</p><p>___</p><p>AP NBA: https://apnews.com/hub/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/C6U5MKJPCCC2DMM4YZ6UTHBBJM.jpg?auth=f6668e3f110107d2156c1c2fcd9a5606b426b2d907aa217b88770103e376c01b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Harden arrives before the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I7JNKYYCQB3G7T4HIQMBCAZW3Y.jpg?auth=80ee06bd9faad891c13338bd22465e21420f8a37ca0296a02acaeb46302b91f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[James Harden arrives before the World Cup final soccer match between Spain and Argentina in East Rutherford, N.J., near New York, Sunday, July 19, 2026. (AP Photo/Adam Hunger)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Hunger</media:credit></media:content></item><item><title><![CDATA[Army opens test ranges to small companies to try to get weapons quicker to the battlefield]]></title><link>https://www.local10.com/business/2026/08/07/army-opens-test-ranges-to-small-companies-to-try-to-get-weapons-quicker-to-the-battlefield/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/07/army-opens-test-ranges-to-small-companies-to-try-to-get-weapons-quicker-to-the-battlefield/</guid><dc:creator><![CDATA[By KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[CAMP GRAYLING, Mich. (AP) — The U.S. Army said Friday that it is opening up test ranges to private companies developing missiles, drones and other weapons in hopes of buying them more quickly for use on the battlefield.]]></description><pubDate>Fri, 07 Aug 2026 17:15:49 +0000</pubDate><content:encoded><![CDATA[<p>CAMP GRAYLING, Mich. (AP) — The U.S. Army said Friday that it is opening up test ranges to private companies developing missiles, drones and other weapons in hopes of buying them more quickly for use on the battlefield.</p><p>Army Secretary Dan Driscoll told reporters at a military testing range in Michigan that the effort will cut months and sometimes years of the red tape that typically stifles military contractors. He pledged to grant companies access to ranges in the U.S. or those belonging to allies abroad within 30 days of them making a request through an online marketplace that went live Friday.</p><p>“It can take 12 to 18 months for a company that wants to go test the thing that can make a soldier’s life better, that can increase their lethality and that can keep them safer," Driscoll said. "That is not sufficient.”</p><p>The announcement comes as warfare rapidly changes around the globe, from the swarms of Shahed drones that Iran launched against American forces in the Middle East to Ukraine's innovations in drone technology while defending against Russia's invasion. But the Army is also opening its ranges as the Pentagon grapples with the costs of the Iran war, which has diminished the nation's stockpiles of advanced weapons that sometimes cost millions of dollars for a single missile or interceptor.</p><p>Driscoll told The Associated Press that policy changes such as making test ranges more accessible were driven in part by his observations of the war in Ukraine and how quickly that country has moved to produce new weapon systems. The Army secretary had been a key interlocutor during talks between Russia and Ukraine last year before those negotiations stalled.</p><p>Pentagon leaders have been trying to increase the tempo of production by incentivizing smaller companies to enter the market to build cheap and effective weapons. Driscoll told reporters that the Army aims to “break down every single barrier that we have put up over the last 20 or 30 years.”</p><p>“We are inviting industry to get in the mud with our soldiers, to innovate, to invest behind them,” Driscoll said in a roundtable call. “And then our commitment as an Army is we will purchase the things that will make our soldiers more lethal, more safe, and keep our country safer.”</p><p>The first company to take advantage of the new program has tested a new cruise missile at the Army’s missile test range in Morocco.</p><p>Abby Denburg, an executive with Covenant Industries, said the company “demonstrated not only the performance of the Anthem missile but also a repeatable pathway now available to every company.”</p><p>The program allows drone and missile companies to use five Army ranges to test new rockets, drones and anti-drone weapons even if that company does not have a military contract.</p><p>The effort to get weapons faster to the battlefield comes as a recent think tank analysis found that the conflict with Iran has used up more of the U.S. military’s already diminished stockpiles of advanced interceptors such as Patriot and THAAD missiles that are used to defend against air threats such as missiles and drones.</p><p>The analysis, conducted by the Center for Strategic and International Studies, also noted that this shortfall could force the U.S. and its Middle Eastern allies to take more risks to conserve those air defenses.</p><p>President Donald Trump has pushed back on media coverage about the issue, telling reporters Thursday that “we need more all the time.” He claimed that certain kinds of munitions are in “virtually unlimited supply” and others are “a little bit tighter.” He didn’t offer more specifics.</p><p>Driscoll deflected questions about the nation's munitions stockpiles. He said that “we have a larger arsenal than any nation in the history of the world, and we will have an even larger arsenal with new and different and layered defenses.”</p><p>___</p><p>Associated Press writer Ben Finley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BFAOJILTMPBQQSSRVXSPX5WGTA.jpg?auth=e093de4cdd5bc6589d9bffa593b2aef37ba6d3593f02843dad11586338d34ae4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image provided by the U.S. Army, Covenant Industries' Anthem missile is tested Thursday, Aug. 6, 2026, at the Multidomain Training Area range complex, a component of the Africa Multidomain Training and Experimentation Center, in Morocco. (U.S. Army via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JMS2HJU25BQ5MP7AMD644HKZTQ.jpg?auth=95ea14aa4b5dce519a74f965da7c6bbf2e5979b5e96479fd3582791863c1cb23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Army Secretary Dan Driscoll speaks at the United States Army War College in Carlisle, Pa., during the Pennsylvania Defense and Innovation Summit, July 15, 2026. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[Man accused of randomly attacking woman, leaving her with facial injuries in Little Havana]]></title><link>https://www.local10.com/news/local/2026/08/07/man-accused-of-randomly-attacking-woman-leaving-her-with-facial-injuries-in-little-havana/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/07/man-accused-of-randomly-attacking-woman-leaving-her-with-facial-injuries-in-little-havana/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A 40-year-old man is accused of randomly punching a woman in the face in Miami’s Little Havana neighborhood, leaving her with a fractured nose and facial injuries, according to police.]]></description><pubDate>Fri, 07 Aug 2026 13:26:00 +0000</pubDate><content:encoded><![CDATA[<p>A 40-year-old man is accused of randomly punching a woman in the face in Miami’s Little Havana neighborhood, leaving her with a fractured nose and facial injuries, according to police.</p><p><a href="https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-atacar-al-azar-a-mujer-y-causarle-lesiones-faciales-en-la-pequena-habana/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-atacar-al-azar-a-mujer-y-causarle-lesiones-faciales-en-la-pequena-habana/">Leer en español</a></p><p>Jail records show Tavaris Dewand Greene, who is listed as homeless in his arrest report, was arrested on felony battery charge following the attack. </p><p>According to a Miami police arrest report, the assault happened shortly after noon Thursday outside of Calle 8 Sports Bar and Grill near the intersection of Southwest Eighth Street and 11th Avenue.</p><p>The victim told officers she was walking east on Southwest Eighth Street when a man, who police identified as Green, was walking in the opposite direction when he suddenly approached her and punched her in the face, authorities said. </p><p>They said she fell to the ground as Greene ran westbound. </p><p>Miami police said bystanders helped the woman and called 911. </p><p>The victim was taken to HCA Florida Mercy Hospital, where doctors said she suffered a fractured nose and a laceration to her left cheek that required stitches, according to the report.</p><p>Surveillance video from a nearby businesses obtained by Local 10 News on Friday showed Green wearing a black hoodie and camouflage pants approaching the victim before cops say he punched her and fled the scene. </p><p>Miami police said they located Green near Southwest 17th Avenue and Eighth Street and detained him. </p><p>Police said they were able to identify Greene as the suspect after an officer who works out of Little Havana recognized him from the surveillance images and “previous incidents” the report states.</p><p>While at the Miami Police Department’s Violent Crimes Unit office, Greene “spontaneously stated that he was fine but having a bad day because he punched someone,” according to the report.</p><p>Police said Greene later told detectives he punched someone earlier in the day, returned home, took a nap, smoked marijuana and was later detained by officers.</p><p>As of Friday afternoon, he was being held at the Turner Guilford Knight Correctional Center, where his bond was set at $150,000. </p><p>A motive for the attack is unclear at this time. </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[Acusan a hombre de atacar al azar a mujer y causarle lesiones faciales en La Pequeña Habana]]></title><link>https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-atacar-al-azar-a-mujer-y-causarle-lesiones-faciales-en-la-pequena-habana/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/07/acusan-a-hombre-de-atacar-al-azar-a-mujer-y-causarle-lesiones-faciales-en-la-pequena-habana/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 40 años está acusado de golpear al azar a una mujer en el rostro en el vecindario de La Pequeña Habana, en Miami, dejándola con una fractura de nariz y lesiones faciales, según la policía.]]></description><pubDate>Fri, 07 Aug 2026 14:23:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 40 años está acusado de golpear al azar a una mujer en el rostro en el vecindario de La Pequeña Habana, en Miami, dejándola con una fractura de nariz y lesiones faciales, según la policía.</p><p>Los registros de la cárcel muestran que Tavaris Dewand Greene, quien figura como indigente en su reporte de arresto, fue arrestado por un cargo de agresión grave tras el ataque.</p><p>Según un reporte de arresto de la policía de Miami, la agresión ocurrió poco después del mediodía del jueves cerca de Southwest Eighth Street y 11th Avenue.</p><p>La víctima dijo a los agentes que caminaba hacia el este por Southwest Eighth Street cuando un hombre, a quien la policía identificó como Greene, caminaba en dirección opuesta y repentinamente se acercó a ella y la golpeó en el rostro, informaron las autoridades.</p><p>Indicaron que la mujer cayó al suelo mientras Greene huyó hacia el oeste.</p><p>La policía de Miami dijo que personas que se encontraban en el lugar ayudaron a la mujer y llamaron al 911.</p><p>La víctima fue trasladada al HCA Florida Mercy Hospital, donde los médicos dijeron que sufrió una fractura de nariz y una laceración en la mejilla izquierda que requirió puntos de sutura, según el reporte.</p><p>Los investigadores dijeron que recorrieron la zona y revisaron videos de vigilancia de negocios cercanos, que, según la policía, mostraban a un hombre con una sudadera negra con capucha y pantalones de camuflaje acercándose a la víctima, golpeándola y huyendo.</p><p>La policía de Miami dijo que vio a un hombre que coincidía con la descripción de Greene cerca de Southwest 17th Avenue y Eighth Street y lo detuvo.</p><p>La policía dijo que pudo identificar a Greene como el sospechoso después de que un agente que trabaja en La Pequeña Habana lo reconociera por las imágenes de vigilancia y por “incidentes anteriores”, indica el reporte.</p><p>Mientras se encontraba en la oficina de la Unidad de Crímenes Violentos del Departamento de Policía de Miami, Greene “declaró espontáneamente que estaba bien, pero que estaba teniendo un mal día porque había golpeado a alguien”, según el reporte.</p><p>La policía dijo que Greene posteriormente declaró a los detectives que había golpeado a alguien más temprano ese día, regresó a casa, tomó una siesta, fumó marihuana y posteriormente fue detenido por agentes.</p><p>Hasta la mañana del viernes, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por determinar”.</p><p>El motivo del ataque no está claro en este momento.</p>]]></content:encoded></item></channel></rss>