<?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>Tue, 07 Jul 2026 17:13:42 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Mother, 12-year-old son, attacked with stick while walking in Fort Lauderdale]]></title><link>https://www.local10.com/news/local/2026/07/07/mother-12-year-old-son-attacked-with-blunt-object-while-walking-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/mother-12-year-old-son-attacked-with-blunt-object-while-walking-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[A woman and her 12-year-old son were attacked Tuesday morning while walking in Fort Lauderdale, authorities said.]]></description><pubDate>Tue, 07 Jul 2026 13:51:28 +0000</pubDate><content:encoded><![CDATA[<p>A woman and her 12-year-old son were attacked Tuesday morning while walking in Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, the incident was reported at about 7:30 a.m. in the 1000 block of Northwest Fifth Avenue.</p><p>Detective Kerri Hagerty said the mother and son were approached from behind by an unknown person who struck both of them with a “blunt object.”</p><p>Hagerty said the woman sustained a cut in the back of the head and the boy sustained an abrasion to his face.</p><p>Both victims were transported to Broward Health Medical Center to be treated for their injuries. </p><p>Local 10 reporter Roy Ramos spoke with the mother after they arrived home from the hospital. She said she was walking her son, who has special needs, to a bus stop to take him to school when he was targeted. </p><p>She said a man struck her son with a stick and then began striking her with the object after she intervened to protect her son. </p><p>“Some guy just comes behind us, out the blue. My son is non-verbal, he’s disabled – that’s sad,” the woman identified only as Chrissy said, adding that her son has autism. “He just comes and tells him something and attacks him, and then I had to intercept and get in front (of him) and then he attacks me.”</p><p>Hagerty said the suspect fled the scene prior to officers arriving. </p><p>Anyone with information about the suspect’s identity is asked to call the Fort Lauderdale Police Department or Broward Crime Stoppers at 954-493-8477.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Hot car child fatalities can be prevented by adopting a few safety steps]]></title><link>https://www.local10.com/news/local/2026/07/07/hot-car-child-fatalities-can-be-prevented-with-simple-steps/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/hot-car-child-fatalities-can-be-prevented-with-simple-steps/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[A 2-year-old child’s death on Sunday in Hallandale Beach served as a reminder of the safety steps that can prevent a tragedy. ]]></description><pubDate>Tue, 07 Jul 2026 15:33:35 +0000</pubDate><content:encoded><![CDATA[<p>A 2-year-old girl’s death <a href="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/">on Sunday</a> in Hallandale Beach and a 1-year-old boy’s death <a href="https://www.local10.com/news/local/2026/06/30/we-are-destroyed-plantation-daycare-mourns-toddler-who-cops-say-was-found-dead-in-dads-suv/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/30/we-are-destroyed-plantation-daycare-mourns-toddler-who-cops-say-was-found-dead-in-dads-suv/">on June 29</a> in Plantation served as painful reminders of the safety steps that can prevent a tragedy. </p><p><a href="https://www.local10.com/espanol/2026/07/07/muertes-de-ninos-al-interior-de-autos-con-altas-temperaturas-pueden-prevenirse-adoptando-medidas-de-seguridad/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/muertes-de-ninos-al-interior-de-autos-con-altas-temperaturas-pueden-prevenirse-adoptando-medidas-de-seguridad/">Leer en español</a></p><p>Both children were in hot cars. </p><p>More than 50% of<a href="https://www.noheatstroke.org/" target="_self" rel="" title="https://www.noheatstroke.org/"> pediatric vehicular heatstroke deaths </a>happen after a caregiver accidentally forgets a child in the back seat, <a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke">according</a> to the National Highway Traffic Safety Administration. </p><p>Some children die of vehicular heatstroke because they gained access to a vehicle and became trapped because an adult failed to keep the keys out of the child’s reach.</p><p>Children are at a higher risk of <a href="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581" target="_self" rel="" title="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581">heatstroke</a> than adults since their body temperature rises three to five times faster.</p><p>The risk is high even when it isn’t hot outside. <a href="https://www.consumerreports.org/cars/car-safety/hot-car-fatalities-year-round-threat-to-children-pets-heat-stroke-a2015990109/" target="_self" rel="" title="https://www.consumerreports.org/cars/car-safety/hot-car-fatalities-year-round-threat-to-children-pets-heat-stroke-a2015990109/">Consumer Reports recently reported</a> testing showed that while the outdoor temperature was 61 degrees, the temperature inside a closed car had reached more than 105 degrees in just one hour.</p><h3><b>Safety tips</b></h3><p><i>Never leave a child unattended in a vehicle. </i></p><p><i>If you see a child alone in a locked car, act immediately and call 911. </i></p><p><i>A child in distress due to heat should be removed from the vehicle as quickly as possible and rapidly cooled.</i></p><p><i>Store car keys and fobs out of a child’s reach and teach children that a vehicle is not a play area.</i></p><p><i>Remember that rolling the vehicle’s windows down or parking in the shade does little to change the interior temperature of the vehicle.</i></p><p><i>Write a note or place a stuffed animal in the passenger’s seat to remind you that a child is in the back seat.</i></p><p><i>Activate car and app reminders when available</i></p><p><i>Teach caregivers, sitters and grandparents about the dangers of hot cars</i></p><p><i>Source: </i><a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke"><i>NHTSA</i></a><i>, </i><a href="https://www.noheatstroke.org/" target="_self" rel="" title="https://www.noheatstroke.org/">NoHeatstroke.org</a>,<a href="https://www.myflfamilies.com/hotcar" target="_self" rel="" title="https://www.myflfamilies.com/hotcar"> Florida Department of Children and Families</a></p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Arrestan en Alabama al ex candidato a gobernador de Florida, Andrew Gillum  ]]></title><link>https://www.local10.com/espanol/2026/07/07/arrestan-en-alabama-al-ex-candidato-a-gobernador-de-florida-andrew-gillum/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/arrestan-en-alabama-al-ex-candidato-a-gobernador-de-florida-andrew-gillum/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description></description><pubDate>Tue, 07 Jul 2026 13:32:49 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Gillum, quien perdió por un margen extremadamente estrecho ante Ron DeSantis en la contienda por la gobernación de Florida en 2018 y fue alcalde de Tallahassee entre 2014 y 2018, ha sido arrestado la semana pasada en Alabama por cargos relacionados con drogas, según supo Local 10 News el martes.</p><p>Según los registros de la cárcel en línea, el ex candidato a gobernador fue arrestado el jueves por la noche en Daphne, Alabama, por cargos de posesión de drogas peligrosas, parafernalia de drogas y posesión de marihuana.</p><p>Desde entonces, fue puesto en libertad.</p><p>No se divulgaron de inmediato más detalles sobre el arresto del hombre de 46 años. </p><p>Según un comunicado de prensa del Departamento de Policía de Daphne, los agentes detuvieron a Gillum cuando conducía de forma errática alrededor de las 22:45 horas del jueves.</p><p>La policía indicó que uno de los agentes vio una pipa de cristal en la consola central del vehículo, lo que les llevó a registrar el coche.</p><p>Según la policía, también se incautaron varios porros de marihuana y tres paquetes de una sustancia que dio positivo en metanfetamina.</p><p>Enseguida, Gillum fue detenido e ingresado en la cárcel municipal de Daphne antes de ser trasladado al centro penitenciario del condado de Baldwin.</p><p>Gillum, quien se postuló como demócrata contra DeSantis en las elecciones de 2018, ya había sido noticia en marzo de 2020 después de que la Policía de Miami Beach informara que <a href="https://www.local10.com/news/local/2020/04/22/police-release-photos-of-hotel-room-where-andrew-gillum-found-in-apparent-incoherent-state/" target="_self" rel="" title="https://www.local10.com/news/local/2020/04/22/police-release-photos-of-hotel-room-where-andrew-gillum-found-in-apparent-incoherent-state/">lo encontró en el hotel Mondrian South Beach en estado de “ebriedad” junto a otros dos hombres.</a></p><p>Según un informe policial, los agentes encontraron tres pequeñas bolsas transparentes dentro de la habitación del hotel que contenían presunta metanfetamina cristalina, aunque los hombres nunca fueron acusados de ningún delito.</p><p>Gillum emitió un comunicado tras el incidente de 2020, en el que afirmó que había asistido a una boda la noche anterior y había estado bebiendo, pero negó haber consumido metanfetamina.</p><p>Gillum también fue noticia en 2023 cuando fue <a href="https://apnews.com/article/gillum-corruption-trial-florida-desantis-c6fc38fd504c3c48f72e8050d1779df0" target="_self" rel="" title="https://apnews.com/article/gillum-corruption-trial-florida-desantis-c6fc38fd504c3c48f72e8050d1779df0">absuelto de mentirle al FBI</a> en un caso de corrupción que también involucró el uso ilegal de contribuciones de campaña.</p><p>Hasta la mañana del martes, no había publicado un comunicado sobre el más reciente incidente en Alabama.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P4LHQ6TW3NDA3B2GNURGW47HTM.jpg?auth=2b5b39c1e1c381368255871945137138a7de3854f891d78283450f6977ef2f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Former Dallas Cowboys defensive end Kneeland had early stage CTE at time of death]]></title><link>https://www.local10.com/sports/2026/07/07/former-dallas-cowboys-defensive-end-kneeland-had-early-stage-cte-at-time-of-death/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/former-dallas-cowboys-defensive-end-kneeland-had-early-stage-cte-at-time-of-death/</guid><dc:creator><![CDATA[By JIM VERTUNO, Associated Press]]></dc:creator><description><![CDATA[AUSTIN, Texas (AP) — Former Dallas Cowboys defensive end Marshawn Kneeland, who died by suicide in November 2025 after a high-speed chase with police, had early stage chronic traumatic encephalopathy, a brain abnormality linked to repeated concussions, his family announced Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 17:03:35 +0000</pubDate><content:encoded><![CDATA[<p>AUSTIN, Texas (AP) — Former Dallas Cowboys defensive end Marshawn Kneeland, who died by suicide in November 2025 after a high-speed chase with police, had early stage chronic traumatic encephalopathy, a brain abnormality linked to repeated concussions, his family announced Tuesday.</p><p>The Boston University CTE Center, which investigates the long-term consequences of repetitive brain trauma in athletes and others, analyzed Kneeland's brain tissue after his death. Researchers determined Kneeland, who was 24, was in stage one of four of CTE.</p><p>___</p><p>EDITOR’S NOTE — This story includes discussion of suicide. If you or someone you know needs help, the national suicide and crisis lifeline in the U.S. is available by calling or texting 988. There is also an online chat at 988lifeline.org</p><p>___</p><p>CTE is a degenerative brain disease that has been found in athletes in contact sports, combat veterans and others who experience repetitive head trauma. It has been known to cause violent mood swings, impulsive behavior and depression. It can be diagnosed only after death.</p><p>“While this diagnosis does not change the tragedy of his passing, it provides important context about some of the struggles he may have been facing. We share this information to help people understand what NFL and other high contact sport athletes might be struggling with,” Kneeland’s family, including his girlfriend, Catalina Mancera, said in a statement issued through the Concussion and CTE Foundation.</p><p>“Raising awareness is important to us. We continue to remember Marshawn with compassion for the person he was, rather than defining him by the final moments of his life. One Love,” the family said.</p><p>The abnormality has also been linked to deaths in the National Football League, as well as in hockey and soccer.</p><p>Kneeland shot himself after evading authorities in his vehicle and fleeing a car crash on foot.</p><p>The chase happened after police said Kneeland didn’t stop for Texas Department of Public Safety troopers over a traffic violation. Authorities lost sight of the vehicle before locating it crashed minutes later.</p><p>As authorities were looking for Kneeland after he fled the crash site on foot, a dispatcher told officers that people who knew him had received a group text from Kneeland “saying goodbye,” indicating he might be suicidal.</p><p>According to a 2021 study by the Harvard Medical School and the Boston University CTE Center, NFL players are more than four times more likely to develop ALS than other men.</p><p>Dr. Chris Nowinski, CEO of the Concussion & CTE Foundation, noted Kneeland's diagnosis comes even amid a modern era of concussion protocols in professional and college athletics and better safety equipment.</p><p>Kneeland started playing tackle football when he was 7 years old. He played at Western Michigan University before he was selected by the Cowboys in the second round of the 2024 NFL draft.</p><p>“We have no reason to believe the current generation is at a lower risk of CTE than previous generations. Concussion protocols do not prevent CTE, because CTE is caused by repeated head impacts, not just concussions,” Nowinski said. “If we want to reduce CTE risk, we must implement CTE prevention protocols and aggressively reduce the number and strength of head impacts at every level of the game.”</p><p>___</p><p>AP NFL: https://apnews.com/hub/nfl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/PIKPKB2T6FUO2J7FPJ4Q2ZFRVM.jpg?auth=defb20a4a562a38c5b7f47fd07f20c2fd01479ccb5ff8a966dacce4f4e69f3c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Dallas Cowboys defensive end Marshawn Kneeland (94) looks on during an NFL football game between the Carolina Panthers and the Dallas Cowboys on Oct. 12, 2025, in Charlotte, N.C. (AP Photo/Jacob Kupferman, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jacob Kupferman</media:credit></media:content></item><item><title><![CDATA[Muertes de niños al interior de autos con altas temperaturas pueden prevenirse adoptando medidas de seguridad ]]></title><link>https://www.local10.com/espanol/2026/07/07/muertes-de-ninos-al-interior-de-autos-con-altas-temperaturas-pueden-prevenirse-adoptando-medidas-de-seguridad/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/muertes-de-ninos-al-interior-de-autos-con-altas-temperaturas-pueden-prevenirse-adoptando-medidas-de-seguridad/</guid><dc:creator><![CDATA[Jeff  Derderian , Andrea Torres]]></dc:creator><description><![CDATA[La muerte de un niño de 2 años el domingo en Hallandale Beach sirvió como recordatorio de las medidas de seguridad que pueden prevenir una tragedia.]]></description><pubDate>Tue, 07 Jul 2026 15:55:52 +0000</pubDate><content:encoded><![CDATA[<p>La muerte de una niña de dos años el domingo en Hallandale Beach y la muerte de un niño de un año el <a href="https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/06/30/estamos-destruidos-lamenta-guarderia-de-plantation-la-muerte-de-nino-pequeno-que-fue-encontrado-muerto-en-el-suv-de-su-padre-segun-la-policia/">29 de junio</a> en Plantation en sirvió como recordatorio de las medidas de seguridad que pueden prevenir una tragedia.</p><p>Ambos niños estaban al interior de autos que tenían altas temperaturas.</p><p>Más del 50% de las<a href="https://www.noheatstroke.org/" target="_self" rel="" title="https://www.noheatstroke.org/"> muertes pediátricas por golpes de calor</a> en vehículos ocurren después de que un cuidador olvida accidentalmente a un niño en el asiento trasero, <a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke">según</a> la Administración Nacional de Seguridad del Tráfico en las Carreteras.</p><p>Algunos niños mueren por golpes de calor en vehículos porque accedieron a un auto y quedaron atrapados, debido a que un adulto no mantuvo las llaves fuera de su alcance.</p><p>Los niños tienen un mayor riesgo de sufrir un <a href="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581" target="_self" rel="" title="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581">golpe de calor </a>que los adultos, ya que su temperatura corporal aumenta de tres a cinco veces más rápido.</p><p>El riesgo es alto incluso cuando no hace calor afuera. <a href="https://www.consumerreports.org/cars/car-safety/hot-car-fatalities-year-round-threat-to-children-pets-heat-stroke-a2015990109/" target="_self" rel="" title="https://www.consumerreports.org/cars/car-safety/hot-car-fatalities-year-round-threat-to-children-pets-heat-stroke-a2015990109/">Consumer Reports informó recientemente</a> que pruebas mostraron que, mientras la temperatura exterior era de 61 grados, la temperatura dentro de un auto cerrado alcanzó más de 105 grados en solo una hora.</p><p><i><b>Consejos de seguridad</b></i></p><p><i>Nunca deje a un niño sin supervisión dentro de un vehículo.</i></p><p><i>Si ve a un niño solo dentro de un auto cerrado, actúe de inmediato y llame al 911.</i></p><p><i>Un niño en peligro debido al calor debe ser sacado del vehículo lo más rápido posible y enfriado rápidamente.</i></p><p><i>Guarde las llaves del auto y los controles remotos fuera del alcance de los niños y enséñeles que un vehículo no es un área de juegos.</i></p><p><i>Recuerde que bajar las ventanas del vehículo o estacionarse a la sombra hace poco para cambiar la temperatura interior del vehículo.</i></p><p><i>Escriba una nota o coloque un animal de peluche en el asiento del pasajero para recordarle que hay un niño en el asiento trasero.</i></p><p><i>Active recordatorios del vehículo y de aplicaciones cuando estén disponibles.</i></p><p><i>Enseñe a cuidadores, niñeras y abuelos sobre los peligros de los autos calientes.</i></p><p><i>Fuente: </i><a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke"><i>NHTSA</i></a><i>, </i><a href="https://www.noheatstroke.org/" target="_self" rel="" title="https://www.noheatstroke.org/"><i>NoHeatstroke.org</i></a><i>, </i><a href="https://www.myflfamilies.com/hotcar" target="_self" rel="" title="https://www.myflfamilies.com/hotcar"><i>Departamento de Niños y Familias de Florida</i></a></p>]]></content:encoded></item><item><title><![CDATA[July 7: Heat advisory this afternoon with isolated inland storms]]></title><link>https://www.local10.com/weather/2026/07/07/july-7-heat-advisory-this-afternoon-with-isolated-inland-storms/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/07/july-7-heat-advisory-this-afternoon-with-isolated-inland-storms/</guid><dc:creator><![CDATA[Jennifer Collins]]></dc:creator><description><![CDATA[A Heat Advisory has been issued for metro Broward and Miami-Dade through the evening.]]></description><pubDate>Tue, 07 Jul 2026 16:53:27 +0000</pubDate><content:encoded><![CDATA[<p>A Heat Advisory has been issued for metro Broward and Miami-Dade through the evening. Temperatures remain in the lower 90s, but heat indices will reach 105 degrees and higher. As the sea breeze moves onshore, a few storms will develop, mainly inland, though a shower or two could move towards the coast into the evening. Saharan dust arrives later tonight and will linger through mid-week. This will lower storm chances while keeping conditions hazy, hot and humid with highs in the lower and middle 90s into the weekend. </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[AP-NORC poll: About 3 in 10 US adults believe Israel has committed genocide against Palestinians]]></title><link>https://www.local10.com/news/politics/2026/07/07/us-support-for-israel-slips-as-democrats-grow-more-critical-ap-norc-poll-finds/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/07/us-support-for-israel-slips-as-democrats-grow-more-critical-ap-norc-poll-finds/</guid><dc:creator><![CDATA[By STEVE PEOPLES and LINLEY SANDERS, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — After decades of reliable bipartisan backing for Israel, a new AP-NORC poll reveals a dramatic erosion of support for the longtime U.S. ally, with rising opposition from Democrats and signs of division among Republicans.]]></description><pubDate>Tue, 07 Jul 2026 15:27:53 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — After decades of reliable bipartisan backing for Israel, a new AP-NORC poll reveals a dramatic erosion of support for the longtime U.S. ally, with rising opposition from Democrats and signs of division among Republicans.</p><p>The survey by The Associated Press-NORC Center for Public Affairs Research arrives at a moment when a once-consensus foreign policy issue is increasingly polarizing Americans along partisan and generational lines, driven by criticism for Israel’s conduct nearly three years after the outbreak of its latest war with Hamas in Gaza.</p><p>About one-third of U.S. adults — including roughly half of Democrats — believe that Israel has committed genocide against Palestinians during the war in Gaza, an accusation that’s been leveled by some human rights organizations and vehemently denied by Israel and the U.S. government. About 2 in 10 Americans say Israel has not and the rest, about half, don’t know enough to say.</p><p>A similar share, 30%, of Jewish adults say Israel has committed genocide, although about half, 49%, say it has not.</p><p>Harold Kalmus, a 69-year-old Democrat from Arden, Delaware who describes himself as Jewish by birth, said he remembers being proud of Israel when he was younger. Not anymore.</p><p>“I realize that there is a threat from Hamas. And I realize they’re in a very difficult situation, but what they have done is just an unspeakable horror,” he said of Israel’s military action against the Palestinians. “They’re trying to wipe out a civilization as far as I’m concerned.”</p><p>The findings show sharply eroded views of Israel in the U.S., nearly three years after Hamas’ attack on Oct. 7, 2023, which left 1,200 people dead in Israel, mainly civilians, while 251 hostages were taken back to Gaza. More than 73,000 Palestinians have died in Gaza according to the Hamas-run Gaza Health Ministry, which doesn’t distinguish between civilian and militant deaths, including more than 1,000 killed since the beginning of the latest ceasefire. American sympathies had been shifting toward the Palestinians and away from the Israelis since around 2020, according to other polling, but has nose-dived since the latest war in Gaza began.</p><p>Many Americans, about 4 in 10, don’t know enough to say whether Israel’s immediate military response to Hamas’ attack or its ongoing military operations were justified. Among those who did have an opinion in each case, most say the initial retaliation was justified — but a majority think its current actions are not.</p><p>About three-quarters of Jewish adults said Israel’s initial response was justified, but only about 4 in 10 believe that about its ongoing operations.</p><p>Only about one-third of U.S. adults view Israel as an “extremely” or “very” important issue to them personally. But it’s been a searing topic in American politics as the relationship between the two countries remains tense, just four months before high-stakes midterm elections determine the balance of power in Congress for President Donald Trump’s final two years in office. Vice President JD Vance recently criticized Israeli leaders who have expressed frustration with Trump, while vocal critics of Israel recently defeated establishment-backed Democrats in New York and Colorado primaries.</p><p>Democrats’ support for Israel drops</p><p>The AP-NORC poll reveals a decisive shift within the Democratic Party.</p><p>About 58% of Democrats now say the U.S. is “too supportive” of the Israelis, up from 45% in an AP-NORC poll from January 2024 when former President Joe Biden was in office. That includes 51% of Jewish Democrats in the new poll.</p><p>Roughly 6 in 10 Democrats, 62%, say the U.S. is “not supportive enough” of the Palestinians, up from 49% in 2024. Younger Democrats — those 45 and younger — are still more likely than older ones to say that the United States is “not supportive enough” of the Palestinians, but older Democrats are catching up to their younger counterparts. About 57% of older Democrats now say the U.S. should do more for the Palestinians, up from 39% two years ago.</p><p>Joy Jennik, a 73-year-old Democrat from Brookfield, Wisconsin, said she didn’t have strong opinions about the U.S. relationship with Israel until after Hamas’ Oct. 7 attack.</p><p>Now, she believes Israel is guilty of genocide.</p><p>“The Gaza Strip, there’s not a lot left of it. Those poor people are barely living,” said Jennik, a retired home economics teacher.</p><p>GOP stays behind Israel, but less so among young Republicans</p><p>Just a sliver of Republicans, 13%, describe Israel’s actions as genocide, although there is an apparent age gap. About 2 in 10 Republicans under 45 say Israel has committed genocide, while about 1 in 10 Republicans ages 45 and older say the same.</p><p>Overall, 60% of Republicans describe the U.S. support for Israel as “about right.” Only about 2 in 10 Republicans say that the United States is “too supportive” of the Israelis, although Republicans under 45 are more likely to say this.</p><p>The share of Republicans overall who say the U.S. is “too supportive” of Israel has not changed meaningfully since 2024, but the share who say the U.S. is “not supportive enough” has shrunk from 39% to 15%.</p><p>Mike Cardona, a 70-year-old Republican from suburban Phoenix, said he’s pleased with the level of support that the U.S. is giving Israel and rejects the notion that Israel has committed genocide.</p><p>“I wish they’d gone in harder and better,” Cardona, a retired industrial supply salesperson said of Israel’s military action in Gaza. “Unfortunately, some innocents will be hurt, but Hamas and Hezbollah never took that into consideration when they were killing children and women in Israel.”</p><p>Netanyahu is broadly unpopular, while views of Mamdani are split</p><p>In interviews, several respondents emphasized that their criticism of Israel was focused on its leaders, especially Prime Minister Benjamin Netanyahu, who is perceived as closely aligned with Trump after repeated clashes with Democratic presidents.</p><p>Overall, only 20% of U.S. adults have a favorable view of the Israeli prime minister, while about twice as many, 38%, have an unfavorable view. About 41% don’t know enough to have an opinion.</p><p>Netanyahu is particularly unpopular among Jewish adults: about 6 in 10 view him unfavorably, while about one-third see him positively.</p><p>Younger adults, regardless of party, are more likely than older adults to say they don’t have an opinion about Netanyahu. But while older Republicans see Netanyahu more positively than negatively, younger Republicans’ views tilt unfavorably.</p><p>New York City Mayor Zohran Mamdani has gained prominence as an outspoken critic of Israel, and 27% of U.S. adults have a favorable opinion of the 34-year-old democratic socialist. Another 28% of U.S. adults have an unfavorable opinion, while 44% don’t know enough to say.</p><p>Jewish adults, who overwhelmingly identify as Democrats, have a more positive view of Mamdani than of Netanyahu, with 44% viewing the New York City mayor positively, 39% viewing him negatively, and 17% saying they don’t know enough to say.</p><p>About half of Democrats overall have a favorable impression of Mamdani and only about 1 in 10 have an unfavorable view of him, while the rest, about 39%, don’t have an opinion.</p><p>Meanwhile, the U.S.-Israel relationship is not top of mind for many Americans as they think about the upcoming midterm elections.</p><p>For people like Michael Ripka, a 34-year-old stage hand from Casper, Wyoming who typically votes Republican, the economy is by far the most important thing on his mind.</p><p>“Everything is mad expensive,” he said. The conflicts in the Middle East, he added, is “100% a very big distraction.”</p><p>___</p><p>Sanders reported from Washington.</p><p>___</p><p>The AP-NORC poll of 3,040 adults was conducted June 11-17 using a sample drawn from NORC’s probability-based AmeriSpeak Panel, which is designed to be representative of the U.S. population. The poll included interviews with 1,022 Jewish adults. The margin of sampling error for adults overall is plus or minus 2.8 percentage points and the margin of sampling error for Jewish adults is plus or minus 5.0 percentage points.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QLYZ5JFFWHBORTQ4YITRZAGYPA.jpg?auth=4c2e286c94f3b44d2edf88bcf62b2a17b5e4d55ef51f3fdbd765c35c8b2a555d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump shakes hands with Israel's Prime Minister Benjamin Netanyahu at the end of a news conference at Mar-a-Lago, Dec. 29, 2025, in Palm Beach, Fla. (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/36YLCVTYWUBTZSQ36VHXMA27WI.jpg?auth=f5817417e1037e7372080d7cb640569d8652c855562cd46967d375bc7b26bc42&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Mayor Zohran Mamdani delivers an address from George Washington's desk, surrounded by recently naturalized citizens, to commemorate America's 250th anniversary on Friday, July 3, 2026, in New York. (Anna Connors /The New York Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Anna Connors</media:credit></media:content></item><item><title><![CDATA[Detienen al sospechoso de un robo de coche; el vehículo acabó en un canal, según la Policía de Sunrise  ]]></title><link>https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Sospechoso fue arrestado tras robo de vehículo, ocurrido en la cuadra 2900 de Northwest 60th Av.]]></description><pubDate>Tue, 07 Jul 2026 13:50:12 +0000</pubDate><content:encoded><![CDATA[<p>Un sospechoso fue arrestado la mañana del martes después de que un robo de vehículo terminara con el auto cayendo a un canal en Sunrise, informaron las autoridades.</p><p>Según la Policía de Sunrise, el robo del vehículo ocurrió en la cuadra 2900 de Northwest 60th Av.</p><figure><img src="https://www.local10.com/resizer/v2/GBDSS5XTXVBZRG5WVLKFEGLLXI.jpeg?auth=f928a71e22160e0af96c4b46e934d6f273f3da0888d5032203b314d6d5fea4ee&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La Policía indicó que los agentes establecieron un perímetro y el sospechoso abandonó el vehículo que terminó cayendo a un canal cercano.</p><p>Las autoridades informaron que ni el sospechoso ni alguna otra persona cayeron al agua.</p><p>La Policía confirmó que el sospechoso fue arrestado.</p><p>No se divulgaron de inmediato más detalles.</p>]]></content:encoded></item><item><title><![CDATA[Ex-Florida gubernatorial candidate Andrew Gillum arrested in Alabama]]></title><link>https://www.local10.com/news/florida/2026/07/07/ex-florida-gubernatorial-candidate-andrew-gillum-arrested-in-alabama/</link><guid isPermaLink="true">https://www.local10.com/news/florida/2026/07/07/ex-florida-gubernatorial-candidate-andrew-gillum-arrested-in-alabama/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Andrew Gillum, who lost to Ron DeSantis by a slim margin in the 2018 Florida governor’s race and served as Tallahassee’s mayor from 2014-2018, was arrested last week in Alabama on drug charges, Local 10 News learned Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 13:20:14 +0000</pubDate><content:encoded><![CDATA[<p>Andrew Gillum, who lost to Ron DeSantis by an extremely slim margin in the 2018 Florida governor’s race and served as Tallahassee’s mayor from 2014-2018, was arrested last week in Alabama on drug charges, Local 10 News learned Tuesday.</p><p><a href="https://www.local10.com/espanol/2026/07/07/arrestan-en-alabama-al-ex-candidato-a-gobernador-de-florida-andrew-gillum/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/arrestan-en-alabama-al-ex-candidato-a-gobernador-de-florida-andrew-gillum/">Leer en español</a></p><p>According to online jail records, the former politician was arrested Thursday night in Daphne, Alabama on charges of possession of dangerous drugs, drug paraphernalia and possession of marijuana. </p><p>He has since been released from jail. </p><p>Further details surrounding the 46-year-old’s arrest were not immediately released. </p><p>According to a press release from the Daphne Police Department, officers pulled over Gillum as he was driving erratically at about 10:45 p.m. Thursday. </p><p>Police said one of the officers spotted a glass pipe on the center console of the vehicle, which led them to search the car.</p><p>According to police, several rolled marijuana cigarettes and three packages of a substance that tested positive for methamphetamine were also recovered. </p><p>Gillum was then arrested and booked into the Daphne City Jail before being transported to the Baldwin County Correctional Facility.</p><p>Gillum, who ran as a Democrat against DeSantis in the 2018 election, previously made headlines in March 2020 after Miami Beach police said they <a href="https://www.local10.com/news/local/2020/04/22/police-release-photos-of-hotel-room-where-andrew-gillum-found-in-apparent-incoherent-state/" target="_self" rel="" title="https://www.local10.com/news/local/2020/04/22/police-release-photos-of-hotel-room-where-andrew-gillum-found-in-apparent-incoherent-state/">found him at the Mondrian South Beach Hotel in an “inebriated” state with two other men.</a></p><p>According to a police report, officers found three small clear bags inside the hotel room containing suspected crystal meth, although the men were never charged with a crime.</p><p>Gillum released a statement after the 2020 incident, saying he was at a wedding the night before the incident and was drinking, but denied taking any methamphetamines.</p><p>Gillum also made headlines in 2023 when he was<a href="https://apnews.com/article/gillum-corruption-trial-florida-desantis-c6fc38fd504c3c48f72e8050d1779df0" target="_self" rel="" title="https://apnews.com/article/gillum-corruption-trial-florida-desantis-c6fc38fd504c3c48f72e8050d1779df0"> acquitted of lying to the FBI </a>in a corruption case that also involved illegal use of campaign contributions.</p><p>He has not publicly released a statement regarding the latest incident in Alabama, as of Tuesday morning.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/P4LHQ6TW3NDA3B2GNURGW47HTM.jpg?auth=2b5b39c1e1c381368255871945137138a7de3854f891d78283450f6977ef2f7e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Atacan a madre y a su hijo de 12 años con un objeto contundente mientras caminaban en Fort Lauderdale, dice la Policía ]]></title><link>https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/atacan-a-madre-y-a-su-hijo-de-12-anos-con-un-objeto-contundente-mientras-caminaban-en-fort-lauderdale-dice-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor, Roy Ramos]]></dc:creator><description><![CDATA[Una mujer y su hijo de 12 años fueron atacados alrededor de las 7:30 a.m. en la cuadra 1000 de Northwest Fifth Avenue.]]></description><pubDate>Tue, 07 Jul 2026 14:05:48 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer y su hijo de 12 años fueron atacados la mañana del martes mientras caminaban en Fort Lauderdale, informaron las autoridades.</p><p>Según la Policía de Fort Lauderdale, el incidente fue reportado alrededor de las 7:30 a.m. en la cuadra 1000 de Northwest Fifth Avenue.</p><p>La detective Kerri Hagerty indicó que la madre y el hijo fueron abordados por detrás por una persona desconocida, que golpeó a ambos con un “objeto contundente”.</p><p>Hagerty informó que la mujer sufrió una cortada en la parte posterior de la cabeza y que el menor sufrió una abrasión en el rostro.</p><p>Ambas víctimas fueron trasladadas al Broward Health Medical Center. Se informó que sus lesiones no ponen en peligro sus vidas.</p><p>El reportero de Local 10 Roy Ramos habló con la madre después del ataque, quien dijo que estaba caminando con su hijo, quien tiene necesidades especiales, hacia una parada de autobús para llevarlo a la escuela cuando fueron atacados.</p><p>Dijo que un hombre los golpeó con un palo.</p><p>“Un tipo simplemente viene detrás de nosotros, de la nada. Mi hijo no habla, tiene una discapacidad”, dijo la mujer identificada únicamente como Chrissy, agregando que su hijo tiene autismo.</p><p>Hagerty indicó que el sospechoso huyó del lugar antes de que llegaran los agentes.</p><p>Cualquier persona con información sobre la identidad del sospechoso debe comunicarse con el Departamento de Policía de Fort Lauderdale o con Broward Crime Stoppers al 954-493-8477.</p>]]></content:encoded></item><item><title><![CDATA[Hallan un hombre muerto en el Intracoastal cerca del puente de Sheridan Street, informa Policía de Hollywood]]></title><link>https://www.local10.com/espanol/2026/07/07/hallan-un-hombre-muerto-en-el-intracoastal-cerca-del-puente-de-sheridan-street-informa-policia-de-hollywood/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/hallan-un-hombre-muerto-en-el-intracoastal-cerca-del-puente-de-sheridan-street-informa-policia-de-hollywood/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre fue hallado sin vida luego de que un transeúnte viera su cuerpo flotando en el Intracoastal Waterway.]]></description><pubDate>Tue, 07 Jul 2026 13:58:17 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre fue hallado sin vida la mañana del martes luego de que un transeúnte viera su cuerpo flotando en el Intracoastal Waterway, informó la Policía de Hollywood.</p><p>Según la Policía, una persona que caminaba por el puente de Sheridan Street vio el cuerpo en el agua poco antes de las 7:20 a.m. y llamó a las autoridades.</p><p>La Policía de Hollywood confirmó que la Oficina del Sheriff de Broward colaboró en la recuperación del cuerpo del agua.</p><p>Los agentes identificaron a la víctima únicamente como un hombre blanco, mientras continúan los esfuerzos para determinar su identidad.</p><p>Por el momento se desconoce la causa de la muerte y la Policía indicó que no está claro si hubo mano criminal.</p><p>“En estos momentos, nuestra Unidad de Homicidios está investigando este caso, tal y como hace con todas las investigaciones por fallecimiento!, afirmó el agente Christian Lata. ”El forense acudirá al lugar y llevará a cabo su investigación junto con nuestros detectives de homicidios, y cuando determinen la causa de la muerte o si hay indicios de acto delictivo, podremos continuar con dicha investigación".</p>]]></content:encoded></item><item><title><![CDATA[Madre atropella accidentalmente a su hijo de un año con SUV en entrada de vivienda en West Park, según agentes ]]></title><link>https://www.local10.com/espanol/2026/07/07/madre-atropella-accidentalmente-a-su-hijo-de-un-ano-con-suv-en-entrada-de-vivienda-en-west-park-segun-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/madre-atropella-accidentalmente-a-su-hijo-de-un-ano-con-suv-en-entrada-de-vivienda-en-west-park-segun-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Oficina del Sheriff de Broward publicó más detalles el martes sobre un accidente automovilístico en West Park que dejó muerto a un niño de un año.]]></description><pubDate>Tue, 07 Jul 2026 16:33:03 +0000</pubDate><content:encoded><![CDATA[<p>La Oficina del Sheriff de Broward publicó más detalles el martes sobre un accidente automovilístico en West Park que dejó muerto a un niño de un año.</p><p>Según los agentes, Wilson Matias Jr., de 19 meses, salió corriendo de su casa en Allen Road poco después de las 2 p.m. del lunes mientras su madre, Ericka Cante Hernandez, de 33 años, sacaba de la entrada un Chevrolet Suburban 2024.</p><p>Los agentes dijeron que Hernandez accidentalmente <a href="https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/">golpeó a su hijo con la camioneta SUV</a>.</p><p>Wilson fue trasladado por paramédicos al Hospital Memorial Regional, donde murió.</p><p>Aunque los detectives creen que el accidente fue accidental, dijeron que la investigación continúa.</p><p>Familiares le dijeron a Local 10 News el lunes que cariñosamente se referían a Wilson como Junior.</p><p>Desde entonces crearon una página de <a href="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story" target="_self" rel="" title="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story">GoFundMe</a> para ayudar con los gastos del funeral y los servicios conmemorativos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XPB47TCFYJEUTK6MUYONKR3KZY.jpg?auth=f01a4976f0a56d761bbbb0430c5de1c9f806bb9e02d73014ceac2e6481db6f4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[BSO: 1-year-old boy dies after being struck by vehicle in West Park]]></title><link>https://www.local10.com/news/2026/07/06/fire-rescue-driver-struck-toddler-in-broward/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/06/fire-rescue-driver-struck-toddler-in-broward/</guid><dc:creator><![CDATA[Bridgette Matter, Andrea Torres]]></dc:creator><description><![CDATA[A 2-year-old boy died after being struck by a car on Monday afternoon in West Park, according to Broward Sheriff’s Office deputies. ]]></description><pubDate>Mon, 06 Jul 2026 19:51:31 +0000</pubDate><content:encoded><![CDATA[<p>A 1-year-old boy died after being struck by a car on Monday afternoon in West Park, according to Broward Sheriff’s Office deputies.</p><p><a href="https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/">Leer en español</a></p><p>Broward Sheriff Fire Rescue personnel and BSO deputies responded after 2 p.m. to Southwest 56th Avenue and Allen Road, according to BSO. </p><p>Fire rescue personnel took the child to Memorial Regional Hospital, according to BSFR Battalion Chief Michael B. Kane. </p><p>“Sadly, he was pronounced deceased,” Carey Codd, a BSO spokesman, wrote in a statement, adding that BSO’s traffic homicide unit detectives were investigating the case. </p><p>Deputies said the driver remained at the scene after the boy was struck in a driveway. </p><p>Family members identified the child as 1-year-old Wilson Alexander, adding that he was called Junior. </p><p><a href="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story">They have created a GoFundMe page</a> to help with expenses. </p><p><i>Local 10 News Assignment Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded></item><item><title><![CDATA[BSO: Niño de 1 año muere atropellado en West Park]]></title><link>https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/06/nino-de-2-anos-muere-atropellado-en-west-park/</guid><dc:creator><![CDATA[Andrea Torres, Bridgette Matter]]></dc:creator><description><![CDATA[El accidente ocurrió la tarde del lunes en Southwest 56th Avenue y Allen Road. La unidad de homicidios de tránsito de BSO investiga el caso.]]></description><pubDate>Mon, 06 Jul 2026 20:26:10 +0000</pubDate><content:encoded><![CDATA[<p>Un niño de 1 año murió después de que un conductor lo atropellara la tarde del lunes en West Park, según agentes de la Oficina del Alguacil de Broward.</p><p>Personal de Broward Sheriff Fire Rescue y agentes de BSO respondieron después de las 2 p.m. a la intersección de Southwest 56th Avenue y Allen Road, según BSO.</p><p>El personal de bomberos y rescate trasladó al menor al Memorial Regional Hospital, según el jefe de batallón de BSFR, Michael B. Kane.</p><p>“Lamentablemente, fue declarado fallecido”, escribió Carey Codd, portavoz de BSO, en un comunicado, y añadió que detectives de la unidad de homicidios de tránsito de BSO investigan el caso.</p><p>Los agentes indicaron que el conductor permaneció en el lugar de los hechos después de que el niño fuera atropellado en la entrada de una vivienda.</p><p>Los familiares identificaron al niño como Wilson Alexander, de 1 año, y añadieron que le llamaban «Junior».</p><p><a href="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story" target="_self" rel="" title="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story">Han creado una página en GoFundMe</a> para ayudar a sufragar los gastos.</p><p>La editora de asignaciones de Local 10 News, Carson Merlo, contribuyó a este reporte.</p>]]></content:encoded></item><item><title><![CDATA[Mother accidentally strikes 1-year-old son with SUV in driveway of West Park home, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/07/mother-accidentally-strikes-1-year-old-son-with-suv-in-driveway-of-west-park-home-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/mother-accidentally-strikes-1-year-old-son-with-suv-in-driveway-of-west-park-home-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[The Broward Sheriff’s Office released more details Tuesday about a car crash in West Park that left a 1-year-old boy dead.]]></description><pubDate>Tue, 07 Jul 2026 16:02:31 +0000</pubDate><content:encoded><![CDATA[<p>The Broward Sheriff’s Office released more details Tuesday about a car crash in West Park that left a 1-year-old boy dead.</p><p><a href="https://www.local10.com/espanol/2026/07/07/madre-atropella-accidentalmente-a-su-hijo-de-un-ano-con-suv-en-entrada-de-vivienda-en-west-park-segun-agentes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/madre-atropella-accidentalmente-a-su-hijo-de-un-ano-con-suv-en-entrada-de-vivienda-en-west-park-segun-agentes/">Leer en español</a></p><p>According to deputies, Wilson Matias Jr., who was 19 months old, ran out of his home on Allen Road shortly after 2 p.m. Monday as his mother, Ericka Cante Hernandez, 33, was pulling out of the driveway in a 2024 Chevrolet Suburban.</p><p>Deputies said Hernandez accidentally <a href="https://www.local10.com/news/2026/07/06/fire-rescue-driver-struck-toddler-in-broward/" target="_self" rel="" title="https://www.local10.com/news/2026/07/06/fire-rescue-driver-struck-toddler-in-broward/">struck her son with the SUV.</a></p><p>Wilson was transported by paramedics to Memorial Regional Hospital where he died.</p><p>Although detectives believe the crash was accidental, they said the investigation remains ongoing.</p><p>Family members told Local 10 News Monday that they affectionately referred to Wilson as Junior.</p><p>They have since created a <a href="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story" target="_self" rel="" title="https://www.gofundme.com/f/ayuda-para-funeral-y-memorial-de-nuestro-angelito?attribution_id=sl:a800cc74-257e-456a-b0a5-cb6e6b691dd4&amp;lang=en_US&amp;ts=1783366851&amp;utm_campaign=man_sharesheet_dash&amp;utm_content=amp20_t1&amp;utm_medium=customer&amp;utm_source=instagram_story">GoFundMe page</a> to assist with funeral and memorial expenses.</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/XPB47TCFYJEUTK6MUYONKR3KZY.jpg?auth=f01a4976f0a56d761bbbb0430c5de1c9f806bb9e02d73014ceac2e6481db6f4a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Suspect in custody after vehicle burglary; car rolls into canal, Sunrise police say ]]></title><link>https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A suspect was taken into custody Tuesday morning after a vehicle burglary ended with the car rolling into a canal in Sunrise, authorities said.]]></description><pubDate>Tue, 07 Jul 2026 10:50:49 +0000</pubDate><content:encoded><![CDATA[<p>A suspect was taken into custody Tuesday morning after a vehicle burglary ended with the car rolling into a canal in Sunrise, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/detienen-al-sospechoso-de-un-robo-de-coche-el-vehiculo-acabo-en-un-canal-segun-la-policia-de-sunrise/">Leer en español</a></p><p>According to Sunrise police, the vehicle burglary occurred in the 2900 block of Northwest 60<sup>th</sup> Avenue.</p><figure><img src="https://www.local10.com/resizer/v2/GBDSS5XTXVBZRG5WVLKFEGLLXI.jpeg?auth=f928a71e22160e0af96c4b46e934d6f273f3da0888d5032203b314d6d5fea4ee&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Police said a perimeter was established by officers and the suspect abandoned the vehicle, which rolled into a nearby canal.</p><p>The suspect, nor any others, ever entered the water, authorities said.</p><p>Police confirmed that the suspect was taken into custody.</p><p>No other details were immediately released.</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Man found dead in Intracoastal near Sheridan Street bridge, Hollywood police say]]></title><link>https://www.local10.com/news/local/2026/07/07/man-found-dead-in-intracoastal-near-sheridan-street-bridge-hollywood-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/man-found-dead-in-intracoastal-near-sheridan-street-bridge-hollywood-police-say/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[A man was found dead Tuesday morning – his body spotted floating in the Intracoastal Waterway by a passerby, Hollywood police said.]]></description><pubDate>Tue, 07 Jul 2026 13:40:58 +0000</pubDate><content:encoded><![CDATA[<p>A man was found dead Tuesday morning – his body spotted floating in the Intracoastal Waterway by a passerby, Hollywood police said.</p><p><a href="https://www.local10.com/espanol/2026/07/07/hallan-un-hombre-muerto-en-el-intracoastal-cerca-del-puente-de-sheridan-street-informa-policia-de-hollywood/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/hallan-un-hombre-muerto-en-el-intracoastal-cerca-del-puente-de-sheridan-street-informa-policia-de-hollywood/">Leer en español</a></p><p>According to police, someone walking across the Sheridan Street bridge spotted the body in the water just before 7:20 a.m. and called police.</p><p>Hollywood police confirmed that the Broward Sheriff’s Office assisted in recovering the body from the water.</p><p>The victim was identified by officers only as a white man as they are still working to find out who he was. </p><p>His cause of death is unknown at this time and police said it’s unclear whether foul play was involved. </p><p>“At this time, our Homicide Unit is investigating this, as they do all death investigations,” Officer Christian Lata said. “The medical examiner will come out and conduct their investigation along with our homicide detectives, and when they determine the cause of death or if they determine there’s any foul play, we can proceed with that investigation.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[FIFA World Cup 2026: Round of 16 plays last 2 direct-knockout matches]]></title><link>https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-round-of-16-plays-last-2-direct-knockout-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-round-of-16-plays-last-2-direct-knockout-matches/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have two more Round of 16 direct-knockout matches on Tuesday before eight teams advance to the quarterfinals. ]]></description><pubDate>Tue, 07 Jul 2026 15:52:57 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have two more <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> direct-knockout matches on Tuesday before eight teams advance to the quarterfinals.</p><p><a href="https://www.local10.com/espanol/2026/07/07/copa-del-mundo-de-la-fifa-2026-en-los-octavos-de-final-se-disputan-los-dos-ultimos-partidos-de-eliminacion-directa/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/copa-del-mundo-de-la-fifa-2026-en-los-octavos-de-final-se-disputan-los-dos-ultimos-partidos-de-eliminacion-directa/">Leer en español</a></p><p>Argentina vs. Egypt started at noon in Atlanta. </p><p>Colombia vs. Switzerland is at 4 p.m. in Vancouver. </p><p>The winners of the two matches will advance to the quarterfinal match at 9 p.m. on July 11. </p><figure><img src="https://www.local10.com/resizer/v2/ZJMGJLKLJQ56TYTTQUO7YFOA3M.jpg?auth=ffbb0bea8cba61f0894970a11e1e374ccabc0fcb202eaf1c3483c716d814a421&smart=true&width=1200&height=900" alt="Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Gareth Patterson)" height="900" width="1200"/><figcaption>Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Gareth Patterson)</figcaption></figure><p>The <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>‘s eight single-elimination knockout matches started on Saturday. </p><p>The<a href="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/"> U.S.</a>, <a href="https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/">Portugal</a>, <a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Canada</a>, <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">Paraguay</a>, <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">Mexico</a>, and <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Brazil</a> were eliminated. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/">After his suspension was lifted in scrutinized move, Balogun has little impact in US World Cup loss</a></p><figure><img src="https://www.local10.com/resizer/v2/BKVZJSUVQWHYS3S354R7XWMGBU.jpg?auth=614f5c303beddd781b74fd6c2b01f33ee62859b5df9e5e65b89d36af8820e70c&smart=true&width=1200&height=900" alt="United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)" height="900" width="1200"/><figcaption>United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)</figcaption></figure><h3><b>Qualifications</b></h3><p><a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Morocco</a> and <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">France</a> advanced to a quarterfinal match scheduled at 4 p.m. on July 9th.</p><p><a href="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/">Belgium</a> and <a href="https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/">Spain</a> advanced to the quarterfinal match at 3 p.m. on July 10. </p><p><a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Norway</a> and <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">England</a> advanced to a quarterfinal match scheduled at 5 p.m. on July 11. </p><figure><img src="https://www.local10.com/resizer/v2/SSDNSCFP6N736TMIS5BT2SY64U.jpg?auth=3bbb02aff1daddfd81e462438c43637064ea5122e283896713e9a0c515266ab2&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) leads the team as they participate in a viking boat row after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Frank Franklin II)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) leads the team as they participate in a viking boat row after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Frank Franklin II)</figcaption></figure><p>The tournament, held every four years, started with 48 teams on June 11. </p><p>After matches within 12 groups of four, 16 teams were eliminated. The <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Round of 32</a> matches eliminated 16 more from June 28 to Friday. </p><figure><img src="https://www.local10.com/resizer/v2/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&smart=true&width=1200&height=900" alt="France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)" height="900" width="1200"/><figcaption>France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)</figcaption></figure><p><b>Related link</b>: <a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></p><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 9</b>: Morocco vs. France at 4 p.m. </p><p><b>July 10</b>: Belgium vs. Spain at 3 p.m. </p><p><b>July 11</b>: Norway vs. England is at 5 p.m. There is a quarterfinal match at 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals </b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals </b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27TRTNHN3VGJGUUFVJSIP3AQZU.jpg?auth=164905f958a1e30cf62066e4256ed06dc21e2a02c8a3a8c2d8e9acd4122810d0&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 celebrates scoring his side's opening goal against Cape Verde during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Copa del Mundo de la FIFA 2026: en los octavos de final se disputan los dos últimos partidos de eliminación directa]]></title><link>https://www.local10.com/espanol/2026/07/07/copa-del-mundo-de-la-fifa-2026-en-los-octavos-de-final-se-disputan-los-dos-ultimos-partidos-de-eliminacion-directa/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/copa-del-mundo-de-la-fifa-2026-en-los-octavos-de-final-se-disputan-los-dos-ultimos-partidos-de-eliminacion-directa/</guid><dc:creator><![CDATA[Jackie Pascale, Andrea Torres]]></dc:creator><description><![CDATA[Aficionados a la Copa del Mundo de la FIFA 2026 podrán disfrutar este martes de dos partidos más de la fase de octavos de final.]]></description><pubDate>Tue, 07 Jul 2026 16:22:11 +0000</pubDate><content:encoded><![CDATA[<p>Los aficionados a la Copa del Mundo de la FIFA 2026 podrán disfrutar este martes de dos partidos más de la fase de octavos de final antes de que ocho equipos pasen a cuartos de final.</p><p>El partido entre Argentina y Egipto se disputará al mediodía en Atlanta. </p><p>El partido entre Colombia y Suiza será a las 4 de la tarde en Vancouver.</p><figure><img src="https://www.local10.com/resizer/v2/GJWXA2KMMGCGRZ4DKGHXBCWI6U.jpg?auth=05f9f3568655d5584334c8ccb85e7e3921417cabea074b48d494b0708dae9db8&smart=true&width=1200&height=900" alt="Colombia's Johan Mojica (17) kicks the ball over Ghana's Inaki Williams for the ball during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Ed Zurga)" height="900" width="1200"/><figcaption>Colombia's Johan Mojica (17) kicks the ball over Ghana's Inaki Williams for the ball during the World Cup round of 32 soccer match between Colombia and Ghana in Kansas City, Mo., Friday, July 3, 2026. (AP Photo/Ed Zurga)</figcaption></figure><p>Los ganadores de los dos partidos pasarán a los cuartos de final y se enfretarán el 11 de julio a las 21:00 horas.</p><p>Los ocho partidos de la ronda de dieciséis, disputados a un solo partido, comenzaron el sábado.</p><p>Estados Unidos, Portugal, Canadá, Paraguay, México y Brasil quedaron eliminados.</p><p><b>Noticia relacionada:</b> <a href="https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/">Tras el levantamiento de su suspensión, en una decisión muy criticada, Balogun tuvo poca influencia en la derrota de Estados Unidos en el Mundial.</a></p><figure><img src="https://www.local10.com/resizer/v2/BKVZJSUVQWHYS3S354R7XWMGBU.jpg?auth=614f5c303beddd781b74fd6c2b01f33ee62859b5df9e5e65b89d36af8820e70c&smart=true&width=1200&height=900" alt="United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)" height="900" width="1200"/><figcaption>United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)</figcaption></figure><p><b>Clasificaciones</b></p><p>Marruecos y Francia se clasificaron para un partido de cuartos de final programado para las 16:00 horas del 9 de julio.</p><p>Bélgica y España se clasificaron para el partido de cuartos de final que se disputará a las 15:00 horas del 10 de julio.</p><p>Noruega e Inglaterra se clasificaron para un partido de cuartos de final programado para las 17:00 horas del 11 de julio.</p><p>El torneo, que se celebra cada cuatro años, comenzó el 11 de junio con 48 selecciones.</p><p>Tras los partidos disputados en 12 grupos de cuatro, 16 selecciones quedaron eliminadas. En la ronda de dieciséis, celebrada entre el 28 de junio y el viernes, se eliminaron otras 16.</p><p>Tras los partidos disputados en 12 grupos de cuatro, quedaron eliminadas 16 selecciones. En la ronda de dieciséis, disputada entre el 28 de junio y el viernes, quedaron eliminadas otras 16.</p><figure><img src="https://www.local10.com/resizer/v2/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&smart=true&width=1200&height=900" alt="France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)" height="900" width="1200"/><figcaption>France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)</figcaption></figure><p><b>Enlace relacionado:</b> <a href="https://www.google.com/search?q=fifa+world+cup+brackets&amp;shem=epsd1,rimspwouoe&amp;source=sh/x/page/hdr/m1/1&amp;kgs=8a2249b9d38aa8f1&amp;utm_source=epsd1,rimspwouoe,sh/x/page/hdr/m1/1" target="_self" rel="" title="https://www.google.com/search?q=fifa+world+cup+brackets&amp;shem=epsd1,rimspwouoe&amp;source=sh/x/page/hdr/m1/1&amp;kgs=8a2249b9d38aa8f1&amp;utm_source=epsd1,rimspwouoe,sh/x/page/hdr/m1/1">Ver el cuadro del torneo</a></p><p><b>CALENDARIO DEL TORNEO</b></p><p><b>Cuartos de final</b></p><p><b>9 de julio: </b>Marruecos contra Francia a las 16:00 h.</p><p><b>10 de julio: </b>Bélgica contra España a las 15:00 h.</p><p><b>11 de julio:</b> Noruega contra Inglaterra a las 17:00 h. Hay un partido de cuartos de final a las 21:00 h.</p><p><b>Fiesta para ver el partido en Sunrise:</b> El pabellón cubierto Amerant Bank Arena acoge una fiesta gratuita para los <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">poseedores de entradas</a> a las 17:00 h del 11 de julio. El aparcamiento es gratuito.</p><p><b>Semifinales</b></p><p><b>14 de julio:</b> El festival de aficionados permanecerá cerrado. Habrá un partido de semifinales a las 15:00 h.</p><p><b>Fiesta para ver el partido en Miami Beach: </b>Las puertas se abrirán a las 15:00 h del 14 de julio en The Bandshell, en el 7275 de Collins Ave., para el partido de semifinales.</p><p><b>15 de julio:</b> Habrá un partido de semifinales a las 15:00 h.</p><p><b>Fiesta para ver el partido en Miami Beach</b>: Las puertas se abren a las 15:00 horas del 15 de julio en The Bandshell, en el 7275 de Collins Ave., para la semifinal.</p><p><b>Finales</b></p><p><b>18 de julio: </b>El partido por el tercer puesto es a las 17:00 horas en el Miami Stadium, más conocido como Hard Rock Stadium, en Miami Gardens.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 15:00 horas del 18 de julio en The Sandbowl, detrás de The Bandshell, en el 7275 de Collins Ave., para la final por el tercer puesto de las 17:00 horas.</p><p><b>Traslado desde Sunrise al estadio:</b> El Amerant Bank Arena dispone de aparcamiento gratuito para los poseedores de entradas para la Copa del Mundo de la FIFA que utilicen el servicio<a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx"> gratuito de autobuses Express</a> del condado de Broward para desplazarse al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio:</b> La final es a las 15:00 h.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 13:00 h del 19 de julio en The Sandbowl, detrás de The Bandshell, en el 7275 de Collins Ave., para la final de las 15:00 h.</p><p><b>Fiesta para ver el partido en Sunrise:</b> El recinto cubierto Amerant Bank Arena acoge una fiesta gratuita <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas </a>para la final del 19 de julio. El aparcamiento es gratuito.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/27TRTNHN3VGJGUUFVJSIP3AQZU.jpg?auth=164905f958a1e30cf62066e4256ed06dc21e2a02c8a3a8c2d8e9acd4122810d0&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 celebrates scoring his side's opening goal against Cape Verde during the World Cup round of 32 soccer match in Miami Gardens, Fla., Friday, July 3, 2026. (AP Photo/Rebecca Blackwell)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Blackwell</media:credit></media:content></item><item><title><![CDATA[Former mayor of Mississippi's capital city pleads guilty in bribery scheme]]></title><link>https://www.local10.com/news/national/2026/07/07/former-mayor-of-mississippis-capital-city-pleads-guilty-in-bribery-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/07/former-mayor-of-mississippis-capital-city-pleads-guilty-in-bribery-scheme/</guid><dc:creator><![CDATA[By SOPHIE BATES, Associated Press]]></dc:creator><description><![CDATA[JACKSON, Miss. (AP) — The former mayor of Mississippi's capital city and the former City Council president have pleaded guilty in a bribery scheme one week before they were set to face trial.]]></description><pubDate>Tue, 07 Jul 2026 16:20:20 +0000</pubDate><content:encoded><![CDATA[<p>JACKSON, Miss. (AP) — The former mayor of Mississippi's capital city and the former City Council president have pleaded guilty in a bribery scheme one week before they were set to face trial.</p><p>Former Jackson Mayor Chokwe Antar Lumumba and former Jackson City Council President Aaron Banks pleaded guilty Monday to one count of conspiracy. Their pleas came after Hinds County District Attorney Jody Owens pleaded guilty last week and resigned. All three are Democrats.</p><p>Two other people — Angelique Lee, the Democratic former vice president of the Jackson City Council, and Sherik Marve Smith, a businessman and relative of Owens — had already pleaded guilty to bribery charges.</p><p>A November 2024 indictment accused Owens of taking at least $115,000 from two FBI agents posing as real estate developers and facilitating more than $80,000 in bribe payments to Banks, Lumumba and Lee in exchange for their help greenlighting a development project.</p><p>Lumumba, Banks and Owens could be sentenced to up to five years in prison. Their sentencing hearings are set for Oct. 15.</p><p>Lumumba, who previously called the charges a political prosecution, lost his reelection bid last year. His lawyers did not immediately respond to The Associated Press' requests for comment.</p><p>Banks' lawyer declined to comment.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SVWO7LD4ZZIVNUURIEN2RN4QYE.jpg?auth=885f9287333761acedb23c410b82ff0353bd4133d973a9c3d64d4caa18fa6046&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jackson Mayor Chokwe Antar Lumumba listens to the weekly Jackson City Council meeting at city hall in Jackson, Miss., Tuesday, Nov. 19, 2024. (AP Rogelio V. Solis, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rogelio V. Solis</media:credit></media:content></item><item><title><![CDATA[Manhattan high-rise is still unstable after bricks fall and columns buckle, officials say]]></title><link>https://www.local10.com/news/2026/07/07/falling-bricks-and-buckling-columns-at-a-manhattan-high-rise-force-evacuations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/falling-bricks-and-buckling-columns-at-a-manhattan-high-rise-force-evacuations/</guid><dc:creator><![CDATA[By PHILIP MARCELO and ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A Manhattan high-rise that was evacuated after bricks fell and columns buckled Tuesday morning remained unstable and was still moving, forcing nearby buildings to evacuate, officials said Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 16:56:22 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A Manhattan high-rise that was evacuated after bricks fell and columns buckled Tuesday morning remained unstable and was still moving, forcing nearby buildings to evacuate, officials said Tuesday.</p><p>The 1970s-era building was under construction while being converted to luxury apartments, and is the former global headquarters of pharmaceutical giant Pfizer. It’s located in a busy corridor about a block from the landmark Chrysler Building and between Grand Central Terminal and the United Nations headquarters.</p><p>THIS IS A BREAKING NEWS UPDATE. AP’s earlier story follows below.</p><p>NEW YORK (AP) — Reports of falling bricks and buckling columns have forced evacuations in the area around a Midtown Manhattan high-rise office building that was being converted to luxury apartments, fire officials said Tuesday.</p><p>Among the evacuated buildings was a school with about 400 children, New York City Mayor Zohran Mamdani said. There were no reported injuries and all workers inside the building were accounted for, he said. Nearby streets were closed to people and vehicles.</p><p>The 1970s-era building is the former global headquarters of pharmaceutical giant Pfizer. It's located in a busy corridor about a block from the landmark Chrysler Building and between Grand Central Terminal and the United Nations headquarters.</p><p>The New York Fire Department said it received reports of bricks falling at around 8 a.m. from the 38-story tower. Officials found two columns had buckled on the 21st and 22nd floors and that floors were sagging between the 21st and 26th floors.</p><p>The office-to-residential conversion has been billed as the largest in the city’s history, according to Gensler, the architectural firm leading the project. The planned complex with more than 1,600 units includes adding more than a dozen stories atop the building’s original tower while also redesigning an adjoining tower. A spokesperson for Gensler did not immediately return a voicemail and email seeking comment.</p><p>Asked whether the building was actually at risk of collapse, Mamdani said first responders found “structural issues with the building” and “beyond that, just for those in the immediate area to follow the instructions of those on the ground.”</p><p>The city's building department said its inspectors and engineers were on the scene at 235 East 42nd Street.</p><p>“Our top priority right now,” the mayor added, “is the safety of those who live in this area and the safety of those who work in this area.”</p><p>___</p><p>Izaguirre reported from Lindenhurst, New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMI3VJPUUNWVFOJ7YSVUYBQ57U.jpg?auth=942e81f5dc52d3cc6ab3a4ab00411a46e4332c1e4faddd53fc3641a5260c8094&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The building at 235 East 42nd Street is seen Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HJQ7HJDYMEXINAY5HSKPPC6TR4.jpg?auth=7325e886f87866698b33e6b5291feb7543d27fae5141b6218a92e813570fca98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A firetruck is parked at the intersection of 3rd Avenue and East 42nd Street after buildings in the area were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NZSR43N7C4E4GZ6EJMM3HRK4QE.jpg?auth=48978b5a54517319ad94446544f59e5cec5dfd4d323a579559ada5e501324e72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People gather near East 42nd Street after buildings in the area were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T3ZTWMSF3DXHQHXEYBBCUWGSVY.jpg?auth=d611754052d159087e626b1bfd26ee3c4adc0ded2909430c350a4ae4f3281307&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NYPD officers talk about buildings in the area that were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EBJ4RRGD3OKWIS76SRLNIE5ZZA.jpg?auth=9dfe41166e45bc4ca4b623557784bf49cc835c0ff1f826329cb98195eb63eef5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Firefighters stage at the intersection of 3rd Avenue and East 42nd Street after buildings in the area were evacuated, Tuesday, July 7, 2026, in New York. (AP Photo/Angelina Katsanis)]]></media:description><media:credit role="author" scheme="urn:ebu">Angelina Katsanis</media:credit></media:content></item><item><title><![CDATA[Un grupo de voluntarios informa y tranquiliza a Nashville cuando vienen tornados y tormentas severas]]></title><link>https://www.local10.com/espanol/2026/07/07/un-grupo-de-voluntarios-informa-y-tranquiliza-a-nashville-cuando-vienen-tornados-y-tormentas-severas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/un-grupo-de-voluntarios-informa-y-tranquiliza-a-nashville-cuando-vienen-tornados-y-tormentas-severas/</guid><dc:creator><![CDATA[Por TRAVIS LOLLER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tennessee, EE.UU. (AP) — A cualquiera que haya visto un episodio de “9-1-1: Nashville” se le podría perdonar por pensar que la ciudad está constantemente asediada por tornados que convierten conciertos al aire libre en escenas de carnicería y lanzan a turistas que van en scooter hasta lo alto de torres de agua.]]></description><pubDate>Tue, 07 Jul 2026 15:44:35 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tennessee, EE.UU. (AP) — A cualquiera que haya visto un episodio de “9-1-1: Nashville” se le podría perdonar por pensar que la ciudad está constantemente asediada por tornados que convierten conciertos al aire libre en escenas de carnicería y lanzan a turistas que van en scooter hasta lo alto de torres de agua.</p><p>Puede que eso sea una exageración televisiva, pero los tornados y otras tormentas peligrosas sí golpean la ciudad con regularidad. Cuando ocurre, mucha gente aquí recurre a Nashville Severe Weather.</p><p>Este grupo de voluntarios dedicados se puede encontrar en redes sociales, explicando con calma el desplazamiento de la tormenta, aconsejando cuándo ponerse a cubierto y dando el “todo despejado”. La cobertura de Will Minkoff, Andrew Leeper y Tom Johnstone atrae a decenas de miles de espectadores que interactúan con ellos en tiempo real. Es un servicio que evoca la promesa inicial de internet, antes del auge de los influencers.</p><p>Esto ocurre en un momento en que muchas personas ya no ven las noticias locales ni los reportes meteorológicos. Aun así, Kevin Trowbridge, quien enseña comunicación estratégica en la Universidad Belmont en Nashville, comenta que una encuesta informal entre sus estudiantes encontró que muchos sintonizan Nashville Severe Weather.</p><p>“Los millennials y la Generación Z —y al enseñar a estudiantes universitarios, lo sé demasiado bien—, su fuente de información es ese dispositivo que llevan en la mano”, afirma. “No es encender un televisor. Y ni siquiera ver las noticias en internet de un medio tradicional. Es encontrar fuentes que les den información rápida cuando la necesitan”.</p><p>Están “preparados, no asustados”</p><p>El auge de Nashville Severe Weather es un caso de estudio moderno en múltiples áreas: un corredor de tornados que se desplaza, un clima cambiante, la prevalencia de las redes sociales y el valor de la información instantánea e hiperlocal que puede salvar el día o salvar vidas.</p><p>La iniciativa ha evolucionado durante más de una década desde sus orígenes como una cuenta de Twitter y un blog. Hoy, los voluntarios transmiten en vivo en su canal de YouTube cada vez que Nashville o los condados aledaños enfrentan clima severo. Como Leeper, Minkoff y Johnstone viven aquí, afrontan las mismas amenazas que su audiencia.</p><p>“Hay algo en Nash Severe Weather que es distinto del aficionado entusiasta”, señala Trowbridge. “Creo que por eso la gente los sigue. Por eso confía en ellos. Por eso los sintoniza y recurre a ellos. ... Es auténtico y real”.</p><p>Leeper, pastor de una iglesia, tiene una voz tranquilizadora y un letrero en un estante detrás de él que dice “preparados, no asustados”. Ha tenido que dejar la transmisión para despertar a su familia y refugiarse en su espacio seguro. Lo hizo con calma, modelando el comportamiento de su lema. Después de que pasó la amenaza, se reincorporó a la transmisión.</p><p>Katherine Moffat, quien trabaja como directora ejecutiva de la Tennessee Academy of Physician Assistants, dice que el clima en la televisión local puede ser “un poco exagerado” cuando las tormentas amenazan. Nashville Severe Weather, sostiene, es diferente.</p><p>“Son un poco más calmados y te lo dicen sin rodeos”, explica. “No ponen a la gente demasiado nerviosa”.</p><p>El Corredor de los Tornados se desplaza</p><p>La necesidad de su servicio nunca ha sido mayor. El “Corredor de los Tornados” se ha ido desplazando de las llanuras del Medio Oeste hacia estados más al este, indica Johnstone, meteorólogo que se unió al grupo el año pasado tras 33 años en el Servicio Meteorológico Nacional.</p><p>“En el centro-sur, especialmente bajando por Alabama, Mississippi, y hacia Tennessee y el oeste de Kentucky, ha sido donde los tornados han sido más frecuentes... y donde la gente ha muerto en mayor número”, afirma.</p><p>Michelle Stewart obtiene toda su información meteorológica mediante notificaciones push de Nashville Severe Weather en su teléfono. Es un servicio que consideró invaluable durante una tormenta de hielo que dejó a gran parte de la ciudad sin electricidad ni servicio de internet durante días.</p><p>“Son muy informativos sobre no solo qué esperar, sino cómo estar preparados, y simplemente le dan a todo el mundo un panorama general sin que sea demasiado científico. Ya sabes, se siente un poco como si estuvieras hablando con tu vecino”, comenta Stewart, gerente de proyectos en una empresa de investigación en salud. “Me tranquilizan muchísimo durante esos eventos en vivo”.</p><p>Brett Withers, exconcejal de la ciudad de Nashville que vio morir a dos personas en su distrito durante un tornado en 2020 que mató a 24 personas en Tennessee, considera a Nashville Severe Weather como “una bendición”.</p><p>“Tenemos a muchísima gente mudándose a Nashville, y puede que vengan de lugares donde los tornados son raros, si es que ocurren”, explica.</p><p>Bajo valor de producción y un “corazón de voluntarios”</p><p>La popularidad de Nashville Severe Weather desafía gran parte de la lógica aceptada sobre cómo construir una audiencia en redes sociales. No hay nada sofisticado ni de alta producción en sus transmisiones en vivo. No intentan exagerar el peligro ni la emoción. Desde luego, no intentan perseguir tornados ni correr afuera con vientos de fuerza huracanada.</p><p>Sus transmisiones están dominadas visualmente por el radar meteorológico. Minkoff, Leeper y Johnstone, a veces acompañados por otros voluntarios, transmiten cada uno desde su propia casa y aparecen en recuadros pequeños en la parte inferior o lateral de la pantalla. Los gráficos, cuando los tienen, parecen como si los hubiera dibujado un niño de 5 años.</p><p>Ahí está el querido “Monstruo de Aire Seco”, una figura de palitos con una cabeza enorme y mandíbulas de Godzilla que mastican.</p><p>El cofundador de Nashville Severe Weather, David Drobny, lo dibujó para explicar cómo el aire seco podía “comerse” la nieve que se dirigía hacia Nashville. En una ciudad sureña que por lo general ve nieve en el suelo solo unos pocos días al año, mucha gente la espera como unas minivacaciones. El lema del monstruo es “No hay nieve para ti”.</p><p>Su enfoque hiperlocal se mantiene con los pies en la tierra</p><p>Su enfoque hiperlocal permite a Nashville Severe Weather llenar un nicho que dejaron los meteorólogos de la televisión local, que tienen que informar sobre decenas de condados.</p><p>“Una de las cosas que Nash Severe puede hacer, que incluso a las estaciones de televisión les cuesta, es realmente bajarlo al nivel de la intersección, de la escuela, de la iglesia, para que la gente sepa dónde está el peligro y la amenaza”, explica Johnstone.</p><p>Su cobertura es de doble vía. Los miembros de la audiencia aportan fotos y video que muestran las condiciones sobre el terreno y comentan en el chat. Nashville Severe Weather comparte esa información con el Servicio Meteorológico Nacional y con meteorólogos de televisión. También intentan responder las preguntas de la gente mientras transmiten.</p><p>Leeper recuerda un día en que enviaron a los escolares a casa por una amenaza de tornado. Cuando un niño comentó en el chat que estaba solo en casa, se le encogió el corazón.</p><p>“Simplemente paramos lo que estábamos diciendo en la transmisión, y dije: ‘Hey. Caigo en cuenta de que tenemos a un montón de niños en casa que quizá están solos. Hey. Esto es lo que tienen que hacer’”, rememora Leeper. “Me encantan esos momentos en los que podemos, de algún modo, dejar todo lo demás a un lado para hablar con las personas que están escuchando, sea cual sea la situación en la que estén”.</p><p>Son momentos como ese los que les ayudan a mantener los pies en la tierra.</p><p>En 2023, un tornado mató aquí a una madre y a su hijo pequeño que vivían en una casa rodante. Leeper no los conocía, pero asistió al velorio.</p><p>“Se crea toda otra emoción cuando entras a una visita funeraria de familias que están sufriendo cuando se trata de un evento meteorológico que tú cubriste”, expresa. “No es pura acción y aventura. Realmente afecta la vida de las personas para siempre”.</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/G5OBXYCRDEXPIES7YMFWRU7EUQ.jpg?auth=f6c5a62df150ad0d5010d7a1b8993fa00c8b1db13e736c6c7eec639c925bbbd3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[De izquierda a derecha, Tom Johnstone, Will Minkoff y Andrew Leeper, de Nashville Severe Weather, que proporciona vía YouTube información meteorológica local a su comunidad, el lunes 20 de abril de 2026 en Nashville, Tennessee. (Foto AP/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[GreenWise frozen blueberries sold at Publix recalled over possible E. coli contamination]]></title><link>https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/</link><guid isPermaLink="true">https://www.local10.com/food/2026/07/07/greenwise-frozen-blueberries-sold-at-publix-recalled-over-possible-e-coli-contamination/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Publix is urging customers to check their freezers after a recall was issued for certain GreenWise frozen blueberries that may be contaminated with E-coli, a strain of bacteria that can cause serious illness.]]></description><pubDate>Tue, 07 Jul 2026 13:01:53 +0000</pubDate><content:encoded><![CDATA[<p>Publix is urging customers to check their freezers after a recall was issued for certain GreenWise frozen blueberries that may be contaminated with E-coli, a strain of bacteria that can cause serious illness.</p><p><a href="https://www.local10.com/espanol/2026/07/07/retiran-del-mercado-arandanos-congelados-greenwise-vendidos-en-publix-por-posible-contaminacion-con-e-coli/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/retiran-del-mercado-arandanos-congelados-greenwise-vendidos-en-publix-por-posible-contaminacion-con-e-coli/">Leer en español</a></p><p>The recall affects 10-ounce packages of GreenWise Organic IQF Blueberries that were distributed to Publix stores in Alabama, Florida, Georgia, Kentucky, North Carolina, South Carolina, Tennessee and Virginia.</p><p>According to Publix, the recall was initiated by supplier Frutas y Hortalizas del Sur S.A. of San Carlos, Chile, after reports linked the product to illnesses.</p><p>The recalled product includes:</p><ul><li><b>Product:</b> GreenWise Organic IQF Blueberries (Frozen)</li><li><b>Package size:</b> 10 ounces</li><li><b>Lot code:</b> 60401</li><li><b>Best By date:</b> Feb. 9, 2028</li></ul><p>Publix said customers should return or discard any affected GreenWise frozen blueberries purchased on or before<b> </b>July 3, 2026. No other lot codes or best-by dates are included in the recall.</p><p>According to a news release issued by Publix, there have been 12 confirmed cases of E. coli infections reported between May 11 and June 5, linked to the consumption of the recalled blueberries.</p><p>Consumers who have the recalled blueberries should not eat them. Instead, they should throw the product away or return it to the place of purchase for a full refund.</p><p>Anyone with questions about the recall can email <a href="mailto:Info.foodsafety@comfrut.com" rel="">Info.foodsafety@comfrut.com</a> or call 336-899-5612.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QK35VN5XDND57NW2EXT3KJ45NM.jpg?auth=353dfe87bb7566e5706718f6745e30b08a8430172df70d8312efd4e67e89f746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Retiran del mercado arándanos congelados GreenWise vendidos en Publix por posible contaminación con E. coli ]]></title><link>https://www.local10.com/espanol/2026/07/07/retiran-del-mercado-arandanos-congelados-greenwise-vendidos-en-publix-por-posible-contaminacion-con-e-coli/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/retiran-del-mercado-arandanos-congelados-greenwise-vendidos-en-publix-por-posible-contaminacion-con-e-coli/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Publix informó que los clientes deben devolver o desechar cualquier arándano congelado GreenWise afectado comprado hasta el 3 de julio de 2026.]]></description><pubDate>Tue, 07 Jul 2026 15:42:02 +0000</pubDate><content:encoded><![CDATA[<p>Publix pide a clientes revisar congeladores tras retiro de arándanos congelados GreenWise por posible contaminación con E. coli</p><p>Publix está pidiendo a sus clientes revisar sus congeladores después de que se emitió un retiro del mercado para ciertos arándanos congelados GreenWise que podrían estar contaminados con E. coli, una cepa de bacteria que puede causar enfermedades graves.</p><p>El retiro afecta paquetes de 10 onzas de arándanos orgánicos GreenWise IQF que fueron distribuidos a tiendas Publix en Alabama, Florida, Georgia, Kentucky, Carolina del Norte, Carolina del Sur, Tennessee y Virginia.</p><p>Según Publix, el retiro fue iniciado por el proveedor Frutas y Hortalizas del Sur S.A. de San Carlos, Chile, después de que reportes vincularan el producto con enfermedades.</p><p>El producto retirado incluye:</p><ul><li><b>Producto:</b> Arándanos orgánicos GreenWise IQF (congelados)</li><li><b>Tamaño del paquete:</b> 10 onzas</li><li><b>Código de lote: </b>60401</li><li><b>Fecha de consumo preferente:</b> 9 de febrero de 2028</li></ul><p>Publix informó que los clientes deben devolver o desechar cualquier arándano congelado GreenWise afectado comprado hasta el 3 de julio de 2026. Ningún otro código de lote o fecha de consumo preferente está incluido en el retiro.</p><p>Según un comunicado de prensa emitido por Publix, se han confirmado 12 casos de infecciones por E. coli reportados entre el 11 de mayo y el 5 de junio, vinculados al consumo de los arándanos retirados.</p><p>Los consumidores que tengan los arándanos retirados no deben comerlos. En su lugar, deben desechar el producto o devolverlo al lugar de compra para recibir un reembolso completo.</p><p>Las personas con preguntas sobre el retiro pueden enviar un correo electrónico a Info.foodsafety@comfrut.com o llamar al 336-899-5612.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QK35VN5XDND57NW2EXT3KJ45NM.jpg?auth=353dfe87bb7566e5706718f6745e30b08a8430172df70d8312efd4e67e89f746&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man accused of shooting at Uber Eats driver in northwest Miami-Dade ]]></title><link>https://www.local10.com/news/local/2026/07/07/man-accused-of-shooting-at-uber-eats-driver-in-northwest-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/man-accused-of-shooting-at-uber-eats-driver-in-northwest-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami-Dade man is accused of shooting at an Uber Eats driver in northwest Miami-Dade last month, authorities confirmed.]]></description><pubDate>Tue, 07 Jul 2026 14:24:48 +0000</pubDate><content:encoded><![CDATA[<p>A Miami-Dade man is accused of shooting at an Uber Eats driver in northwest Miami-Dade last month, authorities confirmed.</p><p><a href="https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-disparar-contra-repartidor-de-uber-eats-en-el-noroeste-de-miami-dade/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-disparar-contra-repartidor-de-uber-eats-en-el-noroeste-de-miami-dade/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office on Monday arrested Tyquan Lamar Howard, 25, in connection with the shooting that they say occurred on June 18 in the county’s West Little River neighborhood.</p><p>According to Howard’s arrest report, deputies responded just before 1:15 p.m. to a ShotSpotter alert indicating that one round had been fired near Northwest 79th Terrace and Northwest 21st Avenue.</p><p>While deputies were en route, dispatchers advised that the victim had reported that someone had fired at his vehicle, the report states. </p><p>The victim told investigators he was working as an Uber Eats delivery driver when he saw Howard walking south on Northwest 21st Avenue before turning west onto Northwest 79th Terrace, according to the report.</p><p>The report states the driver later received a notification directing him to pick up an order from a nearby Church’s Texas Chicken. </p><p>According to the report, after making a U-turn on Northwest 79th Terrace and passing Howard a second time, the driver said he saw Howard reach into his waistband, pull out a gun and fire toward his vehicle as he drove away. </p><p>Investigators said the bullet struck the vehicle’s front driver’s-side tire, causing it to rapidly deflate. They said the victim was not injured.</p><p>According to the report, surveillance video captured the shooting and showed the suspect fleeing on foot toward his home. </p><p>Investigators said they also identified Howard as the person seen entering a nearby gas station after the shooting, matching the description provided by the victim.</p><p>Deputies executed a search warrant at Howard’s home on Monday, where they seized clothing, shoes and clear eyeglasses matching those worn by the shooter, along with a gun of the same caliber used in the shooting, the report states.</p><p>Authorities said Howard was taken into custody at his home and transported to the MDSO’s Northside District Station where he invoked his right to an attorney.</p><p>Jail records show he is facing one count each of premeditated attempted murder and criminal mischief.</p><p>As of Tuesday morning, he was being held without bond at the Turner Guilford Knight Correctional Center. He was also ordered to stay away from the victim. </p><p>Authorities have not released a possible motive for the shooting.</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/R3A6YXOZZVCHFP7WCN33UFIQGI.jpg?auth=ea712fe42065d35cfe5e209b0d47c8e59d6612ad0d90cb7e2407dff69d04de9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami Gardens man arrested after allegedly chasing, shooting at repossession agent, cops say]]></title><link>https://www.local10.com/news/local/2026/07/07/miami-gardens-man-arrested-after-allegedly-chasing-shooting-at-repossession-agent-cops-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/miami-gardens-man-arrested-after-allegedly-chasing-shooting-at-repossession-agent-cops-say/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Miami Gardens man was arrested Monday after police said he allegedly chased a repossession agent and fired multiple rounds at the agent’s tow truck during an attempted vehicle repossession.]]></description><pubDate>Tue, 07 Jul 2026 15:08:32 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Gardens man was arrested Monday after police said he allegedly chased a repossession agent and fired multiple rounds at the agent’s tow truck during an attempted vehicle repossession.</p><p><a href="https://www.local10.com/espanol/2026/07/07/arrestan-a-hombre-de-miami-gardens-acusado-de-perseguir-y-disparar-contra-agente-de-recuperacion-de-vehiculos-segun-la-policia/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/arrestan-a-hombre-de-miami-gardens-acusado-de-perseguir-y-disparar-contra-agente-de-recuperacion-de-vehiculos-segun-la-policia/">Leer en español</a></p><p>According to an arrest report, officers with the Miami Gardens Police Department responded around 6:10 p.m. to the Exxon gas station at Northwest 167th Street and 17th Avenue after receiving reports about a shooting.</p><p>Police identified the suspect as 39-year-old Lawrence Hilbert Morant. </p><p>According to the report, the victim, who works as a repossession agent, arrived at Morant’s home in the 16000 block of Northwest 21st Court shortly before 6 p.m. to “lawfully” repossess Morant’s black Ford F-150. </p><p>The report states the agent secured the truck to a tow vehicle and began driving away.</p><p>Police said Morant “observed the repossession in progress, ran outside and attempted to interfere with the lawful recovery of the vehicle.” </p><p>By the time he reached the driveway, the truck had already been secured to the tow truck, according to the report.</p><p>The report states Morant chased the tow truck on foot while yelling profanities and threatening the driver. </p><p>The repossession agent continued driving away because he feared having a confrontation with the suspect, police said.</p><p>A short distance away, the repossession agent stopped to further secure the vehicle when Morant allegedly confronted him again, demanding the return of his truck, the report states. </p><p>The victim then reentered the tow truck and drove away because he “feared for his life,” according to police.</p><p>Police said Morant then pulled out a handgun and “intentionally fired numerous rounds toward the occupied tow truck.” </p><p>Several bullets struck the vehicle, causing damage, according to the report. The repossession agent told investigators he believed he was about to be killed or seriously injured as he fled, the report stated. </p><p>Police said the victim drove to a nearby Exxon gas station to seek help and call 911.</p><p>According to the report, the victim exited the tow truck and took cover after seeing Morant had followed him to the gas station.</p><p>Officers arrived at the gas station and arrested Morant at the scene, the report states. </p><p>Police said they recovered the handgun that was allegedly used in the shooting. </p><p>According to the report, surveillance video from nearby homes captured a large portion of the incident and showed Morant firing multiple rounds at the occupied tow truck as the victim drove away. </p><p>Investigators said they also recovered spent shell casings and other physical evidence that police said corroborated the victim’s account. They said the tow truck sustained multiple bullet strikes.</p><p>Authorities said Morant later waived his Miranda rights and was interviewed by investigators. Police said he made a confession that was redacted from the publicly released report.</p><p>Jail records show Morant is facing one count each of aggravated assault with a firearm, shooting or throwing a deadly missile and criminal mischief while armed. </p><p>As of Tuesday morning, he was being held at the Turner Guilford Knight Correctional Center, where his bond was listed as “to be set.” </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6OHTWZYKFADHLYBK7UQPF64M4.jpg?auth=88dca0429658aa938a4886693ec1923df76a3f2eb8074fb0488fbad340a2eaea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre de Miami Gardens acusado de perseguir y disparar contra agente de recuperación de vehículos, según la policía ]]></title><link>https://www.local10.com/espanol/2026/07/07/arrestan-a-hombre-de-miami-gardens-acusado-de-perseguir-y-disparar-contra-agente-de-recuperacion-de-vehiculos-segun-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/arrestan-a-hombre-de-miami-gardens-acusado-de-perseguir-y-disparar-contra-agente-de-recuperacion-de-vehiculos-segun-la-policia/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Miami Gardens fue arrestado tras presuntamente  haber perseguido a un agente de recuperación de vehículos y disparar varias veces contra la grúa del mismo.]]></description><pubDate>Tue, 07 Jul 2026 15:29:30 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miami Gardens fue arrestado el lunes después de que la policía dijo que presuntamente persiguió a un agente de recuperación de vehículos y disparó varias veces contra la grúa del agente durante un intento de recuperación de vehículo.</p><p>Según un informe de arresto, agentes del Departamento de Policía de Miami Gardens respondieron alrededor de las 6:10 p.m. a la gasolinera Exxon ubicada en Northwest 167th Street y 17th Avenue luego de recibir reportes sobre una balacera.</p><p>La policía identificó al sospechoso como Lawrence Hilbert Morant, de 39 años.</p><p>Según el informe, la víctima, quien trabaja como agente de recuperación de vehículos, llegó a la vivienda de Morant en la cuadra 16000 de Northwest 21st Court poco antes de las 6 p.m. para recuperar “legalmente” la camioneta Ford F-150 negra de Morant.</p><p>El informe indica que el agente aseguró la camioneta al vehículo de remolque y comenzó a alejarse.</p><p>La policía dijo que Morant “observó la recuperación en curso, salió corriendo e intentó interferir con la recuperación legal del vehículo”.</p><p>Para cuando llegó al camino de entrada, la camioneta ya había sido asegurada a la grúa, según el informe.</p><p>El informe indica que Morant persiguió la grúa a pie mientras gritaba insultos y amenazaba al conductor.</p><p>El agente de recuperación continuó conduciendo porque temía tener una confrontación con el sospechoso, dijo la policía.</p><p>A poca distancia, el agente de recuperación se detuvo para asegurar más el vehículo cuando Morant presuntamente volvió a confrontarlo, exigiendo que le devolvieran su camioneta, según el informe.</p><p>La víctima volvió a entrar a la grúa y se alejó porque “temía por su vida”, según la policía.</p><p>La policía dijo que Morant sacó una pistola y “disparó intencionalmente numerosas rondas hacia la grúa ocupada”.</p><p>Varios disparos impactaron el vehículo, causando daños, según el informe. El agente de recuperación dijo a los investigadores que creyó que estaba a punto de morir o sufrir lesiones graves mientras escapaba, indicó el informe.</p><p>La policía dijo que la víctima condujo hasta una gasolinera Exxon cercana para buscar ayuda y llamar al 911.</p><p>Según el informe, la víctima salió de la grúa y se puso a cubierto después de ver que Morant lo había seguido hasta la gasolinera.</p><p>Los agentes llegaron a la gasolinera y arrestaron a Morant en la escena, indicó el informe.</p><p>La policía dijo que recuperó la pistola que presuntamente fue utilizada en la balacera.</p><p>Según el informe, un video de vigilancia de viviendas cercanas captó gran parte del incidente y mostró a Morant disparando varias veces contra la grúa ocupada mientras la víctima se alejaba.</p><p>Los investigadores dijeron que también recuperaron casquillos de bala y otras pruebas físicas que, según la policía, corroboraron la versión de la víctima. Dijeron que la grúa sufrió múltiples impactos de bala.</p><p>Las autoridades dijeron que Morant posteriormente renunció a sus derechos Miranda y fue entrevistado por investigadores. La policía dijo que hizo una confesión que fue eliminada del informe publicado.</p><p>Los registros de la cárcel muestran que Morant enfrenta un cargo de agresión agravada con un arma de fuego, un cargo de disparar o lanzar un proyectil mortal y un cargo de daño criminal mientras estaba armado.</p><p>Hasta la mañana del martes, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “por establecer”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D6OHTWZYKFADHLYBK7UQPF64M4.jpg?auth=88dca0429658aa938a4886693ec1923df76a3f2eb8074fb0488fbad340a2eaea&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:credit role="author" scheme="urn:ebu"></media:credit></media:content></item><item><title><![CDATA[Broward deputies: 84-year-old man sets car on fire with woman inside ]]></title><link>https://www.local10.com/news/local/2026/07/06/broward-deputies-84-year-old-man-sets-car-on-fire-with-woman-inside/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/broward-deputies-84-year-old-man-sets-car-on-fire-with-woman-inside/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[An 84-year-old man appeared in court on Monday after he was accused of setting a car on fire with a woman inside in Broward County. ]]></description><pubDate>Mon, 06 Jul 2026 22:05:35 +0000</pubDate><content:encoded><![CDATA[<p>An 84-year-old man appeared in court on Monday after he was accused of setting a car on fire with a woman inside in Broward County. </p><p><a href="https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-84-anos-de-prender-fuego-a-un-auto-con-una-mujer-dentro-dicen-agentes-de-broward/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-84-anos-de-prender-fuego-a-un-auto-con-una-mujer-dentro-dicen-agentes-de-broward/">Leer en español</a></p><p>Franklin Davis and the woman had recently ended a 42-year-old relationship when they got into an argument on Friday in Oakland Park, according to Broward Sheriff’s Office deputies. </p><p>Davis was under the influence of alcohol when he poured a flammable liquid and set the fire in the parking lot of the 7-Eleven at 3100 NW 9th Ave., according to BSO deputies. </p><p>The woman suffered third-degree burns to her left leg, and Davis suffered burns to his hands and face, according to BSO deputies. </p><p>Davis, who used a wheelchair in court, faced three charges: Premeditated attempted murder; arson causing bodily harm; and criminal attempt, solicitation, and conspiracy to commit a capital felony. </p><p>A judge denied Davis bond. Corrections held him at the Broward County Main Jail in Fort Lauderdale. </p>]]></content:encoded></item><item><title><![CDATA[Acusan a hombre de 84 años de prender fuego a un auto con una mujer dentro, dicen agentes de Broward ]]></title><link>https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-84-anos-de-prender-fuego-a-un-auto-con-una-mujer-dentro-dicen-agentes-de-broward/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-84-anos-de-prender-fuego-a-un-auto-con-una-mujer-dentro-dicen-agentes-de-broward/</guid><dc:creator><![CDATA[Samiar Nefzi, Andrea Torres]]></dc:creator><description><![CDATA[Un hombre de 84 años compareció ante un tribunal tras ser acusado de incendiar un auto con  una mujer al interior en el condado Broward.]]></description><pubDate>Tue, 07 Jul 2026 15:17:13 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 84 años compareció el lunes ante un tribunal tras de ser acusado de incendiar un auto con una mujer dentro en el condado Broward.</p><p>Franklin Davis y la mujer habían terminado recientemente una relación de 42 años cuando tuvieron una discusión el viernes en Oakland Park, según agentes de la Oficina del Sheriff de Broward.</p><p>Davis se encontraba bajo los efectos del alcohol cuando vertió un líquido inflamable y provocó el incendio en el aparcamiento del 7-Eleven situado en el 3100 de la NW 9th Ave., según los agentes de la Oficina del Sheriff del condado de Broward (BSO).</p><p>La mujer sufrió quemaduras de tercer grado en la pierna izquierda y Davis sufrió quemaduras en las manos y la cara, según los agentes de la Oficina del Sheriff de Broward (BSO).</p><p>Davis, quien acudió al juicio en silla de ruedas, se enfrentaba a tres cargos: intento de asesinato premeditado; incendio provocado con lesiones corporales; e intento delictivo, incitación y conspiración para cometer un delito grave punible con la pena capital.</p><p>Un juez denegó la libertad bajo fianza a Davis. Los servicios penitenciarios lo mantuvieron recluido en la cárcel principal del condado de Broward, en Fort Lauderdale.</p>]]></content:encoded></item><item><title><![CDATA[Influencer DreamDoll Bri dies after Miramar Lamborghini shooting that left 2 others critical]]></title><link>https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[A 21-year-old woman has died after a Sunday morning triple shooting in Miramar, a police spokesperson confirmed to Local 10 News on Monday morning.]]></description><pubDate>Mon, 06 Jul 2026 14:41:12 +0000</pubDate><content:encoded><![CDATA[<p>A 21-year-old woman has died after a <a href="https://www.local10.com/news/local/2026/07/05/trio-shot-in-lamborghini-while-driving-through-miramar-neighborhood/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/05/trio-shot-in-lamborghini-while-driving-through-miramar-neighborhood/">Sunday morning triple shooting</a> in Miramar, a police spokesperson confirmed to Local 10 News on Monday morning.</p><p><a href="https://www.local10.com/espanol/2026/07/06/muere-mujer-de-21-anos-tras-tiroteo-contra-lamborghini-en-miramar/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/06/muere-mujer-de-21-anos-tras-tiroteo-contra-lamborghini-en-miramar/"><b>Leer en español</b></a></p><p>A spokesperson for the Miramar Police Department said Brianna Johnson, known online as influencer DreamDoll Bri, was killed in the shooting, which happened at around 5:30 a.m. in the 2700 block of Sunshine Boulevard.</p><p>Two other victims, both men, were critically wounded when a shooter or shooters opened fire on the fluorescent green Lamborghini SUV they were driving in through the neighborhood; the driver subsequently crashed after being shot. </p><p>Police said they did not immediately have information on the conditions of the two other victims Monday morning.</p><p>Carlos Regueiro, who lives nearby, told Local 10 that he heard shots being fired that morning. </p><p>“Me and my family heard what sounded like gunshots around five, six in the morning, something like that,” he said. “Especially my grandma, (she’s of) older age, (and) she’s always outside. Stray bullets can catch anybody. It’s not something that’s good to think about.”</p><p>Authorities believe the shooting was targeted and said afterward that they had “limited suspect information” to go off of.</p><p>Anyone with information about the shooting is asked to call the Miramar Police Department or Broward Crime Stoppers at 954-493-8477.</p><p>Loved ones <a href="https://www.gofundme.com/f/honoring-the-life-of-brianna-dream-doll-bri-johnson?attribution_id=sl:17a1fa27-ecff-460f-af40-f29efdb400fa&amp;lang=en_US&amp;ts=1783378504&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp20_control&amp;utm_medium=customer&amp;utm_source=whatsapp" target="_blank" rel="noreferrer" title="https://www.gofundme.com/f/honoring-the-life-of-brianna-dream-doll-bri-johnson?attribution_id=sl:17a1fa27-ecff-460f-af40-f29efdb400fa&amp;lang=en_US&amp;ts=1783378504&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp20_control&amp;utm_medium=customer&amp;utm_source=whatsapp">created a GoFundMe page</a> to help with expenses.</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[Donovan Mitchell agrees to 4-year, $273 million extension with Cavaliers, AP source says]]></title><link>https://www.local10.com/sports/2026/07/07/donovan-mitchell-agrees-to-4-year-273-million-extension-with-cavaliers-ap-source-says/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/donovan-mitchell-agrees-to-4-year-273-million-extension-with-cavaliers-ap-source-says/</guid><dc:creator><![CDATA[By JOE REEDY, Associated Press]]></dc:creator><description><![CDATA[CLEVELAND (AP) — Donovan Mitchell has agreed to a four-year, $273 million contract extension with the Cleveland Cavaliers, a person familiar with the deal told The Associated Press on Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 15:09:21 +0000</pubDate><content:encoded><![CDATA[<p>CLEVELAND (AP) — Donovan Mitchell has agreed to a four-year, $273 million contract extension with the Cleveland Cavaliers, a person familiar with the deal told The Associated Press on Tuesday.</p><p>The person spoke to the AP on condition of anonymity because the extension had not been announced. Tuesday was the first day that the Cavaliers could offer Mitchell the extension. The seven-time All-Star had two seasons remaining on his contract and could have waited to re-sign until next summer, when he would be eligible for a five-year supermax deal worth $350 million.</p><p>The extension includes a $76 million player option for the 2030-31 season and a full trade kicker, the person said.</p><p>“I love it here. I don’t know how else to say it. I have no doubt these guys can get there. We have unfinished business," Mitchell said on May 25 after the Cavaliers were swept by the New York Knicks in the Eastern Conference finals.</p><p>For now, it is the fourth-biggest contract in terms of total value in NBA history behind the $314 million contract Boston gave to Jayson Tatum, the $285 million deal that the Celtics gave to Jaylen Brown -- who now plays for Philadelphia -- and the $276 million deal that Nikola Jokic currently has with Denver.</p><p>That assumes Mitchell will pick up a player option worth nearly $76 million for 2030-31. The average annual value of just over $68 million is, for now, an NBA record, barely passing the $67.9 million average value of the deal that Shai Gilgeous-Alexander has with Oklahoma City.</p><p>“When we have a superstar of his caliber that wants to be in Cleveland, that’s our best ambassador, that’s our best recruiter. There’s guys that are here that wouldn’t be here without him, quite frankly,” Cavaliers’ president of basketball operation Koby Altman said about Mitchell and an extension on May 29. “So I think the bigger question is, the one that’s been answered is, does he want be here and does he want to be here long term? And I think he’s answered that.”</p><p>The 29-year-old Mitchell led the Cavaliers this past season to their first conference final since 2018. He averaged 27.9 points, 5.7 assists and 4.5 rebounds during the regular season, along with 26 points in the playoffs.</p><p>Mitchell is averaging 26.7 points in four seasons with Cleveland since he was traded by the Utah Jazz in 2022.</p><p>Mitchell's extension is the first in what is likely to be a series of moves for the Cavaliers. There is the possibility LeBron James could return to his hometown franchise, which he led to its first championship in 2016. James Harden — whom the Cavaliers acquired at the trade deadline — also is considering a new deal to remain with Cleveland after turning down his player option for 2026-27.</p><p>___</p><p>AP Basketball Writer Tim Reynolds in Miami contributed to this report.</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/HTROGLNDFA57NQWZDG3FPHBUD4.jpg?auth=87cff2f5d865fdc6f4ef81cd7b75c845b5065f4b199a52d3f28601c93d30dbb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cleveland Cavaliers' Donovan Mitchell (45) gestures after hitting a three-point basket inthe second half of Game 4 of a second-round NBA basketball playoff series against the Detroit Pistons, May 11, 2026, in Cleveland. (AP Photo/Sue Ogrocki, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Sue Ogrocki</media:credit></media:content></item><item><title><![CDATA[Cuba recupera parte de su interconexión eléctrica tras apagón nacional]]></title><link>https://www.local10.com/espanol/2026/07/07/cuba-recupera-parte-de-su-interconexion-electrica-tras-apagon-nacional/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/cuba-recupera-parte-de-su-interconexion-electrica-tras-apagon-nacional/</guid><dc:creator><![CDATA[Por ANDREA RODRÍGUEZ, Associated Press]]></dc:creator><description><![CDATA[LA HABANA (AP) — El sistema energético cubano comenzó el martes una paulatina reconexión tras una caída nacional que dejó la víspera a millones de cubanos a oscuras, informaron las autoridades.]]></description><pubDate>Tue, 07 Jul 2026 15:08:50 +0000</pubDate><content:encoded><![CDATA[<p>LA HABANA (AP) — El sistema energético cubano comenzó el martes una paulatina reconexión tras una caída nacional que dejó la víspera a millones de cubanos a oscuras, informaron las autoridades.</p><p>El restablecimiento parcial ya ha logrado conectar desde la localidad de Mariel, en las afueras de La Habana, hasta la provincia oriental de Sancti Spíritus, por lo que aún faltan los extremos este y oeste de la isla.</p><p>El director del Despacho Nacional de Carga de la estatal Unión Eléctrica, Félix Estrada, indicó a medios de prensa locales que se ha logrado dar electricidad a “centros vitales de esos territorios” como hospitales, centrales de telefonía e industrias prioritarias.</p><p>El apagón nacional —cuyas causas aún no se han informado— comenzó al mediodía del lunes y dejó sin luz a casi 10 millones de personas. También afectó servicios básicos como el abastecimiento de agua y dificultó la cocción de alimentos, pues cientos de miles de familias dependen de la electricidad para ello.</p><p>Las autoridades indicaron que el objetivo del martes es consolidar el sistema energético desde La Habana hasta Sancti Spíritus e incorporar paulatinamente las unidades termoeléctricas a lo largo del país. Provincias como Villa Clara todavía tienen poblados sin luz y en Las Tunas hay “microislas” de generación para brindar fluido a algunas poblaciones.</p><p>En la capital isleña lugares como Habana del Este, la Plaza de la Revolución o Cerro tuvieron electricidad desde la madrugada, pero el suministro era intermitente, constató The Associated Press.</p><p>Desde hace meses los cubanos sufren interrupciones del servicio de más de 20 horas diarias debido a la falta de generación asociada al cerco energético impuesto por Estados Unidos en enero.</p><p>El presidente estadounidense Donald Trump amenazó con sanciones a quienes vendan petróleo a la isla. La consecuencia fue una semiparalización de la nación caribeña que ya transitaba una severa crisis.</p><p>Trump aseguró que su política busca presionar cambios en el modelo político y económico de la isla. Cuba sostuvo que está siendo sometida a un “castigo colectivo” contra sus ciudadanos.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KVMW7MS3ZGQ2MPV7H6FNJU4VYM.jpg?auth=f3704241150605d085839e34048c6f08078d1952f2106b059757d92bfb17b378&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Varias personas caminan por una calle iluminadas con linternas durante un apagón en La Habana, Cuba, el lunes 6 de julio de 2026. (AP Foto/Ramón Espinosa)]]></media:description><media:credit role="author" scheme="urn:ebu">Ramon Espinosa</media:credit></media:content></item><item><title><![CDATA[Platner should drop out of Maine's US Senate race after sexual assault allegation, Sanders says]]></title><link>https://www.local10.com/news/politics/2026/07/07/sanders-says-platner-should-drop-out-of-maines-senate-race-after-sexual-assault-allegation/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/07/sanders-says-platner-should-drop-out-of-maines-senate-race-after-sexual-assault-allegation/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI and PATRICK WHITTLE, Associated Press]]></dc:creator><description><![CDATA[PORTLAND, Maine (AP) — Sen. Bernie Sanders on Tuesday became the latest and most notable lawmaker to pull support for Maine Democratic U.S. Senate nominee Graham Platner following an allegation of sexual assault, adding to a chorus of calls for him to step aside as party leaders scramble to determine the next steps.]]></description><pubDate>Tue, 07 Jul 2026 16:59:23 +0000</pubDate><content:encoded><![CDATA[<p>PORTLAND, Maine (AP) — Sen. Bernie Sanders on Tuesday became the latest and most notable lawmaker to pull support for Maine Democratic U.S. Senate nominee Graham Platner following an allegation of sexual assault, adding to a chorus of calls for him to step aside as party leaders scramble to determine the next steps.</p><p>Sanders, a Vermont independent who caucuses with Democrats, has long backed Platner in the high-stakes race against Republican Sen. Susan Collins, but he said in a statement that he spoke with the candidate and “in light of these very serious allegations, I have recommended that he step aside.”</p><p>Platner, who denies the allegation, has not heeded the wave of calls to resign as the nominee. Instead, he posted a video on Monday saying he’s considering the next steps for his campaign while canceling town hall events.</p><p>Platner posted the video after reports that a woman who previously dated the first-time candidate said he drunkenly forced her to have sex after she told him to stop.</p><p>The allegation is the latest in a string a controversies Platner has faced and so far weathered since the oyster farmer and Marine veteran entered the race. But the seriousness of the assault claim has put the Maine contest — and Democrats' ability to win control of the Senate — at risk, with even some of his strongest supporters questioning whether Platner should continue his campaign.</p><p>A Platner voter is ‘heartbroken’</p><p>Joanie Monteith, a passionate supporter from the southern Maine town of York who organized a trivia night about Platner in March, said through tears Tuesday that she was “numb” and “heartbroken” at the news. She was waiting for another public statement from Platner before making a decision about whether she could keep supporting him.</p><p>“I’m in tears. I’m numb and I’m waiting for what Graham has to say. I’m trying not to be a part of this public trial. And I’m heartbroken. And I’m heartbroken for him and his wife.”</p><p>She added she believes the allegations are serious.</p><p>“I’m not going to blame a victim. Because if this is true I feel very bad for the woman,” she said. “You just don’t know how to feel.”</p><p>Jenny Racicot, who lives in Maine, told Politico that Platner entered her home in 2021 while drunk and assaulted her. Racicot said she had been in an on-and-off relationship with Platner, but she cut off contact with him after that night and told him the incident wasn’t consensual. She said in a CNN interview on Monday evening that she opted not to fight back for fear of Platner, a former Marine, becoming more violent.</p><p>Another Maine voter, Lee Holman, said she wants Platner to stay in the race.</p><p>“I feel like the people of Maine have spoken,” the Democrat said. “If they wanted Janet Mills, they could have voted for her.”</p><p>She said the allegation against Platner may be legitimate, but she questions the timing. Democrats, she added, can be too quick to “throw the baby out with the bathwater” by calling on politicians facing allegations to resign.</p><p>“Every time we think we have a chance to snatch our democracy back, something gets in the way,” she said.</p><p>Replacing Platner may further divide Democrats</p><p>The pressure for Platner to withdraw from the Senate race has only increased given the short deadlines Maine law allows for replacing general election candidates. There is no mechanism for Democrats to remove Platner from the ballot, meaning Platner must first opt to drop out of the general election before a replacement can be selected. The deadline to withdraw is 5 p.m. on July 13.</p><p>Just who should replace Platner if he drops out appeared to already be further splintering Democrats. Some argued the next Democrat should echo Platner's progressive messaging, pointing to his success at rallying voters across the state. Others cautioned that having ties to Platner will only doom an already uphill campaign against Collins.</p><p>Joe Baldacci, a Democratic state senator, said he’s concerned about what the latest allegations will do to the voter excitement over the past year.</p><p>“I think the major concern, even with a nominee, a new replacement, is that person is going to start very much behind the eight ball,” Baldacci added.</p><p>Gov. Janet Mills, who sought the Democratic nomination but dropped out before the June 9 primary, could be considered as a nominee. Mills was supported by Democratic Senate leader Chuck Schumer but abandoned her campaign saying she couldn't raise the money needed to compete.</p><p>Another possible replacement is Troy Jackson, Maine’s former state Senate President, who unsuccessfully ran to be the Democratic gubernatorial nominee earlier this year with the backing of Platner and Sanders.</p><p>While he hasn’t publicly said he’d run for the Maine Senate seat, U.S. Rep. Ro Khanna threw out his name as someone who stands up for “progressive values” after the California Democrat withdrew his support for Platner.</p><p>Other names include Nirav Shah, the former director of Maine’s Center for Disease Control and Prevention. Shah came in second in this year’s Maine Democratic gubernatorial primary, where he was considered more moderate compared with Jackson.</p><p>In a statement Tuesday, Shah said he's “evaluating” whether he should enter the race should Platner step aside.</p><p>Shenna Bellows, the current Maine Secretary of State; Dan Kleban, founder of Maine Beer Company; Maine U.S. Rep. Jared Golden, who is not running for reelection, as well as Hannah Pingree, currently Maine's Democratic gubernatorial nominee.</p><p>___</p><p>Kruesi reported from Providence, R.I.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3W6A32MXLYSB4OACPR72VBXFUY.jpg?auth=4ee2df0f5f0f7ffc3ade568ea7d525213edea588ad26a1641e726967857adc0c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic U.S. Senate candidate Graham Platner speaks during a primary election night watch party after winning the Democratic nomination Tuesday, June 9, 2026, in Blue Hill, 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/OOQLDWTCWHGTI6JXZRBDD4FQLM.jpg?auth=eee84bb17c737e3dfb000829fc382024efedfd60015e12e638042018b4f2f8d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic U.S. Senate candidate Graham Platner speaks during a primary election night watch party after winning the Democratic nomination Tuesday, June 9, 2026, in Blue Hill, 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/2QPYGZ3TISIV45ESDKME46M7JY.jpg?auth=8ed3080e24bdb8df825e39112b5111c6b4e14cdac5fd14037864b6d45d6be0d7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Democratic U.S. Senate candidate Graham Platner speaks during a primary election night watch party after winning the Democratic nomination Tuesday, June 9, 2026, in Blue Hill, 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/CY5YRPFWWQUOSAEWVSFQWFP6GA.jpg?auth=24ae50d71a76b9620022ee01d52e86ab64ffbe0f1de48d9eeb2e1d3492fc4127&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. Sen. Bernie Sanders, I-VT., speaks during a Get Out The Vote rally ahead of New York's primary election, Thursday, June 18, 2026, in the Brooklyn borough of New York. (AP Photo/Ryan Murphy)]]></media:description><media:credit role="author" scheme="urn:ebu">Ryan Murphy</media:credit></media:content></item><item><title><![CDATA[Muere la influencer DreamDoll Bri tras tiroteo contra Lamborghini en Miramar]]></title><link>https://www.local10.com/espanol/2026/07/06/muere-mujer-de-21-anos-tras-tiroteo-contra-lamborghini-en-miramar/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/06/muere-mujer-de-21-anos-tras-tiroteo-contra-lamborghini-en-miramar/</guid><dc:creator><![CDATA[Chris Gothner, Roy Ramos]]></dc:creator><description><![CDATA[Las autoridades investigan un ataque dirigido contra el vehículo, mientras piden a testigos comunicarse con Broward Crime Stoppers.
]]></description><pubDate>Mon, 06 Jul 2026 15:39:04 +0000</pubDate><content:encoded><![CDATA[<p>Una mujer de 21 años murió tras el <a href="https://www.local10.com/espanol/2026/07/05/tres-personas-graves-por-los-balazos-que-recibieron-dentro-de-lamborghini-en-miramar/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/05/tres-personas-graves-por-los-balazos-que-recibieron-dentro-de-lamborghini-en-miramar/">triple tiroteo ocurrido el domingo por la mañana</a> en Miramar, confirmó un portavoz policial a Local 10 News la mañana del lunes.</p><p>Un portavoz del Departamento de Policía de Miramar dijo que Brianna Johnson, conocida en redes sociales como la influencer DreamDoll Bri, murió en el tiroteo, ocurrido alrededor de las 5:30 a.m. en la cuadra 2700 de Sunshine Boulevard.</p><p>Otras dos víctimas, ambos hombres, resultaron gravemente heridas cuando uno o varios tiradores abrieron fuego contra la camioneta Lamborghini SUV verde fluorescente en la que circulaban por el vecindario; el conductor se estrelló posteriormente tras recibir los disparos.</p><p>La policía dijo que no contaba de inmediato con información sobre las condiciones de las otras dos víctimas la mañana del lunes.</p><p>Las autoridades creen que el tiroteo fue dirigido y señalaron que, hasta el momento, cuentan con “información limitada sobre el sospechoso”.</p><p>Cualquier persona con información sobre el tiroteo puede llamar al Departamento de Policía de Miramar o a Broward Crime Stoppers al 954-493-8477.</p><p>Sus seres queridos <a href="https://www.gofundme.com/f/honoring-the-life-of-brianna-dream-doll-bri-johnson?attribution_id=sl:17a1fa27-ecff-460f-af40-f29efdb400fa&amp;lang=en_US&amp;ts=1783378504&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp20_control&amp;utm_medium=customer&amp;utm_source=whatsapp" target="_self" rel="" title="https://www.gofundme.com/f/honoring-the-life-of-brianna-dream-doll-bri-johnson?attribution_id=sl:17a1fa27-ecff-460f-af40-f29efdb400fa&amp;lang=en_US&amp;ts=1783378504&amp;utm_campaign=fp_sharesheet&amp;utm_content=amp20_control&amp;utm_medium=customer&amp;utm_source=whatsapp">crearon una página en GoFundMe</a> para ayudar con los gastos.</p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade deputies arrest 5 women at 4 massage parlors]]></title><link>https://www.local10.com/news/local/2026/07/07/miami-dade-deputies-arrest-5-women-aged-60-to-36-at-4-massage-parlors/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/miami-dade-deputies-arrest-5-women-aged-60-to-36-at-4-massage-parlors/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show.  ]]></description><pubDate>Tue, 07 Jul 2026 14:57:47 +0000</pubDate><content:encoded><![CDATA[<p>Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show. </p><p>Miami-Dade Sheriff’s Office deputies arrested Chinese nationals Yuping Li, Junrong He, Xun Ou, Qingxiang Zhu, and Youdi Zhuge on Monday. </p><p>Deputies arrested Li, 60, at 10471 SW 40 St. in the Westwood Lakes neighborhood. She listed an apartment in Flushing, New York, as her permanent address. </p><p>Deputies arrested Zhuge, 58, and He, 52, at 11760 SW 88 St. in Kendall, and listed the massage parlor as their permanent address. </p><p>Deputies arrested Zhu, 57, at 16938 South Dixie Highway in West Perrine, and listed her as homeless. </p><p>Deputies arrested Ou, 36, at 7375 SW 24 St., in the Coral Terrace neighborhood, and listed her permanent address in San Bernardino County, California. </p><p>The five women each faced a third-degree felony charge of operating a health care practice or profession without an active, valid license.</p><p>They also each faced misdemeanor charges of practicing massage therapy without a license, engaging in prostitution, and committing an unnatural and lascivious act. </p><p><i>Local 10 News Assignment Editor Mercedes Cevallos contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WRA2IOJN5FHDBCYZQUBQGESSCA.jpg?auth=8c7a2c01c5acfc489f61c6499546aaf5d09d886483f5fba3c17e82231f159496&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show.]]></media:description></media:content></item><item><title><![CDATA[Trump International Beach Resort housekeeper accused of stealing guest’s suitcase]]></title><link>https://www.local10.com/news/local/2026/07/07/trump-international-beach-resort-housekeeper-accused-of-stealing-guests-suitcase/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/trump-international-beach-resort-housekeeper-accused-of-stealing-guests-suitcase/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A housekeeper at the Trump International Beach Resort in Sunny Isles Beach was arrested Monday after police say he stole a guest’s suitcase from her hotel room.]]></description><pubDate>Tue, 07 Jul 2026 14:39:26 +0000</pubDate><content:encoded><![CDATA[<p>A housekeeper at the Trump International Beach Resort in Sunny Isles Beach was arrested Monday after police say he stole a guest’s suitcase from her hotel room.</p><p><a href="https://www.local10.com/espanol/2026/07/07/empleado-de-limpieza-del-trump-international-beach-resort-es-acusada-de-robar-maleta-de-huesped/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/empleado-de-limpieza-del-trump-international-beach-resort-es-acusada-de-robar-maleta-de-huesped/">Leer en español</a></p><p>According to an arrest report from the Sunny Isles Beach Police Department, officers responded to the Trump International Beach Resort, located at 18001 Collins Ave., on Sunday after a guest reported her suitcase had been stolen from her hotel room.</p><p>The victim told investigators she had not given anyone, including hotel staff, permission to remove it.</p><p>Police said surveillance video from the hotel showed Jerome Leon Garrett-Hudson, 38, who worked as a housekeeper at the resort, leaving the floor where the victim’s room was located before exiting the hotel with a suitcase matching the description of the missing luggage.</p><p>According to the arrest report, a hotel security advisor questioned Garrett-Hudson, who is from North Miami, before police arrived and asked whether he had entered the room or found any lost or abandoned property. Police said Garrett-Hudson denied entering the room.</p><p>Investigators later reviewed the hotel’s electronic key-card access logs, which showed Garrett-Hudson’s assigned key card was used twice to enter the victim’s room, according to the report.</p><p>Police said Garrett-Hudson was interviewed by detectives and initially denied entering the room before later acknowledging that he had accessed it, claiming he left after seeing suitcases inside because he believed the room was not ready to be cleaned.</p><p>When investigators asked what property he had with him when he left work that day, Garrett-Hudson told them he left with only his personal backpack, the report states.</p><p>Investigators said they then showed him a still image captured from the hotel’s surveillance system that allegedly showed him leaving the property with the victim’s suitcase. According to the arrest report, Garrett-Hudson then provided some kind of admission, although his full statement was redacted from the publicly released report. </p><p>Police said the stolen suitcase was later recovered and returned to the victim.</p><p>Garrett-Hudson was arrested on a charge of theft of personal property by a hotel employee, a third-degree felony.</p><p>Another hotel employee, <a href="https://www.local10.com/news/local/2026/07/06/trump-international-beach-resort-employee-accused-of-stealing-6500-from-guests-hotel-room-police-say/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/06/trump-international-beach-resort-employee-accused-of-stealing-6500-from-guests-hotel-room-police-say/">Monica Latesha Peterson</a>, 33, of Miami Gardens, was arrested Saturday after police said she stole $6,500 in cash from a guest’s hotel room Friday while the guest was attending a soccer match.</p><p>As of Tuesday morning, Garrett-Hudson was being held at the Turner Guilford Knight Correctional Center on a $2,500 bond. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QLJRC3RUQNA3NBMQJE5DNTVL4Q.jpg?auth=7f63419bc36eaa1a11ec4c3cff987199d7b020cda8d79fb4ce4222ae551d9ab5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Kazakhstan's top court rules that President Tokayev can seek another term]]></title><link>https://www.local10.com/news/world/2026/07/07/kazakhstans-top-court-rules-that-president-tokayev-can-seek-another-term/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/kazakhstans-top-court-rules-that-president-tokayev-can-seek-another-term/</guid><dc:creator><![CDATA[By YURAS KARMANAU, Associated Press]]></dc:creator><description><![CDATA[Kazakhstan's top court ruled Tuesday that President Kassym-Jomart Tokayev can seek another seven years in power after a referendum on the constitution reset term limits for the office.]]></description><pubDate>Tue, 07 Jul 2026 14:53:46 +0000</pubDate><content:encoded><![CDATA[<p>Kazakhstan's top court ruled Tuesday that President Kassym-Jomart Tokayev can seek another seven years in power after a referendum on the constitution reset term limits for the office.</p><p>The Constitutional Court ruled that Tokayev can run again when his term expires in 2029 because his current tenure does not count under amendments to the constitution that were approved in a nationwide vote in March and came into force this month.</p><p>Leaders of several former Soviet republics, including Russia, Belarus, Uzbekistan and Tajikistan, have replaced or amended their countries’ constitutions to strengthen their executive powers and extend their time in office.</p><p>The 73-year-old Tokayev, a former Soviet official and diplomat who previously served at the United Nations, has led the oil-rich Central Asian country of 20 million people since 2019.</p><p>The constitutional amendments, which won overwhelming approval in the referendum, strengthened Tokayev’s grip on power in Kazakhstan.</p><p>Tokayev, who has maintained a delicate balance between Russia and the West since the imposition of sanctions on Moscow over its 4-year-old war in Ukraine, has explained that the constitution needed to be amended in order to make quick decisions in a rapidly changing world.</p><p>The changes merged Kazakhstan's parliament’s two chambers into one and gave the president the right to appoint key government officials with the approval of lawmakers, including restoring the ​post of vice president.</p><p>They also envisioned the creation of a new body, the People’s Council, alongside parliament to initiate legislation and referendums. The council's members are appointed by the president.</p><p>The opposition in Kazakhstan is not represented in government structures and has been unable to significantly influence public sentiment.</p><p>Tokayev became acting president in 2019 after the resignation of Nursultan Nazarbayev, an autocrat who held power for nearly three decades and led Kazakhstan’s transition as an independent country following the 1991 collapse of the Soviet Union.</p><p>Seen as Nazarbayev’s handpicked successor, Tokayev harshly suppressed protests in 2022 that left 238 people dead and thousands injured and were dubbed by some in Kazakhstan as “Bloody January.” Tokayev sought to reinvent himself as a reformer and called an early presidential vote, which he won overwhelmingly later that year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWONGCOEQ7ZSSU2SODJZTYWQYE.jpg?auth=c3065fab533b04e0fbca4580213429cd037d356e6a57f08ee9f7a8b0765bc916&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Kazakhstan's President Kassym-Jomart Tokayev addresses the plenary session of the Russia–Kazakhstan Interregional Cooperation Forum in Uralsk, Kazakhstan, via videoconference during a meeting with Russia's President Vladimir Putin at the Grand Kremlin Palace in Moscow, on Nov. 12, 2025. (AP Photo/Alexander Zemlianichenko, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alexander Zemlianichenko</media:credit></media:content></item><item><title><![CDATA[Empleado de limpieza del Trump International Beach Resort, es acusada de robar maleta de huésped ]]></title><link>https://www.local10.com/espanol/2026/07/07/empleado-de-limpieza-del-trump-international-beach-resort-es-acusada-de-robar-maleta-de-huesped/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/empleado-de-limpieza-del-trump-international-beach-resort-es-acusada-de-robar-maleta-de-huesped/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Empleado de limpieza del Trump International Beach Resort en Sunny Isles Beach, fue arrestado por el robo de una maleta reportada como robada por una huésped.]]></description><pubDate>Tue, 07 Jul 2026 14:52:46 +0000</pubDate><content:encoded><![CDATA[<p>Un empleado de limpieza del Trump International Beach Resort en Sunny Isles Beach, fue arrestado el lunes luego de que la Policía informara que robó la maleta de una huésped de su habitación de hotel.</p><p>Según un informe de arresto del Departamento de Policía de Sunny Isles Beach, los agentes respondieron el domingo al Trump International Beach Resort, ubicado en el 18001 de Collins Ave., después de que una huésped reportara que su maleta había sido robada de su habitación.</p><p>La víctima dijo a los investigadores que no había autorizado a nadie, incluido el personal del hotel, a retirar la maleta.</p><p>La Policía informó que un video de vigilancia del hotel mostró a Jerome Leon Garrett-Hudson, de 38 años, quien trabajaba como empleado de limpieza en el resort, saliendo del piso donde se encontraba la habitación de la víctima antes de abandonar el hotel con una maleta que coincidía con la descripción del equipaje robado.</p><p>Según el informe de arresto, un asesor de seguridad del hotel interrogó a Garrett-Hudson, residente de North Miami, antes de la llegada de la Policía y le preguntó si había entrado a la habitación o si había encontrado algún objeto perdido o abandonado. La Policía indicó que Garrett-Hudson negó haber entrado a la habitación.</p><p>Posteriormente, los investigadores revisaron los registros electrónicos de acceso con tarjetas del hotel, los cuales mostraron que la tarjeta asignada a Garrett-Hudson fue utilizada en dos ocasiones para ingresar a la habitación de la víctima, según el informe.</p><p>La Policía indicó que Garrett-Hudson fue interrogado por detectives y al principio negó haber entrado a la habitación, pero después reconoció que sí ingresó, asegurando que se retiró al ver maletas en el interior porque creyó que la habitación aún no estaba lista para ser limpiada.</p><p>Cuando los investigadores le preguntaron qué pertenencias llevaba consigo al salir del trabajo ese día, Garrett-Hudson respondió que solo llevaba su mochila personal, señala el informe.</p><p>Los investigadores dijeron que luego le mostraron una imagen captada por el sistema de vigilancia del hotel en la que presuntamente aparece saliendo del establecimiento con la maleta de la víctima. Según el informe de arresto, Garrett-Hudson hizo una admisión sobre el caso, aunque el contenido completo de su declaración fue censurado en el informe divulgado públicamente.</p><p>La Policía informó que la maleta robada fue recuperada posteriormente y devuelta a la víctima.</p><p>Garrett-Hudson fue arrestado por un cargo de robo de propiedad personal por parte de un empleado de hotel, un delito grave de tercer grado.</p><p>Otra empleada del hotel, Monica Latesha Peterson, de 33 años y residente de Miami Gardens, fue arrestada el sábado después de que la Policía informara que robó $6,500 USD en efectivo de la habitación de un huésped el viernes, mientras este asistía a un partido de fútbol.</p><p>Hasta la mañana del martes, Garrett-Hudson permanecía detenido en el Centro Correccional Turner Guilford Knight con una fianza de $2,500 USD.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QLJRC3RUQNA3NBMQJE5DNTVL4Q.jpg?auth=7f63419bc36eaa1a11ec4c3cff987199d7b020cda8d79fb4ce4222ae551d9ab5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Coco Gauff beats Jessica Pegula to reach Wimbledon semifinals as Jannik Sinner advances in the heat]]></title><link>https://www.local10.com/sports/2026/07/07/coco-gauff-beats-jessica-pegula-to-reach-wimbledon-semifinals-as-temperature-rises/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/coco-gauff-beats-jessica-pegula-to-reach-wimbledon-semifinals-as-temperature-rises/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — There’s no panic in Coco Gauff.]]></description><pubDate>Tue, 07 Jul 2026 15:42:25 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — There’s no panic in Coco Gauff.</p><p>Down a set after untimely double-faults, Gauff rallied past Jessica Pegula 4-6, 6-3, 6-3 on Tuesday to reach the Wimbledon semifinals for the first time.</p><p>The two-time major champion raised her arms in the air after Pegula sent a weak backhand into the net on the first match point in an all-American quarterfinal on Centre Court.</p><p>“I’ve been going three sets almost every match. I feel like when you have that faith in yourself as a competitor, when the match goes a distance, you know when you lose one set, you’re not panicking,” Gauff said in an on-court interview.</p><p>With the victory, the 22-year-old Gauff became the youngest player to reach the semifinals at all four Grand Slams since Maria Sharapova, who completed the feat at the 2007 French Open.</p><p>Gauff will face either Naomi Osaka or Karolina Muchova for a spot in Saturday’s final.</p><p>In Gauff's six previous appearances at the All England Club, she had never gotten past the fourth round. But perhaps the experience at the grass-court major is starting to pay off.</p><p>“I think after seven years playing this tournament it’s finally the first time I can walk on Centre Court and I didn’t feel nervous,” she said. “So I don’t know if I’m becoming a vet.”</p><p>The “vet” was undone by early double-faults, though, putting herself in a hole to start the match. She led 40-0 right away but lost the next five points — including two on double-faults — to go down 1-0. After breaking Pegula in the sixth game, Gauff was immediately broken to love with two more double-faults.</p><p>Gauff called the last two sets “really great tennis.”</p><p>“Jess' ball is so flat and low. So I think I just needed to address that ... be in there in the rallies and just play the tennis that I wanted to play. And I think I started to land more first serves in the court,” said Gauff, who cranked up one serve to 126 mph in the third game of the second set. “So I think that also helped and just trusting my shots.”</p><p>Sinner beats Struff</p><p>On No. 1 Court, defending champion Jannik Sinner kept his title defense on track by beating Jan-Lennard Struff 7-5, 7-6 (4), 6-3 to advance to the semifinals.</p><p>The top-ranked Sinner continues to put his French Open meltdown behind him. He needed five sets to get past 50th-ranked Miomir Kecmanovic in the first round, but since then they've been straight-set victories, allowing the 24-year-old Italian to avoid marathon sessions.</p><p>Sinner will next face either seven-time Wimbledon singles champion Novak Djokovic or third-seeded Felix Auger-Aliassime. The men's final is on Sunday.</p><p>Heating up at Wimbledon</p><p>Under a sunny sky, the early afternoon matches started with the temperature at 29 Celsius degrees (84 Fahrenheit) and expected to rise to 31 C (88 F).</p><p>Sinner, who lost in the second round at the French Open amid a heat wave in Paris, used an ice towel around his neck on changeovers.</p><p>Early in her match, Gauff asked the chair umpire: “Do you guys have an ice pack?” The American dabbed what appeared to be a blue ice pack to her cheeks and top of her thighs.</p><p>___</p><p>AP Sports Writer Andrew Dampf contributed to this report.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EEAUD2BVBXXU4FVGPJAUSWZVTY.jpg?auth=bce53d490c916e27daa5cc4b4f20ec5d5e035b7c0b59f1195e91a7c5d2c73d73&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States celebrates winning the women's singles quarter-final match against Jessica Pegula of the United States at the Wimbledon Tennis Championships in London, Tuesday, July 7, 2026.(AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AZFGU34LQES7NH6PPQ6Q2WSLPQ.jpg?auth=befb0dbf1d88eaaebcbf71e85a6d17fdedc87ef00cc2d446d96624ae70dd3012&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Coco Gauff of the United States plays a return during the women's singles quarter-final match against Jessica Pegula of the United States at the Wimbledon Tennis Championships in London, Tuesday, July 7, 2026.(AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EAVS7GXW5ICXVA3MXYDOFROMEY.jpg?auth=2ce0af1025b36803604fbcb4b990e432f24b885fbf48272c350a938083558411&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jessica Pegula of the United States returns the ball during the women's singles quarter-final match against Coco Gauff of the United States at the Wimbledon Tennis Championships in London, Tuesday, July 7, 2026.(AP Photo/Maja Smiejkowska)]]></media:description><media:credit role="author" scheme="urn:ebu">Maja Smiejkowska</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UB6UKAXS2RRS4LS425GD5SUPG4.jpg?auth=c619b8e18fc8456db82bbe6a61cd0621469e7aed4bb7c0186621eaaa25f02a86&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jannik Sinner of Italy wraps an ice towel around his neck as he rests after winning the first set against Jan-Lennard Struff of Germany in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Tuesday, July 7, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/S5ZQF7GBEERLFPEA5E4IFBDACA.jpg?auth=50979ec5fa4e2f9f7ee6f95f06fa58df186a2638cddba0fef00cbade6ba5215f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Naomi Osaka of Japan walks in the court to play against Karolina Muchova of Czech Republic in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Tuesday, July 7, 2026. (AP Photo/Kin Cheung)]]></media:description><media:credit role="author" scheme="urn:ebu">Kin Cheung</media:credit></media:content></item><item><title><![CDATA[Acusan a hombre de disparar contra repartidor de Uber Eats en el noroeste de Miami-Dade ]]></title><link>https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-disparar-contra-repartidor-de-uber-eats-en-el-noroeste-de-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/acusan-a-hombre-de-disparar-contra-repartidor-de-uber-eats-en-el-noroeste-de-miami-dade/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Miami-Dade está acusado de disparar el mes pasado contra un repartidor de Uber Eats en el noroeste de Miami-Dade]]></description><pubDate>Tue, 07 Jul 2026 14:43:14 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Miami-Dade está acusado de disparar el mes pasado contra un repartidor de Uber Eats en el noroeste de Miami-Dade, confirmaron las autoridades.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade arrestaron el lunes a Tyquan Lamar Howard, de 25 años, en relación con la balacera que, según las autoridades, ocurrió el 18 de junio en el vecindario de West Little River.</p><p>Según el informe de arresto de Howard, los agentes respondieron poco antes de la 1:15 p.m. a una alerta de ShotSpotter que indicaba que se había disparado una bala cerca de Northwest 79th Terrace y Northwest 21st Avenue.</p><p>Mientras los agentes se dirigían al lugar, los despachadores les informaron que la víctima había reportado que alguien había disparado contra su vehículo, señala el informe.</p><p>La víctima dijo a los investigadores que trabajaba como repartidor de Uber Eats cuando vio a Howard caminando hacia el sur por Northwest 21st Avenue antes de girar hacia el oeste en Northwest 79th Terrace, según el informe.</p><p>El informe indica que el conductor recibió posteriormente una notificación para recoger un pedido en un restaurante Church’s Texas Chicken cercano.</p><p>Según el informe, después de hacer un giro en U en Northwest 79th Terrace y pasar por segunda vez junto a Howard, el conductor dijo que vio a Howard meter la mano en la cintura, sacar un arma y disparar hacia su vehículo mientras se alejaba.</p><p>Los investigadores informaron que la bala impactó el neumático delantero del lado del conductor, provocando que se desinflara rápidamente. Indicaron que la víctima no resultó herida.</p><p>Según el informe, un video de vigilancia captó la balacera y mostró al sospechoso huyendo a pie hacia su casa.</p><p>Los investigadores también identificaron a Howard como la persona que apareció entrando a una gasolinera cercana después de la balacera, coincidiendo con la descripción proporcionada por la víctima.</p><p>Los agentes ejecutaron una orden de allanamiento en la vivienda de Howard el lunes, donde incautaron ropa, zapatos y unos lentes transparentes que coincidían con los que llevaba el tirador, además de un arma del mismo calibre que la utilizada en la balacera, señala el informe.</p><p>Las autoridades informaron que Howard fue arrestado en su vivienda y trasladado a la estación Northside District de la Oficina del Sheriff de Miami-Dade, donde ejerció su derecho a contar con un abogado.</p><p>Los registros de la cárcel muestran que enfrenta un cargo de intento de asesinato premeditado y otro de daños criminales.</p><p>Hasta la mañana del martes, permanecía detenido en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de fijarse”.</p><p>Las autoridades no han divulgado un posible motivo de la balacera.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/R3A6YXOZZVCHFP7WCN33UFIQGI.jpg?auth=ea712fe42065d35cfe5e209b0d47c8e59d6612ad0d90cb7e2407dff69d04de9d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[El Niño’s earlier-than-usual influence on the Atlantic hurricane season]]></title><link>https://www.local10.com/weather/hurricane/2026/07/07/el-ninos-earlier-than-usual-influence-on-the-atlantic-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/07/el-ninos-earlier-than-usual-influence-on-the-atlantic-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[It’s hard to ignore El Niño’s outsized influence on the Atlantic hurricane season, especially this year with what’s on pace to be the strongest El Niño on record. So if lately this newsletter is beginning to feel a little bit like an El Niño blog, it’s for good reason.]]></description><pubDate>Tue, 07 Jul 2026 14:10:17 +0000</pubDate><content:encoded><![CDATA[<p>It’s hard to ignore El Niño’s outsized influence on the Atlantic hurricane season, especially this year with what’s on pace to be the strongest El Niño on record. So if lately this newsletter is beginning to feel a little bit like an El Niño blog, it’s for good reason.</p><p><a href="https://www.local10.com/espanol/2026/07/07/el-nino-antes-de-lo-habitual-influye-en-la-temporada-de-huracanes-del-atlantico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/el-nino-antes-de-lo-habitual-influye-en-la-temporada-de-huracanes-del-atlantico/">Leer en español</a></p><p>El Niño’s most prominent mark on the hurricane season is to ratchet up vertical wind shear – the scissor-like wind pattern that lops off the tops of organizing storm seedlings before they can develop into strong hurricanes. The increase in wind shear is highest in the western part of the tropical Atlantic, especially across the Caribbean, which also helps to reduce the number of U.S. landfalls during El Niño years.</p><p>Typically, however, it takes a little time for the abnormal warming of the waters in the eastern Pacific – the ocean phenomenon that defines El Niño – to link arms with the atmosphere and change global circulation patterns that ultimately reshape winds over the tropical Atlantic. Since El Niño peaks in the late fall and winter, we usually start to see the atmospheric response by August and September, as the peak of the Atlantic hurricane season hits.</p><p>This year, however, it appears we’re seeing that atmospheric feedback to the strengthening El Niño earlier than usual, which could be a result of the record-setting pace of the warming so far in the eastern equatorial Pacific.</p><p>Wind shear in the bellwether Caribbean has shot up like a skyscraper since mid-June and is the second highest to start July (second only behind 2015, another strong El Niño year) since satellite records began in 1979.</p><figure><img src="https://www.local10.com/resizer/v2/VTVDSGPOBZASZEZPP7CUOKGJK4.png?auth=1b4b5f8fa7cb87e4b5aa8ca56a835588853e85e73194a506aaf7fe8cce1349cb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>As we’ve discussed in previous newsletters, by July the wind shear load across the Caribbean becomes one of the most reliable predictors of future seasonal hurricane activity. The more shear we see in the Caribbean in July, generally the less overall tropical activity we should expect in August, September, and October.</p><figure><img src="https://www.local10.com/resizer/v2/5LA5XHQXARGKRD2CX3RT6THCM4.png?auth=904e57dfce2aa174b2ccc5a92e1c3120ff07b6e0bc2177b2284b1c479070ed19&smart=true&width=1200&height=900" alt="Correlation between vertical wind shear and Atlantic hurricane season activity. Deeper blue values indicate a higher negative correlation (translation: higher wind shear leads to lower storm activity) between wind shear and overall hurricane activity, with the dashed black border showing regions where correlations are statistically significant. The Caribbean is outlined in yellow. Credit: Dr. Phil Klotzbach/Colorado State University." height="900" width="1200"/><figcaption>Correlation between vertical wind shear and Atlantic hurricane season activity. Deeper blue values indicate a higher negative correlation (translation: higher wind shear leads to lower storm activity) between wind shear and overall hurricane activity, with the dashed black border showing regions where correlations are statistically significant. The Caribbean is outlined in yellow. Credit: Dr. Phil Klotzbach/Colorado State University.</figcaption></figure><p>It’s still early in the month, but forecast models show no signs of the shear surrendering its Caribbean stronghold. If anything, the shear looks to only increase over the coming weeks, with a bullseye of exceptionally strong wind shear centered squarely over the Caribbean.</p><figure><img src="https://www.local10.com/resizer/v2/7EM3U4BT4JDDLDMPVI3GRHOZQQ.png?auth=a1b9cdc1d5e951afe97ed6ae8e3bcc48e68e53c805ff35559fa7bba8db6310fd&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (red values indicate higher-than-average wind shear) from July 9th through July 14th, 2026, from the European model ensemble system. The forecast indicates exceptionally strong wind shear relative to the 1991-2020 climatology across the Caribbean (yellow box). Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (red values indicate higher-than-average wind shear) from July 9th through July 14th, 2026, from the European model ensemble system. The forecast indicates exceptionally strong wind shear relative to the 1991-2020 climatology across the Caribbean (yellow box). Credit: TropicalTidbits.com.</figcaption></figure><p>If this is any indication, the tropical Atlantic will have some heavy lifting to do to churn out much activity in the months ahead. Of course, in any given week, the winds can relax enough for a hurricane to slip through the cracks (hurricanes are a given every season, even in strong El Niño years), and we’ll want to watch the subtropics a little more closely, especially east of Florida, but overall these trends bode well for a noticeably less active hurricane season.</p><p>And as we would expect, forecast models continue to advertise a very sleepy Atlantic, with no signs of life into at least late July.</p><figure><img src="https://www.local10.com/resizer/v2/QGYJIOXTCBETBJJHG7OZPASE3Y.PNG?auth=f037e1960744734ace3de3f4c6a5d40a5f3f979c46fb4a8d975f0e34649bc0b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XVRL5USXS5G7BJNZIWMUYOSJRQ.png?auth=596e7eb8d89420152a0c141c51b92a146e2947b574988c8ffbc04d4b9c9a125d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning Caribbean satellite. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[El Niño, antes de lo habitual, influye en la temporada de huracanes del Atlántico]]></title><link>https://www.local10.com/espanol/2026/07/07/el-nino-antes-de-lo-habitual-influye-en-la-temporada-de-huracanes-del-atlantico/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/el-nino-antes-de-lo-habitual-influye-en-la-temporada-de-huracanes-del-atlantico/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Es difícil ignorar la enorme influencia de El Niño en la temporada de huracanes del Atlántico, especialmente este año, cuando el fenómeno va camino de convertirse en el más fuerte registrado.]]></description><pubDate>Tue, 07 Jul 2026 14:26:53 +0000</pubDate><content:encoded><![CDATA[<p>Es difícil ignorar la enorme influencia de El Niño en la temporada de huracanes del Atlántico, especialmente este año, cuando el fenómeno va camino de convertirse en el más fuerte registrado. Así que, si últimamente este boletín comienza a parecer un blog sobre El Niño, es por una buena razón.</p><p>La huella más notable de El Niño en la temporada de huracanes es el aumento de la cizalladura vertical del viento, el patrón de vientos similar a unas tijeras que corta la parte superior de los sistemas tropicales en formación antes de que puedan convertirse en huracanes intensos. El aumento de la cizalladura del viento es mayor en la parte occidental del Atlántico tropical, especialmente sobre el Caribe, lo que también ayuda a reducir la cantidad de huracanes que tocan tierra en Estados Unidos durante los años de El Niño.</p><p>Sin embargo, normalmente toma algo de tiempo para que el calentamiento anormal de las aguas del Pacífico oriental, el fenómeno oceánico que define a El Niño, interactúe con la atmósfera y modifique los patrones de circulación global que, en última instancia, cambian los vientos sobre el Atlántico tropical. Como El Niño alcanza su punto máximo a finales del otoño y durante el invierno, por lo general comenzamos a ver esa respuesta atmosférica en agosto y septiembre, cuando llega el pico de la temporada de huracanes del Atlántico.</p><p>Este año, sin embargo, parece que estamos viendo esa respuesta atmosférica al fortalecimiento de El Niño antes de lo habitual, lo que podría ser consecuencia del ritmo récord del calentamiento observado hasta ahora en el Pacífico ecuatorial oriental.</p><p>La cizalladura del viento en el Caribe, una región clave para monitorear la temporada, se ha disparado desde mediados de junio y registra el segundo nivel más alto para comienzos de julio desde que iniciaron los registros satelitales en 1979, solo por detrás de 2015, otro año con un fuerte fenómeno de El Niño.</p><figure><img src="https://www.local10.com/resizer/v2/VTVDSGPOBZASZEZPP7CUOKGJK4.png?auth=1b4b5f8fa7cb87e4b5aa8ca56a835588853e85e73194a506aaf7fe8cce1349cb&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Como hemos explicado en boletines anteriores, para julio la cizalladura del viento sobre el Caribe se convierte en uno de los indicadores más confiables para predecir la actividad de la temporada de huracanes. Cuanta más cizalladura del viento haya en el Caribe durante julio, por lo general menor será la actividad tropical que se espera en agosto, septiembre y octubre.</p><figure><img src="https://www.local10.com/resizer/v2/5LA5XHQXARGKRD2CX3RT6THCM4.png?auth=904e57dfce2aa174b2ccc5a92e1c3120ff07b6e0bc2177b2284b1c479070ed19&smart=true&width=1200&height=900" alt="Correlation between vertical wind shear and Atlantic hurricane season activity. Deeper blue values indicate a higher negative correlation (translation: higher wind shear leads to lower storm activity) between wind shear and overall hurricane activity, with the dashed black border showing regions where correlations are statistically significant. The Caribbean is outlined in yellow. Credit: Dr. Phil Klotzbach/Colorado State University." height="900" width="1200"/><figcaption>Correlation between vertical wind shear and Atlantic hurricane season activity. Deeper blue values indicate a higher negative correlation (translation: higher wind shear leads to lower storm activity) between wind shear and overall hurricane activity, with the dashed black border showing regions where correlations are statistically significant. The Caribbean is outlined in yellow. Credit: Dr. Phil Klotzbach/Colorado State University.</figcaption></figure><p>Aún es temprano en el mes, pero los modelos de pronóstico no muestran señales de que la cizalladura del viento vaya a perder su dominio sobre el Caribe. Por el contrario, todo indica que la cizalladura del viento seguirá aumentando en las próximas semanas, con un área de cizalladura excepcionalmente fuerte centrada sobre el Caribe.</p><figure><img src="https://www.local10.com/resizer/v2/7EM3U4BT4JDDLDMPVI3GRHOZQQ.png?auth=a1b9cdc1d5e951afe97ed6ae8e3bcc48e68e53c805ff35559fa7bba8db6310fd&smart=true&width=1200&height=900" alt="Forecast wind shear departure from average (red values indicate higher-than-average wind shear) from July 9th through July 14th, 2026, from the European model ensemble system. The forecast indicates exceptionally strong wind shear relative to the 1991-2020 climatology across the Caribbean (yellow box). Credit: TropicalTidbits.com." height="900" width="1200"/><figcaption>Forecast wind shear departure from average (red values indicate higher-than-average wind shear) from July 9th through July 14th, 2026, from the European model ensemble system. The forecast indicates exceptionally strong wind shear relative to the 1991-2020 climatology across the Caribbean (yellow box). Credit: TropicalTidbits.com.</figcaption></figure><p>Si esto sirve como indicio, el Atlántico tropical tendrá que superar condiciones muy desfavorables para generar una actividad significativa en los próximos meses. Por supuesto, en cualquier semana los vientos pueden debilitarse lo suficiente como para permitir que un huracán logre desarrollarse (los huracanes son parte de cada temporada, incluso durante años con un fuerte fenómeno de El Niño), y será importante vigilar más de cerca la región subtropical, especialmente al este de Florida. Sin embargo, en términos generales, estas tendencias apuntan a una temporada de huracanes notablemente menos activa.</p><p>Como era de esperarse, los modelos de pronóstico siguen mostrando un Atlántico muy tranquilo, sin señales de actividad al menos hasta finales de julio.</p><figure><img src="https://www.local10.com/resizer/v2/QGYJIOXTCBETBJJHG7OZPASE3Y.PNG?auth=f037e1960744734ace3de3f4c6a5d40a5f3f979c46fb4a8d975f0e34649bc0b3&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XVRL5USXS5G7BJNZIWMUYOSJRQ.png?auth=596e7eb8d89420152a0c141c51b92a146e2947b574988c8ffbc04d4b9c9a125d&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"><media:description type="plain"><![CDATA[Tuesday morning Caribbean satellite. Credit: NOAA.]]></media:description></media:content></item><item><title><![CDATA[Tracee Ellis Ross is making her Broadway debut and completing a bucket-list item]]></title><link>https://www.local10.com/entertainment/2026/07/07/tracee-ellis-ross-is-making-her-broadway-debut-and-completing-a-bucket-list-item/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/07/tracee-ellis-ross-is-making-her-broadway-debut-and-completing-a-bucket-list-item/</guid><dc:creator><![CDATA[By MARK KENNEDY, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Tracee Ellis Ross is starting to notice the small things that bring her happiness: The satisfying click of a curling iron, say, or the taste of olives. It's sort of her job right now.]]></description><pubDate>Tue, 07 Jul 2026 14:02:43 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Tracee Ellis Ross is starting to notice the small things that bring her happiness: The satisfying click of a curling iron, say, or the taste of olives. It's sort of her job right now.</p><p>The actor and producer is making her Broadway debut starting Tuesday in “Every Brilliant Thing,” one of the more uplifting and joyful plays this summer, even if it delves into the subject of depression.</p><p>It's the story of a narrator who compiles a list of the things to prove to his or her depressed mother that life is worth living — like ducklings, spaghetti Bolognese and dancing in public. No. 999,996 is: “Peeling off a sheet of wallpaper in one intact piece.”</p><p>“What is incredible when you start doing this is that you really do start to notice things that you never thought of before,” says Ross. “They’re everywhere and that’s why this piece is so beautiful: It changes the way you see the world.”</p><p>Ross will convince audience members to join in</p><p>Ross steps into the Broadway role originated by Daniel Radcliffe and then held by Mariska Hargitay. It's a solo show, but the audience helps, with some asked to read items from scraps of paper and others pretend to drive a car, craft a sock puppet or act as the narrator's parent.</p><p>Ross will be helping select and convince audience members to join her in the show, wandering the aisles to chat as patrons first file in. She'll be looking for kindness — and even some resistance.</p><p>“It is a sense of being of service to the material and a little bit of reluctance is actually a special quality in the roles that we need to cast,” she says.</p><p>Written by Duncan Macmillan with Jonny Donahoe, “Every Brilliant Thing” allows its narrator to ad-lib and changes some of the brilliant things to fit their background. So “wearing a cape ” for Radcliffe can be turned to “tutus” in Ross' case.</p><p>“The list has to feel authentic to them,” says Macmillan. “What they would have found brilliant at different stages of their life, that’s changed from person to person.”</p><p>The play gets a rewrite for the new performer and is adjusted according to their age and background — a favorite cereal or cartoon — who they may have had a crush on as a teen and what movies they might have found brilliant along the way.</p><p>“They have their own personal reasons for connecting with material, but they are also incredibly funny, open, generous, humble people that we root for,” Macmillan says.</p><p>The play runs only 70 minutes, but Ross never takes a break, does crowd work and she's basically been asked to memorize a 40-page monologue during just a three-week rehearsal period.</p><p>“It felt like I was swallowing a whale and learning how to digest it through my fingers and through my body and through my voice and through my heart,” she says.</p><p>Ross has had Broadway on her bucket list</p><p>Ross, who graduated from Brown University and studied acting at The William Esper Studio, started her career auditioning for theater, films and TV. She's become best-known for roles in shows like “black-ish” and “Girlfriends.”</p><p>Broadway was always on her bucket list, but she says starring in a play that connects with other people in a hopeful way hits “my sweet spot.”</p><p>“It's a story that is about something real that so much of us are struggling with, but yet it is told through the lens of the lifeline of what makes life worth living — just everything that could be on a bucket list for me,” she says.</p><p>“Sometimes hope can feel like a daunting idea in the face of feelings and also facts, but I do think that having the ability and the map to reach for other things can balance out those moments in a way that gives you an opening to the next.”</p><p>She resisted the temptation of watching Radcliffe or Hargitay in the role: “It’s hard for me once I get somebody else’s performance or idea in my head.”</p><p>Asked for one more personal brilliant thing and Ross, one of five children, is quick with an answer: “That moment when you and your siblings glance at each other because you know exactly what’s happening and only the five of us know but nobody else does.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2LX6ROCZIO4XKXXLNAQ3DGAKFU.jpg?auth=e9111b30066bb9e494dc2ec23c6ebcf7c99e754870c460001adf4d75e943a95d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tracee Ellis Ross appears at the Vanity Fair Oscar Party in Los Angeles on March 15, 2026. (Photo by Evan Agostini/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Agostini</media:credit></media:content></item><item><title><![CDATA['Being Heumann,' about a disability rights activist, to open Toronto film festival]]></title><link>https://www.local10.com/entertainment/2026/07/07/being-heumann-about-a-disability-rights-activist-to-open-toronto-film-festival/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/07/being-heumann-about-a-disability-rights-activist-to-open-toronto-film-festival/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — “Being Heumann,” director Siân Heder's film about the late disability rights activist Judith Heumann, will open the 51st Toronto International Film Festival.]]></description><pubDate>Tue, 07 Jul 2026 14:00:40 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — “Being Heumann,” director Siân Heder's film about the late disability rights activist Judith Heumann, will open the 51st Toronto International Film Festival.</p><p>Festival organizers announced Tuesday that “Being Heumann,” starring Ruth Madeley as Heumann, will make its world premiere on the opening night of the Canadian festival Sept. 10. The festival runs through Sept. 20.</p><p>Heumann, who died in 2023, has been called the “mother of the disability rights movement” for her longtime advocacy and for lobbying for what eventually led to the federal Americans with Disabilities Act. Heumann, who lost the ability to walk at age 2, was also a central figure in the Oscar-nominated 2000 film “Crip Camp.”</p><p>“Being Heumann” is Heder's follow-up to the 2021 film “CODA,” which won best picture at the Academy Awards. The win marked a milestone for the deaf community and signaled the first time a streamer, Apple, won Hollywood's top award. Apple is also releasing “Being Heumann.”</p><p>“We’re thrilled to open this year’s Festival with Siân Heder’s inspiring follow-up to her Oscar winning ‘CODA,’” Cameron Bailey, chief executive of TIFF, said in a statement. “'Being Heumann' features an electric performance from Ruth Madeley in the story of Judy Heumann, a world-changing advocate for accessibility.”</p><p>The festival, one of the premiere launching pads of fall movies, also announced gala world premieres of Susanna White's legal thriller “Prima Facie,” starring Cynthia Erivo, and of Hur Jin-ho's Korean thriller “The Assassin(s).”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2TP4PSULJBN624IW5VBSLDPJA.jpg?auth=f0e73bb35b3ca77042fb3b1cf345f40d7f91dd31d15715238796aa114a056fe8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Judith Heumann, special advisor for International Disability Rights at the U.S. Department of State, speaks at the opening session of the China-U.S. Coordination Meeting on Disability in Beijing, April 12, 2016. (AP Photo/Mark Schiefelbein, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Lawsuit says US illegally shared confidential information on Iranian asylum seekers with Iran]]></title><link>https://www.local10.com/news/national/2026/07/07/lawsuit-says-us-illegally-shared-confidential-information-on-iranian-asylum-seekers-with-iran/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/07/lawsuit-says-us-illegally-shared-confidential-information-on-iranian-asylum-seekers-with-iran/</guid><dc:creator><![CDATA[By SAFIYAH RIDDLE, Associated Press]]></dc:creator><description><![CDATA[LOS ANGELES (AP) — A lawsuit filed Tuesday alleges that the Trump administration's immigration agencies have been sharing confidential information about Iranian asylum seekers with the Iranian government, violating national immigration regulations and endangering countless Iranians, court filings argue.]]></description><pubDate>Tue, 07 Jul 2026 13:36:15 +0000</pubDate><content:encoded><![CDATA[<p>LOS ANGELES (AP) — A lawsuit filed Tuesday alleges that the Trump administration's immigration agencies have been sharing confidential information about Iranian asylum seekers with the Iranian government, violating national immigration regulations and endangering countless Iranians, court filings argue.</p><p>The lawsuit depicts a coordinated campaign between the U.S. and Iranian governments to identify Iranians in Immigration and Customs Enforcement custody and pressure them to return to Iran — a marked departure from decades of diplomatic hostility between the two governments and an ongoing war.</p><p>Roughly 600 Iranians were put in immigration detention last year, according to public records obtained by the National Iranian American Council. In June, an Iranian woman was among the two dozen migrants the U.S. deported to the Central African Republic — in a marked departure from a decades-long practice by the U.S. of welcoming Iranian dissidents, exiles and others since the 1979 Islamic Revolution forced a large number of Iranians to flee.</p><p>The U.S. government is allowed to work with government officials of foreign countries to coordinate deportation logistics. However, federal regulations passed in the late 1990s prohibit the government from sharing information that could reveal that the individual getting deported applied for asylum.</p><p>“Congress made these confidentiality protections mandatory precisely because lives depend on them, and no agency and no administration, of either party, may set them aside,” said Ali Rahnama, the interim executive director of Iranian American Legal Defense Fund.</p><p>Starting in March 2025, the U.S. State Department arranged monthly meetings with Iranian officials, using the Pakistani embassy as an intermediary, in which U.S. officials shared detailed, sensitive information about detained Iranian immigrants who the U.S. government hoped to deport, lawyers for the Iranian American Legal Defense Fund and the Public Citizen Litigation Group wrote in a complaint.</p><p>The information included details about asylum applications filed by people who say they were persecuted for converting to Christianity, for their sexuality or for participating in the Women, Life, Freedom protests against the Iranian government in 2022, according to the lawsuit, which was filed in U.S. District Court in Washington, D.C.</p><p>ICE forced Iranian asylum applicants who had been detained in numerous facilities, mostly southern states, to meet with an Iranian government official who had extensive and specific knowledge about their applications, according to the complaint. The information was shared even after the joint U.S.-Israeli strikes on Iran started the Iran war in February 2026.</p><p>The lawsuit is seeking to halt sharing information about asylum seekers with the Iranian government and appoint an independent monitor to prevent future disclosures.</p><p>“Despite the U.S.’s ongoing war with Iran, the administration seems more committed to mass deportation than protecting human lives,” Michael Kirkpatrick, attorney at Public Citizen Litigation Group said in a statement.</p><p>The complaint names the Department of Homeland Security, Secretary of State Marco Rubio, Secretary of Homeland Security Markwayne Mullin and the Department of State as some of the defendants. The Department of Homeland Security and the State Department didn’t respond to an emailed request for comment on Tuesday morning.</p><p>The allegations come amid President Donald Trump’s ambitious and aggressive immigration crackdown that involved over 600,000 deportations and causing roughly 1.9 million immigrants to voluntarily leave in 2025 alone, according to an announcement made by DHS.</p><p>Iranian officials acknowledged in September 2025 that as many as 400 Iranians could be returned under an agreement with the Trump's administration. That month, the first of three deportation flights brought dozens of Iranians back to Iran. The second deportation flight was in December 2025, and the final recorded deportation flight departed at the end of January 2026, roughly a month before the war on Iran started, and just weeks after the Iranian government killed thousands of citizens as part of a brutal crackdown on protests. The New York Times reported at the time that some of those deported in the flights in September, December and January were asylum seekers.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VXIY76HDUP6H5YS6K2JDZOBZVI.jpg?auth=2277b6ce95d413db30648d2842a32824c2e1e6a0e890c9a8c5f7bb623264dd44&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Motorbikes and cars pass through an intersection in downtown Tehran, Iran, May 17, 2026. (AP Photo/Vahid Salemi, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Vahid Salemi</media:credit></media:content></item><item><title><![CDATA[The Latest: Prosecutors show video of Tyler Robinson from the day Charlie Kirk was killed]]></title><link>https://www.local10.com/news/2026/07/07/the-latest-prosecutors-show-video-of-tyler-robinson-from-the-day-charlie-kirk-was-killed/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/the-latest-prosecutors-show-video-of-tyler-robinson-from-the-day-charlie-kirk-was-killed/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The weeklong preliminary hearing for the man accused of killing conservative activist Charlie Kirk enters its second day on Tuesday. Prosecutors aim to show that they have enough evidence against Tyler Robinson to proceed to a trial. After the hearing concludes, state District Judge Tony Graf must determine if the case should proceed, which experts say is likely.]]></description><pubDate>Tue, 07 Jul 2026 16:57:05 +0000</pubDate><content:encoded><![CDATA[<p>The weeklong preliminary hearing for the man accused of killing conservative activist Charlie Kirk enters its second day on Tuesday. Prosecutors aim to show that they have enough evidence against Tyler Robinson to proceed to a trial. After the hearing concludes, state District Judge Tony Graf must determine if the case should proceed, which experts say is likely.</p><p>Prosecutors were expected to present a recorded statement from Robinson's roommate and more videos from law enforcement on Tuesday.</p><p>Robinson, 23, is charged with aggravated murder in Kirk’s Sept. 10 assassination on the Utah Valley University campus, for which prosecutors are seeking the death penalty. Robinson’s attorneys have not commented on his guilt or innocence.</p><p>Here's the latest:</p><p>Spectators camp out overnight to attend the hearing</p><p>Denae Branch and Jean Rivera were among the first people lined up outside the courthouse around midnight, trying to snag one of the 14 seats available to the public. The Utah County residents camped out overnight Tuesday, both wearing “FREEDOM” merchandise from Charlie Kirk’s podcast, after they did not get seats inside on Monday.</p><p>They were in the crowd at Kirk’s event at Utah Valley University when he was shot, and both said they think about it every day.</p><p>“It feels like a lot of the world just kept spinning and we’re still dealing with the trauma of it,” Branch said. “Our hearts and minds are still trying to process it and, yeah, it kind of helps being here.”</p><p>Rivera said she hoped to hear testimony about defendant Tyler Robinson’s alleged confession note.</p><p>Some courthouse windows are shrouded</p><p>The windows on the fourth floor of the courthouse, where the preliminary hearing is taking place, have been covered with black plastic sheeting.</p><p>They were not covered yesterday.</p><p>Defense questions investigator about the day of the shooting</p><p>Defense attorney Kathryn Nester is asking former State Bureau of Investigation agent David Hull about how he handled the crime scene at Utah Valley University on the day of the shooting.</p><p>Hull says he arrived on campus about 1:30 p.m., after Charlie Kirk had been rushed to a nearby hospital. He learned around 2:30 p.m. that he was going to be in charge of the investigation, Hull says.</p><p>He says he was made aware that the amphitheater area had been cordoned off and preserved as best as possible given the large number of people present when the shooting occurred.</p><p>He says a bullet found on scene was attributed to a law enforcement officer who had “cleared” his weapon, ejecting an unused bullet.</p><p>Hull says there was another firearm found at the scene: a handgun in a backpack.</p><p>Court is back in session</p><p>Defense attorney Kathryn Nester is cross-examining former State Bureau of Investigation agent David Hull.</p><p>A second video with ‘enhancements’ is introduced as evidence</p><p>Deputy Utah County Attorney David Sturgill has introduced a video with circled highlights, zooming and other alterations apparently designed to help viewers understand what they are seeing.</p><p>Defense attorney Kathryn Nester objected to the video being introduced as evidence, saying she is concerned about its authenticity and that it will be unduly prejudicial against her client.</p><p>State District Judge Tony Graf agrees to admit the video as evidence, but says he’ll view it without showing it to the public or the media since it’s essentially the same footage as the previous video.</p><p>Compilation video continues with a vehicle Hull says belongs to Robinson</p><p>Hull says a Spanish Fork police officer had an interaction with the vehicle early on Sept. 11. When Hull spoke with that officer later, the officer was able to look up vehicle records via a partial license plate number.</p><p>The plates showed Robinson was one of the registered owners of the vehicle, Hull says, and the Spanish Fork police officer said the driver was a male whom he believed to be Robinson.</p><p>Hull says video shows Robinson walking with a ‘limp’ and climbing to rooftop</p><p>Former State Bureau of Investigation agent David Hull says Robinson is shown in another video returning to campus in different clothing and walking with a limp, with one leg held mostly straight.</p><p>Video clips show him walking in front of the Losee building, Hull says, and then to the area where he could access the building’s roof.</p><p>Yesterday, former Utah Valley University Officer Chris Bagley testified that he saw a “sniper pad” in the gravel atop the Losee building roof.</p><p>Additional clips show an individual climbing onto the roof, running across it and then laying prone in the corner of the building. Hull says he believes the person to be Robinson.</p><p>The individual then lowers himself off the roof and leaves the area while carrying something in his hand, Hull says. The time stamp is 12:44 p.m.</p><p>Compilation video shows Robinson’s movements on Sept. 10</p><p>Former State Bureau of Investigation agent David Hull is narrating the video as it plays in court.</p><p>Some clips from various Utah Valley University surveillance cameras show Tyler Robinson driving into a parking garage, walking away, returning and leaving, Hull says.</p><p>Other clips show Robinson walking with a backpack. Robinson purchased a meal from Chick-fil-A at one point in the day, Hull says. Later, as Robinson moves across campus, he is no longer carrying a backpack.</p><p>He leaves campus for a second time around 11 a.m., Hull says.</p><p>Judge says the compilation video can be shown publicly</p><p>The defense team wanted the video published only to the court and not to the press videographer in the courtroom. Allowing news coverage of the video would taint the jury pool for any future trial, violating Tyler Robinson’s constitutional rights, defense attorney Michael Burt said.</p><p>But David Reymann, an attorney representing news organizations, asked the judge to allow this and other non-graphic videos in evidence to be shown to people in the courtroom and in media coverage of the case.</p><p>“The spectators in the courtroom have a right to know what the court is viewing, so they can understand how you’re making your decisions,” Reymann says.</p><p>The compilation video is expected to show Tyler Robinson walking around the Utah Valley University campus on the day of the shooting. That’s relevant, Reymann says.</p><p>Judge Tony Graf says he recognizes the importance of balancing Robinson’s constitutional rights as well as the importance of transparency. He says this video is different from the three videos of the shooting introduced as evidence yesterday, and so it can be shown publicly.</p><p>Former lead investigator David Hull is on the stand</p><p>Deputy Utah County Attorney David Sturgill is questioning Hull, the former Utah State Bureau of Investigations agent who testified yesterday about surveillance videos and other footage gathered during the shooting investigation.</p><p>Sturgill is asking Hull about a compilation video that includes clips from several different videos. The prosecution team wanted to introduce the compilation as evidence yesterday, but the judge declined after the defense team said the prosecution had not established “foundation.”</p><p>The process of establishing “foundation” for evidence generally includes having someone testify about exactly what an item is, including its authenticity and relevance.</p><p>Erika Kirk is back in the courtroom today</p><p>Tyler Robinson’s parents were also seen entering the courthouse this morning.</p><p>State District Judge Tony Graf is giving attendees a reminder of his rules for behavior, including “maintaining a courtroom environment that is safe, respectful, orderly and faithful to the rights and dignity of every person involved.”</p><p>It’s warm in the courtroom, so the judge says everyone should feel free to drink from their water bottles.</p><p>The defense frequently objected to the introduction of evidence</p><p>Defense attorney Kathryn Nester’s attempts were largely overruled by the judge Monday.</p><p>When Nester asked Bagley about finding an empty pistol holster on the ground after the crowd fled, he acknowledged he never took custody of the holster and didn’t know whether it had been fingerprinted.</p><p>Utah is an open carry state, meaning people can carry guns openly or conceal them without a permit.</p><p>Graf sided with the defense to block the introduction of a compilation of surveillance videos from Utah Valley University because some had been altered to zoom in on individuals or had circles drawn around them.</p><p>Prosecutors said they would try again Tuesday to introduce that video with the alterations removed.</p><p>Prosecutors must pass a low bar to advance Robinson to trial</p><p>The proceeding resembles a minitrial, but prosecutors need only demonstrate that there are reasonable grounds to believe Robinson killed Kirk and should stand trial. The standard is lower than for a trial, where prosecutors must prove guilt “beyond a reasonable doubt.”</p><p>Prosecutors, as a result, should have little trouble advancing their case, said Mark Kouris, a former prosecutor and state judge in Salt Lake City.</p><p>“This standard is extremely low, and the chances of them not getting through it are, quite frankly, almost nothing,” said Kouris, now an adjunct professor at the University of Utah’s S.J. Quinney College of Law.</p><p>Robinson’s demeanor in the courtroom</p><p>The defendant sat quietly between his attorneys throughout the hearing, looking at the prosecution’s exhibits on a monitor and occasionally taking notes. His wrists were shackled to a chain around his waist.</p><p>Kirk and Robinson’s families were in the courtroom Monday</p><p>Monday marked the first time Kirk’s parents, Kathryn and Robert, and his widow, Erika, were in the courtroom since the case began. Robinson’s parents also were present, sitting a few rows behind the Kirks.</p><p>Prosecutors showed several graphic videos of Kirk’s shooting, including the moment he was shot and security administering first aid, as they made their case.</p><p>Kirk’s family briefly walked out of the courtroom twice — when Bagley, the university officer, started testifying about Kirk’s arrival on campus and again when prosecutors introduced the videos. Each time, they returned.</p><p>The court will hear a statement from Robinson’s roommate</p><p>If prosecutors follow the order of an exhibit list they submitted earlier this year, they will present a video from the Washington County sheriff’s office from Sept. 11 — the day Robinson turned himself in — and recorded testimony from Robinson’s roommate.</p><p>Prosecutors allege Robinson confessed in a note left for his roommate, who was also his romantic partner, that read: “I had the opportunity to take out Charlie Kirk and I’m going to take it.”</p><p>Robinson also reportedly texted his roommate that he targeted Kirk because he “had enough of his hatred,” prosecutors have said.</p><p>Prosecutors have also said they plan to present DNA evidence linking Robinson to the suspected murder weapon, autopsy findings, witness statements and video of Kirk’s killing. In addition, they are expected to argue the shooting endangered others at Kirk’s campus event — an aggravating circumstance that could make the crime punishable by death under Utah law.</p><p>What happened during the first day of the hearing?</p><p>The court proceedings on Monday produced no major revelations but marked the most significant presentation of evidence to date in the case against Robinson, who is charged with aggravated murder in the assassination of Kirk.</p><p>Former Utah Valley University Officer Christopher Bagley testified that he witnessed the shooting while the conservative activist was speaking to a campus crowd of thousands on Sept. 10. Soon after, Bagley went to a nearby gravel rooftop, where it appeared someone had been lying prone with a clear sightline to Kirk’s location, he said.</p><p>“It looks like a sniper pad,” Bagley told the court.</p><p>More video is expected during the hearing</p><p>Prosecutors seeking to convince a Utah judge to put the man accused of killing Charlie Kirk on trial are expected to present more law enforcement video and a recorded statement from the defendant’s roommate as a weeklong preliminary hearing continues Tuesday.</p><p>The court proceedings began Monday and so far have produced no major revelations but marked the most significant presentation of evidence to date in the case against defendant Tyler Robinson, 23, who is charged with aggravated murder in the assassination of Kirk, an ally of President Donald Trump.</p><p>▶ Read more</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DL4GBSHZYO2VIWUYMXAOKWIWQU.jpg?auth=90b4509662aa199bce807d9b7dad3d0dd9f8fde6a0f7a1c9a5aab5b044210fc2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Utah Department of Public Safety agent David Hull testifies during a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, Tuesday, July 7, 2026, in Provo, Utah. (Trent Nelson/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Trent Nelson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BBPK4I6K6PYDHPF6RUURBYW5MY.jpg?auth=cffcbec46bcd72e66b6a77eb2b7e10a84bc27f0a740e85268d7397375c47bfff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Michael Burt attends a preliminary hearing for Tyler Robinson, the Utah man accused of fatally shooting Charlie Kirk, Tuesday, July 7, 2026, in Provo, Utah. (Trent Nelson/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Trent Nelson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRCII7X6I4ZZIBC37VZXENKGVM.jpg?auth=da7642e5d4f8c95cfaaca361e9f4ab87d71b9d4d0b0d693574ca51ad48b32f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tyler Robinson, who is accused of fatally shooting Charlie Kirk, appears during a hearing in Fourth District Court in Provo, Utah, on Dec. 11, 2025. (Rick Egan/The Salt Lake Tribune via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQ7OGANUKDDECOCG3IGILI3Q6U.jpg?auth=7108ecf9b0125b60b1cf698bd37f8cb03866b58f2c0ee07632f01d22585d38b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A well-wisher places flowers at a makeshift memorial set up for Charlie Kirk at Turning Point USA headquarters, Sept. 11, 2025, in Phoenix. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ARV67ACTQU6B5RLOGB3JAYVBVU.jpg?auth=b83a18928cc29b6d906bc9c6db503a314be632d4bf889e596862eb793b571df9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlie Kirk's parents, Robert and Kathryn Kirk, arrive at the Fourth District Courthouse for a hearing for Tyler Robinson, accused in the fatal shooting of Charlie Kirk, Monday, July 6, 2026, in Provo, Utah. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content></item><item><title><![CDATA[Dueños de yates y residentes de vivienda pública comparten la misma tragedia tras sismo en Venezuela]]></title><link>https://www.local10.com/espanol/2026/07/07/duenos-de-yates-y-residentes-de-vivienda-publica-comparten-la-misma-tragedia-tras-sismo-en-venezuela/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/duenos-de-yates-y-residentes-de-vivienda-publica-comparten-la-misma-tragedia-tras-sismo-en-venezuela/</guid><dc:creator><![CDATA[Por REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[CARABALLEDA, Venezuela (AP) — En Caraballeda, un pueblo en la costa caribeña de Venezuela, los ricos y los pobres compartían el paraíso.]]></description><pubDate>Tue, 07 Jul 2026 13:24:37 +0000</pubDate><content:encoded><![CDATA[<p>CARABALLEDA, Venezuela (AP) — En Caraballeda, un pueblo en la costa caribeña de Venezuela, los ricos y los pobres compartían el paraíso.</p><p>Sus apartamentos —unos pocos con acceso directo a la marina y cientos en torres de vivienda pública— se alzaban en la misma calle y ofrecían vistas idílicas de playas de arena blanca y aguas cristalinas.</p><p>Los dueños de yates y los usuarios del transporte público que compartían esa vía encarnaban la integración social que el gobierno se propuso lograr. Muchos de ellos, que disfrutaban de un día festivo o descansaban en casa el 24 de junio, corrieron la misma suerte cuando el suelo se sacudió con tal violencia que sus viviendas quedaron reducidas a escombros en segundos.</p><p>Ahora, unas 17.000 personas que sobrevivieron también comparten la condición poco común de estar sin hogar en Venezuela. Mientras la cifra oficial de muertos supera los 3.500, muchos deben depender del gobierno --que ha sido duramente criticado por su respuesta a la tragedia y que en el pasado ha politizado la vivienda-- para resolver dónde vivirán, si es que tendrán un nuevo hogar.</p><p>La vivienda sigue siendo una constante incluso en tiempos de crisis</p><p>La vivienda, por lo general, ha sido la primera aspiración de los adultos venezolanos desde la segunda mitad del siglo XX, cuando un auge petrolero permitió al gobierno financiar complejos habitacionales, a los pobres construir chozas de ladrillo y cemento conocidas localmente como “ranchos”, y a los ricos comprar segundas y terceras moradas.</p><p>Incluso cuando la economía del país se desmoronó en 2013, la mayoría de los venezolanos aún tenía un techo, ya fuera porque el gobierno, que se autodefine socialista, les asignó una vivienda; porque compraron una con un gran descuento a personas desesperadas por conseguir dinero para migrar; porque levantaron ranchos unos encima de otros; e incluso porque ocuparon casas abandonadas.</p><p>Quienes viven en viviendas construidas por el partido gobernante desde hace 27 años —actualmente encabezado por la presidenta interina Delcy Rodríguez— no tienen los títulos de propiedad, pero esas casas les permitieron ahorrar y mantener a familias enteras fuera de las calles.</p><p>"Era su hogar, su casa. Era una felicidad enorme cuando le asignaron estas casas aquí", manifestó Carlos Ortega sobre los 12 apartamentos en Caraballeda que a sus familiares les asignaron hace más de una década, tras años de dificultades económicas después de un deslave.</p><p>"Imagínese, le dieron su casa después de perderlo todo, pero ahora lo perdieron todo, hasta la vida".</p><p>Solo uno de los hermanos de Ortega sobrevivió al colapso de las torres de vivienda pública, mientras que su hijo, que vivía en un apartamento del noveno piso pero estaba trabajando en una tienda de conveniencia cuando ocurrieron los terremotos, sigue desaparecido a más de una semana del desastre. Ortega esperaba encontrarlo en un hospital, un refugio o en alguno de los campamentos de tiendas erigidos en espacios públicos y estacionamientos privados.</p><p>No muy lejos de donde hizo una pausa tras retirar escombros que sepultaron a su familia, la gente evaluaba viviendas aplastadas junto a un club náutico y algunos remolcaban motos acuáticas. Allí, a los rescatistas les ofrecían galletas y otros alimentos en una bandeja de plástico mientras permanecían de pie sobre los restos donde la esposa de un general militar esperaba que él y sus hijos fueran encontrados.</p><p>Esfuerzos del gobierno para integrar a distintas clases socioeconómicas</p><p>Ronal Rodríguez, investigador del Observatorio de Venezuela de la Universidad del Rosario, en Colombia, explicó que los gobiernos venezolanos, incluso antes de la llegada de Hugo Chávez a la presidencia en 1999, habían intentado evitar la segregación socioeconómica construyendo proyectos de vivienda en o cerca de zonas exclusivas. Esa estrategia, señaló, también les daba una ventaja política al diversificar la base de votantes en barrios más acomodados que tienden a votar por la oposición.</p><p>Pero las viviendas construidas bajo la "Gran Misión Vivienda" de Chávez, continuada por su sucesor Nicolás Maduro hasta que el ejército de Estados Unidos lo derrocó en enero, tenían una condición: la gente nunca recibía un título de propiedad.</p><p>"El chavismo lo que trata es de mantener una dependencia política", dijo Rodríguez sobre el movimiento político de Chávez. "Es decir, si tú en algún momento te me volteas y ya no me apoyas, pues entonces el techo que te he dado te lo quito".</p><p>Esto vuelve a estos residentes vulnerables a los caprichos del gobierno, en particular cuando los sobrevivientes han sido explícitos al denunciar la falta de apoyo gubernamental en las labores de búsqueda y rescate.</p><p>El gobierno de la presidenta Rodríguez, cuya respuesta a la catástrofe ha sido denunciada por residentes de todos los sectores, aún no ha dado plazos para los esfuerzos de recuperación de vivienda.</p><p>La magnitud de los daños todavía no está clara, pero al menos 10.000 estructuras, o cerca de un tercio, resultaron dañadas en Catia La Mar, una ciudad al oeste de Caraballeda también en el estado La Guaira, según imágenes satelitales analizadas por AI for Good Lab de Microsoft. Edificios antiguos, construcciones deficientes y la geografía dejaron a muchos vecindarios de Venezuela vulnerables a terremotos fuertes.</p><p>Recoger los pedazos</p><p>Benito Mantilla, de 68 años, ahora vive en una tienda instalada en el estacionamiento de una farmacia en Catia La Mar después de que su casa resultara dañada. Su esposa se fue a República Dominicana la semana pasada, pero él decidió quedarse e intentar encontrar trabajo a unos 40 minutos, en la capital, Caracas, ya que los terremotos también dañaron su taller de reparación de autos y el de su hermano.</p><p>Otra mujer que también vive en el estacionamiento aún esperaba que el gobierno le diera una vivienda pronto. Su hija, contó, forma parte de los organizadores locales del partido gobernante.</p><p>Mientras tanto, Caryudedi González, que compró su propia casa cuando tenía 21 años, esperaba que su vivienda de clase trabajadora —la mitad de la cual se desplomó por un barranco— pudiera repararse de alguna manera.</p><p>"En muchos países es muy difícil tener una casa propia y aquí nos esforzamos tanto por tener lo nuestro", expresó González, de 44 años.</p><p>__________________________________</p><p>Esta historia fue traducida del inglés por un editor de AP con ayuda de una herramienta de inteligencia artificial generativa.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LCHV6R5N5VJ4SM2ZOTTHHIZHAE.jpg?auth=81df9e44ae74425ee7ca2cc79f54393bb0b259eb128d71225eb7bc1e73932680&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Las labores de rescate tras los sismos en La Guaira, Venezuela, el 4 de julio del 2026. (AP foto/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Wisconsin Supreme Court refuses to release voter records sought by conservative activist]]></title><link>https://www.local10.com/news/politics/2026/07/07/wisconsin-supreme-court-refuses-to-release-voter-records-sought-by-conservative-activist/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/07/wisconsin-supreme-court-refuses-to-release-voter-records-sought-by-conservative-activist/</guid><dc:creator><![CDATA[By SCOTT BAUER, Associated Press]]></dc:creator><description><![CDATA[MADISON, Wis. (AP) — The Wisconsin Supreme Court on Tuesday rejected an attempt by a conservative activist to obtain guardianship records in an effort to find ineligible voters in the presidential battleground state.]]></description><pubDate>Tue, 07 Jul 2026 16:19:04 +0000</pubDate><content:encoded><![CDATA[<p>MADISON, Wis. (AP) — The Wisconsin Supreme Court on Tuesday rejected an attempt by a conservative activist to obtain guardianship records in an effort to find ineligible voters in the presidential battleground state.</p><p>The case has been wending its way through the courts for years and stems from attempts by conservatives to overturn President Joe Biden's victory in Wisconsin over President Donald Trump in 2020.</p><p>Here’s what to know:</p><p>A conservative activist brought the case</p><p>The case tested the line between protecting personal privacy rights and ensuring that ineligible people can’t vote.</p><p>Former travel executive Ron Heuer and a group he leads, the Wisconsin Voter Alliance, brought the lawsuit in 2022 alleging that the number of ineligible voters doesn’t match the count on Wisconsin’s voter registration list. The lawsuit doesn't specify how many people could be affected.</p><p>In Wisconsin, a guardianship order is granted by a court giving a person certain legal rights over another who is determined to be unable to make decisions about their life. A court has the power to remove the right to vote from a person under a guardianship order if the person is determined to be unable to understand “the objective of the election process.”</p><p>Heuer asked the state Supreme Court to rule that counties must release records filed when a judge determines that someone isn’t competent to vote so that those names can be compared to the voter registration list.</p><p>Heuer’s attorney, Erick Kaardal, argued that privacy concerns could be balanced with the public’s right to access government records by redacting identifying or sensitive information on the forms.</p><p>But the attorney for Walworth County said those seeking access to the records wanted to cross-check ineligible voters against the names of those registered. They can’t do that, attorney Sam Hall said during oral arguments, without releasing the person’s name and address.</p><p>Hall praised the ruling, saying it “protects the privacy of vulnerable individuals while preserving their dignity.”</p><p>Kaardal did not immediately return an email seeking comment.</p><p>The Wisconsin Freedom of Information Council, which advocates for public access to documents but did not take a position on this case, said the court’s decision was “narrowly tailored and should not have a huge impact.”</p><p>The council praised the court for clarifying the standard for deciding similar cases in the future, but that “it’s always disappointing when access to public information is curtailed.”</p><p>Liberal justices who control Wisconsin Supreme Court reject the cas</p><p>e</p><p>In the 5-2 ruling on Tuesday, the Wisconsin Supreme Court's liberal majority along with conservative Justice Brian Hagedorn ruled that the records are not public as the conservative activist had claimed.</p><p>The court took the case after two lower state appeals courts issued divergent rulings. One appeals court, based in Madison, denied access to the records while another appeals court, based in Waukesha, said in 2023 that the records should be made public.</p><p>It ordered Walworth County to release them with birth dates and case numbers redacted.</p><p>The Supreme Court overturned the appeals court ruling that the records should be made public.</p><p>State law is clear that the records being sought are not public and “the Alliance has no right to the records,” Justice Janet Protasiewicz wrote for the majority.</p><p>Conservative justices Annette Ziegler and Rebecca Bradley dissented, saying the court adopted “an overbroad and unworkable definition of what records pertain to a finding of incompetency” to include the forms that indicate a person has been found ineligible to vote.</p><p>Those forms are not pertinent to the finding of incompetency and are therefore subject to the open records law, Ziegler and Bradley wrote.</p><p>The case was one of several targeting the 2020 election</p><p>The case was an attempt by those who questioned the outcome of the 2020 presidential race to cast doubt on the integrity of elections in the presidential swing state. Heuer and the WVA filed lawsuits in 13 Wisconsin counties in 2022 seeking guardianship records.</p><p>Heuer and the WVA have pushed conspiracy theories about the 2020 election in a failed attempt to overturn Biden’s win in Wisconsin. Heuer was hired as an investigator in the discredited 2020 election probe led by former Wisconsin Supreme Court Justice Michael Gableman. The probe found no evidence of fraud or abuse that would have changed the election results.</p><p>The WVA also filed two unsuccessful lawsuits that sought to overturn Biden’s win in Wisconsin.</p><p>Trump won Wisconsin in 2024 after losing in 2020</p><p>Biden defeated Trump by nearly 21,000 votes in Wisconsin in 2020, a result that has withstood independent and partisan audits and reviews, as well as lawsuits and the recounts Trump requested. Trump won Wisconsin in 2024 by about 29,000 votes.</p><p>There are no pending lawsuits challenging the results of the 2024 election or calls to investigate the outcome.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3FBGK7LHJYXKL3M5LJD5MF7ZMM.jpg?auth=45f94dbadba9e74690601fdac01538713de3af3de79a5022b2d1d61f71585e1d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The entrance to the Wisconsin Supreme Court chambers is seen in the state Capitol in Madison, Wis., March 14, 2024. (AP Photo/Todd Richmond, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Todd Richmond</media:credit></media:content></item><item><title><![CDATA[How to tackle estate planning basics in 6 steps]]></title><link>https://www.local10.com/business/2026/07/07/how-to-tackle-estate-planning-basics-in-6-steps/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/how-to-tackle-estate-planning-basics-in-6-steps/</guid><dc:creator><![CDATA[CHRISTINE BENZ of Morningstar, Associated Press]]></dc:creator><description><![CDATA[Contemplating your own death or disability isn’t particularly pleasant, but estate planning can bring peace of mind for you and your family.]]></description><pubDate>Tue, 07 Jul 2026 12:58:06 +0000</pubDate><content:encoded><![CDATA[<p>Contemplating your own death or disability isn’t particularly pleasant, but estate planning can bring peace of mind for you and your family.</p><p>Here are the key steps to take.</p><p>Step 1: Find a qualified attorney</p><p>Because your estate plan will likely need to be updated as the years go by, it makes sense to find an attorney who practices in the community where you live.</p><p>Start by asking other financial professionals who you work with for recommendations. If you have a specific situation that is likely to affect your estate plan—for example, if you’re a  small-business owner  or if you have a child with a disability —ask for referrals to attorneys well-versed in those areas.</p><p>Conduct a basic informational interview with prospective attorneys (it should be free), and ask the following:</p><p>1. How long have you been practicing law?
                2. How long have you been practicing this type of law?
                3. How many estates have you settled?
                4. What is the typical asset level for your clients?
                5. Do you have experience with situations like mine? (Blended/divorced family, business owner, child with addiction issue, etc.)
                6. How do you charge for your services? What is an estimate of the charges for my estate plan?
                7. Do you have experience with tax planning? (Particularly important for large estates)</p><p>Remember to weigh the intangibles: Do you like this person, and would you be comfortable supplying them with personal information about your finances and family situation?</p><p>Step 2: Take stock of your assets</p><p>List your assets and their value: investment accounts, life insurance, your home, your share of any businesses you own. Gather current information about any  debts outstanding. Your estate-planning attorney is likely to provide you with a worksheet for this.</p><p>Step 3: Identify key individuals</p><p>Who do you trust to ensure that your wishes are carried out in case of your death or incapacity? You’ll need individuals to fill the following key roles. Note that the same individual can fulfill more than one role.</p><p>8. Executor: A person who gathers your assets and makes sure they are distributed as spelled out in your will. The executor must be detail-oriented and comfortable with numbers. The executor can be a family member or a professional (such as a bank trust officer).
                9. Durable (or Financial) Power of Attorney: A document that grants an individual the legal authority to make financial decisions on your behalf if you can’t. This person must understand your wishes about your financial affairs. They should also be detail-oriented and adept with financial matters. 
                10. Power of Attorney for Healthcare: A document that specifies whom you entrust with making healthcare decisions on your behalf if you can’t. Ideally, this person lives reasonably close and understands your general wishes about healthcare.
                11. Guardian: A person who is willing and financially able to look after and/or raise your minor children if you and your partner die. You want your child’s guardian to share your values and views on parenting.</p><p>Step 4: Know the key documents you need</p><p>At a minimum, ask your attorney to draft:</p><p>12. Last Will and Testament: Tells everyone how you would like your assets distributed after you’re gone.
                13. Living Will: Tells your loved ones and healthcare providers how you would like to be cared for if you become terminally ill. It usually includes your wishes on the use of life-support equipment. 
                14. Healthcare Power of Attorney: Gives an individual the power to make healthcare decisions on your behalf.
                15. Durable (Financial) Power of Attorney</p><p>Step 5: Manage your documents</p><p>Once your estate-planning documents are drafted, destroy any older versions. Keep the current ones in a secure place and tell the executor where they are.</p><p>Provide copies to your executor, agents for powers of attorney, and the guardian for your children, and discuss your wishes with them.</p><p>Step 6: Plan to keep your plan current</p><p>One of the biggest estate-planning pitfalls is drafting a plan but not keeping it up to date. Plan to notify your estate-planning attorney, and possibly revise your documents, in these situations:</p><p>16. A change in marital or family status (marriage, divorce, birth, adoption)
                17. A major change in assets (sale or purchase)
                18. A major change in financial status
                19. The death or ill health of a beneficiary
                20. The death or ill health of the executor, power of attorney, or guardian.</p><p>_____</p><p>This article was provided to The Associated Press by Morningstar. For more personal finance content, go to https://www.morningstar.com/personal-finance.</p><p>Christine Benz is director of personal finance and retirement planning for Morningstar and co-host of The Long View podcast. Subscribe to her free weekly newsletter.</p><p>Related Links</p><p>5 Things to Do Now to Retire in 25 Years</p><p>https://www.morningstar.com/retirement/5-things-do-now-retire-25-years</p><p>3 Big Questions to Ask Your Aging Parents</p><p>https://www.morningstar.com/personal-finance/3-big-questions-ask-your-aging-parents</p><p>Will Your Retirement Plan Withstand the Death of a Spouse?</p><p>https://www.morningstar.com/personal-finance/will-your-retirement-plan-withstand-death-spouse</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OQEEN3IL23CP4URTVME6ADQGVU.jpg?auth=3407ba916f40530def24f40ea4c31f5d58f503ba255eeebc4a14f59b4ab88d6a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cash is fanned out from a wallet in North Andover, Mass, June 15, 2018. (AP Photo/Elise Amendola, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elise Amendola</media:credit></media:content></item><item><title><![CDATA[Reform UK’s Farage says he’ll quit as lawmaker and seek reelection amid donation allegations]]></title><link>https://www.local10.com/news/2026/07/07/reform-uks-farage-says-hell-quit-as-lawmaker-and-seek-reelection-amid-donation-allegations/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/reform-uks-farage-says-hell-quit-as-lawmaker-and-seek-reelection-amid-donation-allegations/</guid><dc:creator><![CDATA[By JILL LAWLESS, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Reform UK leader Nigel Farage announced Tuesday that he will quit his seat in Parliament and seek reelection in an effort to clear his name over financial allegations linked to millions of dollars’ worth of donations.]]></description><pubDate>Tue, 07 Jul 2026 17:04:14 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Reform UK leader Nigel Farage announced Tuesday that he will quit his seat in Parliament and seek reelection in an effort to clear his name over financial allegations linked to millions of dollars’ worth of donations.</p><p>The unexpected resignation is an effort by the anti-immigration politician to preempt a standards investigation that could have seen him ejected as a lawmaker, and to present himself as the victim of a witch hunt by the media and his political foes.</p><p>“I have done nothing wrong. I have not broken the law in any way at all. I have not misused public money,” Farage, a prominent ally of U.S. President Donald Trump, said in a statement broadcast by his party. Media outlets were not allowed to attend the broadcast and he did not take questions.</p><p>Farage faces a parliamentary standards investigation about undeclared and potentially rule-breaking donations, including a 5 million pound ($6.7 million) gift he received from a Thailand-based cryptocurrency billionaire. A finding of wrongdoing could lead to Farage being suspended or expelled from Parliament. But he has made the first move by triggering an election for his seaside seat of Clacton in eastern England.</p><p>“The people of Clacton should be the judges of my actions,” Farage said. “This will be a people versus the establishment by-election.”</p><p>And, he said: “I will fight to win.”</p><p>Farage won Clacton comfortably in the 2024 election, taking 46.2% of the vote, and stands a good chance of winning reelection. Reform UK said it was willing to pay for the special election, which may deflect claims it is wasting taxpayers’ money.</p><p>Farage’s opponents were unimpressed. Prime Minister Keir Starmer called the announcement “a desperate stunt” from a man “up to his neck in sleaze.” Conservative Party leader Kemi Badenoch claimed Farage was having a “hissy fit” and triggering an “ego by-election.”</p><p>The gambit may only postpone Farage’s problems. Even if he wins, the standards inquiry is likely to resume.</p><p>Farage tipped by some as a future prime minister</p><p>Scrutiny of Farage’s finances has spurred speculation about the future of a politician some considered the favorite to be prime minister after the next national election.</p><p>One of the most high-profile and controversial figures in British politics, Farage has had an outsized impact as a champion of leaving the European Union and foe of large-scale immigration. He was key in securing victory for the “leave” side in the 2016 EU membership referendum.</p><p>His rise has echoes of Trump’s nationalist, anti-immigration playbook. Farage has capitalized on — critics say stoked — concerns about migrants crossing the English Channel in small boats, which he has called an invasion, and alleges that white people face discrimination from police.</p><p>He also rails against “the establishment” and the media, which he claimed are using “foul means” to stop him.</p><p>A skilled communicator whose supporters see a beer-drinking plain-speaker, and whose critics see a populist rabble-rouser, Farage has had a checkered political career and was only elected to Parliament in 2024 after seven failed attempts. Farage also has a history of walking away from parties he led, stepping down from both the UK Independence Party and its successor, the Brexit Party, in the last decade.</p><p>Reform UK has only eight of the 650 seats in the House of Commons but consistently leads opinion polls over the governing Labour Party and the main opposition Conservatives.</p><p>Farage’s party was the big winner in local and regional elections in May that led to the ouster of Prime Minister Keir Starmer at the hands of his own Labour Party.</p><p>But Reform UK has lost three consecutive special elections that it hoped to win, a possible sign its support may be sagging. The most recent loss was to Labour’s Andy Burnham, who is likely to succeed Starmer as prime minister within weeks.</p><p>Donors include a crypto billionaire and a fraudster</p><p>Parliamentary standards commissioner Daniel Greenberg is investigating the 5 million pound donation to Farage from Christopher Harborne, a British businessman based in Thailand. Farage says the money was a personal gift that he used to fund security and came before he was elected to the House of Commons.</p><p>U.K. rules state that newly elected lawmakers must declare gifts worth more than 300 pounds ($400) they received in the previous 12 months, except where the gift “could not be reasonably thought by others” to relate to their political activities.</p><p>Farage is also facing questions about claims, reported by the Sunday Times, over his financial relationship with George Cottrell, an aristocratic crypto-gambling entrepreneur, convicted fraudster and on-off aide to the Reform UK leader.</p><p>Cottrell was arrested at Chicago’s O’Hare airport in 2016, while traveling with Farage, over allegations he offered to launder money for undercover agents posing as drug traffickers. Indicted on 21 counts relating to money laundering, fraud, blackmail and extortion, he agreed to plead guilty to a single charge of wire fraud, admitting attempting to defraud criminals on the dark web by masquerading as a money launderer. He served eight months in prison.</p><p>Cottrell, 32, remains close to Farage, and The Sunday Times said he gave the politician funding for staffing and security before Britain’s 2024 general election, as well as the use of a London townhouse near Buckingham Palace.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MHTWKIW6LSTEZYWC6EBN5JIFU.jpg?auth=504568bd89024872a4e9dbd93ebd1d88353a303492d3958a58c33ba46cf0bb24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform UK leader Nigel Farage leaves Milbank Tower after he said he'll quit his Parliament seat and seek reelection in London, Tuesday, July 7, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FYPPTHM3WSR4C2QXWG4VKUSH44.jpg?auth=a101bdeab504d9eb2dd5b7643347656a3a465af043022a5f738c70b08eb70d72&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform UK leader Nigel Farage leaves Milbank Tower after he said he'll quit his Parliament seat and seek reelection in London, Tuesday, July 7, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IP7GYMHBP56UNROSQDCY6T3CNU.jpg?auth=085227f74e67ee7b7cbc1fbbad0642561c2c0e9812520fcc6a73608d0ad8d9da&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform UK leader Nigel Farage leaves Milbank Tower after he said he'll quit his Parliament seat and seek reelection in London, Tuesday, July 7, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WT7CFEDRXD5UGKVXPZA7AYDYPQ.jpg?auth=ecd3ec66cc4ba4940f7f6266f5bd379dbf3d165f3d8965d6ce62ed79a1143548&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform UK leader Nigel Farage leaves Milbank Tower after he said he'll quit his Parliament seat and seek reelection in London, Tuesday, July 7, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X6PNAMB6GJQHE7JB3YSUAOBKZQ.jpg?auth=5c6b35965d73ba62fe6b71df8315aced0bb40240aaaa4a81ed7ca4a0ebd90263&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Reform UK leader Nigel Farage leaves Milbank Tower after he said he'll quit his Parliament seat and seek reelection in London, Tuesday, July 7, 2026.(AP Photo/Thomas Krych)]]></media:description><media:credit role="author" scheme="urn:ebu">Thomas Krych</media:credit></media:content></item><item><title><![CDATA[Presidente electo de Colombia suspende transición con gobierno de Petro por gestar "golpe de Estado"]]></title><link>https://www.local10.com/espanol/2026/07/07/presidente-electo-de-colombia-suspende-la-transicion-con-el-gobierno-saliente-de-petro/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/presidente-electo-de-colombia-suspende-la-transicion-con-el-gobierno-saliente-de-petro/</guid><dc:creator><![CDATA[Por ASTRID SUÁREZ, Associated Press]]></dc:creator><description><![CDATA[BOGOTÁ (AP) — El presidente electo de Colombia, Abelardo de la Espriella, suspendió el martes el proceso de transición de gobierno que llevaba a cabo con la administración del mandatario saliente Gustavo Petro, quien la víspera desconoció su victoria en las urnas señalando un presunto fraude.]]></description><pubDate>Tue, 07 Jul 2026 16:19:43 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente electo de Colombia, Abelardo de la Espriella, suspendió el martes el proceso de transición de gobierno que llevaba a cabo con la administración del mandatario saliente Gustavo Petro, quien la víspera desconoció su victoria en las urnas señalando un presunto fraude.</p><p>El conservador De la Espriella dijo en un video en sus redes sociales que al desconocer su victoria, Petro y el excandidato oficialista Iván Cepeda iniciaron un plan para “quedarse a como diera lugar en el poder y lo quieren hacer a través de un golpe de Estado”, del que no dio pruebas.</p><p>“Le pido como presidente electo a las Fuerzas Armadas de Colombia que cumplan con su juramento: proteger la Constitución y la democracia y no obedecer ninguna orden que Petro esté dando en sentido contrario”, aseguró De la Espriella, quien pidió a la comunidad internacional vigilar el traspaso de gobierno y a sus votantes “resistencia” hasta el 7 de agosto, cuando tomará posesión del cargo.</p><p>Horas antes Petro había publicado en X que aunque algunos le piden “permanecer en el poder sabiendo que los que vienen no ganaron las elecciones”, no lo hará porque el “mandato popular que se me otorgó tiene un final y soy un demócrata”.</p><p>La transición de gobierno o empalme, como se conoce en Colombia, suele ser un trámite formal para recibir a la nueva administración. Sin embargo, el proceso entre Petro y De la Espriella, opuestos políticamente, ha estado rodeado de cuestionamientos mutuos.</p><p>El ministro de Hacienda y coordinador del empalme del gobierno de Petro, Germán Ávila, ordenó a su equipo suspender el proceso como una medida recíproca. Durante una declaración televisada reprochó las declaraciones de Carlos Alfonso Lucio, parte del equipo de De la Espriella, quien dijo en entrevista a un medio local que el nuevo gobierno llevaría ante la justicia los hallazgos del proceso de transición “anti-corrupción”.</p><p>“El empalme no es una investigación penal, no es un juicio”, aseguró Ávila, quien anunció una denuncia penal contra Lucio. “No tenemos absolutamente nada que ocultar”.</p><p>De la Espriella aseguró que está dispuesto a “enfrentar, a derrotar y a castigar” a Petro, por lo que lo hará “pagar en el marco de la ley todos sus delitos”.</p><p>La víspera Petro fue explícito en no reconocer la legitimidad de De la Espriella al asegurar que “no ganó las elecciones” en el reñido balotaje del 21 de junio contra el progresista Iván Cepeda, su aliado político, pese a que el Consejo Nacional Electoral declaró ganador a De la Espriella.</p><p>El procurador general Gregorio Eljach ha dicho a la prensa que los cuestionamientos del mandatario sobre los resultados de la elección no tienen incidencia jurídica, por lo que De la Espriella tomará posesión del cargo el 7 de agosto.</p><p>Petro insistió en X en que se gestó un presunto fraude electoral porque los software usados en el escrutinio “utilizaron algoritmos que variaron la votación sustancialmente a favor de Abelardo”.</p><p>El día del balotaje Petro aseguró que reconocería los resultados del escrutinio, el cual realizan jueces y luego avala la autoridad electoral. Sin embargo, no lo hizo expresamente y lo que siguieron fueron declaraciones sujetas a interpretación, como un comunicado en el que dijo que haría la “transición democrática del gobierno” y acataría “las decisiones de los jueces”.</p><p>Una misión de observadores de la Unión Europea subrayó tras el balotaje la transparencia y eficiencia del proceso de recuento de votos. El Centro Carter indicó que el sistema de gestión de resultados fue “confiable, transparente y plenamente trazable”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DYF7RSAKMGP7KEKSAAYOZAQJ4U.jpg?auth=0acd8d056ba82028bac1936358b00e4dd76e15878722bb375464b9c4c4ff7e0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente electo de Colombia, Abelardo de la Espriella, habla tras recibir sus credenciales del Consejo Nacional Electoral en Bogotá, Colombia, el jueves 25 de junio de 2026. (Foto AP/Iván Valencia)]]></media:description><media:credit role="author" scheme="urn:ebu">Ivan Valencia</media:credit></media:content></item><item><title><![CDATA[Tornados y tormentas en el centro de China dejan al menos 11 muertos]]></title><link>https://www.local10.com/espanol/2026/07/07/tornados-y-tormentas-en-el-centro-de-china-dejan-al-menos-11-muertos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/tornados-y-tormentas-en-el-centro-de-china-dejan-al-menos-11-muertos/</guid><dc:creator><![CDATA[Associated Press, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Al menos 11 personas murieron y cientos más resultaron heridas después de que varios tornados azotaran una provincia del centro de China, informó el martes la prensa estatal.]]></description><pubDate>Tue, 07 Jul 2026 11:58:41 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Al menos 11 personas murieron y cientos más resultaron heridas después de que varios tornados azotaran una provincia del centro de China, informó el martes la prensa estatal.</p><p>Varias zonas del este de la provincia de Hubei fueron golpeadas por tormentas eléctricas la noche del lunes y el mal tiempo afectaba a 14.600 personas, informó la agencia oficial de noticias Xinhua. Más de 330 personas resultaron heridas y una estaba desaparecida, mientras que más de 20 viviendas se derrumbaron y otras más de 4.800 sufrieron daños, indicó.</p><p>Un inusual tornado EF2 barrió la ciudad de Huanggang, donde varios edificios resultaron dañados. Una empresa de logística y un complejo de almacenes fueron duramente afectados; varios camiones fueron levantados y desplazados por vientos hasta de 30 metros (98 pies), reportó Xinhua.</p><p>Un video publicado por Shanghai Daily en X parecía mostrar a algunas personas en la planta baja de un edificio gritando mientras los fuertes vientos abrían a la fuerza las puertas de vidrio, haciendo añicos una de ellas.</p><p>Los tornados suelen registrarse en provincias del sur y costeras como Guangdong y Jiangsu, según China Weather News, que depende de la Administración Meteorológica de China.</p><p>Son poco frecuentes en la provincia de Hubei y múltiples factores, incluidos los remanentes de la tormenta tropical Maysak, contribuyeron a los que golpearon la región la noche del lunes, declaró el experto meteorológico Wang Xiaoling al periódico Hubei Daily.</p><p>En el sur de China, funcionarios informaron que cuatro personas habían muerto en la ciudad de Hengzhou y otras ocho estaban desaparecidas, mientras lluvias récord asociadas a Maysak provocaban inundaciones generalizadas en la región de Guangxi, reportó Xinhua.</p><p>Más de 53.000 personas han sido evacuadas en Hengzhou, y otras 8.000 fueron evacuadas en el condado de Binyang, señaló Xinhua.</p><p>Guangxi emitió una alerta roja, el nivel más alto, por inundaciones el martes. Los niveles de los ríos subieron hasta 7,5 metros (24 pies) por encima de los niveles de advertencia, según Xinhua.</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/HF7B7MGJ4BJW2TWA7SD3PQ7I5A.jpg?auth=43afe49d3e06a1d5b81bdf24c740bf6f6219d27ec5fc8c1f14953113c5d576f9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen publicada por Xinhua News Agency, rescatistas trabajan en un centro logístico afectado por un tornado en el distrito de Huangzhou, ciudad de Huanggang, en la provincia china de Hubei, el 7 de julio de 2026. (Wu Zhizun/Xinhua via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Wu Zhizun</media:credit></media:content></item><item><title><![CDATA[Islandwide blackout hits Cuba as its fuel reserve dwindles and aging grid crumbles]]></title><link>https://www.local10.com/news/world/2026/07/06/islandwide-blackout-hits-cuba-as-its-fuel-reserve-dwindles-and-aging-grid-crumbles/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/06/islandwide-blackout-hits-cuba-as-its-fuel-reserve-dwindles-and-aging-grid-crumbles/</guid><dc:creator><![CDATA[By MILEXSY DURÁN, Associated Press]]></dc:creator><description><![CDATA[HAVANA, Cuba (AP) — An islandwide blackout hit Cuba on Monday as the country's fuel reserves dwindle and its electric grid continues to crumble.]]></description><pubDate>Tue, 07 Jul 2026 01:42:47 +0000</pubDate><content:encoded><![CDATA[<p>HAVANA, Cuba (AP) — An islandwide blackout hit Cuba on Monday as the country’s fuel reserves dwindle and its electric grid continues to crumble.</p><p>The blackout in the country of nearly 10 million people was reported by the state-run Electric Union, which said on X that the cause is under investigation. The Ministry of Energy and Mines wrote on X that it has activated protocols to restore electricity.</p><p>Fuel has been running out across Cuba since January, when U.S. President Donald Trump threatened tariffs on any country that sells or provides oil to the island, deepening the island’s ongoing economic and financial crisis. Public transportation has largely been halted, and officials have canceled tens of thousands of surgeries.</p><p>Energy Minister Vicente de la O Levy said microsystems were already operating throughout Cuba a couple of hours after the outage: “Vital services continue to be protected, amidst this complex situation exacerbated by the energy blockade we face.”</p><p>Meanwhile, Cuban President Miguel Díaz-Canel accused the U.S. of trying to “incite social unrest by strangling Cuba’s fuel supply.”</p><p>“The actions of electrical workers in the midst of a genocidal energy blockade are heroic,” he wrote on X.</p><p>The outage sparked concern across Havana, with 36-year-old Lina May wondering when the power would come back on so she could cook some rice.</p><p>“I just told my dad that we have to buy charcoal because otherwise we won’t eat and we’ll starve,” she said.</p><p>Richard Valdés, 40, said the outage is just the latest hit of many. “We’re without power again,” he said. “Now we have no water, no gas, nothing until they restore it.”</p><p>Cuba produces only 40% of the fuel it needs, while the 730,000 barrels of oil delivered by a Russian tanker in late March ran out by the end of April.</p><p>The government also has been rationing power with intentional outages that can stretch to more than 24 consecutive hours.</p><p>A blackout in mid-May affected the island’s eastern provinces, while a blackout in mid-March struck the entire island.</p><p>Like many Cubans, Mario Pedroso, a 33-year-old Havana resident, was resigned about Monday’s total blackout.</p><p>“Oil hasn’t come in here for a while, and we have no way to solve the problem,” he said. “We have to resist, as we Cubans say. That’s all.”</p><p>___</p><p>Associated Press writer Dánica Coto in San Juan, Puerto Rico contributed.</p><p>___</p><p>Follow AP’s coverage of Latin America and the Caribbean at https://apnews.com/hub/latin-america</p>]]></content:encoded></item><item><title><![CDATA[Activists push back as construction continues on new aquarium at Fort Lauderdale’s Swimming Hall of Fame]]></title><link>https://www.local10.com/news/local/2026/07/06/activists-push-back-as-construction-continues-on-new-aquarium-at-fort-lauderdales-swimming-hall-of-fame/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/activists-push-back-as-construction-continues-on-new-aquarium-at-fort-lauderdales-swimming-hall-of-fame/</guid><dc:creator><![CDATA[Jacey Birch]]></dc:creator><description><![CDATA[A 10,000-gallon aquarium is a part of the expansion coming to the International Swimming Hall of Fame in Fort Lauderdale.]]></description><pubDate>Mon, 06 Jul 2026 22:05:29 +0000</pubDate><content:encoded><![CDATA[<p>A 10,000-gallon aquarium is a part of the expansion coming to the International Swimming Hall of Fame in Fort Lauderdale.</p><p>The Fort Lauderdale institution, located right on the water, is receiving a massive makeover to welcome tourists and residents alike.</p><p>Animal activists are furious about animals being taken from the ocean to fill the tank while Fort Lauderdale leaders claim it’s a done deal.</p><p>The bulldozers are on the property and phase one of construction is underway, expected to be finished this summer.</p><p>There are a total of four phases coming to the $220 million expansion project for the new Fort Lauderdale water district.</p><p>Renderings feature a new aquatic center, a waterfront promenade, a restaurant, a museum and the state-of-the-art marine aquarium.</p><p>Ana Campos is an animal activist who took part in the 2019 lawsuit against the city when Seaquest was attempting to build an aquarium at the Galleria Mall.</p><p>“It’s shocking to learn after the city of Fort Lauderdale was actually sued over an aquarium that they went ahead and they approved an aquarium in a worse location,” she said. “As if the Miami Seaquarium issue wasn’t enough to scare cities away from animal captivity and touch tanks and any types of tanks with animals.”</p><p>As the city moves forward with its approved plans from 2023, many are just hearing about the proposed aquarium three years later.</p><p>“We have thousands of members in the Animal Rights Foundation of Florida and we never heard about it,” said James Wildman, with the Animal Rights Foundation of Florida.</p><p>Playing catchup included watching previous Fort Lauderdale commission meetings.</p><p>Rich Waltzer, the Fort Lauderdale Aquarium founder and CEO, spoke at an April 21 commission meeting. </p><p>“The aquarium was a dream of mine and it’s actually finally come true,” he said. “I really want to thank Commissioner Herbst for really helping me make this happen.”</p><p>Local 10 News reached out to Waltzer to be interviewed for this story, but he refused. Local 10 also reached out to Commissioner John Herbst, a huge proponent to bring the aquarium to life, but he also declined our requests three different times over email. </p><p>Fort Lauderdale Mayor Dean Trantalis agreed to sit down for an interview. </p><p>“It sounds really exciting and the commission agreed and that’s why we voted for it,” he said. “We have had exhibits like that already in our science museum. We’ve had it for many, many years, so this is just basically an expansion of that experience, and it’s now going to be done at the aquatic center.”</p><p>When looking at the plans, bringing the ocean experience, like corals and animals to human hands, is a big part of this aquarium.</p><p>“Touch tanks are a very visceral way of getting information across to people,” aquarium developer John Whitehead said during the April 21 commission meeting. “If I give you a sea star and put it in your hand, you can tell how it moves across the bottom of the ocean.”</p><p>Aquarium supporters claim they are building an educational experience, while activists are concerned the animals will be unethically trafficked from our oceans.</p><p>“What you’re teaching a child by confining an animal in captivity is that it’s acceptable for humans to do what we like to animals simply for entertainment purposes,” said Wildman. </p><p>Added Campos: “Building this is a death sentence, period.”</p><p>In the meeting with the developers, examples of corals, crabs and fish were displayed, along with pictures of what appeared to be an endangered bonnethead shark and an endangered spotted eagle ray.</p><p>The aquarium is in a mandatory evacuation zone; the mayor said generators will be ready.</p><p>Backup power, however, failed at an aquarium during Hurricane Katrina and thousands of marine animals died as a result.</p><p>“You know, it’s not an easy life being in the open ocean and a lot of the wildlife get eaten by bigger wildlife, so we’re saving their lives too, let’s keep that in mind,” said Trantalis. </p><p>The city owns the property and the operators will be leasing with the expectation to open the new facility in 2028, but the fight is far from over.</p><p>“There’s nothing preventing the commission from caring about the welfare of the animals, regardless if it’s a done deal and we’re too late. It’s never too late, as far as I’m concerned, to care about animals,” said Campos. </p><p>Added Wildman: “I think with enough pressure, with enough people speaking out, things will change, and so that’s what we’re going to continue to do.”</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[Rahm Emanuel will assail Netanyahu in Tel Aviv speech as American politics shift against Israel]]></title><link>https://www.local10.com/news/politics/2026/07/07/rahm-emanuel-will-assail-netanyahu-in-tel-aviv-speech-as-american-politics-shift-against-israel/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/07/rahm-emanuel-will-assail-netanyahu-in-tel-aviv-speech-as-american-politics-shift-against-israel/</guid><dc:creator><![CDATA[By STEVEN SLOAN and STEVE PEOPLES, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel, will denounce Prime Minister Benjamin Netanyahu in Tel Aviv this week and deliver a bracing message that the country's relationship with the United States is “at a crossroads.”]]></description><pubDate>Tue, 07 Jul 2026 12:42:04 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel, will denounce Prime Minister Benjamin Netanyahu in Tel Aviv this week and deliver a bracing message that the country's relationship with the United States is “at a crossroads.”</p><p>“It cannot stand or survive as it has been,” Emanuel will say at Tel Aviv University on Wednesday, according to remarks obtained by The Associated Press. “To maintain the strength of our ties, we need significant changes and a new direction.”</p><p>In an interview ahead of his speech, Emanuel said Israel’s continued military response to Hamas’ attack on Oct. 7, 2023, has been “reckless and careless in the treatment of Palestinian life — not only the military campaign but using food and medicine as an instrument of your military goals.”</p><p>Asked whether Israel had committed genocide, an accusation leveled by some human rights organizations and rejected by the Israeli and U.S. governments, Emanuel said the question should not be considered in isolation without also examining conflicts in Ukraine and Sudan.</p><p>“I’m ready to have that discussion,” he said, “but I don’t think it should be politicized, and then dilute the power of what genocide means.”</p><p>Taken together, the interview and upcoming speech from a stalwart of Democrats’ centrist wing are another demonstration of how far the party has shifted away from its historic support of Israel almost three years after the war in Gaza began.</p><p>About 58% of Democrats say the U.S. is “too supportive” of the Israelis, according to a new survey by The Associated Press-NORC Center for Public Affairs Research, up from 45% in January 2024. Roughly half of Democrats believe that Israel has committed genocide against Palestinians during the war with Hamas.</p><p>Emanuel's proposals will include sanctions on Israelis who attack Palestinian civilians and property along with companies and banks that support settlements considered illegal by most of the international community. He also wants to end U.S. subsidies to Israel's defense budget, arguing the country “should be able to buy American arms under the same financial terms, the same restrictions, and the same requirements as every other trusted ally that abides by our laws.”</p><p>In addition, Emanuel will blame Netanyahu for driving Israel to a “dead end,” emboldened by poor decisions from American leaders.</p><p>“For too long, American policy toward Israel operated under the assumption that the best thing Washington could do for Jerusalem was to blindly and silently stand behind your government, without conditions, without demands, and without consequences when we disagreed,” he will say. “That has been our mistake. Unconditional support has produced a prime minister who has presumed that his strategic interests would incur no cost if he ignored America’s concerns.”</p><p>There's little precedent for an American with presidential ambitions to travel to another country, much less one as fraught as Israel, to deliver such a stinging rebuke of its political leadership. Centrist figures like Emanuel have been more reluctant than Democrats' progressive base to question longtime U.S. support for Israel in recent years.</p><p>How will Netanyahu react?</p><p>His remarks could prompt a similarly fiery response from Netanyahu, who famously once called Emanuel, who had ambitions of being the first Jewish speaker of the U.S. House, a “self-hating Jew.” Netanyahu faces his own battle for reelection in October, and the veteran leader may try to use a confrontation with Emanuel for political gain by appearing to stand strong in the face of international criticism.</p><p>Emanuel, who arrived in Tel Aviv on Sunday ahead of the Wednesday speech, told the AP that he's intentionally avoiding interactions with Israeli elected officials during his visit to not interfere with the country's upcoming elections. Instead, his agenda includes visiting a hospital that serves Israelis and Palestinians and meeting with the family of an Oct. 7 hostage.</p><p>For possible Democratic presidential contenders gauging how to address the fallout from Israel's war in Gaza and Netanyahu's perceived tilt toward the Republican Party, led by President Donald Trump, the speech represents an especially frontal strategy. The war has disrupted political coalitions in both major political parties in the U.S., with younger voters recoiling at Israel's approach to the conflict pressing American leaders to take a tougher stand. The issue has roiled some Democratic congressional primaries this year and could continue to be a dividing line in the contest for the party's presidential nomination in 2028.</p><p>Castigating Netanyahu for doing little to advance diplomatic efforts to end the war, Emanuel will note that “support for Israel is plummeting around the world.”</p><p>“You’ve lost Europe,” he will say. “Your scientists face exclusion from international research networks. Your artists and academics are shut out of exhibits and conferences.”</p><p>Support for Israel has waned</p><p>While Netanyahu has forged generally strong ties with Trump and the Republican Party, Israel's support among Democrats has slipped in recent years. But in portraying Israel as increasingly isolated, Emanuel's comments have echoes of recent remarks from Vice President JD Vance, a sign of how criticism of the country is taking hold in both parties. Speaking recently from the White House briefing room as the U.S. worked to close a deal to end the war with Iran, Vance said Trump was “the only head of state in the entire world who is sympathetic to the nation of Israel at this moment in time.”</p><p>For all his tough words, Emanuel, who is Jewish and whose father was born in Jerusalem, will offer notes of sympathy and understanding. He acknowledged the toll of the Oct. 7, 2023, attacks in which Hamas-led militants launched air and ground strikes on Israel, killing nearly 1,200 people and taking more than 250 hostages. He noted disappointments from previous rounds of peace talks with Palestinian leaders.</p><p>“But even while acknowledging that history, the path forward cannot be held hostage to a past defined exclusively by recriminations,” he will say.</p><p>He will call the two-state solution “discredited” and instead push for a “23-state solution” that includes Israel, the Palestinians and the 21 other members of the Arab League in a peace deal.</p><p>“The 21 Arab nations that have exploited Palestinian rights as a slogan for decades now need to roll up their sleeves and stand up a governing authority capable of accepting the historic Jewish connection to this land,” he will say.</p><p>While no prominent Democrat has formally entered the 2028 contest, that could change soon after the November midterms with a field that could ultimately swell into the dozens. Few have been as open about their intentions as Emanuel, a former White House chief of staff, congressman, Chicago mayor and U.S. ambassador who has spent much of the past three decades holding one public office or another. Absent such a post now, he’s gained attention by releasing a string of policy proposals, biking through the early voting state of New Hampshire, appearing on podcasts and stepping up his social media presence.</p><p>___</p><p>Peoples reported from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/S4GHN3CEGVTENMDMTKKJK5PBC4.jpg?auth=bf597995f4e3db521b3ad1c77409340ca9a37be01730a4761c70d572096971bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former White House Chief of Staff Rahm Emanuel mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (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/RT7DIKLWEKLVVK2UK3T67QGBIE.jpg?auth=5622485802d09586fda917de3f330bac477b59096fde4ce768ee5b230b45a8e5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former White House Chief of Staff Rahm Emanuel mingles ahead of the Obama Presidential Center dedication ceremony Thursday, June 18, 2026, in Chicago. (AP Photo/Jeff Roberson)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Roberson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FKCXM3D7R63R7FKH43UO5N5QD4.jpg?auth=368f81b1b1922acbf808b239e98536404ce8f24b7930c7465b12b9f38be1bdb4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rahm Emanuel speaks at a house party in Concord, N.H., Saturday, June 6, 2026. (AP Photo/Steven Sloan)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Sloan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RVENZFFRQ5QR7IRVIQVB32CFAY.jpg?auth=2d1504550e81d082db0c201302840e126df713ccc4ef81771a15f6b9aeb187e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rahm Emanuel takes a break from a bike ride through New Hampshire, Saturday, June 6, 2026. (AP Photo/Steven Sloan)]]></media:description><media:credit role="author" scheme="urn:ebu">Steven Sloan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JBPMORLC6KKGZFPQFHZOGFQJDU.jpg?auth=e01bd15c23530b1f758373059c226ec39b50ea01863b3551d5c11c453b83d114&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - President Donald Trump poses for a photo with Israel's Prime Minister Benjamin Netanyahu before he boards Air Force One at Ben Gurion International Airport, Oct. 13, 2025, near Tel Aviv, as Israel's President Isaac Herzog watches at left. (AP Photo/Evan Vucci, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Evan Vucci</media:credit></media:content></item><item><title><![CDATA[Woman suspected of Monaco bombing is found dead in Ukraine, authorities say]]></title><link>https://www.local10.com/news/world/2026/07/07/ukraines-security-service-says-woman-wanted-in-connection-with-a-monaco-bombing-is-found-dead/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/ukraines-security-service-says-woman-wanted-in-connection-with-a-monaco-bombing-is-found-dead/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[KYIV, Ukraine (AP) — The woman suspected of trying to kill a Ukrainian business tycoon in a bombing attack in Monaco last week was found dead in Ukraine with gunshot wounds to the head, Ukraine’s Security Service said on Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 15:53:25 +0000</pubDate><content:encoded><![CDATA[<p>KYIV, Ukraine (AP) — The woman suspected of trying to kill a Ukrainian business tycoon in a bombing attack in Monaco last week was found dead in Ukraine with gunshot wounds to the head, Ukraine’s Security Service said on Tuesday.</p><p>A Ukrainian military intelligence officer confessed to killing the bombing suspect, Anastasiia Berezovska, with the help of a former law enforcement officer, said the security service, known as the SBU. The military intelligence officer said he acted on his own and without the knowledge of his superiors, the SBU said.</p><p>Both men were detained on suspicion of premeditated murder.</p><p>Last week’s bombing attack at an apartment building entrance in Monaco reportedly injured Vadym Yermolaiev, a tycoon with links to Russia. A woman and a child with him were also injured. The attack shocked Monaco, a coastal playground for the rich and famous known for its tax-friendly incentives, royal family and Formula 1 Grand Prix.</p><p>Authorities have not disclosed possible motives for the bombing attack, or the killing of Berezovska.</p><p>In Kyiv, the mysterious events have raised concerns among some lawmakers about how Ukraine’s Western allies are reacting to a possible assassination attempt in Monaco that is now linked to at least one member of Ukraine’s military intelligence agency.</p><p>“I hope it will not have a serious impact. But our allies deserve an explanation,” said Oleksandr Merezhko, a lawmaker from Ukrainian President Volodymyr Zelenskyy’s party.</p><p>“The unusual thing is that the perpetrators were caught so quickly. That could be interpreted as evidence of a swift and effective operation by our law enforcement agencies,” he added.</p><p>Ukraine is believed to have carried out attacks and targeted killings of Russian figures in the course of the war, although those attacks have largely been confined to Ukrainian or Russian territory.</p><p>Monaco's head of state, Prince Albert II, described last week's bombing as “an odious act.” The 39-year-old Berezovska was identified as the main suspect by Interpol, which issued a so-called Red Notice seeking her arrest on charges of attempted murder and criminal conspiracy.</p><p>Yermolaiev built his fortune through the Alef Group, a diversified business that includes commercial real estate, manufacturing and agriculture. Sanctioned by Ukraine in 2023 for his Russia ties, Yermolaiev has said he renounced his Ukrainian citizenship nearly a decade ago.</p><p>Interpol on Tuesday said it had no immediate comment on the arrests of the Ukrainian military intelligence officer and former law enforcement officer.</p><p>The SBU said investigators had focused on the two men after discovering they had repeatedly transferred cryptocurrency and money through bank accounts to Berezovska.</p><p>Investigators said they found Berezovska’s body during a reconstruction of the crime based on one suspect’s testimony. Investigators recovered spent pistol casings at the scene, the SBU said.</p><p>Authorities said the basement of the former law enforcement officer’s home appeared to be used as a torture chamber. It was not immediately clear if this is where Berezovska’s body was found.</p><p>The SBU said it had shared all available information with authorities in Monaco and was continuing to investigate those who ordered and organized the bombing in Monaco.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YYIRYIJE7QD32FSZBUCZUTNLKE.jpg?auth=3d3ab0dbbd46c271f07b7fa865b57bf5d7c95b29b5e08d6a1d885b9ccb001156&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This screenshot of the Interpol webpage shows a Red Notice for Anastasiia Berezovska, a suspect in the Monaco bombing that reportedly targeted a Ukrainian tycoon with links to Russia. (Interpol via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/RTOAMWNCWIHMSI7YOI3YI4MA3E.jpg?auth=ab1cf8ae9e1122e9e77efe52e2ec32f09493df0bf7b5dfc64650266841a78f8c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Investigators examine the scene at the residential building where an explosive device seriously injured three people a day earlier in Monaco, Tuesday, June 30, 2026. (AP Photo/Philippe Magoni)]]></media:description><media:credit role="author" scheme="urn:ebu">Philippe Magoni</media:credit></media:content></item><item><title><![CDATA[MCSO: Florida Keys woman jailed after threatening deputies with knife]]></title><link>https://www.local10.com/news/local/2026/07/06/florida-keys-woman-jailed-after-threatening-deputies-with-knife/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/florida-keys-woman-jailed-after-threatening-deputies-with-knife/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A Florida Keys woman is behind bars after allegedly threatening deputies with a knife, authorities said.]]></description><pubDate>Tue, 07 Jul 2026 00:17:20 +0000</pubDate><content:encoded><![CDATA[<p>A Florida Keys woman is behind bars after allegedly threatening deputies with a knife, authorities said.</p><p> </p><p>According to the Monroe County Sheriff’s Office, the incident occurred around 4:28 p.m. Monday in the area of U.S. 1 and Sombrero Beach Road in Marathon. </p><p>Deputies said they responded to the scene after receiving reports about a woman with a knife harassing a man. </p><p>Upon arrival, deputies said the suspect, identified as Jennifer Lynn Secrest, 35, “pulled out the knife and began waving it around while threatening them.”</p><p>Deputies said they were eventually able to take away the knife and took Secrest into custody. </p><p>She is facing two felony charges of aggravated assault with a weapon, a felony charge of resisting arrest, three misdemeanor charges of resisting arrest and a charge of disorderly intoxication. </p><p>No injuries were reported in the incident. </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[Man facing DUI charges in connection with fatal Dania Beach crash]]></title><link>https://www.local10.com/news/local/2026/07/06/deputies-arrest-man-in-connection-to-fatal-dania-beach-crash/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/deputies-arrest-man-in-connection-to-fatal-dania-beach-crash/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[An arrest has been made following a fatal crash that occurred over the weekend.]]></description><pubDate>Mon, 06 Jul 2026 19:44:02 +0000</pubDate><content:encoded><![CDATA[<p>An arrest has been made following <a href="https://www.local10.com/news/local/2026/07/04/1-dead-6-injured-in-multi-vehicle-crash-in-hallandale-beach/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/04/1-dead-6-injured-in-multi-vehicle-crash-in-hallandale-beach/">a fatal crash that occurred over the weekend</a>.</p><p>It happened Saturday evening near the intersection of Dania Beach Boulevard and Southeast Second Avenue in Dania Beach. </p><p>On Sunday, Broward Sheriff’s Office deputies arrested Vladimir Mushenko, 38, in connection with the crash. </p><p>Video obtained by Local 10 News showed a white BMW convertible going east on Dania Beach Boulevard before losing control near Second Avenue. </p><p>The vehicle traveled over the median and struck a Mercedes-Benz that was traveling westbound.</p><p>According to an arrest report, a responding deputy smelled an alcoholic beverage on Mushenko’s breath and noticed that he had glassy eyes and appeared disoriented.</p><p>Mushenko was transported to Broward Health Medical Center to be treated for non-life-threatening injuries.</p><p>At the hospital, medical staff drew blood from him, which showed he had a blood-alcohol level of .197%</p><p>Broward Sheriff Fire Rescue officials said one person died at the scene and six others were hospitalized, including four adults and two minors. </p><p>One of the victims who was hospitalized has since died, bringing the death toll to two, the report stated. </p><p>Authorities have not publicly identified any of the victims. </p><p>Mushenko is facing a bevy of charges that includes two counts of DUI causing death, two counts of vehicular homicide and two counts of DUI with damage to a person or property.</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/VV7RXB2ZXBCFHN7PLVECQEMCZM.jpeg?auth=76d8b5d9e55e82cedee7add4f95ffa074e9d2cc6894dd52d2300530783bab364&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Why losing weight isn't just about counting calories — and what to do about it]]></title><link>https://www.local10.com/health/2026/07/07/why-losing-weight-isnt-just-about-counting-calories-and-what-to-do-about-it/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/07/why-losing-weight-isnt-just-about-counting-calories-and-what-to-do-about-it/</guid><dc:creator><![CDATA[By J.M. HIRSCH, Associated Press]]></dc:creator><description><![CDATA[BOSTON (AP) — When it comes to losing weight, it turns out the simple math of counting calories doesn’t always add up.]]></description><pubDate>Tue, 07 Jul 2026 11:04:49 +0000</pubDate><content:encoded><![CDATA[<p>BOSTON (AP) — When it comes to losing weight, it turns out the simple math of counting calories doesn’t always add up.</p><p>Fad diets come and go, but the underlying message almost always follows a simple equation. If you consume fewer calories than you burn, the weight will melt away.</p><p>In principle, it’s true. And counting calories can be a useful tool for managing weight. But it only works if you know what numbers you’re counting. And what’s been billed as basic math can sometimes look more like Einstein’s theory of relativity.</p><p>That’s because a complex web of factors influences how or even if our bodies process calories. And it turns out diet quality is just as important as quantity, and possibly more.</p><p>“Different foods have very different effects on the brain, liver, fat cells, muscle function, pancreas and all organs related to metabolism and body weight,” said Dr. Dariush Mozaffarian, a cardiologist and director of the Food is Medicine Institute at Tufts University.</p><p>Counting calories could burn you</p><p>A calorie is the unit of energy used to count what the body can get from carbohydrates, proteins and fats. That sounds simple, but the complexity of counting calories went mainstream recently, when a lawsuit accused the maker of David protein bars of affixing labels that misrepresent how many calories and how much fat the products contain. The lawsuit has since been dropped.</p><p>The allegations were based on an analysis of the bars using bomb calorimetry, which measures calories by burning food and calculating the amount of heat released, a method that counts every potential calorie. But our bodies aren’t combustion chambers and don’t treat all calories the same. The company’s numbers, like many food labels, are based only on the calories our bodies can actually use. Technically, both are correct, but only the latter matters for diet.</p><p>“You could put sawdust into a bomb calorimeter and you would get basically 4 calories per gram,” said Dr. David Ludwig, an endocrinologist and researcher at Boston Children’s Hospital. “If you’re a termite, yes, you’ll get calories from it. But humans won’t.”</p><p>The calorie counts on most nutrition labels reflect the total our bodies are likely to metabolize, not their burn rate. But they still can be misleading. Because of permitted rounding, the tallies can be off by as much as 20%. Additionally, the digestibility of an ingredient, whether and how it is cooked, to what extent it was processed, variations in processing, even quirks in our own DNA — all of these things influence whether and how our bodies use the calories we eat. Even that is just the start of the complications.</p><p>Calories are simple. How your body uses them is not</p><p>Our bodies determine how to process calories — either burning them or storing them — depending in part on our energy needs. But the quality of the calories matters, too. High-glycemic foods, such as white breads, pastas and sugars, are easily converted to usable energy and trigger our bodies to store calories, Ludwig said.</p><p>Foods containing resistant starches, including some beans, whole grains and seeds, resist easy conversion into usable energy and don’t trigger that same storage response. They also are more difficult to process, so we absorb fewer of the total calories contained in them.</p><p>“Having a snack of 8 ounces of sugary beverage, 100 calories, should be better for your weight than 1 ounce of nuts at 200 calories, right?” Ludwig said. “That’s the opposite of what actually happens because those 100 calories, even if they’re fewer at that moment, they shift your body toward storing fat and leave you hungrier sooner.”</p><p>Which of course triggers you to eat more, well, calories.</p><p>Even cooking and ripeness influence the equation. The calories in cooked foods are more easily absorbed than from raw ingredients, while the calories in unripe produce, such as bananas, are less easily absorbed. This means the number of calories you get from eating a medium banana, which is listed at 105 calories, can depend on how ripe it is.</p><p>As for processing, including something as simple as grinding a food, can change caloric impact.</p><p>“One classic example is that the calories in whole almonds are absorbed substantially less well than the calories in almond butter,” Ludwig said. “Just processing the almonds into almond butter causes a change in how much they will be absorbed.”</p><p>Ultra-processed foods introduce another challenge. Diets high in such foods have been found to decrease the number of calories we burn at rest, Mozaffarian said. That means a higher proportion of those calories will stick to your ribs.</p><p>Then there’s just plain old variation between people. Genetics lead our bodies to treat calories differently, said Dr. Fatima Cody Stanford, a Harvard Medical School obesity specialist. Even something as simple as a bad night’s sleep can change how the body processes calories. So you might absorb more or fewer calories from the same food on different days.</p><p>Should you even bother to count calories?</p><p>So what’s a weight watcher to do? Calorie counts can be a rough guideline; many people otherwise struggle to make healthy choices or determine appropriate portions, Ludwig said.</p><p>But the evidence indicates people should focus on diet quality, not just calorie quantity. Avoid ultra-processed foods, particularly refined starches, and build your diet around whole, minimally processed foods with an emphasis on plant-based ingredients rich in fiber.</p><p>“We need to think about calories in a much more sophisticated fashion than the number on the package,” Ludwig said. “The number on the package can do more harm than good by misleading people into thinking that it’s simply an accounting problem.”</p><p>___</p><p>J.M. Hirsch is a food and travel journalist and the former food editor for The Associated Press.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/4FQXWZW6S4FE6BYA5Z66MQI55A.jpg?auth=e2702c0bb19426d33f84a0d8541f0d082e9156cb0e23d700a8993239751a29a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A customer looks at items at a Grocery Outlet store in Pleasanton, Calif.,. on Sept. 15, 2022. (AP Photo/Terry Chea, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WSQNNCUTYVJXDK5JURM5HM4Q3U.jpg?auth=29d86000a87c706e87f3041a6fcc358ca7d42943a42d3269cf7760338c942249&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A customer shops at a Grocery Outlet store in Pleasanton, Calif., on Sept. 15, 2022. (AP Photo/Terry Chea, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Terry Chea</media:credit></media:content></item><item><title><![CDATA[The Latest: President Trump pleases Turkey, angers other allies ahead of NATO summit]]></title><link>https://www.local10.com/news/2026/07/07/the-latest-president-trump-pleases-turkey-angers-other-allies-ahead-of-nato-summit/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/the-latest-president-trump-pleases-turkey-angers-other-allies-ahead-of-nato-summit/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[U.S. President Donald Trump has met with Turkish leader Recep Tayyip Erdoğan ahead of the NATO summit in Ankara, announcing that the U.S. will lift sanctions, opening the possibility of selling F-35 jets to Turkey over Israel's objections.]]></description><pubDate>Tue, 07 Jul 2026 15:06:51 +0000</pubDate><content:encoded><![CDATA[<p>U.S. President Donald Trump has met with Turkish leader Recep Tayyip Erdoğan ahead of the NATO summit in Ankara, announcing that the U.S. will lift sanctions, opening the possibility of selling F-35 jets to Turkey over Israel's objections.</p><p>Trump also criticized NATO’s abilities to function without American leadership and power, expressing disappointment at the refusal of some NATO allies to join the Iran war he launched alongside Israel without consulting them. And he insisted again that Greenland should be “controlled by the United States, not by Denmark.” Of all of his threats to NATO and its member countries, this has posed the greatest danger to the organization.</p><p>Alliance leaders meanwhile are trying to show increased military capabilities as the American focus shifts from defending Europe. The two-day summit will showcase military projects worth billions of dollars aimed at persuading Trump they’re making a stronger Europe for a stronger NATO.</p><p>The Latest:</p><p>Turkey’s opposition leader criticizes Trump for not visiting Ataturk tomb</p><p>Ozgur Ozel said Trump would be the only visiting U.S. president not to pay his respects at the mausoleum of Turkey’s founder Mustafa Kemal Ataturk.</p><p>He said every visiting U.S. president since Eisenhower in 1959 had gone to the monument to honor Ataturk, who remains a revered figure in Turkey.</p><p>Talking about Trump’s welcome, Ozel said the president should be greeted by children “holding pictures of the 165 girls killed in Iran” – a reference to an airstrike on a school at the start of the Iran war.</p><p>Ozel was removed as head of the Republican People’s Party by court order last May. However, many believe the ruling was politically motivated and still consider him the de facto opposition leader.</p><p>Trump’s predecessor Joe Biden did not visit Turkey but he did lay a wreath at Ataturk’s tomb as vice-president in 2011.</p><p>Explosions rock Damascus as France’s Macron visits Syria</p><p>The explosions in Syria’s capital on Tuesday injured at least 18 people, the interior ministry said, as France’s president met with his counterpart in a landmark visit. Both leaders later announced the reappointment of ambassadors, marking a major restoration of diplomatic ties after years of civil war.</p><p>It was the second attack in Damascus in a week and a setback for President Ahmad al-Sharaa as he welcomed the first major Western leader to visit since the ouster of longtime dictator Bashar Assad in late 2024. But French President Emmanuel Macron was safe in the presidential palace when the explosions happened, and voiced support for the country’s new direction.</p><p>“Nothing can smother the aspiration of Syrian women and men to live in a fully sovereign, safe, pluralistic, and united Syria,” Macron said on X hours later. Both he and Al-Sharaa will next appear in Ankara, Turkey for the NATO summit.</p><p>▶ Read more</p><p>Three tankers hit in the Strait of Hormuz, British military says</p><p>The British military now says three tankers were struck Tuesday in the Strait of Hormuz. The United Kingdom Maritime Trade Operations center said a third ship was hit by a drone in the critical oil-shipping waterway, where two other tankers had been attacked earlier in the day.</p><p>The third ship sustained minor damage, with no one injured, and continued on its way, the UKMTO said.</p><p>Iran and the United States agreed as part of an interim deal to allow ships to pass without paying charges for 60 days. But Tehran insisted it must control the routes and later charge fees, which would upend decades of practice in the waterway.</p><p>The U.S. and many Gulf Arab states say they will not agree to Iran charging for passage through the strait. An effort by Oman and a United Nations agency to launch a new route near Oman’s shore earlier sparked attacks across the Mideast.</p><p>Security is tight in the Turkish capital</p><p>Air defenses are on alert, and tens of thousands of police will be on duty.</p><p>Neighborhoods around the summit site are closed to traffic, and some state workers have been given time off to help keep roads unclogged.</p><p>Public gatherings are banned; however, Turkish police detained more than 20 protestors at a demonstration in central Ankara against the NATO summit on Tuesday.</p><p>Erdogan’s government has prioritized security, and authorities have carried out raids on people allegedly linked to extremist groups ahead of the summit.</p><p>▶ Read more</p><p>Trump says US will lift sanctions that prevented sales of F-35 jets to Turkey</p><p>Trump said on Tuesday that the U.S. will lift sanctions on Turkey that were issued after Ankara purchased a Russian missile defense system that led to the country being kicked out of the F-35 fighter jet program.</p><p>There are still a number of legal hurdles before Turkey could be fully admitted back to the U.S. program, but the removal of the sanctions — issued under the Countering America’s Adversaries Through Sanctions Act — would help ease the process for Ankara to regain access to the F-35s, a top goal of Erdogan.</p><p>“We’re going to be taking the sanctions off, OK?” Trump said in response to a question at the presidential palace in Ankara. He said Cabinet officials were working on the matter.</p><p>Earlier, he said that the possibility of selling the F-35s to Turkey is “certainly something we will consider.”</p><p>▶ Read more</p><p>Erdogan hopeful over US defense sales</p><p>Erdogan expressed hope that the U.S. will sell F-35 planes to Turkey, saying the U.S. president always stands by his word.</p><p>At a joint news conference with Trump, Erdogan also said the two leaders would take up the issue of the sale of jet engines to power Turkey’s domestically-produced KAAN fighter planes.</p><p>He said Turkey expects Trump to “repeat the positive news” he previously gave about supporting Turkey’s defense projects.</p><p>Trump repeats his insistence that the US should control Greenland</p><p>Trump says the semiautonomous island, which is part of NATO ally Denmark, is “an important part for the United States,” and that he does not intend to let Greenland be threatened by China and Russia. He repeated the false claim that it’s surrounded by Chinese and Russian ships.</p><p>“That should be controlled by the United States, not by Denmark,” Trump told reporters during a meeting with Erdogan.</p><p>Of all Trump’s threats to NATO and its member countries, Trump’s repeated insistence that the U.S. should acquire Greenland has posed the greatest danger to the organization. NATO is founded on the principle that its 32 members will defend each other’s territory and not threaten to seize it.</p><p>The British military says a second ship has been hit in the Strait of Hormuz</p><p>The United Kingdom Maritime Trade Operations center made the announcement Tuesday, hours after it said a tanker traveling off the coast of Oman in the strait was struck by a projectile and caught fire.</p><p>Iranian state television reported on the earlier attack, saying the liquefied natural gas tanker came under attack after ignoring warnings, while not directly claiming responsibility. Tehran has repeatedly declared that only its approved route through the strait is safe, and is suspected of attacking other ships that have tried to transit the strait close to the Omani shore.</p><p>Talks between Iran and the U.S. appeared to be on hold until after the burial of Iran’s Supreme Leader Ayatollah Ali Khamenei, who was killed during the initial attacks by the U.S. and Israel that launched the war. Iranian mourners have called for the death of Trump.</p><p>▶ Read more</p><p>NATO official dismisses fears of a Russian attack on alliance members</p><p>A senior NATO official speaking on the sidelines of the summit in Ankara Tuesday said that despite some “reckless” actions by Russia, including airspace violations over Poland, Romania and Estonia, he believes the alliance has been successful in deterring Russia from any potential attack on a member country.</p><p>“I see absolutely no indications whatsoever that Russia is interested in any sort of conflict with NATO,” the official said.</p><p>He said Moscow is overstretched by its war in Ukraine and knows NATO would respond to any attack on a member.</p><p>“I would say now that Russia is deterred, but Russia is deterred because of the actions that we are taking,” he said.</p><p>Rahm Emanuel will assail Netanyahu in Tel Aviv speech as American politics shift against Israel</p><p>While Trump is in Turkey demanding loyalty from NATO allies, a leading Democrat will be in Tel Aviv, directly accusing the president’s military partner of driving Israel into a “dead end.”</p><p>Potential presidential candidate Rahm Emanuel plans to denounce Prime Minister Benjamin Netanyahu and call for an end to U.S. subsidies of Israel’s defense budget in a speech Wednesday at Tel Aviv University.</p><p>“You’ve lost Europe,” Emanuel will say, according to remarks obtained by The Associated Press. Castigating Netanyahu for doing little to end the Iran war, he’ll note that “support for Israel is plummeting around the world.”</p><p>About 58% of Democrats now say the U.S. is “too supportive” of Israel, according to a new survey by The Associated Press-NORC Center for Public Affairs Research, up from 45% in January 2024. Roughly half of Democrats believe Israel’s government has committed genocide against Palestinians during the war in Gaza, an accusation leveled by some human rights organizations and vehemently denied by Israel and the U.S. government.</p><p>▶ Read more</p><p>Trump says he thinks Russia-Ukraine war will be settled ‘hopefully soon’</p><p>The U.S. leader was asked about his meeting with Volodymyr Zelenskyy scheduled for Wednesday on the sidelines of the NATO summit, and responded by saying he’s had great recent phone conversations with both the Ukrainian president and Russian President Vladimir Putin.</p><p>“They both want to get it settled now,” he said.</p><p>He added later that Erdogan is “helping us get it settled.”</p><p>Trump refreshes complaints against European allies</p><p>At his bilateral meeting with Erdogan, Trump said he was testing European allies when he asked for their help with the Iran war.</p><p>“Italy turned us down and Germany turned us down and France turned us down,” Trump said. “And that’s OK. But, you know, why are we spending hundreds of billions of dollars and they’re not there for us?”</p><p>The complaint has been a central point of conflict between Trump and NATO, which he has described as a “paper tiger."</p><p>Trump says he has great chemistry with Erdogan</p><p>As they sat down for a bilateral meeting, Trump showered praise on Erdogan, saying they have a “very special relationship” that benefits both countries.</p><p>Asked about what makes their relationship so strong, Trump said there’s “a chemistry that works between us.”</p><p>“Sometimes you get along with the toughest people, like him,” Trump said, gesturing to Erdogan. “Sometimes you don’t get along with the weakest, most pathetic people.”</p><p>Trump says he’s going to consider selling F-35 jets to Turkey</p><p>The president was asked by a reporter as he met with Erdogan whether he’ll allow the sale of the American fighter jets to Turkey, which had been banned from the program after purchasing Russian missile defense systems.</p><p>“It’s certainly something we will consider,” Trump said as he sat with his Turkish counterpart.</p><p>He said that “Turkey has been in many ways much more loyal than other countries.”</p><p>Israeli Prime Minister Benjamin Netanyahu has publicly urged the U.S. not to sell the jets to Turkey, saying it would upset the balance of power in the Middle East.</p><p>Trump arrives at Erdogan’s presidential compound</p><p>The president was greeted by Erdogan and an honor guard flanking a turquoise carpet. Trump shook hands with Erdogan and patted his shoulder before they walked together toward the guard. The men paused and Trump saluted as the band began playing the Star Spangled Banner, accompanied by cannon fire.</p><p>They continued down the carpet toward the presidential compound as a flyover left a trail of red, white and blue in the sky.</p><p>Trump was scheduled to have a bilateral meeting with Erdogan, a close ally who helped secure Trump’s presence at the two-day summit.</p><p>FIFA praises World Cup referee who Trump claimed was ‘suspect’ after red card for Balogun</p><p>FIFA has defended the reputation of World Cup referee Raphael Claus in rare pushback on comments by Trump, who questioned his integrity for sending off Folarin Balogun.</p><p>Trump suggested on Monday at the White House, without elaborating, that the 46-year-old Brazilian referee was “a little bit suspect if you check his past.”</p><p>Trump set off a furor by successfully intervening with FIFA to ensure the United States forward could play against Belgium despite his red-card penalty. FIFA praised Claus, now working at his second World Cup, in a statement published before the U.S. lost 4-1 Monday night.</p><p>“Throughout his career, he has consistently demonstrated the highest standards of professionalism and integrity,” FIFA said, calling Claus “one of the world’s leading professional referees and a valued member” of its team of World Cup match officials.</p><p>▶ Read more</p><p>Zelenskyy reiterates call for Ukraine to join NATO</p><p>Zelenskyy made a fresh appeal for Ukraine to be allowed to join NATO, saying that his country’s armed forces are highly experienced and resilient would only boost the alliance’s defense capabilities.</p><p>“Ukraine belongs in NATO,” Zelenskyy said at a defense industry forum, near where NATO leaders were due to gather later on Tuesday.</p><p>Zelenskyy highlighted Ukraine’s adaptability and its ability to strike deep inside Russia, hit oil refineries and other energy targets. He said that Ukraine’s armed forces are “eliminating” on average 30,000 Russian troops every month.</p><p>“Do you believe it would be right to live outside NATO, a country and a people with this level of defense capability?” he said.</p><p>Trump and Erdogan greet each other with arm squeezes</p><p>The Turkish leader was waiting on the blue carpet for Trump as he descended from Air Force One. They shook hands and Trump squeezed Edrogan’s shoulder.</p><p>Erdogan was wearing sunglasses as they posed for pictures in the bright sun.</p><p>He then tapped and squeezed Trump’s arms, and they walked the carpet together, inspecting the Turkish troops, with Erdogan gently guiding Trump by the arms at times.</p><p>They did not make comments to reporters, but Trump could be heard speaking to Erdogan and his wife about the new airplane he’s using as Air Force One.</p><p>Ukraine seeks continued funding in war</p><p>Another top agenda item is continued support to Ukraine, now in a fifth year of full-scale war with Russia. European allies and Canada are funding most of Ukraine’s needs, including paying for about 90% of the country’s air defenses.</p><p>With European countries fearing what Moscow’s territorial ambitions might lie beyond Ukraine, leaders have described Kyiv as a bulwark against Russian advances.</p><p>Trump is expected to meet with Ukrainian President Volodymyr Zelenskyy on Wednesday.</p><p>The Netherlands announces more and smarter defense spending</p><p>The Dutch defense ministry says it is investing together with the United Kingdom in new amphibious transport vessels and with other NATO allies in replacing aging AWACS surveillance planes.</p><p>The government announced the plans on the first day of the NATO summit in Ankara to underscore its commitment to ramping up defense spending.</p><p>The ministry says the Dutch also are playing a leading role in a European initiative to co-produce and maintain American arms such as Stinger, Amraam, and PAC-3 missiles.</p><p>Defense Minister Dilan Yesilgöz-Zegerius says the Netherlands and European allies “are investing much more in strengthening European defense” with extra money “but also by working together smarter.”</p><p>Trump arrives in Ankara</p><p>Trump arrived in Ankara Tuesday afternoon for the NATO summit, as the transatlantic military alliance was announcing billions in arms deals in an attempt to appease the mercurial U.S. leader.</p><p>The U.S. president was expected to head first to the presidential compound of Turkish leader Recep Tayyip Erdoğan, a close ally to Trump who is hosting this year’s gathering.</p><p>Just before Air Force One touched down in Ankara, NATO hosted a defense forum that spotlighted billions of dollars in military projects aimed at demonstrating to Trump that European allies are investing more of their own money in defense.</p><p>NATO summits are highly symbolic</p><p>The 32 member countries of the world’s biggest military alliance will underline their unshakeable commitment to each other’s security, although the transatlantic bond has rarely seemed shakier. Still, the meeting is being organized around the theme of a stronger Europe in a stronger NATO.</p><p>Trump insists on loyalty</p><p>Trump has repeatedly slammed NATO, arguing the U.S. carries more than its fair share of military spending.</p><p>His grievances have been louder since the Iran war, as he has fumed over the fact that some member countries restricted the use of their bases to U.S. forces during the war and have not helped to reopen the Strait of Hormuz.</p><p>Pressed last month on what key U.S. allies could do to get back on his good side, Trump responded, “Just be loyal.”</p><p>German leader wants ‘signal of strength and unity’ in Ankara</p><p>Chancellor Friedrich Merz stressed before leaving Berlin that his country has doubled its defense spending since 2022.</p><p>He said that “we are not making this effort to do anyone a favor; we are making this effort because it is necessary for our defense, for our security.”</p><p>Merz said that “Russia remains a serious threat” and is “testing our determination every day.” He added that “it is all the more important that we send a signal of strength and unity in Ankara.”</p><p>Merz said: “This summit should send the message that we are building a more European NATO so that NATO can remain trans-Atlantic.”</p><p>Kremlin says it will keep a close watch of NATO summit</p><p>Kremlin spokesman Dmitry Peskov said that Moscow will closely watch the NATO summit in Ankara.</p><p>Asked about Ukraine urging its Western allies to deliver air defense assets, Peskov said that Kyiv’s push for more weapons wouldn’t prevent Russia from reaching the goals of what the Kremlin calls its “special military operation.”</p><p>Asked about the prospects for reaching a peaceful settlement in Ukraine, Peskov told reporters that “we maintain contact with the Americans via working-level channels, and we hope that their efforts to steer the situation onto a peaceful track will ultimately succeed.”</p><p>He reaffirmed that the hostilities could end once Kyiv “demonstrates goodwill and shows a readiness to make those important decisions that need to be made.”</p><p>Czech leaders divided over NATO spending</p><p>The bitterly divided leaders of the Czech Republic travelled separately to Turkey to attend the NATO summit on Tuesday.</p><p>Populist Prime Minister Andrej Babiš was flying with his Foreign Minister Petr Macinka and Defense Minister Jaromír Zůna, while President Petr Pavel followed them separately later.</p><p>Babiš returned to power after his ANO, or YES, movement won big in an October election, forming a governing coalition whose agenda includes steering the country away from supporting Ukraine.</p><p>The country’s budget for this year falls short of a NATO target for defense spending (less than 1.8% of GDP), despite pressure from the United States and repeated complaints from the president.</p><p>Before his departure for Ankara on Tuesday, Babiš said the government would meet at least the minimum of 2% next year but no increase.</p><p>Unlike the government, Pavel, a retired army general, is a staunch supporter of Ukraine in its fight against the Russian invasion.</p><p>The government originally refused to include Pavel in the delegation for the summit and did it it only after an intervention from the Constitutional Court.</p><p>Anti-NATO protestors detained in Ankara</p><p>Turkish police detained more than 20 protestors at a demonstration in central Ankara against the NATO summit.</p><p>Officers raised their riots shields to prevent media from filming and photographing the protest by supporters of left-wing political parties.</p><p>A legal association said 22 students affiliated with the Turkish Workers’ Party and three lawyers had been detained.</p><p>Turkish foreign minister says defense cooperation checks are liability</p><p>Hakan Fidan has warned against restrictions on defense industry cooperation among NATO members on the opening day of the alliance’s summit in Ankara.</p><p>In a social media post, he said trade barriers “undermine efficiency and slow response,” adding that “these constraints have become strategic liabilities.” The United States and several European countries have imposed restrictions on selling military and dual-use goods to Turkey in recent years.</p><p>“European defense initiatives must remain fully inclusive of all NATO Allies,” Fidan said.</p><p>NATO unveils billions in arms deals to prove its firepower to Trump</p><p>NATO on Tuesday showcased a series of military projects worth billions of dollars in an attempt to persuade President Donald Trump that U.S. allies are converting fresh defense spending into real firepower.</p><p>“It’s money well spent,” an energized NATO Secretary-General Mark Rutte told government ministers and defense industry officials on the sidelines of a summit in Turkey. He was speaking at a defense industry forum billed as NATO’s “big reveal,” to the thrum of techno music and a slick video display.</p><p>Trump, who is slated to arrive in Ankara later Tuesday, has branded NATO a “paper tiger” that would cease to function without American arms and leadership.</p><p>NATO as an organization does not own any weapons — these are the property of the 32 member countries — but it does have a fleet of 14 AWACS early warning radar surveillance planes that are about 50 years old, along with some newer surveillance drones.</p><p>A deal to replace the aging planes was announced Tuesday. Swedish manufacturer Saab will be supplying up to 10 new GlobalEye surveillance aircraft for a 10-nation consortium, Swedish Prime Minister Ulf Kristersson announced.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SHPRMFYPHUMIU5EGG5WF2MFZM4.jpg?auth=18e73c1f62beb6de3ae90b156f1eebc79600bed4b7e6aa6fb280b46fd496bd69&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, right, speaks with Turkish President Recep Tayyip Erdogan as he arrives for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (Doğukan Keskinkılıç, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Doğukan Keskinkılıç</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VLDAWKA2E7PYDOI7NADK2EMB2Y.jpg?auth=3c30dc2de2efe10e35273adc976fd1f2c57b4c4556e0502936816a8796b2a468&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[US President Donald Trump and American officials meet with Turkish President Recep Tayyip Erdogan and Turkish officials at the Bestepe Presidential Compound in Ankara, Turkey, Tuesday, July, 7, 2026. (Doug Mills/The New York Times via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Doug Mills/The New York Times</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QAIKQ2UC4DBZ644RFMB7RSLLSE.jpg?auth=33561c73c4ff8f9212f921e69195c4c463c1d23aa158a834397a5f058102334a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Front row from second left, U.S. Defense Secretary Pete Hegseth, U.S. Treasury Secretary Scott Bessent, White House Chief of Staff Stephen Miller and U.S. Secretary of State Marco Rubio at the Bestepe Presidential Palace during a formal welcome for President Donald Trump at the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3WNTJYR5OTVAYW2SX42KUIUOCM.jpg?auth=c9ca87b9617b780d24087a995815c8c4e8fba6115d06ded63dff1927e1c31595&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Members of the Historical Honor Guard stand before the welcoming ceremony for President Donald Trump at the Bestepe Presidential Palace during the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026.(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/AUPTSQLXACIXKPD7BE6QWEHM7M.jpg?auth=72af007ec51278b553b251d98161f99600d4c069c585280e08b8b50127f882cf&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 looks out from his car window as he arrives for the NATO Summit in Ankara, Turkey, Tuesday, July 7, 2026. (Metin Aktaş, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Metin Aktaş</media:credit></media:content></item><item><title><![CDATA[FIU students reprimanded after silent ICE protest during president’s speaking event]]></title><link>https://www.local10.com/news/local/2026/07/06/fiu-students-reprimanded-after-silent-ice-protest-during-presidents-speaking-event/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/fiu-students-reprimanded-after-silent-ice-protest-during-presidents-speaking-event/</guid><dc:creator><![CDATA[Sanela Sabovic]]></dc:creator><description><![CDATA[Controversy is swirling at Florida International University.]]></description><pubDate>Mon, 06 Jul 2026 22:25:19 +0000</pubDate><content:encoded><![CDATA[<p>Controversy is swirling at Florida International University.</p><p>Seven students say they were targeted and disciplined after wearing anti-U.S. Immigration and Customs Enforcement T-shirts to a school event.</p><p>The students say the university is forcing them to record a video about a policy they violated in order to register for classes.</p><p>The shirts in question read “ICE OFF FIU.”</p><p>“We felt very betrayed by this action,” said student Reinier Luna. </p><p>For more than a year, those students said they have expressed concerns to the administration that they say fell on deaf ears.</p><p>“The most notable one for the past year and a half was the increasing occupancy of ICE on our campus,” said student and protest organizer Carlton Daley. </p><p>In order to get the message across, the students assembled during an event on campus that FIU President Jeanette Nunez was hosting with former MLB baseball star Alex Rodriguez back in March. </p><p>At one point, they say, they stood up and revealed their shirts.</p><p>“After about a minute or so facing the audience, we then turned around to face the stage where Nunez and A-Rod were having their conversation,” said student Andrew Caro. “Shortly after that, about a minute of just standing, we then peacefully, silently, not disruptively, all left together.” </p><p>Added student Kaitlyn Daley: “I was shocked by how little she reacted because she did not flinch -- she kept going.” </p><p>The students said nothing happened after they left the event, but then they received an email a month later saying they were responsible for violating Regulation 110 of the FIU Student Conduct and Honor Code, which states: “Failure to comply with a request or directive of a university official.”</p><p>“Even the whole time we were standing, there was never an FIU official, officer, absolutely no one came up to any one of us saying that we were causing a disruption,” said Luna. </p><p>Last month, a hearing was held and the students were reprimanded.</p><p>“All their testimonies kind of went against the evidence that was provided,” said student Caleb Dean. </p><p>The students were told they had to record videos about FIU policies they allegedly violated or be forced to have a hold on their accounts, where they won’t be able to sign up for classes or receive a diploma.</p><p>“When we are going to make these videos, we are going to express how unconstitutional it is, how it violates our First Amendment (rights),” said Caro. </p><p>FIU released a statement to Local 10 News regarding the incident, which read:</p><blockquote><p>“Federal law prohibits the university from disclosing details of students’ academic or disciplinary records. All student conduct cases at FIU are administered, reviewed, and adjudicated in accordance with federal and state laws and university policy and regulation. <a href="https://urldefense.com/v3/__https:/dasa.fiu.edu/all-departments/student-conduct-and-academic-integrity/__;!!FfvXB3Q!m7L7Vo4TOY8uGNuGKxJYA3BcFMhkVto0_BIw3SWimRPh_EBqsBlyjWb--0TTEX1eu-qMxCwTkZZGbY6t$" rel="">https://dasa.fiu.edu/all-departments/student-conduct-and-academic-integrity/</a>. Case law and Florida statutes allow public universities like FIU to establish and enforce limitations on the time, place and manner of expressive activities. FIU applies its rules consistently, regardless of viewpoint, to ensure that classes, research, and academic spaces can function without interference or disruption."</p><p class="citation">Maydel Santana, FIU Associate Vice President, Communications and Media Relations</p></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></item><item><title><![CDATA[Cuba hit by nationwide power outage ]]></title><link>https://www.local10.com/news/local/2026/07/06/cuba-hit-by-nationwide-power-outage/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/cuba-hit-by-nationwide-power-outage/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[A nationwide blackout in Cuba was announced Monday.]]></description><pubDate>Mon, 06 Jul 2026 19:38:04 +0000</pubDate><content:encoded><![CDATA[<p>A nationwide blackout in <a href="https://www.local10.com/topic/Cuba/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/Cuba/">Cuba</a> was announced Monday.</p><p>The island’s government-run electric company announced a “total disconnection of the national electric power system,” of which the cause is under investigation. </p><p>The blackout in the country of 10 million comes as fuel has been running out since January.</p><p>Cuba has experienced several nationwide blackouts over the past few years as an aging infrastructure has struggled to meet demand.</p><p>The Trump administration threatened tariffs on any country that sells or provides oil to Cuba, but questions remain about whether the mounting pressure from the U.S. will force the regime to allow foreign investment or make any type of deal with the U.S.</p><p>Power outages have been a part of life for years on the communist island, where the electric system, composed mainly of aging Soviet-era plants, is in shambles.</p><p>The regime has been imposing harsh power cuts across the country, sometimes for more than a day at a time in Havana.</p><p>There has been no word yet on a fix for the current blackout. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[Miami-Dade commissioners vote unanimously for new mental health center ]]></title><link>https://www.local10.com/news/local/2026/06/16/miami-dade-commissioners-to-vote-on-future-of-mental-health-center/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/06/16/miami-dade-commissioners-to-vote-on-future-of-mental-health-center/</guid><dc:creator><![CDATA[Christina Vazquez]]></dc:creator><description><![CDATA[Steven Leifman, a judge and finance chair of the Homeless Trust, has been on a quest to help address a societal problem he has experienced in his Miami-Dade courtroom, defendants with untreated mental health issues leading to what he says is a revolving door of arrest and release. ]]></description><pubDate>Tue, 16 Jun 2026 17:18:12 +0000</pubDate><content:encoded><![CDATA[<p>Steven Leifman, a judge and finance chair of the Homeless Trust, had been on a quest to help address a societal problem he experienced in the courtroom: There was a revolving door of arrest and release for defendants with untreated mental health issues. </p><p><a href="https://www.local10.com/espanol/2026/06/16/aprueban-por-unanimidad-nuevo-centro-de-salud-mental-en-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/06/16/aprueban-por-unanimidad-nuevo-centro-de-salud-mental-en-miami-dade/">Leer en español</a></p><p>“Some people need involuntary commitment,” said <a href="https://www.jud11.flcourts.org/Court-Announcements/ArtMID/584/ArticleID/4759/Judicial-Excellence-Judge-Steve-Leifman-Receives-Papal-Medal-Benemerenti" target="_self" rel="" title="https://www.jud11.flcourts.org/Court-Announcements/ArtMID/584/ArticleID/4759/Judicial-Excellence-Judge-Steve-Leifman-Receives-Papal-Medal-Benemerenti">Leifman who has been advocating for a new Mental Health Center</a> to treat people suffering from severe mental health illnesses to keep them off the street and out of jail. </p><p>“The problem is, community mental health only deals with the immediate crisis,” Leifman said earlier this year. “There is no long-term care after that, and these are chronic illnesses, and the system is so fragmented you can’t even get people to the other parts of the system that they need to maintain recovery.”</p><p>Miami-Dade County commissioners voted unanimously in support of the center during a <a href="https://www.miamidade.gov/global/webcasting/home.page" target="_self" rel="" title="https://www.miamidade.gov/global/webcasting/home.page">public meeting on Tuesday</a>.</p><p>After the vote, Leifman said access can be both voluntary or involuntary.</p><p>“You just have to be a high user of these very acute services that consistently cycle through these deep-ended systems of homelessness, incarceration, hospitalization,” Leifman said. “And it doesn’t have to be all, it could be and, or. And, so we have a list. We know who they are.”</p><p>Leifman said the top 1,049 are in the list, and 600 of them are in the Homeless Management Information System.</p><p>“So they’re both homeless with mental illness, and cycling through jail. They spent 317,000 days in the Dade County Jail over the last five years, these 1,049 people,” Leifman said. “And so we will start with that group and we will get them in recovery. We will gently reintegrate them back to the street. They will not be kicked to the curb, like we’ve done in the past.”</p><p>Leifman said the facility will have a full continuum of care under one roof for the most acutely ill.</p><p>“We believe by bringing these services to them under one roof, we will break the cycle and we will gently reintegrate them with housing, peer support, treatments, supportive employment opportunities, everything that they need to support,” Leifman said. “There’s systems and pieces around the world that work, but no one has put all of it under one roof.”</p><p>Commissioner Raquel Regalado released a statement. </p><p>“This is a victory built on compassion, teamwork and common sense,” Regalado said. “For two decades, too many of our neighbors with severe mental illness have cycled through jails instead of getting the treatment they need, at enormous cost to taxpayers.” </p><p>Leifman has secured funds, including opioid settlement dollars, to launch a two-year pilot program and a location at 2200 NW 74th Ave., in Miami. </p><p>“The building has every service under one roof so that it is seamless,” said Leifman. “There is a crisis stabilization unit, a short-term residential facility, there is housing, there is psychological treatment, primary, dental, there is a courtroom in there so we can have a hearing right there so we don’t break the chain and people get they need the services they need.” </p><p>During a Miami-Dade County Intergovernmental and Economic Impact meeting earlier this year, an <a href="https://www.miamidade.gov/govaction/matter.asp?matter=250513&amp;file=true&amp;fileAnalysis=false&amp;yearFolder=Y2025" target="_self" rel="" title="https://www.miamidade.gov/govaction/matter.asp?matter=250513&amp;file=true&amp;fileAnalysis=false&amp;yearFolder=Y2025">agenda item</a> sponsored by Regalado didn’t make it out of committee. </p><p>“It is very said that it has been deferred without a time certain,” Regalado said after the vote. “We have people who are bipolar and schizophrenic, and they need to be put into a facility like this in order to receive the care. Some ‘want’ to live on the street because of their mental health. </p><p>“We have a need, I think the board understands the need, I just don’t think they understand the Center and the work that has been done, this is important to the community,” she added. </p><p>Some of the commissioners are concerned about what the long-term costs will be to run the facility with programming partners once the one-time installment of funds is exhausted. Others wanted to learn more about eligibility requirements. </p><p>Commissioners decided to defer the item without a time certain date of return. The committee’s Chairwoman Vicki Lopez, of District 5, is calling for a workshop to gather a variety of community stakeholders together before the item comes back.</p><p>“And every day that goes by we are not providing the service, and that is really the sad part,” said Regalado, “so I ask that everyone reach out to the commissioners, this should go before the full Board of County Commission, this has no reason to be continue to be stuck in committee, it needs to go to the full board so the full board can have this conversation and vote it up or down once and for all.”</p><p>“We are not asking them to allocate one penny at this point,” said Leifman, “I don’t know what the politics are that got involved with this, it is a little frustrating candidly, but I do believe if we do a workshop and we can show the all the dollars, how we got to all of the numbers, they should be quite comfortable getting this project opened.”</p><p>Lidija Elezovic, a psychologist and school counselor at <a href="https://www.eduww.net/" target="_self" rel="" title="https://www.eduww.net/">Education World Wide</a>, told Local 10 News in a statement that the mental health center “at the county level sends a powerful signal to young people and families that their struggles are being taken seriously.” </p><p>“In my work as a school counselor, I see regularly how students who lack access to consistent mental health support fall further behind — not just academically, but socially and emotionally,“ she said. ”Community-based resources like this can genuinely bridge the gap between what schools are able to provide and what many students urgently need. This kind of investment matters enormously for long-term outcomes."</p><p><b>BY THE NUMBERS: </b></p><p>The Homeless Trust tells Local 10 News 25% of its population self-reports having a mental health illness and 10% report having substance use. </p><p>Leifman says about two-thirds of Miami-Dade’s jail population suffers from mental health problems.</p><p>“Why do you want to keep doing the same thing?” asked Leifman. “It doesn’t make sense to me. This building pays for itself and you know what, if it doesn’t, you can repurpose the building in 2-3 years.” </p><p>You can read through the budget breakdown for the center at appendix a of this document by <a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2025/250513.pdf" target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2025/250513.pdf">clicking here</a>. </p><p><b>MAYOR’S MARCH 3 MEMO:</b></p><p>Miami-Dade Mayor Daniella Levine Cava told commissioners in a <a href="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2025/250513.pdf" target="_self" rel="" title="https://www.miamidade.gov/govaction/legistarfiles/Matters/Y2025/250513.pdf">memo dated March 3</a> that the “mission of the Center is to divert individuals with severe mental illnesses from the criminal justice system into appropriate mental health treatment, offering both essential clinical care and wraparound services.”</p><p>She said the priority population will be individuals “who meet criteria for jail diversion as well as those individuals in need of treatment for co-occurring substance use disorders, such as Opioid Use Disorders. The Center will also accept individuals experiencing homelessness and other clients from the community.”</p><p>When it comes to operations plan, Levine Cava said “contracted providers will leverage their existing resources in an in-kind manner to support the Center at no cost to the County.”</p><p>Back in 2024 County Commissioners approved a resolution to “negotiate agreements with Village South for the provision of the core behavioral health services and its parent company, WestCare Foundation, Inc.” </p><p>Ten years before that, in 2004, the mayor wrote that “voters in Miami-Dade County approved the issuance of $22,100,000.00 in general obligation bonds as part of the Building Better Communities General Obligation Bond (“Bond”) Program to fund Bond Program Project No. 193 - “Mental Health Facility” located at 2200 NW 7th Ave., Miami, Florida in order to fund capital improvements to free up jail space and provide an effective and cost-efficient alternative facility to house the individuals who have mental illnesses as they await a trial date.“</p><p>The operating agreements she said provides for a 75-bed capacity initial phase: </p><ul><li> 10 beds for crisis stabilization/detoxification services</li><li> 20 beds for short-term rehabilitation treatment services</li><li> 45 beds for residential level-2 treatment services</li></ul><p>“Based on the five-year Master Budget depicting contractual commitments and approximate operational costs,” the mayor wrote. “There remains a program shortfall of approximately $6.1 million in the last two years of the five-year forecast. Accordingly, prior Board approval shall be required to exercise the options to renew the contracts with both WestCare and Advocate Program. This will ensure that funding sources to support those expenses can first be identified and approved by the Board.” </p><p>“In some ways they should be chasing us to get it open, not the other way around,” said Leifman. “Because the greatest beneficiary of this project is the county of Miami-Dade County.”</p><p>The mayor said it should be only a matter of months now before opening day.</p><p><b>Related social media post</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[July 7: Heat advisory issued for Broward, Miami-Dade]]></title><link>https://www.local10.com/weather/2026/07/07/july-7-heat-advisory-issued-for-broward-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/07/july-7-heat-advisory-issued-for-broward-miami-dade/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Tuesday! A Heat Advisory has been issued for inland and coastal Broward and Miami-Dade, starting at 11 a.m. ]]></description><pubDate>Tue, 07 Jul 2026 10:35:21 +0000</pubDate><content:encoded><![CDATA[<p>Happy Tuesday! A Heat Advisory has been issued for inland and coastal Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the low 90s, but heat indices will reach 105 degrees and higher. Afternoon storms are expected with the development of the sea breeze. These showers and storms will be strong-to-low end severe and could bring some flooding concerns, mainly inland. Saharan dust moves into the forecast later tonight and through mid-week. This transition will lower the rain chances and warm up the temperatures. Keep it tuned to Local 10 for more. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZVM6A6ZXGBFH5FRLH2CKLR7DDY.jpg?auth=5538de09b666ea5a5147343fa29e64118175bed12961ff44a71e0e9e91fc0d29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Louis Vuitton court victory against Chinese tea chain stirs up a debate over copyrights]]></title><link>https://www.local10.com/business/2026/07/07/louis-vuitton-court-victory-against-chinese-tea-chain-stirs-up-a-debate-over-copyrights/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/louis-vuitton-court-victory-against-chinese-tea-chain-stirs-up-a-debate-over-copyrights/</guid><dc:creator><![CDATA[By CHAN HO-HIM, Associated Press]]></dc:creator><description><![CDATA[HONG KONG (AP) — A debate over ownership of traditional Chinese symbols has cropped up after a court ordered a local tea chain to pay French luxury brand Louis Vuitton $1.5 million over trademark infringement claims.]]></description><pubDate>Tue, 07 Jul 2026 09:50:02 +0000</pubDate><content:encoded><![CDATA[<p>HONG KONG (AP) — A debate over ownership of traditional Chinese symbols has cropped up after a court ordered a local tea chain to pay French luxury brand Louis Vuitton $1.5 million over trademark infringement claims.</p><p>Chinese state-media and online commentators are questioning if the four-petal flower design in the fashion house’s 130-year-old signature monogram is derived from patterns dating back to ancient China. Some are accusing the company of “monopolizing” traditional Chinese patterns.</p><p>A court in the eastern city of Suzhou recently ruled that the logo of the Molly Tea, whose signature drinks are based on jasmine and other floral-based teas, infringed on Louis Vuitton’s trademark monogram. It ordered the tea company to pay 10.3 million yuan ($1.5 million) to the French company, according to local media reports that carried copies or details of what they said was the ruling.</p><p>Intellectual property fights between Western and Chinese brands are not uncommon. International brands like American sneaker maker New Balance have taken Chinese firms to local courts and sometimes prevailed in intellectual property and trademark cases.</p><p>The judgement has been trending online in China.</p><p>The state owned newspaper Beijing Daily said Tuesday in a post on the popular online platform Weibo that the ruling exposed a gap in protections of ancient Chinese heritage and symbols.</p><p>“Why did a Chinese enterprise end up paying more than 10 million yuan in damages to a French company for using a design that resonated with the spirit of China’s centuries-old patterns?” it said.</p><p>“Chinese netizens accuse LV of attempting to monopolize ancient motifs after lawsuit against tea brand,” said a headline in the Global Times, a state-owned English language newspaper. It asserted there was “widespread frustration” over a foreign brand controlling a design believed to be part of China's cultural heritage.</p><p>A photo and caption accompanying the article showed patterns on a Tang Dynasty rosewood “pipa,” a kind of Chinese traditional lute, side-by-side with the Louis Vuitton monogram pattern.</p><p>Louis Vuitton is celebrating the 130th anniversary of its monogram designed in 1896, which it has called a “universal symbol of creativity.” The monogram was “inspired by neo-gothic ornamentation and the influence of Japonism,” its parent LVMH's website says.</p><p>LVMH and Molly Tea did not immediately respond to a request for comment. Molly Tea, founded in 2021, was still displaying its four-petal flower logo on its official website as of Tuesday. The company told local media it was planning to appeal.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XHQTNHE6375QOLSAACATXQ67XI.jpg?auth=3d0ee31d21c6ffd8cb1ad1656e5c0805201ec558b7a3a7403a2ab0a8e3edb805&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Chinese youth visit the Molly Tea shop in Beijing, China, Tuesday, July 7, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JALDFVTPULCCP74SDPO2VHU26I.jpg?auth=6d4b125587cf7b413766eab26067ab361c9902bfb026cc6528246ec3d25fde04&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Bags with the Molly Tea brand and logo are seen at a shop in Beijing, China, Tuesday, July 7, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLFV3IEXJSRZARZ25J5QFKFIHM.jpg?auth=2377ce197aade792c4e54b49842443f88f888d71df2da438d098d552eae6a645&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Chinese teenager arm wrestles with a foreigner at a Molly Tea shop in Beijing, China, Tuesday, July 7, 2026. (AP Photo/Ng Han Guan)]]></media:description><media:credit role="author" scheme="urn:ebu">Ng Han Guan</media:credit></media:content></item><item><title><![CDATA[Explosions rock Syria's capital as French President Macron visits]]></title><link>https://www.local10.com/news/world/2026/07/07/explosions-rock-syrias-capital-as-french-president-macron-visits/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/explosions-rock-syrias-capital-as-french-president-macron-visits/</guid><dc:creator><![CDATA[By OMAR ALBAM, GHAITH AL SAYED and KAREEM CHEHAYEB, Associated Press]]></dc:creator><description><![CDATA[DAMASCUS, Syria (AP) — Explosions rocked Syria's capital on Tuesday and injured at least 18 people as France’s president met with his counterpart in a landmark visit to the country rebuilding from years of civil war, Syria's Interior Ministry said.]]></description><pubDate>Tue, 07 Jul 2026 13:18:05 +0000</pubDate><content:encoded><![CDATA[<p>DAMASCUS, Syria (AP) — Explosions rocked Syria's capital on Tuesday and injured at least 18 people as France’s president met with his counterpart in a landmark visit to the country rebuilding from years of civil war, Syria's Interior Ministry said.</p><p>It was the second attack in Damascus in a week and a setback for President Ahmad al-Sharaa as he welcomed the first major Western leader to visit since the ouster of longtime dictator Bashar Assad by insurgent groups in late 2024. Syria’s new rulers have wrestled with outbreaks of violence as they assert control, but the capital had been been largely peaceful.</p><p>French President Emmanuel Macron was in the presidential palace when the explosions happened. An official from the Elysee Palace said he was safe and the meeting with al-Sharaa continued, speaking on condition of anonymity to discuss Macron’s security.</p><p>No group immediately claimed responsibility.</p><p>“Nothing can smother the aspiration of Syrian women and men to live in a fully sovereign, safe, pluralistic, and united Syria,” Macron said on X hours later. “This morning I met Syria in all its diversity. I saw dignity, courage and determination.”</p><p>Later, al-Sharaa and Macron announced they have agreed to reappoint ambassadors after more than a decade, marking a major restoration of diplomatic ties.</p><p>“Our meeting marks a historical milestone,” al-Sharaa said. France had closed its embassy in 2012 but symbolically reopened it in early 2025.</p><p>Macron, who played a major role in pushing Europe and the United States to drop most sanctions that were imposed on Syria under Assad, was in Syria before heading to Ankara, Turkey, later Tuesday for a NATO summit.</p><p>A large plume of smoke was seen at the site of the blast near the Four Seasons Hotel, where Syrian media reported Macron was staying. Footage on social media showed a van and a motorcycle on fire and bloodstains on a busy street near the headquarters of the Tourism Ministry and the Damascus National Museum.</p><p>The Interior Ministry in a statement reported by Syrian state media said one bomb had been placed in a garbage bin and the other in a parked car. It said four of the wounded were police officers, and no deaths were immediately reported.</p><p>On Thursday, an explosive device detonated in a cafe near the Justice Palace, killing at least 10 people and wounding more than 20.</p><p>Syria's government sees Macron's visit and the signing of over a dozen agreements with Paris and large French companies as a major boost for the country's new authorities in their bid to rebuild the country battered by a 14-year uprising-turned-civil war under Assad.</p><p>One agreement was to kick off the process of returning some 51 million euros ($58.3 million) in illicit assets that belonged to Rifaat Assad, the late uncle of Assad. Other agreements included rebuilding the destroyed water and electricity infrastructure in the city of Homs, providing technical assistance to Syria's Central Bank as it undergoes financial reforms and bolstering cargo infrastructure at the Damascus airport.</p><p>“The outcome of this visit confirms that Syria is steadily moving toward a new phase of international partnerships based on shared interests and mutual respect," a Syrian foreign ministry official told The Associated Press, who said the perpetrators of the attack will be brought to justice. "Attempts to destabilize the country will not alter this trajectory.” The official spoke on condition of anonymity in line with regulations.</p><p>The explosions represent a challenge for al-Sharaa, who has pushed to assert full control over Syria, appeal to minorities skeptical of his Islamist-led rule and win the support of Western governments who were concerned about his past leadership of the formerly al-Qaida-linked Hayat Tahrir al-Sham group. His government has promised political and economic reform after decades of autocratic rule.</p><p>The conflict in Syria killed nearly half a million people and displaced millions. Infrastructure lies in ruins. While other nations and businesses have made large investment pledges, the country still needs hundreds of billions of dollars to rebuild and lift millions out of poverty.</p><p>Before arriving at the presidential palace, Macron met with members of Syrian civil society, though his office did not give details.</p><p>___</p><p>Chehayeb reported from Beirut. Associated Press writers John Leicester and Sylvie Corbet in Paris and Sam McNeil in Brussels contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/W2D7DQBPVF7X5FSHODWQDU2FTA.jpg?auth=ad48bfd77703f64bd4fd02d7a2f13036a8b968a8e2e7e1453262893925327a62&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian security personnel inspect a burned vehicles near the Four Seasons Hotel after two explosions rocked the area earlier while Syrian President Ahmad al-Sharaa was meeting French President Emmanuel Macron at the presidential palace, in Damascus, Syria, Tuesday, July 7, 2026. (AP Photo/Omar Albam)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Albam</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GCP3ETAXIM3VKJHDAB7KDNSGK4.jpg?auth=855806a88e24f5e3a3f30c8dcf35d1252044bd093227bc9f97e3f50f2b3e4f56&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Syrian security official stands in the background behind, from left, French President Emmanuel Macron and Syrian President Ahmad al-Sharaa during an event at the Economic Forum for Reconstruction in Damascus, Syria, Tuesday, July 7, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RAFU4MKBTDTP25UXDW4F5BR63A.jpg?auth=0c62c0c959904dc8b96b42697c63bcd0c27782e68c9b0ba5cf4b63eb36fd0e63&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[French President Emmanuel Macron, left, Syrian President Ahmad al-Sharaa, center, and Syrian Foreign Minister Asaad al-Shaibani attend an event at the Economic Forum for Reconstruction in Damascus, Syria, Tuesday, July 7, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XHCKGNK72HUHANBZJIWJAUS3RU.jpg?auth=c965106140bc76bbfb46f2df6a4a42f532d1f0bb49bb0b96573d6f11717e9f2f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian President Ahmad al-Sharaa, right, meets French President Emmanuel Macron at the presidential palace in Damascus, Syria, Tuesday, July 7, 2026. (AP Photo/Ghaith Alsayed)]]></media:description><media:credit role="author" scheme="urn:ebu">Ghaith Alsayed</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/65X27WW6BMO3FVPADZQHHJO3Y4.jpg?auth=7ea7b9549539105b55fcbbb718de5d3a23a22e8450beed6b180923bb5d7a4430&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Syrian security forces block the area near the Four Seasons Hotel after two explosions rocked the site earlier while Syrian President Ahmad al-Sharaa was meeting French President Emmanuel Macron at the presidential palace in Damascus, Syria, Tuesday, July 7, 2026. (AP Photo/Omar Sanadiki)]]></media:description><media:credit role="author" scheme="urn:ebu">Omar Sanadiki</media:credit></media:content></item><item><title><![CDATA[South Korean law targeting 'fake news' takes effect as journalists' groups raise concerns]]></title><link>https://www.local10.com/business/2026/07/07/south-korean-law-targeting-fake-news-takes-effect-as-journalists-groups-raise-concerns/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/south-korean-law-targeting-fake-news-takes-effect-as-journalists-groups-raise-concerns/</guid><dc:creator><![CDATA[By KIM TONG-HYUNG, Associated Press]]></dc:creator><description><![CDATA[SEOUL, South Korea (AP) — South Korea began enforcing a law Tuesday that allows steep punitive damages against news outlets and social media influencers for spreading false information as journalist groups warned it could chill public discourse and invite censorship.]]></description><pubDate>Tue, 07 Jul 2026 09:28:42 +0000</pubDate><content:encoded><![CDATA[<p>SEOUL, South Korea (AP) — South Korea began enforcing a law Tuesday that allows steep punitive damages against news outlets and social media influencers for spreading false information as journalist groups warned it could chill public discourse and invite censorship.</p><p>Journalists and civil liberties groups say the vaguely worded law fails to clearly define what information it prohibits and lacks adequate safeguards for the media, warning it could potentially discourage critical reporting about government officials, politicians and large businesses.</p><p>The law allows courts to award damages of up to five times the proven losses against news organizations and large social media channels, including YouTube creators, that circulate illegal, false or manipulated information to cause harm or generate profit.</p><p>In addition, those who distribute information more than twice after a court has confirmed it to be false or manipulated could be fined up to 1 billion won ($656,000) by the country’s media regulator. Internet companies operating large social media platforms with more than 1 million daily users are required to take measures such as removing content or suspending user accounts when they receive reports of false or fabricated information.</p><p>The law was backed by President Lee Jae Myung’s liberal Democratic Party and passed by the National Assembly in December over a boycott by the conservative opposition. The liberals, who unsuccessfully sought to pass similar legislation under previous governments, say the law is necessary to combat fake news and disinformation, which they argue is posing a growing threat to democracy by fueling division and hate speech.</p><p>The Journalists Association of Korea said the mere prospect of news organizations repeatedly facing massive damage claims or legal disputes could have an “unavoidable chilling effect.”</p><p>“Even if a law’s objective is legitimate, it could erode the foundations of democracy if it’s enforced in a way that discourages the media and ordinary citizens from freely criticizing and scrutinizing those in power,” the group said in a statement.</p><p>The Seoul Foreign Correspondents’ Club also expressed concern about the potential impact on the work of the media and the free flow of information.</p><p>Concerns about murky online discourse</p><p>The push for the law came as Lee expressed concern about South Korea’s online discourse and information environment after then-President Yoon Suk Yeol briefly imposed martial law in 2024. He was later impeached and removed from office. He was convicted and sentenced to life in prison for rebellion, a ruling that he appealed in February.</p><p>Yoon, who faces other criminal cases as well, has promoted unsubstantiated election fraud claims circulated on YouTube to defend his botched power grab and rally conservative supporters against the Democrats. Critics say Yoon’s campaign further polarized the country by injecting falsehoods into already bitter political disputes and making compromise increasingly difficult.</p><p>The Korea Media and Communications Commission has downplayed concerns that the law could be used as a tool for state censorship. It would be private operators of online platforms, not the government, deciding whether reported content qualifies as false or manipulated information, and the law exempts reporting conducted in the public interest from damages claims, the commission said last week.</p><p>But Kim Hong-yeol, a professor at Seoul’s Duksung Women’s University, said the law could encourage widespread self-censorship and discourage reporting or discussions on sensitive issues. Internet companies could end up acting as online censors, adopting overly aggressive moderation policies to avoid liability and removing legitimate content in the process, Kim wrote in an article for the news website Medius.</p><p>While major South Korean internet companies like Naver and Kakao have reportedly been updating their systems for reporting and handling false information in line with guidelines from the Korea Internet Self-Governance Organization, it’s unclear how major foreign platforms, like Google’s YouTube, would comply.</p><p>In a statement to The Associated Press, YouTube said it strives to balance its commitment to openness with its responsibility to protect users and will “continue to engage with relevant parties and share our longstanding investments we have in this critical work.” The company did not specify how the South Korean law would affect its policies, but encouraged users to report “potentially violative content” directly on YouTube or through its legal web form.</p><p>After the law was passed in December, U.S. Under Secretary of State Sarah B. Rogers criticized it in a post on X, writing that the revised law endangers tech cooperation and that “it’s better to give victims civil remedies than give regulators invasive license for viewpoint-based censorship.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/G36KP7M7RDFUX4ONNWDJ3VY6TI.jpg?auth=f740babf16ac4c577956b6a5c8f679023438c7f96359290b6ca8da730382cf84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE- Supporters of impeached South Korean President Yoon Suk Yeol stage a rally to oppose his impeachment in Seoul, South Korea, Jan. 11, 2025. The letters read, "Impeachment is invalid." (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T23AXKEMFXCIGIXD3CYYANNG4I.jpg?auth=baef1849324a53b2c9a5356c42253953231a5b369a041ea8fda2ade82f7ce004&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Supporters of impeached South Korean President Yoon Suk Yeol attend a rally to oppose his impeachment near the presidential residence in Seoul, South Korea, Jan. 6, 2025. (AP Photo/Ahn Young-joon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ahn Young-joon</media:credit></media:content></item><item><title><![CDATA[French court clears way for far-right leader Le Pen to run in 2027]]></title><link>https://www.local10.com/news/world/2026/07/07/french-court-clears-way-for-far-right-leader-le-pen-to-run-in-2027-but-under-a-condition-she-rejects/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/french-court-clears-way-for-far-right-leader-le-pen-to-run-in-2027-but-under-a-condition-she-rejects/</guid><dc:creator><![CDATA[By SYLVIE CORBET and JOHN LEICESTER, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — A Paris appeals court cleared the way Tuesday for popular far-right leader Marine Le Pen to possibly run for the French presidency next year but said she must wear an electronic monitor after finding her guilty of embezzling public funds.]]></description><pubDate>Tue, 07 Jul 2026 16:28:10 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — A Paris appeals court cleared the way Tuesday for popular far-right leader Marine Le Pen to possibly run for the French presidency next year but said she must wear an electronic monitor after finding her guilty of embezzling public funds.</p><p>Le Pen previously said campaigning while wearing a monitor wouldn't be possible. She now has the option of changing her mind, in light of the verdict that her lawyer described as a partial victory.</p><p>“It's a good start,” said the lawyer, Rodolphe Bosselut.</p><p>The court ruled that Le Pen oversaw years of misuse by her National Rally party of European Parliament funds by paying staff with money intended for European Union parliamentary assistants. She had denied criminal wrongdoing but said during the trial that the party had made a “mistake.”</p><p>Le Pen, 57, left the courtroom without addressing television cameras. She’s expected to share her thoughts Tuesday evening in a television interview.</p><p>Both prison sentence and ban have been shortened</p><p>The appeals court upheld guilty verdicts for all 11 accused, including Le Pen and other party members. The party itself also was declared guilty.</p><p>However, the court scaled back the punishments handed down by a lower court last year.</p><p>Crucially for Le Pen's presidential ambitions, it reduced her ban on seeking elected office. She previously said that not being able to make a fourth run in 2027 would amount to “political death.”</p><p>From five years handed down in March 2025, the ban was cut to 45 months, with two-thirds of it suspended. Le Pen has already served 15 months of the ban, meaning that the potential obstacle is effectively removed.</p><p>The verdict also cut her prison sentence from four years, two of them suspended, to three years with two suspended.</p><p>Still, the remaining year of prison time, to be served at home with an electronic monitor, remains a potential hurdle.</p><p>How often Le Pen will be allowed to go out wearing it, and other details about the monitoring, aren't yet known. Conditions will be determined by another judge in the coming weeks or months.</p><p>After at least six months of wearing it, the judge could allow Le Pen to remove it as a reward for good behavior that would include her paying the 100 million euro ($114 million) fine the appeals court included in her sentence.</p><p>Le Pen went straight to her party's office</p><p>Le Pen previously said that electronic monitoring could bar her pathway to the presidency.</p><p>“If I’m allowed to be a candidate but am effectively prevented from campaigning freely, then you understand that wouldn’t be possible,” she said in an interview last week.</p><p>If she decides that she cannot run, her protege Jordan Bardella would replace her. Bardella, 30, is the president of the anti-immigration National Rally party that Le Pen previously led.</p><p>From the courthouse, Le Pen went to the National Rally's headquarters in Paris, where Bardella was seen earlier in the day. The party faces a potentially difficult decision choosing which might be better placed to run in 2027.</p><p>Bardella, a European Parliament lawmaker, lacks Le Pen's experience and it would be his first presidential election campaign.</p><p>A Le Pen has been on the ballot papers at every presidential election since 1988: four times for her father and three times for her.</p><p>The party was called the National Front when her father, Jean-Marie Le Pen, founded it in 1972. It ditched that name in 2018, part of Marine Le Pen’s efforts to broaden her appeal by moving away from her polarizing father’s legacy. His associations with people who collaborated with France’s Nazi occupiers in World II and his multiple hate-speech convictions, including Holocaust denial, made the National Front anathema to many voters.</p><p>Le Pen has steered her party’s growth in popularity as it sought to become more mainstream. It has been the largest single party in parliament’s National Assembly since 2024, although it doesn't have a majority in that sharply divided lower house.</p><p>But her embezzlement conviction would leave her open to criticism from potential election opponents.</p><p>The court noted ‘the principle of freedom to stand for election’</p><p>The court said Le Pen’s party embezzled 2.8 million euros ($3.2 million) over more than 11 years.</p><p>“The facts are serious,” said the chief judge, Michèle Agi.</p><p>But the court, in written notes detailing the verdict, pointed out “the voter’s freedom of choice” and said the 15 months of ban from seeking elected office that Le Pen has served have repaired harm done to public integrity by her wrongdoing.</p><p>“Disregarding this would undermine the principle of freedom to stand for election, an essential condition for the democratic expression of universal suffrage,” the court said.</p><p>The judge had been expected to spend several hours reading out the full verdict. Instead, the proceedings were over in less than 40 minutes in the courtroom without air conditioning, on a day when Paris temperatures surpassed 30 degrees Celsius (86 Fahrenheit). Table fans provided a slight breeze.</p><p>___</p><p>Associated Press journalists Nicolas Vaux-Montagny in Paris and Samuel Petrequin in London contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NTB7JHA763ZXCRFDLCVVQBXWHE.jpg?auth=c09fea04ae5568a360dbbf38b040eebb306876e92a6a77c9c84492dd590ac684&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Far-right leader Marine Le Pen leaves the courtroom after the verdict of her appeal trial, in Paris, France, Tuesday, July. 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/J4QPSTRBGYE325ZOOMAXK2K5KA.jpg?auth=512f05190e100a414e728445e5e538acb3208c2ff4cc2c0a82a0cab9bce78e30&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Far-right leader Marine Le Pen arrives at the courtroom for the verdict of her appeals trial, in Paris, France, Tuesday, July. 7, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CYK2R2NM7NTCXRVEIGM7BSKEV4.jpg?auth=02efc77a9cba3c68bdb86fe4ccb65d7e775c4746ca5af6029f95d006981a83c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Far-right leader Marine Le Pen leaves the courtroom after the verdict of her appeal trial, in Paris, France, Tuesday, July. 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/FH77G64BMQ7XZOBLOPXHXBFH74.jpg?auth=84760dece6f8529058da9487e876036b0399aab041213738b6f6db7f4577a70f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Far-right party National Rally president Jordan Bardella is embraced by far-right leader Marine Le Pen at a rally in Lievin, northern France, Saturday, July 4, 2026. (AP Photo/Jean-Francois Badias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jean-Francois Badias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XJ7HTHCESZBXIOUIA5ERFPIQNQ.jpg?auth=c91a07c3f9715c1e8ba8f2229715878d68be0da4b0930d6b06bf9b6c7c8c6933&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Far-right party National Rally president Jordan Bardella speaks during a rally in Lievin, northern France, Saturday, July 4, 2026. (AP Photo/Jean-Francois Badias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jean-Francois Badias</media:credit></media:content></item><item><title><![CDATA[Yacht owners and public housing residents once shared Venezuela's coast. Now they share its ruin]]></title><link>https://www.local10.com/news/world/2026/07/07/yacht-owners-and-public-housing-residents-once-shared-venezuelas-coast-now-they-share-its-ruin/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/yacht-owners-and-public-housing-residents-once-shared-venezuelas-coast-now-they-share-its-ruin/</guid><dc:creator><![CDATA[By REGINA GARCIA CANO, Associated Press]]></dc:creator><description><![CDATA[CARABALLEDA, Venezuela (AP) — The rich and poor shared paradise in Caraballeda on Venezuela's Caribbean coast. Their apartments, a few with direct marina access and hundreds in public housing towers, stood on the same curving street and offered idyllic views of the white sandy beaches and crystal waters.]]></description><pubDate>Tue, 07 Jul 2026 05:05:34 +0000</pubDate><content:encoded><![CDATA[<p>CARABALLEDA, Venezuela (AP) — The rich and poor shared paradise in Caraballeda on Venezuela's Caribbean coast. Their apartments, a few with direct marina access and hundreds in public housing towers, stood on the same curving street and offered idyllic views of the white sandy beaches and crystal waters.</p><p>The yacht owners and public transit riders who shared this road epitomized the social integration that the government set out to accomplish. Many of them enjoying a holiday or resting at home on June 24 met the same fate when the ground shook so violently that their homes flattened in seconds.</p><p>Now, about 17,000 who survived also share the uncommon status of being homeless in Venezuela. As the official death toll climbs above 3,500, many must rely on a government that has been excoriated for its response to the tragedy and that has politicized housing in the past to figure out where they will live — if they will have a new home at all.</p><p>Housing is still a constant even in times of crisis</p><p>Housing has generally been the first aspiration for Venezuelan adults since the second half of the 20th century, when an oil bonanza allowed the government to fund housing complexes, the poor to build brick and cement shacks locally known as “ranchos,” and the rich to buy second and third homes.</p><p>Even when the country’s economy came undone in 2013, most Venezuelans still had a roof over their heads, be it by getting one handed out by the country’s self-described socialist government, buying one at a deep discount from people desperate for cash to migrate, building ranchos on top of each other, and even invading abandoned homes.</p><p>Those in housing built by the ruling party of 27 years — currently helmed by acting President Delcy Rodríguez — do not hold the deeds to the property, but the homes allowed them to save and keep entire families off the streets.</p><p>“It was their home, their house. It was an immense joy when they were assigned these houses here,” Carlos Ortega said of the 12 apartments in Caraballeda that his relatives were assigned to more than a decade ago following years of financial struggles after a mudslide.</p><p>“Imagine, they were given a home after losing everything, but now they’ve lost everything, even their lives.”</p><p>Only one of Ortega’s siblings survived the collapse of the public housing towers, while his son, who lived in a ninth-floor apartment but was working at a convenience store when the earthquakes struck, is still missing more than a week after the disaster. Ortega hoped he might find him at a hospital, a shelter or one of the tent camps that have taken over public spaces and private parking lots.</p><p>Not far from where he took a break from removing the rubble that buried his family, people were assessing flattened homes adjacent to a yacht club and some towed Jet Skis. There, rescuers were being handed cookies and other food on a plastic tray while standing on the rubble where the wife of a military general hoped he and their children would be found.</p><p>Government efforts to integrate different socioeconomic classes</p><p>Ronal Rodríguez, a researcher at the Venezuela Observatory at Colombia's Universidad del Rosario, explained that Venezuelan governments, even before the arrival of the fiery Hugo Chávez to the presidency in 1999, had tried to prevent socioeconomic segregation by building housing projects in or near areas that were considered exclusive. The strategy, he said, also gave them a political edge by diversifying the voter base in wealthier neighborhoods that tend to vote for the opposition.</p><p>But the homes built under Chávez’s “Grand Housing Mission,” which his successor, Nicolás Maduro, continued until the U.S. military deposed him in January, came with a caveat: People never received a deed.</p><p>“What Chavismo tries to do is maintain political dependence,” Rodríguez said of Chávez’s political movement. “That is, if at any point you turn against me and stop supporting me, then I’ll take away the roof I’ve given you.”</p><p>This makes these residents vulnerable to the whims of the government once again, particularly when survivors have been vocal about the lack of government support in search and rescue efforts.</p><p>The government of Rodríguez, whose dismal response to the catastrophe has been decried by residents across the board, has not yet given any timelines for long-term housing recovery efforts.</p><p>The extent of damage is still unclear, but at least 10,000 structures, or about one-third, were damaged in Catia La Mar, a city west of Caraballeda also in La Guaira state, based on satellite imagery analyzed by Microsoft’s AI for Good Lab. Older buildings, substandard construction and geography left many neighborhoods in Venezuela vulnerable to strong earthquakes.</p><p>Picking up the pieces</p><p>Benito Mantilla, 68, now lives in a tent set up in a pharmacy parking lot in Catia La Mar after his privately owned home was damaged. His wife left for the Dominican Republic last week, but he decided to stay and try to find a job about 40 minutes away in the capital, Caracas, as the earthquakes also damaged his and his brother's car repair shop.</p><p>Another woman also living in the parking lot was still hoping that the government would give her a home soon. Her daughter, she said, is part of the local organizers for the ruling party.</p><p>Meanwhile, Caryudedi González, who bought her own home when she was 21, was hoping that her working-class home, half of which went down a ravine, could somehow be repaired.</p><p>“In many countries, it’s very difficult to own a home, and here, we work so hard to have what’s ours,” González, 44, said.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CD5DEU5JWOCSVXZCFX2V7INFB4.jpg?auth=8efe3b1d14173eaeae1b7333be981246d6840f5fd1c2791a9f2ef192547325fc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A young man sleeps as rescue workers continue searching through the rubble after the earthquakes in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SG67KMDHE7QBED6X47KJYWDARY.jpg?auth=18e997bd291918ad883f920075bd4eda4a40133908cda1b4d8eb0b5c72c36f32&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People choose clothes donated to those affected by the earthquakes at a sports complex in La Guaira, Venezuela, Saturday, July 4, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OV6QNRCE5VNFOWZFHUTKYZTO6Y.jpg?auth=04a8c4954f7aed64bb76964769b9976e0dc7d9980b7435e57f5b96c20176725d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A volunteer helping remove debris from buildings damaged by the earthquakes rests on a damaged car in La Guaira, Venezuela, Friday, July 3, 2026. (AP Photo/Matias 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/TA5WJMAUXUJS37KQNMC7OWG6WA.jpg?auth=8ab2a2bc2bd33e74918d79da1a5041aae65248f7da0e8d478160c875065005f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man stands atop a mountain of rubble three days after twin earthquakes struck, in La Guaira, Venezuela, Saturday, June 27, 2026. (AP Photo/Matias 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/TGB4635TTUXIRH6UXBN2LZGLRI.jpg?auth=66cfd10bb6d928c4d31cd2e5772860bba6b8a3b46af1df73a92550a0861719b1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Residents and rescue workers search through the rubble of buildings damaged in the earthquakes that struck La Guaira, Venezuela, Thursday, July 2, 2026. (AP Photo/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[NATO unveils billions in arms deals to prove its firepower as Trump again demands Greenland]]></title><link>https://www.local10.com/news/world/2026/07/07/nato-unveils-billions-in-arms-deals-to-prove-its-firepower-as-trump-again-demands-greenland/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/nato-unveils-billions-in-arms-deals-to-prove-its-firepower-as-trump-again-demands-greenland/</guid><dc:creator><![CDATA[By SEUNG MIN KIM, LORNE COOK, SUZAN FRASER, and ABBY SEWELL, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — President Donald Trump on Tuesday insisted that the United States should be in control of Greenland rather than NATO ally Denmark, repeating an assertion that has raised deep tensions in Europe even as the trans-Atlantic military alliance was announcing billions in arms deals in an attempt to appease the mercurial U.S. leader.]]></description><pubDate>Tue, 07 Jul 2026 16:21:54 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — President Donald Trump on Tuesday insisted that the United States should be in control of Greenland rather than NATO ally Denmark, repeating an assertion that has raised deep tensions in Europe even as the trans-Atlantic military alliance was announcing billions in arms deals in an attempt to appease the mercurial U.S. leader.</p><p>Trump said that the semiautonomous island is “an important part" for the United States, as he repeated the false claim that it’s surrounded by Chinese and Russian ships and said he won't let Greenland be threatened by those countries.</p><p>“That should be controlled by the United States, not by Denmark,” Trump told reporters during a meeting with Turkish President Recep Tayyip Erdogan at the presidential palace in Ankara.</p><p>The comments are likely to rattle countries in the NATO alliance, which was founded on the principle that its 32 members will defend each others' territory and not threaten to seize it. At this year's summit, European countries and the alliance's secretary-general, Mark Rutte, were already working overtime to address another longstanding complaint from Trump about NATO: that European allies do not spend enough on their own defense.</p><p>Separately, Trump announced Tuesday that the U.S. will lift sanctions on Turkey that were issued after Ankara purchased a Russian missile defense system that led to the country being kicked out of the F-35 fighter jet program — in a nod to his warm ties with Erdogan, the summit's host.</p><p>Trump cites Erdogan ‘chemistry’ as he lifts one obstacle on F-35s</p><p>Turkey was barred from the F-35 fighter jet program in 2019 after it purchased Russian-made S-400 missile defense systems. That unfurled years of tensions between the U.S. and Turkey, despite the warm personal relationship between Trump and Erdogan dating back to the U.S. president's first term.</p><p>There are still a number of legal hurdles before Turkey could be fully admitted back to the U.S. F-35 program, but the removal of sanctions issued under the Countering America’s Adversaries Through Sanctions Act would help ease that process. Regaining access to the F-35s is a top goal of Erdogan, and Trump has hinted for some time that that will eventually happen.</p><p>“We’re going to be taking the sanctions off, OK?” Trump said in response to a question as he sat alongside Erdogan, saying Secretary of State Marco Rubio, Treasury Secretary Scott Bessent and Defense Secretary Pete Hegseth were working on the issue.</p><p>Trump said the possibility of selling F-35s to Turkey is “something certainly we’d consider,” given the U.S.'s relationship with Turkey and that “Turkey’s been, in many ways, much more loyal than other countries that we think would be loyal.” For his part, Erdogan expressed hope that the U.S. will sell F-35 planes to Turkey, saying the U.S. president always stands by his word.</p><p>Trump and Erdogan repeatedly showed off their fondness for each other after Air Force One touched down in Ankara. Erdogan greeted the U.S. president with an elaborate welcome ceremony involving cannons, military officials on horseback and jets flying overhead emitting red, white and blue smoke.</p><p>Asked about what makes their relationship so strong, Trump said there’s “a chemistry that works between us.”</p><p>“Sometimes you get along with the toughest people, like him,” Trump said, gesturing to Erdogan.</p><p>Turkey's access to any of the U.S. F-35s could complicate relationships elsewhere. Israeli Prime Minister Benjamin Netanyahu has urged the Trump administration not to sell the fighter jets to Turkey, saying Erdogan “calls openly for the annihilation of Israel," and there is deep opposition among U.S. lawmakers to Turkey having the F-35s as long as the Russian missile defense system remains in its possession.</p><p>Even if sanctions are no longer an issue, the Trump administration still faces restrictions under U.S. law that prevents Turkey from being able to purchase the fighter jets if it still owns the S-400s.</p><p>NATO has ‘moment of great pride’ on defense</p><p>Earlier in the day, NATO showcased a series of military projects worth billions of dollars — an investment Rutte called “money well spent" and that was clearly meant to try to satisfy Trump.</p><p>An energized Rutte was speaking to government ministers and defense industry officials at a forum billed as NATO’s “big reveal,” to the thrum of techno music and a slick video display.</p><p>NATO as an organization does not own any weapons — these are the property of the 32 member countries — but it does have a fleet of 14 AWACS early warning radar surveillance planes that are about 50 years old, along with some newer surveillance drones.</p><p>A deal to replace the aging planes was announced Tuesday. Swedish manufacturer Saab will be supplying up to 10 new GlobalEye surveillance aircraft for a 10-nation consortium, Swedish Prime Minister Ulf Kristersson announced.</p><p>“It’s a moment of great pride,” he said, noting that the twin-engine aircraft would be “made within the alliance for all the alliance.”</p><p>Some of the projects will be paid for with funds from a system of cheap loans for defense purposes set up by the European Union, comprising up to $170 billion raised on capital markets.</p><p>“We need to ensure that we are translating our economic might into military capabilities, putting the cash to work from defense plans to drones, from money to missiles and interceptors,” Rutte said.</p><p>Representatives from 15 nations shook hands and patted shoulders on a vast podium under the NATO logo as they announced a multinational effort to buy air-to-air refueling and transport planes from Airbus. Then Rutte announced a four-country effort to purchase as many as five new Triton surveillance drones to add to NATO’s small fleet.</p><p>Rutte told reporters on the eve of the military alliance’s two-day summit in Turkey that “we will announce tens of billions in new contracts that will provide the crucial kit we need to deter and defend.”</p><p>However, at Tuesday's event, no dollar figures were given and the display included some projects long since agreed.</p><p>Ukraine's Zelenskyy pushes for NATO entry</p><p>Separately on Tuesday, Ukrainian President Volodymyr Zelenskyy made a fresh appeal for his country to be allowed to join the alliance, saying its armed forces are highly experienced and would only boost the alliance’s defense capabilities.</p><p>He highlighted Ukraine’s adaptability and its ability to strike deep inside Russia, hit oil refineries and other energy targets. He said that Ukraine’s armed forces are “eliminating” on average 30,000 Russian troops every month. He is slated to meet with Trump on Wednesday in Ankara.</p><p>“Frankly we take no pride in this,” Zelenskyy said, noting that the war with Russia — now in its fifth year — is “a war we did not seek but one we are forced to fight.”</p><p>Concern is mounting among some northern and central eastern countries that Russia might be preparing a hybrid attack — a combination of conventional warfare with tactics like cyberattacks — on the continent as Russian President Vladimir Putin struggles to secure victory in Ukraine.</p><p>Yet a senior NATO official, speaking on the sidelines of the summit, said Tuesday that despite some “reckless” actions by Russia, including airspace violations over Poland, Romania and Estonia, the alliance has been successful in deterring Russia from any potential attack on a member country. The official insisted on anonymity to brief reporters.</p><p>___</p><p>Associated Press writers Jill Lawless in London, Andy Wilks in Istanbul and Michelle L. Price and Collin Binkley in Washington contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6BGZXJQ3TIF35JYKF67HTKIN2I.jpg?auth=5688233243dd79b2df20eb24fabba8b7c00795cf4864d94a48edf9568169de1c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte, center, poses with NATO defense ministers and industry representatives during the opening of the NATO Defense Industry Forum on the sidelines of the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EHKXXSMU6SKUYFXJNAWXE5PN3U.jpg?auth=c58290d96edee740380ea08eb97d9b13be639bda3f7d1e40cd03fed833ff6779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump shakes hands with Turkish President Recep Tayyip Erdogan upon arriving for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (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/LIXIFQO5VXNIHZ74USSXYRPTAQ.jpg?auth=ba8cf90e478643e70d5b25b2ff15dd48b4b00f1117d64f9e2f8e946ad2e204e3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[NATO Secretary General Mark Rutte, right, and Ukraine's President Volodymyr Zelenskyy address the media on the sidelines of the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XCUACPHVVWS6FQ6UFVICJBWHFM.jpg?auth=a01ef2d9f125d7988dc9aba33098af7c2b94284b02d5faa3abdaa16242ba7f2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police detain protestors during a demonstration outside of the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Ali Unal)]]></media:description><media:credit role="author" scheme="urn:ebu">Ali Unal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/K4AXWXK7AUJ7NO3LZ5KGNWWVQU.jpg?auth=bd741cc260cf6a2780f12ef3de909039547f5229d69869da9c0634a549f66b1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Two men walk past the NATO logo during the NATO Defense Industry Forum at the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item><item><title><![CDATA[Un alud de tierra en el noroeste de China deja 5 muertos y 12 personas atrapadas]]></title><link>https://www.local10.com/espanol/2026/07/07/un-alud-de-tierra-en-el-noroeste-de-china-deja-5-muertos-y-12-personas-atrapadas/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/un-alud-de-tierra-en-el-noroeste-de-china-deja-5-muertos-y-12-personas-atrapadas/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[BEIJING (AP) — Cinco personas murieron y otras 12 permanecían atrapadas tras un alud de tierra en el noroeste de China, informó la prensa estatal el martes.]]></description><pubDate>Tue, 07 Jul 2026 10:16:03 +0000</pubDate><content:encoded><![CDATA[<p>BEIJING (AP) — Cinco personas murieron y otras 12 permanecían atrapadas tras un alud de tierra en el noroeste de China, informó la prensa estatal el martes.</p><p>El deslizamiento poco antes de las 7 de la mañana sepultó a 33 personas en el municipio de Nanhe, en la ciudad de Longnan de la provincia de Gansu, según la agencia oficial china de noticias Xinhua.</p><p>La causa no estaba clara. Fotos y video publicados en línea por la televisora estatal CCTV mostraron tres excavadoras y rescatistas sobre montículos de tierra en un área verde por lo demás densamente boscosa. El cielo parecía soleado y despejado.</p><p>Las autoridades reubicaron a los residentes mientras se llevaban a cabo las labores de rescate.</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/3BQGTJK5JJAMOISM6LYSB4TN3E.jpg?auth=b9f912f997e81c22b4b30f75ca1de009900f5a460423ba6672b939c4c1c7c8be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[En esta imagen publicada por la agencia de noticias Xinhua, rescatistas trabajan tras un alud de tierra en el municipio de Nanhe, en el condado de Tanchang, ciudad de Longnan, en la provincia noroccidental china de Gansu, el martes 7 de julio de 2026. (Xinhua via AP)]]></media:description></media:content></item><item><title><![CDATA[AI stocks resume their drops and drag markets lower worldwide]]></title><link>https://www.local10.com/business/2026/07/07/ai-stocks-resume-their-drops-and-drag-markets-lower-worldwide/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/ai-stocks-resume-their-drops-and-drag-markets-lower-worldwide/</guid><dc:creator><![CDATA[By STAN CHOE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The roller-coaster ride for AI stocks is snapping lower again Tuesday and weighing on Wall Street.]]></description><pubDate>Tue, 07 Jul 2026 16:51:14 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The roller-coaster ride for AI stocks is snapping lower again Tuesday and weighing on Wall Street.</p><p>The S&P 500 fell 0.3% even though the majority of stocks within the index rose. The drops for stocks in the artificial-intelligence industry dragged the Nasdaq down 0.7%, as of 12:45 p.m. Eastern time, while the Dow Jones Industrial Average was down 173 points, or 0.3%.</p><p>The weakness began in Asia, where Samsung Electronics tumbled 6.9% in Seoul. The tech giant gave a preliminary look at its performance for the second quarter, and the numbers were strong. Samsung Electronics said it expects to say its operating profit surged roughly 1,800% from a year earlier.</p><p>Analysts called the numbers surprisingly good, but they still weren’t enough for investors after its stock came into the day having well more than doubled in the year so far.</p><p>On Wall Street, AI stocks have been under similar pressure in recent weeks on worries that their prices shot too high and that AI may not produce enough productivity and profits to make all the investments in chips and data centers worth it.</p><p>Micron Technology fell 6.1% and was the heaviest weight on the S&P 500. Intel sank 9.2% and also weighed heavily on the market. Nvidia, which is the largest stock on Wall Street by value because of the AI boom, rose 0.9% after slipping earlier in trading. That helped ease some pressure on the broader market.</p><p>SpaceX, which owns the xAI business, fell 5.2% in its first trading after getting included in the Nasdaq 100 index.</p><p>Outside of tech, Vertex Pharmaceuticals fell 0.5% after saying it agreed to buy Crinetics Pharmaceuticals for $85 per share in cash. Crinetics, which develops therapeutics for endocrine diseases, soared 98.8%.</p><p>Rivian Automotive dropped 14.5% after the electric vehicle company said it's selling 75 million shares of its stock, which dilutes the ownership stakes of earlier shareholders.</p><p>Stocks also felt pressure from a rise in oil prices after the British military said three tankers were struck by projectiles in the Strait of Hormuz. That hurt hopes that the war in Iran may be winding down and that the Strait of Hormuz may fully reopen to oil tankers carrying crude to customers worldwide from the Persian Gulf.</p><p>Brent crude, the international standard, rose 3% to $74.12.</p><p>Higher oil prices put upward pressure on inflation, and Treasury yields climbed in the bond market. The yield on the 10-year Treasury rose to 4.52% from 4.48%</p><p>High yields worldwide have been rattling investors after oil prices burst above $100 per barrel earlier in the summer because of the war. The worry is that high inflation may force the Federal Reserve and other central banks to hike interest rates. High rates can keep a lid on inflation, but they also slow the economy and hurt prices for all kinds of investments.</p><p>In stock markets abroad, South Korea’s Kospi tumbled 4.9% because Samsung Electronics alone makes up more than a quarter of the index.</p><p>Japan's Nikkei 225 fell 2.1%, and Germany's DAX lost 1.4% for two of the world's bigger moves.</p><p>___</p><p>AP Business Writers Matt Ott and Elaine Kurtenbach contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/YQJPEU7KG3O6GZLBIUWCQZFO6U.jpg?auth=0cb789cd40f926a047785a69544e31cb32f57be495b620943272762c5854da8a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Michael Pistillo, left, and Federico DeMarco work on the floor at the New York Stock Exchange in New York, Monday, July 6, 2026. (AP Photo/Seth Wenig)]]></media:description><media:credit role="author" scheme="urn:ebu">Seth Wenig</media:credit></media:content></item><item><title><![CDATA[Kepler homers and drives in 4 runs to lead Diamondbacks to an 8-0 win over Padres]]></title><link>https://www.local10.com/sports/2026/07/07/kepler-homers-and-drives-in-4-runs-to-lead-diamondbacks-to-an-8-0-win-over-padres/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/kepler-homers-and-drives-in-4-runs-to-lead-diamondbacks-to-an-8-0-win-over-padres/</guid><dc:creator><![CDATA[By RICHARD J. MARCUS, Associated Press]]></dc:creator><description><![CDATA[SAN DIEGO (AP) — Max Kepler homered and drove in four runs to lead the Arizona Diamondbacks to an 8-0 win over the slumping San Diego Padres on Monday night.]]></description><pubDate>Tue, 07 Jul 2026 04:21:52 +0000</pubDate><content:encoded><![CDATA[<p>SAN DIEGO (AP) — Max Kepler homered and drove in four runs to lead the Arizona Diamondbacks to an 8-0 win over the slumping San Diego Padres on Monday night.</p><p>It was Kepler’s first home run since returning from an 80-game suspension after testing positive for a performance-enhancing substance. Kepler was activated by the Diamondbacks on June 25.</p><p>The Padres are in freefall, losing nine of their past 10 games and 28 of their last 43.</p><p>The teams came into the game with identical 44-45 records. The win moved the Diamondbacks into second place in the NL West, while the Padres dropped to third place.</p><p>Diamondbacks starter Brando Pfaadt (2-1) worked five innings, allowing four hits and striking out six.</p><p>San Diego starter Walker Buehler (5-5) — whose 18th start of the season is tied for the most on the Padres — got hit hard in his second consecutive loss. He gave up seven runs and seven hits in five innings. In his previous start on July 1 at Wrigley Field versus the Cubs, Buehler allowed nine runs in four innings.</p><p>Buehler is the first major league pitcher this season to give up 16 earned runs over two consecutive outings.</p><p>With the Diamondbacks leading 3-0 in the third inning, Kepler hit a three-run homer to right field. He drove in a run in his previous at-bat with a single in the first.</p><p>Arizona tacked on two more runs on solo homers. Geraldo Perdomo homered in the fourth off Buehler and Nolan Arenado in the sixth off Padres’ reliever Alek Jacob for an 8-0 Diamondbacks lead.</p><p>Ryan Thompson pitched two innings of scoreless relief for the Diamondbacks.</p><p>Up next</p><p>Diamondbacks RHP Zac Gallen (3-8, 6.36) takes the mound in the second game of the four-game set on Tuesday night. The Padres have not announced their starter.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUZAWEFEPCERSXLZXQWLS2Q75E.jpg?auth=d071f6ec77a2137da4b5c0eccb495cd75155e666a6ac84ddf64da4ad7bec081d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Max Kepler, right, is congratulated by third base coach J.R. House, left, after hitting a three-run home run against the San Diego Padres in the third inning of a baseball game Monday, July 6, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DMQU434W4H4GVG75YWSFPM7YTU.jpg?auth=1005e379052e31ea58385e9845197dcaf4eb7e4d1884c897eb4cc1ecb5ee1b7a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks' Max Kepler, right, is congratulated by Gabriel Moreno, center, and Lourdes Gurriel Jr., left, after hitting a three-run home run against the San Diego Padres in the third inning of a baseball game Monday, July 6, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/E2ZJYWKP2GVYYV3DD3ARBKKGEA.jpg?auth=fb4bb4b81f168b22d39b89ce2dd0ee417eda89d69f5c2178252922a4fbdc5960&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arizona Diamondbacks pitcher Brandon Pfaadt throws to a San Diego Padres batter in the first inning of a baseball game Monday, July 6, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GYGYUOXG4CJ7D3BLSWKWLKP2YE.jpg?auth=e2c8fb6360931134538fdf43349079a4cc5fab429efc6ea2614c68a890543941&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[San Diego Padres pitcher Walker Buehler walks off the mound in the second inning of a baseball game against the Arizona Diamondbacks, Monday, July 6, 2026, in San Diego. (AP Photo/Derrick Tuskan)]]></media:description><media:credit role="author" scheme="urn:ebu">Derrick Tuskan</media:credit></media:content></item><item><title><![CDATA[Judge dismisses Prince Harry's privacy invasion lawsuit against publisher of Daily Mail]]></title><link>https://www.local10.com/news/world/2026/07/07/judge-dismisses-prince-harrys-privacy-invasion-lawsuit-against-publisher-of-daily-mail/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/07/judge-dismisses-prince-harrys-privacy-invasion-lawsuit-against-publisher-of-daily-mail/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Prince Harry's final lawsuit aimed at taming the British tabloids ended in defeat Tuesday as a judge said he failed to prove his privacy invasion claims against the publisher of the Daily Mail.]]></description><pubDate>Tue, 07 Jul 2026 16:38:07 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Prince Harry's final lawsuit aimed at taming the British tabloids ended in defeat Tuesday as a judge said he failed to prove his privacy invasion claims against the publisher of the Daily Mail.</p><p>Justice Matthew Nicklin rejected the broad inferences the Duke of Sussex relied on to try to show that Associated Newspapers Ltd. engaged in unlawful activities. He said there was a shortage of evidence to support the claims and found a possibility that the news stories came from legitimate sources.</p><p>“In substance, the claimants’ case invites the Court to conclude that, because the information was private and because Associated cannot positively explain how it was sourced, the article must have been unlawfully sourced,” Nicklin wrote. “That is not a permissible approach.”</p><p>The ruling scuttles a bid by Harry and six others, including singer Elton John and actor-model Elizabeth Hurley, which sought substantial damages but could leave them with massive legal bills. Updated estimates by ANL put legal costs for both sides above 50 million pounds ($67 million) for years of case preparation and an 11-week trial.</p><p>The publisher called it an “overwhelming victory” and a “magnificent vindication” of the Mail's journalism.</p><p>The newspapers had denied the allegations as “preposterous,” insisting the roughly 50 articles at issue were based on lawful sources including friends, royal aides and publicists who offered information to reporters.</p><p>Harry's campaign against the press yields mixed results</p><p>The 436-page decision leaves a mixed legacy for Harry's trio of lawsuits accusing tabloid publishers of using unlawful tactics, such as phone hacking, or hiring private detectives to dig up dirt to snoop on his life.</p><p>Harry won a judgment in 2023 that condemned the publishers of the Daily Mirror for “widespread and habitual” phone hacking. Last year, Rupert Murdoch’s flagship U.K. tabloid, The Sun, made an unprecedented apology for intruding on his life for years and agreed to pay substantial damages to settle his privacy invasion lawsuit.</p><p>Mark Stephens, a media lawyer not involved in the case, said Harry's first significant loss was due to a lack of evidence such as admissions of culpability that he had in previous lawsuits.</p><p>“This was always a mosaic case where little inferences from different things were being put together by the lawyers for Prince Harry,” Stephens said. “Associated Newspapers' lawyers cleverly rearranged the tiles to show an innocent picture as opposed to the culpable picture that the claimants' lawyers were trying to demonstrate.”</p><p>The verdict, released remotely with no court hearing, coincided with Harry’s visit home to the United Kingdom, which has been dominated by headlines over his latest efforts to repair a rift with his father, King Charles III.</p><p>Harry has said his litigation — in which he broke with royal family tradition to seek relief in the courts — was a primary source of his falling out with his father and brother, Prince William.</p><p>His grudge with the press runs deep. He blames it for the death of his mother, Princess Diana, who was killed in a car crash in 1997 while being pursued by paparazzi in Paris, and for attacks on his wife, Meghan, Duchess of Sussex, that led the couple to abandon royal life and move to the United States in 2020.</p><p>“They continue to come after me, they have made my wife’s life an absolute misery,” he testified as he choked back tears in the witness box during the trial in January.</p><p>Newspaper editor says Harry is a hypocrite</p><p>Associated Newspapers' Editor-in-Chief Paul Dacre called Harry “a confused and angry young man” and said he felt sorry he had been drawn into the case. He mocked Harry’s tell-all memoir, “Spare,” which included details of drug use, losing his virginity, and dishing dirt on his kin.</p><p>“There isn’t a laundry in the cosmos big enough to wash all the dirty linen he has aired about his own family,” Dacre said. “For him to complain about his privacy being invaded takes not just the biscuit but the whole tin. Poor Harry.”</p><p>Attorney David Sherborne said at trial that the Daily Mail and its sister publication, Mail on Sunday, used their journalists, freelance reporters and private eyes for “clear, systematic and sustained use of unlawful information gathering” to snoop on his clients.</p><p>Defense lawyer Antony White said the case relied on conjecture and inferences when the more likely source of information was “ordinary, legitimate journalism.” He said Harry was “inclined to see unlawful evidence gathering, in particular voicemail interception, everywhere.”</p><p>Other claimants in the case were actor Sadie Frost, anti‑racism activist Doreen Lawrence, former politician Simon Hughes and John’s husband, David Furnish.</p><p>The Mail trial played out differently from the Mirror case, with many more journalists defending their work in court. Some Mail reporters pointed to official mouthpieces, such as a palace spokesperson, and others named their sources to dispute Harry’s assertion that his “social circles were not leaky.”</p><p>“They were not all tight-lipped,” Katie Nicholl, a former Mail on Sunday editor, said about Harry’s associates. “I had very good sources in the inner circle.” ___</p><p>Associated Press writer Jill Lawless contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/NKR7X4H3OG2WR3IZIPZD47GTDY.jpg?auth=154b408e517b8c7d537e64a6ff95825ab4b0d6f526b51dbf0b46c9e08775733b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry leaves Chatham House during a visit to the UK for a series of charity engagements in London, Tuesday, July 7, 2026.(AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/V5O7MRVPFM3SZZKOKGCN4E4PEM.jpg?auth=13fb15f66cd6299c0144559644a4d33f46575c407a894eac470a985d41ca9c2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry leaves Chatham House during a visit to the UK for a series of charity engagements in London, Tuesday, July 7, 2026.(AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5RNKB3UHFUH22XQAROAR6Z64RE.jpg?auth=be2684b985b0a17ff2f6ebaba0619caa8f3f527ea0c128eb80fef0005e2d07b7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry leaves Chatham House during a visit to the UK for a series of charity engagements in London, Tuesday, July 7, 2026.(AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IE7S7JU5ECQATEAGWB7A46G4K4.jpg?auth=c3c79c1eb868ce2e200cd6741a62cc669e837089cecfc1038b04382b196e9fce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry leaves Chatham House during a visit to the UK for a series of charity engagements in London, Tuesday, July 7, 2026.(AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VILYKLGTMASYMZGCVJT26D2VRQ.jpg?auth=bde0df8d0d37fb37732c5fd1cd243da63a6890809b5268f3935603f879274b76&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Prince Harry leaves Chatham House during a visit to the UK for a series of charity engagements in London, Tuesday, July 7, 2026.(AP Photo/Alberto Pezzali)]]></media:description><media:credit role="author" scheme="urn:ebu">Alberto Pezzali</media:credit></media:content></item><item><title><![CDATA[Prepared not scared. Dedicated volunteers in Nashville relay calm, straight-talk info during storms]]></title><link>https://www.local10.com/news/2026/07/07/prepared-not-scared-dedicated-volunteers-in-nashville-relay-calm-straight-talk-info-during-storms/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/prepared-not-scared-dedicated-volunteers-in-nashville-relay-calm-straight-talk-info-during-storms/</guid><dc:creator><![CDATA[By TRAVIS LOLLER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — Anyone who has watched an episode of “9-1-1: Nashville” could be forgiven for thinking the city is constantly beset by tornadoes that turn outdoor concerts into scenes of carnage and blow scooter-riding tourists onto the tops of water towers.]]></description><pubDate>Tue, 07 Jul 2026 16:49:48 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — Anyone who has watched an episode of “9-1-1: Nashville” could be forgiven for thinking the city is constantly beset by tornadoes that turn outdoor concerts into scenes of carnage and blow scooter-riding tourists onto the tops of water towers.</p><p>That may be a TV exaggeration, but tornadoes and other dangerous storms do hit the city regularly. When they do, many people here turn to Nashville Severe Weather.</p><p>This group of dedicated volunteers can be found on social media, calmly explaining the storm movement, advising when to take cover and giving the “all clear.” The coverage by Will Minkoff, Andrew Leeper and Tom Johnstone draws tens of thousands of viewers who interact with them in real time. It’s a service that evokes the early promise of the internet, before the rise of the influencer.</p><p>This is happening at a time when many people no longer watch local news and weather reports. Yet Kevin Trowbridge, who teaches strategic communication at Belmont University in Nashville, says an informal survey of his students found many are tuning in to Nashville Severe Weather.</p><p>“The millennials and Gen Z — and teaching college students, I know this all too well — their source of information is that handheld device,” he says. “It’s not turning on a TV. And it’s not even looking at a traditional media outlet’s online presence. It’s finding sources that provide them quick information when they need it.”</p><p>They are ‘prepared, not scared’</p><p>The rise of Nashville Severe Weather is a modern case study in multiple areas — a shifting tornado alley, a changing climate, the prevalence of social media and the value of instantaneous, hyperlocal information that can save the day or save lives.</p><p>The initiative has evolved over more than a decade from its origins as a Twitter feed and blog. Today, volunteers livestream on their YouTube channel whenever Nashville or surrounding counties face severe weather. Because Leeper, Minkoff and Johnstone all live here, they are facing the same threats as their audience.</p><p>“There’s something about Nash Severe Weather that’s different from the hobbyist enthusiast,” Trowbridge says. “I think that’s why people are following them. That’s why they are trusting them. That’s why they’re tuning in and turning to them. ... It is authentic and real.”</p><p>Leeper, a church pastor, has a soothing voice and a sign on a shelf behind him that reads “prepared not scared.” He has had to leave the stream to wake up his family and hunker down in their safe space. He did so calmly, modeling the behavior of his motto. After the threat passed, he rejoined the stream.</p><p>Katherine Moffat, who works as the executive director of the Tennessee Academy of Physician Assistants, says local TV weather can be “a little over-the-top” when storms are threatening. Nashville Severe Weather, she says, is different.</p><p>“They’re a little more calm and telling it to you straight,” she says. “They don’t get people overly excited.”</p><p>Tornado Alley has shifted</p><p>The need for their service has never been greater. “Tornado Alley” has been shifting from the Midwest plains to states further east, says Johnstone, a meteorologist who joined the group last year after 33 years with the National Weather Service.</p><p>“The mid-South, especially down through Alabama, Mississippi, and into Tennessee and western Kentucky, has been where tornadoes have been most frequent ... and people have been dying in the highest numbers,” he says.</p><p>Michelle Stewart gets all her weather information via push notifications from Nashville Severe Weather on her phone. It's a service she found invaluable during an ice storm that left much of the city without power or internet service for days.</p><p>“They are very informative about, not just what to expect, but how to be prepared, and just giving everybody the lay of the land without it being too science-y. You know, it kind of feels like you’re talking to your neighbor,” says Stewart, a project manager at a healthcare research company. “They are so calming to me during those live events.”</p><p>Brett Withers, a former Nashville city councilman who saw two people die in his district during a 2020 tornado that killed 24 people in Tennessee, calls Nashville Severe Weather a “godsend.”</p><p>“We have so many people moving to Nashville, and they might move from places where tornadoes are rare, if they ever happen,” he says.</p><p>Low production value with a ‘volunteer heart’</p><p>The popularity of Nashville Severe Weather defies much of the received logic about how to build an audience on social media. There's nothing fancy or highly produced about their livestreams. They don't try to play up danger or excitement. They certainly don't try to chase down tornadoes or run around outside in hurricane-force winds.</p><p>Their streams are visually dominated by weather radar. Minkoff, Leeper and Johnstone, sometimes joined by other volunteers, each stream from their own homes and appear in little boxes at the bottom or side of the screen. Graphics, when they have them at all, look like they could have been drawn by a 5-year-old.</p><p>Take the beloved “Dry Air Monster,” a stick figure with an huge head and chomping Godzilla jaws.</p><p>Nashville Severe Weather co-founder David Drobny drew this to explain how dry air could “eat” snow that was headed toward Nashville. In a Southern town that usually sees snow on the ground only a few days each year, many people look forward to it as a mini-vacation. The monster's motto is “No Snow for You.”</p><p>Its hyperlocal focus stays grounded</p><p>Their hyperlocal focus allows Nashville Severe Weather to fill a niche left open by the local TV meteorologists who have to report on dozens of counties.</p><p>“One of the things that Nash Severe can do that even the TV stations have trouble doing is really bring it down to intersection level, school level, church level to let people know where the danger and the threat is,” Johnstone says.</p><p>Their coverage is a two-way street. Audience members provide photos and video showing on-the-ground conditions and comment in the chat. Nashville Severe Weather shares that information with the National Weather Service and TV meteorologists. They also try to answer people's questions as they stream.</p><p>Leeper remembers a day when schoolchildren were sent home because of a tornado threat. When one child commented in the chat about being home alone, his heart sank.</p><p>“We just stopped what we were saying on the stream, and I said, ‘Hey. It dawns on me that we’ve got a bunch of kiddos at home that are maybe by themselves. Hey. Here’s what you do’,” Leeper recalls. “I love those moments where we can just sort of put everything else aside to talk to the people who are listening, in whatever situation they’re in.”</p><p>It's moments like that that help them stay grounded.</p><p>In 2023, a tornado killed a mother and young child here who lived in a trailer. Leeper didn't know them, but he attended the visitation.</p><p>“It just creates a whole other emotion when you walk into a funeral visitation for hurting families when it’s a weather event that you covered,” he says. “It’s not all action and adventure. It really affects people’s lives forever.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Y2KUSVNJ4ONJVOKJSORIP7VBGI.jpg?auth=f1df4ff20203e41539f16eaddcb51cec26347b8e6809c542edef5feee94880ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andrew Leeper, left, Will Minkoff and Tom Johnstone, right, of Nashville Severe Weather, look over weather data Monday, April 20, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UXQWBGHYBJFQ4FQF4DSCWD7MOQ.jpg?auth=bb09034d195fcfcd36c19e24f797c5bc003be4f1e327a1ef44d1c28b31bab60f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Weather information is displayed on a monitor at the Nashville Severe Weather headquarters Monday, April 20, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3VWWZSNVU453E7Z5TBRFGCVGQM.jpg?auth=00f36023fed695f73240dc794d70f01dc0ed6c8d0eec48275a3ea09a18454704&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Will Minkoff of Nashville Severe Weather sits at his desk Monday, April 20, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZZ5RWXZ7XTW5HYZ5424SEBJJFA.jpg?auth=c0f817bb6132c512f86b7f303e8dea1d7c639e1e2f4bfcb4da58faa3ae971ebe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Andrew Leeper, left, Will Minkoff and Tom Johnstone, right, of Nashville Severe Weather, pose for a portrait Monday, April 20, 2026, in Nashville, Tenn. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[More video expected during hearing in case against man accused of killing Charlie Kirk]]></title><link>https://www.local10.com/news/2026/07/07/more-video-expected-during-hearing-in-case-against-man-accused-of-killing-charlie-kirk/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/07/more-video-expected-during-hearing-in-case-against-man-accused-of-killing-charlie-kirk/</guid><dc:creator><![CDATA[By HANNAH SCHOENBAUM and MATTHEW BROWN, Associated Press]]></dc:creator><description><![CDATA[PROVO, Utah (AP) — Prosecutors in the case against the man charged with killing Charlie Kirk were expected to present a recorded statement from his roommate and more videos from law enforcement as a weeklong preliminary hearing resumed Tuesday.]]></description><pubDate>Tue, 07 Jul 2026 15:49:02 +0000</pubDate><content:encoded><![CDATA[<p>PROVO, Utah (AP) — Prosecutors in the case against the man charged with killing Charlie Kirk were expected to present a recorded statement from his roommate and more videos from law enforcement as a weeklong preliminary hearing resumed Tuesday.</p><p>The court proceedings mark the most significant presentation of evidence to date in the case against Tyler Robinson, 23. Investigators believe he shot Kirk from a rooftop while the conservative activist and ally of President Donald Trump was speaking to a crowd of thousands at Utah Valley University on Sept. 10.</p><p>Officer Christopher Bagley testified Monday that he witnessed the shooting then went to a nearby gravel rooftop, where it appeared someone had been lying prone with a clear sightline to Kirk’s location.</p><p>“It looks like a sniper pad,” Bagley told the court.</p><p>Robinson is charged with aggravated murder and has not yet entered a plea. His attorneys have not commented on his guilt or innocence. They have, however, sought to get the death penalty taken off the table, so far unsuccessfully.</p><p>Court will hear statement from defendant's roommate</p><p>If prosecutors follow the order of an exhibit list they submitted earlier this year, they will present a video from the Washington County sheriff’s office from Sept. 11 — the day Robinson turned himself in — and recorded testimony from Robinson’s roommate.</p><p>Prosecutors allege Robinson confessed in a note left for his roommate, who was also his romantic partner, that read: “I had the opportunity to take out Charlie Kirk and I’m going to take it.”</p><p>Robinson also reportedly texted his roommate that he targeted Kirk because he “had enough of his hatred,” prosecutors have said.</p><p>Prosecutors have also said they plan to present DNA evidence linking Robinson to the suspected murder weapon, autopsy findings, witness statements and video of Kirk’s killing. In addition, they are expected to argue the shooting endangered others at Kirk’s campus event — an aggravating circumstance that could make the crime punishable by death under Utah law.</p><p>Kirk's family briefly left the courtroom</p><p>This week marks the first time Kirk’s parents, Kathryn and Robert, and widow, Erika, have been in the courtroom since the case began.</p><p>Robinson’s parents also have been present and sat a few rows behind the Kirks on Monday. Robinson sat quietly between his attorneys, looking at the prosecution’s exhibits on a monitor and occasionally taking notes. His wrists were shackled to a chain around his waist.</p><p>Prosecutors showed several graphic videos of Kirk's shooting, including of the moment he was shot and security administering first aid, as they made their case to state District Judge Tony Graf.</p><p>Kirk's family briefly walked out of the courtroom twice — when Bagley started testifying about Charlie Kirk’s arrival on campus and again when prosecutors introduced the videos. Each time, they returned.</p><p>Prosecutors have a low bar</p><p>The proceeding resembles a minitrial, but prosecutors need only demonstrate that there are reasonable grounds to believe Robinson killed Kirk and should stand trial. The standard is lower than for a trial, where prosecutors must prove guilt “beyond a reasonable doubt.”</p><p>Legal experts say that means prosecutors should have little trouble advancing their case.</p><p>Defense attorney Kathryn Nester repeatedly objected to evidence introduced by prosecutors. She was mostly overruled by the judge.</p><p>When she asked Bagley about finding an empty pistol holster on the ground after the crowd fled, he acknowledged he never took custody of the holster and didn’t know whether it had been fingerprinted.</p><p>Utah is an open carry state, meaning people can carry guns openly or conceal them without a permit.</p><p>Graf sided with the defense to block the introduction of a compilation of surveillance videos from Utah Valley University because some had been altered to zoom in or had circles drawn around individuals. Prosecutors said they would try again Tuesday to introduce that video with the alterations removed.</p><p>Erika Kirk says court proceedings are a 'painful reminder'</p><p>Before his death, Kirk and the organization he co-founded, Turning Point USA, galvanized the conservative youth vote to help Trump win a second term.</p><p>The Republican president has said he hopes Robinson receives the death penalty.</p><p>Erika Kirk said during her husband's memorial service that she forgives Robinson.</p><p>Ahead of Monday's hearing, she thanked supporters in a statement for their kindness and prayers.</p><p>“Every court proceeding serves as a painful reminder of his death,” she wrote, “and the loss that has irrevocably impacted our lives and the lives of his children.”</p><p>___</p><p>Brown reported from Billings, Montana.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/252QRQRCKZZMUXDF7SYL4MJGJE.jpg?auth=eb2391d90c1494d5d899f0607ee264319fd1eb5b2c8e5482444744515f847942&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Tyler Robinson's parents, Matt Robinson and Amber Robinson, second right, arrive at the Fourth District Courthouse, Tuesday, July 7, 2026, in Provo, Utah, ahead of a hearing for Tyler Robinson, who is accused in the fatal shooting of Charlie Kirk. (AP Photo/Spenser Heaps)]]></media:description><media:credit role="author" scheme="urn:ebu">Spenser Heaps</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UQRFKCMWNEQF3YXWRCFPME2ZKM.jpg?auth=4a9cd84d17fd233ebe62ceb76ed508d0ff2662e849ce3a8e322274e4e93aa736&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Charlie Kirk's parents, Robert and Kathryn Kirk, arrive at the Fourth District Courthouse for a hearing for Tyler Robinson, accused in the fatal shooting of Charlie Kirk, Monday, July 6, 2026, in Provo, Utah. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XQ7OGANUKDDECOCG3IGILI3Q6U.jpg?auth=7108ecf9b0125b60b1cf698bd37f8cb03866b58f2c0ee07632f01d22585d38b9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A well-wisher places flowers at a makeshift memorial set up for Charlie Kirk at Turning Point USA headquarters, Sept. 11, 2025, in Phoenix. (AP Photo/Ross D. Franklin, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Ross D. Franklin</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/I27MOJRKONWMBNTFZUPSOOCN34.jpg?auth=6d50bdd301d9b6602a015be083d19416de5aabfa382ed10e0a2a81bee7c295df&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Erika Kirk leaves the Fourth District Courthouse, Monday, July 6, 2026, in Provo, Utah, after a hearing for Tyler Robinson, accused in the fatal shooting of Charlie Kirk. (AP Photo/Marielle Scott)]]></media:description><media:credit role="author" scheme="urn:ebu">Marielle Scott</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KRCII7X6I4ZZIBC37VZXENKGVM.jpg?auth=da7642e5d4f8c95cfaaca361e9f4ab87d71b9d4d0b0d693574ca51ad48b32f29&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Tyler Robinson, who is accused of fatally shooting Charlie Kirk, appears during a hearing in Fourth District Court in Provo, Utah, on Dec. 11, 2025. (Rick Egan/The Salt Lake Tribune via AP, Pool, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Rick Egan</media:credit></media:content></item><item><title><![CDATA[US airlines are redesigning travel around their highest-paying passengers]]></title><link>https://www.local10.com/business/2026/07/07/us-airlines-are-redesigning-travel-around-their-highest-paying-passengers/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/us-airlines-are-redesigning-travel-around-their-highest-paying-passengers/</guid><dc:creator><![CDATA[By RIO YAMAT, Associated Press]]></dc:creator><description><![CDATA[They may arrive at the same destination, but two passengers on the same flight can have strikingly different travel experiences.]]></description><pubDate>Tue, 07 Jul 2026 16:27:14 +0000</pubDate><content:encoded><![CDATA[<p>They may arrive at the same destination, but two passengers on the same flight can have strikingly different travel experiences.</p><p>One traveler breezes through a priority security lane and heads straight to an invite-only lounge for craft cocktails and a chef-prepared meal before boarding early. A flight attendant offering a glass of champagne and a warm hand towel welcomes the passenger to a spacious seat at the front of the plane.</p><p>The other traveler stands in a line at every step — security screening, a café selling $16 sandwiches, a crowded gate — then boards with one of the final groups, hoping there’s still room for a carry-on in the overhead bin before folding into a cramped middle seat. After the cabin lights dim, sleep comes in fragments, and a travel pillow does little to ease a stiff neck.</p><p>The contrasting journeys are no accident. Since the COVID-19 pandemic, the largest U.S. airlines have pulled out all the stops to court premium passengers who are willing to pay for comfort, convenience and exclusivity. Budget-conscious travelers may notice a widening gap between the back of the plane and up front as the carriers increasingly build their businesses around selling first-class, business-class and premium-economy seats.</p><p>“We can’t win by trying to provide the cheapest. We have to be able to win by providing the best," Delta Air Lines CEO Ed Bastian said in a recent Fortune podcast interview.</p><p>The strategy embraced by Delta and rivals American Airlines and United Airlines marks a notable evolution for an industry that spent decades making air travel more accessible. Now, the nation's largest carriers are reconfiguring aircraft to expand premium seating, designing new fleets with larger premium cabins and investing billions in amenities that extend the top-tier travel treatment beyond their jetliners.</p><p>But United CEO Scott Kirby has pushed back on the idea that the industry has become solely focused on chasing big spenders. He said United’s premium investments are part of a broader strategy to boost the experience of every traveler, pointing to initiatives such as seatback entertainment and improvements to the airline’s mobile app.</p><p>“We’re investing nose to tail for all customers,” Kirby said last month on financial firm Morgan Stanley’s Exceptional Leaders podcast.</p><p>Premium cabins have become airlines’ most valuable real estate</p><p>The premium playbook didn’t emerge overnight.</p><p>Airlines used to fill empty first-class seats mainly by giving their most loyal frequent flyers free upgrades. Delta rewrote the rules in the early 2010s by using sophisticated pricing tools to offer more of those seats to coach passengers who were willing to pay a little more, said Henry Harteveldt, president of travel advisory firm Atmosphere Research Group.</p><p>The strategy unlocked demand airlines hadn’t fully recognized, encouraging more travelers to trade up and laying the groundwork for today’s broader premium push.</p><p>“Travelers could and would pay for noticeably more comfort, noticeably better service, noticeably more amenities, if the price was right,” Harteveldt said.</p><p>Then came the pandemic. When business travel collapsed and Zoom replaced many corporate trips, airline analysts wondered whether carriers would once again have to lure travelers with cheap fares. Instead, eager leisure travelers proved willing to splurge on premium seats and perks, convincing airlines that demand extended well beyond the traditional business road warrior, Harteveldt said.</p><p>That confidence has only grown. Premium demand is now a fixture of quarterly earnings calls, with airline executives regularly touting premium revenue as they compete for higher-spending travelers.</p><p>“When you think about what’s different and what’s changed over the last 10 or 15 years, the premium products used to be loss leaders, and now they’re the highest-margin products," former Delta President Glen Hauenstein said last summer. “That’s really the headline.”</p><p>Analysts say premium cabins — a category that expanded with the introduction of premium economy seats featuring more legroom and amenities at a fraction of the cost — now generate a disproportionate share of airline revenue compared with the space they take up on commercial aircraft.</p><p>On heavily trafficked transatlantic routes, business-class tickets can bring in nearly as much revenue as fares and fees paid by passengers in the much larger economy cabin, according to an analysis by consulting firm McKinsey & Company.</p><p>Airlines are competing with chef-designed menus and high-end skin care</p><p>The premiumization of air travel has become impossible to miss, even for travelers who only get a glimpse through an airport lounge door or while walking down an airplane aisle.</p><p>Delta’s new first-class lounges resemble upscale restaurants, with open kitchens plating dishes such as hamachi crudo, cocktail bars serving made-to-order drinks, soundproof relaxation pods and outdoor decks overlooking the tarmac.</p><p>American has partnered with the James Beard Foundation to refresh its lounge menus with dishes like Thai basil and chili crispy shrimp. The airline also redesigned its newest Boeing 787-9 Dreamliners for long-haul international flights around individual business-class compartments with sliding privacy doors, lie-flat seats longer than a standard twin mattress and amenity kits that might include a celebrity facialist's brand of sheet masks and under-eye patches.</p><p>United’s newest business-class cubicles add oversized 27-inch entertainment screens, caviar service, luxury skincare products and multi-course dining on long-haul international services. The airline said its revamped menus “feature flavors and dishes” inspired by cities across its network.</p><p>“Marie Antoinette would feel very comfortable on any of the big three airlines these days,” said William J. McGee, senior fellow for aviation at the American Economic Liberties Project. “But instead of saying, ‘Let them eat cake’ in the back of the plane, she would say, ‘Let them eat Biscoffs.’”</p><p>Air travel is getting more stratified as fuel costs increase fares</p><p>The airlines' pursuit of higher-paying passengers shows no loss of momentum. On board Delta's next-generation Airbus A350-1000 aircraft arriving in 2027, nearly half the cabin will be devoted to premium seating. American has said it plans to expand premium cabins by 50% by the end of the decade.</p><p>Yet the new era of luxury in the skies is unfolding alongside a very different reality for other U.S. travelers as broader inflationary pressures have added to the strain on household budgets.</p><p>New York-based travel advisor Mary Auteri said more of her clients are “experiencing sticker shock” as fares and add-on fees have gotten more expensive since the Iran war broke out and pushed up the price of jet fuel, one of the largest operating costs for airlines.</p><p>A group of friends in their 20s recently asked Auteri to price out flights to the sugar-white sand beaches of Punta Cana, a resort town in the Dominican Republic. After she sent them an itinerary, they said they had found what looked like the same flights on Google Flights for more than $100 less.</p><p>But the cheaper fares were basic economy tickets that excluded seat assignments, checked bags and flexibility to change plans. Once those costs were added back in, the trip no longer fit their budget.</p><p>Baggage fees, seat-selection charges and other add-on costs fall heaviest on economy travelers, McGee said. For wealthier travelers, those fees may amount to little more than an inconvenience. For budget-conscious travelers, they can determine whether a trip happens at all.</p><p>“The idea that we’re all created equal? Not in the airlines’ eyes," McGee said. “Not by any means.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/WIU6BQI2PCM54PMAT6BQYY4YB4.jpg?auth=5050f0f1bb343c41951b1fcdeccdf9d4990074a944ece028f3cc49bcd0ae2c11&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A bartender pours a glass of sparkling wine at the United Club lounge, Monday, June 29, 2026, in Minneapolis, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ONG2IWMGB5SL7JDB3FXCS3V4QE.jpg?auth=43925b9432224e5405577afc18cc5121e837aa049bdf875ce0945f9079bdc142&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The United Club lounge is seen, Monday, June 29, 2026, in Minneapolis, Minn. (AP Photo/Chris Carlson)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Carlson</media:credit></media:content></item><item><title><![CDATA[Fans of US gather for World Cup watch party at Hollywood pub]]></title><link>https://www.local10.com/news/local/2026/07/06/fans-of-us-gather-for-world-cup-watch-party-at-hollywood-pub/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/fans-of-us-gather-for-world-cup-watch-party-at-hollywood-pub/</guid><dc:creator><![CDATA[Jason Carter]]></dc:creator><description><![CDATA[The FIFA World Cup has reached the Round of 16, and the United States was hoping to do something spectacular.]]></description><pubDate>Tue, 07 Jul 2026 02:18:27 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/topic/FIFA/" target="_blank" rel="noreferrer" title="https://www.local10.com/topic/FIFA/">FIFA World Cup</a> has reached the Round of 16, and the United States was hoping to do something spectacular.</p><p>The U.S. played Belgium on Monday in Seattle, with the winner reaching the World Cup quarterfinals.</p><p>For the U.S., it would have meant just the second trip to the Round of 8 ever. </p><p>Local 10’s Jason Carter was at a big World Cup watch party at Mickey Byrne’s Irish Pub in Hollywood, and his full report can be seen at the top of this page. </p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded></item><item><title><![CDATA[After his suspension was lifted in scrutinized move, Balogun has little impact in US World Cup loss]]></title><link>https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/after-his-suspension-was-lifted-in-scrutinized-move-balogun-has-little-impact-in-us-world-cup-loss/</guid><dc:creator><![CDATA[By ANDREW DESTIN, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Folarin Balogun's presence on the field for the United States against Belgium had a seismic impact on the world of soccer, but he ultimately played a forgettable role in the Americans' 4-1 loss in the World Cup round of 16 on Monday.]]></description><pubDate>Tue, 07 Jul 2026 05:26:27 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Folarin Balogun's presence on the field for the United States against Belgium had a seismic impact on the world of soccer, but he ultimately played a forgettable role in the Americans' 4-1 loss in the World Cup round of 16 on Monday.</p><p>The 25-year-old striker, who had three goals in this World Cup, was shown a red card during the U.S. victory over Bosnia-Herzegovina, but FIFA lifted his suspension for Monday's match after U.S. President Donald Trump intervened on Balogun's behalf.</p><p>FIFA's decision prompted soccer leaders to question the integrity of the World Cup, with European soccer body UEFA saying FIFA “crossed a red line” and Belgium's soccer federation contesting Balogun's eligibility.</p><p>“I accepted the decision when I was given the red card, and I accepted the decision when I was told I was allowed to play,” Balogun said. “I didn't have any involvement in the process, and that's not something that has anything to do with me personally.”</p><p>Balogun did not score on Monday. He helped set up Malik Tillman's goal in the 31st minute when he was fouled by Belgium defender Brandon Mechele roughly 25 yards outside the Red Devils’ goal.</p><p>Tillman scored on the ensuing free kick. Just before the goal, Balogun waved his arms and pumped up the American fans.</p><p>The U.S. tried to set up Balogun multiple times. He made use of his speed on several runs but could not get past Belgium goalkeeper Thibaut Courtois. His best chance came in the 82nd minute, when Courtois got in front of a left-footed attempt. Balogun was replaced by Haji Wright in the 92nd minute.</p><p>To a suggestion that Balogun wasn’t a major presence on the field, U.S. midfielder Tyler Adams responded: “Was anyone a major presence on the field today?”</p><p>“We were happy that we had the opportunity for him to play,” Adams said. “He tried today to be a presence and a nuisance, and at times he was — getting the ball in behind and doing what he does. Just didn’t have too many opportunities.”</p><p>Balogun said it was difficult to understand why the U.S. didn't play with the intensity the team brought to its earlier games.</p><p>“Today we didn't give the crowd a lot to cheer for,” he said. “That's the most disappointing thing, and that's the part that hurts the most for me personally.”</p><p>Last Wednesday during the Americans’ 2-0 win over Bosnia-Herzegovina, Balogun was shown a red card by Brazilian referee Raphael Claus for stepping on an opponent’s ankle, triggering an automatic one-game suspension.</p><p>After Trump spoke by phone to FIFA president Gianni Infantino, FIFA’s disciplinary committee suspended the discipline for a year on Sunday.</p><p>Infantino said he did not play a role in the decision by the disciplinary committee, which also fined Balogun $40,000, a penalty that can be paid by the U.S. Soccer Federation.</p><p>The FIFA president was in attendance for the match, watching from a suite with Pascale Van Damme, chair of the Belgian Football Association, and Cindy Parlow Cone, president of the USSF. U.S. Homeland Security Secretary Markwayne Mullin was seated nearby.</p><p>Belgium fans chanted “FIFA Mafia!” during their pregame march to Lumen Field.</p><p>Balogun's three goals matched Landon Donovan in 2010 for the second most by an American in a World Cup. Bert Patenaude holds the U.S. record with four in the initial tournament in 1930.</p><p>Balogun, who was playing in his first World Cup for the Americans, became the first U.S. player to score two goals in a match in the tournament since 1930. But he failed to lead the U.S. to what would have been its first consecutive knockout-stage wins. The best performance by the Americans since 1930 remains their run to the quarterfinals in 2002.</p><p>___</p><p>Associated Press writer Gene Johnson contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2D55KITYJEGTWID4T735MD7L6M.jpg?auth=2f1354c92b742574c53f3e5408b1fa74e9379b2388ec690bc46f75761dffba08&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) and Belgium's Brandon Mechele (4) battle for the ball during the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/JSQD6ZSRFW4BDQT7GHYYYL6AXQ.jpg?auth=791626a96790c66a54a8527ae5cbc7a03857576c6254165bf9e966064bd130e0&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun tries to control the ball during the World Cup round of 16 soccer match against Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LCYKNJFSVJ65BDJWSBKRYAAXXY.jpg?auth=c89120fad3267d2b0262db6c23b5e3a100bcfe8c2d5cdfbd67a80085abe63e9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun, right, and Belgium's Nathan Ngoy battle for the ball during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/Z75OJOA6VTDGLNQC6HXEU2QX7A.jpg?auth=7b0d2f8bde87ab94173c91ffd705eba5d7d415739fed8814703b157149cf2a49&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) walks off the field after the first period during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UJHMXH3IU5QMVOK5CJR2WU4DMM.jpg?auth=fd4aac73514a2995cede5aaece7b2cfa708368ba5d663d368cb4c129d6582327&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Folarin Balogun (20) tries to score on Belgium goalkeeper Thibaut Courtois (1) during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content></item><item><title><![CDATA[Police officers urge caution in hot cars after toddler dies in Hallandale Beach]]></title><link>https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/detectives-raise-heatstroke-awareness-after-toddler-dies-in-hallandale-beach/</guid><dc:creator><![CDATA[Rosh Lowe, Andrea Torres]]></dc:creator><description><![CDATA[As detectives were investigating how a 2-year-old child died in Hallandale Beach, police officers asked those who care for kids to check the back seat of their cars before walking away.]]></description><pubDate>Mon, 06 Jul 2026 16:26:57 +0000</pubDate><content:encoded><![CDATA[<p>As detectives were investigating how a 2-year-old child died in Hallandale Beach, police officers asked those who care for kids to check the back seat of their cars before walking away.</p><p>The 2-year-old child was under the care of a babysitter when police officers responded to a parked car on Sunday at Northwest Seventh Avenue and Ninth Court, according to the Hallandale Beach Police Department. </p><p>Fire rescue personnel and police officers responded shortly after 1:35 p.m., and the child was pronounced dead at the hospital, according to police. </p><p>More than 50% of<a href="https://www.noheatstroke.org/" target="_self" rel="" title="https://www.noheatstroke.org/"> pediatric vehicular heatstroke deaths </a>happen after a caregiver accidentally forgets a child in the back seat, <a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke">according</a> to the National Highway Traffic Safety Administration. </p><p>Children are at a higher risk of <a href="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581" target="_self" rel="" title="https://www.mayoclinic.org/diseases-conditions/heat-stroke/symptoms-causes/syc-20353581">heatstroke</a> than adults since their body temperature rises three to five times faster.</p><p><b>Safety tips</b></p><p><i>Never leave a child unattended in a vehicle. </i></p><p><i>If you see a child alone in a locked car, act immediately and call 911. </i></p><p><i>A child in distress due to heat should be removed from the vehicle as quickly as possible and rapidly cooled.</i></p><p><i>Store car keys and fobs out of a child’s reach and teach children that a vehicle is not a play area.</i></p><p><i>Remember that rolling the vehicle’s windows down or parking in the shade does little to change the interior temperature of the vehicle.</i></p><p><i>Write a note or place a stuffed animal in the passenger’s seat to remind you that a child is in the back seat.</i></p><p><i>Source: </i><a href="https://www.nhtsa.gov/campaign/heatstroke" target="_self" rel="" title="https://www.nhtsa.gov/campaign/heatstroke"><i>NHTSA</i></a></p><p><iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2Freel%2F2774899379561557%2F&show_text=true&width=560&t=0" width="560" height="429" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe></p><p><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[Three tankers hit in latest attacks in the Strait of Hormuz, British military says]]></title><link>https://www.local10.com/business/2026/07/07/three-tankers-hit-in-latest-attacks-in-the-strait-of-hormuz-british-military-says/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/07/three-tankers-hit-in-latest-attacks-in-the-strait-of-hormuz-british-military-says/</guid><dc:creator><![CDATA[By JON GAMBRELL, Associated Press]]></dc:creator><description><![CDATA[DUBAI, United Arab Emirates (AP) — Three tankers were struck by projectiles Tuesday in the Strait of Hormuz, the British military said, in the latest attacks targeting vessels moving through the fuel-shipping waterway that is central to negotiations seeking a permanent end to the war between the U.S. and Iran.]]></description><pubDate>Tue, 07 Jul 2026 16:31:27 +0000</pubDate><content:encoded><![CDATA[<p>DUBAI, United Arab Emirates (AP) — Three tankers were struck by projectiles Tuesday in the Strait of Hormuz, the British military said, in the latest attacks targeting vessels moving through the fuel-shipping waterway that is central to negotiations seeking a permanent end to the war between the U.S. and Iran.</p><p>The new assaults were the most in a single day since late April, according to U.N. International Maritime Organization figures. The fresh attacks threatened to choke off the flow of traffic in the strait just as countries hoped to restore normal shipping practices and ease the global economic strain of the war.</p><p>One tanker was traveling off the coast of Oman and caught fire, according to the United Kingdom Maritime Trade Operations center. Iranian state television said the liquefied natural gas tanker came under attack after ignoring warnings but did not directly claim the assault.</p><p>Two other tankers were also hit, including one that was struck by a drone. It was not immediately clear where they were at the time of the attacks. Both of those ships sustained some damage, but no one was injured, the maritime agency said. At least one of the vessels continued on its way.</p><p>Tehran, which has repeatedly declared that only its approved route through the strait is safe, is suspected of attacking other ships that have used another route close to the Omani shore.</p><p>U.S. Central Command did not immediately respond to a request for comment about Tuesday's attacks.</p><p>Talks between US and Iran are on hold</p><p>The U.S. is eager to press ahead with negotiations with Iran aimed at fully reopening the strait, rolling back Tehran’s disputed nuclear program and reaching a permanent end to the war launched Feb. 28. An interim deal has been strained.</p><p>Previous attacks in the strait have sparked retaliatory strikes by the U.S. Iran then attacked Gulf Arab states.</p><p>In peacetime, a fifth of all traded oil and natural gas passed through the channel.</p><p>Meanwhile, talks between Iran and the U.S. appeared to be on hold until after the burial of Iran's Supreme Leader Ayatollah Ali Khamenei, who was killed at the beginning of the war. Mourners at his funeral have called for the death of U.S. President Donald Trump.</p><p>Authorities flew Khamenei's body to the Shiite seminary city of Qom, where mourners honored him Tuesday.</p><p>Tanker struck in latest attack in strait</p><p>The United Kingdom Maritime Trade Operations center said the first tanker to be struck was hit near Limah, Oman, in the strait. The agency said the projectile hit the port side of the vessel as it tried to travel south out of the strait toward the Gulf of Oman.</p><p>Iranian state TV, quoting anonymous sources, implied that Tehran carried out the assault on a tanker it said was carrying natural gas from Qatar. However, there was no official claim from the Islamic Republic for the attack.</p><p>Majed Al-Ansari, a spokesperson for the Qatari Foreign Ministry, said the Qatari tanker Al Rekayyat was targeted in an “unacceptable attack” on international navigation and global energy security. He called it a “serious and explicit violation” of international law.</p><p>In a post on X, he said Qatar holds Iran “fully legally responsible” for the attack.</p><p>Iran’s joint military command warned last Thursday that all oil tankers moving through the strait must use its approved routes. It also said that interference by U.S. forces in the strait “will be met with a rapid and decisive reaction.”</p><p>But the Joint Maritime Information Center, a multinational body overseen by the U.S. Navy, told shippers Monday that the route around Oman “has been expanded and remains available for all traffic.”</p><p>Ships going to the north on the Iranian route must register with Tehran. Those going south work with Oman and the U.S.</p><p>Speaking Monday at the White House, Trump warned Iran that it would need to “make a deal, or we're going to finish the job.”</p><p>“I'd rather make a deal, because I don’t want to affect 91 million people,” Trump said. “We can knock down their bridges in one hour. We can knock out their energy supply.”</p><p>Iran and the United States agreed as part of an interim deal to allow ships to pass without paying charges for 60 days. But Tehran insisted it must control the vessels' routes and later charge fees for passage, which would upend decades of practice in the waterway.</p><p>The U.S. and many Gulf Arab states say they will not agree to Iran charging for passage through the strait. An effort by Oman and the U.N. to launch a new route near Oman’s shore earlier sparked attacks across the Mideast.</p><p>The data firm Kpler reported that over last weekend at least 108 ships crossed through the strait using various routes.</p><p>Mourners gather in Qom for Khamenei's funeral</p><p>Iranian state television aired live images Tuesday of hundreds of thousands of people walking toward Jamkaran Mosque, just south of Qom, for a funeral service for Khamenei. Shiites believe the mosque once hosted the Muhammad al-Mahdi, the 12th and last Shiite imam, who disappeared in the 9th century and is supposed to one day reappear to bring justice to the world.</p><p>Images of Khamenei and his son, Iran's new Supreme Leader Ayatollah Mojtaba Khamenei, were displayed on banners and posters held by mourners. Mojtaba Khamenei has yet to make an appearance at the funeral ceremonies, which are unfolding over several days. He is believed to be in hiding after reportedly being wounded in the airstrike that killed his father.</p><p>Authorities have shut down streets, airspace and daily life for the mourning, which began Saturday. Khamenei’s body will be taken next to Iraq, where processions are planned for Wednesday in Najaf and Karbala, the two holy cities of Iraqi Shiism.</p><p>Khamenei, who was 86, is to be buried Thursday at the Imam Reza shrine in Mashhad, his birthplace.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BNSZEYX6SP46BOUU7I2QMSB4UM.jpg?auth=5cae901770a37c7b7f3051f83c520adadb20715b80f30373605cc2057060a1cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A container ship, right, and a cargo vessel are seen in the Strait of Hormuz off Bandar Abbas, Iran, Wednesday, June 17, 2026. (Amirhosein Khorgooi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Amirhosein Khorgooi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QLWHUIBJCNZPQWWRLARQIYU3BY.jpg?auth=ee4fe6ea23cd075d62cadc2527dc186a3900d06cdbc81cbcb587daa0eb15aa45&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck carrying the coffins of the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family makes its way through mourners during the funeral procession in Qom, the heart of religious studies in Iran, Tuesday July 7, 2026. (Mohammad Asadi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammad Asadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVT2ZIGDY6EPVNWAUTV4IULE3E.jpg?auth=9bf183277ad6dc23998ebffb48e06b129ec454c842bc7615a47bc883dce75779&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A woman weeps while holding a picture of the late Iranian Supreme Leader Ayatollah Ali Khamenei as mourners gather for the funeral procession in Qom, the heart of religious studies in Iran, Tuesday, July 7, 2026.(Mohammad Asadi/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mohammad Asadi</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VA2VBMHDYDRIP3BBWZCTVZY26M.jpg?auth=dead604719bfde3de5f2731741479371b35f915fb2571ae139bbc8149cd363c7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A truck carrying the coffins of the late Iranian Supreme Leader Ayatollah Ali Khamenei and members of his family makes its way through mourners during the funeral procession in Qom, the heart of religious studies in Iran, Tuesday July 7, 2026. (Mehdi Khezrian/ISNA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Mehdi Khezrian</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ANYUIVDICP6TONNY4WIWLHV3MQ.jpg?auth=5ed561f5e737846eb693ac294f5a6d490bf548ab355080a33599c2326e9e7396&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Map showing where a tanker was struck in the Strait of Hormuz. (AP Digital Embed)]]></media:description><media:credit role="author" scheme="urn:ebu">Will Jarrett</media:credit></media:content></item><item><title><![CDATA[Fujimori propone continuidad del presidente del Banco Central de Perú por otros cinco años]]></title><link>https://www.local10.com/espanol/2026/07/06/fujimori-propone-continuidad-del-presidente-del-banco-central-de-peru-por-otros-cinco-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/06/fujimori-propone-continuidad-del-presidente-del-banco-central-de-peru-por-otros-cinco-anos/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — La presidenta electa peruana Keiko Fujimori propuso el lunes que el titular del Banco Central de Reserva Julio Velarde continúe dirigiendo el organismo autónomo que busca mantener la estabilidad de los precios, lo que fue aceptado de inmediato por el economista que dirige la entidad desde hace casi dos décadas.]]></description><pubDate>Tue, 07 Jul 2026 00:23:28 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — La presidenta electa peruana Keiko Fujimori propuso el lunes que el titular del Banco Central de Reserva Julio Velarde continúe dirigiendo el organismo autónomo que busca mantener la estabilidad de los precios, lo que fue aceptado de inmediato por el economista que dirige la entidad desde hace casi dos décadas.</p><p>En una presentación ante la prensa de ambos, donde no se admitieron preguntas, Velarde, de 74 años, indicó que, “si en otras circunstancias no hubiera tal vez aceptado, quisiera hacerlo con mucho gusto y pienso dedicarme lo más rápido posible a cumplir con la tarea que me está encargando”.</p><p>Fujimori, de 51 años, comentó que le alegraba “muchísimo” la decisión de Velarde. “Es una gran noticia para el Perú”, dijo la dirigente conservadora, que iniciará su gestión el 28 de julio. Velarde había indicado en 2025 que no tenía intenciones de continuar en el cargo, pero su decisión final había permanecido en suspenso.</p><p>Según la ley peruana, tras la propuesta del Ejecutivo, el Parlamento bicameral deberá ratificar al presidente del Banco Central y a los otros seis miembros de su directorio. Del total cuatro son propuestos por el Ejecutivo y tres por el Senado.</p><p>El Banco Central tiene una función clave que implica mantener una inflación baja y estable.</p><p>Los expertos explican que una inflación baja ayuda a que las familias y empresas planifiquen el futuro con mayor seguridad. En cambio, cuando los precios suben rápidamente, se dispara la incertidumbre y es más difícil calcular cuánto costarán los insumos, salarios o servicios. Este escenario provoca que las empresas posterguen inversiones o nuevos proyectos, lo cual afecta el crecimiento de la economía.</p><p>Los bancos de inversión y agencias calificadoras de riesgo han sugerido que un factor clave para la confianza de los mercados y la estabilidad macroeconómica implica preservar la autonomía del Banco Central, así como la continuidad de Velarde, un economista que preside le entidad desde 2006.</p><p>Perú ha mantenido la inflación dentro o muy cerca de su meta anual de entre 1% y 3% durante la mayor parte de los últimos años, según el Banco Central. Esto ha contribuido a preservar el poder adquisitivo y la confianza en la moneda peruana, que es una de las más estables de América Latina frente al dólar.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7O5WI4RE4IYSHN5NP65JT27BRY.jpg?auth=760166d36f446c1a5ce2957191e7cf8b5e05997b0ac6d94fca2671add6f954b4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta electa Keiko Fujimori saluda con la mano durante una rueda de prensa tras la proclamación por parte de las autoridades electorales de su victoria en la segunda vuelta de las elecciones presidenciales, celebrada en Lima (Perú) el viernes 3 de julio de 2026. (Foto AP/Bruno Elias)]]></media:description><media:credit role="author" scheme="urn:ebu">Bruno Elias</media:credit></media:content></item><item><title><![CDATA[Jokic reaffirms desire to stay with Nuggets for entire career, plans on waiting to sign extension]]></title><link>https://www.local10.com/sports/2026/07/06/jokic-reaffirms-desire-to-stay-with-nuggets-for-entire-career-plans-on-waiting-to-sign-extension/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/jokic-reaffirms-desire-to-stay-with-nuggets-for-entire-career-plans-on-waiting-to-sign-extension/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[DENVER (AP) — Nikola Jokic reiterated his hope Monday to remain with the Denver Nuggets for the rest of his career. His plan, though, is to hold off on signing his contract extension until next summer.]]></description><pubDate>Mon, 06 Jul 2026 23:59:50 +0000</pubDate><content:encoded><![CDATA[<p>DENVER (AP) — Nikola Jokic reiterated his hope Monday to remain with the Denver Nuggets for the rest of his career. His plan, though, is to hold off on signing his contract extension until next summer.</p><p>The three-time NBA MVP spoke to reporters after helping Serbia to a win over Bosnia-Herzegovina during a FIBA World Cup qualifying game in Belgrade, Serbia. Jokic finished with 20 points, 11 assists and 10 rebounds. He then reaffirmed his desire to remain in the Mile High City.</p><p>By waiting until next summer, Jokic can sign a five-year supermax contract that would be worth around $350 million.</p><p>The 31-year-old Jokic is coming off a season in which he made All-NBA for an eighth time. He averaged 27.7 points, a league-best 12.9 rebounds and a league-best 10.7 assists as he finished runner-up in the MVP voting to Oklahoma City's Shai Gilgeous-Alexander.</p><p>Jokic and the Nuggets were eliminated in the first round of the playoffs by Minnesota. After another early round exit, Jokic said: “I still want to be (with the) Nuggets forever.”</p><p>It's been a quiet offseason so far for the Nuggets. A big decision facing the team is what to do about Peyton Watson, the high-flying guard/forward who will command a lucrative contract to remain in town.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LS6L73YN2HB5UGXRADJVKG5CKU.jpg?auth=3581494ec5c66de8b7706c38fbd510a804e6513662e9035541375a1c45e5f80d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serbia's Nikola Jokic tries to score as Bosnia's Luka Garza blocks him during their FIBA Basketball World Cup 2027 European qualifiers match between Serbia and Bosnia, in Belgrade, Serbia, Monday, July 6, 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/M3UMR2WALK6XMFOX7IYIBFUHYM.jpg?auth=b5b7d3870b0c9639f25af890f4d6accb7ddce0bf333319a817ebb30cbf7de417&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serbia's Nikola Jokic reacts during their FIBA Basketball World Cup 2027 European qualifiers match between Serbia and Bosnia, in Belgrade, Serbia, Monday, July 6, 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/D64R7WO2CSAFSVVG7L6LFJIZRM.jpg?auth=242b7a05bce05036d4b9104db0deb0d40b0081620ba1cd9a52ae06ca3617123d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Serbia's Nikola Jokic reacts during their FIBA Basketball World Cup 2027 European qualifiers match between Serbia and Bosnia, in Belgrade, Serbia, Monday, July 6, 2026. (AP Photo/Darko Vojinovic)]]></media:description><media:credit role="author" scheme="urn:ebu">Darko Vojinovic</media:credit></media:content></item><item><title><![CDATA[Fuertes lluvias provocan el derrumbe del techo de una tienda en Nueva Jersey]]></title><link>https://www.local10.com/espanol/2026/07/06/fuertes-lluvias-provocan-el-derrumbe-del-techo-de-una-tienda-en-nueva-jersey/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/06/fuertes-lluvias-provocan-el-derrumbe-del-techo-de-una-tienda-en-nueva-jersey/</guid><dc:creator><![CDATA[Por JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[La lluvia que rompió la ola de calor en el noreste de Estados Unidos provocó el lunes el derrumbe de parte del techo de una tienda en Nueva Jersey.]]></description><pubDate>Mon, 06 Jul 2026 23:25:21 +0000</pubDate><content:encoded><![CDATA[<p>La lluvia que rompió la ola de calor en el noreste de Estados Unidos provocó el lunes el derrumbe de parte del techo de una tienda en Nueva Jersey.</p><p>Dos personas quedaron atrapadas brevemente entre los escombros en el BJ’s Wholesale Club de Ocean Township, pero lograron salir, y no se reportaron heridos, según la policía del condado de Monmouth.</p><p>Se reportaron lluvias con inundaciones en partes de la ciudad de Nueva York, Filadelfia y Nueva Jersey, mientras varias rondas de tormentas atravesaban la zona el lunes, poniendo fin a una ola de calor que afectó a gran parte del área la semana pasada.</p><p>El alcalde de la ciudad de Nueva York, Zohran Mamdani, advirtió el domingo sobre el golpe de calor y compartió ubicaciones de piscinas y centros de enfriamiento. Pero para el lunes, instaba a la gente a abandonar de inmediato los apartamentos en sótanos si veían que el agua subía en sus viviendas.</p><p>Las fuertes lluvias dejaron autos varados en caminos inundados en todo el norte de Nueva Jersey, y el agua se metió en negocios y al menos un hospital.</p><p>“No es nada demasiado serio”, comentó el capitán de la policía de Lakewood, Leroy Marshall.</p><p>La lluvia y las tormentas rompieron el domo de calor que se instaló sobre gran parte del noreste de Estados Unidos la semana pasada.</p><p>El aeropuerto LaGuardia, en Nueva York, estableció el jueves un récord de 40 grados Celsius (104 grados Fahrenheit). Las temperaturas mínimas en muchos lugares apenas bajaron de 27 °C (80 °F), lo que impidió que la gente se refrescara incluso por la noche.</p><p>La temperatura en LaGuardia se mantuvo el lunes con la lluvia apenas por debajo de 21 °C (70 °F).</p><p>Las autoridades de Nueva Jersey investigaban al menos 29 muertes la semana pasada que posiblemente estuvieron relacionadas con el calor. Las personas fueron halladas muertas en la calle o en viviendas sin aire acondicionado. Tenían entre 30 y 80 y tantos años, indicó el comisionado del Departamento de Salud de Nueva Jersey, Raynard Washington.</p><p>Se necesitarán autopsias y otras investigaciones antes de que las muertes se atribuyan oficialmente al calor, señaló Washington.</p><p>Otros estados no han anunciado posibles muertes por el calor.</p><p>También tormentas severas se desplazaron desde Michigan hasta la costa este mientras la ola de calor cedía durante el fin de semana.</p><p>En Michigan, dos niños, de 8 y 12 años, fueron encontrados muertos el sábado en un garaje después de que, al parecer, se intoxicaran con los gases de escape de un generador durante un corte de energía relacionado con una tormenta, informó la policía de Sumpter Township.</p><p>Alrededor de 370.000 personas seguían sin electricidad en todo el país, en su mayoría por los daños de las tormentas, según poweroutage.com.</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/A7C6IIGUOPGAY3VHYZMH35F5OU.jpg?auth=0986065206ff323a152ed6e536877bc0d91ccc80ae1da4ed7a869a88184d6114&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Jiyan Patel, de 2 años, extiende la mano hacia los chorritos de agua mientras juega en la fuente del Legion Park, en Owensboro, Kentucky, el lunes 6 de julio de 2026. (Alan Warren/The Messenger-Inquirer vía AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Warren, Messenger-Inquirer</media:credit></media:content></item><item><title><![CDATA[July 6: Wet weather brings cool evening]]></title><link>https://www.local10.com/weather/2026/07/06/july-6-wet-weather-brings-cool-evening/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/06/july-6-wet-weather-brings-cool-evening/</guid><dc:creator><![CDATA[Peta Sheerwood]]></dc:creator><description><![CDATA[After a hot afternoon at 92 degrees in Miami and a feel like temperatures of 105 degrees, temperatures managed to drop into the 80s this evening courtesy of rain cooled are that moved in.]]></description><pubDate>Mon, 06 Jul 2026 22:53:46 +0000</pubDate><content:encoded><![CDATA[<p>After a hot afternoon at 92 degrees in Miami and a feel like temperatures of 105 degrees, temperatures managed to drop into the 80s this evening courtesy of rain cooled are that moved in. Sea breeze showers and storms across South Florida are slowly fading. Overnight, temperatures will dip into the upper 70s.</p><p>Plan for another day with morning showers to start and inland showers and storms by the afternoon. Some storms could bring heavy rain, gusty winds and a lot of lightning. Look for highs in the lower 90s with feels like about 100 degrees.Saharan dust is on the move. It will be prominent throughout the region on Wednesday and Thursday. </p><p>Saharan dust coupled with a ridge of high pressure will limit rainfall by the middle of the week. It will remain hot. Feels like temperatures will soar above 100 degrees.</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[Ex-civil rights agency commissioner fired by Trump drops lawsuit in wake of Supreme Court ruling]]></title><link>https://www.local10.com/business/2026/07/06/ex-civil-rights-agency-commissioner-fired-by-trump-drops-lawsuit-in-wake-of-supreme-court-ruling/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/06/ex-civil-rights-agency-commissioner-fired-by-trump-drops-lawsuit-in-wake-of-supreme-court-ruling/</guid><dc:creator><![CDATA[By ALEXANDRA OLSON and CLAIRE SAVAGE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — A former Democratic commissioner of one of the country’s top civil rights agencies dropped a lawsuit Monday challenging her dismissal by President Donald Trump, citing a recent Supreme Court ruling that dramatically enhanced the president’s power over independent agencies.]]></description><pubDate>Mon, 06 Jul 2026 22:51:50 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — A former Democratic commissioner of one of the country’s top civil rights agencies dropped a lawsuit Monday challenging her dismissal by President Donald Trump, citing a recent Supreme Court ruling that dramatically enhanced the president’s power over independent agencies.</p><p>Trump’s unprecedented dismissal of Jocelyn Samuels and another Democrat from the Equal Employment Opportunity Commission cleared the way for his shake-up of civil rights enforcement, which has prioritized rooting out diversity and inclusion practices, weakening protections for transgender workers and championing discrimination claims against white workers and U.S.-born workers.</p><p>The EEOC moved forward with aspects of that plan Monday, releasing a regulatory agenda that includes proposals to end its annual collection of workplace demographic data and rescind longstanding guidance warning it may be discriminatory to require workers to exclusively use English on the job, among other changes.</p><p>One of Trump's first acts as president was demolishing the Democratic majority on the normally five-member EEOC, sweeping away what would have been a major obstacle to his civil rights agenda. His dismissal of Samuels and Charlotte Burrows before the end of their five-year terms was unprecedented in the history of the EEOC, which was created by Congress through the 1964 Civil Rights Act.</p><p>The EEOC commission now consists of two Republicans and one Democrat. Trump has yet to nominate candidates to fill two open seats on the commission.</p><p>In her lawsuit, Samuels had argued that Congress established that the EEOC commissioners, who are appointed by the president and confirmed by the Senate, would serve staggered terms to ensure “continuity, stability and insulation from political pressure.”</p><p>But in a statement Monday, Samuels said she was dismissing her lawsuit because the Supreme Court's ruling in a separate case “leaves me without a viable path forward to continue contesting my termination.”</p><p>Last week, the Supreme Court upheld Trump's firing of the heads of independent agencies, with the exception of the Federal Reserve, jettisoning a 91-year-old decision that had limited when presidents can fire board members of independent agencies.</p><p>EEOC Chair Andrea Lucas applauded the Supreme Court's ruling in a LinkedIn post last week, saying that it reinforced that the “EEOC is an executive branch agency.”</p><p>In a statement Monday about the new regulatory agenda, an EEOC spokesperson said the agency is “committed to implementing President Trump’s landmark civil rights agenda, dedicated to evenhanded enforcement of federal civil rights laws.”</p><p>The EEOC’s sole Democratic commissioner, Kalpana Kotagal, voted against the agenda, saying in a statement that “the proposed changes weaken civil rights protections for workers and undermine the agency’s investigative and enforcement efforts.”</p><p>The regulatory agenda includes a proposal to end a 40-year requirement for companies with 100 or more employees, or federal contractors with at least 50 workers, to submit workforce demographic data to the EEOC.</p><p>Lucas has publicly warned companies not to use such demographic data to justify what she describes as potentially discriminatory practices to bolster the diversity for their workforce. In its proposed rescission, the EEOC said requirements impose “significant financial and administrative burdens on the nation’s employers.” The rescission will almost certainly be approved by the EEOC commission but it will then be subject to a public commentary period before final passage.</p><p>Conservative critics have said demographic data encourages the EEOC to assume that discrimination is behind any gender or racial imbalance in a company's workforce. Supporters say the EEOC has used the annual surveys to help identify discriminatory patterns, guide its priorities and help track how women and minorities have fared since the passage of the Civil Rights Act.</p><p>"The EEOC has collected this data from employers for six decades. It’s difficult to understand why the agency would kneecap its ability to investigate discrimination, particularly at a time when the EEOC is chronically understaffed and underfunded,” Kotagal said.</p><p>The EEOC also announced its intent to rescind 1980 guidelines defining national origin-based discrimination, which warns employers that any requirement for workers to exclusively speak English may “create an atmosphere of inferiority, isolation and intimidation based on national origin which could result in a discriminatory working environment.” The EEOC argued that the guidelines are outdated and incorrectly established a “presumption that English-only rules violate Title VII in some circumstances.”</p><p>Last week, the EEOC voted to toss out longstanding guidelines on what sort of voluntary affirmative action employers can take to improve job opportunities for women and minorities without violating Title VII of the 1964 Civil Rights Act, which prohibits employers from making employment decisions based on race, color, national origin, sex and religion. The EEOC reversed its stance that employers could pursue some programs, such as training for women and minorities or steps to expand recruitment pools, without running afoul of Title VII.</p><p>Also on the EEOC's agenda is revising regulations for enforcing the Pregnant Workers Fairness Act, a law that entitles women to seek workplace accommodations for pregnancy and related medical conditions. Lucas opposed the Biden-era regulations for including abortion as a circumstance allowing accommodations, such as time off for medical appointments.</p><p>___</p><p>The Associated Press’ women in the workforce coverage receives financial support from Pivotal Ventures. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/A4AD3OSGDA42YZL7WTKYFURL44.jpg?auth=2cb7d2637372face8c4b42936a247b4cd636c58c139ef7f555ecb46802e17892&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Jocelyn Samuels speaks in Seattle, Feb. 4, 2014. (AP Photo/Elaine Thompson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Elaine Thompson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/H7VPF756F6CCPBO4RR3G2XNY3Q.jpg?auth=16e7d451a9624bacda5a78c80f9d15c2b35a56aaf95bc9af687abb3cf6ebc920&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Andrea Lucas, nominee to be a member of the Equal Employment Opportunity Commission, testifies during a Senate Health, Education, Labor, and Pensions (HELP) Committee hearing, June 18, 2025, on Capitol Hill in Washington. (AP Photo/Mariam Zuhaib, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Mariam Zuhaib</media:credit></media:content></item><item><title><![CDATA[U.S. fans talk about Balogun’s controversial return to play against Belgium  ]]></title><link>https://www.local10.com/sports/2026/07/06/us-fans-talk-about-baloguns-controversial-return-to-play-against-belgium/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/us-fans-talk-about-baloguns-controversial-return-to-play-against-belgium/</guid><dc:creator><![CDATA[Jason Carter, Andrea Torres]]></dc:creator><description><![CDATA[At Mickey Byrne’s Irish Pub in Hollywood, U.S. fans had strong opinions about the return of forward Folarin Balogun to play against Belgium on Monday night during a Round of 16 match. ]]></description><pubDate>Mon, 06 Jul 2026 22:49:02 +0000</pubDate><content:encoded><![CDATA[<p>At Mickey Byrne’s Irish Pub in Hollywood, U.S. fans had strong opinions about the return of forward Folarin Balogun to play against Belgium on Monday night during a Round of 16 match. </p><p>During a Round of 32 match, Balogun stepped on the ankle of Bosnian defender Tarik Muharemovic. After a slow-motion review, Brazilian referee Raphael Claus handed him a red card </p><p>President Donald Trump said he asked FIFA President Gianni Infantino to review the call. A FIFA committee decided to suspend the one-game ban and rejected the Belgian soccer federation’s appeal. </p><p>“I am really excited. Hopefully, we can get a result. We need some revenge for 2014 here. It’s great to have him back,“ said Sam Goldfarb, a Mickey Byrne’s Irish Pub patron. </p><p>The winner of the <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> direct-knockout match between the U.S. and Belgium will play against Spain at 3 p.m. on July 10 during the FIFA World Cup 2026 quarterfinals.</p><p>“They should have just let the game be the game and not interfere,“ said Francisco Alarco, a Mickey Byrne’s Irish Pub patron.</p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/07/06/uefa-says-decision-by-fifa-to-let-us-forward-play-at-world-cup-is-incomprehensible/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/uefa-says-decision-by-fifa-to-let-us-forward-play-at-world-cup-is-incomprehensible/">Historic World Cup furor at ‘incomprehensible’ FIFA decision to let U.S. forward Balogun play</a></p><p>The last two <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> matches are on Tuesday: Argentina vs. Egypt at noon in Atlanta, and Colombia vs. Switzerland at 4 p.m. in Vancouver. </p><p>The winners of the two matches will advance to the quarterfinal match at 9 p.m. on July 11.</p><figure><img src="https://www.local10.com/resizer/v2/PCWIWZVORR3A6J3KPKJ6OCXLJQ.jpg?auth=9aec382cd561a05609dc08b0ed03729b6a5790907e48d4520571d4a13ae27751&smart=true&width=1200&height=900" alt="Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)" height="900" width="1200"/><figcaption>Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)</figcaption></figure><p>The <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>‘s eight single-elimination knockout matches started on Saturday. Portugal, <a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Canada</a>, <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">Paraguay</a>, <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">Mexico</a>, and <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Brazil</a> were eliminated. </p><p><a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Morocco</a> and <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">France</a> advanced to a quarterfinal match scheduled at 4 p.m. on July 9th. </p><p><a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Norway</a> and <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">England</a> advanced to a quarterfinal match scheduled at 5 p.m. on July 11. </p><p>The tournament, held every four years, started with 48 teams on June 11. </p><p>After matches within 12 groups of four, 16 teams were eliminated. The <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Round of 32</a> matches eliminated 16 more from June 28 to Friday. </p><p><b>Related link</b>: <a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></p><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 9</b>: Morocco vs. France at 4 p.m. </p><p><b>July 10</b>: There is a quarterfinal match at 3 p.m. </p><p><b>July 11</b>: Norway vs. England is at 5 p.m. There is a quarterfinal match at 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals </b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals </b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded></item><item><title><![CDATA[Trump says Walmart cut prices at his request, but Walmart statement omits administration's role]]></title><link>https://www.local10.com/news/politics/2026/07/06/trump-says-walmart-cut-prices-at-his-request-but-walmart-statement-omits-administrations-role/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/06/trump-says-walmart-cut-prices-at-his-request-but-walmart-statement-omits-administrations-role/</guid><dc:creator><![CDATA[By JOSH BOAK, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump on Monday sought to take credit for recent price cuts by Walmart, but a statement by the retailer made no mention of the administration's involvement in its decision.]]></description><pubDate>Mon, 06 Jul 2026 22:48:35 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump on Monday sought to take credit for recent price cuts by Walmart, but a statement by the retailer made no mention of the administration's involvement in its decision.</p><p>The president has faced public backlash over inflation rising during his watch, as prices climbed initially in the aftermath of his tariffs and later with the start of the Iran war in late February. Trump described a recent bipartisan measure to trim housing costs as "a yawn” and tried to blame the Democrats for inflation staying elevated.</p><p>Going into the November midterm elections for control of Congress, Trump has sought to deride Democrats as communists who would have the government interfere with private companies. But in his social media post about Walmart, he said the business had trimmed prices at the specific request of his administration.</p><p>“I have just been informed that one of the biggest, best, and smartest Retailers in America, Walmart, will be lowering prices, by a lot, at my Administration’s request to celebrate our great Country’s 250th birthday,” Trump said. “Walmart will, in particular, be dropping the price for a pound of ground beef by almost 15%, among many other products.”</p><p>Walmart has benefited in part from higher inflation under Trump, as consumers have turned to its stores and website in search of lower prices, according to its quarterly earnings released in May.</p><p>The company, in a statement issued Monday after the president's post, said its price rollbacks at Walmart and Sam's Club “are designed to help customers and members make the most” of the summer season. There was no mention of any interaction with the administration and the company did not publicly comment on Trump's claims.</p><p>The statement noted price cuts for ground beef, corn, red cherries, ice cream, potato chips and Coca-Cola and Pepsi products.</p><p>Inflation for consumer prices has climbed 4.2% over the past 12 months, meaningfully higher than the 3% rate Trump inherited, according to the Bureau of Labor Statistics. Some inflationary pressures may ease as the interim ceasefire deal with Iran has led to lower oil prices as more tankers can travel through the Strait of Hormuz.</p><p>Trump has famously used Walmart as a barometer of the American consumer, telling the company in May 2025 that it needed to “eat” the cost of tariffs that he had unilaterally imposed.</p><p>“Walmart should STOP trying to blame Tariffs as the reason for raising prices throughout the chain,” Trump posted a little over a year ago. “Walmart made BILLIONS OF DOLLARS last year, far more than expected. Between Walmart and China they should, as is said, ‘EAT THE TARIFFS,’ and not charge valued customers ANYTHING. I’ll be watching, and so will your customers!!!”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/DCH2AJ7CWHPSTXX4D7ZN27Q35Y.jpg?auth=87c63df31068edd30b51fb4cef6760d3c44f82a18b8939775d27b606dd43b6ba&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 at a lunch in the White House Rose Garden, Monday, July 6, 2026, in Washington. (AP Photo/Julia Demaree Nikhinson)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content></item><item><title><![CDATA[Venezuela earthquake relief efforts don’t let up in South Florida]]></title><link>https://www.local10.com/news/local/2026/07/06/venezuela-earthquake-relief-efforts-dont-let-up-in-south-florida/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/06/venezuela-earthquake-relief-efforts-dont-let-up-in-south-florida/</guid><dc:creator><![CDATA[Linnie Supall, Christina Vazquez]]></dc:creator><description><![CDATA[Nearly two weeks after devastating earthquakes struck Venezuela, relief efforts in South Florida continued Monday.]]></description><pubDate>Mon, 06 Jul 2026 16:52:39 +0000</pubDate><content:encoded><![CDATA[<p>Nearly two weeks after devastating earthquakes struck Venezuela, relief efforts in South Florida continued Monday.</p><p><a href="https://www.local10.com/espanol/2026/07/06/sur-de-florida-mantiene-esfuerzos-de-ayuda-para-venezuela-tras-terremotos/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/06/sur-de-florida-mantiene-esfuerzos-de-ayuda-para-venezuela-tras-terremotos/"><b>Leer en español</b></a></p><p>Volunteers at the Global Empowerment Mission in Doral unpacked trucks, buses and vans filled with donations of critical supplies for those in need.</p><p>Earlier on Monday, groups like ProKel Mobility and Latinos in Transit were in Kendall loading up one of those buses to send to GEM.</p><p>“So, our connection is to at least give them some peace that their families are receiving the essentials so they can do what they do best, which is move people, move goods so that the building of the country starts up,” Lina Aragon, with Latinos in Transit, said.</p><p>Cristhian Mancera Mejia, with the Miami-Dade Community Council, said, “I was really touched by the whole situation. Just understanding how that feeling of those members of our community, some of them who have TPS or have some immigration situation pending, they’re going through that stress here locally and then they have to worry about a family member who either died or is trying to survive because they made it out of these buildings that collapsed.”</p><p>Meanwhile, in Miami, city and county officials teamed up with the Miami Marlins to collect supplies at loanDepot Park.</p><p><b>Miami relief drive:</b></p><p>The drive will run for at least a week from 9 a.m. to 5 p.m.</p><p>Fans are even encouraged to contribute items on game days.</p><p>“In addition to the drop off here until 5 p.m., we will also be accepting donation at the gates at Marlins games this week and we welcome the community to come out in support in Venezuela,” said Marlins President of Business Caroline O’Connor. </p><p>“We will get them to the right people,” Miami Mayor Eileen Higgins said. “We all know there is a regime in Venezuela that we cannot trust, but we are working with our Department of State to make sure that the supplies get to where they need to go.”</p><p>Miami-Dade Commissioner Vicki Lopez said that it’s “critically important that everyone turn out for the Venezuelan people.”</p><p>“There is nothing more important than being there for your brothers and your sisters, and since we have so many of them living in Miami-Dade, it only makes sense for the entire community to please whatever you can do, because a lot of people are asking me, ‘What can I do?’ Well, here’s your chance to act,” she said. “Bring whatever supplies are on the list.”</p><p>Local 10 News has <a href="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/" target="_self" rel="" title="https://www.local10.com/news/local/2026/06/26/how-to-help-south-florida-donation-drop-off-locations-to-help-venezuelans-after-earthquakes/">a list of needed supplies and other resources</a> to help Venezuela.</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[Belgium beats US 4-1 to reach World Cup quarterfinals, taking advantage of defensive lapses]]></title><link>https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/07/belgium-beats-us-4-1-to-reach-world-cup-quarterfinals-taking-advantage-of-defensive-lapses/</guid><dc:creator><![CDATA[By RONALD BLUM, Associated Press]]></dc:creator><description><![CDATA[SEATTLE (AP) — Images told the story of the United States' World Cup downfall.]]></description><pubDate>Tue, 07 Jul 2026 10:48:09 +0000</pubDate><content:encoded><![CDATA[<p>SEATTLE (AP) — Images told the story of the United States' World Cup downfall.</p><p>Christian Pulisic sprawled on the field in agony after hurting an ankle.</p><p>Matt Freese holding his hands on his head after his gaffe gifted a goal.</p><p>Chris Richards crumpling to the ground, his face pressed on the grass.</p><p>Mauricio Pochettino kicking a rack in front of the American bench, sending four water bottles flying.</p><p>American hopes for a deep World Cup run at home ended when Charles De Ketelaere scored twice and assisted on another goal, helping Belgium expose the U.S. defensive liabilities in a 4-1 win Monday night that earned a quarterfinal berth.</p><p>“It stinks,” Tyler Adams said. “This was a moment to have an opportunity to advance and really try and do something special. We fell short.”</p><p>While the U.S. was boosted by the presence of star forward Folarin Balogun, whose one-game red-card suspension was controversially lifted by FIFA, American defenders were at fault in a pair of first-half goals and Freese’s howler gave the Red Devils a third early in the second half.</p><p>Second-half substitute Romelu Lukaku added Belgium’s final goal in the third minute of stoppage time after Richards’ giveaway. The U.S. hadn’t allowed that many goals in a World Cup game since a 5-1 loss to Czechoslovakia in the Americans’ 1990 opener, when they returned to soccer’s biggest stage after a 40-year absence.</p><p>“A very bad day,” said Pochettino, the U.S. coach. “It’s not like you are in a rocket and you improve and you grow. ... It’s not linear.”</p><p>This loss was a painful reckoning for a team that hoped to boost the sport but instead failed to shake a quarter-century of stagnation since 20-year-old Landon Donovan led the Americans to the 2002 quarterfinals. Since then, the U.S. has lost four times in the round of 16.</p><p>“Everyone had nerves, right, because we knew how much this meant for the whole country, not just our team,” said 21-year-old defender Alex Freeman, the youngest U.S. player.</p><p>Belgium knocked out the U.S. in the round of 16 for the second time in 12 years and extended its unbeaten streak to 18 games. The Red Devils play 2010 champion Spain on Friday at Inglewood, California, for a semifinal berth against France or Morocco.</p><p>“We showed that we’re ready and we want to perform,” captain Youri Tielemans said.</p><p>All six CONCACAF nations have been eliminated, with the three co-hosts falling in the round of 16.</p><p>Malik Tillman tied the score 1-1 midway through the first half when he became the first player since France's Bernard Genghini in 1982 to have two free kick goals in a World Cup, but the Americans conceded less than a minute after the ensuing kickoff.</p><p>American star Christian Pulisic could only watch the end from the bench after injuring his right ankle when he hit Tielemans' boot on a 52nd-minute shot attempt. Pulisic was replaced seven minutes later, finishing the tournament with no goals.</p><p>“I didn’t quite have the moments I was hoping to and to try to help us to really push and get over this next step of beating a really good team,” he said. “I’m disappointed with myself, of course, but I’m going to try and stay positive. I did a lot of good things and the team did, as well.”</p><p>After winning three World Cup games for the first time in this expanded 48-nation tournament, the U.S. lost its seventh straight match to Belgium. The Americans have dropped 11 of their last 12 games against European opponents, winning only their round of 32 match against Bosnia-Herzegovina.</p><p>A heralded generation led by Pulisic, Adams and Weston McKennie only partially accomplished their mission of lifting soccer’s stature closer to that of the NFL, MLB and the NBA.</p><p>“A goal was obviously to inspire people that the sport was growing in the U.S., which I think we saw. The support was unbelievable,” Adams said. “In this moment we let them down.”</p><p>De Ketelaere put Belgium ahead in the eighth minute and Tillman’s goal in the 31st energized a largely red-white-and-blue crowd of 66,925 at Lumen Field. De Ketelaere damped that and assisted on Hans Vanaken’s 57th-minute goal after Freese lost control of the ball in front of his net.</p><p>“Obviously disappointed for my involvement and error in judgment on the third goal,” Freese said.</p><p>Belgium, which didn't start stars Jérémy Doku as and Kevin De Bruyne, pressed from the start and exposed a defense regarded as the Americans’ weak spot.</p><p>Dodi Lukébakio made a long diagonal pass to the opposite corner, leading to the opening goal. Leandro Troussard controlled the ball and his cross was blocked by Freeman and popped into the air. Freeman headed the ball into the penalty area and Timothy Castagne charged after it and hooked a centering pass around Richards. De Ketelaere split Antonee Robinson and Tim Ream, at 38 the oldest American ever in a World Cup, then with his right foot redirected the ball into an open net.</p><p>Pochettino held out his arms, as if to ask: What was going on?</p><p>Tillman scored after Brandon Mechele knocked down Balogun about 25 yards from goal. Tillman’s kick deflected off Vanaken’s head and deflected to the left of goalkeeper Thibaut Courtois, who had dived right.</p><p>Troussard got around Sergiño Dest for a cross and De Ketelaere outjumped Ream and headed the ball past Freese in the 33rd minute for his eighth international goal.</p><p>Belgium built a two-goal lead when Mechele lofted a long ball that Freese chested after two hops. Freese hesitated with a touch, then scrambled and kicked the ball off De Ketelaere. Vanaken one-timed a shot from 35 yards that deflected in off Ream.</p><p>Lukaku entered in the 67th minute and scored his 93rd international goal.</p><p>Pochettino replaced Gregg Berhalter after first-round elimination at the 2024 Copa America. His contract expires this summer and he hasn't decided whether to stay through the 2030 World Cup.</p><p>Instead of focusing on Spain, Pochettino has a different near-term agenda.</p><p>“To rest a little bit, to think, to have conversation,” he said, “and then see what the decision is from the federation and from us.”</p><p>___</p><p>AP Sports Writer Andrew Destin and Associated Press writer Eugene Johnson contributed to this report.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QKW3S6PXHZTD3FEJ32RS7MANFA.jpg?auth=888ff4b4124a480f0af381bde3e3bff84646b88e406e4520d1584522bf3f868c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Chris Richards (3) reacts following the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Lindsey Wasson)]]></media:description><media:credit role="author" scheme="urn:ebu">Lindsey Wasson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UYWTZJMDVCRVXUSFF3LRYV4GUI.jpg?auth=3de64765da6412f1a206af473ad0c96e4dab8c0d3394ebc58c8bc8ba7ace7065&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Sebastian Berhalter, right, and Tim Ream react after the United States lost a World Cup round of 16 soccer match against Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Abbie Parr)]]></media:description><media:credit role="author" scheme="urn:ebu">Abbie Parr</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/W6PGQAO6LSEA6RTW636Q4Y7WFA.jpg?auth=b75adba9d485912ede1eb451c043108577a54954d8adc0893f501655a26fe92f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Belgium's Charles De Ketelaere (17) celebrates after scoring his side's opening goal during the World Cup round of 16 soccer match between the United States and Belgium in Seattle, Monday, July 6, 2026. (AP Photo/Maddy Grassy)]]></media:description><media:credit role="author" scheme="urn:ebu">Maddy Grassy</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IBCLMYB45UXPV3HT2TPFCGH5HQ.jpg?auth=db0f47241bb32a069804d009b1e7a763b417aedb9feeb8cbee39e1ee93f7ff8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States goalkeeper Matt Freese (24) reacts after Belgium scores their third goal during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Ted S. Warren)]]></media:description><media:credit role="author" scheme="urn:ebu">Ted S. Warren</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BKVZJSUVQWHYS3S354R7XWMGBU.jpg?auth=614f5c303beddd781b74fd6c2b01f33ee62859b5df9e5e65b89d36af8820e70c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[United States' Christian Pulisic (10) reacts after a challenge during the World Cup round of 16 soccer match in Seattle, Monday, July 6, 2026. (AP Photo/Manu Fernandez)]]></media:description><media:credit role="author" scheme="urn:ebu">Manu Fernandez</media:credit></media:content></item><item><title><![CDATA[How strong El Niños shift the hills and valleys of hurricane season]]></title><link>https://www.local10.com/weather/hurricane/2026/07/06/how-strong-el-ninos-shift-the-hills-and-valleys-of-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/06/how-strong-el-ninos-shift-the-hills-and-valleys-of-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[A strong El Niño is a foregone conclusion this year, as even NOAA’s main climate change-adjusted index for tracking its progress – known as the Relative Oceanic Niño Index or RONI – is fast approaching the threshold necessary to classify this a strong El Niño. ]]></description><pubDate>Mon, 06 Jul 2026 14:03:47 +0000</pubDate><content:encoded><![CDATA[<p>A strong El Niño is a foregone conclusion this year, as even NOAA’s main climate change-adjusted index for tracking its progress – known as the Relative Oceanic Niño Index or RONI – is fast approaching the threshold necessary to classify this a strong El Niño. </p><p><a href="https://www.local10.com/espanol/2026/07/06/el-nino-fuerte-podria-acortar-la-temporada-de-huracanes-en-el-atlantico/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/06/el-nino-fuerte-podria-acortar-la-temporada-de-huracanes-en-el-atlantico/"><b>Leer en español</b></a></p><p>El Niño events – the abnormal warming of waters around the equator in the eastern Pacific – typically peak from November to January, but this one – only <a href="https://www.noaa.gov/news-release/el-nino-forms-expected-to-strengthen-say-noaa-forecasters" rel="">officially declared last month by NOAA</a> – is warming at a clip not previously observed.</p><p>Forecast models are in near-unanimous agreement that we’ll observe one of the strongest El Niños on record – if not the strongest – by this winter.</p><p>As we’ve detailed in previous newsletters, El Niño events – particularly strong ones – are notorious for dampening hurricane activity in the Atlantic, largely due to changing wind patterns that increase hostile, storm-busting wind shear across the basin. But strong El Niños can also shift around the distribution of seasonal storm activity across the Gulf, Caribbean and wider Atlantic, condensing activity and often leading to an earlier-than-usual end to the season.</p><figure><img src="https://www.local10.com/resizer/v2/RG3VQ74LEZAQFOWHTM76SDFS5U.png?auth=4f6daf2b90f0256c106e419cbfa5844575602aad818b15cec72e865cd954c012&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>In the chart above, you can see how seasonal activity during the peak months of August, September and October gets “pinched” in strong El Niño years relative to all years of the satellite era (since 1966). This means when activity ramps up, it may come a little later in August and feel a little steeper, but peaking around the same time in early September, then tailing off more quickly in October into early November.</p><p>Interestingly, Atlantic hurricane seasons in strong El Niño years also tend to see relatively busier Junes and quieter Julys compared to what we might expect in a typical season.</p><p>The quieting of late season (October-November) hurricane activity is <a href="https://journals.ametsoc.org/view/journals/clim/24/4/2010jcli3799.1.xml" rel="">well documented in previous research</a> and makes sense physically, with wind shear ramping up deeper into the season as El Niño strengthens into the fall and winter months.</p><p>Of course, every hurricane season is unique and none ever follows the seasonal activity charts exactly as we might expect (see the mid-season lulls of 2024 and 2025), but given the backloaded seasons of recent years, none of us would complain if 2026 packs it up early.</p><p>For now, the Atlantic is following the El Niño script nicely, with tropical tumbleweeds blowing through the basin at least for the next week or two. Even deeper into July, long-range models continue to show very little to speak of, so enjoy the quiet stretch ahead.</p><figure><img src="https://www.local10.com/resizer/v2/XBK3WFF5TVFALFNQIDUVKOYCBM.PNG?auth=a8dd425a9d627d9c6b3c6f9aee156b3cd9c7a7100c8088b97966acf1fd2ce434&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p><!-- Local 10 Hurricane Resources (compact, aligned, no overlap) -->
<div class="l10-hurribox" role="complementary" aria-label="Local 10 Hurricane Resources">
  <style>
    /* Prevent width calc overflow across the component */
    .l10-hurribox, .l10-hurribox * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  <!-- Decorative wave -->
  <div class="l10-wave" aria-hidden="true">
    <svg viewBox="0 0 1200 120" preserveAspectRatio="none">
      <defs>
        <linearGradient id="l10-ocean" x1="0" x2="0" y1="0" y2="1">
          <stop offset="0" stop-color="#3b78c2" stop-opacity=".85"/>
          <stop offset="1" stop-color="#0b2747" stop-opacity=".95"/>
        </linearGradient>
      </defs>
      <path d="M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z" fill="url(#l10-ocean)">
        <animate attributeName="d" dur="9s" repeatCount="indefinite"
          values="
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z;
          M0,35 C150,80 350,0 600,35 C850,80 1050,0 1200,35 L1200,120 L0,120 Z;
          M0,40 C150,90 350,-10 600,40 C850,90 1050,10 1200,40 L1200,120 L0,120 Z"/>
      </path>
    </svg>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/53ST65JV65GJTGPSW2P6MC76QA.png?auth=2f481ea831403826747b94d1e200f69cf439357fb2b3879f432c82e16c8e3431&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[A stoic Cristiano Ronaldo exits last World Cup with 'clear conscience' after Portugal loses to Spain]]></title><link>https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/a-stoic-cristiano-ronaldo-exits-last-world-cup-with-clear-conscience-after-portugal-loses-to-spain/</guid><dc:creator><![CDATA[By STEPHEN HAWKINS, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Cristiano Ronaldo walked off the pitch after his final World Cup match for Portugal with a stoic look on his face and only the slightest hint of emotion. There was a brief wave to acknowledge cheering fans, and the same feeling he has had after past losses.]]></description><pubDate>Mon, 06 Jul 2026 23:58:53 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Cristiano Ronaldo walked off the pitch after his final World Cup match for Portugal with a stoic look on his face and only the slightest hint of emotion. There was a brief wave to acknowledge cheering fans, and the same feeling he has had after past losses.</p><p>“Sad — it’s normal after being eliminated like this,” said Ronaldo, who briefly shielded his eyes with his right hand after the match.</p><p>The sixth and final World Cup for the 41-year-old superstar ended with a 1-0 loss to border rival Spain in a round of 16 game on Monday.</p><p>“I’ve given everything, I’ve given my best, and I leave with a clear conscience,” he said. “This is soccer, this is life for a soccer player. Sometimes you win and sometimes you lose.”</p><p>Ronaldo, the only player to score goals in six World Cups in a row and the career leader in international goals with 146, said the day before that he hoped it wouldn't be his final match in this run and wanted to enjoy it to the fullest.</p><p>But he reiterated then — and again after the loss to Spain — that this was his last time in the tournament that's played every four years. The deepest he ever went in the World Cup was the semifinals in his 2006 debut.</p><p>As for his other future plans, he wasn't ready to say.</p><p>“Yes, it was my last World Cup, but everything else I’ll have time to think about, to be with my family, and not make any decision hot-headed and move on with life,” he said.</p><p>Ronaldo was denied a goal in the first half against Spain when record-setting goalkeeper Unai Simón made an impressive leaping stop. That was one of his three shots.</p><p>Two of those were on target, including the one on which Simón was still in midair when he reached back to grab the ball with both hands. Ronaldo got off a backward kick with his right foot after a header by teammate João Félix bounced off Simón’s shoulder.</p><p>“He is an example, a role model to follow. This is somebody that we need to celebrate. We’re talking about a football icon,” Portugal coach Roberto Martínez said in translated remarks. “There aren’t too many Cristiano Ronaldos out there. I think we need to thank him. His dream was to win the World Cup and he did this as an amazing example in the locker room.”</p><p>Portugal had never won a major international tournament before Ronaldo. The first was the 2016 European Championship, before adding Nations League titles in 2019 and 2025.</p><p>Ronaldo's finale on soccer’s biggest stage came eight years after he recorded a World Cup hat trick at age 33. That made him the oldest to have one, and that stood until then-38-year-old Lionel Messi scored three goals for Argentina in a 3-0 win over Algeria on June 16.</p><p>The hat trick for Ronaldo came in a 3-3 draw with Spain in a group stage opener that's considered one of the tournament's best matches, although both powers didn’t reach the knockout stage.</p><p>He scored three goals in this World Cup, and his 11 overall are tied for ninth on the career list.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZJMGJLKLJQ56TYTTQUO7YFOA3M.jpg?auth=ffbb0bea8cba61f0894970a11e1e374ccabc0fcb202eaf1c3483c716d814a421&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Gareth Patterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SH6VYPOJBWZA7FH2KINNAC47QU.jpg?auth=296263a8473b5fd32933cd55fae807aa7df93b68a28a8ffcf0bd3674413bd6aa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) shoots against Spain goalkeeper Unai Simon (23) during the World Cup round of 16 soccer match in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OD4PX6YQGM72DUOLFVZNWCOHP4.jpg?auth=0bfe44c1d15da5ca13622b58fa157fa9b92efa594834ee8e7b863203e83beca7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts after the end of the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5CIBSJRKWKTNEEYOV2DAUFYXQU.jpg?auth=daffe82e5cdff17e6d8db432a74b208c9854d566a4c43120702a1c856738d535&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Gareth Patterson)]]></media:description><media:credit role="author" scheme="urn:ebu">Gareth Patterson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GJLCHQGLZVLVPUAXY73TVHGD2Y.jpg?auth=3b1098fcd57af4d4b398ee1f0f272ae6f0e75711e304e8b273dde07fa9b9fc0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts during the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content></item><item><title><![CDATA[Envían a la cárcel acusado de terrorismo a uno de los líderes de las recientes protestas en Bolivia]]></title><link>https://www.local10.com/espanol/2026/07/06/envian-a-la-carcel-acusado-de-terrorismo-a-uno-de-los-lideres-de-las-recientes-protestas-en-bolivia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/06/envian-a-la-carcel-acusado-de-terrorismo-a-uno-de-los-lideres-de-las-recientes-protestas-en-bolivia/</guid><dc:creator><![CDATA[Por CARLOS VALDEZ, Associated Press]]></dc:creator><description><![CDATA[LA PAZ, Bolivia (AP) — Un juez ordenó el lunes cárcel preventiva para el sindicalista indígena campesino Vicente Salazar, uno de los tres líderes de las protestas que paralizaron Bolivia por 53 días en la mayor crisis que afrontó el presidente centroderechista Rodrigo Paz, quien dictó el estado de excepción para atajar las movilizaciones.]]></description><pubDate>Mon, 06 Jul 2026 22:02:48 +0000</pubDate><content:encoded><![CDATA[<p>LA PAZ, Bolivia (AP) — Un juez ordenó el lunes cárcel preventiva para el sindicalista indígena campesino Vicente Salazar, uno de los tres líderes de las protestas que paralizaron Bolivia por 53 días en la mayor crisis que afrontó el presidente centroderechista Rodrigo Paz, quien dictó el estado de excepción para atajar las movilizaciones.</p><p>La fiscalía de La Paz acusó en una audiencia a Salazar de los delitos de terrorismo, atentado a los servicios e instigación pública a delinquir. El acusado cumplirá prisión preventiva por seis meses y asumirá su defensa desde la principal cárcel de La Paz, informó la fiscalía.</p><p>El abogado del acusado, René Salazar, declaró a los medios de prensa que “no hay pruebas documentales, sino publicaciones de redes sociales” en contra de su defendido, máximo dirigente de la Federación Sindical de Campesinos Túpac Katari de La Paz. Indicó que apelará la medida.</p><p>Sectores empresariales y organizaciones cívicas anunciaron demandas penales en contra de los tres líderes de las protestas que cesaron el 23 de junio dejando 22 fallecidos, 19 de ellos afectados por los bloqueos carreteros y tres pertenecientes a los sectores movilizados, según un informe divulgado el lunes por la Defensoría del Pueblo. Empresarios señalan que las pérdidas superaron los 2.500 millones de dólares.</p><p>Los otros demandados son el expresidente Evo Morales (2006-2019) y el líder de la Central Obrera Boliviana (COB) Mario Argollo. Ninguno ha sido detenido.</p><p>Los movilizados exigían la renuncia de Paz, a quien culparon de la falta de respuesta a la peor crisis en 40 años que afronta Bolivia, la escasez de combustible y el desabastecimiento de alimentos.</p><p>El mandatario, quien asumió hace ocho meses, denunció que las protestas fueron impulsadas y financiadas por grupos “narcoterroristas” con el objetivo de desestabilizar a su gobierno. Paz dijo que los cocaleros afines a Morales buscaron impunidad para el exmandatario, que desde la región del Chapare se resiste a una investigación judicial acusado por el presunto abuso de una menor cuando era gobernante.</p><p>Los movilizados alegaron que sus protestas eran para impedir medidas de ajuste liberal y la presunta privatización de empresas públicas. La policía denunció por su lado el decomiso de grandes cantidades de dinero que supuestamente financiaron las movilizaciones.</p><p>El gobierno acordó con la COB revisar los procesos legales en contra de casi un centenar de detenidos. Las autoridades no aclararon si beneficiará a Argollo.</p><p>Las protestas han debilitado más a los sindicatos y a la izquierda, que resultó derrotada en las urnas en noviembre del año pasado marcando un viraje político para el país tras casi 20 años de gobierno del Movimiento al Socialismo (MAS) de Morales y Luis Arce (2020-2025). Arce está en la cárcel acusado de supuesta corrupción.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KUP7WSEJXK4YK6KWWSKRPZWWUU.jpg?auth=93f2cbbd69bdf4e2815e840b5af1c510cf0a0abace1fabd3cc12e0e0f9632314&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La policía militar despeja una carretera bloqueada por manifestantes antigubernamentales en Llavini, Bolivia, el domingo 21 de junio de 2026. (AP Foto/Dico Soliz)]]></media:description><media:credit role="author" scheme="urn:ebu">Dico Soliz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LEBE2CVTYCFUMJVRXCEDSGMCBY.jpg?auth=b4a16803dfc894f922ca0ae4b643efa7fdbde3382bca5ac7e9c831bd963dc28e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[El presidente de Bolivia, Rodrigo Paz, se reúne con líderes de la confederación sindical Central Obrera Boliviana (COB), en La Paz, Bolivia, el 17 de junio de 2026, tras semanas de protestas y cortes de carrera en todo el país. (AP Foto/Juan Karita)]]></media:description><media:credit role="author" scheme="urn:ebu">Juan Karita</media:credit></media:content></item><item><title><![CDATA[US prosecutors credit gold trader in Iran sanctions case with key help ahead of sentencing]]></title><link>https://www.local10.com/news/national/2026/07/06/us-prosecutors-credit-gold-trader-in-iran-sanctions-case-with-key-help-ahead-of-sentencing/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/06/us-prosecutors-credit-gold-trader-in-iran-sanctions-case-with-key-help-ahead-of-sentencing/</guid><dc:creator><![CDATA[By LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — U.S. prosecutors are seeking leniency at next-week's sentencing of a Turkish-Iranian businessman who admitted to helping Iranians and their government evade sanctions and who provided key testimony at a 2017 corruption trial that strained relations between the U.S. and Turkey.]]></description><pubDate>Mon, 06 Jul 2026 21:56:46 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — U.S. prosecutors are seeking leniency at next-week's sentencing of a Turkish-Iranian businessman who admitted to helping Iranians and their government evade sanctions and who provided key testimony at a 2017 corruption trial that strained relations between the U.S. and Turkey.</p><p>The prosecutors said Monday in a sentencing memorandum to a New York federal judge that international gold trader Reza Zarrab provided substantial help to the U.S. when he revealed paying millions of dollars in bribes to government and banking officials in Turkey and provided key testimony at the December 2017 trial.</p><p>His testimony preceded the conviction of Turkish banker Mehmet Hakan Atilla and a sentence of over two years in prison for the banker. After the trial, Turkey President Recep Tayyip Erdogan called the verdict “scandalous.”</p><p>In a presentence memorandum, prosecutors wrote that Zarrab's October 2017 guilty plea to conspiracy, bank fraud and money laundering charges and the cooperation that followed had been “truthful, complete and reliable” and significant, useful and timely. They also noted that he had suffered “danger or risk” as a result of his help.</p><p>During a week on the witness stand at the 2017 trial, Zarrab said he was attacked in prison by a knife-wielding fellow inmate who claimed he was told to kill him for cooperating with U.S. authorities.</p><p>In their memorandum Monday, prosecutors referenced the threat, which resulted in Zarrab being moved from prison and into FBI custody.</p><p>According to prosecutors, the inmate at the Metropolitan Detention Center in Brooklyn who threatened Zarrab told him that he would be killed because he was cooperating against “big people in Turkey.”</p><p>Prosecutors also said that the government of Turkey imposed broad freezes and seizures of Zarrab's assets after he began cooperating.</p><p>The lengthy delay for Zarrab's sentencing is not uncommon in a complex prosecution that carried the potential for multiple trials in which Zarrab's testimony might be necessary.</p><p>Last month, Judge Richard M. Berman in Manhattan approved the dismissal of a criminal case the U.S. government had brought against Halkbank, a state-owned bank in Turkey. The U.S. government's request to drop the charges came amid warm ties between Erdogan and President Donald Trump.</p><p>After meeting with Trump last year at the NATO summit in The Hague, Erdogan told reporters that the U.S. president is quick to return his calls, an anecdote that signaled their close ties.</p><p>“With my friend Trump, we are opening the door to a new era in Turkish‑American relations,” said Erdogan, who has been president of Turkey for 13 years.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3M2YOKL6DY2HKJAMHL65TW5FGY.jpg?auth=bb8e5424826a19b0bc73731eeb7d6c04bfc9042fb762eebde7419cfba9e766a7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - In this Tuesday, Dec. 17, 2013 photo, Turkish-Iranian businessman Reza Zarrab, who is charged currently in the U.S. for evading sanctions on Iran, is surrounded by the media members as he arrives at a courthouse in Istanbul, in a separate case against him. (Depo Photos via AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">STR</media:credit></media:content></item><item><title><![CDATA[The family of a man shot by the Tennessee National Guard demands release of video]]></title><link>https://www.local10.com/news/national/2026/07/06/the-family-of-a-man-shot-by-the-tennessee-national-guard-demands-release-of-video/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/06/the-family-of-a-man-shot-by-the-tennessee-national-guard-demands-release-of-video/</guid><dc:creator><![CDATA[By JACK BROOK and TRAVIS LOLLER, Associated Press]]></dc:creator><description><![CDATA[NASHVILLE, Tenn. (AP) — The grandfather of a man who was shot and killed by the Tennessee National Guard in Memphis over the weekend says he wants answers from law enforcement.]]></description><pubDate>Tue, 07 Jul 2026 00:31:44 +0000</pubDate><content:encoded><![CDATA[<p>NASHVILLE, Tenn. (AP) — The grandfather of a man who was shot and killed by the Tennessee National Guard in Memphis over the weekend says he wants answers from law enforcement.</p><p>Evaniel Johnson said he is waiting to see if video footage supports the police narrative that his 20-year-old grandson, Tyrin Johnson, turned toward U.S. guard members with a gun while running from them early Sunday. Memphis police say the guard members were responding to a report of gunfire.</p><p>The National Guard members had been assigned to a crime-fighting patrol in Memphis created last year by President Donald Trump, who has sent troops and federal agents to Democratic-run cities he described as crime-ridden.</p><p>“Show me the video,” Evaniel Johnson told The Associated Press. “Please show me that — and then I’m OK. Until you show me that, I’m gonna fight and advocate for my grandson until there’s no breath in me.”</p><p>Johnson, a former correctional officer with the Davidson County Sheriff's Office in Nashville, disputes that his grandson would have tried to fire a gun at U.S. guard members and that deadly force would be needed if he was running away. His grandson, he said, was “no hoodlum.”</p><p>According to his grandfather, Tyrin Johnson carried a gun for protection after being “jumped” recently in Nashville and was likely wary about being attacked again over a murky social media feud.</p><p>The Tennessee Bureau of Investigation says it is reviewing the shooting and that two guard members fired their weapons. Johnson’s family says they were told by the TBI that he was shot twice in the chest. The Memphis Police Department declined to comment on what footage existed and when it would be released.</p><p>The National Guard did not immediately respond to a request for comment on whether the two members involved in the shooting had been placed on leave.</p><p>Democrats call for a transparent investigation</p><p>Tennessee Senate Democratic Leader Raumesh Akbari and Chairwoman London Lamar, both of Memphis, issued joint statement expressing their sympathy and emphasizing the need for transparency during the investigation. They asked the TBI to release any available video as soon as it is possible to do so without jeopardizing the investigation.</p><p>“Transparency serves everyone — the Johnson family, the members of the National Guard involved, and a community that deserves confidence in the outcome, whatever the facts ultimately show,” they wrote.</p><p>State Rep. Justin Pearson, a Democrat running for the U.S. House, echoed the call for a transparent investigation and demanded the disbanding of the federal task force.</p><p>“Memphis does not need armed soldiers in our streets terrifying our people,” he said in a statement.</p><p>The American Civil Liberties Union of Tennessee also called for the task force to be shut down. “We demand a transparent investigation, not a closed-door ruse that leaves our community in the dark,” the ACLU said in a statement.</p><p>Trump's decision to send Tennessee National Guard troops to Memphis to combat crime was met with a mixed response from residents and was the subject of a lawsuit. However, it was never the subject of widespread protests.</p><p>TBI data shows that at least three people have died in four shootings by officers tied to the federal task force.</p><p>Tennessee Republican Gov. Bill Lee embraced federal intervention, while Democratic Memphis Mayor Paul Young took a pragmatic approach. Young said he never asked for National Guard troops but recognized they were coming regardless of his opinion.</p><p>Evaniel Johnson wishes his grandson stayed home that weekend</p><p>Tyrin Johnson did not appear to have a criminal history besides a handful of traffic violations, according to a review of online federal and state court records and Memphis and Nashville courts. In May, he was arrested for failing to appear at a 2025 hearing for driving without a license in Wilson County, just outside Nashville. He bonded out, records show.</p><p>He was enrolled in Tennessee State University from August 2023 to May 2024, according to university spokesperson Angel Higgins.</p><p>Evaniel Johnson said he had hoped his grandson would return to university and he was training him to take on a bigger role in the family's real estate development business, including lining up a project for him in Nashville to oversee in the coming weeks.</p><p>On the Fourth of July, Evaniel Johnson said his family had gathered on his back porch in Nashville to play cards. He wished his grandson had stayed with them. Instead, Tyrin Johnson ended up in Memphis.</p><p>“He was down there like all the rest of the people trying to enjoy the Fourth of July,” Johnson said. “His future was buying homes, living life, taking care of his little baby. He had a future. It’s gone now.”</p><p>___</p><p>Brook reported from New Orleans.</p><p>___</p><p>Brook is a corps member for The Associated Press/Report for America Statehouse News Initiative. Report for America is a nonprofit national service program that places journalists in local newsrooms to report on undercovered issues.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XOXYF2ALDKK4CBRXIQOOASWMQY.jpg?auth=640ebc93b9c159640e949f842f1e5d29c2d2d403549c29c9735af85cef01d57d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evaniel Johnson poses with a picture of his grandson, Tyrin Johnson, Monday, July 6, 2026, in Nashville, Tenn., after his grandson was fatally shot by two Tennessee National Guard members in Memphis on Sunday, morning. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RNGJZGE3ULBN3B4LR4LOYOWXNI.jpg?auth=0cef89aaf5a8fad0009b7b5575c1819b14208baec3c32a6312c094e846b70398&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This is undated photo an undated photo of Tyrin Johnson provided by his grandfather Evaniel Johnson. (Evaniel Johnson via AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/LWAE7QBKHXTCO5V2V7BXMDW3EY.jpg?auth=52ce45489fa1aacd51577098abc452bc5ad5835ea7a3875de619e0ce184b3cd7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Members from the National Guard working as part of the Memphis Safe Task Force conduct a community safety patrol at Tom Lee Park, Oct. 12, 2025, in Memphis, Tenn. (AP Photo/George Walker IV, File)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XNWKDP4GX4EWJOBFVWTIUOJHGM.jpg?auth=461efa84adb185b4cec2a6f0d070924e4b07d168e2f6898983b9cd5ff8922b5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evaniel Johnson expresses his concern about the circumstances of his grandson's death Monday, July 6, 2026, in Nashville, Tenn., after his grandson, Tyrin Johnson, was fatally shot by two Tennessee National Guard members in Memphis on Sunday, morning. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TYESPSAZMZQZKBVJUQBOBLG3TY.jpg?auth=9780bf41e2cfbdbb99a6d69e1214371fe94f7f0cabb49ec82259c6b298a8cccd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Evaniel Johnson expresses his concern about the circumstances of his grandson's death Monday, July 6, 2026, in Nashville, Tenn., after his grandson, Tyrin Johnson, was fatally shot by two Tennessee National Guard members in Memphis on Sunday, morning. (AP Photo/George Walker IV)]]></media:description><media:credit role="author" scheme="urn:ebu">George Walker IV</media:credit></media:content></item><item><title><![CDATA[FIFA Fan Festival Miami opens for last day at Bayfront Park]]></title><link>https://www.local10.com/sports/2026/07/06/fifa-world-cup-2026-us-hours-away-from-round-of-16-knockout-match/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/fifa-world-cup-2026-us-hours-away-from-round-of-16-knockout-match/</guid><dc:creator><![CDATA[Trent Kelly, Andrea Torres]]></dc:creator><description><![CDATA[FIFA World Cup 2026 fans have four more Round of 16 direct-knockout matches before eight teams advance to the quarterfinals on Wednesday. ]]></description><pubDate>Mon, 06 Jul 2026 15:51:09 +0000</pubDate><content:encoded><![CDATA[<p>FIFA World Cup 2026 fans have four more <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> direct-knockout matches before eight teams advance to the quarterfinals on Wednesday. </p><p>Two of the matches are on Monday: Spain vs. Portugal at 3 p.m. in Dallas. <a href="https://www.local10.com/sports/2026/07/06/belgian-federation-to-challenge-fifas-decision-to-let-folarin-balogun-play-in-world-cup-match/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/belgian-federation-to-challenge-fifas-decision-to-let-folarin-balogun-play-in-world-cup-match/">The U.S. vs. Belgium</a> at 8 p.m. in Seattle. The winners will advance to the quarterfinal match at 3 p.m. on July 10. </p><p>The<a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/fifa-fan-festival/miami" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/fifa-fan-festival/miami"> FIFA Fan Festival Miami</a> was scheduled to end on Sunday at Bayfront Park, but organizers extended it from 2 p.m. to 11 p.m. on Monday. Meanwhile, President Donald Trump caused controversy. </p><p>“All I did was ask for a review,” <a href="https://www.local10.com/news/politics/2026/07/06/trump-says-world-cup-referees-red-card-call-was-horrible-but-insists-he-left-outcome-to-fifa/" target="_self" rel="" title="https://www.local10.com/news/politics/2026/07/06/trump-says-world-cup-referees-red-card-call-was-horrible-but-insists-he-left-outcome-to-fifa/">Trump said</a> about FIFA’s decision to allow U.S. star Folarin Balogun to play despite his red card ban. “I didn’t say, ‘You have to do this!’”</p><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/07/06/uefa-says-decision-by-fifa-to-let-us-forward-play-at-world-cup-is-incomprehensible/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/uefa-says-decision-by-fifa-to-let-us-forward-play-at-world-cup-is-incomprehensible/">Historic World Cup furor at ‘incomprehensible’ FIFA decision to let U.S. forward Balogun play</a></p><p>The last two <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a> matches are on Tuesday: Argentina vs. Egypt at noon in Atlanta, and Colombia vs. Switzerland at 4 p.m. in Vancouver. The winners will advance to the quarterfinal match at 9 p.m. on July 11.</p><figure><img src="https://www.local10.com/resizer/v2/Q7427KRL23CTFV2M5KD52SHB2E.jpg?auth=bc333bf23c578e97a28132fcbf1ee35cfcb006dd1db38fd423dc5275f22458b6&smart=true&width=1200&height=900" alt="Brazil's Neymar reacts after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Seth Wenig)" height="900" width="1200"/><figcaption>Brazil's Neymar reacts after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Seth Wenig)</figcaption></figure><p>The <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-16-qualifications/">Round of 16</a>‘s eight single-elimination knockout matches started on Saturday. In two days, <a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Canada</a>, <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">Paraguay</a>, <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">Mexico</a>, and <a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Brazil</a> were eliminated. </p><p><a href="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Morocco</a> and <a href="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/04/kylian-mbappe-of-france-scores-19th-career-world-cup-goal-1-behind-golden-boot-rival-messi/">France</a> advanced to a quarterfinal match scheduled at 4 p.m. on July 9th. </p><p><a href="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/05/brazil-left-to-second-guess-penalty-kick-choice-after-earliest-world-cup-exit-since-1990/">Norway</a> and <a href="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/06/england-hands-mexico-its-first-world-cup-loss-at-estadio-azteca-winning-3-2-to-reach-quarterfinals/">England</a> advanced to a quarterfinal match scheduled at 5 p.m. on July 11. </p><figure><img src="https://www.local10.com/resizer/v2/SSDNSCFP6N736TMIS5BT2SY64U.jpg?auth=3bbb02aff1daddfd81e462438c43637064ea5122e283896713e9a0c515266ab2&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) leads the team as they participate in a viking boat row after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Frank Franklin II)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) leads the team as they participate in a viking boat row after the World Cup round of 16 soccer match between Brazil and Norway in East Rutherford, N.J., near New York, Sunday, July 5, 2026. (AP Photo/Frank Franklin II)</figcaption></figure><p>The tournament, held every four years, started with 48 teams on June 11. </p><p>After matches within 12 groups of four, 16 teams were eliminated. The <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">Round of 32</a> matches eliminated 16 more from June 28 to Friday. </p><figure><img src="https://www.local10.com/resizer/v2/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&smart=true&width=1200&height=900" alt="France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)" height="900" width="1200"/><figcaption>France's Kylian Mbappe (10) celebrates his team's victory at the end of the World Cup round of 16 soccer match between Paraguay and France in Philadelphia, Saturday, July 4, 2026. (AP Photo/Martin Meissner)</figcaption></figure><p><b>Related link</b>: <a href="https://share.google/GiwkbD7k5Da978PEB" target="_self" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>View the knockout bracket</b></a></p><p><b>TOURNAMENT’S SCHEDULE </b></p><h3><b>Quarterfinals </b></h3><p><b>July 9</b>: Morocco vs. France at 4 p.m. </p><p><b>July 10</b>: There is a quarterfinal match at 3 p.m. </p><p><b>July 11</b>: Norway vs. England is at 5 p.m. There is a quarterfinal match at 9 p.m.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> at 5 p.m. on July 11. Parking is free. </p><h3><b>Semifinals </b></h3><p><b>July 14</b>: The fan festival is closed. There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 14 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><p><b>July 15</b>: There is a semi-final match at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 15 at The Bandshell, at 7275 Collins Ave., for the semifinal match.</p><h3><b>Finals </b></h3><p><b>July 18</b>: The third-place play-off match is at 5 p.m. at the Miami Stadium, better known as the Hard Rock Stadium in Miami Gardens. </p><p><b>Miami Beach watch party: </b>Doors open at 3 p.m. on July 18 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 5 p.m. bronze final. </p><p><b>Sunrise ride to stadium</b>: The Amerant Bank Arena has free parking for FIFA World Cup ticket holders who ride Broward County’s <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" target="_self" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">free Express bus transportation</a> to the Miami Stadium, also known as Hard Rock, in Miami Gardens. </p><p><b>July 19</b>: The final match is at 3 p.m. </p><p><b>Miami Beach watch party: </b>Doors open at 1 p.m. on July 19 at The Sandbowl, behind The Bandshell, at 7275 Collins Ave., for the 3 p.m. final.</p><p><b>Sunrise watch party</b>: The indoor Amerant Bank Arena is hosting a free watch party <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" target="_self" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">for ticket holders</a> for the final on July 19. Parking is free. </p>]]></content:encoded></item><item><title><![CDATA[Trump's pardons for Jan. 6 rioters don't apply to DC pipe bomb suspect, judge rules]]></title><link>https://www.local10.com/news/politics/2026/07/06/trumps-pardons-for-jan-6-rioters-dont-apply-to-dc-pipe-bomb-suspect-judge-rules/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/06/trumps-pardons-for-jan-6-rioters-dont-apply-to-dc-pipe-bomb-suspect-judge-rules/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump’s mass pardons for supporters who stormed the U.S. Capitol don't apply to a Virginia man charged with planting pipe bombs near the national headquarters of the Democratic and Republican parties on the eve of the Jan. 6, 2021, riot, a federal judge ruled Monday.]]></description><pubDate>Mon, 06 Jul 2026 22:04:13 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump’s mass pardons for supporters who stormed the U.S. Capitol don't apply to a Virginia man charged with planting pipe bombs near the national headquarters of the Democratic and Republican parties on the eve of the Jan. 6, 2021, riot, a federal judge ruled Monday.</p><p>U.S. District Judge Amir Ali refused to dismiss the case against Brian J. Cole Jr., concluding that Trump's blanket pardons for Jan. 6 rioters explicitly applied only to people who were convicted of crimes related to the Jan. 6 attack. Cole hadn't been charged, let alone convicted, when Trump issued the pardons, Ali noted in his three-page order.</p><p>On the first day of his second term in the White House, Trump erased the largest criminal investigation in Justice Department history when he pardoned, commuted the prison sentences and ordered the dismissal of cases for all 1,500-plus people charged in the Jan. 6 attack.</p><p>Cole was arrested nearly a year after Trump's sweeping act of clemency. He is accused of placing two pipe bombs outside the Republican National Committee and the Democratic National Committee headquarters in Washington, D.C., on the night before the riot. The devices didn’t detonate before law enforcement officers discovered them on Jan. 6.</p><p>Prosecutors have said that Cole gave a confession after his arrest, telling FBI agents that he felt “bewildered” by conspiracy theories related to the 2020 presidential election and “something just snapped." Investigators also used phone records and other evidence to identify him as a suspect.</p><p>Cole's attorneys argued that he qualifies for a pardon because his alleged actions are “inextricably and demonstrably tethered” to the events near the Capitol on Jan. 6.</p><p>“By the government’s own telling, this is exactly the kind of case that President Trump’s January 20, 2025 Presidential Pardon was invoked to reach,” defense lawyers wrote.</p><p>Prosecutors countered that Trump's pardons have no bearing on Cole's case since the president's proclamation applies only to people who been convicted of or had a pending indictment for Capitol riot-related crimes.</p><p>“And even if the proclamation somehow could apply to this case, the Department of Justice’s contrary position is entitled to deference as a reasonable interpretation taken by the Executive Branch agency expressly charged with administering the proclamation,” they wrote.</p><p>Ali was nominated to the bench by President Joe Biden, a Democrat.</p><p>Trump, a Republican, spread baseless conspiracy theories that Democrats stole the 2020 presidential election from him. Supporters who attended Trump's “Stop the Steal” rally near the White House on Jan. 6 joined a mob's attack on the Capitol, disrupting the joint session of Congress for certifying Biden's electoral victory.</p><p>Cole is due back in court on Wednesday for a status hearing in his case. A trial date for his case hasn't been scheduled yet.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XNPB7KOXTBRVI4VHMFTW5MHRWI.jpg?auth=5c1730d7bc4970d2a2cc35385c3eb07a6d8f4f3d22be4007baf439b3d4ae0b0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Lincoln Memorial, the Washington Monument, and the U.S. Capitol, are seen at dawn from an overlook in Arlington, Va., as Washington prepares for sweltering temperatures, Friday, July 3, 2026. (AP Photo/J. Scott Applewhite)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Giannis Antetokounmpo acknowledges scare factor in switching teams for first time in his NBA career]]></title><link>https://www.local10.com/sports/2026/07/06/giannis-antetokounmpo-acknowledges-scare-factor-in-switching-teams-for-first-time-in-his-nba-career/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/giannis-antetokounmpo-acknowledges-scare-factor-in-switching-teams-for-first-time-in-his-nba-career/</guid><dc:creator><![CDATA[By STEVE MEGARGEE, Associated Press]]></dc:creator><description><![CDATA[MILWAUKEE (AP) — Giannis Antetokounmpo acknowledged that change is scary as he switches teams for the first time after an extraordinary 13-year run with the Milwaukee Bucks.]]></description><pubDate>Mon, 06 Jul 2026 21:20:19 +0000</pubDate><content:encoded><![CDATA[<p>MILWAUKEE (AP) — Giannis Antetokounmpo acknowledged that change is scary as he switches teams for the first time after an extraordinary 13-year run with the Milwaukee Bucks.</p><p>But ending his career with regrets seemed equally frightening to the two-time NBA MVP.</p><p>As his trade to the Miami Heat was finalized on Monday, Antetokounmpo posted a video on YouTube in which he discussed his mixed emotions with former Bucks broadcaster Jim Paschke. He posted a shorter video on social media bidding farewell to Milwaukee.</p><p>“I’m scared that the grass is not always greener. … People love me here,” Antetokounmpo said in the interview with Paschke, which lasted nearly 37 minutes. “People respect me here. People allow me to be myself here in the city. And I’m scared that I might never find that ever again.”</p><p>But the same unwavering drive that helped him deliver the Bucks their first title in half a century caused him to decide five years later that it was time to move on.</p><p>The Bucks haven’t advanced beyond the second round of the playoffs since their 2021 championship and last won a postseason series in 2022. Antetokounmpo, who will turn 32 in December, said he’d wake up each day wondering if he needed a change of scenery to have a better shot at winning another championship.</p><p>“I’m scared that maybe if I don’t take that decision, that when I’m going to be 37, 38 years old, hopefully and I’m retiring, I’m going to say: ‘Why? Why didn’t you take that risk?’" Antetokounmpo said.</p><p>He made a home in Milwaukee</p><p>Antetokounmpo is one of the most beloved sports figures in the history of Wisconsin. After the Bucks selected him with the 15th pick in the 2013 draft, fans watched the skinny 18-year-old mature into the “Greek Freak,” a two-time MVP who became the most impactful player in franchise history.</p><p>He established roots here. Antetokounmpo, who had grown up in poverty, brought his whole family with him for a new beginning. He’d eventually start a family of his own here as well.</p><p>“The city of Milwaukee will always be in my heart,” Antetokounmpo said. “This is my home.”</p><p>During the interview, Paschke asked Antetokounmpo what advice his father might have offered about this move. Antetokounmpo's father, Charles, died in 2017 and is buried in Milwaukee.</p><p>“My father would tell me go to an uncomfortable situation that can allow you to grow and chase your dream, no matter what," Antetokounmpo replied.</p><p>Antetokounmpo leaves Milwaukee as the Bucks’ career leader in virtually every statistical category, including points, rebounds, assists, blocks, games and minutes played.</p><p>He showcased his tenacity while leading the Bucks to their 2021 title.</p><p>Antetokounmpo hyperextended his knee during Game 4 of the Eastern Conference finals but missed only two games before returning to earn NBA Finals MVP honors. He scored 50 points in Milwaukee’s title-clinching Game 6 victory over the Phoenix Suns.</p><p>During the interview with Paschke, Antetokounmpo spoke about how grateful he felt for providing that championship to the city of Milwaukee. Fans loved him for his willingness to sign multiple contract extensions to stay here.</p><p>“You don’t understand it,” Antetokounmpo said. “Until you take a break, take a pause and walk out on the street and people approach you and talk to you about it,” Antetokounmpo said. “That’s when you start realizing, ‘Man, man, man, man.’ It’s bigger than basketball. You made people feel something.”</p><p>His impact was immeasurable</p><p>Paschke, who broadcast Bucks games for 35 years before retiring at the end of the 2020-21 season, emphasized how much Antetokounmpo meant to the city.</p><p>“I think I need you to know that you’ve had such an impact on everyone,” Paschke told him. “I don’t even know if you realize the impact you’ve had.”</p><p>Bucks general manager Jon Horst noted that in a statement announcing the trade, in which Milwaukee acquired Tyler Herro, Jaime Jaquez, Kasparas Jakucionis, the draft rights to rookie Nate Ament and multiple other draft picks.</p><p>Horst said it was the right move for both Antetokounmpo and the Bucks, but he added that “there are few players in the history of professional sports who have elevated a franchise, a city and a fan base the way Giannis Antetokounmpo has for Milwaukee and the Bucks."</p><p>“He became an ambassador for our city around the world and a source of pride for our entire state,” Horst said. “Through his generosity, authenticity and commitment to helping others, he touched lives throughout our community and inspired people across generations.”</p><p>Part of the disappointment about Antetokounmpo’s exit stems from Milwaukee fans never really getting to say goodbye to him.</p><p>Antetokounmpo landed awkwardly on a dunk in a March 15 victory over Indiana and didn’t play again, missing the Bucks’ final 15 games. He said late in the season that he was healthy and wanted to play, while the Bucks said he had a left knee hyperextension and bone bruise. That kept Bucks fans from getting one last chance to show their appreciation.</p><p>Of course, there’s always the possibility this isn’t a final farewell.</p><p>When Paschke noted that Antetokounmpo would always be welcome in Milwaukee, the 10-time All-Star replied that it “would be awesome if I could go and play and maybe come back.” Antetokounmpo even noted that Kevin Garnett did that by starting and finishing his career in Minnesota.</p><p>“I saw this clip of him walking into the arena, and they gave him a standing ovation, and people to this day love him,” Antetokounmpo recalled.</p><p>___</p><p>AP NBA: https://apnews.com/nba</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V7ACVUCMEIO3PBX6ZCVXTFGIJM.jpg?auth=67478920b88deae2d04dc93571a61dc0d1f91cd581c657879dbd1872087a4264&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo (34) dribbles the ball during the first half of an NBA basketball game against the Miami Heat, March 12, 2026, in Miami. (AP Photo/Marta Lavandier, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Marta Lavandier</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/F7ABTES6ZIABYYTCH7WMADEGEA.jpg?auth=591640243bdda450a1350e0ad6dbbd12f23fc44499e94dca21793f598381d2bf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Danny Nelson wears a Giannis Antetokounmpo Milwaukee Bucks jersey while staring at a mural of him in downtown Milwaukee on Tuesday, June 23, 2026. (AP Photo/Steve Megargee)]]></media:description><media:credit role="author" scheme="urn:ebu">Steve Megargee</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/6ZD6NGB7CX7HG2NOUGD35SUHY4.jpg?auth=d7f02d64777457215ee80571a1ce1bafcead06c7fff7e2d5623560e690e9c6c6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Milwaukee Bucks forward Giannis Antetokounmpo walks off the court after an NBA basketball game against the Brooklyn Nets, Friday, April 10, 2026, in Milwaukee. (AP Photo/Jeffrey Phelps, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeffrey Phelps</media:credit></media:content></item><item><title><![CDATA[Merino's late goal sends Spain to quarterfinals and ends Ronaldo's World Cup career]]></title><link>https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/mikel-merinos-late-goal-sends-spain-to-quarterfinals-and-ends-cristiano-ronaldos-world-cup-career/</guid><dc:creator><![CDATA[By SCHUYLER DIXON, Associated Press]]></dc:creator><description><![CDATA[ARLINGTON, Texas (AP) — Mikel Merino was still on the bench in the final minutes of regulation, with Spain coach Luis de la Fuente worried about hanging on to his substitutes as long as possible because of looming extra time.]]></description><pubDate>Tue, 07 Jul 2026 10:49:50 +0000</pubDate><content:encoded><![CDATA[<p>ARLINGTON, Texas (AP) — Mikel Merino was still on the bench in the final minutes of regulation, with Spain coach Luis de la Fuente worried about hanging on to his substitutes as long as possible because of looming extra time.</p><p>The Arsenal forward made all that fretting moot.</p><p>Merino scored in the first minute of second-half stoppage time, and Spain beat Portugal 1-0 on Monday to end the World Cup career of superstar Cristiano Ronaldo.</p><p>Merino had just been knocked down, and a foul was called. While Portugal's Bernardo Silva argued, Merino played the ball back in, ran toward the goal and easily beat goalkeeper Diogo Costa after a series of passes capped by Ferran Torres' nifty ball through the middle.</p><p>“He's one of the best in his position worldwide, and he has given us a fantastic result and a fantastic goal,” de la Fuente said through a translator. “I want to express the importance of substitutes that came in later in the game. Not just today, but the contribution in other games has been enormous.”</p><p>Spain, which has a 35-game unbeaten streak, advanced to the quarterfinals for the first time since winning its only World Cup title in 2010. La Roja will play Belgium, a 4-1 winner over the United States, on Friday in Inglewood, California.</p><p>Ronaldo was trying to get Portugal to the quarterfinals in a second consecutive tournament for the first time. Instead, the career on soccer's biggest stage is over for the all-time leader in international goals (146) and appearances (233).</p><p>Merino didn't enter until the 85th minute, and his heads-up play showed some of the versatility that helped Arsenal win its first Premier League title in more than 20 years this spring.</p><p>The World Cup was in doubt for Merino, who turned 30 during the tournament, after right foot surgery cut short his Arsenal season.</p><p>In the biggest moment of the year for Spain, there he was with fresh legs, finishing with his left foot into the left corner of the net. After emerging from a group hug with his teammates, Merino made a circle around the flag in a corner before letting out a guttural scream while clenching both fists.</p><p>That's how his father, Miguel Merino, celebrated more than three decades ago during his club career in Spain. And his son first emulated it after a late goal to beat host Germany to send Spain to the semifinals of the European championship two years ago.</p><p>This was Mikel Merino's first World Cup goal, and 11th for the national team.</p><p>“What better way to celebrate,” Merino said. “You remember all the good and the bad, and there have been difficult moments for me this year.”</p><p>The latest meeting of Iberian Peninsula rivals that first played in a friendly in Madrid 105 years ago was quite the contrast to their most recent World Cup match.</p><p>It was eight years ago that Ronaldo had his only World Cup hat trick in a 3-3 draw with Spain in a group stage opener that is considered one of the tournament's best games.</p><p>The 41-year-old superstar scored three times in this tournament, but didn't have many chances against Spain's Unai Simón, who extended his World Cup record to 609 minutes without conceding a goal. Spain became the first team to record six straight shutouts at the World Cup.</p><p>The best chance was Ronaldo's nifty backward kick in the 37th minute when Joao Felix’s header deflected off Simón’s left shoulder and popped in the air to Ronaldo. He flicked the ball with his right foot, but it was soft enough to give Simón time to recover and make a leaping grab.</p><p>“I’ll wake up tomorrow like I woke up today, with a clear conscience,” said Ronaldo, who a day earlier had repeated his previous declaration that his sixth World Cup would be his last. “I gave my best. I won three titles with Portugal. Before Cristiano, Portugal hadn’t won any title. So, I’m happy. The biggest title that I won with the national team was in 2016 (European Championship), which for me had the same dimension as a World Cup, honestly.”</p><p>Portugal desperately pushed for an equalizer in the final eight minutes of stoppage time. Silva had a header that went just over the top of the net.</p><p>The defensive struggle came just two days shy of a year since Portugal beat Spain in a riveting UEFA Nations League final that went to penalty kicks following a 2-2 draw.</p><p>The other World Cup meeting was Spain's 1-0 victory — also in the round of 16 — when La Roja won the title in South Africa.</p><p>“It was a great match. Two superb teams,” de la Fuente said. “As we had said it, it was like an anticipated final. As it was expected, we had to suffer until the very end.”</p><p>Until Spain didn't have to suffer anymore — thanks to its super sub.</p><p>___</p><p>See more of AP’s World Cup coverage here</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AISUUJRVEVMWS3RCVEVX7EGZDY.jpg?auth=f8633aec4eccf2c34cbcf6a18ec1acdf5a574649b338b0fb4de844151bd7dc4b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Mikel Merino (6) celebrates scoring his side's opening goal during the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RY75MSNWV2RMPFEJLVY6UFPA5Y.jpg?auth=5d51c0987015e544abb4b7238251f9e4fb0be80172255b68849cf1a413ca10ce&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Pedro Porro, top, congrats Spain's Mikel Merino, right, after scored during the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/PCWIWZVORR3A6J3KPKJ6OCXLJQ.jpg?auth=9aec382cd561a05609dc08b0ed03729b6a5790907e48d4520571d4a13ae27751&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Portugal's Cristiano Ronaldo (7) reacts after the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Julio Cortez)]]></media:description><media:credit role="author" scheme="urn:ebu">Julio Cortez</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UNMMNMARTLBP4E45NGQ65H62PQ.jpg?auth=ba53ce8960ce8d7facd8d08fff695434cdd374178b9bac31fb723016bd442799&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Pedro Porro (12) and Portugal's Cristiano Ronaldo (7) react after Spain defeated Portugal in the World Cup round of 16 soccer match in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/GZOXL6MFOIXSNITCWZDLQB4JWE.jpg?auth=85d0cc6f5de3b7649e44050fa74ab5898be7990638ec72010a66d04e6664e0a4&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Spain's Mikel Merino (6) scores the opening goal as Portugal goalkeeper Diogo Costa (1) tries to stop him during the World Cup round of 16 soccer match between Portugal and Spain in Arlington, Texas, near Dallas, Monday, July 6, 2026. (AP Photo/Jessica Tobias)]]></media:description><media:credit role="author" scheme="urn:ebu">Jessica Tobias</media:credit></media:content></item><item><title><![CDATA[Arthur Fery becomes 1st British wild card to reach Wimbledon quarterfinals in professional era]]></title><link>https://www.local10.com/sports/2026/07/06/arthur-fery-becomes-1st-british-wild-card-to-reach-wimbledon-quarterfinals-in-professional-era/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/06/arthur-fery-becomes-1st-british-wild-card-to-reach-wimbledon-quarterfinals-in-professional-era/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Arthur Fery used to come to Wimbledon when he was a kid to watch Roger Federer on Centre Court.]]></description><pubDate>Mon, 06 Jul 2026 20:48:42 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Arthur Fery used to come to Wimbledon when he was a kid to watch Roger Federer on Centre Court.</p><p>He grew up only five minutes away from the All England Club.</p><p>On Monday, the tables were turned when Federer was in attendance watching Fery on the sport's most famous court as he became the first British wild card to reach the quarterfinals at a Grand Slam in the professional era (since 1968).</p><p>Fery beat fellow wild Grigor Dimitrov — a former top-five player — 7-5, 3-6, 4-6, 6-4, 7-6 (7).</p><p>When it was over Fery, dropped his racket to the grass and held his hands up in disbelief.</p><p>“We’ve got probably the greatest of all time watching in the front row over there,” Fery said, nodding in Federer’s direction. “And now playing here in front of all you guys, having the support and winning, it’s unbelievable.”</p><p>Fery’s quarterfinal opponent will be Flavio Cobolli, who beat Alex de Minaur.</p><p>Fery beat Cobolli in straight sets in the first round of this year’s Australian Open after coming through qualifying.</p><p>“(In) Australia I was sick,” Cobolli said. “Of course, Arthur is amazing player, but that match I couldn’t play.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KARECC5BGYJANZHP5Z27EW5WEA.jpg?auth=4621abc4dcb310065c6959c36ace04cafd740c27cf1dd71ab7f0c3506ade9af2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain celebrates winning the men's singles fourth round match against Grigor Dimitrov of Bulgaria at the Wimbledon Tennis Championships in London, Monday, July 6, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XU6YKXD2TIG4CKUEGD3PN43B4Q.jpg?auth=28c1e15987b40e2607997d4f5a3411ff60b4a79c03a664677d67f57e192e9c9a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Former tennis player Roger Federer of Switzerland stands in the Royal Box on day eight at the Wimbledon Tennis Championships in London, Monday, July 6, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ZIH2KH2S6O3OPHGYQXGDPVF3Z4.jpg?auth=1cfe916e4c8207f925bdff9e96e4438785893a133decc0f5c2877cbd1facae00&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain plays a return during the men's singles fourth round match against Grigor Dimitrov of Bulgaria at the Wimbledon Tennis Championships in London, Monday, July 6, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AO75PV54HVASN4F4NY4WEDX5NY.jpg?auth=37d29e618a3de689e4ad2e08d683a974efb9ebe89b598cfa4d205b5694bdbcbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Arthur Fery of Britain celebrates winning against Grigor Dimitrov of Bulgaria in their fourth round men's singles match at the Wimbledon Tennis Championships in London, Monday, July 6, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DRWQA5E7Y4LHKPEY2HTKUXVYJE.jpg?auth=a854bf437264c72a7d846b1dd4d3af1e71ee76d06f343d23f903c177fde86931&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Grigor Dimitrov of Bulgaria plays a return during the men's singles fourth round match against Arthur Fery of Britain at the Wimbledon Tennis Championships in London, Monday, July 6, 2026.(AP Photo/Kirsty Wigglesworth)]]></media:description><media:credit role="author" scheme="urn:ebu">Kirsty Wigglesworth</media:credit></media:content></item></channel></rss>