<?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 22:43:54 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Shooting in Lauderhill neighborhood leaves 1 dead, 1 arrested ]]></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, Ryan Mackey]]></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 Steve Joseph, 23, to Broward Health Medical Center, where doctors pronounced him dead. </p><p>Neighbor 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,” he said.</p><p>Whitehead told Local 10 that he tried to help Joseph who had been shot just a few houses away.</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>Investigators have since determined that the shooting stemmed from a dispute involving individuals who knew one another. They said during the incident, a confrontation occurred between multiple people, which ultimately resulted in Joseph being shot.</p><p>Detectives identified 22-year-old Roderick Daniel Thomas Jr. as the person who discharged the gun. Investigators said they contacted Thomas who willingly came in to speak with detectives about the incident.</p><p>Following the interview, Thomas was arrested for a violation of probation related to possession of a firearm, according to detectives. He has not been charged in connection with Joseph’s death at this time.</p><p>Based on the evidence gathered so far, including sworn witness statements, detectives continue to investigate the circumstances surrounding the shooting, including whether the use of deadly force was legally justified.</p><p>Authorities said once the investigation is complete, the case will be presented to the Broward State Attorney’s Office Homicide Unit for review and a determination on whether additional criminal charges are warranted.</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>An LPD spokesperson said a “motive is currently unknown.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Broward starts Florida primary early voting with 21 polling stations]]></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[Samiar Nefzi, 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><a href="https://www.local10.com/espanol/2026/08/08/comienza-hoy-la-votacion-anticipada-en-21-centros-del-condado-broward/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/comienza-hoy-la-votacion-anticipada-en-21-centros-del-condado-broward/">Leer en español</a></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[Democratic Florida primary candidates for 24th Congressional District meet for forum in Miramar ]]></title><link>https://www.local10.com/news/politics/2026/08/08/democratic-florida-primary-candidates-for-24th-congressional-district-meet-for-forum-in-miramar/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/democratic-florida-primary-candidates-for-24th-congressional-district-meet-for-forum-in-miramar/</guid><dc:creator><![CDATA[Sanela Sabovic, Andrea Torres]]></dc:creator><description></description><pubDate>Sat, 08 Aug 2026 22:31:57 +0000</pubDate><content:encoded><![CDATA[<p>Candidates running in the Democratic primary election for Florida’s 24th Congressional District, which U.S. Rep. Frederica Wilson has represented for about 13 years, met on Saturday in Miramar. </p><p>Miramar Mayor Wayne Messam hosted the candidate forum, and Local 10 News Anchor Calvin Hughes was the moderator at the City Hall’s Commission Chambers at 2300 Civic Center Place. </p><p><b>About the candidates</b></p><p><b>OLIVER G. GILBERT III</b></p><p>Wilson, 83, endorsed Oliver G. Gilbert II, a Miami-Dade commissioner and former commission chair who served as the mayor of Miami Gardens from 2012 to 2020. </p><p>Gilbert, 53, who grew up in Miami Gardens, earned a bachelor’s degree from Florida Agricultural and Mechanical University and a juris doctor from the University of Miami. </p><p><b>SHEVRIN JONES</b></p><p>Florida Sen. Shevrin “Shev” Jones served in the Florida House of Representatives from 2012 to 2020, when he started his service in the Florida Senate. </p><p>Jones, 42, who was born in Hollywood and grew up in Miami Gardens, earned a bachelor’s degree from Florida A&amp;M University. He also earned master’s and doctorate degrees in education from Florida Atlantic University.</p><p><b>KENDRICK MEEK JR. </b></p><p>Kendrick Meek Jr. is following in the footsteps of his father, former U.S. Rep. Kendrick B. Meek, who served Florida’s 17th Congressional District from 2003 to 2011, and his grandmother, the late former U.S. Rep. Carrie Meek, who served Florida’s 17th Congressional District from 1993 to 2003.</p><p>Meek, 29, earned a bachelor’s degree from the University of Florida and a J.D. from the University of Miami. He interned with the House Administration Committee <a href="https://www.legistorm.com/person/bio/245755/Kendrick_Brett_Meek_Jr_.html" target="_self" rel="" title="https://www.legistorm.com/person/bio/245755/Kendrick_Brett_Meek_Jr_.html">in 2015</a> and the House Judiciary Committee <a href="https://www.legistorm.com/person/bio/245755/Kendrick_Brett_Meek_Jr_.html" target="_self" rel="" title="https://www.legistorm.com/person/bio/245755/Kendrick_Brett_Meek_Jr_.html">in 2021</a>. He also worked as a White House aide on healthcare policy initiatives under the Biden administration. </p><p><b>RUDOLPH MOISE</b></p><p>Retired U.S. Air Force Reserve Col. Dr. Rudolph “Rudy” Moise, a Haitian-American physician, served as ambassador-at-large for investment for the Republic of Haiti in 2014. </p><p>Moise, 71, was born in Port-au-Prince, and he was 17 when he moved to Chicago. After graduating from the University of Illinois, he earned a doctorate in osteopathy from the Chicago College of Osteopathic Medicine. He also earned a juris doctor and a master of business administration from the University of Miami. </p><p><b> JEAN MONESTIME</b></p><p>Jean Monestime served as a Miami-Dade County commissioner from 2010 to 2022, including as chairman from 2014 to 2016.</p><p>Monestime, 63, was born in Haiti’s Saint-Louis du Nord, and he was 17 when he moved to the U.S. He earned a bachelor’s degree from Florida International University and a master of business administration from Nova Southeastern University.</p><p> <b>RODERICK D. VEREEN</b></p><p>Roderick “Rod” Vereen, a criminal defense attorney, served as an assistant federal public defender for the Northern District of Florida in Pensacola and as assistant state attorney for the Second Judicial Circuit.</p><p>Vereen, 64, grew up as a U.S. Army brat, and he earned a bachelor’s degree from Florida State University and a juris doctor from the Southern University Law Center.</p><p><b>MARSHAL L DAVIS SR.</b></p><p>Marshal L. Davis, Sr., serves as the director of the Marshal L. Davis, Sr. African Heritage Cultural Arts Center in Miami’s Liberty City. It’s since 1963.</p><p>“We’ve got to look at what we consider to be the problem because with any problem, there is a solution,” Davis, 76, said. “We have to look at our potential and be expansive, and we’ve got to govern ourselves by principles.”</p><p>The mail-in ballot request deadline was Aug. 6. Early voting started on Aug. 8. The Democratic primary is on Aug. 18, and the general election is Nov. 3.</p><p><b>Related social media</b></p><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fcityofmiramar%2Fposts%2Fpfbid0xF4K6KZ4qnam4oEm12gAuRMHMSgnCn2UB6TnkkXrAPdwPYHZX2CHHKZGcnPZ3eBFl&show_text=true&width=500" width="500" height="697" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/06/11/whats-in-a-name-member-of-local-political-dynasty-joins-growing-race-to-succeed-rep-wilson/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/06/11/whats-in-a-name-member-of-local-political-dynasty-joins-growing-race-to-succeed-rep-wilson/">What’s in a name? Member of local political dynasty joins growing race to succeed Rep. Wilson</a></li><li>VOTER GUIDE: <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/">Here is how to prepare for Florida’s Aug. 18 primary election</a></li><li>EDITORIAL: <a href="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/04/24/local-10-editorial-take-action-now-if-you-want-to-vote-in-this-years-midterm-election/">“Take action now if you want to vote in this year’s midterm election”</a></li></ul><p><b>Related reports</b></p><ul><li><a href="https://www.local10.com/news/politics/2026/07/24/republican-primary-5-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/24/republican-primary-5-candidates-seek-to-succeed-wasserman-schultz-in-floridas-newly-redrawn-25th-congressional-district/">Republican primary: 5 candidates seek to succeed Wasserman Schultz in Florida’s newly redrawn 25th Congressional District</a></li><li><a href="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/22/democratic-primary-7-candidates-seek-to-succeed-wilson-in-floridas-24th-congressional-district/">Democratic primary: 7 candidates seek to succeed Wilson in Florida’s 24th Congressional District</a></li><li><a href="https://www.local10.com/news/politics/2026/07/23/poll-do-you-think-miami-dade-should-have-paid-over-4780-for-3-portraits-of-commissioner-running-for-congress/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/23/poll-do-you-think-miami-dade-should-have-paid-over-4780-for-3-portraits-of-commissioner-running-for-congress/">Poll: Do you think Miami-Dade should have paid over $4,780 for 3 portraits of outgoing commissioner running for Congress?</a></li></ul>]]></content:encoded></item><item><title><![CDATA[Inter Miami CF mourns Messi’s father, dead at 68 after illness in Argentina]]></title><link>https://www.local10.com/sports/2026/08/08/inter-miami-cf-releases-condolences-message-after-death-of-messis-father/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/inter-miami-cf-releases-condolences-message-after-death-of-messis-father/</guid><dc:creator><![CDATA[Jacey Birch, Andrea Torres]]></dc:creator><description><![CDATA[Inter Miami CF released a statement on Saturday afternoon after Lionel Messi’s 68-year-old father died in Argentina. ]]></description><pubDate>Sat, 08 Aug 2026 19:57:16 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF released a statement on Saturday afternoon after Lionel Messi’s 68-year-old father died in Argentina. </p><p><a href="https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/">Leer en español</a></p><p>Grupo Centro, the healthcare organization that owns Sanatorio Centro, a hospital in Rosario, Argentina, announced Jorge Messi died on Saturday morning. </p><p>“Our hearts are with our captain, Leo, and the entire Messi family,” a spokesperson for Inter Miami CF wrote in the team’s statement. </p><p>The South American Football Confederation, CONMEBOL, and Rosario’s Club Atlético Newell’s Old Boys also released condolences messages. </p><figure><img src="https://www.local10.com/resizer/v2/USA4KK3T5JBFJM7RQC3K33EWTU.jpg?auth=36124f3c658d2f01fe6895565676a0d8c695781d4f5b5e20355aae18cd146d51&smart=true&width=1200&height=900" alt="Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo" height="900" width="1200"/><figcaption>Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo</figcaption></figure><p>Jorge Messi was a midfielder who reached the youth ranks of Newell’s Old Boys. He was his son’s agent and was involved in Leo Messi’s contracts with Barça, Paris Saint-Germain, and Inter Miami CF. </p><p>“I had the privilege of knowing and working with Jorge. He was a man of his word, and my thoughts and prayers are with his family during this difficult time. Miami has embraced the Team Messi family as our own, and we mourn with them today,” Francis X. Suarez, a former Miami mayor, wrote in a statement on X. </p><p>During the FIFA World Cup, Lionel Messi told reporters that he was in tears over “a reason unrelated to sports” after going “through some difficult, complicated days.”</p><p>In June, Messi’s family released a statement reporting that Jorge Messi was “experiencing a health issue.”</p><p><b>Related stories</b></p><ul><li><a href="https://www.local10.com/sports/2026/08/08/jorge-messi-lionel-messis-father-dies-at-68-reports-say/" target="_self" rel="" title="https://www.local10.com/sports/2026/08/08/jorge-messi-lionel-messis-father-dies-at-68-reports-say/">Jorge Messi, Lionel Messi’s father, dies at 68</a></li><li><a href="https://www.local10.com/news/florida/2026/08/08/jorge-messi-lionel-messis-father-and-longtime-agent-dies-at-68/" target="_self" rel="" title="https://www.local10.com/news/florida/2026/08/08/jorge-messi-lionel-messis-father-and-longtime-agent-dies-at-68/">Jorge Messi, Lionel Messi’s father and longtime agent, dies at 68</a></li></ul><p><b>Related social media</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our hearts are with our captain, Leo, and the entire Messi family. <a href="https://t.co/nJ3umEpirU">pic.twitter.com/nJ3umEpirU</a></p>&mdash; Inter Miami CF (@InterMiamiCF) <a href="https://x.com/InterMiamiCF/status/2086175803960627597?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><p><iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fgrupo.centro.rosario%2Fposts%2Fpfbid035kNKUw2ZtVQmjHWeYo5e1iLbo7TLc1FJFRcFRPcohzBDQbdY4Gy7DGcvRBAa6S8Vl&show_text=true&width=500" width="500" height="419" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe></p><blockquote class="twitter-tweet"><p lang="es" dir="ltr">La CONMEBOL lamenta profundamente el fallecimiento de Jorge Messi, padre del futbolista argentino Lionel Messi.<br><br>Acompañamos con respeto y afecto a Lionel, a su familia, amigos y seres queridos en este momento de profundo dolor.<br><br>Que descanse en paz. <a href="https://t.co/QpTWIAgdBU">pic.twitter.com/QpTWIAgdBU</a></p>&mdash; CONMEBOL.com (@CONMEBOL) <a href="https://x.com/CONMEBOL/status/2086082990434562246?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><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><blockquote class="twitter-tweet"><p lang="en" dir="ltr">My deepest condolences to Leo Messi and the entire Messi family on the passing of his father, Jorge.<br><br>I had the privilege of knowing and working with Jorge. He was a man of his word, and my thoughts and prayers are with his family during this difficult time. Miami has embraced…</p>&mdash; Francis X. Suarez (@FrancisSuarez) <a href="https://x.com/FrancisSuarez/status/2086097352310337895?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded></item><item><title><![CDATA[Caitlin Clark assessed 8th technical foul, faces possible suspension for Fever's next game]]></title><link>https://www.local10.com/sports/2026/08/08/caitlin-clark-assessed-8th-technical-foul-faces-possible-suspension-for-fevers-next-game/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/caitlin-clark-assessed-8th-technical-foul-faces-possible-suspension-for-fevers-next-game/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — The Fever's Caitlin Clark was assessed her eighth technical foul of the season Saturday in a game against Chicago, and that would trigger a one-game suspension for Indiana's next game if it's not rescinded.]]></description><pubDate>Sat, 08 Aug 2026 22:17:27 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — The Fever's Caitlin Clark was assessed her eighth technical foul of the season Saturday in a game against Chicago, and that would trigger a one-game suspension for Indiana's next game if it's not rescinded.</p><p>In the third quarter of the Fever's 90-86 win over the Sky, Clark made contact with a referee when she was forced out of bounds and was called for a technical foul.</p><p>After the game, Clark said the contact was inadvertent and that no words were exchanged. She was hopeful the WNBA would rescind the foul.</p><p>“She said I ran into her,” Clark said of the referee. “I have already watched it on the tape. So, we’ll let the league decide. But, it wasn’t anything intentional or anything. So, I hope it gets rescinded. And, nothing was said.”</p><p>The Fever's next game is on Tuesday against New York.</p><p>“That's a bad call, incidental contact when you're flying out of control,” Fever coach Stephanie White said. “I thought her teammates should have come up and talked to her about that as well. I think that’s really bad. that (expletive) happens all the time in the game. you know, officials have to have some awareness in those moments, and it didn’t happen.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WS7RNOS5DKAYBDASZMERZWW2KA.jpg?auth=0ca112ed9262178cee31ccf6db0eff9b18a43ed0b15e7346abbf5561f9e92271&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Caitlin Clark reacts during the second half of a WNBA basketball game against the Minnesota Lynx, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[U.S. Rep. Mario Diaz-Balart celebrates U.S. $1B pledge to support De La Espriella’s security plan in Colombia ]]></title><link>https://www.local10.com/news/world/2026/08/08/us-pledges-1b-as-part-of-security-package-to-support-de-la-espriellas-plan-in-colombia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/us-pledges-1b-as-part-of-security-package-to-support-de-la-espriellas-plan-in-colombia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[To support Colombia’s new right-wing president, the U.S. State Department recently announced $1 billion in assistance as part of “a security package” to dismantle “transnational narco-terrorism networks.”]]></description><pubDate>Sat, 08 Aug 2026 21:08:09 +0000</pubDate><content:encoded><![CDATA[<p>To support <a href="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html" target="_self" rel="" title="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html">Colombia</a>’s new right-wing president, the U.S. State Department recently <a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-u-s-colombia-relations" target="_self" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-u-s-colombia-relations">announced</a> $1 billion in assistance as part of “a security package” to dismantle “transnational narco-terrorism networks.”</p><p><a href="https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/">Leer en español</a></p><p>U.S. Rep. Mario Diaz-Balart released statements marking what he described as “the beginning of a new chapter for Colombia and its people” under Colombian President Abelardo De La Espriella. </p><p>Diaz-Balart, U.S. Attorney General Todd Blanche, and Terry Cole, the DEA administrator, were part of the U.S. delegation that attended De La Espriella’s inauguration <a href="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/" target="_self" rel="" title="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/">on Friday in Cali</a>. </p><p>“Yesterday was the start of a new friendship and partnership working as a team in the fight against drug trafficking and furthering our relationship in countering threats to our national security and public safety,” Blanche wrote in a statement released <a href="https://x.com/DAGToddBlanche/status/2086164579470463142" target="_self" rel="" title="https://x.com/DAGToddBlanche/status/2086164579470463142">on X</a> on Saturday. </p><p>Cole, a former Virginia secretary of public safety, also released <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" target="_self" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">a statement</a> on Saturday saying that the U.S.-Colombia partnership had changed history before.</p><p>“DEA is ready to stand shoulder to shoulder with Colombia again. We will hunt down those who profit from cocaine, corruption, violence, and terror,” <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" target="_self" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">Cole wrote</a>. “There will be no safe haven, no protected trafficking route, and no immunity for those who poison our communities.”</p><p>De La Espriella, 48, holds dual U.S. and Colombian citizenships.</p><p>The U.S. delegation also included Hugo Guevara, of the U.S. Embassy in Bogotá; Sara Carter, director of the Office of National Drug Control Policy; Cliff Sims, a national security advisor to the vice president; Viviana Bovo, the acting principal deputy assistant secretary of the Bureau of Western Hemisphere Affairs; Joseph M. Humire, deputy assistant Secretary of War for Americas Security Affairs; and Kris Jarvis, the chief of international operations of the Joint Task Force Vulcan.</p><p>The Colombian military reported that a faction of the leftist guerrillas blew up a car bomb at a toll booth and injured two guards, The Associated Press <a href="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/" target="_self" rel="" title="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/">reported</a> on Saturday. </p><p>Also on Saturday, Colombian Gen. Jorge Mora stepped in as the country’s new minister of defense. His promise: “Recovering security, order, and tranquility will be our priority,” he wrote in <a href="https://x.com/generaljmora/status/2086109546238431297" target="_self" rel="" title="https://x.com/generaljmora/status/2086109546238431297">a statement</a>. “Colombia will once again live without fear.”</p><p><b>Related social media posts</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Grateful to lead the U.S. delegation in Colombia for the inauguration of President Abelardo De La Espriella. Yesterday was the start of a new friendship and partnership working as a team in the fight against drug trafficking and furthering our relationship in countering threats… <a href="https://t.co/kKfM0BFJkD">https://t.co/kKfM0BFJkD</a> <a href="https://t.co/AKLfzUPiFp">pic.twitter.com/AKLfzUPiFp</a></p>&mdash; Acting AG Todd Blanche (@DAGToddBlanche) <a href="https://x.com/DAGToddBlanche/status/2086164579470463142?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://x.com/hashtag/%F0%9D%90%83%F0%9D%90%84%F0%9D%90%80?src=hash&amp;ref_src=twsrc%5Etfw">#𝐃𝐄𝐀</a> 𝐀𝐝𝐦𝐢𝐧𝐢𝐬𝐭𝐫𝐚𝐭𝐨𝐫 𝐂𝐨𝐥𝐞 𝐡𝐨𝐧𝐨𝐫𝐞𝐝 𝐭𝐨 𝐫𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭 𝐃𝐄𝐀 𝐚𝐭 𝐭𝐡𝐞 𝐢𝐧𝐚𝐮𝐠𝐮𝐫𝐚𝐭𝐢𝐨𝐧 𝐨𝐟 𝐏𝐫𝐞𝐬𝐢𝐝𝐞𝐧𝐭 𝐀𝐛𝐞𝐥𝐚𝐫𝐝𝐨 𝐃𝐞 𝐋𝐚 𝐄𝐬𝐩𝐫𝐢𝐞𝐥𝐥𝐚.<br><br>Read Full Statement:<a href="https://t.co/vPy6YeUtet">https://t.co/vPy6YeUtet</a><a href="https://x.com/ABDELAESPRIELLA?ref_src=twsrc%5Etfw">@ABDELAESPRIELLA</a><a href="https://x.com/TheJusticeDept?ref_src=twsrc%5Etfw">@TheJusticeDept</a>… <a href="https://t.co/ikCyXubx0Y">pic.twitter.com/ikCyXubx0Y</a></p>&mdash; DEA HQ (@DEAHQ) <a href="https://x.com/DEAHQ/status/2086169458968584330?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Con la firma de mi posesión como Ministro de Defensa reafirmo un compromiso que no admite dudas ni retrocesos: trabajar sin descanso por la seguridad de los colombianos y respaldar a nuestros soldados y policías.<br><br>La seguridad es una obligación, una decisión y una responsabilidad… <a href="https://t.co/Kryoid7x4E">pic.twitter.com/Kryoid7x4E</a></p>&mdash; General Jorge Mora (@generaljmora) <a href="https://x.com/generaljmora/status/2086109546238431297?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J72RUXU3ALCULYAA5M2HT7LBUU.jpg?auth=0e985818bdd38dce6961151b768bce07d240ce4c97b2741b3fce3e189d881d6b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Abelardo de la Espriella, Colombia's new president, salutes during a swearing-in ceremony on Friday in Cali, Colombia. (AP Photo/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></item><item><title><![CDATA[U.S. Rep. Mario Diaz-Balart celebrates U.S. $1B pledge to support De La Espriella’s security plan in Colombia ]]></title><link>https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/us-rep-mario-diaz-balart-celebrates-us-1b-pledge-to-support-de-la-espriellas-security-plan-in-colombia/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Para apoyar al nuevo presidente de derecha de Colombia, el Departamento de Estado de Estados Unidos anunció recientemente $1,000 millones USD en asistencia como parte de “un paquete de seguridad” para desmantelar “redes transnacionales de narcoterrorismo”.]]></description><pubDate>Sat, 08 Aug 2026 22:04:05 +0000</pubDate><content:encoded><![CDATA[<p>Para apoyar al nuevo presidente de derecha de <a href="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html" rel="" title="https://travel.state.gov/en/international-travel/travel-advisories/colombia.html">Colombia , el Departamento de Estado de Estados Unidos </a><a href="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-u-s-colombia-relations" rel="" title="https://www.state.gov/releases/office-of-the-spokesperson/2026/08/a-new-era-in-us-colombia-relations">anunció</a> recientemente una ayuda de mil millones de dólares como parte de un “paquete de seguridad” para desmantelar las “redes transnacionales de narcoterrorismo”.</p><p>El representante estadounidense Mario Díaz-Balart emitió declaraciones que, según describió, marcan “el comienzo de un nuevo capítulo para Colombia y su pueblo” bajo el mandato del presidente colombiano Abelardo De La Espriella.</p><p>Díaz-Balart, el fiscal general de Estados Unidos, Todd Blanche, y Terry Cole, el administrador de la DEA, formaron parte de la delegación estadounidense que asistió a la toma de posesión de De La Espriella <a href="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/" rel="" title="https://www.local10.com/news/world/2026/08/07/abelardo-de-la-espriella-delivers-1st-speech-as-president-of-colombia/">el viernes en Cali</a> .</p><p>“Ayer comenzó una nueva amistad y una colaboración para trabajar en equipo en la lucha contra el narcotráfico y fortalecer nuestra relación para contrarrestar las amenazas a nuestra seguridad nacional y la seguridad pública”, escribió Blanche en un comunicado publicado <a href="https://x.com/DAGToddBlanche/status/2086164579470463142" rel="" title="https://x.com/DAGToddBlanche/status/2086164579470463142">en X</a> el sábado.</p><p>Cole, exsecretario de seguridad pública de Virginia, también emitió <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">un comunicado</a> el sábado en el que afirmaba que la alianza entre Estados Unidos y Colombia ya había cambiado la historia anteriormente.</p><p>“La DEA está lista para apoyar nuevamente a Colombia. Perseguiremos a quienes se lucran con la cocaína, la corrupción, la violencia y el terror”, <a href="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president" rel="" title="https://www.dea.gov/documents/2026/2026-08/2026-08-08/administrator-cole-honored-represent-dea-inauguration-president">escribió Cole</a> . “No habrá refugio seguro, ni ruta de narcotráfico protegida, ni inmunidad para quienes envenenan nuestras comunidades”.</p><p>De La Espriella, de 48 años, tiene doble ciudadanía estadounidense y colombiana.</p><p>La delegación estadounidense también incluyó a Hugo Guevara, de la Embajada de Estados Unidos en Bogotá; Sara Carter, directora de la Oficina de Política Nacional de Control de Drogas; Cliff Sims, asesor de seguridad nacional del vicepresidente; Viviana Bovo, subsecretaria adjunta principal interina de la Oficina de Asuntos del Hemisferio Occidental; Joseph M. Humire, subsecretario adjunto de Guerra para Asuntos de Seguridad de las Américas; y Kris Jarvis, jefe de operaciones internacionales de la Fuerza de Tarea Conjunta Vulcan.</p><p><a href="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/" rel="" title="https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/">Según informó</a> Associated Press el sábado, el ejército colombiano declaró que una facción de la guerrilla de izquierda detonó un coche bomba en una caseta de peaje e hirió a dos guardias.</p><p>También el sábado, el general colombiano Jorge Mora asumió el cargo de ministro de Defensa del país. Su promesa: “Recuperar la seguridad, el orden y la tranquilidad será nuestra prioridad”, escribió en <a href="https://x.com/generaljmora/status/2086109546238431297" rel="" title="https://x.com/generaljmora/status/2086109546238431297">un comunicado</a> . “Colombia volverá a vivir sin miedo”.</p><p><b>Publicaciones relacionadas en redes sociales</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Grateful to lead the U.S. delegation in Colombia for the inauguration of President Abelardo De La Espriella. Yesterday was the start of a new friendship and partnership working as a team in the fight against drug trafficking and furthering our relationship in countering threats… <a href="https://t.co/kKfM0BFJkD">https://t.co/kKfM0BFJkD</a> <a href="https://t.co/AKLfzUPiFp">pic.twitter.com/AKLfzUPiFp</a></p>&mdash; Acting AG Todd Blanche (@DAGToddBlanche) <a href="https://x.com/DAGToddBlanche/status/2086164579470463142?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="en" dir="ltr"><a href="https://x.com/hashtag/%F0%9D%90%83%F0%9D%90%84%F0%9D%90%80?src=hash&amp;ref_src=twsrc%5Etfw">#𝐃𝐄𝐀</a> 𝐀𝐝𝐦𝐢𝐧𝐢𝐬𝐭𝐫𝐚𝐭𝐨𝐫 𝐂𝐨𝐥𝐞 𝐡𝐨𝐧𝐨𝐫𝐞𝐝 𝐭𝐨 𝐫𝐞𝐩𝐫𝐞𝐬𝐞𝐧𝐭 𝐃𝐄𝐀 𝐚𝐭 𝐭𝐡𝐞 𝐢𝐧𝐚𝐮𝐠𝐮𝐫𝐚𝐭𝐢𝐨𝐧 𝐨𝐟 𝐏𝐫𝐞𝐬𝐢𝐝𝐞𝐧𝐭 𝐀𝐛𝐞𝐥𝐚𝐫𝐝𝐨 𝐃𝐞 𝐋𝐚 𝐄𝐬𝐩𝐫𝐢𝐞𝐥𝐥𝐚.<br><br>Read Full Statement:<a href="https://t.co/vPy6YeUtet">https://t.co/vPy6YeUtet</a><a href="https://x.com/ABDELAESPRIELLA?ref_src=twsrc%5Etfw">@ABDELAESPRIELLA</a><a href="https://x.com/TheJusticeDept?ref_src=twsrc%5Etfw">@TheJusticeDept</a>… <a href="https://t.co/ikCyXubx0Y">pic.twitter.com/ikCyXubx0Y</a></p>&mdash; DEA HQ (@DEAHQ) <a href="https://x.com/DEAHQ/status/2086169458968584330?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><blockquote class="twitter-tweet"><p lang="es" dir="ltr">Con la firma de mi posesión como Ministro de Defensa reafirmo un compromiso que no admite dudas ni retrocesos: trabajar sin descanso por la seguridad de los colombianos y respaldar a nuestros soldados y policías.<br><br>La seguridad es una obligación, una decisión y una responsabilidad… <a href="https://t.co/Kryoid7x4E">pic.twitter.com/Kryoid7x4E</a></p>&mdash; General Jorge Mora (@generaljmora) <a href="https://x.com/generaljmora/status/2086109546238431297?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/J72RUXU3ALCULYAA5M2HT7LBUU.jpg?auth=0e985818bdd38dce6961151b768bce07d240ce4c97b2741b3fce3e189d881d6b&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, saluda tras prestar juramento en Cali, Colombia, el viernes 7 de agosto de 2026. (AP Foto/Matias Delacroix)]]></media:description><media:credit role="author" scheme="urn:ebu">Matias Delacroix</media:credit></media:content></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, Brett Knese]]></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[Whitney Houston's new No. 1s album, first-ever Barbie, Clive Davis and more: A Q&A with Pat Houston]]></title><link>https://www.local10.com/entertainment/2026/08/08/whitney-houstons-new-no-1s-album-first-ever-barbie-clive-davis-and-more-a-qa-with-pat-houston/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/08/08/whitney-houstons-new-no-1s-album-first-ever-barbie-clive-davis-and-more-a-qa-with-pat-houston/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — It was four decades ago next year that Whitney Houston released “I Wanna Dance with Somebody (Who Loves Me),” a timeless hit in a career made up of them. And it is just one of her 11 Billboard Hot 100 No. 1 singles, all of which have been compiled into a new album, “WH1TNEY,” released Friday.]]></description><pubDate>Sat, 08 Aug 2026 22:00:40 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — It was four decades ago next year that Whitney Houston released “I Wanna Dance with Somebody (Who Loves Me),” a timeless hit in a career made up of them. And it is just one of her 11 Billboard Hot 100 No. 1 singles, all of which have been compiled into a new album, “WH1TNEY,” released Friday.</p><p>The record is part of ongoing birthday celebrations for Houston, who would've turned 63 on Sunday.</p><p>There's also the fifth annual Whitney Houston Legacy of Love gala, taking place Saturday night, and a Whitney Houston Barbie — her first, ever, courtesy of parent company Mattel — releasing Sunday.</p><p>“It's a dream come true,” says Pat Houston, the executor of Whitney Houston’s estate and her sister-in-law.</p><p>In this interview, Pat Houston discusses the No. 1 hits collection, the new Barbie, if a “Michael”-style biopic is on the table and more. It has been edited for clarity and brevity.</p><p>AP: Why a collection of her No. 1 hits and why now?</p><p>HOUSTON: Whitney always believed that the ultimate collection represented the very best of her career. And you know, it brought together songs that defined generations. It broke records. It touched hearts around the world. And those kinds of hits were not just chart toppers, they were the soundtrack to millions of lives and a testament to a voice that will never be duplicated. So, you know, celebrating her No. 1s is really a no-brainer.</p><p>AP: There's also the first Whitney Houston Barbie arriving Sunday. She's wearing her 1987 “I Wanna Dance with Somebody” music video look.</p><p>HOUSTON: It is her first ever Barbie. And let me tell you something, what made this journey special is because Whitney and I had conversations about Barbie more than 20 years ago. And to see this vision finally come to life decades later is both emotional and very much inspiring. You know, it served as a beautiful reminder that some dreams take time. And when they’re rooted in love and purpose, you can transcend generations and that’s what this Barbie is doing.</p><p>Visiting the showroom and working hand-in-hand with Mattel’s talented team, it was an honor to witness how much they care about the creativity and the commitment they had behind celebrating Whitney’s legacy to make this such a meaningful experience.</p><p>AP: Music industry giant Clive Davis died in June. His legacy is inextricable from Whitney Houston's legacy. How do you view him?</p><p>HOUSTON: You can’t mention Whitney Houston and not mention Clive Davis and you can't mention Clive without mentioning Whitney Houston. Every conversation that Clive Davis has in music, he ultimately speaks about Whitney Houston. He played a very, very important role in her life. And it went beyond the music. They truly loved one another. He was a part of her and still is a part of her legacy.</p><p>Whitney would tell you herself, “I had the talent and the craft, but this is someone that revered my career.” And he did until the day that he died. And I so appreciate that from Clive.</p><p>AP: Next year is the 35th anniversary of “The Bodyguard.” Any big plans?</p><p>HOUSTON: There are some things that we’re working on. Until the i's are dotted and the t's are crossed, I never like to say.</p><p>AP: The Michael Jackson biopic was a smash this year. Would you want to do something similar with Whitney? Maybe a two-part film?</p><p>HOUSTON: Whitney’s catalog is incredible and that voice is matchless. Of course there’s plenty of things that can be done, but you don’t want to do an overkill. You don’t wanna oversaturate the industry without having purpose. It has to have purpose in order for us to put something out there or deliver something to you.</p><p>But yes, different things come to the table all the time, but we’re cautious and careful.</p><p>AP: And 2027 marks 15 years since Whitney Houston's death. How do you hope people view her legacy?</p><p>HOUSTON: Never forgetting that voice and what she represented to the music industry. Forget about everything else, it’s what she brought to the industry. Whitney’s voice showcased passion. Her artistry is incredible.</p><p>And there are live shows that some people have never seen before. I would love to come up with or produce some of the shows and present some of those shows that have never been seen before, because it would blow you away to see that gifted talent. That's probably one of my ultimate goals, I guess. It's not just movies. But just releasing music and shows that people in other parts of the world have seen, but North America hasn't seen, if you can understand what I'm saying.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5JGV2RXQ2HU25PSGQVWVW66WEA.jpg?auth=63c3aa32ae40796e76552ab57e5da511f20a87838556bfafeb4a1f0d54acf5cb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Whitney Houston performs at the pre-Grammy gala & salute to industry icons with Clive Davis honoring David Geffen in Beverly Hills, Calif., on Feb. 13, 2011. (AP Photo/Mark J. Terrill, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark J. Terrill</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NEBKGRY6MYF6Q3RMJU6LTSTQNU.jpg?auth=a52b62ac2859809835c3686b6ddca0fd6642649e5647d3c9c4b2ebd3c6e03f0a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Whitney Houston Barbie doll appears in New York on July 30, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FZ6KSJNPXZ6VNYS26V4GO5LG44.jpg?auth=a42632ccdbd0531a9654e2395c3b7c81a8da876c2a1329e4ab94ed5d62ba2a1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This album cover image released by Arista/Sony shows “WH1TNEY,” featuring songs by Whitney Houston. (Arista/Sony via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/ALW2TBBO3Q7KTDH3O2GLWOAVFU.jpg?auth=781d8410d6620b44f501894301812dad2ec8b1f60bbb395ab79d3e167b344bb7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Whitney Houston Barbie doll appears in New York on July 30, 2026. (Photo by Matt Licari/Invision/AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Licari</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KXRJ44L3MIL3AALOFL46RJKBSQ.jpg?auth=21027101d8803bf7572bafd8360d48f7e4d045d086124827c380bc522fc1b6d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Pat Houston accepts the lifetime achievement award on behalf of Whitney Houston during the Recording Academy's Special Merit Awards in Los Angeles on Jan. 31, 2026. (Photo by Richard Shotwell/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Richard Shotwell</media:credit></media:content></item><item><title><![CDATA[Early-morning fire damages family’s townhome in Lauderhill]]></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[Brett Knese, 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 morning to a blaze at a townhome in a community in Lauderhill.</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>Fire rescue personnel from Lauderhill and Plantation responded to the fire in the area of Northwest 19th Street, just off State Road Seven, in the <a href="https://lauderhilleast.com/" target="_self" rel="" title="https://lauderhilleast.com/">Lauderhill East community</a>.</p><p>A witness recorded a video showing large plumes of smoke billowing from the townhouse. No one was injured, according to fire rescue personnel. </p><p>The cause of the fire remained under investigation on Saturday afternoon.</p><p><b>Related reports</b></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[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></item><item><title><![CDATA[Chicago’s DiJonai Carrington ejected for foul on Sophie Cunningham and posts 'white privilege']]></title><link>https://www.local10.com/sports/2026/08/08/chicagos-dijonai-carrington-ejected-for-foul-on-sophie-cunningham-and-posts-white-privilege/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/chicagos-dijonai-carrington-ejected-for-foul-on-sophie-cunningham-and-posts-white-privilege/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — DiJonai Carrington of the Chicago Sky was ejected Saturday after being called for a Flagrant 2 foul on Sophie Cunningham of the Indiana Fever. Minutes later, Carrington posted on social media the words “WHITE PRIVILEGE” and tagged the Fever.]]></description><pubDate>Sat, 08 Aug 2026 22:30:26 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — DiJonai Carrington of the Chicago Sky was ejected Saturday after being called for a Flagrant 2 foul on Sophie Cunningham of the Indiana Fever. Minutes later, Carrington posted on social media the words “WHITE PRIVILEGE” and tagged the Fever.</p><p>Cunningham, who is white, was shooting a fast-break layup in the first quarter when Carrington, who is Black, came from behind and hit her in the head and neck, knocking her to the court as the shot went in.</p><p>Cunningham got up immediately, charged toward Carrington and pushed her as she was held back by a teammate.</p><p>The play was reviewed and upgraded to a Flagrant 2 after the referee said there was windup, impact and follow-through on the foul.</p><p>Indiana beat Chicago 90-86.</p><p>In the third quarter, Fever star Caitlin Clark was assessed a technical foul after she made contact with a referee when she was forced out of bounds. The technical was Clark's eighth of the season, triggering a one-game suspension for Indiana's next game.</p><p>After the game, Clark said the contact was inadvertent and that no words were exchanged. She was hopeful the WNBA would rescind the foul.</p><p>“She said I ran into her,” Clark said of the referee. “I have already watched it on the tape. So, we’ll let the league decide. But, it wasn’t anything intentional or anything. So, I hope it gets rescinded. And, nothing was said.”</p><p>Fever coach Fever coach Stephanie White said it was “a bad call.”</p><p>Cunningham has frequently come to Clark's defense after physical play by opponents and has become one of the higher-profile players in the league this season. In an ESPN article published last month, she voiced support for barring transgender girls and women from girls’ and women’s sports, which led to small protests and rallies outside Fever games in Seattle and Portland.</p><p>In a memo to teams on Friday, WNBA Commissioner Cathy Engelbert said the league would have ongoing discussions about the issue of transgender participation in women's basketball.</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5WHEOKQMSEZZDRVWC7PSALF7YA.jpg?auth=5a7c519f2b0fdb431d3f9a03da082e6530012c9ffa74f50f35d3242b036ee508&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky's DiJonai Carrington, back, stares down Indiana Fever's Sophie Cunningham (8) after committing a flagrant foul against Cunningham and before she was ejected from the game during the first half of an WNBA basketball game in Chicago, Saturday, Aug. 8, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DSX4YBE6M2SYS4KXQIE4HSQMXI.jpg?auth=dd7f41963c5bc4f552d7da0cd1260bd48ba977b94eacbea7e9d6f73cbdfab69d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever's Sophie Cunningham claps as Chicago Sky's DiJonai Carrington is ejected from the game after committing a flagrant foul against her during the first half of an WNBA basketball game in Chicago, Saturday, Aug. 8, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GSRPPERIK7L4RIFDQI2NMQ57PY.jpg?auth=32fac6314279a0588ba8d192a911b24f0dcfb02699043d88a75454ede6f7ba3f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chicago Sky's DiJonai Carrington walks off the court ejected from the game for committing a flagrant foul against Indiana Fever's Sophie Cunningham during the first half of an WNBA basketball game in Chicago, Saturday, Aug. 8, 2026. (AP Photo/Paul Beaty)]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Beaty</media:credit></media:content></item><item><title><![CDATA[Dangerous wildfire keeps crews from reaching helicopter crash in Utah]]></title><link>https://www.local10.com/news/national/2026/08/08/dangerous-wildfire-keeps-crews-from-reaching-helicopter-crash-in-utah/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/08/08/dangerous-wildfire-keeps-crews-from-reaching-helicopter-crash-in-utah/</guid><dc:creator><![CDATA[By JOSH FUNK, Associated Press]]></dc:creator><description><![CDATA[A large Utah wildfire kept emergency responders from safely reaching the remote site of a helicopter crash Saturday as other fires burned across several Western states, including one that closed part of Mount Rainier National Park.]]></description><pubDate>Sat, 08 Aug 2026 22:10:31 +0000</pubDate><content:encoded><![CDATA[<p>A large Utah wildfire kept emergency responders from safely reaching the remote site of a helicopter crash Saturday as other fires burned across several Western states, including one that closed part of Mount Rainier National Park.</p><p>The Friday morning crash of a Sikorsky Skycrane helicopter in the Fishlake National Forest ignited a new fire that spread to connect with the existing blaze that has now scorched nearly 174 square miles (nearly 451 square kilometers).</p><p>Officials battling the fire said they decided not to place additional lives at risk until the fire is more under control, so they have not been able to confirm the status of the two people aboard the helicopter. The National Interagency Fire Center said the pilot and crew member were fatally injured in the crash, but they didn't respond immediately to questions about the source of that information.</p><p>“The site is now inside the fire perimeter itself,” the fire incident management team said Saturday afternoon.</p><p>The National Transportation Safety Board will investigate the helicopter crash once their team can examine the wreckage. Officials urged the public not to speculate or spread rumors about the cause at this early stage. It will likely take the NTSB a year or more to determine that.</p><p>In Washington state, the National Park Service closed down access to the Sunrise and White River areas of Mount Rainier National Park after a new wildfire burned less than a third of a square mile (less than a square kilometer). Firefighters were working to gain control of that fire on Saturday.</p><p>The larger fires near Spokane have now burned more than 15.63 square miles (over 40 square kilometers), but firefighters constructed more than 75 miles (over 120 kilometers) of containment line to help control those flames.</p><p>Meanwhile in Oregon, hot and dry conditions helped an uncontrolled fire spread beyond 30 square miles (77.7 square kilometers).</p><p>Firefighters were still trying to identify the best places to set up containment lines around the Wrights Spring fire as they mourned the death of 47-year-old Jason Ensign, who was killed while operating a bulldozer for a timber company. The blaze grew rapidly Thursday and cut off Ensign’s escape route.</p><p>And north of the border in British Columbia, more than 20,000 people had to evacuate ahead of another fast-moving wildfire.</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[Choque en carretera del sureste de Perú deja 13 muertos y varios heridos]]></title><link>https://www.local10.com/espanol/2026/08/08/choque-en-carretera-del-sureste-de-peru-deja-13-muertos-y-varios-heridos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/choque-en-carretera-del-sureste-de-peru-deja-13-muertos-y-varios-heridos/</guid><dc:creator><![CDATA[Por THE ASSOCIATED PRESS, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — El choque entre un vehículo que transportaba más de una decena de pasajeros y un tráiler en una carretera de la zona andina del sureste de Perú dejó el sábado 13 fallecidos y cuatro heridos, informó la policía.]]></description><pubDate>Sat, 08 Aug 2026 20:50:35 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — El choque entre un vehículo que transportaba más de una decena de pasajeros y un tráiler en una carretera de la zona andina del sureste de Perú dejó el sábado 13 fallecidos y cuatro heridos, informó la policía.</p><p>El siniestro ocurrió en la madrugada, cuando una miniván que se trasladaba por el kilómetro 250 de la carretera entre Cusco y Arequipa se impactó contra un tráiler que presumiblemente presentó una avería mecánica y quedó varado en el borde de la vía, indicó a la prensa el coronel Carlos Guisado, jefe policial de la región del Cusco.</p><p>Entre las víctimas se encuentra el conductor de la miniván, al que se identificó como Rómulo Guamaní, de 36 años. El conductor del tráiler, que habría rendido su versión, fue detenido, agregó Guisado.</p><p>Los heridos son atendidos en el hospital de Arequipa, y los cuerpos se encuentran en la morgue para las pericias forenses, explicó el mando de la policía. La investigación sobre las causas del percance está en marcha.</p><p>El siniestro ocurre una semana después del choque entre dos autobuses que dejó cinco personas muertas, también en el sur de Perú.</p><p>La vigilancia del transporte por carretera en este país es débil y el auxilio es lento. En 2025, se registraron 3.428 muertos producto de incidentes de tránsito, según datos oficiales.</p><p>El coronel Guisado hizo un llamado a los conductores a tener responsabilidad sobre la seguridad vial y admitió que aunque la policía de carreteras realiza patrullajes “no se dan abasto por lo extenso de la carretera”.</p>]]></content:encoded></item><item><title><![CDATA[49ers coach Kyle Shanahan plans to coach the exhibition opener following car crash]]></title><link>https://www.local10.com/sports/2026/08/08/49ers-coach-kyle-shanahan-plans-to-coach-the-exhibition-opener-following-car-crash/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/49ers-coach-kyle-shanahan-plans-to-coach-the-exhibition-opener-following-car-crash/</guid><dc:creator><![CDATA[By JOSH DUBOW, Associated Press]]></dc:creator><description><![CDATA[SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan said Saturday he is nearly fully recovered from the car crash that has limited him this summer and is ready to coach the team's first exhibition game on Thursday night.]]></description><pubDate>Sat, 08 Aug 2026 20:45:55 +0000</pubDate><content:encoded><![CDATA[<p>SANTA CLARA, Calif. (AP) — San Francisco 49ers coach Kyle Shanahan said Saturday he is nearly fully recovered from the car crash that has limited him this summer and is ready to coach the team's first exhibition game on Thursday night.</p><p>Shanahan has been working his way back to full speed since the car crash on July 14 that left him with a concussion, broken ribs, a broken nose, a broken hand and more than 40 stitches to close a cut over his eye. In his first news conference of training camp, he said he has just a few remaining symptoms from the concussion.</p><p>“I’m doing real good,” he said. “My body feels good. Just got to get this annoying cast off. My ribs feel good, except when I sneeze, and my head feels so much better. Concussions do linger a little bit. The only things I really deal with now is just headaches and fatigue. That’s why I’m not always exactly on the same routine, but pretty damn close.”</p><p>Shanahan has been at practice every day this summer and said that the loud music that bothered him at the beginning of camp is no longer an issue. He has only addressed the full team at meetings a few times and didn't feel ready to hold a news conference until after practice on Saturday.</p><p>But he said he has been doing the most important parts of his job and that he will be on the sideline for the exhibition opener against Tennessee.</p><p>“One thing I haven’t missed anything of is film,” he said. “I watch every single play with the coaches after with the players. I have had a few team meetings. Normally I do it every day. But I do lose a little when I do stuff, so I’ve just had to pick and choose a little bit more. But as far as the film and everything, being out there for all the practice periods of going against each other, those are to me the most important things in my job. I’ve been able to do those every day.”</p><p>The 49ers are entering a crucial part of the summer with a joint practice on Tuesday with the Titans ahead of the exhibition opener. The Niners are scheduled to have another joint practice the following week with the Chargers before their second exhibition game and then wrap up the preseason on Aug. 27 against Las Vegas. The team the leaves the following week for Australia, where the 49ers will open the season on Sept. 11 against the Los Angeles Rams.</p><p>Shanahan said he thought he would have been back at full strength sooner but is glad he has taken the extra time. He said being patient was easier because of the confidence he had in acting coach Chris Foerster, along with coordinators Klay Kubiak, Raheem Morris and Brant Boyer.</p><p>“It made it really easy for me not to worry about me having to do something,” he said. “Our guys are awesome. We have a pretty well-oiled machine. We’ve been here for, this is our 10th year. Those guys made it very easy for me to not do anything stupid.”</p><p>Shanahan took the blame for the crash into a car driven by a 21-year-old woman in Palo Alto last month, saying it happened when he reached for his phone. Shanahan was the only person who needed to be hospitalized and police didn't issue him a ticket for the cellphone use.</p><p>“Any time you cause an accident that can be avoided, you’d feel pretty stupid, especially when you have a chance to hurt someone else,” he said. I think you get mad when you get a ticket at yourself. So it was kind of the same."</p><p>Shanahan said he was driving about 20 mph and his Tesla was in autopilot mode when the crash happened but said he still shouldn't have taken his eyes off the road when he reached behind his seat for his phone.</p><p>“I’ve had autopilot for nine years, so I’m pretty comfortable with it,” he said. “Who knows what happened when I turned around, whether it malfunctioned or whether I knocked it off. That’s something that I don’t know yet. But regardless, that is always your fault, whether you’re in autopilot or not. You can’t take your eyes off the road. It’s a partnership driving. You don’t just turn it over to a computer. It’s a good lesson, no matter how comfortable I am with that, that I believe someday could save my life or someone else’s.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3VMTBXILEJMVQRPFDQOSVE5K4.jpg?auth=163064d22e6c300a3d24870608f3c8aa0888e981d3aeac3abe25c10792ad5bd4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco 49ers head coach Kyle Shanahan, middle, watches players run drills during the NFL football team's training camp, Monday, Aug. 3, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DWKQJ4JDMH7GZMK4KAXHQ7VDHE.jpg?auth=5d7edd668cbea78a85003f975a5d689f7f7621220783bd7392b2b658a10580e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco 49ers general manager John Lynch, left, and head coach Kyle Shanahan, right, watch players run drills during the NFL football team's training camp, Monday, Aug. 3, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JXIIRK6AJ5HXCGTUHZMCZ5CDII.jpg?auth=deaa5896ff1072311381034a9318d47fa33ad1ca312e91292f968b15130d519d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Francisco 49ers head coach Kyle Shanahan walks on the field during the NFL football team's training camp Friday, July 31, 2026, in Santa Clara, Calif. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</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[Inter Miami CF lamenta muerte del padre de Messi a los 68 años tras enfermedad en Argentina]]></title><link>https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/inter-miami-cf-lamenta-muerte-del-padre-de-messi-a-los-68-anos-tras-enfermedad-en-argentina/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Inter Miami CF emitió un comunicado la tarde del sábado después de que el padre de Lionel Messi, de 68 años, muriera en Argentina.]]></description><pubDate>Sat, 08 Aug 2026 20:33:44 +0000</pubDate><content:encoded><![CDATA[<p>Inter Miami CF emitió un comunicado la tarde del sábado después de que el padre de Lionel Messi, de 68 años, muriera en Argentina.</p><p>Grupo Centro, la organización de atención médica propietaria del Sanatorio Centro, un hospital en Rosario, Argentina, anunció que Jorge Messi murió la mañana del sábado.</p><p>“Nuestros corazones están con nuestro capitán, Leo, y con toda la familia Messi”, escribió un portavoz de Inter Miami CF en el comunicado del equipo.</p><p>La Confederación Sudamericana de Fútbol, CONMEBOL, y el Club Atlético Newell”s Old Boys de Rosario también emitieron mensajes de condolencias.</p><figure><img src="https://www.local10.com/resizer/v2/USA4KK3T5JBFJM7RQC3K33EWTU.jpg?auth=36124f3c658d2f01fe6895565676a0d8c695781d4f5b5e20355aae18cd146d51&smart=true&width=1200&height=900" alt="Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo" height="900" width="1200"/><figcaption>Lionel Messi sits in court with his father Jorge Horacio Messi in Barcelona, Spain, June 2, 2016. REUTERS/Alberto Estevez/Pool/File Photo |  Jorge Messi watches his son play on July 6, 2011. REUTERS/Marcos Brindicci/File Photo</figcaption></figure><p>Jorge Messi fue mediocampista y llegó a las categorías juveniles de Newell”s Old Boys. Fue agente de su hijo y estuvo involucrado en los contratos de Leo Messi con el Barça, Paris Saint-Germain e Inter Miami CF.</p><p>“Tuve el privilegio de conocer y trabajar con Jorge. Era un hombre de palabra, y mis pensamientos y oraciones están con su familia durante este momento difícil. Miami ha acogido a la familia del Team Messi como propia, y hoy lamentamos su pérdida junto a ellos”, escribió Francis X. Suarez, ex alcalde de Miami, en un comunicado en X.</p><p>Durante la Copa Mundial de la FIFA, Lionel Messi dijo a los periodistas que estaba llorando por “una razón no relacionada con el deporte” después de pasar “por algunos días difíciles y complicados”.</p><p>En junio, la familia de Messi emitió un comunicado informando que Jorge Messi estaba “atravesando un problema de salud”.</p><p><b>Historias relacionadas</b></p><ul><li>Jorge Messi, padre de Lionel Messi, muere a los 68 años</li><li>Jorge Messi, padre y agente de toda la vida de Lionel Messi, muere a los 68 años</li></ul><p><b>Redes sociales relacionadas</b></p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Our hearts are with our captain, Leo, and the entire Messi family. <a href="https://t.co/nJ3umEpirU">pic.twitter.com/nJ3umEpirU</a></p>&mdash; Inter Miami CF (@InterMiamiCF) <a href="https://x.com/InterMiamiCF/status/2086175803960627597?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><div id="fb-root"></div>
<script async="1" defer="1" crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&amp;version=v26.0"></script><div class="fb-post" data-href="https://www.facebook.com/photo.php?fbid=1539483351556843&amp;set=a.562943785877476&amp;type=3&amp;ref=embed_post" data-width="552"></div><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><blockquote class="twitter-tweet"><p lang="es" dir="ltr">La CONMEBOL lamenta profundamente el fallecimiento de Jorge Messi, padre del futbolista argentino Lionel Messi.<br><br>Acompañamos con respeto y afecto a Lionel, a su familia, amigos y seres queridos en este momento de profundo dolor.<br><br>Que descanse en paz. <a href="https://t.co/QpTWIAgdBU">pic.twitter.com/QpTWIAgdBU</a></p>&mdash; CONMEBOL.com (@CONMEBOL) <a href="https://x.com/CONMEBOL/status/2086082990434562246?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><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><blockquote class="twitter-tweet"><p lang="en" dir="ltr">My deepest condolences to Leo Messi and the entire Messi family on the passing of his father, Jorge.<br><br>I had the privilege of knowing and working with Jorge. He was a man of his word, and my thoughts and prayers are with his family during this difficult time. Miami has embraced…</p>&mdash; Francis X. Suarez (@FrancisSuarez) <a href="https://x.com/FrancisSuarez/status/2086097352310337895?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W5TRZP22QVZVQEIX5IO7ZCB6VI.jpg?auth=4bc418a529ea74edd7d800ffdecfc92a57526938c24447859205b5d30a749b0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Inter Miami forward Lionel Messi (10) celebrates after scoring his side's third goal during the first half of a Leagues Cup soccer match against Atletico de San Luis, Wednesday, Aug. 5, 2026, in Miami. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Turkey says defense pact with Saudi Arabia and Pakistan is not aimed at Iran or any other country]]></title><link>https://www.local10.com/news/world/2026/08/08/turkey-says-defense-pact-with-saudi-arabia-and-pakistan-is-not-aimed-at-iran-or-any-other-country/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/turkey-says-defense-pact-with-saudi-arabia-and-pakistan-is-not-aimed-at-iran-or-any-other-country/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — A defense agreement between Saudi Arabia, Pakistan and Turkey is not aimed against Iran or any other country, Turkey’s foreign minister said Saturday, describing the pact as an important step toward regional stability.]]></description><pubDate>Sat, 08 Aug 2026 20:07:59 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — A defense agreement between Saudi Arabia, Pakistan and Turkey is not aimed against Iran or any other country, Turkey’s foreign minister said Saturday, describing the pact as an important step toward regional stability.</p><p>Saudi Crown Prince Mohammed bin Salman, Turkish President Recep Tayyip Erdogan and Pakistan’s Prime Minister Shehbaz Sharif signed the agreement in the Saudi holy city of Mecca on Friday. It states that an attack on one would be considered an attack on all three.</p><p>The “Mecca Joint Defense Agreement” brings together oil-rich Saudi Arabia and nuclear power Pakistan as well as Turkey, which has NATO’s second-largest army and a rapidly growing defense industry. It deepens cooperation and deterrence at a time of increased regional uncertainty and threats from the war in Iran.</p><p>In an interview with Turkey’s state-run Anadolu Agency, Turkey’s Foreign Minister Hakan Fidan insisted that the three countries do not view any particular state as an adversary unless they take hostile action against them.</p><p>“We don’t have anything written down — nothing we’ve signed — that defines a common threat,” Fidan said. “Any country that does not attack us is not a target for us.”</p><p>The Turkish minister described the agreement's clause on mutual defense as being “technically the same” as NATO's Article 5, under which an attack on one of the 32 members is considered an attack on them all.</p><p>Asked how the mechanism would work, Fidan said a member would need to formally request help and that the other two countries’ assistance could range from intelligence sharing to logistic support — or the deployment of military units depending on the threat.</p><p>“These are multi‑layered matters that vary according to the scale of the threat,” Fidan said. “This is the perspective we have set out so far in our work.”</p><p>The Turkish minister said other nations — which he did not name — have expressed interest in joining the agreement, adding that he expects Egypt, which he described as a “natural partner,” to participate “at the next stage.”</p><p>Under the deal, the foreign and defense ministers of the three countries, along with their military chiefs, would hold regular committee meetings. The three countries would also establish a secretariat, to be based in Saudi Arabia, Fidan said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RBZADJW4EM7SB57IUXXM5E7T2U.jpg?auth=7a92b3a85126f2255fdef9fe241bdbb8ece27b93a6fd40702d8970380f08edd9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Turkish President Recep Tayyip Erdogan, Saudi Crown Prince Mohammed bin Salman and Pakistani Prime Minister Shehbaz Sharif pose after signing a trilateral defense agreement in Mecca, Saudi Arabia, Friday, Aug. 7, 2026. (Saudi Press Agency via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Saudi Press Agency</media:credit></media:content></item><item><title><![CDATA[Jorge Messi, Lionel Messi’s father, dies at 68]]></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, Ramiro Barreiro and Pato Saita]]></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 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>“Our hearts are with our captain, Leo, and the entire Messi family,” said Inter Miami in a statement. </p><p>In Rosario, a sign at the VIP Rosario restaurant, one of the Messi family’s gastronomic ventures, indicated that it was closed for the day.</p><p>The president of Argentina’s soccer federation, Claudio Tapia, on Saturday issued a lengthy statement in which he recognized Jorge Messi “for having raised a person of values: humble, respectful, and deeply committed to others.”</p><p>The organization ordered a moment of silence to be observed at all matches across all categories of Argentine soccer and mandated that players, referees and coaching staff wear black armbands.</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="en" dir="ltr">Our hearts are with our captain, Leo, and the entire Messi family. <a href="https://t.co/nJ3umEpirU">pic.twitter.com/nJ3umEpirU</a></p>&mdash; Inter Miami CF (@InterMiamiCF) <a href="https://x.com/InterMiamiCF/status/2086175803960627597?ref_src=twsrc%5Etfw">August 8, 2026</a></blockquote><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[Drew Brees, Larry Fitzgerald, Luke Kuechly, Adam Vinatieri and Roger Craig enter the Hall of Fame]]></title><link>https://www.local10.com/sports/2026/08/08/drew-brees-larry-fitzgerald-luke-kuechly-adam-vinatieri-and-roger-craig-enter-the-hall-of-fame/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/drew-brees-larry-fitzgerald-luke-kuechly-adam-vinatieri-and-roger-craig-enter-the-hall-of-fame/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[CANTON, Ohio (AP) — Drew Brees stood on stage next to his bronze bust, in front of Who Dat Nation, and took his place in the Pro Football Hall of Fame.]]></description><pubDate>Sat, 08 Aug 2026 19:39:50 +0000</pubDate><content:encoded><![CDATA[<p>CANTON, Ohio (AP) — Drew Brees stood on stage next to his bronze bust, in front of Who Dat Nation, and took his place in the Pro Football Hall of Fame.</p><p>Getting benched three times in the NFL helped him get there.</p><p>“Marty Schottenheimer, one of the greatest coaches and motivators to ever coach this game and who belongs here in Canton,” Brees said Saturday. “Marty was my biggest fan. He would tell me all the time, even as he benched me three times and made me fight for my job every year with two greats, Doug Flutie and Philip Rivers.</p><p>“The first two times I got benched, I deserved it. The third time, I still don’t think I deserved it, Coach. But nonetheless, it lit more than a fire. It forced me to access a place in my mind and heart that I had not yet been. The adversity was not expected, but very necessary. I would never have reached the heights I did without it. I knew I needed to play better, but more importantly, I knew he believed I would play better.”</p><p>Brees eventually left the San Diego Chargers and joined the New Orleans Saints, where he won a Super Bowl playing for coach Sean Payton and became one of the most prolific passers in NFL history, to the delight of fans who filled the Superdome with chants of “Who dat?”</p><p>Payton took time off from coaching Denver to introduce Brees on stage.</p><p>Brees got emotional thanking Payton.</p><p>“You always had a plan and vision for every player you coached,” Brees said. “I’m not sure if this is how you envisioned my journey or how big a role you would play in it, but I love you for it.”</p><p>Brees has the second-most yards passing (80,358) and touchdown passes (571) in league history, behind only Tom Brady. He was a first-ballot selection and joined a class that includes Larry Fitzgerald, Luke Kuechly, Adam Vinatieri and Roger Craig.</p><p>“I often ask myself how in the world did I play 20 years in the NFL,” Brees said. “Yes, it was for the love of the game. Yes, it was a relentless attempt to master my craft. Yes, it was the grind and challenge of preparation and the thrill of game day. But you want to know what it really was: for the love of my teammates. I would wake up every day with a burning desire to commit, sacrifice and command in a way that would give them everything they deserved.”</p><p>Larry Fitzgerald</p><p>Fitzgerald was the first player to have his bronze bust revealed on stage Saturday at Tom Benson Stadium.</p><p>The 11-time Pro Bowl wide receiver, who played his entire 17-year career for the Cardinals, was introduced by the oldest of his three sons, Devin.</p><p>He finished his speech with a message to his boys that’s applicable to everyone.</p><p>“Don’t just pursue excellence for yourself,” Fitzgerald said. “Help other people pursue it, too. That’s the part of this story that matters the most. Not the likes. Not the fame. But the people you travel with. The values you uphold. In the end, it’s not just about the excellence. It’s about the people who help get you there.”</p><p>Being drafted No. 3 overall in 2004 by Cardinals coach Dennis Green reunited Fitzgerald with the man who was Minnesota’s coach when he was a ball boy for the Vikings.</p><p>“When coach Green hired me as a ball boy, I grew up watching legends being built right in front of me,” Fitzgerald said. “Hall of Fame players like John Randle, Chris Doleman, Randall McDaniel and Warren Moon, who taught me what it means to demand more of yourself than anyone else ever would. Plus, they saw me.”</p><p>Fitzgerald thanked Hall of Fame receivers Cris Carter and Randy Moss for their influence on his career during his time working for the Vikings as a kid. He singled out former Cardinals teammates Emmitt Smith and Kurt Warner for showing him how to be a professional.</p><p>“Kurt, when you demanded that I elevate my preparation, consistency and accountability, you dragged me to the winner’s circle,” Fitzgerald said. “The timing couldn’t have been better for an impressionable kid, and I continue to aspire to be the kind of man you are.”</p><p>Fitzgerald is second on the NFL’s career list in receptions (1,432) and receiving yards (17,492). His 121 touchdown catches are sixth.</p><p>Adam Vinatieri</p><p>Vinatieri became only the third full-time placekicker to be inducted into the Hall, joining Jan Stenerud and Morten Andersen.</p><p>He may have a new career in comedy.</p><p>Vinatieri drew plenty of laughs and cheers with jokes about Bill Belichick, Peyton Manning and Tom Brady.</p><p>“And Peyton, thank you for generously donating your forehead for today’s teleprompter,” Vinatieri cracked. “A gigantic forehead means big brain and your football IQ is unmatched.”</p><p>Manning nodded his head with a smile from his seat among the Hall of Famers.</p><p>Vinatieri retired with NFL records of 2,673 career points and 599 field goals. Only George Blanda (26) and Andersen (25) had longer NFL careers than Vinatieri’s 24 seasons.</p><p>“When people hear the word greatness, they usually think about the biggest names on the biggest stages,” Vinatieri said. “But greatness isn’t created under bright lights. Greatness is built on empty practice fields when it’s below zero. Greatness is sacrificing temporary fun for meaningful outcomes. Greatness is turning doubt into belief. Preparation matters. Character matters.</p><p>“And to all the doubters, thank you. Your criticism became fuel. Your doubt became motivation. You helped make me better.”</p><p>Colts owner Carlie Irsay-Gordon introduced Vinatieri, who won his fourth Super Bowl with Indianapolis after earning three championship rings in New England.</p><p>Luke Kuechly</p><p>At 35, Kuechly became the second-youngest player inducted into the Hall. Chicago Bears running back Gale Sayers was 34 when he was inducted in 1977.</p><p>Introduced by his father, Tom, Kuechly was inducted on the same field where he led St. Xavier High School to a state championship in 2007.</p><p>Known for his intense study habits, Kuechly was a five-time All-Pro linebacker, the 2012 AP Defensive Rookie of the Year and 2013 AP Defensive Player of the Year during his eight-year career with the Carolina Panthers. Kuechly decided to retire in part to preserve his brain health after suffering several concussions.</p><p>“This game teaches you a lot if you’re willing to observe and listen,” Kuechly said. “It’s taught me resilience, consistency, toughness, the value of communication, how to find common ground, and most importantly how to enjoy it along the way cause often times the best moments are the ones you are in.”</p><p>Roger Craig</p><p>Craig, who revealed in a video speech that he has vascular dementia, became the first player in NFL history to have 1,000 yards rushing and 1,000 yards receiving in a season. Only Marshall Faulk and Christian McCaffrey have done it since.</p><p>“You spend your whole life trying to prove you belong and one day you’re told you’re one of the all-time greats. Man, it’s overwhelming,” Craig said.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2KBBCPGQNZOJYJ2IUZ3C5UHZDE.jpg?auth=e47eb156f0ba9b8b453c6bdc2616f3bf6b2963b971b65eaa177700b03c01f294&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Drew Brees, left, unveils his bust with Sean Payton during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2NN7F66VP2IRLE2XP5YAT3FSMA.jpg?auth=d23bee83721207061bd57097056889d4d4d3f0ec32209a4bfd17fa5f26b3b59c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Larry Fitzgerald poses with his bust during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/David Dermer)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dermer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SBCHAB6C4MEC3CTC7KTYEXKQSE.jpg?auth=ab8533c7ce63939014bffd6877d616f3de0ecff71c34a9b61f3cd2d101065c79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Adam Vinatieri poses with Pat McAfee during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/David Dermer)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dermer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QA5KGHRH4QFJKKM3OJZIQNPEXI.jpg?auth=05c028af38625cabf6b1ae99ba289eeb22942dca937408fd9432d1c3f7b04abb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Luke Kuechly, left, poses with his mother, Eileen Kuechly, during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/David Dermer)]]></media:description><media:credit role="author" scheme="urn:ebu">David Dermer</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VD5VABIRYD7Q57WWMSIXG5P5VE.jpg?auth=f47cdd33c47f16564e465bbc3ec1350ac400b25b66f737b646ce0a11dbdc5646&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Roger Craig, center, waves after unveiling his bust during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Jueza venezolana recibe libertad plena tras años de retardo procesal]]></title><link>https://www.local10.com/espanol/2026/08/08/jueza-venezolana-recibe-libertad-plena-tras-anos-de-retardo-procesal/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/jueza-venezolana-recibe-libertad-plena-tras-anos-de-retardo-procesal/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La jueza venezolana María Lourdes Afiuni, cuya detención fue condenada internacionalmente, recibió el viernes la notificación de libertad plena luego de una larga espera y una sentencia cumplida hace casi siete años, informaron sus familiares.]]></description><pubDate>Sat, 08 Aug 2026 19:38:36 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La jueza venezolana María Lourdes Afiuni, cuya detención fue condenada internacionalmente, recibió el viernes la notificación de libertad plena luego de una larga espera y una sentencia cumplida hace casi siete años, informaron sus familiares.</p><p>La familia de la jueza “recibe con satisfacción la decisión que pone fin de manera definitiva el proceso seguido en su contra y restituye plenamente su libertad, cerrando formalmente un caso que nunca debió existir”, dijeron en un comunicado conjunto su hermano Nelson Afiuni y la abogada Thelma Fernández.</p><p>“Este desenlace representa el final de un largo y doloroso capítulo marcado por graves violaciones a los derechos humanos y el debido proceso”, resaltó el escrito.</p><p>Afiuni fue apresada el 10 de diciembre de 2009 por ordenar la libertad provisional del exbanquero Eligio Cedeño, quien había estado encarcelado por casi tres años a la espera de un juicio por la entrega irregular de dólares a una empresa de computación. Horas después de la sentencia Cedeño huyó del país.</p><p>El caso de la jueza alcanzó notoriedad luego de que el entonces presidente Hugo Chávez acusó en televisión a Afiuni de corrupción.</p><p>En 2013 Afiuni recibió medidas cautelares para poder ser atendida por problemas de salud, sin embargo, tenía prohibido salir del país y debía presentarse cada dos meses en los tribunales.</p><p>En marzo de 2019, luego de un retardo procesal que se extendió por más de una década, un tribunal condenó a Afiuni a cinco años de prisión por corrupción. Entonces se esperaba que fuese liberada puesto que ya había estado en prisión más del doble de ese tiempo, pero la orden de excarcelación nunca llegó.</p><p>La notificación de la libertad de Afiuni se produjo un día después de que delegaciones de la Asamblea Nacional de Venezuela y exlegisladores de la oposición instalaron formalmente conversaciones sobre una agenda conjunta para fortalecer la democracia y restituir derechos fundamentales tras casi tres décadas de gobiernos socialistas.</p><p>El nuevo ciclo de conversaciones, que cuenta con la mediación de Estados Unidos, está encabezado por miembros de la actual Asamblea Nacional, de mayoría oficialista, y un grupo de exlegisladores opositores que en su momento intentaron destituir al ahora depuesto presidente Nicolás Maduro.</p><p>El proceso contra la jueza fue condenado por varias instancias internacionales y organizaciones de derechos humanos.</p>]]></content:encoded></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 17:06:24 +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 on 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>Joe 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>The former president 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[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><a href="https://www.local10.com/espanol/2026/08/08/condenan-a-adolescente-a-10-anos-de-prision-por-accidente-mortal-durante-ola-de-delitos-en-2022/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/condenan-a-adolescente-a-10-anos-de-prision-por-accidente-mortal-durante-ola-de-delitos-en-2022/">Leer en español</a></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[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[Condenan a adolescente a 10 años de prisión por accidente mortal durante ola de delitos en 2022]]></title><link>https://www.local10.com/espanol/2026/08/08/condenan-a-adolescente-a-10-anos-de-prision-por-accidente-mortal-durante-ola-de-delitos-en-2022/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/condenan-a-adolescente-a-10-anos-de-prision-por-accidente-mortal-durante-ola-de-delitos-en-2022/</guid><dc:creator><![CDATA[Samiar Nefzi]]></dc:creator><description><![CDATA[Testimonios emotivos continuaron el viernes en la audiencia de sentencia de Jah”Kobe Bessent, con la madrastra del acusado y un psicólogo declarando.]]></description><pubDate>Sat, 08 Aug 2026 19:34:44 +0000</pubDate><content:encoded><![CDATA[<p>Testimonios emotivos continuaron el viernes en la <a href="https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/familia-de-mujer-que-murio-durante-accidente-en-ola-delictiva-de-2022-testifica-mientras-adolescente-enfrenta-sentencia/">audiencia de sentencia de Jah”Kobe Bessent</a>, con la madrastra del acusado y un psicólogo declarando.</p><p>Bessent, de 19 años, fue declarado culpable de todos los cargos y sentenciado a 10 años de prisión, seguidos de 10 años de libertad condicional con cinco condiciones.</p><p>Una vez que sea liberado, la licencia de conducir de Bessent será revocada durante 10 años y tendrá prohibido conducir un vehículo durante 10 años. También se le ordenó pagar una tarifa de laboratorio de aproximadamente $200 USD y aproximadamente $1,000 USD a la fiscalía.</p><p>Bessent también deberá pagar restitución al patrimonio de Maria Tellez Valderrabano y a otras cinco víctimas. El tribunal no determinó el viernes el monto de la restitución.</p><p>Nicole Bessent, madrastra del joven de 19 años, testificó que ella y el padre de Jah”Kobe intentaron obtener su custodia después de notar problemas de conducta cuando era niño.</p><p>Familiares testificaron el jueves que la vida familiar de Bessent era problemática, algo de lo que, según dijeron, su padre intentó alejarlo.</p><p>El tribunal también escuchó detalles sobre el historial escolar de Bessent, que incluía más de 40 incidentes de conducta.</p><p>Un psicólogo local testificó que la difícil crianza de Bessent y su diagnóstico de TDAH lo hicieron más susceptible al camino que lo llevó a cometer sus delitos. El psicólogo también dijo al tribunal que hubo abuso físico en el hogar.</p><p>Bessent fue sentenciado en relación con un <a href="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2022/08/30/teenage-boys-face-charges-after-crime-spree-in-fort-lauderdale/">accidente ocurrido en agosto de 2022 que causó la muerte de Maria Tellez Valderrabano</a>, una madre soltera de 35 años con tres hijos.</p><p>Los fiscales dijeron que Bessent, quien tenía 15 años en ese momento, conducía un vehículo robado mientras huía de la policía. Las autoridades dijeron que Bessent y otro adolescente primero irrumpieron en una vivienda mientras los residentes dormían y robaron un vehículo antes de estrellarlo, causando la muerte de Valderrabano.</p><p>Bessent tiene 30 días para apelar su condena y sentencia. Si no presenta una apelación dentro de ese período, renuncia a su derecho a apelar.</p>]]></content:encoded></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[Mariano Rivera returns to Yankees Old-Timer's Day after tearing Achilles tendon last year]]></title><link>https://www.local10.com/sports/2026/08/08/mariano-rivera-returns-to-yankees-old-timers-day-after-tearing-achilles-tendon-last-year/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/mariano-rivera-returns-to-yankees-old-timers-day-after-tearing-achilles-tendon-last-year/</guid><dc:creator><![CDATA[By LARRY FLEISHER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Mariano Rivera was back on the field at the Yankees’ annual Old-Timer’s Day on Saturday after tearing an Achilles tendon playing the outfield at the event last year.]]></description><pubDate>Sat, 08 Aug 2026 19:25:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Mariano Rivera was back on the field at the Yankees’ annual Old-Timer’s Day on Saturday after tearing an Achilles tendon playing the outfield at the event last year.</p><p>With former teammate Jorge Posada catching him, Rivera threw 11 pitches to four batters. The 56-year-old faced Mickey Rivers, Johnny Damon, Nick Swisher and Shane Spencer in the exhibition game, which returned last season for the first time since 2019.</p><p>“They’re still moving,” Rivera said about his pitches on the YES Network broadcast. “That’s good and the reaction is good.”</p><p>Rivera, who hit an inside-the-park homer in his 2019 appearance, also took an at-bat against Mike Stanton and jogged to first when he flew out to center field.</p><p>Rivera was introduced last, just as Joe DiMaggio used to be. To the strains of Metallica’s “Enter Sandman,” the Hall of Fame closer doffed his cap and waved to the fans.</p><p>Rivera, baseball’s career leader in saves, underwent surgery after getting hurt playing center field last year. During an at-bat by Willie Randolph, Rivera took a step and fell to the ground in shallow center field behind second base.</p><p>“It was tough, but I still have to do it,” Rivera said. “We continue going and moving better. I’m here. I’m good enough to be here.”</p><p>Rivera tore the anterior cruciate ligament in his right knee in May 2012 while shagging fly balls in batting practice in Kansas City. He returned for his final season in 2013 and finished with 652 saves in the regular season and 42 in the postseason, including 11 in the World Series.</p><p>He was a setup man for John Wetteland in 1996 and took over the closer’s role the following year, helping the Yankees win three straight titles from 1998 to 2000 and another title in 2009.</p><p>The Yankees were outscored 12-1 in the first two games against the Braves at Yankee Stadium in 1996 before winning three straight in Atlanta and taking the series at home in Game 6.</p><p>“We never gave up,” Rivera said about the 1996 team. “We were a team that never gave up literally. As a matter of fact in the World Series, we were down 2-0 going into Atlanta with those big monsters on the mound and we were able to overcome that and seal the deal here in New York. It sounds easy, but it wasn’t easy."</p><p>Rivera also threw the last pitch of New York’s most recent World Series title against the Phillies in Game 6. Since then, New York’s lone World Series was a five-game loss to the Los Angeles Dodgers in 2024.</p><p>The ceremony featured 11 players from New York’s 1996 World Series title team, including Bernie Williams, Posada, and Paul O’Neill along with manager Joe Torre. Derek Jeter did not attend for the second straight year after appearing in 2023 and 2024, when the format was a question and answer session with WFAN broadcaster Suzyn Waldman.</p><p>There were four first-time attendees, including David Weathers, whose son Ryan is 5-7 with a 3.79 ERA in 22 starts in his first season with the Yankees. Also in attendance for the first time were current YES Network broadcasters Dellin Betances, Todd Frazier and Adam Ottavino.</p><p>“For your kid to be a part of it is way better than when I played,” David Weathers said.</p><p>The event began with a tribute to longtime radio announcer John Sterling, who died in May. The widows of five-time manager Billy Martin, captain Thurman Munson and Bobby Murcer were also introduced as part of an event that began in 1947 when Ty Cobb and Babe Ruth first appeared.</p><p>Tommy John not in attendance, posts message about health on social media</p><p>Tommy John, who won 91 games in two separate stints for the Yankees, did not attend and shared a vague message about his health.</p><p>In a lengthy social media post that did not detail an exact health issue, the 83-year-old John wrote that he wanted to say goodbye to everyone, along with all the friends and fans who followed him throughout his 26-year career.</p><p>John was 288-231 with a 3.34 ERA in 760 appearances. Besides eight seasons with the Yankees, John pitched for the White Sox, Dodgers, Angels, Guardians and Athletics.</p><p>He also underwent elbow ligament replacement surgery in 1974 that was named after him and has been performed on numerous pitchers.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QHSO55HFS4XBHTRBO5L32MF6LQ.jpg?auth=d15f699f6a71b1dfa765629a37cc2375394276a424a0644cd094390635672e06&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former New York Yankees Mariano Rivera is introduced during the Yankees Old-Timers' Day ceremony before a baseball game between the New York Yankees and the Atlanta Braves, Saturday, Aug. 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XI4ZG57ZY6CV247IMSZVOVMEIA.jpg?auth=1f1a13245b2c4d5d9ba3c73855c8f3bf48198156b863237f7f6fb779dd3c8c26&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former New York Yankees Mariano Rivera reacts after hitting a fly ball during the third inning of the Yankees Old-Timers' Day Game before a baseball game against the Atlanta Braves, Saturday, Aug. 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></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 and PATO SAITA, Associated Press]]></dc:creator><description><![CDATA[ROSARIO, Argentina (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 18:30:18 +0000</pubDate><content:encoded><![CDATA[<p>ROSARIO, Argentina (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 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 2013, father and son were accused by a Spanish prosecutor of trying to conceal earnings from the player’s image rights. Jorge Messi paid more than than 5 million euros ($6.6 million) on Aug. 14 to cover alleged back taxes and interest.</p><p>In Rosario, a sign at the VIP Rosario restaurant, one of the Messi family’s gastronomic ventures, indicated that it was closed for the day.</p><p>The president of Argentina’s soccer federation, Claudio Tapia, on Saturday issued a lengthy statement in which he recognized Jorge Messi “for having raised a person of values: humble, respectful, and deeply committed to others.”</p><p>The organization ordered a moment of silence to be observed at all matches across all categories of Argentine soccer and mandated that players, referees and coaching staff wear black armbands.</p><p>___</p><p>Barreiro reported from Montevideo, Uruguay.</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[Roger Craig reveals he has vascular dementia during his Pro Football Hall of Fame speech]]></title><link>https://www.local10.com/sports/2026/08/08/roger-craig-reveals-he-has-vascular-dementia-during-his-pro-football-hall-of-fame-speech/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/roger-craig-reveals-he-has-vascular-dementia-during-his-pro-football-hall-of-fame-speech/</guid><dc:creator><![CDATA[By ROB MAADDI, Associated Press]]></dc:creator><description><![CDATA[CANTON, Ohio (AP) — Roger Craig revealed during his induction speech into the Pro Football Hall of Fame that he has vascular dementia.]]></description><pubDate>Sat, 08 Aug 2026 18:14:29 +0000</pubDate><content:encoded><![CDATA[<p>CANTON, Ohio (AP) — Roger Craig revealed during his induction speech into the Pro Football Hall of Fame that he has vascular dementia.</p><p>The former San Francisco 49ers star running back spoke in a prerecorded video message while he sat on stage wearing his gold jacket at Tom Benson Stadium on Saturday. Presented by former teammate Jamie Williams, he received a standing ovation from the crowd and hugs from the many Hall of Famers on stage.</p><p>Nearly eight minutes into a nine-minute speech, Craig announced his diagnosis, saying his doctors believe “it may be related, at least in part, to the concussions” he experienced during his playing career.</p><p>“The changes were gradual,” Craig said. “At first, they were easy to dismiss as normal aging. Over time, my family noticed, too.”</p><p>Symptoms of vascular dementia, according to the Mayo Clinic, include: confusion; trouble finding the right words; difficulty paying attention; trouble organizing thoughts or actions; difficulty planning and following through with plans; slowed thinking; uncertainty about what to do next; and memory issues.</p><p>“Two things could be true,” Craig said. “Football gave me opportunities beyond anything I can imagine. It helped shape the man I became. At the same time, we know more today about brain health than when I played. I hope sharing my story encourages people to pay attention to their health and seek help when something doesn’t feel right.</p><p>“I want people to know that this diagnosis doesn’t define me. I am still Roger Craig. I am still a father, still a husband, a teammate, a friend and someone who loves this game and the people who brought it to my life. If sharing my story helps even one family or one former player, then it’s worth it. Football gave me everything: opportunity, discipline, lifelong friends and the platform to grow as a man. This honor belongs to my parents who started it all.”</p><p>Selected by the 49ers in the second round of the 1983 draft as a fullback out of Nebraska, Craig become one of the most versatile players in league history.</p><p>He excelled as a runner, receiver and blocker, helping the 49ers win three of their five Super Bowls.</p><p>In 1985, Craig became the first player in NFL history to have 1,000 yards rushing and 1,000 yards receiving in a season. He was the AP NFL Offensive Player of the Year in 1988.</p><p>“When I learned that Bill Walsh wanted me, that meant something because he saw something in me that others didn’t,” Craig said. “He didn’t just want a running back, he wanted a complete football player. He trusted me to do whatever the team needed. That’s why a 1,000-yard rushing, 1,000-yard receiving season means so much to me. We weren’t chasing numbers. We were chasing wins. I didn’t realize I was making history. It just felt like we were doing something special as a team. Looking back, I can appreciate how difficult it is and how few players have done it since.</p><p>“What means the most is knowing we helped expand what people thought a running back could be. None of that happens without great teammates. What made those 49ers teams special: We weren’t selfish. We didn’t care who got the credit. We cared about winning.”</p><p>Craig was selected from the seniors category and entered the Pro Football Hall of Fame Class of 2026 with Drew Brees, Larry Fitzgerald, Luke Kuechly and Adam Vinatieri.</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OV36IYW7GCIUS35BKPJBDZPN6E.jpg?auth=3e24e174b0643a32af049434dc1e8f251b9f09aaacc6d98892e644495ef25cb6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Roger Craig, center, unveils his bust with son, Roderick Craig, left, and Jamie Williams during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Y2PZ7BHSDVWF4KC5ABVDIO7HBM.jpg?auth=9db600efedd08cd89ce80a73b7460a5aa07f774a792a8aa7c35311fb56774119&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Roger Craig is introduced during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BCWHPRVINPLI43WX2PIR4CGEOI.jpg?auth=ef9fe195c42f29eb80512fc3e7b3ab13c090b0272df005c810b1d43813112b02&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Roger Craig is introduced during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2CJM5TM2KFVOPYXOCIVI7B7QPA.jpg?auth=ba8bc959b302454b16e443768a86f4decec33f4e0b69918047e3b301660386ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former NFL player Roger Craig, center, unveils his bust with son, Roderick Craig, left, and Jamie Williams during the Pro Football Hall of Fame induction ceremony at the Pro Football Hall of Fame, in Canton, Ohio, Saturday, Aug. 8, 2026. (AP Photo/Sue Ogrocki)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[ICE says it expects to equip every field officer with body cameras by the end of August]]></title><link>https://www.local10.com/news/politics/2026/08/08/ice-takes-issue-with-ap-reporting-on-policy-to-release-body-worn-camera-footage/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/ice-takes-issue-with-ap-reporting-on-policy-to-release-body-worn-camera-footage/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — U.S. Immigration and Customs Enforcement said Saturday it expects every officer and agent in the field to be equipped with a body camera by the end of August, a rapid expansion that could provide an unprecedented visual record of the federal government’s immigration enforcement operations.]]></description><pubDate>Sat, 08 Aug 2026 20:15:14 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — U.S. Immigration and Customs Enforcement said Saturday it expects every officer and agent in the field to be equipped with a body camera by the end of August, a rapid expansion that could provide an unprecedented visual record of the federal government’s immigration enforcement operations.</p><p>But whether the public will get to see that footage remains largely up to ICE.</p><p>The agency defended its body-worn camera policy amid questions about provisions allowing ICE leadership to withhold or indefinitely delay footage after serious injuries or deaths in custody. Acting Director David J. Venturella said the restrictions are intended to protect investigations and privacy and are consistent with federal law and policies at other federal law enforcement agencies.</p><p>Venturella’s statement came in response to an Associated Press report on ICE policy, including a provision calling for the expedited release of footage after a serious injury or death in custody when doing so is determined to be in the “best interests of the agency.”</p><p>Venturella said the AP “mischaracterized” the policy by conflating that provision with ICE’s broader authority to release body-camera footage. He said the policy clarifies that footage should not be released when doing so could compromise investigations or privacy.</p><p>The AP report did not say the provision governs every release of body-camera footage. It focused on ICE’s policy for releasing footage after some of the most consequential encounters with the public: those involving serious injury or death.</p><p>The AP sought comment from ICE before its initial story on Friday. The agency provided partial responses, without addressing the provision that footage would be released when in its “best interests.”</p><p>ICE has been under heightened scrutiny since the fatal shooting in July of a 25-year-old motorist in Maine by an ICE officer with a history of violent behavior. Days earlier, another ICE officer shot and killed a Houston homebuilder driving to work. Neither shooting was recorded with body cameras.</p><p>Venturella said ICE was “committed to transparency and accountability” and was “on track to equip every officer and agent in the field with body-worn cameras by the end of August.”</p><p>The AP quoted Christopher Schneider, a sociology professor at Brandon University in Canada, who said that selective releases are routine in some law enforcement agencies but usually not so clearly contemplated in policy. “In some ways, ICE is saying the quiet part out loud,” he said.</p><p>The story noted that ICE’s sister agency, Customs and Border Protection, has not released footage of the fatal shooting of Alex Pretti in Minneapolis in January. CBP Commissioner Rodney Scott told lawmakers that it was part of an investigation and would be made public “when it’s appropriate."</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AEFPQGQQRXHSBZBTG24XWV3W3U.jpg?auth=fa50109995f7d63085bae0cb599b7b520f417987b61c4d6df8603bd615679668&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A federal agent wears an Immigration and Customs Enforcement badge in New York, June 10, 2025. (AP Photo/Yuki Iwamura, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Two drivers of Mercedes AMG cars file class action lawsuit over an alleged burn hazard in its logo]]></title><link>https://www.local10.com/business/2026/08/08/two-drivers-of-mercedes-amg-cars-file-class-action-lawsuit-over-an-alleged-burn-hazard-in-its-logo/</link><guid isPermaLink="true">https://www.local10.com/business/2026/08/08/two-drivers-of-mercedes-amg-cars-file-class-action-lawsuit-over-an-alleged-burn-hazard-in-its-logo/</guid><dc:creator><![CDATA[By ANNE D'INNOCENZIO, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Two drivers of Mercedes AMG cars have filed a class action lawsuit against the luxury car company, claiming that the AMG logo on their driver’s seat gets so hot that it literally brands them and causes burns.]]></description><pubDate>Sat, 08 Aug 2026 18:53:57 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Two drivers of Mercedes AMG cars have filed a class action lawsuit against the luxury car company, claiming that the AMG logo on their driver’s seat gets so hot that it literally brands them and causes burns.</p><p>Gabriel Lahijani and Karendeep “Karina” Bath allege the front seats of certain Mercedes AMG vehicles have a design defect where the raised metallic AMG logo is “reasonably expected to contact an occupant’s upper back, neck, or shoulder,” according to the court document filed earlier this week in the U.S. District Court of California’s Western division.</p><p>The plaintiffs want Mercedes to compensate them for any medical expenses, as well as any pain, suffering and emotional distress they can prove at trial. They also want Mercedes to pay for other owners to have the logo removed from their cars.</p><p>Mercedes-Benz couldn’t be reached immediately for comment.</p><p>Lahigani, a Los Angeles resident, had leased a new 2026 Mercedes-AMG E-Class vehicle from an authorized Mercedes-Benz dealership in Los Angeles, according to the suit. He reported receiving second-degree burns on his back on May 31, after entering his vehicle wearing a tank top. A board-certified dermatologist subsequently documented first- and second-degree burns, describing the injury as “AMG inscribed.”</p><p>Roughly six weeks later, Bath, a Chatsworth, California resident, received similar burns allegedly from the logo design while wearing a sleeveless top. After parking her Mercedes-AMG vehicle in Los Angeles, Bath returned to the vehicle and entered the driver’s seat, the suit said. Her shoulder immediately touched the logo, causing a burning sensation. In the following days, a mark in the shape of the AMG logo “darkened and became visible on her skin, consistent with a thermal contact burn,” the lawsuit said.</p><p>In December, Mercedes-Benz USA and parent company Daimer AG agreed to pay $149.6 million to settle allegations that the automaker secretly installed devices in hundreds of thousands of vehicles to pass emission tests, according to an announcement by a coalition of attorneys general.</p><p>According to the coalition, between 2008 and 2016 the German automaker equipped more than 211,000 diesel passenger cars and vans with software devices that optimized emission controls during tests but reduced the controls during normal operations.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3XQHZMSOUIB3TUUXZ4KV2BEC4M.jpg?auth=251384792d72dca2620aca0147021458878fe8eb61dd7aa7f0477c59c89c84dd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A Mercedes Benz logo is displayed on a vehicle at the Pittsburgh International Auto Show in Pittsburgh, Feb. 14, 2025. (AP Photo/Gene J. Puskar, File)]]></media:description><media:credit role="author" scheme="urn:ebu">GJP</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, Ryan Mackey]]></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[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, Ramiro Barreiro and Pato Saita]]></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[Organizaciones sin fines de lucro del sur de Florida ayudan a familias a prepararse para el regreso a clases]]></title><link>https://www.local10.com/espanol/2026/08/08/organizaciones-sin-fines-de-lucro-del-sur-de-florida-ayudan-a-familias-a-prepararse-para-el-regreso-a-clases/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/organizaciones-sin-fines-de-lucro-del-sur-de-florida-ayudan-a-familias-a-prepararse-para-el-regreso-a-clases/</guid><dc:creator><![CDATA[Isabella Martin, Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Miles de familias del sur de Florida están recibiendo útiles escolares, ropa, comidas y otros artículos esenciales gratuitos este fin de semana, mientras organizaciones comunitarias trabajan para aliviar el costo del regreso a clases.]]></description><pubDate>Sat, 08 Aug 2026 17:41:27 +0000</pubDate><content:encoded><![CDATA[<p>Miles de familias del sur de Florida están recibiendo útiles escolares, ropa, comidas y otros artículos esenciales gratuitos este fin de semana, mientras organizaciones comunitarias trabajan para aliviar el costo del regreso a clases.</p><p><a href="https://www.stylesaves.org/" target="_blank" rel="noreferrer" title="https://www.stylesaves.org/">Style Saves</a>, una organización sin fines de lucro con sede en Miami dirigida por Rachael Russel Saiger e Isabela Grutman, celebra el sábado y domingo su 16º evento anual de regreso a clases en el Centro de Convenciones de Miami Beach.</p><p>Los organizadores esperan que más de 20,000 familias asistan al evento, que ha sido transformado con una temática de selva. Los estudiantes pueden recibir gratuitamente mochilas con kits de 21 útiles escolares, uniformes escolares, tenis, calcetines, cinturones y sudaderas con capucha.</p><p>El evento también incluye un mercado que ofrece comidas calientes y alimentos para que las familias se los lleven a casa. Los organizadores dijeron que los socios participantes están proporcionando alimentos y otros artículos de primera necesidad, incluidos productos frescos y alimentos empacados.</p><p>Style Saves también está proporcionando servicios de cuidado personal y belleza, incluidos productos para el cabello, las uñas y el cuidado de la piel. Saiger dijo que el objetivo es darles a los estudiantes confianza y un sentido de dignidad al comenzar el año escolar.</p><p>Desde su fundación, Style Saves dice haber atendido a más de 250,000 estudiantes y familias y haberse convertido en lo que los organizadores describen como la mayor entrega gratuita de artículos para el regreso a clases del país.</p><p>El evento de Miami Beach se realiza de 10 a.m. a 4 p.m. el sábado y domingo en el Salón D del Centro de Convenciones de Miami Beach. La capacidad para el sábado estaba agotada, mientras que los organizadores dijeron que quedaba espacio limitado para el domingo. Las familias deben registrarse con anticipación y recibir un código QR para ingresar.</p><p>En el condado Broward, los preparativos para el regreso a clases van más allá de los uniformes y útiles gratuitos, ya que el distrito escolar destaca programas diseñados para preparar a los estudiantes para carreras en industrias especializadas.</p><p>En Miramar High School, los estudiantes comienzan el nuevo año escolar con un programa ampliado de Space Academy que los coloca en escenarios del mundo real relacionados con la industria aeroespacial, la aviación y la ingeniería.</p><p>Loli Formoso, directora de instrucción, dijo que el programa está diseñado para conectar directamente a los estudiantes con múltiples industrias y exponerlos a posibles trayectorias profesionales.</p><p>Space Academy forma parte de un enfoque más amplio en programas magnet y oportunidades de aprendizaje inmersivo en las Escuelas Públicas del Condado Broward, mientras los educadores preparan a los estudiantes para el inicio de clases el lunes.</p><p>El superintendente del condado Broward, Howard Hepburn, dijo que los maestros ya estaban de regreso en las aulas preparándose para recibir a los estudiantes.</p><p>“Estamos emocionados de darles la bienvenida de regreso a todos nuestros estudiantes”, dijo Hepburn. “Nuestros maestros ya están de regreso; están preparando las aulas, alistándose para recibir a sus estudiantes”.</p><p>Los estudiantes dijeron que esperaban con entusiasmo las oportunidades que tenían por delante.</p><p>Cole Etter, estudiante de Miramar High, dijo que no estaba completamente preparado para el inicio de clases, pero que estaba emocionado por otro año en el programa de aviación. Dijo que podría verse trabajando como mecánico de aviación en el futuro.</p><p>Zahara Afflick dijo que estaba lista para el nuevo año escolar, mientras que su compañero Kareen Pierre dijo que estaba emocionado por conocer gente nueva y comenzar el año.</p><p>Pierre dijo que espera convertirse en ingeniero aeroespacial, particularmente diseñando sistemas aeroespaciales.</p><p>El distrito dice que programas como Space Academy proporcionan a los estudiantes un plan de estudios especializado, así como posibles vías para obtener pasantías y otras oportunidades profesionales.</p><p>En otra parte del condado Broward, <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b60ab545-c6c7-40ba-bf4f-2cc0905166bb&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.brotherlylovefoundationinc.org%2F&amp;key=sh-1&amp;hmac=cef6b8ada5ee93eafe82ac477334e226c603fc7a7c63a0664175fc5ddb261518" target="_blank" rel="noreferrer" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b60ab545-c6c7-40ba-bf4f-2cc0905166bb&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.brotherlylovefoundationinc.org%2F&amp;key=sh-1&amp;hmac=cef6b8ada5ee93eafe82ac477334e226c603fc7a7c63a0664175fc5ddb261518">Brotherly Love Foundation</a> celebró el sábado su primera Feria Anual de Uniformes, Salud y Empleo en Reverend Samuel DeBois Park en Fort Lauderdale. El evento ofrece uniformes y útiles escolares gratuitos a las familias que asistan con sus hijos, además de asistencia laboral y recursos para los padres.</p><p>La feria se realiza de 10 a.m. a 2 p.m. Los organizadores dijeron que no es necesario registrarse.</p><p>Los eventos se llevan a cabo mientras las familias del sur de Florida hacen los preparativos finales para el inicio del nuevo año escolar, con organizaciones sin fines de lucro, escuelas y socios comunitarios trabajando tanto para reducir los costos de preparar a los estudiantes como para ampliar las oportunidades que pueden dar forma a su futuro.</p>]]></content:encoded></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>A jailhouse informant, George Jones, has claimed that Rashaun Jones (no relation) confessed to the 2006 killing of Pata, 22, while the two were cellmates in Miami. However, George Jones has refused to testify, saying he fears for his safety.</p><p>Prosecutors now say George Jones told police and federal agents that a defense attorney tried to pay him $15,000 to keep him from testifying in Jones’ upcoming retrial, according to <a href="https://www.espn.com/college-football/story/_/id/49492106/informant-pata-case-says-attorney-tried-bribe-him" target="_self" rel="" title="https://www.espn.com/college-football/story/_/id/49492106/informant-pata-case-says-attorney-tried-bribe-him">ESPN</a>. </p><p>According to the court filing, the attorney is Jeremy McLymont, a Miami defense attorney who is not part of Rashaun Jones’ defense team, ESPN reported. </p><p>ESPN also reported that McLymont has been in communication with Jones’ lead attorney, Sara Alvarez, and previously represented George Jones in 2022 when he provided a statement to a detective about the alleged confession.</p><p>A judge has now ordered an investigation into the alleged attempted bribery.</p><p>Depending on the outcome of that investigation, McLymont could potentially become a witness in the case, which could raise questions about his involvement and his communications with the defense.</p><p>McLymont 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[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><a href="https://www.local10.com/espanol/2026/08/08/acusan-a-hombre-de-tamarac-de-disparar-contra-su-hijo-por-disputa-de-dinero-tras-sacarlo-de-la-carcel-bajo-fianza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/acusan-a-hombre-de-tamarac-de-disparar-contra-su-hijo-por-disputa-de-dinero-tras-sacarlo-de-la-carcel-bajo-fianza/">Leer en español</a></p><p>According to an arrest report, Rodencia Thomas 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. They 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[South Florida nonprofits help families prepare for back-to-school season]]></title><link>https://www.local10.com/community/2026/08/08/south-florida-nonprofits-help-families-prepare-for-back-to-school-season/</link><guid isPermaLink="true">https://www.local10.com/community/2026/08/08/south-florida-nonprofits-help-families-prepare-for-back-to-school-season/</guid><dc:creator><![CDATA[Isabella Martin, Jolena Esperto, Ryan Mackey]]></dc:creator><description><![CDATA[Thousands of South Florida families are receiving free school supplies, clothing, meals and other essentials this weekend as community organizations work to ease the cost of returning to school.]]></description><pubDate>Sat, 08 Aug 2026 16:42:07 +0000</pubDate><content:encoded><![CDATA[<p>Thousands of South Florida families are receiving free school supplies, clothing, meals and other essentials this weekend as community organizations work to ease the cost of returning to school.</p><p><a href="https://www.local10.com/espanol/2026/08/08/organizaciones-sin-fines-de-lucro-del-sur-de-florida-ayudan-a-familias-a-prepararse-para-el-regreso-a-clases/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/organizaciones-sin-fines-de-lucro-del-sur-de-florida-ayudan-a-familias-a-prepararse-para-el-regreso-a-clases/">Leer en español</a></p><p><a href="https://www.stylesaves.org/" target="_self" rel="" title="https://www.stylesaves.org/">Style Saves</a>, a Miami-based nonprofit led by Rachael Russel Saiger and Isabela Grutman, is hosting its 16th annual back-to-school event Saturday and Sunday at the Miami Beach Convention Center.</p><p>Organizers expect more than 20,000 families to attend the event, which has been transformed with a jungle theme. Students can receive backpacks filled with 21-piece school supply kits, school uniforms, sneakers, socks, belts and hoodies at no cost.</p><p>The event also includes a marketplace offering hot meals and groceries for families to take home. Organizers said participating partners are providing food and other necessities, including fresh produce and packaged goods.</p><p>Style Saves also is providing personal-care and beauty services, including hair, nails and skincare products. Saiger said the goal is to give students confidence and a sense of dignity as they begin the school year.</p><p>Since its founding, Style Saves says it has served more than 250,000 students and families and has grown into what organizers describe as the nation’s largest back-to-school giveaway.</p><p>The Miami Beach event runs from 10 a.m. to 4 p.m. Saturday and Sunday in Hall D of the Miami Beach Convention Center. Saturday’s capacity was sold out, while organizers said limited space remained for Sunday. Families are required to register in advance and receive a QR code for entry.</p><p>In Broward County, the back-to-school push extends beyond free uniforms and supplies, with the school district highlighting programs designed to prepare students for careers in specialized industries.</p><p>At Miramar High School, students are entering the new school year with an expanded Space Academy program that puts them in real-world scenarios connected to aerospace, aviation and engineering.</p><p>Loli Formoso, an instructional director, said the program is designed to connect students directly with multiple industries and give them exposure to potential career paths.</p><p>The Space Academy is part of a broader focus on magnet and immersive learning opportunities across Broward County Public Schools, as educators prepare students for the start of classes Monday.</p><p>Broward County Superintendent Howard Hepburn said teachers were already back in classrooms preparing for students.</p><p>“We’re excited to welcome all our students back,” Hepburn said. “Our teachers are already back — they’re preparing classrooms, readying themselves to welcome their students.”</p><p>Students said they were looking forward to the opportunities ahead.</p><p>Cole Etter, a Miramar High student, said he was not completely prepared for the start of school but was excited about another year in the aviation program. He said he could see himself working as an aviation mechanic in the future.</p><p>Zahara Afflick said she was ready for the new school year, while fellow student Kareen Pierre said she was excited to meet new people and begin the year.</p><p>Pierre said she hopes to become an aerospace engineer, particularly designing aerospace systems.</p><p>The district says programs such as Space Academy provide students with specialized curriculum as well as potential pathways to internships and other career opportunities.</p><p>Elsewhere in Broward County, the <a href="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b60ab545-c6c7-40ba-bf4f-2cc0905166bb&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.brotherlylovefoundationinc.org%2F&amp;key=sh-1&amp;hmac=cef6b8ada5ee93eafe82ac477334e226c603fc7a7c63a0664175fc5ddb261518" target="_self" rel="" title="https://4d9506f4.isolation.zscaler.com/profile/345bb00b-2721-495d-94d7-9bc0b2c839f5/zia-session/?controls_id=b60ab545-c6c7-40ba-bf4f-2cc0905166bb&amp;region=was&amp;tenant=40bc5949890e&amp;user=f244f782864bc01df951352a1b4e0b4024bc48b300e0dbd8c0fb026da034ec36&amp;original_url=https%3A%2F%2Fwww.brotherlylovefoundationinc.org%2F&amp;key=sh-1&amp;hmac=cef6b8ada5ee93eafe82ac477334e226c603fc7a7c63a0664175fc5ddb261518">Brotherly Love Foundation</a> hosted its first annual Uniform, Health and Job Fair Saturday at Reverend Samuel DeBois Park in Fort Lauderdale. The event offers free uniforms and school supplies to families who attend with their children, along with job and resource assistance for parents.</p><p>The fair runs from 10 a.m. to 2 p.m. Organizers said registration is not required.</p><p>The events come as South Florida families make final preparations for the start of the new school year, with nonprofit groups, schools and community partners working both to offset the costs of getting students ready and to expand opportunities that can shape their futures.</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[Child taken to hospital after being pulled from Pembroke Pines pool ]]></title><link>https://www.local10.com/news/local/2026/08/08/child-taken-to-hospital-after-being-pulled-from-pembroke-pines-pool/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/08/08/child-taken-to-hospital-after-being-pulled-from-pembroke-pines-pool/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A child was pulled from a swimming pool in Pembroke Pines Saturday afternoon after nearly drowning, according to Pembroke Pines Fire Rescue.]]></description><pubDate>Sat, 08 Aug 2026 17:01:36 +0000</pubDate><content:encoded><![CDATA[<p>A child was pulled from a swimming pool in Pembroke Pines Saturday afternoon after nearly drowning, according to Pembroke Pines Fire Rescue.</p><p><a href="https://www.local10.com/espanol/2026/08/08/llevan-a-menor-al-hospital-tras-ser-sacado-de-piscina-en-pembroke-pines/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/llevan-a-menor-al-hospital-tras-ser-sacado-de-piscina-en-pembroke-pines/">Leer en español</a></p><p>Fire rescue officials said they responded around 12:14 p.m. to a home near the 17000 block of Northwest 16th Street after receiving a report of a child found in a pool.</p><p>According to Pembroke Pines Fire Rescue, the child was out of the pool when crews arrived and was responsive and breathing.</p><p>Fire rescue officials said the child appeared to “have been underwater for a very brief period” and clarified that the child was not drowning when crews arrived.</p><p>The child was transported by medics to Memorial Hospital Miramar for further evaluation.</p><p>No additional information about the child’s age, gender or condition was immediately available.</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/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Raiders suspend Kirk Cousins and Maxx Crosby from team drills after practice fight]]></title><link>https://www.local10.com/sports/2026/08/08/raiders-suspend-kirk-cousins-and-maxx-crosby-from-team-drills-after-practice-fight/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/raiders-suspend-kirk-cousins-and-maxx-crosby-from-team-drills-after-practice-fight/</guid><dc:creator><![CDATA[By MARK ANDERSON, Associated Press]]></dc:creator><description><![CDATA[HENDERSON, Nev. (AP) — Las Vegas Raiders quarterback Kirk Cousins and defensive end Maxx Crosby were suspended from team drills at practice Saturday following their fight the day before, giving rookie QB Fernando Mendoza his first opportunity in training camp to run the starting offense.]]></description><pubDate>Sat, 08 Aug 2026 19:00:56 +0000</pubDate><content:encoded><![CDATA[<p>HENDERSON, Nev. (AP) — Las Vegas Raiders quarterback Kirk Cousins and defensive end Maxx Crosby were suspended from team drills at practice Saturday following their fight the day before, giving rookie QB Fernando Mendoza his first opportunity in training camp to run the starting offense.</p><p>“We have very clear expectations about how we want to practice, how you go about our business,” coach Klint Kubiak said. “We violated that yesterday, so we held those guys out. That's all I'm going to say about it. We addressed it with the team and we're moving on.”</p><p>Cousins and Crosby had to be separated by teammates after the fight. The 37-year-old quarterback 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>The Raiders are off Sunday before returning Monday morning, so their starting quarterback and star pass rusher will compete against each other again, though, Kubiak hopes, without any punches.</p><p>Mendoza has ups and downs against first-team defense</p><p>With Cousins watching Saturday, Mendoza — the Heisman Trophy winner at Indiana who was taken first overall in the NFL draft — threw touchdown passes to tight ends Brock Bowers and Michael Mayer and wide receiver Tre Tucker.</p><p>He also had some misfires while facing the starting defense for the first time, but showed agility in eluding pressure to find open receivers.</p><p>“Fernando continues to improve, and the thing I think we're very pleased about is from spring to the start of camp, there were some parts of this game we wanted him to improve upon and he has as we've added different layers and dimensions,” quarterbacks coach Mike Sullivan said. “He's not repeating mistakes, which is always a good thing. It's a long process. We're pleased with how he's developing.”</p><p>Kubiak has said Mendoza, brought to Las Vegas to be the franchise quarterback, would be able to run the first-team offense at some point in camp.</p><p>The timing of getting that chance Saturday probably doesn't hurt, given that the Raiders open their preseason schedule Thursday night when they host the Arizona Cardinals. Kubiak hasn't made any announcements on how he plans to use his quarterbacks, but Mendoza probably will at least see the field early and possibly start.</p><p>Cousins likely will be the starter when the season begins, but even then, Kubiak has made no promises. The Raiders are expected to turn to Mendoza at some point this season.</p><p>“The visual and verbal communication he's made, certainly the ability to take snaps under center, those are things we've seen him improve upon,” Sullivan said. “He's going to continue to work on and we want him to still want him to be even better. But we're pleased with where that's at right now.”</p><p>Injury updates</p><p>Wide receiver Jalen Nailor returned to practice after sitting out Friday with an unspecified injury, but defensive ends Kwity Paye and Keyron Crawford as well as wide receiver Dont’e Thornton Jr. remained out.</p><p>Caleb Rogers, who is competing with Jackson Powers-Johnson at right guard, appeared to injure his left arm or elbow, but wound up returning.</p><p>“I feel great,” Rogers said, without going into specifics.</p><p>___</p><p>AP NFL: https://apnews.com/hub/NFL</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3HDXKSWEQXNWDGHZDTNXE5DPNQ.jpg?auth=6cda2e67e456a08c15aa4f0a34871e307ad3f995ea53c4fe6a556efeccb48106&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) warms up during practice at the team's NFL football training camp Tuesday, Aug. 4, 2026, in Henderson, 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/LGBUQ57S3R4PANZTWBLRAQ2ATM.jpg?auth=52dd1ee7f311806b8bfb9f678799467c20a0ae3bb544711f2cfd12363d81eab1&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, Wednesday, July 29, 2026, in Henderson, Nev. (AP Photo/Lucas Peltier)]]></media:description><media:credit role="author" scheme="urn:ebu">Lucas Peltier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RYGNXCLGRCOXREQLTH2OSUHNR4.jpg?auth=6838a26b778ba5c41ea91e4470a7ce7dfa59ab181b6e09d89687e03ad174df87&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 Fernando Mendoza (15) looks to 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></item><item><title><![CDATA[Llevan a menor al hospital tras ser sacado de piscina en Pembroke Pines]]></title><link>https://www.local10.com/espanol/2026/08/08/llevan-a-menor-al-hospital-tras-ser-sacado-de-piscina-en-pembroke-pines/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/llevan-a-menor-al-hospital-tras-ser-sacado-de-piscina-en-pembroke-pines/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un menor fue sacado de una piscina en Pembroke Pines la tarde de este sábado después de casi ahogarse, según el Departamento de Bomberos y Rescate de Pembroke Pines.]]></description><pubDate>Sat, 08 Aug 2026 17:36:48 +0000</pubDate><content:encoded><![CDATA[<p>Un menor fue sacado de una piscina en Pembroke Pines la tarde de este sábado después de casi ahogarse, según el Departamento de Bomberos y Rescate de Pembroke Pines.</p><p>Funcionarios de Bomberos y Rescate dijeron que respondieron alrededor de las 12:14 p.m. a una vivienda cerca de la cuadra 17000 de Northwest 16th Street después de recibir un reporte de un menor encontrado en una piscina.</p><p>Según el Departamento de Bomberos y Rescate de Pembroke Pines, el menor ya estaba fuera de la piscina cuando llegaron los equipos de emergencia y respondía y respiraba.</p><p>Funcionarios de Bomberos y Rescate dijeron que el menor parecía “haber estado bajo el agua durante un período muy breve” y aclararon que el menor no se estaba ahogando cuando llegaron los equipos de emergencia.</p><p>El menor fue trasladado por paramédicos al Memorial Hospital Miramar para una evaluación adicional.</p><p>No había información adicional disponible de inmediato sobre la edad, el sexo o el estado de salud del menor.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/432IRG5Q6ZCMDFVDNRJLWMVKQY.png?auth=7f0c1e570dc4b8957c2315b14a86430d87d54fb8be041dd98a6fe7b1bc95a6cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Eagles All-Pro offensive lineman Lane Johnson says his 14th season will 'probably' be his last]]></title><link>https://www.local10.com/sports/2026/08/08/eagles-all-pro-offensive-lineman-lane-johnson-says-his-14th-season-will-probably-be-his-last/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/eagles-all-pro-offensive-lineman-lane-johnson-says-his-14th-season-will-probably-be-his-last/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[PHILADELPHIA (AP) — Philadelphia Eagles All-Pro offensive lineman Lane Johnson said Saturday that his 14th season would “probably” be his last.]]></description><pubDate>Sat, 08 Aug 2026 17:07:45 +0000</pubDate><content:encoded><![CDATA[<p>PHILADELPHIA (AP) — Philadelphia Eagles All-Pro offensive lineman Lane Johnson said Saturday that his 14th season would “probably” be his last.</p><p>Johnson missed four days of training camp this week for personal reasons before he returned Friday.</p><p>The 36-year-old Johnson was a first-round pick in 2013 and was a first-team All-Pro in 2017 and 2022. He earned second-team honors in 2021, 2023 and 2024.</p><p>Johnson took a leave of absence during the 2021 season as he battled anxiety and depression and has since shared his story at mental health clinics in the area.</p><p>He said his latest leave had more to do with family issues, specifically taking care of his parents, and that his priorities had shifted more toward life outside football.</p><p>“I'm looking potentially this is probably going to be my last year,” Johnson said after Saturday's practice. “Just because I am getting to that point of, those priorities away from football are starting to merge. Not that I don't enjoy (it), I love everything about this game, preparing for it, but it's kind of where I'm at in my career.”</p><p>Johnson has been a pillar at right tackle and won a pair of Super Bowls with the Eagles.</p><p>“I still feel like I can be a premier tackle in this league,” Johnson said. “My movement and everything feels good.”</p><p>Johnson, a six-time Pro Bowl selection, said his potential retirement came into focus last season after conversations with his family and an injury-plagued season. He missed Philadelphia’s final seven regular-season games and the wild-card playoff loss to the San Francisco 49ers.</p><p>Johnson was suspended for 10 games by the NFL in 2016 for violating the league’s policy on performance-enhancing substances. He was also suspended the first four games of the 2014 season for violating the policy.</p><p>He said his teammates already knew he was considering ending his career.</p><p>“I feel like planning on having a really good last year,” Johnson said. “I'm trying to soak in these last six months, seven months.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/26EH35ZNIUASBUAYN656BWDDKM.jpg?auth=b2cc0493bf7dda47fe169d68ec0c357d575755f497546dd5e16befa45c2b9ca8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Philadelphia Eagles' Lane Johnson speaks during a news conference at the NFL football team's training facility, Tuesday, June 9, 2026, in Philadelphia. (AP Photo/Matt Rourke, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Rourke</media:credit></media:content></item><item><title><![CDATA[A debate: ¿Cuál Spider-Man crees que es el mejor?]]></title><link>https://www.local10.com/espanol/2026/08/08/a-debate-cual-spider-man-crees-que-es-el-mejor/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/a-debate-cual-spider-man-crees-que-es-el-mejor/</guid><dc:creator><![CDATA[Yarden Ben-David , Ryan Mackey]]></dc:creator><description><![CDATA[Con Spider-Man atrayendo multitudes a los cines, los fanáticos vuelven a debatir qué actor ha ofrecido la mejor versión del icónico superhéroe.]]></description><pubDate>Sat, 08 Aug 2026 16:07:36 +0000</pubDate><content:encoded><![CDATA[<p>Con Spider-Man atrayendo multitudes a los cines, los fanáticos vuelven a debatir qué actor ha ofrecido la mejor versión del icónico superhéroe.</p><p>El debate se centra en los tres actores que han interpretado a Spider-Man: Tobey Maguire, Andrew Garfield y Tom Holland.</p><p>Maguire, quien protagonizó la trilogía original de Spider-Man, tiene la ventaja de la nostalgia para muchos fanáticos. Su interpretación suele ser elogiada por momentos memorables y por su versión de Peter Parker.</p><p>La versión de Garfield aportó un estilo diferente, con fanáticos destacando su agudeza y humor sarcástico como Spider-Man.</p><p>Holland, mientras tanto, ha recibido elogios por combinar las dos facetas del personaje: el adolescente Peter Parker y el superhéroe detrás de la máscara.</p><p>Puede que no haya una respuesta definitiva, pero la nostalgia parece estar desempeñando un papel importante en el debate.</p><p>Entonces, ¿cuál Spider-Man es el mejor? Los fanáticos pueden emitir su voto y opinar en el debate.</p>]]></content:encoded></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[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><a href="https://www.local10.com/espanol/2026/08/08/nueva-llamada-al-911-revela-detalles-sobre-ataque-mortal-de-perro-en-lighthouse-point/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/nueva-llamada-al-911-revela-detalles-sobre-ataque-mortal-de-perro-en-lighthouse-point/">Leer en español</a></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[Nueva llamada al 911 revela detalles sobre ataque mortal de perro en Lighthouse Point]]></title><link>https://www.local10.com/espanol/2026/08/08/nueva-llamada-al-911-revela-detalles-sobre-ataque-mortal-de-perro-en-lighthouse-point/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/nueva-llamada-al-911-revela-detalles-sobre-ataque-mortal-de-perro-en-lighthouse-point/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Una llamada al 911 recientemente divulgada revela detalles sobre un ataque mortal de perro en Lighthouse Point que, según las autoridades, dejó un perro muerto, otro gravemente herido y un residente mordido a principios de esta semana.]]></description><pubDate>Sat, 08 Aug 2026 16:43:45 +0000</pubDate><content:encoded><![CDATA[<p>Una llamada al 911 recientemente divulgada revela detalles sobre un ataque mortal de perro en Lighthouse Point que, según las autoridades, <a href="https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/06/policia-dueno-de-vivienda-en-lighthouse-point-mata-a-uno-de-dos-perros-que-atacaron-a-su-mascota/">dejó un perro muerto</a>, otro gravemente herido y un residente mordido a principios de esta semana.</p><p>La policía dijo que el incidente ocurrió la mañana del jueves cerca de Northeast 52nd Street y 26th Avenue, después de que dos perros escaparan de un patio cercado y comenzaran a deambular por el vecindario.</p><p>Dijeron que uno de los perros atacó a un pequeño spaniel llamado Brody afuera de una casa cercana. El dueño de Brody y vecinos intentaron detener el ataque, pero no pudieron separar a los animales, dijo la policía.</p><p>El dueño entonces buscó un arma y disparó y mató al perro atacante.</p><p>Una llamada al 911 recientemente divulgada capta la confusión inmediatamente después del incidente.</p><p>“Hay un perro muerto al que le dispararon”, dijo la persona que llamó a un operador.</p><p>La persona que llamó dijo que Brody, el perro herido, estaba dentro de la casa y que la familia intentaba llevar al animal a un veterinario.</p><p>“Es el perro de mi vecino”, dijo la persona. “Estamos tratando de llevar al perro al veterinario”.</p><p>La persona luego advirtió que otro perro había estado acompañando al que recibió el disparo.</p><p>“Acaba de morder a otro vecino”, dijo la persona.</p><p>Cuando el operador preguntó dónde estaba el perro, la persona dijo que seguía suelto.</p><p>“Está deambulando por la calle ahora mismo y alguien lo va a matar si no averiguamos qué está pasando”, agregó la persona.</p><p>La policía dijo que el segundo perro luego se encontró con otra residente cercana y la mordió en la pierna, causándole una herida punzante. Paramédicos de Lighthouse Point Fire Rescue evaluaron a la mujer en el lugar y posteriormente ella decidió buscar tratamiento médico adicional por su cuenta.</p><p>Dijeron que el segundo perro finalmente regresó a su residencia y fue asegurado por su cuidador. Trabajadores de Broward County Animal Care acudieron al lugar y pusieron al perro en cuarentena.</p><p>La policía identificó a ambos perros sueltos como mezclas de American Staffordshire.</p><p>Vecinos dijeron a Local 10 News que escucharon gritos y salieron apresuradamente, donde vieron al perro más grande atacando a Brody por el cuello.</p><p>“El perro no se detenía”, dijo un vecino. “Lo agarró muy fuerte por el cuello”.</p><p>Brody sufrió heridas graves y fue llevado por su dueño a un hospital veterinario local para recibir tratamiento.</p><p>La policía dijo que está investigando de dónde provenían los dos perros y las circunstancias que llevaron al ataque.</p><p>Hasta el jueves, no se habían presentado cargos, dijo la policía. La investigación continúa.</p><p>Se pide a cualquier persona que tenga información sobre el incidente que se comunique con el Departamento de Policía de Lighthouse Point al 954-942-8080.</p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de Tamarac de disparar contra su hijo por disputa de dinero tras sacarlo de la cárcel bajo fianza]]></title><link>https://www.local10.com/espanol/2026/08/08/acusan-a-hombre-de-tamarac-de-disparar-contra-su-hijo-por-disputa-de-dinero-tras-sacarlo-de-la-carcel-bajo-fianza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/acusan-a-hombre-de-tamarac-de-disparar-contra-su-hijo-por-disputa-de-dinero-tras-sacarlo-de-la-carcel-bajo-fianza/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de 52 años fue arrestado después de que agentes de la Oficina del Sheriff de Broward dijeron que presuntamente apuntó con un arma a su hijo y realizó un disparo durante un acalorado altercado a principios de esta semana en Tamarac.]]></description><pubDate>Sat, 08 Aug 2026 16:39:59 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 52 años fue arrestado después de que agentes de la Oficina del Sheriff de Broward dijeron que presuntamente apuntó con un arma a su hijo y realizó un disparo durante un acalorado altercado a principios de esta semana en Tamarac.</p><p>Según un informe de arresto, Rodencia Thomas Jr. fue a la casa de su hijo el miércoles para cobrar $240 USD que su hijo le debía después de que Thomas pagara su fianza para sacarlo de la cárcel la semana anterior.</p><p>El hijo dijo a los agentes que en ese momento solo podía pagar $120 USD y que planeaba pagar los $120 USD restantes a finales de mes, indica el informe.</p><p>Los agentes dijeron que ambos comenzaron una discusión que se tornó física en la entrada de la casa.</p><p>Dijeron que el hijo contó a los agentes que Thomas le metió un dedo en el ojo antes de que él golpeara a Thomas en el rostro. Luego, ambos cayeron dentro de la casa durante el forcejeo, donde el hijo dijo que Thomas usó su antebrazo para estrangularlo, indica el informe.</p><p>Los agentes dijeron que la novia de Thomas les contó que entró a la casa después de escuchar la discusión y vio a los dos hombres peleando. Dijo que pudo separarlos.</p><p>El informe indica que Thomas luego caminó hacia la camioneta negra de su novia y presuntamente sacó una pistola del interior del vehículo y se dio la vuelta para correr nuevamente hacia la casa.</p><p>El hijo dijo que cayó sobre el césped mientras intentaba escapar, pero logró llegar a la entrada. Dijo a los agentes que Thomas levantó el arma, apuntó hacia él y realizó un disparo, pero la bala no lo alcanzó, según los investigadores.</p><p>Los agentes dijeron que encontraron lo que parecía ser un agujero de bala en la parte inferior derecha de la pared exterior cerca de la entrada donde había estado la víctima.</p><p>Dijeron que la novia de la víctima también proporcionó una declaración a los agentes. Dijo que sabía que Thomas guardaba un arma en la consola central de su camioneta y que lo siguió hacia el vehículo, diciéndole repetidamente que no hiciera nada “estúpido” mientras intentaba calmar la situación, indica el informe.</p><p>La novia del sospechoso dijo a los agentes que vio a Thomas sacar el arma, apuntarla hacia su hijo y realizar un disparo, dijeron los agentes.</p><p>Dijeron que la víctima tenía rasguños alrededor de la garganta y en la parte posterior del cuello, además de un rasguño grande en la espalda. Los agentes también documentaron daños dentro de la casa, incluido un agujero en una pared cerca del piso donde los dos hombres habían caído.</p><p>La víctima dijo a los agentes que creía que Thomas tenía la intención de matarlo, pero dijo que no quería presentar cargos penales contra su padre, según el informe.</p><p>Los agentes dijeron que había causa probable para arrestar a Thomas bajo sospecha de intento de asesinato grave. El informe indica que Thomas tuvo la oportunidad de marcharse después del altercado físico, pero presuntamente regresó con un arma y disparó contra su hijo.</p><p>Dijeron que una revisión de los registros mostró que Thomas tenía tres órdenes de arresto activas relacionadas con manutención infantil.</p><p>Los registros de la cárcel muestran que enfrenta cargos de agresión doméstica por estrangulamiento e intento de asesinato grave, además de tres órdenes de arresto.</p><p>Hasta la mañana del sábado, permanecía detenido sin derecho a fianza en la cárcel principal del condado Broward.</p>]]></content:encoded></item><item><title><![CDATA[Comienza hoy la votación anticipada en 21 centros del condado Broward]]></title><link>https://www.local10.com/espanol/2026/08/08/comienza-hoy-la-votacion-anticipada-en-21-centros-del-condado-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/comienza-hoy-la-votacion-anticipada-en-21-centros-del-condado-broward/</guid><dc:creator><![CDATA[Jackie Pascale, Ryan Mackey]]></dc:creator><description><![CDATA[La inmigración, los empleos, la economía y los precios de la gasolina se encuentran entre los temas que motivan a los votantes a acudir a las urnas, y algunos optan por emitir su voto antes que otros.]]></description><pubDate>Sat, 08 Aug 2026 16:34:17 +0000</pubDate><content:encoded><![CDATA[<p>La inmigración, los empleos, la economía y los precios de la gasolina se encuentran entre los temas que motivan a los votantes a acudir a las urnas, y algunos optan por emitir su voto antes que otros.</p><p>“Solo quiero que las personas que no han estado votando salgan y voten”, dijo un votante.</p><p>Los trabajadores electorales se preparan para el inicio de la votación anticipada el sábado, practicando para garantizar que el proceso se desarrolle sin problemas.</p><p>“Este es el momento más conveniente para votar en persona porque puedes ir a cualquier lugar del condado Broward”, dijo Joe Scott, supervisor de Elecciones del condado Broward.</p><p>La votación anticipada estará disponible en <a href="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/31/editorial-de-local-10-la-votacion-anticipada-comienza-la-proxima-semana-salga-y-vote/">21 centros en todo el condado Broward</a> desde el sábado hasta el 16 de agosto. Las urnas permanecerán abiertas durante esas fechas de 10 a.m. a 7 p.m.</p><p>Scott dijo que los votantes registrados deben llevar una forma válida de identificación para votar en persona.</p><p>“Si tiene una identificación estatal o licencia de conducir, esa es la mejor opción”, dijo Scott.</p><p>Los votantes también pueden entregar sus boletas de voto por correo en cualquier centro de votación anticipada del condado Broward durante el período de votación anticipada. No tienen que utilizar un centro en el área donde están registrados.</p><p>“En el caso de las boletas de voto por correo, comparamos las firmas con la firma que tenemos registrada”, agregó Scott.</p><p>La votación anticipada en el condado Broward comienza casi una semana después de que iniciara en los condados Miami-Dade y Monroe.</p><p>Scott dijo que el calendario del condado Broward se basa en la participación histórica de los votantes y en el objetivo del condado de administrar responsablemente el dinero de los contribuyentes.</p><p>“En el condado Broward, básicamente configuramos nuestro sistema de votación anticipada para que corresponda con la cantidad de personas que históricamente participan, y esto es para administrar responsablemente el dinero de los contribuyentes”, dijo.</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="_blank" rel="noreferrer" title="https://www.local10.com/news/politics/2026/03/18/voter-guide-here-is-how-to-prepare-for-floridas-primary-election/"><b>CONSULTE LA GUÍA DE VOTACIÓN 2026 DE LOCAL 10</b></a> para obtener más información sobre la votación anticipada en el sur de Florida. La votación anticipada en el condado Broward comienza el sábado.</p>]]></content:encoded></item><item><title><![CDATA[Final feliz para Tina: perra de refugio de Broward encuentra nuevo hogar]]></title><link>https://www.local10.com/espanol/2026/08/08/final-feliz-para-tina-perra-de-refugio-de-broward-encuentra-nuevo-hogar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/final-feliz-para-tina-perra-de-refugio-de-broward-encuentra-nuevo-hogar/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Tina espera que su próximo paseo la lleve a un hogar permanente.]]></description><pubDate>Sat, 08 Aug 2026 16:23:26 +0000</pubDate><content:encoded><![CDATA[<p>Tina, con suerte, ha encontrado su hogar permanente, confirmó Cherie Wachter, de la Sociedad Protectora de Animales del Condado Broward.</p><p>La perra de 2 años y 47 libras había estado esperando varias semanas en el refugio. Tina, una mezcla de perro de Carolina que también podría tener algo de husky, era conocida por sus llamativos ojos azules y su personalidad dócil.</p><p>Wachter dijo que Tina era fácil de pasear y sería una buena compañera para alguien que busca un perro con quien disfrutar de paseos tranquilos. Parecía estar entrenada para hacer sus necesidades fuera de casa y no tiraba de la correa.</p><p>Tina podía ponerse nerviosa en el auto y podría haber necesitado algo de tiempo para adaptarse a una nueva familia, dijo Wachter. Conoció a una familia mientras estaba en el refugio y se llevó bien con los niños, pero finalmente la familia decidió que ella no era la indicada.</p><p>El refugio también tiene dos hermanos de 6 meses, Adam y Drew, que buscan un hogar juntos. Los gatitos negros son descritos como cariñosos, con Adam siendo más extrovertido y Drew un poco más reservado.</p><p>El departamento de adopciones de HSBC abre todos los días a las 11 a.m. Los posibles adoptantes pueden completar una solicitud de preadopción a través del <a href="https://humanebroward.com/" target="_blank" rel="noreferrer" title="https://humanebroward.com/">sitio web</a> del refugio antes de visitarlo.</p>]]></content:encoded></item><item><title><![CDATA[Happy ending for Tina: Broward shelter dog finds new home]]></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 has hopefully found her forever home, Humane Society of Broward County’s Cherie Wachter confirmed.</p><p><a href="https://www.local10.com/espanol/2026/08/08/final-feliz-para-tina-perra-de-refugio-de-broward-encuentra-nuevo-hogar/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/final-feliz-para-tina-perra-de-refugio-de-broward-encuentra-nuevo-hogar/">Leer en español</a></p><p>The 2-year-old, 47-pound dog had been waiting several weeks at the shelter. A Carolina dog mix that may also have some husky, Tina was known for her striking blue eyes and gentle personality.</p><p>Wachter said Tina was easy to walk and would make a good companion for someone looking for a dog to enjoy leisurely walks with. She appeared to be house-trained and did not pull on the leash.</p><p>Tina could be nervous in the car and might have needed some time to adjust to a new family, Wachter said. She had 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[Broward deputies safely locate 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 have safely located 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 reported missing around 6 p.m. Friday, in the 1900 block of Southwest 57th Avenue in West Park. He has since been located. </p><p>Authorities have not said what led to his disappearance. </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[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><a href="https://www.local10.com/espanol/2026/08/08/a-debate-cual-spider-man-crees-que-es-el-mejor/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/08/08/a-debate-cual-spider-man-crees-que-es-el-mejor/">Leer en español</a></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[WNBA commissioner says league will continue discussing issue of transgender participation]]></title><link>https://www.local10.com/sports/2026/08/08/wnba-commissioner-says-league-will-continue-discussing-issue-of-transgender-participation/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/08/08/wnba-commissioner-says-league-will-continue-discussing-issue-of-transgender-participation/</guid><dc:creator><![CDATA[By DOUG FEINBERG, Associated Press]]></dc:creator><description><![CDATA[WNBA Commissioner Cathy Engelbert has sent a memo to teams that addresses ongoing discussions around transgender athletes in women's basketball.]]></description><pubDate>Sat, 08 Aug 2026 16:37:43 +0000</pubDate><content:encoded><![CDATA[<p>WNBA Commissioner Cathy Engelbert has sent a memo to teams that addresses ongoing discussions around transgender athletes in women's basketball.</p><p>“I know many of you have received questions in recent weeks regarding transgender athlete participation in women’s basketball, and I expect this topic will continue to receive significant attention,” Engelbert wrote in the memo, which was sent Friday afternoon and obtained by The Associated Press. “I wanted to reach out to share how we are approaching these conversations at the league office and to thank those of you who have responded to questions from the media with thoughtfulness and professionalism.”</p><p>The memo said the topic will be discussed further by a task force of team presidents and general managers at a previously scheduled meeting next week.</p><p>In an ESPN article published last month, Indiana Fever player Sophie Cunningham voiced support for barring transgender girls and women from girls’ and women’s sports. Cunningham's comments sparked small rallies and protests in Seattle and Portland when the Fever were on the road last week.</p><p>There was a lone protester at the Fever's home game against Las Vegas on Thursday night. Indiana visits Chicago on Saturday. Members of two conservative groups are planning a rally in support of Cunningham ahead of that game.</p><p>The league hasn’t made any public comments on the issue.</p><p>Engelbert wrote that the league will “always approach this topic thoughtfully, respectfully, and in alignment with the longstanding values of our league. Second, our player eligibility rules, unlike the eligibility rules of some other leagues and governing bodies, are collectively bargained. Lastly, preserving the integrity of our game and ensuring fair competition will always remain among the league’s highest priorities.”</p><p>The league's collective bargaining agreement states that “only players who are women are eligible to play in the WNBA,” but it does not include any more specific language about gender identity or sex assigned at birth. On Friday, two former NBA players, Enes Kanter Freedom and Royce White, declared themselves eligible for the WNBA draft, saying they identify as women.</p><p>“We recognize that this is a complex and nuanced topic, and we will continue to have important conversations with all of you and the Players Association in the weeks and months ahead,” Engelbert said in the memo. “We also plan to convene additional discussions and offer listening sessions for any team leaders who would like to participate. Your perspectives and feedback are invaluable, and I appreciate those who have already reached out to share their thoughts.”</p><p>The WNBA players' association released a statement on social media Friday that emphasized diversity and inclusion while saying the group “will not be used as political pawns.”</p><p>“We embrace justice equity, diversity, and inclusion,” the statement read. “Those are the values that unite this Union and allow it to protect women’s sports while creating transformational change. Hate, abuse, and demonization of any person or group of people, including transgender people, only fuel fear, division, and harm. We will continue to have hard conversations. But we will not be used as political pawns.”</p><p>Some WNBA players and coaches have come out in support of transgender athletes, including Seattle Storm center Stefanie Dolson and Minnesota Lynx coach Cheryl Reeve.</p><p>“We need to protect trans kids,” Reeve said on Aug. 1. “To me, it’s a human rights issue. Every kid has a right to sports.”</p><p>___</p><p>AP WNBA: https://apnews.com/hub/wnba-basketball</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BWXBIACZB7KTH625GXMQ2CRVI4.jpg?auth=f34800fc4094288173fec8518e4f259fba34a9f0b48b9b5d669292a94c88884e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[WNBA Commissioner Cathy Engelbert talks to media at a news conference before a WNBA All-Star basketball game between Team Coop and Team Spoon in Chicago, Saturday, July 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6BT2JU5G26A4ARD6NDJ6AITHDQ.jpg?auth=16fd20f6be1ea7038243cebae7525d683794d0b462a53a815c6308b27fe84370&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Indiana Fever guard Sophie Cunningham stands on the court during the first half of a WNBA basketball game against the Minnesota Lynx, Sunday, Aug. 2, 2026, in Minneapolis. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content></item><item><title><![CDATA[Primeros ataques con explosivos en nuevo gobierno de Colombia tras anuncio de mano dura a ilegales]]></title><link>https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/08/08/primer-ataque-con-explosivos-en-nuevo-gobierno-de-colombia-tras-anuncio-de-mano-dura-a-ilegales/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ y GABRIELA MOLINA, Associated Press]]></dc:creator><description><![CDATA[CALI, Colombia (AP) — Un día después que el conservador Abelardo de la Espriella asumiera la presidencia de Colombia, un ataque con explosivos se registró en el suroeste del país, en el primer hecho de este tipo ocurrido durante su gobierno, informó el sábado el ejército.]]></description><pubDate>Sat, 08 Aug 2026 21:22:22 +0000</pubDate><content:encoded><![CDATA[<p>CALI, Colombia (AP) — Un día después que el conservador Abelardo de la Espriella asumiera la presidencia de Colombia, un ataque con explosivos se registró en el suroeste del país, en el primer hecho de este tipo ocurrido durante su gobierno, informó el sábado el ejército.</p><p>La explosión se registró en el peaje de Mandiva, ubicado en la vía Panamericana, la principal arteria vial del suroeste del país. El ejército detalló que dos vigilantes que cuidaban la infraestructura sufrieron heridas leves.</p><p>El reporte agregó que, según uno de los vigilantes, se trató de la detonación de un vehículo que fue abandonado por una persona que luego huyó en una motocicleta.</p><p>De acuerdo con información preliminar del ejército, el ataque habría sido perpetrado por las facciones Dagoberto Ramos y Jaime Martínez de las disidencias de la extinta guerrilla Fuerzas Armadas Revolucionarias de Colombia (FARC), que no se acogió al acuerdo de paz firmado hace una década con el Estado.</p><p>En tanto, militares resguardan la zona donde, junto a canes entrenados, recorren el área para descartar la presencia de otros artefactos explosivos, indicó el ejército en su cuenta de X.</p><p>La ministra de Transporte, Elsa Noguera, condenó el “atentado terrorista” y aseguró en X que “Colombia no se va a arrodillar ante la violencia ni va a permitir que destruyan las obras que conectan a nuestras regiones”. Añadió que se trabaja para restablecer la movilidad en la zona.</p><p>El ataque sucedió en la vía que comunica a los departamentos de Cauca y Valle del Cauca, cuya capital, Cali, fue la anfitriona del acto de juramentación De la Espriella en una ceremonia en que delineó su política de seguridad y advirtió a los grupos ilegales que "tienen dos caminos: someterse al imperio de la ley o enfrentar la fuerza pública”.</p><p>Tras la posesión, se realizó en Cali el primer consejo de seguridad del nuevo gobierno. Según la gobernadora del Valle del Cauca, Dilian Francisca Toro, se decidió articular la fuerza pública para “ejercer un verdadero control sobre las economías ilícitas y recuperar la seguridad de nuestros territorios”.</p><p>Traslado de prisioneros</p><p>De la Espriella, quien descartó el diálogo con los armados que impulsó su antecesor Gustavo Petro, anunció el sábado el traslado de 117 prisioneros vinculados a los procesos de paz del anterior gobierno hacia prisiones de máxima seguridad.</p><p>Se trata de una medida que busca “recuperar el control permanente de las cárceles” y “contener cualquier capacidad de las estructuras criminales” para coordinar acciones ilícitas desde las prisiones, citó en un comunicado el Instituto Nacional Penitenciario (INPEC).</p><p>Los privados de libertad fueron llevados a ocho centros penitenciarios de alta seguridad en las ciudades Bogotá, Medellín, Girón, Valledupar, La Dorada, Palmira, Ibagué y El Barne.</p><p>El gobierno ejercerá el control en las prisiones “con autoridad y dentro del marco constitucional”, aseveró la institución estatal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YOPUXCQDGS2RGINTOZGW7PKSXE.jpg?auth=4cb42efa1d64e09d4f1dab42f2deb79d881f8d31baa73aacb6135a453eb9c3fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Soldados caminan por una estación de peaje de la Carretera Panamericana, dañada por la explosión de un coche bomba que el ejército atribuyó a grupos disidentes de las FARC, el sábado 8 de agosto de 2026, en Santander de Quilichao, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FPP6FA3LVCSF7TPCJUEMD7MVHM.jpg?auth=1da9ef314c6b2e72255b12bcb6795a4b5f65c34aaa6e0cccf6424a3cd953f872&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un soldado camina por una estación de peaje de la Carretera Panamericana, dañada por la explosión de un coche bomba que el ejército atribuyó a grupos disidentes de las FARC, el sábado 8 de agosto de 2026, en Santander de Quilichao, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/N7L2QHRK7JFBHDLCOJDPTYDPUQ.jpg?auth=e18d46f2c7ad7531a28a1ddafc92112ef4e2a2c0dd540679c0923b3464df77cf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Un soldado camina por una estación de peaje de la Carretera Panamericana, dañada en una explosión que el ejército atribuyó a grupos disidentes de las FARC, el sábado 8 de agosto de 2026, en Santander de Quilichao, Colombia. (AP Foto/Santiago Saldarriaga)]]></media:description><media:credit role="author" scheme="urn:ebu">Santiago Saldarriaga</media:credit></media:content></item><item><title><![CDATA[Darline Graham tests value of a famous name vs. lack of experience in South Carolina primary]]></title><link>https://www.local10.com/news/politics/2026/08/08/darline-graham-tests-value-of-a-famous-name-vs-lack-of-experience-in-south-carolina-primary/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/08/08/darline-graham-tests-value-of-a-famous-name-vs-lack-of-experience-in-south-carolina-primary/</guid><dc:creator><![CDATA[By MEG KINNARD, Associated Press]]></dc:creator><description><![CDATA[FLORENCE, S.C. (AP) — Few people have anything bad to say about Darline Graham, who was catapulted from obscurity last month when she was appointed to replace her late brother Lindsey Graham in the U.S. Senate.]]></description><pubDate>Sat, 08 Aug 2026 21:11:05 +0000</pubDate><content:encoded><![CDATA[<p>FLORENCE, S.C. (AP) — Few people have anything bad to say about Darline Graham, who was catapulted from obscurity last month when she was appointed to replace her late brother Lindsey Graham in the U.S. Senate.</p><p>“I think Darline’s wonderful,” said Kathy Bustos of Mount Pleasant, after attending a Republican forum last week.</p><p>But that doesn't mean Bustos wants to vote for her in the state's special primary on Tuesday.</p><p>“I think it’s a very nice gesture for her to have the rest of his term to complete, but I’m not sure that she’s really qualified or ready to be elected to the Senate,” she said.</p><p>It's a common sentiment among Republican voters pondering an unexpected decision about replacing Lindsey Graham, who was nominated for a fifth term before he died from a tear in his aorta. Darline Graham was often by his side throughout his career, but she remains largely unknown in South Carolina's clubby political circles.</p><p>President Donald Trump has endorsed her, and she's backed by the National Republican Senatorial Committee, which is running television advertising to support her candidacy.</p><p>However, Graham has been largely absent from the campaign trail, spending most of her time in Washington as an interim senator. Her appointment to the role, instead of giving her a leg up over the competition, may ultimately hold her back by preventing her from getting to know voters during a weeks-long sprint to Tuesday.</p><p>A crowded field of contenders</p><p>She is up against several well-known Republicans, including Representatives Russell Fry and Ralph Norman, as well as former Gov. Mark Sanford. The crowded field makes a runoff more likely, and it would be held on Aug. 25.</p><p>All of them spoke at a Friday meeting of the Fourth District Republican Club in Greenville, but Graham sent a video message, saying she was “in Washington working hard for you." She promised to be "a great friend and ally” to Trump and that she wanted to “earn your vote.”</p><p>And at a candidate event in Florence on Saturday, where Graham spoke, some of her supporters said they backed the interim senator’s decision to stay in Washington, even if it meant not campaigning.</p><p>“She committed to not missing votes or not being there to push forward with those bills,” said Teresa Castrinos, who made the hours-long drive from Bluffton to see Graham. “I feel like she’s putting South Carolina first. She’s wanting to fulfill her time as a senator right now, so I really admire her for that.”</p><p>A low profile in Washington — and on the trail</p><p>While Lindsey Graham was single and well-known around the world, his sister lived a relatively quiet life with her husband and daughters in Lexington, South Carolina. She spent years in state government, working with people with disabilities and as an agency head of the South Carolina Commission for the Blind.</p><p>Before participating in a candidate forum Saturday in Florence, her only public campaign event had been a candidate forum in Lexington. Charles Brentnell of Greenville County, who was still considering his options, said he liked her decision to stay in Washington when the Senate was in session.</p><p>“Let’s keep the Senate at the Senate instead of taking a month off for no good reason,” he said.</p><p>Appearing alongside other contenders Saturday, Graham apologized for reading from notes from a lectern, pointing to the Senate votes that kept her in Washington until just hours before she headed to meet voters in South Carolina.</p><p>“Yes, I have some notes. You know why? Because I haven’t slept in two days, so I’m going to keep my thoughts straight,” Graham said, adding that she opposed Senate recess but lost out to others who wanted to end votes and go home. "I wanted to stay there, and I wanted to get things done."</p><p>Graham also participated in one of two televised debates, where she backed Trump's plan to change filibuster rules to make it easier to pass strict proof-of-citizenship voting legislation.</p><p>While other candidates came to speak to the media gathered afterward, Graham skipped the session and merely gave a thumbs-up outside when asked how she felt the debate had gone.</p><p>In contrast to her loquacious late brother, Graham has not spoken with reporters in Capitol Hill hallways or fielded questions on the stump.</p><p>She's spoken at length to Fox News personalities Sean Hannity and Trey Gowdy, both of whom eulogized Lindsey Graham at memorial services last month, and granted two interviews to local news outlets.</p><p>On Saturday, in her first gaggle with reporters, Graham addressed some of voters' concerns, reiterating her commitment to do Senate work when the chamber is in session.</p><p>“I feel like my job is to be in D.C. working for everyone right now. I hate that I can't be here. I want to be here," she said. "That's why I left and didn't sleep at all last night, so I could attend today's event.”</p><p>As to the skepticism in sending Graham to Washington for six years, Graham cited her state government experience, plus the past several weeks she's had serving as interim.</p><p>“Trust me, I have learned a lot already, so I think I have experience,” she said.</p><p>A second debate took place while Graham was in Washington on Tuesday, a date her campaign pointed out had been scheduled despite the senator’s conflict.</p><p>Gigi Bray of Charleston said the idea of Darline Graham serving in the interim makes sense, but electing her to a full term does not.</p><p>“I think it’s a great honor for her to hold her brother’s spot till November, but it’s time for a change,” said Bray, who backs Sanford. “I don’t think she has a lot of government experience, and I think right now, with the state of our country, I think it’s very important that somebody has experience.”</p><p>___</p><p>Meg Kinnard can be reached at http://x.com/MegKinnardAP</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LXYI2RYV6KXLJKUTNY27TCAKTE.jpg?auth=171ff0dfbc2a29d9fa0510cd0130b71aac5df3c18a04d87915ad4fbd1a22d9ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., leans over to hear a reporter's question following at a candidate event for hopefuls vying in a special Republican primary to replace her late brother Sen. Lindsey Graham, R-S.C., on November ballots, Saturday, Aug. 8, 2026, in Florence, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNEGZRVDCWG45FQT6AOL55CGNE.jpg?auth=b275cc9be2cf01d221bcbbaee3fe25832dd4dd53a3774bf4fa4b2abba66524b6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., from left, seated alongside daughter Nicole Nordone and husband Larry Nordone, looks on as a South Carolina Republican Senate candidate stump event gets underway ahead of the special GOP primary to replace her late brother, Sen. Lindsey Graham, R-S.C., Saturday, Aug. 1, 2026, in Lexington, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/R6RHHK6IDOARI2NM6II2OF4MFA.jpg?auth=3f16fee4e2be0983d31d00849e126baa857ff76f7aeeb3f9992b5caaa9987342&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., speaks with voters following a Senate candidate stump event ahead of a special GOP primary to select a replacement for her late brother, Sen. Lindsey Graham, Saturday, Aug. 1, 2026, in Lexington, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANJWQFW5WZFGHB6Y5R6IS5JV7U.jpg?auth=2fc763bf12e149d3cb383709d78963b8b91073436a03f48e4b145a91fd8c5ddd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., leaves the stage after speaking at a South Carolina Republican Senate candidate stump event ahead of the special GOP primary to replace her late brother, Sen. Lindsey Graham, R-S.C., Saturday, Aug. 1, 2026, in Lexington, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XT4XE3B33CE5KPDRJ34CSC2MVU.jpg?auth=bc6e225efec7e55cc6f56a9282d7bed2bc3e8dbc6d3fc5924367f43954b73ed4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., speaks with reporters following at a candidate event for hopefuls vying in a special Republican primary to replace her late brother Sen. Lindsey Graham, R-S.C., on November ballots, Saturday, Aug. 8, 2026, in Florence, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EWOK3YHRWTUO7PJMBXGBEF3LA.jpg?auth=9d51e62958662c7afbdc8c9c1db60cb7ea58b8ecc050064678086067e8802734&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., walks across a street to a television studio for a debate with four other Republicans competing in a special Senate primary to replace her brother, Sen. Lindsey Graham, R-S.C., on Monday, Aug. 3, 2026, in Columbia, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4BBHTX7XHOYWRFKOSGYO4O25EA.jpg?auth=e9fd3be4d79b00b1a77e0028b1c16fd9a353ff8e6b61186ded1b0ccfccfc0903&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sen. Darline Graham, R-S.C., center, waits for her turn to speak at a candidate event for hopefuls vying in a special Republican primary to replace her late brother Sen. Lindsey Graham, R-S.C., on November ballots, Saturday, Aug. 8, 2026, in Florence, S.C. (AP Photo/Meg Kinnard)]]></media:description><media:credit role="author" scheme="urn:ebu">Meg Kinnard</media:credit></media:content></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[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[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 20:31:42 +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 the reservoir, which straddles the Arizona-Nevada border outside Las Vegas, hit 1,040.4 feet (317.1 meters) above sea level on Friday, according to federal data. That’s just below the record set on July 28, 2022, according to the U.S. Bureau of Reclamation.</p><p>“It's extremely significant and extremely concerning. You have three-quarters of the population of the Colorado River Basin, some 30 million people, who are directly impacted by risks to Lake Mead,” said J.B. Hamby, chairman of the Colorado River Board of California and a board member of the Imperial Irrigation District, the largest user of the river’s water.</p><p>Hamby said it is vital for states that use Colorado River water to reduce water use.</p><p>Drought and dry conditions have stretched along the length of the Colorado and are particularly intense at its source in the Rocky Mountains.</p><p>Melting snow provides important water for the river. This past winter, however, saw the worst snowpack on record for the Colorado River Basin, adding more stress on farmers, industry, wildlife and hydropower producers, as well as the 40 million people across seven U.S. states, tribal nations and Mexico who rely on the waterway.</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. Both are the lowest they have 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, the humpback chub, whose habitat is between the reservoirs.</p><p>Federal officials recently announced a short-term proposal to stave off a crisis in the beleaguered waterway, after states that rely on it — California, Colorado, Arizona, Nevada, New Mexico, Wyoming and Utah — failed to reach an agreement on how to share the dwindling resource in the long term.</p><p>The federal proposal called for the Lower Basin states of Arizona, California and Nevada to take less water. The Bureau of Reclamation, which released the plan, said it was flexible: Deeper cuts could happen in drier times, while states would have more time to collectively agree on how to manage the scarce resources.</p><p>Severe drought in 2022 on Lake Mead, which is held back by 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>Levels at Lake Powell have dropped so much that it has become difficult to descend far enough to reach the water. Boat ramps have had to move, shut down or be built anew.</p><p>Lake Mead and Lake Powell are not alone. Of the 54 Western reservoirs tracked by the Bureau of Reclamation, nine recently recorded their lowest levels in the last three decades.</p><p>Federal officials do not believe the record will stay where it is. According to modeling done in July, Lake Mead is forecast to continue dropping through much of the rest of the year.</p><p>___</p><p>Associated Press writer Michael Phillis in Washington contributed.</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[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[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[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[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[Iran makes new strait demands, the UAE says a ship was targeted and other Middle East news]]></title><link>https://www.local10.com/news/world/2026/08/08/iran-makes-new-strait-demands-the-uae-says-a-ship-was-targeted-and-other-middle-east-news/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/08/08/iran-makes-new-strait-demands-the-uae-says-a-ship-was-targeted-and-other-middle-east-news/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Iran issued dramatic new demands around the reopening of the Strait of Hormuz, and 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 21:01:36 +0000</pubDate><content:encoded><![CDATA[<p>Iran issued dramatic new demands around the reopening of the Strait of Hormuz, and 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 says the strait won't open until the US ‘corrects’ its behavior</p><p>Iran's politburo-like body known as the Supreme National Security Council said the Strait of Hormuz will not open until the United States “corrects its behavior," issuing new demands that could shake up talks on a deal to manage the waterway and traffic on it.</p><p>Iran's state broadcaster published the statement by the council’s secretary, Mohammad Bagher Zolghadr, who is also a commander in the powerful Revolutionary Guard.</p><p>The United States must never threaten Iran again, the statement said, and must permanently end the war with Iran and its armed allies in the region. The U.S. must lift the naval blockade of Iranian ports and withdraw its military from the area. It also must “completely compensate” Iran for war damage, lift sanctions and “unconditionally” release frozen assets.</p><p>There was no immediate comment from the U.S., which has wanted an acceptable deal first on the strait before ending the blockade. According to the interim deal signed in June, a schedule to end sanctions and plan on compensation would be part of the final deal, and negotiations would address frozen assets.</p><p>A 60-day period to negotiate a final deal will end in just over a week but could be extended.</p><p>Iran has said it was close to reaching a separate deal with Oman to manage the strait, which runs between the two countries.</p><p>Iranian Foreign Minister Abbas Araghchi earlier Saturday said they were close to reaching an agreement on navigation, “specifically the determination of a transit route.” But the waterway’s reopening is contingent on other conditions, he said in remarks shared on social media, and blamed the situation on what he called the U.S. violation of the interim deal.</p><p>Oman, a mediator Gulf Arab country which has said relatively little on the talks, said in a statement Saturday that the discussions were ongoing “in a positive and constructive atmosphere,” and condemned attacks on ships on the strait.</p><p>The strait, crucial to global supplies of oil and natural gas, had been considered an international waterway before the war. Ship transits remain low.</p><p>Iran attacks a vessel in the Strait of Hormuz, the 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 earlier Saturday. The Foreign Ministry said Iran fired the missile as part of attacks on commercial shipping.</p><p>ADNOC in a statement said 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 transiting the strait since the U.S. 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 the attack's location or 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 clear whether this was the ADNOC incident.</p><p>A defense deal is not aimed at any third country, Turkey says</p><p>A defense agreement that Saudi Arabia, Pakistan and Turkey signed on Friday is not aimed against any third country, Turkish Foreign Minister Hakan Fidan said. It says an attack on one would be considered an attack on all three.</p><p>Fidan told Turkey’s state-run Anadolu Agency on Saturday that the countries do not view any state as an adversary unless it takes hostile action against them: “We don’t have anything written down — nothing we’ve signed — that defines a common threat."</p><p>Asked how the mutual defense mechanism would work, Fidan said a member would formally request help and the two countries’ assistance could range from intelligence-sharing to logistics support or the deployment of military units. The mechanism would establish a secretariat to be based in Saudi Arabia, Fidan said.</p><p>He said other nations, which he did not name, have expressed interest in joining the agreement, adding that he expects Egypt, which he described as a “natural partner,” to participate “at the next stage.”</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>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. A committee approved the measure. It is expected to be approved in the general assembly next week.</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 defines the procedures for the group’s disarmament and rehabilitation of some PKK members. 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. Turkey and its Western allies consider the group a terrorist organization.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ILRCVREX7FKNUPGOYE2H6G45OI.jpg?auth=c99530b93875ccc2f68f11c7193a1177bdef39a021cb124bbd980f8b011cf1b0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Choir performs in a Tehran Symphony Orchestra performance at Unity Hall in Tehran, Iran, Thursday, Aug. 6, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NBGKUYA5PNZ4GXSTRZSERYXGUU.jpg?auth=bbc83d7274e2ac491264a5d4b3008757e7ccd9aa8fcd8d122eb3eb44130e01c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man shelters from the sun under an umbrella around Tehran's traditional main bazaar, Iran, Saturday, Aug. 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PBSPWFXOGQS7S5E445WNJZSQZE.jpg?auth=e29050b0ce809598ee063be5f264d27f48d0989170f66aa95575f7cf3bf4aec5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk at Tehran's traditional main bazaar, Iran, Saturday, Aug. 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AT2TWVOPSP6YSV65D3WEYEWYLU.jpg?auth=2a53864fbfc0bcd29809b8185d12bd41fc64250bdcd4fe1b98389cb1d9791c76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man carries a carpet in hand-woven carpets market at Tehran's traditional main bazaar, Iran, Saturday, Aug. 8, 2026. (AP Photo/Vahid Salemi)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></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[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[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[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[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></channel></rss>