<?xml version="1.0" encoding="UTF-8"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"><channel><title><![CDATA[WPLG]]></title><link>https://www.local10.com</link><atom:link href="https://www.local10.com/arc/outboundfeeds/google-news-feed/" rel="self" type="application/rss+xml"/><description><![CDATA[WPLG News Feed]]></description><lastBuildDate>Wed, 08 Jul 2026 22:30:32 +0000</lastBuildDate><language>en</language><ttl>1</ttl><sy:updatePeriod>hourly</sy:updatePeriod><sy:updateFrequency>1</sy:updateFrequency><item><title><![CDATA[Local 10’s Eric Yutzy joins many South Floridians making rare blood donations for teen with painful disease]]></title><link>https://www.local10.com/news/local/2026/07/08/local-10s-eric-yutzy-joins-many-south-floridians-making-rare-blood-donations-for-teen-with-painful-disease/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/local-10s-eric-yutzy-joins-many-south-floridians-making-rare-blood-donations-for-teen-with-painful-disease/</guid><dc:creator><![CDATA[Liane Morejon]]></dc:creator><description><![CDATA[Last week, Local 10 News first reported on Gigi Felix, an 18-year-old with an aggressive form of sickle cell disease.]]></description><pubDate>Wed, 08 Jul 2026 22:08:37 +0000</pubDate><content:encoded><![CDATA[<p>Last week, <a href="https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/" target="_blank" rel="noreferrer" title="https://www.local10.com/health/2026/07/03/south-florida-teen-urgently-needs-rare-lifesaving-blood-match-as-she-battles-painful-disease/">Local 10 News first reported on Gigi Felix</a>, an 18-year-old with an aggressive form of sickle cell disease.</p><p>Felix is on standby for a curative bone marrow transplant, one that can only happen if doctors have 50 units of her rare blood type on hand. </p><p>Since then, there have been many who have answered the call for donations, a list that now includes Local 10’s Eric Yutzy, who ran straight from the anchor chair to a recliner at the <a href="https://www.oneblood.org/" target="_blank" rel="noreferrer" title="https://www.oneblood.org/">OneBlood Donation Center</a> located at 3615 Hollywood Blvd. </p><p>“When I read the words on Monday morning, in real time I said, ‘I can do this! That’s me!’” he said. </p><p>Doctors said they now have 30 confirmed units of compatible blood, with only 20 more needed for Felix’s procedure.</p><p>For those who may be apprehensive or who don’t love needles, Yutzy described the experience. </p><p>“It is a slight discomfort for major gain,” he said. “Yeah, it pinches a second, but someone like Gigi is going thru sickle cell and that’s agonizing all the time. If this is all it takes to help her somehow, it’s totally worth it.”</p><p>There is a serious need for blood in general, but Susan Forbes of One Blood said having a diverse blood supply is especially important to treat patients with specific needs. </p><p>“Only 4% of African Americans are donating blood,” said Forbes. “Yet, they’re the most likely match for sickle cell patients. It primarily impacts African Americans and those of African descent. The best blood match for sickle cell patients is gonna be from someone of the same ethnicity.”</p><p>Added Yutzy: “I understand there’s hesitation and a history of skepticism. But in the same breath, the benefit for people who need the blood to chase their own dreams, we gotta get that number higher than 4%.”</p><p>As for Felix, she’s now stable enough to be at home, and says she’s filled with gratitude for donors like Yutzy. </p><p>“I just wanted to say thank you to everyone who saw my story and chose to donate,” she said. “This is such a surreal experience, and it just makes me happy and thankful that people care enough to go and do this for me. It means a lot.”</p><p>Anyone who wishes to make a donation can visit any OneBlood location. </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[Body cam footage shows Sunrise officers with guns drawn while pursuing stolen vehicle]]></title><link>https://www.local10.com/news/local/2026/07/08/body-cam-footage-shows-sunrise-officers-with-guns-drawn-while-pursuing-stolen-vehicle/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/body-cam-footage-shows-sunrise-officers-with-guns-drawn-while-pursuing-stolen-vehicle/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Newly released police body camera video shows the moments police officers attempted to stop a suspected car thief in Broward County. ]]></description><pubDate>Wed, 08 Jul 2026 22:20:57 +0000</pubDate><content:encoded><![CDATA[<p>Newly released police body camera video shows the moments police officers <a href="https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/07/suspect-in-custody-after-vehicle-burglary-car-rolls-into-canal-sunrise-police-say/">attempted to stop a suspected car thief</a> in Broward County. </p><p>In the video, officers with the Sunrise Police Department are seen with their guns drawn, screaming at the driver to stop the car. </p><p>Detectives say the vehicle was stolen and they attempted to stop the driver as he sped into an apartment complex off Northwest 60th Terrace in Sunrise on Tuesday morning. </p><p>Authorities said the car was stolen from the 2900 block of Northwest 60th Avenue.</p><p>Police say the car rolled into a body of water after the suspect abandoned it and attempted to run away. </p><p>Eventually, officers said they took a minor into custody, but authorities have yet to release his identity or what charges he may be facing.</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 fatally shot in vehicle outside Fort Lauderdale home, police say]]></title><link>https://www.local10.com/news/local/2026/07/08/man-fatally-shot-inside-vehicle-in-fort-lauderdale-police-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/man-fatally-shot-inside-vehicle-in-fort-lauderdale-police-say/</guid><dc:creator><![CDATA[Trent Kelly, Amanda Batchelor]]></dc:creator><description><![CDATA[A man was fatally shot early Wednesday morning while sitting inside his vehicle in Fort Lauderdale, authorities said.]]></description><pubDate>Wed, 08 Jul 2026 11:43:07 +0000</pubDate><content:encoded><![CDATA[<p>A man was fatally shot early Wednesday morning while sitting inside his vehicle in Fort Lauderdale, authorities said.</p><p><a href="https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/">Leer en español</a></p><p>According to Fort Lauderdale police, officers responded to the 1300 block of Northwest 13<sup>th</sup> Court shortly before 4:30 a.m. after receiving a ShotSpotter alert in the area.</p><p>While searching the Lauderdale Manors neighborhood, officers found the victim in his car, with a gunshot wound, authorities said.</p><p>Police said he was pronounced dead at the scene. </p><p>The victim’s father identified him to Local 10 News as 32-year-old Mike Menard. He said his son leaves behind a 5-year-old daughter.</p><p>“Very devastating, we understand that. Like I tell you, but I try to be strong,” Philippe Menard said.</p><p>Mike Menard was parked outside his family’s home when he was shot.</p><p>Surveillance video shows him walking to the car just minutes before he was shot and killed.</p><p>Local 10 cameras captured at least three bullet holes in the driver’s side window of the vehicle.</p><p>A truck parked next to it was also hit by gunfire.</p><p>The sound of the shots startled neighbors.</p><p>“We were scared. We had turned off all our electronics because we didn’t know where it was coming from. Like it sounded really close,” neighbor Nevaeh Brown said. </p><p>Overnight, homicide detectives searched the street. K-9 units also swept the scene after daybreak.</p><p>The victim’s father told Local 10 News that someone set fire to his home’s plants last week, and just days later, someone fired shots at the house.</p><p>“We heard that at night, but we cannot come out to see. So when we call police, they come here, they take pictures,” Philippe Menard said. </p><p>Philippe Menard described his son as a bright young man who ran with the wrong crowd.</p><p>He’s now left wondering if last week’s incidents could be connected to his son’s killing.</p><p>“He went to a university -- the guy’s (more) knowledgeable than me,” Philippe Menard said. “I didn’t reach that level. I can’t tell him, ‘Hey, I talk to you and you listen.’”</p><p>Anyone with information about the shooting 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[Miami Beach police officers arrest man accused of crimes over parking ticket ]]></title><link>https://www.local10.com/news/local/2026/07/08/miami-beach-police-officers-arrest-man-accused-of-crimes-over-parking-ticket/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/miami-beach-police-officers-arrest-man-accused-of-crimes-over-parking-ticket/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Police officers arrested William Roa shortly after 11 a.m. on Tuesday at the lobby of his apartment in South Beach over alleged crimes in March, records show. ]]></description><pubDate>Wed, 08 Jul 2026 21:05:51 +0000</pubDate><content:encoded><![CDATA[<p>Police officers arrested William Roa shortly after 11 a.m. on Tuesday at the lobby of his apartment in South Beach over alleged crimes in March, records show. </p><p>Miami-Dade corrections booked Roa, 40, shortly before 3:30 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Police officers accused Roa of crimes on March 5 at 1400 Washington Ave., after he walked out of Lost Weekend, a pub at 218 Española Way, and found a parking citation on his motorcycle, according to police. </p><p>Roa followed a parking officer for about 20 minutes — “verbally threatening to harm” him — before surveillance video showed him approach the officer’s assigned 2025 Ford Ranger pickup truck to “slash both driver’s side tires with a sharp metal object,” a police officer wrote, according to the arrest report. </p><p>Roa “has a criminal history of 14 arrests in Miami-Dade County, to include carrying a concealed firearm, battery, obstruction, and resisting,” a police officer wrote, according to the arrest report. </p><p>Court records show Roa hasn’t been convicted of a crime in Miami-Dade. On Wednesday afternoon, he faced two new charges: Aggravated assault of an official employee, a third-degree felony, and criminal mischief with prejudice, also a third-degree felony, according to court records. His bond was $3,500. </p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/7MVYKKSFPBHANAHAHKW3OTU77U.jpg?auth=4ded557264bdae9c9d397c80e947ea172f367fcf1bbcef5907880b2c37daf34b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers arrested William Roa on Tuesday morning in South Beach and Miami-Dade corrections booked him on Wednesday morning at the Turner Guilford Knight Correctional Center, records show.]]></media:description></media:content></item><item><title><![CDATA[Prefectura de Japón invita a presidenta electa de Perú a visitar "tierra de sus ancestros"]]></title><link>https://www.local10.com/espanol/2026/07/08/prefectura-de-japon-invita-a-presidenta-electa-de-peru-a-visitar-tierra-de-sus-ancestros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/prefectura-de-japon-invita-a-presidenta-electa-de-peru-a-visitar-tierra-de-sus-ancestros/</guid><dc:creator><![CDATA[Por FRANKLIN BRICEÑO, Associated Press]]></dc:creator><description><![CDATA[LIMA (AP) — Perú informó el miércoles que el gobernador de una prefectura japonesa invitó a la presidenta electa Keiko Fujimori a visitar su jurisdicción en el suroeste de Japón donde nacieron sus abuelos paternos, quienes migraron al país sudamericano a inicios del siglo XX.]]></description><pubDate>Wed, 08 Jul 2026 21:46:29 +0000</pubDate><content:encoded><![CDATA[<p>LIMA (AP) — Perú informó el miércoles que el gobernador de una prefectura japonesa invitó a la presidenta electa Keiko Fujimori a visitar su jurisdicción en el suroeste de Japón donde nacieron sus abuelos paternos, quienes migraron al país sudamericano a inicios del siglo XX.</p><p>La embajada peruana en Tokio difundió en sus redes sociales una carta de Takashi Kimura, gobernador de Kumamoto —una de las 47 prefecturas de Japón— , quien invitó a Fujimori a visitar la zona. Kimura indicó que la visita de la dirigente política a la "tierra de sus ancestros" sería “un gran honor”.</p><p>“El hecho de que usted, con raíces en la prefectura de Kumamoto, asuma el cargo de presidenta del Perú, es el reflejo del espíritu indomable y el esfuerzo de nuestros antepasados”, indicó Kimura en una misiva fechada el 6 de julio. “Es una evidencia clara de cómo estos valores se han transmitido de generación en generación y han generado confianza hacia la comunidad nikkei”, añadió.</p><p>Los abuelos paternos y maternos de la presidenta electa fueron originarios de las prefecturas de Kumamoto y Fukuoka, respectivamente. Son dos de las siete prefecturas que hay en la isla Kyushu, de donde partió gran cantidad de la diáspora japonesa a Sudamérica a fines del siglo XIX e inicios del XX.</p><p>El lunes la primera ministra de Japón Takaichi Sanae felicitó a Fujimori e indicó que para Japón “Perú es un socio estratégico que ha mantenido más de 150 años de relaciones diplomáticas”. La mandataria electa respondió al saludo de Sanae desde las redes sociales e indicó que en su gobierno se fortalecerá “una relación basada en la confianza, la cooperación y la prosperidad compartida”.</p><p>Perú fue el primer país sudamericano en recibir inmigración japonesa organizada en 1899 y con el paso del tiempo Brasil fue el destino de la mayoría de migrantes japoneses en América Latina. Los peruanos descendientes de japoneses —que se calculan en más de 200.000— han realizado aportes claves en todos los campos, incluidos la literatura, la pintura, las ciencias sociales, la sismología y la gastronomía.</p><p>El padre de la dirigente — el fallecido expresidente Alberto Fujimori (1990-2000) — visitó poco antes de asumir el poder Kawachi, una localidad pesquera y cultivadora de mandarinas que está ubicada en la prefectura de Kumamoto.</p><p>Fujimori finalizó su gobierno tras renunciar en 2000 desde Japón luego de salir de Perú en medio de escándalos de corrupción tras la difusión de un video donde se observaba a su entonces jefe de espías entregando dinero a un congresista opositor para que apoyara a su gobierno.</p><p>En 2005, el expresidente abandonó Japón y viajó a Chile, donde estuvo en detención domiciliaria en medio de pedidos de extradición de Perú.</p><p>En 2007 Fujimori, que también tenía nacionalidad japonesa, postuló sin suerte al Senado japonés por el conservador Nuevo Partido Popular. Ese mismo año fue extraditado a Perú, donde fue condenado y estuvo preso más de 15 años.</p><p>Fujimori fue condenado por corrupción y por el asesinato de 25 peruanos a manos de un grupo militar clandestino que su gobierno protegió en medio de su lucha contra el grupo terrorista Sendero Luminoso que buscaba tomar el poder.</p><p>Salió de prisión en 2023 por un indulto presidencial y murió de cáncer en 2024.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5CPRVXLEAXWUSTYNKCTULHHU6Y.jpg?auth=1b60831b5f610a143fe7758c1a5c0c8cee023698cf06bfca1d66e9e5a3909b2c&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 interviene durante una rueda de prensa en su sede de 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[Patrick Dempsey shuts down Maine Senate buzz as Democrats weigh a replacement]]></title><link>https://www.local10.com/news/politics/2026/07/08/patrick-dempsey-shuts-down-maine-senate-buzz-as-democrats-weigh-a-replacement/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/patrick-dempsey-shuts-down-maine-senate-buzz-as-democrats-weigh-a-replacement/</guid><dc:creator><![CDATA[By KIMBERLEE KRUESI, Associated Press]]></dc:creator><description><![CDATA[Actor Patrick Dempsey said Wednesday that he will not run for a Maine Senate seat, quashing speculation that the “Grey’s Anatomy” star and People magazine's former Sexiest Man Alive was among those being considered to replace embattled Democratic nominee Graham Platner.]]></description><pubDate>Wed, 08 Jul 2026 21:41:42 +0000</pubDate><content:encoded><![CDATA[<p>Actor Patrick Dempsey said Wednesday that he will not run for a Maine Senate seat, quashing speculation that the “Grey’s Anatomy” star and People magazine's former Sexiest Man Alive was among those being considered to replace embattled Democratic nominee Graham Platner.</p><p>Platner has currently paused his campaign to mull withdrawing from the high-stakes Senate race following an accusation from a former girlfriend that he once sexually assaulted her. The oyster farmer and Marine veteran, who denies the allegation, had secured the Democratic nomination in June to go up against longtime Republican Sen. Susan Collins in November.</p><p>In an editorial published in the Portland Press Herald, Dempsey wrote that Mainers are facing challenges including housing, healthcare and education, and whoever is elected as Maine's next senator should work to enact meaningful change.</p><p>“As I reflected on all of this, I kept coming back to one question: Do I truly want to serve in Congress?” Dempsey wrote. “After a lot of thought, I realized the answer is no. Not because public service isn’t honorable — it absolutely is. But because I believe I can contribute more effectively through the life I’ve already built.”</p><p>Dempsey did not endorse any other candidate from those currently teasing their interest in replacing Platner, nor did he name Platner. Instead, he wrote that the candidate should offer “a new approach to how we govern ourselves.”</p><p>“Most of all, I want integrity. That may sound idealistic today, but it shouldn’t,” he added.</p><p>Dempsey grew up in the Lewiston-Auburn area and is the founder of The Dempsey Center in Maine, which provides free care to people impacted by cancer.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AY6TRKJJPNFAA7EJLIFRYY53U.jpg?auth=c85e8ba8284751646411fab74406672c4500fa578b9a43406744c32eb95cbd31&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Patrick Dempsey attends the Fox network upfront at New York City Center on May 11, 2026, in New York. (Photo by CJ Rivera/Invision/AP, File)]]></media:description><media:credit role="author" scheme="urn:ebu">CJ Rivera</media:credit></media:content></item><item><title><![CDATA[New attacks raise questions about what comes next in the Iran war]]></title><link>https://www.local10.com/news/politics/2026/07/08/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/new-attacks-raise-questions-about-what-comes-next-in-the-iran-war/</guid><dc:creator><![CDATA[By WILL WEISSERT, FARNOUSH AMIRI and SAMY MAGDY, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.]]></description><pubDate>Wed, 08 Jul 2026 21:39:38 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump says he believes the ceasefire with Iran is over. He says he’s not sure he wants a deal anymore and says the U.S. should “finish the job.” But he also insists that continued attacks do not mean a return to war or long-term action.</p><p>The confusion and uncertainty in Trump’s mixed messaging and his approval of back-to-back military strikes leave major questions about what comes next in the conflict, just weeks after difficult diplomacy to reach even an initial deal between the longtime adversaries.</p><p>The whipsawing rhetoric could be a strategy to increase the pressure on Tehran to stop attacking ships transporting oil and natural gas in the Strait of Hormuz and bend to U.S. demands on its nuclear program —something Trump has tried before.</p><p>Whether it is a negotiation tactic or a signal of an escalation in fighting, mediators are scrambling to save the interim deal and the actions risk further inflaming tensions — which could spell problems for Republicans in November’s midterm elections if gas prices stay high.</p><p>Trump warned Wednesday that a new round of U.S. attacks was coming, even as he attempted to shrug off suggestions of a return to full-scale war. Hours later, the military announced it was carrying out new attacks on Iran that were meant to “further degrade their ability to threaten freedom of navigation in the Strait of Hormuz.”</p><p>“Anything that happens is going to happen very fast,” Trump said earlier. “We’re not looking for a long time.”</p><p>Officials rush to save the ceasefire</p><p>A regional intelligence official involved in the mediation efforts said the conflict had reached a critical stage as mutual mistrust rises. But high-level communications are ongoing around-the-clock to salvage the ceasefire, said the official, who spoke on condition of anonymity to discuss the delicate behind-the-scenes negotiations.</p><p>The foreign ministers of Pakistan and Qatar, as well as Egypt’s intelligence chief, are leading the efforts, while Turkish President Recep Tayyip Erdogan — whose country hosted the NATO summit that wrapped Wednesday — and leaders from Saudi Arabia are also involved, the official said.</p><p>The U.S. is upset about ships being attacked in the Strait of Hormuz and accuses Iran of slow-playing discussions on curtailing its nuclear program, the official said. Nuclear talks were a major next step to try to turn the interim deal announced last month into a lasting end to the war.</p><p>Tehran, meanwhile, says Washington is the one violating the agreement regarding the strait and failing to ensure that a ceasefire in Lebanon, including an Israeli withdrawal, is being implemented, the official said.</p><p>Michael Eisenstadt, a former U.S. military analyst who now directs the Military and Security Studies Program at the Washington Institute for Near East Policy, said that “we’re still in negotiating mode, no matter what the president says."</p><p>"This is part of negotiating, and declaring that the MOU is over is part of the negotiation as well,” Eisenstadt said, referring to the memorandum of understanding that the ceasefire was built on.</p><p>Trump, though, has been explicit in public comments, saying he's lost interest in preserving the ceasefire: “I think it's over.”</p><p>“We can play games, but I’m not sure I want to make a deal,” he said during the NATO summit in Ankara, Turkey, adding that the U.S. military might “just finish the job.”</p><p>Parliament speaker Mohammad Bagher Qalibaf, Iran’s lead negotiator, said the Trump administration had repeatedly violated the terms of the initial pact, forcing the country to respond appropriately.</p><p>“The era of bullying and extortion is over. It leads nowhere. We don’t fold,” Qalibaf posted on X.</p><p>Trump says ‘we’ll probably hit them hard again'</p><p>Pakistan, which helped broker the ceasefire, said renewed conflict is in "no one’s interest” and urged both sides to uphold their commitments.</p><p>“There is no alternative to continued engagement, dialogue and diplomacy to achieve shared goal of peace in the region,” its foreign ministry said in a statement.</p><p>Trump, nonetheless, dismissed Tehran's leaders, calling them “scum" and “sick people." Just last month, Trump said Iran’s leadership was “very rational” and "nice to deal with,” while also calling the country's leaders “smart people.”</p><p>Speaking at an event in Milwaukee on Wednesday, Vice President JD Vance, who led U.S. efforts to reach the initial deal with Tehran, said Iran was “well behaved for about a week.” He added that lately the country had begun attacking the strait and said, “If they shoot at ships, we’re going to knock the hell out of them.”</p><p>Could this be another negotiating tactic?</p><p>Before the U.S. and Iran reached their first, two-week ceasefire in April, Trump intensified his threats, pledging that American forces would bomb Iranian bridges, roads and power plants. He even posted online, “A whole civilization will die tonight, never to be brought back again."</p><p>He repeated dire threats before the tentative, 60-day deal to end the war was reached last month.</p><p>Trump likes to seek ways to negotiate from a position of strength, and he could be looking for more leverage with new strikes. But being unequivocal about the end of the ceasefire also could free up Iran militarily — which could again roil oil prices and financial markets.</p><p>Ali Vaez, Iran director at the International Crisis Group, argued that escalating threats may be a riskier maneuver this time around, given the domestic and international stakes for the U.S.</p><p>“It certainly looks like an effort to turn up the military heat without yet closing the diplomatic door. But coercive bargaining is a dangerous game: at some point, a pressure campaign can acquire a momentum of its own and become the war it was ostensibly meant to avoid,” Vaez said.</p><p>He added, however, that Iran still has every reason to return to the table because it desperately needs the economic relief that was promised under the interim deal.</p><p>Trump also has sent mixed signals about the fallout.</p><p>He long insisted that rising gas prices for Americans didn't factor into his calculations on Iran — only to say that part of the reason he agreed to the interim deal was to avoid an “ economic catastrophe." He has since touted the falling price of oil after the deal was reached.</p><p>Upcoming elections could scramble Trump's political calculus</p><p>The president again resumed his past threats to strike Iran’s civilian infrastructure, possibly including electric plants and desalinization plants, and to seize the oil-production hub of Kharg Island.</p><p>“We may take over Kharg Island," he said. "There’s not a thing they could do about it.”</p><p>Still, the midterm elections — when Republicans hope to retain control of the House and Senate — are now less than four months away. Oil prices rising again amid greater uncertain about the war means Americans will likely continue to see higher prices at the pump.</p><p>The president tried to downplay such concerns, saying, “Any time we hit them, it goes up a little bit — $2.” In fact, U.S. oil futures jumped far higher and may keep climbing — even as Trump acknowledged, "As oil goes, so goes everything else.”</p><p>"f we hit Iran, oil goes up a little bit," he said, arguing that it was worth it to bar Iran from obtaining a nuclear weapon. “It's all right.”</p><p>___</p><p>Amiri reported from New York and Magdy from Cairo. Associated Press writer Munir Ahmed in Islamabad, Pakistan, contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/VGBX5UJS2SMB4AAQ7W6YA64LQI.jpg?auth=1aa02f22f211656505e28b139fcb4e0799038d0d4b5c657a92f326510a78b5d2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump arrives for a media conference at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Francisco Seco)]]></media:description><media:credit role="author" scheme="urn:ebu">Francisco Seco</media:credit></media:content></item><item><title><![CDATA[Blue Jays' Dylan Cease works 8 no-hit innings against Giants]]></title><link>https://www.local10.com/sports/2026/07/08/blue-jays-dylan-cease-works-7-no-hit-innings-against-giants/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/blue-jays-dylan-cease-works-7-no-hit-innings-against-giants/</guid><dc:creator><![CDATA[By STEVE KRONER, Associated Press]]></dc:creator><description><![CDATA[SAN FRANCISCO (AP) — Dylan Cease of the Toronto Blue Jays has pitched eight no-hit innings against the San Francisco Giants on Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 22:06:27 +0000</pubDate><content:encoded><![CDATA[<p>SAN FRANCISCO (AP) — Dylan Cease of the Toronto Blue Jays has pitched eight no-hit innings against the San Francisco Giants on Wednesday.</p><p>Cease set down the first 14 San Francisco hitters before he walked Willy Adames with two outs in the fifth. Cease also walked Drew Gilbert leading off the sixth and Rafael Devers with one out in the seventh.</p><p>He has thrown a career-high 115 pitches, 79 for strikes.</p><p>Cease previously threw a no-hitter for the San Diego Padres at Washington on July 25, 2024.</p><p>The All-Star right-hander, who entered Wednesday leading the American League in strikeouts, fanned 11 batters through eight innings. The Jays led 7-0.</p><p>The Giants' two best bids for a hit came in consecutive at-bats.</p><p>With two outs in the seventh, Adames sent with a grounder up the middle. Second baseman Ernie Clement ranged to the left side of the bag and made a nice pickup and throw to first.</p><p>Leading off the eighth, Bryce Eldridge hit a drive to deep left-center. Center fielder Daulton Varsho raced to make an excellent catch before running into the wall.</p><p>Kazuma Okamoto’s opposite-field grand slam off Logan Webb capped the Blue Jays’ five-run first inning.</p><p>In Toronto’s 9-3 win Tuesday night, the Blue Jays retired the final 15 San Francisco hitters.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2AXL6PVHDQH6TANJXQEWSL47UY.jpg?auth=d4dfc56ab852a9bdb53e1bc646560cca8b5cdf7e23d6ffc8f34b47192202b2be&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the first inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/D6QSUS34ACGS7BIXTPST7MSOFQ.jpg?auth=bd06a2080cc2f5a85a8290f8ec225aee025dd06ff46f83e559c57c9644b95aab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the fifth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/HYYZNFIJX3GN3GVC3CNLV5XLSY.jpg?auth=6574ef596b69dcfed0993ede97d3f63a0a5a437f0aa24a5215bfdfd61afec979&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the fourth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/QDG2O5W5LWJ6W7FVMU3TW5NVBI.jpg?auth=ad7c1d81838df9d549e44d9044f13c20ddb364c707dd6469af27da1613956b60&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Toronto Blue Jays pitcher Dylan Cease throws against the San Francisco Giants during the fifth inning of a baseball game Wednesday, July 8, 2026, in San Francisco. (AP Photo/Jeff Chiu)]]></media:description><media:credit role="author" scheme="urn:ebu">Jeff Chiu</media:credit></media:content></item><item><title><![CDATA[Fort Lauderdale police release video of culprit who they say attacked mother, 12-year-old son ]]></title><link>https://www.local10.com/news/local/2026/07/08/fort-lauderdale-police-release-video-of-culprit-who-they-say-attacked-mother-12-year-old-son/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/fort-lauderdale-police-release-video-of-culprit-who-they-say-attacked-mother-12-year-old-son/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Fort Lauderdale police on Wednesday released surveillance video of an individual who they say is wanted in the violent attack of a woman and her 12-year-old son and announced a reward for information that leads to his arrest.]]></description><pubDate>Wed, 08 Jul 2026 20:44:37 +0000</pubDate><content:encoded><![CDATA[<p>Fort Lauderdale police on Wednesday released surveillance video of an individual <a href="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/" target="_self" rel="" title="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/">who they say is wanted in the violent attack of a woman and her 12-year-old son</a> and announced a reward for information that leads to his arrest.</p><p><a href="https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/">Leer en español</a></p><p>Police said the attack happened around 7:30 a.m. Tuesday in the 1000 block of Northwest Fifth Avenue.</p><p>Investigators are asking anyone who recognizes the individual shown in the video above or picture below to come forward.</p><figure><img src="https://www.local10.com/resizer/v2/VQPLCOWLT5FVBKHTS3GQK3IMPE.jpg?auth=baedb80eb05fff565ba9d7663f0a976a33f0c8141f581a3a51372eb26c25055e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The mother on Wednesday told Local 10 News that she was walking her son, who has autism and is nonverbal, to a school bus stop when a man approached from behind and attacked him with what she described as a heavy, mallet-like object.</p><p>She said she stepped in to protect her son and was then struck in the head.</p><p>“Some guy just comes behind us, out the blue. My son is non-verbal, he’s disabled – that’s sad,” the woman, who identified herself only as Chrissy, said on Tuesday. “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>Police said the woman suffered a cut to the back of her head, while the boy suffered an abrasion to his face. Both were taken to Broward Health Medical Center for treatment.</p><p>Chrissy later told Local 10 News her son also suffered internal damage to one of his eyes but is not blind.</p><p>The culprit fled before officers arrived, police said.</p><p>Detectives asked anyone with information about the culprit or the attack to contact Detective Leon Pabon of the Fort Lauderdale Police Department’s Violent Crimes Unit at 954-828-4675. </p><p>Anonymous tips can also be submitted to Broward County Crime Stoppers at 954-493-8477. A reward of up to $5,000 is being offered for information leading to the culprit’s identification.</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[NCAA sends letter of inquiry to Cincinnati about Brendan Sorsby, according to reports]]></title><link>https://www.local10.com/sports/2026/07/08/ncaa-sends-letter-of-inquiry-to-cincinnati-about-brendan-sorsby-according-to-reports/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/ncaa-sends-letter-of-inquiry-to-cincinnati-about-brendan-sorsby-according-to-reports/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The NCAA wants to know what the University of Cincinnati knew about former quarterback Brendan Sorsby and his gambling issues during his two seasons with the program.]]></description><pubDate>Wed, 08 Jul 2026 22:18:39 +0000</pubDate><content:encoded><![CDATA[<p>The NCAA wants to know what the University of Cincinnati knew about former quarterback Brendan Sorsby and his gambling issues during his two seasons with the program.</p><p>According to reports by multiple media outlets, the NCAA has sent an official letter of inquiry to the school regarding Sorsby, who was ruled permanently ineligible by the NCAA in April after he placed thousands of impermissible sports bets over the past four years.</p><p>Sorsby spent two seasons each at Indiana and Cincinnati before transferring to reigning Big 12 champion Texas Tech in January, and his ineligibility ruling touched off an unprecedented legal battle that Sorsby ultimately dropped. While Sorsby won’t play and plans to enter next year's NFL draft, coach Joey McGuire said this week that he still expects the quarterback to make occasional trips to Lubbock and will have access to the school’s athletic facilities.</p><p>Cincinnati coach Scott Satterfield, who was Sorsby's coach during his two seasons with the Bearcats, declined to comment on reports about the letter of inquiry at Wednesday's Big 12 Media Days in Frisco, Texas.</p><p>Yahoo Sports was first to disclose the existence of the letter and ESPN also reported that Cincinnati had received it, with both citing anonymous sources. Sending a letter of inquiry is a standard procedural step in which the NCAA notifies a school of plans to examine an issue, though it doesn't automatically equate to the existence of a rules violation.</p><p>A Cincinnati spokesperson declined to say if the school had received an inquiry from the NCAA.</p><p>“We have had continuous conversations with the NCAA since the initial reports related to impermissible sports wagering began," the spokesperson said in a statement to The Associated Press. "As we have stated before, we do not believe any athletics official or staff member was aware of any impermissible sports wagering."</p><p>NCAA spokeswoman Meghan Durham Wright said Wednesday that the organization doesn't comment on pending or potential investigations.</p><p>The NCAA declared Sorsby ineligible for making bets worth at least $90,000 during his college career.</p><p>Sorsby made at least 40 bets on Indiana while he was a freshman there in 2022, but none of those bets came on games in he played. He acknowledged placing at least 165 impermissible bets on college and professional sports totaling at least $38,000 in 2024, including three wagers on Cincinnati men’s basketball made on a FanDuel account he shared with a friend. He provided more than $60,000 to the friend to deposit in the shared account between December 2023 and June 2025.</p><p>___</p><p>Get poll alerts and updates on the AP Top 25 throughout the season. Sign up here and here (AP News mobile app). AP college football: https://apnews.com/hub/ap-top-25-college-football-poll and https://apnews.com/hub/college-football</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Z626Z5J3UXHOPFKVA6IPLLWMJI.jpg?auth=ddfc8c261cc399cb414d188867fddf842c9a9f7c70b60bbaee31c296378dba94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati transfer and future Texas Tech quarterback Brendan Sorsby attends an NCAA college basketball game between Texas Tech and Houston, Jan. 24, 2026, in Lubbock, Texas. (AP Photo/Annie Rice, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Annie Rice</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/255PLZ4BNZSIKJ3OFNXKKA3A4Y.jpg?auth=edd7363252fda2fa2db7c54cd5ea318247275c80ebc1e73900c7ed903f8b259a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Cincinnati head coach Scott Satterfield looks on from the sidelines during the second half an NCAA college football game against Utah, Nov. 1, 2025, in Salt Lake City, Utah. (AP Photo/Tyler Tate, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Tyler Tate</media:credit></media:content></item><item><title><![CDATA[A runaway leader and a surprise snub shake up the Emmy nominations]]></title><link>https://www.local10.com/entertainment/2026/07/08/a-runaway-leader-and-a-surprise-snub-shake-up-the-emmy-nominations/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/a-runaway-leader-and-a-surprise-snub-shake-up-the-emmy-nominations/</guid><dc:creator><![CDATA[By ALICIA RANCILIO, Associated Press]]></dc:creator><description><![CDATA[The Primetime Emmy Award nominations are out and not-so-surprisingly “The Pitt” is an early winner with more nods than any other show. Also, it’s a great start for the cast of “Widow’s Bay” who enter with 19 nominations for its freshman season.]]></description><pubDate>Wed, 08 Jul 2026 21:09:25 +0000</pubDate><content:encoded><![CDATA[<p>The Primetime Emmy Award nominations are out and not-so-surprisingly “The Pitt” is an early winner with more nods than any other show. Also, it’s a great start for the cast of “Widow’s Bay” who enter with 19 nominations for its freshman season.</p><p>There were plenty of surprises and some snubs from Wednesday’s nominations, including some hits and misses for “Love Story: John F. Kennedy Jr. and Carolyn Bessette” and a first nom for Connor Storrie – just not for the show most people know him for.</p><p>If “The Bear” star Jeremy Allen White attends the Emmy Awards this year, it won’t be as a nominee. The acclaimed series got several nominations for its final season, just not an acting nod for its head chef.</p><p>Read on for more noteworthy nominees and those who got overlooked.</p><p>‘The Pitt’ becomes an Emmys juggernaut</p><p>Last year, Shawn Hatosy won best guest actor in a drama for “The Pitt.” This year, he’s gotten bumped up to supporting actor status and has an Emmy nomination to show for it. He is competing against co-stars Patrick Ball and Gerran Howell in the same category. Taylor Dearden, Fiona Dourif and Sepideh Moafi received their first nominations for best supporting actress in the HBO Max medical drama.</p><p>While the cast racked up numerous nominations, two actors ended up being their own best cheerleaders. Brittany Allen and Jeff Kober each guest starred as ER patients on Season 2 and self-submitted their work for nominations. Now, they’re Emmy nominees in the guest-acting categories.</p><p>Another commonality: Allen and Kober have each won Daytime Emmy Awards for “All My Children” and “General Hospital.”</p><p>The 25 nominations for “The Pitt” are nearly double what it received for its first season. Besides acting categories, it's nominated for best drama and behind-the-camera work like directing and casting.</p><p>Other fresh faces are nominated</p><p>In a sea of regular nominees like Jean Smart, Quinta Brunson and Martin Short, some new names managed to squeeze in.</p><p>Less than one month after “Widow's Bay” completed airing its first season, the comedy horror starring Matthew Rhys is planting a flag at the Emmy Awards. Kate O'Flynn, Kevin Carroll, Stephen Root and Dale Dickey are cast members among the first-time nominees.</p><p>The newlywed characters in “Beef” Season 2 split when it came to Emmy recognition. Charles Melton got his first nomination, while Cailee Spaeny was overlooked.</p><p>“Monster: The Ed Gein Story” didn't have the buzz of previous monster stories about Jeffrey Dahmer or Lyle and Erik Menendez. Its star, Charlie Hunnam can count himself an Emmy nominee though. His work as the serial killer brought him his first nomination.</p><p>File this next one under, “We'll take what we can get.” While Connor Storrie of “Heated Rivalry” also received his first Emmy nomination, it's not for the show that made him a star. There's a technicality where shows financed outside the U.S. are ineligible for Emmys, and the same goes for their cast. Storrie is instead a contender for guest-hosting “Saturday Night Live.”</p><p>While it's no surprise that Jean Smart, Hannah Einbinder and Paul W. Downs got recognized for the final season of “Hacks,” a nice addition to the list is co-star Meg Stalter, who is up for her first Emmy as best supporting actress.</p><p>Sorry, you've been snubbed</p><p>Let's start with the big one. After receiving two Emmy Awards for best actor in a comedy, Jeremy Allen White was not nominated for the final season of “The Bear.” The show got nominated, however, as did Ayo Edebiri for best comedy actress.</p><p>Sarah Pidgeon is nominated for her portrayal as Carolyn Bessette-Kennedy in “Love Story: John F. Kennedy Jr. & Carolyn Bessette” but that love only goes so far. Paul Anthony Kelly, who played Kennedy, was shut out.</p><p>“The Four Seasons” is about a group of friends but Colman Domingo is the standout this year. Domingo was nominated for best supporting actor in a comedy while Tina Fey, who created the series and also stars, got overlooked.</p><p>Apple TV's “Your Friends & Neighbors” stars Jon Hamm as a man who secretly steals from his wealthy neighbors. The show got a drama series Emmy nomination. Hamm did not.</p><p>Paramount+ may have Taylor Sheridan but it doesn't have any acting nominations to celebrate. The star power of “Landman” nor “The Madison” didn't wow Emmy voters. The streamer is competing in a mere two categories: stunt work on “Tulsa King” and choreography in “Noah's Arc: The Movie.”</p><p>From reality drama to Emmy nominations</p><p>The 2023 breakup that shocked the Bravoverse known as “Scandoval” has led to very good things for Ariana Madix. After splitting with her longtime boyfriend, she’s performed on Broadway, competed on “Dancing with the Stars” and is now nominated for an Emmy as outstanding reality TV host for “Love Island USA.”</p><p>A second Bravo breakup has been a big win for the network. The uncoupling of “Summer House” stars Amanda Batula and Kyle Cooke had viewers tuning in to Season 10 to see their marriage crumble. But when Batula then began dating one of their co-stars and Hamptons housemates, West Wilson, who used their other castmate Ciara Miller, it reached a whole new level of pop culture fodder. Voters were paying attention because it’s received a surprise Emmy nomination for unstructured reality show.</p><p>Soon, the Mirrorball Trophy may not be the only award linked to “Dancing with the Stars.” Season 34 of the celebrity dance competition show received an Emmy nomination for best reality show after getting shut out for a decade.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q6T5ZSRHSTJ3QQCERRD74XECDM.jpg?auth=d2fa1460d81e453159d846dcd7a1bc68b8982573293ed49e21d087f038d7a6e9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by Apple TV+ shows Matthew Rhys in a scene from "Widow's Bay." (Apple TV+ via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/UHAIQDUR6R6CBMTLH2VQATHWAE.jpg?auth=3e91fc557efeba38c3cb376d8f4dec736fa8c7659325ec201a014de57e0de26d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This image released by HBO Max shows Sepideh Moafi in a scene from "The Pitt." (Warrick Page/HBO Max via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Warrick Page</media:credit></media:content></item><item><title><![CDATA[De la Espriella designa próximo canciller para "reposicionar" a Colombia como aliado de EEUU]]></title><link>https://www.local10.com/espanol/2026/07/08/de-la-espriella-designa-proximo-canciller-para-reposicionar-a-colombia-como-aliado-de-eeuu/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/de-la-espriella-designa-proximo-canciller-para-reposicionar-a-colombia-como-aliado-de-eeuu/</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 designó el miércoles a Omar Bula Escobar como próximo canciller con el encargo de “reposicionar” al país sudamericano como el principal aliado de Estados Unidos en la región, luego de la tensa relación entre el saliente mandatario Gustavo Petro y el presidente Donald Trump.]]></description><pubDate>Wed, 08 Jul 2026 21:02:09 +0000</pubDate><content:encoded><![CDATA[<p>BOGOTÁ (AP) — El presidente electo de Colombia Abelardo de la Espriella designó el miércoles a Omar Bula Escobar como próximo canciller con el encargo de “reposicionar” al país sudamericano como el principal aliado de Estados Unidos en la región, luego de la tensa relación entre el saliente mandatario Gustavo Petro y el presidente Donald Trump.</p><p>Con experiencia en el trabajo humanitario y en la academia, Bula tendrá su primer cargo gubernamental con la cartera de Relaciones Exteriores luego de servir como funcionario de las Naciones Unidas, siendo director y representante residente en Senegal, así como oficial de proyectos en Brasil y Ecuador.</p><p>De la Espriella, de perfil conservador y quien en su campaña fue respaldado por Trump, señaló en un comunicado que el “reposicionamiento de Colombia como el principal aliado de Estados Unidos” estará entre sus tareas, para lo que primero tendrá que posicionar al país como “líder en el hemisferio sur”.</p><p>Colombia ha sido uno de los aliados más firmes de Estados Unidos en Latinoamérica desde hace varios años, pero esa relación estrecha se tensó desde enero de 2025 con la vuelta de Trump al poder y luego de que Petro criticara las deportaciones de migrantes, el despliegue militar en el Caribe para atacar embarcaciones presuntamente cargadas de drogas y las acciones bélicas de Israel en Gaza.</p><p>Trump respondió con amenazas de aranceles y sanciones del Departamento del Tesoro a Petro y su círculo señalándolos de tener vínculos con el narcotráfico —sin mostrar pruebas— y reprochó al gobierno colombiano no hacer lo suficiente para combatir el tráfico de cocaína siendo el principal productor.</p><p>Tras ser designado, Bula aseguró en entrevista con la revista Semana que está de acuerdo en “reconstruir relaciones" con Estados Unidos. También dijo que pretende conformar alianzas estratégicas para combatir el crimen organizado, lo que incluirá integrar el “Escudo de las Américas” que surgió de la cumbre realizada por Trump en marzo con países de América Latina para unir fuerzas en el combate a los cárteles de las drogas. Petro no fue invitado a ese encuentro.</p><p>Bula también está de acuerdo en reanudar la relación bilateral con Israel, luego de que Petro rompiera vínculos diplomáticos en 2024 como protesta por el “genocidio” en la Franja de Gaza.</p><p>Una transición local</p><p>En paralelo a la composición del nuevo gabinete, De la Espriella emprendió el miércoles un “Empalme Territorial”, como una forma de recabar la información que necesita para llevar a cabo la transición política y gobernar con los alcaldes y gobernadores. Lo hace tras haber suspendido la transición de gobierno a nivel nacional.</p><p>De la Esprilla reiteró desde Norte de Santander, fronterizo con Venezuela, que “se acabó el empalme” con el gobierno saliente, luego de que Petro desconociera su victoria en el balotaje —pese a que fue certificada por la autoridad electoral— y dijera que el ganador fue el progresista Iván Cepeda, su aliado político.</p><p>Pese a la falta del proceso formal de intercambio de información sobre el funcionamiento del gobierno, De la Espriella dijo que tiene “medios alternativos” para obtener datos y "claridad en las cifras” de cara a su llegada al gobierno el 7 de agosto.</p><p>“Ya no podrán seguir mintiendo, no podrán seguir maquillando la información...vamos a organizar la casa y depurar lo que hay”, dijo De la Espriella en Cúcuta, capital de Norte de Santander.</p><p>La víspera, De la Espriella advirtió que Petro y Cepeda quieren “quedarse en el poder” a través de un “golpe de Estado”, del que no dio pruebas, e instó a las fuerzas armadas a ”proteger la Constitución y la democracia y no obedecer ninguna orden que Petro esté dando en sentido contrario”.</p><p>Petro reiteró el miércoles que dejará el poder el 6 de agosto, pese a que no reconoce la legitimidad de De la Espriella, y negó haber dado órdenes contrarias a la Constitución.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LMBCC6IH6FVR6HTXPDNRIAH6DY.jpg?auth=dfafa69614b500749cde434391c377d835b84318ce66f7f0b61d8d2cdbd41561&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, pronuncia unas palabras tras recibir sus credenciales de manos del presidente 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[Policía de Fort Lauderdale divulga video de sujeto que, según las autoridades, atacó a madre y a su hijo de 12 años]]></title><link>https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/policia-de-fort-lauderdale-divulga-video-de-sujeto-que-segun-las-autoridades-ataco-a-madre-y-a-su-hijo-de-12-anos/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La Policía de Fort Lauderdale divulgó este miércoles un video de vigilancia de un hombre que, según las autoridades, es buscado por el violento ataque contra una mujer y su hijo de 12 años, y anunció una recompensa por información que conduzca a su identificación.]]></description><pubDate>Wed, 08 Jul 2026 20:49:45 +0000</pubDate><content:encoded><![CDATA[<p>La Policía de Fort Lauderdale divulgó este miércoles un video de vigilancia de un <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="_blank" rel="noreferrer" 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/">individuo que, según las autoridades, es buscado por el violento ataque contra una mujer y su hijo de 12 años</a>, y anunció una recompensa por información que conduzca a su arresto.</p><p>La Policía informó que el ataque ocurrió alrededor de las 7:30 a.m. del martes en la cuadra 1000 de Northwest Fifth Avenue.</p><p>Los investigadores están solicitando que cualquier persona que reconozca al hombre que aparece en el video o en la imagen a continuación se presente.</p><figure><img src="https://www.local10.com/resizer/v2/VQPLCOWLT5FVBKHTS3GQK3IMPE.jpg?auth=baedb80eb05fff565ba9d7663f0a976a33f0c8141f581a3a51372eb26c25055e&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>La madre dijo el miércoles a Local 10 News que caminaba con su hijo, quien tiene autismo y no habla, hacia una parada de autobús escolar cuando un hombre se acercó por detrás y lo atacó con lo que describió como un objeto pesado similar a un mazo.</p><p>Dijo que intervino para proteger a su hijo y luego fue golpeada en la cabeza.</p><p>“Un hombre simplemente apareció detrás de nosotros, de la nada. Mi hijo no habla, tiene una discapacidad, eso es muy triste”, dijo la mujer, quien se identificó únicamente como Chrissy. “Simplemente se acercó, le dijo algo y lo atacó. Entonces tuve que interponerme y ponerme delante de él, y luego me atacó a mí.”</p><p>La Policía informó que la mujer sufrió una cortadura en la parte posterior de la cabeza, mientras que el niño sufrió una abrasión en el rostro. Ambos fueron trasladados al Broward Health Medical Center para recibir tratamiento.</p><p>Chrissy dijo posteriormente a Local 10 News que su hijo también sufrió daños internos en uno de sus ojos, pero que no quedó ciego.</p><p>La Policía informó que el sospechoso huyó antes de que los agentes llegaran al lugar.</p><p>Los detectives solicitaron a cualquier persona que tenga información sobre el sospechoso o el ataque que se comunique con el detective Leon Pabon, de la Unidad de Crímenes Violentos del Departamento de Policía de Fort Lauderdale, al 954-828-4675.</p><p>También se pueden enviar pistas de forma anónima a Broward County Crime Stoppers llamando al 954-493-8477. Se ofrece una recompensa de hasta $5,000 USD por información que conduzca al arresto del responsable.</p>]]></content:encoded></item><item><title><![CDATA[Families raise concerns about conditions inside downtown Miami federal detention facility]]></title><link>https://www.local10.com/news/local/2026/07/08/families-raise-concerns-about-conditions-inside-downtown-miami-federal-detention-facility/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/families-raise-concerns-about-conditions-inside-downtown-miami-federal-detention-facility/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Local 10 News is looking into serious concerns being raised over conditions at the Federal Detention Facility in downtown Miami.]]></description><pubDate>Wed, 08 Jul 2026 20:38:24 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News is looking into serious concerns being raised over conditions at the Federal Detention Facility in downtown Miami.</p><p><a href="https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/">Leer en español</a></p><p>The facility is where, according to families, dozens of immigrants who were previously held at Alligator Alcatraz are now being detained.</p><p>Local 10 News has received multiple messages from families of immigrants detained there. One detainee also called the station from inside the facility.</p><p>The man said detainees have gone without air conditioning during the summer heat.</p><p>Judith Castellanos said her husband, Marlon Cervelo, is one of dozens of detainees transferred to the facility after Alligator Alcatraz recently shut down.</p><p>She said detainees have had to sleep in their underwear because of the heat.</p><p>Annett said her husband, Daikel Dumont, who was also previously held at the detention facility near the Everglades, is now at the downtown Miami facility as well.</p><p>She said the lack of air conditioning is not her only concern.</p><p>According to Annett, detainees are drinking water from the metal sinks in their cells.</p><p>Families also raised concerns about cockroaches inside the facility.</p><p>Local 10 News reached out to U.S. Immigration and Customs Enforcement, but a spokesperson was unable to answer questions.</p><p>The Federal Bureau of Prisons provided the following statement:</p><p>“FDC experienced a problem with one of its chillers that supplies air conditioning to the facility. The facilities department immediately identified the issue and began repairs. The AC malfunction has since been rectified...”</p><p>A 2020 infrastructure report also shows the facility has experienced air conditioning issues for years.</p><p>Local 10 News cameras found a portable chiller unit outside the facility that was running. A Bureau of Prisons spokesperson later confirmed it has been there for three years to help cool the facility.</p><p>One family member described the detention center as “another Alcatraz.”</p><p>When asked how the conditions compared to what her husband had described at Alligator Alcatraz, Annett said he told her the downtown Miami facility is worse.</p><p>Families said they want detainees to be treated humanely.</p><p>“They’re human and they’re not being treated as human,” Annett said.</p><p>Asked about her biggest fear, she said she is afraid something will happen to her husband while he is inside the facility and that no one will be held accountable.</p><p>The Federal Detention Center houses more than just ICE detainees.</p><p>Data obtained by Local 10 News from the Bureau of Prisons showed that just over 1,300 inmates are currently being held at the facility.</p><p>Regarding concerns about access to water, a Bureau of Prisons spokesperson said the facility experienced a water pressure issue last week. While it was being resolved, inmates were provided bottled water.</p><p>As for the reports of cockroaches, the spokesperson said the agency would not comment on anecdotal accusations but added that the facility has a pest control service.</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[Familias expresan preocupación por las condiciones dentro del centro federal de detención del centro de Miami]]></title><link>https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/familias-expresan-preocupacion-por-las-condiciones-dentro-del-centro-federal-de-detencion-del-centro-de-miami/</guid><dc:creator><![CDATA[Christian De La Rosa]]></dc:creator><description><![CDATA[Local 10 News está investigando las serias preocupaciones que se han planteado sobre las condiciones en el Centro Federal de Detención del centro de Miami.]]></description><pubDate>Wed, 08 Jul 2026 20:44:45 +0000</pubDate><content:encoded><![CDATA[<p>Local 10 News está investigando las serias preocupaciones que se han planteado sobre las condiciones en el Centro Federal de Detención del centro de Miami.</p><p>Según las familias, el centro es donde ahora permanecen detenidos decenas de inmigrantes que anteriormente estaban recluidos en Alligator Alcatraz.</p><p>Local 10 News ha recibido múltiples mensajes de familiares de inmigrantes detenidos en el lugar. Uno de los detenidos también llamó a la estación desde el interior del centro.</p><p>El hombre dijo que los detenidos han permanecido sin aire acondicionado durante el calor del verano.</p><p>Judith Castellanos dijo que su esposo, Marlon Cervelo, es uno de las decenas de detenidos trasladados al centro después de que Alligator Alcatraz cerrara recientemente.</p><p>Dijo que los detenidos han tenido que dormir en ropa interior debido al calor.</p><p>Annett dijo que su esposo, Daikel Dumont, quien también estuvo detenido anteriormente en el centro de detención cerca de los Everglades, ahora también se encuentra en el centro del centro de Miami.</p><p>Dijo que la falta de aire acondicionado no es su única preocupación.</p><p>Según Annett, los detenidos están bebiendo agua de los lavamanos metálicos de sus celdas.</p><p>Las familias también expresaron preocupación por la presencia de cucarachas dentro del centro.</p><p>Local 10 News se comunicó con el Servicio de Inmigración y Control de Aduanas de Estados Unidos (ICE), pero un portavoz no pudo responder las preguntas.</p><p>La Oficina Federal de Prisiones emitió la siguiente declaración:</p><p>“El Centro Federal de Detención experimentó un problema con uno de los enfriadores que suministra aire acondicionado a las instalaciones. El departamento de mantenimiento identificó de inmediato el problema y comenzó las reparaciones. La falla del aire acondicionado ya fue corregida…”</p><p>Un informe de infraestructura de 2020 también muestra que el centro ha experimentado problemas con el aire acondicionado durante años.</p><p>Las cámaras de Local 10 News encontraron una unidad portátil de enfriamiento funcionando en el exterior del centro. Posteriormente, un portavoz de la Oficina Federal de Prisiones confirmó que ha estado allí durante tres años para ayudar a enfriar las instalaciones.</p><p>Un familiar describió el centro de detención como “otro Alcatraz”.</p><p>Cuando se le preguntó cómo se comparaban las condiciones con las que su esposo le describió en Alligator Alcatraz, Annett dijo que él le aseguró que el centro del centro de Miami es peor.</p><p>Las familias dijeron que quieren que los detenidos sean tratados de manera humana.</p><p>“Son seres humanos y no están siendo tratados como seres humanos”, dijo Annett.</p><p>Al ser consultada sobre su mayor temor, dijo que teme que le ocurra algo a su esposo mientras permanece detenido en el centro y que nadie sea considerado responsable.</p><p>El Centro Federal de Detención alberga a más personas que solo detenidos del ICE.</p><p>Datos obtenidos por Local 10 News de la Oficina Federal de Prisiones muestran que actualmente hay poco más de 1,300 reclusos detenidos en el centro.</p><p>Respecto a las preocupaciones sobre el acceso al agua, un portavoz de la Oficina Federal de Prisiones dijo que el centro experimentó un problema de presión de agua la semana pasada. Mientras se resolvía la situación, a los reclusos se les proporcionó agua embotellada.</p><p>En cuanto a los reportes sobre cucarachas, el portavoz dijo que la agencia no comentaría acusaciones anecdóticas, pero agregó que el centro cuenta con un servicio de control de plagas.</p>]]></content:encoded></item><item><title><![CDATA[Presentan a Tim Hardaway Jr. con el Heat; llevará con honor el número 10 retirado de su padre]]></title><link>https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[El Miami Heat presentó oficialmente este miércoles al veterano escolta Tim Hardaway Jr., dando la bienvenida de regreso a casa al jugador nacido en Miami y revelando que usará el número 10 retirado de su padre.]]></description><pubDate>Wed, 08 Jul 2026 19:45:56 +0000</pubDate><content:encoded><![CDATA[<p>El Miami Heat presentó oficialmente el miércoles al veterano escolta Tim Hardaway Jr., dando la bienvenida de regreso a casa al jugador nacido en Miami y revelando que usará el número 10 retirado de su padre.</p><p>Hardaway, quien creció en Miami y asistió a Miami Palmetto High School y Palmer Trinity School antes de destacar en la Universidad de Michigan, dijo que firmar con el Heat hizo realidad un sueño de muchos años.</p><p>“Estoy feliz de estar aquí, feliz de estar en casa”, dijo Hardaway. “Este es definitivamente un momento surrealista, no solo para mí, sino también para mi familia. He soñado con esto durante mucho tiempo.”</p><p>Hardaway dijo que unirse a Miami fue una decisión fácil una vez que se presentó la oportunidad.</p><p>“Una vez que llegó la llamada, creo que fue una decisión obvia”, dijo. “Era la opción correcta, no solo para esta franquicia, sino también para mí personalmente, especialmente cuando tienes a dos jugadores que realmente necesitan espacio para salir y hacer lo que mejor saben hacer. Siento que mi trabajo aquí es simplemente hacerles la vida más fácil, y eso significa encestar tiros.”</p><p>El presidente del Heat, Pat Riley, elogió la consistencia y la capacidad de Hardaway para lanzar al aro, al tiempo que recordó la llegada de su padre a Miami durante la década de 1990.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hardaway calls this “surreal”.<br><br>“I’ve been dreaming about this moment for a very long time.” <a href="https://t.co/T4zRbeYwOB">https://t.co/T4zRbeYwOB</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074932299632714106?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“Recuerdo cuando él estaba aquí”, dijo Riley sobre Tim Hardaway. “Me trae muchos recuerdos. Ahora está aquí el hijo de un jugador cuyo número cuelga de las vigas del estadio.”</p><p>Riley bromeó diciendo que, si Hardaway Jr. logra que retiren su propio número, “tendremos que inventar un número 11 por un día o algo así”.</p><p>Hardaway Jr. dijo que usar el número 10 en Miami tiene un significado especial. El número de su padre fue retirado por el Heat y cuelga de las vigas del Kaseya Center.</p><p>“He usado ese número desde que empecé a jugar baloncesto por mi padre”, dijo Hardaway. “Siempre lo he admirado desde que comencé a jugar este deporte, y hasta el día de hoy sigue siendo así.”</p><p>Cuando le preguntaron cómo convenció a su padre de permitirle usar el número retirado, Hardaway sonrió antes de explicar la decisión.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">On the way he convinced his dad to let him wear No. 10. Tim Hardaway Jr says it was a family decision. <a href="https://t.co/NRIxwqxIlH">pic.twitter.com/NRIxwqxIlH</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074933078061887917?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“Solo voy a decir esto”, afirmó. “Creo que la primera vez fue una decisión personal. Y creo que la segunda vez fue una decisión familiar. Voy a usarlo con honor.”</p><p>Hardaway también reflexionó sobre su regreso a la franquicia donde pasó gran parte de su infancia alrededor del equipo.</p><p>“Quiero decir, desde la antigua arena, el Miami Arena, unas cuadras más allá, hasta esta… tengo muchísimos recuerdos de este lugar”, dijo. “Todos los que trabajaban aquí siguen aquí, lo cual es increíble. Me recibieron con los brazos abiertos, como si fuera de la familia.”</p><p>El veterano de 13 temporadas en la NBA ha jugado con los New York Knicks, Atlanta Hawks, Dallas Mavericks, Detroit Pistons y Denver Nuggets. Tiene promedios de carrera de 13.9 puntos, con un 41.9% de efectividad en tiros de campo y un 36.5% en tiros de tres puntos.</p><p>La temporada pasada con Denver, Hardaway promedió 13.5 puntos, 2.6 rebotes y 1.4 asistencias, con un 44.7% de efectividad en tiros de campo y un 40.7% en tiros de tres puntos. Dijo que espera complementar a las estrellas Giannis Antetokounmpo y Bam Adebayo creando espacios y encestando tiros abiertos.</p><p>“Mi trabajo es hacerles el trabajo más fácil”, dijo Hardaway. “Va a tomar tiempo. Habrá mucho análisis de video y muchas cosas que revisar para ver en qué podemos ser excelentes, pero también será muy divertido.”</p><p>Y no lo olvide, la próxima temporada podrá ver los partidos del Miami Heat por Local 10, ya que WPLG Local 10 y el Heat anunciaron un nuevo acuerdo ampliado de derechos de transmisión, que convierte a Local 10 en la casa del baloncesto del Heat en todo el sur de Florida. HAGA CLIC AQUÍ para obtener más información sobre cómo ver los partidos.</p><p>Los aficionados del Heat también pueden llamar al <a href="tel:786-777-4375" rel="">786-777-4375</a> para obtener más información sobre cómo comprar boletos para la temporada 2026-2027.</p>]]></content:encoded></item><item><title><![CDATA[Arrestan a capitán de Policía de North Miami Beach por cargo de voyeurismo en video]]></title><link>https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Arrestan a capitán de la Policía de North Miami Beach la noche del martes por orden de arresto por voyeurismo en video, muestran registros de la cárcel en línea.]]></description><pubDate>Wed, 08 Jul 2026 13:42:50 +0000</pubDate><content:encoded><![CDATA[<p>Un capitán de la Policía de North Miami Beach fue arrestado el martes por la Oficina del Sheriff de Miami-Dade en cumplimiento de una orden de arresto por voyeurismo en video cometido por un familiar o una figura de autoridad, muestran los registros de la cárcel en línea.</p><p>Según una orden de arresto, Jose Maya, de 40 años, está acusado de colocar un dispositivo de grabación de video debajo de la puerta de un baño, el cual grabó a la víctima, de 23 años.</p><p>Los detectives dijeron que la víctima descubrió el dispositivo el 28 de junio y reportó el incidente a las autoridades el lunes.</p><p>Las autoridades dijeron que la víctima afirmó que comenzó a sospechar de Maya el año pasado cuando lo sorprendió acostado en el piso, justo afuera de la puerta del baño, mientras ella se duchaba.</p><p>La mujer dijo que, al salir de la ducha, notó un pequeño objeto negro debajo de la puerta del baño, pero al principio pensó que era un insecto porque no llevaba puestos sus anteojos ni lentes de contacto.</p><p>Según la orden, la víctima dijo que Maya se puso de pie rápidamente cuando ella abrió la puerta del baño y afirmó que estaba arreglando una luz nocturna con sensor de movimiento cerca del baño.</p><p>La orden señala que la víctima sospechó de la situación, pero inicialmente descartó el incidente.</p><p>Según la orden, la víctima continuó notando un pequeño objeto negro que aparecía debajo de la puerta del baño mientras se duchaba y le contó a su madre sobre sus sospechas.</p><p>Los detectives dijeron que la madre de la víctima sugirió colocar un teléfono celular en el cuarto de lavado para confirmar sus sospechas.</p><p>Según la orden, la víctima lo hizo y su teléfono celular captó a Maya colocando un dispositivo de grabación debajo de la puerta del baño mientras la víctima se duchaba.</p><p>Los detectives dijeron que la madre de la víctima confrontó a Maya el 28 de junio y él hizo algún tipo de admisión, aunque sus declaraciones completas fueron censuradas en la versión pública de la orden de arresto.</p><p>Los detectives dijeron que la madre de la víctima le informó que uno de los videos mostraba sus glúteos, mientras que las otras grabaciones estaban borrosas.</p><p>Los registros muestran que Maya fue ingresado en el Centro Correccional Turner Guilford Knight alrededor de las 7:50 p.m. del martes.</p><p>“El Departamento de Policía de North Miami Beach está al tanto del arresto de uno de nuestros capitanes. Seguimos comprometidos con la transparencia, la rendición de cuentas y el cumplimiento de los más altos estándares profesionales para nuestra comunidad”, indicó el NMBPD en un comunicado emitido el miércoles.</p><p>El jefe de la Policía de North Miami Beach, Juan Pinillos, dijo que Maya fue relevado de sus funciones mientras se resuelve el caso, además de una investigación interna.</p><figure><img src="https://www.local10.com/resizer/v2/KDLTG537CJEBFOIJNIRBP4YIMM.jpg?auth=f0c07de63489199b2bfcd8ddc54158869ea7e959bc6946bb7e17752707676212&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Hasta la mañana del miércoles, Maya permanecía detenido en el TGK sin derecho a fianza.</p>]]></content:encoded></item><item><title><![CDATA[Tim Hardaway Jr. introduced by Heat, will wear father’s retired No. 10 ‘with honor’ ]]></title><link>https://www.local10.com/sports/local/2026/07/08/tim-hardaway-jr-introduced-by-heat-will-wear-fathers-retired-no-10-with-honor/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/08/tim-hardaway-jr-introduced-by-heat-will-wear-fathers-retired-no-10-with-honor/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Heat officially introduced veteran guard Tim Hardaway Jr. on Wednesday, welcoming the Miami native back home and revealing he will wear his father’s retired No. 10 jersey.]]></description><pubDate>Wed, 08 Jul 2026 19:41:38 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Heat officially introduced veteran guard Tim Hardaway Jr. on Wednesday, welcoming the Miami native back home and revealing he will wear his father’s retired No. 10 jersey.</p><p><a href="https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/presentan-a-tim-hardaway-jr-con-el-heat-llevara-con-honor-el-numero-10-retirado-de-su-padre/">Leer en español</a></p><p>Hardaway, who grew up in Miami and attended Miami Palmetto High School and Palmer Trinity School before starring at University of Michigan, said signing with the Heat fulfilled a longtime dream.</p><p>“I’m happy to be here, happy to be home,” Hardaway said. “This is definitely a surreal moment, not only for myself but for my family. I’ve been dreaming about this for a long time.”</p><p>Hardaway said joining Miami was an easy decision once the opportunity presented itself.</p><p>“Once the call came, I think it was kind of a no-brainer,” he said. “The right fit, not only for this franchise, but for me personally, especially when you have two of the guys out there that definitely need spacing for them to go out there and operate and do what they do best. My job here, I feel like it’s just to make their life easy, and that’s to knock down shots.”</p><p>Heat President Pat Riley praised Hardaway’s consistency and shooting ability while recalling his father’s arrival in Miami during the 1990s.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hardaway calls this “surreal”.<br><br>“I’ve been dreaming about this moment for a very long time.” <a href="https://t.co/T4zRbeYwOB">https://t.co/T4zRbeYwOB</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074932299632714106?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“I remember when he was here,” Riley said of Tim Hardaway Sr. “It just takes me back. Now the son of a guy that we have hanging from the rafters.”</p><p>Riley joked that if Hardaway earns his own jersey retirement, “we have to come up with a one-day No. 11 or something.”</p><p>Hardaway said wearing No. 10 in Miami carries special meaning. His father’s jersey has been retired by the Heat and hangs in the rafters at Kaseya Center.</p><p>“I’ve been wearing that number ever since I started playing the game of basketball because of my father,” Hardaway said. “I always looked up to him ever since I started playing the game, still do to this day.”</p><p>When asked how he convinced his father to let him wear the retired number, Hardaway smiled before explaining the decision.</p><blockquote class="twitter-tweet"><p lang="en" dir="ltr">On the way he convinced his dad to let him wear No. 10. Tim Hardaway Jr says it was a family decision. <a href="https://t.co/NRIxwqxIlH">pic.twitter.com/NRIxwqxIlH</a></p>&mdash; Will Manso (@WillManso) <a href="https://x.com/WillManso/status/2074933078061887917?ref_src=twsrc%5Etfw">July 8, 2026</a></blockquote><p>“I’m just gonna leave it at this,” he said. “I think the first go around it was a personal decision. And I think the second go around was a family decision. I’m going to wear it with honor. </p><p>Hardaway also reflected on returning to the franchise where he spent much of his childhood around the team.</p><p>“I mean, from the old arena, Miami Arena down the street to this one ... it’s so many memories that I remember about this place,” he said. “Everyone that’s been working here is still here, which is awesome. They treated me with open arms like I’m family.”</p><p>The 13-year NBA veteran has played for the New York Knicks, Atlanta Hawks, Dallas Mavericks, Detroit Pistons and Denver Nuggets. He owns career averages of 13.9 points while shooting 41.9% from the field and 36.5% from 3-point range.</p><p>Last season with Denver, Hardaway averaged 13.5 points, 2.6 rebounds and 1.4 assists while shooting 44.7% from the field and 40.7% from beyond the arc. He said he expects to complement stars Giannis Antetokounmpo and Bam Adebayo and by creating space and knocking down open shots.</p><p>“My job is to make their job easy,” Hardaway said. “It’s gonna take time. It’s gonna be a lot of film work, a lot of things to see where we can be great at, but a lot of fun.”</p><p>And don’t forget, you can watch Miami Heat games on Local 10 next season as WPLG Local 10 and the Heat announced a newly expanded media rights agreement, making Local 10 the home of HEAT basketball across South Florida! <a href="https://www.local10.com/sports/local/2026/06/08/wplg-local-10-becomes-the-home-of-the-miami-heat/" rel="">CLICK HERE</a> for more information on how to watch!</p><p>Heat fans can also call 786-777-4375 for more information on how to purchase tickets for the 2026-2027 season.</p>]]></content:encoded></item><item><title><![CDATA[North Miami Beach police captain arrested on video voyeurism charge]]></title><link>https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/north-miami-beach-police-captain-arrested-on-video-voyeurism-charge/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A North Miami Beach police captain was arrested Tuesday by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, online jail records show.]]></description><pubDate>Wed, 08 Jul 2026 12:12:07 +0000</pubDate><content:encoded><![CDATA[<p>A North Miami Beach police captain was arrested Tuesday by the Miami-Dade Sheriff’s Office on a warrant for video voyeurism by a family member or authority figure, online jail records show.</p><p><a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-capitan-de-policia-de-north-miami-beach-por-cargo-de-voyeurismo-en-video/">Leer en español</a></p><p>According to an arrest warrant, Jose Maya, 40, is accused of planting a video recording device under a bathroom door, which recorded the 23-year-old victim.</p><p>Detectives said the victim discovered the device on June 28 and reported the incident to law enforcement on Monday. </p><p>Authorities said the victim claimed she first became suspicious of Maya last year when she caught him lying on the floor immediately outside the bathroom door as she was showering.</p><p>The woman said that as she exited the shower, she noticed a small black object underneath the bathroom door, but she initially thought it was an insect because she wasn’t wearing her glasses or contact lenses.</p><p>According to the warrant, the victim said Maya quickly stood up as she opened the bathroom door, and claimed that he had been fixing a motion-activated night light near the bathroom. </p><p>The warrant states that the victim was suspicious, but initially dismissed the incident.</p><p>According to the warrant, the victim continued noticing a small black object appearing underneath the bathroom door as she showered and told her mother about her suspicions.</p><p>Detectives said the victim’s mother suggested placing a cellphone in the laundry room to confirm her suspicions.</p><p>According to the warrant, the victim did so and her cellphone captured Maya placing a recording device under the bathroom door while the victim was showering. </p><p>Detectives said the victim’s mother confronted Maya on June 28 and he provided some kind of admission, although his full comments to her were redacted from the publicly released warrant.</p><p>Detectives said the victim’s mother told her one of the videos showed her buttocks, while the other recordings were blurry.</p><p>Records show Maya was booked into the Turner Guilford Knight Correctional Center at about 7:50 p.m. Tuesday. </p><p>“The North Miami Beach Police Department is aware of the arrest involving one of our captains. We remain committed to transparency, accountability, and upholding the highest professional standards for our community,” the NMBPD said in a statement Wednesday.</p><p>North Miami Beach Police Chief Juan Pinillos said Maya has been relieved of duty pending the outcome of the case along with an internal investigation.</p><figure><img src="https://www.local10.com/resizer/v2/KDLTG537CJEBFOIJNIRBP4YIMM.jpg?auth=f0c07de63489199b2bfcd8ddc54158869ea7e959bc6946bb7e17752707676212&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Maya posted a $7,500 bond on Wednesday and is expected to be released later in the day. In bond court earlier in the day, Miami-Dade County Judge Mindy Glazer ordered that he stay away from the victim and said he is not permitted to have any weapons or ammunition. </p><p>“Jose Maya has been arrested and charged, but an arrest is merely an allegation, not a definitive judgment of guilt,” Maya’s attorney, Eric Schwartzreich, said in a statement to Local 10 News. “Like every individual accused of a crime, our client is presumed innocent unless the State presents evidence beyond a reasonable doubt in a court of law.</p><p>“We are committed to thoroughly reviewing all the evidence, challenging the allegations through the judicial process, and vigorously defending our client in court.”</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[In a surprise swap, Trump flies back from Turkey in an old Air Force One, not the Qatari-gifted jet]]></title><link>https://www.local10.com/news/national/2026/07/08/in-a-surprise-swap-trump-flies-back-from-turkey-in-an-old-air-force-one-not-the-qatari-gifted-jet/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/in-a-surprise-swap-trump-flies-back-from-turkey-in-an-old-air-force-one-not-the-qatari-gifted-jet/</guid><dc:creator><![CDATA[By MICHELLE L. PRICE and KONSTANTIN TOROPIN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — President Donald Trump flew home from a NATO summit in Turkey on an old baby blue Air Force One plane instead of the new Qatari-gifted and retrofitted red, white and navy blue jet he arrived in, a surprise swap that came as the U.S. and Iran once again began trading strikes.]]></description><pubDate>Wed, 08 Jul 2026 20:48:26 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — President Donald Trump flew home from a NATO summit in Turkey on an old baby blue Air Force One plane instead of the new Qatari-gifted and retrofitted red, white and navy blue jet he arrived in, a surprise swap that came as the U.S. and Iran once again began trading strikes.</p><p>Trump offered little clarity on the swap, instead saying he would fly on the legacy aircraft “for old time’s sake,” and indicating that both aircraft would make a previously unscheduled stop on the way back to the U.S. at Royal Air Force Mildenhall, a base used by U.S. troops.</p><p>The travel switch raised fresh security questions about the new aircraft that the U.S. spent $400 million to retrofit. Images of the Qatari-gifted jet captured since its unveiling show it is not equipped with some of the same missile detection and countermeasure systems as the older jets.</p><p>The swap was also announced less than a day after the U.S. military conducted a series of large strikes in Iran in retaliation for its attacks on merchant shipping in the region. Iran shares a border with Turkey.</p><p>Trump first announced in a social media post that the gleaming new plane he had proudly shown off a day earlier would instead visit the U.K. base on the way home so military members could “tour the Aircraft.” Trump said he instead would be flying home in an older plane previously used as Air Force One.</p><p>When asked later during a news conference if security concerns had played a role in the switch, Trump didn’t directly answer but said that when it came to Iran, he was “No. 1 on the list for killing.”</p><p>When another reporter followed up, Trump said he’d be “going home by normal methods” while the new plane would be shown off to troops.</p><p>When asked if the missing countermeasures systems played a role in the jet being swapped out, the U.S. Air Force directed questions to the White House.</p><p>“The new Air Force One is a state-of-the-art aircraft that has been fitted with high-level security protocols that ensure the safety of the President and his staff," spokesman Steven Cheung said in a statement. "As the President has said recently, there are many enemies of America who have their sights on him, and we use every tool at our disposal— including distraction and misdirection— to address those threats.”</p><p>Trump departed Turkey aboard one of the older Boeing VC-25As that have carried presidents for three and a half decades. Consumer flight trackers were unable to monitor its transponder early in the flight after takeoff, suggesting it had been temporarily disabled by the crew -- a security measure used when ferrying the president to and from high-risk environments like war zones, not a major NATO ally hosting a long-scheduled summit.</p><p>Other world leaders’ flights departed with trackable transponders, including those from Germany and the U.K.</p><p>The luxurious Boeing 747-800 gifted by Qatar, that was modified to carry Trump, departed earlier Wednesday from Turkey and landed at RAF Mildenhall on Wednesday afternoon, flight trackers showed.</p><p>Iran has several missiles and drones in its inventory with enough range to make the roughly 800-mile (1,300-kilometer) flight from its own borders to Turkey, including some of its Shahed drones and Shahab ballistic missiles.</p><p>However, according to the Center for Strategic and International Studies, Iran does not possess weaponry that would be capable of effectively striking England at a range of roughly 2,500 miles (4,000 kilometers).</p><p>The U.S. Air Force, which oversees the running of the fleet of aircraft used by every president, had previously said that they had to prioritize making only some of the necessary upgrades and changes in order to deliver the Qatari jet — also known as the “bridge” aircraft — into service.</p><p>The Air Force argued that the rapid conversion of the jet was done “without accepting any risk regarding security, safety, or secure communications,” but did concede that “several highly complex engineering modifications required for the final (Air Force One aircraft) were intentionally excluded from the Bridge aircraft.”</p><p>Jeremiah Gertler, a senior analyst for Teal Group, an aviation and defense consulting firm, previously told The Associated Press that the absence of countermeasure systems, as well as a seemingly smaller number of communications antennas, suggested that the Qatari jet was better suited to only work as a domestic aircraft.</p><p>Trump's first flight on the new Qatari jet was to North Dakota last week.</p><p>The original Air Force One planes were built from scratch near the end of the Cold War and they were hardened against the effects of a nuclear blast and included a range of security features, such as anti-missile countermeasures and an onboard operating room.</p><p>The jets are also equipped with air-to-air refueling capabilities for contingencies, though it has never been utilized with a president on board.</p><p>The pair of Boeing jets that are currently being modified to act as the permanent upgrades to the Air Force One jets have been delayed, and are expected to be delivered in 2028.</p><p>___</p><p>Associated Press writer Zeke Miller contributed to this report.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/T3F7PYTWVCH3ZUAHM3AKEYOHU4.jpg?auth=fb163b4281e2d2a2df35d7fab6c79b452ecce29170d08f5c3d85642d5825b169&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Airforce One sits on the tarmac before U.S. President Donald Trump departs following the NATO summit at Ankara International Airport in Ankara, Turkey, Wednesday, July 8, 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/W7L5SPP5TRWUTDN25OK7HEHVIA.jpg?auth=caa627edbb27bf8da8a9b1671de443d73304c1732720ccdd81d98502ad24c73a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Staff lay a carpet on the tarmac before President Donald Trump exits Air Force One 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/5Q3C6J62YQCVRKEUONX5RHL6MQ.jpg?auth=e795c4fb97d7c506074ef7dc208182a841f0d73fdff788de9d13cd7c4873a227&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 during a media conference at the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Emrah Gurel)]]></media:description><media:credit role="author" scheme="urn:ebu">Emrah Gurel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RKC26POCTDTEULS5URPFPYBW3A.jpg?auth=b0c9b2cf23f548f8dc027515d1cdae18df3bee1ab0c5f9a88a2a4a2ecfd25d87&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Air Force One carrying President Donald Trump arrives for the NATO summit in Ankara, Turkey, Tuesday, July 7, 2026. (Abdullah Güçlü, Pool Photo via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Abdullah Güçlü</media:credit></media:content></item><item><title><![CDATA[What to know about protecting pets from the New World screwworm fly]]></title><link>https://www.local10.com/tech/2026/07/08/what-to-know-about-protecting-pets-from-the-new-world-screwworm-fly/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/08/what-to-know-about-protecting-pets-from-the-new-world-screwworm-fly/</guid><dc:creator><![CDATA[By JOHN HANNA, Associated Press]]></dc:creator><description><![CDATA[Two New World screwworm cases in dogs are among more than 30 confirmed instances in Texas and New Mexico, prompting warnings Wednesday from veterinarians and humane societies that pet owners need to remain vigilant to protect their animals.]]></description><pubDate>Wed, 08 Jul 2026 20:55:10 +0000</pubDate><content:encoded><![CDATA[<p>Two New World screwworm cases in dogs are among more than 30 confirmed instances in Texas and New Mexico, prompting warnings Wednesday from veterinarians and humane societies that pet owners need to remain vigilant to protect their animals.</p><p>The parasite reappeared in cattle in the U.S. in June, more than 50 years after it had been largely eradicated from the country. The pest is actually the larvae of the New World screwworm fly. It eats live flesh and fluids rather than dead material, as the larvae of most fly species do.</p><p>Here is what to know about the parasite, the threat it poses to pets and how to protect them:</p><p>Screwworm fly larvae can infest any mammal</p><p>The fly's migration north from Panama starting in 2024, and through Mexico in 2025, has agriculture officials warning that it poses a threat to the $113 billion U.S. cattle industry, but the larvae can hatch and breed in any mammal, including wildlife, dogs, cats and occasionally humans.</p><p>The problem develops when a female fly lays its eggs in open wounds and mucus. After the eggs hatch, the larvae feed for about a week before maturing, dropping to the ground and continuing to develop into an adult fly.</p><p>The American Veterinary Medical Association says newborn animals and animals with open wounds or who have undergone surgery or other medical procedures recently are especially vulnerable. Even a tick bite can host an infestation, Aaron Grady, executive director of the Houston Humane Society shelter, said during a webinar on the screwworm.</p><p>Infestation signs include restlessness and bad smell</p><p>Animal health experts say pet owners in areas where the screwworm is present — southern and southwestern Texas and southeastern New Mexico so far — should watch their animals closely and examine them for wounds, cuts and bites regularly.</p><p>Pet owners should look for any maggots or movement in a wound. Other signs include a foul smell and restlessness or anxiety in an animal, or an animal “hyper-fixating on looking or chewing in a certain area of the body," said Melissa Stansell, a veterinarian at the shelter Austin Pets Alive!</p><p>Any one of those is reason enough to go to a veterinarian. The affected animal is likely in a great deal of pain, and that can cause death from shock. The larvae also can cause death if they move into vital organs or by causing infections that turn deadly.</p><p>Flea, tick medications can stop an infestation</p><p>Humane society officials and veterinarians said shelters across Texas are trying to prevent infestations in animals by giving them prescription flea and tick medications. They recommend that pet owners do the same.</p><p>“It will kill the larvae as they ingest the blood and tissue,” Stansell said. “The chemical compositions of those products are what kill the actual larval stages of these flies.”</p><p>Veterinarians also can treat infestations and animals can recover if pet owners contact them quickly. Stansell said the treatment could include antibiotics.</p><p>“It is only fatal if left untreated,” she said.</p><p>An effort to eradicate the fly again is underway</p><p>The New World screwworm fly is a tropical species and decades ago would disappear each year when colder weather arrived with the fall or winter.</p><p>But state and U.S. Department of Agriculture officials aren't waiting for the weather to turn. They've returned to an eradication method that worked decades ago, breeding sterile male flies and releasing them into the wild. The female New World screwworm fly mates once in her monthslong life, and if her partner is sterile, her eggs won't hatch — causing the population in an area to drop and then disappear.</p><p>For years, the only factory breeding sterile flies in the Western Hemisphere was in Panama, but the USDA invested $21 million to convert a site in southern Mexico from breeding fruit flies to recently start breeding screwworm flies. The agency also plans to spend $750 million on a new fly factory in Texas, set to open next year.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IKG2W6AIOMQFEZKWXUXKKWLUHA.jpg?auth=a649cfda120844b8353848005aaee4987218a80281d72c918f49d1a23dd6e825&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Dyed fly pupae are seen as a sterile fly dispersal station is placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/U36YCCFPTANCNZ27DCTBUSK2TI.jpg?auth=a2c583d096792da1336a917134a81dcd020f694a5979faaee7480f959a7139af&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Cattle graze near a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SP724PXPPIHZQSN4OCTEV4MJUU.jpg?auth=348db59591aa73b13576391e5c82359ce81e7147a733a3e1d1beabb65230f95a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Thousands of dyed fly pupae are seen in a sterile fly dispersal station placed by the U.S. Department of Agriculture to combat the spread of the New World screwworm fly on grounds of a ranch near La Pryor, Texas, Thursday, June 11, 2026. (AP Photo/Eric Gay)]]></media:description><media:credit role="author" scheme="urn:ebu">Eric Gay</media:credit></media:content></item><item><title><![CDATA[Reportan que estudiante ayuda a capturar a delincuente convicto que grababa en baños de mujeres del Miami Dade College]]></title><link>https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Los registros muestran que una estudiante del Miami Dade College confrontó, persiguió y retuvo recientemente a un delincuente convicto de 31 años después de descubrir que la estaba grabando mientras usaba un baño del North Campus.]]></description><pubDate>Wed, 08 Jul 2026 19:57:57 +0000</pubDate><content:encoded><![CDATA[<p>Los registros muestran que una estudiante del Miami Dade College confrontó, persiguió y retuvo a un delincuente convicto de 31 años después de descubrir que la estaba grabando mientras usaba un baño el martes en el North Campus.</p><p>La estudiante dijo que estaba usando un inodoro en el edificio 2 cuando vio “un teléfono celular negro grabándola desde debajo de la puerta del cubículo”, escribió un agente de la Oficina del Sheriff de Miami-Dade, según un informe.</p><p>La estudiante dijo que salió del cubículo y confrontó al hombre, a quien los agentes identificaron posteriormente como Rishard Parsons, quien tiene condenas desde 2014, según el informe de arresto del agente.</p><p>Parsons salió por última vez de prisión el 12 de abril y debía permanecer en libertad condicional por una agresión agravada cometida en 2019 hasta el 11 de abril de 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR" target="_blank" rel="noreferrer" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR">según</a> el Departamento de Correcciones de Florida.</p><p>La estudiante dijo que le ordenó a Parsons que “borrara el video”, pero él la empujó y huyó, por lo que ella “lo persiguió por el pasillo abierto” y “pidió ayuda a gritos”, según el informe de arresto del agente.</p><p>Un buen samaritano, que escuchó los gritos de ayuda de la estudiante, se unió a la persecución y ambos retuvieron a Parsons antes de que llegaran los agentes de seguridad pública del MDC y los agentes de la Oficina del Sheriff de Miami-Dade, según el informe.</p><p>“La víctima sufrió una posible fractura en la rodilla izquierda”, escribió un agente sobre la estudiante, según el informe de arresto.</p><p>Los agentes de seguridad pública del MDC ya estaban buscando a Parsons después de que otra mujer que trabaja para el MDC reportó que estaba en un cubículo de un baño del edificio 100 cuando vio que él “la estaba grabando desde el cubículo contiguo”, según el informe de arresto.</p><p>La empleada del MDC salió del baño y denunció a Parsons al personal de seguridad pública del MDC, que encontró un video de vigilancia en el que se observa a Parsons saliendo del baño de mujeres, según el informe del agente.</p><p>Los agentes detuvieron a Parsons, lo llevaron a la unidad de víctimas especiales de la Oficina del Sheriff de Miami-Dade para ser interrogado y él “admitió haber estado en el campus y haber cometido actos de voyeurismo contra ambas víctimas”, según el informe de arresto del agente.</p><p>Correcciones de Miami-Dade ingresó a Parsons a la 1:05 a.m. del miércoles en el Centro Correccional Turner Guilford Knight, según los registros de reclusos.</p><p>Parsons enfrentó tres cargos: dos por voyeurismo y uno por agresión grave. Su fianza fue fijada en $21,500 USD.</p><p><i>El editor de la mesa de asignaciones de Local 10 News, Carson Merlo, contribuyó a este informe.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUU4HNVURFFIDAVUX65H7AQMSE.jpg?auth=5da077e78db21a3e80679627af07a8c5bf4b3eb986e4f8c1c06cae3c25b1da55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Rishard Parsons after a student helped to detain him on Tuesday at the Miami Dade College's North Campus.]]></media:description></media:content></item><item><title><![CDATA[Student helps catch felon recording in Miami Dade College women’s restrooms, deputies report]]></title><link>https://www.local10.com/news/local/2026/07/08/student-helps-catch-felon-recording-in-miami-dade-college-womens-restrooms-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/student-helps-catch-felon-recording-in-miami-dade-college-womens-restrooms-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[A Miami Dade College student recently confronted,  chased, and detained a 31-year-old convicted felon after she caught him filming her as she used a restroom at the North Campus, records show. ]]></description><pubDate>Wed, 08 Jul 2026 19:24:24 +0000</pubDate><content:encoded><![CDATA[<p>A Miami Dade College student confronted, chased, and detained a 31-year-old convicted felon after she caught him filming her as she used a restroom on Tuesday at the North Campus, records show. </p><p><a href="https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/reportan-que-estudiante-ayuda-a-capturar-a-delincuente-convicto-que-grababa-en-banos-de-mujeres-del-miami-dade-college/">Leer en español</a></p><p>The student said she was using a toilet at Building 2 when she saw “a black cellular telephone recording her from underneath the stall,” a Miami-Dade Sheriff’s Office deputy wrote, according to a report. </p><p>The student said she exited the stall and confronted the man, who deputies later identified as Rishard Parsons, who has convictions going back to 2014, according to the deputy’s arrest report. </p><p>Parsons was last released from prison on April 12, and he was supposed to be on probation over a 2019 aggravated battery until April 11, 2028, <a href="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR" target="_self" rel="" title="https://pubapps.fdc.myflorida.com/offenderSearch/detail.aspx?Page=Detail&amp;DCNumber=M89524&amp;TypeSearch=IR">according</a> to the Florida Department of Corrections. </p><p>The student said she ordered Parsons to “delete the video,” but he pushed her and fled, so she “pursued him through the breezeway” and “shouted for assistance,” according to the deputy’s arrest report. </p><p>A good Samaritan, who heard the student’s cries for help, joined the pursuit, and they detained Parsons before MDC public safety officers and MDSO deputies arrived, according to the report. </p><p>“The victim suffers from a possible fracture to her left knee,” a deputy wrote about the student, according to the arrest report. </p><p>MDC public safety officers were already searching for Parsons after another woman who works for MDC had reported she was in a stall at a restroom in the 100 building when she saw he “was recording her from the adjacent stall,” according to the arrest report. </p><p>The MDC employee walked out of the restroom and reported Parsons to MDC public safety personnel, who found surveillance video of him leaving the women’s restroom, according to the deputy’s report. </p><p>Deputies detained Parsons, took him to the MDSO special victims’ bureau for questioning, and he “admitted to being on campus and committing acts of voyeurism against both victims,” according to the deputy’s arrest report.</p><p>Miami-Dade corrections booked Parsons at 1:05 a.m. on Wednesday at the Turner Guilford Knight Correctional Center, according to inmate records. </p><p>Parsons faced three charges: Two counts of voyeurism and felony battery. His bond was $21,500. </p><p><i>Local 10 News Assignment Desk Editor Carson Merlo contributed to this report. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GUU4HNVURFFIDAVUX65H7AQMSE.jpg?auth=5da077e78db21a3e80679627af07a8c5bf4b3eb986e4f8c1c06cae3c25b1da55&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested Rishard Parsons after a student helped to detain him on Tuesday at the Miami Dade College's North Campus.]]></media:description></media:content></item><item><title><![CDATA[The family number 10 now belongs to Tim Hardaway Jr. in Miami. He calls it a superpower]]></title><link>https://www.local10.com/sports/2026/07/08/the-family-number-10-now-belongs-to-tim-hardaway-jr-in-miami-he-calls-it-a-superpower/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/the-family-number-10-now-belongs-to-tim-hardaway-jr-in-miami-he-calls-it-a-superpower/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI (AP) — Tim Hardaway Jr. would always follow the same routine in his 15 visits to Miami as an opponent. Walk into the arena, take a look into the rafters, gaze at one specific banner.]]></description><pubDate>Wed, 08 Jul 2026 19:54:12 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI (AP) — Tim Hardaway Jr. would always follow the same routine in his 15 visits to Miami as an opponent. Walk into the arena, take a look into the rafters, gaze at one specific banner.</p><p>“Hardaway 10” sways, commemorating his father's time with the Heat and the jersey they retired in Tim Hardaway Sr.'s honor.</p><p>“Coming here when I was an opponent, I felt like it gave me a superpower,” Hardaway Jr. said.</p><p>It's his jersey now.</p><p>The Heat formally introduced part of the family on Wednesday, with the 34-year-old Hardaway getting his welcome-back-to-Miami news conference — and getting handed a No. 10 Heat jersey, only this one with “Jr.” after the family surname on the back.</p><p>“This is really bizarre,” said Heat President Pat Riley, who coached the elder Hardaway in Miami.</p><p>The younger Hardaway used to run around the Heat practice floor as a kid while his dad played games, or hang out in the family room partaking in video games. As Hardaway Jr. got older, Riley would ask someone on the staff to put him through workouts on the practice court.</p><p>That staffer was Erik Spoelstra, now the Heat head coach.</p><p>“I think things are going to be a little bit more serious now than before,” Hardaway said. “But I mean, I’m very comfortable and confident to be able to go up there and talk to coach anytime I need some guidance or assistance on anything. I feel like he’s a great person in order to do that.”</p><p>Miami entered the offseason with a slew of wishes and needs. It wanted a superstar; it landed one by getting Giannis Antetokounmpo (and, like the rest of the league, is waiting to hear where former Heat star LeBron James wants to play this coming season). It also wanted to find shooting and durability; Hardaway is coming off a season where he had career-bests in 3-pointers made (224) and 3-point percentage (nearly 41%), and he's played in 236 of a possible 246 regular-season games over the last three seasons.</p><p>His role in Miami, whether as a starter or off the bench, will be simple: Make life easier for Antetokounmpo and Heat center Bam Adebayo.</p><p>“Once the call came, I think it was kind of a no-brainer,” Hardaway said. “It's the right fit, not only for this franchise, but for me personally — especially when you have two guys out there that definitely need spacing for them to go out there and operate and do what they do best. My job here, it’s just to make their life easy and that’s to knock down shots.”</p><p>And he gets to come home to do all that. Born and raised in Miami, the Heat will be his sixth NBA team — in the city he still calls home.</p><p>“I've been praying for this day,” Hardaway said. “I've always wanted this day to come, ever since I was a kid.”</p><p>___</p><p>AP NBA: https://apnews.com/hub/NBA</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UNR67COUW2LPC756SLX2EZZOE4.jpg?auth=c86bbfbf6afff78bc35731cc70ae471c1e33d2d6f6f1b9e9711bb67f92824533&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Denver Nuggets guard Tim Hardaway Jr. is seen in the first half of an NBA basketball game, March 27, 2026, in Denver. (AP Photo/David Zalubowski, File)]]></media:description><media:credit role="author" scheme="urn:ebu">David Zalubowski</media:credit></media:content></item><item><title><![CDATA[Justin Bieber and more join World Cup final halftime show featuring Madonna, Shakira and BTS]]></title><link>https://www.local10.com/entertainment/2026/07/08/justin-bieber-and-more-join-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/justin-bieber-and-more-join-world-cup-final-halftime-show-featuring-madonna-shakira-and-bts/</guid><dc:creator><![CDATA[By MARIA SHERMAN, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Justin Bieber will bring his swag to the World Cup's star-studded, Super Bowl-style halftime show, joining fellow headliners Madonna, Shakira and BTS, FIFA announced Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 19:27:10 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Justin Bieber will bring his swag to the World Cup’s star-studded, Super Bowl-style halftime show, joining fellow headliners Madonna, Shakira and BTS, FIFA announced Wednesday.</p><p>Afrobeats star Burna Boy, Venezuelan conductor Gustavo Dudamel and the PS22 Chorus — a choir of elementary school students based in Staten Island, New York — will also perform, the last joined by Coldplay.</p><p>The 11-minute halftime performance, curated by Coldplay’s Chris Martin, will take place during the final outside New York on July 19. The show will support the FIFA Global Citizen Education Fund, which is raising $100 million to help children access education and soccer.</p><p>“The FIFA World Cup brings the world together in a way nothing else can,” Bieber said in a statement. “I’m grateful to be part of this Halftime Show, and even more grateful knowing it’s already helping expand access to education for children around the world.”</p><p>Of all the performances, the addition of Burna Boy is particularly noteworthy: He’s one-half of this year’s official song for the World Cup, “Dai Dai,” led by Shakira. The song is a mesh of their musical landscapes: Afrobeats and Latin rhythms, an undeniably global, multilingual pop track. In one verse, they name a number of the world’s most famous soccer players and countries competing in this year’s World Cup: “Brazil, Uruguay, Argentina, Colombia,” Shakira cheers. “Mexico, Japan, Korea, Netherlands.”</p><p>“The FIFA World Cup is one of the few moments that truly brings the entire world together,” Burna Boy said in a statement. “To represent Africa on the first-ever FIFA World Cup Final Halftime Show is a privilege and a responsibility that I don’t take lightly.”</p><p>And while the Super Bowl is famed for its halftime show, such performances are not commonplace in soccer, with events like the Champions League final featuring a pre-match concert.</p><p>This year’s World Cup halftime performance will also feature some characters from “Sesame Street,” as well as Muppets like Kermit and Miss Piggy.</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/BVBDXQNGIXPGEIASPWP3C7OOUA.jpg?auth=42542e32c643eb2d77381c45407f1e1377b8b66c7bfc34a51b8a7d2e27bbbc41&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Justin Bieber performs during the 68th annual Grammy Awards in Los Angeles on Feb. 1, 2026. (AP Photo/Chris Pizzello, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Chris Pizzello</media:credit></media:content></item><item><title><![CDATA[Blackhawks star Connor Bedard to miss start of the season after shoulder surgery]]></title><link>https://www.local10.com/sports/2026/07/08/blackhawks-star-connor-bedard-to-miss-start-of-the-season-after-shoulder-surgery/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/blackhawks-star-connor-bedard-to-miss-start-of-the-season-after-shoulder-surgery/</guid><dc:creator><![CDATA[By JAY COHEN, Associated Press]]></dc:creator><description><![CDATA[CHICAGO (AP) — Chicago Blackhawks center Connor Bedard will miss the start of the season after he had surgery on his left shoulder on Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 20:45:56 +0000</pubDate><content:encoded><![CDATA[<p>CHICAGO (AP) — Chicago Blackhawks center Connor Bedard will miss the start of the season after he had surgery on his left shoulder on Wednesday.</p><p>Team physician Michael Terry said Bedard is expected "to make a full recovery in an approximate timeline of four months.” The NHL hasn't announced its regular-season schedule, but the Blackhawks played their first game last season on Oct. 7.</p><p>Bedard, who turns 21 on July 17, got hurt while skating with a group of NHL players last week in western Canada. It's a major blow for a Blackhawks team trying to emerge from a painful rebuilding process.</p><p>Bedard set career highs with 30 goals and 45 assists in 69 games in his third NHL season. He missed 12 games after he hurt his right shoulder on a draw during a 3-2 loss at St. Louis on Dec. 12.</p><p>“He’s so important to our team,” general manager Kyle Davidson said in April. “He took such a big step forward this year in every facet.”</p><p>Bedard is a restricted free agent, and it remains to be seen if the injury has any effect on the negotiations for his next contract. He missed nearly six weeks of his rookie season with a broken jaw.</p><p>Chicago went 29-39-14 last season, an 11-point improvement and still nowhere near playoff contention. It has finished No. 31 in the NHL each of the past three years.</p><p>Defenseman Bowen Byram was acquired in a trade with Buffalo on June 23, and the Blackhawks signed forward Cole Smith and defenseman Ian Cole on the first day of NHL free agency.</p><p>Bedard reached out to Byram, Smith and Cole after they were brought in by the team.</p><p>“Obviously a superb young talent,” Cole said Wednesday when asked about sharing the ice with Bedard. “Unfortunately, yeah, it sounds like it’s going to be a little later than originally anticipated, but you know he seems like a great guy.”</p><p>The Blackhawks haven’t made a postseason appearance since the NHL used an expanded playoff format after the 2020 season was affected by the COVID-19 pandemic.</p><p>Bedard has been the centerpiece of the team since he was the No. 1 overall pick in the 2023 draft. He made his anticipated NHL debut that October and won the Calder Trophy as the league’s rookie of the year. He had 23 goals and 44 assists while appearing in all 82 games in his second season.</p><p>___</p><p>AP NHL: https://apnews.com/hub/nhl</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/FJVML22PSY6KMTUDUVJVPCVRJY.jpg?auth=d3ca23d018241dae297d10f962d6b2194929ff3e68b331aa463872ee5cb3c48b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Chicago Blackhawks' Connor Bedard plays during an NHL hockey game Thursday, March 26, 2026, in Philadelphia. (AP Photo/Matt Slocum, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Matt Slocum</media:credit></media:content></item><item><title><![CDATA[Artemis II astronauts reunite with their moonship 3 months after record-breaking flight]]></title><link>https://www.local10.com/tech/2026/07/08/artemis-ii-astronauts-reunite-with-their-moonship-3-months-after-record-breaking-flight/</link><guid isPermaLink="true">https://www.local10.com/tech/2026/07/08/artemis-ii-astronauts-reunite-with-their-moonship-3-months-after-record-breaking-flight/</guid><dc:creator><![CDATA[By MARCIA DUNN, Associated Press]]></dc:creator><description><![CDATA[CAPE CANAVERAL, Fla. (AP) — The Artemis II astronauts reunited with their capsule Wednesday three months after flying around the moon and traveling deeper into space than anyone in history.]]></description><pubDate>Wed, 08 Jul 2026 19:32:14 +0000</pubDate><content:encoded><![CDATA[<p>CAPE CANAVERAL, Fla. (AP) — The Artemis II astronauts reunited with their capsule Wednesday three months after flying around the moon and traveling deeper into space than anyone in history.</p><p>It was their first visit to Kennedy Space Center since they blasted off in April. The last time the four saw the pad, the massive Space Launch System rocket had stood upon it.</p><p>“It's a lonely place without that rocket on it,” commander Reid Wiseman said. He and his crew spent the day thanking all those who helped send them on the flight.</p><p>The three NASA astronauts and one Canadian set a new record for distance travel during the lunar fly-around — 252,756 miles (406,771 kilometers). It was humanity’s first trip to the moon in more than half a century.</p><p>Public enthusiasm over the mission is still high, Wiseman noted. While boarding a plane in France about a week ago, he said, a woman handed him her boarding pass with this message written on it: “Thank you for reminding us about joy and hope in the universe again.”</p><p>They're excited about handing off to the next Artemis crew: three NASA astronauts and one Italian announced last month. Set for next year, the Artemis III mission will remain in orbit around Earth and practice docking with lunar landers in development by SpaceX and Blue Origin. Artemis IV will follow as early as 2028 with a moon landing by two astronauts not yet identified.</p><p>The entire Artemis III crew is male, something that doesn't faze Artemis II's Christina Koch, who became the first woman to fly to the moon. What would be worse, she said, was someone overruling NASA's crew selection for Artemis III just “to make it look a certain way.”</p><p>“I am so glad and so proud that that's not the situation we have,” she told reporters.</p><p>Wiseman and Koch flew to the moon alongside pilot Victor Glover and Canada's Jeremy Hansen. Hansen announced earlier this week that he will leave the Canadian Space Agency in September, but remain a reservist in the Royal Canadian Air Force and continue supporting the Artemis program.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/IAJBK7ZTSZ77YNDDUG32VNNMYQ.jpg?auth=74f8c25ad42377aef2930e1e8c22c9a59c0f48aee1b6a713c3f84e60e5e481d5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Artemis II crew members Reid Wiseman, from left, Victor Glover, Christina Koch and Jeremy Hansen stand as President Donald Trump speaks during Salute to America, an Independence Day event honoring the nation's 250th anniversary, Saturday, July 4, 2026, on the National Mall in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Judge sets February trial for man charged with planting pipe bombs on the eve of the Capitol riot]]></title><link>https://www.local10.com/news/politics/2026/07/08/judge-sets-february-trial-for-man-charged-with-planting-pipe-bombs-on-the-eve-of-the-capitol-riot/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/judge-sets-february-trial-for-man-charged-with-planting-pipe-bombs-on-the-eve-of-the-capitol-riot/</guid><dc:creator><![CDATA[By MICHAEL KUNZELMAN, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — A federal trial is scheduled to start in February for 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 by a mob of President Donald Trump's supporters.]]></description><pubDate>Wed, 08 Jul 2026 19:28:45 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — A federal trial is scheduled to start in February for 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 by a mob of President Donald Trump's supporters.</p><p>The trial for Brian J. Cole Jr. is set to begin Feb. 16 and last about two weeks. U.S. District Judge Amir Ali set the trial date during a brief hearing Wednesday.</p><p>Zachary Lawson, one of Cole’s lawyers, told Ali that defense attorneys and prosecutors have not discussed the possibility of a plea deal to resolve the case.</p><p>On Monday, the judge ruled that Trump's mass pardons for Capitol rioters did not apply to Cole. Ali refused to dismiss Cole's case before trial, rejecting defense lawyers' arguments that their client qualifies for a pardon because his alleged actions are “inextricably and demonstrably tethered” to the events near the Capitol on Jan. 6.</p><p>Ali, who was nominated by Democratic President Joe Biden, concluded that Trump’s blanket pardons for Jan. 6 rioters explicitly applied only to people who were convicted of crimes related to the attack.</p><p>Cole was arrested nearly a year after Trump, a Republican, pardoned, commuted the prison sentences and ordered the dismissal of cases for all 1,500-plus people charged in the Jan. 6 attack. Prosecutors have said that Cole gave a confession when FBI agents questioned him after his arrest.</p><p>Cole is accused of placing two pipe bombs outside the Republican National Committee and the Democratic National Committee headquarters near the Capitol on the night before the riot. The devices did not detonate before law enforcement officers discovered them on Jan. 6.</p><p>A grand jury indicted Cole on four counts: interstate transportation of explosives, malicious intent to use explosives, an act of terrorism while armed and attempting to use weapons of mass destruction.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/SYZHLGMWDMCMODLMKWXDR27EEY.jpg?auth=57987b91b895d31232e36cfd7cd3bb0d76a97e9ac7a4cb02ebdd7b6635ca9076&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The U.S. Capitol is seen during Independence Day events honoring the nation's 250th anniversary, Saturday, July 4, 2026, in Washington. (AP Photo/Rahmat Gul)]]></media:description><media:credit role="author" scheme="urn:ebu">Rahmat Gul</media:credit></media:content></item><item><title><![CDATA[Outbreak of diarrhea-causing parasite grows to more than 1,000 cases]]></title><link>https://www.local10.com/health/2026/07/08/outbreak-of-diarrhea-causing-parasite-grows-to-more-than-1000-cases/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/08/outbreak-of-diarrhea-causing-parasite-grows-to-more-than-1000-cases/</guid><dc:creator><![CDATA[By MIKE STOBBE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Nearly 1,000 people in Michigan have been diagnosed with a parasitic infection that can cause weeks of watery diarrhea, making it the largest such outbreak in state history and one of the nation’s largest in years.]]></description><pubDate>Wed, 08 Jul 2026 21:26:24 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Nearly 1,000 people in Michigan have been diagnosed with a parasitic infection that can cause weeks of watery diarrhea, making it the largest such outbreak in state history and one of the nation’s largest in years.</p><p>No deaths have been reported and the source of the cyclospora infections hasn't been identified. Meanwhile, investigations into similar illnesses have been going on in 28 other states, including in Ohio, where people just across the Michigan border are also becoming sick.</p><p>Michigan officials first announced the outbreak last week, when they were aware of more than 170 cases — all in the southeastern corner of the state — since June 22. Michigan usually identifies only about 50 cases each year.</p><p>On Wednesday, the state reported the number had grown to 992, including about 40 hospitalizations. Just across the state line, Lucas County, Ohio, reported 306 cases as of Wednesday. Northwest Ohio has seen more than 500 cases.</p><p>Cyclospora surges can be tricky to investigate, and food poisoning sources can be hard to establish. But “there is clearly a linked outbreak happening right now,” Dr. Natasha Bagdasarian, Michigan’s chief medical executive, told The Associated Press on Wednesday.</p><p>Here's what to know about the current situation:</p><p>What is cyclospora?</p><p>Cyclospora is a microscopic, spherical parasite that commonly causes watery diarrhea “with frequent and sometimes explosive bowel movements,” according to the U.S. Centers for Disease Control and Prevention. The illness, called cyclosporiasis, is not usually life threatening and is typically treated with antibiotics. Outbreaks tend to occur most often in the late spring and summer.</p><p>The heat-loving parasite infects the bowels and spreads through feces. In the past, people have been infected by consuming fruits or vegetables that were exposed to feces-contaminated irrigation water.</p><p>It’s less common than a number of other kinds of foodborne illnesses, including salmonella and E. coli. For years, few U.S. cyclospora outbreaks were reported each year. But the number started rising about a decade ago, with a particularly notable spike in 2018 and 2019. Experts attribute the increases to climate change and better detection.</p><p>How does this outbreak compare to previous ones in the US?</p><p>Comprehensive data on cyclospora outbreaks is lacking. But available information shows only a small number of documented outbreaks in the last 20 years have surpassed 1,000 cases. That short list includes a 1997 outbreak tied to Guatemalan raspberries that sickened more than 1,000 in the U.S. and Canada, and a 2019 outbreak linked to Mexican basil that sickened more than 2,400.</p><p>There are several reasons it's challenging to know the exact toll, said Melanie Firestone, a University of Minnesota foodborne illness researcher. Some tests used to check for types of food poisoning are not geared to detect cyclospora, “so there is a lot of underreporting when it comes to this,” she said.</p><p>Other challenges: Technicians aren't able to grow the parasite in labs, making it hard to draw evidence from contaminated produce. And it can be hard to figure out what food sick people had in common, because sometimes it’s a single ingredient that might be common in multiple recipes — like basil or cilantro.</p><p>Also, it's possible that food distributors may channel contaminated foods to both grocery stores and restaurants, making it hard to discern where tainted food came from. Investigations can take months and sometimes never find a clear source.</p><p>What's the current situation?</p><p>Cases seem to be surging in and around southeastern Michigan. But it's not considered a national health emergency.</p><p>There's no evidence that the parasite has evolved to become more infectious, said Dianna Blau, the CDC's acting parasitic diseases branch chief.</p><p>Thousands of cyclospora illnesses are reported in the U.S. each year and it's not yet clear how unusual this year will be, she added. That said, the case total so far is four times higher than at the same point last year, according to current CDC national data, which lags dramatically from what's being reported by the states.</p><p>Michigan appears to be suffering the worst of it, but the state's aggressiveness in investigating and reporting cases may be “part of the reason why this looks like a Michigan problem,” Bagdasarian said.</p><p>How can you protect yourself from cyclospora?</p><p>People who have diarrhea that hasn’t gone away on its own within a few days should see a health provider and discuss the possibility of cyclospora, officials say.</p><p>The best way to prevent infection with a parasite is to avoid food or water that may have been contaminated.</p><p>Fresh produce should be thoroughly washed before being eaten. But be aware that cyclospora can really stick to some foods, so washing may not eliminate the risk of infection.</p><p>As Michigan officials investigate the potential source, they recommend consumers purchase whole heads of lettuce rather than prewashed, bagged lettuce or salad mixes, and to remove the outer two to three leaves before washing the remaining leaves under running water.</p><p>They also say to cook vegetables when possible.</p><p>___</p><p>The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GOTEQDO7QHMNXLCICTU6VQDGAM.jpg?auth=1665e8a87a6fa3f89c644ef89f6c50edf252c11eaf2bf38a6d4e8c7e109aa369&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This undated photo taken through a microscope provided by the CDC shows Cyclospora cayetanensis oocysts found in a fresh stool sample which had been prepared with a formalin solution and stained with safranin. (CDC via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Melanie Moser</media:credit></media:content></item><item><title><![CDATA[Police: Man arrested after barricading himself inside Hollywood home, setting it on fire]]></title><link>https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/police-man-arrested-after-barricading-himself-inside-hollywood-home-setting-it-on-fire/</guid><dc:creator><![CDATA[David Dwork, Jeff  Derderian ]]></dc:creator><description><![CDATA[A man is in police custody after allegedly setting a fire inside a home that he had barricaded himself inside of.]]></description><pubDate>Wed, 08 Jul 2026 14:20:05 +0000</pubDate><content:encoded><![CDATA[<p>A man is in police custody after allegedly setting a fire inside a home that he had barricaded himself inside of.</p><p><a href="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/">Leer en español</a></p><p>It happened during the early morning hours on Wednesday along the 5200 block of Wiley Street in Hollywood. </p><p>Authorities have since identified the suspect as Kevin Lamar Bryant, 38. </p><p>According to Hollywood police, officers responded to the home around 1:30 a.m. after receiving reports of a disturbance involving a man. </p><p>When they arrived, officers said Bryant barricaded himself inside, and then around 4 a.m. intentionally set a fire inside the home. </p><p>Crews with Hollywood Fire Rescue quickly responded and were able to extinguish the fire, which they said caused significant damage to the home which had previously been condemned. </p><p>Juan Benitez, who lives next door, said it was police officers banging on his door that woke him up and helped him to safety. </p><p>“They said, ‘Get out of the house, the house is on fire,’” Benitez said. “It’s like something out of a movie, it’s unrealistic. First time something like that has ever happened to me.”</p><p>Police said they were then able to remove Bryant from the engulfed home before taking him custody without further incident. </p><p>“He was just yelling nonsense,” said Benitez. “I couldn’t understand.”</p><p>According to HFR, Bryant suffers from severe mental illness and was taken to the hospital for treatment. </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[Ukraine's Kostyuk extends Wimbledon run as attacks hit Kyiv. She slams IOC decision on Russia]]></title><link>https://www.local10.com/sports/2026/07/08/ukraines-kostyuk-extends-wimbledon-run-as-attacks-hit-kyiv-she-slams-ioc-decision-on-russia/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/ukraines-kostyuk-extends-wimbledon-run-as-attacks-hit-kyiv-she-slams-ioc-decision-on-russia/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — As Marta Kostyuk played on Centre Court at Wimbledon on Wednesday, her compatriots in Ukraine were dealing with another deadly attack by Russia on Kyiv.]]></description><pubDate>Wed, 08 Jul 2026 21:43:30 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — As Marta Kostyuk played on Centre Court at Wimbledon on Wednesday, her compatriots in Ukraine were dealing with another deadly attack by Russia on Kyiv.</p><p>It's been the same for much of Kostyuk’s run to the semifinals.</p><p>On Monday, after Russian missiles struck residential buildings close to where Kostyuk's parents live, she had to block that out to play her fourth-round match at the Grand Slam tournament. Last week, Russia hammered the Ukrainian capital with an 11-hour drone and missile attack that killed at least 21 civilians.</p><p>For Kostyuk, every day is about finding a way to focus on tennis while not shutting her eyes to what is going on at home.</p><p>“It’s not easy to disconnect entirely,” Kostyuk said after beating Jasmine Paolini 6-3, 6-2 to reach the last four at Wimbledon for the first time.</p><p>“It was really tough for me last week when the first big attack happened," the 24-year-old Kostyuk continued. "Then on Monday they ruined like four streets of residential buildings. It was like five kilometers away from where my parents live. Again, another difficult night and a lot of dead people, innocent people, kids. It’s not easy. I try to be aware of everything that’s going on. Of course, I try for these things not to influence me too much.”</p><p>The 12th-seeded Kostyuk is in her second straight Grand Slam semifinal after losing to Russian teenager Mirra Andreeva in the last four at the French Open. The two did not shake hands before that match, which has become the standard procedure for meetings between Russian and Ukrainian players since the war broke out in 2022.</p><p>Like in most sports, Russian players have competed as neutrals on the men's and women's tennis tours since then. But the International Olympic Committee on Tuesday provisionally lifted its ban on Russia and recommended that individual sports drop the neutral status for athletes.</p><p>The Kremlin on Wednesday welcomed that decision as an “important step” toward reinstating the rights of Russian athletes.</p><p>Kostyuk had a different take.</p><p>“My thoughts are that it’s terrible,” Kostyuk said. “I think it’s very, very far from fair play for all the countries involved here, not just for Ukraine. I 100 percent don’t agree with this decision. ... I just want to go out there and hopefully beat every single Russian I play in the Olympics.”</p><p>There are no Russian singles players left in the Wimbledon tournament. Kostyuk will face Linda Noskova of the Czech Republic on Thursday. In the other semifinal, American Coco Gauff takes on another Czech player, Karolina Muchova.</p><p>Kostyuk is the second woman from Ukraine to reach the semifinals at Wimbledon after Elina Svitolina did it in 2019 and 2023.</p><p>Svitolina lost on both occasions. So what would it mean for Ukraine if Kostyuk becomes the country's first finalist?</p><p>“I’m hoping,” she said, “it would mean a lot.”</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MLNLUCIXWPN2465WRP43LEUU3E.jpg?auth=31983b94ca8acfb9b9d2d51fc386cd2158c20ba91c2801872c8005c82b6f57ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates a point against Jasmine Paolini of Italy, in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/JH4XQIYRN5AQQLD3BRGDYROE4M.jpg?auth=a4ec673b6dc79f80cfd76613dcc0301099d5332d61d23036ab4669f0a6718e79&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates her victory against Jasmine Paolini of Italy in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/LPPOY63YB7BGVULJ4KI5IQPTGI.jpg?auth=3397bef08bf21a6f0ad414a1e88136f0ed11c3824f74580523aec8333aad9a23&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine returns the ball to Jasmine Paolini of Italy in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/MIRGGYQMM7CJ273LCG44EFKJM4.jpg?auth=6fc4a10218dbb0011aa9d65ef6fc2029c7dff3ae820ae99eda636b93eeb8dc15&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine dances to celebrate her victory against Jasmine Paolini of Italy in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/CZH45C2O24GUANSB4QO7RPLJPA.jpg?auth=67dae0340f12e69393391f8d48800ab25689038ab5161c686b31c100edb52fbe&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine celebrates her victory against Jasmine Paolini of Italy in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></item><item><title><![CDATA[Video released of Miami-Dade gym beating by fitness influencer Wes Watson]]></title><link>https://www.local10.com/news/local/2026/07/08/video-released-of-miami-dade-gym-beating-by-fitness-influencer-wes-watson/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/video-released-of-miami-dade-gym-beating-by-fitness-influencer-wes-watson/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Surveillance video was released Wednesday by the Miami-Dade State Attorney’s Office of fitness influencer Wes Watson beating another man inside a Miami-Dade County gym in December 2024.]]></description><pubDate>Wed, 08 Jul 2026 18:50:57 +0000</pubDate><content:encoded><![CDATA[<p>Surveillance video was released Wednesday by the Miami-Dade State Attorney’s Office of fitness influencer Wes Watson beating another man inside a Miami-Dade County gym in December 2024.</p><p><a href="https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/">Leer en español</a></p><p>Watson, 42, <a href="https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/">pleaded guilty last Thursday </a>to aggravated battery in connection with the violent confrontation on Dec. 29, 2024, at Elevation Fitness on North Miami Avenue.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. </p><p>Surveillance video from inside the gym captured Watson beating the victim with his weightlifting belt. The video also appears to show a couple other men joining in on the attack. </p><p>“Next time I’m going to kill that mother****er, straight up,” Watson is hearing telling responding police officers in bodycam footage, also released Wednesday. “Because I’m sick of this shit, like me defending myself. Even having to f***ing sit here right now. You know how pissed off I am that I get attacked in the f***ing gym and this is f***ing happening?”</p><p><b>WARNING: The following video contains explicit language. Viewer discretion is advised.</b></p><p>“I’ve got respect for you guys, but f*** that,” Watson continued. “You guys saw a mother****er attack me and I’m sitting here like I’m in f***ing trouble. I’m leaving.” </p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During last Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Records show that Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</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[Difunden video de golpiza en gimnasio de Miami-Dade por influencer de fitness Wes Watson]]></title><link>https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/difunden-video-de-golpiza-en-gimnasio-de-miami-dade-por-influencer-de-fitness-wes-watson/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[La Fiscalía Estatal de Miami-Dade divulgó el miércoles un video de vigilancia en el que se observa al influencer de fitness Wes Watson golpeando a otro hombre dentro de un gimnasio del condado Miami-Dade en diciembre de 2024.]]></description><pubDate>Wed, 08 Jul 2026 18:59:08 +0000</pubDate><content:encoded><![CDATA[<p>La Fiscalía Estatal de Miami-Dade divulgó el miércoles un video de vigilancia en el que se observa al influencer de fitness Wes Watson golpeando a otro hombre dentro de un gimnasio del condado Miami-Dade en diciembre de 2024.</p><p>Watson, de 42 años, se declaró culpable el jueves pasado de agresión agravada en relación con el violento enfrentamiento ocurrido el 29 de diciembre de 2024 en Elevation Fitness, en North Miami Avenue.</p><p>Según los documentos de arresto, Watson les dijo a los agentes que respondieron al incidente que estaba haciendo ejercicio cuando la víctima se le acercó y le dijo que quería pelear.</p><p>El video de vigilancia del interior del gimnasio captó a Watson golpeando a la víctima con su cinturón de levantamiento de pesas. El video también parece mostrar a otros dos hombres uniéndose al ataque.</p><p>“La próxima vez voy a matar a ese hijo de puta, así de simple”, se escucha decir a Watson a los agentes que respondieron al incidente en las imágenes de la cámara corporal, también divulgadas el miércoles. “Porque estoy harto de esta mierda, de tener que defenderme. Incluso de tener que estar aquí sentado ahora mismo. ¿Sabes lo molesto que estoy porque me atacan en el maldito gimnasio y está pasando toda esta mierda?”</p><p>ADVERTENCIA: El siguiente video contiene lenguaje explícito. Se recomienda discreción al público.</p><p>“I’ve got respect for you guys, but f*** that,” Watson continued. “You guys saw a mother****er attack me and I’m sitting here like I’m in f***ing trouble. I’m leaving.”</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During last Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Records show that Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</p>]]></content:encoded></item><item><title><![CDATA[Supervivientes de los sismos en Venezuela batallan por agua limpia y saneamiento]]></title><link>https://www.local10.com/espanol/2026/07/08/supervivientes-de-los-sismos-en-venezuela-batallan-por-agua-limpia-y-saneamiento/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/supervivientes-de-los-sismos-en-venezuela-batallan-por-agua-limpia-y-saneamiento/</guid><dc:creator><![CDATA[Por The Associated Press, Associated Press]]></dc:creator><description><![CDATA[MAIQUETÍA, Venezuela (AP) — Miles de personas afectadas por los devastadores terremotos en Venezuela del mes pasado enfrentan cada vez más dificultades para acceder al agua limpia, así como a servicios de saneamiento e higiene.]]></description><pubDate>Wed, 08 Jul 2026 18:33:33 +0000</pubDate><content:encoded><![CDATA[<p>MAIQUETÍA, Venezuela (AP) — Miles de personas afectadas por los devastadores terremotos en Venezuela del mes pasado enfrentan cada vez más dificultades para acceder al agua limpia, así como a servicios de saneamiento e higiene.</p><p>Las familias en La Guaira, el estado más afectado, van a la playa para ducharse y hacer sus necesidades, y ahora hay excremento en partes de las antes concurridas playas caribeñas. Otros están usando la poca agua que queda en los tinacos de las casas para lavar los platos y asearse. Muchas viven en refugios temporales o a la intemperie después de que 190 edificios se derrumbaron y otros 856 resultaron dañados, según las autoridades, en los terremotos consecutivos del 24 de junio que dejaron 3.685 muertos.</p><p>Juliani Herrera, de 20 años, comentó sobre los grandes tanques azules de plástico que muchas familias venezolanas usan para almacenar agua los días en que la empresa estatal presta servicio en las zonas. Dijo que siempre tienen agua en el depósito, pero con el terremoto se rompieron la mayoría de los tinacos de las casas. Ahora tienen que esperar a ver si viene un camión cisterna y los llena.</p><p>Algunas de las comunidades afectadas solo tenían servicio de agua potable una o dos veces al mes incluso antes de los terremotos. En Maiquetía, conocida por albergar el principal aeropuerto del país, la gente hizo fila el miércoles para recibir una caja con la bandera de Estados Unidos que contenía alimentos, agua y un kit de higiene que incluía un jabón, un cepillo de dientes y toallitas para limpieza corporal.</p><p>Herrera recibió una de las cajas que se repartieron en un refugio improvisado junto a la playa y la cargó durante varias cuadras. Trae el mentón, la parte superior del brazo y las manos cubiertos de rasguños manchados de yodo que se hizo cuando se cayó de una motocicleta mientras el suelo se sacudía violentamente al producirse los sismos.</p><p>Beatriz Ochoa, jefa regional de incidencia para América Latina del Consejo Noruego para Refugiados, señaló en un comunicado que se necesitan mejores condiciones para prevenir la propagación de enfermedades, ya que las personas viven en entornos densamente poblados, con altas temperaturas y lluvias estacionales, y con privacidad limitada.</p><p>Comentó que ha visto a familias haciendo todo lo que pueden para mantener la dignidad en condiciones difíciles, como en un refugio temporal, donde vio a gente organizándose para mantener limpios los espacios comunes, incluso mediante retretes improvisados.</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/IMI54OFXQNTQG6VD64IAUZDHKU.jpg?auth=d3b7fe6cd29a46fb39b40e7e086c54a276c522df507af7cc6eee80d9ab1328f7&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Personas afectadas por los terremotos llevan ayuda humanitaria enviad por EEUU, en La Guaira, Venezuela, el miércoles 8 de julio de 2026. (Foto AP/Ariana Cubillos)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariana Cubillos</media:credit></media:content></item><item><title><![CDATA[Houston shooting marks at least the 8th fatality in US immigration sweeps]]></title><link>https://www.local10.com/news/national/2026/07/08/houston-shooting-marks-at-least-the-8th-fatality-in-us-immigration-sweeps/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/houston-shooting-marks-at-least-the-8th-fatality-in-us-immigration-sweeps/</guid><dc:creator><![CDATA[By RUSS BYNUM and CLAUDIA LAUER, Associated Press]]></dc:creator><description><![CDATA[The fatal shooting of a Houston man by a federal immigration officer Tuesday marks at least the eighth death during the Trump administration's immigration enforcement campaign, and the first fatality amid a newly intensified push by the administration to carry out its mass deportations agenda.]]></description><pubDate>Wed, 08 Jul 2026 18:59:00 +0000</pubDate><content:encoded><![CDATA[<p>The fatal shooting of a Houston man by a federal immigration officer Tuesday marks at least the eighth death during the Trump administration's immigration enforcement campaign, and the first fatality amid a newly intensified push by the administration to carry out its mass deportations agenda.</p><p>Department of Homeland Security officials said in a statement that Lorenzo Salgado Araujo, a Mexican national, ignored commands while trying to evade arrest during an enforcement operation. They say he attempted to ram his car into an agent, who opened fire in self-defense.</p><p>Araujo's family said he was on his way to work at a construction job. He died on the way to the hospital.</p><p>The fatal shooting drew immediate criticism from immigrants rights groups and some Democrats who called for an independent investigation and for all footage, communication and evidence to be preserved.</p><p>Video footage in several previous shootings has contradicted the accounts of federal officers. No immigration officers have been charged in those fatal encounters.</p><p>Man shot during vacation trip traffic stop</p><p>A fatal late-night traffic stop in Texas in March 2025 marked the earliest deadly shooting by federal officers during the nationwide immigration crackdown. It took almost a year for records in the fatal shooting of the 23-year-old U.S. citizen to be disclosed.</p><p>A Homeland Security Investigations team was conducting an immigration enforcement operation with local police when agents stopped Ruben Ray Martinez on his way from San Antonio to South Padre Island. Family members said he had just turned 23 and was with his best friend on his way to celebrate.</p><p>DHS officials said Martinez was told to exit the vehicle, refused and instead “intentionally ran over” an agent. Another agent fired shots through the open driver's window, striking Martinez, who died at a hospital. The HSI agent was treated for an undisclosed knee injury.</p><p>Martinez's mother said she was contacted by investigators with the Texas Rangers who told her there was video that contradicted the account given by federal agents. Federal and state authorities have declined to comment on potential discrepancies.</p><p>Nurse shot during Minneapolis protest</p><p>A Border Patrol officer shot and killed Alex Pretti, a 37-year-old nurse, during a Jan. 24 protest against the Metro Surge immigration operation in Minneapolis.</p><p>Federal authorities immediately described Pretti, a U.S. citizen, as an armed agitator who was a threat to officers. But bystander video showed Pretti was on the ground and had been holding a cellphone during the interaction with officers.</p><p>The video showed an officer appearing to pull a gun from Pretti's waistband and step away before the first shot was fired by another officer, followed by more shots. Pretti had a permit to possess a firearm.</p><p>State and local officials pushed back against the federal officials' initial characterizations of Pretti, with Gov. Tim Walz calling the comments “despicable.”</p><p>Driver shot behind the wheel of an SUV</p><p>Renee Good, a U.S. citizen, was repeatedly shot by an ICE officer in Minneapolis on Jan. 7. Videos show she was turning the wheels of her car away from officer, Jonathan Ross, when he opened fire. Trump administration officials have repeatedly defended Ross, claiming his life was at risk from the moving vehicle.</p><p>Good’s death caused a firestorm across the country. The U.S. Justice Department said it wouldn’t share information on the shooting with state authorities.</p><p>State and local officials subsequently sued to try to stop the immigration sweeps. Protesters with whistles trailed officers who, in response, deployed tear gas and other chemical irritants.</p><p>Cook from Mexico shot during a traffic stop</p><p>ICE agents fatally shot Silverio Villegas González during a traffic stop Sept. 12 in suburban Chicago. Relatives said the 38-year-old line cook from Mexico had dropped off a child at daycare that morning.</p><p>At the time, DHS officials said agents were pursuing a man with a history of reckless driving who was in the country illegally. They alleged Villegas González evaded arrest and dragged an officer with his vehicle.</p><p>Homeland Security said the officer opened fire fearing for his life and was hospitalized with “serious injuries.” However, local police videos showed the agent walking around and dismissing his injuries as “nothing major.”</p><p>DHS has said the death remains under investigation.</p><p>Farmworker fell from greenhouse roof during ICE raid</p><p>Authorities were arresting dozens of farmworkers July 10 at Glass House Farms in southern California when Jaime Alanis fell from the roof of a greenhouse and broke his neck. The 57-year-old laborer from Mexico died at a hospital two days later.</p><p>Relatives said Alanis had spent a decade working at the farm in Camarillo, about an hour east of Los Angeles. During the raid, Alanis called family to say he was hiding. Officials said he fell about 30 feet (9 meters) from the greenhouse roof.</p><p>Homeland Security said Alanis was never in custody and was not being chased by immigration authorities.</p><p>Man struck on California freeway after running from officers</p><p>A man fleeing from immigration officers outside a Home Depot store in southern California died after being hit by an SUV as he tried to cross a freeway on Aug. 14.</p><p>Police in Monrovia, northeast of Los Angeles, said ICE agents were conducting enforcement operations when the man was hit while running across the eastbound lanes of Interstate 210.</p><p>The man, identified by the National Day Laborer Organizing Network as Roberto Carlos Montoya Valdez, 52, of Guatemala, died at a hospital.</p><p>Homeland Security said Montoya Valdez wasn’t being pursued by immigration authorities when he ran.</p><p>Gardener from Honduras killed on Virginia interstate</p><p>A pickup truck fatally struck Josué Castro Rivera on a highway in Norfolk, Virginia, as he tried to escape authorities during a traffic stop on Oct. 23.</p><p>Castro Rivera, 24, of Honduras, was heading to a gardening job with three passengers when ICE officers pulled over the vehicle, according to his brother, Henry Castro.</p><p>State and federal authorities said Castro Rivera ran away on foot and was hit by a pickup truck on Interstate 264.</p><p>Homeland Security said Castro Rivera’s vehicle was stopped as part of a “targeted, intelligence-based” operation and that Castro Rivera had “resisted heavily and fled.”</p><p>___</p><p>Bynum reported from Savannah, Georgia. Lauer reported from Philadelphia. AP reporters Ed White in Detroit; Sophia Tareen in Chicago; and Michael Biesecker in Washington contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/LIPNBDNDH4SJ2VHVJ3PPWKUI74.jpg?auth=800511a30e393034dc432795ce3aadeb8f483e8efbd2c1f4ee05e38ac9a02bd8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - People gather during a vigil for 37-year-old Alex Pretti, who was fatally shot by a U.S. Border Patrol officer earlier in the day, Jan. 24, 2026, in Minneapolis. (AP Photo/Adam Gray, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Adam Gray</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2BX2SXDL6ST5SWV7J6HOVU3P5I.jpg?auth=739da8a16beabb8b6e65ee552065028d8f2a0175b6e67f79b370ffb216389d5b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Activist and farm worker Xochitl Nunez, right, holds up a picture of late farm worker Jaime Alanis as she joins farmworkers, immigrant leaders, labor allies and organizers to announce a national, "Farmworker Strike for Dignity," during a news conference at La Placita Olvera in Los Angeles, July 14, 2025. (AP Photo/Damian Dovarganes, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Damian Dovarganes</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AVS2TTBTZURSEE6E3FSHTKVMHY.jpg?auth=1d0bbaa7418180ecba0282704b426f52e7ff2219ffcbbb63abdf05ba902e6ddb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[In this image made from video provided by the Texas Department of Public Safety shows law enforcement officials surround Ruben Ray Martinez after he was shot by Homeland Security Investigations Special Agent Jack Stevens and pulled from his vehicle at a roadblock in South Padre Island, Texas, on March 15, 2025. (Miguel Leal/Texas Department of Public Safety via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Miguel Leal</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECCF6VUDRKPUS3R3NDSXJ3BLMU.jpg?auth=f04c15a571f14cb9a9328862e23f5f7d2f6b7246127e0752a2326046bcf82750&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A woman walks by posters of Renee Good and Alex Pretti during a solidarity bike ride for Pretti, Jan. 31, 2026, in Minneapolis. (AP Photo/Julia Demaree Nikhinson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Julia Demaree Nikhinson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/RZPBLSBILOMSF26SYLNES5A3MM.jpg?auth=54d849cf498b67e568c0b8de90cb546fc7991275327387917122e0e7de9ab10e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, son of Lorenzo Salgado Araujo, wipes away tears during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[The tenuous state of a US-Iran ceasefire renews anxiety over high fuel prices]]></title><link>https://www.local10.com/business/2026/07/08/the-tenuous-state-of-a-us-iran-ceasefire-renews-anxiety-over-high-fuel-prices/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/08/the-tenuous-state-of-a-us-iran-ceasefire-renews-anxiety-over-high-fuel-prices/</guid><dc:creator><![CDATA[By CATHY BUSSEWITZ and MAE ANDERSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The potential unraveling of a fragile truce between Iran and the United States renewed anxiety Wednesday over whether fuel prices would go back up if sustained fighting kept oil tankers from traveling through the Persian Gulf.]]></description><pubDate>Wed, 08 Jul 2026 18:29:59 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The potential unraveling of a fragile truce between Iran and the United States renewed anxiety Wednesday over whether fuel prices would go back up if sustained fighting kept oil tankers from traveling through the Persian Gulf.</p><p>Oil prices rose to their highest point in weeks after President Donald Trump declared the U.S. ceasefire with Iran over, responding to Iranian attacks on commercial ships in the Strait of Hormuz and on American military sites in other Gulf nations. Costlier crude oil could lead to costlier gas station fill-ups as drivers in many countries were getting a break from elevated prices brought on by the war.</p><p>“Tanker traffic through the Strait of Hormuz has essentially stopped, which tells you more about risk perception right now than any statement from Washington or Tehran," said Jorge Leon, head of geopolitical analysis at Rystad Energy, in an email. “Oil markets reacted quickly to the renewed geopolitical risk."</p><p>U.S. gasoline prices increased slightly Wednesday to an average of $3.80 for a gallon of regular, up from $3.79 the day before, but still well below the month-ago average of $4.16, according to motor club federation AAA.</p><p>Crude oil makes up the bulk of the price of gasoline, so when oil prices rise, gasoline eventually follows. But it can take weeks for consumers to feel the full impacts. That's because refiners make gasoline with oil purchased in advance. The finished product then has to travel through a system of pipelines and trucks to reach gas station pumps.</p><p>Gas station owners set prices at the pump, and to stay competitive, they sometimes absorb the impact of higher oil prices instead of immediately passing it along to customers.</p><p>To suppress high oil prices during the war, the U.S. and other countries released oil from their emergency stockpiles starting in March. But those stockpiles won’t last forever.</p><p>The U.S. Strategic Petroleum Reserve held 319.5 million barrels as of July 3. The last time the inventory was that low was in 1983, when the reserve was initially being filled up.</p><p>“Unfortunately, the drawdown of strategic stocks means that there is a lot less ammunition in Trump’s holster,” said Michael Lynch, a distinguished fellow at Energy Policy Research Institute in Amherst, Massachusetts.</p><p>A barrel of U.S. benchmark crude was selling for $75.80 on Wednesday, the highest price in more than two weeks. Brent crude, the international standard, climbed close to $79 per barrel, its highest level since June 19.</p><p>The market reaction "highlights how sensitive prices remain to any escalation around the strait, given its role as a critical transit route for global oil flows,” Leon said.</p><p>Shipping uncertainty increases after fresh strikes</p><p>A day after the U.S. accused Iran of striking three commercial vessels and revoked the country's ability to openly sell crude oil on the world market, some advised the shipping industry to reconsider whether it was safe to send crewed ships through the Strait of Hormuz — and the wider Middle East.</p><p>International Maritime Organization Secretary-General Arsenio Dominguez condemned attacks on ships in the strait.</p><p>“As long as the safety and security of crews cannot be assured, I urge flag states, shipowners, operators and all relevant authorities to avoid exposing seafarers to unnecessary danger by transiting the strait,” Dominguez said Wednesday. “The situation in the region remains volatile.”</p><p>Some traffic traversed the strait on Tuesday, according to data and analytics company Kpler, which verified 41 crossings compared to 36 on Monday. It was unclear if the crossings happened before or after the strikes. Some vessels also are going “dark” to pass through the strait and not broadcasting their locations, further complicating a complete count.</p><p>With the central route through the strait uncrossable due to mines, ships have been using two other routes, the smaller northern route, which goes through Iranian waters, and the southern route, which goes through Omani waters. The three ships struck Tuesday appeared to be using the Omani route.</p><p>An economist at advisory firm Oxford Economics said the ceasefire probably would continue to be on-and-off and Washington and Tehran could still deescalate the latest tensions instead of returning to war.</p><p>“The question is whether the latest developments merely represent a bump in the road or if we’re emerging from the ‘eye of the storm,‘” Ben May, the firm's director of global macroeconomic research, wrote in a research note. “While Trump said negotiations with Iran were a ‘waste of time’, he maintained an off-ramp by noting that U.S. negotiators would continue talks with Iran, suggesting the truce hasn’t been irrevocably broken.”</p><p>The new doubts about the Strait of Hormuz came after two of the biggest shipping companies, Maersk and Hapag-Lloyd, announced Monday that their Gemini Corporation joint partnership would gradually resume service in the Suez Canal, which was paused due to attacks in the Red Sea by Yemen’s Houthis.</p><p>Recent stability in the Middle East created the conditions for the companies' decision, but "the recent deterioration could put this resumption in jeopardy once again,” said Judah Levine, head of research at freight booking platform Freightos. “The said.</p><p>Hapag-Lloyd said in a Wednesday statement that it made the joint decision after “thorough assessments of the security situation in the Red Sea area” and “if the situation changes or deteriorates, contingency plans are in place.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/CWBPGJSBX3TBHP5VPC5BD7XGOE.jpg?auth=c407764e462f516fcbb1cf773320f0e955990f72333e9feac57d2afef63fe890&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Gas pumps are seen at a gas station in Buffalo Grove, Thursday, June 25, 2026. (AP Photo/Nam Y. Huh)]]></media:description><media:credit role="author" scheme="urn:ebu">Nam Y. Huh</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BOUTLJGSFVD2CZJHI3M22TSSYE.jpg?auth=0fa7b27aefbd71b299940520a4563a60e1be865c7918df3244d6ed46ef302cab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The full moon rises behind a large soccer ball atop a gas station in honor of the World Cup soccer tournament in Arlington, Texas, near Dallas, Monday, June 29, 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/MBXZHSD3GSQYVWF633LD7UB7YI.jpg?auth=c7d0977f48a7e6ae7f0098c6baf426feda28b042225c99bdec9dca7950304101&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Storage tanks are seen at the North Jiddah bulk plant, an Aramco oil facility, in Jiddah, Saudi Arabia, on March 21, 2021. (AP Photo/Amr Nabil, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Amr Nabil</media:credit></media:content></item><item><title><![CDATA[Fitness influencer pleads guilty in Miami-Dade gym beating]]></title><link>https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/02/fitness-influencer-pleads-guilty-in-miami-dade-gym-beating/</guid><dc:creator><![CDATA[Saira Anwer]]></dc:creator><description><![CDATA[Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym in December 2024.]]></description><pubDate>Thu, 02 Jul 2026 16:43:16 +0000</pubDate><content:encoded><![CDATA[<p>Social media fitness influencer Wes Watson pleaded guilty Thursday to aggravated battery in connection with a violent confrontation at a Miami-Dade County gym in December 2024.</p><p><a href="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/influencer-de-fitness-se-declara-culpable-por-golpiza-en-gimnasio-de-miami-dade/">Leer en español</a></p><p>Watson, 42, appeared in Miami-Dade court as part of a plea agreement stemming from the incident at Elevation Fitness.</p><p>According to arrest documents, Watson told responding officers he was working out when the victim approached him and said he wanted to fight. Investigators say surveillance video captured Watson beating the victim with his weightlifting belt during the altercation.</p><p>As part of the plea agreement, prosecutors offered Watson a sentence of 21 months in prison, including time already served, followed by seven years of probation and mental health treatment.</p><p>During Thursday’s hearing, Watson’s attorney argued the circumstances leading up to the fight were unusual.</p><p>“There’s been a lot that’s been argued in this case about stand your ground,” defense attorney Eric Clayman said. “What’s unique is you have an alleged victim that sought somebody out because of his presence online. This guy bought a plane ticket, came through New Jersey, showed up at the gym for the sole purpose of confronting Mr. Watson. That turned into something else.”</p><p>Watson is a convicted felon and is also facing multiple unrelated criminal charges in Broward County, including charges of felony battery, aggravated assault, witness tampering and allegations related to <a href="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/" target="_self" rel="" title="https://www.local10.com/news/local/2026/03/23/video-shows-domestic-violence-arrest-of-fitness-influencer-wes-watson/">domestic violence involving his girlfriend.</a></p><p>Watson is scheduled to return to court on July 27 for sentencing in the Miami-Dade case.</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: Norway practices in Fort Lauderdale ahead of Miami Stadium match against England ]]></title><link>https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/fifa-world-cup-2026-norway-practices-in-fort-lauderdale-ahead-of-miami-stadium-match-against-england/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[It’s Norway’s first FIFA World Cup in 28 years. Erling Haaland’s “Viking Row” and seven goals have powered them to compete in the team’s first-ever quarter-final on Saturday in Miami Gardens. ]]></description><pubDate>Wed, 08 Jul 2026 17:31:54 +0000</pubDate><content:encoded><![CDATA[<p>It’s <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>’s first FIFA World Cup in 28 years, and they will be making history on Saturday in Miami Gardens. </p><p><a href="https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/">Leer en español</a></p><p>Erling Haaland’s “Viking Row” and seven goals powered the team to compete in the country’s first-ever quarter-final. It’s at 5 p.m. against England at the Hard Rock Stadium. </p><p>Standing at 6 feet 5 inches, the 25-year-old striker secured the win against Brazil with <a href="https://www.youtube.com/watch?v=GKRC_JfNFms" target="_self" rel="" title="https://www.youtube.com/watch?v=GKRC_JfNFms">a second-half brace</a>. Martin Ødegaard, <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>’s captain, is counting on him to deliver against The Three Lions. </p><p>“It’s going to be a big test for us,” Ødegaard said on Wednesday in Fort Lauderdale. </p><p>The Norwegian team practiced on <a href="https://www.local10.com/weather/" target="_self" rel="" title="https://www.local10.com/weather/">a hot Wednesday</a> at the Inter Miami CF Chase Stadium in Fort Lauderdale.</p><p>During a news conference, Ødegaard described England’s players, some of whom are his Premier League teammates, as “outstanding” and “world class.”</p><p>For Haaland, the match will also be a <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer" target="_self" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer">Golden Boot</a> showdown against Harry Kane, the captain of <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> and Bayern Munich.</p><p>England’s players were practicing on Wednesday <a href="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807" target="_self" rel="" title="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807">in Kansas City</a>. England is the 1966 FIFA World Cup winner and placed fourth in 1990 and 2018. </p><figure><img src="https://www.local10.com/resizer/v2/R3VODO4VFBV4YQYWD4Y32T2RDI.jpg?auth=90b082a07aafdf05c059ca3ce54358a7f69ff7da0c38094045d0a0cba7c02dab&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during 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/Pamela Smith)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during 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/Pamela Smith)</figcaption></figure><p>Six other teams also advanced to the quarterfinals, which begin on Thursday. </p><ul><li><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 play at 4 p.m. on July 9th.</li><li><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 play at 3 p.m. on July 10. </li><li><a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Switzerland</a> and <a href="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/">Argentina</a> advanced to play at 9 p.m. on July 11. </li></ul><p><b>Related story:</b> <a href="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/">Argentine fans celebrate in Miami Beach after advancing to quarterfinals</a></p><h3><b>Eliminations </b></h3><p>Eight teams were eliminated: <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Colombia</a>, <a href="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/" target="_self" rel="" title="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/">Egypt</a>, 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>. </p><p><b>Related story</b>: <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Ruben Vargas sends Switzerland to the World Cup quarterfinals in shootout win over Colombia</a></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 <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" target="_self" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminated the 16 others</a> 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></p><p>Morocco vs. France at 4 p.m. </p><p><b>July 10</b></p><p>Belgium vs. Spain at 3 p.m. </p><p><b>July 11</b></p><ul><li>Norway vs. England is at 5 p.m. </li><li>Switzerland vs. Argentina is at 9 p.m.</li></ul><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>: 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[Justin Verlander plans to retire after this season, capping a career with 3 Cy Young Awards]]></title><link>https://www.local10.com/sports/2026/07/08/justin-verlander-plans-to-retire-after-this-season-capping-a-career-with-3-cy-young-awards/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/justin-verlander-plans-to-retire-after-this-season-capping-a-career-with-3-cy-young-awards/</guid><dc:creator><![CDATA[By LARRY LAGE, Associated Press]]></dc:creator><description><![CDATA[DETROIT (AP) — Justin Verlander plans to call it a career later this year.]]></description><pubDate>Wed, 08 Jul 2026 18:19:16 +0000</pubDate><content:encoded><![CDATA[<p>DETROIT (AP) — Justin Verlander plans to call it a career later this year.</p><p>The three-time Cy Young Award winner, two-time World Series champion and 2011 AL MVP will retire after this season with the Detroit Tigers.</p><p>Verlander made the announcement on Wednesday, shortly after he was added as a Legend Pick to the American League All-Star roster.</p><p>“While I'm fully committed to giving my team everything I have for the rest of this season, I've decided this will be my last,” Verlander shared on social media. “It's fitting that I get to finish where it all started — with the Detroit Tigers, the organization that drafted me and gave me my first opportunity.”</p><p>Oldest player in the majors</p><p>The 43-year-old Verlander is the oldest player in Major League Baseball. He signed a $13 million, one-year contract to rejoin the Tigers in February.</p><p>Verlander allowed five runs in 3 2/3 innings during a 9-6 road loss at Arizona on March 30.</p><p>That was his only start this year.</p><p>“It’s time for the next chapter,” Verlander said. “But first, I’m excited to finish this season the only way I know how — with everything I’ve got.”</p><p>Verlander has dealt with injuries this season</p><p>He went on the injured list with hip inflammation early in the season and when the right-hander was nearing a return last month, he pulled a hamstring during a bullpen session.</p><p>“I never wanted to retire because of a milestone, a number, or a date on the calendar,” Verlander said. “I wanted the game to tell me when it was time. Over the last several months, I've realized that time has come.”</p><p>He was scheduled to pitch in June and make what would have been his first start with the Tigers at Comerica Park since August 30, 2017 — the day before he was traded to the Astros.</p><p>Cy Young winner and World Series champion</p><p>He went 183-115 from 2005 to 2017 with the Tigers. He won the American League Rookie of the Year award in 2006 and both the AL MVP and Cy Young Award in 2011. He helped Detroit reach the World Series in 2006 and 2012 along with four straight division titles from 2011 to 2014.</p><p>Verlander was the 2017 ALCS MVP in Houston and helped the Astros win the World Series that year and was a key player for them when they won another title in 2022. He won his second and third Cy Young Award in 2019 and 2022.</p><p>“I've been fortunate to play with and against incredible players, for outstanding organizations, and compete in front of fans who deeply appreciate the game,” Verlander said.</p><p>All-Star Game tribute</p><p>While he will not play in the All-Star Game, MLB Commissioner Rob Manfred said Verlander will be at the game in Philadelphia on Tuesday and will be honored during the festivities.</p><p>“The opportunity to attend once again is something I'll cherish and it will be an incredibly special moment for me and my family," said Verlander, who is married to model Kate Upton and has two children.</p><p>Verlander has a career record of 266-159 with a 3.33 ERA in 556 starts across 21 Major League seasons with the Tigers, Astros, New York Mets and San Francisco Giants. He has 3,554 strikeouts while tossing 26 complete games, including nine shutouts.</p><p>He joins Bryce Harper of the host Philadelphia Phillies as a Legend Pick for the 2026 Midsummer Classic. Albert Pujols, Miguel Cabrera and Clayton Kershaw in 2025 have been recognized as baseball legends at previous All-Star games.</p><p>___</p><p>AP MLB: https://apnews.com/MLB</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/BPSH5UQCGTMKUPTNMGNC335TQE.jpg?auth=08f0843e6f1464900cce47b44fbd48fa2bb66fd75db85af98a294d846e26cdfa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Detroit Tigers pitcher Justin Verlander works against the Arizona Diamondbacks during the first inning of an opening-day baseball game Monday, March 30, 2026, in Phoenix. (AP Photo/Darryl Webb,File)]]></media:description><media:credit role="author" scheme="urn:ebu">Darryl Webb</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/XMC7POMUOB7QZKZYFKRZV2DT2I.jpg?auth=30c08c60b46e6961d966b889ed6e7ccc70bc5ace84fb75ed5bc2d6936b49676d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Detroit Tigers' Justin Verlander hugs his daughter Genevieve for Father's Day before a baseball game against the Chicago White Sox Sunday, June 21, 2026, in Detroit. (AP Photo/Paul Sancya).]]></media:description><media:credit role="author" scheme="urn:ebu">Paul Sancya</media:credit></media:content></item><item><title><![CDATA[Takeaways: Trump leaves NATO summit declaring 'a lot of love' with allies after a rocky start]]></title><link>https://www.local10.com/news/world/2026/07/08/takeaways-trump-leaves-nato-summit-declaring-a-lot-of-love-with-allies-after-a-rocky-start/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/08/takeaways-trump-leaves-nato-summit-declaring-a-lot-of-love-with-allies-after-a-rocky-start/</guid><dc:creator><![CDATA[By LORNE COOK and SUZAN FRASER, Associated Press]]></dc:creator><description><![CDATA[ANKARA, Turkey (AP) — NATO’s summit in Turkey on Wednesday had threatened to go off the rails even before U.S. President Donald Trump and his counterparts sat down to work. But the leaders renewed their vow to defend each other should any of them come under attack.]]></description><pubDate>Wed, 08 Jul 2026 18:14:59 +0000</pubDate><content:encoded><![CDATA[<p>ANKARA, Turkey (AP) — NATO’s summit in Turkey on Wednesday had threatened to go off the rails even before U.S. President Donald Trump and his counterparts sat down to work. But the leaders renewed their vow to defend each other should any of them come under attack.</p><p>It came despite a fresh storm of old Trump criticism toward U.S. allies that seemed to put his commitment in doubt. In the end, Trump told reporters, “There was a lot of love in that room. A lot of unity."</p><p>"We’ve had a tremendous time and I think a great success," Trump said later at a news conference.</p><p>In a declaration, the leaders said their pledge to Article 5 of NATO’s treaty is “ironclad.” They said that “an attack on one is an attack on all.”</p><p>NATO Secretary-General Mark Rutte said U.S. allies “warmly welcomed President Trump’s leadership.” It jarred after Trump had insisted his America should take control of Greenland, a semiautonomous part of ally Denmark.</p><p>“The message from this summit is simple. NATO delivers,” Rutte said.</p><p>Here are some takeaways from the summit.</p><p>Iran strikes and a possible NATO role</p><p>Most of the time, U.S. military strikes are ordered up while the president is close to home.</p><p>So Trump’s decision to authorize retaliatory strikes on Iran shortly after leaving a NATO leaders’ dinner was unusual, and underscored a beef he has with the alliance.</p><p>Trump has complained bitterly that allies didn’t help him keep the Strait of Hormuz open.</p><p>Intriguingly, Rutte refused to rule out a future role for the alliance in the war.</p><p>“Obviously Iran is outside NATO territory,” Rutte said. He added: “If helpful, NATO is always willing to play a role. But first now, let’s see what happens over the coming days and weeks.” It’s something likely to please Trump.</p><p>NATO prides itself as a defensive alliance focused on protecting the transatlantic area. Its last venture outside, into Afghanistan, ended in chaos and allies are reluctant to get drawn into any other war.</p><p>Let them have Patriots, and perhaps F-35s</p><p>Trump said the U.S. will give a license for its Patriot air defense systems to be made overseas for Ukraine to counter Russian missile attacks — a huge coup for Ukraine, which sorely needs the technology for a war now in its fifth year.</p><p>“We’ll give them the right to make Patriots. We’ll show them how to do it,” Trump said as he met Ukrainian President Volodymyr Zelenskyy. “I think they can produce them pretty quickly.”</p><p>Patriots are expensive, in high demand and take a long time to produce. Zelenskyy has for years been asking for more, and recently for a license so that Ukraine can manufacture its own, and faster.</p><p>In an uplifting moment for the summit host, Trump announced that the U.S. was prepared to lift sanctions on Turkey, opening the way for the possible sale of F-35 jets to the country, despite objections from Israel.</p><p>"I haven’t totally made up my mind,” he said.</p><p>Ankara purchased Russian missile defense systems in 2019 and was kicked out of the F-35 program.</p><p>President Recep Tayyip Erdogan, who has developed a close relationship with Trump, gave a thumbs-up after an interpreter relayed the news.</p><p>Good news for Ukraine; a softer Trump tone and a big loan</p><p>Beyond the Patriot announcement, Trump dropped his usual critical tone with Zelenskyy and praised his willingness to reach a deal on ending the fighting in Ukraine.</p><p>Trump said the Ukrainian president has “done an amazing job” and “been very effective” in the war.</p><p>“We’ve actually developed a good relationship. It’s hard to believe,” Trump said.</p><p>NATO leaders, meanwhile, agreed on a 70 billion euro ($80 billion) package of military support for Ukraine both this year and in 2027.</p><p>The figure involves 30 billion euros each year from a European Union loan program for Ukraine plus 40 billion euros from NATO allies. The Trump administration has all but stopped U.S. spending on Ukraine, and the United States will not take part.</p><p>NATO diplomats say that most of the 40 billion euros for 2026 has already been raised.</p><p>More cash and defense deals, and a stronger Europe</p><p>The meeting was marked by Rutte’s high-energy sales pitch to Trump. The former Dutch prime minister estimated that European allies and Canada would spend almost $300 billion more on defense this year and last.</p><p>At a “big reveal” defense industry event, backed by thumping techno music and slick videos, Rutte hailed the “tens of billions” of dollars that were being spent on weapons and military equipment contracts.</p><p>“I would argue that without you in this chair, this would not have happened,” Rutte told Trump in a tete-a-tete just before the meeting began. “Grab the win. It’s there.” Trump appears to have done so.</p><p>In their summit declaration, the leaders marked the start of a major transformation at the world’s biggest military alliance, saying that they are “building the future: a stronger Europe in a stronger NATO.”</p><p>Mystery surrounds NATO’s next summit</p><p>Albania was left wondering when, and perhaps even whether, it will host NATO’s next summit.</p><p>The Balkans country had been due to host one in 2027, but instead of referencing that rendezvous as they usually do, the leaders only said: “We look forward to our next meeting.”</p><p>Albanian Prime Minister Edi Rama, a former professional basketball player, is generally well liked by his fellow leaders, but some NATO allies have cooled on the idea of holding a summit in Albania given his country’s low rate of defense spending.</p><p>Others want to avoid another potentially divisive meeting with Trump. Rutte said that Albania would be the venue, "but of course we still have to decide on an exact time.”</p><p>___</p><p>Associated Press writers Seung Min Kim in Ankara, Turkey, 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/FVRJG5URIYZQARG4HOQIMY2X7M.jpg?auth=97ddbd9c5bb9ab8be214f836e69e7d3c35d44455bcd720254b68bf15e5bee70f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump, NATO Secretary General Mark Rutte, and Britain's Prime Minister Keir Starmer attend the plenary session at the NATO summit in Ankara, Turkey, Wednesday, July 8, 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/MB6DVVZDENKYAJS3N6RI4AQK2A.jpg?auth=9d3dd7ea62be932ccd375b682796df7fe0fae43d69d8050d5fb995f88706b14c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[From left, Denmark's Prime Minister Mette Frederiksen, President Donald Trump and Estonia's Prime Minister Kristen Michal, during a group photo of NATO heads of state and government at the NATO summit in Ankara, Turkey, Wednesday, July 8, 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/7VFLV3GNA7DHLXC5MICFPWQLS4.jpg?auth=83e824b3e0e38405453c1afd86309ec372e8d6c48c76f66ce3782d294f71e46d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[U.S. President Donald Trump meets with Ukraine's President Volodymyr Zelenskyy on the sidelines of the NATO summit in Ankara, Turkey, Wednesday, July 8, 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/3HBHRSJQOEOWDPENU4MXH2Y5Z4.jpg?auth=110139f5595faaa17f180a6ab1ac9d89a787ec42cde60869764dc8249b057269&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/LOPEOOPTEX7EBZVZUVZTUSUPY4.jpg?auth=6d63eea005a72c5d8c1acc2f48b110b3cf308f9bb7b645877f17714e427b5416&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[President Donald Trump, center left, speaks with Canada's Prime Minister Mark Carney, center right, prior to a round table meeting of the North Atlantic Council during the NATO summit in Ankara, Turkey, Wednesday, July 8, 2026. (AP Photo/Hussein Malla)]]></media:description><media:credit role="author" scheme="urn:ebu">Hussein Malla</media:credit></media:content></item><item><title><![CDATA[Copa Mundial de la FIFA 2026: Noruega practica en Fort Lauderdale antes del partido contra Inglaterra en el Miami Stadium]]></title><link>https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/copa-mundial-de-la-fifa-2026-noruega-practica-en-fort-lauderdale-antes-del-partido-contra-inglaterra-en-el-miami-stadium/</guid><dc:creator><![CDATA[Gabrielle Arzola, Andrea Torres]]></dc:creator><description><![CDATA[Es la primera Copa Mundial de la FIFA de Noruega en 28 años. El “Viking Row” de Erling Haaland y sus siete goles han impulsado al equipo a disputar el primer partido de cuartos de final de su historia el sábado en Miami Gardens.]]></description><pubDate>Wed, 08 Jul 2026 18:08:07 +0000</pubDate><content:encoded><![CDATA[<p>Es la primera Copa Mundial de la FIFA que participa <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/" 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/">Noruega</a> en 28 años.</p><p>La espectacular jugada de Erling Haaland, con sus siete goles, impulsó al equipo a disputar los primeros cuartos de final en la historia del país. El sábado harán historia en Miami Gardens.</p><p>Con una estatura de 1,96 metros, el delantero de 25 años aseguró la victoria contra Brasil con un doblete en la segunda mitad. Martin Ødegaard, capitán de <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/" 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/">Noruega</a> , cuenta con él para el partido contra Inglaterra.</p><p>“Va a ser una gran prueba para nosotros”, dijo Ødegaard el miércoles sobre el partido de las 5 de la tarde del sábado en el Hard Rock Stadium.</p><p>El equipo noruego entrenó el miércoles en el Inter Miami CF Chase Stadium en Fort Lauderdale.</p><p>Durante una rueda de prensa, Ødegaard describió a los jugadores de Inglaterra, algunos de los cuales son sus compañeros de equipo en la Premier League, como “sobresalientes” y de “clase mundial”.</p><p>Para Haaland, el partido también será un duelo <a href="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer" rel="" title="https://www.fifa.com/en/tournaments/mens/worldcup/canadamexicousa2026/articles/adidas-golden-boot-race-top-scorer">por la Bota de Oro</a> contra Harry Kane, el capitán de <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/" 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/">Inglaterra.</a> y el Bayern de Múnich.</p><p>Inglaterra estuvo entrenando el miércoles <a href="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807" rel="" title="https://www.englandfootball.com/articles/2026/Jul/08/england-train-world-cup-quarter-final-norway-20260807">en Kansas City</a> .</p><figure><img src="https://www.local10.com/resizer/v2/R3VODO4VFBV4YQYWD4Y32T2RDI.jpg?auth=90b082a07aafdf05c059ca3ce54358a7f69ff7da0c38094045d0a0cba7c02dab&smart=true&width=1200&height=900" alt="Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during 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/Pamela Smith)" height="900" width="1200"/><figcaption>Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during 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/Pamela Smith)</figcaption></figure><p>Otros seis equipos también avanzaron a los cuartos de final, que comienzan el jueves.</p><ul><li><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/">Marruecos</a>&nbsp;y&nbsp;<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/">Francia</a>&nbsp;avanzaron para jugar a las 4 de la tarde del 9 de julio.</li><li><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/">Bélgica</a>&nbsp;y&nbsp;<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/">España</a>&nbsp;avanzaron para jugar a las 3 de la tarde del 10 de julio.</li><li><a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Suiza</a>&nbsp;y&nbsp;<a href="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/" target="_self" rel="" title="https://www.local10.com/sports/2026/07/07/lionel-messi-leads-argentina-to-3-2-comeback-victory-over-egypt-and-spot-in-world-cup-quarterfinals/">Argentina</a>&nbsp;avanzaron para jugar a las 9 pm del 11 de julio.</li></ul><p><b>Noticia relacionada: </b><a href="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/" rel="" title="https://www.local10.com/sports/2026/07/07/fifa-world-cup-2026-argentine-fans-celebrate-in-miami-beach/">Aficionados argentinos celebran en Miami Beach tras avanzar a cuartos de final</a></p><h3><b>Eliminaciones</b></h3><p>Ocho equipos fueron eliminados: <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Colombia</a> , <a href="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/" rel="" title="https://www.local10.com/news/world/2026/07/07/a-cairo-coffee-house-erupts-then-goes-silent-as-egypts-world-cup-run-meets-argentina/">Egipto</a> , <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/" 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/">Estados Unidos</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/" 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/" rel="" title="https://www.local10.com/sports/2026/07/04/morocco-beats-world-cup-co-host-canada-3-0-and-advances-to-the-quarterfinals/">Canadá</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/" 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/" 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/">México</a> y <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/" 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/">Brasil</a> .</p><p><b>Noticia relacionada</b> : <a href="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/" rel="" title="https://www.local10.com/sports/2026/07/07/ruben-vargas-sends-switzerland-to-the-world-cup-quarterfinals-in-shootout-win-over-colombia/">Rubén Vargas clasifica a Suiza para los cuartos de final del Mundial tras vencer a Colombia en la tanda de penaltis.</a></p><p>El torneo, que se celebra cada cuatro años, comenzó el 11 de junio con 48 equipos participantes.</p><p>Tras los partidos disputados en 12 grupos de cuatro, 16 equipos fueron eliminados. Los <a href="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/" rel="" title="https://www.local10.com/sports/2026/06/20/fifa-world-cup-2026-track-teams-advancing-to-round-of-32/">dieciseisavos de final,</a> que se jugaron entre el 28 de junio y el viernes, <a href="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/" rel="" title="https://www.local10.com/sports/2026/06/29/fifa-world-cup-2026-track-round-of-32-eliminations/">eliminaron a los 16 restantes .</a></p><p><b>Enlace relacionado</b> : <a href="https://share.google/GiwkbD7k5Da978PEB" rel="" title="https://share.google/GiwkbD7k5Da978PEB"><b>Ver el cuadro de eliminatorias</b></a></p><p><b>CALENDARIO DEL TORNEO</b></p><h3><b>Cuartos de final</b></h3><p><b>9 de julio</b></p><p>Marruecos contra Francia a las 16:00</p><p><b>10 de julio</b></p><p>Bélgica contra España a las 15:00</p><p><b>11 de julio</b></p><ul><li>El partido entre Noruega e Inglaterra es a las 17:00.</li><li>Suiza contra Argentina a las 9 pm</li></ul><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver el partido a las 17:00 horas del 11 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para quienes tengan entrada . El aparcamiento es gratuito.</a></p><h3><b>Semifinales</b></h3><p><b>14 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 14 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><p><b>15 de julio</b> : Hay un partido de semifinales a las 15:00.</p><p><b>Fiesta para ver el partido en Miami Beach:</b> Las puertas se abren a las 3 pm del 15 de julio en The Bandshell, en 7275 Collins Ave., para el partido de semifinales.</p><h3><b>Finales</b></h3><p><b>18 de julio</b> : El partido por el tercer puesto se disputará 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 la final en Miami Beach:</b> Las puertas se abren a las 3 pm del 18 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final de bronce de las 5 pm.</p><p><b>Viaje al amanecer al estadio</b> : El Amerant Bank Arena ofrece estacionamiento gratuito para los poseedores de entradas para la Copa Mundial de la FIFA que utilicen <a href="https://www.broward.org/BCT/Pages/WorldCup.aspx" rel="" title="https://www.broward.org/BCT/Pages/WorldCup.aspx">el servicio de autobús exprés gratuito</a> del condado de Broward para llegar al Miami Stadium, también conocido como Hard Rock, en Miami Gardens.</p><p><b>19 de julio</b> : El partido final es a las 15:00.</p><p><b>Fiesta para ver la final en Miami Beach:</b> Las puertas se abren a la 1 pm del 19 de julio en The Sandbowl, detrás de The Bandshell, en 7275 Collins Ave., para la final que comienza a las 3 pm.</p><p><b>Fiesta para ver el partido al amanecer</b> : El Amerant Bank Arena, un recinto cubierto, organiza una fiesta gratuita para ver la final el 19 de julio <a href="https://www.amerantbankarena.com/events/detail/world-cup-watch-party" rel="" title="https://www.amerantbankarena.com/events/detail/world-cup-watch-party">para los poseedores de entradas</a> . El estacionamiento es gratuito.</p>]]></content:encoded></item><item><title><![CDATA[Fed minutes: Officials deeply divided over future path of US inflation]]></title><link>https://www.local10.com/business/2026/07/08/fed-minutes-officials-deeply-divided-over-future-path-of-us-inflation/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/08/fed-minutes-officials-deeply-divided-over-future-path-of-us-inflation/</guid><dc:creator><![CDATA[By CHRISTOPHER RUGABER, Associated Press]]></dc:creator><description><![CDATA[WASHINGTON (AP) — The Federal Reserve's rate-setting committee is split over whether inflation is likely to stay elevated or whether it will cool once the Iran war winds down, according to minutes released Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 19:08:25 +0000</pubDate><content:encoded><![CDATA[<p>WASHINGTON (AP) — The Federal Reserve's rate-setting committee is split over whether inflation is likely to stay elevated or whether it will cool once the Iran war winds down, according to minutes released Wednesday.</p><p>In the first set of minutes released under new chair Kevin Warsh, “many” of the Fed's 19 officials said its key rate would be unchanged from or slightly below its current level of 3.6% by the end of this year. But “many” also said that it would likely be higher by year-end.</p><p>Forecasts released after the meeting ended June 17 showed that half of the 18 policymakers who submitted projections supported lifting rates by the end of this year, while the other half supported keeping them unchanged or reducing them. Warsh did not submit a forecast, reflecting his view that doing so can lock policymakers into a specific approach that is harder to change if the economy shifts direction.</p><p>Half support a hike by end of year, half don't</p><p>The minutes underscored the deep divisions among Fed officials, particularly over the future path of inflation. The policymakers generally expected inflation would decline as gas prices cooled and the effect of tariffs faded. Yet many officials also worried that massive investment in the artificial intelligence buildout would keep inflation elevated by lifting prices for semiconductors and other technology goods.</p><p>The minutes, released three weeks after the June 16-17 meeting, also said that a few officials believed there was “a case for raising” the Fed’s rate at that meeting, but they agreed to keep it unchanged, a decision that was approved by a unanimous vote. The minutes don't disclose the identities of which officials supported which outcomes.</p><p>Warsh was appointed by President Donald Trump earlier this year to replace Jerome Powell, whose term ended in May. Trump had repeatedly criticized Powell for not reducing borrowing costs quickly enough, but for now there's little sign Warsh is moving to cut rates. Powell, meanwhile, is still on the Fed's policymaking committee, serving a term as a Fed governor that lasts until January 2028.</p><p>During a news conference June 17, Warsh emphasized that the Fed will return inflation to its 2% target, which it has missed for more than five years. His comments were interpreted by economists and Wall Street investors as evidence that the Fed may hike rates later this year.</p><p>AI likely to be an inflation driver, minutes say</p><p>A key concern for many Fed officials is the potential for the AI buildout to contribute to higher inflation by pushing up prices for semiconductors, computer equipment, and electricity. Data centers require significant power to operate.</p><p>“Many participants noted that ongoing strong demand for AI infrastructure would likely sustain upward pressure on prices for technology products and electricity,” the minutes said.</p><p>Last month, Apple said it would increase the price of laptops and iPads because of more expensive memory chips.</p><p>Consumers are worried inflation will stay high</p><p>Inflation has worsened since the United States and Israel attacked Iran in late February, reaching a three-year high of 4.2% in May. As the conflict has eased, gas prices have fallen back and inflation is likely to cool when June’s figures are reported next week.</p><p>But another concern for the Fed is whether Americans are increasingly expecting prices to stay high. If consumers and businesses assume inflation will remain elevated, such an outcome can become self-fulfilling. Businesses then are more likely to raise prices in anticipation of higher costs and more workers are likely seek higher pay to offset rising costs.</p><p>The Federal Reserve Bank of New York said Tuesday that its measure of consumer expectations for inflation one year from now rose to 3.7%, the highest in nearly three years. Expectations for inflation in three years rose to 3.3%, a four-year high.</p><p>Most Fed officials, including Warsh, say they closely monitor expectations, though many put more weight on financial market measures. Those measures have been lower and more stable than those based on consumer surveys.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6UMSSFXKSFSVGSRJ5NJXYW3MRE.jpg?auth=6c25238b5c73c018b67efdd509be23edcbca4162594b121735d6a2880de74771&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Federal Reserve Chairman Kevin Warsh speaks during a news conference following the Federal Open Market Committee meeting, Wednesday, June 17, 2025, in Washington. (AP Photo/Rod Lamkey, Jr.)]]></media:description><media:credit role="author" scheme="urn:ebu">Rod Lamkey</media:credit></media:content></item><item><title><![CDATA[Campamento de entrenamiento de los Dolphins 2026: Fechas, horarios y lo que los aficionados deben saber]]></title><link>https://www.local10.com/espanol/2026/07/08/campamento-de-entrenamiento-de-los-dolphins-2026-fechas-horarios-y-lo-que-los-aficionados-deben-saber/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/campamento-de-entrenamiento-de-los-dolphins-2026-fechas-horarios-y-lo-que-los-aficionados-deben-saber/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Los Miami Dolphins anunciaron este miércoles el calendario de su campamento de entrenamiento de 2026, con múltiples oportunidades para que los aficionados vean al equipo prepararse para la próxima temporada en el Baptist Health Training Complex de Miami Gardens.]]></description><pubDate>Wed, 08 Jul 2026 18:02:17 +0000</pubDate><content:encoded><![CDATA[<p>Los Miami Dolphins anunciaron el miércoles el calendario de su campamento de entrenamiento de 2026, con múltiples oportunidades para que los aficionados vean al equipo prepararse para la próxima temporada en el Baptist Health Training Complex de Miami Gardens.</p><p>Los Dolphins realizarán ocho prácticas abiertas al público, además de una práctica adicional exclusivamente para los miembros con boletos de temporada. La entrada y el estacionamiento serán gratuitos para todas las prácticas del campamento de entrenamiento.</p><p>La primera práctica pública está programada para el domingo 2 de agosto como parte del “Back Together Weekend” de la NFL, presentado por Baptist Health.</p><p>Los aficionados también tendrán la oportunidad de ver al equipo participar en una práctica conjunta con los New York Giants el jueves 20 de agosto.</p><p>El equipo realizará una práctica en el Hard Rock Stadium el sábado 8 de agosto, que también estará abierta al público. Todas las prácticas comenzarán a las 9:30 a.m., a menos que se indique lo contrario.</p><p>Se recomienda a los aficionados confirmar su asistencia a través de la <a href="https://www.miamidolphins.com/news/dolphins-announce-schedule-for-2026-training-camp-presented-by-baptist-health" target="_blank" rel="noreferrer" title="https://www.miamidolphins.com/news/dolphins-announce-schedule-for-2026-training-camp-presented-by-baptist-health">página oficial del campamento de entrenamiento</a> de los Dolphins para recibir actualizaciones de asistencia, cambios en el calendario e información sobre obsequios.</p><p>El campamento de este año incluirá obsequios para los primeros 1,000 aficionados cada día, camiones de comida locales, actividades para los aficionados y una venta de garaje a beneficio de la Miami Dolphins Foundation.</p><p>Los organizadores del evento informaron que los aficionados que asistan a las prácticas en el Baptist Health Training Complex tendrán acceso a asientos bajo sombra con ventiladores y asientos tipo estadio por orden de llegada.</p><p>Algunos jugadores firmarán autógrafos después de las prácticas cada día, si el clima lo permite.</p><p>El campamento de entrenamiento de 2026 marcará el sexto año en que los Dolphins realizan prácticas en el Baptist Health Training Complex, que abrió en Miami Gardens en 2021.</p><p>Las fechas y horarios de las prácticas están sujetos a cambios. Los aficionados pueden encontrar las actualizaciones más recientes a través de la página oficial del campamento de entrenamiento de los Dolphins y de la cuenta oficial del equipo <a href="https://x.com/MiamiDolphins" target="_blank" rel="noreferrer" title="https://x.com/MiamiDolphins">en X</a>.</p><p>Los aficionados también tendrán su primer vistazo al plantel de los Dolphins conformado por el gerente general de primer año Jon-Eric Sullivan y el entrenador en jefe de primer año Jeff Hafley, quienes llegaron a Miami después de pasar tiempo con los Green Bay Packers.</p><p>Se espera que el mariscal de campo Malik Willis comience el campamento de entrenamiento como titular del equipo después de haber sido suplente de Jordan Love en Green Bay y de firmar en marzo un contrato de tres años y $67.5 millones USD con los Dolphins. El acuerdo incluye $45 millones USD totalmente garantizados al momento de la firma y un bono por firma de $22.25 millones USD.</p><p><b>Calendario público del campamento de entrenamiento 2026 de los Miami Dolphins</b></p><p><table class="b-article-body__table"><thead><tr><th>Fecha</th><th>Hora</th><th>Notas</th><th>Patrocinador</th></tr></thead><tbody><tr><td>Domingo, 2 de agosto</td><td>9:30 a. m.</td><td>Fin de semana de reencuentro</td><td>Salud Bautista</td></tr><tr><td>Lunes, 3 de agosto</td><td>9:30 a. m.</td><td>Práctica pública</td><td>Pepsi</td></tr><tr><td>Martes, 4 de agosto</td><td>9:30 a. m.</td><td>Práctica pública</td><td>Gatorade Bajo en Azúcar</td></tr><tr><td>Jueves, agosto. 6</td><td>9:30 a.m.</td><td>Entrenamiento público</td><td>Snickers</td></tr><tr><td>Viernes, 7 de agosto</td><td>9:30 a.m.</td><td>Entrenamiento público</td><td>Ticketmaster</td></tr><tr><td>Sábado, 8 de agosto</td><td>10:15 a.m.</td><td>Entrenamiento en el Hard Rock Stadium</td><td>Bud Light</td></tr><tr><td>Lunes, 10 de agosto</td><td>9:30 a.m.</td><td>Entrenamiento público</td><td>City Home</td></tr><tr><td>Martes, 18 de agosto</td><td>9:30 a.m.</td><td>Día de los abonados</td><td>Publix</td></tr><tr><td>Jueves, 20 de agosto</td><td>9:30 a.m.</td><td>Práctica conjunta contra los New York Giants</td><td>Psycho Bunny</td></tr></tbody></table></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFJHY2SBP5EJRD2UTADQNPELBY.jpg?auth=be58f8d9c7ac260e78372e821717f1e44dcd6430e950ca714d4d95b57a22113c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley, center, watches players during an NFL football practice, Tuesday, June 9, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[Dolphins training camp 2026: Dates, times and what fans need to know]]></title><link>https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/</link><guid isPermaLink="true">https://www.local10.com/sports/local/2026/07/08/dolphins-training-camp-2026-dates-times-and-what-fans-need-to-know/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The Miami Dolphins on Wednesday announced their 2026 training camp schedule, with fans set to have multiple opportunities to watch the team prepare for the upcoming season at the Baptist Health Training Complex in Miami Gardens.]]></description><pubDate>Wed, 08 Jul 2026 17:36:26 +0000</pubDate><content:encoded><![CDATA[<p>The Miami Dolphins on Wednesday announced their 2026 training camp schedule, with fans set to have multiple opportunities to watch the team prepare for the upcoming season at the Baptist Health Training Complex in Miami Gardens.</p><p><a href="https://www.local10.com/espanol/2026/07/08/campamento-de-entrenamiento-de-los-dolphins-2026-fechas-horarios-y-lo-que-los-aficionados-deben-saber/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/campamento-de-entrenamiento-de-los-dolphins-2026-fechas-horarios-y-lo-que-los-aficionados-deben-saber/">Leer en español</a></p><p>The Dolphins will host eight practices open to the public, along with one additional practice exclusively for season ticket members. Admission and parking will be free for all training camp practices.</p><p>The first public practice is scheduled for Sunday, Aug. 2, as part of the NFL’s “Back Together Weekend,” presented by Baptist Health. </p><p>Fans will also have the chance to watch the team participate in a joint practice with the New York Giants on Thursday, Aug. 20.</p><p>The team will hold one practice at Hard Rock Stadium on Saturday, Aug. 8, which will also be open to the public. All practices will begin at 9:30 a.m. unless otherwise noted.</p><p>Fans are encouraged to RSVP through the Dolphins’ <a href="https://www.miamidolphins.com/news/dolphins-announce-schedule-for-2026-training-camp-presented-by-baptist-health" target="_self" rel="" title="https://www.miamidolphins.com/news/dolphins-announce-schedule-for-2026-training-camp-presented-by-baptist-health">official training camp page</a> to receive attendance updates, schedule changes and information about giveaways.</p><p>This year’s camp will include giveaways for the first 1,000 fans each day, local food trucks, fan activities and a garage sale benefiting the Miami Dolphins Foundation. </p><p>Event organizers said fans attending practices at the Baptist Health Training Complex will have access to shaded seating with fans and stadium-style seating on a first-come, first-served basis.</p><p>Select players will sign autographs after practices each day, weather permitting.</p><p>The 2026 training camp will mark the sixth year the Dolphins have held practices at the Baptist Health Training Complex, which opened in Miami Gardens in 2021.</p><p>Practice times and dates are subject to change. Fans can find the latest updates through the Dolphins’ official training camp page and the team’s official <a href="https://x.com/MiamiDolphins" target="_self" rel="" title="https://x.com/MiamiDolphins">X account</a>.</p><p>Fans will also get their first look at the Dolphins’ roster built by first-year general manager Jon-Eric Sullivan and first-year head coach Jeff Hafley, who both joined Miami after spending time with the Green Bay Packers.</p><p>Quarterback Malik Willis is expected to begin training camp as the team’s starter after spending time as Jordan Love’s backup in Green Bay and signing a three-year, $67.5 million contract with the Dolphins in March. The deal includes $45 million fully guaranteed at signing and a $22.25 million signing bonus.</p><p><b>Miami Dolphins 2026 public training camp schedule</b></p><table><thead><tr><th>Date</th><th>Time</th><th>Notes</th><th>Sponsor</th></tr></thead><tbody><tr><td>Sunday, Aug. 2</td><td>9:30 a.m.</td><td>Back Together Weekend</td><td>Baptist Health</td></tr><tr><td>Monday, Aug. 3</td><td>9:30 a.m.</td><td>Public practice</td><td>Pepsi</td></tr><tr><td>Tuesday, Aug. 4</td><td>9:30 a.m.</td><td>Public practice</td><td>Gatorade Lower Sugar</td></tr><tr><td>Thursday, Aug. 6</td><td>9:30 a.m.</td><td>Public practice</td><td>Snickers</td></tr><tr><td>Friday, Aug. 7</td><td>9:30 a.m.</td><td>Public practice</td><td>Ticketmaster</td></tr><tr><td>Saturday, Aug. 8</td><td>10:15 a.m.</td><td>Practice at Hard Rock Stadium</td><td>Bud Light</td></tr><tr><td>Monday, Aug. 10</td><td>9:30 a.m.</td><td>Public practice</td><td>City Home</td></tr><tr><td>Tuesday, Aug. 18</td><td>9:30 a.m.</td><td>Season ticket member day</td><td>Publix</td></tr><tr><td>Thursday, Aug. 20</td><td>9:30 a.m.</td><td>Joint practice vs. New York Giants</td><td>Psycho Bunny</td></tr></tbody></table>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GFJHY2SBP5EJRD2UTADQNPELBY.jpg?auth=be58f8d9c7ac260e78372e821717f1e44dcd6430e950ca714d4d95b57a22113c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Miami Dolphins head coach Jeff Hafley, center, watches players during an NFL football practice, Tuesday, June 9, 2026, in Miami Gardens, Fla. (AP Photo/Lynne Sladky)]]></media:description><media:credit role="author" scheme="urn:ebu">Lynne Sladky</media:credit></media:content></item><item><title><![CDATA[The Trump administration is ramping up pressure on states to change election practices]]></title><link>https://www.local10.com/news/politics/2026/07/08/the-trump-administration-is-ramping-up-pressure-on-states-to-change-election-practices/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/the-trump-administration-is-ramping-up-pressure-on-states-to-change-election-practices/</guid><dc:creator><![CDATA[By GEOFF MULVIHILL and MARC LEVY, Associated Press]]></dc:creator><description><![CDATA[President Donald Trump’s administration is threatening to withhold some federal funding from states that don't make changes to voting practices and is warning state election officials that they face arrest if they don’t remove noncitizens from voter rolls.]]></description><pubDate>Wed, 08 Jul 2026 20:45:20 +0000</pubDate><content:encoded><![CDATA[<p>President Donald Trump’s administration is threatening to withhold some federal funding from states that don't make changes to voting practices and is warning state election officials that they face arrest if they don’t remove noncitizens from voter rolls.</p><p>Letters to states and grant application details are the latest in a line of actions by Trump’s administration to shape details of running elections that have long been the job of states.</p><p>Courts have largely rejected the administration’s previous efforts, which reflect untrue claims about widespread voting fraud and come less than four months ahead of crucial midterm elections where Democrats seek to take control of one or both chambers of Congress and check Trump’s power.</p><p>“The overall point is that Trump is trying to use whatever levers of power and persuasive power that he might have to try to interfere with how states and localities are going to conduct the 2026 election,” said Rick Hasen, a UCLA law professor and the director of the Safeguarding Democracy Project. “Some of this is aimed at changing how the rules are conducted. Some of it appears to be aimed at undermining voter confidence in the integrity of the election process.”</p><p>Justice Department warns election officials of prosecution</p><p>In letters sent Tuesday, to election officials for all 50 states and the District of Columbia — often secretaries of state — the Department of Justice's Civil Rights Division said they and other election administrators could face criminal charges if they knowingly allow nonvoters to vote or remain on voting rolls.</p><p>It also called on the states to tell the federal government within five days how they intend to comply with the law.</p><p>Derek Muller, a law professor at the University of Notre Dame who specializes in election law, said it’s not clear the 50-state letter means anything except to restate some parts of the law, with a request to follow up, “which I’m sure many states will ignore.”</p><p>The letter also warns that anyone who knowingly and willfully gives false information in registering to vote or voting would face criminal prosecution.</p><p>Robert Weiner, director of the voting rights project for the Lawyers Committee for Civil Rights Under Law, said the rate of voting by noncitizens is “infinitesimally small,” and he suggested the government's actions are motivated by factors other than securing elections.</p><p>"I predict that the president is trying to create chaos and then use that chaos to take drastic measures in states that oppose his policies or to refuse to recognize the results of the elections in those states,” Weiner said.</p><p>Antiterrorism grants include election requirements</p><p>A Federal Emergency Management Agency antiterrorism grant announcement in June includes a list of election-related requirements, saying that 20% of grants for states and urban areas would be withheld until they comply.</p><p>The program includes more than $1 billion for states and local and tribal governments for a variety of programs aimed at preventing terror at crowded places, online, with border security — and around elections. FEMA expects to award 56 grants.</p><p>“Recipients can ensure that their efforts contribute to a secure, transparent, and resilient electoral process, thereby reinforcing public trust and the integrity of democratic institutions,” the grant announcement says, noting that securing election infrastructure is a national security priority.</p><p>The list of items for states includes verifying the citizenship of all registered voters and election workers.</p><p>Places that use electronic voting systems that use bar codes or QR codes to count votes would have to submit plans to switch to hand-marked paper ballots. Every jurisdiction would have to show it audits results.</p><p>UCLA's Hasen said it could be difficult even for states that want to comply. It's too close to the midterm election to make some of the changes, he said, and some would require state legislatures to pass new laws.</p><p>The White House on Wednesday referred questions to FEMA, which did not immediately respond to an interview request.</p><p>Response from states appears to be partisan</p><p>Some states are pushing back, while others are defending the latest actions.</p><p>They seem to be breaking along party lines.</p><p>Oregon’s secretary of state, Democrat Tobias Read, accused the Justice Department of “knocking on our door again with more threats and no evidence to back up their fever dreams about non-existent voter fraud.”</p><p>Oregon elections are secure, accurate, and fair, he said, adding that he isn’t “intimidated by political threats or manufactured controversy.”</p><p>The Michigan secretary of state’s office, headed by Democrat Jocelyn Benson, said it has discussed its work repeatedly with the Justice Department and in public statements, congressional hearings and court testimony — information that it said “is either in the DOJ’s possession or easy reach.”</p><p>“We will be happy to provide it again to help address any confusion,” the office said in a statement.</p><p>In a statement, Ohio Republican Secretary of State Frank LaRose defended the Justice Department’s missive to states, saying it’s reminding them of their legal obligation regarding election integrity. A lot of states aren’t taking it seriously, he said without giving examples or citing evidence. He said Ohio has worked with the federal government to ensure that its voter rolls are accurate and that only U.S. citizens vote.</p><p>Georgia's secretary of state's office says the state has already taken many of the actions required in the FEMA grant, including a citizenship audit of voter rolls.</p><p>Several of Trump's election actions have faced resistance</p><p>Trump has repeatedly and wrongly asserted that fraud cost him reelection in 2020, and his administration has put forth a series of policies and actions aimed at how elections are run.</p><p>In recent days, courts have rejected the Justice Department's effort to collect the names and contact information for every election worker in Georgia in the 2020 election and others trying to force New Hampshire and Pennsylvania to turn over detailed information about registered voters. With those rulings, the federal government has lost similar cases more than 10 times around its requests for details from 30 states and the District of Columbia.</p><p>Last week, a group of Democratic governors asked the U.S. Postal Service to withdraw its proposed rule seeking to implement an order from Trump to create a list of eligible voters — and potentially limit who can receive a ballot in the mail. A court previously put the order on hold, saying it was unconstitutional.</p><p>Also last week, the Supreme Court rebuked Trump and ruled that states can count mailed ballots that arrive after Election Day.</p><p>___</p><p>Associated Press reporters Gabriela Aoun Angueira, Bill Barrow, Kate Brumback and Josh Kelety contributed to this article.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3DBJL5Z4TIISBM765KU6MJK7EM.jpg?auth=3aeecac99383d12959cc2147daef25ba9091784a3f414f6270dba78bfbac845c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Danielle Grisolano brings her dogs Lincoln and Pepper with her to vote in the Democratic primaries at Denver Public Library, Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/2QVOCXLRV6IZ67AX6WOC63PIF4.jpg?auth=710cd27ea05dc367a1849605ded5ef0b8951165c81fd5fdf43b525b61d3333bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Stickers sit on a table inside a polling place, Nov. 5, 2024, in Atlanta. (AP Photo/Brynn Anderson, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Brynn Anderson</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/KTQ7QVWHPD6TARSELTGZ3OWNXQ.jpg?auth=197e986d756312fa8c4320175d8403b1a7879fa6b044b773631b257c36d9cd66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA["I voted" stickers sit near a ballot box during the Democratic primaries at Denver Public Library Tuesday, June 30, 2026, in Denver. (AP Photo/Rebecca Slezak)]]></media:description><media:credit role="author" scheme="urn:ebu">Rebecca Slezak</media:credit></media:content></item><item><title><![CDATA[Judge orders E. Jean Carroll be paid $5.8M in Trump sex abuse and defamation case; Trump appeals]]></title><link>https://www.local10.com/news/politics/2026/07/08/judge-orders-e-jean-carroll-be-paid-58m-in-trump-sex-abuse-and-defamation-case-trump-appeals/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/judge-orders-e-jean-carroll-be-paid-58m-in-trump-sex-abuse-and-defamation-case-trump-appeals/</guid><dc:creator><![CDATA[By MICHAEL R. SISAK and LARRY NEUMEISTER, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The writer E. Jean Carroll can collect $5.8 million held in escrow since a jury found that President Donald Trump sexually abused and defamed her, a federal judge ruled Wednesday. Trump’s lawyers immediately asked a court to block the payment while they appeal.]]></description><pubDate>Wed, 08 Jul 2026 21:07:32 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The writer E. Jean Carroll can collect $5.8 million held in escrow since a jury found that President Donald Trump sexually abused and defamed her, a federal judge ruled Wednesday. Trump’s lawyers immediately asked a court to block the payment while they appeal.</p><p>The president has already deposited the money in an account. The U.S. Supreme Court recently let the 2023 civil verdict stand, clearing the way for Judge Lewis A. Kaplan to release the money. The initial $5 million award has grown with interest.</p><p>The jury found Trump attacked Carroll in 1996 in the dressing room of a luxury Manhattan department store, and defamed her after she described it publicly in a 2019 memoir, during his first term as president. Trump called her allegations false and said “ she’s not my type ” in an interview.</p><p>Trump’s attorneys said Wednesday they would continue to appeal, and accused his political opponents of using the legal system against him. They want 2nd U.S. Circuit Court of Appeals to stop the payment. Carroll’s lawyers did not immediately respond to requests for comment.</p><p>The jury had reached its verdict — in a trial that Trump did not attend — after Carroll testified that their flirtatious and friendly chance encounter at the department store turned violent. Trump insisted he never knew Carroll, now 82, a former advice columnist. He accused her of trying to sell books at his expense and of having political motives.</p><p>Carroll sued Trump after New York changed its laws to give sexual abuse survivors a fresh chance to sue over attacks that happened in the distant past.</p><p>Trump is also appealing $83 million in defamation compensation granted to Carroll by a separate Manhattan jury after a 2024 trial where Trump briefly testified.</p><p>At that trial, Kaplan required the jury to accept the findings of the previous jury and only determine how much money, if any, Trump owed Carroll for comments he made about her while he was president.</p><p>Trump's lawyers complained that the judge, in setting rules for the damages trial, had barred Trump and his defense team from telling the jury that the encounter with Carroll never happened.</p><p>When the 2nd Circuit declined to let all of its judges rehear an appeal of the $83 million award, Circuit Judge Denny Chin wrote that Trump had said multiple times over many years that Carroll lied for political and financial gain and had suggested she was too unattractive for Trump to have sexually assaulted her.</p><p>“As a result of Trump’s statements, Carroll was harassed and humiliated, subjected to death threats, and feared for her physical safety for years,” Chin said. “And Trump showed no remorse, continuing his attacks against Carroll during and after two federal trials, and even proclaiming two days into the Carroll I trial that he would continue to defame her ‘a thousand times.’”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/QYRUUCGNMRMZ2OEIKXFHC7ILSU.jpg?auth=8e2967e6d05da27bde16af042723905725b55faebb04ab9e5b57d0f01d1faa24&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - E. Jean Carroll arrives at Manhattan federal court, Jan. 17, 2024, in New York. (AP Photo/Eduardo Munoz Alvarez)]]></media:description><media:credit role="author" scheme="urn:ebu">Eduardo Munoz Alvarez</media:credit></media:content></item><item><title><![CDATA[Family demands an independent probe after ICE officer fatally shoots a man in Houston]]></title><link>https://www.local10.com/news/national/2026/07/08/family-demands-an-independent-probe-after-ice-officer-fatally-shoots-a-man-in-houston/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/family-demands-an-independent-probe-after-ice-officer-fatally-shoots-a-man-in-houston/</guid><dc:creator><![CDATA[By LEKAN OYEKANMI, JACK BROOK and JEFFREY COLLINS, Associated Press]]></dc:creator><description><![CDATA[HOUSTON (AP) — A Mexican national fatally shot by an Immigration and Customs Enforcement officer in Houston had no criminal convictions during his decades living in the U.S. and was driving a crew to a homebuilding site when he was killed, his family and a Texas congresswoman said Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 21:47:16 +0000</pubDate><content:encoded><![CDATA[<p>HOUSTON (AP) — A Mexican national fatally shot by an Immigration and Customs Enforcement officer in Houston had no criminal convictions during his decades living in the U.S. and was driving a crew to a homebuilding site when he was killed, his family and a Texas congresswoman said Wednesday.</p><p>Lorenzo Salgado Araujo was working toward securing legal status in the U.S. and knew what to do if stopped by ICE, his son said.</p><p>Federal officials said they were stopping the vehicle in an immigration enforcement operation. Ronaldo Salgado said his father may have been scared that the people in unmarked vehicles were coming to steal the tools he had used for 35 years to build homes, from sunrise to sunset, so he could send his three American sons to college.</p><p>“He did not deserve to die. He did not deserve to be reduced to a headline of Mexican man shot and killed by ICE. He deserved to live a quiet life as Lorenzo Salgado Araujo, a husband, a father and a job creator for dozens of men who also wanted the American dream,” Salgado said during a news conference.</p><p>The shooting happened Tuesday in Magnolia Park, a neighborhood that has been a hub for Houston's Mexican American community for a century.</p><p>Federal officials say their vehicle was rammed but don’t provide evidence</p><p>Salgado Araujo was shot after he ignored commands and attempted to ram an officer who fired his weapon in self-defense, the Department of Homeland Security said Tuesday. ICE officers were targeting him because he was living in the country without legal permission, according to the department, which oversees ICE. The man’s car struck an ICE vehicle, the department added.</p><p>Democratic U.S. Rep. Sylvia Garcia said Salgado Araujo had no criminal convictions.</p><p>Houston firefighters said he was shot in the abdomen. He died at a hospital.</p><p>Three other men appeared to be detained as Salgado Araujo lay moaning on the ground, according to his son, who said one of them was his uncle.</p><p>Daniel Tirado was one of the other men in the van and called his wife briefly to say they were being followed, Tirado's stepdaughter Juana Degollado told The Associated Press.</p><p>“What he remembers is that an ICE agent shot Lorenzo and the van door was closed,” Juana Degollado said.</p><p>Tirado wasn't able to contact his family until Wednesday morning, and the call lasted only five minutes, his stepdaughter said. They haven't been able to get additional information from ICE or the FBI.</p><p>ICE has not released the names of the people detained.</p><p>Federal officials have not released video or images of the shooting or the vehicles. Salgado on Tuesday joined civil rights groups and Democratic officials in urging federal authorities to release all the footage and other information it has on the shooting.</p><p>In several other shootings involving federal officers, initial descriptions by immigration officials have sometimes been contradicted later by video evidence.</p><p>Civil rights groups say ICE can't be trusted with the investigation</p><p>The federal crackdown has created a country where officers think they can “shoot an d explain later,” League of United Latin American Citizens President Roman Palomares said.</p><p>The league offered a $5,000 reward for information and videos from witnesses. Ronaldo Salgado and several civil rights organizations called for an independent investigation. Some begged anyone with videos to not turn them over to ICE, which they said could destroy them.</p><p>Harris County District Attorney Sean Teare said Salgado Araujo’s family and the community deserve the truth, but federal authorities are exclusively handling the investigation.</p><p>ICE and DHS representatives have not responded to repeated requests for additional comment Wednesday.</p><p>Homeland Security Secretary Markwayne Mullin took over the department in March aiming to keep it away from the controversies that marked the tenure of his predecessor, Kristi Noem.</p><p>The shooting was at least the eighth death resulting from an encounter with federal immigration officers since the start of the Trump administration’s immigration crackdown.</p><p>Son says his father worked hard for decades</p><p>Ronaldo Salgado said his mother was told something bad had happened to his dad around 7 a.m. Tuesday. After frantically looking for him at his job site and finding his empty van, he saw a video.</p><p>“I recognized him, not from his appearance but from his voice crying for help as he lay on the street,” Salgado said.</p><p>Salgado Araujo met his wife as a teenager in Mexico. She made his lunch before he left for the day and had a hearty meal ready when he came home. He would listen to music and pet his dog on his porch, Salgado said.</p><p>“After nearly 35 years of working to give us the American dream, he made the choice to begin the process of obtaining his American dream through a work permit,” Salgado said. “We dotted every I, crossed every T, filled every document, attended every appointment. He was close to obtaining his legal status.”</p><p>Salgado Araujo had biometric scan and fingerprints done earlier this year and had carefully studied what to do if ICE pulled him over. If he was speeding away, it was probably because he feared having his tools stolen, his son said.</p><p>“Had my father seen an emblem of ICE or an emblem that says anything about a law enforcement agency, my father would have complied,” his son said.</p><p>Mexico's president criticizes the killing</p><p>Mexico is “preparing legal measures” over the killing of Salgado Araujo because “we cannot allow the mistreatment of our brothers and sisters in the United States,” Mexico's President Claudia Sheinbaum said Wednesday.</p><p>In April, Sheinbaum expressed concern about the deaths of Mexican nationals in U.S. immigration detention, saying her government would support lawsuits filed by detainees over poor conditions or by the families of those who died. She raised the detainees' deaths to the Inter-American Commission on Human Rights and said she was considering an appeal to the United Nations.</p><p>___</p><p>Brook reported from New Orleans and Collins from Columbia, South Carolina. Associated Press reporters Hallie Golden in Seattle; Gisela Salomon in Miami; Rebecca Santana in Washington, D.C.; and Ryan J. Foley in Omaha contributed.</p><p>___</p><p>This story has been corrected to show Sheinbaum’s comments about possibly approaching the U.N. were made in April.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/3S332HWS5NB4PFOPRZ4RUPRMMM.jpg?auth=89cee241e0a83de6770314311ff4330ea2d72729fccd5427feaeedb7c273bbb3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, son of Lorenzo Salgado Araujo, wipes away tears while speaking during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/4NFBWWSLHWVZQA2VSU2IIYVOAQ.jpg?auth=4f9a90f566669806e94dd82f1f3a14322d883866a2daf62d34f6b282c196b8fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado and Lorenzo Jr., sons of Lorenzo Salgado Araujo, hold a photograph of their father during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AU6IEIP26IKLUCCSCAXPX4FJO4.jpg?auth=eda53d8c23a58268cb24fbc938af0388b05f503f3be36b853c897be134e30ac2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A makeshift memorial for Lorenzo Salgado Araujo, who was shot and killed by an ICE officer Tuesday, is shown Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SMBO7CCRRMSH7PMTAIO4PO2DTI.jpg?auth=09ab6ac0ea694faa947bff540588ee5eff6be9505c76e8308fe3ebf57541583f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Ronaldo Salgado, son of Lorenzo Salgado Araujo, speaks during a news conference Wednesday, July 8, 2026, in Houston. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content></item><item><title><![CDATA[Venezuela: presidenta promulga reglamento de ley que flexibiliza el control de industria petrolera]]></title><link>https://www.local10.com/espanol/2026/07/08/venezuela-presidenta-promulga-ley-que-flexibiliza-el-control-estatal-de-la-industria-petrolera/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/venezuela-presidenta-promulga-ley-que-flexibiliza-el-control-estatal-de-la-industria-petrolera/</guid><dc:creator><![CDATA[The Associated Press, Associated Press]]></dc:creator><description><![CDATA[CARACAS (AP) — La presidenta encargada de Venezuela, Delcy Rodríguez, promulgó el miércoles un reglamento pendiente para la ejecución de la reforma parcial de la ley de hidrocarburos que en enero redujo significativamente el rígido control estatal que estuvo vigente durante las últimas dos décadas.]]></description><pubDate>Wed, 08 Jul 2026 18:32:53 +0000</pubDate><content:encoded><![CDATA[<p>CARACAS (AP) — La presidenta encargada de Venezuela, Delcy Rodríguez, promulgó el miércoles un reglamento pendiente para la ejecución de la reforma parcial de la ley de hidrocarburos que en enero redujo significativamente el rígido control estatal que estuvo vigente durante las últimas dos décadas.</p><p>El nuevo reglamento busca despejar los temores de los inversionistas internacionales sobre el compromiso de las autoridades venezolanas de proteger la inversión y abolir las nacionalizaciones en el sector petrolero y gasífero del país.</p><p>Además apunta a agilizar las operaciones y actualizar el marco normativo de las inversiones, acotó Rodríguez en un acto en el Palacio de Gobierno que fue televisado, sin dar otros detalles. La ley de hidrocarburos, aprobada el 29 de enero, abrió el sector a la inversión extranjera.</p><p>Desde que asumió el poder en enero Rodríguez ha hecho esfuerzos por mostrar que la industria petrolera venezolana se ha abierto al capital privado, al arbitraje internacional y al escrutinio.</p><p>El reglamento, el primero en 83 años, entrará en vigor tras su publicación en la Gaceta Oficial y fue promulgado seis meses después de que fuerzas estadounidenses capturaran a su predecesor Nicolás Maduro. El gobierno del presidente estadounidense Donald Trump, en tanto, se ha propuesto un plan de “tres fases” que incluye la estabilización, la recuperación y la transición democrática del país.</p><p>En sintonía con la aprobación de la ley, el Departamento del Tesoro comenzó oficialmente a flexibilizar las sanciones al petróleo venezolano, que en su momento paralizaron la industria, y amplió la capacidad de las compañías energéticas estadounidenses para operar en el país sudamericano.</p><p>La presidenta en funciones ha dicho repetidamente que la ley es “respetuosa” de la soberanía del país, dejando en claro que los yacimientos petroleros seguirán siendo propiedad del Estado venezolano y destacando que es “una ley clara, con seguridad jurídica, con normas, adaptada a las prácticas internacionales de este sector”.</p><p>A pesar de poseer una de las mayores reservas de petróleo del mundo —-estimada en unos 303.000 millones de barriles, según la Oficina de Información Energética de Estados Unidos— Venezuela enfrenta una crisis de larga data agravada por el sostenido deterioro de su economía y el colapso de su industria petrolera, la principal fuente de sus ingresos en divisas.</p><p>Los críticos del gobierno atribuyen el colapso del sector a una mala gestión y a la corrupción en la petrolera estatal Petróleos de Venezuela S.A. (PDVSA) bajo la administración de los gobiernos socialistas del presidente Hugo Chávez (1999-2013), predecesor y mentor político de Maduro (2013-2026).</p><p>La reforma modifica y revoca una serie de impuestos a la extracción, estableciendo un límite de regalías del 30% y permitiendo al Poder Ejecutivo fijar porcentajes para cada proyecto en la fase de ejecución en función de las necesidades de inversión de capital, la competitividad y otros factores. El inversor asumirá el costo operativo y los riesgos de la financiación.</p><p>El gobierno de Rodríguez espera que los cambios sirvan de garantía para las principales petroleras estadounidenses que hasta ahora han dudado en regresar al país. Algunas de estas compañías perdieron inversiones cuando el partido gobernante promulgó la anterior ley hace dos décadas para favorecer a PDVSA.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TBHJBLPYYEDXXMNCM2GMDJ46RI.jpg?auth=54fba5535599d37c455597b8baa9913cac32463b9f0441963f5207f23031b0fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[La presidenta encargada de Venezuela, Delcy Rodríguez, habla en una conferencia de prensa sobre la respuesta del gobierno ante los sismos consecutivos, en Caracas, Venezuela, el jueves 2 de julio de 2026. (AP Foto/Pedro Mattey)]]></media:description><media:credit role="author" scheme="urn:ebu">Pedro Mattey</media:credit></media:content></item><item><title><![CDATA[Conteo de armas lleva a un nuevo registro en la casa de Bolsonaro en Brasil; no hay incautaciones]]></title><link>https://www.local10.com/espanol/2026/07/08/conteo-de-armas-lleva-a-un-nuevo-registro-en-la-casa-de-bolsonaro-en-brasil-no-hay-incautaciones/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/conteo-de-armas-lleva-a-un-nuevo-registro-en-la-casa-de-bolsonaro-en-brasil-no-hay-incautaciones/</guid><dc:creator><![CDATA[Por ELÉONORE HUGHES, Associated Press]]></dc:creator><description><![CDATA[RÍO DE JANEIRO (AP) — La policía federal de Brasil registró el miércoles la vivienda del expresidente brasileño Jair Bolsonaro en busca de armas y municiones, pero no encontró nada, escribió uno de sus abogados en X.]]></description><pubDate>Wed, 08 Jul 2026 17:15:18 +0000</pubDate><content:encoded><![CDATA[<p>RÍO DE JANEIRO (AP) — La policía federal de Brasil registró el miércoles la vivienda del expresidente brasileño Jair Bolsonaro en busca de armas y municiones, pero no encontró nada, escribió uno de sus abogados en X.</p><p>Bolsonaro se encuentra actualmente bajo arresto domiciliario en Brasilia, la capital brasileña, donde cumple una condena de 27 años por intentar un golpe de Estado tras su derrota electoral de 2022 ante el presidente Luiz Inácio Lula da Silva.</p><p>“Acabo de salir de la residencia de (Bolsonaro) después de presenciar otro registro e incautación por parte de la policía federal”, afirmó el abogado João Henrique Nascimento de Freitas. “No se encontró nada”.</p><p>Un funcionario de la policía federal que pidió el anonimato porque no estaba autorizado a hablar públicamente del asunto confirmó que no se incautó nada.</p><p>El Supremo Tribunal Federal de Brasil ordenó el registro después de que saliera a la luz una discrepancia entre el número de armas de fuego registradas legalmente a nombre de Bolsonaro y las entregadas a las autoridades competentes, según una decisión judicial firmada por el juez Alexandre de Moraes el martes.</p><p>El mes pasado, la policía incautó un arma de fuego propiedad de Bolsonaro que estaba en posesión de un oficial militar en un retén. El viernes, De Moraes concedió a Bolsonaro autorización para permanecer bajo arresto domiciliario pese al incidente.</p><p>Un panel de jueces del Supremo Tribunal Federal condenó al exmandatario en septiembre, y éste comenzó a cumplir su condena en noviembre. En marzo, se le concedió arresto domiciliario por problemas de salud.</p><p>El juicio de Bolsonaro recibió amplia atención internacional después de que el presidente de Estados Unidos, Donald Trump, impusiera un arancel del 50% a los productos brasileños alegando, entre otras razones, una “caza de brujas” dirigida contra su aliado.</p><p>Eduardo, uno de los hijos de Bolsonaro, fue condenado este año por hacer cabildeo ilegal ante el gobierno de Estados Unidos para amenazar a funcionarios brasileños con el fin de detener el juicio de su padre.</p><p>Muchos de los aranceles se levantaron posteriormente, aunque el gobierno de Trump amenazó recientemente con más aranceles por presuntas prácticas comerciales desleales, aun cuando Estados Unidos mantiene un fuerte superávit comercial con Brasil.</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/IJH54REA3TQS3OHW5GNDRWK4YA.jpg?auth=cb1a81c9079db30ea8d1b518a511eb29c16911f225e1588bd2812200d719cb1b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[ARCHIVO – El expresidente brasileño Jair Bolsonaro en la entrada de su casa mientras cumple su condena de arresto domiciliario en Brasilia, Brasil, el 2 de septiembre de 2025. (AP Foto/Luis Nova, Archivo)]]></media:description><media:credit role="author" scheme="urn:ebu">Luis Nova</media:credit></media:content></item><item><title><![CDATA[Boston's Willson Contreras, Kansas City's Jac Caglianone latest to commit to Home Run Derby]]></title><link>https://www.local10.com/sports/2026/07/08/royals-slugger-jac-caglianone-latest-to-commit-to-participating-in-the-home-run-derby/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/royals-slugger-jac-caglianone-latest-to-commit-to-participating-in-the-home-run-derby/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[Boston’s Willson Contreras and Kansas City’s Jac Caglianone are the latest sluggers to commit to participating in the Home Run Derby on Monday in Philadelphia.]]></description><pubDate>Wed, 08 Jul 2026 21:16:39 +0000</pubDate><content:encoded><![CDATA[<p>Boston’s Willson Contreras and Kansas City’s Jac Caglianone are the latest sluggers to commit to participating in the Home Run Derby on Monday in Philadelphia.</p><p>The 34-year-old Contreras has 20 homers in 306 at-bats, which stands just a few shy of the career best of 24 he had for the Chicago Cubs in 2019. He is looking to become the first Red Sox player to win a Home Run Derby since David Ortiz in 2010.</p><p>Contreras and the 23-year-old Caglianone join Ben Rice from the New York Yankees and Tampa Bay’s Junior Caminero in the competition. The other four participants have not yet been announced.</p><p>Five Kansas City players have previously participated in the event: Bo Jackson (1989), Danny Tartabull (1991), Mike Moustakas (2017), Salvador Perez (2021) and Bobby Witt Jr. (2024). None have come away with the title.</p><p>Witt was the runner-up in 2024 when he hit 50 home runs in total. He hit 13 HRs in the final round, one shy of Teoscar Hernandez’s 14.</p><p>In his first full season with the Royals, Caglianone is hitting .258/.322/.455 (77-for-299) with a team-high 14 home runs and 33 RBIs in 85 games. His 14 home runs have averaged 418 feet in length, which is tied for the best average in the majors this season.</p><p>___</p><p>AP MLB: https://apnews.com/hub/mlb</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/KE454Q7XVFCXTX4EVWFIADLQAE.jpg?auth=90767f34e93607bc65e88bf0aba86bda885d9b773ff7684e11f3d55ec425934e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras runs after hitting a three-run home run during the third inning of a baseball game against the Los Angeles Angels, Sunday, July 5, 2026, in Anaheim, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/5EQXBU6FMHO5XUPBV4WJXJE2YI.jpg?auth=a88445acaba072efb54f8dc4809559cd3bc8d7d9d6e5f6da068892cd783bb90c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals' Jac Caglianone watches his sacrifice fly to score one run during the fifth inning of a baseball game against the Philadelphia Phillies, Sunday, July 5, 2026, in Kansas City, Mo. (AP Photo/Charlie Riedel)]]></media:description><media:credit role="author" scheme="urn:ebu">Charlie Riedel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/75LTBEGPFCRDX353EVC6Z4HN54.jpg?auth=bc79bf919b9ba9fc483e1c22bc77699722c393b058cc34d9b8fcb5ca1cb2d372&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Kansas City Royals' Jac Caglianone celebrates in the dugout after scoring off a Nick Loftin double during the first inning of a baseball game against the Philadelphia Phillies in Kansas City, Mo., Monday, July 6, 2026. (AP Photo/Colin E. Braley)]]></media:description><media:credit role="author" scheme="urn:ebu">Colin E. Braley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/MBBZLFYX7KFACHLXUQ7LZQO62Y.jpg?auth=130612b98b9130aa4d35c90c665fe9ff27fffc3eaf39984951fdc119ce94c91f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Boston Red Sox's Willson Contreras is greeted by teammates after hitting a three-run home run during the third inning of a baseball game against the Los Angeles Angels, Sunday, July 5, 2026, in Anaheim, Calif. (AP Photo/William Liang)]]></media:description><media:credit role="author" scheme="urn:ebu">William Liang</media:credit></media:content></item><item><title><![CDATA[Judges deny request to return Trump's name to Kennedy Center pending an appeal]]></title><link>https://www.local10.com/entertainment/2026/07/08/judges-deny-request-to-return-trumps-name-to-kennedy-center-pending-an-appeal/</link><guid isPermaLink="true">https://www.local10.com/entertainment/2026/07/08/judges-deny-request-to-return-trumps-name-to-kennedy-center-pending-an-appeal/</guid><dc:creator><![CDATA[By JESSE BEDAYN, Associated Press]]></dc:creator><description><![CDATA[A three-judge panel on Wednesday denied a request from the Kennedy Center's board to restore President Donald Trump's name to the institution while the board appeals an earlier ruling that dubbed the name change illegal and had it rescinded.]]></description><pubDate>Wed, 08 Jul 2026 18:30:59 +0000</pubDate><content:encoded><![CDATA[<p>A three-judge panel on Wednesday denied a request from the Kennedy Center's board to restore President Donald Trump's name to the institution while the board appeals an earlier ruling that dubbed the name change illegal and had it rescinded.</p><p>It's another setback for the board of trustees, of which Trump is chairman, in a saga that began earlier this year when the Kennedy Center became: “The Donald J. Trump and The John F. Kennedy Memorial Center for the Performing Arts.”</p><p>The conspicuous addition, and ensuing legal battle, became symbolic of Trump’s broader push to imprint his legacy — and, in this case, his actual name — on the nation's capital in his final term.</p><p>The panel of judges wrote Wednesday that the board of trustee's request "failed to show how they will be irreparably injured” if Trump's name remains off the building through the appeal process.</p><p>The board had argued that the removal “threatens to impede" fundraising efforts, but the judges found that claim came without the support of “specific facts or evidence.”</p><p>The Kennedy Center did not immediately respond to an emailed request for comment.</p><p>“His name no longer desecrates this sacred memorial, which belongs to the American people,” said U.S. Rep. Joyce Beatty, a Democrat from Ohio who filed the lawsuit. "Now it is time for the Trump administration to accept this, comply with the law, and take the tarps down.”</p><p>She was referring to tarps hung on scaffolding that had obscured the removal of Trump's name, and which still veil that part of the building's marble facade.</p><p>When Trump first took office in 2025, he replaced the Kennedy Center's board of trustees, who then named him chairman. His name was quickly added to the building. A federal judge then ruled that the name change was illegal, prompting the ensuing legal battle.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/V4VINH2SVL4G4P3SVNSV26E2WA.jpg?auth=a298cc000bf354dfed2b3a605b86c974030435d25f5f676cbc1fccc32acbd7ec&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk near the tarp covered front entrance of the Kennedy Center for the Performing Arts before the start of the 27th Annual Mark Twain Prize for American Humor Celebrating Bill Maher, Sunday, June 29, 2026, in Washington. (AP Photo/Kevin Wolf)]]></media:description><media:credit role="author" scheme="urn:ebu">Kevin Wolf</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/T5OD473QROF43N7STOEVIAG5Z4.jpg?auth=3fed1a14dd39bf20175b5e5cd5c8ecc3a3934c3a3344190acac2b01e898eb04e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The John F. Kennedy Center for the Performing Arts is seen as its sign remains covered by a tarp, Friday, June 19, 2026, in Washington. (AP Photo/Mark Schiefelbein)]]></media:description><media:credit role="author" scheme="urn:ebu">Mark Schiefelbein</media:credit></media:content></item><item><title><![CDATA[Police: Mother of teen killed in 2024 stabbing admits to stealing impounded SUV from Miami tow yard]]></title><link>https://www.local10.com/news/local/2026/07/08/police-mother-of-teen-killed-in-2024-stabbing-admits-to-stealing-impounded-suv-from-miami-tow-yard/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/police-mother-of-teen-killed-in-2024-stabbing-admits-to-stealing-impounded-suv-from-miami-tow-yard/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[The mother of a Miami teenager who was fatally stabbed by his ex-girlfriend in 2024 was arrested Tuesday after police say she allegedly drove her impounded SUV out of a tow yard without paying nearly $500 in fees.]]></description><pubDate>Wed, 08 Jul 2026 16:11:49 +0000</pubDate><content:encoded><![CDATA[<p>The mother of a Miami teenager who was <a href="https://www.local10.com/news/local/2025/02/01/teen-girl-accused-of-stabbing-17-year-old-boyfriend-outside-miami-apartment-faces-judge/" target="_self" rel="" title="https://www.local10.com/news/local/2025/02/01/teen-girl-accused-of-stabbing-17-year-old-boyfriend-outside-miami-apartment-faces-judge/">fatally stabbed by his ex-girlfriend in 2024</a> was arrested Tuesday after police said she admitted to stealing her impounded SUV out of a local tow yard without paying nearly $500 in fees.</p><p><a href="https://www.local10.com/espanol/2026/07/08/policia-madre-de-adolescente-que-murio-en-apunalamiento-en-2024-admite-haber-robado-suv-confiscada-de-deposito-de-gruas-de-miami/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/policia-madre-de-adolescente-que-murio-en-apunalamiento-en-2024-admite-haber-robado-suv-confiscada-de-deposito-de-gruas-de-miami/">Leer en español</a></p><p>Jail records show Nathalie Jean, 43, faces one count each of burglary of an unoccupied structure and petty theft. </p><p>Jean is the mother of Yakheim Lollar, 17, whose December 2024 killing drew emotional testimony from family members during the <a href="https://www.local10.com/news/local/2026/05/05/you-are-a-demon-seed-miami-teens-family-seeks-max-sentence-for-ex-who-killed-him/" target="_self" rel="" title="https://www.local10.com/news/local/2026/05/05/you-are-a-demon-seed-miami-teens-family-seeks-max-sentence-for-ex-who-killed-him/">sentencing of his ex-girlfriend, Jahara Malik, earlier this year</a>.</p><p>According to an arrest report from the Miami Police Department, Jean’s Kia Telluride had been impounded at King’s Wrecker Service, located at 2151 NW Seventh Ave., after being towed. </p><p>Investigators say surveillance video captured Jean arriving at the tow yard in a silver Lexus just after 12:15 p.m. last Wednesday. </p><p>Miami police said the video showed Jean exiting the Lexus, entering her SUV, and driving out of the secured lot without authorization or paying approximately $486.45 in towing and storage fees.</p><p>The tow yard owner told police that he “never allowed the defendant to enter his towing yard to retrieve her vehicle,” the report states.</p><p>After discovering the SUV missing, the owner reviewed surveillance footage and reported it stolen.</p><p>Police said the vehicle was located Tuesday inside the parking garage of an apartment complex in the 6100 block of Northwest Seventh Avenue. The owner had the SUV towed back to his business and contacted police, according to the report. </p><p>Authorities said Jean later arrived at the tow yard intending to pay the outstanding fees, but employees had already called 911.</p><p>They said detectives detained Jean and conducted a recorded interview after advising her of her Miranda rights.</p><p>According to the report, Jean admitted to removing the vehicle from the tow yard on July 1 without paying.</p><p>Jean’s arrest comes two months after she publicly spoke in a Miami-Dade courtroom during Malik’s sentencing. A judge ultimately sentenced Malik, 18, to 17 years in prison followed by five years of probation. </p><p>As of Wednesday afternoon, Jean was being held at the Turner Guilford Knight Correctional Center, where her 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/GCLT3G6BCFEPRAUVJUX777HL34.jpg?auth=3f3731a880d8fa6ed900b60f49cd26f98934b66c4316d878352fb5b659a0b589&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Madre de adolescente que murió en apuñalamiento en 2024 admite haber robado SUV confiscada de depósito de grúas de Miami]]></title><link>https://www.local10.com/espanol/2026/07/08/policia-madre-de-adolescente-que-murio-en-apunalamiento-en-2024-admite-haber-robado-suv-confiscada-de-deposito-de-gruas-de-miami/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/policia-madre-de-adolescente-que-murio-en-apunalamiento-en-2024-admite-haber-robado-suv-confiscada-de-deposito-de-gruas-de-miami/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[La madre de un adolescente de Miami que murió apuñalado por su ex novia en 2024 fue arrestada el martes después de que la Policía dijera que presuntamente sacó su SUV confiscada de un depósito de grúas de Miami sin pagar casi $500 USD en cargos.]]></description><pubDate>Wed, 08 Jul 2026 16:49:07 +0000</pubDate><content:encoded><![CDATA[<p>La madre de un adolescente de Miami que <a href="https://www.local10.com/espanol/2025/02/01/adolescente-acusada-de-apunalar-fatalmente-a-su-ex-novio-en-miami-comparece-ante-juez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2025/02/01/adolescente-acusada-de-apunalar-fatalmente-a-su-ex-novio-en-miami-comparece-ante-juez/">murió apuñalado por su ex novia en 2024</a> fue arrestada el martes después de que la Policía dijera que admitió haber robado su SUV confiscada de un depósito de grúas local sin pagar casi $500 USD en cargos.</p><p>Los registros de la cárcel muestran que Nathalie Jean, de 43 años, enfrenta un cargo de allanamiento de una estructura desocupada y otro de hurto menor.</p><p>Jean es la madre de Yakheim Lollar, de 17 años, cuya muerte en diciembre de 2024 provocó emotivos testimonios de familiares durante la <a href="https://www.local10.com/espanol/2026/05/06/eres-una-semilla-del-demonio-tras-emotiva-suplica-de-familia-condenan-a-asesino-de-adolescente-de-miami-a-17-anos/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/05/06/eres-una-semilla-del-demonio-tras-emotiva-suplica-de-familia-condenan-a-asesino-de-adolescente-de-miami-a-17-anos/">sentencia de su ex novia, Jahara Malik, a principios de este año</a>.</p><p>Según un informe de arresto del Departamento de Policía de Miami, la Kia Telluride de Jean había sido confiscada y llevada al depósito de King’s Wrecker Service, ubicado en 2151 NW Seventh Ave., después de ser remolcada.</p><p>Los investigadores dijeron que un video de vigilancia captó a Jean llegando al depósito de grúas en un Lexus plateado poco después de las 12:15 p.m. del miércoles pasado.</p><p>La Policía de Miami dijo que el video muestra a Jean bajándose del Lexus, entrando a su SUV y saliendo del lote asegurado sin autorización y sin pagar aproximadamente $486.45 USD por cargos de remolque y almacenamiento.</p><p>El propietario del depósito de grúas dijo a la Policía que “nunca permitió que la acusada ingresara al depósito para recuperar su vehículo”, señala el informe.</p><p>Tras descubrir que la SUV había desaparecido, el propietario revisó las grabaciones de vigilancia y la reportó como robada.</p><p>La Policía dijo que el vehículo fue localizado el martes en el estacionamiento de un complejo de apartamentos ubicado en la cuadra 6100 de Northwest Seventh Avenue. Según el informe, el propietario hizo que la SUV fuera remolcada de regreso a su negocio y luego contactó a la Policía.</p><p>Las autoridades dijeron que Jean llegó posteriormente al depósito de grúas con la intención de pagar los cargos pendientes, pero los empleados ya habían llamado al 911.</p><p>Indicaron que los detectives detuvieron a Jean y realizaron una entrevista grabada después de informarle sobre sus derechos Miranda.</p><p>Según el informe, Jean admitió haber sacado el vehículo del depósito de grúas el 1 de julio sin pagar.</p><p>El arresto de Jean ocurrió dos meses después de que hablara públicamente en un tribunal de Miami-Dade durante la sentencia de Malik. Finalmente, un juez condenó a Malik, de 18 años, a 17 años de prisión, seguidos de cinco años de libertad condicional.</p><p>Hasta la tarde del miércoles, Jean permanecía detenida en el Centro Correccional Turner Guilford Knight, donde su fianza figuraba como “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GCLT3G6BCFEPRAUVJUX777HL34.jpg?auth=3f3731a880d8fa6ed900b60f49cd26f98934b66c4316d878352fb5b659a0b589&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami-Dade deputies arrest 12 women at 10 massage parlors in 2 days, records show ]]></title><link>https://www.local10.com/news/local/2026/07/08/miami-dade-deputies-arrest-12-women-at-10-massage-parlors-in-2-days-records-show/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/miami-dade-deputies-arrest-12-women-at-10-massage-parlors-in-2-days-records-show/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Miami-Dade Sheriff’s Office deputies have been running undercover operations at massage parlors that they suspect operate as brothels, records show.]]></description><pubDate>Wed, 08 Jul 2026 15:11:53 +0000</pubDate><content:encoded><![CDATA[<p>Miami-Dade Sheriff’s Office deputies have been running undercover operations at massage parlors that they suspect operate as brothels, records show.</p><p><a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-12-mujeres-en-10-salones-de-masajes-de-miami-dade-en-dos-dias-muestran-registros/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-12-mujeres-en-10-salones-de-masajes-de-miami-dade-en-dos-dias-muestran-registros/">Leer en español</a></p><p>In two days, MDSO deputies with the organized crime bureau arrested 12 women who are Chinese nationals, including five who listed Flushing, New York, as their permanent address, records show. </p><p>A deputy with the bureau’s vice and intelligence squad posed as a customer at the 10 businesses where there were arrests on Monday and Tuesday, according to the deputies’ arrest reports. </p><p>On Tuesday, deputies arrested seven women during undercover operations, from about 12:30 p.m. to about 10:20 p.m., at six massage parlors, records show. </p><p>Deputies identified the women as Quirong Xu, Hongli Ren, Zixuan Wang, Yan Xi, Mei Lin, Xiufen Lin, and Yaoying Lin. </p><p>Deputies reported arresting Xu, 67, and Ren, 62, at 9865 SW 184 St., in Palmetto Bay, and listed Xu’s permanent address as Flushing, records show. </p><p>Xu “advised of prices for sexual acts” and told the undercover deputy it would be “$70 for a hand job,” a deputy wrote, according to the arrest report. </p><p>Deputies reported arresting Yaoying Lin, 58, at 7337 SW 107 Ave., in Kendall. Lin told the undercover deputy it would be “$60 for a hand job,” a deputy wrote, according to the arrest report. </p><p>Deputies reported arresting Xiufen Lin, 51, at 10694 SW 24 St., in Westchester, and listed her permanent address as Flushing. </p><p>Xiufen Lin told the undercover deputy that “it would be $150 for sex,” a deputy wrote, according to the arrest report.</p><p>Deputies reported arresting Mei Lin, 49, at 8410 West Flagler St., in Fontainebleau, and listed her permanent address as Flushing. </p><p>Mei Lin told the undercover deputy that “it would be $100 for a naked hand job,” a deputy wrote, according to the arrest report.</p><p>Deputies reported arresting Xi, 48, at 17033 South Dixie Highway in Palmetto Bay. Xi told the undercover deputy it would be “$100 for a hand job,” a deputy wrote, according to the arrest report. </p><p>Deputies reported arresting Wang, 46, at 7428 SW 117 Ave., in Kendall, and listed her permanent address as Flushing, records show. Wang told the undercover deputy it would be “$60 for a hand job,” a deputy wrote, according to the arrest report. </p><figure><img src="https://www.local10.com/resizer/v2/WRA2IOJN5FHDBCYZQUBQGESSCA.jpg?auth=8c7a2c01c5acfc489f61c6499546aaf5d09d886483f5fba3c17e82231f159496&smart=true&width=1200&height=900" alt="Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show." height="900" width="1200"/><figcaption>Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show.</figcaption></figure><p><a href="https://www.local10.com/news/local/2026/07/07/miami-dade-deputies-arrest-5-women-aged-60-to-36-at-4-massage-parlors/" target="_self" rel="" title="https://www.local10.com/news/local/2026/07/07/miami-dade-deputies-arrest-5-women-aged-60-to-36-at-4-massage-parlors/">On Monday</a>, deputies reported arresting Yuping Li, Junrong He, Xun Ou, Qingxiang Zhu, and Youdi Zhuge. </p><p>Deputies reported arresting Li, 60, at 10471 SW 40 St. in the Westwood Lakes neighborhood, and listed her permanent address as Flushing. </p><p>Deputies reported arresting Zhuge, 58, and He, 52, at 11760 SW 88 St. in Kendall. </p><p>Deputies reported arresting Zhu, 57, at 16938 South Dixie Highway in West Perrine. </p><p>Deputies reported arresting Ou, 36, at 7375 SW 24 St., in the Coral Terrace neighborhood. </p><p><b>THE CHARGES</b></p><p>County court records show Miami-Dade prosecutors filed 12 cases. </p><p>Quirong Xu faced a third-degree felony charge of operating a healthcare practice or profession without an active, valid license.</p><p>Hongli Ren and Yaoying Lin faced two misdemeanor charges: Engaging in prostitution and committing an unnatural and lascivious act.</p><p>Xun Ou faced three charges: Operating a healthcare practice or profession without an active, valid license, engaging in prostitution, and committing an unnatural and lascivious act.</p><p>Zixuan Wang, Yan Xi, Mei Lin, Xiufen Lin, Yuping Li, Junrong He, Qingxiang Zhu, and Youdi Zhuge each faced four charges: Operating a healthcare practice or profession without an active, valid license; 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/TUZM7U7IOBBARPLKXRDEXN6CXA.jpg?auth=49042d1278eedacf64de37601f2018d2f54e533945f3b2de5e17c9d413d2cfed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested seven women on Tuesday at massage parlors in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[Man busted for alleged participation in illegal street takeovers throughout Miami-Dade, deputies say]]></title><link>https://www.local10.com/news/local/2026/07/08/man-busted-for-alleged-participation-in-illegal-street-takeovers-throughout-miami-dade-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/man-busted-for-alleged-participation-in-illegal-street-takeovers-throughout-miami-dade-deputies-say/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 22-year-old man from Miami-Dade County was arrested Tuesday after allegedly participating in multiple illegal street takeovers, authorities confirmed. ]]></description><pubDate>Wed, 08 Jul 2026 15:33:11 +0000</pubDate><content:encoded><![CDATA[<p>A 22-year-old man from Miami-Dade County was arrested Tuesday after allegedly participating in multiple illegal street takeovers, authorities confirmed. </p><p><a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-por-presunta-participacion-en-tomas-ilegales-de-calles-en-todo-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-por-presunta-participacion-en-tomas-ilegales-de-calles-en-todo-miami-dade-dicen-agentes/">Leer en español</a></p><p>According to detectives with the Miami-Dade Sheriff’s Office Homeland Security Bureau who were tasked with addressing intersection takeovers, an organized takeover event took place on Sunday between the hours of 1 a.m. and 5 a.m. at various locations throughout the country. </p><p>Deputies said they identified Damiean Alvarez as a passenger inside a blue Infiniti G35 that was doing donuts at the intersection of Northwest 77th Court and 169th Street around 1:20 a.m. while approximately 50 to 60 vehicles were present and blocking the intersection. </p><p>Deputies said about two hours later, they again saw Alvarez inside the same blue Infiniti G35 which was doing donuts at the intersection of Northwest 25th Street and 76th Avenue, underneath the Palmetto Expressway, with around 50 to 60 vehicles present and blocking the intersection. </p><p>They said during both incidents, Alvarez was wearing a ski mask in an attempt to conceal his identity. </p><p>According to deputies, at both scenes, after the vehicles had blocked off all lanes of traffic, “spectators would exit their vehicles and approach the intersection to record and view the “spinner” vehicles do reckless driving patterns.”</p><p>Deputies said it was two days later, on Tuesday night around 9:05 p.m., when they took Alvarez into custody at his home along the 2700 block of Northwest 48th Street, where an arrest report indicated that the blue Infiniti was parked in the driveway. </p><p>An alleged confession from Alvarez was redacted from his publicly released arrest report. </p><p>As of Wednesday morning, he was being held at the Turner Guilford Knight Correctional Center on felony charges of drag racing while masked, for which he was given a total bond of $3,500. </p><p>Records indicate he was also wanted on a warrant for a separate domestic violence case, for which his bond is 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/GTSO6RV2Y5GPVALOUCBK4MOCS4.jpg?auth=90286c1ab2c870a1eb4a1a8a1f6998b9e433f9fae1e62e4ac61e3a00fad95040&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Policía: Arrestan a hombre tras atrincherarse en vivienda de Hollywood y prenderle fuego]]></title><link>https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/policia-arrestan-a-hombre-tras-atrincherarse-en-vivienda-de-hollywood-y-prenderle-fuego/</guid><dc:creator><![CDATA[David Dwork, Jeff  Derderian ]]></dc:creator><description><![CDATA[Un hombre está bajo custodia policial tras presuntamente prender fuego al interior de una vivienda donde se había atrincherado.]]></description><pubDate>Wed, 08 Jul 2026 14:36:24 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre está bajo custodia policial tras presuntamente prender fuego al interior de una vivienda donde se había atrincherado.</p><p>El incidente ocurrió durante la madrugada de este miércoles en la cuadra 5200 de Wiley Street, en Hollywood.</p><p>Según la Policía de Hollywood, los agentes acudieron a la vivienda alrededor de la 1:30 a.m. tras recibir reportes de un altercado que involucraba a un hombre.</p><p>Cuando llegaron, los agentes dijeron que el hombre se atrincheró dentro de la vivienda y, alrededor de las 4 a.m., prendió fuego intencionalmente al interior del inmueble.</p><p>Equipos de Hollywood Fire Rescue respondieron rápidamente y lograron extinguir el incendio, que, según informaron, causó daños significativos a la vivienda.</p><p>La Policía indicó que luego logró sacar al hombre de la vivienda envuelta en llamas antes de ponerlo bajo custodia sin más incidentes.</p><p>Las autoridades no informaron si hubo personas heridas y el sospechoso aún no ha sido identificado por la Policía.</p>]]></content:encoded></item><item><title><![CDATA[Hombre muere baleado dentro de un vehículo en Fort Lauderdale, según informó la policía]]></title><link>https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/hombre-muere-baleado-dentro-de-un-vehiculo-en-fort-lauderdale-segun-informo-la-policia/</guid><dc:creator><![CDATA[Amanda Batchelor, Trent Kelly]]></dc:creator><description><![CDATA[Un hombre murió en una balacera la madrugada del miércoles mientras estaba sentado dentro de su vehículo en Fort Lauderdale, informaron las autoridades.]]></description><pubDate>Wed, 08 Jul 2026 13:47:54 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre murió en una balacera la madrugada del miércoles mientras estaba sentado dentro de su vehículo en Fort Lauderdale, informaron las autoridades.</p><p>Según la Policía de Fort Lauderdale, los agentes acudieron a la cuadra 1300 de Northwest 13th Court poco antes de las 4:30 a.m., tras recibir una alerta de ShotSpotter en el área.</p><p>Mientras registraban la zona, los agentes encontraron a la víctima dentro de su vehículo con una herida de bala, informaron las autoridades.</p><p>La Policía indicó que fue declarado muerto en el lugar.</p><p>Detectives de homicidios e investigadores de la escena del crimen permanecen en el lugar mientras trabajan para determinar qué provocó la balacera.</p><p>No se divulgaron de inmediato más detalles.</p><p>Cualquier persona con información sobre la balacera 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[Ex-cellphone store employee facing serious charges over alleged theft, fraud scheme]]></title><link>https://www.local10.com/news/local/2026/07/08/ex-cellphone-store-employee-facing-serious-charges-over-alleged-theft-fraud-scheme/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/ex-cellphone-store-employee-facing-serious-charges-over-alleged-theft-fraud-scheme/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 29-year-old former cellphone store employee is facing fraud and grand theft charges. ]]></description><pubDate>Wed, 08 Jul 2026 16:33:43 +0000</pubDate><content:encoded><![CDATA[<p>A 29-year-old former cellphone store employee is facing fraud and grand theft charges. </p><p><a href="https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/">Leer en español</a></p><p>Deputies with the Miami-Dade Sheriff’s Office said Fernando Guevara-Olvera, of Homestead, worked at Luna Wireless, a T-Mobile authorized retailer, located at 20519 Old Cutler Road., in Cutler Bay. </p><p>According to investigators, Guevara-Olvera was hired in November of 2025 as a sales representative and “developed an excellent reputation among customers” to the point where customers “often refused assistance from other employees because they believed he was the most knowledgeable sales representative at the location.”</p><p>Deputies said Guevara-Olvera “exploited that trust by implementing and continuing a fraudulent scheme over several months.”</p><p>According to MDSO, when customers would upgrade their cellphones and surrender their old ones, Guevara-Olvera would keep the phones instead of properly processing them as trade-in devices, after which he “entered information into T-Mobile’s sales system making it appear that the trade-in had been completed.”</p><p>Investigators then learned that the fraud didn’t stop there, as Guevara-Olvera would activate “unauthorized cellular lines on customer accounts, changing customers wireless plans without authorization, and adding additional equipment including Apple iPhones, Apple watches and Apple EarPods,” according to his arrest form. </p><p>Deputies said Guevara-Olvera would tell customers that any billing issues were due to T-Mobile system errors, and that he would even use his personal bank account to apply payments to customers which “caused customers bank account balances to temporarily decrease, leading customers to believe their billing concerns had been resolved,” but after two or three days passed, they said the payments were returned or reversed. </p><p>According to authorities, the fraudulent activity occurred between November and February. They said Guevara-Olvera resigned from his job on Feb. 28, before any of the fraudulent activity had been discovered. </p><p>Deputies said in the days and weeks that followed, customers began returning to the Old Cutler store in increasing numbers to report the missing credits and billing issues, to the point where management told investigators that “nearly every transaction processed by Guevara required manual review and corrective action.”</p><p>It was determined by Luna Wireless that the business sustained customer courtesy-credit losses totaling $15,020.72 and inventory losses totaling $11,769.00 for a total combined documented financial loss attributed to Guevara-Olvera’s actions as $26,789.72, authorities said. </p><p>Members of MDSO’s Organized Crime Bureau said they located Guevara-Olvera on Tuesday and took him into custody without incident. </p><p>According to his arrest form, Guevara-Olvera spoke to detectives and admitted to some of the crimes, but said he believed his former manager was blaming him for things that he was not responsible for despite deputies advising him that the business had provided specific details “itemized by customer, transaction date and affected account.”</p><p>A further admission by Guevara-Olvera was redacted from his arrest form. </p><p>As of Wednesday afternoon, he was being held at Turner Guilford Knight Correctional Center on charges of grand theft and organized fraud with bond listed as “to be set.”</p><p><div class="l10-neighborhood" role="complementary" aria-label="News From Your Neighborhood">
  <style>
    .l10-neighborhood, .l10-neighborhood * { box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

      <details class="city-dd">
        <summary><span>Cities</span><span class="caret" aria-hidden="true">▾</span></summary>
        <div class="city-menu">
          <div class="city-grid">
            <a class="city-link" href="https://www.local10.com/topic/Miami/" target="_blank" rel="noopener noreferrer">Miami</a>
            <a class="city-link" href="https://www.local10.com/topic/Fort_Lauderdale/" target="_blank" rel="noopener noreferrer">Fort Lauderdale</a>
            <a class="city-link" href="https://www.local10.com/topic/Coral_Springs/" target="_blank" rel="noopener noreferrer">Coral Springs</a>
            <a class="city-link" href="https://www.local10.com/topic/Davie/" target="_blank" rel="noopener noreferrer">Davie</a>
            <a class="city-link" href="https://www.local10.com/topic/Deerfield_Beach/" target="_blank" rel="noopener noreferrer">Deerfield Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Doral/" target="_blank" rel="noopener noreferrer">Doral</a>
            <a class="city-link" href="https://www.local10.com/topic/Hialeah/" target="_blank" rel="noopener noreferrer">Hialeah</a>
            <a class="city-link" href="https://www.local10.com/topic/Hollywood/" target="_blank" rel="noopener noreferrer">Hollywood</a>
            <a class="city-link" href="https://www.local10.com/topic/Homestead/" target="_blank" rel="noopener noreferrer">Homestead</a>
<a class="city-link" href="https://www.local10.com/topic/Lauderhill/" target="_blank" rel="noopener noreferrer">Lauderhill</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Beach/" target="_blank" rel="noopener noreferrer">Miami Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Miami_Gardens/" target="_blank" rel="noopener noreferrer">Miami Gardens</a>
            <a class="city-link" href="https://www.local10.com/topic/Miramar/" target="_blank" rel="noopener noreferrer">Miramar</a>
            <a class="city-link" href="https://www.local10.com/topic/Pembroke_Pines/" target="_blank" rel="noopener noreferrer">Pembroke Pines</a>
            <a class="city-link" href="https://www.local10.com/topic/Plantation/" target="_blank" rel="noopener noreferrer">Plantation</a>
            <a class="city-link" href="https://www.local10.com/topic/Pompano_Beach/" target="_blank" rel="noopener noreferrer">Pompano Beach</a>
            <a class="city-link" href="https://www.local10.com/topic/Sunrise/" target="_blank" rel="noopener noreferrer">Sunrise</a>
<a class="city-link" href="https://www.local10.com/topic/Tamarac/" target="_blank" rel="noopener noreferrer">Tamarac</a>
          </div>
        </div>
      </details>
    </div>
  </div>
</div></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXT6GJS3XRER5GSUOXYGMK7QXQ.jpg?auth=910a53749b1bed9d2aaf76bed21ea788b88fdab5d64e17b1304b9514e846fa35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a ex empleado de tienda de celulares por presunto esquema de robo y fraude]]></title><link>https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/acusan-a-ex-empleado-de-tienda-de-celulares-por-presunto-esquema-de-robo-y-fraude/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un ex empleado de una tienda de celulares, de 29 años, enfrenta cargos por fraude y robo mayor.]]></description><pubDate>Wed, 08 Jul 2026 16:40:13 +0000</pubDate><content:encoded><![CDATA[<p>Un ex empleado de una tienda de celulares, de 29 años, enfrenta cargos por fraude y robo mayor.</p><p>Agentes de la Oficina del Sheriff de Miami-Dade (MDSO) dijeron que Fernando Guevara-Olvera, de Homestead, trabajaba en Luna Wireless, un distribuidor autorizado de T-Mobile, ubicado en 20519 Old Cutler Road, en Cutler Bay.</p><p>Según los investigadores, Guevara-Olvera fue contratado en noviembre de 2025 como representante de ventas y “desarrolló una excelente reputación entre los clientes”, al punto de que estos “a menudo rechazaban la ayuda de otros empleados porque creían que era el representante de ventas con más conocimientos en esa tienda”.</p><p>Los agentes dijeron que Guevara-Olvera “aprovechó esa confianza al implementar y mantener un esquema fraudulento durante varios meses”.</p><p>Según la MDSO, cuando los clientes cambiaban sus celulares por modelos nuevos y entregaban los antiguos, Guevara-Olvera se quedaba con los teléfonos en lugar de procesarlos correctamente como equipos entregados a cambio. Después, “ingresaba información en el sistema de ventas de T-Mobile para hacer parecer que el intercambio se había completado”.</p><p>Los investigadores descubrieron que el fraude no terminó ahí, ya que Guevara-Olvera activaba “líneas celulares no autorizadas en las cuentas de los clientes, cambiaba los planes inalámbricos de los clientes sin autorización y agregaba equipos adicionales, incluidos iPhones de Apple, relojes Apple Watch y Apple EarPods”, según su informe de arresto.</p><p>Los agentes dijeron que Guevara-Olvera les decía a los clientes que cualquier problema de facturación se debía a errores del sistema de T-Mobile y que incluso utilizaba su cuenta bancaria personal para realizar pagos a las cuentas de los clientes, lo que “provocaba que los saldos de las cuentas bancarias de los clientes disminuyeran temporalmente, haciéndoles creer que sus problemas de facturación habían sido resueltos”. Sin embargo, después de dos o tres días, esos pagos eran devueltos o revertidos.</p><p>Según las autoridades, la actividad fraudulenta ocurrió entre noviembre y febrero. Indicaron que Guevara-Olvera renunció a su empleo el 28 de febrero, antes de que se descubriera cualquier actividad fraudulenta.</p><p>Los agentes dijeron que, en los días y semanas siguientes, los clientes comenzaron a regresar en número cada vez mayor a la tienda de Old Cutler para reportar créditos faltantes y problemas de facturación, al punto de que la gerencia informó a los investigadores que “casi todas las transacciones procesadas por Guevara requerían revisión manual y medidas correctivas”.</p><p>Las autoridades dijeron que Luna Wireless determinó que el negocio sufrió pérdidas por créditos otorgados a clientes por cortesía por un total de $15,020.72 USD y pérdidas de inventario por $11,769.00 USD, para una pérdida financiera documentada combinada atribuida a las acciones de Guevara-Olvera de $26,789.72 USD.</p><p>Miembros de la oficina contra el crimen organizado de la MDSO dijeron que localizaron a Guevara-Olvera el martes y lo arrestaron sin incidentes.</p><p>Según su informe de arresto, Guevara-Olvera habló con los detectives y admitió algunos de los delitos, pero dijo que creía que su ex gerente lo estaba responsabilizando por hechos de los que no era responsable, a pesar de que los agentes le informaron que la empresa había proporcionado detalles específicos “desglosados por cliente, fecha de la transacción y cuenta afectada”.</p><p>Otra admisión hecha por Guevara-Olvera fue censurada en su informe de arresto.</p><p>Hasta la tarde del miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight enfrentando cargos de robo mayor y fraude organizado. Su fianza figuraba como “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EXT6GJS3XRER5GSUOXYGMK7QXQ.jpg?auth=910a53749b1bed9d2aaf76bed21ea788b88fdab5d64e17b1304b9514e846fa35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Arrestan a 12 mujeres en 10 salones de masajes de Miami-Dade en dos días, muestran registros]]></title><link>https://www.local10.com/espanol/2026/07/08/arrestan-a-12-mujeres-en-10-salones-de-masajes-de-miami-dade-en-dos-dias-muestran-registros/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/arrestan-a-12-mujeres-en-10-salones-de-masajes-de-miami-dade-en-dos-dias-muestran-registros/</guid><dc:creator><![CDATA[Andrea Torres]]></dc:creator><description><![CDATA[Durante los últimos dos días, agentes de la Oficina del Sheriff de Miami-Dade (MDSO) realizaron operaciones encubiertas para efectuar arrestos en salones de masajes que sospechan operan como burdeles, muestran los registros.]]></description><pubDate>Wed, 08 Jul 2026 16:36:25 +0000</pubDate><content:encoded><![CDATA[<p>Agentes de la Oficina del Sheriff de Miami-Dade (MDSO) han estado realizando operaciones encubiertas en salones de masajes que sospechan operan como burdeles, muestran los registros.</p><p>En dos días, agentes de la oficina contra el crimen organizado de la MDSO arrestaron a 12 mujeres de nacionalidad china, incluidas cinco que indicaron a Flushing, Nueva York, como su dirección permanente, muestran los registros.</p><p>Un agente de la unidad de vicios e inteligencia de la oficina se hizo pasar por cliente en los 10 negocios donde se realizaron arrestos el lunes y el martes, según los informes de arresto.</p><p>El martes, los agentes arrestaron a siete mujeres durante operaciones encubiertas, entre aproximadamente las 12:30 p.m. y las 10:20 p.m., en seis salones de masajes, muestran los registros.</p><p>Los agentes identificaron a las mujeres como Quirong Xu, Hongli Ren, Zixuan Wang, Yan Xi, Mei Lin, Xiufen Lin y Yaoying Lin.</p><p>Los agentes informaron el arresto de Xu, de 67 años, y Ren, de 62, en 9865 SW 184 St., en Palmetto Bay, y señalaron que la dirección permanente de Xu es Flushing, muestran los registros.</p><p>Xu “indicó los precios por actos sexuales” y le dijo al agente encubierto que serían “$70 USD por una masturbación”, escribió un agente, según el informe de arresto.</p><p>Los agentes informaron el arresto de Yaoying Lin, de 58 años, en 7337 SW 107 Ave., en Kendall. Lin le dijo al agente encubierto que serían “$60 USD por una masturbación”, escribió un agente, según el informe de arresto.</p><p>Los agentes informaron el arresto de Xiufen Lin, de 51 años, en 10694 SW 24 St., en Westchester, y señalaron que su dirección permanente es Flushing.</p><p>Los agentes informaron el arresto de Mei Lin, de 49 años, en 8410 West Flagler St., en Fontainebleau, y señalaron que su dirección permanente es Flushing.</p><p>Los agentes informaron el arresto de Xi, de 48 años, en 17033 South Dixie Highway, en Palmetto Bay.</p><p>Los agentes informaron el arresto de Wang, de 46 años, en 7428 SW 117 Ave., en Kendall, y señalaron que su dirección permanente es Flushing, muestran los registros.</p><figure><img src="https://www.local10.com/resizer/v2/WRA2IOJN5FHDBCYZQUBQGESSCA.jpg?auth=8c7a2c01c5acfc489f61c6499546aaf5d09d886483f5fba3c17e82231f159496&smart=true&width=1200&height=900" alt="Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show." height="900" width="1200"/><figcaption>Five women faced charges on Tuesday in Miami-Dade County after deputies accused them of prostitution at four massage parlors, records show.</figcaption></figure><p><a href="https://www.local10.com/espanol/2026/07/07/agentes-del-condado-de-miami-dade-arrestan-a-cinco-mujeres-en-cuatro-salones-de-masajes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/07/agentes-del-condado-de-miami-dade-arrestan-a-cinco-mujeres-en-cuatro-salones-de-masajes/">El lunes</a>, los agentes informaron el arresto de Yuping Li, Junrong He, Xun Ou, Qingxiang Zhu y Youdi Zhuge.</p><p>Los agentes informaron el arresto de Li, de 60 años, en 10471 SW 40 St., en el vecindario Westwood Lakes, y señalaron que su dirección permanente es Flushing.</p><p>Los agentes informaron el arresto de Zhuge, de 58 años, y He, de 52, en 11760 SW 88 St., en Kendall.</p><p>Los agentes informaron el arresto de Zhu, de 57 años, en 16938 South Dixie Highway, en West Perrine.</p><p>Los agentes informaron el arresto de Ou, de 36 años, en 7375 SW 24 St., en el vecindario Coral Terrace.</p><p><b>LOS CARGOS</b></p><p>Los registros del tribunal del condado muestran que los fiscales de Miami-Dade presentaron 12 casos.</p><p>Quirong Xu enfrenta un cargo grave de tercer grado por ejercer una práctica o profesión de atención médica sin una licencia activa y válida.</p><p>Hongli Ren y Yaoying Lin enfrentan dos cargos menores: ejercer la prostitución y cometer un acto antinatural y lascivo.</p><p>Xun Ou enfrenta tres cargos: ejercer una práctica o profesión de atención médica sin una licencia activa y válida, ejercer la prostitución y cometer un acto antinatural y lascivo.</p><p>Zixuan Wang, Yan Xi, Mei Lin, Xiufen Lin, Yuping Li, Junrong He, Qingxiang Zhu y Youdi Zhuge enfrentan cada una cuatro cargos: ejercer una práctica o profesión de atención médica sin una licencia activa y válida, ejercer terapia de masajes sin licencia, ejercer la prostitución y cometer un acto antinatural y lascivo.</p><p><i>La editora de asignaciones de Local 10 News, Mercedes Cevallos, contribuyó a este reportaje.</i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/TUZM7U7IOBBARPLKXRDEXN6CXA.jpg?auth=49042d1278eedacf64de37601f2018d2f54e533945f3b2de5e17c9d413d2cfed&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Deputies arrested seven women on Tuesday at massage parlors in Miami-Dade County.]]></media:description></media:content></item><item><title><![CDATA[With Le Pen sentencing, France's presidential election veers into the extraordinary]]></title><link>https://www.local10.com/news/2026/07/08/with-le-pen-sentencing-frances-presidential-election-veers-into-the-extraordinary/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/08/with-le-pen-sentencing-frances-presidential-election-veers-into-the-extraordinary/</guid><dc:creator><![CDATA[By JOHN LEICESTER and SYLVIE CORBET, Associated Press]]></dc:creator><description><![CDATA[PARIS (AP) — France already faced one of the world's most important elections next year. Now it has one of the more unusual.]]></description><pubDate>Wed, 08 Jul 2026 16:10:11 +0000</pubDate><content:encoded><![CDATA[<p>PARIS (AP) — France already faced one of the world's most important elections next year. Now it has one of the more unusual.</p><p>Far-right leader Marine Le Pen ’s decision to run for the presidency for a fourth time means that someone found guilty not once but twice of embezzling public funds will campaign to lead the European Union ’s largest nation.</p><p>On Tuesday, a Paris appeals court cleared a path for the 57-year-old Le Pen to run by shortening a ban on seeking public office that had spelled possible doom for her ambitions. Opponents now know who they’ll be up against in the election less than 10 months away.</p><p>She's using the latest twist in her legal saga to fortify her story of a combative politician who is taking on the system in the interests, she says, of France.</p><p>“Her argument is essentially this: ‘Despite all the obstacles and all the ordeals I’ve been through, I’m still standing, I’m still running. I entered politics to carry this national project for France through to the end,'” said Luc Rouban, a senior researcher at Paris’ Sciences Po school of political sciences who studies Le Pen's National Rally party.</p><p>Legal uncertainty hangs over the election</p><p>While the Paris appeals court reduced both the ban and the prison sentence that judges handed down last year, it still ordered that she must serve a year of home detention, with her whereabouts monitored electronically.</p><p>The punishment conjured up the prospect of a candidate hoping to lead France stumping for votes with an electronic tag on her ankle.</p><p>Whether that will happen is unknown. By declaring Tuesday that she’ll challenge the ruling to France's highest court, Le Pen bought time. The court said Wednesday that the process will suspend the sentence that she be electronically monitored, at least until it has ruled.</p><p>When the Court of Cassation will rule is unclear. It said Wednesday the process should conclude before the election's first round in April, with the knockout round in May.</p><p>“I will therefore campaign without an electronic bracelet,” Le Pen declared.</p><p>Should she win — far from certain, despite polls suggesting she's one of France's most popular politicians — she would benefit from the legal immunity that comes with the presidency. That rules out any possibility of an electronic monitor while in office.</p><p>But electronic monitoring, if still required then, could come back into the picture after the presidency, said Julien Jeanneney, a professor of public law at the University of Strasbourg.</p><p>“In practice, however, one could imagine that a judge might decide not to require a former president of the Republic to resume wearing an electronic monitoring bracelet — particularly if the sentence had already been substantially served before" the election, he said.</p><p>Le Pen’s conviction leaves her open to criticism</p><p>Critics and potential election rivals argue that her embezzlement conviction would make her ethically unfit for the presidency.</p><p>“It’s not normal,” said Bernadette Flament, a 73-year-old resident of a village close to a campaign stop on Wednesday. “A president who governs, who will govern France, who has been convicted, is unacceptable.”</p><p>After multiple scandals involving lawmakers and ministers, polls consistently show French voters want higher ethical standards in public life and are highly critical of what they perceive as politicians’ dishonesty.</p><p>Last year, Nicolas Sarkozy became the first former French president in modern history to go to prison after he was found guilty of criminal conspiracy. He was made to wear an electronic monitor for three months.</p><p>“There is a strong public expectation on this issue,” Rouban said. “Marine Le Pen may try to play down her conviction, but the fact remains that she has been convicted.”</p><p>Le Pen's double-ticket candidacy isn't what it seems</p><p>Le Pen announced that she'll campaign as a “duo" with protege Jordan Bardella — which to American ears may sound like the Trump-Vance or Biden-Harris tickets in the last U.S. presidential election.</p><p>Le Pen, a veteran of three presidential campaigns and daughter of five-time presidential candidate Jean-Marie Le Pen, brings experience. The 30-year-old Bardella, president of their populist, anti-immigration National Rally party, is popular with Gen Z, with larger followings on Instagram and TikTok.</p><p>In France, it’s a break with tradition for candidates to double-team a presidential election. Le Pen says Bardella would be her prime minister if she wins. They campaigned together Wednesday.</p><p>But unlike in the United States, French voters only choose one leader in the presidential election. The choice of prime minister is the president’s alone and no law would oblige Le Pen to pick Bardella.</p><p>The pairing could appeal both to National Rally supporters and to “new swaths of voters attracted by Bardella’s youth, communication style and apparent pragmatism, more anchored on the right and more amenable to business interests," said Célia Belin, who specializes in French politics at the European Council on Foreign Relations, a think tank.</p><p>"By running as a ‘ticket,’ they hope to keep this large electoral base," she said.</p><p>___</p><p>AP journalist Alex Turnbull in La Flèche, France, contributed.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/MUEIDGHSLCOD3WPNEHO4PVBXJQ.jpg?auth=c34a5e53df97a13d699627761b2511804af3fcbae2e1903f99f3c052f519c671&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 and Far-right party National Rally president Jordan Bardella answer journalists as they arrive to visit a market in La Fleche, western France Wednesday, July. 8, 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/S2O2E5YKVFFDTAUOS5EVWBFHNI.jpg?auth=62596bc1fb768af43dc64a57833170b59fd388d0351f3f8eb4933ea8ab7957d1&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 a market as she campaigns in La Fleche, western France Wednesday, July. 8, 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/54KTBRXJ554X4D7542OSMNDFCY.jpg?auth=1af6214bb3948029bf20097a0ee45a945578929e5a068c2cde991a0466fe8bb6&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 and Far-right party National Rally president Jordan Bardella arrive to visit a market in La Fleche, western France Wednesday, July. 8, 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/BZFOSP72RQ34XUD4SMDHK6UJ2E.jpg?auth=59206e980a28e558d8f3905d465e70e3e6eed8934a63bc39592044be5014b187&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A protestor holds a placard reading: Le Pen convicted, during a protest against the visit of far-right leader Marine Le Pen in La Fleche, western France, Wednesday, July 8, 2026. (AP Photo/Michel Euler)]]></media:description><media:credit role="author" scheme="urn:ebu">Michel Euler</media:credit></media:content></item><item><title><![CDATA[Forecasters lower predictions for the 2026 Atlantic Hurricane Season]]></title><link>https://www.local10.com/weather/hurricane/2026/07/08/forecasters-lower-predictions-for-the-2026-atlantic-hurricane-season/</link><guid isPermaLink="true">https://www.local10.com/weather/hurricane/2026/07/08/forecasters-lower-predictions-for-the-2026-atlantic-hurricane-season/</guid><dc:creator><![CDATA[Michael Lowry]]></dc:creator><description><![CDATA[Hurricane experts at Colorado State University (CSU) – the team that pioneered seasonal hurricane outlooks back in the 1980s – issued their July update Wednesday morning, revising earlier predictions for the 2026 Atlantic hurricane season downward for a second time since their initial forecast in April.]]></description><pubDate>Wed, 08 Jul 2026 15:14:17 +0000</pubDate><content:encoded><![CDATA[<p>Hurricane experts at Colorado State University (CSU) – the team that pioneered seasonal hurricane outlooks back in the 1980s – issued their July update Wednesday morning, revising earlier predictions for the 2026 Atlantic hurricane season downward for a second time since their initial forecast in April.</p><p>The forecast team, led by Dr. Phil Klotzbach, now predicts 2026 could rival some of the least active seasons this century, and its bottom-line forecast for Accumulated Cyclone Energy or ACE – the seasonal scorecard that considers the overall strength and duration of storms – would be the third lowest in 30 years if it materializes, behind only the well-below-average 2013 and 1997 hurricane seasons.</p><p>The team calls for 4 hurricanes, but only one major (Category 3 or stronger) hurricane this season. Over the past three decades, only the 1997 and 2013 seasons ended with fewer than two major hurricanes. 2013 is the only hurricane season since 1994 to record no Category 3 or stronger hurricanes.</p><p>No Atlantic hurricane season in the reliable records (since 1950) has gone hurricane-less and generally two hurricanes is the floor, even for the least active seasons. The most active seasons like 2005 and 2020 have recorded as many as 15 hurricanes in a single season (15 and 14 hurricanes respectively in 2005 and 2020).</p><p>The lower overall numbers suggest lower chances of a U.S. hurricane hit this season, but the below-average forecast certainly doesn’t let the U.S. off the hook. Even in very inactive hurricane seasons, big hurricanes can strike (see Hurricane Andrew in 1992 for a South-Florida-specific example). That said, overall odds of at least one major (Category 3 or stronger) hurricane making landfall in the continental U.S. are cut by more than half this year – from 43% in a typical season to 17% in 2026.</p><p><b>Playing by El Niño’s rules</b></p><p>If you’ve read any of our newsletters in recent weeks, the lower predictions shouldn’t come as a surprise. The driving factor behind the downward predictions is increasing confidence that we’ll have a strong to very strong El Niño in place for the peak months of the season, which will keep storm-busting wind shear high, especially in the western part of the tropical Atlantic where hurricanes often hit their stride.</p><figure><img src="https://www.local10.com/resizer/v2/LAPKCKKKXBHLHND6MREKHYGGAM.PNG?auth=f332a8e49ea8e90946f943140203a26516a335a8b81dfd0f10fd8eb96c219a81&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Long-range seasonal forecast models can struggle with El Niño predictions during the spring months but that wasn’t the case in 2026. If anything, forecast models seem to have underdone forecasts out of the gate, and El Niño conditions are already transitioning from moderate to strong levels, with additional strengthening expected into the fall and winter, when El Niño traditionally peaks.</p><figure><img src="https://www.local10.com/resizer/v2/PHQJRWEZENBS5AKDKGDVZRUZFM.png?auth=d8919de7e9dd0391c80c995eb23189d2abecdf79ccfdc334b519f8947d63eec0&smart=true&width=1200&height=900" alt="Percent chance of El Niño conditions for overlapping 3-month periods from all available seasonal forecast models beginning with June-July-August 2026 (JJA, left-most bar) through February-March-April 2027 (FMA, right-most bar). Deep red colors indicate odds of a very strong El Niño. Forecast models show a 96% chance of a strong to very strong El Niño for the peak months of the Atlantic hurricane season (August-September-October or ASO 2026). Credit: Zeke Hausfather/The Climate Brink" height="900" width="1200"/><figcaption>Percent chance of El Niño conditions for overlapping 3-month periods from all available seasonal forecast models beginning with June-July-August 2026 (JJA, left-most bar) through February-March-April 2027 (FMA, right-most bar). Deep red colors indicate odds of a very strong El Niño. Forecast models show a 96% chance of a strong to very strong El Niño for the peak months of the Atlantic hurricane season (August-September-October or ASO 2026). Credit: Zeke Hausfather/The Climate Brink</figcaption></figure><p><b>Nada for the near future</b></p><p>Mum’s the word across the tropical Atlantic for the foreseeable future. We’re seeing one of the biggest dust outbreaks of the season so far, and as we discussed in Tuesday’s newsletter, wind shear will stay prohibitively high for the next few weeks.</p><figure><img src="https://www.local10.com/resizer/v2/237Y2NZEPVCONBKBLY2RED644Y.PNG?auth=b29be52232b929660ff69344cf57f67fa87f23b82ed3cb626df0bcd41dc7d040&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>The only dark horse development contender isn’t until the end of next week with a frontal low off the Carolinas. Models keep those odds very low (less than 10%), and it’s not anything we need to be concerned with for now.</p><figure><img src="https://www.local10.com/resizer/v2/5VPDQBB2IZHILFCSZ4JAYDOQRM.png?auth=e1f6854b8e17f5822f57277da53dc709187e4817abe61d2c8851a6f10a9326ab&smart=true&width=1200&height=900" alt="Probability of a tropical system passing to within about 125 miles of a given location through Monday, July 20th, 2026, based on Google’s DeepMind 1,000-member machine learning-based ensemble system. The only development contender the models sees is off the east coast with an initially non-tropical frontal low. For now, development odds remain very low (less than 10%). Credit: Deelan Jariwala" height="900" width="1200"/><figcaption>Probability of a tropical system passing to within about 125 miles of a given location through Monday, July 20th, 2026, based on Google’s DeepMind 1,000-member machine learning-based ensemble system. The only development contender the models sees is off the east coast with an initially non-tropical frontal low. For now, development odds remain very low (less than 10%). Credit: Deelan Jariwala</figcaption></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/PEODORNLRNF2VJVWMRJ7YOEE3E.PNG?auth=82771554b7ba617c4f27c0db608ab563a23d526f82610f1c7b76c92becc65d0b&amp;smart=true&amp;width=1200&amp;height=900" type="image/png" height="900" width="1200"/></item><item><title><![CDATA[Kentucky Gov. Andy Beshear asks Sen. Mitch McConnell to give a public update on his condition]]></title><link>https://www.local10.com/news/2026/07/08/kentucky-gov-andy-beshear-asks-sen-mitch-mcconnell-to-give-a-public-update-on-his-condition/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/08/kentucky-gov-andy-beshear-asks-sen-mitch-mcconnell-to-give-a-public-update-on-his-condition/</guid><dc:creator><![CDATA[By BILL BARROW, Associated Press]]></dc:creator><description><![CDATA[Kentucky Gov. Andy Beshear is directly asking Sen. Mitch McConnell, the state's most powerful figure in Congress, to disclose more about his condition after three weeks of silence from the 84-year-old since he was hospitalized in Washington.]]></description><pubDate>Wed, 08 Jul 2026 20:49:43 +0000</pubDate><content:encoded><![CDATA[<p>Kentucky Gov. Andy Beshear is directly asking Sen. Mitch McConnell, the state's most powerful figure in Congress, to disclose more about his condition after three weeks of silence from the 84-year-old since he was hospitalized in Washington.</p><p>The letter released Wednesday from Beshear, a Democrat who is considered a potential presidential candidate in 2028, to the former Senate Republican leader says, “Kentuckians have grown increasingly concerned about the current state of your health and well-being, and ability to hold office.”</p><p>McConnell, whose physical condition has visibly declined in recent years, was hospitalized June 14. He has not released a public statement, photos or videos since. Aides have disclosed nothing specific about his condition, other than to say last week that McConnell “continues to improve, and is working closely with his staff on Kentucky and Senate matters while the Senate is out of session.”</p><p>That lack of detail has fueled rampant speculation about his prognosis and whether he will return to the Senate when it reconvenes next week. The firestorm was enough that Republican Senate leaders, including Senate Majority Leader John Thune, R-S.D. and Wyoming Sen. John Barrasso, on Tuesday made public statements saying they had talked to McConnell and he was alert and discussing current events.</p><p>McConnell is retiring at the end of his term in January, and the campaign to elect his successor already is underway. Kentucky’s Senate succession law, which Republican legislators have twice changed during Beshear’s tenure, does not give the governor a role in picking a temporary successor should McConnell’s seat become vacant before his term ends.</p><p>Under the latest change in 2024, Beshear would call a special election if the seat became vacant. The winner of that election could take office after the result is certified. The general election winner would be sworn in as part of the new Congress in January. But there are unresolved questions about the timing of a special election under the untested law and the possibility the seat could remain vacant until January.</p><p>Beshear ended the letter by wishing McConnell “a safe and speedy recovery.”</p><p>A look at what an absence from the Senate or a vacancy could mean.</p><p>What happens if McConnell isn't able to return?</p><p>There is not much, if anything, that Beshear, Kentucky lawmakers or the Senate could do if McConnell remains in office but is unable to perform his duties between now and when the current Congress expires in January.</p><p>Senate rules do not allow proxy voting. But there have been extended Senate absences before, and the chamber has continued its business with however many senators are in attendance. Republicans currently hold a 53-47 advantage. Without McConnell, that means a maximum of 52 Republican votes are available.</p><p>McConnell had been among the senators blocking war powers resolutions that seek to limit President Donald Trump's military options in Iran. Without him, the administration has less of a buffer. On the other hand, McConnell already had been among the Republicans refusing to support Trump's sweeping elections law overhaul.</p><p>Why wouldn't Beshear have a say in filling any vacancy?</p><p>The 17th Amendment to the U.S. Constitution calls for Senate vacancies to be filled by popular elections. But it allows state legislatures to empower governors to appoint an interim senator to serve through those campaigns. Most states have taken this option, according to the Congressional Research Service.</p><p>Kentucky law allowed interim appointments until 2021, when McConnell and other state GOP leaders persuaded the Republican-run Legislature to make a change. They did not want Beshear to shift the partisan balance in Washington if he got the opportunity. They called for a committee of the previous senator's state party to select three people from whom the governor could choose an interim senator. In this case, that would mean Beshear picking which Republican would fill a vacancy. Several states have this system.</p><p>Kentucky lawmakers changed the law again in 2024 to require a special election. The only role for the governor is to call that election.</p><p>Beshear vetoed the 2021 and 2024 changes but Republican lawmakers overrode him.</p><p>How would a special election work?</p><p>The 2024 law says Beshear “shall” issue a proclamation for a special vote but it does not say when he should make that proclamation or what the election date must be. Separate laws require certain minimum windows between a proclamation and the election date, but not necessarily a maximum window.</p><p>Some officials have argued that any vacancy after Aug. 3 would mean a special election concurrent with the general. They have even speculated that at some point, it would be impractical to have a special election at all given the regular election already taking place.</p><p>The Kentucky secretary of state’s office declined to speculate on a hypothetical time frame.</p><p>If a special election was needed, the simplest option would be to hold it at the same time as the regular general election.</p><p>For the full Senate term that begins in 2027, Republicans nominated U.S. Rep. Andy Barr and Democrats nominated former state lawmaker Charles Booker. Concurrent elections would be separate, requiring new nominations by the parties, though they could choose Barr and Booker. Regardless, in this scenario voters would be electing the immediate replacement and the full-term lawmaker on the same Election Day.</p><p>Multiple vacant House seats have been filled that way with little national attention.</p><p>Could there be a legal fight?</p><p>Yes. The 2024 law has never been tested. If a vacancy occurred, there could be different interests between parties and even among Republicans about special election timing and whether to hold one at all. That could create any number of legal questions and disputes that have to be settled by the courts.</p><p>Beshear's office did not immediately respond to an inquiry about how he interprets the law.</p><p>___</p><p>This story has been corrected to reflect that it depends on what the governor might do to determine whether there might be a special election if there was a Senate vacancy after Aug. 3 and whether the seat might remain vacant until January.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UPNXBGXLGBBJFHZ5PNVN7QT5IM.jpg?auth=ec1e61eaaf1ab70f1de52ee5dca1ce27f94bdaa61da902b06155d2b6c6d32ad8&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Sen. Mitch McConnell, R-Ky., arrives for a hearing at the Capitol in Washington, Tuesday, May 19, 2026. (AP Photo/J. Scott Applewhite, File)]]></media:description><media:credit role="author" scheme="urn:ebu">J. Scott Applewhite</media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre conocido como “Tupac” por iniciar incendio que dañó propiedad del condado Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-conocido-como-tupac-por-iniciar-incendio-que-dano-propiedad-del-condado-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-conocido-como-tupac-por-iniciar-incendio-que-dano-propiedad-del-condado-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Un hombre conocido por las autoridades como “Tupac” por investigaciones criminales anteriores ahora enfrenta cargos en relación con un caso de incendio provocado en el condado Miami-Dade, dijeron los agentes.]]></description><pubDate>Wed, 08 Jul 2026 15:48:24 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre conocido por las autoridades como “Tupac” por investigaciones criminales anteriores ahora enfrenta cargos en relación con un caso de incendio provocado en el condado Miami-Dade, dijeron los agentes.</p><p>Según un informe de arresto de la Oficina del Sheriff de Miami-Dade (MDSO), Tupac, cuyo nombre real es Edwin Vega Serrano, fue arrestado el martes en relación con un incendio provocado ocurrido el 27 de junio que dañó propiedad de la Junta de Comisionados del Condado Miami-Dade.</p><p>Los agentes dijeron que Serrano, de 50 años y sin hogar, fue captado por cámaras de vigilancia prendiendo fuego a un montón de desechos arrojados ilegalmente, ubicado directamente al noreste de 3333 NW 38th St.</p><p>Luego tomó un objeto no identificado y dañó una cámara instalada en un poste del Departamento de Desechos Sólidos de Miami-Dade, dijeron las autoridades.</p><p>Según el informe, el video muestra posteriormente a Serrano prendiendo fuego a una bolsa que estaba en medio de Northwest 33rd Avenue.</p><p>Los agentes dijeron que el incendio causó aproximadamente $4,200 USD en daños a propiedad perteneciente a la Junta de Comisionados, incluidos unos 45 pies de cerca y cinco tuberías de drenaje de 18 pulgadas.</p><p>Las autoridades dijeron que Serrano fue detenido el martes después de que dos empleados del Departamento de Transporte y Obras Públicas lo vieran cerca de Northwest 33rd Avenue y 37th Street y alertaran a un agente.</p><p>Serrano fue arrestado por cargos de incendio provocado en segundo grado y daños a la propiedad.</p><p>Los agentes dijeron que invocó su derecho a un abogado y no respondió preguntas sobre el incendio.</p><p>Hasta la mañana del miércoles, Serrano permanecía detenido en el Centro Correccional Turner Guilford Knight. Los registros de la cárcel en línea indicaban que el monto total de su fianza figuraba como “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/2YTRRJT2W5DHXGEBTLTIQQ3K4U.jpg?auth=7eef9e6bd8b1f897604dc8ae0f21e66a2c47976029b39c92bba6d78374824a25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Man known as ‘Tupac’ starts fire, damaging Miami-Dade County property, deputies say ]]></title><link>https://www.local10.com/news/local/2026/07/08/man-known-as-tupac-starts-fire-damaging-miami-dade-county-property-deputies-say/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/man-known-as-tupac-starts-fire-damaging-miami-dade-county-property-deputies-say/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[A man known to authorities as “Tupac” from past criminal investigations is now facing charges in connection with an arson case in Miami-Dade County, deputies said.]]></description><pubDate>Wed, 08 Jul 2026 14:48:37 +0000</pubDate><content:encoded><![CDATA[<p>A man known to authorities as “Tupac” from past criminal investigations is now facing charges in connection with an arson case in Miami-Dade County, deputies said.</p><p><a href="https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-conocido-como-tupac-por-iniciar-incendio-que-dano-propiedad-del-condado-miami-dade-dicen-agentes/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-conocido-como-tupac-por-iniciar-incendio-que-dano-propiedad-del-condado-miami-dade-dicen-agentes/">Leer en español</a></p><p>According to an arrest report from the Miami-Dade Sheriff’s Office, Tupac, whose real name is Edwin Vega Serrano, was arrested Tuesday in connection with an arson that occurred June 27, damaging property belonging to the Miami-Dade County Board of Commissioners.</p><p>Deputies said Serrano, 50, who is homeless, was captured on surveillance video igniting a pile of illegally dumped waste directly northeast of 3333 NW 38<sup>th</sup> St.</p><p>He then grabbed an unknown object and broke a Miami-Dade Solid Waste Department pole camera, authorities said.</p><p>According to the report, the video then shows Serrano igniting a bag on fire, which was in the middle of Northwest 33<sup>rd</sup> Avenue.</p><p>Deputies said about $4,200 worth of damage was caused by the fire to property belonging to the Board of Commissioners, including about 45 feet of a fence and five 18-inch drainage pipes.</p><p>Authorities said Serrano was detained Tuesday after two Department of Transportation and Public Works employees spotted him near Northwest 33<sup>rd</sup> Avenue and 37<sup>th</sup> Street and flagged down a deputy.</p><p>Serrano was arrested on charges of second-degree arson and criminal mischief. </p><p>Deputies said he invoked his right to counsel and did not answer questions about the fire.</p><p>As of Wednesday morning, Serrano was being held at the Turner Guilford Knight Correctional Center. Online jail records listed his total bond 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/2YTRRJT2W5DHXGEBTLTIQQ3K4U.jpg?auth=7eef9e6bd8b1f897604dc8ae0f21e66a2c47976029b39c92bba6d78374824a25&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[World Cup quarterfinals: It's Messi, Morocco, and 6 teams from Europe. And that's not unusual]]></title><link>https://www.local10.com/sports/2026/07/08/world-cup-quarterfinals-its-messi-morocco-and-6-teams-from-europe-and-thats-not-unusual/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/world-cup-quarterfinals-its-messi-morocco-and-6-teams-from-europe-and-thats-not-unusual/</guid><dc:creator><![CDATA[By TIM REYNOLDS, Associated Press]]></dc:creator><description><![CDATA[MIAMI GARDENS, Fla. (AP) — More World Cup teams. Same World Cup story.]]></description><pubDate>Wed, 08 Jul 2026 15:48:52 +0000</pubDate><content:encoded><![CDATA[<p>MIAMI GARDENS, Fla. (AP) — More World Cup teams. Same World Cup story.</p><p>This edition started with 48 teams; it’s now down to eight, with six of those from Europe. And unless Morocco pulls off a series of surprising outcomes over the final two weeks, the champion will come from Europe or South America.</p><p>Again. As always.</p><p>A tournament that has been around for nearly a century — the first World Cup was in 1930 — has been contested on 22 previous occasions. The champions: 12 from Europe, 10 from South America, zero from the rest of the globe combined.</p><p>This year’s quarterfinal lineup: six from Europe, one from South America, one from Africa. Not exactly a history-bucking set of outcomes there.</p><p>That said, it seems like even some of Europe’s best players are surprised at how well this World Cup has gone.</p><p>“I thought it was not possible to do some things,” Norway star Erling Haaland said after his two goals helped his team beat Brazil for a spot in the quarterfinals — the first time his nation has gone this deep in a World Cup. “I guess I’m wrong.”</p><p>He was wrong in a good way. The tournament hosts were wrong in a not-so-good way.</p><p>North America had three cracks at breaking through this year in a bigger-than-ever, 48-team World Cup with the U.S., Mexico and Canada all co-hosts.</p><p>None of those teams even made the quarterfinals.</p><p>“We need to get over that next hurdle,” U.S. star Christian Pulisic said in a televised interview after the Americans were ousted by Belgium in the round of 16, a lopsided 4-1 defeat that shows how far North America still has to go. “Trying to compete and beat the world’s best, that’s our next step … There’s still another step that we have to take.”</p><p>The three hosts all got through the group stage and the round of 32 with ease. The U.S., Mexico and Canada had a combined 9-2-1 record in those matches, outscoring opponents by a total of 20 goals. Things looked promising, to say the least.</p><p>Then came the round of 16. Thud.</p><p>England ousted Mexico 3-2, the U.S. got rolled by Belgium in a match that looked one-sided from the outset and Canada was outclassed in a 3-0 loss to Morocco. Combined numbers from that trio of matches: 0-3-0 record, outscored by seven goals.</p><p>“Levels,” French soccer legend Thierry Henry said in his role as an analyst on Fox after the U.S. defeat. “The World Cup is different in the group stage. Round of 32 never existed before. Everyone made history in the round of 32. It never existed before … Unfortunately, one host, two hosts, three hosts, out. That’s exactly what you don’t want at a World Cup. That is annoying for me.”</p><p>If it annoys Henry, imagine how it feels for the Canadians, Mexicans and Americans.</p><p>There hasn’t been a CONCACAF — the Confederation of North, Central America and Caribbean Association Football — team in the World Cup quarterfinals since Costa Rica in 2014.</p><p>Before that, it was the U.S. in 2002 in its best showing at the World Cup since finishing third in 1930. Canada has never been past the round of 16. Mexico has played in each of the last nine World Cups; it reached the round of 16 in eight of those, never going further in that span.</p><p>“Everyone gave everything,” Mexico midfielder Erik Lira said. “But, in the end, it wasn’t enough.”</p><p>That seems to be an every-four-years refrain for every place other than Europe and South America.</p><p>There was some diversity in the makeup of the 2002 World Cup quarterfinal field with five confederations — Europe, South America, Asia, Africa and North America — all represented that year.</p><p>It was a rare blip. Of the 48 available quarterfinal spots over the six World Cups since, Europe has claimed 30, South America 14, Africa three and North America one.</p><p>Morocco is carrying Africa's hopes now and that continent came out of the group stage looking poised for a breakthrough. It sent 10 teams to the tournament; nine made it into the round of 32.</p><p>And then, most of the teams saw their hopes end by surrendering late goals.</p><p>Ivory Coast, South Africa and Congo all surrendered decisive goals in the 86th minute or later of what became their exits from the knockout phase. Cape Verde's magical ride ended after giving up an own goal to Lionel Messi and defending champion Argentina in the 111th minute. And for Senegal and Egypt, the endings were particularly harsh — both led 2-0 late in the second half, then fell by 3-2 scores to Belgium and Argentina, respectively.</p><p>Egypt felt the match was stolen by officiating decisions.</p><p>“Perhaps they wanted to keep the world champion in the competition," Egypt coach Hossam Hassan said. “Perhaps they wanted Messi to stay in the competition.”</p><p>The counterpoint to that was how, once again, a powerhouse like Argentina found a way. For the fifth time in the last six World Cups, Messi's team is in the quarterfinals.</p><p>Some things just don't seem to change.</p><p>“It wasn’t easy to come back from a 2-0 deficit in a World Cup knockout match — especially given how games are going these days, where no one gives you anything for free,” Messi said. “But thank God, we did it once again.”</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/E4YEWIRNQRE523E63GOYIDWDLM.jpg?auth=f259d1ca6b08c7848a5a422157741108232afb7699734f4e900c81862527d964&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Argentina's Lionel Messi (10) celebrates scoring their second goal during the World Cup round of 16 soccer match between Argentina and Egypt in Atlanta, Tuesday, July 7, 2026. (AP Photo)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/R3VODO4VFBV4YQYWD4Y32T2RDI.jpg?auth=90b082a07aafdf05c059ca3ce54358a7f69ff7da0c38094045d0a0cba7c02dab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Norway's Erling Haaland (9) celebrates with teammates after scoring their second goal during 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/Pamela Smith)]]></media:description><media:credit role="author" scheme="urn:ebu">Pamela Smith</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/M4JCI5DWF3IM2J2EC7YC7F4DGM.jpg?auth=1b23c5204401bc4b102c1b56ab01675c19b37b1f84ca262a79d96dc3f4dee21d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Players of Morocco react after the World Cup round of 16 soccer match against Canada in Houston, Saturday, July 4, 2026. (AP Photo/David J. Phillip)]]></media:description><media:credit role="author" scheme="urn:ebu">David J. Phillip</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/J4JNNS7YPPBGGILEJUUXHQFT4E.jpg?auth=61e9f98e10546cecd0d3ac82f2497e3a724bde499b9ffe1512e62b70e0d0f300&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[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)]]></media:description><media:credit role="author" scheme="urn:ebu">Martin Meissner</media:credit></media:content></item><item><title><![CDATA[Arrestan a hombre por presunta participación en tomas ilegales de calles en todo Miami-Dade, dicen agentes]]></title><link>https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-por-presunta-participacion-en-tomas-ilegales-de-calles-en-todo-miami-dade-dicen-agentes/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/arrestan-a-hombre-por-presunta-participacion-en-tomas-ilegales-de-calles-en-todo-miami-dade-dicen-agentes/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[Un hombre de 22 años del condado Miami-Dade fue arrestado el martes tras presuntamente participar en múltiples tomas ilegales de calles, confirmaron las autoridades.]]></description><pubDate>Wed, 08 Jul 2026 15:45:49 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de 22 años del condado Miami-Dade fue arrestado el martes tras presuntamente participar en múltiples tomas ilegales de calles, confirmaron las autoridades.</p><p>Según detectives de la Oficina del Sheriff de Miami-Dade (MDSO), de la Oficina de Seguridad Nacional, asignados a atender las tomas de intersecciones, un evento organizado de toma de calles ocurrió el domingo entre la 1 a.m. y las 5 a.m. en varios lugares del condado.</p><p>Los agentes dijeron que identificaron a Damiean Alvarez como pasajero de un Infiniti G35 azul que hacía trompos en la intersección de Northwest 77th Court y 169th Street alrededor de la 1:20 a.m., mientras aproximadamente entre 50 y 60 vehículos estaban presentes y bloqueaban la intersección.</p><p>Los agentes indicaron que unas dos horas después volvieron a ver a Alvarez dentro del mismo Infiniti G35 azul, que hacía trompos en la intersección de Northwest 25th Street y 76th Avenue, debajo de la autopista Palmetto Expressway, con alrededor de 50 a 60 vehículos presentes y bloqueando la intersección.</p><p>Indicaron que durante ambos incidentes, Alvarez llevaba un pasamontañas en un intento por ocultar su identidad.</p><p>Según los agentes, en ambas escenas, después de que los vehículos bloquearan todos los carriles de circulación, “los espectadores salían de sus vehículos y se acercaban a la intersección para grabar y observar a los vehículos que hacían trompos realizar maniobras de conducción temeraria”.</p><p>Los agentes dijeron que fue dos días después, el martes por la noche alrededor de las 9:05 p.m., cuando arrestaron a Alvarez en su vivienda ubicada en la cuadra 2700 de Northwest 48th Street, donde un informe de arresto indica que el Infiniti azul estaba estacionado en la entrada de la casa.</p><p>Una presunta confesión de Alvarez fue censurada en la versión pública de su informe de arresto.</p><p>Hasta la mañana del miércoles, permanecía detenido en el Centro Correccional Turner Guilford Knight enfrentando cargos graves por participar en carreras de aceleración mientras llevaba el rostro cubierto. Los registros indican que además era buscado por una orden de arresto relacionada con un caso separado de violencia doméstica, para el cual su fianza figura como “pendiente de ser fijada”.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/GTSO6RV2Y5GPVALOUCBK4MOCS4.jpg?auth=90286c1ab2c870a1eb4a1a8a1f6998b9e433f9fae1e62e4ac61e3a00fad95040&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Acusan a hombre de Coral Springs de estrangular a su ex novia y arrojarle una mochila llena de heces como “venganza”]]></title><link>https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[Un hombre de Coral Springs está acusado de estrangular a su ex novia y posteriormente arrojarle encima el contenido de una mochila con heces, orina y otras sustancias debido a lo que la Policía dijo fueron sospechas de infidelidad.]]></description><pubDate>Wed, 08 Jul 2026 15:40:17 +0000</pubDate><content:encoded><![CDATA[<p>Un hombre de Coral Springs está acusado de estrangular a su ex novia y posteriormente arrojarle encima el contenido de una mochila con heces, orina y otras sustancias debido a lo que la Policía dijo fueron sospechas de infidelidad.</p><p>La Policía de Coral Springs identificó al sospechoso en un informe de arresto obtenido por Local 10 News el miércoles como Daniel Edward Niemiec, de 20 años.</p><p>Según un informe de arresto del Departamento de Policía de Coral Springs, los agentes recibieron una denuncia por correo electrónico el miércoles pasado de un familiar de la víctima, quien afirmó que Niemiec la había “agredido físicamente” después de que la pareja terminó su relación, en el apartamento de él, cerca de la cuadra 1600 de Northwest 91st Avenue.</p><p>El familiar de la víctima dijo a la Policía que la víctima “lo llamó angustiada y le dijo que había sido agredida físicamente por su ex novio, Daniel”, señala el informe.</p><p>La Policía dijo que inicialmente no pudo localizar a Niemiec, pero posteriormente habló con la madre de la víctima, quien indicó que recibió un mensaje de texto a las 2 a.m. del 2 de junio que decía: “Lo amo, pero acaba de lastimarme. Me estranguló y me golpeó”.</p><p>Según el informe, la madre de la víctima dijo a los agentes que su hija estaba de vacaciones en Florida, visitando a unos amigos y hospedándose con Niemiec, “quien ha estado poniendo sus manos sobre ella, causándole dolor y lesiones”.</p><p>La Policía dijo que la víctima también entregó fotografías que muestran las lesiones que presuntamente sufrió.</p><p>Los investigadores dijeron que el primer ataque reportado ocurrió mientras la pareja mantenía relaciones sexuales.</p><p>La víctima alegó que Niemiec “la abofeteó varias veces en el rostro” después de que ella le pidió que se detuviera y que “no quería que Daniel continuara abofeteándola y era en contra de su voluntad”, según los investigadores.</p><p>La Policía dijo que un segundo ataque ocurrió el 30 de junio después de una discusión que “escaló a agresión física cuando Daniel se acercó a ella en la sala y colocó con fuerza ambas manos” alrededor del cuello de la víctima.</p><p>Indicaron que la víctima dijo a los investigadores que Niemiec se reía mientras la estrangulaba y reiteró que el estrangulamiento fue “sin su consentimiento”.</p><p>Según el informe, después de salir del apartamento e ir a la casa de una amiga en Margate, la víctima dijo a la Policía que regresó al día siguiente para recoger sus pertenencias.</p><p>Ella dijo que Niemiec la esperaba afuera con su mochila, arrojó sus pertenencias sobre ella y luego vació el contenido de la mochila encima de ella, señala el informe.</p><p>Según el informe, la víctima declaró que “Daniel había defecado, orinado y llenado su mochila con salsa picante, ketchup y otros líquidos desconocidos”, los cuales “fueron arrojados sobre ella e hicieron contacto deliberadamente con su cuerpo”.</p><p>La Policía dijo que la víctima rechazó recibir tratamiento médico, pero “estaba temblando físicamente” durante el encuentro con los agentes y “parecía estar asustada”.</p><p>Después de ser puesto bajo custodia el jueves, Niemiec dijo a los investigadores que “el incidente de las bofetadas fue cierto y se salió de control”, según el informe.</p><p>La Policía dijo que Niemiec explicó a los investigadores que, mientras mantenía relaciones sexuales con la víctima, estaba “probando algo nuevo y no conocía los límites de la situación”.</p><p>También dijeron que Niemiec admitió tener “problemas de ira” y que creía que la víctima le había sido infiel.</p><p>Según los investigadores, él dijo que “al defecar, orinar y llenar la mochila con salsa picante, refresco, ketchup y diversos líquidos” sería una “venganza por haberle sido infiel”.</p><p>Los registros de la cárcel muestran que Niemiec enfrenta dos cargos de agresión doméstica y un cargo de agresión doméstica por estrangulamiento.</p><p>Hasta la mañana del miércoles, ya no figuraba como recluso en los registros de la cárcel del condado Broward.</p><p>Si usted está experimentando violencia doméstica, puede llamar a Women in Distress al 954-761-1133 o a la Línea Directa de Violencia Doméstica de Florida al 800-500-1119.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/XW5XOL5RVJHVPEI3OUYCQBYHPU.jpg?auth=2ca0a82c24c1c671a25ff473a1aca390f7ebaebef8166cee2cc1b02eb2fa3043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Coral Springs man accused of choking ex-girlfriend, dumping feces-filled backpack on her as ‘payback’]]></title><link>https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/coral-springs-man-accused-of-choking-ex-girlfriend-dumping-feces-filled-backpack-on-her-as-payback/</guid><dc:creator><![CDATA[Ryan Mackey]]></dc:creator><description><![CDATA[A Coral Springs man is accused of choking his ex-girlfriend and later dumping feces, urine and other substances from her backpack onto her over what police said were infidelity concerns.]]></description><pubDate>Wed, 08 Jul 2026 14:55:48 +0000</pubDate><content:encoded><![CDATA[<p>A Coral Springs man is accused of choking his ex-girlfriend and later dumping feces, urine and other substances from her backpack onto her over what police said were infidelity concerns.</p><p><a href="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/acusan-a-hombre-de-coral-springs-de-estrangular-a-su-ex-novia-y-arrojarle-una-mochila-llena-de-heces-como-venganza/">Leer en español</a></p><p>Coral Springs police identified the suspect in an arrest report obtained by Local 10 News on Wednesday as 20-year-old Daniel Edward Niemiec. </p><p>According to an arrest report from the Coral Springs Police Department, officers received a crime tip via email last Wednesday from a relative of the victim, who claimed Niemiec had “physically abused” her after the couple’s breakup at his apartment near the 1600 block of Northwest 91st Avenue.</p><p>The victim’s relative told police the victim “called him in distress and stated that she had been physically abused by her ex-boyfriend, Daniel,” the report states. </p><p>Police said they were initially unable to contact Niemiec but later spoke with the victim’s mother, who said she received a text message at 2 a.m. on June 2 that read, “I love him but he just hurt me. He choked me out and hit me.”</p><p>According to the report, the victim’s mother told officers her daughter was vacationing in Florida, visiting friends and staying with Niemiec, “who has been putting his hands on her causing pain and injuries.”</p><p>Police said the victim also provided photos showing injuries she allegedly sustained.</p><p>Investigators said the first reported attack occurred while the couple was having sex. </p><p>The victim alleged Niemiec “slapped her in the face multiple times” after she asked him to stop and “she did not wish for Daniel to continue slapping her and it was against her will,” according to investigators. </p><p>Police said a second attack occurred on June 30 after an argument that “escalated to physical abuse when Daniel approached her in the living room area and forcefully placed two hands” around the victim’s throat.</p><p>They said the victim told investigators that Niemiec laughed while choking her and reiterated the choking was “non-consensual.”</p><p>After leaving the apartment and going to a friend’s house in Margate, the victim told police she returned the following day to retrieve her belongings, according to the report. </p><p>She said Niemiec met her outside holding her backpack, dumped her belongings onto her, then dumped the backpack’s contents over her, the report states. </p><p>According to the report, the victim stated, “Daniel had defecated on, urinated on, and filled her backpack with hot sauce, ketchup, and other unknown fluids,” which were “dumped over her and made deliberate contact with her.”</p><p>Police said the victim declined medical treatment but “was physically shaking” during their encounter and “appeared to be in fear.”</p><p>After being taken into custody on Thursday, Niemiec told investigators that “the slapping incident was true and gotten out of hand,” according to the report. </p><p>Police said he told investigators that while having sex with the victim, he was “testing something new and did not know the limits of the situation.”</p><p>They said Niemiec also admitted to having “anger issues” and believed the victim had cheated on him. </p><p>According to investigators, he said that “by defecating, urinating and filling the backpack up with hot sauce, soda and ketchup and miscellaneous fluids” it would be “payback for her cheating.”</p><p>Jail records show Niemiec is facing two counts of domestic battery and one count of domestic battery by strangulation. </p><p>As of Wednesday morning, He was no longer listed as an inmate in the Broward County jail records.</p><p>If you are experiencing domestic violence, you can call Women in Distress at 954-761-1133 or the Florida Domestic Violence Hotline at 800-500-1119.</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/XW5XOL5RVJHVPEI3OUYCQBYHPU.jpg?auth=2ca0a82c24c1c671a25ff473a1aca390f7ebaebef8166cee2cc1b02eb2fa3043&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Why World Cup game balls always make their way back onto the pitch during matches]]></title><link>https://www.local10.com/sports/2026/07/08/why-world-cup-game-balls-always-make-their-way-back-onto-the-pitch-during-matches/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/why-world-cup-game-balls-always-make-their-way-back-onto-the-pitch-during-matches/</guid><dc:creator><![CDATA[By MAURA CAREY, Associated Press]]></dc:creator><description><![CDATA[ATLANTA (AP) — Game balls for World Cup matches have become stars in their own right during the tournament.]]></description><pubDate>Wed, 08 Jul 2026 15:28:03 +0000</pubDate><content:encoded><![CDATA[<p>ATLANTA (AP) — Game balls for World Cup matches have become stars in their own right during the tournament.</p><p>The ball has made headlines with its embedded technology and raised questions among fans, including: Why is everyone expected to promptly toss the ball back onto the pitch?</p><p>It's a question more out of curiosity than an outcry for change.</p><p>The thrill of catching a match ball is short-lived for World Cup -goers as staff members working the match await on the pitch in a ready position for fans to throw it back, per FIFA policy.</p><p>Some fans try to get a quick selfie with the ball if they are lucky enough to get their hands on it. A game ball would definitely be a coveted memento, especially for those who have spent thousands on flights, hotels and 100-level tickets.</p><p>“I mean, the amount of money that I spent, I should definitely be able to keep a football when I catch it from the stadium,” England fan Jack Goodwin said. “I saved up for a house and blew my whole deposit bringing me and my dad out from London.”</p><p>It's a tradition for American sports fans — catch a baseball at a game and you have a souvenir for life. Bonus if it's a ball from a playoff game or a milestone moment for the hitter.</p><p>In soccer, not so much.</p><p>“We don’t know, and we don’t care,” one Congo fan said when asked if he knew why fans couldn't keep a ball kicked into the stands. “We didn’t come here for a prize, we came here to watch our country.”</p><p>Baseball fans climb over each other and jump over seats for balls that come their way. Most soccer fans don't have a problem throwing the ball back.</p><p>Getting to the “why?” FIFA's policy is so rigid can be difficult. FIFA did not respond to emails requesting comment on this story. However, theories range from tradition, to economic concerns, to the ball’s technology, to the flow of the game.</p><p>“I don't think there's ever been a policy where you can keep the ball, which, unlike baseball, is a fairly expensive piece of equipment,” soccer historian Charles Cutton said. “Back in the day, it was not unusual for there to be one ball at a game. That was it. If it went into the stands, you had to retrieve it or give it back so play could continue. Now you’ve got them stationed all over the field."</p><p>Fans can purchase FIFA balls from licensed venders or pop-up stands for anywhere from $60 to $180. It's unclear how much soccer's ruling body pays for match-day balls, though it would seem whatever the cost FIFA could afford to have a few more on hand to ensure the match is not interrupted if one sails into the stands and a fan holds onto to it.</p><p>But while Major League Baseball fans eventually won the right to keep balls hit into the stands, soccer has stood firm in its expectations over the years. The evolution of the ball itself has only reinforced FIFA's interest in getting each one back.</p><p>This year's World Cup ball, the Adidas Trionda, is the most sophisticated to date.</p><p>Gone are the days of hand-stitched, leather, 32-panel balls.</p><p>“They've evolved from being natural materials like leather to now being a polymeric material," Georgia Tech professor Jud Ready said. “That's done for a couple of reasons. First, cost, but also, performance, because polyurethane does not absorb moisture like leather would.”</p><p>The Trionda is a four-panel, thermally pressed polyurethane ball, but perhaps the most defining feature is on the inside, where a 500Hz motion sensor sends real-time data to the video assistant referee system to help officials with decisions, including the oft-controversial offsides call.</p><p>Real-time data also goes to match referees to determine whether the ball has crossed the goal-line.</p><p>“The World Cup balls have radio frequency transmitters inside to serve basically as a GPS, as well as accelerometers to understand how much force is being kicked," Ready said.</p><p>Ready's colleague, professor Manos Tentzeris, said the sensor operates with 99.99% accuracy. Paired with cameras, it can pinpoint the precise location of anything on the pitch down to the tip of a shoe, which can be enough to determine whether a player is offside.</p><p>That technology isn't quite as valuable outside the stadium. Ready said the ball relies on stadium infrastructure to communicate with officials, making the electronics virtually unusable outside a World Cup venue.</p><p>Balls also must be charged before a match using a cord-free system similar to charging a smartwatch.</p><p>Because it's such a process, it seems unlikely a game ball will ever become a keepsake for a fan, but never say never — one day it could happen.</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/MYGTSZLQV355BJEYQGTBCXHHYE.jpg?auth=e23bdd6134f1bc1964829df90e8c4758ae9fbbc2f6fc6233c93d400dd967bd18&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Sweden fan returns a football that landed on the stands during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 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/KTKSTJIZE73MLPNWPMWV6NO5BE.jpg?auth=731c06aaced3f92e24dabe840aa32df28bf07cdfda9b8157ec429c06def466ae&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A Sweden fan catches a football that landed on the stands during the World Cup Group F soccer match between the Netherlands and Sweden in Houston, Saturday, June 20, 2026. (AP Photo/Ashley Landis)]]></media:description><media:credit role="author" scheme="urn:ebu">Ashley Landis</media:credit></media:content></item><item><title><![CDATA[Evacuated residents and hotel guests are allowed to return amid work on damaged NYC high-rise]]></title><link>https://www.local10.com/news/2026/07/08/evacuated-residents-and-hotel-guests-are-allowed-to-return-amid-work-on-damaged-nyc-high-rise/</link><guid isPermaLink="true">https://www.local10.com/news/2026/07/08/evacuated-residents-and-hotel-guests-are-allowed-to-return-amid-work-on-damaged-nyc-high-rise/</guid><dc:creator><![CDATA[By PHILIP MARCELO, MICHAEL R. SISAK and ANTHONY IZAGUIRRE, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — The streets around a midtown Manhattan high-rise where structural damage forced evacuations gradually returned to life Wednesday, as residents and hotel guests were allowed back into nearby buildings, and workers fashioned temporary fixes to shore up the damage.]]></description><pubDate>Wed, 08 Jul 2026 21:41:21 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — The streets around a midtown Manhattan high-rise where structural damage forced evacuations gradually returned to life Wednesday, as residents and hotel guests were allowed back into nearby buildings, and workers fashioned temporary fixes to shore up the damage.</p><p>After crews worked through the night to stabilize a section of the building where beams had buckled and floors had sagged, Mayor Zohran Mamdani sought to reassure wary New Yorkers, saying no more movement had been detected in the massive office-to-apartment conversion project at Pfizer’s former headquarters near Grand Central Terminal.</p><p>But four other area buildings remained off limits, and the city will conduct a broader inquiry into what went wrong and what can be done to prevent a more devastating incident such as a collapse, the mayor vowed.</p><p>“As soon as we answer the emergency questions around safety in this moment, we are going to be conducting a full investigation as to how we got to this point,” Mamdani said. “Because this is not a necessary consequence of an office to residential conversion. This, however, is clearly a breakdown in that process.”</p><p>Buckled beams and sagging floors triggered collapse concerns</p><p>Authorities responding to emergency calls at the building discovered two mangled support beams and sagging floors on the 21st floor early Tuesday, triggering mass evacuations and street closures in a bustling area not far from the Grand Central transit hub and the Chrysler Building.</p><p>In the initial hours, officials believed the steel-framed building, which was empty other than the workers, wasn’t necessarily at risk of a total collapse, but “more of a localized collapse,” as Fire Chief John Esposito described it.</p><p>On-site contractors were eventually allowed to reenter the building late Tuesday to do the emergency repairs after city officials did a floor-by-floor inspection and found encouraging signs.</p><p>Residents and hotel guests return as evacuation orders are lifted</p><p>Sally Grant and Margaret Clark were among those Wednesday waiting to be let back into the Hampton Inn near the damaged former Pfizer building.</p><p>They had traveled from Scotland to see Bon Jovi perform at Madison Square Garden on Tuesday, but were evacuated and told to leave their belongings, including their credit cards, passports and medication.</p><p>“They could have given us five minutes to grab our belongings, you know, instead of just saying everybody out, everybody out,” Clark said. “We’ve been left with nothing. We slept in the streets last night. The police wouldn’t help us. It’s been awful. Absolutely it’s ruined our holiday.”</p><p>There were signs of things returning to normal Wednesday on the streets surrounding the construction site, with people walking dogs, pushing strollers and riding bikes.</p><p>But gawkers also paused to point and take photos of the now infamous hulking glass-and-steel tower, and some major streets remained closed, to the frustration of pedestrians and drivers.</p><p>Elinor Ruskin, 94, was among those redirected by police after trying to get through a closed block. She took it in stride.</p><p>“These things happen. I don’t know if they will catch the mistake or what they will do,” she said. “Anyway, you know, this is New York City.”</p><p>Repairs are ongoing</p><p>Temporary shoring and beams were installed throughout the 37-story building as crews made their way to the top.</p><p>Photos shared on social media by the city's Department of Buildings showed multiple steel rods inserted side-by-side next to one badly bent column.</p><p>The department said the emergency work is being supervised by the owner’s engineer and an independent, third-party engineering firm hired by the owner.</p><p>Once the emergency repairs are complete, Mamdani said city building officials will conduct a “rigorous assessment” to ensure the plans and the site are fully compliant with all codes before any non-emergency work proceeds.</p><p>New York, along with other major cities, has for years been pursuing ambitious overhauls to transform underused office space into residential buildings, in part to help struggling business districts and take strain off tight housing markets in need of more apartments.</p><p>Mamdani, a Democrat, told reporters Wednesday that he considers the conversions “part of our answer to the housing crisis,” but added that the projects must be done “safely and in a way that is fully accountable.”</p><p>Future of project remains uncertain</p><p>While the cause of the structural issues remains under investigation, unionized construction workers took the opportunity to slam the developers for using non-union workers. They staged a protest, complete with a large inflatable rat, near the site Wednesday.</p><p>The renovation project is billed as the largest office-to-residential conversion in the city’s history, creating some 1,600 units of housing. The plans call for transforming a pair of office buildings by adding more than a dozen stories atop one tower and redesigning the other.</p><p>Spokespersons for MetroLoft, the project developer, didn't respond to requests for comment Wednesday, but the company has stressed that the building is not at risk of collapse. Nathan Berman, the firm’s founder, though, said in an interview with The Wall Street Journal that the added weight from widening the top 15 or so floors of the building likely caused the damage.</p><p>Antoine Mouthon, who works nearby at the United Nations, says he’s been skittish around the construction site after seeing the aftermath of a large sheet of metal falling from the building last August.</p><p>“A whole year after I avoided that street,” he said Wednesday. “I thought they cleaned up their act.”</p><p>Another passerby, Sabrina DeRizzio, wondered why developers keep trying to turn outdated office towers into modern housing, as she lives in one herself.</p><p>“It’s not the best,” she said, adding that it’s impossible to hang anything on the concrete walls and the unit never feels properly insulated. “The infrastructure is just not the same.”</p><p>___</p><p>This story was updated to correct the name of Grand Central Terminal.</p><p>___</p><p>Associated Press video journalist Ted Shaffrey in New York contributed to this story.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/EMEGTPJA7ERF3UQHIHDWWDHDHM.jpg?auth=56cadeabecade5839832f7cd78bb753b5ae84f40b21a5c129c66396d66b429c1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People inspect a buckled support beam inside 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OGIWO6OI32I4P75KXFG633G3QA.jpg?auth=0641fa35ebaeeb18477df27225a984af0b2de03b46365f5bdcf086f4d460ce66&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[An inflatable rat is placed as members of construction laborers union Local 79, hold a rally near 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/CR6QQSIPC5OAKSRGFXCMTNNIN4.jpg?auth=76eca80aacadb7aad5fdabb368e7a2b67b23888ff8d26690dd55d567b6f0dd71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A person carrying a suitcase walks out of the closed street near 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UUPBLY5DNZKUULBCWQZB5IYLJE.jpg?auth=ecddb392615ffa0b6e8063e06eb6f8464ca1043d3e9b5867ca1e19f5efb9487a&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Police officers stand on the closed street near 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3KLRCZO252JAYV63Q7VFND743M.jpg?auth=b891bdace3ed53e06c65156cf8a1e877d3bb06ce7865332ccfb5574ba13049ba&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Sagging floors above a buckled support beam are seen inside 235 East 42nd Street, Wednesday, July 8, 2026, in New York. (AP Photo/Yuki Iwamura)]]></media:description><media:credit role="author" scheme="urn:ebu">Yuki Iwamura</media:credit></media:content></item><item><title><![CDATA[Rahm Emanuel warns that Israel has become a 'territorial pariah' in a blistering speech]]></title><link>https://www.local10.com/news/politics/2026/07/08/rahm-emanuel-warns-that-israel-has-become-a-territorial-pariah-in-a-blistering-speech/</link><guid isPermaLink="true">https://www.local10.com/news/politics/2026/07/08/rahm-emanuel-warns-that-israel-has-become-a-territorial-pariah-in-a-blistering-speech/</guid><dc:creator><![CDATA[By MELANIE LIDMAN, Associated Press]]></dc:creator><description><![CDATA[TEL AVIV, Israel (AP) — Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel, warned Wednesday that the country has become increasingly isolated as its leadership has turned it into a “territorial pariah,” in a speech at Tel Aviv University on Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 19:21:13 +0000</pubDate><content:encoded><![CDATA[<p>TEL AVIV, Israel (AP) — Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel, warned Wednesday that the country has become increasingly isolated as its leadership has turned it into a “territorial pariah,” in a speech at Tel Aviv University on Wednesday.</p><p>Emanuel’s condemnation of Israel’s leadership shows how far centrist Democrats have shifted away from historic support of Israel, three years after the war in Gaza began. While Prime Minister Benjamin Netanyahu has curried favor with President Donald Trump and the Republican Party, Israel’s standing with the Democrats has plummeted.</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 in Gaza, a charge Israel vehemently denies.</p><p>Jewish adults, who overwhelmingly skew Democratic, have a slightly more favorable opinion of New York City Mayor Zohran Mamdani, an outspoken critic of Israel, than of Netanyahu, the poll found.</p><p>“You cannot fight indefinitely against a world that has stopped believing you have the right to fight,” Emanuel told a packed auditorium of students and supporters in a speech hosted by the university's Center for the Study of the United States. “You must instead find a new sustainable path to peace, security, and economic prosperity.”</p><p>A plan to end the pariah status</p><p>Emanuel offered a slate of tough love for Israel to “bust it out of its strategic pariah status,” focused on strengthening Israel’s diplomatic ties with Arab states and economic ties with the India-Middle East-Europe Economic Corridor, to provide an economic alternative to China’s sprawling multinational infrastructure program.</p><p>Specifically, he wants to end U.S. subsidies to Israel’s defense budget, arguing the country should pay for American defense like any other ally. He also wants to sanction Israelis who attack Palestinian civilians and property, along with politicians who offer their support for that violence. He added that America turning a blind eye toward Israeli injustices had “engendered the worst of your domestic politics.”</p><p>The speech was well-received by the liberal Tel Aviv University crowd, who applauded even when Emanuel condemned Israel's policies, such as Netanyahu's role in not preparing for the day after in Gaza. He said “true friends tell each other the truth.”</p><p>Israeli media, however, preoccupied with the NATO conference in Turkey and a possible flare-up of conflict with Iran, barely registered Emanuel’s visit.</p><p>Rather than a two-state solution, Emanuel wants to push a 23-state solution, involving 21 Arab states, that would hold the Palestinians accountable for progressing toward a sovereign nation while accepting the historic Jewish connection to the land. The new, three-pronged U.S. policy would leverage the Arab world’s desire for stability, Israel’s need for security, and Palestinian demands for sovereignty, he said.</p><p>Emanuel arrived in Israel on Sunday, and visited several projects prior to his speech. One was a partnership between hospitals in Tel Aviv and Nablus where Israeli and Palestinian doctors train together. He also met researchers who recently published a report finding that sexual violence was systematic against Israelis in the Hamas-led Oct. 7 attacks and their aftermath.</p><p>Emanuel also visited Yad Vashem, Israel’s Holocaust museum and memorial in Jerusalem, and met with President Isaac Herzog.</p><p>He told The Associated Press earlier in the week he is avoiding meeting with political leaders before the country’s elections in the fall. Israel’s presidency is a largely ceremonial position that is meant to unify the country and be above party politics. The country's president is elected by the 120-member Knesset for a single 7-year term.</p><p>A country abandoned by its government</p><p>Netanyahu’s office declined to comment on the speech. Netanyahu famously called Emanuel a “self-hating Jew” over Emanuel's condemnation of Israel’s expansion of settlements in 2009, when he served as President Barack Obama's chief of staff. His denunciation so incensed far-right Israelis that a number of activists were detained while protesting his son's bar mitzvah in Jerusalem the next year, Emanuel recalled.</p><p>One of the activists police detained was Itamar Ben-Gvir, who today serves as Israel’s public security minister and oversees the police, which Emanuel dryly noted was representative of Israel's overall political direction in the past 15 years.</p><p>Emanuel, whose father was born in Jerusalem and fought in the 1948 war that led to the founding of Israel, also took time in his speech to acknowledge 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.</p><p>Israel’s retaliatory offensive in Gaza has killed more than 73,000 Palestinians, including those killed since the ceasefire, Gaza’s Health Ministry said. The ministry, part of the Hamas-led government, is staffed by medical professionals and maintains detailed records that are generally considered reliable by United Nations agencies and independent experts.</p><p>In his conversations with Israelis over the past several days, the intensity of feeling that the country had been abandoned by its government surprised him, Emanuel said before his speech. “This sense of post-Oct. 7 vulnerability, I had read about it, but you don’t feel the visceralness of this and the rawness of this until you sit across the table from people,” he said.</p><p>While no prominent Democrat has formally entered the 2028 presidential contest, that is likely to change soon after the November midterms. Emanuel, who also served as a congressman, Chicago mayor, and U.S. ambassador to Japan, has been one of the most direct about his intentions as a possible candidate. For example, he's done bike tours of early voting states like New Hampshire.</p><p>Emanuel, who said he still hadn’t officially decided to run, was emphatic Wednesday that the Democrats do not need to give up on Israel in order to win the White House in 2028. But Americans need to take a new direction when it comes to Israel, he said.</p><p>“The status quo is unacceptable, where you can’t say anything negative, which is an implicit endorsement,” he said. ___</p><p>This story has been corrected to reflect that Israel's president is an elected by the 120-member Knesset.</p><p>___ Associated Press writer Steven Sloan contributed from Washington and Steve Peoples contributed from New York.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/ZMEWCQLQXHGQAMAPLLRKFMPXSA.jpg?auth=55a538d7adb9e8ce97b6599e9b33ffc9a98303207cc1e0deba524a744aef0faf&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel speaks in Tel Aviv University, Israel , Wednesday, July 8, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/BZKW6OIJGWNOCV6KYJZIAREZKM.jpg?auth=a84e24c63174f7d101637da05d3dc3cdf09c67bb6b840ed5cf0af3f93383f1f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel speaks in Tel Aviv University, Israel , Wednesday, July 8, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/NWA36TJ57VKISC52VKYVAC4SEE.jpg?auth=f0e98d1fc334bd2bf7f0966d95e51dc480c868b654a3c64e19712558d15fe8ad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Rahm Emanuel, a potential Democratic presidential candidate and longtime defender of Israel speaks in Tel Aviv University, Israel , Wednesday, July 8, 2026. (AP Photo/Ariel Schalit)]]></media:description><media:credit role="author" scheme="urn:ebu">Ariel Schalit</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/3EU2STDCUKEEK422R5OOYXAUIU.jpg?auth=e4ed6f2a47c88e1bedc06ae115c248b3d92c5234d03ccfabb1cfc06e4aa06bad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Israeli right wing activist Itamar Ben-Gvir is detained by police after shouting slogans at White House Chief of Staff Rahm Emanuel, during his visit to Jerusalem's old city Thursday, May 27, 2010. (AP Photo/Sebastian Scheiner, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Sebastian Scheiner</media:credit></media:content></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><a href="https://www.local10.com/espanol/2026/07/07/agentes-del-condado-de-miami-dade-arrestan-a-cinco-mujeres-en-cuatro-salones-de-masajes/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/agentes-del-condado-de-miami-dade-arrestan-a-cinco-mujeres-en-cuatro-salones-de-masajes/">Leer en español</a></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. Her arrest report 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[The last woman executed in Britain is given a conditional pardon]]></title><link>https://www.local10.com/news/world/2026/07/08/the-last-woman-executed-in-britain-is-given-a-conditional-pardon/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/08/the-last-woman-executed-in-britain-is-given-a-conditional-pardon/</guid><dc:creator><![CDATA[By BRIAN MELLEY, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — The last woman to be executed in Britain, for gunning down her abusive lover outside a London pub more than 70 years ago, has been posthumously granted a conditional pardon, Deputy Prime Minister David Lammy said Wednesday.]]></description><pubDate>Wed, 08 Jul 2026 20:19:33 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — The last woman to be executed in Britain, for gunning down her abusive lover outside a London pub more than 70 years ago, has been posthumously granted a conditional pardon, Deputy Prime Minister David Lammy said Wednesday.</p><p>Ruth Ellis, a 28-year-old single mother and nightclub hostess, was hanged on July 13, 1955, for the murder of race-car driver David Blakely. She shot him outside the Magdala pub in the Hampstead neighborhood on April 10, 1955.</p><p>“While the pardon does not claim she was innocent of killing David Blakely, it replaces the death penalty with a sentence of life imprisonment to recognize a profound injustice in this exceptional case,” Lammy said.</p><p>A sensational case that caused an outcry</p><p>The killing and trial caused a sensation, and became a cause celebre after she was sentenced to die. When she went to the gallows, 1,000 people held a silent vigil outside Holloway Prison in north London.</p><p>Her case is believed to have changed British law. At trial, she was not allowed to argue that she acted because of the emotional impact of abuse. Two years after the hanging, Parliament passed a law allowing a diminished responsibility defense.</p><p>The pardon was sought by her grandchildren, who have long fought to reduce her conviction because the repeated sexual, emotional and physical abuse Ellis endured was not considered during the trial or afterward, when she could have been granted a reprieve from the death penalty.</p><p>“Justice has finally been done," Laura Enston, a granddaughter, said in a statement. “This pardon does not undo what happened 71 years ago. It does not restore the lives that were broken — the children left behind, the years lost. But it says, formally and finally, that Ruth should not have been executed; that the justice system failed her. That acknowledgment matters profoundly to our family."</p><p>Evidence showed Ellis was badly beaten</p><p>Lawyers working pro-bono for the family applied for the pardon last year by presenting evidence that Ellis likely suffered from what became known as “battered woman syndrome.”</p><p>Ellis and witnesses, including her friends and doctors, said Blakely threatened to kill her and she was covered in bruises from assaults in public and being pushed down stairs. They said she was once struck so hard in the abdomen that it caused a miscarriage.</p><p>Jurors in her case, however, were told not to consider that she had been “badly treated by her lover.” The trial lasted just over a day, and the jury reached its verdict in less than half an hour.</p><p>If Ellis had been tried two years later, after the diminished responsibility law was in place, at most she would have been convicted of manslaughter and not been sentenced to death, said attorney Grace Houghton, who works for Mishcon de Reya, the firm whose founder tried to win a last-minute reprieve for Ellis in 1955.</p><p>The U.K. suspended the death penalty in 1965 and abolished it in 1970.</p><p>Case left a dark and lasting legacy</p><p>“Her case serves as a haunting reminder of a time when our justice system ignored the realities of domestic abuse and coercive control,” said Pam Cox, a Labour member of Parliament who requested the pardon on behalf of the family.</p><p>Enston said her mother and uncle, Ellis' two children, never recovered after the execution.</p><p>“My uncle took his own life; my mother’s trauma left her unable to be the parent we needed," Enston said. “The shadow of Ruth’s execution has fallen across two generations. We have carried shame that was never ours to bear.”</p><p>The case continues to draw attention in popular culture and in local history.</p><p>It was the subject of several films and TV dramas, including 1985's “Dance with a Stranger,” and a miniseries that aired on ITV last year called “A Cruel Love: The Ruth Ellis Story.”</p><p>Visitors to the pub where the killing took place are often pointed to two indentations on the tile wall outside that are said to be bullet holes from the shooting, though that may be apocryphal.</p><p>Neil Titley, an actor who researched the history of the pub, told the Camden New Journal in 2017 that he was present in the 1990s when a former owner who wanted to capitalize on the Magdala’s notoriety had the holes drilled in the wall to draw tourists.</p><p>The marks are darkened and smooth from the many people who have stopped to touch them and imagine the fateful night.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/D564GU7IDYF4TXVEISFEQWTRUM.jpg?auth=a9220384cd2be6f43318456c16798d7f2ebfc29039adada19216be2768bf6492&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Platinum Blonde Model Ruth Ellis is shown in 1955 photo. (AP Photo, file)]]></media:description><media:credit role="author" scheme="urn:ebu">Kemp</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/SYR4NBX4SPW6JKHCKV754KAZRQ.jpg?auth=74c8136f9f21a04664106a66fe44b9a491981e6434783b6c8cb4bb7346e886f2&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Magdala pub, where Ruth Ellis, the last woman in Britain to be executed, gunned down her lover in 1955, is seen Wednesday, July 8, 2026, in London. (AP Photo/Brian Melley)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Melley</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EDMFG4NQTG5JO37DOGJZAKL3TA.jpg?auth=ca7bfec5bd02c9f37ac019606aadfcac520e0044c399e26794a0ad429fdca755&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Laura Enston, granddaughter of Ruth Ellis, makes a statement to the media outside the Houses of Parliament, London, Wednesday July 8, 2026, as Ruth Ellis, the last woman executed in Britain, was posthumously granted a conditional pardon. (Annabel Lee-Ellis/PA via AP)]]></media:description><media:credit role="author" scheme="urn:ebu">Annabel Lee-Ellis</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/X5FGPDCB7KVXMHC7GAPWY7UYTY.jpg?auth=4872b770604e479ca853a78551ed6dae1e652990d487db3c96f1caa77057abad&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - Mrs. Ruth Ellis, 28-year-old divorcee sentenced to hang on July 13 for killing her lover because he jilted her, passed up the last chance to appeal her sentence in London on July 4, 1955. (AP Photo, file)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/IVR77N6OLWCX23VBNISY3BDEFI.jpg?auth=f50b1cee2a9feb9c3d80274639421697b4a18d9e00bcff86639e87983527f298&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The Magdala pub, where Ruth Ellis, the last woman in Britain to be executed, gunned down her lover in 1955, is seen Wednesday, July 8, 2026, in London. (AP Photo/Brian Melley)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Melley</media:credit></media:content></item><item><title><![CDATA[Queen Camilla visits Wimbledon and is joined by actor who played her husband]]></title><link>https://www.local10.com/sports/2026/07/08/queen-camilla-visits-wimbledon-and-is-joined-by-actor-who-played-her-husband/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/queen-camilla-visits-wimbledon-and-is-joined-by-actor-who-played-her-husband/</guid><dc:creator><![CDATA[By MATTIAS KARÉN, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — Britain's Queen Camilla made her customary visit to Wimbledon on Wednesday and was joined in the Royal Box by an actor who once portrayed her husband.]]></description><pubDate>Wed, 08 Jul 2026 14:28:49 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — Britain's Queen Camilla made her customary visit to Wimbledon on Wednesday and was joined in the Royal Box by an actor who once portrayed her husband.</p><p>It is the fourth year in a row that the queen, the wife of King Charles III, has visited the All England Club on Day 10 of the two-week tournament. She wore a light blue dress as she took her seat to watch the women's quarterfinal between Jasmine Paolini and Marta Kostyuk on Centre Court.</p><p>Other famous faces in the Royal Box included actors Elle Fanning and Dominic West, who was nominated for an Emmy for his role as Charles in the Netflix drama “The Crown.”</p><p>After Kostyuk's victory, Camilla surprised the next two players — British wild card Arthur Fery and Flavio Cobolli of Italy — by coming up to shake their hands as they prepared to walk onto Centre Court.</p><p>Before play started, Camilla met with a ball boy and a ball girl, as well as several long-serving staff members at the All England Club.</p><p>Kate, the Princess of Wales, is the patron of the All England Club and visited Wimbledon last week, meeting with fans in the famous queue outside the grounds and sitting next to two-time champion Andy Murray as she watched the tennis.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OK7W5FVG3XDHWB4IEHO2FVUNWI.jpg?auth=2d616732d0a8dbfa19c8b10301d39e0ad6f7336b3517baa13441229df6d98b94&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Queen Camilla arrives to the royal box on day 10 of the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/Y46ZGPFHO7X37XWDRMERLNPPGE.jpg?auth=010e00e77fdc161803ec8c31daf121bccb67475e5ad56b608b73253d118446ab&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Queen Camilla arrives to the royal box on day 10 of the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/KIJ3YGKUDB6V6V5RC2RCIRACC4.jpg?auth=13c480f3a71ac87cc901093c6f913b4895f81e497ea927a4503369334b76a34f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Actor Dominic West attends day 10 of the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></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></item><item><title><![CDATA[Video muestra “ammo-cado” en cocina de los Cayos de Florida ]]></title><link>https://www.local10.com/espanol/2026/07/07/video-muestra-ammo-cado-en-cocina-de-los-cayos-de-florida/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/video-muestra-ammo-cado-en-cocina-de-los-cayos-de-florida/</guid><dc:creator><![CDATA[Janine Stanwood]]></dc:creator><description><![CDATA[Una pareja en los Cayos de Florida dijo que encontró un casquillo de bala incrustado en un aguacate.]]></description><pubDate>Tue, 07 Jul 2026 21:44:09 +0000</pubDate><content:encoded><![CDATA[<p>Una pareja en los Cayos de Florida dijo que encontró un casquillo de bala incrustado en un aguacate.</p><p>Syd Meyer y Chris Gleadall dijeron que pagaron $0.99 USD por el aguacate el domingo en el supermercado Publix ubicado en el 1000 de Overseas Highway, en Marathon.</p><p>“Estaban en oferta”, dijo Gleadall. “La verdad, no reviso mucho los productos que compro”.</p><p>Meyer dijo que el aguacate era para preparar sus tazones de pavo con aguacate, que suelen comer para la cena.</p><p>“Saco el aguacate, listo para prepararlo, y lo miro pensando: “Este tallo se ve muy raro”. Lo observo más de cerca y, en realidad, había una pequeña marca de bala en la base del cartucho. Era de calibre .22″, dijo Gleadall.</p><p>Decidieron grabar un video que compartieron en Instagram. Los usuarios reaccionaron con creatividad: “¡Holy Glock-a-mole!”, “¡Ammo-cado!” y “¡Bullet-cado!”.</p>]]></content:encoded></item><item><title><![CDATA['Ferytale' rolls on at Wimbledon as British wild card Fery reaches semifinals after meeting queen]]></title><link>https://www.local10.com/sports/2026/07/08/ferytale-rolls-on-at-wimbledon-as-british-wild-card-fery-into-semifinals-after-meeting-queen/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/ferytale-rolls-on-at-wimbledon-as-british-wild-card-fery-into-semifinals-after-meeting-queen/</guid><dc:creator><![CDATA[By KEN MAGUIRE, Associated Press]]></dc:creator><description><![CDATA[LONDON (AP) — If he keeps playing like this, Arthur Fery might just become Wimbledon royalty.]]></description><pubDate>Wed, 08 Jul 2026 21:05:02 +0000</pubDate><content:encoded><![CDATA[<p>LONDON (AP) — If he keeps playing like this, Arthur Fery might just become Wimbledon royalty.</p><p>Fery grew up five minutes from the All England Club and now the 114th-ranked player is a semifinalist at the grass-court Grand Slam.</p><p>The 23-year-old British player, who needed a wild-card invitation to enter the tournament, beat ninth-seeded Flavio Cobolli 6-4, 7-6 (4), 6-0 on Centre Court in front of roaring home fans and a Royal Box contingent that included Britain’s Queen Camilla on Wednesday.</p><p>His run has been dubbed a “Ferytale” and has included a viewing by Kate, the Princess of Wales, earlier in the tournament.</p><p>“It gets better and better every match,” Fery said in an on-court interview. “I just can’t believe it.”</p><p>The only other wild card to have reached the men’s singles semifinals at the All England Club was Goran Ivanisevic in his run to the Wimbledon title in 2001.</p><p>Fery earned a standing ovation after winning the first set. The deafening roar that followed Fery taking the tiebreaker to seal the second set was heard over at Wimbledon’s other main stadium — No. 1 Court, where Alexander Zverev was in the process of beating Taylor Fritz in straight sets.</p><p>Fery sealed his memorable victory with an ace and fell onto his back to soak in the applause.</p><p>“That last game, I felt emotions that I hadn’t experienced before in my life,” he said.</p><p>A short time later, Zverev wrapped up his 6-4, 6-4, 6-2 win to set up a semifinal against Fery on Friday.</p><p>Moments before the start of their quarterfinal match, Fery and Cobolli were surprised to meet Camilla in the hallway moments before they walked onto court.</p><p>“She came to say hello, she introduced herself to both me and Flavio,” Fery said. “It’s obviously an honor to play in front of her. Great to meet her. She had some really kind words to me at the end, as well. Playing in front of tennis legends and now the queen, so it’s special.”</p><p>Roger Federer had been on hand Monday when Fery ousted Grigor Dimitrov in five sets in a fourth-round that was also on Centre Court.</p><p>A champagne cork popped in the crowd late in the first set and distracted Cobolli during his service motion. The locals will surely pop a few more with a British player to support in Friday’s semifinal.</p><p>The 24-year-old Cobolli, who lost the French Open final to Zverev, made 41 unforced errors to Fery's 15 and only broke the British player once — to start the second set, but Fery broke back in the fourth game.</p><p>“I felt like I didn’t express even 50% of my tennis. But obviously that had a lot to do with him. He was better than me,” said Cobolli, who also lost to Fery in the first round at this year's Australian Open.</p><p>Friday’s other semifinal pits seven-time Wimbledon champion Novak Djokovic against defending champion Jannik Sinner.</p><p>Royal encore for Fery</p><p>Camilla wasn't the only royal rooting for Fery on Wednesday. Princess Kate congratulated him in a social media post that noted his “fantastic achievement that has inspired so many.”</p><p>The French-born Fery, who said he feels “very British,” also exchanged pleasantries with Camilla after his big victory.</p><p>“She was waiting for me at the end of the match. She congratulated me. I told her how much of an honor it was for me to play in front of her,” said Fery, who turns 24 on the day of the men's final. “She just said, ‘Congratulations, keep going.’ I told her it was my birthday on Sunday, so it would be great to play the Wimbledon final on my birthday.”</p><p>Zverev ready for Fery crowd</p><p>The second-seeded Zverev, who dispatched Fritz in just under two hours, recalled being impressed by Fery's win over Cobolli in Melbourne.</p><p>“I watched that match. I was very impressed back then already. He has a very clean technique and very clean groundstrokes,” said the 29-year-old German, who is also into his first Wimbledon semifinal.</p><p>“It’s going to be a great atmosphere,” he said of Friday's match. “Of course, I know that 99% of the people will be cheering for him. But I also enjoy those kind of atmospheres. I enjoy when the energy is very high.”</p><p>Kostyuk to meet Noskova in semifinals</p><p>Earlier Wednesday, Marta Kostyuk beat Jasmine Paolini 6-3, 6-2 to reach her first Wimbledon semifinals.</p><p>The 24-year-old Ukrainian also reached the last four at the French Open, losing to Russian teenager Mirra Andreeva, the eventual champion in Paris.</p><p>Kostyuk raised her hands and dropped to her knees after Paolini scuffed a shot on her second match point. After shaking hands with the Italian, Kostyuk did a pirouette on court.</p><p>Kostyuk will be back on Centre Court on Thursday to face Linda Noskova for a spot in Saturday’s final. Noskova beat Elise Mertens 6-3, 7-5 on No. 1 Court.</p><p>It’s the first career Grand Slam semifinal for the 21-year-old Noskova, who improved to 10-1 on grass this season.</p><p>The other women’s semifinal features Coco Gauff against Karolina Muchova, who like Noskova is from the Czech Republic. They’re up first on Centre Court on Thursday.</p><p>___</p><p>AP tennis: https://apnews.com/hub/tennis</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/OJJONOM42SX6KGTP3PILRIDVCA.jpg?auth=fe17db102f790d9837741d1be5c5bceb7e63f652bc7c67ffc42c09f08696b356&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 reacts to winning against Flavio Cobolli of Italy in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/WNLY32MS3ASNH765FLWG3BAHMI.jpg?auth=26c31f2df844da2a226f9332f5a07e44ed41e46b4ef88316eb0d26b769f326b9&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 reacts to winning against Flavio Cobolli of Italy in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/QT3CFL65NMMWRRUY4Q3JGS3MXE.jpg?auth=8f7881c142de3307006edab4f7d916c58cb3a19c692dce8ea59cccbde7076a2e&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Marta Kostyuk of Ukraine dances to celebrate her victory against Jasmine Paolini of Italy in their quarter-final women's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/E665DYVGQ37UU5E4DNAE55VSZU.jpg?auth=bbdb50db60a23ff1773ff283041f063d6dbdd7bb3d114fb598c5447cecfdf1cc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Alexander Zverev of Germany returns the ball to Taylor Fritz of the United States in their quarter-final men's singles match at the Wimbledon Tennis Championships in London, Wednesday, July 8, 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/V45BMBRS2LEWA5RLFUWAXLZN4E.jpg?auth=9659407f9f847471cd74cd6096e27411e95f9257ebc2fa2263f5f77bbfe03cd6&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Britain's Queen Camilla uses a handheld fan to cool herself down as she sits in the royal box on day 10 of the Wimbledon Tennis Championships in London, Wednesday, July 8, 2026. (AP Photo/Brian Inganga)]]></media:description><media:credit role="author" scheme="urn:ebu">Brian Inganga</media:credit></media:content></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, Liane Morejon]]></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>Hernández dijo en español a Local 10 News que no tenía palabras y que estaba devastada.</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>“Estaba en shock porque era mi primer hermanito”, dijo Ashly Cante, hermana de la víctima. “Era un buen niño. Le gustaba jugar. Estaba conmigo y con mis hermanos.”</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></item><item><title><![CDATA[Miami Beach launches Quiet Zone pilot to crack down on loud vehicles in South of Fifth]]></title><link>https://www.local10.com/news/local/2026/07/08/miami-beach-launches-quiet-zone-pilot-to-crack-down-on-loud-vehicles-in-south-of-fifth/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/08/miami-beach-launches-quiet-zone-pilot-to-crack-down-on-loud-vehicles-in-south-of-fifth/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami Beach is launching a yearlong pilot program aimed at reducing disruptive vehicle noise in one of the city’s residential neighborhoods.]]></description><pubDate>Wed, 08 Jul 2026 13:00:09 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach is launching a yearlong pilot program aimed at reducing disruptive vehicle noise in one of the city’s residential neighborhoods.</p><p><a href="https://www.local10.com/espanol/2026/07/08/miami-beach-lanza-programa-piloto-de-zona-de-silencio-para-tomar-medidas-contra-vehiculos-ruidosos-en-south-of-fifth/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/08/miami-beach-lanza-programa-piloto-de-zona-de-silencio-para-tomar-medidas-contra-vehiculos-ruidosos-en-south-of-fifth/">Leer en español</a></p><p>The new Quiet Zone Pilot Program targets excessive nighttime noise in the South of Fifth neighborhood, where residents have raised concerns about loud vehicles disrupting their quality of life.</p><p>The initiative is designed to curb persistent disturbances caused by engine revving, modified exhaust systems and amplified sound from vehicles during the late evening and overnight hours.</p><p>“This pilot program is aimed at the people who create so much noise with their vehicles that they become a neighborhood nuisance,” Miami Beach Vice Mayor Laura Dominguez, who sponsored the initiative, said in a statement Wednesday. “I hope this will be an important step at increasing the quality of life for our residents.”</p><p>As part of the program, the city has installed large, bright yellow aluminum signs at entrances to the designated Quiet Zone. The signs warn drivers that fines may be issued for excessive vehicle noise.</p><p>City officials said the pilot will be evaluated over the next year before determining whether it should be expanded to other neighborhoods.</p><p>“Our residents deserve to rest peacefully in their homes, especially during late-night hours,” Miami Beach Mayor Steven Meiner said in a statement. “Excessive vehicle noise is not merely disruptive — it is a quality of life issue.”</p><p>Meiner said the Quiet Zone Pilot Program builds on previous efforts to address illegal and disruptive vehicle noise and provides police with another enforcement tool.</p><p>Enforcement will be carried out by Miami Beach police officers during their regular evening patrols as part of Operation Quiet Streets. Officers may issue citations under applicable state laws and city ordinances when they observe violations.</p><p>City leaders say the program is intended to strike a balance between Miami Beach’s vibrant nightlife and the needs of residents who live in the area.</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/AWFTGERGH5AIPDOZD6W5SMWUUY.jpg?auth=891f874d73a7744b4e58ee62f3247002dd94f72614296d1f0665221206e1b9eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[Miami Beach lanza programa piloto de Zona de Silencio para tomar medidas contra vehículos ruidosos en South of Fifth]]></title><link>https://www.local10.com/espanol/2026/07/08/miami-beach-lanza-programa-piloto-de-zona-de-silencio-para-tomar-medidas-contra-vehiculos-ruidosos-en-south-of-fifth/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/08/miami-beach-lanza-programa-piloto-de-zona-de-silencio-para-tomar-medidas-contra-vehiculos-ruidosos-en-south-of-fifth/</guid><dc:creator><![CDATA[Amanda Batchelor]]></dc:creator><description><![CDATA[Miami Beach está lanzando un programa piloto de un año con el objetivo de reducir el ruido excesivo de los vehículos en uno de los vecindarios residenciales de la ciudad.]]></description><pubDate>Wed, 08 Jul 2026 13:53:05 +0000</pubDate><content:encoded><![CDATA[<p>Miami Beach está lanzando un programa piloto de un año con el objetivo de reducir el ruido excesivo de los vehículos en uno de los vecindarios residenciales de la ciudad.</p><p>El nuevo Programa Piloto de Zona de Silencio está dirigido a reducir el ruido excesivo de vehículos durante la noche en el vecindario South of Fifth, donde los residentes han expresado su preocupación por los vehículos ruidosos que afectan su calidad de vida.</p><p>La iniciativa está diseñada para reducir las molestias persistentes causadas por aceleraciones de motor, sistemas de escape modificados y sonido amplificado de los vehículos durante las horas de la noche y la madrugada.</p><p>“Este programa piloto está dirigido a las personas que generan tanto ruido con sus vehículos que se convierten en una molestia para el vecindario”, dijo la vicealcaldesa de Miami Beach, Laura Dominguez, quien impulsó la iniciativa, en un comunicado emitido el miércoles. “Espero que este sea un paso importante para mejorar la calidad de vida de nuestros residentes”.</p><p>Como parte del programa, la ciudad instaló grandes letreros amarillos de aluminio en las entradas de la Zona de Silencio designada. Los letreros advierten a los conductores que podrían recibir multas por ruido excesivo de vehículos.</p><p>Funcionarios de la ciudad dijeron que el programa piloto será evaluado durante el próximo año antes de determinar si debe ampliarse a otros vecindarios.</p><p>“Nuestros residentes merecen descansar tranquilamente en sus hogares, especialmente durante las horas de la noche”, dijo el alcalde de Miami Beach, Steven Meiner, en un comunicado. “El ruido excesivo de los vehículos no solo es una molestia, sino un problema de calidad de vida”.</p><p>Meiner dijo que el Programa Piloto de Zona de Silencio se basa en esfuerzos anteriores para abordar el ruido ilegal y excesivo de los vehículos, y proporciona a la Policía otra herramienta para hacer cumplir la ley.</p><p>La aplicación del programa estará a cargo de agentes de la Policía de Miami Beach durante sus patrullajes nocturnos regulares como parte de la Operación Quiet Streets. Los agentes podrán emitir citaciones conforme a las leyes estatales aplicables y las ordenanzas municipales cuando observen infracciones.</p><p>Los líderes de la ciudad dicen que el programa busca lograr un equilibrio entre la vibrante vida nocturna de Miami Beach y las necesidades de los residentes que viven en el área.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/AWFTGERGH5AIPDOZD6W5SMWUUY.jpg?auth=891f874d73a7744b4e58ee62f3247002dd94f72614296d1f0665221206e1b9eb&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"/></item><item><title><![CDATA[The Latest: Defense disputes DNA evidence in Charlie Kirk assassination hearing]]></title><link>https://www.local10.com/news/national/2026/07/08/the-latest-defense-disputes-dna-evidence-in-charlie-kirk-assassination-hearing/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/the-latest-defense-disputes-dna-evidence-in-charlie-kirk-assassination-hearing/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The preliminary hearing for the man charged with killing conservative activist Charlie Kirk is set to resume Wednesday afternoon, with defense attorneys expected to keep questioning the reliability of DNA testing that prosecutors say links the defendant to the suspected murder weapon.]]></description><pubDate>Wed, 08 Jul 2026 13:42:02 +0000</pubDate><content:encoded><![CDATA[<p>The preliminary hearing for the man charged with killing conservative activist Charlie Kirk is set to resume Wednesday afternoon, with defense attorneys expected to keep questioning the reliability of DNA testing that prosecutors say links the defendant to the suspected murder weapon.</p><p>Prosecutors are trying to convince state District Judge Tony Graf that they have enough evidence to bring Tyler Robinson to trial on an aggravated murder charge. After the hearing concludes, Graf must determine if the case should proceed, which experts say is likely.</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.</p><p>Robinson 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>Here's the latest:</p><p>Robinson’s defense disputed the idea that he was hostile to Kirk’s politics</p><p>Defense attorney Richard Novak sought to block prosecutors from introducing a statement describing the traditional Christian values of Turning Point USA.</p><p>“This doesn’t say anything about Mr. Robinson’s state of mind,” Novak said about Turning Point USA board member David Engelhardt's statement. “I don’t think that this court should be deciding — based on the record before it — where, if at all, politics and religion intersect.”</p><p>The judge ruled that the Turning Point statement was relevant and would be “provisionally admitted,” with a final decision at a later date.</p><p>Robinson’s roommate provided investigators with a DNA sample</p><p>FBI analyst Amanda Bakker said after Robinson’s roommate provided a DNA sample for comparison, she was able to rerun her tests and attribute all of the DNA to two people.</p><p>Investigators found the towel and suspected murder weapon — a bolt-action rifle with one spent round — in a wooded area near where Kirk was shot.</p><p>DNA on the towel matched to two people, Jennifer Faumuina with the State Bureau of Investigation testified. One was Robinson’s roommate, Lance Twiggs, and the other was very likely Robinson, she said.</p><p>Defense lawyer Michael Burt cast doubt on the analyst’s conclusions</p><p>It’s a theme that’s likely to come up again during the weeklong preliminary hearing.</p><p>“She can’t match Mr. Robinson to the questioned samples,” Burt concluded.</p><p>Deputy Utah County Attorney Ryan McBride countered that the reliability of the DNA testing could be examined if the case goes to trial. He suggested the preliminary hearing was not the time to take up the matter.</p><p>“The point is there are explanations that are susceptible to different interpretations and arguments,” McBride said. “The court is going to determine if it meets the threshold of reliability at trial.”</p><p>DNA evidence from Charlie Kirk's assassination disputed by defendant’s lawyers</p><p>Lawyers for the man accused of killing conservative activist Charlie Kirk are expected to keep questioning the reliability of DNA testing that prosecutors said links the defendant to the suspected murder weapon when a weeklong hearing continues Wednesday.</p><p>A member of Tyler Robinson’s defense team interrogated a DNA analyst from the FBI on Tuesday about the techniques she used to connect Robinson to a rifle found wrapped inside a towel at Utah Valley University, where Kirk was shot in September while speaking to a crowd.</p><p>Defense lawyer Michael Burt cast doubt on the analyst’s conclusions — a theme that’s likely to come up again.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/5E2TBFBDP2GDSF6256IMSZRB6M.jpg?auth=a13fe0c6a3e3078842172eb4a5f9b1cfb8255d60428d4ccfda081b9228c488c3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Defense attorney Kathryn Nester looks back past Tyler Robinson, who is accused of fatally shooting Charlie Kirk, during a preliminary hearing in 4th District Court, in Provo, Utah, Tuesday, July 7, 2026. (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/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/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/BZLKAASKG7QPVGMIOPXGRNKEGQ.jpg?auth=56c6c1184d25271ca54766939bf004e196384364ffce393e0bb1937791814a35&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Attorney Richard Novak, part of the defense team for Tyler Robinson, accused in the fatal shooting of Charlie Kirk, arrives at the Fourth District Courthouse in Provo, Utah for his client's hearing, Tuesday, July 7, 2026. (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/IXKI6AAUAA7YYR427SEE6OXNQM.jpg?auth=3dfff78cee7bedaadf5e4293e3f5064fcb59c18cbeaf9fac51abeb6650b32df1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Utah County Attorney's Office prosecutor David Sturgill, left, exchanges looks with defense attorney Kathryn Nester during a preliminary hearing in Fourth District Court for Tyler Robinson, who is accused of fatally shooting Charlie Kirk, in Provo, Utah, on Tuesday, July 7, 2026. (Trent Nelson/The Salt Lake Tribune via AP, Pool)]]></media:description><media:credit role="author" scheme="urn:ebu">Trent Nelson</media:credit></media:content></item><item><title><![CDATA[Specialty farmers adapt harvests, protect crops in face of extreme heat]]></title><link>https://www.local10.com/news/national/2026/07/08/specialty-farmers-adapt-harvests-protect-crops-in-face-of-extreme-heat/</link><guid isPermaLink="true">https://www.local10.com/news/national/2026/07/08/specialty-farmers-adapt-harvests-protect-crops-in-face-of-extreme-heat/</guid><dc:creator><![CDATA[By JOSHUA A. BICKEL, Associated Press]]></dc:creator><description><![CDATA[BROOKSVILLE, Ky. (AP) — Even as the sun started to set, the day's heat was still hanging in the air as Annie Woods walked back out to harvest squash and zucchini on her 50-acre farm.]]></description><pubDate>Wed, 08 Jul 2026 15:05:58 +0000</pubDate><content:encoded><![CDATA[<p>BROOKSVILLE, Ky. (AP) — Even as the sun started to set, the day's heat was still hanging in the air as Annie Woods walked back out to harvest squash and zucchini on her 50-acre farm.</p><p>Prolonged and intense heat is part of a climate change-driven pattern of weather extremes that has also led to intense flooding and prolonged drought. For farmers, this means shorter planting windows and potential loss of crops because of periods of early-season heat followed by a freeze.</p><p>“I think it’s pretty safe to assume these kind of heat waves aren’t going away or they’re not freak occurrences,” Woods said.</p><p>The recent heat dome, a high-pressure weather system that traps heat and humidity over a region, affected some specialty farmers who produce crops of fruits and vegetables. Human-driven climate change also has brought more intense heat waves and other extreme weather.</p><p>These specialty farmers have found ways to adapt, in part by adjusting their harvest schedules to avoid the hottest parts of the day. But they don’t always have access to the same safety net as farmers of traditional commodity crops such as corn and soybeans when extreme weather hits, experts say.</p><p>The heat and humidity that comes with a heat dome can be dangerous for farmworkers and is a “serious threat to human health,” said Melissa Widhalm, the associate director at the Midwest Regional Climate Center in West Lafayette, Indiana.</p><p>Woods works in the coolest parts of the day in the morning and evening, taking frequent water breaks. She plants and harvests by hand, unlike larger farms that often rely on machinery. If it gets too hot and she has to harvest, she pitches a tent she uses for farmer's markets in the fields to create some shade.</p><p>Heat can affect crop quality, harvest time</p><p>Extreme heat coupled with periods of rain and high humidity can also bring diseases and other pests that can destroy crops. Right now the priority is harvesting those most-vulnerable crops, such as tender salad greens. Woods grows vegetables and culinary herbs for restaurants in the region and for a community supported agriculture program. Harvesting crops when it's too hot outside can affect their quality, she said.</p><p>She's also concerned for the health of her seedlings that will grow into fall crops. Right now, Woods keeps her seedlings in an enclosed cabinet inside a barn where it's cooler. Once they've germinated, she moves them into a greenhouse with fans running to keep temperatures manageable.</p><p>“We have to do a lot of checking on the greenhouse and watering frequently to keep those teeny tiny plants alive,” Woods said.</p><p>For some growers, the recent heat also has shortened the harvest window for certain specialty crops.</p><p>For Paul Rasch, who owns and operates multiple fruit orchards in central Iowa, the heat has forced his crew of eight workers to step up harvesting of raspberries. Normally, they'd have about three weeks to harvest this perishable fruit, but “we’re scrambling to pick as many as we can,” he said.</p><p>They've started harvesting as early as 6 a.m. some mornings to finish before noon when it gets too hot and unsafe to work. He's also installed air conditioning inside buildings and is adding shade outdoors with trees and covered pavilions so customers coming to pick their own fruit can stay cool. And he's testing a few high tunnels so he can keep conditions more consistent for certain crops.</p><p>Rasch said that it seems like these heat events are becoming more common, more intense and lasting longer. These events, along with floods, drought and late-spring frosts are all worrisome and can adversely affect crops throughout the year.</p><p>“We don’t ever seem to have a typical year anymore,” he said.</p><p>Crop diversity protects against losses, insurance can be hard to access</p><p>Smaller farms like Woods' and Rasch's often plant and harvest a wide variety of crops throughout the year. Part of that is a business decision, but it's also to protect against losses that might impact one crop, but not others.</p><p>“You’re always gonna have something that will thrive while other things might be more challenged,” Woods said.</p><p>Rasch also said that crop insurance for specialty crop farmers is different than for commodity farmers. They're more vulnerable to extreme weather, but they aren't as protected, he said. Woods, who also works with the Organic Association of Kentucky, agrees and said she knows farmers like her who have a difficult time accessing insurance because they farm such a wide range of crops on small acreage.</p><p>And that's because federal crop insurance programs are designed to insure single crops with one growing season, like corn, soybean and wheat, said Duncan Orlander, a policy specialist with the National Sustainable Agriculture Coalition.</p><p>For smaller specialty crop farmers, the paperwork required to cover a larger range of crops on small acreage can be too burdensome and coverage for certain specialty crops may not even be available in certain places. Crop insurers are also disincentivized to sell policies with small premiums and potential payouts, he added.</p><p>And although there are federal programs that cover a farm's revenue rather than their specific crops, Orlander said these policies are complicated and widely underutilized.</p><p>“We’re not keeping up with the losses and the extreme weather that we’re seeing,” he said. “And we have to think a little bit differently about how we are going to mitigate risk and cover losses into the future when these things occur.”</p><p>For Woods, the community supported agriculture program she runs gives her flexibility in case one crop fails. Her customers are supporting the farm for the season regardless of what vegetables end up in their boxes. That program and her crop diversity is one way she “hedges our bets” against heat, floods and drought.</p><p>“It’s something you have to be aware of and plan for and have a plan to be resilient in the face of these kind of events,” Woods said.</p><p>___</p><p>Follow Joshua A. Bickel on Instagram, Bluesky and X @joshuabickel.</p><p>___</p><p>The Associated Press’ climate and environmental coverage receives financial support from multiple private foundations. AP is solely responsible for all content. Find AP’s standards for working with philanthropies, a list of supporters and funded coverage areas at AP.org.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/STUMCUCDP6CYX7VJCNYI6D4EWI.jpg?auth=12af3cc92b834cfa43049a1936d0d999892544475350aace65039439dd30b8bc&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods harvests eightball, a type of zucchini, as the sun sets Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ECHLDDX7EAFTPSHIPCYD7KPNGE.jpg?auth=c8581509151793642bfc6c5a3287219c6e438e98398f088641b0de6956faa4ff&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[The sun sets Wednesday, July 1, 2026, over a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/576HO5Y7ILL7JEMLSLSH6N6OGA.jpg?auth=bd77fe444272b3eda41834e7f6f2493f372fcd6b99390f0c8c5ef918815be448&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods takes a drink of water while harvesting Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/TIPYTOLMYK3YMSIYXBJKVINBPA.jpg?auth=509ca6fb76fbd1ca0742696f761a3740b1e14de31899bc0af99a97971fe797f1&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods harvests squash Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VVUNHWO5VE4AM5YLI7DYSLDUYU.jpg?auth=f57ef23189c8be374d60b94aac8e99b6673af008928eed0cca8ad87931b956a5&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A poblano pepper grows inside a greenhouse Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/VKXRCLF4OFBMRAFB2QSEEW4OTI.jpg?auth=84d419f23321709884f68f0b2e3095f3929ce645bfe3c1c71d4db52d0311006c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Crops grow inside a greenhouse as fans run to keep the temperature down Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/LC7D4XO6YKHKG46Q4WGTA3DCMQ.jpg?auth=bce9eacea5d7c3fd85a415fda9595087740e0147d1067b503a9e8f0f016167a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Heat-damaged celery rests in a tray inside a greenhouse Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/L7KHUF5SMOR6Q35XUFR7FCYOD4.jpg?auth=baadc69689a47a5fb570f99f3b68cf11bdc75d054ef0f174f072789c20755294&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Trays of seedlings sit inside a cabinet to keep cool Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/ILV2AXTM4QYIBNOMYDJSA3CDOY.jpg?auth=a59354888ce44c9a6eff4b51d2614790eef384c820b49ffd98fd2b114da7957c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Celery grows inside a greenhouse Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/UF4NUUX36RWQXJPZS55HT3QJV4.jpg?auth=72e236a9cf6d03aa4ebf73bf9029e9e3e36ca71f49b430bfa0452ddf86a964fa&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A cat pauses between rows of crops waiting for planting Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/EJZWHQVHS42IJES5JCBADBZRVM.jpg?auth=47ed2b33c7fba7f4076b4b389c3dcbeccdbb13f5e20afdc20b5d194c210c1a98&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods inspects herbs while harvesting Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/WLTBYVDHL6CGRMW2X2URO72JTI.jpg?auth=5e1169d34286e4c212c208b8d9d9d8fb43ca1d490d701ef7fa839b4e15542d2d&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods lifts a crate of squash and zucchini while harvesting Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/AR7I5A5XN4QAS4KUCJHEGPTUPM.jpg?auth=dbf792019959d78f87c2365822651304bad67ffa9d4dae06044d1b2788f4bb84&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Japanese beetles damage okra plant leaves Wednesday, July 1, 2026, at a farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/IJU3XKJKFZKTW2QGI3UX65ZNBM.jpg?auth=768efd68b008bcf35b1f54458309258497aa4fc74c5b203ec89338f72d7099a9&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods holds zucchini while harvesting produce Wednesday, July 1, 2026, at her farm in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/OYC3TEBTWHGYZYHJAETVRMUQKE.jpg?auth=7288b424a9b3174b124e06b9dab533a93ef62afa538694630c01b7a86a842128&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Annie Woods loads a crate of harvested produce into her farm vehicle Wednesday, July 1, 2026, in Brooksville, Ky. (AP Photo/Joshua A. Bickel)]]></media:description><media:credit role="author" scheme="urn:ebu">Joshua A. Bickel</media:credit></media:content></item><item><title><![CDATA[Padre continúa búsqueda de su hija desaparecida, vista por última vez en Orlando hace un año ]]></title><link>https://www.local10.com/espanol/2026/07/07/padre-continua-busqueda-de-su-hija-desaparecida-vista-por-ultima-vez-en-orlando-hace-un-ano/</link><guid isPermaLink="true">https://www.local10.com/espanol/2026/07/07/padre-continua-busqueda-de-su-hija-desaparecida-vista-por-ultima-vez-en-orlando-hace-un-ano/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[Ha pasado poco más de un año desde la desaparición de Gabrielle Terrelonge, de 10 años, vista por última vez cerca del Florida Mall.]]></description><pubDate>Tue, 07 Jul 2026 21:55:24 +0000</pubDate><content:encoded><![CDATA[<p>Ha pasado poco más de un año desde que <a href="https://www.local10.com/news/local/2025/11/19/police-to-hold-news-conference-in-orlando-on-search-for-missing-10-year-old-margate-girl/" rel="">Gabrielle Terrelonge, de 10 años, desapareció</a>.</p><p>La niña, originaria de Margate, fue vista por última vez el 30 de junio de 2025 cerca del Florida Mall en Orlando, pero no fue reportada como desaparecida sino hasta octubre, después de que su padre se enterara de que la madre de la menor estaba en la cárcel.</p><p>Las autoridades dijeron que la madre de la niña, <a href="https://www.local10.com/news/local/2025/11/06/she-knows-where-that-child-is-grandmother-pleads-for-answers-in-missing-margate-girl-case/" rel="">Paasha Davis</a>, fue arrestada bajo cargos de negligencia infantil, ocultar el paradero de una menor y mentirle a las autoridades.</p><p>Indicaron que la policía de Margate, la Oficina del Alguacil del Condado Osceola y el FBI trabajan en el caso.</p><p>El padre de la niña, Gordon Terrelonge, cree que Davis tiene las respuestas que llevarían a encontrar a su hija, y dice que los investigadores realizaron una nueva búsqueda con perros cadáver hace algunas semanas en el centro de Florida.</p><p>“Todos creemos que sigue viva”, dijo Terrelonge. “Pensamos que tal vez se la dio a alguien porque definitivamente perdió la cabeza, pero sentimos que el hecho de que ella pasara los últimos tres meses sin que la encontráramos, y luego descubrir que Gabby ha estado desaparecida desde junio o julio, en lugar de septiembre, nos demuestra que sentimos que ha tenido ayuda o tal vez la ha recibido”.</p><p>Cualquier persona con información sobre el paradero de Gabrielle, quien ahora tendría 11 años, debe comunicarse con el FBI.</p><p>En cuanto a Davis, Terrelonge dijo que permanece bajo custodia en un hospital.</p>]]></content:encoded></item><item><title><![CDATA[Latest updates from Local 10 Cuba Analyst Dr. Andy Gomez]]></title><link>https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/02/latest-updates-from-local-10-cuba-analyst-dr-andy-gomez/</guid><dc:creator><![CDATA[Andy Gomez]]></dc:creator><description><![CDATA[Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. ]]></description><pubDate>Thu, 02 Jul 2026 15:46:05 +0000</pubDate><content:encoded><![CDATA[<p><b>July 8 update: United Nations has no legal right to lift U.S. embargo on Cuba </b></p><p>Every year, Cuba argues in front of the United Nations that the U.S. economic embargo is the cause for their economic problems. Each year, Cuba loses more support for their argument. The United Nations has no legitimate or legal right to lift the embargo. The U.S. Congress can only lift the embargo.</p><p>The Cuban government propaganda machine has failed. Most Cubans on the island, including economists on the island, blame the Cuban government for their current poor economic conditions. </p><p><b>July 6 update: Raul Castro’s grandson says Cuba is willing to negotiate with US</b></p><p>Reuters reported earlier this morning that Raul Castro’s grandson Raulito, known as “El Cangrejo,” announced that Cuba is willing to negotiate with the U.S. The question we need to ask ourselves is whether Raulito is negotiating on behalf of the Castro family or the Cuban government?</p><p>We know that Cuba has been selling some of their assets, including some belonging to the military economic conglomerate GAESA in the last couple of weeks. Cuba’s attempt to invite foreign investment has not attracted many takers for the fear of losing their money.</p><p><b>July 2 update: Cuba’s culture of fear complicates a Democratic transition</b></p><p><a href="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/" target="_blank" rel="noreferrer" title="https://www.local10.com/espanol/2026/07/02/ultimas-actualizaciones-del-analista-sobre-cuba-de-local-10-dr-andy-gomez/">Leer en español</a></p><p>When we talk about Cuba, we usually concentrate on their centralized political and economic system. However, we fail to recognize that individuals that have lived under totalitarian regimes have had to survive under a culture of fear. Such system of government creates a psychological set of attitudes and values that help define the daily behavior in order to align the people’s wants and needs to the restrictions imposed by the government.</p><p>To break such behaviors could take years of psychological training and change. Therefore, transitioning a totalitarian state to support a transition to some form of a Democratic government could take time.</p><p><b>Dr. Andy S. Gomez’s June updates can be viewed by </b><a href="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/" target="_self" rel="" title="https://www.local10.com/news/world/2026/06/01/looking-to-the-future-should-cuban-americans-invest-in-cuba/"><b>clicking here. </b></a></p><p><i>Dr. Andy S. Gomez is Local 10’s Cuba Analyst. Gomez is considered one of the leading scholars on Cuba. He worked in higher education for 32 years before retiring from the University of Miami in 2012. </i></p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/Q7A6IOAPVY6DFEQJXKMMK4PDTI.jpg?auth=7227bd9e6003bcb7c8a393515e36a9c8959fe2f9a3435b88154bc62d43c8d395&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[People walk past graffiti in the colors of the Cuban flag in Havana, Cuba, Wednesday, June 17, 2026. (AP Photo/Jorge Luis Banos)]]></media:description><media:credit role="author" scheme="urn:ebu">Jorge Luis Banos</media:credit></media:content></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></item><item><title><![CDATA[Zlatko Dalić steps down as Croatia's coach after World Cup exit]]></title><link>https://www.local10.com/sports/2026/07/08/zlatko-dalic-steps-down-as-croatias-coach-after-world-cup-exit/</link><guid isPermaLink="true">https://www.local10.com/sports/2026/07/08/zlatko-dalic-steps-down-as-croatias-coach-after-world-cup-exit/</guid><dc:creator><![CDATA[Associated Press]]></dc:creator><description><![CDATA[ZAGREB, Croatia (AP) — Zlatko Dalić is out as Croatia's coach after a spell that included leading the team to two consecutive top-three finishes at World Cups.]]></description><pubDate>Wed, 08 Jul 2026 12:38:52 +0000</pubDate><content:encoded><![CDATA[<p>ZAGREB, Croatia (AP) — Zlatko Dalić is out as Croatia's coach after a spell that included leading the team to two consecutive top-three finishes at World Cups.</p><p>“I leave with a fulfilled heart, proud of my contribution to the greatest successes of Croatian soccer in history, and I wish my successor, the national team and Croatian soccer many new successes,” Dalić said in a statement posted by the national soccer federation on Instagram on Wednesday.</p><p>The announcement came less than a week after Croatia lost 2-1 to Portugal in the round of 32 at the World Cup.</p><p>“I have always said that there is no greater honor than leading my national team, and that I cannot have a more important, more responsible, and more beautiful job than this," Dalić said.</p><p>“The support in recent days has prompted me to reconsider my decision to leave, but... it’s about time. As much as I still feel the ambition and desire to write new successes with Croatia, I feel that this is the right moment to conclude this incredible era.”</p><p>The federation called Dalić's time at the helm an “unforgettable journey” and said his departure was a “proud farewell.”</p><p>“Following nearly nine years, head coach Zlatko Dalić has decided to close his incredibly successful chapter with Croatia,” the federation said on X. "Head coach, thank you for everything — the victories, the achievements, the qualifying berths, the medals, the unity, the respect, and your unwavering commitment to fight for Croatia, both on and off the pitch.</p><p>“The results speak of your coaching virtues. The respect you’ve earned from your players, staff, and opponents speaks volumes about the person you are."</p><p>Under Dalić, Croatia's so-called golden generation, which included star player Luka Modrić, was runner-up at the 2018 World Cup in Russia and third at the 2022 edition in Qatar. It was also runner-up at the 2023 Nations League.</p><p>The federation did not immediately announce a new coach.</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/JGVK2GJILMRHFC7WCDTS5GEG5Q.jpg?auth=79ab161d7060c67e2cfbe8dd0fadc356f042e907ae2718f0b8aba02544d497cd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Croatia head coach Zlatko Dalic looks on during the World Cup round of 32 soccer match between Portugal and Croatia in Toronto, Thursday, July 2, 2026. (AP Photo/Mike Stewart)]]></media:description><media:credit role="author" scheme="urn:ebu">Mike Stewart</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/DLZH3OZYLQWQE46C7K3KI6GBUQ.jpg?auth=4947ea70662e53d1168a8ac671039df462376472c2fbf50f6284ccbb0e37591c&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[Croatia head coach Zlatko Dalic arrives for the World Cup round of 32 soccer match against Portugal in Toronto, Thursday, July 2, 2026. (AP Photo/Stephanie Scarbrough)]]></media:description><media:credit role="author" scheme="urn:ebu">Stephanie Scarbrough</media:credit></media:content></item><item><title><![CDATA[17-year-old arrested in Weston attempted sexual battery to be charged as adult]]></title><link>https://www.local10.com/news/local/2026/07/07/17-year-old-arrested-for-weston-attempted-sexual-battery-to-be-charged-as-adult/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/17-year-old-arrested-for-weston-attempted-sexual-battery-to-be-charged-as-adult/</guid><dc:creator><![CDATA[David Dwork]]></dc:creator><description><![CDATA[A 17-year-old who was arrested on accusations of attempted sexual battery will be charged as an adult. ]]></description><pubDate>Wed, 08 Jul 2026 02:24:26 +0000</pubDate><content:encoded><![CDATA[<p>A 17-year-old <a href="https://www.local10.com/news/local/2026/05/06/teen-accused-of-attempted-sexual-battery-in-weston-appears-in-court/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/05/06/teen-accused-of-attempted-sexual-battery-in-weston-appears-in-court/">who was arrested on accusations of attempted sexual battery</a> will be charged as an adult, Local 10 learned Tuesday. </p><p> </p><p>Police arrested Anthony Gonzalez Tovar on April 17. </p><figure><img src="https://www.local10.com/resizer/v2/B75BIR7AQZC5HOYD7NH4N2KJCI.jpg?auth=6274c6953652a0ed66ada7d039174e1016b887893678b559f90c24987eeecdba&smart=true&width=1200&height=900" alt="" height="900" width="1200"/></figure><p>Broward Sheriff’s Office deputies previously released surveillance footage they said shows Gonzalez Tovar exposing himself before approaching a woman, who was sitting on the grass along the 16300 block of Golf Club Road in Weston, on April 8. </p><p>Authorities alleged the video showed Gonzalez Tovar looking around before grabbing the victim from behind, who fought back until the suspect ran off. </p><p>Gonzalez Tovar was taken to the Juvenile Assessment Center, but he has since been transferred to the Broward County Main Jail. </p><p>He will eventually be scheduled for a court appearance to face the attempted sexual battery charge as an adult. </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[The ‘leading ladies’ of Science — inside the Microbiology Girls Club ]]></title><link>https://www.local10.com/features/2026/07/08/the-leading-ladies-of-science-inside-the-microbiology-girls-club/</link><guid isPermaLink="true">https://www.local10.com/features/2026/07/08/the-leading-ladies-of-science-inside-the-microbiology-girls-club/</guid><dc:creator><![CDATA[Andrew Perez]]></dc:creator><description><![CDATA[It’s part science club, part mentorship program and part launchpad for the next generation of women in Science, Technology, Engineering, and Mathematics (STEM). But what really connects the girls inside this microbiology lab is curiosity and a community built on asking (and answering) questions. ]]></description><pubDate>Wed, 08 Jul 2026 10:48:01 +0000</pubDate><content:encoded><![CDATA[<p>It’s part science club, part mentorship program and part launchpad for the next generation of women in Science, Technology, Engineering, and Mathematics (STEM). But what really connects the girls inside this microbiology lab is curiosity and a community built on asking (and answering) questions. </p><p>At Miami Dade College’s Homestead Campus, the Microbiology Girls Club is giving middle and high school girls a college-level crash course in scientific research.</p><p>The club is helping reshape a field where who asks the question often shapes what gets discovered, and for <a href="https://www.linkedin.com/in/m-nia-madison" target="_self" rel="" title="https://www.linkedin.com/in/m-nia-madison">Dr. M. Nia Madison</a>, it’s personal. </p><p>“I’m very passionate about increasing the number of women in STEM fields because women have been underrepresented in STEM historically for a long time,’ said Madison, a microbiology professor at Miami Dade College Homestead Campus and founder of the club. “The purpose of the <a href="https://ce.mdc.edu/search/publicCourseSearchDetails.do?method=load&amp;courseId=39639197" target="_self" rel="" title="https://ce.mdc.edu/search/publicCourseSearchDetails.do?method=load&amp;courseId=39639197">Microbiology Girls Club</a> is to engage and inspire girls from a young age to be interested in all STEM fields.”</p><p>For six weeks, these girls spend their summer exploring a world most people never see.</p><p>Working alongside Madison, a college professor and researcher, they examine microscopic life, grow bacteria, use college-level lab equipment and piece together the identity of an unknown microbe.</p><p>By the end of the program, what started under a microscope has grown into something much bigger. Science-focused field trips broaden their horizons before they wrap up the summer by presenting their research to family and friends.</p><p>“I’m really excited about the fact that a lot of my students go on to four-year universities, graduate school, to engage in science terminal degrees,” said Madison. </p><p>Over the last decade, more than 400 students have passed through the program, many returning later as dual-enrollment students.</p><p>Each day blends hands-on research designed to show these girls not only how science works, but that they have a place in it and can really make a difference. </p><p>Madison said she opened the doors of her cutting-edge research lab to aspiring scientists, using mentorship as a way to diversify STEM fields.</p><p>She is a microbiologist and HIV researcher with more than two decades of research experience, extending beyond microbiology. She also mentors agricultural research students, advises the campus Garden Club and teaches sustainability.</p><p>This connection is building confidence, inspiring curiosity and creating a pipeline of future hometown scientists.</p><p>Through support from The Children’s Trust Youth Development Grant, Madison is already recruiting for the 11th and 12th annual Microbiology Girls Club programs.</p><p>For application information, contact Madison at: <a href="mailto:mmadison@mdc.edu" rel="">mmadison@mdc.edu</a></p><p><i>To submit an idea for What Connects Us, email </i><a href="mailto:whatconnectsus@wplg.com" rel=""><i>whatconnectsus@wplg.com</i></a><i>. </i></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, Liane Morejon]]></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>In Spanish, Hernandez told Local 10 News she had no words and that she is devastated. </p><p>Although detectives believe the crash was accidental, they said the investigation remains ongoing.</p><p>Family members told Local 10 News that they affectionately referred to Wilson as Junior.</p><p>“I was in shock because that was my first little brother,” said Ashly Cante, the victim’s sister. “He was a good kid. He liked to play. He was around with me and my brothers.”</p><p>Loved ones 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></item><item><title><![CDATA[Coral Gables commission votes in favor of 8-story building that would house Crystal Academy]]></title><link>https://www.local10.com/news/local/2026/07/07/coral-gables-commission-votes-in-favor-of-8-story-building-that-would-house-crystal-academy/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/coral-gables-commission-votes-in-favor-of-8-story-building-that-would-house-crystal-academy/</guid><dc:creator><![CDATA[Gabrielle Arzola]]></dc:creator><description><![CDATA[It’s a project that has divided a community for years. ]]></description><pubDate>Tue, 07 Jul 2026 21:22:20 +0000</pubDate><content:encoded><![CDATA[<p>It’s a project that has divided a community for years. </p><p><a href="https://www.local10.com/espanol/2026/07/07/aprueban-edificio-de-ocho-pisos-en-coral-gables-que-albergara-sede-de-crystal-academy/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/aprueban-edificio-de-ocho-pisos-en-coral-gables-que-albergara-sede-de-crystal-academy/">Leer en español</a></p><p>On one side is a developer proposing an eight-story building with nearly 200 residential units.</p><p>On the ground floor of the building will be a new home for Crystal Academy, a school dedicated to serving children with autism.</p><p>But for many who live near the site, they say the issue isn’t the school, it’s the size of everything else that comes with it.</p><p>Neighbors say their streets are already congested and they worry hundreds of new residents would only make traffic worse while putting even more pressure on roads and city infrastructure.</p><p>However, many supporters of the project point to the development providing a permanent home for Crystal Academy, with a 99-year lease, rent free, because their current facilities are old and nearly unusable. </p><p>After hours of discussion, public comment, and Coral Gables commissioners trying to find a middle ground with design plans, they voted in favor of the building.</p><p>Developers said afterwards that they are ready to get to work, while those not in favor indicated their fight was not over. </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[Video shows arrest at Miami hotel as authorities continue crackdown on human trafficking]]></title><link>https://www.local10.com/news/local/2026/07/07/video-shows-arrest-at-miami-hotel-as-authorities-continue-crackdown-on-human-trafficking/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/video-shows-arrest-at-miami-hotel-as-authorities-continue-crackdown-on-human-trafficking/</guid><dc:creator><![CDATA[Rosh Lowe]]></dc:creator><description><![CDATA[Exclusively obtained police body camera footage shows a woman being arrested in Miami-Dade County for human trafficking.]]></description><pubDate>Tue, 07 Jul 2026 21:17:16 +0000</pubDate><content:encoded><![CDATA[<p>Exclusively obtained police body camera footage shows a woman who authorities say was arrested in Miami-Dade County for human trafficking. </p><p><a href="https://www.local10.com/espanol/2026/07/07/video-muestra-arresto-en-hotel-de-miami-mientras-autoridades-continuan-ofensiva-contra-la-trata-de-personas/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/video-muestra-arresto-en-hotel-de-miami-mientras-autoridades-continuan-ofensiva-contra-la-trata-de-personas/">Leer en español</a></p><p>Detectives with the Miami Beach Police Department said they were working an undercover operation while attempting to locate criminals involved in human trafficking. </p><p>In total, they made six arrests, including Angely Cordero Cabrera, 21, from Dallas, Texas. </p><p>According to police, detectives found an online ad and called the listed number, and an undercover officer was directed to the Miami Princess Hotel, located at 4251 NW 11th St. in Miami, after inquiring if the listed girl was available. </p><p>Once there, police detained two females. They were Cordero Cabrera and a 16-year-old girl, police said. </p><p>According to officials, the arrests were made under the FIFA task force created by the Miami-Dade State Attorney’s Office, and the investigation remains active and ongoing. </p><p>Police said when there are large sporting events in town, human trafficking increases. </p><p>This is just the latest case of human trafficking in which South Florida law enforcement has cracked down on sex crimes.</p><p>Last week, <a href="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/01/cops-accuse-6-in-south-florida-child-prostitution-sting/">Local 10 News reported on six men who were arrested</a> after investigators said they agreed to pay for sex with what they believed to be one or two girls, aged 14 and 15.</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[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>The mother also told Local 10 News that she and her son had only moved into their apartment less than a week ago.</p><p>She said a man struck her son with a mallet-type of object 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>Chrissy said the suspect appeared to be carrying a heavy mallet-like object.</p><p>“It looked like a mallet, some kind of thing, but it was really heavy because the intensity that he hit me in the head. I still had to stay alive to protect him,” she said.</p><p>Chrissy said her son also suffered internal damage to one of his eyes, but is not blind.</p><p>She also expressed frustration that witnesses did not stop the suspect.</p><p>“They didn’t care. ‘Don’t know, see nothing,’ of course,” she said.</p><p>Chrissy also had a message for the attacker. </p><p>“You attacked a child and a woman and you had no remorse. You were about to go again if I didn’t stop you,” she said. </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[South Florida father continues searching for missing daughter last seen in Orlando 1 year ago]]></title><link>https://www.local10.com/news/local/2026/07/07/father-continues-search-for-missing-daughter-last-seen-in-orlando-1-year-ago/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/father-continues-search-for-missing-daughter-last-seen-in-orlando-1-year-ago/</guid><dc:creator><![CDATA[Bridgette Matter]]></dc:creator><description><![CDATA[It’s been a little more than a year since 10-year-old Gabrielle Terrelonge disappeared. ]]></description><pubDate>Tue, 07 Jul 2026 21:48:25 +0000</pubDate><content:encoded><![CDATA[<p>It’s been a little more than a year since <a href="https://www.local10.com/news/local/2025/11/19/police-to-hold-news-conference-in-orlando-on-search-for-missing-10-year-old-margate-girl/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2025/11/19/police-to-hold-news-conference-in-orlando-on-search-for-missing-10-year-old-margate-girl/">10-year-old Gabrielle Terrelonge disappeared</a>. </p><p><a href="https://www.local10.com/espanol/2026/07/07/padre-continua-busqueda-de-su-hija-desaparecida-vista-por-ultima-vez-en-orlando-hace-un-ano/" target="_self" rel="" title="https://www.local10.com/espanol/2026/07/07/padre-continua-busqueda-de-su-hija-desaparecida-vista-por-ultima-vez-en-orlando-hace-un-ano/">Leer en español</a></p><p>The girl, who is from Margate, was last seen on June 30, 2025, near the Florida Mall in Orlando, but wasn’t reported missing until October after her father learned her mother was in jail. </p><p>Authorities said the girl’s mother, <a href="https://www.local10.com/news/local/2025/11/06/she-knows-where-that-child-is-grandmother-pleads-for-answers-in-missing-margate-girl-case/" target="_self" rel="" title="https://www.local10.com/news/local/2025/11/06/she-knows-where-that-child-is-grandmother-pleads-for-answers-in-missing-margate-girl-case/">Paasha Davis</a>, was arrested on charges of child neglect, concealing the location of a minor and lying to law enforcement. </p><p>They said Margate police, the Osceola County Sheriff’s Office and the FBI are working the case. </p><p>The girl’s father, Gordon Terrelonge, believes Davis has the answers that would lead them to his daughter and says investigators conducted a new search with cadaver dogs weeks ago in Central Florida.</p><p>“We all believe she’s still alive,” said Terrelonge. “We think that maybe she gave her to somebody because she’s definitely lost her mind, but we feel like for her to do the last three months of not finding her and then finding out Gabby’s been missing since June, July, instead of September, that just shows you we feel like she’s had help or maybe gotten help.”</p><p>Anyone with information regarding the location of Gabrielle, who would now be 11 years old, is urged to contact the FBI. </p><p>As for Davis, Terrelonge said she is being held in custody at a hospital. </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[Police release 911 calls from Miramar fatal shooting]]></title><link>https://www.local10.com/news/local/2026/07/07/police-release-911-calls-from-miramar-fatal-shooting/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/police-release-911-calls-from-miramar-fatal-shooting/</guid><dc:creator><![CDATA[Brett Knese]]></dc:creator><description><![CDATA[Authorities have released the 911 calls stemming from a fatal shooting that occurred over the weekend in Miramar. ]]></description><pubDate>Wed, 08 Jul 2026 02:14:33 +0000</pubDate><content:encoded><![CDATA[<p>Authorities have released the 911 calls stemming from <a href="https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/06/woman-21-dies-after-miramar-lamborghini-shooting-that-left-2-others-critically-injured/">a fatal shooting that occurred over the weekend in Miramar</a>. </p><p>It happened early Sunday morning along Sunshine Boulevard near Southwest 27th Street.</p><p>“I can’t! I can’t! I can’t,” a woman is heard screaming on the call.</p><p>The dispatcher asks the woman to calm down as she tries to understand what is happening. &nbsp;</p><p>“So a vehicle just ran into your house, is that correct?” the dispatcher asked.</p><p>“And they’re fighting, they’re fighting, somebody’s fighting,” the woman said. </p><p>Home security video showed a Lamborghini driving along the road when another car pulled up beside it, and that’s when the gunfire erupted.</p><p>Miramar police say three people in the Lamborghini were shot, including 21-year-old social media influencer Brianna Johnson, known online as DreamDoll Bri, who did not survive. </p><p>Now police officers are releasing the 911 calls just days after the shooting as they continue to search for a suspect.</p><p>Johnson’s 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 funeral 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[Russian national facing DUI charges in fatal Dania Beach crash makes first court appearance]]></title><link>https://www.local10.com/news/local/2026/07/07/russian-national-facing-dui-charges-in-fatal-dania-beach-crash-makes-first-court-appearance/</link><guid isPermaLink="true">https://www.local10.com/news/local/2026/07/07/russian-national-facing-dui-charges-in-fatal-dania-beach-crash-makes-first-court-appearance/</guid><dc:creator><![CDATA[Magdala Louissaint]]></dc:creator><description><![CDATA[The man arrested for allegedly causing a deadly crash was in a Broward County courtroom on Tuesday. ]]></description><pubDate>Wed, 08 Jul 2026 01:39:21 +0000</pubDate><content:encoded><![CDATA[<p>The <a href="https://www.local10.com/news/local/2026/07/06/deputies-arrest-man-in-connection-to-fatal-dania-beach-crash/" target="_blank" rel="noreferrer" title="https://www.local10.com/news/local/2026/07/06/deputies-arrest-man-in-connection-to-fatal-dania-beach-crash/">man arrested for allegedly causing a deadly crash</a> was in a Broward County courtroom on Tuesday. </p><p>Standing in front of a judge with bandages on his nose and his arm wrapped in a cast was 38-year-old Vladimir Mushenko. </p><p>The injuries were sustained in a fatal crash that occurred on the Fourth of July along Dania Beach Boulevard. </p><p>Mushenko now faces 22 charges related to vehicular homicide, DUI and reckless driving. </p><p>Traffic homicide detectives with the Broward Sheriff’s Office say Mushenko was behind the wheel of a white BMW and speeding down Dania Beach Boulevard when he hit a curb, overcorrected, then lost control of the vehicle and slid sideways into the westbound lanes before crashing into a Mercedes-Benz carrying four people, including two children. </p><p>They were all rushed to Memorial Regional Hospital with non-life-threatening injuries. </p><p>There were three passengers in the car with Mushenko, including Oleksii Masksymov, who was pronounced dead at the scene, and Said Akhmedov, who died at the hospital. </p><p>A third passenger survived and told deputies Mushenko was the driver. </p><p>In an arrest report, a deputy noted Mushenko showed signs of impairment, saying his breath smelled like alcohol, his eyes were glassy and he appeared disoriented. </p><p>Hospital staff at Broward Health Medical Center tested his blood- alcohol level, with the results revealing it was more than twice the legal limit, the report stated.</p><p>Prosecutors mentioned in court that Mushenko was convicted last year for careless driving.</p><p>The Russian national is currently being held behind bars at the Broward County Main Jail in connection with the crash and on an immigration hold. </p><p>Prosecutors said Mushenko entered the country illegally in 2023 from the California border. </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[Obamacare premiums surged this year. A new analysis shows it's likely to happen again in 2027]]></title><link>https://www.local10.com/health/2026/07/08/obamacare-premiums-surged-this-year-a-new-analysis-shows-its-likely-to-happen-again-in-2027/</link><guid isPermaLink="true">https://www.local10.com/health/2026/07/08/obamacare-premiums-surged-this-year-a-new-analysis-shows-its-likely-to-happen-again-in-2027/</guid><dc:creator><![CDATA[By ALI SWENSON, Associated Press]]></dc:creator><description><![CDATA[NEW YORK (AP) — Middle-income Americans straining to pay for Affordable Care Act health insurance are unlikely to get relief next year, according to a new analysis that shows insurers in the marketplace are proposing a second straight year of double-digit premium hikes.]]></description><pubDate>Wed, 08 Jul 2026 16:06:27 +0000</pubDate><content:encoded><![CDATA[<p>NEW YORK (AP) — Middle-income Americans straining to pay for Affordable Care Act health insurance are unlikely to get relief next year, according to a new analysis that shows insurers in the marketplace are proposing a second straight year of double-digit premium hikes.</p><p>Across the 77 insurers in the ACA program that have submitted rate filings that are publicly available, the median proposed premium increase for 2027 is 14%, according to Wednesday’s analysis from the healthcare research nonprofit KFF. The insurers cited mounting healthcare costs, federal regulatory changes and the recent expiration of pandemic-era enhanced subsidies as the biggest factors driving premiums higher.</p><p>The rise in premiums adds to what already was a significant jump in 2026, when the median rate increase was 20%, according to KFF.</p><p>While most Americans in Obamacare still qualify for subsidies that protect them from paying the full premiums, middle-class enrollees who don't get those subsidies will face an especially stark increase in costs. That group includes households with incomes at or above 400% of the poverty level — about $63,000 per year for an individual or $129,000 for a family of four.</p><p>The rate increases come as federal lawmakers have proposed various policy changes to overhaul the expensive U.S. healthcare system, but no comprehensive legislation has amassed enough support to pass. The higher costs are contributing to Americans’ existing worries about overall affordability, a concern that many voters say is front of mind with November’s midterm elections looming.</p><p>Insurers cite rising costs and a smaller, sicker covered population</p><p>Health insurers must send filings to regulators every year, explaining what they expect to see in premium rate changes for individual market health plans for the coming year.</p><p>Next year’s rates will be finalized later in the summer, but KFF’s analysis looked at those in the ACA marketplace that already are public across 16 states and Washington, D.C., to get an early glimpse at what insurers are saying. The report measured insurers' premium increases as an average across all types of plans — bronze, silver, gold and platinum.</p><p>The analysis found that insurers listed rising costs across the healthcare sector — from hospital visits to prescription drugs, the workforce and sicker patients — as the biggest cause of rising premiums. Overall inflation contributed to that pressure, driving prices higher across the entire economy.</p><p>Insurers also blamed the expiration of federal subsidies that had offset costs for many people and caused the Affordable Care Act program to balloon in size in recent years. When those tax credits expired in January, many plan costs skyrocketed. That prompted large swaths of enrollees to depart the marketplace, leaving sicker patients who carry higher risks and costs, and driving premiums higher.</p><p>New state-by-state data posted by the Trump administration shows that the overall ACA marketplace shrunk by more than 2.5 million people over the past year, with some states seeing declines amounting to nearly a third of their enrollee population.</p><p>Some insurers added that federal regulatory changes contributed to their requests for higher premiums. For example, they said new enrollment and eligibility requirements instituted by the Trump administration could affect the overall population of ACA enrollees.</p><p>While Affordable Care Act enrollees make up less than 10% of the population, similar cost drivers are likely to make other private plans, including employer-sponsored plans, pricier too, according to KFF’s analysis.</p><p>Findings align with other analyses</p><p>Georgetown University’s Center on Health Insurance Reforms also published an analysis of preliminary ACA insurer rate filings last month. Like KFF's, it projected double-digit premium increases in the marketplace next year.</p><p>Stacey Pogue, a senior research fellow at the center who authored the report, said the enrollees most affected by the rising premiums will be those who don't qualify for financial help. She said those people already saw the most significant increases to their premiums in 2026, with some of their premiums doubling or tripling.</p><p>“Those are the folks who kind of got a double whammy” this year, she said.</p><p>Pogue said the rate filings are demonstrating what many analysts had expected: that the expiration of enhanced tax credits would cause healthy Americans to flee the marketplace and leave a sicker patient population that relies more heavily on insurance.</p><p>“When the healthy people leave, the prices go up,” she said. “The analysts all predicted that, and now that's what we're seeing.”</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/6IAGUUFEXA4GZG7KGLCHIL7XAQ.jpg?auth=7035aed2b7e22a3265b9451c13505978c72e13824c6a1418d5b1e02fb1c32b74&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - A man walks by an healthcare insurance office in Hialeah, Fla., July 27, 2017, (AP Photo/Alan Diaz, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alan Diaz</media:credit></media:content><media:content url="https://www.local10.com/resizer/v2/FRWL2IRSSGJD5L2BVWMH6C4EVU.jpg?auth=1752a2d97542b1b01ff45908b9d3ff981de630ad06b874415e23852ac8d946fd&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[FILE - The healthcare.gov website is seen on Dec. 14, 2021, in Fort Washington, Md. (AP Photo/Alex Brandon, File)]]></media:description><media:credit role="author" scheme="urn:ebu">Alex Brandon</media:credit></media:content></item><item><title><![CDATA[July 8: Heat Advisory issued for all of Broward, Miami-Dade]]></title><link>https://www.local10.com/weather/2026/07/08/july-8-heat-advisory-issued-for-all-of-broward-miami-dade/</link><guid isPermaLink="true">https://www.local10.com/weather/2026/07/08/july-8-heat-advisory-issued-for-all-of-broward-miami-dade/</guid><dc:creator><![CDATA[Julie Durda]]></dc:creator><description><![CDATA[Happy Wednesday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m. ]]></description><pubDate>Wed, 08 Jul 2026 10:54:05 +0000</pubDate><content:encoded><![CDATA[<p>Happy Wednesday! A Heat Advisory has been issued for all of Broward and Miami-Dade, starting at 11 a.m. High temperatures will be in the low 90s, but heat indices will reach 105 to 110 degrees. Saharan dust has arrived and this will limit 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[Kremlin hails 'important step' as IOC eases Olympic restrictions on Russia]]></title><link>https://www.local10.com/news/world/2026/07/08/kremlin-hails-important-step-as-ioc-eases-olympic-restrictions-on-russia/</link><guid isPermaLink="true">https://www.local10.com/news/world/2026/07/08/kremlin-hails-important-step-as-ioc-eases-olympic-restrictions-on-russia/</guid><dc:creator><![CDATA[By The Associated Press, Associated Press]]></dc:creator><description><![CDATA[The Kremlin has welcomed as an “important step” the International Olympic Committee's decision to remove many of its restrictions on Russia, a big step closer to letting it field a full team when Los Angeles hosts the 2028 Games.]]></description><pubDate>Wed, 08 Jul 2026 19:55:35 +0000</pubDate><content:encoded><![CDATA[<p>The Kremlin has welcomed as an “important step” the International Olympic Committee's decision to remove many of its restrictions on Russia, a big step closer to letting it field a full team when Los Angeles hosts the 2028 Games.</p><p>The IOC provisionally lifted a suspension of the Russian Olympic Committee and advised Olympic sports bodies they no longer need to be vetting its athletes for permission to compete as neutrals.</p><p>“It is an important step toward reinstating our athletes’ legitimate rights to participate in international competitions,” Kremlin spokesman Dmitry Peskov told reporters Wednesday. “Work will continue through our sports authorities. They are conducting this work constantly and consistently, this work will continue.”</p><p>Peskov added that “now, it’s very important that all our athletes have the opportunity to compete in major international events.”</p><p>Ukraine has strongly objected to the IOC's move to lift restrictions imposed shortly after Russia invaded in 2022.</p><p>Ukraine's latest tennis star, Marta Kostyuk, condemned the IOC's “terrible” decision as being “very, very far from fair play” as she reached the Wimbledon semifinals on Wednesday.</p><p>The IOC’s guidance to reintegrate Russians in international events is not binding for the governing bodies of individual sports.</p><p>Track and field has already said it will not follow suit and there is no sign yet of changes which could let Russia return to major soccer events like Euro 2028 or a future World Cup.</p><p>“FIFA has been made aware of the decision taken by the IOC to provisionally lift the suspension of the Russian Olympic Committee,” soccer's governing body said. “FIFA will analyze the decision before deciding on next steps in coordination with the relevant stakeholders.”</p><p>FIFA last year invited Russia to send a team to the inaugural boys’ Under-15 Football Festival in Azerbaijan starting Oct. 22. That came soon after the IOC recommended allowing Russian youth teams to compete with the country's flag and anthem.</p><p>European soccer body UEFA declined to comment on the IOC decision in an emailed response to The Associated Press.</p><p>___</p><p>AP sports: https://apnews.com/sports</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/UU7LOVBJKKXIQMZASXPFHE4CSU.jpg?auth=cb2f7e358cd62ca370f3c752e8eabfa2e20e2e28560fcf4064b9e2295ef7a206&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[A man walks from the Russian National Olympic Committee building in Moscow, on Tuesday, July 7, 2026. (AP Photo/Pavel Bednyakov)]]></media:description><media:credit role="author" scheme="urn:ebu">Pavel Bednyakov</media:credit></media:content></item><item><title><![CDATA[The best used sedans for under $15,000, according to Edmunds]]></title><link>https://www.local10.com/business/2026/07/08/the-best-used-sedans-for-under-15000-according-to-edmunds/</link><guid isPermaLink="true">https://www.local10.com/business/2026/07/08/the-best-used-sedans-for-under-15000-according-to-edmunds/</guid><dc:creator><![CDATA[By BRADLEY IGER of Edmunds, Associated Press]]></dc:creator><description><![CDATA[According to Edmunds data, the average transaction price of a 3-year-old used vehicle is more than $30,000. This is a big discount compared with buying new, but it’s still potentially out of reach financially for a lot of people. Fortunately, spending about half that can still get you a car with a compelling combination of comfort, reliability, fuel economy and modern technology.]]></description><pubDate>Wed, 08 Jul 2026 10:36:15 +0000</pubDate><content:encoded><![CDATA[<p>According to Edmunds data, the average transaction price of a 3-year-old used vehicle is more than $30,000. This is a big discount compared with buying new, but it’s still potentially out of reach financially for a lot of people. Fortunately, spending about half that can still get you a car with a compelling combination of comfort, reliability, fuel economy and modern technology.</p><p>Edmunds experts have identified four small sedans and one midsize sedan that they would recommend you focus on. Each car has competitive Edmunds scoring, widespread availability on the used market, and a reliability score of at least 4 out of 5 from RepairPal, an independent source for data-driven reliability ratings. We’ve also noted the latest model years you can expect to find at nationwide retailers such as Carvana and CarMax that meet our $15,000 price cap.</p><p>Honda Civic</p><p>The Civic’s status as a perennial favorite among small sedans is well earned. It delivers excellent fuel economy and peppy acceleration, while its suspension tuning strikes a near-perfect balance between ride quality and athleticism. Although the Civic’s center touch screen can be slow and annoying to use at times, the Civic otherwise impresses with its roomy back seat and tight construction.</p><p>Look for: Older Civics easily fall within our price cap, but aim to get a 2016 Civic if you can. It received a full redesign this year that features new styling, a roomier interior and a new optional turbocharged engine that provides plenty of power plus high mpg.</p><p>Kia Forte</p><p>Kia’s Forte is the brand’s small sedan, which was sold until a few years ago, when Kia replaced it with the K4. The Forte’s sharp styling, quiet interior, and an extensive list of available features make it feel like a small sedan that’s more refined than its price would suggest. It also gets good fuel economy and has a large and easy-to-load trunk. The Forte’s ride quality can be a bit too firm and uncomfortable over bumps, but overall it is a smart pick for a used sedan.</p><p>Look for: The last generation of the Forte debuted for the 2019 model year. Any Forte from this year up to 2021 or so should be pretty easy to find for under $15,000. Among the Forte’s available trim levels, the EX is worth focusing on because it comes with premium features such as synthetic leather upholstery and heated and ventilated front seats.</p><p>Mazda 3</p><p>While most of the sedans in this group either aren’t sporty at all or merely dress the part, the Mazda 3 is genuinely fun to drive. Even if performance isn’t a priority for you, this responsiveness can be a valuable asset during emergency maneuvers. The Mazda 3’s sharp exterior design also offers a dose of style while its interior quality exceeds expectations, and its crash test scores put it among the top of its class.</p><p>Look for: The third-generation Mazda 3 debuted in 2014 and was produced through 2018. Buyers shouldn’t have any difficulty finding solid choices from the later years of that production run. The 2018 Touring model offers a long list of standard features for the price and is equipped with a more powerful engine than lower trims.</p><p>Toyota Corolla</p><p>A long-running staple in the compact sedan class, the Toyota Corolla has built its reputation on providing no-nonsense transportation with low running costs. The Corolla gets high marks for its comfort and appealing list of advanced driver assist features. It’s not as spacious as some of its rivals, and pokey acceleration keeps the fun factor relatively low, but otherwise the Corolla is a sensible choice.</p><p>Look for: Toyota introduced the 11th-generation Corolla for 2013. You should be able to get a 2015 to 2017 Corolla for under $15,000. Notably, the 2017 Corolla features included revised front-end styling, new LED headlights, and upgraded interior upholstery.</p><p>Chevrolet Malibu</p><p>Finding a used midsize sedan that’s less than 10 years old and under $15,000 can be difficult if it’s a popular model such as the Honda Accord or Toyota Camry. But this is where the Chevrolet Malibu earns its appeal. As the only midsize in this group, the Malibu offers more space for passengers and their cargo than the other sedans on this list, yet it still delivers proven reliability and strong overall value.</p><p>Look for: The current-generation Malibu arrived in 2016. Any Malibu from this year or newer is a good pick. If you can find one, the 2019 Malibu is worth seeking out for its revised styling and updated infotainment tech.</p><p>Edmunds says</p><p>These models prove you don’t need to spend big to get a reliable and well-equipped sedan. From style and technology to ride quality and efficiency, the real decision comes down to what matters most to you. Each one has certain strengths, but they all deliver solid value for the money.</p><p>_____</p><p>This story was provided to The Associated Press by the automotive website Edmunds. Bradley Iger is a contributor at Edmunds.</p>]]></content:encoded><media:content url="https://www.local10.com/resizer/v2/RWP2QH4HYT4ODGJD5676EW6SNQ.jpg?auth=9cea25d64af6ac5cbba8ff8fed42518095d620b9cd265297d20a48438d9f5965&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Honda shows the 2016 Civic, a longtime popular choice for a small sedan that offers peppy acceleration and solid fuel economy as well as solid construction. Aim to find a 2016 Civic, the year it received a redesign and a new optional turbocharged engine. (Courtesy of Edmunds via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/2BR7WPXJGXVDYKGGXOIXG3M63Y.jpg?auth=35de7348bd24c42f8b9e4616da23db08796a85a80a670bcb255f673ea1798c71&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Kia shows the 2019 Forte, a stylish and quiet small sedan that offers an extensive list of available features. The 2019-2021 model years should work with a $15,000 budget cap. (Courtesy of Kia America via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/WBP4QYGIGVA5RA5K7H4TNBU2ZU.jpg?auth=b2ae9199eedec603610059ca8932cea6ac0788614950bbce91178b227780db8b&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Mazda shows the 2016 Mazda 3, a small sedan with a sense of style to match its fun-to-drive demeanor. Buyers should look for a third-generation model produced from 2014 through 2018. (Courtesy of Mazda North American Operations via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/XJLSA5WDERLFZRDVFKHNCARVIA.jpg?auth=f0962dc398bf9077119cc41d7df97605a0e20943d955e88cf15a4780307dac0f&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Toyota shows the 2016 Corolla, a sensible, comfortable choice for a small sedan that offers an appealing list of advanced driver assist features. You should be able to find a 2015 to 2017 Corolla for under $15,000. (Courtesy of Toyota Motor Sales U.S.A. via AP)]]></media:description></media:content><media:content url="https://www.local10.com/resizer/v2/JHJVC7GRKCV5UNWMVFIOWDLWVM.jpg?auth=093cc47108474deb291a3005503a137cbd12646e046c06a913ce9dcb6b7cb1d3&amp;smart=true&amp;width=1200&amp;height=900" type="image/jpeg" height="900" width="1200"><media:description type="plain"><![CDATA[This photo provided by Chevrolet shows the 2019 Malibu, a midsize sedan that offers more space for passengers and their cargo than the other sedans on this list. The 2019 Malibu is worth a look for its revised styling and updated infotainment tech. (Courtesy of General Motors via AP)]]></media:description></media:content></item></channel></rss>